@teamprodevs/appsmith-custom-table 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.js +3 -2
- package/dist/app.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/app.umd.cjs
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
`)}p.write("payload.value = newResult;"),p.write("return payload;");const w=p.compile();return($,b)=>w(k,$,b)};let i;const c=R1,d=!Ji.jitless,s=d&&QI.value,u=t.catchall;let h;e._zod.parse=(k,p)=>{h??(h=a.value);const y=k.value;return c(y)?d&&s&&p?.async===!1&&p.jitless!==!0?(i||(i=n(t.shape)),k=i(k,p),u?sC([],y,k,p,h,e):k):o(k,p):(k.issues.push({expected:"object",code:"invalid_type",input:y,inst:e}),k)}});function hC(e,t,o,a){for(const i of e)if(i.issues.length===0)return t.value=i.value,t;const n=e.filter(i=>!$t(i));return n.length===1?(t.value=n[0].value,n[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:o,errors:e.map(i=>i.issues.map(c=>Ie(c,a,he())))}),t)}const tx=v("$ZodUnion",(e,t)=>{R.init(e,t),G(e._zod,"optin",()=>t.options.some(n=>n._zod.optin==="optional")?"optional":void 0),G(e._zod,"optout",()=>t.options.some(n=>n._zod.optout==="optional")?"optional":void 0),G(e._zod,"values",()=>{if(t.options.every(n=>n._zod.values))return new Set(t.options.flatMap(n=>Array.from(n._zod.values)))}),G(e._zod,"pattern",()=>{if(t.options.every(n=>n._zod.pattern)){const n=t.options.map(i=>i._zod.pattern);return new RegExp(`^(${n.map(i=>Qi(i.source)).join("|")})$`)}});const o=t.options.length===1,a=t.options[0]._zod.run;e._zod.parse=(n,i)=>{if(o)return a(n,i);let c=!1;const d=[];for(const l of t.options){const s=l._zod.run({value:n.value,issues:[]},i);if(s instanceof Promise)d.push(s),c=!0;else{if(s.issues.length===0)return s;d.push(s)}}return c?Promise.all(d).then(l=>hC(l,n,e,i)):hC(d,n,e,i)}}),pC=v("$ZodDiscriminatedUnion",(e,t)=>{tx.init(e,t);const o=e._zod.parse;G(e._zod,"propValues",()=>{const n={};for(const i of t.options){const c=i._zod.propValues;if(!c||Object.keys(c).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(const[d,l]of Object.entries(c)){n[d]||(n[d]=new Set);for(const s of l)n[d].add(s)}}return n});const a=si(()=>{const n=t.options,i=new Map;for(const c of n){const d=c._zod.propValues?.[t.discriminator];if(!d||d.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(c)}"`);for(const l of d){if(i.has(l))throw new Error(`Duplicate discriminator value "${String(l)}"`);i.set(l,c)}}return i});e._zod.parse=(n,i)=>{const c=n.value;if(!R1(c))return n.issues.push({code:"invalid_type",expected:"object",input:c,inst:e}),n;const d=a.value.get(c?.[t.discriminator]);return d?d._zod.run(n,i):t.unionFallback?o(n,i):(n.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,input:c,path:[t.discriminator],inst:e}),n)}}),yC=v("$ZodIntersection",(e,t)=>{R.init(e,t),e._zod.parse=(o,a)=>{const n=o.value,i=t.left._zod.run({value:n,issues:[]},a),c=t.right._zod.run({value:n,issues:[]},a);return i instanceof Promise||c instanceof Promise?Promise.all([i,c]).then(([l,s])=>kC(o,l,s)):kC(o,i,c)}});function nx(e,t){if(e===t)return{valid:!0,data:e};if(e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(Mt(e)&&Mt(t)){const o=Object.keys(t),a=Object.keys(e).filter(i=>o.indexOf(i)!==-1),n={...e,...t};for(const i of a){const c=nx(e[i],t[i]);if(!c.valid)return{valid:!1,mergeErrorPath:[i,...c.mergeErrorPath]};n[i]=c.data}return{valid:!0,data:n}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};const o=[];for(let a=0;a<e.length;a++){const n=e[a],i=t[a],c=nx(n,i);if(!c.valid)return{valid:!1,mergeErrorPath:[a,...c.mergeErrorPath]};o.push(c.data)}return{valid:!0,data:o}}return{valid:!1,mergeErrorPath:[]}}function kC(e,t,o){if(t.issues.length&&e.issues.push(...t.issues),o.issues.length&&e.issues.push(...o.issues),$t(e))return e;const a=nx(t.value,o.value);if(!a.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(a.mergeErrorPath)}`);return e.value=a.data,e}const ox=v("$ZodTuple",(e,t)=>{R.init(e,t);const o=t.items;e._zod.parse=(a,n)=>{const i=a.value;if(!Array.isArray(i))return a.issues.push({input:i,inst:e,expected:"tuple",code:"invalid_type"}),a;a.value=[];const c=[],d=[...o].reverse().findIndex(u=>u._zod.optin!=="optional"),l=d===-1?0:o.length-d;if(!t.rest){const u=i.length>o.length,h=i.length<l-1;if(u||h)return a.issues.push({...u?{code:"too_big",maximum:o.length}:{code:"too_small",minimum:o.length},input:i,inst:e,origin:"array"}),a}let s=-1;for(const u of o){if(s++,s>=i.length&&s>=l)continue;const h=u._zod.run({value:i[s],issues:[]},n);h instanceof Promise?c.push(h.then(k=>ir(k,a,s))):ir(h,a,s)}if(t.rest){const u=i.slice(o.length);for(const h of u){s++;const k=t.rest._zod.run({value:h,issues:[]},n);k instanceof Promise?c.push(k.then(p=>ir(p,a,s))):ir(k,a,s)}}return c.length?Promise.all(c).then(()=>a):a}});function ir(e,t,o){e.issues.length&&t.issues.push(...Ne(o,e.issues)),t.value[o]=e.value}const _C=v("$ZodRecord",(e,t)=>{R.init(e,t),e._zod.parse=(o,a)=>{const n=o.value;if(!Mt(n))return o.issues.push({expected:"record",code:"invalid_type",input:n,inst:e}),o;const i=[],c=t.keyType._zod.values;if(c){o.value={};const d=new Set;for(const s of c)if(typeof s=="string"||typeof s=="number"||typeof s=="symbol"){d.add(typeof s=="number"?s.toString():s);const u=t.valueType._zod.run({value:n[s],issues:[]},a);u instanceof Promise?i.push(u.then(h=>{h.issues.length&&o.issues.push(...Ne(s,h.issues)),o.value[s]=h.value})):(u.issues.length&&o.issues.push(...Ne(s,u.issues)),o.value[s]=u.value)}let l;for(const s in n)d.has(s)||(l=l??[],l.push(s));l&&l.length>0&&o.issues.push({code:"unrecognized_keys",input:n,inst:e,keys:l})}else{o.value={};for(const d of Reflect.ownKeys(n)){if(d==="__proto__")continue;const l=t.keyType._zod.run({value:d,issues:[]},a);if(l instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(l.issues.length){o.issues.push({code:"invalid_key",origin:"record",issues:l.issues.map(u=>Ie(u,a,he())),input:d,path:[d],inst:e}),o.value[l.value]=l.value;continue}const s=t.valueType._zod.run({value:n[d],issues:[]},a);s instanceof Promise?i.push(s.then(u=>{u.issues.length&&o.issues.push(...Ne(d,u.issues)),o.value[l.value]=u.value})):(s.issues.length&&o.issues.push(...Ne(d,s.issues)),o.value[l.value]=s.value)}}return i.length?Promise.all(i).then(()=>o):o}}),fC=v("$ZodMap",(e,t)=>{R.init(e,t),e._zod.parse=(o,a)=>{const n=o.value;if(!(n instanceof Map))return o.issues.push({expected:"map",code:"invalid_type",input:n,inst:e}),o;const i=[];o.value=new Map;for(const[c,d]of n){const l=t.keyType._zod.run({value:c,issues:[]},a),s=t.valueType._zod.run({value:d,issues:[]},a);l instanceof Promise||s instanceof Promise?i.push(Promise.all([l,s]).then(([u,h])=>{mC(u,h,o,c,n,e,a)})):mC(l,s,o,c,n,e,a)}return i.length?Promise.all(i).then(()=>o):o}});function mC(e,t,o,a,n,i,c){e.issues.length&&(tr.has(typeof a)?o.issues.push(...Ne(a,e.issues)):o.issues.push({code:"invalid_key",origin:"map",input:n,inst:i,issues:e.issues.map(d=>Ie(d,c,he()))})),t.issues.length&&(tr.has(typeof a)?o.issues.push(...Ne(a,t.issues)):o.issues.push({origin:"map",code:"invalid_element",input:n,inst:i,key:a,issues:t.issues.map(d=>Ie(d,c,he()))})),o.value.set(e.value,t.value)}const gC=v("$ZodSet",(e,t)=>{R.init(e,t),e._zod.parse=(o,a)=>{const n=o.value;if(!(n instanceof Set))return o.issues.push({input:n,inst:e,expected:"set",code:"invalid_type"}),o;const i=[];o.value=new Set;for(const c of n){const d=t.valueType._zod.run({value:c,issues:[]},a);d instanceof Promise?i.push(d.then(l=>vC(l,o))):vC(d,o)}return i.length?Promise.all(i).then(()=>o):o}});function vC(e,t){e.issues.length&&t.issues.push(...e.issues),t.value.add(e.value)}const MC=v("$ZodEnum",(e,t)=>{R.init(e,t);const o=zb(t.entries),a=new Set(o);e._zod.values=a,e._zod.pattern=new RegExp(`^(${o.filter(n=>tr.has(typeof n)).map(n=>typeof n=="string"?Ye(n):n.toString()).join("|")})$`),e._zod.parse=(n,i)=>{const c=n.value;return a.has(c)||n.issues.push({code:"invalid_value",values:o,input:c,inst:e}),n}}),$C=v("$ZodLiteral",(e,t)=>{if(R.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");const o=new Set(t.values);e._zod.values=o,e._zod.pattern=new RegExp(`^(${t.values.map(a=>typeof a=="string"?Ye(a):a?Ye(a.toString()):String(a)).join("|")})$`),e._zod.parse=(a,n)=>{const i=a.value;return o.has(i)||a.issues.push({code:"invalid_value",values:t.values,input:i,inst:e}),a}}),wC=v("$ZodFile",(e,t)=>{R.init(e,t),e._zod.parse=(o,a)=>{const n=o.value;return n instanceof File||o.issues.push({expected:"file",code:"invalid_type",input:n,inst:e}),o}}),bC=v("$ZodTransform",(e,t)=>{R.init(e,t),e._zod.parse=(o,a)=>{if(a.direction==="backward")throw new Xi(e.constructor.name);const n=t.transform(o.value,o);if(a.async)return(n instanceof Promise?n:Promise.resolve(n)).then(c=>(o.value=c,o));if(n instanceof Promise)throw new gt;return o.value=n,o}});function xC(e,t){return e.issues.length&&t===void 0?{issues:[],value:void 0}:e}const NC=v("$ZodOptional",(e,t)=>{R.init(e,t),e._zod.optin="optional",e._zod.optout="optional",G(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),G(e._zod,"pattern",()=>{const o=t.innerType._zod.pattern;return o?new RegExp(`^(${Qi(o.source)})?$`):void 0}),e._zod.parse=(o,a)=>{if(t.innerType._zod.optin==="optional"){const n=t.innerType._zod.run(o,a);return n instanceof Promise?n.then(i=>xC(i,o.value)):xC(n,o.value)}return o.value===void 0?o:t.innerType._zod.run(o,a)}}),IC=v("$ZodNullable",(e,t)=>{R.init(e,t),G(e._zod,"optin",()=>t.innerType._zod.optin),G(e._zod,"optout",()=>t.innerType._zod.optout),G(e._zod,"pattern",()=>{const o=t.innerType._zod.pattern;return o?new RegExp(`^(${Qi(o.source)}|null)$`):void 0}),G(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(o,a)=>o.value===null?o:t.innerType._zod.run(o,a)}),LC=v("$ZodDefault",(e,t)=>{R.init(e,t),e._zod.optin="optional",G(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(o,a)=>{if(a.direction==="backward")return t.innerType._zod.run(o,a);if(o.value===void 0)return o.value=t.defaultValue,o;const n=t.innerType._zod.run(o,a);return n instanceof Promise?n.then(i=>SC(i,t)):SC(n,t)}});function SC(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}const CC=v("$ZodPrefault",(e,t)=>{R.init(e,t),e._zod.optin="optional",G(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(o,a)=>(a.direction==="backward"||o.value===void 0&&(o.value=t.defaultValue),t.innerType._zod.run(o,a))}),zC=v("$ZodNonOptional",(e,t)=>{R.init(e,t),G(e._zod,"values",()=>{const o=t.innerType._zod.values;return o?new Set([...o].filter(a=>a!==void 0)):void 0}),e._zod.parse=(o,a)=>{const n=t.innerType._zod.run(o,a);return n instanceof Promise?n.then(i=>AC(i,e)):AC(n,e)}});function AC(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}const jC=v("$ZodSuccess",(e,t)=>{R.init(e,t),e._zod.parse=(o,a)=>{if(a.direction==="backward")throw new Xi("ZodSuccess");const n=t.innerType._zod.run(o,a);return n instanceof Promise?n.then(i=>(o.value=i.issues.length===0,o)):(o.value=n.issues.length===0,o)}}),PC=v("$ZodCatch",(e,t)=>{R.init(e,t),G(e._zod,"optin",()=>t.innerType._zod.optin),G(e._zod,"optout",()=>t.innerType._zod.optout),G(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(o,a)=>{if(a.direction==="backward")return t.innerType._zod.run(o,a);const n=t.innerType._zod.run(o,a);return n instanceof Promise?n.then(i=>(o.value=i.value,i.issues.length&&(o.value=t.catchValue({...o,error:{issues:i.issues.map(c=>Ie(c,a,he()))},input:o.value}),o.issues=[]),o)):(o.value=n.value,n.issues.length&&(o.value=t.catchValue({...o,error:{issues:n.issues.map(i=>Ie(i,a,he()))},input:o.value}),o.issues=[]),o)}}),qC=v("$ZodNaN",(e,t)=>{R.init(e,t),e._zod.parse=(o,a)=>((typeof o.value!="number"||!Number.isNaN(o.value))&&o.issues.push({input:o.value,inst:e,expected:"nan",code:"invalid_type"}),o)}),DC=v("$ZodPipe",(e,t)=>{R.init(e,t),G(e._zod,"values",()=>t.in._zod.values),G(e._zod,"optin",()=>t.in._zod.optin),G(e._zod,"optout",()=>t.out._zod.optout),G(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(o,a)=>{if(a.direction==="backward"){const i=t.out._zod.run(o,a);return i instanceof Promise?i.then(c=>rr(c,t.in,a)):rr(i,t.in,a)}const n=t.in._zod.run(o,a);return n instanceof Promise?n.then(i=>rr(i,t.out,a)):rr(n,t.out,a)}});function rr(e,t,o){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues},o)}const ax=v("$ZodCodec",(e,t)=>{R.init(e,t),G(e._zod,"values",()=>t.in._zod.values),G(e._zod,"optin",()=>t.in._zod.optin),G(e._zod,"optout",()=>t.out._zod.optout),G(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(o,a)=>{if((a.direction||"forward")==="forward"){const i=t.in._zod.run(o,a);return i instanceof Promise?i.then(c=>cr(c,t,a)):cr(i,t,a)}else{const i=t.out._zod.run(o,a);return i instanceof Promise?i.then(c=>cr(c,t,a)):cr(i,t,a)}}});function cr(e,t,o){if(e.issues.length)return e.aborted=!0,e;if((o.direction||"forward")==="forward"){const n=t.transform(e.value,e);return n instanceof Promise?n.then(i=>dr(e,i,t.out,o)):dr(e,n,t.out,o)}else{const n=t.reverseTransform(e.value,e);return n instanceof Promise?n.then(i=>dr(e,i,t.in,o)):dr(e,n,t.in,o)}}function dr(e,t,o,a){return e.issues.length?(e.aborted=!0,e):o._zod.run({value:t,issues:e.issues},a)}const OC=v("$ZodReadonly",(e,t)=>{R.init(e,t),G(e._zod,"propValues",()=>t.innerType._zod.propValues),G(e._zod,"values",()=>t.innerType._zod.values),G(e._zod,"optin",()=>t.innerType?._zod?.optin),G(e._zod,"optout",()=>t.innerType?._zod?.optout),e._zod.parse=(o,a)=>{if(a.direction==="backward")return t.innerType._zod.run(o,a);const n=t.innerType._zod.run(o,a);return n instanceof Promise?n.then(HC):HC(n)}});function HC(e){return e.value=Object.freeze(e.value),e}const VC=v("$ZodTemplateLiteral",(e,t)=>{R.init(e,t);const o=[];for(const a of t.parts)if(typeof a=="object"&&a!==null){if(!a._zod.pattern)throw new Error(`Invalid template literal part, no pattern found: ${[...a._zod.traits].shift()}`);const n=a._zod.pattern instanceof RegExp?a._zod.pattern.source:a._zod.pattern;if(!n)throw new Error(`Invalid template literal part: ${a._zod.traits}`);const i=n.startsWith("^")?1:0,c=n.endsWith("$")?n.length-1:n.length;o.push(n.slice(i,c))}else if(a===null||eL.has(typeof a))o.push(Ye(`${a}`));else throw new Error(`Invalid template literal part: ${a}`);e._zod.pattern=new RegExp(`^${o.join("")}$`),e._zod.parse=(a,n)=>typeof a.value!="string"?(a.issues.push({input:a.value,inst:e,expected:"template_literal",code:"invalid_type"}),a):(e._zod.pattern.lastIndex=0,e._zod.pattern.test(a.value)||a.issues.push({input:a.value,inst:e,code:"invalid_format",format:t.format??"template_literal",pattern:e._zod.pattern.source}),a)}),RC=v("$ZodFunction",(e,t)=>(R.init(e,t),e._def=t,e._zod.def=t,e.implement=o=>{if(typeof o!="function")throw new Error("implement() must be called with a function");return function(...a){const n=e._def.input?Ob(e._def.input,a):a,i=Reflect.apply(o,this,n);return e._def.output?Ob(e._def.output,i):i}},e.implementAsync=o=>{if(typeof o!="function")throw new Error("implementAsync() must be called with a function");return async function(...a){const n=e._def.input?await Hb(e._def.input,a):a,i=await Reflect.apply(o,this,n);return e._def.output?await Hb(e._def.output,i):i}},e._zod.parse=(o,a)=>typeof o.value!="function"?(o.issues.push({code:"invalid_type",expected:"function",input:o.value,inst:e}),o):(e._def.output&&e._def.output._zod.def.type==="promise"?o.value=e.implementAsync(o.value):o.value=e.implement(o.value),o),e.input=(...o)=>{const a=e.constructor;return Array.isArray(o[0])?new a({type:"function",input:new ox({type:"tuple",items:o[0],rest:o[1]}),output:e._def.output}):new a({type:"function",input:o[0],output:e._def.output})},e.output=o=>{const a=e.constructor;return new a({type:"function",input:e._def.input,output:o})},e)),TC=v("$ZodPromise",(e,t)=>{R.init(e,t),e._zod.parse=(o,a)=>Promise.resolve(o.value).then(n=>t.innerType._zod.run({value:n,issues:[]},a))}),FC=v("$ZodLazy",(e,t)=>{R.init(e,t),G(e._zod,"innerType",()=>t.getter()),G(e._zod,"pattern",()=>e._zod.innerType?._zod?.pattern),G(e._zod,"propValues",()=>e._zod.innerType?._zod?.propValues),G(e._zod,"optin",()=>e._zod.innerType?._zod?.optin??void 0),G(e._zod,"optout",()=>e._zod.innerType?._zod?.optout??void 0),e._zod.parse=(o,a)=>e._zod.innerType._zod.run(o,a)}),EC=v("$ZodCustom",(e,t)=>{ne.init(e,t),R.init(e,t),e._zod.parse=(o,a)=>o,e._zod.check=o=>{const a=o.value,n=t.fn(a);if(n instanceof Promise)return n.then(i=>UC(i,o,a,e));UC(n,o,a,e)}});function UC(e,t,o,a){if(!e){const n={code:"custom",input:o,inst:a,path:[...a._zod.def.path??[]],continue:!a._zod.def.abort};a._zod.def.params&&(n.params=a._zod.def.params),t.issues.push(T1(n))}}const PO=()=>{const e={string:{unit:"حرف",verb:"أن يحوي"},file:{unit:"بايت",verb:"أن يحوي"},array:{unit:"عنصر",verb:"أن يحوي"},set:{unit:"عنصر",verb:"أن يحوي"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"مدخل",email:"بريد إلكتروني",url:"رابط",emoji:"إيموجي",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"تاريخ ووقت بمعيار ISO",date:"تاريخ بمعيار ISO",time:"وقت بمعيار ISO",duration:"مدة بمعيار ISO",ipv4:"عنوان IPv4",ipv6:"عنوان IPv6",cidrv4:"مدى عناوين بصيغة IPv4",cidrv6:"مدى عناوين بصيغة IPv6",base64:"نَص بترميز base64-encoded",base64url:"نَص بترميز base64url-encoded",json_string:"نَص على هيئة JSON",e164:"رقم هاتف بمعيار E.164",jwt:"JWT",template_literal:"مدخل"};return n=>{switch(n.code){case"invalid_type":return`مدخلات غير مقبولة: يفترض إدخال ${n.expected}، ولكن تم إدخال ${o(n.input)}`;case"invalid_value":return n.values.length===1?`مدخلات غير مقبولة: يفترض إدخال ${D(n.values[0])}`:`اختيار غير مقبول: يتوقع انتقاء أحد هذه الخيارات: ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?` أكبر من اللازم: يفترض أن تكون ${n.origin??"القيمة"} ${i} ${n.maximum.toString()} ${c.unit??"عنصر"}`:`أكبر من اللازم: يفترض أن تكون ${n.origin??"القيمة"} ${i} ${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`أصغر من اللازم: يفترض لـ ${n.origin} أن يكون ${i} ${n.minimum.toString()} ${c.unit}`:`أصغر من اللازم: يفترض لـ ${n.origin} أن يكون ${i} ${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`نَص غير مقبول: يجب أن يبدأ بـ "${n.prefix}"`:i.format==="ends_with"?`نَص غير مقبول: يجب أن ينتهي بـ "${i.suffix}"`:i.format==="includes"?`نَص غير مقبول: يجب أن يتضمَّن "${i.includes}"`:i.format==="regex"?`نَص غير مقبول: يجب أن يطابق النمط ${i.pattern}`:`${a[i.format]??n.format} غير مقبول`}case"not_multiple_of":return`رقم غير مقبول: يجب أن يكون من مضاعفات ${n.divisor}`;case"unrecognized_keys":return`معرف${n.keys.length>1?"ات":""} غريب${n.keys.length>1?"ة":""}: ${L(n.keys,"، ")}`;case"invalid_key":return`معرف غير مقبول في ${n.origin}`;case"invalid_union":return"مدخل غير مقبول";case"invalid_element":return`مدخل غير مقبول في ${n.origin}`;default:return"مدخل غير مقبول"}}};function qO(){return{localeError:PO()}}const DO=()=>{const e={string:{unit:"simvol",verb:"olmalıdır"},file:{unit:"bayt",verb:"olmalıdır"},array:{unit:"element",verb:"olmalıdır"},set:{unit:"element",verb:"olmalıdır"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Yanlış dəyər: gözlənilən ${n.expected}, daxil olan ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Yanlış dəyər: gözlənilən ${D(n.values[0])}`:`Yanlış seçim: aşağıdakılardan biri olmalıdır: ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Çox böyük: gözlənilən ${n.origin??"dəyər"} ${i}${n.maximum.toString()} ${c.unit??"element"}`:`Çox böyük: gözlənilən ${n.origin??"dəyər"} ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Çox kiçik: gözlənilən ${n.origin} ${i}${n.minimum.toString()} ${c.unit}`:`Çox kiçik: gözlənilən ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Yanlış mətn: "${i.prefix}" ilə başlamalıdır`:i.format==="ends_with"?`Yanlış mətn: "${i.suffix}" ilə bitməlidir`:i.format==="includes"?`Yanlış mətn: "${i.includes}" daxil olmalıdır`:i.format==="regex"?`Yanlış mətn: ${i.pattern} şablonuna uyğun olmalıdır`:`Yanlış ${a[i.format]??n.format}`}case"not_multiple_of":return`Yanlış ədəd: ${n.divisor} ilə bölünə bilən olmalıdır`;case"unrecognized_keys":return`Tanınmayan açar${n.keys.length>1?"lar":""}: ${L(n.keys,", ")}`;case"invalid_key":return`${n.origin} daxilində yanlış açar`;case"invalid_union":return"Yanlış dəyər";case"invalid_element":return`${n.origin} daxilində yanlış dəyər`;default:return"Yanlış dəyər"}}};function OO(){return{localeError:DO()}}function BC(e,t,o,a){const n=Math.abs(e),i=n%10,c=n%100;return c>=11&&c<=19?a:i===1?t:i>=2&&i<=4?o:a}const HO=()=>{const e={string:{unit:{one:"сімвал",few:"сімвалы",many:"сімвалаў"},verb:"мець"},array:{unit:{one:"элемент",few:"элементы",many:"элементаў"},verb:"мець"},set:{unit:{one:"элемент",few:"элементы",many:"элементаў"},verb:"мець"},file:{unit:{one:"байт",few:"байты",many:"байтаў"},verb:"мець"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"лік";case"object":{if(Array.isArray(n))return"масіў";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"увод",email:"email адрас",url:"URL",emoji:"эмодзі",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO дата і час",date:"ISO дата",time:"ISO час",duration:"ISO працягласць",ipv4:"IPv4 адрас",ipv6:"IPv6 адрас",cidrv4:"IPv4 дыяпазон",cidrv6:"IPv6 дыяпазон",base64:"радок у фармаце base64",base64url:"радок у фармаце base64url",json_string:"JSON радок",e164:"нумар E.164",jwt:"JWT",template_literal:"увод"};return n=>{switch(n.code){case"invalid_type":return`Няправільны ўвод: чакаўся ${n.expected}, атрымана ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Няправільны ўвод: чакалася ${D(n.values[0])}`:`Няправільны варыянт: чакаўся адзін з ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);if(c){const d=Number(n.maximum),l=BC(d,c.unit.one,c.unit.few,c.unit.many);return`Занадта вялікі: чакалася, што ${n.origin??"значэнне"} павінна ${c.verb} ${i}${n.maximum.toString()} ${l}`}return`Занадта вялікі: чакалася, што ${n.origin??"значэнне"} павінна быць ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);if(c){const d=Number(n.minimum),l=BC(d,c.unit.one,c.unit.few,c.unit.many);return`Занадта малы: чакалася, што ${n.origin} павінна ${c.verb} ${i}${n.minimum.toString()} ${l}`}return`Занадта малы: чакалася, што ${n.origin} павінна быць ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Няправільны радок: павінен пачынацца з "${i.prefix}"`:i.format==="ends_with"?`Няправільны радок: павінен заканчвацца на "${i.suffix}"`:i.format==="includes"?`Няправільны радок: павінен змяшчаць "${i.includes}"`:i.format==="regex"?`Няправільны радок: павінен адпавядаць шаблону ${i.pattern}`:`Няправільны ${a[i.format]??n.format}`}case"not_multiple_of":return`Няправільны лік: павінен быць кратным ${n.divisor}`;case"unrecognized_keys":return`Нераспазнаны ${n.keys.length>1?"ключы":"ключ"}: ${L(n.keys,", ")}`;case"invalid_key":return`Няправільны ключ у ${n.origin}`;case"invalid_union":return"Няправільны ўвод";case"invalid_element":return`Няправільнае значэнне ў ${n.origin}`;default:return"Няправільны ўвод"}}};function VO(){return{localeError:HO()}}const RO=e=>{const t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"число";case"object":{if(Array.isArray(e))return"масив";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},TO=()=>{const e={string:{unit:"символа",verb:"да съдържа"},file:{unit:"байта",verb:"да съдържа"},array:{unit:"елемента",verb:"да съдържа"},set:{unit:"елемента",verb:"да съдържа"}};function t(a){return e[a]??null}const o={regex:"вход",email:"имейл адрес",url:"URL",emoji:"емоджи",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO време",date:"ISO дата",time:"ISO време",duration:"ISO продължителност",ipv4:"IPv4 адрес",ipv6:"IPv6 адрес",cidrv4:"IPv4 диапазон",cidrv6:"IPv6 диапазон",base64:"base64-кодиран низ",base64url:"base64url-кодиран низ",json_string:"JSON низ",e164:"E.164 номер",jwt:"JWT",template_literal:"вход"};return a=>{switch(a.code){case"invalid_type":return`Невалиден вход: очакван ${a.expected}, получен ${RO(a.input)}`;case"invalid_value":return a.values.length===1?`Невалиден вход: очакван ${D(a.values[0])}`:`Невалидна опция: очаквано едно от ${L(a.values,"|")}`;case"too_big":{const n=a.inclusive?"<=":"<",i=t(a.origin);return i?`Твърде голямо: очаква се ${a.origin??"стойност"} да съдържа ${n}${a.maximum.toString()} ${i.unit??"елемента"}`:`Твърде голямо: очаква се ${a.origin??"стойност"} да бъде ${n}${a.maximum.toString()}`}case"too_small":{const n=a.inclusive?">=":">",i=t(a.origin);return i?`Твърде малко: очаква се ${a.origin} да съдържа ${n}${a.minimum.toString()} ${i.unit}`:`Твърде малко: очаква се ${a.origin} да бъде ${n}${a.minimum.toString()}`}case"invalid_format":{const n=a;if(n.format==="starts_with")return`Невалиден низ: трябва да започва с "${n.prefix}"`;if(n.format==="ends_with")return`Невалиден низ: трябва да завършва с "${n.suffix}"`;if(n.format==="includes")return`Невалиден низ: трябва да включва "${n.includes}"`;if(n.format==="regex")return`Невалиден низ: трябва да съвпада с ${n.pattern}`;let i="Невалиден";return n.format==="emoji"&&(i="Невалидно"),n.format==="datetime"&&(i="Невалидно"),n.format==="date"&&(i="Невалидна"),n.format==="time"&&(i="Невалидно"),n.format==="duration"&&(i="Невалидна"),`${i} ${o[n.format]??a.format}`}case"not_multiple_of":return`Невалидно число: трябва да бъде кратно на ${a.divisor}`;case"unrecognized_keys":return`Неразпознат${a.keys.length>1?"и":""} ключ${a.keys.length>1?"ове":""}: ${L(a.keys,", ")}`;case"invalid_key":return`Невалиден ключ в ${a.origin}`;case"invalid_union":return"Невалиден вход";case"invalid_element":return`Невалидна стойност в ${a.origin}`;default:return"Невалиден вход"}}};function FO(){return{localeError:TO()}}const EO=()=>{const e={string:{unit:"caràcters",verb:"contenir"},file:{unit:"bytes",verb:"contenir"},array:{unit:"elements",verb:"contenir"},set:{unit:"elements",verb:"contenir"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"entrada",email:"adreça electrònica",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data i hora ISO",date:"data ISO",time:"hora ISO",duration:"durada ISO",ipv4:"adreça IPv4",ipv6:"adreça IPv6",cidrv4:"rang IPv4",cidrv6:"rang IPv6",base64:"cadena codificada en base64",base64url:"cadena codificada en base64url",json_string:"cadena JSON",e164:"número E.164",jwt:"JWT",template_literal:"entrada"};return n=>{switch(n.code){case"invalid_type":return`Tipus invàlid: s'esperava ${n.expected}, s'ha rebut ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Valor invàlid: s'esperava ${D(n.values[0])}`:`Opció invàlida: s'esperava una de ${L(n.values," o ")}`;case"too_big":{const i=n.inclusive?"com a màxim":"menys de",c=t(n.origin);return c?`Massa gran: s'esperava que ${n.origin??"el valor"} contingués ${i} ${n.maximum.toString()} ${c.unit??"elements"}`:`Massa gran: s'esperava que ${n.origin??"el valor"} fos ${i} ${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?"com a mínim":"més de",c=t(n.origin);return c?`Massa petit: s'esperava que ${n.origin} contingués ${i} ${n.minimum.toString()} ${c.unit}`:`Massa petit: s'esperava que ${n.origin} fos ${i} ${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Format invàlid: ha de començar amb "${i.prefix}"`:i.format==="ends_with"?`Format invàlid: ha d'acabar amb "${i.suffix}"`:i.format==="includes"?`Format invàlid: ha d'incloure "${i.includes}"`:i.format==="regex"?`Format invàlid: ha de coincidir amb el patró ${i.pattern}`:`Format invàlid per a ${a[i.format]??n.format}`}case"not_multiple_of":return`Número invàlid: ha de ser múltiple de ${n.divisor}`;case"unrecognized_keys":return`Clau${n.keys.length>1?"s":""} no reconeguda${n.keys.length>1?"s":""}: ${L(n.keys,", ")}`;case"invalid_key":return`Clau invàlida a ${n.origin}`;case"invalid_union":return"Entrada invàlida";case"invalid_element":return`Element invàlid a ${n.origin}`;default:return"Entrada invàlida"}}};function UO(){return{localeError:EO()}}const BO=()=>{const e={string:{unit:"znaků",verb:"mít"},file:{unit:"bajtů",verb:"mít"},array:{unit:"prvků",verb:"mít"},set:{unit:"prvků",verb:"mít"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"číslo";case"string":return"řetězec";case"boolean":return"boolean";case"bigint":return"bigint";case"function":return"funkce";case"symbol":return"symbol";case"undefined":return"undefined";case"object":{if(Array.isArray(n))return"pole";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"regulární výraz",email:"e-mailová adresa",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"datum a čas ve formátu ISO",date:"datum ve formátu ISO",time:"čas ve formátu ISO",duration:"doba trvání ISO",ipv4:"IPv4 adresa",ipv6:"IPv6 adresa",cidrv4:"rozsah IPv4",cidrv6:"rozsah IPv6",base64:"řetězec zakódovaný ve formátu base64",base64url:"řetězec zakódovaný ve formátu base64url",json_string:"řetězec ve formátu JSON",e164:"číslo E.164",jwt:"JWT",template_literal:"vstup"};return n=>{switch(n.code){case"invalid_type":return`Neplatný vstup: očekáváno ${n.expected}, obdrženo ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Neplatný vstup: očekáváno ${D(n.values[0])}`:`Neplatná možnost: očekávána jedna z hodnot ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Hodnota je příliš velká: ${n.origin??"hodnota"} musí mít ${i}${n.maximum.toString()} ${c.unit??"prvků"}`:`Hodnota je příliš velká: ${n.origin??"hodnota"} musí být ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Hodnota je příliš malá: ${n.origin??"hodnota"} musí mít ${i}${n.minimum.toString()} ${c.unit??"prvků"}`:`Hodnota je příliš malá: ${n.origin??"hodnota"} musí být ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Neplatný řetězec: musí začínat na "${i.prefix}"`:i.format==="ends_with"?`Neplatný řetězec: musí končit na "${i.suffix}"`:i.format==="includes"?`Neplatný řetězec: musí obsahovat "${i.includes}"`:i.format==="regex"?`Neplatný řetězec: musí odpovídat vzoru ${i.pattern}`:`Neplatný formát ${a[i.format]??n.format}`}case"not_multiple_of":return`Neplatné číslo: musí být násobkem ${n.divisor}`;case"unrecognized_keys":return`Neznámé klíče: ${L(n.keys,", ")}`;case"invalid_key":return`Neplatný klíč v ${n.origin}`;case"invalid_union":return"Neplatný vstup";case"invalid_element":return`Neplatná hodnota v ${n.origin}`;default:return"Neplatný vstup"}}};function ZO(){return{localeError:BO()}}const GO=()=>{const e={string:{unit:"tegn",verb:"havde"},file:{unit:"bytes",verb:"havde"},array:{unit:"elementer",verb:"indeholdt"},set:{unit:"elementer",verb:"indeholdt"}},t={string:"streng",number:"tal",boolean:"boolean",array:"liste",object:"objekt",set:"sæt",file:"fil"};function o(c){return e[c]??null}function a(c){return t[c]??c}const n=c=>{const d=typeof c;switch(d){case"number":return Number.isNaN(c)?"NaN":"tal";case"object":return Array.isArray(c)?"liste":c===null?"null":Object.getPrototypeOf(c)!==Object.prototype&&c.constructor?c.constructor.name:"objekt"}return d},i={regex:"input",email:"e-mailadresse",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dato- og klokkeslæt",date:"ISO-dato",time:"ISO-klokkeslæt",duration:"ISO-varighed",ipv4:"IPv4-område",ipv6:"IPv6-område",cidrv4:"IPv4-spektrum",cidrv6:"IPv6-spektrum",base64:"base64-kodet streng",base64url:"base64url-kodet streng",json_string:"JSON-streng",e164:"E.164-nummer",jwt:"JWT",template_literal:"input"};return c=>{switch(c.code){case"invalid_type":return`Ugyldigt input: forventede ${a(c.expected)}, fik ${a(n(c.input))}`;case"invalid_value":return c.values.length===1?`Ugyldig værdi: forventede ${D(c.values[0])}`:`Ugyldigt valg: forventede en af følgende ${L(c.values,"|")}`;case"too_big":{const d=c.inclusive?"<=":"<",l=o(c.origin),s=a(c.origin);return l?`For stor: forventede ${s??"value"} ${l.verb} ${d} ${c.maximum.toString()} ${l.unit??"elementer"}`:`For stor: forventede ${s??"value"} havde ${d} ${c.maximum.toString()}`}case"too_small":{const d=c.inclusive?">=":">",l=o(c.origin),s=a(c.origin);return l?`For lille: forventede ${s} ${l.verb} ${d} ${c.minimum.toString()} ${l.unit}`:`For lille: forventede ${s} havde ${d} ${c.minimum.toString()}`}case"invalid_format":{const d=c;return d.format==="starts_with"?`Ugyldig streng: skal starte med "${d.prefix}"`:d.format==="ends_with"?`Ugyldig streng: skal ende med "${d.suffix}"`:d.format==="includes"?`Ugyldig streng: skal indeholde "${d.includes}"`:d.format==="regex"?`Ugyldig streng: skal matche mønsteret ${d.pattern}`:`Ugyldig ${i[d.format]??c.format}`}case"not_multiple_of":return`Ugyldigt tal: skal være deleligt med ${c.divisor}`;case"unrecognized_keys":return`${c.keys.length>1?"Ukendte nøgler":"Ukendt nøgle"}: ${L(c.keys,", ")}`;case"invalid_key":return`Ugyldig nøgle i ${c.origin}`;case"invalid_union":return"Ugyldigt input: matcher ingen af de tilladte typer";case"invalid_element":return`Ugyldig værdi i ${c.origin}`;default:return"Ugyldigt input"}}};function WO(){return{localeError:GO()}}const KO=()=>{const e={string:{unit:"Zeichen",verb:"zu haben"},file:{unit:"Bytes",verb:"zu haben"},array:{unit:"Elemente",verb:"zu haben"},set:{unit:"Elemente",verb:"zu haben"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"Zahl";case"object":{if(Array.isArray(n))return"Array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"Eingabe",email:"E-Mail-Adresse",url:"URL",emoji:"Emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-Datum und -Uhrzeit",date:"ISO-Datum",time:"ISO-Uhrzeit",duration:"ISO-Dauer",ipv4:"IPv4-Adresse",ipv6:"IPv6-Adresse",cidrv4:"IPv4-Bereich",cidrv6:"IPv6-Bereich",base64:"Base64-codierter String",base64url:"Base64-URL-codierter String",json_string:"JSON-String",e164:"E.164-Nummer",jwt:"JWT",template_literal:"Eingabe"};return n=>{switch(n.code){case"invalid_type":return`Ungültige Eingabe: erwartet ${n.expected}, erhalten ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Ungültige Eingabe: erwartet ${D(n.values[0])}`:`Ungültige Option: erwartet eine von ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Zu groß: erwartet, dass ${n.origin??"Wert"} ${i}${n.maximum.toString()} ${c.unit??"Elemente"} hat`:`Zu groß: erwartet, dass ${n.origin??"Wert"} ${i}${n.maximum.toString()} ist`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Zu klein: erwartet, dass ${n.origin} ${i}${n.minimum.toString()} ${c.unit} hat`:`Zu klein: erwartet, dass ${n.origin} ${i}${n.minimum.toString()} ist`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Ungültiger String: muss mit "${i.prefix}" beginnen`:i.format==="ends_with"?`Ungültiger String: muss mit "${i.suffix}" enden`:i.format==="includes"?`Ungültiger String: muss "${i.includes}" enthalten`:i.format==="regex"?`Ungültiger String: muss dem Muster ${i.pattern} entsprechen`:`Ungültig: ${a[i.format]??n.format}`}case"not_multiple_of":return`Ungültige Zahl: muss ein Vielfaches von ${n.divisor} sein`;case"unrecognized_keys":return`${n.keys.length>1?"Unbekannte Schlüssel":"Unbekannter Schlüssel"}: ${L(n.keys,", ")}`;case"invalid_key":return`Ungültiger Schlüssel in ${n.origin}`;case"invalid_union":return"Ungültige Eingabe";case"invalid_element":return`Ungültiger Wert in ${n.origin}`;default:return"Ungültige Eingabe"}}};function XO(){return{localeError:KO()}}const JO=e=>{const t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"number";case"object":{if(Array.isArray(e))return"array";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},YO=()=>{const e={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"}};function t(a){return e[a]??null}const o={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",mac:"MAC address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"};return a=>{switch(a.code){case"invalid_type":return`Invalid input: expected ${a.expected}, received ${JO(a.input)}`;case"invalid_value":return a.values.length===1?`Invalid input: expected ${D(a.values[0])}`:`Invalid option: expected one of ${L(a.values,"|")}`;case"too_big":{const n=a.inclusive?"<=":"<",i=t(a.origin);return i?`Too big: expected ${a.origin??"value"} to have ${n}${a.maximum.toString()} ${i.unit??"elements"}`:`Too big: expected ${a.origin??"value"} to be ${n}${a.maximum.toString()}`}case"too_small":{const n=a.inclusive?">=":">",i=t(a.origin);return i?`Too small: expected ${a.origin} to have ${n}${a.minimum.toString()} ${i.unit}`:`Too small: expected ${a.origin} to be ${n}${a.minimum.toString()}`}case"invalid_format":{const n=a;return n.format==="starts_with"?`Invalid string: must start with "${n.prefix}"`:n.format==="ends_with"?`Invalid string: must end with "${n.suffix}"`:n.format==="includes"?`Invalid string: must include "${n.includes}"`:n.format==="regex"?`Invalid string: must match pattern ${n.pattern}`:`Invalid ${o[n.format]??a.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${a.divisor}`;case"unrecognized_keys":return`Unrecognized key${a.keys.length>1?"s":""}: ${L(a.keys,", ")}`;case"invalid_key":return`Invalid key in ${a.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${a.origin}`;default:return"Invalid input"}}};function ZC(){return{localeError:YO()}}const QO=e=>{const t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"nombro";case"object":{if(Array.isArray(e))return"tabelo";if(e===null)return"senvalora";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},eH=()=>{const e={string:{unit:"karaktrojn",verb:"havi"},file:{unit:"bajtojn",verb:"havi"},array:{unit:"elementojn",verb:"havi"},set:{unit:"elementojn",verb:"havi"}};function t(a){return e[a]??null}const o={regex:"enigo",email:"retadreso",url:"URL",emoji:"emoĝio",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-datotempo",date:"ISO-dato",time:"ISO-tempo",duration:"ISO-daŭro",ipv4:"IPv4-adreso",ipv6:"IPv6-adreso",cidrv4:"IPv4-rango",cidrv6:"IPv6-rango",base64:"64-ume kodita karaktraro",base64url:"URL-64-ume kodita karaktraro",json_string:"JSON-karaktraro",e164:"E.164-nombro",jwt:"JWT",template_literal:"enigo"};return a=>{switch(a.code){case"invalid_type":return`Nevalida enigo: atendiĝis ${a.expected}, riceviĝis ${QO(a.input)}`;case"invalid_value":return a.values.length===1?`Nevalida enigo: atendiĝis ${D(a.values[0])}`:`Nevalida opcio: atendiĝis unu el ${L(a.values,"|")}`;case"too_big":{const n=a.inclusive?"<=":"<",i=t(a.origin);return i?`Tro granda: atendiĝis ke ${a.origin??"valoro"} havu ${n}${a.maximum.toString()} ${i.unit??"elementojn"}`:`Tro granda: atendiĝis ke ${a.origin??"valoro"} havu ${n}${a.maximum.toString()}`}case"too_small":{const n=a.inclusive?">=":">",i=t(a.origin);return i?`Tro malgranda: atendiĝis ke ${a.origin} havu ${n}${a.minimum.toString()} ${i.unit}`:`Tro malgranda: atendiĝis ke ${a.origin} estu ${n}${a.minimum.toString()}`}case"invalid_format":{const n=a;return n.format==="starts_with"?`Nevalida karaktraro: devas komenciĝi per "${n.prefix}"`:n.format==="ends_with"?`Nevalida karaktraro: devas finiĝi per "${n.suffix}"`:n.format==="includes"?`Nevalida karaktraro: devas inkluzivi "${n.includes}"`:n.format==="regex"?`Nevalida karaktraro: devas kongrui kun la modelo ${n.pattern}`:`Nevalida ${o[n.format]??a.format}`}case"not_multiple_of":return`Nevalida nombro: devas esti oblo de ${a.divisor}`;case"unrecognized_keys":return`Nekonata${a.keys.length>1?"j":""} ŝlosilo${a.keys.length>1?"j":""}: ${L(a.keys,", ")}`;case"invalid_key":return`Nevalida ŝlosilo en ${a.origin}`;case"invalid_union":return"Nevalida enigo";case"invalid_element":return`Nevalida valoro en ${a.origin}`;default:return"Nevalida enigo"}}};function tH(){return{localeError:eH()}}const nH=()=>{const e={string:{unit:"caracteres",verb:"tener"},file:{unit:"bytes",verb:"tener"},array:{unit:"elementos",verb:"tener"},set:{unit:"elementos",verb:"tener"}},t={string:"texto",number:"número",boolean:"booleano",array:"arreglo",object:"objeto",set:"conjunto",file:"archivo",date:"fecha",bigint:"número grande",symbol:"símbolo",undefined:"indefinido",null:"nulo",function:"función",map:"mapa",record:"registro",tuple:"tupla",enum:"enumeración",union:"unión",literal:"literal",promise:"promesa",void:"vacío",never:"nunca",unknown:"desconocido",any:"cualquiera"};function o(c){return e[c]??null}function a(c){return t[c]??c}const n=c=>{const d=typeof c;switch(d){case"number":return Number.isNaN(c)?"NaN":"number";case"object":return Array.isArray(c)?"array":c===null?"null":Object.getPrototypeOf(c)!==Object.prototype?c.constructor.name:"object"}return d},i={regex:"entrada",email:"dirección de correo electrónico",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"fecha y hora ISO",date:"fecha ISO",time:"hora ISO",duration:"duración ISO",ipv4:"dirección IPv4",ipv6:"dirección IPv6",cidrv4:"rango IPv4",cidrv6:"rango IPv6",base64:"cadena codificada en base64",base64url:"URL codificada en base64",json_string:"cadena JSON",e164:"número E.164",jwt:"JWT",template_literal:"entrada"};return c=>{switch(c.code){case"invalid_type":return`Entrada inválida: se esperaba ${a(c.expected)}, recibido ${a(n(c.input))}`;case"invalid_value":return c.values.length===1?`Entrada inválida: se esperaba ${D(c.values[0])}`:`Opción inválida: se esperaba una de ${L(c.values,"|")}`;case"too_big":{const d=c.inclusive?"<=":"<",l=o(c.origin),s=a(c.origin);return l?`Demasiado grande: se esperaba que ${s??"valor"} tuviera ${d}${c.maximum.toString()} ${l.unit??"elementos"}`:`Demasiado grande: se esperaba que ${s??"valor"} fuera ${d}${c.maximum.toString()}`}case"too_small":{const d=c.inclusive?">=":">",l=o(c.origin),s=a(c.origin);return l?`Demasiado pequeño: se esperaba que ${s} tuviera ${d}${c.minimum.toString()} ${l.unit}`:`Demasiado pequeño: se esperaba que ${s} fuera ${d}${c.minimum.toString()}`}case"invalid_format":{const d=c;return d.format==="starts_with"?`Cadena inválida: debe comenzar con "${d.prefix}"`:d.format==="ends_with"?`Cadena inválida: debe terminar en "${d.suffix}"`:d.format==="includes"?`Cadena inválida: debe incluir "${d.includes}"`:d.format==="regex"?`Cadena inválida: debe coincidir con el patrón ${d.pattern}`:`Inválido ${i[d.format]??c.format}`}case"not_multiple_of":return`Número inválido: debe ser múltiplo de ${c.divisor}`;case"unrecognized_keys":return`Llave${c.keys.length>1?"s":""} desconocida${c.keys.length>1?"s":""}: ${L(c.keys,", ")}`;case"invalid_key":return`Llave inválida en ${a(c.origin)}`;case"invalid_union":return"Entrada inválida";case"invalid_element":return`Valor inválido en ${a(c.origin)}`;default:return"Entrada inválida"}}};function oH(){return{localeError:nH()}}const aH=()=>{const e={string:{unit:"کاراکتر",verb:"داشته باشد"},file:{unit:"بایت",verb:"داشته باشد"},array:{unit:"آیتم",verb:"داشته باشد"},set:{unit:"آیتم",verb:"داشته باشد"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"عدد";case"object":{if(Array.isArray(n))return"آرایه";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"ورودی",email:"آدرس ایمیل",url:"URL",emoji:"ایموجی",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"تاریخ و زمان ایزو",date:"تاریخ ایزو",time:"زمان ایزو",duration:"مدت زمان ایزو",ipv4:"IPv4 آدرس",ipv6:"IPv6 آدرس",cidrv4:"IPv4 دامنه",cidrv6:"IPv6 دامنه",base64:"base64-encoded رشته",base64url:"base64url-encoded رشته",json_string:"JSON رشته",e164:"E.164 عدد",jwt:"JWT",template_literal:"ورودی"};return n=>{switch(n.code){case"invalid_type":return`ورودی نامعتبر: میبایست ${n.expected} میبود، ${o(n.input)} دریافت شد`;case"invalid_value":return n.values.length===1?`ورودی نامعتبر: میبایست ${D(n.values[0])} میبود`:`گزینه نامعتبر: میبایست یکی از ${L(n.values,"|")} میبود`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`خیلی بزرگ: ${n.origin??"مقدار"} باید ${i}${n.maximum.toString()} ${c.unit??"عنصر"} باشد`:`خیلی بزرگ: ${n.origin??"مقدار"} باید ${i}${n.maximum.toString()} باشد`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`خیلی کوچک: ${n.origin} باید ${i}${n.minimum.toString()} ${c.unit} باشد`:`خیلی کوچک: ${n.origin} باید ${i}${n.minimum.toString()} باشد`}case"invalid_format":{const i=n;return i.format==="starts_with"?`رشته نامعتبر: باید با "${i.prefix}" شروع شود`:i.format==="ends_with"?`رشته نامعتبر: باید با "${i.suffix}" تمام شود`:i.format==="includes"?`رشته نامعتبر: باید شامل "${i.includes}" باشد`:i.format==="regex"?`رشته نامعتبر: باید با الگوی ${i.pattern} مطابقت داشته باشد`:`${a[i.format]??n.format} نامعتبر`}case"not_multiple_of":return`عدد نامعتبر: باید مضرب ${n.divisor} باشد`;case"unrecognized_keys":return`کلید${n.keys.length>1?"های":""} ناشناس: ${L(n.keys,", ")}`;case"invalid_key":return`کلید ناشناس در ${n.origin}`;case"invalid_union":return"ورودی نامعتبر";case"invalid_element":return`مقدار نامعتبر در ${n.origin}`;default:return"ورودی نامعتبر"}}};function iH(){return{localeError:aH()}}const rH=()=>{const e={string:{unit:"merkkiä",subject:"merkkijonon"},file:{unit:"tavua",subject:"tiedoston"},array:{unit:"alkiota",subject:"listan"},set:{unit:"alkiota",subject:"joukon"},number:{unit:"",subject:"luvun"},bigint:{unit:"",subject:"suuren kokonaisluvun"},int:{unit:"",subject:"kokonaisluvun"},date:{unit:"",subject:"päivämäärän"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"säännöllinen lauseke",email:"sähköpostiosoite",url:"URL-osoite",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-aikaleima",date:"ISO-päivämäärä",time:"ISO-aika",duration:"ISO-kesto",ipv4:"IPv4-osoite",ipv6:"IPv6-osoite",cidrv4:"IPv4-alue",cidrv6:"IPv6-alue",base64:"base64-koodattu merkkijono",base64url:"base64url-koodattu merkkijono",json_string:"JSON-merkkijono",e164:"E.164-luku",jwt:"JWT",template_literal:"templaattimerkkijono"};return n=>{switch(n.code){case"invalid_type":return`Virheellinen tyyppi: odotettiin ${n.expected}, oli ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Virheellinen syöte: täytyy olla ${D(n.values[0])}`:`Virheellinen valinta: täytyy olla yksi seuraavista: ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Liian suuri: ${c.subject} täytyy olla ${i}${n.maximum.toString()} ${c.unit}`.trim():`Liian suuri: arvon täytyy olla ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Liian pieni: ${c.subject} täytyy olla ${i}${n.minimum.toString()} ${c.unit}`.trim():`Liian pieni: arvon täytyy olla ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Virheellinen syöte: täytyy alkaa "${i.prefix}"`:i.format==="ends_with"?`Virheellinen syöte: täytyy loppua "${i.suffix}"`:i.format==="includes"?`Virheellinen syöte: täytyy sisältää "${i.includes}"`:i.format==="regex"?`Virheellinen syöte: täytyy vastata säännöllistä lauseketta ${i.pattern}`:`Virheellinen ${a[i.format]??n.format}`}case"not_multiple_of":return`Virheellinen luku: täytyy olla luvun ${n.divisor} monikerta`;case"unrecognized_keys":return`${n.keys.length>1?"Tuntemattomat avaimet":"Tuntematon avain"}: ${L(n.keys,", ")}`;case"invalid_key":return"Virheellinen avain tietueessa";case"invalid_union":return"Virheellinen unioni";case"invalid_element":return"Virheellinen arvo joukossa";default:return"Virheellinen syöte"}}};function cH(){return{localeError:rH()}}const dH=()=>{const e={string:{unit:"caractères",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"éléments",verb:"avoir"},set:{unit:"éléments",verb:"avoir"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"nombre";case"object":{if(Array.isArray(n))return"tableau";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"entrée",email:"adresse e-mail",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"date et heure ISO",date:"date ISO",time:"heure ISO",duration:"durée ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"chaîne encodée en base64",base64url:"chaîne encodée en base64url",json_string:"chaîne JSON",e164:"numéro E.164",jwt:"JWT",template_literal:"entrée"};return n=>{switch(n.code){case"invalid_type":return`Entrée invalide : ${n.expected} attendu, ${o(n.input)} reçu`;case"invalid_value":return n.values.length===1?`Entrée invalide : ${D(n.values[0])} attendu`:`Option invalide : une valeur parmi ${L(n.values,"|")} attendue`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Trop grand : ${n.origin??"valeur"} doit ${c.verb} ${i}${n.maximum.toString()} ${c.unit??"élément(s)"}`:`Trop grand : ${n.origin??"valeur"} doit être ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Trop petit : ${n.origin} doit ${c.verb} ${i}${n.minimum.toString()} ${c.unit}`:`Trop petit : ${n.origin} doit être ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Chaîne invalide : doit commencer par "${i.prefix}"`:i.format==="ends_with"?`Chaîne invalide : doit se terminer par "${i.suffix}"`:i.format==="includes"?`Chaîne invalide : doit inclure "${i.includes}"`:i.format==="regex"?`Chaîne invalide : doit correspondre au modèle ${i.pattern}`:`${a[i.format]??n.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit être un multiple de ${n.divisor}`;case"unrecognized_keys":return`Clé${n.keys.length>1?"s":""} non reconnue${n.keys.length>1?"s":""} : ${L(n.keys,", ")}`;case"invalid_key":return`Clé invalide dans ${n.origin}`;case"invalid_union":return"Entrée invalide";case"invalid_element":return`Valeur invalide dans ${n.origin}`;default:return"Entrée invalide"}}};function sH(){return{localeError:dH()}}const lH=()=>{const e={string:{unit:"caractères",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"éléments",verb:"avoir"},set:{unit:"éléments",verb:"avoir"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"entrée",email:"adresse courriel",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"date-heure ISO",date:"date ISO",time:"heure ISO",duration:"durée ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"chaîne encodée en base64",base64url:"chaîne encodée en base64url",json_string:"chaîne JSON",e164:"numéro E.164",jwt:"JWT",template_literal:"entrée"};return n=>{switch(n.code){case"invalid_type":return`Entrée invalide : attendu ${n.expected}, reçu ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Entrée invalide : attendu ${D(n.values[0])}`:`Option invalide : attendu l'une des valeurs suivantes ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"≤":"<",c=t(n.origin);return c?`Trop grand : attendu que ${n.origin??"la valeur"} ait ${i}${n.maximum.toString()} ${c.unit}`:`Trop grand : attendu que ${n.origin??"la valeur"} soit ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?"≥":">",c=t(n.origin);return c?`Trop petit : attendu que ${n.origin} ait ${i}${n.minimum.toString()} ${c.unit}`:`Trop petit : attendu que ${n.origin} soit ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Chaîne invalide : doit commencer par "${i.prefix}"`:i.format==="ends_with"?`Chaîne invalide : doit se terminer par "${i.suffix}"`:i.format==="includes"?`Chaîne invalide : doit inclure "${i.includes}"`:i.format==="regex"?`Chaîne invalide : doit correspondre au motif ${i.pattern}`:`${a[i.format]??n.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit être un multiple de ${n.divisor}`;case"unrecognized_keys":return`Clé${n.keys.length>1?"s":""} non reconnue${n.keys.length>1?"s":""} : ${L(n.keys,", ")}`;case"invalid_key":return`Clé invalide dans ${n.origin}`;case"invalid_union":return"Entrée invalide";case"invalid_element":return`Valeur invalide dans ${n.origin}`;default:return"Entrée invalide"}}};function uH(){return{localeError:lH()}}const hH=()=>{const e={string:{label:"מחרוזת",gender:"f"},number:{label:"מספר",gender:"m"},boolean:{label:"ערך בוליאני",gender:"m"},bigint:{label:"BigInt",gender:"m"},date:{label:"תאריך",gender:"m"},array:{label:"מערך",gender:"m"},object:{label:"אובייקט",gender:"m"},null:{label:"ערך ריק (null)",gender:"m"},undefined:{label:"ערך לא מוגדר (undefined)",gender:"m"},symbol:{label:"סימבול (Symbol)",gender:"m"},function:{label:"פונקציה",gender:"f"},map:{label:"מפה (Map)",gender:"f"},set:{label:"קבוצה (Set)",gender:"f"},file:{label:"קובץ",gender:"m"},promise:{label:"Promise",gender:"m"},NaN:{label:"NaN",gender:"m"},unknown:{label:"ערך לא ידוע",gender:"m"},value:{label:"ערך",gender:"m"}},t={string:{unit:"תווים",shortLabel:"קצר",longLabel:"ארוך"},file:{unit:"בייטים",shortLabel:"קטן",longLabel:"גדול"},array:{unit:"פריטים",shortLabel:"קטן",longLabel:"גדול"},set:{unit:"פריטים",shortLabel:"קטן",longLabel:"גדול"},number:{unit:"",shortLabel:"קטן",longLabel:"גדול"}},o=s=>s?e[s]:void 0,a=s=>{const u=o(s);return u?u.label:s??e.unknown.label},n=s=>`ה${a(s)}`,i=s=>(o(s)?.gender??"m")==="f"?"צריכה להיות":"צריך להיות",c=s=>s?t[s]??null:null,d=s=>{const u=typeof s;switch(u){case"number":return Number.isNaN(s)?"NaN":"number";case"object":return Array.isArray(s)?"array":s===null?"null":Object.getPrototypeOf(s)!==Object.prototype&&s.constructor?s.constructor.name:"object";default:return u}},l={regex:{label:"קלט",gender:"m"},email:{label:"כתובת אימייל",gender:"f"},url:{label:"כתובת רשת",gender:"f"},emoji:{label:"אימוג'י",gender:"m"},uuid:{label:"UUID",gender:"m"},nanoid:{label:"nanoid",gender:"m"},guid:{label:"GUID",gender:"m"},cuid:{label:"cuid",gender:"m"},cuid2:{label:"cuid2",gender:"m"},ulid:{label:"ULID",gender:"m"},xid:{label:"XID",gender:"m"},ksuid:{label:"KSUID",gender:"m"},datetime:{label:"תאריך וזמן ISO",gender:"m"},date:{label:"תאריך ISO",gender:"m"},time:{label:"זמן ISO",gender:"m"},duration:{label:"משך זמן ISO",gender:"m"},ipv4:{label:"כתובת IPv4",gender:"f"},ipv6:{label:"כתובת IPv6",gender:"f"},cidrv4:{label:"טווח IPv4",gender:"m"},cidrv6:{label:"טווח IPv6",gender:"m"},base64:{label:"מחרוזת בבסיס 64",gender:"f"},base64url:{label:"מחרוזת בבסיס 64 לכתובות רשת",gender:"f"},json_string:{label:"מחרוזת JSON",gender:"f"},e164:{label:"מספר E.164",gender:"m"},jwt:{label:"JWT",gender:"m"},ends_with:{label:"קלט",gender:"m"},includes:{label:"קלט",gender:"m"},lowercase:{label:"קלט",gender:"m"},starts_with:{label:"קלט",gender:"m"},uppercase:{label:"קלט",gender:"m"}};return s=>{switch(s.code){case"invalid_type":{const u=s.expected,h=a(u),k=d(s.input),p=e[k]?.label??k;return`קלט לא תקין: צריך להיות ${h}, התקבל ${p}`}case"invalid_value":{if(s.values.length===1)return`ערך לא תקין: הערך חייב להיות ${D(s.values[0])}`;const u=s.values.map(p=>D(p));if(s.values.length===2)return`ערך לא תקין: האפשרויות המתאימות הן ${u[0]} או ${u[1]}`;const h=u[u.length-1];return`ערך לא תקין: האפשרויות המתאימות הן ${u.slice(0,-1).join(", ")} או ${h}`}case"too_big":{const u=c(s.origin),h=n(s.origin??"value");if(s.origin==="string")return`${u?.longLabel??"ארוך"} מדי: ${h} צריכה להכיל ${s.maximum.toString()} ${u?.unit??""} ${s.inclusive?"או פחות":"לכל היותר"}`.trim();if(s.origin==="number"){const y=s.inclusive?`קטן או שווה ל-${s.maximum}`:`קטן מ-${s.maximum}`;return`גדול מדי: ${h} צריך להיות ${y}`}if(s.origin==="array"||s.origin==="set"){const y=s.origin==="set"?"צריכה":"צריך",_=s.inclusive?`${s.maximum} ${u?.unit??""} או פחות`:`פחות מ-${s.maximum} ${u?.unit??""}`;return`גדול מדי: ${h} ${y} להכיל ${_}`.trim()}const k=s.inclusive?"<=":"<",p=i(s.origin??"value");return u?.unit?`${u.longLabel} מדי: ${h} ${p} ${k}${s.maximum.toString()} ${u.unit}`:`${u?.longLabel??"גדול"} מדי: ${h} ${p} ${k}${s.maximum.toString()}`}case"too_small":{const u=c(s.origin),h=n(s.origin??"value");if(s.origin==="string")return`${u?.shortLabel??"קצר"} מדי: ${h} צריכה להכיל ${s.minimum.toString()} ${u?.unit??""} ${s.inclusive?"או יותר":"לפחות"}`.trim();if(s.origin==="number"){const y=s.inclusive?`גדול או שווה ל-${s.minimum}`:`גדול מ-${s.minimum}`;return`קטן מדי: ${h} צריך להיות ${y}`}if(s.origin==="array"||s.origin==="set"){const y=s.origin==="set"?"צריכה":"צריך";if(s.minimum===1&&s.inclusive){const m=(s.origin==="set","לפחות פריט אחד");return`קטן מדי: ${h} ${y} להכיל ${m}`}const _=s.inclusive?`${s.minimum} ${u?.unit??""} או יותר`:`יותר מ-${s.minimum} ${u?.unit??""}`;return`קטן מדי: ${h} ${y} להכיל ${_}`.trim()}const k=s.inclusive?">=":">",p=i(s.origin??"value");return u?.unit?`${u.shortLabel} מדי: ${h} ${p} ${k}${s.minimum.toString()} ${u.unit}`:`${u?.shortLabel??"קטן"} מדי: ${h} ${p} ${k}${s.minimum.toString()}`}case"invalid_format":{const u=s;if(u.format==="starts_with")return`המחרוזת חייבת להתחיל ב "${u.prefix}"`;if(u.format==="ends_with")return`המחרוזת חייבת להסתיים ב "${u.suffix}"`;if(u.format==="includes")return`המחרוזת חייבת לכלול "${u.includes}"`;if(u.format==="regex")return`המחרוזת חייבת להתאים לתבנית ${u.pattern}`;const h=l[u.format],k=h?.label??u.format,y=(h?.gender??"m")==="f"?"תקינה":"תקין";return`${k} לא ${y}`}case"not_multiple_of":return`מספר לא תקין: חייב להיות מכפלה של ${s.divisor}`;case"unrecognized_keys":return`מפתח${s.keys.length>1?"ות":""} לא מזוה${s.keys.length>1?"ים":"ה"}: ${L(s.keys,", ")}`;case"invalid_key":return"שדה לא תקין באובייקט";case"invalid_union":return"קלט לא תקין";case"invalid_element":return`ערך לא תקין ב${n(s.origin??"array")}`;default:return"קלט לא תקין"}}};function pH(){return{localeError:hH()}}const yH=()=>{const e={string:{unit:"karakter",verb:"legyen"},file:{unit:"byte",verb:"legyen"},array:{unit:"elem",verb:"legyen"},set:{unit:"elem",verb:"legyen"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"szám";case"object":{if(Array.isArray(n))return"tömb";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"bemenet",email:"email cím",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO időbélyeg",date:"ISO dátum",time:"ISO idő",duration:"ISO időintervallum",ipv4:"IPv4 cím",ipv6:"IPv6 cím",cidrv4:"IPv4 tartomány",cidrv6:"IPv6 tartomány",base64:"base64-kódolt string",base64url:"base64url-kódolt string",json_string:"JSON string",e164:"E.164 szám",jwt:"JWT",template_literal:"bemenet"};return n=>{switch(n.code){case"invalid_type":return`Érvénytelen bemenet: a várt érték ${n.expected}, a kapott érték ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Érvénytelen bemenet: a várt érték ${D(n.values[0])}`:`Érvénytelen opció: valamelyik érték várt ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Túl nagy: ${n.origin??"érték"} mérete túl nagy ${i}${n.maximum.toString()} ${c.unit??"elem"}`:`Túl nagy: a bemeneti érték ${n.origin??"érték"} túl nagy: ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Túl kicsi: a bemeneti érték ${n.origin} mérete túl kicsi ${i}${n.minimum.toString()} ${c.unit}`:`Túl kicsi: a bemeneti érték ${n.origin} túl kicsi ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Érvénytelen string: "${i.prefix}" értékkel kell kezdődnie`:i.format==="ends_with"?`Érvénytelen string: "${i.suffix}" értékkel kell végződnie`:i.format==="includes"?`Érvénytelen string: "${i.includes}" értéket kell tartalmaznia`:i.format==="regex"?`Érvénytelen string: ${i.pattern} mintának kell megfelelnie`:`Érvénytelen ${a[i.format]??n.format}`}case"not_multiple_of":return`Érvénytelen szám: ${n.divisor} többszörösének kell lennie`;case"unrecognized_keys":return`Ismeretlen kulcs${n.keys.length>1?"s":""}: ${L(n.keys,", ")}`;case"invalid_key":return`Érvénytelen kulcs ${n.origin}`;case"invalid_union":return"Érvénytelen bemenet";case"invalid_element":return`Érvénytelen érték: ${n.origin}`;default:return"Érvénytelen bemenet"}}};function kH(){return{localeError:yH()}}const _H=()=>{const e={string:{unit:"karakter",verb:"memiliki"},file:{unit:"byte",verb:"memiliki"},array:{unit:"item",verb:"memiliki"},set:{unit:"item",verb:"memiliki"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"input",email:"alamat email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"tanggal dan waktu format ISO",date:"tanggal format ISO",time:"jam format ISO",duration:"durasi format ISO",ipv4:"alamat IPv4",ipv6:"alamat IPv6",cidrv4:"rentang alamat IPv4",cidrv6:"rentang alamat IPv6",base64:"string dengan enkode base64",base64url:"string dengan enkode base64url",json_string:"string JSON",e164:"angka E.164",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Input tidak valid: diharapkan ${n.expected}, diterima ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Input tidak valid: diharapkan ${D(n.values[0])}`:`Pilihan tidak valid: diharapkan salah satu dari ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Terlalu besar: diharapkan ${n.origin??"value"} memiliki ${i}${n.maximum.toString()} ${c.unit??"elemen"}`:`Terlalu besar: diharapkan ${n.origin??"value"} menjadi ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Terlalu kecil: diharapkan ${n.origin} memiliki ${i}${n.minimum.toString()} ${c.unit}`:`Terlalu kecil: diharapkan ${n.origin} menjadi ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`String tidak valid: harus dimulai dengan "${i.prefix}"`:i.format==="ends_with"?`String tidak valid: harus berakhir dengan "${i.suffix}"`:i.format==="includes"?`String tidak valid: harus menyertakan "${i.includes}"`:i.format==="regex"?`String tidak valid: harus sesuai pola ${i.pattern}`:`${a[i.format]??n.format} tidak valid`}case"not_multiple_of":return`Angka tidak valid: harus kelipatan dari ${n.divisor}`;case"unrecognized_keys":return`Kunci tidak dikenali ${n.keys.length>1?"s":""}: ${L(n.keys,", ")}`;case"invalid_key":return`Kunci tidak valid di ${n.origin}`;case"invalid_union":return"Input tidak valid";case"invalid_element":return`Nilai tidak valid di ${n.origin}`;default:return"Input tidak valid"}}};function fH(){return{localeError:_H()}}const mH=e=>{const t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"númer";case"object":{if(Array.isArray(e))return"fylki";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},gH=()=>{const e={string:{unit:"stafi",verb:"að hafa"},file:{unit:"bæti",verb:"að hafa"},array:{unit:"hluti",verb:"að hafa"},set:{unit:"hluti",verb:"að hafa"}};function t(a){return e[a]??null}const o={regex:"gildi",email:"netfang",url:"vefslóð",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dagsetning og tími",date:"ISO dagsetning",time:"ISO tími",duration:"ISO tímalengd",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded strengur",base64url:"base64url-encoded strengur",json_string:"JSON strengur",e164:"E.164 tölugildi",jwt:"JWT",template_literal:"gildi"};return a=>{switch(a.code){case"invalid_type":return`Rangt gildi: Þú slóst inn ${mH(a.input)} þar sem á að vera ${a.expected}`;case"invalid_value":return a.values.length===1?`Rangt gildi: gert ráð fyrir ${D(a.values[0])}`:`Ógilt val: má vera eitt af eftirfarandi ${L(a.values,"|")}`;case"too_big":{const n=a.inclusive?"<=":"<",i=t(a.origin);return i?`Of stórt: gert er ráð fyrir að ${a.origin??"gildi"} hafi ${n}${a.maximum.toString()} ${i.unit??"hluti"}`:`Of stórt: gert er ráð fyrir að ${a.origin??"gildi"} sé ${n}${a.maximum.toString()}`}case"too_small":{const n=a.inclusive?">=":">",i=t(a.origin);return i?`Of lítið: gert er ráð fyrir að ${a.origin} hafi ${n}${a.minimum.toString()} ${i.unit}`:`Of lítið: gert er ráð fyrir að ${a.origin} sé ${n}${a.minimum.toString()}`}case"invalid_format":{const n=a;return n.format==="starts_with"?`Ógildur strengur: verður að byrja á "${n.prefix}"`:n.format==="ends_with"?`Ógildur strengur: verður að enda á "${n.suffix}"`:n.format==="includes"?`Ógildur strengur: verður að innihalda "${n.includes}"`:n.format==="regex"?`Ógildur strengur: verður að fylgja mynstri ${n.pattern}`:`Rangt ${o[n.format]??a.format}`}case"not_multiple_of":return`Röng tala: verður að vera margfeldi af ${a.divisor}`;case"unrecognized_keys":return`Óþekkt ${a.keys.length>1?"ir lyklar":"ur lykill"}: ${L(a.keys,", ")}`;case"invalid_key":return`Rangur lykill í ${a.origin}`;case"invalid_union":return"Rangt gildi";case"invalid_element":return`Rangt gildi í ${a.origin}`;default:return"Rangt gildi"}}};function vH(){return{localeError:gH()}}const MH=()=>{const e={string:{unit:"caratteri",verb:"avere"},file:{unit:"byte",verb:"avere"},array:{unit:"elementi",verb:"avere"},set:{unit:"elementi",verb:"avere"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"numero";case"object":{if(Array.isArray(n))return"vettore";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"input",email:"indirizzo email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data e ora ISO",date:"data ISO",time:"ora ISO",duration:"durata ISO",ipv4:"indirizzo IPv4",ipv6:"indirizzo IPv6",cidrv4:"intervallo IPv4",cidrv6:"intervallo IPv6",base64:"stringa codificata in base64",base64url:"URL codificata in base64",json_string:"stringa JSON",e164:"numero E.164",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Input non valido: atteso ${n.expected}, ricevuto ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Input non valido: atteso ${D(n.values[0])}`:`Opzione non valida: atteso uno tra ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Troppo grande: ${n.origin??"valore"} deve avere ${i}${n.maximum.toString()} ${c.unit??"elementi"}`:`Troppo grande: ${n.origin??"valore"} deve essere ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Troppo piccolo: ${n.origin} deve avere ${i}${n.minimum.toString()} ${c.unit}`:`Troppo piccolo: ${n.origin} deve essere ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Stringa non valida: deve iniziare con "${i.prefix}"`:i.format==="ends_with"?`Stringa non valida: deve terminare con "${i.suffix}"`:i.format==="includes"?`Stringa non valida: deve includere "${i.includes}"`:i.format==="regex"?`Stringa non valida: deve corrispondere al pattern ${i.pattern}`:`Invalid ${a[i.format]??n.format}`}case"not_multiple_of":return`Numero non valido: deve essere un multiplo di ${n.divisor}`;case"unrecognized_keys":return`Chiav${n.keys.length>1?"i":"e"} non riconosciut${n.keys.length>1?"e":"a"}: ${L(n.keys,", ")}`;case"invalid_key":return`Chiave non valida in ${n.origin}`;case"invalid_union":return"Input non valido";case"invalid_element":return`Valore non valido in ${n.origin}`;default:return"Input non valido"}}};function $H(){return{localeError:MH()}}const wH=()=>{const e={string:{unit:"文字",verb:"である"},file:{unit:"バイト",verb:"である"},array:{unit:"要素",verb:"である"},set:{unit:"要素",verb:"である"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"数値";case"object":{if(Array.isArray(n))return"配列";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"入力値",email:"メールアドレス",url:"URL",emoji:"絵文字",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO日時",date:"ISO日付",time:"ISO時刻",duration:"ISO期間",ipv4:"IPv4アドレス",ipv6:"IPv6アドレス",cidrv4:"IPv4範囲",cidrv6:"IPv6範囲",base64:"base64エンコード文字列",base64url:"base64urlエンコード文字列",json_string:"JSON文字列",e164:"E.164番号",jwt:"JWT",template_literal:"入力値"};return n=>{switch(n.code){case"invalid_type":return`無効な入力: ${n.expected}が期待されましたが、${o(n.input)}が入力されました`;case"invalid_value":return n.values.length===1?`無効な入力: ${D(n.values[0])}が期待されました`:`無効な選択: ${L(n.values,"、")}のいずれかである必要があります`;case"too_big":{const i=n.inclusive?"以下である":"より小さい",c=t(n.origin);return c?`大きすぎる値: ${n.origin??"値"}は${n.maximum.toString()}${c.unit??"要素"}${i}必要があります`:`大きすぎる値: ${n.origin??"値"}は${n.maximum.toString()}${i}必要があります`}case"too_small":{const i=n.inclusive?"以上である":"より大きい",c=t(n.origin);return c?`小さすぎる値: ${n.origin}は${n.minimum.toString()}${c.unit}${i}必要があります`:`小さすぎる値: ${n.origin}は${n.minimum.toString()}${i}必要があります`}case"invalid_format":{const i=n;return i.format==="starts_with"?`無効な文字列: "${i.prefix}"で始まる必要があります`:i.format==="ends_with"?`無効な文字列: "${i.suffix}"で終わる必要があります`:i.format==="includes"?`無効な文字列: "${i.includes}"を含む必要があります`:i.format==="regex"?`無効な文字列: パターン${i.pattern}に一致する必要があります`:`無効な${a[i.format]??n.format}`}case"not_multiple_of":return`無効な数値: ${n.divisor}の倍数である必要があります`;case"unrecognized_keys":return`認識されていないキー${n.keys.length>1?"群":""}: ${L(n.keys,"、")}`;case"invalid_key":return`${n.origin}内の無効なキー`;case"invalid_union":return"無効な入力";case"invalid_element":return`${n.origin}内の無効な値`;default:return"無効な入力"}}};function bH(){return{localeError:wH()}}const xH=e=>{const t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"რიცხვი";case"object":{if(Array.isArray(e))return"მასივი";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return{string:"სტრინგი",boolean:"ბულეანი",undefined:"undefined",bigint:"bigint",symbol:"symbol",function:"ფუნქცია"}[t]??t},NH=()=>{const e={string:{unit:"სიმბოლო",verb:"უნდა შეიცავდეს"},file:{unit:"ბაიტი",verb:"უნდა შეიცავდეს"},array:{unit:"ელემენტი",verb:"უნდა შეიცავდეს"},set:{unit:"ელემენტი",verb:"უნდა შეიცავდეს"}};function t(a){return e[a]??null}const o={regex:"შეყვანა",email:"ელ-ფოსტის მისამართი",url:"URL",emoji:"ემოჯი",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"თარიღი-დრო",date:"თარიღი",time:"დრო",duration:"ხანგრძლივობა",ipv4:"IPv4 მისამართი",ipv6:"IPv6 მისამართი",cidrv4:"IPv4 დიაპაზონი",cidrv6:"IPv6 დიაპაზონი",base64:"base64-კოდირებული სტრინგი",base64url:"base64url-კოდირებული სტრინგი",json_string:"JSON სტრინგი",e164:"E.164 ნომერი",jwt:"JWT",template_literal:"შეყვანა"};return a=>{switch(a.code){case"invalid_type":return`არასწორი შეყვანა: მოსალოდნელი ${a.expected}, მიღებული ${xH(a.input)}`;case"invalid_value":return a.values.length===1?`არასწორი შეყვანა: მოსალოდნელი ${D(a.values[0])}`:`არასწორი ვარიანტი: მოსალოდნელია ერთ-ერთი ${L(a.values,"|")}-დან`;case"too_big":{const n=a.inclusive?"<=":"<",i=t(a.origin);return i?`ზედმეტად დიდი: მოსალოდნელი ${a.origin??"მნიშვნელობა"} ${i.verb} ${n}${a.maximum.toString()} ${i.unit}`:`ზედმეტად დიდი: მოსალოდნელი ${a.origin??"მნიშვნელობა"} იყოს ${n}${a.maximum.toString()}`}case"too_small":{const n=a.inclusive?">=":">",i=t(a.origin);return i?`ზედმეტად პატარა: მოსალოდნელი ${a.origin} ${i.verb} ${n}${a.minimum.toString()} ${i.unit}`:`ზედმეტად პატარა: მოსალოდნელი ${a.origin} იყოს ${n}${a.minimum.toString()}`}case"invalid_format":{const n=a;return n.format==="starts_with"?`არასწორი სტრინგი: უნდა იწყებოდეს "${n.prefix}"-ით`:n.format==="ends_with"?`არასწორი სტრინგი: უნდა მთავრდებოდეს "${n.suffix}"-ით`:n.format==="includes"?`არასწორი სტრინგი: უნდა შეიცავდეს "${n.includes}"-ს`:n.format==="regex"?`არასწორი სტრინგი: უნდა შეესაბამებოდეს შაბლონს ${n.pattern}`:`არასწორი ${o[n.format]??a.format}`}case"not_multiple_of":return`არასწორი რიცხვი: უნდა იყოს ${a.divisor}-ის ჯერადი`;case"unrecognized_keys":return`უცნობი გასაღებ${a.keys.length>1?"ები":"ი"}: ${L(a.keys,", ")}`;case"invalid_key":return`არასწორი გასაღები ${a.origin}-ში`;case"invalid_union":return"არასწორი შეყვანა";case"invalid_element":return`არასწორი მნიშვნელობა ${a.origin}-ში`;default:return"არასწორი შეყვანა"}}};function IH(){return{localeError:NH()}}const LH=()=>{const e={string:{unit:"តួអក្សរ",verb:"គួរមាន"},file:{unit:"បៃ",verb:"គួរមាន"},array:{unit:"ធាតុ",verb:"គួរមាន"},set:{unit:"ធាតុ",verb:"គួរមាន"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"មិនមែនជាលេខ (NaN)":"លេខ";case"object":{if(Array.isArray(n))return"អារេ (Array)";if(n===null)return"គ្មានតម្លៃ (null)";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"ទិន្នន័យបញ្ចូល",email:"អាសយដ្ឋានអ៊ីមែល",url:"URL",emoji:"សញ្ញាអារម្មណ៍",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"កាលបរិច្ឆេទ និងម៉ោង ISO",date:"កាលបរិច្ឆេទ ISO",time:"ម៉ោង ISO",duration:"រយៈពេល ISO",ipv4:"អាសយដ្ឋាន IPv4",ipv6:"អាសយដ្ឋាន IPv6",cidrv4:"ដែនអាសយដ្ឋាន IPv4",cidrv6:"ដែនអាសយដ្ឋាន IPv6",base64:"ខ្សែអក្សរអ៊ិកូដ base64",base64url:"ខ្សែអក្សរអ៊ិកូដ base64url",json_string:"ខ្សែអក្សរ JSON",e164:"លេខ E.164",jwt:"JWT",template_literal:"ទិន្នន័យបញ្ចូល"};return n=>{switch(n.code){case"invalid_type":return`ទិន្នន័យបញ្ចូលមិនត្រឹមត្រូវ៖ ត្រូវការ ${n.expected} ប៉ុន្តែទទួលបាន ${o(n.input)}`;case"invalid_value":return n.values.length===1?`ទិន្នន័យបញ្ចូលមិនត្រឹមត្រូវ៖ ត្រូវការ ${D(n.values[0])}`:`ជម្រើសមិនត្រឹមត្រូវ៖ ត្រូវជាមួយក្នុងចំណោម ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`ធំពេក៖ ត្រូវការ ${n.origin??"តម្លៃ"} ${i} ${n.maximum.toString()} ${c.unit??"ធាតុ"}`:`ធំពេក៖ ត្រូវការ ${n.origin??"តម្លៃ"} ${i} ${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`តូចពេក៖ ត្រូវការ ${n.origin} ${i} ${n.minimum.toString()} ${c.unit}`:`តូចពេក៖ ត្រូវការ ${n.origin} ${i} ${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវចាប់ផ្តើមដោយ "${i.prefix}"`:i.format==="ends_with"?`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវបញ្ចប់ដោយ "${i.suffix}"`:i.format==="includes"?`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវមាន "${i.includes}"`:i.format==="regex"?`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវតែផ្គូផ្គងនឹងទម្រង់ដែលបានកំណត់ ${i.pattern}`:`មិនត្រឹមត្រូវ៖ ${a[i.format]??n.format}`}case"not_multiple_of":return`លេខមិនត្រឹមត្រូវ៖ ត្រូវតែជាពហុគុណនៃ ${n.divisor}`;case"unrecognized_keys":return`រកឃើញសោមិនស្គាល់៖ ${L(n.keys,", ")}`;case"invalid_key":return`សោមិនត្រឹមត្រូវនៅក្នុង ${n.origin}`;case"invalid_union":return"ទិន្នន័យមិនត្រឹមត្រូវ";case"invalid_element":return`ទិន្នន័យមិនត្រឹមត្រូវនៅក្នុង ${n.origin}`;default:return"ទិន្នន័យមិនត្រឹមត្រូវ"}}};function GC(){return{localeError:LH()}}function SH(){return GC()}const CH=()=>{const e={string:{unit:"문자",verb:"to have"},file:{unit:"바이트",verb:"to have"},array:{unit:"개",verb:"to have"},set:{unit:"개",verb:"to have"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"입력",email:"이메일 주소",url:"URL",emoji:"이모지",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO 날짜시간",date:"ISO 날짜",time:"ISO 시간",duration:"ISO 기간",ipv4:"IPv4 주소",ipv6:"IPv6 주소",cidrv4:"IPv4 범위",cidrv6:"IPv6 범위",base64:"base64 인코딩 문자열",base64url:"base64url 인코딩 문자열",json_string:"JSON 문자열",e164:"E.164 번호",jwt:"JWT",template_literal:"입력"};return n=>{switch(n.code){case"invalid_type":return`잘못된 입력: 예상 타입은 ${n.expected}, 받은 타입은 ${o(n.input)}입니다`;case"invalid_value":return n.values.length===1?`잘못된 입력: 값은 ${D(n.values[0])} 이어야 합니다`:`잘못된 옵션: ${L(n.values,"또는 ")} 중 하나여야 합니다`;case"too_big":{const i=n.inclusive?"이하":"미만",c=i==="미만"?"이어야 합니다":"여야 합니다",d=t(n.origin),l=d?.unit??"요소";return d?`${n.origin??"값"}이 너무 큽니다: ${n.maximum.toString()}${l} ${i}${c}`:`${n.origin??"값"}이 너무 큽니다: ${n.maximum.toString()} ${i}${c}`}case"too_small":{const i=n.inclusive?"이상":"초과",c=i==="이상"?"이어야 합니다":"여야 합니다",d=t(n.origin),l=d?.unit??"요소";return d?`${n.origin??"값"}이 너무 작습니다: ${n.minimum.toString()}${l} ${i}${c}`:`${n.origin??"값"}이 너무 작습니다: ${n.minimum.toString()} ${i}${c}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`잘못된 문자열: "${i.prefix}"(으)로 시작해야 합니다`:i.format==="ends_with"?`잘못된 문자열: "${i.suffix}"(으)로 끝나야 합니다`:i.format==="includes"?`잘못된 문자열: "${i.includes}"을(를) 포함해야 합니다`:i.format==="regex"?`잘못된 문자열: 정규식 ${i.pattern} 패턴과 일치해야 합니다`:`잘못된 ${a[i.format]??n.format}`}case"not_multiple_of":return`잘못된 숫자: ${n.divisor}의 배수여야 합니다`;case"unrecognized_keys":return`인식할 수 없는 키: ${L(n.keys,", ")}`;case"invalid_key":return`잘못된 키: ${n.origin}`;case"invalid_union":return"잘못된 입력";case"invalid_element":return`잘못된 값: ${n.origin}`;default:return"잘못된 입력"}}};function zH(){return{localeError:CH()}}const AH=e=>gi(typeof e,e),gi=(e,t=void 0)=>{switch(e){case"number":return Number.isNaN(t)?"NaN":"skaičius";case"bigint":return"sveikasis skaičius";case"string":return"eilutė";case"boolean":return"loginė reikšmė";case"undefined":case"void":return"neapibrėžta reikšmė";case"function":return"funkcija";case"symbol":return"simbolis";case"object":return t===void 0?"nežinomas objektas":t===null?"nulinė reikšmė":Array.isArray(t)?"masyvas":Object.getPrototypeOf(t)!==Object.prototype&&t.constructor?t.constructor.name:"objektas";case"null":return"nulinė reikšmė"}return e},vi=e=>e.charAt(0).toUpperCase()+e.slice(1);function WC(e){const t=Math.abs(e),o=t%10,a=t%100;return a>=11&&a<=19||o===0?"many":o===1?"one":"few"}const jH=()=>{const e={string:{unit:{one:"simbolis",few:"simboliai",many:"simbolių"},verb:{smaller:{inclusive:"turi būti ne ilgesnė kaip",notInclusive:"turi būti trumpesnė kaip"},bigger:{inclusive:"turi būti ne trumpesnė kaip",notInclusive:"turi būti ilgesnė kaip"}}},file:{unit:{one:"baitas",few:"baitai",many:"baitų"},verb:{smaller:{inclusive:"turi būti ne didesnis kaip",notInclusive:"turi būti mažesnis kaip"},bigger:{inclusive:"turi būti ne mažesnis kaip",notInclusive:"turi būti didesnis kaip"}}},array:{unit:{one:"elementą",few:"elementus",many:"elementų"},verb:{smaller:{inclusive:"turi turėti ne daugiau kaip",notInclusive:"turi turėti mažiau kaip"},bigger:{inclusive:"turi turėti ne mažiau kaip",notInclusive:"turi turėti daugiau kaip"}}},set:{unit:{one:"elementą",few:"elementus",many:"elementų"},verb:{smaller:{inclusive:"turi turėti ne daugiau kaip",notInclusive:"turi turėti mažiau kaip"},bigger:{inclusive:"turi turėti ne mažiau kaip",notInclusive:"turi turėti daugiau kaip"}}}};function t(a,n,i,c){const d=e[a]??null;return d===null?d:{unit:d.unit[n],verb:d.verb[c][i?"inclusive":"notInclusive"]}}const o={regex:"įvestis",email:"el. pašto adresas",url:"URL",emoji:"jaustukas",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO data ir laikas",date:"ISO data",time:"ISO laikas",duration:"ISO trukmė",ipv4:"IPv4 adresas",ipv6:"IPv6 adresas",cidrv4:"IPv4 tinklo prefiksas (CIDR)",cidrv6:"IPv6 tinklo prefiksas (CIDR)",base64:"base64 užkoduota eilutė",base64url:"base64url užkoduota eilutė",json_string:"JSON eilutė",e164:"E.164 numeris",jwt:"JWT",template_literal:"įvestis"};return a=>{switch(a.code){case"invalid_type":return`Gautas tipas ${AH(a.input)}, o tikėtasi - ${gi(a.expected)}`;case"invalid_value":return a.values.length===1?`Privalo būti ${D(a.values[0])}`:`Privalo būti vienas iš ${L(a.values,"|")} pasirinkimų`;case"too_big":{const n=gi(a.origin),i=t(a.origin,WC(Number(a.maximum)),a.inclusive??!1,"smaller");if(i?.verb)return`${vi(n??a.origin??"reikšmė")} ${i.verb} ${a.maximum.toString()} ${i.unit??"elementų"}`;const c=a.inclusive?"ne didesnis kaip":"mažesnis kaip";return`${vi(n??a.origin??"reikšmė")} turi būti ${c} ${a.maximum.toString()} ${i?.unit}`}case"too_small":{const n=gi(a.origin),i=t(a.origin,WC(Number(a.minimum)),a.inclusive??!1,"bigger");if(i?.verb)return`${vi(n??a.origin??"reikšmė")} ${i.verb} ${a.minimum.toString()} ${i.unit??"elementų"}`;const c=a.inclusive?"ne mažesnis kaip":"didesnis kaip";return`${vi(n??a.origin??"reikšmė")} turi būti ${c} ${a.minimum.toString()} ${i?.unit}`}case"invalid_format":{const n=a;return n.format==="starts_with"?`Eilutė privalo prasidėti "${n.prefix}"`:n.format==="ends_with"?`Eilutė privalo pasibaigti "${n.suffix}"`:n.format==="includes"?`Eilutė privalo įtraukti "${n.includes}"`:n.format==="regex"?`Eilutė privalo atitikti ${n.pattern}`:`Neteisingas ${o[n.format]??a.format}`}case"not_multiple_of":return`Skaičius privalo būti ${a.divisor} kartotinis.`;case"unrecognized_keys":return`Neatpažint${a.keys.length>1?"i":"as"} rakt${a.keys.length>1?"ai":"as"}: ${L(a.keys,", ")}`;case"invalid_key":return"Rastas klaidingas raktas";case"invalid_union":return"Klaidinga įvestis";case"invalid_element":{const n=gi(a.origin);return`${vi(n??a.origin??"reikšmė")} turi klaidingą įvestį`}default:return"Klaidinga įvestis"}}};function PH(){return{localeError:jH()}}const qH=()=>{const e={string:{unit:"знаци",verb:"да имаат"},file:{unit:"бајти",verb:"да имаат"},array:{unit:"ставки",verb:"да имаат"},set:{unit:"ставки",verb:"да имаат"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"број";case"object":{if(Array.isArray(n))return"низа";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"внес",email:"адреса на е-пошта",url:"URL",emoji:"емоџи",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO датум и време",date:"ISO датум",time:"ISO време",duration:"ISO времетраење",ipv4:"IPv4 адреса",ipv6:"IPv6 адреса",cidrv4:"IPv4 опсег",cidrv6:"IPv6 опсег",base64:"base64-енкодирана низа",base64url:"base64url-енкодирана низа",json_string:"JSON низа",e164:"E.164 број",jwt:"JWT",template_literal:"внес"};return n=>{switch(n.code){case"invalid_type":return`Грешен внес: се очекува ${n.expected}, примено ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${D(n.values[0])}`:`Грешана опција: се очекува една ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Премногу голем: се очекува ${n.origin??"вредноста"} да има ${i}${n.maximum.toString()} ${c.unit??"елементи"}`:`Премногу голем: се очекува ${n.origin??"вредноста"} да биде ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Премногу мал: се очекува ${n.origin} да има ${i}${n.minimum.toString()} ${c.unit}`:`Премногу мал: се очекува ${n.origin} да биде ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Неважечка низа: мора да започнува со "${i.prefix}"`:i.format==="ends_with"?`Неважечка низа: мора да завршува со "${i.suffix}"`:i.format==="includes"?`Неважечка низа: мора да вклучува "${i.includes}"`:i.format==="regex"?`Неважечка низа: мора да одгоара на патернот ${i.pattern}`:`Invalid ${a[i.format]??n.format}`}case"not_multiple_of":return`Грешен број: мора да биде делив со ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Непрепознаени клучеви":"Непрепознаен клуч"}: ${L(n.keys,", ")}`;case"invalid_key":return`Грешен клуч во ${n.origin}`;case"invalid_union":return"Грешен внес";case"invalid_element":return`Грешна вредност во ${n.origin}`;default:return"Грешен внес"}}};function DH(){return{localeError:qH()}}const OH=()=>{const e={string:{unit:"aksara",verb:"mempunyai"},file:{unit:"bait",verb:"mempunyai"},array:{unit:"elemen",verb:"mempunyai"},set:{unit:"elemen",verb:"mempunyai"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"nombor";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"input",email:"alamat e-mel",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"tarikh masa ISO",date:"tarikh ISO",time:"masa ISO",duration:"tempoh ISO",ipv4:"alamat IPv4",ipv6:"alamat IPv6",cidrv4:"julat IPv4",cidrv6:"julat IPv6",base64:"string dikodkan base64",base64url:"string dikodkan base64url",json_string:"string JSON",e164:"nombor E.164",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Input tidak sah: dijangka ${n.expected}, diterima ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Input tidak sah: dijangka ${D(n.values[0])}`:`Pilihan tidak sah: dijangka salah satu daripada ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Terlalu besar: dijangka ${n.origin??"nilai"} ${c.verb} ${i}${n.maximum.toString()} ${c.unit??"elemen"}`:`Terlalu besar: dijangka ${n.origin??"nilai"} adalah ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Terlalu kecil: dijangka ${n.origin} ${c.verb} ${i}${n.minimum.toString()} ${c.unit}`:`Terlalu kecil: dijangka ${n.origin} adalah ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`String tidak sah: mesti bermula dengan "${i.prefix}"`:i.format==="ends_with"?`String tidak sah: mesti berakhir dengan "${i.suffix}"`:i.format==="includes"?`String tidak sah: mesti mengandungi "${i.includes}"`:i.format==="regex"?`String tidak sah: mesti sepadan dengan corak ${i.pattern}`:`${a[i.format]??n.format} tidak sah`}case"not_multiple_of":return`Nombor tidak sah: perlu gandaan ${n.divisor}`;case"unrecognized_keys":return`Kunci tidak dikenali: ${L(n.keys,", ")}`;case"invalid_key":return`Kunci tidak sah dalam ${n.origin}`;case"invalid_union":return"Input tidak sah";case"invalid_element":return`Nilai tidak sah dalam ${n.origin}`;default:return"Input tidak sah"}}};function HH(){return{localeError:OH()}}const VH=()=>{const e={string:{unit:"tekens",verb:"te hebben"},file:{unit:"bytes",verb:"te hebben"},array:{unit:"elementen",verb:"te hebben"},set:{unit:"elementen",verb:"te hebben"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"getal";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"invoer",email:"emailadres",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum en tijd",date:"ISO datum",time:"ISO tijd",duration:"ISO duur",ipv4:"IPv4-adres",ipv6:"IPv6-adres",cidrv4:"IPv4-bereik",cidrv6:"IPv6-bereik",base64:"base64-gecodeerde tekst",base64url:"base64 URL-gecodeerde tekst",json_string:"JSON string",e164:"E.164-nummer",jwt:"JWT",template_literal:"invoer"};return n=>{switch(n.code){case"invalid_type":return`Ongeldige invoer: verwacht ${n.expected}, ontving ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Ongeldige invoer: verwacht ${D(n.values[0])}`:`Ongeldige optie: verwacht één van ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Te groot: verwacht dat ${n.origin??"waarde"} ${c.verb} ${i}${n.maximum.toString()} ${c.unit??"elementen"}`:`Te groot: verwacht dat ${n.origin??"waarde"} ${i}${n.maximum.toString()} is`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Te klein: verwacht dat ${n.origin} ${c.verb} ${i}${n.minimum.toString()} ${c.unit}`:`Te klein: verwacht dat ${n.origin} ${i}${n.minimum.toString()} is`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Ongeldige tekst: moet met "${i.prefix}" beginnen`:i.format==="ends_with"?`Ongeldige tekst: moet op "${i.suffix}" eindigen`:i.format==="includes"?`Ongeldige tekst: moet "${i.includes}" bevatten`:i.format==="regex"?`Ongeldige tekst: moet overeenkomen met patroon ${i.pattern}`:`Ongeldig: ${a[i.format]??n.format}`}case"not_multiple_of":return`Ongeldig getal: moet een veelvoud van ${n.divisor} zijn`;case"unrecognized_keys":return`Onbekende key${n.keys.length>1?"s":""}: ${L(n.keys,", ")}`;case"invalid_key":return`Ongeldige key in ${n.origin}`;case"invalid_union":return"Ongeldige invoer";case"invalid_element":return`Ongeldige waarde in ${n.origin}`;default:return"Ongeldige invoer"}}};function RH(){return{localeError:VH()}}const TH=()=>{const e={string:{unit:"tegn",verb:"å ha"},file:{unit:"bytes",verb:"å ha"},array:{unit:"elementer",verb:"å inneholde"},set:{unit:"elementer",verb:"å inneholde"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"tall";case"object":{if(Array.isArray(n))return"liste";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"input",email:"e-postadresse",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dato- og klokkeslett",date:"ISO-dato",time:"ISO-klokkeslett",duration:"ISO-varighet",ipv4:"IPv4-område",ipv6:"IPv6-område",cidrv4:"IPv4-spekter",cidrv6:"IPv6-spekter",base64:"base64-enkodet streng",base64url:"base64url-enkodet streng",json_string:"JSON-streng",e164:"E.164-nummer",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Ugyldig input: forventet ${n.expected}, fikk ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Ugyldig verdi: forventet ${D(n.values[0])}`:`Ugyldig valg: forventet en av ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`For stor(t): forventet ${n.origin??"value"} til å ha ${i}${n.maximum.toString()} ${c.unit??"elementer"}`:`For stor(t): forventet ${n.origin??"value"} til å ha ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`For lite(n): forventet ${n.origin} til å ha ${i}${n.minimum.toString()} ${c.unit}`:`For lite(n): forventet ${n.origin} til å ha ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Ugyldig streng: må starte med "${i.prefix}"`:i.format==="ends_with"?`Ugyldig streng: må ende med "${i.suffix}"`:i.format==="includes"?`Ugyldig streng: må inneholde "${i.includes}"`:i.format==="regex"?`Ugyldig streng: må matche mønsteret ${i.pattern}`:`Ugyldig ${a[i.format]??n.format}`}case"not_multiple_of":return`Ugyldig tall: må være et multiplum av ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Ukjente nøkler":"Ukjent nøkkel"}: ${L(n.keys,", ")}`;case"invalid_key":return`Ugyldig nøkkel i ${n.origin}`;case"invalid_union":return"Ugyldig input";case"invalid_element":return`Ugyldig verdi i ${n.origin}`;default:return"Ugyldig input"}}};function FH(){return{localeError:TH()}}const EH=()=>{const e={string:{unit:"harf",verb:"olmalıdır"},file:{unit:"bayt",verb:"olmalıdır"},array:{unit:"unsur",verb:"olmalıdır"},set:{unit:"unsur",verb:"olmalıdır"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"numara";case"object":{if(Array.isArray(n))return"saf";if(n===null)return"gayb";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"giren",email:"epostagâh",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO hengâmı",date:"ISO tarihi",time:"ISO zamanı",duration:"ISO müddeti",ipv4:"IPv4 nişânı",ipv6:"IPv6 nişânı",cidrv4:"IPv4 menzili",cidrv6:"IPv6 menzili",base64:"base64-şifreli metin",base64url:"base64url-şifreli metin",json_string:"JSON metin",e164:"E.164 sayısı",jwt:"JWT",template_literal:"giren"};return n=>{switch(n.code){case"invalid_type":return`Fâsit giren: umulan ${n.expected}, alınan ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Fâsit giren: umulan ${D(n.values[0])}`:`Fâsit tercih: mûteberler ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Fazla büyük: ${n.origin??"value"}, ${i}${n.maximum.toString()} ${c.unit??"elements"} sahip olmalıydı.`:`Fazla büyük: ${n.origin??"value"}, ${i}${n.maximum.toString()} olmalıydı.`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Fazla küçük: ${n.origin}, ${i}${n.minimum.toString()} ${c.unit} sahip olmalıydı.`:`Fazla küçük: ${n.origin}, ${i}${n.minimum.toString()} olmalıydı.`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Fâsit metin: "${i.prefix}" ile başlamalı.`:i.format==="ends_with"?`Fâsit metin: "${i.suffix}" ile bitmeli.`:i.format==="includes"?`Fâsit metin: "${i.includes}" ihtivâ etmeli.`:i.format==="regex"?`Fâsit metin: ${i.pattern} nakşına uymalı.`:`Fâsit ${a[i.format]??n.format}`}case"not_multiple_of":return`Fâsit sayı: ${n.divisor} katı olmalıydı.`;case"unrecognized_keys":return`Tanınmayan anahtar ${n.keys.length>1?"s":""}: ${L(n.keys,", ")}`;case"invalid_key":return`${n.origin} için tanınmayan anahtar var.`;case"invalid_union":return"Giren tanınamadı.";case"invalid_element":return`${n.origin} için tanınmayan kıymet var.`;default:return"Kıymet tanınamadı."}}};function UH(){return{localeError:EH()}}const BH=()=>{const e={string:{unit:"توکي",verb:"ولري"},file:{unit:"بایټس",verb:"ولري"},array:{unit:"توکي",verb:"ولري"},set:{unit:"توکي",verb:"ولري"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"عدد";case"object":{if(Array.isArray(n))return"ارې";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"ورودي",email:"بریښنالیک",url:"یو آر ال",emoji:"ایموجي",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"نیټه او وخت",date:"نېټه",time:"وخت",duration:"موده",ipv4:"د IPv4 پته",ipv6:"د IPv6 پته",cidrv4:"د IPv4 ساحه",cidrv6:"د IPv6 ساحه",base64:"base64-encoded متن",base64url:"base64url-encoded متن",json_string:"JSON متن",e164:"د E.164 شمېره",jwt:"JWT",template_literal:"ورودي"};return n=>{switch(n.code){case"invalid_type":return`ناسم ورودي: باید ${n.expected} وای, مګر ${o(n.input)} ترلاسه شو`;case"invalid_value":return n.values.length===1?`ناسم ورودي: باید ${D(n.values[0])} وای`:`ناسم انتخاب: باید یو له ${L(n.values,"|")} څخه وای`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`ډیر لوی: ${n.origin??"ارزښت"} باید ${i}${n.maximum.toString()} ${c.unit??"عنصرونه"} ولري`:`ډیر لوی: ${n.origin??"ارزښت"} باید ${i}${n.maximum.toString()} وي`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`ډیر کوچنی: ${n.origin} باید ${i}${n.minimum.toString()} ${c.unit} ولري`:`ډیر کوچنی: ${n.origin} باید ${i}${n.minimum.toString()} وي`}case"invalid_format":{const i=n;return i.format==="starts_with"?`ناسم متن: باید د "${i.prefix}" سره پیل شي`:i.format==="ends_with"?`ناسم متن: باید د "${i.suffix}" سره پای ته ورسيږي`:i.format==="includes"?`ناسم متن: باید "${i.includes}" ولري`:i.format==="regex"?`ناسم متن: باید د ${i.pattern} سره مطابقت ولري`:`${a[i.format]??n.format} ناسم دی`}case"not_multiple_of":return`ناسم عدد: باید د ${n.divisor} مضرب وي`;case"unrecognized_keys":return`ناسم ${n.keys.length>1?"کلیډونه":"کلیډ"}: ${L(n.keys,", ")}`;case"invalid_key":return`ناسم کلیډ په ${n.origin} کې`;case"invalid_union":return"ناسمه ورودي";case"invalid_element":return`ناسم عنصر په ${n.origin} کې`;default:return"ناسمه ورودي"}}};function ZH(){return{localeError:BH()}}const GH=()=>{const e={string:{unit:"znaków",verb:"mieć"},file:{unit:"bajtów",verb:"mieć"},array:{unit:"elementów",verb:"mieć"},set:{unit:"elementów",verb:"mieć"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"liczba";case"object":{if(Array.isArray(n))return"tablica";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"wyrażenie",email:"adres email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data i godzina w formacie ISO",date:"data w formacie ISO",time:"godzina w formacie ISO",duration:"czas trwania ISO",ipv4:"adres IPv4",ipv6:"adres IPv6",cidrv4:"zakres IPv4",cidrv6:"zakres IPv6",base64:"ciąg znaków zakodowany w formacie base64",base64url:"ciąg znaków zakodowany w formacie base64url",json_string:"ciąg znaków w formacie JSON",e164:"liczba E.164",jwt:"JWT",template_literal:"wejście"};return n=>{switch(n.code){case"invalid_type":return`Nieprawidłowe dane wejściowe: oczekiwano ${n.expected}, otrzymano ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Nieprawidłowe dane wejściowe: oczekiwano ${D(n.values[0])}`:`Nieprawidłowa opcja: oczekiwano jednej z wartości ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Za duża wartość: oczekiwano, że ${n.origin??"wartość"} będzie mieć ${i}${n.maximum.toString()} ${c.unit??"elementów"}`:`Zbyt duż(y/a/e): oczekiwano, że ${n.origin??"wartość"} będzie wynosić ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Za mała wartość: oczekiwano, że ${n.origin??"wartość"} będzie mieć ${i}${n.minimum.toString()} ${c.unit??"elementów"}`:`Zbyt mał(y/a/e): oczekiwano, że ${n.origin??"wartość"} będzie wynosić ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Nieprawidłowy ciąg znaków: musi zaczynać się od "${i.prefix}"`:i.format==="ends_with"?`Nieprawidłowy ciąg znaków: musi kończyć się na "${i.suffix}"`:i.format==="includes"?`Nieprawidłowy ciąg znaków: musi zawierać "${i.includes}"`:i.format==="regex"?`Nieprawidłowy ciąg znaków: musi odpowiadać wzorcowi ${i.pattern}`:`Nieprawidłow(y/a/e) ${a[i.format]??n.format}`}case"not_multiple_of":return`Nieprawidłowa liczba: musi być wielokrotnością ${n.divisor}`;case"unrecognized_keys":return`Nierozpoznane klucze${n.keys.length>1?"s":""}: ${L(n.keys,", ")}`;case"invalid_key":return`Nieprawidłowy klucz w ${n.origin}`;case"invalid_union":return"Nieprawidłowe dane wejściowe";case"invalid_element":return`Nieprawidłowa wartość w ${n.origin}`;default:return"Nieprawidłowe dane wejściowe"}}};function WH(){return{localeError:GH()}}const KH=()=>{const e={string:{unit:"caracteres",verb:"ter"},file:{unit:"bytes",verb:"ter"},array:{unit:"itens",verb:"ter"},set:{unit:"itens",verb:"ter"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"número";case"object":{if(Array.isArray(n))return"array";if(n===null)return"nulo";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"padrão",email:"endereço de e-mail",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data e hora ISO",date:"data ISO",time:"hora ISO",duration:"duração ISO",ipv4:"endereço IPv4",ipv6:"endereço IPv6",cidrv4:"faixa de IPv4",cidrv6:"faixa de IPv6",base64:"texto codificado em base64",base64url:"URL codificada em base64",json_string:"texto JSON",e164:"número E.164",jwt:"JWT",template_literal:"entrada"};return n=>{switch(n.code){case"invalid_type":return`Tipo inválido: esperado ${n.expected}, recebido ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Entrada inválida: esperado ${D(n.values[0])}`:`Opção inválida: esperada uma das ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Muito grande: esperado que ${n.origin??"valor"} tivesse ${i}${n.maximum.toString()} ${c.unit??"elementos"}`:`Muito grande: esperado que ${n.origin??"valor"} fosse ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Muito pequeno: esperado que ${n.origin} tivesse ${i}${n.minimum.toString()} ${c.unit}`:`Muito pequeno: esperado que ${n.origin} fosse ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Texto inválido: deve começar com "${i.prefix}"`:i.format==="ends_with"?`Texto inválido: deve terminar com "${i.suffix}"`:i.format==="includes"?`Texto inválido: deve incluir "${i.includes}"`:i.format==="regex"?`Texto inválido: deve corresponder ao padrão ${i.pattern}`:`${a[i.format]??n.format} inválido`}case"not_multiple_of":return`Número inválido: deve ser múltiplo de ${n.divisor}`;case"unrecognized_keys":return`Chave${n.keys.length>1?"s":""} desconhecida${n.keys.length>1?"s":""}: ${L(n.keys,", ")}`;case"invalid_key":return`Chave inválida em ${n.origin}`;case"invalid_union":return"Entrada inválida";case"invalid_element":return`Valor inválido em ${n.origin}`;default:return"Campo inválido"}}};function XH(){return{localeError:KH()}}function KC(e,t,o,a){const n=Math.abs(e),i=n%10,c=n%100;return c>=11&&c<=19?a:i===1?t:i>=2&&i<=4?o:a}const JH=()=>{const e={string:{unit:{one:"символ",few:"символа",many:"символов"},verb:"иметь"},file:{unit:{one:"байт",few:"байта",many:"байт"},verb:"иметь"},array:{unit:{one:"элемент",few:"элемента",many:"элементов"},verb:"иметь"},set:{unit:{one:"элемент",few:"элемента",many:"элементов"},verb:"иметь"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"число";case"object":{if(Array.isArray(n))return"массив";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"ввод",email:"email адрес",url:"URL",emoji:"эмодзи",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO дата и время",date:"ISO дата",time:"ISO время",duration:"ISO длительность",ipv4:"IPv4 адрес",ipv6:"IPv6 адрес",cidrv4:"IPv4 диапазон",cidrv6:"IPv6 диапазон",base64:"строка в формате base64",base64url:"строка в формате base64url",json_string:"JSON строка",e164:"номер E.164",jwt:"JWT",template_literal:"ввод"};return n=>{switch(n.code){case"invalid_type":return`Неверный ввод: ожидалось ${n.expected}, получено ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Неверный ввод: ожидалось ${D(n.values[0])}`:`Неверный вариант: ожидалось одно из ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);if(c){const d=Number(n.maximum),l=KC(d,c.unit.one,c.unit.few,c.unit.many);return`Слишком большое значение: ожидалось, что ${n.origin??"значение"} будет иметь ${i}${n.maximum.toString()} ${l}`}return`Слишком большое значение: ожидалось, что ${n.origin??"значение"} будет ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);if(c){const d=Number(n.minimum),l=KC(d,c.unit.one,c.unit.few,c.unit.many);return`Слишком маленькое значение: ожидалось, что ${n.origin} будет иметь ${i}${n.minimum.toString()} ${l}`}return`Слишком маленькое значение: ожидалось, что ${n.origin} будет ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Неверная строка: должна начинаться с "${i.prefix}"`:i.format==="ends_with"?`Неверная строка: должна заканчиваться на "${i.suffix}"`:i.format==="includes"?`Неверная строка: должна содержать "${i.includes}"`:i.format==="regex"?`Неверная строка: должна соответствовать шаблону ${i.pattern}`:`Неверный ${a[i.format]??n.format}`}case"not_multiple_of":return`Неверное число: должно быть кратным ${n.divisor}`;case"unrecognized_keys":return`Нераспознанн${n.keys.length>1?"ые":"ый"} ключ${n.keys.length>1?"и":""}: ${L(n.keys,", ")}`;case"invalid_key":return`Неверный ключ в ${n.origin}`;case"invalid_union":return"Неверные входные данные";case"invalid_element":return`Неверное значение в ${n.origin}`;default:return"Неверные входные данные"}}};function YH(){return{localeError:JH()}}const QH=()=>{const e={string:{unit:"znakov",verb:"imeti"},file:{unit:"bajtov",verb:"imeti"},array:{unit:"elementov",verb:"imeti"},set:{unit:"elementov",verb:"imeti"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"število";case"object":{if(Array.isArray(n))return"tabela";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"vnos",email:"e-poštni naslov",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum in čas",date:"ISO datum",time:"ISO čas",duration:"ISO trajanje",ipv4:"IPv4 naslov",ipv6:"IPv6 naslov",cidrv4:"obseg IPv4",cidrv6:"obseg IPv6",base64:"base64 kodiran niz",base64url:"base64url kodiran niz",json_string:"JSON niz",e164:"E.164 številka",jwt:"JWT",template_literal:"vnos"};return n=>{switch(n.code){case"invalid_type":return`Neveljaven vnos: pričakovano ${n.expected}, prejeto ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Neveljaven vnos: pričakovano ${D(n.values[0])}`:`Neveljavna možnost: pričakovano eno izmed ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Preveliko: pričakovano, da bo ${n.origin??"vrednost"} imelo ${i}${n.maximum.toString()} ${c.unit??"elementov"}`:`Preveliko: pričakovano, da bo ${n.origin??"vrednost"} ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Premajhno: pričakovano, da bo ${n.origin} imelo ${i}${n.minimum.toString()} ${c.unit}`:`Premajhno: pričakovano, da bo ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Neveljaven niz: mora se začeti z "${i.prefix}"`:i.format==="ends_with"?`Neveljaven niz: mora se končati z "${i.suffix}"`:i.format==="includes"?`Neveljaven niz: mora vsebovati "${i.includes}"`:i.format==="regex"?`Neveljaven niz: mora ustrezati vzorcu ${i.pattern}`:`Neveljaven ${a[i.format]??n.format}`}case"not_multiple_of":return`Neveljavno število: mora biti večkratnik ${n.divisor}`;case"unrecognized_keys":return`Neprepoznan${n.keys.length>1?"i ključi":" ključ"}: ${L(n.keys,", ")}`;case"invalid_key":return`Neveljaven ključ v ${n.origin}`;case"invalid_union":return"Neveljaven vnos";case"invalid_element":return`Neveljavna vrednost v ${n.origin}`;default:return"Neveljaven vnos"}}};function eV(){return{localeError:QH()}}const tV=()=>{const e={string:{unit:"tecken",verb:"att ha"},file:{unit:"bytes",verb:"att ha"},array:{unit:"objekt",verb:"att innehålla"},set:{unit:"objekt",verb:"att innehålla"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"antal";case"object":{if(Array.isArray(n))return"lista";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"reguljärt uttryck",email:"e-postadress",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-datum och tid",date:"ISO-datum",time:"ISO-tid",duration:"ISO-varaktighet",ipv4:"IPv4-intervall",ipv6:"IPv6-intervall",cidrv4:"IPv4-spektrum",cidrv6:"IPv6-spektrum",base64:"base64-kodad sträng",base64url:"base64url-kodad sträng",json_string:"JSON-sträng",e164:"E.164-nummer",jwt:"JWT",template_literal:"mall-literal"};return n=>{switch(n.code){case"invalid_type":return`Ogiltig inmatning: förväntat ${n.expected}, fick ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Ogiltig inmatning: förväntat ${D(n.values[0])}`:`Ogiltigt val: förväntade en av ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`För stor(t): förväntade ${n.origin??"värdet"} att ha ${i}${n.maximum.toString()} ${c.unit??"element"}`:`För stor(t): förväntat ${n.origin??"värdet"} att ha ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`För lite(t): förväntade ${n.origin??"värdet"} att ha ${i}${n.minimum.toString()} ${c.unit}`:`För lite(t): förväntade ${n.origin??"värdet"} att ha ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Ogiltig sträng: måste börja med "${i.prefix}"`:i.format==="ends_with"?`Ogiltig sträng: måste sluta med "${i.suffix}"`:i.format==="includes"?`Ogiltig sträng: måste innehålla "${i.includes}"`:i.format==="regex"?`Ogiltig sträng: måste matcha mönstret "${i.pattern}"`:`Ogiltig(t) ${a[i.format]??n.format}`}case"not_multiple_of":return`Ogiltigt tal: måste vara en multipel av ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Okända nycklar":"Okänd nyckel"}: ${L(n.keys,", ")}`;case"invalid_key":return`Ogiltig nyckel i ${n.origin??"värdet"}`;case"invalid_union":return"Ogiltig input";case"invalid_element":return`Ogiltigt värde i ${n.origin??"värdet"}`;default:return"Ogiltig input"}}};function nV(){return{localeError:tV()}}const oV=()=>{const e={string:{unit:"எழுத்துக்கள்",verb:"கொண்டிருக்க வேண்டும்"},file:{unit:"பைட்டுகள்",verb:"கொண்டிருக்க வேண்டும்"},array:{unit:"உறுப்புகள்",verb:"கொண்டிருக்க வேண்டும்"},set:{unit:"உறுப்புகள்",verb:"கொண்டிருக்க வேண்டும்"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"எண் அல்லாதது":"எண்";case"object":{if(Array.isArray(n))return"அணி";if(n===null)return"வெறுமை";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"உள்ளீடு",email:"மின்னஞ்சல் முகவரி",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO தேதி நேரம்",date:"ISO தேதி",time:"ISO நேரம்",duration:"ISO கால அளவு",ipv4:"IPv4 முகவரி",ipv6:"IPv6 முகவரி",cidrv4:"IPv4 வரம்பு",cidrv6:"IPv6 வரம்பு",base64:"base64-encoded சரம்",base64url:"base64url-encoded சரம்",json_string:"JSON சரம்",e164:"E.164 எண்",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`தவறான உள்ளீடு: எதிர்பார்க்கப்பட்டது ${n.expected}, பெறப்பட்டது ${o(n.input)}`;case"invalid_value":return n.values.length===1?`தவறான உள்ளீடு: எதிர்பார்க்கப்பட்டது ${D(n.values[0])}`:`தவறான விருப்பம்: எதிர்பார்க்கப்பட்டது ${L(n.values,"|")} இல் ஒன்று`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`மிக பெரியது: எதிர்பார்க்கப்பட்டது ${n.origin??"மதிப்பு"} ${i}${n.maximum.toString()} ${c.unit??"உறுப்புகள்"} ஆக இருக்க வேண்டும்`:`மிக பெரியது: எதிர்பார்க்கப்பட்டது ${n.origin??"மதிப்பு"} ${i}${n.maximum.toString()} ஆக இருக்க வேண்டும்`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`மிகச் சிறியது: எதிர்பார்க்கப்பட்டது ${n.origin} ${i}${n.minimum.toString()} ${c.unit} ஆக இருக்க வேண்டும்`:`மிகச் சிறியது: எதிர்பார்க்கப்பட்டது ${n.origin} ${i}${n.minimum.toString()} ஆக இருக்க வேண்டும்`}case"invalid_format":{const i=n;return i.format==="starts_with"?`தவறான சரம்: "${i.prefix}" இல் தொடங்க வேண்டும்`:i.format==="ends_with"?`தவறான சரம்: "${i.suffix}" இல் முடிவடைய வேண்டும்`:i.format==="includes"?`தவறான சரம்: "${i.includes}" ஐ உள்ளடக்க வேண்டும்`:i.format==="regex"?`தவறான சரம்: ${i.pattern} முறைபாட்டுடன் பொருந்த வேண்டும்`:`தவறான ${a[i.format]??n.format}`}case"not_multiple_of":return`தவறான எண்: ${n.divisor} இன் பலமாக இருக்க வேண்டும்`;case"unrecognized_keys":return`அடையாளம் தெரியாத விசை${n.keys.length>1?"கள்":""}: ${L(n.keys,", ")}`;case"invalid_key":return`${n.origin} இல் தவறான விசை`;case"invalid_union":return"தவறான உள்ளீடு";case"invalid_element":return`${n.origin} இல் தவறான மதிப்பு`;default:return"தவறான உள்ளீடு"}}};function aV(){return{localeError:oV()}}const iV=()=>{const e={string:{unit:"ตัวอักษร",verb:"ควรมี"},file:{unit:"ไบต์",verb:"ควรมี"},array:{unit:"รายการ",verb:"ควรมี"},set:{unit:"รายการ",verb:"ควรมี"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"ไม่ใช่ตัวเลข (NaN)":"ตัวเลข";case"object":{if(Array.isArray(n))return"อาร์เรย์ (Array)";if(n===null)return"ไม่มีค่า (null)";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"ข้อมูลที่ป้อน",email:"ที่อยู่อีเมล",url:"URL",emoji:"อิโมจิ",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"วันที่เวลาแบบ ISO",date:"วันที่แบบ ISO",time:"เวลาแบบ ISO",duration:"ช่วงเวลาแบบ ISO",ipv4:"ที่อยู่ IPv4",ipv6:"ที่อยู่ IPv6",cidrv4:"ช่วง IP แบบ IPv4",cidrv6:"ช่วง IP แบบ IPv6",base64:"ข้อความแบบ Base64",base64url:"ข้อความแบบ Base64 สำหรับ URL",json_string:"ข้อความแบบ JSON",e164:"เบอร์โทรศัพท์ระหว่างประเทศ (E.164)",jwt:"โทเคน JWT",template_literal:"ข้อมูลที่ป้อน"};return n=>{switch(n.code){case"invalid_type":return`ประเภทข้อมูลไม่ถูกต้อง: ควรเป็น ${n.expected} แต่ได้รับ ${o(n.input)}`;case"invalid_value":return n.values.length===1?`ค่าไม่ถูกต้อง: ควรเป็น ${D(n.values[0])}`:`ตัวเลือกไม่ถูกต้อง: ควรเป็นหนึ่งใน ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"ไม่เกิน":"น้อยกว่า",c=t(n.origin);return c?`เกินกำหนด: ${n.origin??"ค่า"} ควรมี${i} ${n.maximum.toString()} ${c.unit??"รายการ"}`:`เกินกำหนด: ${n.origin??"ค่า"} ควรมี${i} ${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?"อย่างน้อย":"มากกว่า",c=t(n.origin);return c?`น้อยกว่ากำหนด: ${n.origin} ควรมี${i} ${n.minimum.toString()} ${c.unit}`:`น้อยกว่ากำหนด: ${n.origin} ควรมี${i} ${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`รูปแบบไม่ถูกต้อง: ข้อความต้องขึ้นต้นด้วย "${i.prefix}"`:i.format==="ends_with"?`รูปแบบไม่ถูกต้อง: ข้อความต้องลงท้ายด้วย "${i.suffix}"`:i.format==="includes"?`รูปแบบไม่ถูกต้อง: ข้อความต้องมี "${i.includes}" อยู่ในข้อความ`:i.format==="regex"?`รูปแบบไม่ถูกต้อง: ต้องตรงกับรูปแบบที่กำหนด ${i.pattern}`:`รูปแบบไม่ถูกต้อง: ${a[i.format]??n.format}`}case"not_multiple_of":return`ตัวเลขไม่ถูกต้อง: ต้องเป็นจำนวนที่หารด้วย ${n.divisor} ได้ลงตัว`;case"unrecognized_keys":return`พบคีย์ที่ไม่รู้จัก: ${L(n.keys,", ")}`;case"invalid_key":return`คีย์ไม่ถูกต้องใน ${n.origin}`;case"invalid_union":return"ข้อมูลไม่ถูกต้อง: ไม่ตรงกับรูปแบบยูเนียนที่กำหนดไว้";case"invalid_element":return`ข้อมูลไม่ถูกต้องใน ${n.origin}`;default:return"ข้อมูลไม่ถูกต้อง"}}};function rV(){return{localeError:iV()}}const cV=e=>{const t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"number";case"object":{if(Array.isArray(e))return"array";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},dV=()=>{const e={string:{unit:"karakter",verb:"olmalı"},file:{unit:"bayt",verb:"olmalı"},array:{unit:"öğe",verb:"olmalı"},set:{unit:"öğe",verb:"olmalı"}};function t(a){return e[a]??null}const o={regex:"girdi",email:"e-posta adresi",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO tarih ve saat",date:"ISO tarih",time:"ISO saat",duration:"ISO süre",ipv4:"IPv4 adresi",ipv6:"IPv6 adresi",cidrv4:"IPv4 aralığı",cidrv6:"IPv6 aralığı",base64:"base64 ile şifrelenmiş metin",base64url:"base64url ile şifrelenmiş metin",json_string:"JSON dizesi",e164:"E.164 sayısı",jwt:"JWT",template_literal:"Şablon dizesi"};return a=>{switch(a.code){case"invalid_type":return`Geçersiz değer: beklenen ${a.expected}, alınan ${cV(a.input)}`;case"invalid_value":return a.values.length===1?`Geçersiz değer: beklenen ${D(a.values[0])}`:`Geçersiz seçenek: aşağıdakilerden biri olmalı: ${L(a.values,"|")}`;case"too_big":{const n=a.inclusive?"<=":"<",i=t(a.origin);return i?`Çok büyük: beklenen ${a.origin??"değer"} ${n}${a.maximum.toString()} ${i.unit??"öğe"}`:`Çok büyük: beklenen ${a.origin??"değer"} ${n}${a.maximum.toString()}`}case"too_small":{const n=a.inclusive?">=":">",i=t(a.origin);return i?`Çok küçük: beklenen ${a.origin} ${n}${a.minimum.toString()} ${i.unit}`:`Çok küçük: beklenen ${a.origin} ${n}${a.minimum.toString()}`}case"invalid_format":{const n=a;return n.format==="starts_with"?`Geçersiz metin: "${n.prefix}" ile başlamalı`:n.format==="ends_with"?`Geçersiz metin: "${n.suffix}" ile bitmeli`:n.format==="includes"?`Geçersiz metin: "${n.includes}" içermeli`:n.format==="regex"?`Geçersiz metin: ${n.pattern} desenine uymalı`:`Geçersiz ${o[n.format]??a.format}`}case"not_multiple_of":return`Geçersiz sayı: ${a.divisor} ile tam bölünebilmeli`;case"unrecognized_keys":return`Tanınmayan anahtar${a.keys.length>1?"lar":""}: ${L(a.keys,", ")}`;case"invalid_key":return`${a.origin} içinde geçersiz anahtar`;case"invalid_union":return"Geçersiz değer";case"invalid_element":return`${a.origin} içinde geçersiz değer`;default:return"Geçersiz değer"}}};function sV(){return{localeError:dV()}}const lV=()=>{const e={string:{unit:"символів",verb:"матиме"},file:{unit:"байтів",verb:"матиме"},array:{unit:"елементів",verb:"матиме"},set:{unit:"елементів",verb:"матиме"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"число";case"object":{if(Array.isArray(n))return"масив";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"вхідні дані",email:"адреса електронної пошти",url:"URL",emoji:"емодзі",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"дата та час ISO",date:"дата ISO",time:"час ISO",duration:"тривалість ISO",ipv4:"адреса IPv4",ipv6:"адреса IPv6",cidrv4:"діапазон IPv4",cidrv6:"діапазон IPv6",base64:"рядок у кодуванні base64",base64url:"рядок у кодуванні base64url",json_string:"рядок JSON",e164:"номер E.164",jwt:"JWT",template_literal:"вхідні дані"};return n=>{switch(n.code){case"invalid_type":return`Неправильні вхідні дані: очікується ${n.expected}, отримано ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Неправильні вхідні дані: очікується ${D(n.values[0])}`:`Неправильна опція: очікується одне з ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Занадто велике: очікується, що ${n.origin??"значення"} ${c.verb} ${i}${n.maximum.toString()} ${c.unit??"елементів"}`:`Занадто велике: очікується, що ${n.origin??"значення"} буде ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Занадто мале: очікується, що ${n.origin} ${c.verb} ${i}${n.minimum.toString()} ${c.unit}`:`Занадто мале: очікується, що ${n.origin} буде ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Неправильний рядок: повинен починатися з "${i.prefix}"`:i.format==="ends_with"?`Неправильний рядок: повинен закінчуватися на "${i.suffix}"`:i.format==="includes"?`Неправильний рядок: повинен містити "${i.includes}"`:i.format==="regex"?`Неправильний рядок: повинен відповідати шаблону ${i.pattern}`:`Неправильний ${a[i.format]??n.format}`}case"not_multiple_of":return`Неправильне число: повинно бути кратним ${n.divisor}`;case"unrecognized_keys":return`Нерозпізнаний ключ${n.keys.length>1?"і":""}: ${L(n.keys,", ")}`;case"invalid_key":return`Неправильний ключ у ${n.origin}`;case"invalid_union":return"Неправильні вхідні дані";case"invalid_element":return`Неправильне значення у ${n.origin}`;default:return"Неправильні вхідні дані"}}};function XC(){return{localeError:lV()}}function uV(){return XC()}const hV=()=>{const e={string:{unit:"حروف",verb:"ہونا"},file:{unit:"بائٹس",verb:"ہونا"},array:{unit:"آئٹمز",verb:"ہونا"},set:{unit:"آئٹمز",verb:"ہونا"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"نمبر";case"object":{if(Array.isArray(n))return"آرے";if(n===null)return"نل";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"ان پٹ",email:"ای میل ایڈریس",url:"یو آر ایل",emoji:"ایموجی",uuid:"یو یو آئی ڈی",uuidv4:"یو یو آئی ڈی وی 4",uuidv6:"یو یو آئی ڈی وی 6",nanoid:"نینو آئی ڈی",guid:"جی یو آئی ڈی",cuid:"سی یو آئی ڈی",cuid2:"سی یو آئی ڈی 2",ulid:"یو ایل آئی ڈی",xid:"ایکس آئی ڈی",ksuid:"کے ایس یو آئی ڈی",datetime:"آئی ایس او ڈیٹ ٹائم",date:"آئی ایس او تاریخ",time:"آئی ایس او وقت",duration:"آئی ایس او مدت",ipv4:"آئی پی وی 4 ایڈریس",ipv6:"آئی پی وی 6 ایڈریس",cidrv4:"آئی پی وی 4 رینج",cidrv6:"آئی پی وی 6 رینج",base64:"بیس 64 ان کوڈڈ سٹرنگ",base64url:"بیس 64 یو آر ایل ان کوڈڈ سٹرنگ",json_string:"جے ایس او این سٹرنگ",e164:"ای 164 نمبر",jwt:"جے ڈبلیو ٹی",template_literal:"ان پٹ"};return n=>{switch(n.code){case"invalid_type":return`غلط ان پٹ: ${n.expected} متوقع تھا، ${o(n.input)} موصول ہوا`;case"invalid_value":return n.values.length===1?`غلط ان پٹ: ${D(n.values[0])} متوقع تھا`:`غلط آپشن: ${L(n.values,"|")} میں سے ایک متوقع تھا`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`بہت بڑا: ${n.origin??"ویلیو"} کے ${i}${n.maximum.toString()} ${c.unit??"عناصر"} ہونے متوقع تھے`:`بہت بڑا: ${n.origin??"ویلیو"} کا ${i}${n.maximum.toString()} ہونا متوقع تھا`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`بہت چھوٹا: ${n.origin} کے ${i}${n.minimum.toString()} ${c.unit} ہونے متوقع تھے`:`بہت چھوٹا: ${n.origin} کا ${i}${n.minimum.toString()} ہونا متوقع تھا`}case"invalid_format":{const i=n;return i.format==="starts_with"?`غلط سٹرنگ: "${i.prefix}" سے شروع ہونا چاہیے`:i.format==="ends_with"?`غلط سٹرنگ: "${i.suffix}" پر ختم ہونا چاہیے`:i.format==="includes"?`غلط سٹرنگ: "${i.includes}" شامل ہونا چاہیے`:i.format==="regex"?`غلط سٹرنگ: پیٹرن ${i.pattern} سے میچ ہونا چاہیے`:`غلط ${a[i.format]??n.format}`}case"not_multiple_of":return`غلط نمبر: ${n.divisor} کا مضاعف ہونا چاہیے`;case"unrecognized_keys":return`غیر تسلیم شدہ کی${n.keys.length>1?"ز":""}: ${L(n.keys,"، ")}`;case"invalid_key":return`${n.origin} میں غلط کی`;case"invalid_union":return"غلط ان پٹ";case"invalid_element":return`${n.origin} میں غلط ویلیو`;default:return"غلط ان پٹ"}}};function pV(){return{localeError:hV()}}const yV=()=>{const e={string:{unit:"ký tự",verb:"có"},file:{unit:"byte",verb:"có"},array:{unit:"phần tử",verb:"có"},set:{unit:"phần tử",verb:"có"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"số";case"object":{if(Array.isArray(n))return"mảng";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"đầu vào",email:"địa chỉ email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ngày giờ ISO",date:"ngày ISO",time:"giờ ISO",duration:"khoảng thời gian ISO",ipv4:"địa chỉ IPv4",ipv6:"địa chỉ IPv6",cidrv4:"dải IPv4",cidrv6:"dải IPv6",base64:"chuỗi mã hóa base64",base64url:"chuỗi mã hóa base64url",json_string:"chuỗi JSON",e164:"số E.164",jwt:"JWT",template_literal:"đầu vào"};return n=>{switch(n.code){case"invalid_type":return`Đầu vào không hợp lệ: mong đợi ${n.expected}, nhận được ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Đầu vào không hợp lệ: mong đợi ${D(n.values[0])}`:`Tùy chọn không hợp lệ: mong đợi một trong các giá trị ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Quá lớn: mong đợi ${n.origin??"giá trị"} ${c.verb} ${i}${n.maximum.toString()} ${c.unit??"phần tử"}`:`Quá lớn: mong đợi ${n.origin??"giá trị"} ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Quá nhỏ: mong đợi ${n.origin} ${c.verb} ${i}${n.minimum.toString()} ${c.unit}`:`Quá nhỏ: mong đợi ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Chuỗi không hợp lệ: phải bắt đầu bằng "${i.prefix}"`:i.format==="ends_with"?`Chuỗi không hợp lệ: phải kết thúc bằng "${i.suffix}"`:i.format==="includes"?`Chuỗi không hợp lệ: phải bao gồm "${i.includes}"`:i.format==="regex"?`Chuỗi không hợp lệ: phải khớp với mẫu ${i.pattern}`:`${a[i.format]??n.format} không hợp lệ`}case"not_multiple_of":return`Số không hợp lệ: phải là bội số của ${n.divisor}`;case"unrecognized_keys":return`Khóa không được nhận dạng: ${L(n.keys,", ")}`;case"invalid_key":return`Khóa không hợp lệ trong ${n.origin}`;case"invalid_union":return"Đầu vào không hợp lệ";case"invalid_element":return`Giá trị không hợp lệ trong ${n.origin}`;default:return"Đầu vào không hợp lệ"}}};function kV(){return{localeError:yV()}}const _V=()=>{const e={string:{unit:"字符",verb:"包含"},file:{unit:"字节",verb:"包含"},array:{unit:"项",verb:"包含"},set:{unit:"项",verb:"包含"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"非数字(NaN)":"数字";case"object":{if(Array.isArray(n))return"数组";if(n===null)return"空值(null)";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"输入",email:"电子邮件",url:"URL",emoji:"表情符号",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO日期时间",date:"ISO日期",time:"ISO时间",duration:"ISO时长",ipv4:"IPv4地址",ipv6:"IPv6地址",cidrv4:"IPv4网段",cidrv6:"IPv6网段",base64:"base64编码字符串",base64url:"base64url编码字符串",json_string:"JSON字符串",e164:"E.164号码",jwt:"JWT",template_literal:"输入"};return n=>{switch(n.code){case"invalid_type":return`无效输入:期望 ${n.expected},实际接收 ${o(n.input)}`;case"invalid_value":return n.values.length===1?`无效输入:期望 ${D(n.values[0])}`:`无效选项:期望以下之一 ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`数值过大:期望 ${n.origin??"值"} ${i}${n.maximum.toString()} ${c.unit??"个元素"}`:`数值过大:期望 ${n.origin??"值"} ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`数值过小:期望 ${n.origin} ${i}${n.minimum.toString()} ${c.unit}`:`数值过小:期望 ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`无效字符串:必须以 "${i.prefix}" 开头`:i.format==="ends_with"?`无效字符串:必须以 "${i.suffix}" 结尾`:i.format==="includes"?`无效字符串:必须包含 "${i.includes}"`:i.format==="regex"?`无效字符串:必须满足正则表达式 ${i.pattern}`:`无效${a[i.format]??n.format}`}case"not_multiple_of":return`无效数字:必须是 ${n.divisor} 的倍数`;case"unrecognized_keys":return`出现未知的键(key): ${L(n.keys,", ")}`;case"invalid_key":return`${n.origin} 中的键(key)无效`;case"invalid_union":return"无效输入";case"invalid_element":return`${n.origin} 中包含无效值(value)`;default:return"无效输入"}}};function fV(){return{localeError:_V()}}const mV=()=>{const e={string:{unit:"字元",verb:"擁有"},file:{unit:"位元組",verb:"擁有"},array:{unit:"項目",verb:"擁有"},set:{unit:"項目",verb:"擁有"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"輸入",email:"郵件地址",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO 日期時間",date:"ISO 日期",time:"ISO 時間",duration:"ISO 期間",ipv4:"IPv4 位址",ipv6:"IPv6 位址",cidrv4:"IPv4 範圍",cidrv6:"IPv6 範圍",base64:"base64 編碼字串",base64url:"base64url 編碼字串",json_string:"JSON 字串",e164:"E.164 數值",jwt:"JWT",template_literal:"輸入"};return n=>{switch(n.code){case"invalid_type":return`無效的輸入值:預期為 ${n.expected},但收到 ${o(n.input)}`;case"invalid_value":return n.values.length===1?`無效的輸入值:預期為 ${D(n.values[0])}`:`無效的選項:預期為以下其中之一 ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`數值過大:預期 ${n.origin??"值"} 應為 ${i}${n.maximum.toString()} ${c.unit??"個元素"}`:`數值過大:預期 ${n.origin??"值"} 應為 ${i}${n.maximum.toString()}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`數值過小:預期 ${n.origin} 應為 ${i}${n.minimum.toString()} ${c.unit}`:`數值過小:預期 ${n.origin} 應為 ${i}${n.minimum.toString()}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`無效的字串:必須以 "${i.prefix}" 開頭`:i.format==="ends_with"?`無效的字串:必須以 "${i.suffix}" 結尾`:i.format==="includes"?`無效的字串:必須包含 "${i.includes}"`:i.format==="regex"?`無效的字串:必須符合格式 ${i.pattern}`:`無效的 ${a[i.format]??n.format}`}case"not_multiple_of":return`無效的數字:必須為 ${n.divisor} 的倍數`;case"unrecognized_keys":return`無法識別的鍵值${n.keys.length>1?"們":""}:${L(n.keys,"、")}`;case"invalid_key":return`${n.origin} 中有無效的鍵值`;case"invalid_union":return"無效的輸入值";case"invalid_element":return`${n.origin} 中有無效的值`;default:return"無效的輸入值"}}};function gV(){return{localeError:mV()}}const vV=()=>{const e={string:{unit:"àmi",verb:"ní"},file:{unit:"bytes",verb:"ní"},array:{unit:"nkan",verb:"ní"},set:{unit:"nkan",verb:"ní"}};function t(n){return e[n]??null}const o=n=>{const i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"nọ́mbà";case"object":{if(Array.isArray(n))return"akopọ";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},a={regex:"ẹ̀rọ ìbáwọlé",email:"àdírẹ́sì ìmẹ́lì",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"àkókò ISO",date:"ọjọ́ ISO",time:"àkókò ISO",duration:"àkókò tó pé ISO",ipv4:"àdírẹ́sì IPv4",ipv6:"àdírẹ́sì IPv6",cidrv4:"àgbègbè IPv4",cidrv6:"àgbègbè IPv6",base64:"ọ̀rọ̀ tí a kọ́ ní base64",base64url:"ọ̀rọ̀ base64url",json_string:"ọ̀rọ̀ JSON",e164:"nọ́mbà E.164",jwt:"JWT",template_literal:"ẹ̀rọ ìbáwọlé"};return n=>{switch(n.code){case"invalid_type":return`Ìbáwọlé aṣìṣe: a ní láti fi ${n.expected}, àmọ̀ a rí ${o(n.input)}`;case"invalid_value":return n.values.length===1?`Ìbáwọlé aṣìṣe: a ní láti fi ${D(n.values[0])}`:`Àṣàyàn aṣìṣe: yan ọ̀kan lára ${L(n.values,"|")}`;case"too_big":{const i=n.inclusive?"<=":"<",c=t(n.origin);return c?`Tó pọ̀ jù: a ní láti jẹ́ pé ${n.origin??"iye"} ${c.verb} ${i}${n.maximum} ${c.unit}`:`Tó pọ̀ jù: a ní láti jẹ́ ${i}${n.maximum}`}case"too_small":{const i=n.inclusive?">=":">",c=t(n.origin);return c?`Kéré ju: a ní láti jẹ́ pé ${n.origin} ${c.verb} ${i}${n.minimum} ${c.unit}`:`Kéré ju: a ní láti jẹ́ ${i}${n.minimum}`}case"invalid_format":{const i=n;return i.format==="starts_with"?`Ọ̀rọ̀ aṣìṣe: gbọ́dọ̀ bẹ̀rẹ̀ pẹ̀lú "${i.prefix}"`:i.format==="ends_with"?`Ọ̀rọ̀ aṣìṣe: gbọ́dọ̀ parí pẹ̀lú "${i.suffix}"`:i.format==="includes"?`Ọ̀rọ̀ aṣìṣe: gbọ́dọ̀ ní "${i.includes}"`:i.format==="regex"?`Ọ̀rọ̀ aṣìṣe: gbọ́dọ̀ bá àpẹẹrẹ mu ${i.pattern}`:`Aṣìṣe: ${a[i.format]??n.format}`}case"not_multiple_of":return`Nọ́mbà aṣìṣe: gbọ́dọ̀ jẹ́ èyà pípín ti ${n.divisor}`;case"unrecognized_keys":return`Bọtìnì àìmọ̀: ${L(n.keys,", ")}`;case"invalid_key":return`Bọtìnì aṣìṣe nínú ${n.origin}`;case"invalid_union":return"Ìbáwọlé aṣìṣe";case"invalid_element":return`Iye aṣìṣe nínú ${n.origin}`;default:return"Ìbáwọlé aṣìṣe"}}};function MV(){return{localeError:vV()}}const JC=Object.freeze(Object.defineProperty({__proto__:null,ar:qO,az:OO,be:VO,bg:FO,ca:UO,cs:ZO,da:WO,de:XO,en:ZC,eo:tH,es:oH,fa:iH,fi:cH,fr:sH,frCA:uH,he:pH,hu:kH,id:fH,is:vH,it:$H,ja:bH,ka:IH,kh:SH,km:GC,ko:zH,lt:PH,mk:DH,ms:HH,nl:RH,no:FH,ota:UH,pl:WH,ps:ZH,pt:XH,ru:YH,sl:eV,sv:nV,ta:aV,th:rV,tr:sV,ua:uV,uk:XC,ur:pV,vi:kV,yo:MV,zhCN:fV,zhTW:gV},Symbol.toStringTag,{value:"Module"}));var YC;const QC=Symbol("ZodOutput"),ez=Symbol("ZodInput");class ix{constructor(){this._map=new WeakMap,this._idmap=new Map}add(t,...o){const a=o[0];if(this._map.set(t,a),a&&typeof a=="object"&&"id"in a){if(this._idmap.has(a.id))throw new Error(`ID ${a.id} already exists in the registry`);this._idmap.set(a.id,t)}return this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){const o=this._map.get(t);return o&&typeof o=="object"&&"id"in o&&this._idmap.delete(o.id),this._map.delete(t),this}get(t){const o=t._zod.parent;if(o){const a={...this.get(o)??{}};delete a.id;const n={...a,...this._map.get(t)};return Object.keys(n).length?n:void 0}return this._map.get(t)}has(t){return this._map.has(t)}}function rx(){return new ix}(YC=globalThis).__zod_globalRegistry??(YC.__zod_globalRegistry=rx());const Le=globalThis.__zod_globalRegistry;function tz(e,t){return new e({type:"string",...x(t)})}function nz(e,t){return new e({type:"string",coerce:!0,...x(t)})}function cx(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...x(t)})}function sr(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...x(t)})}function dx(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...x(t)})}function sx(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...x(t)})}function lx(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...x(t)})}function ux(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...x(t)})}function lr(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...x(t)})}function hx(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...x(t)})}function px(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...x(t)})}function yx(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...x(t)})}function kx(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...x(t)})}function _x(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...x(t)})}function fx(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...x(t)})}function mx(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...x(t)})}function gx(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...x(t)})}function vx(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...x(t)})}function oz(e,t){return new e({type:"string",format:"mac",check:"string_format",abort:!1,...x(t)})}function Mx(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...x(t)})}function $x(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...x(t)})}function wx(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...x(t)})}function bx(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...x(t)})}function xx(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...x(t)})}function Nx(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...x(t)})}const az={Any:null,Minute:-1,Second:0,Millisecond:3,Microsecond:6};function iz(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...x(t)})}function rz(e,t){return new e({type:"string",format:"date",check:"string_format",...x(t)})}function cz(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...x(t)})}function dz(e,t){return new e({type:"string",format:"duration",check:"string_format",...x(t)})}function sz(e,t){return new e({type:"number",checks:[],...x(t)})}function lz(e,t){return new e({type:"number",coerce:!0,checks:[],...x(t)})}function uz(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...x(t)})}function hz(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float32",...x(t)})}function pz(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float64",...x(t)})}function yz(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"int32",...x(t)})}function kz(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"uint32",...x(t)})}function _z(e,t){return new e({type:"boolean",...x(t)})}function fz(e,t){return new e({type:"boolean",coerce:!0,...x(t)})}function mz(e,t){return new e({type:"bigint",...x(t)})}function gz(e,t){return new e({type:"bigint",coerce:!0,...x(t)})}function vz(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"int64",...x(t)})}function Mz(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"uint64",...x(t)})}function $z(e,t){return new e({type:"symbol",...x(t)})}function wz(e,t){return new e({type:"undefined",...x(t)})}function bz(e,t){return new e({type:"null",...x(t)})}function xz(e){return new e({type:"any"})}function Nz(e){return new e({type:"unknown"})}function Iz(e,t){return new e({type:"never",...x(t)})}function Lz(e,t){return new e({type:"void",...x(t)})}function Sz(e,t){return new e({type:"date",...x(t)})}function Cz(e,t){return new e({type:"date",coerce:!0,...x(t)})}function zz(e,t){return new e({type:"nan",...x(t)})}function wt(e,t){return new Kb({check:"less_than",...x(t),value:e,inclusive:!1})}function Se(e,t){return new Kb({check:"less_than",...x(t),value:e,inclusive:!0})}function bt(e,t){return new Xb({check:"greater_than",...x(t),value:e,inclusive:!1})}function fe(e,t){return new Xb({check:"greater_than",...x(t),value:e,inclusive:!0})}function Az(e){return bt(0,e)}function jz(e){return wt(0,e)}function Pz(e){return Se(0,e)}function qz(e){return fe(0,e)}function Mi(e,t){return new nS({check:"multiple_of",...x(t),value:e})}function ur(e,t){return new iS({check:"max_size",...x(t),maximum:e})}function $i(e,t){return new rS({check:"min_size",...x(t),minimum:e})}function Ix(e,t){return new cS({check:"size_equals",...x(t),size:e})}function hr(e,t){return new dS({check:"max_length",...x(t),maximum:e})}function E1(e,t){return new sS({check:"min_length",...x(t),minimum:e})}function pr(e,t){return new lS({check:"length_equals",...x(t),length:e})}function Lx(e,t){return new uS({check:"string_format",format:"regex",...x(t),pattern:e})}function Sx(e){return new hS({check:"string_format",format:"lowercase",...x(e)})}function Cx(e){return new pS({check:"string_format",format:"uppercase",...x(e)})}function zx(e,t){return new yS({check:"string_format",format:"includes",...x(t),includes:e})}function Ax(e,t){return new kS({check:"string_format",format:"starts_with",...x(t),prefix:e})}function jx(e,t){return new _S({check:"string_format",format:"ends_with",...x(t),suffix:e})}function Dz(e,t,o){return new mS({check:"property",property:e,schema:t,...x(o)})}function Px(e,t){return new gS({check:"mime_type",mime:e,...x(t)})}function st(e){return new vS({check:"overwrite",tx:e})}function qx(e){return st(t=>t.normalize(e))}function Dx(){return st(e=>e.trim())}function Ox(){return st(e=>e.toLowerCase())}function Hx(){return st(e=>e.toUpperCase())}function Vx(){return st(e=>YI(e))}function Oz(e,t,o){return new e({type:"array",element:t,...x(o)})}function $V(e,t,o){return new e({type:"union",options:t,...x(o)})}function wV(e,t,o,a){return new e({type:"union",options:o,discriminator:t,...x(a)})}function bV(e,t,o){return new e({type:"intersection",left:t,right:o})}function xV(e,t,o,a){const n=o instanceof R,i=n?a:o,c=n?o:null;return new e({type:"tuple",items:t,rest:c,...x(i)})}function NV(e,t,o,a){return new e({type:"record",keyType:t,valueType:o,...x(a)})}function IV(e,t,o,a){return new e({type:"map",keyType:t,valueType:o,...x(a)})}function LV(e,t,o){return new e({type:"set",valueType:t,...x(o)})}function SV(e,t,o){const a=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new e({type:"enum",entries:a,...x(o)})}function CV(e,t,o){return new e({type:"enum",entries:t,...x(o)})}function zV(e,t,o){return new e({type:"literal",values:Array.isArray(t)?t:[t],...x(o)})}function Hz(e,t){return new e({type:"file",...x(t)})}function AV(e,t){return new e({type:"transform",transform:t})}function jV(e,t){return new e({type:"optional",innerType:t})}function PV(e,t){return new e({type:"nullable",innerType:t})}function qV(e,t,o){return new e({type:"default",innerType:t,get defaultValue(){return typeof o=="function"?o():er(o)}})}function DV(e,t,o){return new e({type:"nonoptional",innerType:t,...x(o)})}function OV(e,t){return new e({type:"success",innerType:t})}function HV(e,t,o){return new e({type:"catch",innerType:t,catchValue:typeof o=="function"?o:()=>o})}function VV(e,t,o){return new e({type:"pipe",in:t,out:o})}function RV(e,t){return new e({type:"readonly",innerType:t})}function TV(e,t,o){return new e({type:"template_literal",parts:t,...x(o)})}function FV(e,t){return new e({type:"lazy",getter:t})}function EV(e,t){return new e({type:"promise",innerType:t})}function Vz(e,t,o){const a=x(o);return a.abort??(a.abort=!0),new e({type:"custom",check:"custom",fn:t,...a})}function Rz(e,t,o){return new e({type:"custom",check:"custom",fn:t,...x(o)})}function Tz(e){const t=Fz(o=>(o.addIssue=a=>{if(typeof a=="string")o.issues.push(T1(a,o.value,t._zod.def));else{const n=a;n.fatal&&(n.continue=!1),n.code??(n.code="custom"),n.input??(n.input=o.value),n.inst??(n.inst=t),n.continue??(n.continue=!t._zod.def.abort),o.issues.push(T1(n))}},e(o.value,o)));return t}function Fz(e,t){const o=new ne({check:"custom",...x(t)});return o._zod.check=e,o}function Ez(e){const t=new ne({check:"describe"});return t._zod.onattach=[o=>{const a=Le.get(o)??{};Le.add(o,{...a,description:e})}],t._zod.check=()=>{},t}function Uz(e){const t=new ne({check:"meta"});return t._zod.onattach=[o=>{const a=Le.get(o)??{};Le.add(o,{...a,...e})}],t._zod.check=()=>{},t}function Bz(e,t){const o=x(t);let a=o.truthy??["true","1","yes","on","y","enabled"],n=o.falsy??["false","0","no","off","n","disabled"];o.case!=="sensitive"&&(a=a.map(p=>typeof p=="string"?p.toLowerCase():p),n=n.map(p=>typeof p=="string"?p.toLowerCase():p));const i=new Set(a),c=new Set(n),d=e.Codec??ax,l=e.Boolean??Qb,s=e.String??mi,u=new s({type:"string",error:o.error}),h=new l({type:"boolean",error:o.error}),k=new d({type:"pipe",in:u,out:h,transform:((p,y)=>{let _=p;return o.case!=="sensitive"&&(_=_.toLowerCase()),i.has(_)?!0:c.has(_)?!1:(y.issues.push({code:"invalid_value",expected:"stringbool",values:[...i,...c],input:y.value,inst:k,continue:!1}),{})}),reverseTransform:((p,y)=>p===!0?a[0]||"true":n[0]||"false"),error:o.error});return k}function wi(e,t,o,a={}){const n=x(a),i={...x(a),check:"string_format",type:"string",format:t,fn:typeof o=="function"?o:d=>o.test(d),...n};return o instanceof RegExp&&(i.pattern=o),new e(i)}class Rx{constructor(t){this.counter=0,this.metadataRegistry=t?.metadata??Le,this.target=t?.target??"draft-2020-12",this.unrepresentable=t?.unrepresentable??"throw",this.override=t?.override??(()=>{}),this.io=t?.io??"output",this.seen=new Map}process(t,o={path:[],schemaPath:[]}){var a;const n=t._zod.def,i={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},c=this.seen.get(t);if(c)return c.count++,o.schemaPath.includes(t)&&(c.cycle=o.path),c.schema;const d={schema:{},count:1,cycle:void 0,path:o.path};this.seen.set(t,d);const l=t._zod.toJSONSchema?.();if(l)d.schema=l;else{const h={...o,schemaPath:[...o.schemaPath,t],path:o.path},k=t._zod.parent;if(k)d.ref=k,this.process(k,h),this.seen.get(k).isParent=!0;else{const p=d.schema;switch(n.type){case"string":{const y=p;y.type="string";const{minimum:_,maximum:m,format:g,patterns:w,contentEncoding:$}=t._zod.bag;if(typeof _=="number"&&(y.minLength=_),typeof m=="number"&&(y.maxLength=m),g&&(y.format=i[g]??g,y.format===""&&delete y.format),$&&(y.contentEncoding=$),w&&w.size>0){const b=[...w];b.length===1?y.pattern=b[0].source:b.length>1&&(d.schema.allOf=[...b.map(N=>({...this.target==="draft-7"||this.target==="draft-4"||this.target==="openapi-3.0"?{type:"string"}:{},pattern:N.source}))])}break}case"number":{const y=p,{minimum:_,maximum:m,format:g,multipleOf:w,exclusiveMaximum:$,exclusiveMinimum:b}=t._zod.bag;typeof g=="string"&&g.includes("int")?y.type="integer":y.type="number",typeof b=="number"&&(this.target==="draft-4"||this.target==="openapi-3.0"?(y.minimum=b,y.exclusiveMinimum=!0):y.exclusiveMinimum=b),typeof _=="number"&&(y.minimum=_,typeof b=="number"&&this.target!=="draft-4"&&(b>=_?delete y.minimum:delete y.exclusiveMinimum)),typeof $=="number"&&(this.target==="draft-4"||this.target==="openapi-3.0"?(y.maximum=$,y.exclusiveMaximum=!0):y.exclusiveMaximum=$),typeof m=="number"&&(y.maximum=m,typeof $=="number"&&this.target!=="draft-4"&&($<=m?delete y.maximum:delete y.exclusiveMaximum)),typeof w=="number"&&(y.multipleOf=w);break}case"boolean":{const y=p;y.type="boolean";break}case"bigint":{if(this.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema");break}case"symbol":{if(this.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema");break}case"null":{this.target==="openapi-3.0"?(p.type="string",p.nullable=!0,p.enum=[null]):p.type="null";break}case"any":break;case"unknown":break;case"undefined":{if(this.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema");break}case"void":{if(this.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema");break}case"never":{p.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{const y=p,{minimum:_,maximum:m}=t._zod.bag;typeof _=="number"&&(y.minItems=_),typeof m=="number"&&(y.maxItems=m),y.type="array",y.items=this.process(n.element,{...h,path:[...h.path,"items"]});break}case"object":{const y=p;y.type="object",y.properties={};const _=n.shape;for(const w in _)y.properties[w]=this.process(_[w],{...h,path:[...h.path,"properties",w]});const m=new Set(Object.keys(_)),g=new Set([...m].filter(w=>{const $=n.shape[w]._zod;return this.io==="input"?$.optin===void 0:$.optout===void 0}));g.size>0&&(y.required=Array.from(g)),n.catchall?._zod.def.type==="never"?y.additionalProperties=!1:n.catchall?n.catchall&&(y.additionalProperties=this.process(n.catchall,{...h,path:[...h.path,"additionalProperties"]})):this.io==="output"&&(y.additionalProperties=!1);break}case"union":{const y=p,_=n.discriminator!==void 0,m=n.options.map((g,w)=>this.process(g,{...h,path:[...h.path,_?"oneOf":"anyOf",w]}));_?y.oneOf=m:y.anyOf=m;break}case"intersection":{const y=p,_=this.process(n.left,{...h,path:[...h.path,"allOf",0]}),m=this.process(n.right,{...h,path:[...h.path,"allOf",1]}),g=$=>"allOf"in $&&Object.keys($).length===1,w=[...g(_)?_.allOf:[_],...g(m)?m.allOf:[m]];y.allOf=w;break}case"tuple":{const y=p;y.type="array";const _=this.target==="draft-2020-12"?"prefixItems":"items",m=this.target==="draft-2020-12"||this.target==="openapi-3.0"?"items":"additionalItems",g=n.items.map((N,P)=>this.process(N,{...h,path:[...h.path,_,P]})),w=n.rest?this.process(n.rest,{...h,path:[...h.path,m,...this.target==="openapi-3.0"?[n.items.length]:[]]}):null;this.target==="draft-2020-12"?(y.prefixItems=g,w&&(y.items=w)):this.target==="openapi-3.0"?(y.items={anyOf:g},w&&y.items.anyOf.push(w),y.minItems=g.length,w||(y.maxItems=g.length)):(y.items=g,w&&(y.additionalItems=w));const{minimum:$,maximum:b}=t._zod.bag;typeof $=="number"&&(y.minItems=$),typeof b=="number"&&(y.maxItems=b);break}case"record":{const y=p;y.type="object",(this.target==="draft-7"||this.target==="draft-2020-12")&&(y.propertyNames=this.process(n.keyType,{...h,path:[...h.path,"propertyNames"]})),y.additionalProperties=this.process(n.valueType,{...h,path:[...h.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{const y=p,_=zb(n.entries);_.every(m=>typeof m=="number")&&(y.type="number"),_.every(m=>typeof m=="string")&&(y.type="string"),y.enum=_;break}case"literal":{const y=p,_=[];for(const m of n.values)if(m===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof m=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");_.push(Number(m))}else _.push(m);if(_.length!==0)if(_.length===1){const m=_[0];y.type=m===null?"null":typeof m,this.target==="draft-4"||this.target==="openapi-3.0"?y.enum=[m]:y.const=m}else _.every(m=>typeof m=="number")&&(y.type="number"),_.every(m=>typeof m=="string")&&(y.type="string"),_.every(m=>typeof m=="boolean")&&(y.type="string"),_.every(m=>m===null)&&(y.type="null"),y.enum=_;break}case"file":{const y=p,_={type:"string",format:"binary",contentEncoding:"binary"},{minimum:m,maximum:g,mime:w}=t._zod.bag;m!==void 0&&(_.minLength=m),g!==void 0&&(_.maxLength=g),w?w.length===1?(_.contentMediaType=w[0],Object.assign(y,_)):y.anyOf=w.map($=>({..._,contentMediaType:$})):Object.assign(y,_);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{const y=this.process(n.innerType,h);this.target==="openapi-3.0"?(d.ref=n.innerType,p.nullable=!0):p.anyOf=[y,{type:"null"}];break}case"nonoptional":{this.process(n.innerType,h),d.ref=n.innerType;break}case"success":{const y=p;y.type="boolean";break}case"default":{this.process(n.innerType,h),d.ref=n.innerType,p.default=JSON.parse(JSON.stringify(n.defaultValue));break}case"prefault":{this.process(n.innerType,h),d.ref=n.innerType,this.io==="input"&&(p._prefault=JSON.parse(JSON.stringify(n.defaultValue)));break}case"catch":{this.process(n.innerType,h),d.ref=n.innerType;let y;try{y=n.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}p.default=y;break}case"nan":{if(this.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{const y=p,_=t._zod.pattern;if(!_)throw new Error("Pattern not found in template literal");y.type="string",y.pattern=_.source;break}case"pipe":{const y=this.io==="input"?n.in._zod.def.type==="transform"?n.out:n.in:n.out;this.process(y,h),d.ref=y;break}case"readonly":{this.process(n.innerType,h),d.ref=n.innerType,p.readOnly=!0;break}case"promise":{this.process(n.innerType,h),d.ref=n.innerType;break}case"optional":{this.process(n.innerType,h),d.ref=n.innerType;break}case"lazy":{const y=t._zod.innerType;this.process(y,h),d.ref=y;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}case"function":{if(this.unrepresentable==="throw")throw new Error("Function types cannot be represented in JSON Schema");break}}}}const s=this.metadataRegistry.get(t);return s&&Object.assign(d.schema,s),this.io==="input"&&pe(t)&&(delete d.schema.examples,delete d.schema.default),this.io==="input"&&d.schema._prefault&&((a=d.schema).default??(a.default=d.schema._prefault)),delete d.schema._prefault,this.seen.get(t).schema}emit(t,o){const a={cycles:o?.cycles??"ref",reused:o?.reused??"inline",external:o?.external??void 0},n=this.seen.get(t);if(!n)throw new Error("Unprocessed schema. This is a bug in Zod.");const i=u=>{const h=this.target==="draft-2020-12"?"$defs":"definitions";if(a.external){const _=a.external.registry.get(u[0])?.id,m=a.external.uri??(w=>w);if(_)return{ref:m(_)};const g=u[1].defId??u[1].schema.id??`schema${this.counter++}`;return u[1].defId=g,{defId:g,ref:`${m("__shared")}#/${h}/${g}`}}if(u[1]===n)return{ref:"#"};const p=`#/${h}/`,y=u[1].schema.id??`__schema${this.counter++}`;return{defId:y,ref:p+y}},c=u=>{if(u[1].schema.$ref)return;const h=u[1],{ref:k,defId:p}=i(u);h.def={...h.schema},p&&(h.defId=p);const y=h.schema;for(const _ in y)delete y[_];y.$ref=k};if(a.cycles==="throw")for(const u of this.seen.entries()){const h=u[1];if(h.cycle)throw new Error(`Cycle detected: #/${h.cycle?.join("/")}/<root>
|
|
25
25
|
|
|
26
|
-
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(const u of this.seen.entries()){const h=u[1];if(t===u[0]){c(u);continue}if(a.external){const p=a.external.registry.get(u[0])?.id;if(t!==u[0]&&p){c(u);continue}}if(this.metadataRegistry.get(u[0])?.id){c(u);continue}if(h.cycle){c(u);continue}if(h.count>1&&a.reused==="ref"){c(u);continue}}const d=(u,h)=>{const k=this.seen.get(u),p=k.def??k.schema,y={...p};if(k.ref===null)return;const _=k.ref;if(k.ref=null,_){d(_,h);const m=this.seen.get(_).schema;m.$ref&&(h.target==="draft-7"||h.target==="draft-4"||h.target==="openapi-3.0")?(p.allOf=p.allOf??[],p.allOf.push(m)):(Object.assign(p,m),Object.assign(p,y))}k.isParent||this.override({zodSchema:u,jsonSchema:p,path:k.path??[]})};for(const u of[...this.seen.entries()].reverse())d(u[0],{target:this.target});const l={};if(this.target==="draft-2020-12"?l.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?l.$schema="http://json-schema.org/draft-07/schema#":this.target==="draft-4"?l.$schema="http://json-schema.org/draft-04/schema#":this.target==="openapi-3.0"||console.warn(`Invalid target: ${this.target}`),a.external?.uri){const u=a.external.registry.get(t)?.id;if(!u)throw new Error("Schema is missing an `id` property");l.$id=a.external.uri(u)}Object.assign(l,n.def);const s=a.external?.defs??{};for(const u of this.seen.entries()){const h=u[1];h.def&&h.defId&&(s[h.defId]=h.def)}a.external||Object.keys(s).length>0&&(this.target==="draft-2020-12"?l.$defs=s:l.definitions=s);try{return JSON.parse(JSON.stringify(l))}catch{throw new Error("Error converting schema to JSON.")}}}function Zz(e,t){if(e instanceof ix){const a=new Rx(t),n={};for(const d of e._idmap.entries()){const[l,s]=d;a.process(s)}const i={},c={registry:e,uri:t?.uri,defs:n};for(const d of e._idmap.entries()){const[l,s]=d;i[l]=a.emit(s,{...t,external:c})}if(Object.keys(n).length>0){const d=a.target==="draft-2020-12"?"$defs":"definitions";i.__shared={[d]:n}}return{schemas:i}}const o=new Rx(t);return o.process(e),o.emit(e,t)}function pe(e,t){const o=t??{seen:new Set};if(o.seen.has(e))return!1;o.seen.add(e);const a=e._zod.def;if(a.type==="transform")return!0;if(a.type==="array")return pe(a.element,o);if(a.type==="set")return pe(a.valueType,o);if(a.type==="lazy")return pe(a.getter(),o);if(a.type==="promise"||a.type==="optional"||a.type==="nonoptional"||a.type==="nullable"||a.type==="readonly"||a.type==="default"||a.type==="prefault")return pe(a.innerType,o);if(a.type==="intersection")return pe(a.left,o)||pe(a.right,o);if(a.type==="record"||a.type==="map")return pe(a.keyType,o)||pe(a.valueType,o);if(a.type==="pipe")return pe(a.in,o)||pe(a.out,o);if(a.type==="object"){for(const n in a.shape)if(pe(a.shape[n],o))return!0;return!1}if(a.type==="union"){for(const n of a.options)if(pe(n,o))return!0;return!1}if(a.type==="tuple"){for(const n of a.items)if(pe(n,o))return!0;return!!(a.rest&&pe(a.rest,o))}return!1}const UV=Object.freeze(Object.defineProperty({__proto__:null,$ZodAny:tC,$ZodArray:cC,$ZodAsyncError:gt,$ZodBase64:ES,$ZodBase64URL:BS,$ZodBigInt:ex,$ZodBigIntFormat:JS,$ZodBoolean:Qb,$ZodCIDRv4:TS,$ZodCIDRv6:FS,$ZodCUID:SS,$ZodCUID2:CS,$ZodCatch:PC,$ZodCheck:ne,$ZodCheckBigIntFormat:aS,$ZodCheckEndsWith:_S,$ZodCheckGreaterThan:Xb,$ZodCheckIncludes:yS,$ZodCheckLengthEquals:lS,$ZodCheckLessThan:Kb,$ZodCheckLowerCase:hS,$ZodCheckMaxLength:dS,$ZodCheckMaxSize:iS,$ZodCheckMimeType:gS,$ZodCheckMinLength:sS,$ZodCheckMinSize:rS,$ZodCheckMultipleOf:nS,$ZodCheckNumberFormat:oS,$ZodCheckOverwrite:vS,$ZodCheckProperty:mS,$ZodCheckRegex:uS,$ZodCheckSizeEquals:cS,$ZodCheckStartsWith:kS,$ZodCheckStringFormat:fi,$ZodCheckUpperCase:pS,$ZodCodec:ax,$ZodCustom:EC,$ZodCustomStringFormat:KS,$ZodDate:iC,$ZodDefault:LC,$ZodDiscriminatedUnion:pC,$ZodE164:ZS,$ZodEmail:xS,$ZodEmoji:IS,$ZodEncodeError:Xi,$ZodEnum:MC,$ZodError:Pb,$ZodFile:wC,$ZodFunction:RC,$ZodGUID:wS,$ZodIPv4:HS,$ZodIPv6:VS,$ZodISODate:qS,$ZodISODateTime:PS,$ZodISODuration:OS,$ZodISOTime:DS,$ZodIntersection:yC,$ZodJWT:WS,$ZodKSUID:jS,$ZodLazy:FC,$ZodLiteral:$C,$ZodMAC:RS,$ZodMap:fC,$ZodNaN:qC,$ZodNanoID:LS,$ZodNever:oC,$ZodNonOptional:zC,$ZodNull:eC,$ZodNullable:IC,$ZodNumber:Yb,$ZodNumberFormat:XS,$ZodObject:lC,$ZodObjectJIT:uC,$ZodOptional:NC,$ZodPipe:DC,$ZodPrefault:CC,$ZodPromise:TC,$ZodReadonly:OC,$ZodRealError:_e,$ZodRecord:_C,$ZodRegistry:ix,$ZodSet:gC,$ZodString:mi,$ZodStringFormat:Y,$ZodSuccess:jC,$ZodSymbol:YS,$ZodTemplateLiteral:VC,$ZodTransform:bC,$ZodTuple:ox,$ZodType:R,$ZodULID:zS,$ZodURL:NS,$ZodUUID:bS,$ZodUndefined:QS,$ZodUnion:tx,$ZodUnknown:nC,$ZodVoid:aC,$ZodXID:AS,$brand:KI,$constructor:v,$input:ez,$output:QC,Doc:MS,JSONSchema:Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),JSONSchemaGenerator:Rx,NEVER:WI,TimePrecision:az,_any:xz,_array:Oz,_base64:wx,_base64url:bx,_bigint:mz,_boolean:_z,_catch:HV,_check:Fz,_cidrv4:Mx,_cidrv6:$x,_coercedBigint:gz,_coercedBoolean:fz,_coercedDate:Cz,_coercedNumber:lz,_coercedString:nz,_cuid:yx,_cuid2:kx,_custom:Vz,_date:Sz,_decode:Rb,_decodeAsync:Fb,_default:qV,_discriminatedUnion:wV,_e164:xx,_email:cx,_emoji:hx,_encode:Vb,_encodeAsync:Tb,_endsWith:jx,_enum:SV,_file:Hz,_float32:hz,_float64:pz,_gt:bt,_gte:fe,_guid:sr,_includes:zx,_int:uz,_int32:yz,_int64:vz,_intersection:bV,_ipv4:gx,_ipv6:vx,_isoDate:rz,_isoDateTime:iz,_isoDuration:dz,_isoTime:cz,_jwt:Nx,_ksuid:mx,_lazy:FV,_length:pr,_literal:zV,_lowercase:Sx,_lt:wt,_lte:Se,_mac:oz,_map:IV,_max:Se,_maxLength:hr,_maxSize:ur,_mime:Px,_min:fe,_minLength:E1,_minSize:$i,_multipleOf:Mi,_nan:zz,_nanoid:px,_nativeEnum:CV,_negative:jz,_never:Iz,_nonnegative:qz,_nonoptional:DV,_nonpositive:Pz,_normalize:qx,_null:bz,_nullable:PV,_number:sz,_optional:jV,_overwrite:st,_parse:ui,_parseAsync:hi,_pipe:VV,_positive:Az,_promise:EV,_property:Dz,_readonly:RV,_record:NV,_refine:Rz,_regex:Lx,_safeDecode:Ub,_safeDecodeAsync:Zb,_safeEncode:Eb,_safeEncodeAsync:Bb,_safeParse:pi,_safeParseAsync:yi,_set:LV,_size:Ix,_slugify:Vx,_startsWith:Ax,_string:tz,_stringFormat:wi,_stringbool:Bz,_success:OV,_superRefine:Tz,_symbol:$z,_templateLiteral:TV,_toLowerCase:Ox,_toUpperCase:Hx,_transform:AV,_trim:Dx,_tuple:xV,_uint32:kz,_uint64:Mz,_ulid:_x,_undefined:wz,_union:$V,_unknown:Nz,_uppercase:Cx,_url:lr,_uuid:dx,_uuidv4:sx,_uuidv6:lx,_uuidv7:ux,_void:Lz,_xid:fx,clone:we,config:he,decode:mO,decodeAsync:vO,describe:Ez,encode:fO,encodeAsync:gO,flattenError:qb,formatError:Db,globalConfig:Ji,globalRegistry:Le,isValidBase64:Jb,isValidBase64URL:US,isValidJWT:GS,locales:JC,meta:Uz,parse:Ob,parseAsync:Hb,prettifyError:fL,regexes:Wb,registry:rx,safeDecode:$O,safeDecodeAsync:bO,safeEncode:MO,safeEncodeAsync:wO,safeParse:mL,safeParseAsync:gL,toDotPath:_L,toJSONSchema:Zz,treeifyError:kL,util:pL,version:$S},Symbol.toStringTag,{value:"Module"})),Tx=v("ZodISODateTime",(e,t)=>{PS.init(e,t),ee.init(e,t)});function Gz(e){return iz(Tx,e)}const Fx=v("ZodISODate",(e,t)=>{qS.init(e,t),ee.init(e,t)});function Wz(e){return rz(Fx,e)}const Ex=v("ZodISOTime",(e,t)=>{DS.init(e,t),ee.init(e,t)});function Kz(e){return cz(Ex,e)}const Ux=v("ZodISODuration",(e,t)=>{OS.init(e,t),ee.init(e,t)});function Xz(e){return dz(Ux,e)}const BV=Object.freeze(Object.defineProperty({__proto__:null,ZodISODate:Fx,ZodISODateTime:Tx,ZodISODuration:Ux,ZodISOTime:Ex,date:Wz,datetime:Gz,duration:Xz,time:Kz},Symbol.toStringTag,{value:"Module"})),Jz=(e,t)=>{Pb.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:o=>Db(e,o)},flatten:{value:o=>qb(e,o)},addIssue:{value:o=>{e.issues.push(o),e.message=JSON.stringify(e.issues,Yi,2)}},addIssues:{value:o=>{e.issues.push(...o),e.message=JSON.stringify(e.issues,Yi,2)}},isEmpty:{get(){return e.issues.length===0}}})},ZV=v("ZodError",Jz),me=v("ZodError",Jz,{Parent:Error}),Yz=ui(me),Qz=hi(me),eA=pi(me),tA=yi(me),nA=Vb(me),oA=Rb(me),aA=Tb(me),iA=Fb(me),rA=Eb(me),cA=Ub(me),dA=Bb(me),sA=Zb(me),F=v("ZodType",(e,t)=>(R.init(e,t),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.check=(...o)=>e.clone(Je(t,{checks:[...t.checks??[],...o.map(a=>typeof a=="function"?{_zod:{check:a,def:{check:"custom"},onattach:[]}}:a)]})),e.clone=(o,a)=>we(e,o,a),e.brand=()=>e,e.register=((o,a)=>(o.add(e,a),e)),e.parse=(o,a)=>Yz(e,o,a,{callee:e.parse}),e.safeParse=(o,a)=>eA(e,o,a),e.parseAsync=async(o,a)=>Qz(e,o,a,{callee:e.parseAsync}),e.safeParseAsync=async(o,a)=>tA(e,o,a),e.spa=e.safeParseAsync,e.encode=(o,a)=>nA(e,o,a),e.decode=(o,a)=>oA(e,o,a),e.encodeAsync=async(o,a)=>aA(e,o,a),e.decodeAsync=async(o,a)=>iA(e,o,a),e.safeEncode=(o,a)=>rA(e,o,a),e.safeDecode=(o,a)=>cA(e,o,a),e.safeEncodeAsync=async(o,a)=>dA(e,o,a),e.safeDecodeAsync=async(o,a)=>sA(e,o,a),e.refine=(o,a)=>e.check(JA(o,a)),e.superRefine=o=>e.check(YA(o)),e.overwrite=o=>e.check(st(o)),e.optional=()=>$r(e),e.nullable=()=>wr(e),e.nullish=()=>$r(wr(e)),e.nonoptional=o=>HA(e,o),e.array=()=>vr(e),e.or=o=>yN([e,o]),e.and=o=>bA(e,o),e.transform=o=>br(e,fN(o)),e.default=o=>qA(e,o),e.prefault=o=>OA(e,o),e.catch=o=>TA(e,o),e.pipe=o=>br(e,o),e.readonly=()=>UA(e),e.describe=o=>{const a=e.clone();return Le.add(a,{description:o}),a},Object.defineProperty(e,"description",{get(){return Le.get(e)?.description},configurable:!0}),e.meta=(...o)=>{if(o.length===0)return Le.get(e);const a=e.clone();return Le.add(a,o[0]),a},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e)),Bx=v("_ZodString",(e,t)=>{mi.init(e,t),F.init(e,t);const o=e._zod.bag;e.format=o.format??null,e.minLength=o.minimum??null,e.maxLength=o.maximum??null,e.regex=(...a)=>e.check(Lx(...a)),e.includes=(...a)=>e.check(zx(...a)),e.startsWith=(...a)=>e.check(Ax(...a)),e.endsWith=(...a)=>e.check(jx(...a)),e.min=(...a)=>e.check(E1(...a)),e.max=(...a)=>e.check(hr(...a)),e.length=(...a)=>e.check(pr(...a)),e.nonempty=(...a)=>e.check(E1(1,...a)),e.lowercase=a=>e.check(Sx(a)),e.uppercase=a=>e.check(Cx(a)),e.trim=()=>e.check(Dx()),e.normalize=(...a)=>e.check(qx(...a)),e.toLowerCase=()=>e.check(Ox()),e.toUpperCase=()=>e.check(Hx()),e.slugify=()=>e.check(Vx())}),yr=v("ZodString",(e,t)=>{mi.init(e,t),Bx.init(e,t),e.email=o=>e.check(cx(Gx,o)),e.url=o=>e.check(lr(_r,o)),e.jwt=o=>e.check(Nx(dN,o)),e.emoji=o=>e.check(hx(Wx,o)),e.guid=o=>e.check(sr(kr,o)),e.uuid=o=>e.check(dx(Qe,o)),e.uuidv4=o=>e.check(sx(Qe,o)),e.uuidv6=o=>e.check(lx(Qe,o)),e.uuidv7=o=>e.check(ux(Qe,o)),e.nanoid=o=>e.check(px(Kx,o)),e.guid=o=>e.check(sr(kr,o)),e.cuid=o=>e.check(yx(Xx,o)),e.cuid2=o=>e.check(kx(Jx,o)),e.ulid=o=>e.check(_x(Yx,o)),e.base64=o=>e.check(wx(iN,o)),e.base64url=o=>e.check(bx(rN,o)),e.xid=o=>e.check(fx(Qx,o)),e.ksuid=o=>e.check(mx(eN,o)),e.ipv4=o=>e.check(gx(tN,o)),e.ipv6=o=>e.check(vx(nN,o)),e.cidrv4=o=>e.check(Mx(oN,o)),e.cidrv6=o=>e.check($x(aN,o)),e.e164=o=>e.check(xx(cN,o)),e.datetime=o=>e.check(Gz(o)),e.date=o=>e.check(Wz(o)),e.time=o=>e.check(Kz(o)),e.duration=o=>e.check(Xz(o))});function Zx(e){return tz(yr,e)}const ee=v("ZodStringFormat",(e,t)=>{Y.init(e,t),Bx.init(e,t)}),Gx=v("ZodEmail",(e,t)=>{xS.init(e,t),ee.init(e,t)});function GV(e){return cx(Gx,e)}const kr=v("ZodGUID",(e,t)=>{wS.init(e,t),ee.init(e,t)});function WV(e){return sr(kr,e)}const Qe=v("ZodUUID",(e,t)=>{bS.init(e,t),ee.init(e,t)});function KV(e){return dx(Qe,e)}function XV(e){return sx(Qe,e)}function JV(e){return lx(Qe,e)}function YV(e){return ux(Qe,e)}const _r=v("ZodURL",(e,t)=>{NS.init(e,t),ee.init(e,t)});function QV(e){return lr(_r,e)}function eR(e){return lr(_r,{protocol:/^https?$/,hostname:HL,...x(e)})}const Wx=v("ZodEmoji",(e,t)=>{IS.init(e,t),ee.init(e,t)});function tR(e){return hx(Wx,e)}const Kx=v("ZodNanoID",(e,t)=>{LS.init(e,t),ee.init(e,t)});function nR(e){return px(Kx,e)}const Xx=v("ZodCUID",(e,t)=>{SS.init(e,t),ee.init(e,t)});function oR(e){return yx(Xx,e)}const Jx=v("ZodCUID2",(e,t)=>{CS.init(e,t),ee.init(e,t)});function aR(e){return kx(Jx,e)}const Yx=v("ZodULID",(e,t)=>{zS.init(e,t),ee.init(e,t)});function iR(e){return _x(Yx,e)}const Qx=v("ZodXID",(e,t)=>{AS.init(e,t),ee.init(e,t)});function rR(e){return fx(Qx,e)}const eN=v("ZodKSUID",(e,t)=>{jS.init(e,t),ee.init(e,t)});function cR(e){return mx(eN,e)}const tN=v("ZodIPv4",(e,t)=>{HS.init(e,t),ee.init(e,t)});function dR(e){return gx(tN,e)}const lA=v("ZodMAC",(e,t)=>{RS.init(e,t),ee.init(e,t)});function sR(e){return oz(lA,e)}const nN=v("ZodIPv6",(e,t)=>{VS.init(e,t),ee.init(e,t)});function lR(e){return vx(nN,e)}const oN=v("ZodCIDRv4",(e,t)=>{TS.init(e,t),ee.init(e,t)});function uR(e){return Mx(oN,e)}const aN=v("ZodCIDRv6",(e,t)=>{FS.init(e,t),ee.init(e,t)});function hR(e){return $x(aN,e)}const iN=v("ZodBase64",(e,t)=>{ES.init(e,t),ee.init(e,t)});function pR(e){return wx(iN,e)}const rN=v("ZodBase64URL",(e,t)=>{BS.init(e,t),ee.init(e,t)});function yR(e){return bx(rN,e)}const cN=v("ZodE164",(e,t)=>{ZS.init(e,t),ee.init(e,t)});function kR(e){return xx(cN,e)}const dN=v("ZodJWT",(e,t)=>{WS.init(e,t),ee.init(e,t)});function _R(e){return Nx(dN,e)}const bi=v("ZodCustomStringFormat",(e,t)=>{KS.init(e,t),ee.init(e,t)});function fR(e,t,o={}){return wi(bi,e,t,o)}function mR(e){return wi(bi,"hostname",OL,e)}function gR(e){return wi(bi,"hex",eS,e)}function vR(e,t){const o=t?.enc??"hex",a=`${e}_${o}`,n=Wb[a];if(!n)throw new Error(`Unrecognized hash format: ${a}`);return wi(bi,a,n,t)}const fr=v("ZodNumber",(e,t)=>{Yb.init(e,t),F.init(e,t),e.gt=(a,n)=>e.check(bt(a,n)),e.gte=(a,n)=>e.check(fe(a,n)),e.min=(a,n)=>e.check(fe(a,n)),e.lt=(a,n)=>e.check(wt(a,n)),e.lte=(a,n)=>e.check(Se(a,n)),e.max=(a,n)=>e.check(Se(a,n)),e.int=a=>e.check(sN(a)),e.safe=a=>e.check(sN(a)),e.positive=a=>e.check(bt(0,a)),e.nonnegative=a=>e.check(fe(0,a)),e.negative=a=>e.check(wt(0,a)),e.nonpositive=a=>e.check(Se(0,a)),e.multipleOf=(a,n)=>e.check(Mi(a,n)),e.step=(a,n)=>e.check(Mi(a,n)),e.finite=()=>e;const o=e._zod.bag;e.minValue=Math.max(o.minimum??Number.NEGATIVE_INFINITY,o.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(o.maximum??Number.POSITIVE_INFINITY,o.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(o.format??"").includes("int")||Number.isSafeInteger(o.multipleOf??.5),e.isFinite=!0,e.format=o.format??null});function uA(e){return sz(fr,e)}const U1=v("ZodNumberFormat",(e,t)=>{XS.init(e,t),fr.init(e,t)});function sN(e){return uz(U1,e)}function MR(e){return hz(U1,e)}function $R(e){return pz(U1,e)}function wR(e){return yz(U1,e)}function bR(e){return kz(U1,e)}const mr=v("ZodBoolean",(e,t)=>{Qb.init(e,t),F.init(e,t)});function hA(e){return _z(mr,e)}const gr=v("ZodBigInt",(e,t)=>{ex.init(e,t),F.init(e,t),e.gte=(a,n)=>e.check(fe(a,n)),e.min=(a,n)=>e.check(fe(a,n)),e.gt=(a,n)=>e.check(bt(a,n)),e.gte=(a,n)=>e.check(fe(a,n)),e.min=(a,n)=>e.check(fe(a,n)),e.lt=(a,n)=>e.check(wt(a,n)),e.lte=(a,n)=>e.check(Se(a,n)),e.max=(a,n)=>e.check(Se(a,n)),e.positive=a=>e.check(bt(BigInt(0),a)),e.negative=a=>e.check(wt(BigInt(0),a)),e.nonpositive=a=>e.check(Se(BigInt(0),a)),e.nonnegative=a=>e.check(fe(BigInt(0),a)),e.multipleOf=(a,n)=>e.check(Mi(a,n));const o=e._zod.bag;e.minValue=o.minimum??null,e.maxValue=o.maximum??null,e.format=o.format??null});function xR(e){return mz(gr,e)}const lN=v("ZodBigIntFormat",(e,t)=>{JS.init(e,t),gr.init(e,t)});function NR(e){return vz(lN,e)}function IR(e){return Mz(lN,e)}const pA=v("ZodSymbol",(e,t)=>{YS.init(e,t),F.init(e,t)});function LR(e){return $z(pA,e)}const yA=v("ZodUndefined",(e,t)=>{QS.init(e,t),F.init(e,t)});function SR(e){return wz(yA,e)}const kA=v("ZodNull",(e,t)=>{eC.init(e,t),F.init(e,t)});function _A(e){return bz(kA,e)}const fA=v("ZodAny",(e,t)=>{tC.init(e,t),F.init(e,t)});function CR(){return xz(fA)}const mA=v("ZodUnknown",(e,t)=>{nC.init(e,t),F.init(e,t)});function B1(){return Nz(mA)}const gA=v("ZodNever",(e,t)=>{oC.init(e,t),F.init(e,t)});function uN(e){return Iz(gA,e)}const vA=v("ZodVoid",(e,t)=>{aC.init(e,t),F.init(e,t)});function zR(e){return Lz(vA,e)}const hN=v("ZodDate",(e,t)=>{iC.init(e,t),F.init(e,t),e.min=(a,n)=>e.check(fe(a,n)),e.max=(a,n)=>e.check(Se(a,n));const o=e._zod.bag;e.minDate=o.minimum?new Date(o.minimum):null,e.maxDate=o.maximum?new Date(o.maximum):null});function AR(e){return Sz(hN,e)}const MA=v("ZodArray",(e,t)=>{cC.init(e,t),F.init(e,t),e.element=t.element,e.min=(o,a)=>e.check(E1(o,a)),e.nonempty=o=>e.check(E1(1,o)),e.max=(o,a)=>e.check(hr(o,a)),e.length=(o,a)=>e.check(pr(o,a)),e.unwrap=()=>e.element});function vr(e,t){return Oz(MA,e,t)}function jR(e){const t=e._zod.def.shape;return _N(Object.keys(t))}const Mr=v("ZodObject",(e,t)=>{uC.init(e,t),F.init(e,t),G(e,"shape",()=>t.shape),e.keyof=()=>_N(Object.keys(e._zod.def.shape)),e.catchall=o=>e.clone({...e._zod.def,catchall:o}),e.passthrough=()=>e.clone({...e._zod.def,catchall:B1()}),e.loose=()=>e.clone({...e._zod.def,catchall:B1()}),e.strict=()=>e.clone({...e._zod.def,catchall:uN()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=o=>rL(e,o),e.safeExtend=o=>cL(e,o),e.merge=o=>dL(e,o),e.pick=o=>aL(e,o),e.omit=o=>iL(e,o),e.partial=(...o)=>sL(mN,e,o[0]),e.required=(...o)=>lL(gN,e,o[0])});function PR(e,t){const o={type:"object",shape:e??{},...x(t)};return new Mr(o)}function qR(e,t){return new Mr({type:"object",shape:e,catchall:uN(),...x(t)})}function DR(e,t){return new Mr({type:"object",shape:e,catchall:B1(),...x(t)})}const pN=v("ZodUnion",(e,t)=>{tx.init(e,t),F.init(e,t),e.options=t.options});function yN(e,t){return new pN({type:"union",options:e,...x(t)})}const $A=v("ZodDiscriminatedUnion",(e,t)=>{pN.init(e,t),pC.init(e,t)});function OR(e,t,o){return new $A({type:"union",options:t,discriminator:e,...x(o)})}const wA=v("ZodIntersection",(e,t)=>{yC.init(e,t),F.init(e,t)});function bA(e,t){return new wA({type:"intersection",left:e,right:t})}const xA=v("ZodTuple",(e,t)=>{ox.init(e,t),F.init(e,t),e.rest=o=>e.clone({...e._zod.def,rest:o})});function NA(e,t,o){const a=t instanceof R,n=a?o:t,i=a?t:null;return new xA({type:"tuple",items:e,rest:i,...x(n)})}const kN=v("ZodRecord",(e,t)=>{_C.init(e,t),F.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function IA(e,t,o){return new kN({type:"record",keyType:e,valueType:t,...x(o)})}function HR(e,t,o){const a=we(e);return a._zod.values=void 0,new kN({type:"record",keyType:a,valueType:t,...x(o)})}const LA=v("ZodMap",(e,t)=>{fC.init(e,t),F.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function VR(e,t,o){return new LA({type:"map",keyType:e,valueType:t,...x(o)})}const SA=v("ZodSet",(e,t)=>{gC.init(e,t),F.init(e,t),e.min=(...o)=>e.check($i(...o)),e.nonempty=o=>e.check($i(1,o)),e.max=(...o)=>e.check(ur(...o)),e.size=(...o)=>e.check(Ix(...o))});function RR(e,t){return new SA({type:"set",valueType:e,...x(t)})}const xi=v("ZodEnum",(e,t)=>{MC.init(e,t),F.init(e,t),e.enum=t.entries,e.options=Object.values(t.entries);const o=new Set(Object.keys(t.entries));e.extract=(a,n)=>{const i={};for(const c of a)if(o.has(c))i[c]=t.entries[c];else throw new Error(`Key ${c} not found in enum`);return new xi({...t,checks:[],...x(n),entries:i})},e.exclude=(a,n)=>{const i={...t.entries};for(const c of a)if(o.has(c))delete i[c];else throw new Error(`Key ${c} not found in enum`);return new xi({...t,checks:[],...x(n),entries:i})}});function _N(e,t){const o=Array.isArray(e)?Object.fromEntries(e.map(a=>[a,a])):e;return new xi({type:"enum",entries:o,...x(t)})}function TR(e,t){return new xi({type:"enum",entries:e,...x(t)})}const CA=v("ZodLiteral",(e,t)=>{$C.init(e,t),F.init(e,t),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function FR(e,t){return new CA({type:"literal",values:Array.isArray(e)?e:[e],...x(t)})}const zA=v("ZodFile",(e,t)=>{wC.init(e,t),F.init(e,t),e.min=(o,a)=>e.check($i(o,a)),e.max=(o,a)=>e.check(ur(o,a)),e.mime=(o,a)=>e.check(Px(Array.isArray(o)?o:[o],a))});function ER(e){return Hz(zA,e)}const AA=v("ZodTransform",(e,t)=>{bC.init(e,t),F.init(e,t),e._zod.parse=(o,a)=>{if(a.direction==="backward")throw new Xi(e.constructor.name);o.addIssue=i=>{if(typeof i=="string")o.issues.push(T1(i,o.value,t));else{const c=i;c.fatal&&(c.continue=!1),c.code??(c.code="custom"),c.input??(c.input=o.value),c.inst??(c.inst=e),o.issues.push(T1(c))}};const n=t.transform(o.value,o);return n instanceof Promise?n.then(i=>(o.value=i,o)):(o.value=n,o)}});function fN(e){return new AA({type:"transform",transform:e})}const mN=v("ZodOptional",(e,t)=>{NC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType});function $r(e){return new mN({type:"optional",innerType:e})}const jA=v("ZodNullable",(e,t)=>{IC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType});function wr(e){return new jA({type:"nullable",innerType:e})}function UR(e){return $r(wr(e))}const PA=v("ZodDefault",(e,t)=>{LC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function qA(e,t){return new PA({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():er(t)}})}const DA=v("ZodPrefault",(e,t)=>{CC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType});function OA(e,t){return new DA({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():er(t)}})}const gN=v("ZodNonOptional",(e,t)=>{zC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType});function HA(e,t){return new gN({type:"nonoptional",innerType:e,...x(t)})}const VA=v("ZodSuccess",(e,t)=>{jC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType});function BR(e){return new VA({type:"success",innerType:e})}const RA=v("ZodCatch",(e,t)=>{PC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function TA(e,t){return new RA({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}const FA=v("ZodNaN",(e,t)=>{qC.init(e,t),F.init(e,t)});function ZR(e){return zz(FA,e)}const vN=v("ZodPipe",(e,t)=>{DC.init(e,t),F.init(e,t),e.in=t.in,e.out=t.out});function br(e,t){return new vN({type:"pipe",in:e,out:t})}const MN=v("ZodCodec",(e,t)=>{vN.init(e,t),ax.init(e,t)});function GR(e,t,o){return new MN({type:"pipe",in:e,out:t,transform:o.decode,reverseTransform:o.encode})}const EA=v("ZodReadonly",(e,t)=>{OC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType});function UA(e){return new EA({type:"readonly",innerType:e})}const BA=v("ZodTemplateLiteral",(e,t)=>{VC.init(e,t),F.init(e,t)});function WR(e,t){return new BA({type:"template_literal",parts:e,...x(t)})}const ZA=v("ZodLazy",(e,t)=>{FC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.getter()});function GA(e){return new ZA({type:"lazy",getter:e})}const WA=v("ZodPromise",(e,t)=>{TC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType});function KR(e){return new WA({type:"promise",innerType:e})}const KA=v("ZodFunction",(e,t)=>{RC.init(e,t),F.init(e,t)});function XA(e){return new KA({type:"function",input:Array.isArray(e?.input)?NA(e?.input):e?.input??vr(B1()),output:e?.output??B1()})}const xr=v("ZodCustom",(e,t)=>{EC.init(e,t),F.init(e,t)});function XR(e){const t=new ne({check:"custom"});return t._zod.check=e,t}function JR(e,t){return Vz(xr,e??(()=>!0),t)}function JA(e,t={}){return Rz(xr,e,t)}function YA(e){return Tz(e)}const YR=Ez,QR=Uz;function eT(e,t={error:`Input not instance of ${e.name}`}){const o=new xr({type:"custom",check:"custom",fn:a=>a instanceof e,abort:!0,...x(t)});return o._zod.bag.Class=e,o}const tT=(...e)=>Bz({Codec:MN,Boolean:mr,String:yr},...e);function nT(e){const t=GA(()=>yN([Zx(e),uA(),hA(),_A(),vr(t),IA(Zx(),t)]));return t}function oT(e,t){return br(fN(e),t)}const aT={invalid_type:"invalid_type",too_big:"too_big",too_small:"too_small",invalid_format:"invalid_format",not_multiple_of:"not_multiple_of",unrecognized_keys:"unrecognized_keys",invalid_union:"invalid_union",invalid_key:"invalid_key",invalid_element:"invalid_element",invalid_value:"invalid_value",custom:"custom"};function iT(e){he({customError:e})}function rT(){return he().customError}var $N;$N||($N={});function cT(e){return nz(yr,e)}function dT(e){return lz(fr,e)}function sT(e){return fz(mr,e)}function lT(e){return gz(gr,e)}function uT(e){return Cz(hN,e)}const hT=Object.freeze(Object.defineProperty({__proto__:null,bigint:lT,boolean:sT,date:uT,number:dT,string:cT},Symbol.toStringTag,{value:"Module"}));he(ZC());const j=Object.freeze(Object.defineProperty({__proto__:null,$brand:KI,$input:ez,$output:QC,NEVER:WI,TimePrecision:az,ZodAny:fA,ZodArray:MA,ZodBase64:iN,ZodBase64URL:rN,ZodBigInt:gr,ZodBigIntFormat:lN,ZodBoolean:mr,ZodCIDRv4:oN,ZodCIDRv6:aN,ZodCUID:Xx,ZodCUID2:Jx,ZodCatch:RA,ZodCodec:MN,ZodCustom:xr,ZodCustomStringFormat:bi,ZodDate:hN,ZodDefault:PA,ZodDiscriminatedUnion:$A,ZodE164:cN,ZodEmail:Gx,ZodEmoji:Wx,ZodEnum:xi,ZodError:ZV,ZodFile:zA,get ZodFirstPartyTypeKind(){return $N},ZodFunction:KA,ZodGUID:kr,ZodIPv4:tN,ZodIPv6:nN,ZodISODate:Fx,ZodISODateTime:Tx,ZodISODuration:Ux,ZodISOTime:Ex,ZodIntersection:wA,ZodIssueCode:aT,ZodJWT:dN,ZodKSUID:eN,ZodLazy:ZA,ZodLiteral:CA,ZodMAC:lA,ZodMap:LA,ZodNaN:FA,ZodNanoID:Kx,ZodNever:gA,ZodNonOptional:gN,ZodNull:kA,ZodNullable:jA,ZodNumber:fr,ZodNumberFormat:U1,ZodObject:Mr,ZodOptional:mN,ZodPipe:vN,ZodPrefault:DA,ZodPromise:WA,ZodReadonly:EA,ZodRealError:me,ZodRecord:kN,ZodSet:SA,ZodString:yr,ZodStringFormat:ee,ZodSuccess:VA,ZodSymbol:pA,ZodTemplateLiteral:BA,ZodTransform:AA,ZodTuple:xA,ZodType:F,ZodULID:Yx,ZodURL:_r,ZodUUID:Qe,ZodUndefined:yA,ZodUnion:pN,ZodUnknown:mA,ZodVoid:vA,ZodXID:Qx,_ZodString:Bx,_default:qA,_function:XA,any:CR,array:vr,base64:pR,base64url:yR,bigint:xR,boolean:hA,catch:TA,check:XR,cidrv4:uR,cidrv6:hR,clone:we,codec:GR,coerce:hT,config:he,core:UV,cuid:oR,cuid2:aR,custom:JR,date:AR,decode:oA,decodeAsync:iA,describe:YR,discriminatedUnion:OR,e164:kR,email:GV,emoji:tR,encode:nA,encodeAsync:aA,endsWith:jx,enum:_N,file:ER,flattenError:qb,float32:MR,float64:$R,formatError:Db,function:XA,getErrorMap:rT,globalRegistry:Le,gt:bt,gte:fe,guid:WV,hash:vR,hex:gR,hostname:mR,httpUrl:eR,includes:zx,instanceof:eT,int:sN,int32:wR,int64:NR,intersection:bA,ipv4:dR,ipv6:lR,iso:BV,json:nT,jwt:_R,keyof:jR,ksuid:cR,lazy:GA,length:pr,literal:FR,locales:JC,looseObject:DR,lowercase:Sx,lt:wt,lte:Se,mac:sR,map:VR,maxLength:hr,maxSize:ur,meta:QR,mime:Px,minLength:E1,minSize:$i,multipleOf:Mi,nan:ZR,nanoid:nR,nativeEnum:TR,negative:jz,never:uN,nonnegative:qz,nonoptional:HA,nonpositive:Pz,normalize:qx,null:_A,nullable:wr,nullish:UR,number:uA,object:PR,optional:$r,overwrite:st,parse:Yz,parseAsync:Qz,partialRecord:HR,pipe:br,positive:Az,prefault:OA,preprocess:oT,prettifyError:fL,promise:KR,property:Dz,readonly:UA,record:IA,refine:JA,regex:Lx,regexes:Wb,registry:rx,safeDecode:cA,safeDecodeAsync:sA,safeEncode:rA,safeEncodeAsync:dA,safeParse:eA,safeParseAsync:tA,set:RR,setErrorMap:iT,size:Ix,slugify:Vx,startsWith:Ax,strictObject:qR,string:Zx,stringFormat:fR,stringbool:tT,success:BR,superRefine:YA,symbol:LR,templateLiteral:WR,toJSONSchema:Zz,toLowerCase:Ox,toUpperCase:Hx,transform:fN,treeifyError:kL,trim:Dx,tuple:NA,uint32:bR,uint64:IR,ulid:iR,undefined:SR,union:yN,unknown:B1,uppercase:Cx,url:QV,util:pL,uuid:KV,uuidv4:XV,uuidv6:JV,uuidv7:YV,void:zR,xid:rR},Symbol.toStringTag,{value:"Module"}));const pT=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),yT=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,o,a)=>a?a.toUpperCase():o.toLowerCase()),QA=e=>{const t=yT(e);return t.charAt(0).toUpperCase()+t.slice(1)},ej=(...e)=>e.filter((t,o,a)=>!!t&&t.trim()!==""&&a.indexOf(t)===o).join(" ").trim(),kT=e=>{for(const t in e)if(t.startsWith("aria-")||t==="role"||t==="title")return!0};var _T={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 tj=te.forwardRef(({color:e="currentColor",size:t=24,strokeWidth:o=2,absoluteStrokeWidth:a,className:n="",children:i,iconNode:c,...d},l)=>te.createElement("svg",{ref:l,..._T,width:t,height:t,stroke:e,strokeWidth:a?Number(o)*24/Number(t):o,className:ej("lucide",n),...!i&&!kT(d)&&{"aria-hidden":"true"},...d},[...c.map(([s,u])=>te.createElement(s,u)),...Array.isArray(i)?i:[i]]));const r=(e,t)=>{const o=te.forwardRef(({className:a,...n},i)=>te.createElement(tj,{ref:i,iconNode:t,className:ej(`lucide-${pT(QA(e))}`,`lucide-${e}`,a),...n}));return o.displayName=QA(e),o};const Nr=r("a-arrow-down",[["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"}]]);const Ir=r("a-arrow-up",[["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"}]]);const Lr=r("a-large-small",[["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"}]]);const Sr=r("accessibility",[["circle",{cx:"16",cy:"4",r:"1",key:"1grugj"}],["path",{d:"m18 19 1-7-6 1",key:"r0i19z"}],["path",{d:"m5 8 3-3 5.5 3-2.36 3.5",key:"9ptxx2"}],["path",{d:"M4.24 14.5a5 5 0 0 0 6.88 6",key:"10kmtu"}],["path",{d:"M13.76 17.5a5 5 0 0 0-6.88-6",key:"2qq6rc"}]]);const Cr=r("activity",[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]]);const zr=r("air-vent",[["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"}]]);const Ar=r("airplay",[["path",{d:"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1",key:"ns4c3b"}],["path",{d:"m12 15 5 6H7Z",key:"14qnn2"}]]);const xt=r("alarm-clock-check",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"m9 13 2 2 4-4",key:"6343dt"}]]);const Nt=r("alarm-clock-minus",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"M9 13h6",key:"1uhe8q"}]]);const jr=r("alarm-clock-off",[["path",{d:"M6.87 6.87a8 8 0 1 0 11.26 11.26",key:"3on8tj"}],["path",{d:"M19.9 14.25a8 8 0 0 0-9.15-9.15",key:"15ghsc"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.26 18.67 4 21",key:"yzmioq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M4 4 2 6",key:"1ycko6"}]]);const It=r("alarm-clock-plus",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}]]);const Pr=r("alarm-clock",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M12 9v4l2 2",key:"1c63tq"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}]]);const qr=r("alarm-smoke",[["path",{d:"M11 21c0-2.5 2-2.5 2-5",key:"1sicvv"}],["path",{d:"M16 21c0-2.5 2-2.5 2-5",key:"1o3eny"}],["path",{d:"m19 8-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8",key:"1bvca4"}],["path",{d:"M21 3a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1z",key:"x3qr1j"}],["path",{d:"M6 21c0-2.5 2-2.5 2-5",key:"i3w1gp"}]]);const Dr=r("album",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["polyline",{points:"11 3 11 11 14 8 17 11 17 3",key:"1wcwz3"}]]);const Or=r("align-center-horizontal",[["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4",key:"11f1s0"}],["path",{d:"M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4",key:"t14dx9"}],["path",{d:"M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1",key:"1w07xs"}],["path",{d:"M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1",key:"1apec2"}]]);const Hr=r("align-center-vertical",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4",key:"14d6g8"}],["path",{d:"M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4",key:"1e2lrw"}],["path",{d:"M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1",key:"1fkdwx"}],["path",{d:"M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1",key:"1euafb"}]]);const Vr=r("align-end-horizontal",[["rect",{width:"6",height:"16",x:"4",y:"2",rx:"2",key:"z5wdxg"}],["rect",{width:"6",height:"9",x:"14",y:"9",rx:"2",key:"um7a8w"}],["path",{d:"M22 22H2",key:"19qnx5"}]]);const Rr=r("align-end-vertical",[["rect",{width:"16",height:"6",x:"2",y:"4",rx:"2",key:"10wcwx"}],["rect",{width:"9",height:"6",x:"9",y:"14",rx:"2",key:"4p5bwg"}],["path",{d:"M22 22V2",key:"12ipfv"}]]);const Tr=r("align-horizontal-distribute-center",[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M17 22v-5",key:"4b6g73"}],["path",{d:"M17 7V2",key:"hnrr36"}],["path",{d:"M7 22v-3",key:"1r4jpn"}],["path",{d:"M7 5V2",key:"liy1u9"}]]);const Fr=r("align-horizontal-distribute-end",[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M10 2v20",key:"uyc634"}],["path",{d:"M20 2v20",key:"1tx262"}]]);const Er=r("align-horizontal-distribute-start",[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M4 2v20",key:"gtpd5x"}],["path",{d:"M14 2v20",key:"tg6bpw"}]]);const Ur=r("align-horizontal-justify-center",[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2",key:"dy24zr"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2",key:"13zkjt"}],["path",{d:"M12 2v20",key:"t6zp3m"}]]);const Br=r("align-horizontal-justify-end",[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2",key:"dy24zr"}],["rect",{width:"6",height:"10",x:"12",y:"7",rx:"2",key:"1ht384"}],["path",{d:"M22 2v20",key:"40qfg1"}]]);const Zr=r("align-horizontal-justify-start",[["rect",{width:"6",height:"14",x:"6",y:"5",rx:"2",key:"hsirpf"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2",key:"13zkjt"}],["path",{d:"M2 2v20",key:"1ivd8o"}]]);const Gr=r("align-horizontal-space-around",[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2",key:"yn7j0q"}],["path",{d:"M4 22V2",key:"tsjzd3"}],["path",{d:"M20 22V2",key:"1bnhr8"}]]);const Wr=r("align-horizontal-space-between",[["rect",{width:"6",height:"14",x:"3",y:"5",rx:"2",key:"j77dae"}],["rect",{width:"6",height:"10",x:"15",y:"7",rx:"2",key:"bq30hj"}],["path",{d:"M3 2v20",key:"1d2pfg"}],["path",{d:"M21 2v20",key:"p059bm"}]]);const Kr=r("align-start-horizontal",[["rect",{width:"6",height:"16",x:"4",y:"6",rx:"2",key:"1n4dg1"}],["rect",{width:"6",height:"9",x:"14",y:"6",rx:"2",key:"17khns"}],["path",{d:"M22 2H2",key:"fhrpnj"}]]);const Xr=r("align-start-vertical",[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2",key:"lpm2y7"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2",key:"rdj6ps"}],["path",{d:"M2 2v20",key:"1ivd8o"}]]);const Jr=r("align-vertical-distribute-center",[["path",{d:"M22 17h-3",key:"1lwga1"}],["path",{d:"M22 7h-5",key:"o2endc"}],["path",{d:"M5 17H2",key:"1gx9xc"}],["path",{d:"M7 7H2",key:"6bq26l"}],["rect",{x:"5",y:"14",width:"14",height:"6",rx:"2",key:"1qrzuf"}],["rect",{x:"7",y:"4",width:"10",height:"6",rx:"2",key:"we8e9z"}]]);const Yr=r("align-vertical-distribute-end",[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2",key:"jmoj9s"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2",key:"aza5on"}],["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"M2 10h20",key:"1ir3d8"}]]);const Qr=r("align-vertical-distribute-start",[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2",key:"jmoj9s"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2",key:"aza5on"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M2 4h20",key:"mda7wb"}]]);const ec=r("align-vertical-justify-center",[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2",key:"1i8z2d"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2",key:"ypihtt"}],["path",{d:"M2 12h20",key:"9i4pu4"}]]);const tc=r("align-vertical-justify-end",[["rect",{width:"14",height:"6",x:"5",y:"12",rx:"2",key:"4l4tp2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2",key:"ypihtt"}],["path",{d:"M2 22h20",key:"272qi7"}]]);const nc=r("align-vertical-justify-start",[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2",key:"1i8z2d"}],["rect",{width:"10",height:"6",x:"7",y:"6",rx:"2",key:"13squh"}],["path",{d:"M2 2h20",key:"1ennik"}]]);const oc=r("align-vertical-space-around",[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2",key:"b1zbii"}],["path",{d:"M22 20H2",key:"1p1f7z"}],["path",{d:"M22 4H2",key:"1b7qnq"}]]);const ac=r("align-vertical-space-between",[["rect",{width:"14",height:"6",x:"5",y:"15",rx:"2",key:"1w91an"}],["rect",{width:"10",height:"6",x:"7",y:"3",rx:"2",key:"17wqzy"}],["path",{d:"M2 21h20",key:"1nyx9w"}],["path",{d:"M2 3h20",key:"91anmk"}]]);const ic=r("ambulance",[["path",{d:"M10 10H6",key:"1bsnug"}],["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2",key:"wrbu53"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14",key:"lrkjwd"}],["path",{d:"M8 8v4",key:"1fwk8c"}],["path",{d:"M9 18h6",key:"x1upvd"}],["circle",{cx:"17",cy:"18",r:"2",key:"332jqn"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]]);const rc=r("ampersand",[["path",{d:"M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13",key:"1o9ehi"}],["path",{d:"M16 12h3",key:"4uvgyw"}]]);const cc=r("ampersands",[["path",{d:"M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",key:"12lh1k"}],["path",{d:"M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",key:"173c68"}]]);const dc=r("amphora",[["path",{d:"M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8",key:"1h8rid"}],["path",{d:"M10 5H8a2 2 0 0 0 0 4h.68",key:"3ezsi6"}],["path",{d:"M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8",key:"yt6q09"}],["path",{d:"M14 5h2a2 2 0 0 1 0 4h-.68",key:"8f95yk"}],["path",{d:"M18 22H6",key:"mg6kv4"}],["path",{d:"M9 2h6",key:"1jrp98"}]]);const sc=r("anchor",[["path",{d:"M12 22V8",key:"qkxhtm"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3",key:"1hv3nh"}],["circle",{cx:"12",cy:"5",r:"3",key:"rqqgnr"}]]);const lc=r("angry",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2",key:"epbg0q"}],["path",{d:"M7.5 8 10 9",key:"olxxln"}],["path",{d:"m14 9 2.5-1",key:"1j6cij"}],["path",{d:"M9 10h.01",key:"qbtxuw"}],["path",{d:"M15 10h.01",key:"1qmjsl"}]]);const uc=r("annoyed",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 15h8",key:"45n4r"}],["path",{d:"M8 9h2",key:"1g203m"}],["path",{d:"M14 9h2",key:"116p9w"}]]);const hc=r("antenna",[["path",{d:"M2 12 7 2",key:"117k30"}],["path",{d:"m7 12 5-10",key:"1tvx22"}],["path",{d:"m12 12 5-10",key:"ev1o1a"}],["path",{d:"m17 12 5-10",key:"1e4ti3"}],["path",{d:"M4.5 7h15",key:"vlsxkz"}],["path",{d:"M12 16v6",key:"c8a4gj"}]]);const pc=r("anvil",[["path",{d:"M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4",key:"1hjpb6"}],["path",{d:"M7 5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1 7 7 0 0 1-7 7H8a1 1 0 0 1-1-1z",key:"1qn45f"}],["path",{d:"M9 12v5",key:"3anwtq"}],["path",{d:"M15 12v5",key:"5xh3zn"}],["path",{d:"M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3 1 1 0 0 1-1 1H6a1 1 0 0 1-1-1",key:"1fi4x8"}]]);const yc=r("aperture",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14.31 8 5.74 9.94",key:"1y6ab4"}],["path",{d:"M9.69 8h11.48",key:"1wxppr"}],["path",{d:"m7.38 12 5.74-9.94",key:"1grp0k"}],["path",{d:"M9.69 16 3.95 6.06",key:"libnyf"}],["path",{d:"M14.31 16H2.83",key:"x5fava"}],["path",{d:"m16.62 12-5.74 9.94",key:"1vwawt"}]]);const kc=r("app-window-mac",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M10 8h.01",key:"1r9ogq"}],["path",{d:"M14 8h.01",key:"1primd"}]]);const _c=r("app-window",[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",key:"izxlao"}],["path",{d:"M10 4v4",key:"pp8u80"}],["path",{d:"M2 8h20",key:"d11cs7"}],["path",{d:"M6 4v4",key:"1svtjw"}]]);const fc=r("archive-restore",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h2",key:"tvwodi"}],["path",{d:"M20 8v11a2 2 0 0 1-2 2h-2",key:"1gkqxj"}],["path",{d:"m9 15 3-3 3 3",key:"1pd0qc"}],["path",{d:"M12 12v9",key:"192myk"}]]);const mc=r("apple",[["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"}]]);const gc=r("archive",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"M10 12h4",key:"a56b0p"}]]);const vc=r("archive-x",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"m9.5 17 5-5",key:"nakeu6"}],["path",{d:"m9.5 12 5 5",key:"1hccrj"}]]);const Mc=r("armchair",[["path",{d:"M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3",key:"irtipd"}],["path",{d:"M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",key:"1qyhux"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]]);const $c=r("arrow-big-down-dash",[["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"}]]);const wc=r("arrow-big-down",[["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"}]]);const bc=r("arrow-big-left-dash",[["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"}]]);const xc=r("arrow-big-left",[["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"}]]);const Nc=r("arrow-big-right-dash",[["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"}]]);const Ic=r("arrow-big-up-dash",[["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"}]]);const Lc=r("arrow-big-right",[["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"}]]);const Sc=r("arrow-down-0-1",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2",key:"1bwicg"}],["path",{d:"M17 20v-6h-2",key:"1qp1so"}],["path",{d:"M15 20h4",key:"1j968p"}]]);const Cc=r("arrow-big-up",[["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"}]]);const zc=r("arrow-down-1-0",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M17 10V4h-2",key:"zcsr5x"}],["path",{d:"M15 10h4",key:"id2lce"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2",key:"33xykx"}]]);const Lt=r("arrow-down-a-z",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]]);const Ac=r("arrow-down-from-line",[["path",{d:"M19 3H5",key:"1236rx"}],["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m6 15 6 6 6-6",key:"h15q88"}]]);const jc=r("arrow-down-left",[["path",{d:"M17 7 7 17",key:"15tmo1"}],["path",{d:"M17 17H7V7",key:"1org7z"}]]);const Pc=r("arrow-down-narrow-wide",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M11 4h4",key:"6d7r33"}],["path",{d:"M11 8h7",key:"djye34"}],["path",{d:"M11 12h10",key:"1438ji"}]]);const qc=r("arrow-down-right",[["path",{d:"m7 7 10 10",key:"1fmybs"}],["path",{d:"M17 7v10H7",key:"6fjiku"}]]);const Dc=r("arrow-down-to-dot",[["path",{d:"M12 2v14",key:"jyx4ut"}],["path",{d:"m19 9-7 7-7-7",key:"1oe3oy"}],["circle",{cx:"12",cy:"21",r:"1",key:"o0uj5v"}]]);const Oc=r("arrow-down-to-line",[["path",{d:"M12 17V3",key:"1cwfxf"}],["path",{d:"m6 11 6 6 6-6",key:"12ii2o"}],["path",{d:"M19 21H5",key:"150jfl"}]]);const Hc=r("arrow-down-up",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"m21 8-4-4-4 4",key:"1c9v7m"}],["path",{d:"M17 4v16",key:"7dpous"}]]);const St=r("arrow-down-z-a",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M15 4h5l-5 6h5",key:"8asdl1"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20",key:"r6l5cz"}],["path",{d:"M20 18h-5",key:"18j1r2"}]]);const Ct=r("arrow-down-wide-narrow",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M11 4h10",key:"1w87gc"}],["path",{d:"M11 8h7",key:"djye34"}],["path",{d:"M11 12h4",key:"q8tih4"}]]);const Vc=r("arrow-down",[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]]);const Rc=r("arrow-left-from-line",[["path",{d:"m9 6-6 6 6 6",key:"7v63n9"}],["path",{d:"M3 12h14",key:"13k4hi"}],["path",{d:"M21 19V5",key:"b4bplr"}]]);const Tc=r("arrow-left-right",[["path",{d:"M8 3 4 7l4 4",key:"9rb6wj"}],["path",{d:"M4 7h16",key:"6tx8e3"}],["path",{d:"m16 21 4-4-4-4",key:"siv7j2"}],["path",{d:"M20 17H4",key:"h6l3hr"}]]);const Fc=r("arrow-left-to-line",[["path",{d:"M3 19V5",key:"rwsyhb"}],["path",{d:"m13 6-6 6 6 6",key:"1yhaz7"}],["path",{d:"M7 12h14",key:"uoisry"}]]);const Ec=r("arrow-left",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);const Uc=r("arrow-right-from-line",[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M21 12H7",key:"13ipq5"}],["path",{d:"m15 18 6-6-6-6",key:"6tx3qv"}]]);const Bc=r("arrow-right-left",[["path",{d:"m16 3 4 4-4 4",key:"1x1c3m"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"m8 21-4-4 4-4",key:"h9nckh"}],["path",{d:"M4 17h16",key:"g4d7ey"}]]);const Zc=r("arrow-right-to-line",[["path",{d:"M17 12H3",key:"8awo09"}],["path",{d:"m11 18 6-6-6-6",key:"8c2y43"}],["path",{d:"M21 5v14",key:"nzette"}]]);const Gc=r("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);const Wc=r("arrow-up-0-1",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2",key:"1bwicg"}],["path",{d:"M17 20v-6h-2",key:"1qp1so"}],["path",{d:"M15 20h4",key:"1j968p"}]]);const Kc=r("arrow-up-1-0",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M17 10V4h-2",key:"zcsr5x"}],["path",{d:"M15 10h4",key:"id2lce"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2",key:"33xykx"}]]);const zt=r("arrow-up-a-z",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]]);const Xc=r("arrow-up-down",[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]]);const Jc=r("arrow-up-from-dot",[["path",{d:"m5 9 7-7 7 7",key:"1hw5ic"}],["path",{d:"M12 16V2",key:"ywoabb"}],["circle",{cx:"12",cy:"21",r:"1",key:"o0uj5v"}]]);const Yc=r("arrow-up-from-line",[["path",{d:"m18 9-6-6-6 6",key:"kcunyi"}],["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 21h14",key:"11awu3"}]]);const Qc=r("arrow-up-left",[["path",{d:"M7 17V7h10",key:"11bw93"}],["path",{d:"M17 17 7 7",key:"2786uv"}]]);const At=r("arrow-up-narrow-wide",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M11 12h4",key:"q8tih4"}],["path",{d:"M11 16h7",key:"uosisv"}],["path",{d:"M11 20h10",key:"jvxblo"}]]);const e2=r("arrow-up-right",[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]]);const t2=r("arrow-up-to-line",[["path",{d:"M5 3h14",key:"7usisc"}],["path",{d:"m18 13-6-6-6 6",key:"1kf1n9"}],["path",{d:"M12 7v14",key:"1akyts"}]]);const n2=r("arrow-up-wide-narrow",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 16h7",key:"uosisv"}],["path",{d:"M11 20h4",key:"1krc32"}]]);const jt=r("arrow-up-z-a",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M15 4h5l-5 6h5",key:"8asdl1"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20",key:"r6l5cz"}],["path",{d:"M20 18h-5",key:"18j1r2"}]]);const o2=r("arrow-up",[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]]);const a2=r("arrows-up-from-line",[["path",{d:"m4 6 3-3 3 3",key:"9aidw8"}],["path",{d:"M7 17V3",key:"19qxw1"}],["path",{d:"m14 6 3-3 3 3",key:"6iy689"}],["path",{d:"M17 17V3",key:"o0fmgi"}],["path",{d:"M4 21h16",key:"1h09gz"}]]);const i2=r("asterisk",[["path",{d:"M12 6v12",key:"1vza4d"}],["path",{d:"M17.196 9 6.804 15",key:"1ah31z"}],["path",{d:"m6.804 9 10.392 6",key:"1b6pxd"}]]);const r2=r("at-sign",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8",key:"7n84p3"}]]);const c2=r("atom",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z",key:"1l2ple"}],["path",{d:"M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z",key:"1wam0m"}]]);const d2=r("audio-lines",[["path",{d:"M2 10v3",key:"1fnikh"}],["path",{d:"M6 6v11",key:"11sgs0"}],["path",{d:"M10 3v18",key:"yhl04a"}],["path",{d:"M14 8v7",key:"3a1oy3"}],["path",{d:"M18 5v13",key:"123xd1"}],["path",{d:"M22 10v3",key:"154ddg"}]]);const s2=r("audio-waveform",[["path",{d:"M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2",key:"57tc96"}]]);const l2=r("award",[["path",{d:"m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526",key:"1yiouv"}],["circle",{cx:"12",cy:"8",r:"6",key:"1vp47v"}]]);const u2=r("axe",[["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"}]]);const Pt=r("axis-3d",[["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"}]]);const h2=r("baby",[["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"}]]);const p2=r("backpack",[["path",{d:"M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z",key:"1ol0lm"}],["path",{d:"M8 10h8",key:"c7uz4u"}],["path",{d:"M8 18h8",key:"1no2b1"}],["path",{d:"M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6",key:"1fr6do"}],["path",{d:"M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2",key:"donm21"}]]);const y2=r("badge-alert",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);const k2=r("badge-cent",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M15.4 10a4 4 0 1 0 0 4",key:"2eqtx8"}]]);const qt=r("badge-check",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);const _2=r("badge-dollar-sign",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 18V6",key:"zqpxq5"}]]);const f2=r("badge-euro",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M7 12h5",key:"gblrwe"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2",key:"1makmb"}]]);const m2=r("badge-indian-rupee",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M8 8h8",key:"1bis0t"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m13 17-5-1h1a4 4 0 0 0 0-8",key:"nu2bwa"}]]);const g2=r("badge-info",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"16",y2:"12",key:"1y1yb1"}],["line",{x1:"12",x2:"12.01",y1:"8",y2:"8",key:"110wyk"}]]);const v2=r("badge-japanese-yen",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 8 3 3v7",key:"17yadx"}],["path",{d:"m12 11 3-3",key:"p4cfq1"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M9 16h6",key:"8wimt3"}]]);const M2=r("badge-minus",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]);const $2=r("badge-percent",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]);const w2=r("badge-plus",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"8",y2:"16",key:"10p56q"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]);const b2=r("badge-pound-sterling",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M8 12h4",key:"qz6y1c"}],["path",{d:"M10 16V9.5a2.5 2.5 0 0 1 5 0",key:"3mlbjk"}],["path",{d:"M8 16h7",key:"sbedsn"}]]);const Dt=r("badge-question-mark",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["line",{x1:"12",x2:"12.01",y1:"17",y2:"17",key:"io3f8k"}]]);const x2=r("badge-russian-ruble",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M9 16h5",key:"1syiyw"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9",key:"1ge9c1"}]]);const N2=r("badge-swiss-franc",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M11 17V8h4",key:"1bfq6y"}],["path",{d:"M11 12h3",key:"2eqnfz"}],["path",{d:"M9 16h4",key:"1skf3a"}]]);const I2=r("badge-turkish-lira",[["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"}]]);const L2=r("badge-x",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15",key:"f7djnv"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15",key:"1shsy8"}]]);const S2=r("badge",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}]]);const C2=r("baggage-claim",[["path",{d:"M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2",key:"4irg2o"}],["path",{d:"M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10",key:"14fcyx"}],["rect",{width:"13",height:"8",x:"8",y:"6",rx:"1",key:"o6oiis"}],["circle",{cx:"18",cy:"20",r:"2",key:"t9985n"}],["circle",{cx:"9",cy:"20",r:"2",key:"e5v82j"}]]);const z2=r("ban",[["path",{d:"M4.929 4.929 19.07 19.071",key:"196cmz"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const A2=r("banana",[["path",{d:"M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5",key:"1cscit"}],["path",{d:"M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z",key:"1y1nbv"}]]);const j2=r("bandage",[["path",{d:"M10 10.01h.01",key:"1e9xi7"}],["path",{d:"M10 14.01h.01",key:"ac23bv"}],["path",{d:"M14 10.01h.01",key:"2wfrvf"}],["path",{d:"M14 14.01h.01",key:"8tw8yn"}],["path",{d:"M18 6v11.5",key:"dkbidh"}],["path",{d:"M6 6v12",key:"vkc79e"}],["rect",{x:"2",y:"6",width:"20",height:"12",rx:"2",key:"1wpnh2"}]]);const P2=r("banknote-arrow-down",[["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"}]]);const q2=r("banknote-arrow-up",[["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"}]]);const D2=r("banknote-x",[["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"}]]);const O2=r("banknote",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M6 12h.01M18 12h.01",key:"113zkx"}]]);const H2=r("barcode",[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M8 5v14",key:"1ybrkv"}],["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"M17 5v14",key:"ycjyhj"}],["path",{d:"M21 5v14",key:"nzette"}]]);const V2=r("barrel",[["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"}]]);const R2=r("baseline",[["path",{d:"M4 20h16",key:"14thso"}],["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);const T2=r("bath",[["path",{d:"M10 4 8 6",key:"1rru8s"}],["path",{d:"M17 19v2",key:"ts1sot"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M7 19v2",key:"12npes"}],["path",{d:"M9 5 7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5",key:"14ym8i"}]]);const F2=r("battery-charging",[["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"}]]);const E2=r("battery-full",[["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"}]]);const U2=r("battery-low",[["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"}]]);const B2=r("battery-medium",[["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"}]]);const Z2=r("battery-plus",[["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"}]]);const G2=r("battery-warning",[["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"}]]);const W2=r("battery",[["path",{d:"M 22 14 L 22 10",key:"nqc4tb"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2",key:"13zb55"}]]);const K2=r("beaker",[["path",{d:"M4.5 3h15",key:"c7n0jr"}],["path",{d:"M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3",key:"m1uhx7"}],["path",{d:"M6 14h12",key:"4cwo0f"}]]);const X2=r("bean-off",[["path",{d:"M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1",key:"bq3udt"}],["path",{d:"M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66",key:"17ccse"}],["path",{d:"M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04",key:"18zqgq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const J2=r("bean",[["path",{d:"M10.165 6.598C9.954 7.478 9.64 8.36 9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22c7.732 0 14-6.268 14-14a6 6 0 0 0-11.835-1.402Z",key:"1tvzk7"}],["path",{d:"M5.341 10.62a4 4 0 1 0 5.279-5.28",key:"2cyri2"}]]);const Y2=r("bed-double",[["path",{d:"M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8",key:"1k78r4"}],["path",{d:"M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4",key:"fb3tl2"}],["path",{d:"M12 4v6",key:"1dcgq2"}],["path",{d:"M2 18h20",key:"ajqnye"}]]);const Q2=r("bed",[["path",{d:"M2 4v16",key:"vw9hq8"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10",key:"1dgv2r"}],["path",{d:"M2 17h20",key:"18nfp3"}],["path",{d:"M6 8v9",key:"1yriud"}]]);const ed=r("bed-single",[["path",{d:"M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8",key:"1wm6mi"}],["path",{d:"M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4",key:"4k93s5"}],["path",{d:"M3 18h18",key:"1h113x"}]]);const td=r("beef",[["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"}]]);const nd=r("beer-off",[["path",{d:"M13 13v5",key:"igwfh0"}],["path",{d:"M17 11.47V8",key:"16yw0g"}],["path",{d:"M17 11h1a3 3 0 0 1 2.745 4.211",key:"1xbt65"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3",key:"c55o3e"}],["path",{d:"M7.536 7.535C6.766 7.649 6.154 8 5.5 8a2.5 2.5 0 0 1-1.768-4.268",key:"1ydug7"}],["path",{d:"M8.727 3.204C9.306 2.767 9.885 2 11 2c1.56 0 2 1.5 3 1.5s1.72-.5 2.5-.5a1 1 0 1 1 0 5c-.78 0-1.5-.5-2.5-.5a3.149 3.149 0 0 0-.842.12",key:"q81o7q"}],["path",{d:"M9 14.6V18",key:"20ek98"}]]);const od=r("beer",[["path",{d:"M17 11h1a3 3 0 0 1 0 6h-1",key:"1yp76v"}],["path",{d:"M9 12v6",key:"1u1cab"}],["path",{d:"M13 12v6",key:"1sugkk"}],["path",{d:"M14 7.5c-1 0-1.44.5-3 .5s-2-.5-3-.5-1.72.5-2.5.5a2.5 2.5 0 0 1 0-5c.78 0 1.57.5 2.5.5S9.44 2 11 2s2 1.5 3 1.5 1.72-.5 2.5-.5a2.5 2.5 0 0 1 0 5c-.78 0-1.5-.5-2.5-.5Z",key:"1510fo"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8",key:"19jb7n"}]]);const ad=r("bell-dot",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M13.916 2.314A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.74 7.327A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673 9 9 0 0 1-.585-.665",key:"1tip0g"}],["circle",{cx:"18",cy:"8",r:"3",key:"1g0gzu"}]]);const id=r("bell-electric",[["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"}]]);const rd=r("bell-minus",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M15 8h6",key:"8ybuxh"}],["path",{d:"M16.243 3.757A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673A9.4 9.4 0 0 1 18.667 12",key:"bdwj86"}]]);const cd=r("bell-off",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742",key:"178tsu"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05",key:"1hqiys"}]]);const dd=r("bell-plus",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M15 8h6",key:"8ybuxh"}],["path",{d:"M18 5v6",key:"g5ayrv"}],["path",{d:"M20.002 14.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332",key:"1abcvy"}]]);const sd=r("bell",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",key:"11g9vi"}]]);const ld=r("bell-ring",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M22 8c0-2.3-.8-4.3-2-6",key:"5bb3ad"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",key:"11g9vi"}],["path",{d:"M4 2C2.8 3.7 2 5.7 2 8",key:"tap9e0"}]]);const Ot=r("between-horizontal-end",[["rect",{width:"13",height:"7",x:"3",y:"3",rx:"1",key:"11xb64"}],["path",{d:"m22 15-3-3 3-3",key:"26chmm"}],["rect",{width:"13",height:"7",x:"3",y:"14",rx:"1",key:"k6ky7n"}]]);const Ht=r("between-horizontal-start",[["rect",{width:"13",height:"7",x:"8",y:"3",rx:"1",key:"pkso9a"}],["path",{d:"m2 9 3 3-3 3",key:"1agib5"}],["rect",{width:"13",height:"7",x:"8",y:"14",rx:"1",key:"1q5fc1"}]]);const ud=r("between-vertical-end",[["rect",{width:"7",height:"13",x:"3",y:"3",rx:"1",key:"1fdu0f"}],["path",{d:"m9 22 3-3 3 3",key:"17z65a"}],["rect",{width:"7",height:"13",x:"14",y:"3",rx:"1",key:"1squn4"}]]);const hd=r("biceps-flexed",[["path",{d:"M12.409 13.017A5 5 0 0 1 22 15c0 3.866-4 7-9 7-4.077 0-8.153-.82-10.371-2.462-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 0 1 3 3 2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1",key:"1pmlyh"}],["path",{d:"M15 14a5 5 0 0 0-7.584 2",key:"5rb254"}],["path",{d:"M9.964 6.825C8.019 7.977 9.5 13 8 15",key:"kbvsx9"}]]);const pd=r("between-vertical-start",[["rect",{width:"7",height:"13",x:"3",y:"8",rx:"1",key:"1fjrkv"}],["path",{d:"m15 2-3 3-3-3",key:"1uh6eb"}],["rect",{width:"7",height:"13",x:"14",y:"8",rx:"1",key:"w3fjg8"}]]);const yd=r("bike",[["circle",{cx:"18.5",cy:"17.5",r:"3.5",key:"15x4ox"}],["circle",{cx:"5.5",cy:"17.5",r:"3.5",key:"1noe27"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["path",{d:"M12 17.5V14l-3-3 4-3 2 3h2",key:"1npguv"}]]);const kd=r("binary",[["rect",{x:"14",y:"14",width:"4",height:"6",rx:"2",key:"p02svl"}],["rect",{x:"6",y:"4",width:"4",height:"6",rx:"2",key:"xm4xkj"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M14 10h4",key:"ru81e7"}],["path",{d:"M6 14h2v6",key:"16z9wg"}],["path",{d:"M14 4h2v6",key:"1idq9u"}]]);const _d=r("binoculars",[["path",{d:"M10 10h4",key:"tcdvrf"}],["path",{d:"M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3",key:"3apit1"}],["path",{d:"M20 21a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2z",key:"rhpgnw"}],["path",{d:"M 22 16 L 2 16",key:"14lkq7"}],["path",{d:"M4 21a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2z",key:"104b3k"}],["path",{d:"M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3",key:"14fczp"}]]);const fd=r("biohazard",[["circle",{cx:"12",cy:"11.9",r:"2",key:"e8h31w"}],["path",{d:"M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6",key:"17bolr"}],["path",{d:"m8.9 10.1 1.4.8",key:"15ezny"}],["path",{d:"M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5",key:"wtwa5u"}],["path",{d:"m15.1 10.1-1.4.8",key:"1r0b28"}],["path",{d:"M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2",key:"m7qszh"}],["path",{d:"M12 13.9v1.6",key:"zfyyim"}],["path",{d:"M13.5 5.4c-1-.2-2-.2-3 0",key:"1bi9q0"}],["path",{d:"M17 16.4c.7-.7 1.2-1.6 1.5-2.5",key:"1rhjqw"}],["path",{d:"M5.5 13.9c.3.9.8 1.8 1.5 2.5",key:"8gsud3"}]]);const md=r("bird",[["path",{d:"M16 7h.01",key:"1kdx03"}],["path",{d:"M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20",key:"oj1oa8"}],["path",{d:"m20 7 2 .5-2 .5",key:"12nv4d"}],["path",{d:"M10 18v3",key:"1yea0a"}],["path",{d:"M14 17.75V21",key:"1pymcb"}],["path",{d:"M7 18a6 6 0 0 0 3.84-10.61",key:"1npnn0"}]]);const gd=r("birdhouse",[["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"}]]);const vd=r("bitcoin",[["path",{d:"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727",key:"yr8idg"}]]);const Md=r("blend",[["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["circle",{cx:"15",cy:"15",r:"7",key:"19ennj"}]]);const $d=r("blinds",[["path",{d:"M3 3h18",key:"o7r712"}],["path",{d:"M20 7H8",key:"gd2fo2"}],["path",{d:"M20 11H8",key:"1ynp89"}],["path",{d:"M10 19h10",key:"19hjk5"}],["path",{d:"M8 15h12",key:"1yqzne"}],["path",{d:"M4 3v14",key:"fggqzn"}],["circle",{cx:"4",cy:"19",r:"2",key:"p3m9r0"}]]);const wd=r("blocks",[["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"}]]);const bd=r("bluetooth-connected",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}],["line",{x1:"18",x2:"21",y1:"12",y2:"12",key:"1rsjjs"}],["line",{x1:"3",x2:"6",y1:"12",y2:"12",key:"11yl8c"}]]);const xd=r("bluetooth-off",[["path",{d:"m17 17-5 5V12l-5 5",key:"v5aci6"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M14.5 9.5 17 7l-5-5v4.5",key:"1kddfz"}]]);const Nd=r("bluetooth-searching",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}],["path",{d:"M20.83 14.83a4 4 0 0 0 0-5.66",key:"k8tn1j"}],["path",{d:"M18 12h.01",key:"yjnet6"}]]);const Id=r("bluetooth",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}]]);const Ld=r("bold",[["path",{d:"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8",key:"mg9rjx"}]]);const Sd=r("bolt",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]]);const Cd=r("bone",[["path",{d:"M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z",key:"w610uw"}]]);const zd=r("bomb",[["circle",{cx:"11",cy:"13",r:"9",key:"hd149"}],["path",{d:"M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95",key:"jp4j1b"}],["path",{d:"m22 2-1.5 1.5",key:"ay92ug"}]]);const Ad=r("book-a",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m8 13 4-7 4 7",key:"4rari8"}],["path",{d:"M9.1 11h5.7",key:"1gkovt"}]]);const jd=r("book-alert",[["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"}]]);const Pd=r("book-audio",[["path",{d:"M12 6v7",key:"1f6ttz"}],["path",{d:"M16 8v3",key:"gejaml"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 8v3",key:"1qzp49"}]]);const qd=r("book-check",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 9.5 2 2 4-4",key:"1dth82"}]]);const Dd=r("book-copy",[["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"}]]);const Vt=r("book-dashed",[["path",{d:"M12 17h1.5",key:"1gkc67"}],["path",{d:"M12 22h1.5",key:"1my7sn"}],["path",{d:"M12 2h1.5",key:"19tvb7"}],["path",{d:"M17.5 22H19a1 1 0 0 0 1-1",key:"10akbh"}],["path",{d:"M17.5 2H19a1 1 0 0 1 1 1v1.5",key:"1vrfjs"}],["path",{d:"M20 14v3h-2.5",key:"1naeju"}],["path",{d:"M20 8.5V10",key:"1ctpfu"}],["path",{d:"M4 10V8.5",key:"1o3zg5"}],["path",{d:"M4 19.5V14",key:"ob81pf"}],["path",{d:"M4 4.5A2.5 2.5 0 0 1 6.5 2H8",key:"s8vcyb"}],["path",{d:"M8 22H6.5a1 1 0 0 1 0-5H8",key:"1cu73q"}]]);const Od=r("book-down",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 10 3 3 3-3",key:"zt5b4y"}]]);const Hd=r("book-headphones",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 12v-2a4 4 0 0 1 8 0v2",key:"1vsqkj"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}]]);const Vd=r("book-heart",[["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"}]]);const Rd=r("book-image",[["path",{d:"m20 13.7-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17",key:"q6ojf0"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["circle",{cx:"10",cy:"8",r:"2",key:"2qkj4p"}]]);const Td=r("book-key",[["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"}]]);const Fd=r("book-lock",[["path",{d:"M18 6V4a2 2 0 1 0-4 0v2",key:"1aquzs"}],["path",{d:"M20 15v6a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"1rkj32"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10",key:"18wgow"}],["rect",{x:"12",y:"6",width:"8",height:"5",rx:"1",key:"73l30o"}]]);const Ed=r("book-marked",[["path",{d:"M10 2v8l3-3 3 3V2",key:"sqw3rj"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]);const Ud=r("book-minus",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);const Bd=r("book-open-check",[["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m16 12 2 2 4-4",key:"mdajum"}],["path",{d:"M22 6V4a1 1 0 0 0-1-1h-5a4 4 0 0 0-4 4 4 4 0 0 0-4-4H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h6a3 3 0 0 1 3 3 3 3 0 0 1 3-3h6a1 1 0 0 0 1-1v-1.3",key:"8arnkb"}]]);const Zd=r("book-open-text",[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M16 12h2",key:"7q9ll5"}],["path",{d:"M16 8h2",key:"msurwy"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}],["path",{d:"M6 12h2",key:"32wvfc"}],["path",{d:"M6 8h2",key:"30oboj"}]]);const Gd=r("book-open",[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]]);const Wd=r("book-plus",[["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);const Kd=r("book-text",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 11h8",key:"vwpz6n"}],["path",{d:"M8 7h6",key:"1f0q6e"}]]);const Xd=r("book-type",[["path",{d:"M10 13h4",key:"ytezjc"}],["path",{d:"M12 6v7",key:"1f6ttz"}],["path",{d:"M16 8V6H8v2",key:"x8j6u4"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]);const Jd=r("book-up-2",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M18 2h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"161d7n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2",key:"1lorq7"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}],["path",{d:"m9 5 3-3 3 3",key:"l8vdw6"}]]);const Yd=r("book-up",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}]]);const Qd=r("book-user",[["path",{d:"M15 13a3 3 0 1 0-6 0",key:"10j68g"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}]]);const e0=r("book-x",[["path",{d:"m14.5 7-5 5",key:"dy991v"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9.5 7 5 5",key:"s45iea"}]]);const t0=r("book",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]);const n0=r("bookmark-check",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z",key:"169p4p"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}]]);const o0=r("bookmark-minus",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10",key:"1gty7f"}]]);const a0=r("bookmark-plus",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}],["line",{x1:"12",x2:"12",y1:"7",y2:"13",key:"1cppfj"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10",key:"1gty7f"}]]);const i0=r("bookmark-x",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z",key:"169p4p"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]]);const r0=r("bookmark",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}]]);const c0=r("boom-box",[["path",{d:"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4",key:"vvzvr1"}],["path",{d:"M8 8v1",key:"xcqmfk"}],["path",{d:"M12 8v1",key:"1rj8u4"}],["path",{d:"M16 8v1",key:"1q12zr"}],["rect",{width:"20",height:"12",x:"2",y:"9",rx:"2",key:"igpb89"}],["circle",{cx:"8",cy:"15",r:"2",key:"fa4a8s"}],["circle",{cx:"16",cy:"15",r:"2",key:"14c3ya"}]]);const d0=r("bot-message-square",[["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"}]]);const s0=r("bot-off",[["path",{d:"M13.67 8H18a2 2 0 0 1 2 2v4.33",key:"7az073"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}],["path",{d:"M8 8H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 1.414-.586",key:"s09a7a"}],["path",{d:"M9 13v2",key:"rq6x2g"}],["path",{d:"M9.67 4H12v2.33",key:"110xot"}]]);const l0=r("bot",[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]]);const u0=r("bottle-wine",[["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"}]]);const h0=r("bow-arrow",[["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"}]]);const p0=r("box",[["path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z",key:"hh9hay"}],["path",{d:"m3.3 7 8.7 5 8.7-5",key:"g66t2b"}],["path",{d:"M12 22V12",key:"d0xqtd"}]]);const Rt=r("braces",[["path",{d:"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1",key:"ezmyqa"}],["path",{d:"M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1",key:"e1hn23"}]]);const y0=r("boxes",[["path",{d:"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z",key:"lc1i9w"}],["path",{d:"m7 16.5-4.74-2.85",key:"1o9zyk"}],["path",{d:"m7 16.5 5-3",key:"va8pkn"}],["path",{d:"M7 16.5v5.17",key:"jnp8gn"}],["path",{d:"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z",key:"8zsnat"}],["path",{d:"m17 16.5-5-3",key:"8arw3v"}],["path",{d:"m17 16.5 4.74-2.85",key:"8rfmw"}],["path",{d:"M17 16.5v5.17",key:"k6z78m"}],["path",{d:"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z",key:"1xygjf"}],["path",{d:"M12 8 7.26 5.15",key:"1vbdud"}],["path",{d:"m12 8 4.74-2.85",key:"3rx089"}],["path",{d:"M12 13.5V8",key:"1io7kd"}]]);const k0=r("brackets",[["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"}]]);const _0=r("brain-circuit",[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M9 13a4.5 4.5 0 0 0 3-4",key:"10igwf"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M12 13h4",key:"1ku699"}],["path",{d:"M12 18h6a2 2 0 0 1 2 2v1",key:"105ag5"}],["path",{d:"M12 8h8",key:"1lhi5i"}],["path",{d:"M16 8V5a2 2 0 0 1 2-2",key:"u6izg6"}],["circle",{cx:"16",cy:"13",r:".5",key:"ry7gng"}],["circle",{cx:"18",cy:"3",r:".5",key:"1aiba7"}],["circle",{cx:"20",cy:"21",r:".5",key:"yhc1fs"}],["circle",{cx:"20",cy:"8",r:".5",key:"1e43v0"}]]);const f0=r("brain-cog",[["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"}]]);const m0=r("brain",[["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"}]]);const g0=r("brick-wall-fire",[["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"}]]);const v0=r("brick-wall-shield",[["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"}]]);const M0=r("brick-wall",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 9v6",key:"199k2o"}],["path",{d:"M16 15v6",key:"8rj2es"}],["path",{d:"M16 3v6",key:"1j6rpj"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M8 15v6",key:"1stoo3"}],["path",{d:"M8 3v6",key:"vlvjmk"}]]);const $0=r("briefcase-business",[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M22 13a18.15 18.15 0 0 1-20 0",key:"12hx5q"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]);const w0=r("briefcase-conveyor-belt",[["path",{d:"M10 20v2",key:"1n8e1g"}],["path",{d:"M14 20v2",key:"1lq872"}],["path",{d:"M18 20v2",key:"10uadw"}],["path",{d:"M21 20H3",key:"kdqkdp"}],["path",{d:"M6 20v2",key:"a9bc87"}],["path",{d:"M8 16V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v12",key:"17n9tx"}],["rect",{x:"4",y:"6",width:"16",height:"10",rx:"2",key:"1097i5"}]]);const b0=r("briefcase-medical",[["path",{d:"M12 11v4",key:"a6ujw6"}],["path",{d:"M14 13h-4",key:"1pl8zg"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M18 6v14",key:"1mu4gy"}],["path",{d:"M6 6v14",key:"1s15cj"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]);const x0=r("bring-to-front",[["rect",{x:"8",y:"8",width:"8",height:"8",rx:"2",key:"yj20xf"}],["path",{d:"M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2",key:"1ltk23"}],["path",{d:"M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2",key:"1q24h9"}]]);const N0=r("briefcase",[["path",{d:"M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16",key:"jecpp"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]);const I0=r("brush-cleaning",[["path",{d:"m16 22-1-4",key:"1ow2iv"}],["path",{d:"M19 13.99a1 1 0 0 0 1-1V12a2 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 2v.99a1 1 0 0 0 1 1",key:"iw8jdu"}],["path",{d:"M5 14h14l1.973 6.767A1 1 0 0 1 20 22H4a1 1 0 0 1-.973-1.233z",key:"1soew8"}],["path",{d:"m8 22 1-4",key:"s3unb"}]]);const L0=r("brush",[["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"}]]);const S0=r("bubbles",[["path",{d:"M7.2 14.8a2 2 0 0 1 2 2",key:"1tw9gg"}],["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"}]]);const C0=r("bug-off",[["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"}]]);const z0=r("bug-play",[["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"}]]);const A0=r("bug",[["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"}]]);const j0=r("building-2",[["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"}]]);const P0=r("building",[["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"}]]);const q0=r("bus-front",[["path",{d:"M4 6 2 7",key:"1mqr15"}],["path",{d:"M10 6h4",key:"1itunk"}],["path",{d:"m22 7-2-1",key:"1umjhc"}],["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2",key:"1wxw4b"}],["path",{d:"M4 11h16",key:"mpoxn0"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M16 15h.01",key:"rnfrdf"}],["path",{d:"M6 19v2",key:"1loha6"}],["path",{d:"M18 21v-2",key:"sqyl04"}]]);const D0=r("bus",[["path",{d:"M8 6v6",key:"18i7km"}],["path",{d:"M15 6v6",key:"1sg6z9"}],["path",{d:"M2 12h19.6",key:"de5uta"}],["path",{d:"M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2 0-.4-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3",key:"1wwztk"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}],["path",{d:"M9 18h5",key:"lrx6i"}],["circle",{cx:"16",cy:"18",r:"2",key:"1v4tcr"}]]);const O0=r("cable-car",[["path",{d:"M10 3h.01",key:"lbucoy"}],["path",{d:"M14 2h.01",key:"1k8aa1"}],["path",{d:"m2 9 20-5",key:"1kz0j5"}],["path",{d:"M12 12V6.5",key:"1vbrij"}],["rect",{width:"16",height:"10",x:"4",y:"12",rx:"3",key:"if91er"}],["path",{d:"M9 12v5",key:"3anwtq"}],["path",{d:"M15 12v5",key:"5xh3zn"}],["path",{d:"M4 17h16",key:"g4d7ey"}]]);const H0=r("cable",[["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"}]]);const V0=r("cake-slice",[["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"}]]);const R0=r("cake",[["path",{d:"M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8",key:"1w3rig"}],["path",{d:"M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1",key:"n2jgmb"}],["path",{d:"M2 21h20",key:"1nyx9w"}],["path",{d:"M7 8v3",key:"1qtyvj"}],["path",{d:"M12 8v3",key:"hwp4zt"}],["path",{d:"M17 8v3",key:"1i6e5u"}],["path",{d:"M7 4h.01",key:"1bh4kh"}],["path",{d:"M12 4h.01",key:"1ujb9j"}],["path",{d:"M17 4h.01",key:"1upcoc"}]]);const T0=r("calculator",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["line",{x1:"8",x2:"16",y1:"6",y2:"6",key:"x4nwl0"}],["line",{x1:"16",x2:"16",y1:"14",y2:"18",key:"wjye3r"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M8 18h.01",key:"lrp35t"}]]);const F0=r("calendar-1",[["path",{d:"M11 14h1v4",key:"fy54vd"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",key:"12vinp"}]]);const E0=r("calendar-arrow-up",[["path",{d:"m14 18 4-4 4 4",key:"ftkppy"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M18 22v-8",key:"su0gjh"}],["path",{d:"M21 11.343V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9",key:"1exg90"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]]);const U0=r("calendar-arrow-down",[["path",{d:"m14 18 4 4 4-4",key:"1waygx"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M18 14v8",key:"irew45"}],["path",{d:"M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343",key:"bse4f3"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]]);const B0=r("calendar-check-2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"bce9hv"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m16 20 2 2 4-4",key:"13tcca"}]]);const Z0=r("calendar-check",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m9 16 2 2 4-4",key:"19s6y9"}]]);const G0=r("calendar-clock",[["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"}]]);const W0=r("calendar-cog",[["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"}]]);const K0=r("calendar-fold",[["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"}]]);const X0=r("calendar-days",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 18h.01",key:"lrp35t"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M16 18h.01",key:"kzsmim"}]]);const J0=r("calendar-heart",[["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"}]]);const Y0=r("calendar-minus-2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M10 16h4",key:"17e571"}]]);const Q0=r("calendar-off",[["path",{d:"M4.2 4.2A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18",key:"16swn3"}],["path",{d:"M21 15.5V6a2 2 0 0 0-2-2H9.5",key:"yhw86o"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h7",key:"1wap6i"}],["path",{d:"M21 10h-5.5",key:"quycpq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const es=r("calendar-minus",[["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 15V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5",key:"1scpom"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]]);const ts=r("calendar-plus-2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M10 16h4",key:"17e571"}],["path",{d:"M12 14v4",key:"1thi36"}]]);const ns=r("calendar-plus",[["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"}]]);const os=r("calendar-range",[["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M17 14h-6",key:"bkmgh3"}],["path",{d:"M13 18H7",key:"bb0bb7"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 18h.01",key:"1bdyru"}]]);const as=r("calendar-search",[["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 11.75V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.25",key:"1jrsq6"}],["path",{d:"m22 22-1.875-1.875",key:"13zax7"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]]);const is=r("calendar-sync",[["path",{d:"M11 10v4h4",key:"172dkj"}],["path",{d:"m11 14 1.535-1.605a5 5 0 0 1 8 1.5",key:"vu0qm5"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"m21 18-1.535 1.605a5 5 0 0 1-8-1.5",key:"1qgeyt"}],["path",{d:"M21 22v-4h-4",key:"hrummi"}],["path",{d:"M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3",key:"mctw84"}],["path",{d:"M3 10h4",key:"1el30a"}],["path",{d:"M8 2v4",key:"1cmpym"}]]);const rs=r("calendar-x-2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"3spt84"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m17 22 5-5",key:"1k6ppv"}],["path",{d:"m17 17 5 5",key:"p7ous7"}]]);const cs=r("calendar-x",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m14 14-4 4",key:"rymu2i"}],["path",{d:"m10 14 4 4",key:"3sz06r"}]]);const ds=r("calendar",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]]);const ss=r("camera-off",[["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"}]]);const ls=r("camera",[["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"}]]);const us=r("candy-cane",[["path",{d:"M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6 2 2 0 1 1-3.464-2 2 2 0 1 0-3.464-2Z",key:"isaq8g"}],["path",{d:"M17.75 7 15 2.1",key:"12x7e8"}],["path",{d:"M10.9 4.8 13 9",key:"100a87"}],["path",{d:"m7.9 9.7 2 4.4",key:"ntfhaj"}],["path",{d:"M4.9 14.7 7 18.9",key:"1x43jy"}]]);const hs=r("candy-off",[["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"}]]);const ps=r("cannabis",[["path",{d:"M12 22v-4",key:"1utk9m"}],["path",{d:"M7 12c-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3 1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5 0 0 2.5.5 6-1-.5-1.5-3.5-3-5-3 1.5-1 4-4 4-6-2.5 0-5.5 1.5-7 3 0-2.5-.5-5-2-7-1.5 2-2 4.5-2 7-1.5-1.5-4.5-3-7-3 0 2 2.5 5 4 6",key:"1mezod"}]]);const ys=r("candy",[["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"}]]);const ks=r("captions-off",[["path",{d:"M10.5 5H19a2 2 0 0 1 2 2v8.5",key:"jqtk4d"}],["path",{d:"M17 11h-.5",key:"1961ue"}],["path",{d:"M19 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2",key:"1keqsi"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7 11h4",key:"1o1z6v"}],["path",{d:"M7 15h2.5",key:"1ina1g"}]]);const Tt=r("captions",[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2",key:"12ruh7"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4",key:"1ueiar"}]]);const _s=r("car-front",[["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",key:"1imjwt"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 14h.01",key:"7oqj8z"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2",key:"a7itu8"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]]);const fs=r("car",[["path",{d:"M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2",key:"5owen"}],["circle",{cx:"7",cy:"17",r:"2",key:"u2ysq9"}],["path",{d:"M9 17h6",key:"r8uit2"}],["circle",{cx:"17",cy:"17",r:"2",key:"axvx0g"}]]);const ms=r("car-taxi-front",[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",key:"1imjwt"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 14h.01",key:"7oqj8z"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2",key:"a7itu8"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]]);const gs=r("caravan",[["path",{d:"M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2",key:"19jm3t"}],["path",{d:"M2 9h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2",key:"13hakp"}],["path",{d:"M22 17v1a1 1 0 0 1-1 1H10v-9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v9",key:"1crci8"}],["circle",{cx:"8",cy:"19",r:"2",key:"t8fc5s"}]]);const vs=r("card-sim",[["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"}]]);const Ms=r("carrot",[["path",{d:"M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 0 0-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7zM8.64 14l-2.05-2.04M15.34 15l-2.46-2.46",key:"rfqxbe"}],["path",{d:"M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9z",key:"6b25w4"}],["path",{d:"M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2z",key:"fn65lo"}]]);const $s=r("case-lower",[["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"}]]);const ws=r("case-sensitive",[["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"}]]);const bs=r("case-upper",[["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"}]]);const xs=r("cassette-tape",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["circle",{cx:"8",cy:"10",r:"2",key:"1xl4ub"}],["path",{d:"M8 12h8",key:"1wcyev"}],["circle",{cx:"16",cy:"10",r:"2",key:"r14t7q"}],["path",{d:"m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3",key:"l01ucn"}]]);const Ns=r("cast",[["path",{d:"M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6",key:"3zrzxg"}],["path",{d:"M2 12a9 9 0 0 1 8 8",key:"g6cvee"}],["path",{d:"M2 16a5 5 0 0 1 4 4",key:"1y1dii"}],["line",{x1:"2",x2:"2.01",y1:"20",y2:"20",key:"xu2jvo"}]]);const Is=r("castle",[["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"}]]);const Ls=r("cat",[["path",{d:"M12 5c.67 0 1.35.09 2 .26 1.78-2 5.03-2.84 6.42-2.26 1.4.58-.42 7-.42 7 .57 1.07 1 2.24 1 3.44C21 17.9 16.97 21 12 21s-9-3-9-7.56c0-1.25.5-2.4 1-3.44 0 0-1.89-6.42-.5-7 1.39-.58 4.72.23 6.5 2.23A9.04 9.04 0 0 1 12 5Z",key:"x6xyqk"}],["path",{d:"M8 14v.5",key:"1nzgdb"}],["path",{d:"M16 14v.5",key:"1lajdz"}],["path",{d:"M11.25 16.25h1.5L12 17l-.75-.75Z",key:"12kq1m"}]]);const Ss=r("cctv",[["path",{d:"M16.75 12h3.632a1 1 0 0 1 .894 1.447l-2.034 4.069a1 1 0 0 1-1.708.134l-2.124-2.97",key:"ir91b5"}],["path",{d:"M17.106 9.053a1 1 0 0 1 .447 1.341l-3.106 6.211a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.92 2.92 0 0 1 3.92-1.3z",key:"jlp8i1"}],["path",{d:"M2 19h3.76a2 2 0 0 0 1.8-1.1L9 15",key:"19bib8"}],["path",{d:"M2 21v-4",key:"l40lih"}],["path",{d:"M7 9h.01",key:"19b3jx"}]]);const Ft=r("chart-area",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11.207a.5.5 0 0 1 .146-.353l2-2a.5.5 0 0 1 .708 0l3.292 3.292a.5.5 0 0 0 .708 0l4.292-4.292a.5.5 0 0 1 .854.353V16a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1z",key:"q0gr47"}]]);const Et=r("chart-bar-big",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1",key:"1iip1u"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1",key:"1anskk"}]]);const Cs=r("chart-bar-decreasing",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11h8",key:"1feolt"}],["path",{d:"M7 16h3",key:"ur6vzw"}],["path",{d:"M7 6h12",key:"sz5b0d"}]]);const zs=r("chart-bar-increasing",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11h8",key:"1feolt"}],["path",{d:"M7 16h12",key:"wsnu98"}],["path",{d:"M7 6h3",key:"w9rmul"}]]);const As=r("chart-bar-stacked",[["path",{d:"M11 13v4",key:"vyy2rb"}],["path",{d:"M15 5v4",key:"1gx88a"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1",key:"1iip1u"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1",key:"1anskk"}]]);const Ut=r("chart-bar",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 16h8",key:"srdodz"}],["path",{d:"M7 11h12",key:"127s9w"}],["path",{d:"M7 6h3",key:"w9rmul"}]]);const Bt=r("chart-candlestick",[["path",{d:"M9 5v4",key:"14uxtq"}],["rect",{width:"4",height:"6",x:"7",y:"9",rx:"1",key:"f4fvz0"}],["path",{d:"M9 15v2",key:"r5rk32"}],["path",{d:"M17 3v2",key:"1l2re6"}],["rect",{width:"4",height:"8",x:"15",y:"5",rx:"1",key:"z38je5"}],["path",{d:"M17 13v3",key:"5l0wba"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}]]);const Zt=r("chart-column-big",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1",key:"q8uenq"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1",key:"sr5ea"}]]);const Gt=r("chart-column-increasing",[["path",{d:"M13 17V9",key:"1fwyjl"}],["path",{d:"M18 17V5",key:"sfb6ij"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 17v-3",key:"17ska0"}]]);const js=r("chart-column-decreasing",[["path",{d:"M13 17V9",key:"1fwyjl"}],["path",{d:"M18 17v-3",key:"1sqioe"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 17V5",key:"1wzmnc"}]]);const Ps=r("chart-column-stacked",[["path",{d:"M11 13H7",key:"t0o9gq"}],["path",{d:"M19 9h-4",key:"rera1j"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1",key:"q8uenq"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1",key:"sr5ea"}]]);const Wt=r("chart-column",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]]);const qs=r("chart-gantt",[["path",{d:"M10 6h8",key:"zvc2xc"}],["path",{d:"M12 16h6",key:"yi5mkt"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 11h7",key:"wz2hg0"}]]);const Kt=r("chart-line",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]]);const Ds=r("chart-network",[["path",{d:"m13.11 7.664 1.78 2.672",key:"go2gg9"}],["path",{d:"m14.162 12.788-3.324 1.424",key:"11x848"}],["path",{d:"m20 4-6.06 1.515",key:"1wxxh7"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["circle",{cx:"12",cy:"6",r:"2",key:"1jj5th"}],["circle",{cx:"16",cy:"12",r:"2",key:"4ma0v8"}],["circle",{cx:"9",cy:"15",r:"2",key:"lf2ghp"}]]);const Os=r("chart-no-axes-column-decreasing",[["path",{d:"M5 21V3",key:"clc1r8"}],["path",{d:"M12 21V9",key:"uvy0l4"}],["path",{d:"M19 21v-6",key:"tkawy9"}]]);const Xt=r("chart-no-axes-column-increasing",[["path",{d:"M5 21v-6",key:"1hz6c0"}],["path",{d:"M12 21V9",key:"uvy0l4"}],["path",{d:"M19 21V3",key:"11j9sm"}]]);const Jt=r("chart-no-axes-column",[["path",{d:"M5 21v-6",key:"1hz6c0"}],["path",{d:"M12 21V3",key:"1lcnhd"}],["path",{d:"M19 21V9",key:"unv183"}]]);const Hs=r("chart-no-axes-combined",[["path",{d:"M12 16v5",key:"zza2cw"}],["path",{d:"M16 14v7",key:"1g90b9"}],["path",{d:"M20 10v11",key:"1iqoj0"}],["path",{d:"m22 3-8.646 8.646a.5.5 0 0 1-.708 0L9.354 8.354a.5.5 0 0 0-.707 0L2 15",key:"1fw8x9"}],["path",{d:"M4 18v3",key:"1yp0dc"}],["path",{d:"M8 14v7",key:"n3cwzv"}]]);const Yt=r("chart-no-axes-gantt",[["path",{d:"M6 5h12",key:"fvfigv"}],["path",{d:"M4 12h10",key:"oujl3d"}],["path",{d:"M12 19h8",key:"baeox8"}]]);const Qt=r("chart-pie",[["path",{d:"M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z",key:"pzmjnu"}],["path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83",key:"k2fpak"}]]);const en=r("chart-scatter",[["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}],["circle",{cx:"18.5",cy:"5.5",r:".5",fill:"currentColor",key:"lysivs"}],["circle",{cx:"11.5",cy:"11.5",r:".5",fill:"currentColor",key:"byv1b8"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor",key:"nkw3mc"}],["circle",{cx:"17.5",cy:"14.5",r:".5",fill:"currentColor",key:"1gjh6j"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}]]);const Vs=r("chart-spline",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 16c.5-2 1.5-7 4-7 2 0 2 3 4 3 2.5 0 4.5-5 5-7",key:"lw07rv"}]]);const Rs=r("check-check",[["path",{d:"M18 6 7 17l-5-5",key:"116fxf"}],["path",{d:"m22 10-7.5 7.5L13 16",key:"ke71qq"}]]);const Ts=r("check-line",[["path",{d:"M20 4L9 15",key:"1qkx8z"}],["path",{d:"M21 19L3 19",key:"100sma"}],["path",{d:"M9 15L4 10",key:"9zxff7"}]]);const Fs=r("check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]]);const Es=r("chef-hat",[["path",{d:"M17 21a1 1 0 0 0 1-1v-5.35c0-.457.316-.844.727-1.041a4 4 0 0 0-2.134-7.589 5 5 0 0 0-9.186 0 4 4 0 0 0-2.134 7.588c.411.198.727.585.727 1.041V20a1 1 0 0 0 1 1Z",key:"1qvrer"}],["path",{d:"M6 17h12",key:"1jwigz"}]]);const Us=r("cherry",[["path",{d:"M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",key:"cvxqlc"}],["path",{d:"M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",key:"1ostrc"}],["path",{d:"M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12",key:"hqx58h"}],["path",{d:"M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z",key:"eykp1o"}]]);const Bs=r("chess-bishop",[["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"}]]);const Zs=r("chess-king",[["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"}]]);const Gs=r("chess-knight",[["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"}]]);const Ws=r("chess-pawn",[["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"}]]);const Ks=r("chess-queen",[["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"}]]);const Xs=r("chess-rook",[["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"}]]);const Js=r("chevron-down",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);const Ys=r("chevron-first",[["path",{d:"m17 18-6-6 6-6",key:"1yerx2"}],["path",{d:"M7 6v12",key:"1p53r6"}]]);const Qs=r("chevron-last",[["path",{d:"m7 18 6-6-6-6",key:"lwmzdw"}],["path",{d:"M17 6v12",key:"1o0aio"}]]);const el=r("chevron-left",[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]]);const tl=r("chevron-right",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);const nl=r("chevron-up",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]]);const ol=r("chevrons-down-up",[["path",{d:"m7 20 5-5 5 5",key:"13a0gw"}],["path",{d:"m7 4 5 5 5-5",key:"1kwcof"}]]);const al=r("chevrons-down",[["path",{d:"m7 6 5 5 5-5",key:"1lc07p"}],["path",{d:"m7 13 5 5 5-5",key:"1d48rs"}]]);const il=r("chevrons-left-right-ellipsis",[["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"}]]);const rl=r("chevrons-left-right",[["path",{d:"m9 7-5 5 5 5",key:"j5w590"}],["path",{d:"m15 7 5 5-5 5",key:"1bl6da"}]]);const cl=r("chevrons-left",[["path",{d:"m11 17-5-5 5-5",key:"13zhaf"}],["path",{d:"m18 17-5-5 5-5",key:"h8a8et"}]]);const dl=r("chevrons-right-left",[["path",{d:"m20 17-5-5 5-5",key:"30x0n2"}],["path",{d:"m4 17 5-5-5-5",key:"16spf4"}]]);const sl=r("chevrons-right",[["path",{d:"m6 17 5-5-5-5",key:"xnjwq"}],["path",{d:"m13 17 5-5-5-5",key:"17xmmf"}]]);const ll=r("chevrons-up-down",[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]]);const ul=r("chevrons-up",[["path",{d:"m17 11-5-5-5 5",key:"e8nh98"}],["path",{d:"m17 18-5-5-5 5",key:"2avn1x"}]]);const tn=r("chromium",[["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"}]]);const hl=r("church",[["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"}]]);const pl=r("cigarette-off",[["path",{d:"M12 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h13",key:"1gdiyg"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5",key:"1il607"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 12a1 1 0 0 1 1 1v2a1 1 0 0 1-.5.866",key:"166zjj"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5",key:"1gah44"}],["path",{d:"M7 12v4",key:"jqww69"}]]);const yl=r("cigarette",[["path",{d:"M17 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14",key:"1mb5g1"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5",key:"1il607"}],["path",{d:"M21 16a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"1yl5r7"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5",key:"1gah44"}],["path",{d:"M7 12v4",key:"jqww69"}]]);const nn=r("circle-alert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);const on=r("circle-arrow-down",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8 12 4 4 4-4",key:"k98ssh"}]]);const an=r("circle-arrow-left",[["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"}]]);const rn=r("circle-arrow-out-down-left",[["path",{d:"M2 12a10 10 0 1 1 10 10",key:"1yn6ov"}],["path",{d:"m2 22 10-10",key:"28ilpk"}],["path",{d:"M8 22H2v-6",key:"sulq54"}]]);const cn=r("circle-arrow-out-down-right",[["path",{d:"M12 22a10 10 0 1 1 10-10",key:"130bv5"}],["path",{d:"M22 22 12 12",key:"131aw7"}],["path",{d:"M22 16v6h-6",key:"1gvm70"}]]);const dn=r("circle-arrow-out-up-left",[["path",{d:"M2 8V2h6",key:"hiwtdz"}],["path",{d:"m2 2 10 10",key:"1oh8rs"}],["path",{d:"M12 2A10 10 0 1 1 2 12",key:"rrk4fa"}]]);const sn=r("circle-arrow-out-up-right",[["path",{d:"M22 12A10 10 0 1 1 12 2",key:"1fm58d"}],["path",{d:"M22 2 12 12",key:"yg2myt"}],["path",{d:"M16 2h6v6",key:"zan5cs"}]]);const ln=r("circle-arrow-right",[["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"}]]);const un=r("circle-arrow-up",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}]]);const hn=r("circle-check-big",[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]);const pn=r("circle-check",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);const yn=r("circle-chevron-down",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]]);const kn=r("circle-chevron-left",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]]);const _n=r("circle-chevron-right",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]]);const fn=r("circle-chevron-up",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]]);const kl=r("circle-dashed",[["path",{d:"M10.1 2.182a10 10 0 0 1 3.8 0",key:"5ilxe3"}],["path",{d:"M13.9 21.818a10 10 0 0 1-3.8 0",key:"11zvb9"}],["path",{d:"M17.609 3.721a10 10 0 0 1 2.69 2.7",key:"1iw5b2"}],["path",{d:"M2.182 13.9a10 10 0 0 1 0-3.8",key:"c0bmvh"}],["path",{d:"M20.279 17.609a10 10 0 0 1-2.7 2.69",key:"1ruxm7"}],["path",{d:"M21.818 10.1a10 10 0 0 1 0 3.8",key:"qkgqxc"}],["path",{d:"M3.721 6.391a10 10 0 0 1 2.7-2.69",key:"1mcia2"}],["path",{d:"M6.391 20.279a10 10 0 0 1-2.69-2.7",key:"1fvljs"}]]);const mn=r("circle-divide",[["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16",key:"aqc6ln"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8",key:"1mkcni"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const _l=r("circle-dollar-sign",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 18V6",key:"zqpxq5"}]]);const fl=r("circle-dot-dashed",[["path",{d:"M10.1 2.18a9.93 9.93 0 0 1 3.8 0",key:"1qdqn0"}],["path",{d:"M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7",key:"1bq7p6"}],["path",{d:"M21.82 10.1a9.93 9.93 0 0 1 0 3.8",key:"1rlaqf"}],["path",{d:"M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69",key:"1xk03u"}],["path",{d:"M13.9 21.82a9.94 9.94 0 0 1-3.8 0",key:"l7re25"}],["path",{d:"M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7",key:"1v18p6"}],["path",{d:"M2.18 13.9a9.93 9.93 0 0 1 0-3.8",key:"xdo6bj"}],["path",{d:"M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69",key:"1jjmaz"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);const ml=r("circle-dot",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);const gl=r("circle-ellipsis",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M17 12h.01",key:"1m0b6t"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M7 12h.01",key:"eqddd0"}]]);const vl=r("circle-equal",[["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Ml=r("circle-fading-arrow-up",[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]]);const $l=r("circle-fading-plus",[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]]);const gn=r("circle-gauge",[["path",{d:"M15.6 2.7a10 10 0 1 0 5.7 5.7",key:"1e0p6d"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M13.4 10.6 19 5",key:"1kr7tw"}]]);const wl=r("circle-off",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.35 2.69A10 10 0 0 1 21.3 15.65",key:"1pfsoa"}],["path",{d:"M19.08 19.08A10 10 0 1 1 4.92 4.92",key:"1ablyi"}]]);const vn=r("circle-minus",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);const Mn=r("circle-parking-off",[["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"}]]);const $n=r("circle-parking",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]]);const wn=r("circle-pause",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"10",x2:"10",y1:"15",y2:"9",key:"c1nkhi"}],["line",{x1:"14",x2:"14",y1:"15",y2:"9",key:"h65svq"}]]);const bn=r("circle-percent",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]);const xn=r("circle-play",[["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"}]]);const bl=r("circle-pound-sterling",[["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"}]]);const Nn=r("circle-plus",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]);const In=r("circle-power",[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005",key:"1pek45"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const je=r("circle-question-mark",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);const Ln=r("circle-slash-2",[["path",{d:"M22 2 2 22",key:"y4kqgn"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const xl=r("circle-slash",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]]);const Nl=r("circle-small",[["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}]]);const Il=r("circle-star",[["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"}]]);const Sn=r("circle-stop",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1",key:"1ssd4o"}]]);const Cn=r("circle-user-round",[["path",{d:"M18 20a6 6 0 0 0-12 0",key:"1qehca"}],["circle",{cx:"12",cy:"10",r:"4",key:"1h16sb"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const zn=r("circle-user",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662",key:"154egf"}]]);const An=r("circle-x",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);const Ll=r("circle",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Sl=r("circuit-board",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M11 9h4a2 2 0 0 0 2-2V3",key:"1ve2rv"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"M7 21v-4a2 2 0 0 1 2-2h4",key:"1fwkro"}],["circle",{cx:"15",cy:"15",r:"2",key:"3i40o0"}]]);const Cl=r("citrus",[["path",{d:"M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z",key:"4ite01"}],["path",{d:"M19.65 15.66A8 8 0 0 1 8.35 4.34",key:"1gxipu"}],["path",{d:"m14 10-5.5 5.5",key:"92pfem"}],["path",{d:"M14 17.85V10H6.15",key:"xqmtsk"}]]);const zl=r("clapperboard",[["path",{d:"M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z",key:"1tn4o7"}],["path",{d:"m6.2 5.3 3.1 3.9",key:"iuk76l"}],["path",{d:"m12.4 3.4 3.1 4",key:"6hsd6n"}],["path",{d:"M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z",key:"ltgou9"}]]);const Al=r("clipboard-check",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"m9 14 2 2 4-4",key:"df797q"}]]);const jl=r("clipboard-clock",[["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"}]]);const Pl=r("clipboard-copy",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2",key:"4jdomd"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v4",key:"3hqy98"}],["path",{d:"M21 14H11",key:"1bme5i"}],["path",{d:"m15 10-4 4 4 4",key:"5dvupr"}]]);const ql=r("clipboard-list",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M12 11h4",key:"1jrz19"}],["path",{d:"M12 16h4",key:"n85exb"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]);const Dl=r("clipboard-minus",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 14h6",key:"159ibu"}]]);const Ol=r("clipboard-paste",[["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"}]]);const jn=r("clipboard-pen-line",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",key:"1oijnt"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5",key:"1but9f"}],["path",{d:"M16 4h2a2 2 0 0 1 1.73 1",key:"1p8n7l"}],["path",{d:"M8 18h1",key:"13wk12"}],["path",{d:"M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"2t3380"}]]);const Pn=r("clipboard-pen",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",key:"1oijnt"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5",key:"cereej"}],["path",{d:"M4 13.5V6a2 2 0 0 1 2-2h2",key:"5ua5vh"}],["path",{d:"M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1y4qbx"}]]);const Hl=r("clipboard-plus",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 14h6",key:"159ibu"}],["path",{d:"M12 17v-6",key:"1y8rbf"}]]);const Vl=r("clipboard-x",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"m15 11-6 6",key:"1toa9n"}],["path",{d:"m9 11 6 6",key:"wlibny"}]]);const Rl=r("clipboard-type",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 12v-1h6v1",key:"iehl6m"}],["path",{d:"M11 17h2",key:"12w5me"}],["path",{d:"M12 11v6",key:"1bwqyc"}]]);const Tl=r("clock-1",[["path",{d:"M12 6v6l2-4",key:"miptyd"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Fl=r("clipboard",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}]]);const El=r("clock-10",[["path",{d:"M12 6v6l-4-2",key:"cedpoo"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Ul=r("clock-11",[["path",{d:"M12 6v6l-2-4",key:"ns39ag"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Bl=r("clock-12",[["path",{d:"M12 6v6",key:"1ipuwl"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Zl=r("clock-2",[["path",{d:"M12 6v6l4-2",key:"1r2kuh"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Gl=r("clock-3",[["path",{d:"M12 6v6h4",key:"135r8i"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Wl=r("clock-4",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Kl=r("clock-5",[["path",{d:"M12 6v6l2 4",key:"1287s9"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Xl=r("clock-6",[["path",{d:"M12 6v10",key:"wf7rdh"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Jl=r("clock-7",[["path",{d:"M12 6v6l-2 4",key:"1095bu"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Yl=r("clock-8",[["path",{d:"M12 6v6l-4 2",key:"imc3wl"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Ql=r("clock-9",[["path",{d:"M12 6v6H8",key:"u39vzm"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const eu=r("clock-alert",[["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"}]]);const tu=r("clock-arrow-down",[["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"}]]);const nu=r("clock-arrow-up",[["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"}]]);const ou=r("clock-check",[["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"}]]);const au=r("clock-fading",[["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"}]]);const iu=r("clock-plus",[["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"}]]);const ru=r("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const cu=r("cloud-alert",[["path",{d:"M12 12v4",key:"tww15h"}],["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708",key:"xsb5ju"}]]);const du=r("closed-caption",[["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"}]]);const su=r("cloud-check",[["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"}]]);const lu=r("cloud-cog",[["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"}]]);const qn=r("cloud-download",[["path",{d:"M12 13v8l-4-4",key:"1f5nwf"}],["path",{d:"m12 21 4-4",key:"1lfcce"}],["path",{d:"M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284",key:"ui1hmy"}]]);const uu=r("cloud-drizzle",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M8 19v1",key:"1dk2by"}],["path",{d:"M8 14v1",key:"84yxot"}],["path",{d:"M16 19v1",key:"v220m7"}],["path",{d:"M16 14v1",key:"g12gj6"}],["path",{d:"M12 21v1",key:"q8vafk"}],["path",{d:"M12 16v1",key:"1mx6rx"}]]);const hu=r("cloud-fog",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 17H7",key:"pygtm1"}],["path",{d:"M17 21H9",key:"1u2q02"}]]);const pu=r("cloud-hail",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 14v2",key:"a1is7l"}],["path",{d:"M8 14v2",key:"1e9m6t"}],["path",{d:"M16 20h.01",key:"xwek51"}],["path",{d:"M8 20h.01",key:"1vjney"}],["path",{d:"M12 16v2",key:"z66u1j"}],["path",{d:"M12 22h.01",key:"1urd7a"}]]);const yu=r("cloud-moon-rain",[["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"}]]);const ku=r("cloud-lightning",[["path",{d:"M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973",key:"1cez44"}],["path",{d:"m13 12-3 5h4l-3 5",key:"1t22er"}]]);const _u=r("cloud-moon",[["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"}]]);const fu=r("cloud-off",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193",key:"yfwify"}],["path",{d:"M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07",key:"jlfiyv"}]]);const mu=r("cloud-rain-wind",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m9.2 22 3-7",key:"sb5f6j"}],["path",{d:"m9 13-3 7",key:"500co5"}],["path",{d:"m17 13-3 7",key:"8t2fiy"}]]);const gu=r("cloud-rain",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 14v6",key:"1j4efv"}],["path",{d:"M8 14v6",key:"17c4r9"}],["path",{d:"M12 16v6",key:"c8a4gj"}]]);const vu=r("cloud-snow",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M8 19h.01",key:"puxtts"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M12 21h.01",key:"h35vbk"}],["path",{d:"M16 15h.01",key:"rnfrdf"}],["path",{d:"M16 19h.01",key:"1vcnzz"}]]);const Mu=r("cloud-sun-rain",[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128",key:"dpwdj0"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24",key:"1qmrp3"}],["path",{d:"M11 20v2",key:"174qtz"}],["path",{d:"M7 19v2",key:"12npes"}]]);const $u=r("cloud-sun",[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128",key:"dpwdj0"}],["path",{d:"M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z",key:"s09mg5"}]]);const Dn=r("cloud-upload",[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m8 17 4-4 4 4",key:"1quai1"}]]);const wu=r("cloudy",[["path",{d:"M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"gqqjvc"}],["path",{d:"M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5",key:"1p2s76"}]]);const bu=r("cloud",[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]]);const xu=r("clover",[["path",{d:"M16.17 7.83 2 22",key:"t58vo8"}],["path",{d:"M4.02 12a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12",key:"17k36q"}],["path",{d:"m7.83 7.83 8.34 8.34",key:"1d7sxk"}]]);const Nu=r("club",[["path",{d:"M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6Z",key:"27yuqz"}],["path",{d:"M12 17.66L12 22",key:"ogfahf"}]]);const On=r("code-xml",[["path",{d:"m18 16 4-4-4-4",key:"1inbqp"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"m14.5 4-5 16",key:"e7oirm"}]]);const Iu=r("code",[["path",{d:"m16 18 6-6-6-6",key:"eg8j8"}],["path",{d:"m8 6-6 6 6 6",key:"ppft3o"}]]);const Lu=r("codepen",[["polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2",key:"srzb37"}],["line",{x1:"12",x2:"12",y1:"22",y2:"15.5",key:"1t73f2"}],["polyline",{points:"22 8.5 12 15.5 2 8.5",key:"ajlxae"}],["polyline",{points:"2 15.5 12 8.5 22 15.5",key:"susrui"}],["line",{x1:"12",x2:"12",y1:"2",y2:"8.5",key:"2cldga"}]]);const Su=r("codesandbox",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}],["polyline",{points:"7.5 4.21 12 6.81 16.5 4.21",key:"fabo96"}],["polyline",{points:"7.5 19.79 7.5 14.6 3 12",key:"z377f1"}],["polyline",{points:"21 12 16.5 14.6 16.5 19.79",key:"9nrev1"}],["polyline",{points:"3.27 6.96 12 12.01 20.73 6.96",key:"1180pa"}],["line",{x1:"12",x2:"12",y1:"22.08",y2:"12",key:"3z3uq6"}]]);const Cu=r("coffee",[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1",key:"pwadti"}],["path",{d:"M6 2v2",key:"colzsn"}]]);const zu=r("coins",[["circle",{cx:"8",cy:"8",r:"6",key:"3yglwk"}],["path",{d:"M18.09 10.37A6 6 0 1 1 10.34 18",key:"t5s6rm"}],["path",{d:"M7 6h1v4",key:"1obek4"}],["path",{d:"m16.71 13.88.7.71-2.82 2.82",key:"1rbuyh"}]]);const Au=r("cog",[["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"}]]);const Hn=r("columns-2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 3v18",key:"108xh3"}]]);const Pe=r("columns-3-cog",[["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"}]]);const Vn=r("columns-3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);const ju=r("columns-4",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7.5 3v18",key:"w0wo6v"}],["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M16.5 3v18",key:"10tjh1"}]]);const Pu=r("combine",[["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"}]]);const qu=r("command",[["path",{d:"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3",key:"11bfej"}]]);const Du=r("compass",[["path",{d:"m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z",key:"9ktpf1"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Ou=r("component",[["path",{d:"M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z",key:"1uwlt4"}],["path",{d:"M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z",key:"10291m"}],["path",{d:"M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z",key:"1tqoq1"}],["path",{d:"M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z",key:"1x6lto"}]]);const Hu=r("computer",[["rect",{width:"14",height:"8",x:"5",y:"2",rx:"2",key:"wc9tft"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h2",key:"rwmk9e"}],["path",{d:"M12 18h6",key:"aqd8w3"}]]);const Vu=r("concierge-bell",[["path",{d:"M3 20a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1Z",key:"1pvr1r"}],["path",{d:"M20 16a8 8 0 1 0-16 0",key:"1pa543"}],["path",{d:"M12 4v4",key:"1bq03y"}],["path",{d:"M10 4h4",key:"1xpv9s"}]]);const Ru=r("cone",[["path",{d:"m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98",key:"53pte7"}],["ellipse",{cx:"12",cy:"19",rx:"9",ry:"3",key:"1ji25f"}]]);const Tu=r("construction",[["rect",{x:"2",y:"6",width:"20",height:"8",rx:"1",key:"1estib"}],["path",{d:"M17 14v7",key:"7m2elx"}],["path",{d:"M7 14v7",key:"1cm7wv"}],["path",{d:"M17 3v3",key:"1v4jwn"}],["path",{d:"M7 3v3",key:"7o6guu"}],["path",{d:"M10 14 2.3 6.3",key:"1023jk"}],["path",{d:"m14 6 7.7 7.7",key:"1s8pl2"}],["path",{d:"m8 6 8 8",key:"hl96qh"}]]);const Rn=r("contact-round",[["path",{d:"M16 2v2",key:"scm5qe"}],["path",{d:"M17.915 22a6 6 0 0 0-12 0",key:"suqz9p"}],["path",{d:"M8 2v2",key:"pbkmx"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",key:"12vinp"}]]);const Fu=r("container",[["path",{d:"M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z",key:"1t2lqe"}],["path",{d:"M10 21.9V14L2.1 9.1",key:"o7czzq"}],["path",{d:"m10 14 11.9-6.9",key:"zm5e20"}],["path",{d:"M14 19.8v-8.1",key:"159ecu"}],["path",{d:"M18 17.5V9.4",key:"11uown"}]]);const Eu=r("contact",[["path",{d:"M16 2v2",key:"scm5qe"}],["path",{d:"M7 22v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2",key:"1waht3"}],["path",{d:"M8 2v2",key:"pbkmx"}],["circle",{cx:"12",cy:"11",r:"3",key:"itu57m"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",key:"12vinp"}]]);const Uu=r("contrast",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z",key:"j4l70d"}]]);const Bu=r("cookie",[["path",{d:"M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5",key:"laymnq"}],["path",{d:"M8.5 8.5v.01",key:"ue8clq"}],["path",{d:"M16 15.5v.01",key:"14dtrp"}],["path",{d:"M12 12v.01",key:"u5ubse"}],["path",{d:"M11 17v.01",key:"1hyl5a"}],["path",{d:"M7 14v.01",key:"uct60s"}]]);const Zu=r("cooking-pot",[["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8",key:"u0tga0"}],["path",{d:"m4 8 16-4",key:"16g0ng"}],["path",{d:"m8.86 6.78-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8",key:"12cejc"}]]);const Gu=r("copy-check",[["path",{d:"m12 15 2 2 4-4",key:"2c609p"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);const Wu=r("copy-minus",[["line",{x1:"12",x2:"18",y1:"15",y2:"15",key:"1nscbv"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);const Ku=r("copy-plus",[["line",{x1:"15",x2:"15",y1:"12",y2:"18",key:"1p7wdc"}],["line",{x1:"12",x2:"18",y1:"15",y2:"15",key:"1nscbv"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);const Xu=r("copy-slash",[["line",{x1:"12",x2:"18",y1:"18",y2:"12",key:"ebkxgr"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);const Ju=r("copy-x",[["line",{x1:"12",x2:"18",y1:"12",y2:"18",key:"1rg63v"}],["line",{x1:"12",x2:"18",y1:"18",y2:"12",key:"ebkxgr"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);const Yu=r("copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);const Qu=r("copyleft",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66",key:"1sveal"}]]);const eh=r("copyright",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66",key:"1i56pz"}]]);const th=r("corner-down-left",[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4",key:"6o5b7l"}],["path",{d:"m9 10-5 5 5 5",key:"1kshq7"}]]);const nh=r("corner-down-right",[["path",{d:"m15 10 5 5-5 5",key:"qqa56n"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12",key:"z08zvw"}]]);const oh=r("corner-left-down",[["path",{d:"m14 15-5 5-5-5",key:"1eia93"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12",key:"nbpdq2"}]]);const ah=r("corner-left-up",[["path",{d:"M14 9 9 4 4 9",key:"1af5af"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4",key:"1blwi3"}]]);const ih=r("corner-right-down",[["path",{d:"m10 15 5 5 5-5",key:"1hpjnr"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12",key:"wcbgct"}]]);const rh=r("corner-right-up",[["path",{d:"m10 9 5-5 5 5",key:"9ctzwi"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4",key:"1plgdj"}]]);const ch=r("corner-up-left",[["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4",key:"1nkjon"}],["path",{d:"M9 14 4 9l5-5",key:"102s5s"}]]);const dh=r("corner-up-right",[["path",{d:"m15 14 5-5-5-5",key:"12vg1m"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12",key:"1lu4f8"}]]);const sh=r("cpu",[["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"}]]);const lh=r("creative-commons",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M10 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",key:"1ss3eq"}],["path",{d:"M17 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",key:"1od56t"}]]);const uh=r("credit-card",[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]]);const hh=r("croissant",[["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"}]]);const ph=r("crop",[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14",key:"ron5a4"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2",key:"7s9ehn"}]]);const yh=r("cross",[["path",{d:"M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z",key:"1xbrqy"}]]);const kh=r("crosshair",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"22",x2:"18",y1:"12",y2:"12",key:"l9bcsi"}],["line",{x1:"6",x2:"2",y1:"12",y2:"12",key:"13hhkx"}],["line",{x1:"12",x2:"12",y1:"6",y2:"2",key:"10w3f3"}],["line",{x1:"12",x2:"12",y1:"22",y2:"18",key:"15g9kq"}]]);const _h=r("crown",[["path",{d:"M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z",key:"1vdc57"}],["path",{d:"M5 21h14",key:"11awu3"}]]);const fh=r("cuboid",[["path",{d:"m21.12 6.4-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66Z",key:"1u2ovd"}],["path",{d:"M10 22v-8L2.25 9.15",key:"11pn4q"}],["path",{d:"m10 14 11.77-6.87",key:"1kt1wh"}]]);const mh=r("cup-soda",[["path",{d:"m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8",key:"8166m8"}],["path",{d:"M5 8h14",key:"pcz4l3"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0",key:"yjz344"}],["path",{d:"m12 8 1-6h2",key:"3ybfa4"}]]);const gh=r("currency",[["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}],["line",{x1:"3",x2:"6",y1:"3",y2:"6",key:"1jkytn"}],["line",{x1:"21",x2:"18",y1:"3",y2:"6",key:"14zfjt"}],["line",{x1:"3",x2:"6",y1:"21",y2:"18",key:"iusuec"}],["line",{x1:"21",x2:"18",y1:"21",y2:"18",key:"yj2dd7"}]]);const vh=r("cylinder",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5",key:"aqi0yr"}]]);const Mh=r("dam",[["path",{d:"M11 11.31c1.17.56 1.54 1.69 3.5 1.69 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"157kva"}],["path",{d:"M11.75 18c.35.5 1.45 1 2.75 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"d7q6m6"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M7 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1L10 4a1 1 0 0 0-1-1z",key:"pr6s65"}]]);const $h=r("database-backup",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 12a9 3 0 0 0 5 2.69",key:"1ui2ym"}],["path",{d:"M21 9.3V5",key:"6k6cib"}],["path",{d:"M3 5v14a9 3 0 0 0 6.47 2.88",key:"i62tjy"}],["path",{d:"M12 12v4h4",key:"1bxaet"}],["path",{d:"M13 20a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16",key:"1f4ei9"}]]);const wh=r("database-zap",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 15 21.84",key:"14ibmq"}],["path",{d:"M21 5V8",key:"1marbg"}],["path",{d:"M21 12L18 17H22L19 22",key:"zafso"}],["path",{d:"M3 12A9 3 0 0 0 14.59 14.87",key:"1y4wr8"}]]);const bh=r("database",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5",key:"1wlel7"}],["path",{d:"M3 12A9 3 0 0 0 21 12",key:"mv7ke4"}]]);const xh=r("decimals-arrow-left",[["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"}]]);const Nh=r("decimals-arrow-right",[["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"}]]);const Ih=r("delete",[["path",{d:"M10 5a2 2 0 0 0-1.344.519l-6.328 5.74a1 1 0 0 0 0 1.481l6.328 5.741A2 2 0 0 0 10 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z",key:"1yo7s0"}],["path",{d:"m12 9 6 6",key:"anjzzh"}],["path",{d:"m18 9-6 6",key:"1fp51s"}]]);const Lh=r("dessert",[["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"}]]);const Sh=r("diameter",[["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["circle",{cx:"5",cy:"5",r:"2",key:"1gwv83"}],["path",{d:"M6.48 3.66a10 10 0 0 1 13.86 13.86",key:"xr8kdq"}],["path",{d:"m6.41 6.41 11.18 11.18",key:"uhpjw7"}],["path",{d:"M3.66 6.48a10 10 0 0 0 13.86 13.86",key:"cldpwv"}]]);const Ch=r("diamond-minus",[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",key:"1ey20j"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);const Tn=r("diamond-percent",[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z",key:"1tpxz2"}],["path",{d:"M9.2 9.2h.01",key:"1b7bvt"}],["path",{d:"m14.5 9.5-5 5",key:"17q4r4"}],["path",{d:"M14.7 14.8h.01",key:"17nsh4"}]]);const zh=r("diamond-plus",[["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",key:"1ey20j"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);const Ah=r("diamond",[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z",key:"1f1r0c"}]]);const jh=r("dice-1",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]);const Ph=r("dice-2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M15 9h.01",key:"x1ddxp"}],["path",{d:"M9 15h.01",key:"fzyn71"}]]);const qh=r("dice-3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]);const Dh=r("dice-4",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 16h.01",key:"18s6g9"}],["path",{d:"M16 16h.01",key:"1f9h7w"}]]);const Oh=r("dice-5",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 16h.01",key:"18s6g9"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]);const Hh=r("dice-6",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]);const Vh=r("dices",[["rect",{width:"12",height:"12",x:"2",y:"10",rx:"2",ry:"2",key:"6agr2n"}],["path",{d:"m17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6",key:"1o487t"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 14h.01",key:"ssrbsk"}],["path",{d:"M15 6h.01",key:"cblpky"}],["path",{d:"M18 9h.01",key:"2061c0"}]]);const Rh=r("diff",[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]]);const Th=r("disc-2",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]);const Fh=r("disc-3",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M6 12c0-1.7.7-3.2 1.8-4.2",key:"oqkarx"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M18 12c0 1.7-.7 3.2-1.8 4.2",key:"1eah9h"}]]);const Eh=r("disc-album",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"5",key:"nd82uf"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]);const Uh=r("disc",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);const Bh=r("divide",[["circle",{cx:"12",cy:"6",r:"1",key:"1bh7o1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12",key:"13b5wn"}],["circle",{cx:"12",cy:"18",r:"1",key:"lqb9t5"}]]);const Zh=r("dna-off",[["path",{d:"M15 2c-1.35 1.5-2.092 3-2.5 4.5L14 8",key:"1bivrr"}],["path",{d:"m17 6-2.891-2.891",key:"xu6p2f"}],["path",{d:"M2 15c3.333-3 6.667-3 10-3",key:"nxix30"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"m20 9 .891.891",key:"3xwk7g"}],["path",{d:"M22 9c-1.5 1.35-3 2.092-4.5 2.5l-1-1",key:"18cutr"}],["path",{d:"M3.109 14.109 4 15",key:"q76aoh"}],["path",{d:"m6.5 12.5 1 1",key:"cs35ky"}],["path",{d:"m7 18 2.891 2.891",key:"1sisit"}],["path",{d:"M9 22c1.35-1.5 2.092-3 2.5-4.5L10 16",key:"rlvei3"}]]);const Gh=r("dna",[["path",{d:"m10 16 1.5 1.5",key:"11lckj"}],["path",{d:"m14 8-1.5-1.5",key:"1ohn8i"}],["path",{d:"M15 2c-1.798 1.998-2.518 3.995-2.807 5.993",key:"80uv8i"}],["path",{d:"m16.5 10.5 1 1",key:"696xn5"}],["path",{d:"m17 6-2.891-2.891",key:"xu6p2f"}],["path",{d:"M2 15c6.667-6 13.333 0 20-6",key:"1pyr53"}],["path",{d:"m20 9 .891.891",key:"3xwk7g"}],["path",{d:"M3.109 14.109 4 15",key:"q76aoh"}],["path",{d:"m6.5 12.5 1 1",key:"cs35ky"}],["path",{d:"m7 18 2.891 2.891",key:"1sisit"}],["path",{d:"M9 22c1.798-1.998 2.518-3.995 2.807-5.993",key:"q3hbxp"}]]);const Wh=r("dock",[["path",{d:"M2 8h20",key:"d11cs7"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 16h12",key:"u522kt"}]]);const Kh=r("dog",[["path",{d:"M11.25 16.25h1.5L12 17z",key:"w7jh35"}],["path",{d:"M16 14v.5",key:"1lajdz"}],["path",{d:"M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444a11.702 11.702 0 0 0-.493-3.309",key:"u7s9ue"}],["path",{d:"M8 14v.5",key:"1nzgdb"}],["path",{d:"M8.5 8.5c-.384 1.05-1.083 2.028-2.344 2.5-1.931.722-3.576-.297-3.656-1-.113-.994 1.177-6.53 4-7 1.923-.321 3.651.845 3.651 2.235A7.497 7.497 0 0 1 14 5.277c0-1.39 1.844-2.598 3.767-2.277 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5",key:"v8hric"}]]);const Xh=r("dollar-sign",[["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6",key:"1b0p4s"}]]);const Jh=r("donut",[["path",{d:"M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4 10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3",key:"19sr3x"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);const Yh=r("door-closed-locked",[["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"}]]);const Qh=r("door-closed",[["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"}]]);const ep=r("door-open",[["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"}]]);const tp=r("dot",[["circle",{cx:"12.1",cy:"12.1",r:"1",key:"18d7e5"}]]);const np=r("download",[["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"}]]);const op=r("drafting-compass",[["path",{d:"m12.99 6.74 1.93 3.44",key:"iwagvd"}],["path",{d:"M19.136 12a10 10 0 0 1-14.271 0",key:"ppmlo4"}],["path",{d:"m21 21-2.16-3.84",key:"vylbct"}],["path",{d:"m3 21 8.02-14.26",key:"1ssaw4"}],["circle",{cx:"12",cy:"5",r:"2",key:"f1ur92"}]]);const ap=r("drama",[["path",{d:"M10 11h.01",key:"d2at3l"}],["path",{d:"M14 6h.01",key:"k028ub"}],["path",{d:"M18 6h.01",key:"1v4wsw"}],["path",{d:"M6.5 13.1h.01",key:"1748ia"}],["path",{d:"M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3",key:"172yzv"}],["path",{d:"M17.4 9.9c-.8.8-2 .8-2.8 0",key:"1obv0w"}],["path",{d:"M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7",key:"rqjl8i"}],["path",{d:"M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4",key:"1mr6wy"}]]);const ip=r("dribbble",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94",key:"hpej1"}],["path",{d:"M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32",key:"1tr44o"}],["path",{d:"M8.56 2.75c4.37 6 6 9.42 8 17.72",key:"kbh691"}]]);const rp=r("drill",[["path",{d:"M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3 1 1 0 0 1 1-1z",key:"ioqxb1"}],["path",{d:"M13 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8",key:"1rs59n"}],["path",{d:"M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3",key:"105ega"}],["path",{d:"M18 6h4",key:"66u95g"}],["path",{d:"m5 10-2 8",key:"xt2lic"}],["path",{d:"m7 18 2-8",key:"1bzku2"}]]);const cp=r("drone",[["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"}]]);const dp=r("droplet-off",[["path",{d:"M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586",key:"8suz2t"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208",key:"19dw9m"}]]);const sp=r("droplet",[["path",{d:"M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z",key:"c7niix"}]]);const lp=r("droplets",[["path",{d:"M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z",key:"1ptgy4"}],["path",{d:"M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97",key:"1sl1rz"}]]);const up=r("drum",[["path",{d:"m2 2 8 8",key:"1v6059"}],["path",{d:"m22 2-8 8",key:"173r8a"}],["ellipse",{cx:"12",cy:"9",rx:"10",ry:"5",key:"liohsx"}],["path",{d:"M7 13.4v7.9",key:"1yi6u9"}],["path",{d:"M12 14v8",key:"1tn2tj"}],["path",{d:"M17 13.4v7.9",key:"eqz2v3"}],["path",{d:"M2 9v8a10 5 0 0 0 20 0V9",key:"1750ul"}]]);const hp=r("drumstick",[["path",{d:"M15.4 15.63a7.875 6 135 1 1 6.23-6.23 4.5 3.43 135 0 0-6.23 6.23",key:"1dtqwm"}],["path",{d:"m8.29 12.71-2.6 2.6a2.5 2.5 0 1 0-1.65 4.65A2.5 2.5 0 1 0 8.7 18.3l2.59-2.59",key:"1oq1fw"}]]);const pp=r("dumbbell",[["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"}]]);const yp=r("ear-off",[["path",{d:"M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46",key:"1qngmn"}],["path",{d:"M6 8.5c0-.75.13-1.47.36-2.14",key:"b06bma"}],["path",{d:"M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76",key:"g10hsz"}],["path",{d:"M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18",key:"ygzou7"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const kp=r("ear",[["path",{d:"M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0",key:"1dfaln"}],["path",{d:"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4",key:"1qnva7"}]]);const _p=r("earth-lock",[["path",{d:"M7 3.34V5a3 3 0 0 0 3 3",key:"w732o8"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",key:"f02343"}],["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54",key:"1djwo0"}],["path",{d:"M12 2a10 10 0 1 0 9.54 13",key:"zjsr6q"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2",key:"1of5e8"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1",key:"1fmf51"}]]);const Fn=r("earth",[["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54",key:"1djwo0"}],["path",{d:"M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17",key:"1tzkfa"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",key:"14pb5j"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const fp=r("eclipse",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a7 7 0 1 0 10 10",key:"1yuj32"}]]);const mp=r("egg-fried",[["circle",{cx:"11.5",cy:"12.5",r:"3.5",key:"1cl1mi"}],["path",{d:"M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z",key:"165ef9"}]]);const gp=r("egg-off",[["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"}]]);const vp=r("egg",[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12",key:"1le142"}]]);const En=r("ellipsis-vertical",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}]]);const lt=r("ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]);const Mp=r("equal-approximately",[["path",{d:"M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0",key:"yrdkhy"}],["path",{d:"M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0",key:"gzkvyz"}]]);const $p=r("equal-not",[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}]]);const wp=r("equal",[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}]]);const bp=r("eraser",[["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"}]]);const xp=r("ethernet-port",[["path",{d:"m15 20 3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3z",key:"rbahqx"}],["path",{d:"M6 8v1",key:"1636ez"}],["path",{d:"M10 8v1",key:"1talb4"}],["path",{d:"M14 8v1",key:"1rsfgr"}],["path",{d:"M18 8v1",key:"gnkwox"}]]);const Np=r("euro",[["path",{d:"M4 10h12",key:"1y6xl8"}],["path",{d:"M4 14h9",key:"1loblj"}],["path",{d:"M19 6a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8 2 0 3.8-.8 5.2-2",key:"1j6lzo"}]]);const Ip=r("ev-charger",[["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"}]]);const Lp=r("expand",[["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"}]]);const Sp=r("external-link",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]]);const Cp=r("eye-off",[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const zp=r("eye-closed",[["path",{d:"m15 18-.722-3.25",key:"1j64jw"}],["path",{d:"M2 8a10.645 10.645 0 0 0 20 0",key:"1e7gxb"}],["path",{d:"m20 15-1.726-2.05",key:"1cnuld"}],["path",{d:"m4 15 1.726-2.05",key:"1dsqqd"}],["path",{d:"m9 18 .722-3.25",key:"ypw2yx"}]]);const Ap=r("eye",[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);const jp=r("facebook",[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z",key:"1jg4f8"}]]);const Pp=r("factory",[["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"}]]);const qp=r("fan",[["path",{d:"M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z",key:"484a7f"}],["path",{d:"M12 12v.01",key:"u5ubse"}]]);const Dp=r("fast-forward",[["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"}]]);const Op=r("fence",[["path",{d:"M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"1n2rgs"}],["path",{d:"M6 8h4",key:"utf9t1"}],["path",{d:"M6 18h4",key:"12yh4b"}],["path",{d:"m12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"3ha7mj"}],["path",{d:"M14 8h4",key:"1r8wg2"}],["path",{d:"M14 18h4",key:"1t3kbu"}],["path",{d:"m20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"dfd4e2"}]]);const Hp=r("feather",[["path",{d:"M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z",key:"18jl4k"}],["path",{d:"M16 8 2 22",key:"vp34q"}],["path",{d:"M17.5 15H9",key:"1oz8nu"}]]);const Vp=r("ferris-wheel",[["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m6.8 15-3.5 2",key:"hjy98k"}],["path",{d:"m20.7 7-3.5 2",key:"f08gto"}],["path",{d:"M6.8 9 3.3 7",key:"1aevh4"}],["path",{d:"m20.7 17-3.5-2",key:"1liqo3"}],["path",{d:"m9 22 3-8 3 8",key:"wees03"}],["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M18 18.7a9 9 0 1 0-12 0",key:"dhzg4g"}]]);const Rp=r("figma",[["path",{d:"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z",key:"1340ok"}],["path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z",key:"1hz3m3"}],["path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z",key:"1oz8n2"}],["path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z",key:"1ff65i"}],["path",{d:"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z",key:"pdip6e"}]]);const Tp=r("file-archive",[["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"}]]);const Un=r("file-axis-3d",[["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"}]]);const Bn=r("file-badge",[["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"}]]);const Fp=r("file-box",[["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"}]]);const Zn=r("file-braces-corner",[["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"}]]);const Gn=r("file-chart-column-increasing",[["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"}]]);const Wn=r("file-braces",[["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"}]]);const Kn=r("file-chart-column",[["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"}]]);const Xn=r("file-chart-line",[["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"}]]);const Jn=r("file-chart-pie",[["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"}]]);const Ep=r("file-check",[["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"}]]);const Yn=r("file-check-corner",[["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"}]]);const Up=r("file-clock",[["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"}]]);const Qn=r("file-code-corner",[["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"}]]);const Bp=r("file-code",[["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"}]]);const eo=r("file-cog",[["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"}]]);const Zp=r("file-diff",[["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"}]]);const Gp=r("file-digit",[["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"}]]);const Wp=r("file-down",[["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"}]]);const to=r("file-exclamation-point",[["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"}]]);const qe=r("file-headphone",[["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"}]]);const Kp=r("file-heart",[["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"}]]);const Xp=r("file-image",[["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"}]]);const Jp=r("file-input",[["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"}]]);const no=r("file-key",[["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"}]]);const oo=r("file-minus-corner",[["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"}]]);const ao=r("file-lock",[["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"}]]);const Yp=r("file-minus",[["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"}]]);const Qp=r("file-music",[["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"}]]);const ey=r("file-output",[["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"}]]);const io=r("file-pen-line",[["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"}]]);const ro=r("file-play",[["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"}]]);const co=r("file-pen",[["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"}]]);const so=r("file-plus-corner",[["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"}]]);const ty=r("file-plus",[["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"}]]);const lo=r("file-question-mark",[["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"}]]);const ny=r("file-scan",[["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"}]]);const uo=r("file-search-corner",[["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"}]]);const oy=r("file-search",[["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"}]]);const ho=r("file-signal",[["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"}]]);const ay=r("file-sliders",[["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"}]]);const iy=r("file-spreadsheet",[["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"}]]);const ry=r("file-stack",[["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"}]]);const cy=r("file-symlink",[["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"}]]);const dy=r("file-terminal",[["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"}]]);const sy=r("file-text",[["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"}]]);const po=r("file-type-corner",[["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"}]]);const ly=r("file-type",[["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"}]]);const uy=r("file-up",[["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"}]]);const hy=r("file-user",[["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"}]]);const yo=r("file-video-camera",[["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"}]]);const py=r("file-volume",[["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"}]]);const ko=r("file-x-corner",[["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"}]]);const yy=r("file-x",[["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"}]]);const ky=r("file",[["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"}]]);const _y=r("files",[["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"}]]);const fy=r("film",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 3v18",key:"bbkbws"}],["path",{d:"M3 7.5h4",key:"zfgn84"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 16.5h4",key:"1230mu"}],["path",{d:"M17 3v18",key:"in4fa5"}],["path",{d:"M17 7.5h4",key:"myr1c1"}],["path",{d:"M17 16.5h4",key:"go4c1d"}]]);const my=r("fingerprint",[["path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4",key:"1nerag"}],["path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88",key:"o46ks0"}],["path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02",key:"ptglia"}],["path",{d:"M2 12a10 10 0 0 1 18-6",key:"ydlgp0"}],["path",{d:"M2 16h.01",key:"1gqxmh"}],["path",{d:"M21.8 16c.2-2 .131-5.354 0-6",key:"drycrb"}],["path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2",key:"1tidbn"}],["path",{d:"M8.65 22c.21-.66.45-1.32.57-2",key:"13wd9y"}],["path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2",key:"1fr1j5"}]]);const gy=r("fire-extinguisher",[["path",{d:"M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5",key:"sqyvz"}],["path",{d:"M9 18h8",key:"i7pszb"}],["path",{d:"M18 3h-3",key:"7idoqj"}],["path",{d:"M11 3a6 6 0 0 0-6 6v11",key:"1v5je3"}],["path",{d:"M5 13h4",key:"svpcxo"}],["path",{d:"M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z",key:"vsjego"}]]);const vy=r("fish-off",[["path",{d:"M18 12.47v.03m0-.5v.47m-.475 5.056A6.744 6.744 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6 .348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.802 8.802 0 0 1 15 6c3.56 0 6.06 2.54 7 6-.309 1.14-.786 2.177-1.413 3.058",key:"1j1hse"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.77 9.77 0 0 1 16 6.07m0 11.86a9.77 9.77 0 0 1-1.728-3.618",key:"1q46z8"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 2l20 20",key:"1407gh"}]]);const My=r("fish-symbol",[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8",key:"h4oh4o"}]]);const $y=r("fish",[["path",{d:"M6.5 12c.94-3.46 4.94-6 8.5-6 3.56 0 6.06 2.54 7 6-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6Z",key:"15baut"}],["path",{d:"M18 12v.5",key:"18hhni"}],["path",{d:"M16 17.93a9.77 9.77 0 0 1 0-11.86",key:"16dt7o"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33",key:"l9di03"}],["path",{d:"M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4",key:"1kjonw"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98",key:"1zlm23"}]]);const wy=r("flag-off",[["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"}]]);const by=r("flag-triangle-left",[["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"}]]);const xy=r("flag-triangle-right",[["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"}]]);const Ny=r("flag",[["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"}]]);const Iy=r("flame-kindling",[["path",{d:"M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2Z",key:"1ir223"}],["path",{d:"m5 22 14-4",key:"1brv4h"}],["path",{d:"m5 18 14 4",key:"lgyyje"}]]);const Ly=r("flame",[["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"}]]);const Sy=r("flashlight-off",[["path",{d:"M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4",key:"1r120k"}],["path",{d:"M7 2h11v4c0 2-2 2-2 4v1",key:"dz1920"}],["line",{x1:"11",x2:"18",y1:"6",y2:"6",key:"bi1vpe"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const Cy=r("flashlight",[["path",{d:"M18 6c0 2-2 2-2 4v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4V2h12z",key:"1orkel"}],["line",{x1:"6",x2:"18",y1:"6",y2:"6",key:"1z11jq"}],["line",{x1:"12",x2:"12",y1:"12",y2:"12",key:"1f4yc1"}]]);const zy=r("flask-conical",[["path",{d:"M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2",key:"18mbvz"}],["path",{d:"M6.453 15h11.094",key:"3shlmq"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]]);const Ay=r("flask-conical-off",[["path",{d:"M10 2v2.343",key:"15t272"}],["path",{d:"M14 2v6.343",key:"sxr80q"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563",key:"k0duyd"}],["path",{d:"M6.453 15H15",key:"1f0z33"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]]);const jy=r("flask-round",[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2",key:"1s42pc"}],["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]]);const Py=r("flip-horizontal-2",[["path",{d:"m3 7 5 5-5 5V7",key:"couhi7"}],["path",{d:"m21 7-5 5 5 5V7",key:"6ouia7"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]]);const qy=r("flip-horizontal",[["path",{d:"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3",key:"1i73f7"}],["path",{d:"M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3",key:"saxlbk"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]]);const Dy=r("flip-vertical-2",[["path",{d:"m17 3-5 5-5-5h10",key:"1ftt6x"}],["path",{d:"m17 21-5-5-5 5h10",key:"1m0wmu"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]]);const Oy=r("flip-vertical",[["path",{d:"M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3",key:"14bfxa"}],["path",{d:"M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3",key:"14rx03"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]]);const Hy=r("flower-2",[["path",{d:"M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1",key:"3pnvol"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["path",{d:"M12 10v12",key:"6ubwww"}],["path",{d:"M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z",key:"9hd38g"}],["path",{d:"M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z",key:"ufn41s"}]]);const Vy=r("flower",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 16.5A4.5 4.5 0 1 1 7.5 12 4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 1 1 4.5 4.5 4.5 4.5 0 1 1-4.5 4.5",key:"14wa3c"}],["path",{d:"M12 7.5V9",key:"1oy5b0"}],["path",{d:"M7.5 12H9",key:"eltsq1"}],["path",{d:"M16.5 12H15",key:"vk5kw4"}],["path",{d:"M12 16.5V15",key:"k7eayi"}],["path",{d:"m8 8 1.88 1.88",key:"nxy4qf"}],["path",{d:"M14.12 9.88 16 8",key:"1lst6k"}],["path",{d:"m8 16 1.88-1.88",key:"h2eex1"}],["path",{d:"M14.12 14.12 16 16",key:"uqkrx3"}]]);const Ry=r("focus",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]]);const Ty=r("fold-horizontal",[["path",{d:"M2 12h6",key:"1wqiqv"}],["path",{d:"M22 12h-6",key:"1eg9hc"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m19 9-3 3 3 3",key:"12ol22"}],["path",{d:"m5 15 3-3-3-3",key:"1kdhjc"}]]);const Fy=r("folder-archive",[["circle",{cx:"15",cy:"19",r:"2",key:"u2pros"}],["path",{d:"M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1",key:"1jj40k"}],["path",{d:"M15 11v-1",key:"cntcp"}],["path",{d:"M15 17v-2",key:"1279jj"}]]);const Ey=r("fold-vertical",[["path",{d:"M12 22v-6",key:"6o8u61"}],["path",{d:"M12 8V2",key:"1wkif3"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}],["path",{d:"m15 19-3-3-3 3",key:"e37ymu"}],["path",{d:"m15 5-3 3-3-3",key:"19d6lf"}]]);const Uy=r("folder-check",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"m9 13 2 2 4-4",key:"6343dt"}]]);const By=r("folder-clock",[["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"}]]);const Zy=r("folder-closed",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M2 10h20",key:"1ir3d8"}]]);const Gy=r("folder-code",[["path",{d:"M10 10.5 8 13l2 2.5",key:"m4t9c1"}],["path",{d:"m14 10.5 2 2.5-2 2.5",key:"14w2eb"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z",key:"1u1bxd"}]]);const _o=r("folder-cog",[["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"}]]);const Wy=r("folder-dot",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["circle",{cx:"12",cy:"13",r:"1",key:"49l61u"}]]);const Ky=r("folder-down",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"m15 13-3 3-3-3",key:"6j2sf0"}]]);const Xy=r("folder-git",[["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M14 13h3",key:"1dgedf"}],["path",{d:"M7 13h3",key:"1pygq7"}]]);const Jy=r("folder-git-2",[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5",key:"1w6njk"}],["circle",{cx:"13",cy:"12",r:"2",key:"1j92g6"}],["path",{d:"M18 19c-2.8 0-5-2.2-5-5v8",key:"pkpw2h"}],["circle",{cx:"20",cy:"19",r:"2",key:"1obnsp"}]]);const Yy=r("folder-heart",[["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"}]]);const Qy=r("folder-input",[["path",{d:"M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1",key:"fm4g5t"}],["path",{d:"M2 13h10",key:"pgb2dq"}],["path",{d:"m9 16 3-3-3-3",key:"6m91ic"}]]);const ek=r("folder-kanban",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["path",{d:"M8 10v4",key:"tgpxqk"}],["path",{d:"M12 10v2",key:"hh53o1"}],["path",{d:"M16 10v6",key:"1d6xys"}]]);const tk=r("folder-key",[["circle",{cx:"16",cy:"20",r:"2",key:"1vifvg"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2",key:"3hgo9p"}],["path",{d:"m22 14-4.5 4.5",key:"1ef6z8"}],["path",{d:"m21 15 1 1",key:"1ejcpy"}]]);const nk=r("folder-lock",[["rect",{width:"8",height:"5",x:"14",y:"17",rx:"1",key:"19aais"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2.5",key:"1w6v7t"}],["path",{d:"M20 17v-2a2 2 0 1 0-4 0v2",key:"pwaxnr"}]]);const ok=r("folder-minus",[["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]);const ak=r("folder-open-dot",[["path",{d:"m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2",key:"1nmvlm"}],["circle",{cx:"14",cy:"15",r:"1",key:"1gm4qj"}]]);const ik=r("folder-open",[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]]);const rk=r("folder-output",[["path",{d:"M2 7.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-1.5",key:"1yk7aj"}],["path",{d:"M2 13h10",key:"pgb2dq"}],["path",{d:"m5 10-3 3 3 3",key:"1r8ie0"}]]);const fo=r("folder-pen",[["path",{d:"M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5",key:"a8xqs0"}],["path",{d:"M11.378 13.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1saktj"}]]);const ck=r("folder-plus",[["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]);const dk=r("folder-root",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}],["path",{d:"M12 15v5",key:"11xva1"}]]);const sk=r("folder-search-2",[["circle",{cx:"11.5",cy:"12.5",r:"2.5",key:"1ea5ju"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M13.3 14.3 15 16",key:"1y4v1n"}]]);const lk=r("folder-search",[["path",{d:"M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1",key:"1bw5m7"}],["path",{d:"m21 21-1.9-1.9",key:"1g2n9r"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}]]);const uk=r("folder-symlink",[["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"}]]);const hk=r("folder-sync",[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5",key:"1dkoa9"}],["path",{d:"M12 10v4h4",key:"1czhmt"}],["path",{d:"m12 14 1.535-1.605a5 5 0 0 1 8 1.5",key:"lvuxfi"}],["path",{d:"M22 22v-4h-4",key:"1ewp4q"}],["path",{d:"m22 18-1.535 1.605a5 5 0 0 1-8-1.5",key:"14ync0"}]]);const pk=r("folder-tree",[["path",{d:"M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"hod4my"}],["path",{d:"M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"w4yl2u"}],["path",{d:"M3 5a2 2 0 0 0 2 2h3",key:"f2jnh7"}],["path",{d:"M3 3v13a2 2 0 0 0 2 2h3",key:"k8epm1"}]]);const yk=r("folder-x",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"m9.5 10.5 5 5",key:"ra9qjz"}],["path",{d:"m14.5 10.5-5 5",key:"l2rkpq"}]]);const kk=r("folder-up",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"m9 13 3-3 3 3",key:"1pxg3c"}]]);const _k=r("folder",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]);const fk=r("folders",[["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"}]]);const mk=r("footprints",[["path",{d:"M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z",key:"1dudjm"}],["path",{d:"M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z",key:"l2t8xc"}],["path",{d:"M16 17h4",key:"1dejxt"}],["path",{d:"M4 13h4",key:"1bwh8b"}]]);const gk=r("forklift",[["path",{d:"M12 12H5a2 2 0 0 0-2 2v5",key:"7zsz91"}],["circle",{cx:"13",cy:"19",r:"2",key:"wjnkru"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5",key:"13bk1p"}]]);const vk=r("forward",[["path",{d:"m15 17 5-5-5-5",key:"nf172w"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12",key:"jmiej9"}]]);const Mk=r("frame",[["line",{x1:"22",x2:"2",y1:"6",y2:"6",key:"15w7dq"}],["line",{x1:"22",x2:"2",y1:"18",y2:"18",key:"1ip48p"}],["line",{x1:"6",x2:"6",y1:"2",y2:"22",key:"a2lnyx"}],["line",{x1:"18",x2:"18",y1:"2",y2:"22",key:"8vb6jd"}]]);const $k=r("framer",[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7",key:"1a2nng"}]]);const wk=r("frown",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2",key:"epbg0q"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]);const bk=r("fuel",[["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"}]]);const xk=r("fullscreen",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["rect",{width:"10",height:"8",x:"7",y:"8",rx:"1",key:"vys8me"}]]);const Nk=r("funnel-plus",[["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"}]]);const mo=r("funnel-x",[["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"}]]);const go=r("funnel",[["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"}]]);const Ik=r("gallery-horizontal",[["path",{d:"M2 3v18",key:"pzttux"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2",key:"btr8bg"}],["path",{d:"M22 3v18",key:"6jf3v"}]]);const Lk=r("gallery-horizontal-end",[["path",{d:"M2 7v10",key:"a2pl2d"}],["path",{d:"M6 5v14",key:"1kq3d7"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2",key:"13i7bc"}]]);const Sk=r("gallery-thumbnails",[["rect",{width:"18",height:"14",x:"3",y:"3",rx:"2",key:"74y24f"}],["path",{d:"M4 21h1",key:"16zlid"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M19 21h1",key:"edywat"}]]);const Ck=r("gallery-vertical-end",[["path",{d:"M7 2h10",key:"nczekb"}],["path",{d:"M5 6h14",key:"u2x4p"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2",key:"l0tzu3"}]]);const zk=r("gallery-vertical",[["path",{d:"M3 2h18",key:"15qxfx"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2",key:"1439r6"}],["path",{d:"M3 22h18",key:"8prr45"}]]);const Ak=r("gamepad-2",[["line",{x1:"6",x2:"10",y1:"11",y2:"11",key:"1gktln"}],["line",{x1:"8",x2:"8",y1:"9",y2:"13",key:"qnk9ow"}],["line",{x1:"15",x2:"15.01",y1:"12",y2:"12",key:"krot7o"}],["line",{x1:"18",x2:"18.01",y1:"10",y2:"10",key:"1lcuu1"}],["path",{d:"M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z",key:"mfqc10"}]]);const jk=r("gamepad-directional",[["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"}]]);const Pk=r("gamepad",[["line",{x1:"6",x2:"10",y1:"12",y2:"12",key:"161bw2"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"15",x2:"15.01",y1:"13",y2:"13",key:"dqpgro"}],["line",{x1:"18",x2:"18.01",y1:"11",y2:"11",key:"meh2c"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]);const qk=r("gauge",[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]]);const Dk=r("gem",[["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"}]]);const Ok=r("gavel",[["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"}]]);const Hk=r("georgian-lari",[["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"}]]);const Vk=r("gift",[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1",key:"bkv52"}],["path",{d:"M12 8v13",key:"1c76mn"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7",key:"6wjy6b"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5",key:"1ihvrl"}]]);const Rk=r("ghost",[["path",{d:"M9 10h.01",key:"qbtxuw"}],["path",{d:"M15 10h.01",key:"1qmjsl"}],["path",{d:"M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z",key:"uwwb07"}]]);const Tk=r("git-branch-minus",[["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"}]]);const Fk=r("git-branch-plus",[["path",{d:"M6 3v12",key:"qpgusn"}],["path",{d:"M18 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",key:"1d02ji"}],["path",{d:"M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",key:"chk6ph"}],["path",{d:"M15 6a9 9 0 0 0-9 9",key:"or332x"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}]]);const Ek=r("git-branch",[["line",{x1:"6",x2:"6",y1:"3",y2:"15",key:"17qcm7"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M18 9a9 9 0 0 1-9 9",key:"n2h4wq"}]]);const Uk=r("git-commit-vertical",[["path",{d:"M12 3v6",key:"1holv5"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 15v6",key:"a9ows0"}]]);const vo=r("git-commit-horizontal",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["line",{x1:"3",x2:"9",y1:"12",y2:"12",key:"1dyftd"}],["line",{x1:"15",x2:"21",y1:"12",y2:"12",key:"oup4p8"}]]);const Bk=r("git-compare-arrows",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7",key:"1yj91y"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["circle",{cx:"19",cy:"18",r:"3",key:"1qljk2"}],["path",{d:"M12 18H7a2 2 0 0 1-2-2V9",key:"16sdep"}],["path",{d:"m9 15 3 3-3 3",key:"1m3kbl"}]]);const Zk=r("git-compare",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["path",{d:"M11 18H8a2 2 0 0 1-2-2V9",key:"19pyzm"}]]);const Gk=r("git-graph",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v6",key:"158jrl"}],["circle",{cx:"5",cy:"18",r:"3",key:"104gr9"}],["path",{d:"M12 3v18",key:"108xh3"}],["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}],["path",{d:"M16 15.7A9 9 0 0 0 19 9",key:"1e3vqb"}]]);const Wk=r("git-fork",[["circle",{cx:"12",cy:"18",r:"3",key:"1mpf1b"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["path",{d:"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9",key:"1uq4wg"}],["path",{d:"M12 12v3",key:"158kv8"}]]);const Kk=r("git-merge",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9",key:"7kw0sc"}]]);const Xk=r("git-pull-request-arrow",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v12",key:"ih889a"}],["circle",{cx:"19",cy:"18",r:"3",key:"1qljk2"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7",key:"1yj91y"}]]);const Jk=r("git-pull-request-closed",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 9v12",key:"1sc30k"}],["path",{d:"m21 3-6 6",key:"16nqsk"}],["path",{d:"m21 9-6-6",key:"9j17rh"}],["path",{d:"M18 11.5V15",key:"65xf6f"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]]);const Yk=r("git-pull-request-create-arrow",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v12",key:"ih889a"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v3",key:"1rbwk6"}],["path",{d:"M19 15v6",key:"10aioa"}],["path",{d:"M22 18h-6",key:"1d5gi5"}]]);const Qk=r("git-pull-request-create",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 9v12",key:"1sc30k"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v3",key:"1jb6z3"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}]]);const e4=r("git-pull-request-draft",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M18 6V5",key:"1oao2s"}],["path",{d:"M18 11v-1",key:"11c8tz"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21",key:"rroup"}]]);const t4=r("github",[["path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4",key:"tonef"}],["path",{d:"M9 18c-4.51 2-5-2-7-2",key:"9comsn"}]]);const n4=r("git-pull-request",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21",key:"rroup"}]]);const o4=r("gitlab",[["path",{d:"m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z",key:"148pdi"}]]);const a4=r("glasses",[["circle",{cx:"6",cy:"15",r:"4",key:"vux9w4"}],["circle",{cx:"18",cy:"15",r:"4",key:"18o8ve"}],["path",{d:"M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2",key:"1ag4bs"}],["path",{d:"M2.5 13 5 7c.7-1.3 1.4-2 3-2",key:"1hm1gs"}],["path",{d:"M21.5 13 19 7c-.7-1.3-1.5-2-3-2",key:"1r31ai"}]]);const i4=r("glass-water",[["path",{d:"M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z",key:"p55z4y"}],["path",{d:"M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0",key:"mjntcy"}]]);const r4=r("globe-lock",[["path",{d:"M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13",key:"qkt0x6"}],["path",{d:"M2 12h8.5",key:"ovaggd"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2",key:"1of5e8"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1",key:"1fmf51"}]]);const c4=r("globe",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]]);const d4=r("goal",[["path",{d:"M12 13V2l8 4-8 4",key:"5wlwwj"}],["path",{d:"M20.561 10.222a9 9 0 1 1-12.55-5.29",key:"1c0wjv"}],["path",{d:"M8.002 9.997a5 5 0 1 0 8.9 2.02",key:"gb1g7m"}]]);const s4=r("gpu",[["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"}]]);const l4=r("graduation-cap",[["path",{d:"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",key:"j76jl0"}],["path",{d:"M22 10v6",key:"1lu8f3"}],["path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5",key:"1r8lef"}]]);const u4=r("grape",[["path",{d:"M22 5V2l-5.89 5.89",key:"1eenpo"}],["circle",{cx:"16.6",cy:"15.89",r:"3",key:"xjtalx"}],["circle",{cx:"8.11",cy:"7.4",r:"3",key:"u2fv6i"}],["circle",{cx:"12.35",cy:"11.65",r:"3",key:"i6i8g7"}],["circle",{cx:"13.91",cy:"5.85",r:"3",key:"6ye0dv"}],["circle",{cx:"18.15",cy:"10.09",r:"3",key:"snx9no"}],["circle",{cx:"6.56",cy:"13.2",r:"3",key:"17x4xg"}],["circle",{cx:"10.8",cy:"17.44",r:"3",key:"1hogw9"}],["circle",{cx:"5",cy:"19",r:"3",key:"1sn6vo"}]]);const Mo=r("grid-2x2-check",[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]]);const $o=r("grid-2x2-plus",[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M19 22v-6",key:"qhmiwi"}]]);const wo=r("grid-2x2-x",[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"m16 16 5 5",key:"8tpb07"}],["path",{d:"m16 21 5-5",key:"193jll"}]]);const bo=r("grid-2x2",[["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M3 12h18",key:"1i2n21"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]);const De=r("grid-3x3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);const h4=r("grid-3x2",[["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"}]]);const p4=r("grip-horizontal",[["circle",{cx:"12",cy:"9",r:"1",key:"124mty"}],["circle",{cx:"19",cy:"9",r:"1",key:"1ruzo2"}],["circle",{cx:"5",cy:"9",r:"1",key:"1a8b28"}],["circle",{cx:"12",cy:"15",r:"1",key:"1e56xg"}],["circle",{cx:"19",cy:"15",r:"1",key:"1a92ep"}],["circle",{cx:"5",cy:"15",r:"1",key:"5r1jwy"}]]);const y4=r("grip-vertical",[["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}],["circle",{cx:"9",cy:"5",r:"1",key:"hp0tcf"}],["circle",{cx:"9",cy:"19",r:"1",key:"fkjjf6"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["circle",{cx:"15",cy:"19",r:"1",key:"f4zoj3"}]]);const k4=r("grip",[["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"19",cy:"5",r:"1",key:"w8mnmm"}],["circle",{cx:"5",cy:"5",r:"1",key:"lttvr7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}],["circle",{cx:"19",cy:"19",r:"1",key:"shf9b7"}],["circle",{cx:"5",cy:"19",r:"1",key:"bfqh0e"}]]);const _4=r("group",[["path",{d:"M3 7V5c0-1.1.9-2 2-2h2",key:"adw53z"}],["path",{d:"M17 3h2c1.1 0 2 .9 2 2v2",key:"an4l38"}],["path",{d:"M21 17v2c0 1.1-.9 2-2 2h-2",key:"144t0e"}],["path",{d:"M7 21H5c-1.1 0-2-.9-2-2v-2",key:"rtnfgi"}],["rect",{width:"7",height:"5",x:"7",y:"7",rx:"1",key:"1eyiv7"}],["rect",{width:"7",height:"5",x:"10",y:"12",rx:"1",key:"1qlmkx"}]]);const f4=r("guitar",[["path",{d:"m11.9 12.1 4.514-4.514",key:"109xqo"}],["path",{d:"M20.1 2.3a1 1 0 0 0-1.4 0l-1.114 1.114A2 2 0 0 0 17 4.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 17.828 7h1.344a2 2 0 0 0 1.414-.586L21.7 5.3a1 1 0 0 0 0-1.4z",key:"txyc8t"}],["path",{d:"m6 16 2 2",key:"16qmzd"}],["path",{d:"M8.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"}]]);const m4=r("ham",[["path",{d:"M13.144 21.144A7.274 10.445 45 1 0 2.856 10.856",key:"1k1t7q"}],["path",{d:"M13.144 21.144A7.274 4.365 45 0 0 2.856 10.856a7.274 4.365 45 0 0 10.288 10.288",key:"153t1g"}],["path",{d:"M16.565 10.435 18.6 8.4a2.501 2.501 0 1 0 1.65-4.65 2.5 2.5 0 1 0-4.66 1.66l-2.024 2.025",key:"gzrt0n"}],["path",{d:"m8.5 16.5-1-1",key:"otr954"}]]);const g4=r("hamburger",[["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"}]]);const v4=r("hammer",[["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"}]]);const M4=r("hand-coins",[["path",{d:"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17",key:"geh8rc"}],["path",{d:"m7 21 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"1fto5m"}],["path",{d:"m2 16 6 6",key:"1pfhp9"}],["circle",{cx:"16",cy:"9",r:"2.9",key:"1n0dlu"}],["circle",{cx:"6",cy:"5",r:"3",key:"151irh"}]]);const $4=r("hand-fist",[["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"}]]);const xo=r("hand-grab",[["path",{d:"M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4",key:"edstyy"}],["path",{d:"M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",key:"19wdwo"}],["path",{d:"M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5",key:"1lugqo"}],["path",{d:"M6 14a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1hbeus"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0",key:"1etffm"}]]);const w4=r("hand-heart",[["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"}]]);const b4=r("hand-metal",[["path",{d:"M18 12.5V10a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4",key:"wc6myp"}],["path",{d:"M14 11V9a2 2 0 1 0-4 0v2",key:"94qvcw"}],["path",{d:"M10 10.5V5a2 2 0 1 0-4 0v9",key:"m1ah89"}],["path",{d:"m7 15-1.76-1.76a2 2 0 0 0-2.83 2.82l3.6 3.6C7.5 21.14 9.2 22 12 22h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v5",key:"t1skq1"}]]);const No=r("hand-helping",[["path",{d:"M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14",key:"1j4xps"}],["path",{d:"m7 18 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"uospg8"}],["path",{d:"m2 13 6 6",key:"16e5sb"}]]);const x4=r("hand-platter",[["path",{d:"M12 3V2",key:"ar7q03"}],["path",{d:"m15.4 17.4 3.2-2.8a2 2 0 1 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2l-1.302-1.464A1 1 0 0 0 6.151 19H5",key:"n2g93r"}],["path",{d:"M2 14h12a2 2 0 0 1 0 4h-2",key:"1o2jem"}],["path",{d:"M4 10h16",key:"img6z1"}],["path",{d:"M5 10a7 7 0 0 1 14 0",key:"1ega1o"}],["path",{d:"M5 14v6a1 1 0 0 1-1 1H2",key:"1hescx"}]]);const N4=r("hand",[["path",{d:"M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1fvzgz"}],["path",{d:"M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",key:"1kc0my"}],["path",{d:"M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8",key:"10h0bg"}],["path",{d:"M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",key:"1s1gnw"}]]);const I4=r("handbag",[["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"}]]);const L4=r("handshake",[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3",key:"efffak"}],["path",{d:"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",key:"9pr0kb"}],["path",{d:"m21 3 1 11h-2",key:"1tisrp"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3",key:"1uvwmv"}],["path",{d:"M3 4h8",key:"1ep09j"}]]);const S4=r("hard-drive-download",[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"m16 6-4 4-4-4",key:"6wukr"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 18h.01",key:"h775k"}]]);const C4=r("hard-drive-upload",[["path",{d:"m16 6-4-4-4 4",key:"13yo43"}],["path",{d:"M12 2v8",key:"1q4o3n"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 18h.01",key:"h775k"}]]);const z4=r("hard-drive",[["line",{x1:"22",x2:"2",y1:"12",y2:"12",key:"1y58io"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}],["line",{x1:"6",x2:"6.01",y1:"16",y2:"16",key:"sgf278"}],["line",{x1:"10",x2:"10.01",y1:"16",y2:"16",key:"1l4acy"}]]);const A4=r("hard-hat",[["path",{d:"M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5",key:"1p9q5i"}],["path",{d:"M14 6a6 6 0 0 1 6 6v3",key:"1hnv84"}],["path",{d:"M4 15v-3a6 6 0 0 1 6-6",key:"9ciidu"}],["rect",{x:"2",y:"15",width:"20",height:"4",rx:"1",key:"g3x8cw"}]]);const j4=r("hash",[["line",{x1:"4",x2:"20",y1:"9",y2:"9",key:"4lhtct"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15",key:"vyu0kd"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21",key:"1ggp8o"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21",key:"weycgp"}]]);const P4=r("hat-glasses",[["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"}]]);const q4=r("haze",[["path",{d:"m5.2 6.2 1.4 1.4",key:"17imol"}],["path",{d:"M2 13h2",key:"13gyu8"}],["path",{d:"M20 13h2",key:"16rner"}],["path",{d:"m17.4 7.6 1.4-1.4",key:"t4xlah"}],["path",{d:"M22 17H2",key:"1gtaj3"}],["path",{d:"M22 21H2",key:"1gy6en"}],["path",{d:"M16 13a4 4 0 0 0-8 0",key:"1dyczq"}],["path",{d:"M12 5V2.5",key:"1vytko"}]]);const D4=r("hdmi-port",[["path",{d:"M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z",key:"2128wb"}],["path",{d:"M7.5 12h9",key:"1t0ckc"}]]);const O4=r("heading-1",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"m17 12 3-2v8",key:"1hhhft"}]]);const H4=r("heading-2",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1",key:"9jr5yi"}]]);const V4=r("heading-3",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2",key:"68ncm8"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2",key:"1ejuhz"}]]);const R4=r("heading-4",[["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17 10v3a1 1 0 0 0 1 1h3",key:"tj5zdr"}],["path",{d:"M21 10v8",key:"1kdml4"}],["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}]]);const T4=r("heading-6",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["circle",{cx:"19",cy:"16",r:"2",key:"15mx69"}],["path",{d:"M20 10c-2 2-3 3.5-3 6",key:"f35dl0"}]]);const F4=r("heading-5",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17 13v-3h4",key:"1nvgqp"}],["path",{d:"M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17",key:"2nebdn"}]]);const E4=r("heading",[["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M6 20V4",key:"1w1bmo"}],["path",{d:"M18 20V4",key:"o2hl4u"}]]);const U4=r("headphone-off",[["path",{d:"M21 14h-1.343",key:"1jdnxi"}],["path",{d:"M9.128 3.47A9 9 0 0 1 21 12v3.343",key:"6kipu2"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20.414 20.414A2 2 0 0 1 19 21h-1a2 2 0 0 1-2-2v-3",key:"9x50f4"}],["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 2.636-6.364",key:"1bkxnm"}]]);const B4=r("headset",[["path",{d:"M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3Z",key:"12oyoe"}],["path",{d:"M21 16v2a4 4 0 0 1-4 4h-5",key:"1x7m43"}]]);const Z4=r("headphones",[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3",key:"1xhozi"}]]);const G4=r("heart-crack",[["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"}]]);const W4=r("heart-handshake",[["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"}]]);const K4=r("heart-minus",[["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"}]]);const X4=r("heart-off",[["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"}]]);const J4=r("heart-plus",[["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"}]]);const Y4=r("heart-pulse",[["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"}]]);const Q4=r("heart",[["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"}]]);const e5=r("heater",[["path",{d:"M11 8c2-3-2-3 0-6",key:"1ldv5m"}],["path",{d:"M15.5 8c2-3-2-3 0-6",key:"1otqoz"}],["path",{d:"M6 10h.01",key:"1lbq93"}],["path",{d:"M6 14h.01",key:"zudwn7"}],["path",{d:"M10 16v-4",key:"1c25yv"}],["path",{d:"M14 16v-4",key:"1dkbt8"}],["path",{d:"M18 16v-4",key:"1yg9me"}],["path",{d:"M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3",key:"1ubg90"}],["path",{d:"M5 20v2",key:"1abpe8"}],["path",{d:"M19 20v2",key:"kqn6ft"}]]);const t5=r("helicopter",[["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"}]]);const n5=r("hexagon",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}]]);const o5=r("highlighter",[["path",{d:"m9 11-6 6v3h9l3-3",key:"1a3l36"}],["path",{d:"m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4",key:"14a9rk"}]]);const a5=r("history",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M12 7v5l4 2",key:"1fdv2h"}]]);const i5=r("hop-off",[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.28.01.53-.09.7-.27",key:"qyzcap"}],["path",{d:"M11.14 20.57c.52.24 2.44 1.12 4.08 1.37.46.06.86-.25.9-.71.12-1.52-.3-3.43-.5-4.28",key:"y078lb"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .7-.26",key:"1utre3"}],["path",{d:"M17.99 5.52a20.83 20.83 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-1.17.1-2.5.02-3.9-.25",key:"17o9hm"}],["path",{d:"M20.57 11.14c.24.52 1.12 2.44 1.37 4.08.04.3-.08.59-.31.75",key:"1d1n4p"}],["path",{d:"M4.93 4.93a10 10 0 0 0-.67 13.4c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.85.85 0 0 0 .48-.24",key:"9uv3tt"}],["path",{d:"M5.52 17.99c1.05.95 2.91 2.42 4.5 3.15a.8.8 0 0 0 1.13-.68c.2-2.34-.33-5.3-1.57-8.28",key:"1292wz"}],["path",{d:"M8.35 2.68a10 10 0 0 1 9.98 1.58c.43.35.4.96-.12 1.17-1.5.6-4.3.98-6.07 1.05",key:"7ozu9p"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const r5=r("hop",[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.55.03 1-.42.97-.97-.06-1.27-.26-3.5-.85-5.18",key:"18lxf1"}],["path",{d:"M11.5 6.5c1.64 0 5-.38 6.71-1.07.52-.2.55-.82.12-1.17A10 10 0 0 0 4.26 18.33c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.88.88 0 0 0 .73-.74c.3-2.14-.15-3.5-.61-4.88",key:"vtfxrw"}],["path",{d:"M15.62 16.95c.2.85.62 2.76.5 4.28a.77.77 0 0 1-.9.7 16.64 16.64 0 0 1-4.08-1.36",key:"13hl71"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .96-.96 17.68 17.68 0 0 0-.9-4.87",key:"1sl8oj"}],["path",{d:"M16.94 15.62c.86.2 2.77.62 4.29.5a.77.77 0 0 0 .7-.9 16.64 16.64 0 0 0-1.36-4.08",key:"19c6kt"}],["path",{d:"M17.99 5.52a20.82 20.82 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-2.33.2-5.3-.32-8.27-1.57",key:"85ghs3"}],["path",{d:"M4.93 4.93 3 3a.7.7 0 0 1 0-1",key:"x087yj"}],["path",{d:"M9.58 12.18c1.24 2.98 1.77 5.95 1.57 8.28a.8.8 0 0 1-1.13.68 20.82 20.82 0 0 1-4.5-3.15",key:"11xdqo"}]]);const c5=r("hospital",[["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"}]]);const d5=r("hotel",[["path",{d:"M10 22v-6.57",key:"1wmca3"}],["path",{d:"M12 11h.01",key:"z322tv"}],["path",{d:"M12 7h.01",key:"1ivr5q"}],["path",{d:"M14 15.43V22",key:"1q2vjd"}],["path",{d:"M15 16a5 5 0 0 0-6 0",key:"o9wqvi"}],["path",{d:"M16 11h.01",key:"xkw8gn"}],["path",{d:"M16 7h.01",key:"1kdx03"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 7h.01",key:"1vti4s"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",key:"1uxh74"}]]);const s5=r("hourglass",[["path",{d:"M5 22h14",key:"ehvnwv"}],["path",{d:"M5 2h14",key:"pdyrp9"}],["path",{d:"M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22",key:"1d314k"}],["path",{d:"M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2",key:"1vvvr6"}]]);const l5=r("house-heart",[["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"}]]);const u5=r("house-plug",[["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"}]]);const h5=r("house-plus",[["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"}]]);const p5=r("house-wifi",[["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"}]]);const Io=r("house",[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-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"}]]);const Lo=r("ice-cream-bowl",[["path",{d:"M12 17c5 0 8-2.69 8-6H4c0 3.31 3 6 8 6m-4 4h8m-4-3v3M5.14 11a3.5 3.5 0 1 1 6.71 0",key:"1uxfcu"}],["path",{d:"M12.14 11a3.5 3.5 0 1 1 6.71 0",key:"4k3m1s"}],["path",{d:"M15.5 6.5a3.5 3.5 0 1 0-7 0",key:"zmuahr"}]]);const So=r("ice-cream-cone",[["path",{d:"m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11",key:"1v6356"}],["path",{d:"M17 7A5 5 0 0 0 7 7",key:"151p3v"}],["path",{d:"M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4",key:"1sdaij"}]]);const y5=r("id-card-lanyard",[["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"}]]);const k5=r("id-card",[["path",{d:"M16 10h2",key:"8sgtl7"}],["path",{d:"M16 14h2",key:"epxaof"}],["path",{d:"M6.17 15a3 3 0 0 1 5.66 0",key:"n6f512"}],["circle",{cx:"9",cy:"11",r:"2",key:"yxgjnd"}],["rect",{x:"2",y:"5",width:"20",height:"14",rx:"2",key:"qneu4z"}]]);const _5=r("image-down",[["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",key:"9csbqa"}],["path",{d:"m14 19 3 3v-5.5",key:"9ldu5r"}],["path",{d:"m17 22 3-3",key:"1nkfve"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]);const f5=r("image-minus",[["path",{d:"M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7",key:"m87ecr"}],["line",{x1:"16",x2:"22",y1:"5",y2:"5",key:"ez7e4s"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]]);const m5=r("image-off",[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M10.41 10.41a2 2 0 1 1-2.83-2.83",key:"1bzlo9"}],["line",{x1:"13.5",x2:"6",y1:"13.5",y2:"21",key:"1q0aeu"}],["line",{x1:"18",x2:"21",y1:"12",y2:"15",key:"5mozeu"}],["path",{d:"M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59",key:"mmje98"}],["path",{d:"M21 15V5a2 2 0 0 0-2-2H9",key:"43el77"}]]);const g5=r("image-play",[["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"}]]);const v5=r("image-plus",[["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 2v6",key:"4bpg5p"}],["path",{d:"M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5",key:"1ue2ih"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]);const M5=r("image-up",[["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",key:"9csbqa"}],["path",{d:"m14 19.5 3-3 3 3",key:"9vmjn0"}],["path",{d:"M17 22v-5.5",key:"1aa6fl"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]);const $5=r("image-upscale",[["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M17 21h2a2 2 0 0 0 2-2",key:"130fy9"}],["path",{d:"M21 12v3",key:"1wzk3p"}],["path",{d:"m21 3-5 5",key:"1g5oa7"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2",key:"kk3yz1"}],["path",{d:"m5 21 4.144-4.144a1.21 1.21 0 0 1 1.712 0L13 19",key:"fyekpt"}],["path",{d:"M9 3h3",key:"d52fa"}],["rect",{x:"3",y:"11",width:"10",height:"10",rx:"1",key:"1wpmix"}]]);const w5=r("image",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]]);const b5=r("images",[["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"}]]);const x5=r("import",[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m8 11 4 4 4-4",key:"1dohi6"}],["path",{d:"M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4",key:"1ywtjm"}]]);const N5=r("inbox",[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]]);const I5=r("indian-rupee",[["path",{d:"M6 3h12",key:"ggurg9"}],["path",{d:"M6 8h12",key:"6g4wlu"}],["path",{d:"m6 13 8.5 8",key:"u1kupk"}],["path",{d:"M6 13h3",key:"wdp6ag"}],["path",{d:"M9 13c6.667 0 6.667-10 0-10",key:"1nkvk2"}]]);const Ni=r("info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]);const L5=r("infinity",[["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"}]]);const S5=r("inspection-panel",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7h.01",key:"7u93v4"}],["path",{d:"M17 7h.01",key:"14a9sn"}],["path",{d:"M7 17h.01",key:"19xn7k"}],["path",{d:"M17 17h.01",key:"1sd3ek"}]]);const C5=r("instagram",[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"5",ry:"5",key:"2e1cvw"}],["path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z",key:"9exkf1"}],["line",{x1:"17.5",x2:"17.51",y1:"6.5",y2:"6.5",key:"r4j83e"}]]);const z5=r("italic",[["line",{x1:"19",x2:"10",y1:"4",y2:"4",key:"15jd3p"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20",key:"bu0au3"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20",key:"uljnxc"}]]);const A5=r("iteration-ccw",[["path",{d:"m16 14 4 4-4 4",key:"hkso8o"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8",key:"1bik7b"}]]);const j5=r("japanese-yen",[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3",key:"2ej80x"}],["path",{d:"M6 15h12",key:"1hwgt5"}],["path",{d:"M6 11h12",key:"wf4gp6"}]]);const P5=r("joystick",[["path",{d:"M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z",key:"jg2n2t"}],["path",{d:"M6 15v-2",key:"gd6mvg"}],["path",{d:"M12 15V9",key:"8c7uyn"}],["circle",{cx:"12",cy:"6",r:"3",key:"1gm2ql"}]]);const q5=r("iteration-cw",[["path",{d:"M4 10a8 8 0 1 1 8 8H4",key:"svv66n"}],["path",{d:"m8 22-4-4 4-4",key:"6g7gki"}]]);const D5=r("kanban",[["path",{d:"M5 3v14",key:"9nsxs2"}],["path",{d:"M12 3v8",key:"1h2ygw"}],["path",{d:"M19 3v18",key:"1sk56x"}]]);const O5=r("key-round",[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]]);const H5=r("kayak",[["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"}]]);const V5=r("key",[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4",key:"g0fldk"}],["path",{d:"m21 2-9.6 9.6",key:"1j0ho8"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5",key:"yqb3hr"}]]);const R5=r("key-square",[["path",{d:"M12.4 2.7a2.5 2.5 0 0 1 3.4 0l5.5 5.5a2.5 2.5 0 0 1 0 3.4l-3.7 3.7a2.5 2.5 0 0 1-3.4 0L8.7 9.8a2.5 2.5 0 0 1 0-3.4z",key:"165ttr"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"m9.4 10.6-6.814 6.814A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814",key:"1ubxi2"}]]);const T5=r("keyboard-music",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 8h4",key:"utf9t1"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M6 12v4",key:"dy92yo"}],["path",{d:"M10 12v4",key:"1fxnav"}],["path",{d:"M14 12v4",key:"1hft58"}],["path",{d:"M18 12v4",key:"tjjnbz"}]]);const F5=r("keyboard-off",[["path",{d:"M 20 4 A2 2 0 0 1 22 6",key:"1g1fkt"}],["path",{d:"M 22 6 L 22 16.41",key:"1qjg3w"}],["path",{d:"M 7 16 L 16 16",key:"n0yqwb"}],["path",{d:"M 9.69 4 L 20 4",key:"kbpcgx"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2",key:"s23sx2"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M8 12h.01",key:"czm47f"}]]);const E5=r("keyboard",[["path",{d:"M10 8h.01",key:"1r9ogq"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M7 16h10",key:"wp8him"}],["path",{d:"M8 12h.01",key:"czm47f"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}]]);const U5=r("lamp-ceiling",[["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"}]]);const B5=r("lamp-desk",[["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"}]]);const Z5=r("lamp-floor",[["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"}]]);const G5=r("lamp-wall-down",[["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"}]]);const W5=r("lamp-wall-up",[["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"}]]);const K5=r("lamp",[["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"}]]);const X5=r("land-plot",[["path",{d:"m12 8 6-3-6-3v10",key:"mvpnpy"}],["path",{d:"m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12",key:"ek95tt"}],["path",{d:"m6.49 12.85 11.02 6.3",key:"1kt42w"}],["path",{d:"M17.51 12.85 6.5 19.15",key:"v55bdg"}]]);const J5=r("landmark",[["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"}]]);const Y5=r("languages",[["path",{d:"m5 8 6 6",key:"1wu5hv"}],["path",{d:"m4 14 6-6 2-3",key:"1k1g8d"}],["path",{d:"M2 5h12",key:"or177f"}],["path",{d:"M7 2h1",key:"1t2jsx"}],["path",{d:"m22 22-5-10-5 10",key:"don7ne"}],["path",{d:"M14 18h6",key:"1m8k6r"}]]);const Q5=r("laptop-minimal-check",[["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2",key:"8ur36m"}]]);const Co=r("laptop-minimal",[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2",key:"1qhy41"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20",key:"ni3hll"}]]);const e_=r("laptop",[["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"}]]);const t_=r("lasso",[["path",{d:"M3.704 14.467A10 8 0 0 1 2 10a10 8 0 0 1 20 0 10 8 0 0 1-10 8 10 8 0 0 1-5.181-1.158",key:"1yant3"}],["path",{d:"M7 22a5 5 0 0 1-2-3.994",key:"1xp6a4"}],["circle",{cx:"5",cy:"16",r:"2",key:"18csp3"}]]);const n_=r("laugh",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z",key:"b2q4dd"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]);const o_=r("lasso-select",[["path",{d:"M7 22a5 5 0 0 1-2-4",key:"umushi"}],["path",{d:"M7 16.93c.96.43 1.96.74 2.99.91",key:"ybbtv3"}],["path",{d:"M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.19 7.19 0 0 1-.33 2",key:"gt5e1w"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",key:"bq3ynw"}],["path",{d:"M14.33 22h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14z",key:"72q637"}]]);const a_=r("layers-2",[["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"}]]);const zo=r("layers",[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]]);const i_=r("layout-dashboard",[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]]);const r_=r("layout-grid",[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}]]);const c_=r("layout-list",[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}],["path",{d:"M14 4h7",key:"3xa0d5"}],["path",{d:"M14 9h7",key:"1icrd9"}],["path",{d:"M14 15h7",key:"1mj8o2"}],["path",{d:"M14 20h7",key:"11slyb"}]]);const d_=r("layout-panel-left",[["rect",{width:"7",height:"18",x:"3",y:"3",rx:"1",key:"2obqm"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}]]);const s_=r("layout-panel-top",[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1",key:"f1a2em"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}]]);const l_=r("layout-template",[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1",key:"f1a2em"}],["rect",{width:"9",height:"7",x:"3",y:"14",rx:"1",key:"jqznyg"}],["rect",{width:"5",height:"7",x:"16",y:"14",rx:"1",key:"q5h2i8"}]]);const u_=r("leaf",[["path",{d:"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z",key:"nnexq3"}],["path",{d:"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12",key:"mt58a7"}]]);const h_=r("leafy-green",[["path",{d:"M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5 4 4 0 0 0 6.187-2.353 3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8 3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373 3.5 3.5 0 0 0-5.116 3.69 4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1 3.926 19.743 3.014 20.732 2 22",key:"1134nt"}],["path",{d:"M2 22 17 7",key:"1q7jp2"}]]);const p_=r("lectern",[["path",{d:"M16 12h3a2 2 0 0 0 1.902-1.38l1.056-3.333A1 1 0 0 0 21 6H3a1 1 0 0 0-.958 1.287l1.056 3.334A2 2 0 0 0 5 12h3",key:"13jjxg"}],["path",{d:"M18 6V3a1 1 0 0 0-1-1h-3",key:"1550fe"}],["rect",{width:"8",height:"12",x:"8",y:"10",rx:"1",key:"qmu8b6"}]]);const y_=r("library-big",[["rect",{width:"8",height:"18",x:"3",y:"3",rx:"1",key:"oynpb5"}],["path",{d:"M7 3v18",key:"bbkbws"}],["path",{d:"M20.4 18.9c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z",key:"1qboyk"}]]);const k_=r("library",[["path",{d:"m16 6 4 14",key:"ji33uf"}],["path",{d:"M12 6v14",key:"1n7gus"}],["path",{d:"M8 8v12",key:"1gg7y9"}],["path",{d:"M4 4v16",key:"6qkkli"}]]);const __=r("life-buoy",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.93 4.93 4.24 4.24",key:"1ymg45"}],["path",{d:"m14.83 9.17 4.24-4.24",key:"1cb5xl"}],["path",{d:"m14.83 14.83 4.24 4.24",key:"q42g0n"}],["path",{d:"m9.17 14.83-4.24 4.24",key:"bqpfvv"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]]);const f_=r("ligature",[["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"}]]);const m_=r("lightbulb-off",[["path",{d:"M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5",key:"1fkcox"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5",key:"10m8kw"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]]);const g_=r("lightbulb",[["path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5",key:"1gvzjb"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]]);const v_=r("line-squiggle",[["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"}]]);const M_=r("link-2-off",[["path",{d:"M9 17H7A5 5 0 0 1 7 7",key:"10o201"}],["path",{d:"M15 7h2a5 5 0 0 1 4 8",key:"1d3206"}],["line",{x1:"8",x2:"12",y1:"12",y2:"12",key:"rvw6j4"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const $_=r("link-2",[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]);const w_=r("link",[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]]);const b_=r("linkedin",[["path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z",key:"c2jq9f"}],["rect",{width:"4",height:"12",x:"2",y:"9",key:"mk3on5"}],["circle",{cx:"4",cy:"4",r:"2",key:"bt5ra8"}]]);const x_=r("list-check",[["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"}]]);const N_=r("list-checks",[["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"}]]);const I_=r("list-chevrons-down-up",[["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"}]]);const L_=r("list-collapse",[["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"}]]);const S_=r("list-chevrons-up-down",[["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"}]]);const C_=r("list-end",[["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"}]]);const z_=r("list-filter-plus",[["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"}]]);const A_=r("list-filter",[["path",{d:"M2 5h20",key:"1fs1ex"}],["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M9 19h6",key:"456am0"}]]);const Oe=r("list-indent-decrease",[["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"}]]);const He=r("list-indent-increase",[["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"}]]);const j_=r("list-minus",[["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"}]]);const P_=r("list-music",[["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"}]]);const q_=r("list-ordered",[["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"}]]);const D_=r("list-plus",[["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"}]]);const O_=r("list-restart",[["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"}]]);const H_=r("list-start",[["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"}]]);const V_=r("list-todo",[["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"}]]);const R_=r("list-tree",[["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"}]]);const T_=r("list-video",[["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"}]]);const F_=r("list-x",[["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"}]]);const E_=r("list",[["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"}]]);const Ao=r("loader-circle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]]);const U_=r("loader-pinwheel",[["path",{d:"M22 12a1 1 0 0 1-10 0 1 1 0 0 0-10 0",key:"1lzz15"}],["path",{d:"M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6",key:"1gnrpi"}],["path",{d:"M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6",key:"u9yy5q"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const B_=r("locate-fixed",[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);const Ii=r("loader",[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]]);const Z_=r("locate-off",[["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"}]]);const G_=r("locate",[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}]]);const jo=r("lock-keyhole-open",[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2",key:"l0tzu3"}],["path",{d:"M7 10V7a5 5 0 0 1 9.33-2.5",key:"car5b7"}]]);const W_=r("lock-keyhole",[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2",key:"6s8ecr"}],["path",{d:"M7 10V7a5 5 0 0 1 10 0v3",key:"1pqi11"}]]);const Po=r("lock-open",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 9.9-1",key:"1mm8w8"}]]);const K_=r("lock",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]]);const X_=r("log-in",[["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"}]]);const J_=r("log-out",[["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"}]]);const Y_=r("logs",[["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"}]]);const Q_=r("lollipop",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0",key:"107gwy"}]]);const ef=r("luggage",[["path",{d:"M6 20a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2",key:"1m57jg"}],["path",{d:"M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14",key:"1l99gc"}],["path",{d:"M10 20h4",key:"ni2waw"}],["circle",{cx:"16",cy:"20",r:"2",key:"1vifvg"}],["circle",{cx:"8",cy:"20",r:"2",key:"ckkr5m"}]]);const tf=r("magnet",[["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"}]]);const nf=r("mail-check",[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"12jkf8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]]);const of=r("mail-minus",[["path",{d:"M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"fuxbkv"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M16 19h6",key:"xwg31i"}]]);const af=r("mail-open",[["path",{d:"M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z",key:"1jhwl8"}],["path",{d:"m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10",key:"1qfld7"}]]);const rf=r("mail-plus",[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"12jkf8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M16 19h6",key:"xwg31i"}]]);const qo=r("mail-question-mark",[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",key:"e61zoh"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2",key:"7z9rxb"}],["path",{d:"M20 22v.01",key:"12bgn6"}]]);const cf=r("mail-search",[["path",{d:"M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5",key:"w80f2v"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",key:"8lzu5m"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m22 22-1.5-1.5",key:"1x83k4"}]]);const df=r("mail-warning",[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",key:"e61zoh"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M20 14v4",key:"1hm744"}],["path",{d:"M20 22v.01",key:"12bgn6"}]]);const sf=r("mail-x",[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9",key:"1j9vog"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"m17 17 4 4",key:"1b3523"}],["path",{d:"m21 17-4 4",key:"uinynz"}]]);const lf=r("mail",[["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"}]]);const uf=r("mailbox",[["path",{d:"M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z",key:"1lbycx"}],["polyline",{points:"15,9 18,9 18,11",key:"1pm9c0"}],["path",{d:"M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2",key:"15i455"}],["line",{x1:"6",x2:"7",y1:"10",y2:"10",key:"1e2scm"}]]);const hf=r("mails",[["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"}]]);const pf=r("map-minus",[["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"}]]);const yf=r("map-pin-check-inside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}]]);const kf=r("map-pin-check",[["path",{d:"M19.43 12.935c.357-.967.57-1.955.57-2.935a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32.197 32.197 0 0 0 .813-.728",key:"1dq61d"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"m16 18 2 2 4-4",key:"1mkfmb"}]]);const _f=r("map-pin-house",[["path",{d:"M15 22a1 1 0 0 1-1-1v-4a1 1 0 0 1 .445-.832l3-2a1 1 0 0 1 1.11 0l3 2A1 1 0 0 1 22 17v4a1 1 0 0 1-1 1z",key:"1p1rcz"}],["path",{d:"M18 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 .601.2",key:"mcbcs9"}],["path",{d:"M18 22v-3",key:"1t1ugv"}],["circle",{cx:"10",cy:"10",r:"3",key:"1ns7v1"}]]);const ff=r("map-pin-minus-inside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);const mf=r("map-pin-minus",[["path",{d:"M18.977 14C19.6 12.701 20 11.343 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",key:"11uxia"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M16 18h6",key:"987eiv"}]]);const gf=r("map-pin-off",[["path",{d:"M12.75 7.09a3 3 0 0 1 2.16 2.16",key:"1d4wjd"}],["path",{d:"M17.072 17.072c-1.634 2.17-3.527 3.912-4.471 4.727a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 1.432-4.568",key:"12yil7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533",key:"lhrkcz"}],["path",{d:"M9.13 9.13a3 3 0 0 0 3.74 3.74",key:"13wojd"}]]);const Do=r("map-pin-pen",[["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"}]]);const vf=r("map-pin-plus-inside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);const Mf=r("map-pin-plus",[["path",{d:"M19.914 11.105A7.298 7.298 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",key:"fcdtly"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M16 18h6",key:"987eiv"}],["path",{d:"M19 15v6",key:"10aioa"}]]);const $f=r("map-pin-x-inside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]]);const wf=r("map-pin-x",[["path",{d:"M19.752 11.901A7.78 7.78 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 19 19 0 0 0 .09-.077",key:"y0ewhp"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"m21.5 15.5-5 5",key:"11iqnx"}],["path",{d:"m21.5 20.5-5-5",key:"1bylgx"}]]);const bf=r("map-pin",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]]);const xf=r("map-pinned",[["path",{d:"M18 8c0 3.613-3.869 7.429-5.393 8.795a1 1 0 0 1-1.214 0C9.87 15.429 6 11.613 6 8a6 6 0 0 1 12 0",key:"11u0oz"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["path",{d:"M8.714 14h-3.71a1 1 0 0 0-.948.683l-2.004 6A1 1 0 0 0 3 22h18a1 1 0 0 0 .948-1.316l-2-6a1 1 0 0 0-.949-.684h-3.712",key:"q8zwxj"}]]);const Nf=r("map-plus",[["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"}]]);const If=r("map",[["path",{d:"M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z",key:"169xi5"}],["path",{d:"M15 5.764v15",key:"1pn4in"}],["path",{d:"M9 3.236v15",key:"1uimfh"}]]);const Lf=r("mars-stroke",[["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"}]]);const Sf=r("mars",[["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"}]]);const Cf=r("martini",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M12 11v11",key:"ur9y6a"}],["path",{d:"m19 3-7 8-7-8Z",key:"1sgpiw"}]]);const zf=r("maximize-2",[["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"}]]);const Af=r("maximize",[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3",key:"1dcmit"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3",key:"1e4gt3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3",key:"wsl5sc"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3",key:"18trek"}]]);const jf=r("medal",[["path",{d:"M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15",key:"143lza"}],["path",{d:"M11 12 5.12 2.2",key:"qhuxz6"}],["path",{d:"m13 12 5.88-9.8",key:"hbye0f"}],["path",{d:"M8 7h8",key:"i86dvs"}],["circle",{cx:"12",cy:"17",r:"5",key:"qbz8iq"}],["path",{d:"M12 18v-2h-.5",key:"fawc4q"}]]);const Pf=r("megaphone-off",[["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"}]]);const qf=r("megaphone",[["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"}]]);const Df=r("meh",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"8",x2:"16",y1:"15",y2:"15",key:"1xb1d9"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]);const Of=r("memory-stick",[["path",{d:"M6 19v-3",key:"1nvgqn"}],["path",{d:"M10 19v-3",key:"iu8nkm"}],["path",{d:"M14 19v-3",key:"kcehxu"}],["path",{d:"M18 19v-3",key:"1vh91z"}],["path",{d:"M8 11V9",key:"63erz4"}],["path",{d:"M16 11V9",key:"fru6f3"}],["path",{d:"M12 11V9",key:"ha00sb"}],["path",{d:"M2 15h20",key:"16ne18"}],["path",{d:"M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.1a2 2 0 0 0 0 3.837V17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5.1a2 2 0 0 0 0-3.837Z",key:"lhddv3"}]]);const Hf=r("merge",[["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}],["path",{d:"M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22",key:"1hyw0i"}],["path",{d:"m20 22-5-5",key:"1m27yz"}]]);const Vf=r("menu",[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]]);const Rf=r("message-circle-code",[["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"}]]);const Tf=r("message-circle-dashed",[["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"}]]);const Ff=r("message-circle-heart",[["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"}]]);const Ef=r("message-circle-more",[["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"}]]);const Uf=r("message-circle-off",[["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"}]]);const Bf=r("message-circle-plus",[["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"}]]);const Oo=r("message-circle-question-mark",[["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"}]]);const Zf=r("message-circle-reply",[["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"}]]);const Gf=r("message-circle-warning",[["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"}]]);const Wf=r("message-circle-x",[["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"}]]);const Kf=r("message-circle",[["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"}]]);const Xf=r("message-square-code",[["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"}]]);const Jf=r("message-square-dashed",[["path",{d:"M12 19h.01",key:"1wutuc"}],["path",{d:"M12 3h.01",key:"n36tog"}],["path",{d:"M16 19h.01",key:"1vcnzz"}],["path",{d:"M16 3h.01",key:"ll0zb8"}],["path",{d:"M2 13h.01",key:"1aptou"}],["path",{d:"M2 17v4.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H8",key:"4cp7zq"}],["path",{d:"M2 5a2 2 0 0 1 2-2",key:"1iztiu"}],["path",{d:"M2 9h.01",key:"1nzd1v"}],["path",{d:"M20 3a2 2 0 0 1 2 2",key:"m48m3a"}],["path",{d:"M22 13h.01",key:"ke7esy"}],["path",{d:"M22 17a2 2 0 0 1-2 2",key:"17q5fo"}],["path",{d:"M22 9h.01",key:"npkp49"}],["path",{d:"M8 3h.01",key:"133hau"}]]);const Yf=r("message-square-diff",[["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"}]]);const Qf=r("message-square-dot",[["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"}]]);const em=r("message-square-heart",[["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"}]]);const tm=r("message-square-lock",[["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"}]]);const nm=r("message-square-more",[["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"}]]);const om=r("message-square-off",[["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"}]]);const am=r("message-square-plus",[["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"}]]);const im=r("message-square-quote",[["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"}]]);const rm=r("message-square-reply",[["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"}]]);const cm=r("message-square-share",[["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"}]]);const dm=r("message-square-text",[["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"}]]);const sm=r("message-square-warning",[["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"}]]);const lm=r("message-square-x",[["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"}]]);const um=r("message-square",[["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"}]]);const hm=r("messages-square",[["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"}]]);const pm=r("mic-off",[["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"}]]);const ym=r("mic",[["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"}]]);const km=r("microchip",[["path",{d:"M18 12h2",key:"quuxs7"}],["path",{d:"M18 16h2",key:"zsn3lv"}],["path",{d:"M18 20h2",key:"9x5y9y"}],["path",{d:"M18 4h2",key:"1luxfb"}],["path",{d:"M18 8h2",key:"nxqzg"}],["path",{d:"M4 12h2",key:"1ltxp0"}],["path",{d:"M4 16h2",key:"8a5zha"}],["path",{d:"M4 20h2",key:"27dk57"}],["path",{d:"M4 4h2",key:"10groj"}],["path",{d:"M4 8h2",key:"18vq6w"}],["path",{d:"M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-1.5c-.276 0-.494.227-.562.495a2 2 0 0 1-3.876 0C9.994 2.227 9.776 2 9.5 2z",key:"1681fp"}]]);const Ho=r("mic-vocal",[["path",{d:"m11 7.601-5.994 8.19a1 1 0 0 0 .1 1.298l.817.818a1 1 0 0 0 1.314.087L15.09 12",key:"80a601"}],["path",{d:"M16.5 21.174C15.5 20.5 14.372 20 13 20c-2.058 0-3.928 2.356-6 2-2.072-.356-2.775-3.369-1.5-4.5",key:"j0ngtp"}],["circle",{cx:"16",cy:"7",r:"5",key:"d08jfb"}]]);const _m=r("microscope",[["path",{d:"M6 18h8",key:"1borvv"}],["path",{d:"M3 22h18",key:"8prr45"}],["path",{d:"M14 22a7 7 0 1 0 0-14h-1",key:"1jwaiy"}],["path",{d:"M9 14h2",key:"197e7h"}],["path",{d:"M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z",key:"1bmzmy"}],["path",{d:"M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3",key:"1drr47"}]]);const fm=r("microwave",[["rect",{width:"20",height:"15",x:"2",y:"4",rx:"2",key:"2no95f"}],["rect",{width:"8",height:"7",x:"6",y:"8",rx:"1",key:"zh9wx"}],["path",{d:"M18 8v7",key:"o5zi4n"}],["path",{d:"M6 19v2",key:"1loha6"}],["path",{d:"M18 19v2",key:"1dawf0"}]]);const mm=r("milestone",[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M12 3v3",key:"1n5kay"}],["path",{d:"M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z",key:"1btarq"}]]);const gm=r("milk-off",[["path",{d:"M8 2h8",key:"1ssgc1"}],["path",{d:"M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3",key:"y0ejgx"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435",key:"iaxqsy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const vm=r("milk",[["path",{d:"M8 2h8",key:"1ssgc1"}],["path",{d:"M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2",key:"qtp12x"}],["path",{d:"M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0",key:"ygeh44"}]]);const Mm=r("minimize-2",[["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"}]]);const $m=r("minimize",[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3",key:"hohbtr"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3",key:"5jw1f3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3",key:"198tvr"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3",key:"ph8mxp"}]]);const wm=r("minus",[["path",{d:"M5 12h14",key:"1ays0h"}]]);const bm=r("monitor-check",[["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);const xm=r("monitor-cloud",[["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"}]]);const Nm=r("monitor-cog",[["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"}]]);const Im=r("monitor-dot",[["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"}]]);const Lm=r("monitor-down",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"m15 10-3 3-3-3",key:"lzhmyn"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);const Sm=r("monitor-off",[["path",{d:"M17 17H4a2 2 0 0 1-2-2V5c0-1.5 1-2 1-2",key:"k0q8oc"}],["path",{d:"M22 15V5a2 2 0 0 0-2-2H9",key:"cp1ac0"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const Cm=r("monitor-pause",[["path",{d:"M10 13V7",key:"1u13u9"}],["path",{d:"M14 13V7",key:"1vj9om"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);const zm=r("monitor-play",[["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"}]]);const Am=r("monitor-speaker",[["path",{d:"M5.5 20H8",key:"1k40s5"}],["path",{d:"M17 9h.01",key:"1j24nn"}],["rect",{width:"10",height:"16",x:"12",y:"4",rx:"2",key:"ixliua"}],["path",{d:"M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4",key:"1mp6e1"}],["circle",{cx:"17",cy:"15",r:"1",key:"tqvash"}]]);const jm=r("monitor-stop",[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}],["rect",{x:"9",y:"7",width:"6",height:"6",rx:"1",key:"5m2oou"}]]);const Pm=r("monitor-smartphone",[["path",{d:"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8",key:"10dyio"}],["path",{d:"M10 19v-3.96 3.15",key:"1irgej"}],["path",{d:"M7 19h5",key:"qswx4l"}],["rect",{width:"6",height:"10",x:"16",y:"12",rx:"2",key:"1egngj"}]]);const qm=r("monitor-up",[["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}],["path",{d:"M12 13V7",key:"h0r20n"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);const Dm=r("monitor-x",[["path",{d:"m14.5 12.5-5-5",key:"1jahn5"}],["path",{d:"m9.5 12.5 5-5",key:"1k2t7b"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);const Om=r("monitor",[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21",key:"1svkeh"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21",key:"vw1qmm"}]]);const Hm=r("moon-star",[["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"}]]);const Vm=r("moon",[["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"}]]);const Rm=r("motorbike",[["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"}]]);const Tm=r("mountain-snow",[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}],["path",{d:"M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19",key:"1pvmmp"}]]);const Fm=r("mountain",[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}]]);const Em=r("mouse-off",[["path",{d:"M12 6v.343",key:"1gyhex"}],["path",{d:"M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218",key:"ukzz01"}],["path",{d:"M19 13.343V9A7 7 0 0 0 8.56 2.902",key:"104jy9"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}]]);const Um=r("mouse-pointer-2-off",[["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"}]]);const Bm=r("mouse-pointer-2",[["path",{d:"M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z",key:"edeuup"}]]);const Zm=r("mouse-pointer-ban",[["path",{d:"M2.034 2.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.944L8.204 7.545a1 1 0 0 0-.66.66l-1.066 3.443a.5.5 0 0 1-.944.033z",key:"11pp1i"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}],["path",{d:"m11.8 11.8 8.4 8.4",key:"oogvdj"}]]);const Gm=r("mouse-pointer-click",[["path",{d:"M14 4.1 12 6",key:"ita8i4"}],["path",{d:"m5.1 8-2.9-.8",key:"1go3kf"}],["path",{d:"m6 12-1.9 2",key:"mnht97"}],["path",{d:"M7.2 2.2 8 5.1",key:"1cfko1"}],["path",{d:"M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z",key:"s0h3yz"}]]);const Wm=r("mouse-pointer",[["path",{d:"M12.586 12.586 19 19",key:"ea5xo7"}],["path",{d:"M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z",key:"277e5u"}]]);const Vo=r("move-3d",[["path",{d:"M5 3v16h16",key:"1mqmf9"}],["path",{d:"m5 19 6-6",key:"jh6hbb"}],["path",{d:"m2 6 3-3 3 3",key:"tkyvxa"}],["path",{d:"m18 16 3 3-3 3",key:"1d4glt"}]]);const Km=r("mouse",[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7",key:"11ol66"}],["path",{d:"M12 6v4",key:"16clxf"}]]);const Xm=r("move-diagonal-2",[["path",{d:"M19 13v6h-6",key:"1hxl6d"}],["path",{d:"M5 11V5h6",key:"12e2xe"}],["path",{d:"m5 5 14 14",key:"11anup"}]]);const Jm=r("move-diagonal",[["path",{d:"M11 19H5v-6",key:"8awifj"}],["path",{d:"M13 5h6v6",key:"7voy1q"}],["path",{d:"M19 5 5 19",key:"wwaj1z"}]]);const Ym=r("move-down-left",[["path",{d:"M11 19H5V13",key:"1akmht"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]]);const Qm=r("move-down-right",[["path",{d:"M19 13V19H13",key:"10vkzq"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]]);const eg=r("move-down",[["path",{d:"M8 18L12 22L16 18",key:"cskvfv"}],["path",{d:"M12 2V22",key:"r89rzk"}]]);const tg=r("move-horizontal",[["path",{d:"m18 8 4 4-4 4",key:"1ak13k"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}]]);const ng=r("move-left",[["path",{d:"M6 8L2 12L6 16",key:"kyvwex"}],["path",{d:"M2 12H22",key:"1m8cig"}]]);const og=r("move-right",[["path",{d:"M18 8L22 12L18 16",key:"1r0oui"}],["path",{d:"M2 12H22",key:"1m8cig"}]]);const ag=r("move-up-left",[["path",{d:"M5 11V5H11",key:"3q78g9"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]]);const ig=r("move-up-right",[["path",{d:"M13 5H19V11",key:"1n1gyv"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]]);const rg=r("move-up",[["path",{d:"M8 6L12 2L16 6",key:"1yvkyx"}],["path",{d:"M12 2V22",key:"r89rzk"}]]);const cg=r("move-vertical",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"m8 18 4 4 4-4",key:"bh5tu3"}],["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}]]);const dg=r("music-2",[["circle",{cx:"8",cy:"18",r:"4",key:"1fc0mg"}],["path",{d:"M12 18V2l7 4",key:"g04rme"}]]);const sg=r("move",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"m15 19-3 3-3-3",key:"11eu04"}],["path",{d:"m19 9 3 3-3 3",key:"1mg7y2"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"m5 9-3 3 3 3",key:"j64kie"}],["path",{d:"m9 5 3-3 3 3",key:"l8vdw6"}]]);const lg=r("music-4",[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["path",{d:"m9 9 12-2",key:"1e64n2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]]);const ug=r("music-3",[["circle",{cx:"12",cy:"18",r:"4",key:"m3r9ws"}],["path",{d:"M16 18V2",key:"40x2m5"}]]);const hg=r("music",[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]]);const pg=r("navigation-2-off",[["path",{d:"M9.31 9.31 5 21l7-4 7 4-1.17-3.17",key:"qoq2o2"}],["path",{d:"M14.53 8.88 12 2l-1.17 3.17",key:"k3sjzy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const yg=r("navigation-2",[["polygon",{points:"12 2 19 21 12 17 5 21 12 2",key:"x8c0qg"}]]);const kg=r("navigation-off",[["path",{d:"M8.43 8.43 3 11l8 2 2 8 2.57-5.43",key:"1vdtb7"}],["path",{d:"M17.39 11.73 22 2l-9.73 4.61",key:"tya3r6"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const _g=r("navigation",[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]]);const fg=r("network",[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1",key:"4q2zg0"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1",key:"8cvhb9"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1",key:"1egb70"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",key:"1jsf9p"}],["path",{d:"M12 12V8",key:"2874zd"}]]);const mg=r("newspaper",[["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"}]]);const gg=r("nfc",[["path",{d:"M6 8.32a7.43 7.43 0 0 1 0 7.36",key:"9iaqei"}],["path",{d:"M9.46 6.21a11.76 11.76 0 0 1 0 11.58",key:"1yha7l"}],["path",{d:"M12.91 4.1a15.91 15.91 0 0 1 .01 15.8",key:"4iu2gk"}],["path",{d:"M16.37 2a20.16 20.16 0 0 1 0 20",key:"sap9u2"}]]);const vg=r("non-binary",[["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"}]]);const Mg=r("notebook-pen",[["path",{d:"M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4",key:"re6nr2"}],["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["path",{d:"M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"pqwjuv"}]]);const $g=r("notebook-tabs",[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M15 2v20",key:"dcj49h"}],["path",{d:"M15 7h5",key:"1xj5lc"}],["path",{d:"M15 12h5",key:"w5shd9"}],["path",{d:"M15 17h5",key:"1qaofu"}]]);const wg=r("notebook-text",[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M9.5 8h5",key:"11mslq"}],["path",{d:"M9.5 12H16",key:"ktog6x"}],["path",{d:"M9.5 16H14",key:"p1seyn"}]]);const bg=r("notebook",[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M16 2v20",key:"rotuqe"}]]);const xg=r("notepad-text",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"16",height:"18",x:"4",y:"4",rx:"2",key:"1u9h20"}],["path",{d:"M8 10h6",key:"3oa6kw"}],["path",{d:"M8 14h8",key:"1fgep2"}],["path",{d:"M8 18h5",key:"17enja"}]]);const Ng=r("nut-off",[["path",{d:"M12 4V2",key:"1k5q1u"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7.01 7.01 0 0 0 4.125-2.939",key:"1xcvy9"}],["path",{d:"M19 10v3.343",key:"163tfc"}],["path",{d:"M12 12c-1.349-.573-1.905-1.005-2.5-2-.546.902-1.048 1.353-2.5 2-1.018-.644-1.46-1.08-2-2-1.028.71-1.69.918-3 1 1.081-1.048 1.757-2.03 2-3 .194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4-.74 0-1.461.068-2.15.192",key:"17914v"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const Ig=r("notepad-text-dashed",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"j91f56"}],["path",{d:"M20 12v2",key:"w8o0tu"}],["path",{d:"M20 18v2a2 2 0 0 1-2 2h-1",key:"1c9ggx"}],["path",{d:"M13 22h-2",key:"191ugt"}],["path",{d:"M7 22H6a2 2 0 0 1-2-2v-2",key:"1rt9px"}],["path",{d:"M4 14v-2",key:"1v0sqh"}],["path",{d:"M4 8V6a2 2 0 0 1 2-2h2",key:"1mwabg"}],["path",{d:"M8 10h6",key:"3oa6kw"}],["path",{d:"M8 14h8",key:"1fgep2"}],["path",{d:"M8 18h5",key:"17enja"}]]);const Lg=r("nut",[["path",{d:"M12 4V2",key:"1k5q1u"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592A7.003 7.003 0 0 0 19 14v-4",key:"1tgyif"}],["path",{d:"M12 4C8 4 4.5 6 4 8c-.243.97-.919 1.952-2 3 1.31-.082 1.972-.29 3-1 .54.92.982 1.356 2 2 1.452-.647 1.954-1.098 2.5-2 .595.995 1.151 1.427 2.5 2 1.31-.621 1.862-1.058 2.5-2 .629.977 1.162 1.423 2.5 2 1.209-.548 1.68-.967 2-2 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4Z",key:"tnsqj"}]]);const Ro=r("octagon-alert",[["path",{d:"M12 16h.01",key:"1drbdi"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z",key:"1fd625"}]]);const Sg=r("octagon-minus",[["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);const To=r("octagon-pause",[["path",{d:"M10 15V9",key:"1lckn7"}],["path",{d:"M14 15V9",key:"1muqhk"}],["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}]]);const Cg=r("octagon",[["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}]]);const zg=r("omega",[["path",{d:"M3 20h4.5a.5.5 0 0 0 .5-.5v-.282a.52.52 0 0 0-.247-.437 8 8 0 1 1 8.494-.001.52.52 0 0 0-.247.438v.282a.5.5 0 0 0 .5.5H21",key:"1x94xo"}]]);const Fo=r("octagon-x",[["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);const Ag=r("option",[["path",{d:"M3 3h6l6 18h6",key:"ph9rgk"}],["path",{d:"M14 3h7",key:"16f0ms"}]]);const jg=r("origami",[["path",{d:"M12 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025",key:"1bx4vc"}],["path",{d:"m12 21-7.414-7.414A2 2 0 0 1 4 12.172V6.415a1.002 1.002 0 0 1 1.707-.707L20 20.009",key:"1h3km6"}],["path",{d:"m12.214 3.381 8.414 14.966a1 1 0 0 1-.167 1.199l-1.168 1.163a1 1 0 0 1-.706.291H6.351a1 1 0 0 1-.625-.219L3.25 18.8a1 1 0 0 1 .631-1.781l4.165.027",key:"1hj4wg"}]]);const Pg=r("orbit",[["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"}]]);const qg=r("package-2",[["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"}]]);const Dg=r("package-check",[["path",{d:"m16 16 2 2 4-4",key:"gfu2re"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]);const Og=r("package-minus",[["path",{d:"M16 16h6",key:"100bgy"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]);const Hg=r("package-open",[["path",{d:"M12 22v-9",key:"x3hkom"}],["path",{d:"M15.17 2.21a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.655 1.655 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z",key:"2ntwy6"}],["path",{d:"M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13",key:"1pmm1c"}],["path",{d:"M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.636 1.636 0 0 0 1.63 0z",key:"12ttoo"}]]);const Vg=r("package-plus",[["path",{d:"M16 16h6",key:"100bgy"}],["path",{d:"M19 13v6",key:"85cyf1"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]);const Rg=r("package-search",[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}],["circle",{cx:"18.5",cy:"15.5",r:"2.5",key:"b5zd12"}],["path",{d:"M20.27 17.27 22 19",key:"1l4muz"}]]);const Tg=r("package-x",[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}],["path",{d:"m17 13 5 5m-5 0 5-5",key:"im3w4b"}]]);const Fg=r("package",[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]]);const Eg=r("paint-bucket",[["path",{d:"m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z",key:"irua1i"}],["path",{d:"m5 2 5 5",key:"1lls2c"}],["path",{d:"M2 13h15",key:"1hkzvu"}],["path",{d:"M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z",key:"xk76lq"}]]);const Ug=r("paint-roller",[["rect",{width:"16",height:"6",x:"2",y:"2",rx:"2",key:"jcyz7m"}],["path",{d:"M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2",key:"1b9h7c"}],["rect",{width:"4",height:"6",x:"8",y:"16",rx:"1",key:"d6e7yl"}]]);const Eo=r("paintbrush-vertical",[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v4",key:"qmzblu"}],["path",{d:"M17 2a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1z",key:"ycvu00"}],["path",{d:"M6 12a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h2a1 1 0 0 1 1 1v2.9a2 2 0 1 0 4 0V17a1 1 0 0 1 1-1h2a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1",key:"iw4wnp"}]]);const Bg=r("paintbrush",[["path",{d:"m14.622 17.897-10.68-2.913",key:"vj2p1u"}],["path",{d:"M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0z",key:"18tc5c"}],["path",{d:"M9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15",key:"ytzfxy"}]]);const Zg=r("panda",[["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"}]]);const Gg=r("palette",[["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"}]]);const Wg=r("panel-bottom-close",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"m15 8-3 3-3-3",key:"1oxy1z"}]]);const Uo=r("panel-bottom-dashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M14 15h1",key:"171nev"}],["path",{d:"M19 15h2",key:"1vnucp"}],["path",{d:"M3 15h2",key:"8bym0q"}],["path",{d:"M9 15h1",key:"1tg3ks"}]]);const Kg=r("panel-bottom-open",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}]]);const Xg=r("panel-bottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}]]);const Bo=r("panel-left-close",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m16 15-3-3 3-3",key:"14y99z"}]]);const Zo=r("panel-left-dashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 14v1",key:"askpd8"}],["path",{d:"M9 19v2",key:"16tejx"}],["path",{d:"M9 3v2",key:"1noubl"}],["path",{d:"M9 9v1",key:"19ebxg"}]]);const Go=r("panel-left-open",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m14 9 3 3-3 3",key:"8010ee"}]]);const Jg=r("panel-left-right-dashed",[["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"}]]);const Wo=r("panel-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}]]);const Yg=r("panel-right-close",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m8 9 3 3-3 3",key:"12hl5m"}]]);const Ko=r("panel-right-dashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 14v1",key:"ilsfch"}],["path",{d:"M15 19v2",key:"1fst2f"}],["path",{d:"M15 3v2",key:"z204g4"}],["path",{d:"M15 9v1",key:"z2a8b1"}]]);const Qg=r("panel-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);const e3=r("panel-right-open",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}]]);const t3=r("panel-top-bottom-dashed",[["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"}]]);const n3=r("panel-top-close",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m9 16 3-3 3 3",key:"1idcnm"}]]);const Xo=r("panel-top-dashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M14 9h1",key:"l0svgy"}],["path",{d:"M19 9h2",key:"te2zfg"}],["path",{d:"M3 9h2",key:"1h4ldw"}],["path",{d:"M9 9h1",key:"15jzuz"}]]);const o3=r("panel-top-open",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m15 14-3 3-3-3",key:"g215vf"}]]);const a3=r("panel-top",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}]]);const i3=r("panels-right-bottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h12",key:"1wkqb3"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);const r3=r("panels-left-bottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M9 15h12",key:"5ijen5"}]]);const Jo=r("panels-top-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M9 21V9",key:"1oto5p"}]]);const c3=r("paperclip",[["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"}]]);const d3=r("parentheses",[["path",{d:"M8 21s-4-3-4-9 4-9 4-9",key:"uto9ud"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9",key:"4w2vsq"}]]);const s3=r("parking-meter",[["path",{d:"M11 15h2",key:"199qp6"}],["path",{d:"M12 12v3",key:"158kv8"}],["path",{d:"M12 19v3",key:"npa21l"}],["path",{d:"M15.282 19a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z",key:"1jofit"}],["path",{d:"M9 9a3 3 0 1 1 6 0",key:"jdoeu8"}]]);const l3=r("party-popper",[["path",{d:"M5.8 11.3 2 22l10.7-3.79",key:"gwxi1d"}],["path",{d:"M4 3h.01",key:"1vcuye"}],["path",{d:"M22 8h.01",key:"1mrtc2"}],["path",{d:"M15 2h.01",key:"1cjtqr"}],["path",{d:"M22 20h.01",key:"1mrys2"}],["path",{d:"m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10",key:"hbicv8"}],["path",{d:"m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17",key:"1i94pl"}],["path",{d:"m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7",key:"1cofks"}],["path",{d:"M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z",key:"4kbmks"}]]);const u3=r("pause",[["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"}]]);const h3=r("paw-print",[["circle",{cx:"11",cy:"4",r:"2",key:"vol9p0"}],["circle",{cx:"18",cy:"8",r:"2",key:"17gozi"}],["circle",{cx:"20",cy:"16",r:"2",key:"1v9bxh"}],["path",{d:"M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z",key:"1ydw1z"}]]);const p3=r("pc-case",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",key:"1uq1d7"}],["path",{d:"M15 14h.01",key:"1kp3bh"}],["path",{d:"M9 6h6",key:"dgm16u"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);const Yo=r("pen-line",[["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"}]]);const y3=r("pen-off",[["path",{d:"m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",key:"bjo8r8"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353",key:"16h5ne"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const k3=r("pen-tool",[["path",{d:"M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z",key:"nt11vn"}],["path",{d:"m18 13-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18",key:"15qc1e"}],["path",{d:"m2.3 2.3 7.286 7.286",key:"1wuzzi"}],["circle",{cx:"11",cy:"11",r:"2",key:"xmgehs"}]]);const Qo=r("pen",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]]);const _3=r("pencil-line",[["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"}]]);const f3=r("pencil-off",[["path",{d:"m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",key:"bjo8r8"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353",key:"16h5ne"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const m3=r("pencil-ruler",[["path",{d:"M13 7 8.7 2.7a2.41 2.41 0 0 0-3.4 0L2.7 5.3a2.41 2.41 0 0 0 0 3.4L7 13",key:"orapub"}],["path",{d:"m8 6 2-2",key:"115y1s"}],["path",{d:"m18 16 2-2",key:"ee94s4"}],["path",{d:"m17 11 4.3 4.3c.94.94.94 2.46 0 3.4l-2.6 2.6c-.94.94-2.46.94-3.4 0L11 17",key:"cfq27r"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]]);const g3=r("pencil",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]]);const v3=r("pentagon",[["path",{d:"M10.83 2.38a2 2 0 0 1 2.34 0l8 5.74a2 2 0 0 1 .73 2.25l-3.04 9.26a2 2 0 0 1-1.9 1.37H7.04a2 2 0 0 1-1.9-1.37L2.1 10.37a2 2 0 0 1 .73-2.25z",key:"2hea0t"}]]);const M3=r("percent",[["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5",key:"4mh3h7"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5",key:"1mdrzq"}]]);const $3=r("person-standing",[["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["path",{d:"m9 20 3-6 3 6",key:"se2kox"}],["path",{d:"m6 8 6 2 6-2",key:"4o3us4"}],["path",{d:"M12 10v4",key:"1kjpxc"}]]);const w3=r("philippine-peso",[["path",{d:"M20 11H4",key:"6ut86h"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"M7 21V4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 12H7",key:"1ana5r"}]]);const b3=r("phone-call",[["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"}]]);const x3=r("phone-forwarded",[["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"}]]);const N3=r("phone-incoming",[["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"}]]);const I3=r("phone-missed",[["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"}]]);const L3=r("phone-off",[["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"}]]);const S3=r("phone-outgoing",[["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"}]]);const C3=r("phone",[["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"}]]);const z3=r("pi",[["line",{x1:"9",x2:"9",y1:"4",y2:"20",key:"ovs5a5"}],["path",{d:"M4 7c0-1.7 1.3-3 3-3h13",key:"10pag4"}],["path",{d:"M18 20c-1.7 0-3-1.3-3-3V4",key:"1gaosr"}]]);const A3=r("piano",[["path",{d:"M18.5 8c-1.4 0-2.6-.8-3.2-2A6.87 6.87 0 0 0 2 9v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-8.5C22 9.6 20.4 8 18.5 8",key:"lag0yf"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M6 14v4",key:"9ng0ue"}],["path",{d:"M10 14v4",key:"1v8uk5"}],["path",{d:"M14 14v4",key:"1tqops"}],["path",{d:"M18 14v4",key:"18uqwm"}]]);const j3=r("pickaxe",[["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"}]]);const P3=r("picture-in-picture-2",[["path",{d:"M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4",key:"daa4of"}],["rect",{width:"10",height:"7",x:"12",y:"13",rx:"2",key:"1nb8gs"}]]);const q3=r("picture-in-picture",[["path",{d:"M2 10h6V4",key:"zwrco"}],["path",{d:"m2 4 6 6",key:"ug085t"}],["path",{d:"M21 10V7a2 2 0 0 0-2-2h-7",key:"git5jr"}],["path",{d:"M3 14v2a2 2 0 0 0 2 2h3",key:"1f7fh3"}],["rect",{x:"12",y:"14",width:"10",height:"7",rx:"1",key:"1wjs3o"}]]);const D3=r("piggy-bank",[["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"}]]);const O3=r("pilcrow-left",[["path",{d:"M14 3v11",key:"mlfb7b"}],["path",{d:"M14 9h-3a3 3 0 0 1 0-6h9",key:"1ulc19"}],["path",{d:"M18 3v11",key:"1phi0r"}],["path",{d:"M22 18H2l4-4",key:"yt65j9"}],["path",{d:"m6 22-4-4",key:"6jgyf5"}]]);const H3=r("pilcrow-right",[["path",{d:"M10 3v11",key:"o3l5kj"}],["path",{d:"M10 9H7a1 1 0 0 1 0-6h8",key:"1wb1nc"}],["path",{d:"M14 3v11",key:"mlfb7b"}],["path",{d:"m18 14 4 4H2",key:"4r8io1"}],["path",{d:"m22 18-4 4",key:"1hjjrd"}]]);const V3=r("pilcrow",[["path",{d:"M13 4v16",key:"8vvj80"}],["path",{d:"M17 4v16",key:"7dpous"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13",key:"sh4n9v"}]]);const R3=r("pill-bottle",[["path",{d:"M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4",key:"17ldeb"}],["path",{d:"M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7",key:"nc37y6"}],["rect",{width:"16",height:"5",x:"4",y:"2",rx:"1",key:"3jeezo"}]]);const T3=r("pill",[["path",{d:"m10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z",key:"wa1lgi"}],["path",{d:"m8.5 8.5 7 7",key:"rvfmvr"}]]);const F3=r("pin-off",[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M15 9.34V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H7.89",key:"znwnzq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h11",key:"c9qhm2"}]]);const E3=r("pin",[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",key:"1nkz8b"}]]);const U3=r("pipette",[["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"}]]);const B3=r("pizza",[["path",{d:"m12 14-1 1",key:"11onhr"}],["path",{d:"m13.75 18.25-1.25 1.42",key:"1yisr3"}],["path",{d:"M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12",key:"1qtqk6"}],["path",{d:"M18.8 9.3a1 1 0 0 0 2.1 7.7",key:"fbbbr2"}],["path",{d:"M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z",key:"1hyfdd"}]]);const Z3=r("plane-landing",[["path",{d:"M2 22h20",key:"272qi7"}],["path",{d:"M3.77 10.77 2 9l2-4.5 1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6 1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38Z",key:"1ma21e"}]]);const G3=r("plane-takeoff",[["path",{d:"M2 22h20",key:"272qi7"}],["path",{d:"M6.36 17.4 4 17l-2-4 1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12 5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.41 2.41 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z",key:"fkigj9"}]]);const W3=r("plane",[["path",{d:"M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z",key:"1v9wt8"}]]);const K3=r("play",[["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"}]]);const X3=r("plug-2",[["path",{d:"M9 2v6",key:"17ngun"}],["path",{d:"M15 2v6",key:"s7yy2p"}],["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M5 8h14",key:"pcz4l3"}],["path",{d:"M6 11V8h12v3a6 6 0 1 1-12 0Z",key:"wtfw2c"}]]);const ea=r("plug-zap",[["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",key:"goz73y"}],["path",{d:"m2 22 3-3",key:"19mgm9"}],["path",{d:"M7.5 13.5 10 11",key:"7xgeeb"}],["path",{d:"M10.5 16.5 13 14",key:"10btkg"}],["path",{d:"m18 3-4 4h6l-4 4",key:"16psg9"}]]);const J3=r("plug",[["path",{d:"M12 22v-5",key:"1ega77"}],["path",{d:"M9 8V2",key:"14iosj"}],["path",{d:"M15 8V2",key:"18g5xt"}],["path",{d:"M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z",key:"osxo6l"}]]);const Y3=r("plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);const Q3=r("pocket-knife",[["path",{d:"M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2-2 1-2 2 2 1 2 2",key:"19w3oe"}],["path",{d:"M18 6h.01",key:"1v4wsw"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M20.83 8.83a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z",key:"6fykxj"}],["path",{d:"M18 11.66V22a4 4 0 0 0 4-4V6",key:"1utzek"}]]);const e6=r("podcast",[["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"}]]);const t6=r("pointer-off",[["path",{d:"M10 4.5V4a2 2 0 0 0-2.41-1.957",key:"jsi14n"}],["path",{d:"M13.9 8.4a2 2 0 0 0-1.26-1.295",key:"hirc7f"}],["path",{d:"M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158",key:"1jxb2e"}],["path",{d:"m7 15-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343",key:"10r7hm"}],["path",{d:"M6 6v8",key:"tv5xkp"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const n6=r("pocket",[["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"}]]);const o6=r("pointer",[["path",{d:"M22 14a8 8 0 0 1-8 8",key:"56vcr3"}],["path",{d:"M18 11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1agjmk"}],["path",{d:"M14 10V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1",key:"wdbh2u"}],["path",{d:"M10 9.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10",key:"1ibuk9"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",key:"g6ys72"}]]);const a6=r("popcorn",[["path",{d:"M18 8a2 2 0 0 0 0-4 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0 0 4",key:"10td1f"}],["path",{d:"M10 22 9 8",key:"yjptiv"}],["path",{d:"m14 22 1-14",key:"8jwc8b"}],["path",{d:"M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1Z",key:"1qo33t"}]]);const i6=r("popsicle",[["path",{d:"M18.6 14.4c.8-.8.8-2 0-2.8l-8.1-8.1a4.95 4.95 0 1 0-7.1 7.1l8.1 8.1c.9.7 2.1.7 2.9-.1Z",key:"1o68ps"}],["path",{d:"m22 22-5.5-5.5",key:"17o70y"}]]);const r6=r("pound-sterling",[["path",{d:"M18 7c0-5.333-8-5.333-8 0",key:"1prm2n"}],["path",{d:"M10 7v14",key:"18tmcs"}],["path",{d:"M6 21h12",key:"4dkmi1"}],["path",{d:"M6 13h10",key:"ybwr4a"}]]);const c6=r("power-off",[["path",{d:"M18.36 6.64A9 9 0 0 1 20.77 15",key:"dxknvb"}],["path",{d:"M6.16 6.16a9 9 0 1 0 12.68 12.68",key:"1x7qb5"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const d6=r("power",[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04",key:"obofu9"}]]);const s6=r("presentation",[["path",{d:"M2 3h20",key:"91anmk"}],["path",{d:"M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3",key:"2k9sn8"}],["path",{d:"m7 21 5-5 5 5",key:"bip4we"}]]);const l6=r("printer-check",[["path",{d:"M13.5 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v.5",key:"qeb09x"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2",key:"1md90i"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}]]);const u6=r("printer",[["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",key:"143wyd"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}],["rect",{x:"6",y:"14",width:"12",height:"8",rx:"1",key:"1ue0tg"}]]);const h6=r("projector",[["path",{d:"M5 7 3 5",key:"1yys58"}],["path",{d:"M9 6V3",key:"1ptz9u"}],["path",{d:"m13 7 2-2",key:"1w3vmq"}],["circle",{cx:"9",cy:"13",r:"3",key:"1mma13"}],["path",{d:"M11.83 12H20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.17",key:"2frwzc"}],["path",{d:"M16 16h2",key:"dnq2od"}]]);const p6=r("proportions",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M12 9v11",key:"1fnkrn"}],["path",{d:"M2 9h13a2 2 0 0 1 2 2v9",key:"11z3ex"}]]);const y6=r("puzzle",[["path",{d:"M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z",key:"w46dr5"}]]);const k6=r("pyramid",[["path",{d:"M2.5 16.88a1 1 0 0 1-.32-1.43l9-13.02a1 1 0 0 1 1.64 0l9 13.01a1 1 0 0 1-.32 1.44l-8.51 4.86a2 2 0 0 1-1.98 0Z",key:"aenxs0"}],["path",{d:"M12 2v20",key:"t6zp3m"}]]);const _6=r("qr-code",[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1",key:"1tu5fj"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1",key:"1v8r4q"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1",key:"1x03jg"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3",key:"177gqh"}],["path",{d:"M21 21v.01",key:"ents32"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7",key:"8crl2c"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M12 3h.01",key:"n36tog"}],["path",{d:"M12 16v.01",key:"133mhm"}],["path",{d:"M16 12h1",key:"1slzba"}],["path",{d:"M21 12v.01",key:"1lwtk9"}],["path",{d:"M12 21v-1",key:"1880an"}]]);const f6=r("quote",[["path",{d:"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"rib7q0"}],["path",{d:"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"1ymkrd"}]]);const m6=r("rabbit",[["path",{d:"M13 16a3 3 0 0 1 2.24 5",key:"1epib5"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"M18 21h-8a4 4 0 0 1-4-4 7 7 0 0 1 7-7h.2L9.6 6.4a1 1 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1a3 3 0 0 0-3 3",key:"ue9ozu"}],["path",{d:"M20 8.54V4a2 2 0 1 0-4 0v3",key:"49iql8"}],["path",{d:"M7.612 12.524a3 3 0 1 0-1.6 4.3",key:"1e33i0"}]]);const g6=r("radar",[["path",{d:"M19.07 4.93A10 10 0 0 0 6.99 3.34",key:"z3du51"}],["path",{d:"M4 6h.01",key:"oypzma"}],["path",{d:"M2.29 9.62A10 10 0 1 0 21.31 8.35",key:"qzzz0"}],["path",{d:"M16.24 7.76A6 6 0 1 0 8.23 16.67",key:"1yjesh"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M17.99 11.66A6 6 0 0 1 15.77 16.67",key:"1u2y91"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"m13.41 10.59 5.66-5.66",key:"mhq4k0"}]]);const v6=r("radiation",[["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"}]]);const M6=r("radical",[["path",{d:"M3 12h3.28a1 1 0 0 1 .948.684l2.298 7.934a.5.5 0 0 0 .96-.044L13.82 4.771A1 1 0 0 1 14.792 4H21",key:"1mqj8i"}]]);const $6=r("radio-receiver",[["path",{d:"M5 16v2",key:"g5qcv5"}],["path",{d:"M19 16v2",key:"1gbaio"}],["rect",{width:"20",height:"8",x:"2",y:"8",rx:"2",key:"vjsjur"}],["path",{d:"M18 12h.01",key:"yjnet6"}]]);const w6=r("radio-tower",[["path",{d:"M4.9 16.1C1 12.2 1 5.8 4.9 1.9",key:"s0qx1y"}],["path",{d:"M7.8 4.7a6.14 6.14 0 0 0-.8 7.5",key:"1idnkw"}],["circle",{cx:"12",cy:"9",r:"2",key:"1092wv"}],["path",{d:"M16.2 4.8c2 2 2.26 5.11.8 7.47",key:"ojru2q"}],["path",{d:"M19.1 1.9a9.96 9.96 0 0 1 0 14.1",key:"rhi7fg"}],["path",{d:"M9.5 18h5",key:"mfy3pd"}],["path",{d:"m8 22 4-11 4 11",key:"25yftu"}]]);const b6=r("radius",[["path",{d:"M20.34 17.52a10 10 0 1 0-2.82 2.82",key:"fydyku"}],["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["path",{d:"m13.41 13.41 4.18 4.18",key:"1gqbwc"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);const x6=r("rail-symbol",[["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M5 9h14",key:"7tsvo6"}],["path",{d:"m14 20-5-5 6-6-5-5",key:"1jo42i"}]]);const N6=r("radio",[["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"}]]);const I6=r("rainbow",[["path",{d:"M22 17a10 10 0 0 0-20 0",key:"ozegv"}],["path",{d:"M6 17a6 6 0 0 1 12 0",key:"5giftw"}],["path",{d:"M10 17a2 2 0 0 1 4 0",key:"gnsikk"}]]);const L6=r("rat",[["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"}]]);const S6=r("ratio",[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]);const C6=r("receipt-cent",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M12 6.5v11",key:"ecfhkf"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2",key:"1makmb"}]]);const z6=r("receipt-euro",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 12h5",key:"1g6qi8"}],["path",{d:"M16 9.5a4 4 0 1 0 0 5.2",key:"b2px4r"}]]);const A6=r("receipt-indian-rupee",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 7h8",key:"i86dvs"}],["path",{d:"M12 17.5 8 15h1a4 4 0 0 0 0-8",key:"grpkl4"}],["path",{d:"M8 11h8",key:"vwpz6n"}]]);const j6=r("receipt-japanese-yen",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"m12 10 3-3",key:"1mc12w"}],["path",{d:"m9 7 3 3v7.5",key:"39i0xv"}],["path",{d:"M9 11h6",key:"1fldmi"}],["path",{d:"M9 15h6",key:"cctwl0"}]]);const P6=r("receipt-pound-sterling",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 13h5",key:"1k9z8w"}],["path",{d:"M10 17V9.5a2.5 2.5 0 0 1 5 0",key:"1dzgp0"}],["path",{d:"M8 17h7",key:"8mjdqu"}]]);const q6=r("receipt-russian-ruble",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 15h5",key:"vxg57a"}],["path",{d:"M8 11h5a2 2 0 1 0 0-4h-3v10",key:"1usi5u"}]]);const D6=r("receipt-swiss-franc",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M10 17V7h5",key:"k7jq18"}],["path",{d:"M10 11h4",key:"1i0mka"}],["path",{d:"M8 15h5",key:"vxg57a"}]]);const O6=r("receipt-text",[["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"}]]);const H6=r("receipt-turkish-lira",[["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"}]]);const V6=r("receipt",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 17.5v-11",key:"1jc1ny"}]]);const R6=r("rectangle-circle",[["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"}]]);const ta=r("rectangle-ellipsis",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M17 12h.01",key:"1m0b6t"}],["path",{d:"M7 12h.01",key:"eqddd0"}]]);const T6=r("rectangle-goggles",[["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"}]]);const F6=r("rectangle-horizontal",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]);const E6=r("rectangle-vertical",[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}]]);const U6=r("recycle",[["path",{d:"M7 19H4.815a1.83 1.83 0 0 1-1.57-.881 1.785 1.785 0 0 1-.004-1.784L7.196 9.5",key:"x6z5xu"}],["path",{d:"M11 19h8.203a1.83 1.83 0 0 0 1.556-.89 1.784 1.784 0 0 0 0-1.775l-1.226-2.12",key:"1x4zh5"}],["path",{d:"m14 16-3 3 3 3",key:"f6jyew"}],["path",{d:"M8.293 13.596 7.196 9.5 3.1 10.598",key:"wf1obh"}],["path",{d:"m9.344 5.811 1.093-1.892A1.83 1.83 0 0 1 11.985 3a1.784 1.784 0 0 1 1.546.888l3.943 6.843",key:"9tzpgr"}],["path",{d:"m13.378 9.633 4.096 1.098 1.097-4.096",key:"1oe83g"}]]);const B6=r("redo-2",[["path",{d:"m15 14 5-5-5-5",key:"12vg1m"}],["path",{d:"M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13",key:"6uklza"}]]);const Z6=r("redo-dot",[["circle",{cx:"12",cy:"17",r:"1",key:"1ixnty"}],["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]]);const G6=r("redo",[["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]]);const W6=r("refresh-ccw-dot",[["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"}]]);const K6=r("refresh-ccw",[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"14sxne"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16",key:"1hlbsb"}],["path",{d:"M16 16h5v5",key:"ccwih5"}]]);const X6=r("refresh-cw-off",[["path",{d:"M21 8L18.74 5.74A9.75 9.75 0 0 0 12 3C11 3 10.03 3.16 9.13 3.47",key:"1krf6h"}],["path",{d:"M8 16H3v5",key:"1cv678"}],["path",{d:"M3 12C3 9.51 4 7.26 5.64 5.64",key:"ruvoct"}],["path",{d:"m3 16 2.26 2.26A9.75 9.75 0 0 0 12 21c2.49 0 4.74-1 6.36-2.64",key:"19q130"}],["path",{d:"M21 12c0 1-.16 1.97-.47 2.87",key:"4w8emr"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}]]);const J6=r("refresh-cw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]);const Y6=r("refrigerator",[["path",{d:"M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6Z",key:"fpq118"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M15 7v6",key:"1nx30x"}]]);const Q6=r("regex",[["path",{d:"M17 3v10",key:"15fgeh"}],["path",{d:"m12.67 5.5 8.66 5",key:"1gpheq"}],["path",{d:"m12.67 10.5 8.66-5",key:"1dkfa6"}],["path",{d:"M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z",key:"swwfx4"}]]);const e8=r("remove-formatting",[["path",{d:"M4 7V4h16v3",key:"9msm58"}],["path",{d:"M5 20h6",key:"1h6pxn"}],["path",{d:"M13 4 8 20",key:"kqq6aj"}],["path",{d:"m15 15 5 5",key:"me55sn"}],["path",{d:"m20 15-5 5",key:"11p7ol"}]]);const t8=r("repeat-1",[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}],["path",{d:"M11 10h1v4",key:"70cz1p"}]]);const n8=r("repeat-2",[["path",{d:"m2 9 3-3 3 3",key:"1ltn5i"}],["path",{d:"M13 18H7a2 2 0 0 1-2-2V6",key:"1r6tfw"}],["path",{d:"m22 15-3 3-3-3",key:"4rnwn2"}],["path",{d:"M11 6h6a2 2 0 0 1 2 2v10",key:"2f72bc"}]]);const o8=r("repeat",[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}]]);const a8=r("replace-all",[["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"}]]);const i8=r("replace",[["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"}]]);const r8=r("reply-all",[["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"}]]);const c8=r("reply",[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4",key:"5vmcpk"}],["path",{d:"m9 17-5-5 5-5",key:"nvlc11"}]]);const d8=r("rewind",[["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"}]]);const s8=r("ribbon",[["path",{d:"M12 11.22C11 9.997 10 9 10 8a2 2 0 0 1 4 0c0 1-.998 2.002-2.01 3.22",key:"1rnhq3"}],["path",{d:"m12 18 2.57-3.5",key:"116vt7"}],["path",{d:"M6.243 9.016a7 7 0 0 1 11.507-.009",key:"10dq0b"}],["path",{d:"M9.35 14.53 12 11.22",key:"tdsyp2"}],["path",{d:"M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0 1 12 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 0 1-.203 1.43l-1.894 1.36a1 1 0 0 1-1.384-.215L12 18l-2.679 3.593a1 1 0 0 1-1.39.213l-1.865-1.353a1 1 0 0 1-.203-1.422z",key:"nmifey"}]]);const l8=r("rocket",[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]]);const u8=r("rocking-chair",[["polyline",{points:"3.5 2 6.5 12.5 18 12.5",key:"y3iy52"}],["line",{x1:"9.5",x2:"5.5",y1:"12.5",y2:"20",key:"19vg5i"}],["line",{x1:"15",x2:"18.5",y1:"12.5",y2:"20",key:"1inpmv"}],["path",{d:"M2.75 18a13 13 0 0 0 18.5 0",key:"1nquas"}]]);const h8=r("roller-coaster",[["path",{d:"M6 19V5",key:"1r845m"}],["path",{d:"M10 19V6.8",key:"9j2tfs"}],["path",{d:"M14 19v-7.8",key:"10s8qv"}],["path",{d:"M18 5v4",key:"1tajlv"}],["path",{d:"M18 19v-6",key:"ielfq3"}],["path",{d:"M22 19V9",key:"158nzp"}],["path",{d:"M2 19V9a4 4 0 0 1 4-4c2 0 4 1.33 6 4s4 4 6 4a4 4 0 1 0-3-6.65",key:"1930oh"}]]);const p8=r("rose",[["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"}]]);const na=r("rotate-3d",[["path",{d:"M16.466 7.5C15.643 4.237 13.952 2 12 2 9.239 2 7 6.477 7 12s2.239 10 5 10c.342 0 .677-.069 1-.2",key:"10n0gc"}],["path",{d:"m15.194 13.707 3.814 1.86-1.86 3.814",key:"16shm9"}],["path",{d:"M19 15.57c-1.804.885-4.274 1.43-7 1.43-5.523 0-10-2.239-10-5s4.477-5 10-5c4.838 0 8.873 1.718 9.8 4",key:"1lxi77"}]]);const y8=r("rotate-ccw-key",[["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"}]]);const k8=r("rotate-ccw-square",[["path",{d:"M20 9V7a2 2 0 0 0-2-2h-6",key:"19z8uc"}],["path",{d:"m15 2-3 3 3 3",key:"177bxs"}],["path",{d:"M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2",key:"d36hnl"}]]);const _8=r("rotate-ccw",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]]);const f8=r("rotate-cw-square",[["path",{d:"M12 5H6a2 2 0 0 0-2 2v3",key:"l96uqu"}],["path",{d:"m9 8 3-3-3-3",key:"1gzgc3"}],["path",{d:"M4 14v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2",key:"1w2k5h"}]]);const m8=r("rotate-cw",[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",key:"1p45f6"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}]]);const g8=r("route-off",[["circle",{cx:"6",cy:"19",r:"3",key:"1kj8tv"}],["path",{d:"M9 19h8.5c.4 0 .9-.1 1.3-.2",key:"1effex"}],["path",{d:"M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12",key:"k9y2ds"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 15.3a3.5 3.5 0 0 0-3.3-3.3",key:"11nlu2"}],["path",{d:"M15 5h-4.3",key:"6537je"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]]);const v8=r("route",[["circle",{cx:"6",cy:"19",r:"3",key:"1kj8tv"}],["path",{d:"M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15",key:"1d8sl"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]]);const M8=r("router",[["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6.01 18H6",key:"19vcac"}],["path",{d:"M10.01 18H10",key:"uamcmx"}],["path",{d:"M15 10v4",key:"qjz1xs"}],["path",{d:"M17.84 7.17a4 4 0 0 0-5.66 0",key:"1rif40"}],["path",{d:"M20.66 4.34a8 8 0 0 0-11.31 0",key:"6a5xfq"}]]);const oa=r("rows-2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 12h18",key:"1i2n21"}]]);const $8=r("rows-4",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 7.5H3",key:"1hm9pq"}],["path",{d:"M21 12H3",key:"2avoz0"}],["path",{d:"M21 16.5H3",key:"n7jzkj"}]]);const aa=r("rows-3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 9H3",key:"1338ky"}],["path",{d:"M21 15H3",key:"9uk58r"}]]);const w8=r("rss",[["path",{d:"M4 11a9 9 0 0 1 9 9",key:"pv89mb"}],["path",{d:"M4 4a16 16 0 0 1 16 16",key:"k0647b"}],["circle",{cx:"5",cy:"19",r:"1",key:"bfqh0e"}]]);const b8=r("ruler-dimension-line",[["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"}]]);const x8=r("ruler",[["path",{d:"M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z",key:"icamh8"}],["path",{d:"m14.5 12.5 2-2",key:"inckbg"}],["path",{d:"m11.5 9.5 2-2",key:"fmmyf7"}],["path",{d:"m8.5 6.5 2-2",key:"vc6u1g"}],["path",{d:"m17.5 15.5 2-2",key:"wo5hmg"}]]);const N8=r("russian-ruble",[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18",key:"18ai8t"}],["path",{d:"M6 15h8",key:"1y8f6l"}]]);const I8=r("sailboat",[["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"}]]);const L8=r("salad",[["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M11.38 12a2.4 2.4 0 0 1-.4-4.77 2.4 2.4 0 0 1 3.2-2.77 2.4 2.4 0 0 1 3.47-.63 2.4 2.4 0 0 1 3.37 3.37 2.4 2.4 0 0 1-1.1 3.7 2.51 2.51 0 0 1 .03 1.1",key:"10xrj0"}],["path",{d:"m13 12 4-4",key:"1hckqy"}],["path",{d:"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2",key:"1p4srx"}]]);const S8=r("sandwich",[["path",{d:"m2.37 11.223 8.372-6.777a2 2 0 0 1 2.516 0l8.371 6.777",key:"f1wd0e"}],["path",{d:"M21 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.25",key:"1pfu07"}],["path",{d:"M3 15a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9",key:"1oq9qw"}],["path",{d:"m6.67 15 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2",key:"1fnwu5"}],["rect",{width:"20",height:"4",x:"2",y:"11",rx:"1",key:"itshg"}]]);const C8=r("satellite-dish",[["path",{d:"M4 10a7.31 7.31 0 0 0 10 10Z",key:"1fzpp3"}],["path",{d:"m9 15 3-3",key:"88sc13"}],["path",{d:"M17 13a6 6 0 0 0-6-6",key:"15cc6u"}],["path",{d:"M21 13A10 10 0 0 0 11 3",key:"11nf8s"}]]);const z8=r("satellite",[["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"}]]);const A8=r("saudi-riyal",[["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"}]]);const j8=r("save-all",[["path",{d:"M10 2v3a1 1 0 0 0 1 1h5",key:"1xspal"}],["path",{d:"M18 18v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6",key:"1ra60u"}],["path",{d:"M18 22H4a2 2 0 0 1-2-2V6",key:"pblm9e"}],["path",{d:"M8 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 22 6.828V16a2 2 0 0 1-2.01 2z",key:"1yve0x"}]]);const P8=r("save-off",[["path",{d:"M13 13H8a1 1 0 0 0-1 1v7",key:"h8g396"}],["path",{d:"M14 8h1",key:"1lfen6"}],["path",{d:"M17 21v-4",key:"1yknxs"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20.41 20.41A2 2 0 0 1 19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 .59-1.41",key:"1t4vdl"}],["path",{d:"M29.5 11.5s5 5 4 5",key:"zzn4i6"}],["path",{d:"M9 3h6.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V15",key:"24cby9"}]]);const q8=r("save",[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]]);const ia=r("scale-3d",[["path",{d:"M5 7v11a1 1 0 0 0 1 1h11",key:"13dt1j"}],["path",{d:"M5.293 18.707 11 13",key:"ezgbsx"}],["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["circle",{cx:"5",cy:"5",r:"2",key:"1gwv83"}]]);const D8=r("scaling",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M14 15H9v-5",key:"pi4jk9"}],["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M21 3 9 15",key:"15kdhq"}]]);const O8=r("scale",[["path",{d:"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",key:"7g6ntu"}],["path",{d:"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",key:"ijws7r"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2",key:"3gwbw2"}]]);const H8=r("scan-barcode",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M8 7v10",key:"23sfjj"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M17 7v10",key:"578dap"}]]);const V8=r("scan-eye",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",key:"11ak4c"}]]);const R8=r("scan-face",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 9h.01",key:"x1ddxp"}]]);const T8=r("scan-heart",[["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"}]]);const F8=r("scan-line",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7 12h10",key:"b7w52i"}]]);const E8=r("scan-qr-code",[["path",{d:"M17 12v4a1 1 0 0 1-1 1h-4",key:"uk4fdo"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M17 8V7",key:"q2g9wo"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M7 17h.01",key:"19xn7k"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["rect",{x:"7",y:"7",width:"5",height:"5",rx:"1",key:"m9kyts"}]]);const U8=r("scan-search",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m16 16-1.9-1.9",key:"1dq9hf"}]]);const B8=r("scan",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]]);const Z8=r("scan-text",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7 8h8",key:"1jbsf9"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h6",key:"1vyc9m"}]]);const G8=r("school",[["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"}]]);const W8=r("scissors-line-dashed",[["path",{d:"M5.42 9.42 8 12",key:"12pkuq"}],["circle",{cx:"4",cy:"8",r:"2",key:"107mxr"}],["path",{d:"m14 6-8.58 8.58",key:"gvzu5l"}],["circle",{cx:"4",cy:"16",r:"2",key:"1ehqvc"}],["path",{d:"M10.8 14.8 14 18",key:"ax7m9r"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]]);const K8=r("scissors",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M8.12 8.12 12 12",key:"1alkpv"}],["path",{d:"M20 4 8.12 15.88",key:"xgtan2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M14.8 14.8 20 20",key:"ptml3r"}]]);const X8=r("screen-share-off",[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",key:"i8wdob"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m22 3-5 5",key:"12jva0"}],["path",{d:"m17 3 5 5",key:"k36vhe"}]]);const J8=r("scroll-text",[["path",{d:"M15 12h-5",key:"r7krc0"}],["path",{d:"M15 8h-5",key:"1khuty"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]]);const Y8=r("screen-share",[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",key:"i8wdob"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m17 8 5-5",key:"fqif7o"}],["path",{d:"M17 3h5v5",key:"1o3tu8"}]]);const Q8=r("scroll",[["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]]);const ev=r("search-check",[["path",{d:"m8 11 2 2 4-4",key:"1sed1v"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);const tv=r("search-slash",[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);const nv=r("search-code",[["path",{d:"m13 13.5 2-2.5-2-2.5",key:"1rvxrh"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M9 8.5 7 11l2 2.5",key:"6ffwbx"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]]);const ov=r("search-x",[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["path",{d:"m8.5 8.5 5 5",key:"a8mexj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);const av=r("search",[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]]);const iv=r("section",[["path",{d:"M16 5a4 3 0 0 0-8 0c0 4 8 3 8 7a4 3 0 0 1-8 0",key:"vqan6v"}],["path",{d:"M8 19a4 3 0 0 0 8 0c0-4-8-3-8-7a4 3 0 0 1 8 0",key:"wdjd8o"}]]);const ra=r("send-horizontal",[["path",{d:"M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z",key:"117uat"}],["path",{d:"M6 12h16",key:"s4cdu5"}]]);const rv=r("send-to-back",[["rect",{x:"14",y:"14",width:"8",height:"8",rx:"2",key:"1b0bso"}],["rect",{x:"2",y:"2",width:"8",height:"8",rx:"2",key:"1x09vl"}],["path",{d:"M7 14v1a2 2 0 0 0 2 2h1",key:"pao6x6"}],["path",{d:"M14 7h1a2 2 0 0 1 2 2v1",key:"19tdru"}]]);const cv=r("send",[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]]);const dv=r("separator-horizontal",[["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"}]]);const sv=r("separator-vertical",[["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"}]]);const lv=r("server-cog",[["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"}]]);const uv=r("server-crash",[["path",{d:"M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2",key:"4b9dqc"}],["path",{d:"M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2",key:"22nnkd"}],["path",{d:"M6 6h.01",key:"1utrut"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m13 6-4 6h6l-4 6",key:"14hqih"}]]);const hv=r("server-off",[["path",{d:"M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5",key:"bt2siv"}],["path",{d:"M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z",key:"1hjrv1"}],["path",{d:"M22 17v-1a2 2 0 0 0-2-2h-1",key:"1iynyr"}],["path",{d:"M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z",key:"161ggg"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const pv=r("server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]);const yv=r("settings-2",[["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"}]]);const kv=r("settings",[["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"}]]);const _v=r("shapes",[["path",{d:"M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z",key:"1bo67w"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1",key:"1bkyp8"}],["circle",{cx:"17.5",cy:"17.5",r:"3.5",key:"w3z12y"}]]);const fv=r("share-2",[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]]);const mv=r("share",[["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"}]]);const gv=r("sheet",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["line",{x1:"3",x2:"21",y1:"9",y2:"9",key:"1vqk6q"}],["line",{x1:"3",x2:"21",y1:"15",y2:"15",key:"o2sbyz"}],["line",{x1:"9",x2:"9",y1:"9",y2:"21",key:"1ib60c"}],["line",{x1:"15",x2:"15",y1:"9",y2:"21",key:"1n26ft"}]]);const vv=r("shell",[["path",{d:"M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44",key:"1cn552"}]]);const Mv=r("shield-alert",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]]);const $v=r("shield-ban",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m4.243 5.21 14.39 12.472",key:"1c9a7c"}]]);const wv=r("shield-check",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);const bv=r("shield-ellipsis",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]]);const xv=r("shield-half",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 22V2",key:"zs6s6o"}]]);const Nv=r("shield-minus",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9 12h6",key:"1c52cq"}]]);const Iv=r("shield-off",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5 5a1 1 0 0 0-1 1v7c0 5 3.5 7.5 7.67 8.94a1 1 0 0 0 .67.01c2.35-.82 4.48-1.97 5.9-3.71",key:"1jlk70"}],["path",{d:"M9.309 3.652A12.252 12.252 0 0 0 11.24 2.28a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v7a9.784 9.784 0 0 1-.08 1.264",key:"18rp1v"}]]);const Lv=r("shield-plus",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M12 9v6",key:"199k2o"}]]);const ca=r("shield-question-mark",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);const Sv=r("shield-user",[["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"}]]);const da=r("shield-x",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m14.5 9.5-5 5",key:"17q4r4"}],["path",{d:"m9.5 9.5 5 5",key:"18nt4w"}]]);const Cv=r("shield",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}]]);const zv=r("ship-wheel",[["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}],["path",{d:"M12 2v7.5",key:"1e5rl5"}],["path",{d:"m19 5-5.23 5.23",key:"1ezxxf"}],["path",{d:"M22 12h-7.5",key:"le1719"}],["path",{d:"m19 19-5.23-5.23",key:"p3fmgn"}],["path",{d:"M12 14.5V22",key:"dgcmos"}],["path",{d:"M10.23 13.77 5 19",key:"qwopd4"}],["path",{d:"M9.5 12H2",key:"r7bup8"}],["path",{d:"M10.23 10.23 5 5",key:"k2y7lj"}],["circle",{cx:"12",cy:"12",r:"2.5",key:"ix0uyj"}]]);const Av=r("shirt",[["path",{d:"M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z",key:"1wgbhj"}]]);const jv=r("ship",[["path",{d:"M12 10.189V14",key:"1p8cqu"}],["path",{d:"M12 2v3",key:"qbqxhf"}],["path",{d:"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6",key:"qpkstq"}],["path",{d:"M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76",key:"7tigtc"}],["path",{d:"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"1924j5"}]]);const Pv=r("shopping-bag",[["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"}]]);const qv=r("shopping-basket",[["path",{d:"m15 11-1 9",key:"5wnq3a"}],["path",{d:"m19 11-4-7",key:"cnml18"}],["path",{d:"M2 11h20",key:"3eubbj"}],["path",{d:"m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8a2 2 0 0 0 2-1.6l1.7-7.4",key:"yiazzp"}],["path",{d:"M4.5 15.5h15",key:"13mye1"}],["path",{d:"m5 11 4-7",key:"116ra9"}],["path",{d:"m9 11 1 9",key:"1ojof7"}]]);const Dv=r("shopping-cart",[["circle",{cx:"8",cy:"21",r:"1",key:"jimo8o"}],["circle",{cx:"19",cy:"21",r:"1",key:"13723u"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12",key:"9zh506"}]]);const Ov=r("shovel",[["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"}]]);const Hv=r("shower-head",[["path",{d:"m4 4 2.5 2.5",key:"uv2vmf"}],["path",{d:"M13.5 6.5a4.95 4.95 0 0 0-7 7",key:"frdkwv"}],["path",{d:"M15 5 5 15",key:"1ag8rq"}],["path",{d:"M14 17v.01",key:"eokfpp"}],["path",{d:"M10 16v.01",key:"14uyyl"}],["path",{d:"M13 13v.01",key:"1v1k97"}],["path",{d:"M16 10v.01",key:"5169yg"}],["path",{d:"M11 20v.01",key:"cj92p8"}],["path",{d:"M17 14v.01",key:"11cswd"}],["path",{d:"M20 11v.01",key:"19e0od"}]]);const Vv=r("shredder",[["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"}]]);const Rv=r("shrimp",[["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"}]]);const Tv=r("shrink",[["path",{d:"m15 15 6 6m-6-6v4.8m0-4.8h4.8",key:"17vawe"}],["path",{d:"M9 19.8V15m0 0H4.2M9 15l-6 6",key:"chjx8e"}],["path",{d:"M15 4.2V9m0 0h4.8M15 9l6-6",key:"lav6yq"}],["path",{d:"M9 4.2V9m0 0H4.2M9 9 3 3",key:"1pxi2q"}]]);const Fv=r("shrub",[["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"}]]);const Ev=r("shuffle",[["path",{d:"m18 14 4 4-4 4",key:"10pe0f"}],["path",{d:"m18 2 4 4-4 4",key:"pucp1d"}],["path",{d:"M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22",key:"1ailkh"}],["path",{d:"M2 6h1.972a4 4 0 0 1 3.6 2.2",key:"km57vx"}],["path",{d:"M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45",key:"os18l9"}]]);const Uv=r("sigma",[["path",{d:"M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2",key:"wuwx1p"}]]);const Bv=r("signal-high",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M17 20V8",key:"1tkaf5"}]]);const Zv=r("signal-low",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}]]);const Gv=r("signal-medium",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}]]);const Wv=r("signal-zero",[["path",{d:"M2 20h.01",key:"4haj6o"}]]);const Kv=r("signal",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M17 20V8",key:"1tkaf5"}],["path",{d:"M22 4v16",key:"sih9yq"}]]);const Xv=r("signature",[["path",{d:"m21 17-2.156-1.868A.5.5 0 0 0 18 15.5v.5a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1c0-2.545-3.991-3.97-8.5-4a1 1 0 0 0 0 5c4.153 0 4.745-11.295 5.708-13.5a2.5 2.5 0 1 1 3.31 3.284",key:"y32ogt"}],["path",{d:"M3 21h18",key:"itz85i"}]]);const Jv=r("signpost-big",[["path",{d:"M10 9H4L2 7l2-2h6",key:"1hq7x2"}],["path",{d:"M14 5h6l2 2-2 2h-6",key:"bv62ej"}],["path",{d:"M10 22V4a2 2 0 1 1 4 0v18",key:"eqpcf2"}],["path",{d:"M8 22h8",key:"rmew8v"}]]);const Yv=r("signpost",[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M12 3v3",key:"1n5kay"}],["path",{d:"M18 6a2 2 0 0 1 1.387.56l2.307 2.22a1 1 0 0 1 0 1.44l-2.307 2.22A2 2 0 0 1 18 13H6a2 2 0 0 1-1.387-.56l-2.306-2.22a1 1 0 0 1 0-1.44l2.306-2.22A2 2 0 0 1 6 6z",key:"gqqp9m"}]]);const Qv=r("siren",[["path",{d:"M7 18v-6a5 5 0 1 1 10 0v6",key:"pcx96s"}],["path",{d:"M5 21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2z",key:"1b4s83"}],["path",{d:"M21 12h1",key:"jtio3y"}],["path",{d:"M18.5 4.5 18 5",key:"g5sp9y"}],["path",{d:"M2 12h1",key:"1uaihz"}],["path",{d:"M12 2v1",key:"11qlp1"}],["path",{d:"m4.929 4.929.707.707",key:"1i51kw"}],["path",{d:"M12 12v6",key:"3ahymv"}]]);const e7=r("skip-back",[["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"}]]);const t7=r("skip-forward",[["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"}]]);const n7=r("skull",[["path",{d:"m12.5 17-.5-1-.5 1h1z",key:"3me087"}],["path",{d:"M15 22a1 1 0 0 0 1-1v-1a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20v1a1 1 0 0 0 1 1z",key:"1o5pge"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}]]);const o7=r("slack",[["rect",{width:"3",height:"8",x:"13",y:"2",rx:"1.5",key:"diqz80"}],["path",{d:"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5",key:"183iwg"}],["rect",{width:"3",height:"8",x:"8",y:"14",rx:"1.5",key:"hqg7r1"}],["path",{d:"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5",key:"76g71w"}],["rect",{width:"8",height:"3",x:"14",y:"13",rx:"1.5",key:"1kmz0a"}],["path",{d:"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5",key:"jc4sz0"}],["rect",{width:"8",height:"3",x:"2",y:"8",rx:"1.5",key:"1omvl4"}],["path",{d:"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5",key:"16f3cl"}]]);const a7=r("slash",[["path",{d:"M22 2 2 22",key:"y4kqgn"}]]);const i7=r("slice",[["path",{d:"M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14",key:"1sllp5"}]]);const r7=r("sliders-horizontal",[["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"}]]);const sa=r("sliders-vertical",[["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"}]]);const c7=r("smartphone-charging",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12.667 8 10 12h4l-2.667 4",key:"h9lk2d"}]]);const d7=r("smartphone-nfc",[["rect",{width:"7",height:"12",x:"2",y:"6",rx:"1",key:"5nje8w"}],["path",{d:"M13 8.32a7.43 7.43 0 0 1 0 7.36",key:"1g306n"}],["path",{d:"M16.46 6.21a11.76 11.76 0 0 1 0 11.58",key:"uqvjvo"}],["path",{d:"M19.91 4.1a15.91 15.91 0 0 1 .01 15.8",key:"ujntz3"}]]);const s7=r("smartphone",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]]);const l7=r("smile-plus",[["path",{d:"M22 11v1a10 10 0 1 1-9-10",key:"ew0xw9"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}],["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 2v6",key:"4bpg5p"}]]);const u7=r("smile",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]);const h7=r("snail",[["path",{d:"M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0",key:"hneq2s"}],["circle",{cx:"10",cy:"13",r:"8",key:"194lz3"}],["path",{d:"M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6",key:"ixqyt7"}],["path",{d:"M18 3 19.1 5.2",key:"9tjm43"}],["path",{d:"M22 3 20.9 5.2",key:"j3odrs"}]]);const p7=r("snowflake",[["path",{d:"m10 20-1.25-2.5L6 18",key:"18frcb"}],["path",{d:"M10 4 8.75 6.5 6 6",key:"7mghy3"}],["path",{d:"m14 20 1.25-2.5L18 18",key:"1chtki"}],["path",{d:"m14 4 1.25 2.5L18 6",key:"1b4wsy"}],["path",{d:"m17 21-3-6h-4",key:"15hhxa"}],["path",{d:"m17 3-3 6 1.5 3",key:"11697g"}],["path",{d:"M2 12h6.5L10 9",key:"kv9z4n"}],["path",{d:"m20 10-1.5 2 1.5 2",key:"1swlpi"}],["path",{d:"M22 12h-6.5L14 15",key:"1mxi28"}],["path",{d:"m4 10 1.5 2L4 14",key:"k9enpj"}],["path",{d:"m7 21 3-6-1.5-3",key:"j8hb9u"}],["path",{d:"m7 3 3 6h4",key:"1otusx"}]]);const y7=r("soap-dispenser-droplet",[["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"}]]);const k7=r("sofa",[["path",{d:"M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3",key:"1dgpiv"}],["path",{d:"M2 16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",key:"xacw8m"}],["path",{d:"M4 18v2",key:"jwo5n2"}],["path",{d:"M20 18v2",key:"1ar1qi"}],["path",{d:"M12 4v9",key:"oqhhn3"}]]);const _7=r("solar-panel",[["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"}]]);const f7=r("soup",[["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M19.5 12 22 6",key:"shfsr5"}],["path",{d:"M16.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.73 1.62",key:"rpc6vp"}],["path",{d:"M11.25 3c.27.1.8.53.74 1.36-.05.83-.93 1.2-.98 2.02-.06.78.33 1.24.72 1.62",key:"1lf63m"}],["path",{d:"M6.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.74 1.62",key:"97tijn"}]]);const m7=r("space",[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]]);const g7=r("spade",[["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"}]]);const v7=r("sparkle",[["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"}]]);const la=r("sparkles",[["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"}]]);const M7=r("speaker",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M12 6h.01",key:"1vi96p"}],["circle",{cx:"12",cy:"14",r:"4",key:"1jruaj"}],["path",{d:"M12 14h.01",key:"1etili"}]]);const $7=r("speech",[["path",{d:"M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20",key:"11atix"}],["path",{d:"M19.8 17.8a7.5 7.5 0 0 0 .003-10.603",key:"yol142"}],["path",{d:"M17 15a3.5 3.5 0 0 0-.025-4.975",key:"ssbmkc"}]]);const w7=r("spell-check",[["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m16 20 2 2 4-4",key:"13tcca"}]]);const b7=r("spell-check-2",[["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M4 21c1.1 0 1.1-1 2.3-1s1.1 1 2.3 1c1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1",key:"8mdmtu"}]]);const x7=r("spline-pointer",[["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"}]]);const N7=r("spline",[["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M5 17A12 12 0 0 1 17 5",key:"1okkup"}]]);const I7=r("split",[["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M8 3H3v5",key:"15dfkv"}],["path",{d:"M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3",key:"1qrqzj"}],["path",{d:"m15 9 6-6",key:"ko1vev"}]]);const L7=r("spool",[["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"}]]);const S7=r("spotlight",[["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"}]]);const C7=r("spray-can",[["path",{d:"M3 3h.01",key:"159qn6"}],["path",{d:"M7 5h.01",key:"1hq22a"}],["path",{d:"M11 7h.01",key:"1osv80"}],["path",{d:"M3 7h.01",key:"1xzrh3"}],["path",{d:"M7 9h.01",key:"19b3jx"}],["path",{d:"M3 11h.01",key:"1eifu7"}],["rect",{width:"4",height:"4",x:"15",y:"5",key:"mri9e4"}],["path",{d:"m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2",key:"aib6hk"}],["path",{d:"m13 14 8-2",key:"1d7bmk"}],["path",{d:"m13 19 8-2",key:"1y2vml"}]]);const z7=r("sprout",[["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"}]]);const ua=r("square-activity",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7",key:"15hlnc"}]]);const ha=r("square-arrow-down-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 8-8 8",key:"166keh"}],["path",{d:"M16 16H8V8",key:"1w2ppm"}]]);const pa=r("square-arrow-down-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 8 8 8",key:"1imecy"}],["path",{d:"M16 8v8H8",key:"1lbpgo"}]]);const ya=r("square-arrow-down",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8 12 4 4 4-4",key:"k98ssh"}]]);const ka=r("square-arrow-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m12 8-4 4 4 4",key:"15vm53"}],["path",{d:"M16 12H8",key:"1fr5h0"}]]);const _a=r("square-arrow-out-down-left",[["path",{d:"M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6",key:"14qz4y"}],["path",{d:"m3 21 9-9",key:"1jfql5"}],["path",{d:"M9 21H3v-6",key:"wtvkvv"}]]);const fa=r("square-arrow-out-down-right",[["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"14rsvq"}],["path",{d:"m21 21-9-9",key:"1et2py"}],["path",{d:"M21 15v6h-6",key:"1jko0i"}]]);const ma=r("square-arrow-out-up-left",[["path",{d:"M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6",key:"14mv1t"}],["path",{d:"m3 3 9 9",key:"rks13r"}],["path",{d:"M3 9V3h6",key:"ira0h2"}]]);const ga=r("square-arrow-out-up-right",[["path",{d:"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6",key:"y09zxi"}],["path",{d:"m21 3-9 9",key:"mpx6sq"}],["path",{d:"M15 3h6v6",key:"1q9fwt"}]]);const va=r("square-arrow-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m12 16 4-4-4-4",key:"1i9zcv"}]]);const Ma=r("square-arrow-up-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 16V8h8",key:"19xb1h"}],["path",{d:"M16 16 8 8",key:"1qdy8n"}]]);const $a=r("square-arrow-up-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 8h8v8",key:"b65dnt"}],["path",{d:"m8 16 8-8",key:"13b9ih"}]]);const wa=r("square-arrow-up",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}]]);const ba=r("square-asterisk",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8.5 14 7-4",key:"12hpby"}],["path",{d:"m8.5 10 7 4",key:"wwy2dy"}]]);const xa=r("square-bottom-dashed-scissors",[["path",{d:"M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2",key:"1vzg26"}],["path",{d:"M10 22H8",key:"euku7a"}],["path",{d:"M16 22h-2",key:"18d249"}],["circle",{cx:"8",cy:"8",r:"2",key:"14cg06"}],["path",{d:"M9.414 9.414 12 12",key:"qz4lzr"}],["path",{d:"M14.8 14.8 18 18",key:"11flf1"}],["circle",{cx:"8",cy:"16",r:"2",key:"1acxsx"}],["path",{d:"m18 6-8.586 8.586",key:"11kzk1"}]]);const Ve=r("square-chart-gantt",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 8h7",key:"kbo1nt"}],["path",{d:"M8 12h6",key:"ikassy"}],["path",{d:"M11 16h5",key:"oq65wt"}]]);const Na=r("square-check-big",[["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"}]]);const Ia=r("square-check",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);const La=r("square-chevron-down",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]]);const Sa=r("square-chevron-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]]);const Ca=r("square-chevron-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]]);const za=r("square-chevron-up",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]]);const Aa=r("square-code",[["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"}]]);const A7=r("square-dashed-bottom-code",[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",key:"as5y1o"}],["path",{d:"M9 21h1",key:"15o7lz"}]]);const j7=r("square-dashed-bottom",[["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",key:"as5y1o"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 21h1",key:"v9vybs"}]]);const ja=r("square-dashed-kanban",[["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M21 14v1",key:"169vum"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M3 9v1",key:"1r0deq"}]]);const Pa=r("square-dashed-mouse-pointer",[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h2",key:"1qve2z"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v2",key:"p14lih"}],["path",{d:"M3 14v1",key:"vnatye"}]]);const P7=r("square-dashed-top-solid",[["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"}]]);const qa=r("square-dashed",[["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M21 14v1",key:"169vum"}]]);const Da=r("square-divide",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16",key:"aqc6ln"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8",key:"1mkcni"}]]);const Oa=r("square-dot",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);const Ha=r("square-equal",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}]]);const Va=r("square-function",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3",key:"m1af9g"}],["path",{d:"M9 11.2h5.7",key:"3zgcl2"}]]);const Ra=r("square-kanban",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}]]);const Ta=r("square-library",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7v10",key:"d5nglc"}],["path",{d:"M11 7v10",key:"pptsnr"}],["path",{d:"m15 7 2 10",key:"1m7qm5"}]]);const Fa=r("square-menu",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 8h10",key:"1jw688"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h10",key:"wp8him"}]]);const Ea=r("square-m",[["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"}]]);const Ua=r("square-minus",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);const Ba=r("square-mouse-pointer",[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"14rsvq"}]]);const Za=r("square-parking-off",[["path",{d:"M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41",key:"9l1ft6"}],["path",{d:"M3 8.7V19a2 2 0 0 0 2 2h10.3",key:"17knke"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2",key:"uoagbd"}],["path",{d:"M9 17v-2.3",key:"1jxgo2"}]]);const Ga=r("square-parking",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]]);const q7=r("square-pause",[["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"}]]);const ge=r("square-pen",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]]);const Wa=r("square-percent",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]);const Ka=r("square-pilcrow",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 12H9.5a2.5 2.5 0 0 1 0-5H17",key:"1l9586"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M16 7v10",key:"lavkr4"}]]);const Xa=r("square-pi",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7h10",key:"udp07y"}],["path",{d:"M10 7v10",key:"i1d9ee"}],["path",{d:"M16 17a2 2 0 0 1-2-2V7",key:"ftwdc7"}]]);const Ja=r("square-play",[["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"}]]);const Ya=r("square-plus",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]);const Qa=r("square-power",[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005",key:"1pek45"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]);const D7=r("square-radical",[["path",{d:"M7 12h2l2 5 2-10h4",key:"1fxv6h"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]);const O7=r("square-round-corner",[["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"}]]);const e1=r("square-scissors",[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"2",key:"1btzen"}],["circle",{cx:"8",cy:"8",r:"2",key:"14cg06"}],["path",{d:"M9.414 9.414 12 12",key:"qz4lzr"}],["path",{d:"M14.8 14.8 18 18",key:"11flf1"}],["circle",{cx:"8",cy:"16",r:"2",key:"1acxsx"}],["path",{d:"m18 6-8.586 8.586",key:"11kzk1"}]]);const t1=r("square-sigma",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9",key:"9nih0i"}]]);const n1=r("square-slash",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]]);const o1=r("square-split-horizontal",[["path",{d:"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3",key:"lubmu8"}],["path",{d:"M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3",key:"1ag34g"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20",key:"1tx1rr"}]]);const a1=r("square-split-vertical",[["path",{d:"M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3",key:"1pi83i"}],["path",{d:"M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3",key:"ido5k7"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]]);const H7=r("square-square",[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1",key:"z9xiuo"}]]);const V7=r("square-stack",[["path",{d:"M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",key:"4i38lg"}],["path",{d:"M10 16c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",key:"mlte4a"}],["rect",{width:"8",height:"8",x:"14",y:"14",rx:"2",key:"1fa9i4"}]]);const R7=r("square-star",[["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"}]]);const T7=r("square-stop",[["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"}]]);const i1=r("square-terminal",[["path",{d:"m7 11 2-2-2-2",key:"1lz0vl"}],["path",{d:"M11 13h4",key:"1p7l4v"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}]]);const r1=r("square-user",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2",key:"1m6ac2"}]]);const c1=r("square-user-round",[["path",{d:"M18 21a6 6 0 0 0-12 0",key:"kaz2du"}],["circle",{cx:"12",cy:"11",r:"4",key:"1gt34v"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);const F7=r("square",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);const d1=r("square-x",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);const E7=r("squares-exclude",[["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"}]]);const U7=r("squares-intersect",[["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"}]]);const B7=r("squares-subtract",[["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"}]]);const Z7=r("squares-unite",[["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"}]]);const G7=r("squircle-dashed",[["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"}]]);const W7=r("squircle",[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9-9-1.8-9-9 1.8-9 9-9",key:"garfkc"}]]);const K7=r("squirrel",[["path",{d:"M15.236 22a3 3 0 0 0-2.2-5",key:"21bitc"}],["path",{d:"M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4",key:"oh0fg0"}],["path",{d:"M18 13h.01",key:"9veqaj"}],["path",{d:"M18 6a4 4 0 0 0-4 4 7 7 0 0 0-7 7c0-5 4-5 4-10.5a4.5 4.5 0 1 0-9 0 2.5 2.5 0 0 0 5 0C7 10 3 11 3 17c0 2.8 2.2 5 5 5h10",key:"980v8a"}]]);const X7=r("stamp",[["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"}]]);const J7=r("star-off",[["path",{d:"M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43",key:"16m0ql"}],["path",{d:"M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91",key:"1vt8nq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const Y7=r("star",[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]]);const Q7=r("star-half",[["path",{d:"M12 18.338a2.1 2.1 0 0 0-.987.244L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679A.53.53 0 0 1 12 2",key:"2ksp49"}]]);const e9=r("step-back",[["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"}]]);const t9=r("step-forward",[["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"}]]);const n9=r("stethoscope",[["path",{d:"M11 2v2",key:"1539x4"}],["path",{d:"M5 2v2",key:"1yf1q8"}],["path",{d:"M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1",key:"rb5t3r"}],["path",{d:"M8 15a6 6 0 0 0 12 0v-3",key:"x18d4x"}],["circle",{cx:"20",cy:"10",r:"2",key:"ts1r5v"}]]);const o9=r("sticker",[["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"}]]);const a9=r("sticky-note",[["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"}]]);const i9=r("store",[["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"}]]);const r9=r("stretch-horizontal",[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2",key:"qdearl"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2",key:"1xrn6j"}]]);const c9=r("stretch-vertical",[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2",key:"19qu7m"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2",key:"24v0nk"}]]);const d9=r("subscript",[["path",{d:"m4 5 8 8",key:"1eunvl"}],["path",{d:"m12 5-8 8",key:"1ah0jp"}],["path",{d:"M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07",key:"e8ta8j"}]]);const s9=r("strikethrough",[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4",key:"43sutm"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6",key:"nlfj13"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]]);const l9=r("sun-dim",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 4h.01",key:"1ujb9j"}],["path",{d:"M20 12h.01",key:"1ykeid"}],["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M4 12h.01",key:"158zrr"}],["path",{d:"M17.657 6.343h.01",key:"31pqzk"}],["path",{d:"M17.657 17.657h.01",key:"jehnf4"}],["path",{d:"M6.343 17.657h.01",key:"gdk6ow"}],["path",{d:"M6.343 6.343h.01",key:"1uurf0"}]]);const u9=r("sun-medium",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 3v1",key:"1asbbs"}],["path",{d:"M12 20v1",key:"1wcdkc"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M20 12h1",key:"1vloll"}],["path",{d:"m18.364 5.636-.707.707",key:"1hakh0"}],["path",{d:"m6.343 17.657-.707.707",key:"18m9nf"}],["path",{d:"m5.636 5.636.707.707",key:"1xv1c5"}],["path",{d:"m17.657 17.657.707.707",key:"vl76zb"}]]);const h9=r("sun-moon",[["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"}]]);const p9=r("sun",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m17.66 17.66 1.41 1.41",key:"ptbguv"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}]]);const y9=r("sun-snow",[["path",{d:"M10 21v-1",key:"1u8rkd"}],["path",{d:"M10 4V3",key:"pkzwkn"}],["path",{d:"M10 9a3 3 0 0 0 0 6",key:"gv75dk"}],["path",{d:"m14 20 1.25-2.5L18 18",key:"1chtki"}],["path",{d:"m14 4 1.25 2.5L18 6",key:"1b4wsy"}],["path",{d:"m17 21-3-6 1.5-3H22",key:"o5qa3v"}],["path",{d:"m17 3-3 6 1.5 3",key:"11697g"}],["path",{d:"M2 12h1",key:"1uaihz"}],["path",{d:"m20 10-1.5 2 1.5 2",key:"1swlpi"}],["path",{d:"m3.64 18.36.7-.7",key:"105rm9"}],["path",{d:"m4.34 6.34-.7-.7",key:"d3unjp"}]]);const k9=r("sunrise",[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"m4.93 10.93 1.41 1.41",key:"2a7f42"}],["path",{d:"M2 18h2",key:"j10viu"}],["path",{d:"M20 18h2",key:"wocana"}],["path",{d:"m19.07 10.93-1.41 1.41",key:"15zs5n"}],["path",{d:"M22 22H2",key:"19qnx5"}],["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}],["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}]]);const _9=r("sunset",[["path",{d:"M12 10V2",key:"16sf7g"}],["path",{d:"m4.93 10.93 1.41 1.41",key:"2a7f42"}],["path",{d:"M2 18h2",key:"j10viu"}],["path",{d:"M20 18h2",key:"wocana"}],["path",{d:"m19.07 10.93-1.41 1.41",key:"15zs5n"}],["path",{d:"M22 22H2",key:"19qnx5"}],["path",{d:"m16 6-4 4-4-4",key:"6wukr"}],["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}]]);const f9=r("superscript",[["path",{d:"m4 19 8-8",key:"hr47gm"}],["path",{d:"m12 19-8-8",key:"1dhhmo"}],["path",{d:"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06",key:"1dfcux"}]]);const m9=r("swatch-book",[["path",{d:"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z",key:"1ldrpk"}],["path",{d:"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7",key:"11i5po"}],["path",{d:"M 7 17h.01",key:"1euzgo"}],["path",{d:"m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8",key:"o2gii7"}]]);const g9=r("swiss-franc",[["path",{d:"M10 21V3h8",key:"br2l0g"}],["path",{d:"M6 16h9",key:"2py0wn"}],["path",{d:"M10 9.5h7",key:"13dmhz"}]]);const v9=r("sword",[["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"}]]);const M9=r("switch-camera",[["path",{d:"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5",key:"mtk2lu"}],["path",{d:"M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5",key:"120jsl"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m18 22-3-3 3-3",key:"kgdoj7"}],["path",{d:"m6 2 3 3-3 3",key:"1fnbkv"}]]);const $9=r("swords",[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5",key:"1hfsw2"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13",key:"1vrmhu"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20",key:"1bron3"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19",key:"13pww6"}],["polyline",{points:"14.5 6.5 18 3 21 3 21 6 17.5 9.5",key:"hbey2j"}],["line",{x1:"5",x2:"9",y1:"14",y2:"18",key:"1hf58s"}],["line",{x1:"7",x2:"4",y1:"17",y2:"20",key:"pidxm4"}],["line",{x1:"3",x2:"5",y1:"19",y2:"21",key:"1pehsh"}]]);const w9=r("syringe",[["path",{d:"m18 2 4 4",key:"22kx64"}],["path",{d:"m17 7 3-3",key:"1w1zoj"}],["path",{d:"M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5",key:"1exhtz"}],["path",{d:"m9 11 4 4",key:"rovt3i"}],["path",{d:"m5 19-3 3",key:"59f2uf"}],["path",{d:"m14 4 6 6",key:"yqp9t2"}]]);const b9=r("table-2",[["path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",key:"gugj83"}]]);const x9=r("table-cells-merge",[["path",{d:"M12 21v-6",key:"lihzve"}],["path",{d:"M12 9V3",key:"da5inc"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);const N9=r("table-cells-split",[["path",{d:"M12 15V9",key:"8c7uyn"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);const I9=r("table-columns-split",[["path",{d:"M14 14v2",key:"w2a1xv"}],["path",{d:"M14 20v2",key:"1lq872"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M14 8v2",key:"i67w9a"}],["path",{d:"M2 15h8",key:"82wtch"}],["path",{d:"M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2",key:"up0l64"}],["path",{d:"M2 9h8",key:"yelfik"}],["path",{d:"M22 15h-4",key:"1es58f"}],["path",{d:"M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2",key:"pdjoqf"}],["path",{d:"M22 9h-4",key:"1luja7"}],["path",{d:"M5 3v18",key:"14hmio"}]]);const L9=r("table-of-contents",[["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"}]]);const S9=r("table-properties",[["path",{d:"M15 3v18",key:"14nvp0"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 9H3",key:"1338ky"}],["path",{d:"M21 15H3",key:"9uk58r"}]]);const C9=r("table-rows-split",[["path",{d:"M14 10h2",key:"1lstlu"}],["path",{d:"M15 22v-8",key:"1fwwgm"}],["path",{d:"M15 2v4",key:"1044rn"}],["path",{d:"M2 10h2",key:"1r8dkt"}],["path",{d:"M20 10h2",key:"1ug425"}],["path",{d:"M3 19h18",key:"awlh7x"}],["path",{d:"M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6",key:"ibqhof"}],["path",{d:"M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2",key:"1uenja"}],["path",{d:"M8 10h2",key:"66od0"}],["path",{d:"M9 22v-8",key:"fmnu31"}],["path",{d:"M9 2v4",key:"j1yeou"}]]);const z9=r("table",[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]]);const A9=r("tablet-smartphone",[["rect",{width:"10",height:"14",x:"3",y:"8",rx:"2",key:"1vrsiq"}],["path",{d:"M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4",key:"1j4zmg"}],["path",{d:"M8 18h.01",key:"lrp35t"}]]);const j9=r("tablet",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2",key:"76otgf"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18",key:"1dp563"}]]);const P9=r("tablets",[["circle",{cx:"7",cy:"7",r:"5",key:"x29byf"}],["circle",{cx:"17",cy:"17",r:"5",key:"1op1d2"}],["path",{d:"M12 17h10",key:"ls21zv"}],["path",{d:"m3.46 10.54 7.08-7.08",key:"1rehiu"}]]);const q9=r("tag",[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",key:"vktsd0"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}]]);const D9=r("tags",[["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"}]]);const O9=r("tally-2",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}]]);const H9=r("tally-3",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}]]);const V9=r("tally-1",[["path",{d:"M4 4v16",key:"6qkkli"}]]);const R9=r("tally-4",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}]]);const T9=r("tally-5",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}],["path",{d:"M22 6 2 18",key:"h9moai"}]]);const F9=r("tangent",[["circle",{cx:"17",cy:"4",r:"2",key:"y5j2s2"}],["path",{d:"M15.59 5.41 5.41 15.59",key:"l0vprr"}],["circle",{cx:"4",cy:"17",r:"2",key:"9p4efm"}],["path",{d:"M12 22s-4-9-1.5-11.5S22 12 22 12",key:"1twk4o"}]]);const E9=r("target",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);const U9=r("telescope",[["path",{d:"m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44",key:"k4qptu"}],["path",{d:"m13.56 11.747 4.332-.924",key:"19l80z"}],["path",{d:"m16 21-3.105-6.21",key:"7oh9d"}],["path",{d:"M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.727l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z",key:"m7xp4m"}],["path",{d:"m6.158 8.633 1.114 4.456",key:"74o979"}],["path",{d:"m8 21 3.105-6.21",key:"1fvxut"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}]]);const B9=r("tent-tree",[["circle",{cx:"4",cy:"4",r:"2",key:"bt5ra8"}],["path",{d:"m14 5 3-3 3 3",key:"1sorif"}],["path",{d:"m14 10 3-3 3 3",key:"1jyi9h"}],["path",{d:"M17 14V2",key:"8ymqnk"}],["path",{d:"M17 14H7l-5 8h20Z",key:"13ar7p"}],["path",{d:"M8 14v8",key:"1ghmqk"}],["path",{d:"m9 14 5 8",key:"13pgi6"}]]);const Z9=r("tent",[["path",{d:"M3.5 21 14 3",key:"1szst5"}],["path",{d:"M20.5 21 10 3",key:"1310c3"}],["path",{d:"M15.5 21 12 15l-3.5 6",key:"1ddtfw"}],["path",{d:"M2 21h20",key:"1nyx9w"}]]);const G9=r("terminal",[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]]);const s1=r("test-tube-diagonal",[["path",{d:"M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3",key:"1ub6xw"}],["path",{d:"m16 2 6 6",key:"1gw87d"}],["path",{d:"M12 16H4",key:"1cjfip"}]]);const W9=r("test-tube",[["path",{d:"M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5c-1.4 0-2.5-1.1-2.5-2.5V2",key:"125lnx"}],["path",{d:"M8.5 2h7",key:"csnxdl"}],["path",{d:"M14.5 16h-5",key:"1ox875"}]]);const K9=r("test-tubes",[["path",{d:"M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2",key:"1hjrqt"}],["path",{d:"M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5V2",key:"16lc8n"}],["path",{d:"M3 2h7",key:"7s29d5"}],["path",{d:"M14 2h7",key:"7sicin"}],["path",{d:"M9 16H4",key:"1bfye3"}],["path",{d:"M20 16h-5",key:"ddnjpe"}]]);const l1=r("text-align-center",[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M17 12H7",key:"16if0g"}],["path",{d:"M19 19H5",key:"vjpgq2"}]]);const u1=r("text-align-end",[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M21 19H7",key:"4cu937"}]]);const h1=r("text-align-justify",[["path",{d:"M3 5h18",key:"1u36vt"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 19h18",key:"awlh7x"}]]);const Re=r("text-align-start",[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M15 12H3",key:"6jk70r"}],["path",{d:"M17 19H3",key:"z6ezky"}]]);const X9=r("text-cursor-input",[["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"}]]);const J9=r("text-cursor",[["path",{d:"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1",key:"uvaxm9"}],["path",{d:"M7 22h1a4 4 0 0 0 4-4v-1",key:"11xy8d"}],["path",{d:"M7 2h1a4 4 0 0 1 4 4v1",key:"1uw06m"}]]);const p1=r("text-initial",[["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"}]]);const Y9=r("text-quote",[["path",{d:"M17 5H3",key:"1cn7zz"}],["path",{d:"M21 12H8",key:"scolzb"}],["path",{d:"M21 19H8",key:"13qgcb"}],["path",{d:"M3 12v7",key:"1ri8j3"}]]);const Q9=r("text-search",[["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"}]]);const y1=r("text-select",[["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"}]]);const k1=r("text-wrap",[["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"}]]);const eM=r("theater",[["path",{d:"M2 10s3-3 3-8",key:"3xiif0"}],["path",{d:"M22 10s-3-3-3-8",key:"ioaa5q"}],["path",{d:"M10 2c0 4.4-3.6 8-8 8",key:"16fkpi"}],["path",{d:"M14 2c0 4.4 3.6 8 8 8",key:"b9eulq"}],["path",{d:"M2 10s2 2 2 5",key:"1au1lb"}],["path",{d:"M22 10s-2 2-2 5",key:"qi2y5e"}],["path",{d:"M8 15h8",key:"45n4r"}],["path",{d:"M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",key:"1vsc2m"}],["path",{d:"M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",key:"hrha4u"}]]);const tM=r("thermometer-snowflake",[["path",{d:"m10 20-1.25-2.5L6 18",key:"18frcb"}],["path",{d:"M10 4 8.75 6.5 6 6",key:"7mghy3"}],["path",{d:"M10.585 15H10",key:"4nqulp"}],["path",{d:"M2 12h6.5L10 9",key:"kv9z4n"}],["path",{d:"M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z",key:"yu0u2z"}],["path",{d:"m4 10 1.5 2L4 14",key:"k9enpj"}],["path",{d:"m7 21 3-6-1.5-3",key:"j8hb9u"}],["path",{d:"m7 3 3 6h2",key:"1bbqgq"}]]);const nM=r("thermometer-sun",[["path",{d:"M12 9a4 4 0 0 0-2 7.5",key:"1jvsq6"}],["path",{d:"M12 3v2",key:"1w22ol"}],["path",{d:"m6.6 18.4-1.4 1.4",key:"w2yidj"}],["path",{d:"M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"iof6y5"}],["path",{d:"M4 13H2",key:"118le4"}],["path",{d:"M6.34 7.34 4.93 5.93",key:"1brd51"}]]);const oM=r("thermometer",[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"17jzev"}]]);const aM=r("thumbs-up",[["path",{d:"M7 10v12",key:"1qc93n"}],["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z",key:"emmmcr"}]]);const iM=r("thumbs-down",[["path",{d:"M17 14V2",key:"8ymqnk"}],["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z",key:"m61m77"}]]);const rM=r("ticket-check",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);const cM=r("ticket-minus",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M9 12h6",key:"1c52cq"}]]);const dM=r("ticket-percent",[["path",{d:"M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"1l48ns"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]);const sM=r("ticket-plus",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M12 9v6",key:"199k2o"}]]);const lM=r("ticket-slash",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9.5 14.5 5-5",key:"qviqfa"}]]);const uM=r("ticket",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M13 5v2",key:"dyzc3o"}],["path",{d:"M13 17v2",key:"1ont0d"}],["path",{d:"M13 11v2",key:"1wjjxi"}]]);const hM=r("ticket-x",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9.5 14.5 5-5",key:"qviqfa"}],["path",{d:"m9.5 9.5 5 5",key:"18nt4w"}]]);const pM=r("tickets-plane",[["path",{d:"M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12",key:"16muxl"}],["path",{d:"m12 13.5 3.75.5",key:"1i9qhk"}],["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8",key:"12lg5p"}],["path",{d:"M6 10V8",key:"1y41hn"}],["path",{d:"M6 14v1",key:"cao2tf"}],["path",{d:"M6 19v2",key:"1loha6"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2",key:"p3bz5l"}]]);const yM=r("tickets",[["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8",key:"12lg5p"}],["path",{d:"M6 10V8",key:"1y41hn"}],["path",{d:"M6 14v1",key:"cao2tf"}],["path",{d:"M6 19v2",key:"1loha6"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2",key:"p3bz5l"}]]);const kM=r("timer-off",[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7",key:"10he05"}],["path",{d:"M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2",key:"15f7sh"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M12 12v-2",key:"fwoke6"}]]);const _M=r("timer-reset",[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"M12 14v-4",key:"1evpnu"}],["path",{d:"M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6",key:"1ts96g"}],["path",{d:"M9 17H4v5",key:"8t5av"}]]);const fM=r("timer",[["line",{x1:"10",x2:"14",y1:"2",y2:"2",key:"14vaq8"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11",key:"17fdiu"}],["circle",{cx:"12",cy:"14",r:"8",key:"1e1u0o"}]]);const mM=r("toggle-left",[["circle",{cx:"9",cy:"12",r:"3",key:"u3jwor"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7",key:"g7kal2"}]]);const gM=r("toggle-right",[["circle",{cx:"15",cy:"12",r:"3",key:"1afu0r"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7",key:"g7kal2"}]]);const vM=r("toilet",[["path",{d:"M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18",key:"kc4kqr"}],["path",{d:"M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8",key:"1tqs57"}]]);const MM=r("tornado",[["path",{d:"M21 4H3",key:"1hwok0"}],["path",{d:"M18 8H6",key:"41n648"}],["path",{d:"M19 12H9",key:"1g4lpz"}],["path",{d:"M16 16h-6",key:"1j5d54"}],["path",{d:"M11 20H9",key:"39obr8"}]]);const $M=r("tool-case",[["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"}]]);const wM=r("torus",[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2",key:"1b2qxu"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5",key:"h8emeu"}]]);const bM=r("touchpad",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M12 20v-6",key:"1rm09r"}]]);const xM=r("touchpad-off",[["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"}]]);const NM=r("tower-control",[["path",{d:"M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z",key:"1pledb"}],["path",{d:"M8 13v9",key:"hmv0ci"}],["path",{d:"M16 22v-9",key:"ylnf1u"}],["path",{d:"m9 6 1 7",key:"dpdgam"}],["path",{d:"m15 6-1 7",key:"ls7zgu"}],["path",{d:"M12 6V2",key:"1pj48d"}],["path",{d:"M13 2h-2",key:"mj6ths"}]]);const IM=r("toy-brick",[["rect",{width:"18",height:"12",x:"3",y:"8",rx:"1",key:"158fvp"}],["path",{d:"M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3",key:"s0042v"}],["path",{d:"M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3",key:"9wmeh2"}]]);const LM=r("tractor",[["path",{d:"m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20",key:"she1j9"}],["path",{d:"M16 18h-5",key:"bq60fd"}],["path",{d:"M18 5a1 1 0 0 0-1 1v5.573",key:"1kv8ia"}],["path",{d:"M3 4h8.129a1 1 0 0 1 .99.863L13 11.246",key:"1q1ert"}],["path",{d:"M4 11V4",key:"9ft8pt"}],["path",{d:"M7 15h.01",key:"k5ht0j"}],["path",{d:"M8 10.1V4",key:"1jgyzo"}],["circle",{cx:"18",cy:"18",r:"2",key:"1emm8v"}],["circle",{cx:"7",cy:"15",r:"5",key:"ddtuc"}]]);const SM=r("traffic-cone",[["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"}]]);const CM=r("train-front-tunnel",[["path",{d:"M2 22V12a10 10 0 1 1 20 0v10",key:"o0fyp0"}],["path",{d:"M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8",key:"m8q3n9"}],["path",{d:"M10 15h.01",key:"44in9x"}],["path",{d:"M14 15h.01",key:"5mohn5"}],["path",{d:"M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z",key:"hckbmu"}],["path",{d:"m9 19-2 3",key:"iij7hm"}],["path",{d:"m15 19 2 3",key:"npx8sa"}]]);const zM=r("train-front",[["path",{d:"M8 3.1V7a4 4 0 0 0 8 0V3.1",key:"1v71zp"}],["path",{d:"m9 15-1-1",key:"1yrq24"}],["path",{d:"m15 15 1-1",key:"1t0d6s"}],["path",{d:"M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Z",key:"1p0hjs"}],["path",{d:"m8 19-2 3",key:"13i0xs"}],["path",{d:"m16 19 2 3",key:"xo31yx"}]]);const AM=r("train-track",[["path",{d:"M2 17 17 2",key:"18b09t"}],["path",{d:"m2 14 8 8",key:"1gv9hu"}],["path",{d:"m5 11 8 8",key:"189pqp"}],["path",{d:"m8 8 8 8",key:"1imecy"}],["path",{d:"m11 5 8 8",key:"ummqn6"}],["path",{d:"m14 2 8 8",key:"1vk7dn"}],["path",{d:"M7 22 22 7",key:"15mb1i"}]]);const _1=r("tram-front",[["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2",key:"1wxw4b"}],["path",{d:"M4 11h16",key:"mpoxn0"}],["path",{d:"M12 3v8",key:"1h2ygw"}],["path",{d:"m8 19-2 3",key:"13i0xs"}],["path",{d:"m18 22-2-3",key:"1p0ohu"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M16 15h.01",key:"rnfrdf"}]]);const jM=r("transgender",[["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"}]]);const PM=r("trash-2",[["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"}]]);const qM=r("trash",[["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"}]]);const DM=r("tree-deciduous",[["path",{d:"M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z",key:"oadzkq"}],["path",{d:"M12 19v3",key:"npa21l"}]]);const f1=r("tree-palm",[["path",{d:"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4",key:"foxbe7"}],["path",{d:"M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3",key:"18arnh"}],["path",{d:"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35",key:"ywahnh"}],["path",{d:"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14",key:"ft0feo"}]]);const OM=r("tree-pine",[["path",{d:"m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z",key:"cpyugq"}],["path",{d:"M12 22v-3",key:"kmzjlo"}]]);const HM=r("trees",[["path",{d:"M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z",key:"1l6gj6"}],["path",{d:"M7 16v6",key:"1a82de"}],["path",{d:"M13 19v3",key:"13sx9i"}],["path",{d:"M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5",key:"1sj9kv"}]]);const VM=r("trello",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["rect",{width:"3",height:"9",x:"7",y:"7",key:"14n3xi"}],["rect",{width:"3",height:"5",x:"14",y:"7",key:"s4azjd"}]]);const RM=r("trending-down",[["path",{d:"M16 17h6v-6",key:"t6n2it"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7",key:"x473p"}]]);const TM=r("trending-up-down",[["path",{d:"M14.828 14.828 21 21",key:"ar5fw7"}],["path",{d:"M21 16v5h-5",key:"1ck2sf"}],["path",{d:"m21 3-9 9-4-4-6 6",key:"1h02xo"}],["path",{d:"M21 8V3h-5",key:"1qoq8a"}]]);const FM=r("trending-up",[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]]);const m1=r("triangle-alert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);const EM=r("triangle-dashed",[["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"}]]);const UM=r("triangle-right",[["path",{d:"M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z",key:"183wce"}]]);const BM=r("triangle",[["path",{d:"M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z",key:"14u9p9"}]]);const ZM=r("trophy",[["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"}]]);const GM=r("truck-electric",[["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"}]]);const WM=r("truck",[["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2",key:"wrbu53"}],["path",{d:"M15 18H9",key:"1lyqi6"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14",key:"lysw3i"}],["circle",{cx:"17",cy:"18",r:"2",key:"332jqn"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]]);const KM=r("turntable",[["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"}]]);const XM=r("turkish-lira",[["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"}]]);const JM=r("turtle",[["path",{d:"m12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z",key:"1lbbv7"}],["path",{d:"M4.82 7.9 8 10",key:"m9wose"}],["path",{d:"M15.18 7.9 12 10",key:"p8dp2u"}],["path",{d:"M16.93 10H20a2 2 0 0 1 0 4H2",key:"12nsm7"}]]);const YM=r("tv-minimal-play",[["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"}]]);const QM=r("tv",[["path",{d:"m17 2-5 5-5-5",key:"16satq"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2",key:"1e6viu"}]]);const g1=r("tv-minimal",[["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]]);const e$=r("twitch",[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7",key:"c0yzno"}]]);const t$=r("type-outline",[["path",{d:"M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z",key:"1reda3"}]]);const n$=r("twitter",[["path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z",key:"pff0z6"}]]);const o$=r("type",[["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"}]]);const a$=r("umbrella-off",[["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"}]]);const i$=r("umbrella",[["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"}]]);const r$=r("undo-2",[["path",{d:"M9 14 4 9l5-5",key:"102s5s"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11",key:"f3b9sd"}]]);const c$=r("underline",[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4",key:"9kb039"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20",key:"nun2al"}]]);const d$=r("undo-dot",[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13",key:"8mp6z9"}],["path",{d:"M3 7v6h6",key:"1v2h90"}],["circle",{cx:"12",cy:"17",r:"1",key:"1ixnty"}]]);const s$=r("undo",[["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]]);const l$=r("unfold-vertical",[["path",{d:"M12 22v-6",key:"6o8u61"}],["path",{d:"M12 8V2",key:"1wkif3"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}],["path",{d:"m15 19-3 3-3-3",key:"11eu04"}],["path",{d:"m15 5-3-3-3 3",key:"itvq4r"}]]);const u$=r("unfold-horizontal",[["path",{d:"M16 12h6",key:"15xry1"}],["path",{d:"M8 12H2",key:"1jqql6"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m19 15 3-3-3-3",key:"wjy7rq"}],["path",{d:"m5 9-3 3 3 3",key:"j64kie"}]]);const h$=r("ungroup",[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1",key:"nzclkv"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1",key:"4tytwb"}]]);const v1=r("university",[["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"}]]);const p$=r("unlink-2",[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2",key:"1re2ne"}]]);const y$=r("unlink",[["path",{d:"m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71",key:"yqzxt4"}],["path",{d:"m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71",key:"4qinb0"}],["line",{x1:"8",x2:"8",y1:"2",y2:"5",key:"1041cp"}],["line",{x1:"2",x2:"5",y1:"8",y2:"8",key:"14m1p5"}],["line",{x1:"16",x2:"16",y1:"19",y2:"22",key:"rzdirn"}],["line",{x1:"19",x2:"22",y1:"16",y2:"16",key:"ox905f"}]]);const k$=r("upload",[["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"}]]);const _$=r("unplug",[["path",{d:"m19 5 3-3",key:"yk6iyv"}],["path",{d:"m2 22 3-3",key:"19mgm9"}],["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",key:"goz73y"}],["path",{d:"M7.5 13.5 10 11",key:"7xgeeb"}],["path",{d:"M10.5 16.5 13 14",key:"10btkg"}],["path",{d:"m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z",key:"1snsnr"}]]);const f$=r("usb",[["circle",{cx:"10",cy:"7",r:"1",key:"dypaad"}],["circle",{cx:"4",cy:"20",r:"1",key:"22iqad"}],["path",{d:"M4.7 19.3 19 5",key:"1enqfc"}],["path",{d:"m21 3-3 1 2 2Z",key:"d3ov82"}],["path",{d:"M9.26 7.68 5 12l2 5",key:"1esawj"}],["path",{d:"m10 14 5 2 3.5-3.5",key:"v8oal5"}],["path",{d:"m18 12 1-1 1 1-1 1Z",key:"1bh22v"}]]);const m$=r("user-check",[["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"}]]);const g$=r("user-cog",[["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"}]]);const v$=r("user-lock",[["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"}]]);const M$=r("user-minus",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]]);const $$=r("user-pen",[["path",{d:"M11.5 15H7a4 4 0 0 0-4 4v2",key:"15lzij"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}]]);const w$=r("user-plus",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14",key:"1bvyxn"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]]);const M1=r("user-round-check",[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]]);const $1=r("user-round-cog",[["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"}]]);const w1=r("user-round-minus",[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 19h-6",key:"vcuq98"}]]);const b$=r("user-round-pen",[["path",{d:"M2 21a8 8 0 0 1 10.821-7.487",key:"1c8h7z"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}]]);const b1=r("user-round-plus",[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M22 19h-6",key:"vcuq98"}]]);const x$=r("user-round-search",[["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M2 21a8 8 0 0 1 10.434-7.62",key:"1yezr2"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m22 22-1.9-1.9",key:"1e5ubv"}]]);const x1=r("user-round-x",[["path",{d:"M2 21a8 8 0 0 1 11.873-7",key:"74fkxq"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m17 17 5 5",key:"p7ous7"}],["path",{d:"m22 17-5 5",key:"gqnmv0"}]]);const N1=r("user-round",[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]]);const N$=r("user-search",[["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}],["path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2",key:"3bnktk"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["path",{d:"m21 21-1.9-1.9",key:"1g2n9r"}]]);const I$=r("user-star",[["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"}]]);const L$=r("user-x",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"17",x2:"22",y1:"8",y2:"13",key:"3nzzx3"}],["line",{x1:"22",x2:"17",y1:"8",y2:"13",key:"1swrse"}]]);const S$=r("user",[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]]);const I1=r("users-round",[["path",{d:"M18 21a8 8 0 0 0-16 0",key:"3ypg7q"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3",key:"10s06x"}]]);const C$=r("users",[["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"}]]);const L1=r("utensils-crossed",[["path",{d:"m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8",key:"n7qcjb"}],["path",{d:"M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7",key:"d0u48b"}],["path",{d:"m2.1 21.8 6.4-6.3",key:"yn04lh"}],["path",{d:"m19 5-7 7",key:"194lzd"}]]);const S1=r("utensils",[["path",{d:"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2",key:"cjf0a3"}],["path",{d:"M7 2v20",key:"1473qp"}],["path",{d:"M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7",key:"j28e5"}]]);const z$=r("variable",[["path",{d:"M8 21s-4-3-4-9 4-9 4-9",key:"uto9ud"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9",key:"4w2vsq"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15",key:"f7djnv"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15",key:"1shsy8"}]]);const A$=r("utility-pole",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"M2 5h20",key:"1fs1ex"}],["path",{d:"M3 3v2",key:"9imdir"}],["path",{d:"M7 3v2",key:"n0os7"}],["path",{d:"M17 3v2",key:"1l2re6"}],["path",{d:"M21 3v2",key:"1duuac"}],["path",{d:"m19 5-7 7-7-7",key:"133zxf"}]]);const j$=r("vector-square",[["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"}]]);const P$=r("vegan",[["path",{d:"M16 8q6 0 6-6-6 0-6 6",key:"qsyyc4"}],["path",{d:"M17.41 3.59a10 10 0 1 0 3 3",key:"41m9h7"}],["path",{d:"M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14",key:"qiv7li"}]]);const q$=r("vault",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}],["path",{d:"m7.9 7.9 2.7 2.7",key:"hpeyl3"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}],["path",{d:"m13.4 10.6 2.7-2.7",key:"264c1n"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor",key:"nkw3mc"}],["path",{d:"m7.9 16.1 2.7-2.7",key:"p81g5e"}],["circle",{cx:"16.5",cy:"16.5",r:".5",fill:"currentColor",key:"fubopw"}],["path",{d:"m13.4 13.4 2.7 2.7",key:"abhel3"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);const D$=r("venetian-mask",[["path",{d:"M18 11c-1.5 0-2.5.5-3 2",key:"1fod00"}],["path",{d:"M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2 8 8 0 0 0-5-2z",key:"d70hit"}],["path",{d:"M6 11c1.5 0 2.5.5 3 2",key:"136fht"}]]);const O$=r("venus-and-mars",[["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"}]]);const H$=r("venus",[["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M9 19h6",key:"456am0"}],["circle",{cx:"12",cy:"9",r:"6",key:"1nw4tq"}]]);const V$=r("vibrate-off",[["path",{d:"m2 8 2 2-2 2 2 2-2 2",key:"sv1b1"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2",key:"101i4y"}],["path",{d:"M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2",key:"1hbad5"}],["path",{d:"M16 10.34V6c0-.55-.45-1-1-1h-4.34",key:"1x5tf0"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const R$=r("vibrate",[["path",{d:"m2 8 2 2-2 2 2 2-2 2",key:"sv1b1"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2",key:"101i4y"}],["rect",{width:"8",height:"14",x:"8",y:"5",rx:"1",key:"1oyrl4"}]]);const T$=r("video-off",[["path",{d:"M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196",key:"w8jjjt"}],["path",{d:"M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2",key:"1xawa7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const F$=r("video",[["path",{d:"m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5",key:"ftymec"}],["rect",{x:"2",y:"6",width:"14",height:"12",rx:"2",key:"158x01"}]]);const E$=r("videotape",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M2 8h20",key:"d11cs7"}],["circle",{cx:"8",cy:"14",r:"2",key:"1k2qr5"}],["path",{d:"M8 12h8",key:"1wcyev"}],["circle",{cx:"16",cy:"14",r:"2",key:"14k7lr"}]]);const U$=r("view",[["path",{d:"M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2",key:"mrq65r"}],["path",{d:"M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2",key:"be3xqs"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",key:"11ak4c"}]]);const B$=r("voicemail",[["circle",{cx:"6",cy:"12",r:"4",key:"1ehtga"}],["circle",{cx:"18",cy:"12",r:"4",key:"4vafl8"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16",key:"pmt8us"}]]);const Z$=r("volleyball",[["path",{d:"M11.1 7.1a16.55 16.55 0 0 1 10.9 4",key:"2880wi"}],["path",{d:"M12 12a12.6 12.6 0 0 1-8.7 5",key:"113sja"}],["path",{d:"M16.8 13.6a16.55 16.55 0 0 1-9 7.5",key:"1qmsgl"}],["path",{d:"M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10",key:"1bmeqp"}],["path",{d:"M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5",key:"iekzv9"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const G$=r("volume-1",[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}]]);const W$=r("volume-2",[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728",key:"ijwkga"}]]);const K$=r("volume-off",[["path",{d:"M16 9a5 5 0 0 1 .95 2.293",key:"1fgyg8"}],["path",{d:"M19.364 5.636a9 9 0 0 1 1.889 9.96",key:"l3zxae"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"m7 7-.587.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298V11",key:"1gbwow"}],["path",{d:"M9.828 4.172A.686.686 0 0 1 11 4.657v.686",key:"s2je0y"}]]);const X$=r("volume-x",[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15",key:"1ewh16"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15",key:"5ykzw1"}]]);const J$=r("volume",[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}]]);const Y$=r("vote",[["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}],["path",{d:"M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z",key:"1ezoue"}],["path",{d:"M22 19H2",key:"nuriw5"}]]);const Q$=r("wallet-cards",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2",key:"4125el"}],["path",{d:"M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21",key:"1dpki6"}]]);const C1=r("wallet-minimal",[["path",{d:"M17 14h.01",key:"7oqj8z"}],["path",{d:"M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14",key:"u1rqew"}]]);const ew=r("wallet",[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"18etb6"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4",key:"xoc0q4"}]]);const tw=r("wallpaper",[["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"}]]);const z1=r("wand-sparkles",[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",key:"ul74o6"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"M5 6v4",key:"ilb8ba"}],["path",{d:"M19 14v4",key:"blhpug"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M7 8H3",key:"zfb6yr"}],["path",{d:"M21 16h-4",key:"1cnmox"}],["path",{d:"M11 3H9",key:"1obp7u"}]]);const nw=r("warehouse",[["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"}]]);const ow=r("wand",[["path",{d:"M15 4V2",key:"z1p9b7"}],["path",{d:"M15 16v-2",key:"px0unx"}],["path",{d:"M8 9h2",key:"1g203m"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M17.8 11.8 19 13",key:"yihg8r"}],["path",{d:"M15 9h.01",key:"x1ddxp"}],["path",{d:"M17.8 6.2 19 5",key:"fd4us0"}],["path",{d:"m3 21 9-9",key:"1jfql5"}],["path",{d:"M12.2 6.2 11 5",key:"i3da3b"}]]);const aw=r("washing-machine",[["path",{d:"M3 6h3",key:"155dbl"}],["path",{d:"M17 6h.01",key:"e2y6kg"}],["rect",{width:"18",height:"20",x:"3",y:"2",rx:"2",key:"od3kk9"}],["circle",{cx:"12",cy:"13",r:"5",key:"nlbqau"}],["path",{d:"M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5",key:"17lach"}]]);const iw=r("watch",[["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"}]]);const rw=r("waves-ladder",[["path",{d:"M19 5a2 2 0 0 0-2 2v11",key:"s41o68"}],["path",{d:"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"rd2r6e"}],["path",{d:"M7 13h10",key:"1rwob1"}],["path",{d:"M7 9h10",key:"12czzb"}],["path",{d:"M9 5a2 2 0 0 0-2 2v11",key:"x0q4gh"}]]);const cw=r("waypoints",[["circle",{cx:"12",cy:"4.5",r:"2.5",key:"r5ysbb"}],["path",{d:"m10.2 6.3-3.9 3.9",key:"1nzqf6"}],["circle",{cx:"4.5",cy:"12",r:"2.5",key:"jydg6v"}],["path",{d:"M7 12h10",key:"b7w52i"}],["circle",{cx:"19.5",cy:"12",r:"2.5",key:"1piiel"}],["path",{d:"m13.8 17.7 3.9-3.9",key:"1wyg1y"}],["circle",{cx:"12",cy:"19.5",r:"2.5",key:"13o1pw"}]]);const dw=r("waves",[["path",{d:"M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"knzxuh"}],["path",{d:"M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"2jd2cc"}],["path",{d:"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"rd2r6e"}]]);const sw=r("webcam",[["circle",{cx:"12",cy:"10",r:"8",key:"1gshiw"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 22h10",key:"10w4w3"}],["path",{d:"M12 22v-4",key:"1utk9m"}]]);const lw=r("webhook-off",[["path",{d:"M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15",key:"1tvl6x"}],["path",{d:"M9 3.4a4 4 0 0 1 6.52.66",key:"q04jfq"}],["path",{d:"m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05",key:"azowf0"}],["path",{d:"M20.3 20.3a4 4 0 0 1-2.3.7",key:"5joiws"}],["path",{d:"M18.6 13a4 4 0 0 1 3.357 3.414",key:"cangb8"}],["path",{d:"m12 6 .6 1",key:"tpjl1n"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const uw=r("webhook",[["path",{d:"M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2",key:"q3hayz"}],["path",{d:"m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06",key:"1go1hn"}],["path",{d:"m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8",key:"qlwsc0"}]]);const hw=r("wheat-off",[["path",{d:"m2 22 10-10",key:"28ilpk"}],["path",{d:"m16 8-1.17 1.17",key:"1qqm82"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1rdhi6"}],["path",{d:"m8 8-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97",key:"4wz8re"}],["path",{d:"M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62",key:"rves66"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",key:"19rau1"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"tc8ph9"}],["path",{d:"m16 16-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.49 3.49 0 0 1 1.97-.98",key:"ak46r"}],["path",{d:"M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28",key:"1tw520"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const pw=r("weight",[["circle",{cx:"12",cy:"5",r:"3",key:"rqqgnr"}],["path",{d:"M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z",key:"56o5sh"}]]);const yw=r("wheat",[["path",{d:"M2 22 16 8",key:"60hf96"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1rdhi6"}],["path",{d:"M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1sdzmb"}],["path",{d:"M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"eoatbi"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",key:"19rau1"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"tc8ph9"}],["path",{d:"M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"2m8kc5"}],["path",{d:"M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"vex3ng"}]]);const kw=r("whole-word",[["circle",{cx:"7",cy:"12",r:"3",key:"12clwm"}],["path",{d:"M10 9v6",key:"17i7lo"}],["circle",{cx:"17",cy:"12",r:"3",key:"gl7c2s"}],["path",{d:"M14 7v8",key:"dl84cr"}],["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]]);const _w=r("wifi-cog",[["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"}]]);const fw=r("wifi-low",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]);const mw=r("wifi-high",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0",key:"1x1e6c"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]);const gw=r("wifi-off",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}],["path",{d:"M5 12.859a10 10 0 0 1 5.17-2.69",key:"1dl1wf"}],["path",{d:"M19 12.859a10 10 0 0 0-2.007-1.523",key:"4k23kn"}],["path",{d:"M2 8.82a15 15 0 0 1 4.177-2.643",key:"1grhjp"}],["path",{d:"M22 8.82a15 15 0 0 0-11.288-3.764",key:"z3jwby"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const vw=r("wifi-pen",[["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"}]]);const Mw=r("wifi-sync",[["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"}]]);const $w=r("wifi-zero",[["path",{d:"M12 20h.01",key:"zekei9"}]]);const ww=r("wifi",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0",key:"dnpr2z"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0",key:"1x1e6c"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]);const bw=r("wind-arrow-down",[["path",{d:"M10 2v8",key:"d4bbey"}],["path",{d:"M12.8 21.6A2 2 0 1 0 14 18H2",key:"19kp1d"}],["path",{d:"M17.5 10a2.5 2.5 0 1 1 2 4H2",key:"19kpjc"}],["path",{d:"m6 6 4 4 4-4",key:"k13n16"}]]);const xw=r("wind",[["path",{d:"M12.8 19.6A2 2 0 1 0 14 16H2",key:"148xed"}],["path",{d:"M17.5 8a2.5 2.5 0 1 1 2 4H2",key:"1u4tom"}],["path",{d:"M9.8 4.4A2 2 0 1 1 11 8H2",key:"75valh"}]]);const Nw=r("wine-off",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M7 10h3m7 0h-1.343",key:"v48bem"}],["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198",key:"1ymjlu"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const Iw=r("wine",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z",key:"10ffi3"}]]);const Lw=r("workflow",[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]]);const Sw=r("worm",[["path",{d:"m19 12-1.5 3",key:"9bcu4o"}],["path",{d:"M19.63 18.81 22 20",key:"121v98"}],["path",{d:"M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z",key:"1tij6q"}]]);const Cw=r("wrench",[["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"}]]);const zw=r("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);const Aw=r("youtube",[["path",{d:"M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17",key:"1q2vi4"}],["path",{d:"m10 15 5-3-5-3z",key:"1jp15x"}]]);const jw=r("zap-off",[["path",{d:"M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317",key:"193nxd"}],["path",{d:"M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773",key:"27a7lr"}],["path",{d:"M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643",key:"1e0qe9"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const Pw=r("zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]]);const qw=r("zoom-in",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"11",x2:"11",y1:"8",y2:"14",key:"1vmskp"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]]);const Dw=r("zoom-out",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]]);const fT=Object.freeze(Object.defineProperty({__proto__:null,AArrowDown:Nr,AArrowUp:Ir,ALargeSmall:Lr,Accessibility:Sr,Activity:Cr,AirVent:zr,Airplay:Ar,AlarmClock:Pr,AlarmClockCheck:xt,AlarmClockMinus:Nt,AlarmClockOff:jr,AlarmClockPlus:It,AlarmSmoke:qr,Album:Dr,AlignCenterHorizontal:Or,AlignCenterVertical:Hr,AlignEndHorizontal:Vr,AlignEndVertical:Rr,AlignHorizontalDistributeCenter:Tr,AlignHorizontalDistributeEnd:Fr,AlignHorizontalDistributeStart:Er,AlignHorizontalJustifyCenter:Ur,AlignHorizontalJustifyEnd:Br,AlignHorizontalJustifyStart:Zr,AlignHorizontalSpaceAround:Gr,AlignHorizontalSpaceBetween:Wr,AlignStartHorizontal:Kr,AlignStartVertical:Xr,AlignVerticalDistributeCenter:Jr,AlignVerticalDistributeEnd:Yr,AlignVerticalDistributeStart:Qr,AlignVerticalJustifyCenter:ec,AlignVerticalJustifyEnd:tc,AlignVerticalJustifyStart:nc,AlignVerticalSpaceAround:oc,AlignVerticalSpaceBetween:ac,Ambulance:ic,Ampersand:rc,Ampersands:cc,Amphora:dc,Anchor:sc,Angry:lc,Annoyed:uc,Antenna:hc,Anvil:pc,Aperture:yc,AppWindow:_c,AppWindowMac:kc,Apple:mc,Archive:gc,ArchiveRestore:fc,ArchiveX:vc,Armchair:Mc,ArrowBigDown:wc,ArrowBigDownDash:$c,ArrowBigLeft:xc,ArrowBigLeftDash:bc,ArrowBigRight:Lc,ArrowBigRightDash:Nc,ArrowBigUp:Cc,ArrowBigUpDash:Ic,ArrowDown:Vc,ArrowDown01:Sc,ArrowDown10:zc,ArrowDownAZ:Lt,ArrowDownFromLine:Ac,ArrowDownLeft:jc,ArrowDownNarrowWide:Pc,ArrowDownRight:qc,ArrowDownToDot:Dc,ArrowDownToLine:Oc,ArrowDownUp:Hc,ArrowDownWideNarrow:Ct,ArrowDownZA:St,ArrowLeft:Ec,ArrowLeftFromLine:Rc,ArrowLeftRight:Tc,ArrowLeftToLine:Fc,ArrowRight:Gc,ArrowRightFromLine:Uc,ArrowRightLeft:Bc,ArrowRightToLine:Zc,ArrowUp:o2,ArrowUp01:Wc,ArrowUp10:Kc,ArrowUpAZ:zt,ArrowUpDown:Xc,ArrowUpFromDot:Jc,ArrowUpFromLine:Yc,ArrowUpLeft:Qc,ArrowUpNarrowWide:At,ArrowUpRight:e2,ArrowUpToLine:t2,ArrowUpWideNarrow:n2,ArrowUpZA:jt,ArrowsUpFromLine:a2,Asterisk:i2,AtSign:r2,Atom:c2,AudioLines:d2,AudioWaveform:s2,Award:l2,Axe:u2,Axis3d:Pt,Baby:h2,Backpack:p2,Badge:S2,BadgeAlert:y2,BadgeCent:k2,BadgeCheck:qt,BadgeDollarSign:_2,BadgeEuro:f2,BadgeIndianRupee:m2,BadgeInfo:g2,BadgeJapaneseYen:v2,BadgeMinus:M2,BadgePercent:$2,BadgePlus:w2,BadgePoundSterling:b2,BadgeQuestionMark:Dt,BadgeRussianRuble:x2,BadgeSwissFranc:N2,BadgeTurkishLira:I2,BadgeX:L2,BaggageClaim:C2,Ban:z2,Banana:A2,Bandage:j2,Banknote:O2,BanknoteArrowDown:P2,BanknoteArrowUp:q2,BanknoteX:D2,Barcode:H2,Barrel:V2,Baseline:R2,Bath:T2,Battery:W2,BatteryCharging:F2,BatteryFull:E2,BatteryLow:U2,BatteryMedium:B2,BatteryPlus:Z2,BatteryWarning:G2,Beaker:K2,Bean:J2,BeanOff:X2,Bed:Q2,BedDouble:Y2,BedSingle:ed,Beef:td,Beer:od,BeerOff:nd,Bell:sd,BellDot:ad,BellElectric:id,BellMinus:rd,BellOff:cd,BellPlus:dd,BellRing:ld,BetweenHorizontalEnd:Ot,BetweenHorizontalStart:Ht,BetweenVerticalEnd:ud,BetweenVerticalStart:pd,BicepsFlexed:hd,Bike:yd,Binary:kd,Binoculars:_d,Biohazard:fd,Bird:md,Birdhouse:gd,Bitcoin:vd,Blend:Md,Blinds:$d,Blocks:wd,Bluetooth:Id,BluetoothConnected:bd,BluetoothOff:xd,BluetoothSearching:Nd,Bold:Ld,Bolt:Sd,Bomb:zd,Bone:Cd,Book:t0,BookA:Ad,BookAlert:jd,BookAudio:Pd,BookCheck:qd,BookCopy:Dd,BookDashed:Vt,BookDown:Od,BookHeadphones:Hd,BookHeart:Vd,BookImage:Rd,BookKey:Td,BookLock:Fd,BookMarked:Ed,BookMinus:Ud,BookOpen:Gd,BookOpenCheck:Bd,BookOpenText:Zd,BookPlus:Wd,BookText:Kd,BookType:Xd,BookUp:Yd,BookUp2:Jd,BookUser:Qd,BookX:e0,Bookmark:r0,BookmarkCheck:n0,BookmarkMinus:o0,BookmarkPlus:a0,BookmarkX:i0,BoomBox:c0,Bot:l0,BotMessageSquare:d0,BotOff:s0,BottleWine:u0,BowArrow:h0,Box:p0,Boxes:y0,Braces:Rt,Brackets:k0,Brain:m0,BrainCircuit:_0,BrainCog:f0,BrickWall:M0,BrickWallFire:g0,BrickWallShield:v0,Briefcase:N0,BriefcaseBusiness:$0,BriefcaseConveyorBelt:w0,BriefcaseMedical:b0,BringToFront:x0,Brush:L0,BrushCleaning:I0,Bubbles:S0,Bug:A0,BugOff:C0,BugPlay:z0,Building:P0,Building2:j0,Bus:D0,BusFront:q0,Cable:H0,CableCar:O0,Cake:R0,CakeSlice:V0,Calculator:T0,Calendar:ds,Calendar1:F0,CalendarArrowDown:U0,CalendarArrowUp:E0,CalendarCheck:Z0,CalendarCheck2:B0,CalendarClock:G0,CalendarCog:W0,CalendarDays:X0,CalendarFold:K0,CalendarHeart:J0,CalendarMinus:es,CalendarMinus2:Y0,CalendarOff:Q0,CalendarPlus:ns,CalendarPlus2:ts,CalendarRange:os,CalendarSearch:as,CalendarSync:is,CalendarX:cs,CalendarX2:rs,Camera:ls,CameraOff:ss,Candy:ys,CandyCane:us,CandyOff:hs,Cannabis:ps,Captions:Tt,CaptionsOff:ks,Car:fs,CarFront:_s,CarTaxiFront:ms,Caravan:gs,CardSim:vs,Carrot:Ms,CaseLower:$s,CaseSensitive:ws,CaseUpper:bs,CassetteTape:xs,Cast:Ns,Castle:Is,Cat:Ls,Cctv:Ss,ChartArea:Ft,ChartBar:Ut,ChartBarBig:Et,ChartBarDecreasing:Cs,ChartBarIncreasing:zs,ChartBarStacked:As,ChartCandlestick:Bt,ChartColumn:Wt,ChartColumnBig:Zt,ChartColumnDecreasing:js,ChartColumnIncreasing:Gt,ChartColumnStacked:Ps,ChartGantt:qs,ChartLine:Kt,ChartNetwork:Ds,ChartNoAxesColumn:Jt,ChartNoAxesColumnDecreasing:Os,ChartNoAxesColumnIncreasing:Xt,ChartNoAxesCombined:Hs,ChartNoAxesGantt:Yt,ChartPie:Qt,ChartScatter:en,ChartSpline:Vs,Check:Fs,CheckCheck:Rs,CheckLine:Ts,ChefHat:Es,Cherry:Us,ChessBishop:Bs,ChessKing:Zs,ChessKnight:Gs,ChessPawn:Ws,ChessQueen:Ks,ChessRook:Xs,ChevronDown:Js,ChevronFirst:Ys,ChevronLast:Qs,ChevronLeft:el,ChevronRight:tl,ChevronUp:nl,ChevronsDown:al,ChevronsDownUp:ol,ChevronsLeft:cl,ChevronsLeftRight:rl,ChevronsLeftRightEllipsis:il,ChevronsRight:sl,ChevronsRightLeft:dl,ChevronsUp:ul,ChevronsUpDown:ll,Chromium:tn,Church:hl,Cigarette:yl,CigaretteOff:pl,Circle:Ll,CircleAlert:nn,CircleArrowDown:on,CircleArrowLeft:an,CircleArrowOutDownLeft:rn,CircleArrowOutDownRight:cn,CircleArrowOutUpLeft:dn,CircleArrowOutUpRight:sn,CircleArrowRight:ln,CircleArrowUp:un,CircleCheck:pn,CircleCheckBig:hn,CircleChevronDown:yn,CircleChevronLeft:kn,CircleChevronRight:_n,CircleChevronUp:fn,CircleDashed:kl,CircleDivide:mn,CircleDollarSign:_l,CircleDot:ml,CircleDotDashed:fl,CircleEllipsis:gl,CircleEqual:vl,CircleFadingArrowUp:Ml,CircleFadingPlus:$l,CircleGauge:gn,CircleMinus:vn,CircleOff:wl,CircleParking:$n,CircleParkingOff:Mn,CirclePause:wn,CirclePercent:bn,CirclePlay:xn,CirclePlus:Nn,CirclePoundSterling:bl,CirclePower:In,CircleQuestionMark:je,CircleSlash:xl,CircleSlash2:Ln,CircleSmall:Nl,CircleStar:Il,CircleStop:Sn,CircleUser:zn,CircleUserRound:Cn,CircleX:An,CircuitBoard:Sl,Citrus:Cl,Clapperboard:zl,Clipboard:Fl,ClipboardCheck:Al,ClipboardClock:jl,ClipboardCopy:Pl,ClipboardList:ql,ClipboardMinus:Dl,ClipboardPaste:Ol,ClipboardPen:Pn,ClipboardPenLine:jn,ClipboardPlus:Hl,ClipboardType:Rl,ClipboardX:Vl,Clock:ru,Clock1:Tl,Clock10:El,Clock11:Ul,Clock12:Bl,Clock2:Zl,Clock3:Gl,Clock4:Wl,Clock5:Kl,Clock6:Xl,Clock7:Jl,Clock8:Yl,Clock9:Ql,ClockAlert:eu,ClockArrowDown:tu,ClockArrowUp:nu,ClockCheck:ou,ClockFading:au,ClockPlus:iu,ClosedCaption:du,Cloud:bu,CloudAlert:cu,CloudCheck:su,CloudCog:lu,CloudDownload:qn,CloudDrizzle:uu,CloudFog:hu,CloudHail:pu,CloudLightning:ku,CloudMoon:_u,CloudMoonRain:yu,CloudOff:fu,CloudRain:gu,CloudRainWind:mu,CloudSnow:vu,CloudSun:$u,CloudSunRain:Mu,CloudUpload:Dn,Cloudy:wu,Clover:xu,Club:Nu,Code:Iu,CodeXml:On,Codepen:Lu,Codesandbox:Su,Coffee:Cu,Cog:Au,Coins:zu,Columns2:Hn,Columns3:Vn,Columns3Cog:Pe,Columns4:ju,Combine:Pu,Command:qu,Compass:Du,Component:Ou,Computer:Hu,ConciergeBell:Vu,Cone:Ru,Construction:Tu,Contact:Eu,ContactRound:Rn,Container:Fu,Contrast:Uu,Cookie:Bu,CookingPot:Zu,Copy:Yu,CopyCheck:Gu,CopyMinus:Wu,CopyPlus:Ku,CopySlash:Xu,CopyX:Ju,Copyleft:Qu,Copyright:eh,CornerDownLeft:th,CornerDownRight:nh,CornerLeftDown:oh,CornerLeftUp:ah,CornerRightDown:ih,CornerRightUp:rh,CornerUpLeft:ch,CornerUpRight:dh,Cpu:sh,CreativeCommons:lh,CreditCard:uh,Croissant:hh,Crop:ph,Cross:yh,Crosshair:kh,Crown:_h,Cuboid:fh,CupSoda:mh,Currency:gh,Cylinder:vh,Dam:Mh,Database:bh,DatabaseBackup:$h,DatabaseZap:wh,DecimalsArrowLeft:xh,DecimalsArrowRight:Nh,Delete:Ih,Dessert:Lh,Diameter:Sh,Diamond:Ah,DiamondMinus:Ch,DiamondPercent:Tn,DiamondPlus:zh,Dice1:jh,Dice2:Ph,Dice3:qh,Dice4:Dh,Dice5:Oh,Dice6:Hh,Dices:Vh,Diff:Rh,Disc:Uh,Disc2:Th,Disc3:Fh,DiscAlbum:Eh,Divide:Bh,Dna:Gh,DnaOff:Zh,Dock:Wh,Dog:Kh,DollarSign:Xh,Donut:Jh,DoorClosed:Qh,DoorClosedLocked:Yh,DoorOpen:ep,Dot:tp,Download:np,DraftingCompass:op,Drama:ap,Dribbble:ip,Drill:rp,Drone:cp,Droplet:sp,DropletOff:dp,Droplets:lp,Drum:up,Drumstick:hp,Dumbbell:pp,Ear:kp,EarOff:yp,Earth:Fn,EarthLock:_p,Eclipse:fp,Egg:vp,EggFried:mp,EggOff:gp,Ellipsis:lt,EllipsisVertical:En,Equal:wp,EqualApproximately:Mp,EqualNot:$p,Eraser:bp,EthernetPort:xp,Euro:Np,EvCharger:Ip,Expand:Lp,ExternalLink:Sp,Eye:Ap,EyeClosed:zp,EyeOff:Cp,Facebook:jp,Factory:Pp,Fan:qp,FastForward:Dp,Feather:Hp,Fence:Op,FerrisWheel:Vp,Figma:Rp,File:ky,FileArchive:Tp,FileAxis3d:Un,FileBadge:Bn,FileBox:Fp,FileBraces:Wn,FileBracesCorner:Zn,FileChartColumn:Kn,FileChartColumnIncreasing:Gn,FileChartLine:Xn,FileChartPie:Jn,FileCheck:Ep,FileCheckCorner:Yn,FileClock:Up,FileCode:Bp,FileCodeCorner:Qn,FileCog:eo,FileDiff:Zp,FileDigit:Gp,FileDown:Wp,FileExclamationPoint:to,FileHeadphone:qe,FileHeart:Kp,FileImage:Xp,FileInput:Jp,FileKey:no,FileLock:ao,FileMinus:Yp,FileMinusCorner:oo,FileMusic:Qp,FileOutput:ey,FilePen:co,FilePenLine:io,FilePlay:ro,FilePlus:ty,FilePlusCorner:so,FileQuestionMark:lo,FileScan:ny,FileSearch:oy,FileSearchCorner:uo,FileSignal:ho,FileSliders:ay,FileSpreadsheet:iy,FileStack:ry,FileSymlink:cy,FileTerminal:dy,FileText:sy,FileType:ly,FileTypeCorner:po,FileUp:uy,FileUser:hy,FileVideoCamera:yo,FileVolume:py,FileX:yy,FileXCorner:ko,Files:_y,Film:fy,Fingerprint:my,FireExtinguisher:gy,Fish:$y,FishOff:vy,FishSymbol:My,Flag:Ny,FlagOff:wy,FlagTriangleLeft:by,FlagTriangleRight:xy,Flame:Ly,FlameKindling:Iy,Flashlight:Cy,FlashlightOff:Sy,FlaskConical:zy,FlaskConicalOff:Ay,FlaskRound:jy,FlipHorizontal:qy,FlipHorizontal2:Py,FlipVertical:Oy,FlipVertical2:Dy,Flower:Vy,Flower2:Hy,Focus:Ry,FoldHorizontal:Ty,FoldVertical:Ey,Folder:_k,FolderArchive:Fy,FolderCheck:Uy,FolderClock:By,FolderClosed:Zy,FolderCode:Gy,FolderCog:_o,FolderDot:Wy,FolderDown:Ky,FolderGit:Xy,FolderGit2:Jy,FolderHeart:Yy,FolderInput:Qy,FolderKanban:ek,FolderKey:tk,FolderLock:nk,FolderMinus:ok,FolderOpen:ik,FolderOpenDot:ak,FolderOutput:rk,FolderPen:fo,FolderPlus:ck,FolderRoot:dk,FolderSearch:lk,FolderSearch2:sk,FolderSymlink:uk,FolderSync:hk,FolderTree:pk,FolderUp:kk,FolderX:yk,Folders:fk,Footprints:mk,Forklift:gk,Forward:vk,Frame:Mk,Framer:$k,Frown:wk,Fuel:bk,Fullscreen:xk,Funnel:go,FunnelPlus:Nk,FunnelX:mo,GalleryHorizontal:Ik,GalleryHorizontalEnd:Lk,GalleryThumbnails:Sk,GalleryVertical:zk,GalleryVerticalEnd:Ck,Gamepad:Pk,Gamepad2:Ak,GamepadDirectional:jk,Gauge:qk,Gavel:Ok,Gem:Dk,GeorgianLari:Hk,Ghost:Rk,Gift:Vk,GitBranch:Ek,GitBranchMinus:Tk,GitBranchPlus:Fk,GitCommitHorizontal:vo,GitCommitVertical:Uk,GitCompare:Zk,GitCompareArrows:Bk,GitFork:Wk,GitGraph:Gk,GitMerge:Kk,GitPullRequest:n4,GitPullRequestArrow:Xk,GitPullRequestClosed:Jk,GitPullRequestCreate:Qk,GitPullRequestCreateArrow:Yk,GitPullRequestDraft:e4,Github:t4,Gitlab:o4,GlassWater:i4,Glasses:a4,Globe:c4,GlobeLock:r4,Goal:d4,Gpu:s4,GraduationCap:l4,Grape:u4,Grid2x2:bo,Grid2x2Check:Mo,Grid2x2Plus:$o,Grid2x2X:wo,Grid3x2:h4,Grid3x3:De,Grip:k4,GripHorizontal:p4,GripVertical:y4,Group:_4,Guitar:f4,Ham:m4,Hamburger:g4,Hammer:v4,Hand:N4,HandCoins:M4,HandFist:$4,HandGrab:xo,HandHeart:w4,HandHelping:No,HandMetal:b4,HandPlatter:x4,Handbag:I4,Handshake:L4,HardDrive:z4,HardDriveDownload:S4,HardDriveUpload:C4,HardHat:A4,Hash:j4,HatGlasses:P4,Haze:q4,HdmiPort:D4,Heading:E4,Heading1:O4,Heading2:H4,Heading3:V4,Heading4:R4,Heading5:F4,Heading6:T4,HeadphoneOff:U4,Headphones:Z4,Headset:B4,Heart:Q4,HeartCrack:G4,HeartHandshake:W4,HeartMinus:K4,HeartOff:X4,HeartPlus:J4,HeartPulse:Y4,Heater:e5,Helicopter:t5,Hexagon:n5,Highlighter:o5,History:a5,Hop:r5,HopOff:i5,Hospital:c5,Hotel:d5,Hourglass:s5,House:Io,HouseHeart:l5,HousePlug:u5,HousePlus:h5,HouseWifi:p5,IceCreamBowl:Lo,IceCreamCone:So,IdCard:k5,IdCardLanyard:y5,Image:w5,ImageDown:_5,ImageMinus:f5,ImageOff:m5,ImagePlay:g5,ImagePlus:v5,ImageUp:M5,ImageUpscale:$5,Images:b5,Import:x5,Inbox:N5,IndianRupee:I5,Infinity:L5,Info:Ni,InspectionPanel:S5,Instagram:C5,Italic:z5,IterationCcw:A5,IterationCw:q5,JapaneseYen:j5,Joystick:P5,Kanban:D5,Kayak:H5,Key:V5,KeyRound:O5,KeySquare:R5,Keyboard:E5,KeyboardMusic:T5,KeyboardOff:F5,Lamp:K5,LampCeiling:U5,LampDesk:B5,LampFloor:Z5,LampWallDown:G5,LampWallUp:W5,LandPlot:X5,Landmark:J5,Languages:Y5,Laptop:e_,LaptopMinimal:Co,LaptopMinimalCheck:Q5,Lasso:t_,LassoSelect:o_,Laugh:n_,Layers:zo,Layers2:a_,LayoutDashboard:i_,LayoutGrid:r_,LayoutList:c_,LayoutPanelLeft:d_,LayoutPanelTop:s_,LayoutTemplate:l_,Leaf:u_,LeafyGreen:h_,Lectern:p_,Library:k_,LibraryBig:y_,LifeBuoy:__,Ligature:f_,Lightbulb:g_,LightbulbOff:m_,LineSquiggle:v_,Link:w_,Link2:$_,Link2Off:M_,Linkedin:b_,List:E_,ListCheck:x_,ListChecks:N_,ListChevronsDownUp:I_,ListChevronsUpDown:S_,ListCollapse:L_,ListEnd:C_,ListFilter:A_,ListFilterPlus:z_,ListIndentDecrease:Oe,ListIndentIncrease:He,ListMinus:j_,ListMusic:P_,ListOrdered:q_,ListPlus:D_,ListRestart:O_,ListStart:H_,ListTodo:V_,ListTree:R_,ListVideo:T_,ListX:F_,Loader:Ii,LoaderCircle:Ao,LoaderPinwheel:U_,Locate:G_,LocateFixed:B_,LocateOff:Z_,Lock:K_,LockKeyhole:W_,LockKeyholeOpen:jo,LockOpen:Po,LogIn:X_,LogOut:J_,Logs:Y_,Lollipop:Q_,Luggage:ef,Magnet:tf,Mail:lf,MailCheck:nf,MailMinus:of,MailOpen:af,MailPlus:rf,MailQuestionMark:qo,MailSearch:cf,MailWarning:df,MailX:sf,Mailbox:uf,Mails:hf,Map:If,MapMinus:pf,MapPin:bf,MapPinCheck:kf,MapPinCheckInside:yf,MapPinHouse:_f,MapPinMinus:mf,MapPinMinusInside:ff,MapPinOff:gf,MapPinPen:Do,MapPinPlus:Mf,MapPinPlusInside:vf,MapPinX:wf,MapPinXInside:$f,MapPinned:xf,MapPlus:Nf,Mars:Sf,MarsStroke:Lf,Martini:Cf,Maximize:Af,Maximize2:zf,Medal:jf,Megaphone:qf,MegaphoneOff:Pf,Meh:Df,MemoryStick:Of,Menu:Vf,Merge:Hf,MessageCircle:Kf,MessageCircleCode:Rf,MessageCircleDashed:Tf,MessageCircleHeart:Ff,MessageCircleMore:Ef,MessageCircleOff:Uf,MessageCirclePlus:Bf,MessageCircleQuestionMark:Oo,MessageCircleReply:Zf,MessageCircleWarning:Gf,MessageCircleX:Wf,MessageSquare:um,MessageSquareCode:Xf,MessageSquareDashed:Jf,MessageSquareDiff:Yf,MessageSquareDot:Qf,MessageSquareHeart:em,MessageSquareLock:tm,MessageSquareMore:nm,MessageSquareOff:om,MessageSquarePlus:am,MessageSquareQuote:im,MessageSquareReply:rm,MessageSquareShare:cm,MessageSquareText:dm,MessageSquareWarning:sm,MessageSquareX:lm,MessagesSquare:hm,Mic:ym,MicOff:pm,MicVocal:Ho,Microchip:km,Microscope:_m,Microwave:fm,Milestone:mm,Milk:vm,MilkOff:gm,Minimize:$m,Minimize2:Mm,Minus:wm,Monitor:Om,MonitorCheck:bm,MonitorCloud:xm,MonitorCog:Nm,MonitorDot:Im,MonitorDown:Lm,MonitorOff:Sm,MonitorPause:Cm,MonitorPlay:zm,MonitorSmartphone:Pm,MonitorSpeaker:Am,MonitorStop:jm,MonitorUp:qm,MonitorX:Dm,Moon:Vm,MoonStar:Hm,Motorbike:Rm,Mountain:Fm,MountainSnow:Tm,Mouse:Km,MouseOff:Em,MousePointer:Wm,MousePointer2:Bm,MousePointer2Off:Um,MousePointerBan:Zm,MousePointerClick:Gm,Move:sg,Move3d:Vo,MoveDiagonal:Jm,MoveDiagonal2:Xm,MoveDown:eg,MoveDownLeft:Ym,MoveDownRight:Qm,MoveHorizontal:tg,MoveLeft:ng,MoveRight:og,MoveUp:rg,MoveUpLeft:ag,MoveUpRight:ig,MoveVertical:cg,Music:hg,Music2:dg,Music3:ug,Music4:lg,Navigation:_g,Navigation2:yg,Navigation2Off:pg,NavigationOff:kg,Network:fg,Newspaper:mg,Nfc:gg,NonBinary:vg,Notebook:bg,NotebookPen:Mg,NotebookTabs:$g,NotebookText:wg,NotepadText:xg,NotepadTextDashed:Ig,Nut:Lg,NutOff:Ng,Octagon:Cg,OctagonAlert:Ro,OctagonMinus:Sg,OctagonPause:To,OctagonX:Fo,Omega:zg,Option:Ag,Orbit:Pg,Origami:jg,Package:Fg,Package2:qg,PackageCheck:Dg,PackageMinus:Og,PackageOpen:Hg,PackagePlus:Vg,PackageSearch:Rg,PackageX:Tg,PaintBucket:Eg,PaintRoller:Ug,Paintbrush:Bg,PaintbrushVertical:Eo,Palette:Gg,Panda:Zg,PanelBottom:Xg,PanelBottomClose:Wg,PanelBottomDashed:Uo,PanelBottomOpen:Kg,PanelLeft:Wo,PanelLeftClose:Bo,PanelLeftDashed:Zo,PanelLeftOpen:Go,PanelLeftRightDashed:Jg,PanelRight:Qg,PanelRightClose:Yg,PanelRightDashed:Ko,PanelRightOpen:e3,PanelTop:a3,PanelTopBottomDashed:t3,PanelTopClose:n3,PanelTopDashed:Xo,PanelTopOpen:o3,PanelsLeftBottom:r3,PanelsRightBottom:i3,PanelsTopLeft:Jo,Paperclip:c3,Parentheses:d3,ParkingMeter:s3,PartyPopper:l3,Pause:u3,PawPrint:h3,PcCase:p3,Pen:Qo,PenLine:Yo,PenOff:y3,PenTool:k3,Pencil:g3,PencilLine:_3,PencilOff:f3,PencilRuler:m3,Pentagon:v3,Percent:M3,PersonStanding:$3,PhilippinePeso:w3,Phone:C3,PhoneCall:b3,PhoneForwarded:x3,PhoneIncoming:N3,PhoneMissed:I3,PhoneOff:L3,PhoneOutgoing:S3,Pi:z3,Piano:A3,Pickaxe:j3,PictureInPicture:q3,PictureInPicture2:P3,PiggyBank:D3,Pilcrow:V3,PilcrowLeft:O3,PilcrowRight:H3,Pill:T3,PillBottle:R3,Pin:E3,PinOff:F3,Pipette:U3,Pizza:B3,Plane:W3,PlaneLanding:Z3,PlaneTakeoff:G3,Play:K3,Plug:J3,Plug2:X3,PlugZap:ea,Plus:Y3,Pocket:n6,PocketKnife:Q3,Podcast:e6,Pointer:o6,PointerOff:t6,Popcorn:a6,Popsicle:i6,PoundSterling:r6,Power:d6,PowerOff:c6,Presentation:s6,Printer:u6,PrinterCheck:l6,Projector:h6,Proportions:p6,Puzzle:y6,Pyramid:k6,QrCode:_6,Quote:f6,Rabbit:m6,Radar:g6,Radiation:v6,Radical:M6,Radio:N6,RadioReceiver:$6,RadioTower:w6,Radius:b6,RailSymbol:x6,Rainbow:I6,Rat:L6,Ratio:S6,Receipt:V6,ReceiptCent:C6,ReceiptEuro:z6,ReceiptIndianRupee:A6,ReceiptJapaneseYen:j6,ReceiptPoundSterling:P6,ReceiptRussianRuble:q6,ReceiptSwissFranc:D6,ReceiptText:O6,ReceiptTurkishLira:H6,RectangleCircle:R6,RectangleEllipsis:ta,RectangleGoggles:T6,RectangleHorizontal:F6,RectangleVertical:E6,Recycle:U6,Redo:G6,Redo2:B6,RedoDot:Z6,RefreshCcw:K6,RefreshCcwDot:W6,RefreshCw:J6,RefreshCwOff:X6,Refrigerator:Y6,Regex:Q6,RemoveFormatting:e8,Repeat:o8,Repeat1:t8,Repeat2:n8,Replace:i8,ReplaceAll:a8,Reply:c8,ReplyAll:r8,Rewind:d8,Ribbon:s8,Rocket:l8,RockingChair:u8,RollerCoaster:h8,Rose:p8,Rotate3d:na,RotateCcw:_8,RotateCcwKey:y8,RotateCcwSquare:k8,RotateCw:m8,RotateCwSquare:f8,Route:v8,RouteOff:g8,Router:M8,Rows2:oa,Rows3:aa,Rows4:$8,Rss:w8,Ruler:x8,RulerDimensionLine:b8,RussianRuble:N8,Sailboat:I8,Salad:L8,Sandwich:S8,Satellite:z8,SatelliteDish:C8,SaudiRiyal:A8,Save:q8,SaveAll:j8,SaveOff:P8,Scale:O8,Scale3d:ia,Scaling:D8,Scan:B8,ScanBarcode:H8,ScanEye:V8,ScanFace:R8,ScanHeart:T8,ScanLine:F8,ScanQrCode:E8,ScanSearch:U8,ScanText:Z8,School:G8,Scissors:K8,ScissorsLineDashed:W8,ScreenShare:Y8,ScreenShareOff:X8,Scroll:Q8,ScrollText:J8,Search:av,SearchCheck:ev,SearchCode:nv,SearchSlash:tv,SearchX:ov,Section:iv,Send:cv,SendHorizontal:ra,SendToBack:rv,SeparatorHorizontal:dv,SeparatorVertical:sv,Server:pv,ServerCog:lv,ServerCrash:uv,ServerOff:hv,Settings:kv,Settings2:yv,Shapes:_v,Share:mv,Share2:fv,Sheet:gv,Shell:vv,Shield:Cv,ShieldAlert:Mv,ShieldBan:$v,ShieldCheck:wv,ShieldEllipsis:bv,ShieldHalf:xv,ShieldMinus:Nv,ShieldOff:Iv,ShieldPlus:Lv,ShieldQuestionMark:ca,ShieldUser:Sv,ShieldX:da,Ship:jv,ShipWheel:zv,Shirt:Av,ShoppingBag:Pv,ShoppingBasket:qv,ShoppingCart:Dv,Shovel:Ov,ShowerHead:Hv,Shredder:Vv,Shrimp:Rv,Shrink:Tv,Shrub:Fv,Shuffle:Ev,Sigma:Uv,Signal:Kv,SignalHigh:Bv,SignalLow:Zv,SignalMedium:Gv,SignalZero:Wv,Signature:Xv,Signpost:Yv,SignpostBig:Jv,Siren:Qv,SkipBack:e7,SkipForward:t7,Skull:n7,Slack:o7,Slash:a7,Slice:i7,SlidersHorizontal:r7,SlidersVertical:sa,Smartphone:s7,SmartphoneCharging:c7,SmartphoneNfc:d7,Smile:u7,SmilePlus:l7,Snail:h7,Snowflake:p7,SoapDispenserDroplet:y7,Sofa:k7,SolarPanel:_7,Soup:f7,Space:m7,Spade:g7,Sparkle:v7,Sparkles:la,Speaker:M7,Speech:$7,SpellCheck:w7,SpellCheck2:b7,Spline:N7,SplinePointer:x7,Split:I7,Spool:L7,Spotlight:S7,SprayCan:C7,Sprout:z7,Square:F7,SquareActivity:ua,SquareArrowDown:ya,SquareArrowDownLeft:ha,SquareArrowDownRight:pa,SquareArrowLeft:ka,SquareArrowOutDownLeft:_a,SquareArrowOutDownRight:fa,SquareArrowOutUpLeft:ma,SquareArrowOutUpRight:ga,SquareArrowRight:va,SquareArrowUp:wa,SquareArrowUpLeft:Ma,SquareArrowUpRight:$a,SquareAsterisk:ba,SquareBottomDashedScissors:xa,SquareChartGantt:Ve,SquareCheck:Ia,SquareCheckBig:Na,SquareChevronDown:La,SquareChevronLeft:Sa,SquareChevronRight:Ca,SquareChevronUp:za,SquareCode:Aa,SquareDashed:qa,SquareDashedBottom:j7,SquareDashedBottomCode:A7,SquareDashedKanban:ja,SquareDashedMousePointer:Pa,SquareDashedTopSolid:P7,SquareDivide:Da,SquareDot:Oa,SquareEqual:Ha,SquareFunction:Va,SquareKanban:Ra,SquareLibrary:Ta,SquareM:Ea,SquareMenu:Fa,SquareMinus:Ua,SquareMousePointer:Ba,SquareParking:Ga,SquareParkingOff:Za,SquarePause:q7,SquarePen:ge,SquarePercent:Wa,SquarePi:Xa,SquarePilcrow:Ka,SquarePlay:Ja,SquarePlus:Ya,SquarePower:Qa,SquareRadical:D7,SquareRoundCorner:O7,SquareScissors:e1,SquareSigma:t1,SquareSlash:n1,SquareSplitHorizontal:o1,SquareSplitVertical:a1,SquareSquare:H7,SquareStack:V7,SquareStar:R7,SquareStop:T7,SquareTerminal:i1,SquareUser:r1,SquareUserRound:c1,SquareX:d1,SquaresExclude:E7,SquaresIntersect:U7,SquaresSubtract:B7,SquaresUnite:Z7,Squircle:W7,SquircleDashed:G7,Squirrel:K7,Stamp:X7,Star:Y7,StarHalf:Q7,StarOff:J7,StepBack:e9,StepForward:t9,Stethoscope:n9,Sticker:o9,StickyNote:a9,Store:i9,StretchHorizontal:r9,StretchVertical:c9,Strikethrough:s9,Subscript:d9,Sun:p9,SunDim:l9,SunMedium:u9,SunMoon:h9,SunSnow:y9,Sunrise:k9,Sunset:_9,Superscript:f9,SwatchBook:m9,SwissFranc:g9,SwitchCamera:M9,Sword:v9,Swords:$9,Syringe:w9,Table:z9,Table2:b9,TableCellsMerge:x9,TableCellsSplit:N9,TableColumnsSplit:I9,TableOfContents:L9,TableProperties:S9,TableRowsSplit:C9,Tablet:j9,TabletSmartphone:A9,Tablets:P9,Tag:q9,Tags:D9,Tally1:V9,Tally2:O9,Tally3:H9,Tally4:R9,Tally5:T9,Tangent:F9,Target:E9,Telescope:U9,Tent:Z9,TentTree:B9,Terminal:G9,TestTube:W9,TestTubeDiagonal:s1,TestTubes:K9,TextAlignCenter:l1,TextAlignEnd:u1,TextAlignJustify:h1,TextAlignStart:Re,TextCursor:J9,TextCursorInput:X9,TextInitial:p1,TextQuote:Y9,TextSearch:Q9,TextSelect:y1,TextWrap:k1,Theater:eM,Thermometer:oM,ThermometerSnowflake:tM,ThermometerSun:nM,ThumbsDown:iM,ThumbsUp:aM,Ticket:uM,TicketCheck:rM,TicketMinus:cM,TicketPercent:dM,TicketPlus:sM,TicketSlash:lM,TicketX:hM,Tickets:yM,TicketsPlane:pM,Timer:fM,TimerOff:kM,TimerReset:_M,ToggleLeft:mM,ToggleRight:gM,Toilet:vM,ToolCase:$M,Tornado:MM,Torus:wM,Touchpad:bM,TouchpadOff:xM,TowerControl:NM,ToyBrick:IM,Tractor:LM,TrafficCone:SM,TrainFront:zM,TrainFrontTunnel:CM,TrainTrack:AM,TramFront:_1,Transgender:jM,Trash:qM,Trash2:PM,TreeDeciduous:DM,TreePalm:f1,TreePine:OM,Trees:HM,Trello:VM,TrendingDown:RM,TrendingUp:FM,TrendingUpDown:TM,Triangle:BM,TriangleAlert:m1,TriangleDashed:EM,TriangleRight:UM,Trophy:ZM,Truck:WM,TruckElectric:GM,TurkishLira:XM,Turntable:KM,Turtle:JM,Tv:QM,TvMinimal:g1,TvMinimalPlay:YM,Twitch:e$,Twitter:n$,Type:o$,TypeOutline:t$,Umbrella:i$,UmbrellaOff:a$,Underline:c$,Undo:s$,Undo2:r$,UndoDot:d$,UnfoldHorizontal:u$,UnfoldVertical:l$,Ungroup:h$,University:v1,Unlink:y$,Unlink2:p$,Unplug:_$,Upload:k$,Usb:f$,User:S$,UserCheck:m$,UserCog:g$,UserLock:v$,UserMinus:M$,UserPen:$$,UserPlus:w$,UserRound:N1,UserRoundCheck:M1,UserRoundCog:$1,UserRoundMinus:w1,UserRoundPen:b$,UserRoundPlus:b1,UserRoundSearch:x$,UserRoundX:x1,UserSearch:N$,UserStar:I$,UserX:L$,Users:C$,UsersRound:I1,Utensils:S1,UtensilsCrossed:L1,UtilityPole:A$,Variable:z$,Vault:q$,VectorSquare:j$,Vegan:P$,VenetianMask:D$,Venus:H$,VenusAndMars:O$,Vibrate:R$,VibrateOff:V$,Video:F$,VideoOff:T$,Videotape:E$,View:U$,Voicemail:B$,Volleyball:Z$,Volume:J$,Volume1:G$,Volume2:W$,VolumeOff:K$,VolumeX:X$,Vote:Y$,Wallet:ew,WalletCards:Q$,WalletMinimal:C1,Wallpaper:tw,Wand:ow,WandSparkles:z1,Warehouse:nw,WashingMachine:aw,Watch:iw,Waves:dw,WavesLadder:rw,Waypoints:cw,Webcam:sw,Webhook:uw,WebhookOff:lw,Weight:pw,Wheat:yw,WheatOff:hw,WholeWord:kw,Wifi:ww,WifiCog:_w,WifiHigh:mw,WifiLow:fw,WifiOff:gw,WifiPen:vw,WifiSync:Mw,WifiZero:$w,Wind:xw,WindArrowDown:bw,Wine:Iw,WineOff:Nw,Workflow:Lw,Worm:Sw,Wrench:Cw,X:zw,Youtube:Aw,Zap:Pw,ZapOff:jw,ZoomIn:qw,ZoomOut:Dw},Symbol.toStringTag,{value:"Module"}));const wN=Object.freeze(Object.defineProperty({__proto__:null,AArrowDown:Nr,AArrowDownIcon:Nr,AArrowUp:Ir,AArrowUpIcon:Ir,ALargeSmall:Lr,ALargeSmallIcon:Lr,Accessibility:Sr,AccessibilityIcon:Sr,Activity:Cr,ActivityIcon:Cr,ActivitySquare:ua,ActivitySquareIcon:ua,AirVent:zr,AirVentIcon:zr,Airplay:Ar,AirplayIcon:Ar,AlarmCheck:xt,AlarmCheckIcon:xt,AlarmClock:Pr,AlarmClockCheck:xt,AlarmClockCheckIcon:xt,AlarmClockIcon:Pr,AlarmClockMinus:Nt,AlarmClockMinusIcon:Nt,AlarmClockOff:jr,AlarmClockOffIcon:jr,AlarmClockPlus:It,AlarmClockPlusIcon:It,AlarmMinus:Nt,AlarmMinusIcon:Nt,AlarmPlus:It,AlarmPlusIcon:It,AlarmSmoke:qr,AlarmSmokeIcon:qr,Album:Dr,AlbumIcon:Dr,AlertCircle:nn,AlertCircleIcon:nn,AlertOctagon:Ro,AlertOctagonIcon:Ro,AlertTriangle:m1,AlertTriangleIcon:m1,AlignCenter:l1,AlignCenterHorizontal:Or,AlignCenterHorizontalIcon:Or,AlignCenterIcon:l1,AlignCenterVertical:Hr,AlignCenterVerticalIcon:Hr,AlignEndHorizontal:Vr,AlignEndHorizontalIcon:Vr,AlignEndVertical:Rr,AlignEndVerticalIcon:Rr,AlignHorizontalDistributeCenter:Tr,AlignHorizontalDistributeCenterIcon:Tr,AlignHorizontalDistributeEnd:Fr,AlignHorizontalDistributeEndIcon:Fr,AlignHorizontalDistributeStart:Er,AlignHorizontalDistributeStartIcon:Er,AlignHorizontalJustifyCenter:Ur,AlignHorizontalJustifyCenterIcon:Ur,AlignHorizontalJustifyEnd:Br,AlignHorizontalJustifyEndIcon:Br,AlignHorizontalJustifyStart:Zr,AlignHorizontalJustifyStartIcon:Zr,AlignHorizontalSpaceAround:Gr,AlignHorizontalSpaceAroundIcon:Gr,AlignHorizontalSpaceBetween:Wr,AlignHorizontalSpaceBetweenIcon:Wr,AlignJustify:h1,AlignJustifyIcon:h1,AlignLeft:Re,AlignLeftIcon:Re,AlignRight:u1,AlignRightIcon:u1,AlignStartHorizontal:Kr,AlignStartHorizontalIcon:Kr,AlignStartVertical:Xr,AlignStartVerticalIcon:Xr,AlignVerticalDistributeCenter:Jr,AlignVerticalDistributeCenterIcon:Jr,AlignVerticalDistributeEnd:Yr,AlignVerticalDistributeEndIcon:Yr,AlignVerticalDistributeStart:Qr,AlignVerticalDistributeStartIcon:Qr,AlignVerticalJustifyCenter:ec,AlignVerticalJustifyCenterIcon:ec,AlignVerticalJustifyEnd:tc,AlignVerticalJustifyEndIcon:tc,AlignVerticalJustifyStart:nc,AlignVerticalJustifyStartIcon:nc,AlignVerticalSpaceAround:oc,AlignVerticalSpaceAroundIcon:oc,AlignVerticalSpaceBetween:ac,AlignVerticalSpaceBetweenIcon:ac,Ambulance:ic,AmbulanceIcon:ic,Ampersand:rc,AmpersandIcon:rc,Ampersands:cc,AmpersandsIcon:cc,Amphora:dc,AmphoraIcon:dc,Anchor:sc,AnchorIcon:sc,Angry:lc,AngryIcon:lc,Annoyed:uc,AnnoyedIcon:uc,Antenna:hc,AntennaIcon:hc,Anvil:pc,AnvilIcon:pc,Aperture:yc,ApertureIcon:yc,AppWindow:_c,AppWindowIcon:_c,AppWindowMac:kc,AppWindowMacIcon:kc,Apple:mc,AppleIcon:mc,Archive:gc,ArchiveIcon:gc,ArchiveRestore:fc,ArchiveRestoreIcon:fc,ArchiveX:vc,ArchiveXIcon:vc,AreaChart:Ft,AreaChartIcon:Ft,Armchair:Mc,ArmchairIcon:Mc,ArrowBigDown:wc,ArrowBigDownDash:$c,ArrowBigDownDashIcon:$c,ArrowBigDownIcon:wc,ArrowBigLeft:xc,ArrowBigLeftDash:bc,ArrowBigLeftDashIcon:bc,ArrowBigLeftIcon:xc,ArrowBigRight:Lc,ArrowBigRightDash:Nc,ArrowBigRightDashIcon:Nc,ArrowBigRightIcon:Lc,ArrowBigUp:Cc,ArrowBigUpDash:Ic,ArrowBigUpDashIcon:Ic,ArrowBigUpIcon:Cc,ArrowDown:Vc,ArrowDown01:Sc,ArrowDown01Icon:Sc,ArrowDown10:zc,ArrowDown10Icon:zc,ArrowDownAZ:Lt,ArrowDownAZIcon:Lt,ArrowDownAz:Lt,ArrowDownAzIcon:Lt,ArrowDownCircle:on,ArrowDownCircleIcon:on,ArrowDownFromLine:Ac,ArrowDownFromLineIcon:Ac,ArrowDownIcon:Vc,ArrowDownLeft:jc,ArrowDownLeftFromCircle:rn,ArrowDownLeftFromCircleIcon:rn,ArrowDownLeftFromSquare:_a,ArrowDownLeftFromSquareIcon:_a,ArrowDownLeftIcon:jc,ArrowDownLeftSquare:ha,ArrowDownLeftSquareIcon:ha,ArrowDownNarrowWide:Pc,ArrowDownNarrowWideIcon:Pc,ArrowDownRight:qc,ArrowDownRightFromCircle:cn,ArrowDownRightFromCircleIcon:cn,ArrowDownRightFromSquare:fa,ArrowDownRightFromSquareIcon:fa,ArrowDownRightIcon:qc,ArrowDownRightSquare:pa,ArrowDownRightSquareIcon:pa,ArrowDownSquare:ya,ArrowDownSquareIcon:ya,ArrowDownToDot:Dc,ArrowDownToDotIcon:Dc,ArrowDownToLine:Oc,ArrowDownToLineIcon:Oc,ArrowDownUp:Hc,ArrowDownUpIcon:Hc,ArrowDownWideNarrow:Ct,ArrowDownWideNarrowIcon:Ct,ArrowDownZA:St,ArrowDownZAIcon:St,ArrowDownZa:St,ArrowDownZaIcon:St,ArrowLeft:Ec,ArrowLeftCircle:an,ArrowLeftCircleIcon:an,ArrowLeftFromLine:Rc,ArrowLeftFromLineIcon:Rc,ArrowLeftIcon:Ec,ArrowLeftRight:Tc,ArrowLeftRightIcon:Tc,ArrowLeftSquare:ka,ArrowLeftSquareIcon:ka,ArrowLeftToLine:Fc,ArrowLeftToLineIcon:Fc,ArrowRight:Gc,ArrowRightCircle:ln,ArrowRightCircleIcon:ln,ArrowRightFromLine:Uc,ArrowRightFromLineIcon:Uc,ArrowRightIcon:Gc,ArrowRightLeft:Bc,ArrowRightLeftIcon:Bc,ArrowRightSquare:va,ArrowRightSquareIcon:va,ArrowRightToLine:Zc,ArrowRightToLineIcon:Zc,ArrowUp:o2,ArrowUp01:Wc,ArrowUp01Icon:Wc,ArrowUp10:Kc,ArrowUp10Icon:Kc,ArrowUpAZ:zt,ArrowUpAZIcon:zt,ArrowUpAz:zt,ArrowUpAzIcon:zt,ArrowUpCircle:un,ArrowUpCircleIcon:un,ArrowUpDown:Xc,ArrowUpDownIcon:Xc,ArrowUpFromDot:Jc,ArrowUpFromDotIcon:Jc,ArrowUpFromLine:Yc,ArrowUpFromLineIcon:Yc,ArrowUpIcon:o2,ArrowUpLeft:Qc,ArrowUpLeftFromCircle:dn,ArrowUpLeftFromCircleIcon:dn,ArrowUpLeftFromSquare:ma,ArrowUpLeftFromSquareIcon:ma,ArrowUpLeftIcon:Qc,ArrowUpLeftSquare:Ma,ArrowUpLeftSquareIcon:Ma,ArrowUpNarrowWide:At,ArrowUpNarrowWideIcon:At,ArrowUpRight:e2,ArrowUpRightFromCircle:sn,ArrowUpRightFromCircleIcon:sn,ArrowUpRightFromSquare:ga,ArrowUpRightFromSquareIcon:ga,ArrowUpRightIcon:e2,ArrowUpRightSquare:$a,ArrowUpRightSquareIcon:$a,ArrowUpSquare:wa,ArrowUpSquareIcon:wa,ArrowUpToLine:t2,ArrowUpToLineIcon:t2,ArrowUpWideNarrow:n2,ArrowUpWideNarrowIcon:n2,ArrowUpZA:jt,ArrowUpZAIcon:jt,ArrowUpZa:jt,ArrowUpZaIcon:jt,ArrowsUpFromLine:a2,ArrowsUpFromLineIcon:a2,Asterisk:i2,AsteriskIcon:i2,AsteriskSquare:ba,AsteriskSquareIcon:ba,AtSign:r2,AtSignIcon:r2,Atom:c2,AtomIcon:c2,AudioLines:d2,AudioLinesIcon:d2,AudioWaveform:s2,AudioWaveformIcon:s2,Award:l2,AwardIcon:l2,Axe:u2,AxeIcon:u2,Axis3D:Pt,Axis3DIcon:Pt,Axis3d:Pt,Axis3dIcon:Pt,Baby:h2,BabyIcon:h2,Backpack:p2,BackpackIcon:p2,Badge:S2,BadgeAlert:y2,BadgeAlertIcon:y2,BadgeCent:k2,BadgeCentIcon:k2,BadgeCheck:qt,BadgeCheckIcon:qt,BadgeDollarSign:_2,BadgeDollarSignIcon:_2,BadgeEuro:f2,BadgeEuroIcon:f2,BadgeHelp:Dt,BadgeHelpIcon:Dt,BadgeIcon:S2,BadgeIndianRupee:m2,BadgeIndianRupeeIcon:m2,BadgeInfo:g2,BadgeInfoIcon:g2,BadgeJapaneseYen:v2,BadgeJapaneseYenIcon:v2,BadgeMinus:M2,BadgeMinusIcon:M2,BadgePercent:$2,BadgePercentIcon:$2,BadgePlus:w2,BadgePlusIcon:w2,BadgePoundSterling:b2,BadgePoundSterlingIcon:b2,BadgeQuestionMark:Dt,BadgeQuestionMarkIcon:Dt,BadgeRussianRuble:x2,BadgeRussianRubleIcon:x2,BadgeSwissFranc:N2,BadgeSwissFrancIcon:N2,BadgeTurkishLira:I2,BadgeTurkishLiraIcon:I2,BadgeX:L2,BadgeXIcon:L2,BaggageClaim:C2,BaggageClaimIcon:C2,Ban:z2,BanIcon:z2,Banana:A2,BananaIcon:A2,Bandage:j2,BandageIcon:j2,Banknote:O2,BanknoteArrowDown:P2,BanknoteArrowDownIcon:P2,BanknoteArrowUp:q2,BanknoteArrowUpIcon:q2,BanknoteIcon:O2,BanknoteX:D2,BanknoteXIcon:D2,BarChart:Xt,BarChart2:Jt,BarChart2Icon:Jt,BarChart3:Wt,BarChart3Icon:Wt,BarChart4:Gt,BarChart4Icon:Gt,BarChartBig:Zt,BarChartBigIcon:Zt,BarChartHorizontal:Ut,BarChartHorizontalBig:Et,BarChartHorizontalBigIcon:Et,BarChartHorizontalIcon:Ut,BarChartIcon:Xt,Barcode:H2,BarcodeIcon:H2,Barrel:V2,BarrelIcon:V2,Baseline:R2,BaselineIcon:R2,Bath:T2,BathIcon:T2,Battery:W2,BatteryCharging:F2,BatteryChargingIcon:F2,BatteryFull:E2,BatteryFullIcon:E2,BatteryIcon:W2,BatteryLow:U2,BatteryLowIcon:U2,BatteryMedium:B2,BatteryMediumIcon:B2,BatteryPlus:Z2,BatteryPlusIcon:Z2,BatteryWarning:G2,BatteryWarningIcon:G2,Beaker:K2,BeakerIcon:K2,Bean:J2,BeanIcon:J2,BeanOff:X2,BeanOffIcon:X2,Bed:Q2,BedDouble:Y2,BedDoubleIcon:Y2,BedIcon:Q2,BedSingle:ed,BedSingleIcon:ed,Beef:td,BeefIcon:td,Beer:od,BeerIcon:od,BeerOff:nd,BeerOffIcon:nd,Bell:sd,BellDot:ad,BellDotIcon:ad,BellElectric:id,BellElectricIcon:id,BellIcon:sd,BellMinus:rd,BellMinusIcon:rd,BellOff:cd,BellOffIcon:cd,BellPlus:dd,BellPlusIcon:dd,BellRing:ld,BellRingIcon:ld,BetweenHorizonalEnd:Ot,BetweenHorizonalEndIcon:Ot,BetweenHorizonalStart:Ht,BetweenHorizonalStartIcon:Ht,BetweenHorizontalEnd:Ot,BetweenHorizontalEndIcon:Ot,BetweenHorizontalStart:Ht,BetweenHorizontalStartIcon:Ht,BetweenVerticalEnd:ud,BetweenVerticalEndIcon:ud,BetweenVerticalStart:pd,BetweenVerticalStartIcon:pd,BicepsFlexed:hd,BicepsFlexedIcon:hd,Bike:yd,BikeIcon:yd,Binary:kd,BinaryIcon:kd,Binoculars:_d,BinocularsIcon:_d,Biohazard:fd,BiohazardIcon:fd,Bird:md,BirdIcon:md,Birdhouse:gd,BirdhouseIcon:gd,Bitcoin:vd,BitcoinIcon:vd,Blend:Md,BlendIcon:Md,Blinds:$d,BlindsIcon:$d,Blocks:wd,BlocksIcon:wd,Bluetooth:Id,BluetoothConnected:bd,BluetoothConnectedIcon:bd,BluetoothIcon:Id,BluetoothOff:xd,BluetoothOffIcon:xd,BluetoothSearching:Nd,BluetoothSearchingIcon:Nd,Bold:Ld,BoldIcon:Ld,Bolt:Sd,BoltIcon:Sd,Bomb:zd,BombIcon:zd,Bone:Cd,BoneIcon:Cd,Book:t0,BookA:Ad,BookAIcon:Ad,BookAlert:jd,BookAlertIcon:jd,BookAudio:Pd,BookAudioIcon:Pd,BookCheck:qd,BookCheckIcon:qd,BookCopy:Dd,BookCopyIcon:Dd,BookDashed:Vt,BookDashedIcon:Vt,BookDown:Od,BookDownIcon:Od,BookHeadphones:Hd,BookHeadphonesIcon:Hd,BookHeart:Vd,BookHeartIcon:Vd,BookIcon:t0,BookImage:Rd,BookImageIcon:Rd,BookKey:Td,BookKeyIcon:Td,BookLock:Fd,BookLockIcon:Fd,BookMarked:Ed,BookMarkedIcon:Ed,BookMinus:Ud,BookMinusIcon:Ud,BookOpen:Gd,BookOpenCheck:Bd,BookOpenCheckIcon:Bd,BookOpenIcon:Gd,BookOpenText:Zd,BookOpenTextIcon:Zd,BookPlus:Wd,BookPlusIcon:Wd,BookTemplate:Vt,BookTemplateIcon:Vt,BookText:Kd,BookTextIcon:Kd,BookType:Xd,BookTypeIcon:Xd,BookUp:Yd,BookUp2:Jd,BookUp2Icon:Jd,BookUpIcon:Yd,BookUser:Qd,BookUserIcon:Qd,BookX:e0,BookXIcon:e0,Bookmark:r0,BookmarkCheck:n0,BookmarkCheckIcon:n0,BookmarkIcon:r0,BookmarkMinus:o0,BookmarkMinusIcon:o0,BookmarkPlus:a0,BookmarkPlusIcon:a0,BookmarkX:i0,BookmarkXIcon:i0,BoomBox:c0,BoomBoxIcon:c0,Bot:l0,BotIcon:l0,BotMessageSquare:d0,BotMessageSquareIcon:d0,BotOff:s0,BotOffIcon:s0,BottleWine:u0,BottleWineIcon:u0,BowArrow:h0,BowArrowIcon:h0,Box:p0,BoxIcon:p0,BoxSelect:qa,BoxSelectIcon:qa,Boxes:y0,BoxesIcon:y0,Braces:Rt,BracesIcon:Rt,Brackets:k0,BracketsIcon:k0,Brain:m0,BrainCircuit:_0,BrainCircuitIcon:_0,BrainCog:f0,BrainCogIcon:f0,BrainIcon:m0,BrickWall:M0,BrickWallFire:g0,BrickWallFireIcon:g0,BrickWallIcon:M0,BrickWallShield:v0,BrickWallShieldIcon:v0,Briefcase:N0,BriefcaseBusiness:$0,BriefcaseBusinessIcon:$0,BriefcaseConveyorBelt:w0,BriefcaseConveyorBeltIcon:w0,BriefcaseIcon:N0,BriefcaseMedical:b0,BriefcaseMedicalIcon:b0,BringToFront:x0,BringToFrontIcon:x0,Brush:L0,BrushCleaning:I0,BrushCleaningIcon:I0,BrushIcon:L0,Bubbles:S0,BubblesIcon:S0,Bug:A0,BugIcon:A0,BugOff:C0,BugOffIcon:C0,BugPlay:z0,BugPlayIcon:z0,Building:P0,Building2:j0,Building2Icon:j0,BuildingIcon:P0,Bus:D0,BusFront:q0,BusFrontIcon:q0,BusIcon:D0,Cable:H0,CableCar:O0,CableCarIcon:O0,CableIcon:H0,Cake:R0,CakeIcon:R0,CakeSlice:V0,CakeSliceIcon:V0,Calculator:T0,CalculatorIcon:T0,Calendar:ds,Calendar1:F0,Calendar1Icon:F0,CalendarArrowDown:U0,CalendarArrowDownIcon:U0,CalendarArrowUp:E0,CalendarArrowUpIcon:E0,CalendarCheck:Z0,CalendarCheck2:B0,CalendarCheck2Icon:B0,CalendarCheckIcon:Z0,CalendarClock:G0,CalendarClockIcon:G0,CalendarCog:W0,CalendarCogIcon:W0,CalendarDays:X0,CalendarDaysIcon:X0,CalendarFold:K0,CalendarFoldIcon:K0,CalendarHeart:J0,CalendarHeartIcon:J0,CalendarIcon:ds,CalendarMinus:es,CalendarMinus2:Y0,CalendarMinus2Icon:Y0,CalendarMinusIcon:es,CalendarOff:Q0,CalendarOffIcon:Q0,CalendarPlus:ns,CalendarPlus2:ts,CalendarPlus2Icon:ts,CalendarPlusIcon:ns,CalendarRange:os,CalendarRangeIcon:os,CalendarSearch:as,CalendarSearchIcon:as,CalendarSync:is,CalendarSyncIcon:is,CalendarX:cs,CalendarX2:rs,CalendarX2Icon:rs,CalendarXIcon:cs,Camera:ls,CameraIcon:ls,CameraOff:ss,CameraOffIcon:ss,CandlestickChart:Bt,CandlestickChartIcon:Bt,Candy:ys,CandyCane:us,CandyCaneIcon:us,CandyIcon:ys,CandyOff:hs,CandyOffIcon:hs,Cannabis:ps,CannabisIcon:ps,Captions:Tt,CaptionsIcon:Tt,CaptionsOff:ks,CaptionsOffIcon:ks,Car:fs,CarFront:_s,CarFrontIcon:_s,CarIcon:fs,CarTaxiFront:ms,CarTaxiFrontIcon:ms,Caravan:gs,CaravanIcon:gs,CardSim:vs,CardSimIcon:vs,Carrot:Ms,CarrotIcon:Ms,CaseLower:$s,CaseLowerIcon:$s,CaseSensitive:ws,CaseSensitiveIcon:ws,CaseUpper:bs,CaseUpperIcon:bs,CassetteTape:xs,CassetteTapeIcon:xs,Cast:Ns,CastIcon:Ns,Castle:Is,CastleIcon:Is,Cat:Ls,CatIcon:Ls,Cctv:Ss,CctvIcon:Ss,ChartArea:Ft,ChartAreaIcon:Ft,ChartBar:Ut,ChartBarBig:Et,ChartBarBigIcon:Et,ChartBarDecreasing:Cs,ChartBarDecreasingIcon:Cs,ChartBarIcon:Ut,ChartBarIncreasing:zs,ChartBarIncreasingIcon:zs,ChartBarStacked:As,ChartBarStackedIcon:As,ChartCandlestick:Bt,ChartCandlestickIcon:Bt,ChartColumn:Wt,ChartColumnBig:Zt,ChartColumnBigIcon:Zt,ChartColumnDecreasing:js,ChartColumnDecreasingIcon:js,ChartColumnIcon:Wt,ChartColumnIncreasing:Gt,ChartColumnIncreasingIcon:Gt,ChartColumnStacked:Ps,ChartColumnStackedIcon:Ps,ChartGantt:qs,ChartGanttIcon:qs,ChartLine:Kt,ChartLineIcon:Kt,ChartNetwork:Ds,ChartNetworkIcon:Ds,ChartNoAxesColumn:Jt,ChartNoAxesColumnDecreasing:Os,ChartNoAxesColumnDecreasingIcon:Os,ChartNoAxesColumnIcon:Jt,ChartNoAxesColumnIncreasing:Xt,ChartNoAxesColumnIncreasingIcon:Xt,ChartNoAxesCombined:Hs,ChartNoAxesCombinedIcon:Hs,ChartNoAxesGantt:Yt,ChartNoAxesGanttIcon:Yt,ChartPie:Qt,ChartPieIcon:Qt,ChartScatter:en,ChartScatterIcon:en,ChartSpline:Vs,ChartSplineIcon:Vs,Check:Fs,CheckCheck:Rs,CheckCheckIcon:Rs,CheckCircle:hn,CheckCircle2:pn,CheckCircle2Icon:pn,CheckCircleIcon:hn,CheckIcon:Fs,CheckLine:Ts,CheckLineIcon:Ts,CheckSquare:Na,CheckSquare2:Ia,CheckSquare2Icon:Ia,CheckSquareIcon:Na,ChefHat:Es,ChefHatIcon:Es,Cherry:Us,CherryIcon:Us,ChessBishop:Bs,ChessBishopIcon:Bs,ChessKing:Zs,ChessKingIcon:Zs,ChessKnight:Gs,ChessKnightIcon:Gs,ChessPawn:Ws,ChessPawnIcon:Ws,ChessQueen:Ks,ChessQueenIcon:Ks,ChessRook:Xs,ChessRookIcon:Xs,ChevronDown:Js,ChevronDownCircle:yn,ChevronDownCircleIcon:yn,ChevronDownIcon:Js,ChevronDownSquare:La,ChevronDownSquareIcon:La,ChevronFirst:Ys,ChevronFirstIcon:Ys,ChevronLast:Qs,ChevronLastIcon:Qs,ChevronLeft:el,ChevronLeftCircle:kn,ChevronLeftCircleIcon:kn,ChevronLeftIcon:el,ChevronLeftSquare:Sa,ChevronLeftSquareIcon:Sa,ChevronRight:tl,ChevronRightCircle:_n,ChevronRightCircleIcon:_n,ChevronRightIcon:tl,ChevronRightSquare:Ca,ChevronRightSquareIcon:Ca,ChevronUp:nl,ChevronUpCircle:fn,ChevronUpCircleIcon:fn,ChevronUpIcon:nl,ChevronUpSquare:za,ChevronUpSquareIcon:za,ChevronsDown:al,ChevronsDownIcon:al,ChevronsDownUp:ol,ChevronsDownUpIcon:ol,ChevronsLeft:cl,ChevronsLeftIcon:cl,ChevronsLeftRight:rl,ChevronsLeftRightEllipsis:il,ChevronsLeftRightEllipsisIcon:il,ChevronsLeftRightIcon:rl,ChevronsRight:sl,ChevronsRightIcon:sl,ChevronsRightLeft:dl,ChevronsRightLeftIcon:dl,ChevronsUp:ul,ChevronsUpDown:ll,ChevronsUpDownIcon:ll,ChevronsUpIcon:ul,Chrome:tn,ChromeIcon:tn,Chromium:tn,ChromiumIcon:tn,Church:hl,ChurchIcon:hl,Cigarette:yl,CigaretteIcon:yl,CigaretteOff:pl,CigaretteOffIcon:pl,Circle:Ll,CircleAlert:nn,CircleAlertIcon:nn,CircleArrowDown:on,CircleArrowDownIcon:on,CircleArrowLeft:an,CircleArrowLeftIcon:an,CircleArrowOutDownLeft:rn,CircleArrowOutDownLeftIcon:rn,CircleArrowOutDownRight:cn,CircleArrowOutDownRightIcon:cn,CircleArrowOutUpLeft:dn,CircleArrowOutUpLeftIcon:dn,CircleArrowOutUpRight:sn,CircleArrowOutUpRightIcon:sn,CircleArrowRight:ln,CircleArrowRightIcon:ln,CircleArrowUp:un,CircleArrowUpIcon:un,CircleCheck:pn,CircleCheckBig:hn,CircleCheckBigIcon:hn,CircleCheckIcon:pn,CircleChevronDown:yn,CircleChevronDownIcon:yn,CircleChevronLeft:kn,CircleChevronLeftIcon:kn,CircleChevronRight:_n,CircleChevronRightIcon:_n,CircleChevronUp:fn,CircleChevronUpIcon:fn,CircleDashed:kl,CircleDashedIcon:kl,CircleDivide:mn,CircleDivideIcon:mn,CircleDollarSign:_l,CircleDollarSignIcon:_l,CircleDot:ml,CircleDotDashed:fl,CircleDotDashedIcon:fl,CircleDotIcon:ml,CircleEllipsis:gl,CircleEllipsisIcon:gl,CircleEqual:vl,CircleEqualIcon:vl,CircleFadingArrowUp:Ml,CircleFadingArrowUpIcon:Ml,CircleFadingPlus:$l,CircleFadingPlusIcon:$l,CircleGauge:gn,CircleGaugeIcon:gn,CircleHelp:je,CircleHelpIcon:je,CircleIcon:Ll,CircleMinus:vn,CircleMinusIcon:vn,CircleOff:wl,CircleOffIcon:wl,CircleParking:$n,CircleParkingIcon:$n,CircleParkingOff:Mn,CircleParkingOffIcon:Mn,CirclePause:wn,CirclePauseIcon:wn,CirclePercent:bn,CirclePercentIcon:bn,CirclePlay:xn,CirclePlayIcon:xn,CirclePlus:Nn,CirclePlusIcon:Nn,CirclePoundSterling:bl,CirclePoundSterlingIcon:bl,CirclePower:In,CirclePowerIcon:In,CircleQuestionMark:je,CircleQuestionMarkIcon:je,CircleSlash:xl,CircleSlash2:Ln,CircleSlash2Icon:Ln,CircleSlashIcon:xl,CircleSlashed:Ln,CircleSlashedIcon:Ln,CircleSmall:Nl,CircleSmallIcon:Nl,CircleStar:Il,CircleStarIcon:Il,CircleStop:Sn,CircleStopIcon:Sn,CircleUser:zn,CircleUserIcon:zn,CircleUserRound:Cn,CircleUserRoundIcon:Cn,CircleX:An,CircleXIcon:An,CircuitBoard:Sl,CircuitBoardIcon:Sl,Citrus:Cl,CitrusIcon:Cl,Clapperboard:zl,ClapperboardIcon:zl,Clipboard:Fl,ClipboardCheck:Al,ClipboardCheckIcon:Al,ClipboardClock:jl,ClipboardClockIcon:jl,ClipboardCopy:Pl,ClipboardCopyIcon:Pl,ClipboardEdit:Pn,ClipboardEditIcon:Pn,ClipboardIcon:Fl,ClipboardList:ql,ClipboardListIcon:ql,ClipboardMinus:Dl,ClipboardMinusIcon:Dl,ClipboardPaste:Ol,ClipboardPasteIcon:Ol,ClipboardPen:Pn,ClipboardPenIcon:Pn,ClipboardPenLine:jn,ClipboardPenLineIcon:jn,ClipboardPlus:Hl,ClipboardPlusIcon:Hl,ClipboardSignature:jn,ClipboardSignatureIcon:jn,ClipboardType:Rl,ClipboardTypeIcon:Rl,ClipboardX:Vl,ClipboardXIcon:Vl,Clock:ru,Clock1:Tl,Clock10:El,Clock10Icon:El,Clock11:Ul,Clock11Icon:Ul,Clock12:Bl,Clock12Icon:Bl,Clock1Icon:Tl,Clock2:Zl,Clock2Icon:Zl,Clock3:Gl,Clock3Icon:Gl,Clock4:Wl,Clock4Icon:Wl,Clock5:Kl,Clock5Icon:Kl,Clock6:Xl,Clock6Icon:Xl,Clock7:Jl,Clock7Icon:Jl,Clock8:Yl,Clock8Icon:Yl,Clock9:Ql,Clock9Icon:Ql,ClockAlert:eu,ClockAlertIcon:eu,ClockArrowDown:tu,ClockArrowDownIcon:tu,ClockArrowUp:nu,ClockArrowUpIcon:nu,ClockCheck:ou,ClockCheckIcon:ou,ClockFading:au,ClockFadingIcon:au,ClockIcon:ru,ClockPlus:iu,ClockPlusIcon:iu,ClosedCaption:du,ClosedCaptionIcon:du,Cloud:bu,CloudAlert:cu,CloudAlertIcon:cu,CloudCheck:su,CloudCheckIcon:su,CloudCog:lu,CloudCogIcon:lu,CloudDownload:qn,CloudDownloadIcon:qn,CloudDrizzle:uu,CloudDrizzleIcon:uu,CloudFog:hu,CloudFogIcon:hu,CloudHail:pu,CloudHailIcon:pu,CloudIcon:bu,CloudLightning:ku,CloudLightningIcon:ku,CloudMoon:_u,CloudMoonIcon:_u,CloudMoonRain:yu,CloudMoonRainIcon:yu,CloudOff:fu,CloudOffIcon:fu,CloudRain:gu,CloudRainIcon:gu,CloudRainWind:mu,CloudRainWindIcon:mu,CloudSnow:vu,CloudSnowIcon:vu,CloudSun:$u,CloudSunIcon:$u,CloudSunRain:Mu,CloudSunRainIcon:Mu,CloudUpload:Dn,CloudUploadIcon:Dn,Cloudy:wu,CloudyIcon:wu,Clover:xu,CloverIcon:xu,Club:Nu,ClubIcon:Nu,Code:Iu,Code2:On,Code2Icon:On,CodeIcon:Iu,CodeSquare:Aa,CodeSquareIcon:Aa,CodeXml:On,CodeXmlIcon:On,Codepen:Lu,CodepenIcon:Lu,Codesandbox:Su,CodesandboxIcon:Su,Coffee:Cu,CoffeeIcon:Cu,Cog:Au,CogIcon:Au,Coins:zu,CoinsIcon:zu,Columns:Hn,Columns2:Hn,Columns2Icon:Hn,Columns3:Vn,Columns3Cog:Pe,Columns3CogIcon:Pe,Columns3Icon:Vn,Columns4:ju,Columns4Icon:ju,ColumnsIcon:Hn,ColumnsSettings:Pe,ColumnsSettingsIcon:Pe,Combine:Pu,CombineIcon:Pu,Command:qu,CommandIcon:qu,Compass:Du,CompassIcon:Du,Component:Ou,ComponentIcon:Ou,Computer:Hu,ComputerIcon:Hu,ConciergeBell:Vu,ConciergeBellIcon:Vu,Cone:Ru,ConeIcon:Ru,Construction:Tu,ConstructionIcon:Tu,Contact:Eu,Contact2:Rn,Contact2Icon:Rn,ContactIcon:Eu,ContactRound:Rn,ContactRoundIcon:Rn,Container:Fu,ContainerIcon:Fu,Contrast:Uu,ContrastIcon:Uu,Cookie:Bu,CookieIcon:Bu,CookingPot:Zu,CookingPotIcon:Zu,Copy:Yu,CopyCheck:Gu,CopyCheckIcon:Gu,CopyIcon:Yu,CopyMinus:Wu,CopyMinusIcon:Wu,CopyPlus:Ku,CopyPlusIcon:Ku,CopySlash:Xu,CopySlashIcon:Xu,CopyX:Ju,CopyXIcon:Ju,Copyleft:Qu,CopyleftIcon:Qu,Copyright:eh,CopyrightIcon:eh,CornerDownLeft:th,CornerDownLeftIcon:th,CornerDownRight:nh,CornerDownRightIcon:nh,CornerLeftDown:oh,CornerLeftDownIcon:oh,CornerLeftUp:ah,CornerLeftUpIcon:ah,CornerRightDown:ih,CornerRightDownIcon:ih,CornerRightUp:rh,CornerRightUpIcon:rh,CornerUpLeft:ch,CornerUpLeftIcon:ch,CornerUpRight:dh,CornerUpRightIcon:dh,Cpu:sh,CpuIcon:sh,CreativeCommons:lh,CreativeCommonsIcon:lh,CreditCard:uh,CreditCardIcon:uh,Croissant:hh,CroissantIcon:hh,Crop:ph,CropIcon:ph,Cross:yh,CrossIcon:yh,Crosshair:kh,CrosshairIcon:kh,Crown:_h,CrownIcon:_h,Cuboid:fh,CuboidIcon:fh,CupSoda:mh,CupSodaIcon:mh,CurlyBraces:Rt,CurlyBracesIcon:Rt,Currency:gh,CurrencyIcon:gh,Cylinder:vh,CylinderIcon:vh,Dam:Mh,DamIcon:Mh,Database:bh,DatabaseBackup:$h,DatabaseBackupIcon:$h,DatabaseIcon:bh,DatabaseZap:wh,DatabaseZapIcon:wh,DecimalsArrowLeft:xh,DecimalsArrowLeftIcon:xh,DecimalsArrowRight:Nh,DecimalsArrowRightIcon:Nh,Delete:Ih,DeleteIcon:Ih,Dessert:Lh,DessertIcon:Lh,Diameter:Sh,DiameterIcon:Sh,Diamond:Ah,DiamondIcon:Ah,DiamondMinus:Ch,DiamondMinusIcon:Ch,DiamondPercent:Tn,DiamondPercentIcon:Tn,DiamondPlus:zh,DiamondPlusIcon:zh,Dice1:jh,Dice1Icon:jh,Dice2:Ph,Dice2Icon:Ph,Dice3:qh,Dice3Icon:qh,Dice4:Dh,Dice4Icon:Dh,Dice5:Oh,Dice5Icon:Oh,Dice6:Hh,Dice6Icon:Hh,Dices:Vh,DicesIcon:Vh,Diff:Rh,DiffIcon:Rh,Disc:Uh,Disc2:Th,Disc2Icon:Th,Disc3:Fh,Disc3Icon:Fh,DiscAlbum:Eh,DiscAlbumIcon:Eh,DiscIcon:Uh,Divide:Bh,DivideCircle:mn,DivideCircleIcon:mn,DivideIcon:Bh,DivideSquare:Da,DivideSquareIcon:Da,Dna:Gh,DnaIcon:Gh,DnaOff:Zh,DnaOffIcon:Zh,Dock:Wh,DockIcon:Wh,Dog:Kh,DogIcon:Kh,DollarSign:Xh,DollarSignIcon:Xh,Donut:Jh,DonutIcon:Jh,DoorClosed:Qh,DoorClosedIcon:Qh,DoorClosedLocked:Yh,DoorClosedLockedIcon:Yh,DoorOpen:ep,DoorOpenIcon:ep,Dot:tp,DotIcon:tp,DotSquare:Oa,DotSquareIcon:Oa,Download:np,DownloadCloud:qn,DownloadCloudIcon:qn,DownloadIcon:np,DraftingCompass:op,DraftingCompassIcon:op,Drama:ap,DramaIcon:ap,Dribbble:ip,DribbbleIcon:ip,Drill:rp,DrillIcon:rp,Drone:cp,DroneIcon:cp,Droplet:sp,DropletIcon:sp,DropletOff:dp,DropletOffIcon:dp,Droplets:lp,DropletsIcon:lp,Drum:up,DrumIcon:up,Drumstick:hp,DrumstickIcon:hp,Dumbbell:pp,DumbbellIcon:pp,Ear:kp,EarIcon:kp,EarOff:yp,EarOffIcon:yp,Earth:Fn,EarthIcon:Fn,EarthLock:_p,EarthLockIcon:_p,Eclipse:fp,EclipseIcon:fp,Edit:ge,Edit2:Qo,Edit2Icon:Qo,Edit3:Yo,Edit3Icon:Yo,EditIcon:ge,Egg:vp,EggFried:mp,EggFriedIcon:mp,EggIcon:vp,EggOff:gp,EggOffIcon:gp,Ellipsis:lt,EllipsisIcon:lt,EllipsisVertical:En,EllipsisVerticalIcon:En,Equal:wp,EqualApproximately:Mp,EqualApproximatelyIcon:Mp,EqualIcon:wp,EqualNot:$p,EqualNotIcon:$p,EqualSquare:Ha,EqualSquareIcon:Ha,Eraser:bp,EraserIcon:bp,EthernetPort:xp,EthernetPortIcon:xp,Euro:Np,EuroIcon:Np,EvCharger:Ip,EvChargerIcon:Ip,Expand:Lp,ExpandIcon:Lp,ExternalLink:Sp,ExternalLinkIcon:Sp,Eye:Ap,EyeClosed:zp,EyeClosedIcon:zp,EyeIcon:Ap,EyeOff:Cp,EyeOffIcon:Cp,Facebook:jp,FacebookIcon:jp,Factory:Pp,FactoryIcon:Pp,Fan:qp,FanIcon:qp,FastForward:Dp,FastForwardIcon:Dp,Feather:Hp,FeatherIcon:Hp,Fence:Op,FenceIcon:Op,FerrisWheel:Vp,FerrisWheelIcon:Vp,Figma:Rp,FigmaIcon:Rp,File:ky,FileArchive:Tp,FileArchiveIcon:Tp,FileAudio:qe,FileAudio2:qe,FileAudio2Icon:qe,FileAudioIcon:qe,FileAxis3D:Un,FileAxis3DIcon:Un,FileAxis3d:Un,FileAxis3dIcon:Un,FileBadge:Bn,FileBadge2:Bn,FileBadge2Icon:Bn,FileBadgeIcon:Bn,FileBarChart:Gn,FileBarChart2:Kn,FileBarChart2Icon:Kn,FileBarChartIcon:Gn,FileBox:Fp,FileBoxIcon:Fp,FileBraces:Wn,FileBracesCorner:Zn,FileBracesCornerIcon:Zn,FileBracesIcon:Wn,FileChartColumn:Kn,FileChartColumnIcon:Kn,FileChartColumnIncreasing:Gn,FileChartColumnIncreasingIcon:Gn,FileChartLine:Xn,FileChartLineIcon:Xn,FileChartPie:Jn,FileChartPieIcon:Jn,FileCheck:Ep,FileCheck2:Yn,FileCheck2Icon:Yn,FileCheckCorner:Yn,FileCheckCornerIcon:Yn,FileCheckIcon:Ep,FileClock:Up,FileClockIcon:Up,FileCode:Bp,FileCode2:Qn,FileCode2Icon:Qn,FileCodeCorner:Qn,FileCodeCornerIcon:Qn,FileCodeIcon:Bp,FileCog:eo,FileCog2:eo,FileCog2Icon:eo,FileCogIcon:eo,FileDiff:Zp,FileDiffIcon:Zp,FileDigit:Gp,FileDigitIcon:Gp,FileDown:Wp,FileDownIcon:Wp,FileEdit:co,FileEditIcon:co,FileExclamationPoint:to,FileExclamationPointIcon:to,FileHeadphone:qe,FileHeadphoneIcon:qe,FileHeart:Kp,FileHeartIcon:Kp,FileIcon:ky,FileImage:Xp,FileImageIcon:Xp,FileInput:Jp,FileInputIcon:Jp,FileJson:Wn,FileJson2:Zn,FileJson2Icon:Zn,FileJsonIcon:Wn,FileKey:no,FileKey2:no,FileKey2Icon:no,FileKeyIcon:no,FileLineChart:Xn,FileLineChartIcon:Xn,FileLock:ao,FileLock2:ao,FileLock2Icon:ao,FileLockIcon:ao,FileMinus:Yp,FileMinus2:oo,FileMinus2Icon:oo,FileMinusCorner:oo,FileMinusCornerIcon:oo,FileMinusIcon:Yp,FileMusic:Qp,FileMusicIcon:Qp,FileOutput:ey,FileOutputIcon:ey,FilePen:co,FilePenIcon:co,FilePenLine:io,FilePenLineIcon:io,FilePieChart:Jn,FilePieChartIcon:Jn,FilePlay:ro,FilePlayIcon:ro,FilePlus:ty,FilePlus2:so,FilePlus2Icon:so,FilePlusCorner:so,FilePlusCornerIcon:so,FilePlusIcon:ty,FileQuestion:lo,FileQuestionIcon:lo,FileQuestionMark:lo,FileQuestionMarkIcon:lo,FileScan:ny,FileScanIcon:ny,FileSearch:oy,FileSearch2:uo,FileSearch2Icon:uo,FileSearchCorner:uo,FileSearchCornerIcon:uo,FileSearchIcon:oy,FileSignal:ho,FileSignalIcon:ho,FileSignature:io,FileSignatureIcon:io,FileSliders:ay,FileSlidersIcon:ay,FileSpreadsheet:iy,FileSpreadsheetIcon:iy,FileStack:ry,FileStackIcon:ry,FileSymlink:cy,FileSymlinkIcon:cy,FileTerminal:dy,FileTerminalIcon:dy,FileText:sy,FileTextIcon:sy,FileType:ly,FileType2:po,FileType2Icon:po,FileTypeCorner:po,FileTypeCornerIcon:po,FileTypeIcon:ly,FileUp:uy,FileUpIcon:uy,FileUser:hy,FileUserIcon:hy,FileVideo:ro,FileVideo2:yo,FileVideo2Icon:yo,FileVideoCamera:yo,FileVideoCameraIcon:yo,FileVideoIcon:ro,FileVolume:py,FileVolume2:ho,FileVolume2Icon:ho,FileVolumeIcon:py,FileWarning:to,FileWarningIcon:to,FileX:yy,FileX2:ko,FileX2Icon:ko,FileXCorner:ko,FileXCornerIcon:ko,FileXIcon:yy,Files:_y,FilesIcon:_y,Film:fy,FilmIcon:fy,Filter:go,FilterIcon:go,FilterX:mo,FilterXIcon:mo,Fingerprint:my,FingerprintIcon:my,FireExtinguisher:gy,FireExtinguisherIcon:gy,Fish:$y,FishIcon:$y,FishOff:vy,FishOffIcon:vy,FishSymbol:My,FishSymbolIcon:My,Flag:Ny,FlagIcon:Ny,FlagOff:wy,FlagOffIcon:wy,FlagTriangleLeft:by,FlagTriangleLeftIcon:by,FlagTriangleRight:xy,FlagTriangleRightIcon:xy,Flame:Ly,FlameIcon:Ly,FlameKindling:Iy,FlameKindlingIcon:Iy,Flashlight:Cy,FlashlightIcon:Cy,FlashlightOff:Sy,FlashlightOffIcon:Sy,FlaskConical:zy,FlaskConicalIcon:zy,FlaskConicalOff:Ay,FlaskConicalOffIcon:Ay,FlaskRound:jy,FlaskRoundIcon:jy,FlipHorizontal:qy,FlipHorizontal2:Py,FlipHorizontal2Icon:Py,FlipHorizontalIcon:qy,FlipVertical:Oy,FlipVertical2:Dy,FlipVertical2Icon:Dy,FlipVerticalIcon:Oy,Flower:Vy,Flower2:Hy,Flower2Icon:Hy,FlowerIcon:Vy,Focus:Ry,FocusIcon:Ry,FoldHorizontal:Ty,FoldHorizontalIcon:Ty,FoldVertical:Ey,FoldVerticalIcon:Ey,Folder:_k,FolderArchive:Fy,FolderArchiveIcon:Fy,FolderCheck:Uy,FolderCheckIcon:Uy,FolderClock:By,FolderClockIcon:By,FolderClosed:Zy,FolderClosedIcon:Zy,FolderCode:Gy,FolderCodeIcon:Gy,FolderCog:_o,FolderCog2:_o,FolderCog2Icon:_o,FolderCogIcon:_o,FolderDot:Wy,FolderDotIcon:Wy,FolderDown:Ky,FolderDownIcon:Ky,FolderEdit:fo,FolderEditIcon:fo,FolderGit:Xy,FolderGit2:Jy,FolderGit2Icon:Jy,FolderGitIcon:Xy,FolderHeart:Yy,FolderHeartIcon:Yy,FolderIcon:_k,FolderInput:Qy,FolderInputIcon:Qy,FolderKanban:ek,FolderKanbanIcon:ek,FolderKey:tk,FolderKeyIcon:tk,FolderLock:nk,FolderLockIcon:nk,FolderMinus:ok,FolderMinusIcon:ok,FolderOpen:ik,FolderOpenDot:ak,FolderOpenDotIcon:ak,FolderOpenIcon:ik,FolderOutput:rk,FolderOutputIcon:rk,FolderPen:fo,FolderPenIcon:fo,FolderPlus:ck,FolderPlusIcon:ck,FolderRoot:dk,FolderRootIcon:dk,FolderSearch:lk,FolderSearch2:sk,FolderSearch2Icon:sk,FolderSearchIcon:lk,FolderSymlink:uk,FolderSymlinkIcon:uk,FolderSync:hk,FolderSyncIcon:hk,FolderTree:pk,FolderTreeIcon:pk,FolderUp:kk,FolderUpIcon:kk,FolderX:yk,FolderXIcon:yk,Folders:fk,FoldersIcon:fk,Footprints:mk,FootprintsIcon:mk,ForkKnife:S1,ForkKnifeCrossed:L1,ForkKnifeCrossedIcon:L1,ForkKnifeIcon:S1,Forklift:gk,ForkliftIcon:gk,FormInput:ta,FormInputIcon:ta,Forward:vk,ForwardIcon:vk,Frame:Mk,FrameIcon:Mk,Framer:$k,FramerIcon:$k,Frown:wk,FrownIcon:wk,Fuel:bk,FuelIcon:bk,Fullscreen:xk,FullscreenIcon:xk,FunctionSquare:Va,FunctionSquareIcon:Va,Funnel:go,FunnelIcon:go,FunnelPlus:Nk,FunnelPlusIcon:Nk,FunnelX:mo,FunnelXIcon:mo,GalleryHorizontal:Ik,GalleryHorizontalEnd:Lk,GalleryHorizontalEndIcon:Lk,GalleryHorizontalIcon:Ik,GalleryThumbnails:Sk,GalleryThumbnailsIcon:Sk,GalleryVertical:zk,GalleryVerticalEnd:Ck,GalleryVerticalEndIcon:Ck,GalleryVerticalIcon:zk,Gamepad:Pk,Gamepad2:Ak,Gamepad2Icon:Ak,GamepadDirectional:jk,GamepadDirectionalIcon:jk,GamepadIcon:Pk,GanttChart:Yt,GanttChartIcon:Yt,GanttChartSquare:Ve,GanttChartSquareIcon:Ve,Gauge:qk,GaugeCircle:gn,GaugeCircleIcon:gn,GaugeIcon:qk,Gavel:Ok,GavelIcon:Ok,Gem:Dk,GemIcon:Dk,GeorgianLari:Hk,GeorgianLariIcon:Hk,Ghost:Rk,GhostIcon:Rk,Gift:Vk,GiftIcon:Vk,GitBranch:Ek,GitBranchIcon:Ek,GitBranchMinus:Tk,GitBranchMinusIcon:Tk,GitBranchPlus:Fk,GitBranchPlusIcon:Fk,GitCommit:vo,GitCommitHorizontal:vo,GitCommitHorizontalIcon:vo,GitCommitIcon:vo,GitCommitVertical:Uk,GitCommitVerticalIcon:Uk,GitCompare:Zk,GitCompareArrows:Bk,GitCompareArrowsIcon:Bk,GitCompareIcon:Zk,GitFork:Wk,GitForkIcon:Wk,GitGraph:Gk,GitGraphIcon:Gk,GitMerge:Kk,GitMergeIcon:Kk,GitPullRequest:n4,GitPullRequestArrow:Xk,GitPullRequestArrowIcon:Xk,GitPullRequestClosed:Jk,GitPullRequestClosedIcon:Jk,GitPullRequestCreate:Qk,GitPullRequestCreateArrow:Yk,GitPullRequestCreateArrowIcon:Yk,GitPullRequestCreateIcon:Qk,GitPullRequestDraft:e4,GitPullRequestDraftIcon:e4,GitPullRequestIcon:n4,Github:t4,GithubIcon:t4,Gitlab:o4,GitlabIcon:o4,GlassWater:i4,GlassWaterIcon:i4,Glasses:a4,GlassesIcon:a4,Globe:c4,Globe2:Fn,Globe2Icon:Fn,GlobeIcon:c4,GlobeLock:r4,GlobeLockIcon:r4,Goal:d4,GoalIcon:d4,Gpu:s4,GpuIcon:s4,Grab:xo,GrabIcon:xo,GraduationCap:l4,GraduationCapIcon:l4,Grape:u4,GrapeIcon:u4,Grid:De,Grid2X2:bo,Grid2X2Check:Mo,Grid2X2CheckIcon:Mo,Grid2X2Icon:bo,Grid2X2Plus:$o,Grid2X2PlusIcon:$o,Grid2X2X:wo,Grid2X2XIcon:wo,Grid2x2:bo,Grid2x2Check:Mo,Grid2x2CheckIcon:Mo,Grid2x2Icon:bo,Grid2x2Plus:$o,Grid2x2PlusIcon:$o,Grid2x2X:wo,Grid2x2XIcon:wo,Grid3X3:De,Grid3X3Icon:De,Grid3x2:h4,Grid3x2Icon:h4,Grid3x3:De,Grid3x3Icon:De,GridIcon:De,Grip:k4,GripHorizontal:p4,GripHorizontalIcon:p4,GripIcon:k4,GripVertical:y4,GripVerticalIcon:y4,Group:_4,GroupIcon:_4,Guitar:f4,GuitarIcon:f4,Ham:m4,HamIcon:m4,Hamburger:g4,HamburgerIcon:g4,Hammer:v4,HammerIcon:v4,Hand:N4,HandCoins:M4,HandCoinsIcon:M4,HandFist:$4,HandFistIcon:$4,HandGrab:xo,HandGrabIcon:xo,HandHeart:w4,HandHeartIcon:w4,HandHelping:No,HandHelpingIcon:No,HandIcon:N4,HandMetal:b4,HandMetalIcon:b4,HandPlatter:x4,HandPlatterIcon:x4,Handbag:I4,HandbagIcon:I4,Handshake:L4,HandshakeIcon:L4,HardDrive:z4,HardDriveDownload:S4,HardDriveDownloadIcon:S4,HardDriveIcon:z4,HardDriveUpload:C4,HardDriveUploadIcon:C4,HardHat:A4,HardHatIcon:A4,Hash:j4,HashIcon:j4,HatGlasses:P4,HatGlassesIcon:P4,Haze:q4,HazeIcon:q4,HdmiPort:D4,HdmiPortIcon:D4,Heading:E4,Heading1:O4,Heading1Icon:O4,Heading2:H4,Heading2Icon:H4,Heading3:V4,Heading3Icon:V4,Heading4:R4,Heading4Icon:R4,Heading5:F4,Heading5Icon:F4,Heading6:T4,Heading6Icon:T4,HeadingIcon:E4,HeadphoneOff:U4,HeadphoneOffIcon:U4,Headphones:Z4,HeadphonesIcon:Z4,Headset:B4,HeadsetIcon:B4,Heart:Q4,HeartCrack:G4,HeartCrackIcon:G4,HeartHandshake:W4,HeartHandshakeIcon:W4,HeartIcon:Q4,HeartMinus:K4,HeartMinusIcon:K4,HeartOff:X4,HeartOffIcon:X4,HeartPlus:J4,HeartPlusIcon:J4,HeartPulse:Y4,HeartPulseIcon:Y4,Heater:e5,HeaterIcon:e5,Helicopter:t5,HelicopterIcon:t5,HelpCircle:je,HelpCircleIcon:je,HelpingHand:No,HelpingHandIcon:No,Hexagon:n5,HexagonIcon:n5,Highlighter:o5,HighlighterIcon:o5,History:a5,HistoryIcon:a5,Home:Io,HomeIcon:Io,Hop:r5,HopIcon:r5,HopOff:i5,HopOffIcon:i5,Hospital:c5,HospitalIcon:c5,Hotel:d5,HotelIcon:d5,Hourglass:s5,HourglassIcon:s5,House:Io,HouseHeart:l5,HouseHeartIcon:l5,HouseIcon:Io,HousePlug:u5,HousePlugIcon:u5,HousePlus:h5,HousePlusIcon:h5,HouseWifi:p5,HouseWifiIcon:p5,IceCream:So,IceCream2:Lo,IceCream2Icon:Lo,IceCreamBowl:Lo,IceCreamBowlIcon:Lo,IceCreamCone:So,IceCreamConeIcon:So,IceCreamIcon:So,Icon:tj,IdCard:k5,IdCardIcon:k5,IdCardLanyard:y5,IdCardLanyardIcon:y5,Image:w5,ImageDown:_5,ImageDownIcon:_5,ImageIcon:w5,ImageMinus:f5,ImageMinusIcon:f5,ImageOff:m5,ImageOffIcon:m5,ImagePlay:g5,ImagePlayIcon:g5,ImagePlus:v5,ImagePlusIcon:v5,ImageUp:M5,ImageUpIcon:M5,ImageUpscale:$5,ImageUpscaleIcon:$5,Images:b5,ImagesIcon:b5,Import:x5,ImportIcon:x5,Inbox:N5,InboxIcon:N5,Indent:He,IndentDecrease:Oe,IndentDecreaseIcon:Oe,IndentIcon:He,IndentIncrease:He,IndentIncreaseIcon:He,IndianRupee:I5,IndianRupeeIcon:I5,Infinity:L5,InfinityIcon:L5,Info:Ni,InfoIcon:Ni,Inspect:Ba,InspectIcon:Ba,InspectionPanel:S5,InspectionPanelIcon:S5,Instagram:C5,InstagramIcon:C5,Italic:z5,ItalicIcon:z5,IterationCcw:A5,IterationCcwIcon:A5,IterationCw:q5,IterationCwIcon:q5,JapaneseYen:j5,JapaneseYenIcon:j5,Joystick:P5,JoystickIcon:P5,Kanban:D5,KanbanIcon:D5,KanbanSquare:Ra,KanbanSquareDashed:ja,KanbanSquareDashedIcon:ja,KanbanSquareIcon:Ra,Kayak:H5,KayakIcon:H5,Key:V5,KeyIcon:V5,KeyRound:O5,KeyRoundIcon:O5,KeySquare:R5,KeySquareIcon:R5,Keyboard:E5,KeyboardIcon:E5,KeyboardMusic:T5,KeyboardMusicIcon:T5,KeyboardOff:F5,KeyboardOffIcon:F5,Lamp:K5,LampCeiling:U5,LampCeilingIcon:U5,LampDesk:B5,LampDeskIcon:B5,LampFloor:Z5,LampFloorIcon:Z5,LampIcon:K5,LampWallDown:G5,LampWallDownIcon:G5,LampWallUp:W5,LampWallUpIcon:W5,LandPlot:X5,LandPlotIcon:X5,Landmark:J5,LandmarkIcon:J5,Languages:Y5,LanguagesIcon:Y5,Laptop:e_,Laptop2:Co,Laptop2Icon:Co,LaptopIcon:e_,LaptopMinimal:Co,LaptopMinimalCheck:Q5,LaptopMinimalCheckIcon:Q5,LaptopMinimalIcon:Co,Lasso:t_,LassoIcon:t_,LassoSelect:o_,LassoSelectIcon:o_,Laugh:n_,LaughIcon:n_,Layers:zo,Layers2:a_,Layers2Icon:a_,Layers3:zo,Layers3Icon:zo,LayersIcon:zo,Layout:Jo,LayoutDashboard:i_,LayoutDashboardIcon:i_,LayoutGrid:r_,LayoutGridIcon:r_,LayoutIcon:Jo,LayoutList:c_,LayoutListIcon:c_,LayoutPanelLeft:d_,LayoutPanelLeftIcon:d_,LayoutPanelTop:s_,LayoutPanelTopIcon:s_,LayoutTemplate:l_,LayoutTemplateIcon:l_,Leaf:u_,LeafIcon:u_,LeafyGreen:h_,LeafyGreenIcon:h_,Lectern:p_,LecternIcon:p_,LetterText:p1,LetterTextIcon:p1,Library:k_,LibraryBig:y_,LibraryBigIcon:y_,LibraryIcon:k_,LibrarySquare:Ta,LibrarySquareIcon:Ta,LifeBuoy:__,LifeBuoyIcon:__,Ligature:f_,LigatureIcon:f_,Lightbulb:g_,LightbulbIcon:g_,LightbulbOff:m_,LightbulbOffIcon:m_,LineChart:Kt,LineChartIcon:Kt,LineSquiggle:v_,LineSquiggleIcon:v_,Link:w_,Link2:$_,Link2Icon:$_,Link2Off:M_,Link2OffIcon:M_,LinkIcon:w_,Linkedin:b_,LinkedinIcon:b_,List:E_,ListCheck:x_,ListCheckIcon:x_,ListChecks:N_,ListChecksIcon:N_,ListChevronsDownUp:I_,ListChevronsDownUpIcon:I_,ListChevronsUpDown:S_,ListChevronsUpDownIcon:S_,ListCollapse:L_,ListCollapseIcon:L_,ListEnd:C_,ListEndIcon:C_,ListFilter:A_,ListFilterIcon:A_,ListFilterPlus:z_,ListFilterPlusIcon:z_,ListIcon:E_,ListIndentDecrease:Oe,ListIndentDecreaseIcon:Oe,ListIndentIncrease:He,ListIndentIncreaseIcon:He,ListMinus:j_,ListMinusIcon:j_,ListMusic:P_,ListMusicIcon:P_,ListOrdered:q_,ListOrderedIcon:q_,ListPlus:D_,ListPlusIcon:D_,ListRestart:O_,ListRestartIcon:O_,ListStart:H_,ListStartIcon:H_,ListTodo:V_,ListTodoIcon:V_,ListTree:R_,ListTreeIcon:R_,ListVideo:T_,ListVideoIcon:T_,ListX:F_,ListXIcon:F_,Loader:Ii,Loader2:Ao,Loader2Icon:Ao,LoaderCircle:Ao,LoaderCircleIcon:Ao,LoaderIcon:Ii,LoaderPinwheel:U_,LoaderPinwheelIcon:U_,Locate:G_,LocateFixed:B_,LocateFixedIcon:B_,LocateIcon:G_,LocateOff:Z_,LocateOffIcon:Z_,LocationEdit:Do,LocationEditIcon:Do,Lock:K_,LockIcon:K_,LockKeyhole:W_,LockKeyholeIcon:W_,LockKeyholeOpen:jo,LockKeyholeOpenIcon:jo,LockOpen:Po,LockOpenIcon:Po,LogIn:X_,LogInIcon:X_,LogOut:J_,LogOutIcon:J_,Logs:Y_,LogsIcon:Y_,Lollipop:Q_,LollipopIcon:Q_,LucideAArrowDown:Nr,LucideAArrowUp:Ir,LucideALargeSmall:Lr,LucideAccessibility:Sr,LucideActivity:Cr,LucideActivitySquare:ua,LucideAirVent:zr,LucideAirplay:Ar,LucideAlarmCheck:xt,LucideAlarmClock:Pr,LucideAlarmClockCheck:xt,LucideAlarmClockMinus:Nt,LucideAlarmClockOff:jr,LucideAlarmClockPlus:It,LucideAlarmMinus:Nt,LucideAlarmPlus:It,LucideAlarmSmoke:qr,LucideAlbum:Dr,LucideAlertCircle:nn,LucideAlertOctagon:Ro,LucideAlertTriangle:m1,LucideAlignCenter:l1,LucideAlignCenterHorizontal:Or,LucideAlignCenterVertical:Hr,LucideAlignEndHorizontal:Vr,LucideAlignEndVertical:Rr,LucideAlignHorizontalDistributeCenter:Tr,LucideAlignHorizontalDistributeEnd:Fr,LucideAlignHorizontalDistributeStart:Er,LucideAlignHorizontalJustifyCenter:Ur,LucideAlignHorizontalJustifyEnd:Br,LucideAlignHorizontalJustifyStart:Zr,LucideAlignHorizontalSpaceAround:Gr,LucideAlignHorizontalSpaceBetween:Wr,LucideAlignJustify:h1,LucideAlignLeft:Re,LucideAlignRight:u1,LucideAlignStartHorizontal:Kr,LucideAlignStartVertical:Xr,LucideAlignVerticalDistributeCenter:Jr,LucideAlignVerticalDistributeEnd:Yr,LucideAlignVerticalDistributeStart:Qr,LucideAlignVerticalJustifyCenter:ec,LucideAlignVerticalJustifyEnd:tc,LucideAlignVerticalJustifyStart:nc,LucideAlignVerticalSpaceAround:oc,LucideAlignVerticalSpaceBetween:ac,LucideAmbulance:ic,LucideAmpersand:rc,LucideAmpersands:cc,LucideAmphora:dc,LucideAnchor:sc,LucideAngry:lc,LucideAnnoyed:uc,LucideAntenna:hc,LucideAnvil:pc,LucideAperture:yc,LucideAppWindow:_c,LucideAppWindowMac:kc,LucideApple:mc,LucideArchive:gc,LucideArchiveRestore:fc,LucideArchiveX:vc,LucideAreaChart:Ft,LucideArmchair:Mc,LucideArrowBigDown:wc,LucideArrowBigDownDash:$c,LucideArrowBigLeft:xc,LucideArrowBigLeftDash:bc,LucideArrowBigRight:Lc,LucideArrowBigRightDash:Nc,LucideArrowBigUp:Cc,LucideArrowBigUpDash:Ic,LucideArrowDown:Vc,LucideArrowDown01:Sc,LucideArrowDown10:zc,LucideArrowDownAZ:Lt,LucideArrowDownAz:Lt,LucideArrowDownCircle:on,LucideArrowDownFromLine:Ac,LucideArrowDownLeft:jc,LucideArrowDownLeftFromCircle:rn,LucideArrowDownLeftFromSquare:_a,LucideArrowDownLeftSquare:ha,LucideArrowDownNarrowWide:Pc,LucideArrowDownRight:qc,LucideArrowDownRightFromCircle:cn,LucideArrowDownRightFromSquare:fa,LucideArrowDownRightSquare:pa,LucideArrowDownSquare:ya,LucideArrowDownToDot:Dc,LucideArrowDownToLine:Oc,LucideArrowDownUp:Hc,LucideArrowDownWideNarrow:Ct,LucideArrowDownZA:St,LucideArrowDownZa:St,LucideArrowLeft:Ec,LucideArrowLeftCircle:an,LucideArrowLeftFromLine:Rc,LucideArrowLeftRight:Tc,LucideArrowLeftSquare:ka,LucideArrowLeftToLine:Fc,LucideArrowRight:Gc,LucideArrowRightCircle:ln,LucideArrowRightFromLine:Uc,LucideArrowRightLeft:Bc,LucideArrowRightSquare:va,LucideArrowRightToLine:Zc,LucideArrowUp:o2,LucideArrowUp01:Wc,LucideArrowUp10:Kc,LucideArrowUpAZ:zt,LucideArrowUpAz:zt,LucideArrowUpCircle:un,LucideArrowUpDown:Xc,LucideArrowUpFromDot:Jc,LucideArrowUpFromLine:Yc,LucideArrowUpLeft:Qc,LucideArrowUpLeftFromCircle:dn,LucideArrowUpLeftFromSquare:ma,LucideArrowUpLeftSquare:Ma,LucideArrowUpNarrowWide:At,LucideArrowUpRight:e2,LucideArrowUpRightFromCircle:sn,LucideArrowUpRightFromSquare:ga,LucideArrowUpRightSquare:$a,LucideArrowUpSquare:wa,LucideArrowUpToLine:t2,LucideArrowUpWideNarrow:n2,LucideArrowUpZA:jt,LucideArrowUpZa:jt,LucideArrowsUpFromLine:a2,LucideAsterisk:i2,LucideAsteriskSquare:ba,LucideAtSign:r2,LucideAtom:c2,LucideAudioLines:d2,LucideAudioWaveform:s2,LucideAward:l2,LucideAxe:u2,LucideAxis3D:Pt,LucideAxis3d:Pt,LucideBaby:h2,LucideBackpack:p2,LucideBadge:S2,LucideBadgeAlert:y2,LucideBadgeCent:k2,LucideBadgeCheck:qt,LucideBadgeDollarSign:_2,LucideBadgeEuro:f2,LucideBadgeHelp:Dt,LucideBadgeIndianRupee:m2,LucideBadgeInfo:g2,LucideBadgeJapaneseYen:v2,LucideBadgeMinus:M2,LucideBadgePercent:$2,LucideBadgePlus:w2,LucideBadgePoundSterling:b2,LucideBadgeQuestionMark:Dt,LucideBadgeRussianRuble:x2,LucideBadgeSwissFranc:N2,LucideBadgeTurkishLira:I2,LucideBadgeX:L2,LucideBaggageClaim:C2,LucideBan:z2,LucideBanana:A2,LucideBandage:j2,LucideBanknote:O2,LucideBanknoteArrowDown:P2,LucideBanknoteArrowUp:q2,LucideBanknoteX:D2,LucideBarChart:Xt,LucideBarChart2:Jt,LucideBarChart3:Wt,LucideBarChart4:Gt,LucideBarChartBig:Zt,LucideBarChartHorizontal:Ut,LucideBarChartHorizontalBig:Et,LucideBarcode:H2,LucideBarrel:V2,LucideBaseline:R2,LucideBath:T2,LucideBattery:W2,LucideBatteryCharging:F2,LucideBatteryFull:E2,LucideBatteryLow:U2,LucideBatteryMedium:B2,LucideBatteryPlus:Z2,LucideBatteryWarning:G2,LucideBeaker:K2,LucideBean:J2,LucideBeanOff:X2,LucideBed:Q2,LucideBedDouble:Y2,LucideBedSingle:ed,LucideBeef:td,LucideBeer:od,LucideBeerOff:nd,LucideBell:sd,LucideBellDot:ad,LucideBellElectric:id,LucideBellMinus:rd,LucideBellOff:cd,LucideBellPlus:dd,LucideBellRing:ld,LucideBetweenHorizonalEnd:Ot,LucideBetweenHorizonalStart:Ht,LucideBetweenHorizontalEnd:Ot,LucideBetweenHorizontalStart:Ht,LucideBetweenVerticalEnd:ud,LucideBetweenVerticalStart:pd,LucideBicepsFlexed:hd,LucideBike:yd,LucideBinary:kd,LucideBinoculars:_d,LucideBiohazard:fd,LucideBird:md,LucideBirdhouse:gd,LucideBitcoin:vd,LucideBlend:Md,LucideBlinds:$d,LucideBlocks:wd,LucideBluetooth:Id,LucideBluetoothConnected:bd,LucideBluetoothOff:xd,LucideBluetoothSearching:Nd,LucideBold:Ld,LucideBolt:Sd,LucideBomb:zd,LucideBone:Cd,LucideBook:t0,LucideBookA:Ad,LucideBookAlert:jd,LucideBookAudio:Pd,LucideBookCheck:qd,LucideBookCopy:Dd,LucideBookDashed:Vt,LucideBookDown:Od,LucideBookHeadphones:Hd,LucideBookHeart:Vd,LucideBookImage:Rd,LucideBookKey:Td,LucideBookLock:Fd,LucideBookMarked:Ed,LucideBookMinus:Ud,LucideBookOpen:Gd,LucideBookOpenCheck:Bd,LucideBookOpenText:Zd,LucideBookPlus:Wd,LucideBookTemplate:Vt,LucideBookText:Kd,LucideBookType:Xd,LucideBookUp:Yd,LucideBookUp2:Jd,LucideBookUser:Qd,LucideBookX:e0,LucideBookmark:r0,LucideBookmarkCheck:n0,LucideBookmarkMinus:o0,LucideBookmarkPlus:a0,LucideBookmarkX:i0,LucideBoomBox:c0,LucideBot:l0,LucideBotMessageSquare:d0,LucideBotOff:s0,LucideBottleWine:u0,LucideBowArrow:h0,LucideBox:p0,LucideBoxSelect:qa,LucideBoxes:y0,LucideBraces:Rt,LucideBrackets:k0,LucideBrain:m0,LucideBrainCircuit:_0,LucideBrainCog:f0,LucideBrickWall:M0,LucideBrickWallFire:g0,LucideBrickWallShield:v0,LucideBriefcase:N0,LucideBriefcaseBusiness:$0,LucideBriefcaseConveyorBelt:w0,LucideBriefcaseMedical:b0,LucideBringToFront:x0,LucideBrush:L0,LucideBrushCleaning:I0,LucideBubbles:S0,LucideBug:A0,LucideBugOff:C0,LucideBugPlay:z0,LucideBuilding:P0,LucideBuilding2:j0,LucideBus:D0,LucideBusFront:q0,LucideCable:H0,LucideCableCar:O0,LucideCake:R0,LucideCakeSlice:V0,LucideCalculator:T0,LucideCalendar:ds,LucideCalendar1:F0,LucideCalendarArrowDown:U0,LucideCalendarArrowUp:E0,LucideCalendarCheck:Z0,LucideCalendarCheck2:B0,LucideCalendarClock:G0,LucideCalendarCog:W0,LucideCalendarDays:X0,LucideCalendarFold:K0,LucideCalendarHeart:J0,LucideCalendarMinus:es,LucideCalendarMinus2:Y0,LucideCalendarOff:Q0,LucideCalendarPlus:ns,LucideCalendarPlus2:ts,LucideCalendarRange:os,LucideCalendarSearch:as,LucideCalendarSync:is,LucideCalendarX:cs,LucideCalendarX2:rs,LucideCamera:ls,LucideCameraOff:ss,LucideCandlestickChart:Bt,LucideCandy:ys,LucideCandyCane:us,LucideCandyOff:hs,LucideCannabis:ps,LucideCaptions:Tt,LucideCaptionsOff:ks,LucideCar:fs,LucideCarFront:_s,LucideCarTaxiFront:ms,LucideCaravan:gs,LucideCardSim:vs,LucideCarrot:Ms,LucideCaseLower:$s,LucideCaseSensitive:ws,LucideCaseUpper:bs,LucideCassetteTape:xs,LucideCast:Ns,LucideCastle:Is,LucideCat:Ls,LucideCctv:Ss,LucideChartArea:Ft,LucideChartBar:Ut,LucideChartBarBig:Et,LucideChartBarDecreasing:Cs,LucideChartBarIncreasing:zs,LucideChartBarStacked:As,LucideChartCandlestick:Bt,LucideChartColumn:Wt,LucideChartColumnBig:Zt,LucideChartColumnDecreasing:js,LucideChartColumnIncreasing:Gt,LucideChartColumnStacked:Ps,LucideChartGantt:qs,LucideChartLine:Kt,LucideChartNetwork:Ds,LucideChartNoAxesColumn:Jt,LucideChartNoAxesColumnDecreasing:Os,LucideChartNoAxesColumnIncreasing:Xt,LucideChartNoAxesCombined:Hs,LucideChartNoAxesGantt:Yt,LucideChartPie:Qt,LucideChartScatter:en,LucideChartSpline:Vs,LucideCheck:Fs,LucideCheckCheck:Rs,LucideCheckCircle:hn,LucideCheckCircle2:pn,LucideCheckLine:Ts,LucideCheckSquare:Na,LucideCheckSquare2:Ia,LucideChefHat:Es,LucideCherry:Us,LucideChessBishop:Bs,LucideChessKing:Zs,LucideChessKnight:Gs,LucideChessPawn:Ws,LucideChessQueen:Ks,LucideChessRook:Xs,LucideChevronDown:Js,LucideChevronDownCircle:yn,LucideChevronDownSquare:La,LucideChevronFirst:Ys,LucideChevronLast:Qs,LucideChevronLeft:el,LucideChevronLeftCircle:kn,LucideChevronLeftSquare:Sa,LucideChevronRight:tl,LucideChevronRightCircle:_n,LucideChevronRightSquare:Ca,LucideChevronUp:nl,LucideChevronUpCircle:fn,LucideChevronUpSquare:za,LucideChevronsDown:al,LucideChevronsDownUp:ol,LucideChevronsLeft:cl,LucideChevronsLeftRight:rl,LucideChevronsLeftRightEllipsis:il,LucideChevronsRight:sl,LucideChevronsRightLeft:dl,LucideChevronsUp:ul,LucideChevronsUpDown:ll,LucideChrome:tn,LucideChromium:tn,LucideChurch:hl,LucideCigarette:yl,LucideCigaretteOff:pl,LucideCircle:Ll,LucideCircleAlert:nn,LucideCircleArrowDown:on,LucideCircleArrowLeft:an,LucideCircleArrowOutDownLeft:rn,LucideCircleArrowOutDownRight:cn,LucideCircleArrowOutUpLeft:dn,LucideCircleArrowOutUpRight:sn,LucideCircleArrowRight:ln,LucideCircleArrowUp:un,LucideCircleCheck:pn,LucideCircleCheckBig:hn,LucideCircleChevronDown:yn,LucideCircleChevronLeft:kn,LucideCircleChevronRight:_n,LucideCircleChevronUp:fn,LucideCircleDashed:kl,LucideCircleDivide:mn,LucideCircleDollarSign:_l,LucideCircleDot:ml,LucideCircleDotDashed:fl,LucideCircleEllipsis:gl,LucideCircleEqual:vl,LucideCircleFadingArrowUp:Ml,LucideCircleFadingPlus:$l,LucideCircleGauge:gn,LucideCircleHelp:je,LucideCircleMinus:vn,LucideCircleOff:wl,LucideCircleParking:$n,LucideCircleParkingOff:Mn,LucideCirclePause:wn,LucideCirclePercent:bn,LucideCirclePlay:xn,LucideCirclePlus:Nn,LucideCirclePoundSterling:bl,LucideCirclePower:In,LucideCircleQuestionMark:je,LucideCircleSlash:xl,LucideCircleSlash2:Ln,LucideCircleSlashed:Ln,LucideCircleSmall:Nl,LucideCircleStar:Il,LucideCircleStop:Sn,LucideCircleUser:zn,LucideCircleUserRound:Cn,LucideCircleX:An,LucideCircuitBoard:Sl,LucideCitrus:Cl,LucideClapperboard:zl,LucideClipboard:Fl,LucideClipboardCheck:Al,LucideClipboardClock:jl,LucideClipboardCopy:Pl,LucideClipboardEdit:Pn,LucideClipboardList:ql,LucideClipboardMinus:Dl,LucideClipboardPaste:Ol,LucideClipboardPen:Pn,LucideClipboardPenLine:jn,LucideClipboardPlus:Hl,LucideClipboardSignature:jn,LucideClipboardType:Rl,LucideClipboardX:Vl,LucideClock:ru,LucideClock1:Tl,LucideClock10:El,LucideClock11:Ul,LucideClock12:Bl,LucideClock2:Zl,LucideClock3:Gl,LucideClock4:Wl,LucideClock5:Kl,LucideClock6:Xl,LucideClock7:Jl,LucideClock8:Yl,LucideClock9:Ql,LucideClockAlert:eu,LucideClockArrowDown:tu,LucideClockArrowUp:nu,LucideClockCheck:ou,LucideClockFading:au,LucideClockPlus:iu,LucideClosedCaption:du,LucideCloud:bu,LucideCloudAlert:cu,LucideCloudCheck:su,LucideCloudCog:lu,LucideCloudDownload:qn,LucideCloudDrizzle:uu,LucideCloudFog:hu,LucideCloudHail:pu,LucideCloudLightning:ku,LucideCloudMoon:_u,LucideCloudMoonRain:yu,LucideCloudOff:fu,LucideCloudRain:gu,LucideCloudRainWind:mu,LucideCloudSnow:vu,LucideCloudSun:$u,LucideCloudSunRain:Mu,LucideCloudUpload:Dn,LucideCloudy:wu,LucideClover:xu,LucideClub:Nu,LucideCode:Iu,LucideCode2:On,LucideCodeSquare:Aa,LucideCodeXml:On,LucideCodepen:Lu,LucideCodesandbox:Su,LucideCoffee:Cu,LucideCog:Au,LucideCoins:zu,LucideColumns:Hn,LucideColumns2:Hn,LucideColumns3:Vn,LucideColumns3Cog:Pe,LucideColumns4:ju,LucideColumnsSettings:Pe,LucideCombine:Pu,LucideCommand:qu,LucideCompass:Du,LucideComponent:Ou,LucideComputer:Hu,LucideConciergeBell:Vu,LucideCone:Ru,LucideConstruction:Tu,LucideContact:Eu,LucideContact2:Rn,LucideContactRound:Rn,LucideContainer:Fu,LucideContrast:Uu,LucideCookie:Bu,LucideCookingPot:Zu,LucideCopy:Yu,LucideCopyCheck:Gu,LucideCopyMinus:Wu,LucideCopyPlus:Ku,LucideCopySlash:Xu,LucideCopyX:Ju,LucideCopyleft:Qu,LucideCopyright:eh,LucideCornerDownLeft:th,LucideCornerDownRight:nh,LucideCornerLeftDown:oh,LucideCornerLeftUp:ah,LucideCornerRightDown:ih,LucideCornerRightUp:rh,LucideCornerUpLeft:ch,LucideCornerUpRight:dh,LucideCpu:sh,LucideCreativeCommons:lh,LucideCreditCard:uh,LucideCroissant:hh,LucideCrop:ph,LucideCross:yh,LucideCrosshair:kh,LucideCrown:_h,LucideCuboid:fh,LucideCupSoda:mh,LucideCurlyBraces:Rt,LucideCurrency:gh,LucideCylinder:vh,LucideDam:Mh,LucideDatabase:bh,LucideDatabaseBackup:$h,LucideDatabaseZap:wh,LucideDecimalsArrowLeft:xh,LucideDecimalsArrowRight:Nh,LucideDelete:Ih,LucideDessert:Lh,LucideDiameter:Sh,LucideDiamond:Ah,LucideDiamondMinus:Ch,LucideDiamondPercent:Tn,LucideDiamondPlus:zh,LucideDice1:jh,LucideDice2:Ph,LucideDice3:qh,LucideDice4:Dh,LucideDice5:Oh,LucideDice6:Hh,LucideDices:Vh,LucideDiff:Rh,LucideDisc:Uh,LucideDisc2:Th,LucideDisc3:Fh,LucideDiscAlbum:Eh,LucideDivide:Bh,LucideDivideCircle:mn,LucideDivideSquare:Da,LucideDna:Gh,LucideDnaOff:Zh,LucideDock:Wh,LucideDog:Kh,LucideDollarSign:Xh,LucideDonut:Jh,LucideDoorClosed:Qh,LucideDoorClosedLocked:Yh,LucideDoorOpen:ep,LucideDot:tp,LucideDotSquare:Oa,LucideDownload:np,LucideDownloadCloud:qn,LucideDraftingCompass:op,LucideDrama:ap,LucideDribbble:ip,LucideDrill:rp,LucideDrone:cp,LucideDroplet:sp,LucideDropletOff:dp,LucideDroplets:lp,LucideDrum:up,LucideDrumstick:hp,LucideDumbbell:pp,LucideEar:kp,LucideEarOff:yp,LucideEarth:Fn,LucideEarthLock:_p,LucideEclipse:fp,LucideEdit:ge,LucideEdit2:Qo,LucideEdit3:Yo,LucideEgg:vp,LucideEggFried:mp,LucideEggOff:gp,LucideEllipsis:lt,LucideEllipsisVertical:En,LucideEqual:wp,LucideEqualApproximately:Mp,LucideEqualNot:$p,LucideEqualSquare:Ha,LucideEraser:bp,LucideEthernetPort:xp,LucideEuro:Np,LucideEvCharger:Ip,LucideExpand:Lp,LucideExternalLink:Sp,LucideEye:Ap,LucideEyeClosed:zp,LucideEyeOff:Cp,LucideFacebook:jp,LucideFactory:Pp,LucideFan:qp,LucideFastForward:Dp,LucideFeather:Hp,LucideFence:Op,LucideFerrisWheel:Vp,LucideFigma:Rp,LucideFile:ky,LucideFileArchive:Tp,LucideFileAudio:qe,LucideFileAudio2:qe,LucideFileAxis3D:Un,LucideFileAxis3d:Un,LucideFileBadge:Bn,LucideFileBadge2:Bn,LucideFileBarChart:Gn,LucideFileBarChart2:Kn,LucideFileBox:Fp,LucideFileBraces:Wn,LucideFileBracesCorner:Zn,LucideFileChartColumn:Kn,LucideFileChartColumnIncreasing:Gn,LucideFileChartLine:Xn,LucideFileChartPie:Jn,LucideFileCheck:Ep,LucideFileCheck2:Yn,LucideFileCheckCorner:Yn,LucideFileClock:Up,LucideFileCode:Bp,LucideFileCode2:Qn,LucideFileCodeCorner:Qn,LucideFileCog:eo,LucideFileCog2:eo,LucideFileDiff:Zp,LucideFileDigit:Gp,LucideFileDown:Wp,LucideFileEdit:co,LucideFileExclamationPoint:to,LucideFileHeadphone:qe,LucideFileHeart:Kp,LucideFileImage:Xp,LucideFileInput:Jp,LucideFileJson:Wn,LucideFileJson2:Zn,LucideFileKey:no,LucideFileKey2:no,LucideFileLineChart:Xn,LucideFileLock:ao,LucideFileLock2:ao,LucideFileMinus:Yp,LucideFileMinus2:oo,LucideFileMinusCorner:oo,LucideFileMusic:Qp,LucideFileOutput:ey,LucideFilePen:co,LucideFilePenLine:io,LucideFilePieChart:Jn,LucideFilePlay:ro,LucideFilePlus:ty,LucideFilePlus2:so,LucideFilePlusCorner:so,LucideFileQuestion:lo,LucideFileQuestionMark:lo,LucideFileScan:ny,LucideFileSearch:oy,LucideFileSearch2:uo,LucideFileSearchCorner:uo,LucideFileSignal:ho,LucideFileSignature:io,LucideFileSliders:ay,LucideFileSpreadsheet:iy,LucideFileStack:ry,LucideFileSymlink:cy,LucideFileTerminal:dy,LucideFileText:sy,LucideFileType:ly,LucideFileType2:po,LucideFileTypeCorner:po,LucideFileUp:uy,LucideFileUser:hy,LucideFileVideo:ro,LucideFileVideo2:yo,LucideFileVideoCamera:yo,LucideFileVolume:py,LucideFileVolume2:ho,LucideFileWarning:to,LucideFileX:yy,LucideFileX2:ko,LucideFileXCorner:ko,LucideFiles:_y,LucideFilm:fy,LucideFilter:go,LucideFilterX:mo,LucideFingerprint:my,LucideFireExtinguisher:gy,LucideFish:$y,LucideFishOff:vy,LucideFishSymbol:My,LucideFlag:Ny,LucideFlagOff:wy,LucideFlagTriangleLeft:by,LucideFlagTriangleRight:xy,LucideFlame:Ly,LucideFlameKindling:Iy,LucideFlashlight:Cy,LucideFlashlightOff:Sy,LucideFlaskConical:zy,LucideFlaskConicalOff:Ay,LucideFlaskRound:jy,LucideFlipHorizontal:qy,LucideFlipHorizontal2:Py,LucideFlipVertical:Oy,LucideFlipVertical2:Dy,LucideFlower:Vy,LucideFlower2:Hy,LucideFocus:Ry,LucideFoldHorizontal:Ty,LucideFoldVertical:Ey,LucideFolder:_k,LucideFolderArchive:Fy,LucideFolderCheck:Uy,LucideFolderClock:By,LucideFolderClosed:Zy,LucideFolderCode:Gy,LucideFolderCog:_o,LucideFolderCog2:_o,LucideFolderDot:Wy,LucideFolderDown:Ky,LucideFolderEdit:fo,LucideFolderGit:Xy,LucideFolderGit2:Jy,LucideFolderHeart:Yy,LucideFolderInput:Qy,LucideFolderKanban:ek,LucideFolderKey:tk,LucideFolderLock:nk,LucideFolderMinus:ok,LucideFolderOpen:ik,LucideFolderOpenDot:ak,LucideFolderOutput:rk,LucideFolderPen:fo,LucideFolderPlus:ck,LucideFolderRoot:dk,LucideFolderSearch:lk,LucideFolderSearch2:sk,LucideFolderSymlink:uk,LucideFolderSync:hk,LucideFolderTree:pk,LucideFolderUp:kk,LucideFolderX:yk,LucideFolders:fk,LucideFootprints:mk,LucideForkKnife:S1,LucideForkKnifeCrossed:L1,LucideForklift:gk,LucideFormInput:ta,LucideForward:vk,LucideFrame:Mk,LucideFramer:$k,LucideFrown:wk,LucideFuel:bk,LucideFullscreen:xk,LucideFunctionSquare:Va,LucideFunnel:go,LucideFunnelPlus:Nk,LucideFunnelX:mo,LucideGalleryHorizontal:Ik,LucideGalleryHorizontalEnd:Lk,LucideGalleryThumbnails:Sk,LucideGalleryVertical:zk,LucideGalleryVerticalEnd:Ck,LucideGamepad:Pk,LucideGamepad2:Ak,LucideGamepadDirectional:jk,LucideGanttChart:Yt,LucideGanttChartSquare:Ve,LucideGauge:qk,LucideGaugeCircle:gn,LucideGavel:Ok,LucideGem:Dk,LucideGeorgianLari:Hk,LucideGhost:Rk,LucideGift:Vk,LucideGitBranch:Ek,LucideGitBranchMinus:Tk,LucideGitBranchPlus:Fk,LucideGitCommit:vo,LucideGitCommitHorizontal:vo,LucideGitCommitVertical:Uk,LucideGitCompare:Zk,LucideGitCompareArrows:Bk,LucideGitFork:Wk,LucideGitGraph:Gk,LucideGitMerge:Kk,LucideGitPullRequest:n4,LucideGitPullRequestArrow:Xk,LucideGitPullRequestClosed:Jk,LucideGitPullRequestCreate:Qk,LucideGitPullRequestCreateArrow:Yk,LucideGitPullRequestDraft:e4,LucideGithub:t4,LucideGitlab:o4,LucideGlassWater:i4,LucideGlasses:a4,LucideGlobe:c4,LucideGlobe2:Fn,LucideGlobeLock:r4,LucideGoal:d4,LucideGpu:s4,LucideGrab:xo,LucideGraduationCap:l4,LucideGrape:u4,LucideGrid:De,LucideGrid2X2:bo,LucideGrid2X2Check:Mo,LucideGrid2X2Plus:$o,LucideGrid2X2X:wo,LucideGrid2x2:bo,LucideGrid2x2Check:Mo,LucideGrid2x2Plus:$o,LucideGrid2x2X:wo,LucideGrid3X3:De,LucideGrid3x2:h4,LucideGrid3x3:De,LucideGrip:k4,LucideGripHorizontal:p4,LucideGripVertical:y4,LucideGroup:_4,LucideGuitar:f4,LucideHam:m4,LucideHamburger:g4,LucideHammer:v4,LucideHand:N4,LucideHandCoins:M4,LucideHandFist:$4,LucideHandGrab:xo,LucideHandHeart:w4,LucideHandHelping:No,LucideHandMetal:b4,LucideHandPlatter:x4,LucideHandbag:I4,LucideHandshake:L4,LucideHardDrive:z4,LucideHardDriveDownload:S4,LucideHardDriveUpload:C4,LucideHardHat:A4,LucideHash:j4,LucideHatGlasses:P4,LucideHaze:q4,LucideHdmiPort:D4,LucideHeading:E4,LucideHeading1:O4,LucideHeading2:H4,LucideHeading3:V4,LucideHeading4:R4,LucideHeading5:F4,LucideHeading6:T4,LucideHeadphoneOff:U4,LucideHeadphones:Z4,LucideHeadset:B4,LucideHeart:Q4,LucideHeartCrack:G4,LucideHeartHandshake:W4,LucideHeartMinus:K4,LucideHeartOff:X4,LucideHeartPlus:J4,LucideHeartPulse:Y4,LucideHeater:e5,LucideHelicopter:t5,LucideHelpCircle:je,LucideHelpingHand:No,LucideHexagon:n5,LucideHighlighter:o5,LucideHistory:a5,LucideHome:Io,LucideHop:r5,LucideHopOff:i5,LucideHospital:c5,LucideHotel:d5,LucideHourglass:s5,LucideHouse:Io,LucideHouseHeart:l5,LucideHousePlug:u5,LucideHousePlus:h5,LucideHouseWifi:p5,LucideIceCream:So,LucideIceCream2:Lo,LucideIceCreamBowl:Lo,LucideIceCreamCone:So,LucideIdCard:k5,LucideIdCardLanyard:y5,LucideImage:w5,LucideImageDown:_5,LucideImageMinus:f5,LucideImageOff:m5,LucideImagePlay:g5,LucideImagePlus:v5,LucideImageUp:M5,LucideImageUpscale:$5,LucideImages:b5,LucideImport:x5,LucideInbox:N5,LucideIndent:He,LucideIndentDecrease:Oe,LucideIndentIncrease:He,LucideIndianRupee:I5,LucideInfinity:L5,LucideInfo:Ni,LucideInspect:Ba,LucideInspectionPanel:S5,LucideInstagram:C5,LucideItalic:z5,LucideIterationCcw:A5,LucideIterationCw:q5,LucideJapaneseYen:j5,LucideJoystick:P5,LucideKanban:D5,LucideKanbanSquare:Ra,LucideKanbanSquareDashed:ja,LucideKayak:H5,LucideKey:V5,LucideKeyRound:O5,LucideKeySquare:R5,LucideKeyboard:E5,LucideKeyboardMusic:T5,LucideKeyboardOff:F5,LucideLamp:K5,LucideLampCeiling:U5,LucideLampDesk:B5,LucideLampFloor:Z5,LucideLampWallDown:G5,LucideLampWallUp:W5,LucideLandPlot:X5,LucideLandmark:J5,LucideLanguages:Y5,LucideLaptop:e_,LucideLaptop2:Co,LucideLaptopMinimal:Co,LucideLaptopMinimalCheck:Q5,LucideLasso:t_,LucideLassoSelect:o_,LucideLaugh:n_,LucideLayers:zo,LucideLayers2:a_,LucideLayers3:zo,LucideLayout:Jo,LucideLayoutDashboard:i_,LucideLayoutGrid:r_,LucideLayoutList:c_,LucideLayoutPanelLeft:d_,LucideLayoutPanelTop:s_,LucideLayoutTemplate:l_,LucideLeaf:u_,LucideLeafyGreen:h_,LucideLectern:p_,LucideLetterText:p1,LucideLibrary:k_,LucideLibraryBig:y_,LucideLibrarySquare:Ta,LucideLifeBuoy:__,LucideLigature:f_,LucideLightbulb:g_,LucideLightbulbOff:m_,LucideLineChart:Kt,LucideLineSquiggle:v_,LucideLink:w_,LucideLink2:$_,LucideLink2Off:M_,LucideLinkedin:b_,LucideList:E_,LucideListCheck:x_,LucideListChecks:N_,LucideListChevronsDownUp:I_,LucideListChevronsUpDown:S_,LucideListCollapse:L_,LucideListEnd:C_,LucideListFilter:A_,LucideListFilterPlus:z_,LucideListIndentDecrease:Oe,LucideListIndentIncrease:He,LucideListMinus:j_,LucideListMusic:P_,LucideListOrdered:q_,LucideListPlus:D_,LucideListRestart:O_,LucideListStart:H_,LucideListTodo:V_,LucideListTree:R_,LucideListVideo:T_,LucideListX:F_,LucideLoader:Ii,LucideLoader2:Ao,LucideLoaderCircle:Ao,LucideLoaderPinwheel:U_,LucideLocate:G_,LucideLocateFixed:B_,LucideLocateOff:Z_,LucideLocationEdit:Do,LucideLock:K_,LucideLockKeyhole:W_,LucideLockKeyholeOpen:jo,LucideLockOpen:Po,LucideLogIn:X_,LucideLogOut:J_,LucideLogs:Y_,LucideLollipop:Q_,LucideLuggage:ef,LucideMSquare:Ea,LucideMagnet:tf,LucideMail:lf,LucideMailCheck:nf,LucideMailMinus:of,LucideMailOpen:af,LucideMailPlus:rf,LucideMailQuestion:qo,LucideMailQuestionMark:qo,LucideMailSearch:cf,LucideMailWarning:df,LucideMailX:sf,LucideMailbox:uf,LucideMails:hf,LucideMap:If,LucideMapMinus:pf,LucideMapPin:bf,LucideMapPinCheck:kf,LucideMapPinCheckInside:yf,LucideMapPinHouse:_f,LucideMapPinMinus:mf,LucideMapPinMinusInside:ff,LucideMapPinOff:gf,LucideMapPinPen:Do,LucideMapPinPlus:Mf,LucideMapPinPlusInside:vf,LucideMapPinX:wf,LucideMapPinXInside:$f,LucideMapPinned:xf,LucideMapPlus:Nf,LucideMars:Sf,LucideMarsStroke:Lf,LucideMartini:Cf,LucideMaximize:Af,LucideMaximize2:zf,LucideMedal:jf,LucideMegaphone:qf,LucideMegaphoneOff:Pf,LucideMeh:Df,LucideMemoryStick:Of,LucideMenu:Vf,LucideMenuSquare:Fa,LucideMerge:Hf,LucideMessageCircle:Kf,LucideMessageCircleCode:Rf,LucideMessageCircleDashed:Tf,LucideMessageCircleHeart:Ff,LucideMessageCircleMore:Ef,LucideMessageCircleOff:Uf,LucideMessageCirclePlus:Bf,LucideMessageCircleQuestion:Oo,LucideMessageCircleQuestionMark:Oo,LucideMessageCircleReply:Zf,LucideMessageCircleWarning:Gf,LucideMessageCircleX:Wf,LucideMessageSquare:um,LucideMessageSquareCode:Xf,LucideMessageSquareDashed:Jf,LucideMessageSquareDiff:Yf,LucideMessageSquareDot:Qf,LucideMessageSquareHeart:em,LucideMessageSquareLock:tm,LucideMessageSquareMore:nm,LucideMessageSquareOff:om,LucideMessageSquarePlus:am,LucideMessageSquareQuote:im,LucideMessageSquareReply:rm,LucideMessageSquareShare:cm,LucideMessageSquareText:dm,LucideMessageSquareWarning:sm,LucideMessageSquareX:lm,LucideMessagesSquare:hm,LucideMic:ym,LucideMic2:Ho,LucideMicOff:pm,LucideMicVocal:Ho,LucideMicrochip:km,LucideMicroscope:_m,LucideMicrowave:fm,LucideMilestone:mm,LucideMilk:vm,LucideMilkOff:gm,LucideMinimize:$m,LucideMinimize2:Mm,LucideMinus:wm,LucideMinusCircle:vn,LucideMinusSquare:Ua,LucideMonitor:Om,LucideMonitorCheck:bm,LucideMonitorCloud:xm,LucideMonitorCog:Nm,LucideMonitorDot:Im,LucideMonitorDown:Lm,LucideMonitorOff:Sm,LucideMonitorPause:Cm,LucideMonitorPlay:zm,LucideMonitorSmartphone:Pm,LucideMonitorSpeaker:Am,LucideMonitorStop:jm,LucideMonitorUp:qm,LucideMonitorX:Dm,LucideMoon:Vm,LucideMoonStar:Hm,LucideMoreHorizontal:lt,LucideMoreVertical:En,LucideMotorbike:Rm,LucideMountain:Fm,LucideMountainSnow:Tm,LucideMouse:Km,LucideMouseOff:Em,LucideMousePointer:Wm,LucideMousePointer2:Bm,LucideMousePointer2Off:Um,LucideMousePointerBan:Zm,LucideMousePointerClick:Gm,LucideMousePointerSquareDashed:Pa,LucideMove:sg,LucideMove3D:Vo,LucideMove3d:Vo,LucideMoveDiagonal:Jm,LucideMoveDiagonal2:Xm,LucideMoveDown:eg,LucideMoveDownLeft:Ym,LucideMoveDownRight:Qm,LucideMoveHorizontal:tg,LucideMoveLeft:ng,LucideMoveRight:og,LucideMoveUp:rg,LucideMoveUpLeft:ag,LucideMoveUpRight:ig,LucideMoveVertical:cg,LucideMusic:hg,LucideMusic2:dg,LucideMusic3:ug,LucideMusic4:lg,LucideNavigation:_g,LucideNavigation2:yg,LucideNavigation2Off:pg,LucideNavigationOff:kg,LucideNetwork:fg,LucideNewspaper:mg,LucideNfc:gg,LucideNonBinary:vg,LucideNotebook:bg,LucideNotebookPen:Mg,LucideNotebookTabs:$g,LucideNotebookText:wg,LucideNotepadText:xg,LucideNotepadTextDashed:Ig,LucideNut:Lg,LucideNutOff:Ng,LucideOctagon:Cg,LucideOctagonAlert:Ro,LucideOctagonMinus:Sg,LucideOctagonPause:To,LucideOctagonX:Fo,LucideOmega:zg,LucideOption:Ag,LucideOrbit:Pg,LucideOrigami:jg,LucideOutdent:Oe,LucidePackage:Fg,LucidePackage2:qg,LucidePackageCheck:Dg,LucidePackageMinus:Og,LucidePackageOpen:Hg,LucidePackagePlus:Vg,LucidePackageSearch:Rg,LucidePackageX:Tg,LucidePaintBucket:Eg,LucidePaintRoller:Ug,LucidePaintbrush:Bg,LucidePaintbrush2:Eo,LucidePaintbrushVertical:Eo,LucidePalette:Gg,LucidePalmtree:f1,LucidePanda:Zg,LucidePanelBottom:Xg,LucidePanelBottomClose:Wg,LucidePanelBottomDashed:Uo,LucidePanelBottomInactive:Uo,LucidePanelBottomOpen:Kg,LucidePanelLeft:Wo,LucidePanelLeftClose:Bo,LucidePanelLeftDashed:Zo,LucidePanelLeftInactive:Zo,LucidePanelLeftOpen:Go,LucidePanelLeftRightDashed:Jg,LucidePanelRight:Qg,LucidePanelRightClose:Yg,LucidePanelRightDashed:Ko,LucidePanelRightInactive:Ko,LucidePanelRightOpen:e3,LucidePanelTop:a3,LucidePanelTopBottomDashed:t3,LucidePanelTopClose:n3,LucidePanelTopDashed:Xo,LucidePanelTopInactive:Xo,LucidePanelTopOpen:o3,LucidePanelsLeftBottom:r3,LucidePanelsLeftRight:Vn,LucidePanelsRightBottom:i3,LucidePanelsTopBottom:aa,LucidePanelsTopLeft:Jo,LucidePaperclip:c3,LucideParentheses:d3,LucideParkingCircle:$n,LucideParkingCircleOff:Mn,LucideParkingMeter:s3,LucideParkingSquare:Ga,LucideParkingSquareOff:Za,LucidePartyPopper:l3,LucidePause:u3,LucidePauseCircle:wn,LucidePauseOctagon:To,LucidePawPrint:h3,LucidePcCase:p3,LucidePen:Qo,LucidePenBox:ge,LucidePenLine:Yo,LucidePenOff:y3,LucidePenSquare:ge,LucidePenTool:k3,LucidePencil:g3,LucidePencilLine:_3,LucidePencilOff:f3,LucidePencilRuler:m3,LucidePentagon:v3,LucidePercent:M3,LucidePercentCircle:bn,LucidePercentDiamond:Tn,LucidePercentSquare:Wa,LucidePersonStanding:$3,LucidePhilippinePeso:w3,LucidePhone:C3,LucidePhoneCall:b3,LucidePhoneForwarded:x3,LucidePhoneIncoming:N3,LucidePhoneMissed:I3,LucidePhoneOff:L3,LucidePhoneOutgoing:S3,LucidePi:z3,LucidePiSquare:Xa,LucidePiano:A3,LucidePickaxe:j3,LucidePictureInPicture:q3,LucidePictureInPicture2:P3,LucidePieChart:Qt,LucidePiggyBank:D3,LucidePilcrow:V3,LucidePilcrowLeft:O3,LucidePilcrowRight:H3,LucidePilcrowSquare:Ka,LucidePill:T3,LucidePillBottle:R3,LucidePin:E3,LucidePinOff:F3,LucidePipette:U3,LucidePizza:B3,LucidePlane:W3,LucidePlaneLanding:Z3,LucidePlaneTakeoff:G3,LucidePlay:K3,LucidePlayCircle:xn,LucidePlaySquare:Ja,LucidePlug:J3,LucidePlug2:X3,LucidePlugZap:ea,LucidePlugZap2:ea,LucidePlus:Y3,LucidePlusCircle:Nn,LucidePlusSquare:Ya,LucidePocket:n6,LucidePocketKnife:Q3,LucidePodcast:e6,LucidePointer:o6,LucidePointerOff:t6,LucidePopcorn:a6,LucidePopsicle:i6,LucidePoundSterling:r6,LucidePower:d6,LucidePowerCircle:In,LucidePowerOff:c6,LucidePowerSquare:Qa,LucidePresentation:s6,LucidePrinter:u6,LucidePrinterCheck:l6,LucideProjector:h6,LucideProportions:p6,LucidePuzzle:y6,LucidePyramid:k6,LucideQrCode:_6,LucideQuote:f6,LucideRabbit:m6,LucideRadar:g6,LucideRadiation:v6,LucideRadical:M6,LucideRadio:N6,LucideRadioReceiver:$6,LucideRadioTower:w6,LucideRadius:b6,LucideRailSymbol:x6,LucideRainbow:I6,LucideRat:L6,LucideRatio:S6,LucideReceipt:V6,LucideReceiptCent:C6,LucideReceiptEuro:z6,LucideReceiptIndianRupee:A6,LucideReceiptJapaneseYen:j6,LucideReceiptPoundSterling:P6,LucideReceiptRussianRuble:q6,LucideReceiptSwissFranc:D6,LucideReceiptText:O6,LucideReceiptTurkishLira:H6,LucideRectangleCircle:R6,LucideRectangleEllipsis:ta,LucideRectangleGoggles:T6,LucideRectangleHorizontal:F6,LucideRectangleVertical:E6,LucideRecycle:U6,LucideRedo:G6,LucideRedo2:B6,LucideRedoDot:Z6,LucideRefreshCcw:K6,LucideRefreshCcwDot:W6,LucideRefreshCw:J6,LucideRefreshCwOff:X6,LucideRefrigerator:Y6,LucideRegex:Q6,LucideRemoveFormatting:e8,LucideRepeat:o8,LucideRepeat1:t8,LucideRepeat2:n8,LucideReplace:i8,LucideReplaceAll:a8,LucideReply:c8,LucideReplyAll:r8,LucideRewind:d8,LucideRibbon:s8,LucideRocket:l8,LucideRockingChair:u8,LucideRollerCoaster:h8,LucideRose:p8,LucideRotate3D:na,LucideRotate3d:na,LucideRotateCcw:_8,LucideRotateCcwKey:y8,LucideRotateCcwSquare:k8,LucideRotateCw:m8,LucideRotateCwSquare:f8,LucideRoute:v8,LucideRouteOff:g8,LucideRouter:M8,LucideRows:oa,LucideRows2:oa,LucideRows3:aa,LucideRows4:$8,LucideRss:w8,LucideRuler:x8,LucideRulerDimensionLine:b8,LucideRussianRuble:N8,LucideSailboat:I8,LucideSalad:L8,LucideSandwich:S8,LucideSatellite:z8,LucideSatelliteDish:C8,LucideSaudiRiyal:A8,LucideSave:q8,LucideSaveAll:j8,LucideSaveOff:P8,LucideScale:O8,LucideScale3D:ia,LucideScale3d:ia,LucideScaling:D8,LucideScan:B8,LucideScanBarcode:H8,LucideScanEye:V8,LucideScanFace:R8,LucideScanHeart:T8,LucideScanLine:F8,LucideScanQrCode:E8,LucideScanSearch:U8,LucideScanText:Z8,LucideScatterChart:en,LucideSchool:G8,LucideSchool2:v1,LucideScissors:K8,LucideScissorsLineDashed:W8,LucideScissorsSquare:e1,LucideScissorsSquareDashedBottom:xa,LucideScreenShare:Y8,LucideScreenShareOff:X8,LucideScroll:Q8,LucideScrollText:J8,LucideSearch:av,LucideSearchCheck:ev,LucideSearchCode:nv,LucideSearchSlash:tv,LucideSearchX:ov,LucideSection:iv,LucideSend:cv,LucideSendHorizonal:ra,LucideSendHorizontal:ra,LucideSendToBack:rv,LucideSeparatorHorizontal:dv,LucideSeparatorVertical:sv,LucideServer:pv,LucideServerCog:lv,LucideServerCrash:uv,LucideServerOff:hv,LucideSettings:kv,LucideSettings2:yv,LucideShapes:_v,LucideShare:mv,LucideShare2:fv,LucideSheet:gv,LucideShell:vv,LucideShield:Cv,LucideShieldAlert:Mv,LucideShieldBan:$v,LucideShieldCheck:wv,LucideShieldClose:da,LucideShieldEllipsis:bv,LucideShieldHalf:xv,LucideShieldMinus:Nv,LucideShieldOff:Iv,LucideShieldPlus:Lv,LucideShieldQuestion:ca,LucideShieldQuestionMark:ca,LucideShieldUser:Sv,LucideShieldX:da,LucideShip:jv,LucideShipWheel:zv,LucideShirt:Av,LucideShoppingBag:Pv,LucideShoppingBasket:qv,LucideShoppingCart:Dv,LucideShovel:Ov,LucideShowerHead:Hv,LucideShredder:Vv,LucideShrimp:Rv,LucideShrink:Tv,LucideShrub:Fv,LucideShuffle:Ev,LucideSidebar:Wo,LucideSidebarClose:Bo,LucideSidebarOpen:Go,LucideSigma:Uv,LucideSigmaSquare:t1,LucideSignal:Kv,LucideSignalHigh:Bv,LucideSignalLow:Zv,LucideSignalMedium:Gv,LucideSignalZero:Wv,LucideSignature:Xv,LucideSignpost:Yv,LucideSignpostBig:Jv,LucideSiren:Qv,LucideSkipBack:e7,LucideSkipForward:t7,LucideSkull:n7,LucideSlack:o7,LucideSlash:a7,LucideSlashSquare:n1,LucideSlice:i7,LucideSliders:sa,LucideSlidersHorizontal:r7,LucideSlidersVertical:sa,LucideSmartphone:s7,LucideSmartphoneCharging:c7,LucideSmartphoneNfc:d7,LucideSmile:u7,LucideSmilePlus:l7,LucideSnail:h7,LucideSnowflake:p7,LucideSoapDispenserDroplet:y7,LucideSofa:k7,LucideSolarPanel:_7,LucideSortAsc:At,LucideSortDesc:Ct,LucideSoup:f7,LucideSpace:m7,LucideSpade:g7,LucideSparkle:v7,LucideSparkles:la,LucideSpeaker:M7,LucideSpeech:$7,LucideSpellCheck:w7,LucideSpellCheck2:b7,LucideSpline:N7,LucideSplinePointer:x7,LucideSplit:I7,LucideSplitSquareHorizontal:o1,LucideSplitSquareVertical:a1,LucideSpool:L7,LucideSpotlight:S7,LucideSprayCan:C7,LucideSprout:z7,LucideSquare:F7,LucideSquareActivity:ua,LucideSquareArrowDown:ya,LucideSquareArrowDownLeft:ha,LucideSquareArrowDownRight:pa,LucideSquareArrowLeft:ka,LucideSquareArrowOutDownLeft:_a,LucideSquareArrowOutDownRight:fa,LucideSquareArrowOutUpLeft:ma,LucideSquareArrowOutUpRight:ga,LucideSquareArrowRight:va,LucideSquareArrowUp:wa,LucideSquareArrowUpLeft:Ma,LucideSquareArrowUpRight:$a,LucideSquareAsterisk:ba,LucideSquareBottomDashedScissors:xa,LucideSquareChartGantt:Ve,LucideSquareCheck:Ia,LucideSquareCheckBig:Na,LucideSquareChevronDown:La,LucideSquareChevronLeft:Sa,LucideSquareChevronRight:Ca,LucideSquareChevronUp:za,LucideSquareCode:Aa,LucideSquareDashed:qa,LucideSquareDashedBottom:j7,LucideSquareDashedBottomCode:A7,LucideSquareDashedKanban:ja,LucideSquareDashedMousePointer:Pa,LucideSquareDashedTopSolid:P7,LucideSquareDivide:Da,LucideSquareDot:Oa,LucideSquareEqual:Ha,LucideSquareFunction:Va,LucideSquareGanttChart:Ve,LucideSquareKanban:Ra,LucideSquareLibrary:Ta,LucideSquareM:Ea,LucideSquareMenu:Fa,LucideSquareMinus:Ua,LucideSquareMousePointer:Ba,LucideSquareParking:Ga,LucideSquareParkingOff:Za,LucideSquarePause:q7,LucideSquarePen:ge,LucideSquarePercent:Wa,LucideSquarePi:Xa,LucideSquarePilcrow:Ka,LucideSquarePlay:Ja,LucideSquarePlus:Ya,LucideSquarePower:Qa,LucideSquareRadical:D7,LucideSquareRoundCorner:O7,LucideSquareScissors:e1,LucideSquareSigma:t1,LucideSquareSlash:n1,LucideSquareSplitHorizontal:o1,LucideSquareSplitVertical:a1,LucideSquareSquare:H7,LucideSquareStack:V7,LucideSquareStar:R7,LucideSquareStop:T7,LucideSquareTerminal:i1,LucideSquareUser:r1,LucideSquareUserRound:c1,LucideSquareX:d1,LucideSquaresExclude:E7,LucideSquaresIntersect:U7,LucideSquaresSubtract:B7,LucideSquaresUnite:Z7,LucideSquircle:W7,LucideSquircleDashed:G7,LucideSquirrel:K7,LucideStamp:X7,LucideStar:Y7,LucideStarHalf:Q7,LucideStarOff:J7,LucideStars:la,LucideStepBack:e9,LucideStepForward:t9,LucideStethoscope:n9,LucideSticker:o9,LucideStickyNote:a9,LucideStopCircle:Sn,LucideStore:i9,LucideStretchHorizontal:r9,LucideStretchVertical:c9,LucideStrikethrough:s9,LucideSubscript:d9,LucideSubtitles:Tt,LucideSun:p9,LucideSunDim:l9,LucideSunMedium:u9,LucideSunMoon:h9,LucideSunSnow:y9,LucideSunrise:k9,LucideSunset:_9,LucideSuperscript:f9,LucideSwatchBook:m9,LucideSwissFranc:g9,LucideSwitchCamera:M9,LucideSword:v9,LucideSwords:$9,LucideSyringe:w9,LucideTable:z9,LucideTable2:b9,LucideTableCellsMerge:x9,LucideTableCellsSplit:N9,LucideTableColumnsSplit:I9,LucideTableConfig:Pe,LucideTableOfContents:L9,LucideTableProperties:S9,LucideTableRowsSplit:C9,LucideTablet:j9,LucideTabletSmartphone:A9,LucideTablets:P9,LucideTag:q9,LucideTags:D9,LucideTally1:V9,LucideTally2:O9,LucideTally3:H9,LucideTally4:R9,LucideTally5:T9,LucideTangent:F9,LucideTarget:E9,LucideTelescope:U9,LucideTent:Z9,LucideTentTree:B9,LucideTerminal:G9,LucideTerminalSquare:i1,LucideTestTube:W9,LucideTestTube2:s1,LucideTestTubeDiagonal:s1,LucideTestTubes:K9,LucideText:Re,LucideTextAlignCenter:l1,LucideTextAlignEnd:u1,LucideTextAlignJustify:h1,LucideTextAlignStart:Re,LucideTextCursor:J9,LucideTextCursorInput:X9,LucideTextInitial:p1,LucideTextQuote:Y9,LucideTextSearch:Q9,LucideTextSelect:y1,LucideTextSelection:y1,LucideTextWrap:k1,LucideTheater:eM,LucideThermometer:oM,LucideThermometerSnowflake:tM,LucideThermometerSun:nM,LucideThumbsDown:iM,LucideThumbsUp:aM,LucideTicket:uM,LucideTicketCheck:rM,LucideTicketMinus:cM,LucideTicketPercent:dM,LucideTicketPlus:sM,LucideTicketSlash:lM,LucideTicketX:hM,LucideTickets:yM,LucideTicketsPlane:pM,LucideTimer:fM,LucideTimerOff:kM,LucideTimerReset:_M,LucideToggleLeft:mM,LucideToggleRight:gM,LucideToilet:vM,LucideToolCase:$M,LucideTornado:MM,LucideTorus:wM,LucideTouchpad:bM,LucideTouchpadOff:xM,LucideTowerControl:NM,LucideToyBrick:IM,LucideTractor:LM,LucideTrafficCone:SM,LucideTrain:_1,LucideTrainFront:zM,LucideTrainFrontTunnel:CM,LucideTrainTrack:AM,LucideTramFront:_1,LucideTransgender:jM,LucideTrash:qM,LucideTrash2:PM,LucideTreeDeciduous:DM,LucideTreePalm:f1,LucideTreePine:OM,LucideTrees:HM,LucideTrello:VM,LucideTrendingDown:RM,LucideTrendingUp:FM,LucideTrendingUpDown:TM,LucideTriangle:BM,LucideTriangleAlert:m1,LucideTriangleDashed:EM,LucideTriangleRight:UM,LucideTrophy:ZM,LucideTruck:WM,LucideTruckElectric:GM,LucideTurkishLira:XM,LucideTurntable:KM,LucideTurtle:JM,LucideTv:QM,LucideTv2:g1,LucideTvMinimal:g1,LucideTvMinimalPlay:YM,LucideTwitch:e$,LucideTwitter:n$,LucideType:o$,LucideTypeOutline:t$,LucideUmbrella:i$,LucideUmbrellaOff:a$,LucideUnderline:c$,LucideUndo:s$,LucideUndo2:r$,LucideUndoDot:d$,LucideUnfoldHorizontal:u$,LucideUnfoldVertical:l$,LucideUngroup:h$,LucideUniversity:v1,LucideUnlink:y$,LucideUnlink2:p$,LucideUnlock:Po,LucideUnlockKeyhole:jo,LucideUnplug:_$,LucideUpload:k$,LucideUploadCloud:Dn,LucideUsb:f$,LucideUser:S$,LucideUser2:N1,LucideUserCheck:m$,LucideUserCheck2:M1,LucideUserCircle:zn,LucideUserCircle2:Cn,LucideUserCog:g$,LucideUserCog2:$1,LucideUserLock:v$,LucideUserMinus:M$,LucideUserMinus2:w1,LucideUserPen:$$,LucideUserPlus:w$,LucideUserPlus2:b1,LucideUserRound:N1,LucideUserRoundCheck:M1,LucideUserRoundCog:$1,LucideUserRoundMinus:w1,LucideUserRoundPen:b$,LucideUserRoundPlus:b1,LucideUserRoundSearch:x$,LucideUserRoundX:x1,LucideUserSearch:N$,LucideUserSquare:r1,LucideUserSquare2:c1,LucideUserStar:I$,LucideUserX:L$,LucideUserX2:x1,LucideUsers:C$,LucideUsers2:I1,LucideUsersRound:I1,LucideUtensils:S1,LucideUtensilsCrossed:L1,LucideUtilityPole:A$,LucideVariable:z$,LucideVault:q$,LucideVectorSquare:j$,LucideVegan:P$,LucideVenetianMask:D$,LucideVenus:H$,LucideVenusAndMars:O$,LucideVerified:qt,LucideVibrate:R$,LucideVibrateOff:V$,LucideVideo:F$,LucideVideoOff:T$,LucideVideotape:E$,LucideView:U$,LucideVoicemail:B$,LucideVolleyball:Z$,LucideVolume:J$,LucideVolume1:G$,LucideVolume2:W$,LucideVolumeOff:K$,LucideVolumeX:X$,LucideVote:Y$,LucideWallet:ew,LucideWallet2:C1,LucideWalletCards:Q$,LucideWalletMinimal:C1,LucideWallpaper:tw,LucideWand:ow,LucideWand2:z1,LucideWandSparkles:z1,LucideWarehouse:nw,LucideWashingMachine:aw,LucideWatch:iw,LucideWaves:dw,LucideWavesLadder:rw,LucideWaypoints:cw,LucideWebcam:sw,LucideWebhook:uw,LucideWebhookOff:lw,LucideWeight:pw,LucideWheat:yw,LucideWheatOff:hw,LucideWholeWord:kw,LucideWifi:ww,LucideWifiCog:_w,LucideWifiHigh:mw,LucideWifiLow:fw,LucideWifiOff:gw,LucideWifiPen:vw,LucideWifiSync:Mw,LucideWifiZero:$w,LucideWind:xw,LucideWindArrowDown:bw,LucideWine:Iw,LucideWineOff:Nw,LucideWorkflow:Lw,LucideWorm:Sw,LucideWrapText:k1,LucideWrench:Cw,LucideX:zw,LucideXCircle:An,LucideXOctagon:Fo,LucideXSquare:d1,LucideYoutube:Aw,LucideZap:Pw,LucideZapOff:jw,LucideZoomIn:qw,LucideZoomOut:Dw,Luggage:ef,LuggageIcon:ef,MSquare:Ea,MSquareIcon:Ea,Magnet:tf,MagnetIcon:tf,Mail:lf,MailCheck:nf,MailCheckIcon:nf,MailIcon:lf,MailMinus:of,MailMinusIcon:of,MailOpen:af,MailOpenIcon:af,MailPlus:rf,MailPlusIcon:rf,MailQuestion:qo,MailQuestionIcon:qo,MailQuestionMark:qo,MailQuestionMarkIcon:qo,MailSearch:cf,MailSearchIcon:cf,MailWarning:df,MailWarningIcon:df,MailX:sf,MailXIcon:sf,Mailbox:uf,MailboxIcon:uf,Mails:hf,MailsIcon:hf,Map:If,MapIcon:If,MapMinus:pf,MapMinusIcon:pf,MapPin:bf,MapPinCheck:kf,MapPinCheckIcon:kf,MapPinCheckInside:yf,MapPinCheckInsideIcon:yf,MapPinHouse:_f,MapPinHouseIcon:_f,MapPinIcon:bf,MapPinMinus:mf,MapPinMinusIcon:mf,MapPinMinusInside:ff,MapPinMinusInsideIcon:ff,MapPinOff:gf,MapPinOffIcon:gf,MapPinPen:Do,MapPinPenIcon:Do,MapPinPlus:Mf,MapPinPlusIcon:Mf,MapPinPlusInside:vf,MapPinPlusInsideIcon:vf,MapPinX:wf,MapPinXIcon:wf,MapPinXInside:$f,MapPinXInsideIcon:$f,MapPinned:xf,MapPinnedIcon:xf,MapPlus:Nf,MapPlusIcon:Nf,Mars:Sf,MarsIcon:Sf,MarsStroke:Lf,MarsStrokeIcon:Lf,Martini:Cf,MartiniIcon:Cf,Maximize:Af,Maximize2:zf,Maximize2Icon:zf,MaximizeIcon:Af,Medal:jf,MedalIcon:jf,Megaphone:qf,MegaphoneIcon:qf,MegaphoneOff:Pf,MegaphoneOffIcon:Pf,Meh:Df,MehIcon:Df,MemoryStick:Of,MemoryStickIcon:Of,Menu:Vf,MenuIcon:Vf,MenuSquare:Fa,MenuSquareIcon:Fa,Merge:Hf,MergeIcon:Hf,MessageCircle:Kf,MessageCircleCode:Rf,MessageCircleCodeIcon:Rf,MessageCircleDashed:Tf,MessageCircleDashedIcon:Tf,MessageCircleHeart:Ff,MessageCircleHeartIcon:Ff,MessageCircleIcon:Kf,MessageCircleMore:Ef,MessageCircleMoreIcon:Ef,MessageCircleOff:Uf,MessageCircleOffIcon:Uf,MessageCirclePlus:Bf,MessageCirclePlusIcon:Bf,MessageCircleQuestion:Oo,MessageCircleQuestionIcon:Oo,MessageCircleQuestionMark:Oo,MessageCircleQuestionMarkIcon:Oo,MessageCircleReply:Zf,MessageCircleReplyIcon:Zf,MessageCircleWarning:Gf,MessageCircleWarningIcon:Gf,MessageCircleX:Wf,MessageCircleXIcon:Wf,MessageSquare:um,MessageSquareCode:Xf,MessageSquareCodeIcon:Xf,MessageSquareDashed:Jf,MessageSquareDashedIcon:Jf,MessageSquareDiff:Yf,MessageSquareDiffIcon:Yf,MessageSquareDot:Qf,MessageSquareDotIcon:Qf,MessageSquareHeart:em,MessageSquareHeartIcon:em,MessageSquareIcon:um,MessageSquareLock:tm,MessageSquareLockIcon:tm,MessageSquareMore:nm,MessageSquareMoreIcon:nm,MessageSquareOff:om,MessageSquareOffIcon:om,MessageSquarePlus:am,MessageSquarePlusIcon:am,MessageSquareQuote:im,MessageSquareQuoteIcon:im,MessageSquareReply:rm,MessageSquareReplyIcon:rm,MessageSquareShare:cm,MessageSquareShareIcon:cm,MessageSquareText:dm,MessageSquareTextIcon:dm,MessageSquareWarning:sm,MessageSquareWarningIcon:sm,MessageSquareX:lm,MessageSquareXIcon:lm,MessagesSquare:hm,MessagesSquareIcon:hm,Mic:ym,Mic2:Ho,Mic2Icon:Ho,MicIcon:ym,MicOff:pm,MicOffIcon:pm,MicVocal:Ho,MicVocalIcon:Ho,Microchip:km,MicrochipIcon:km,Microscope:_m,MicroscopeIcon:_m,Microwave:fm,MicrowaveIcon:fm,Milestone:mm,MilestoneIcon:mm,Milk:vm,MilkIcon:vm,MilkOff:gm,MilkOffIcon:gm,Minimize:$m,Minimize2:Mm,Minimize2Icon:Mm,MinimizeIcon:$m,Minus:wm,MinusCircle:vn,MinusCircleIcon:vn,MinusIcon:wm,MinusSquare:Ua,MinusSquareIcon:Ua,Monitor:Om,MonitorCheck:bm,MonitorCheckIcon:bm,MonitorCloud:xm,MonitorCloudIcon:xm,MonitorCog:Nm,MonitorCogIcon:Nm,MonitorDot:Im,MonitorDotIcon:Im,MonitorDown:Lm,MonitorDownIcon:Lm,MonitorIcon:Om,MonitorOff:Sm,MonitorOffIcon:Sm,MonitorPause:Cm,MonitorPauseIcon:Cm,MonitorPlay:zm,MonitorPlayIcon:zm,MonitorSmartphone:Pm,MonitorSmartphoneIcon:Pm,MonitorSpeaker:Am,MonitorSpeakerIcon:Am,MonitorStop:jm,MonitorStopIcon:jm,MonitorUp:qm,MonitorUpIcon:qm,MonitorX:Dm,MonitorXIcon:Dm,Moon:Vm,MoonIcon:Vm,MoonStar:Hm,MoonStarIcon:Hm,MoreHorizontal:lt,MoreHorizontalIcon:lt,MoreVertical:En,MoreVerticalIcon:En,Motorbike:Rm,MotorbikeIcon:Rm,Mountain:Fm,MountainIcon:Fm,MountainSnow:Tm,MountainSnowIcon:Tm,Mouse:Km,MouseIcon:Km,MouseOff:Em,MouseOffIcon:Em,MousePointer:Wm,MousePointer2:Bm,MousePointer2Icon:Bm,MousePointer2Off:Um,MousePointer2OffIcon:Um,MousePointerBan:Zm,MousePointerBanIcon:Zm,MousePointerClick:Gm,MousePointerClickIcon:Gm,MousePointerIcon:Wm,MousePointerSquareDashed:Pa,MousePointerSquareDashedIcon:Pa,Move:sg,Move3D:Vo,Move3DIcon:Vo,Move3d:Vo,Move3dIcon:Vo,MoveDiagonal:Jm,MoveDiagonal2:Xm,MoveDiagonal2Icon:Xm,MoveDiagonalIcon:Jm,MoveDown:eg,MoveDownIcon:eg,MoveDownLeft:Ym,MoveDownLeftIcon:Ym,MoveDownRight:Qm,MoveDownRightIcon:Qm,MoveHorizontal:tg,MoveHorizontalIcon:tg,MoveIcon:sg,MoveLeft:ng,MoveLeftIcon:ng,MoveRight:og,MoveRightIcon:og,MoveUp:rg,MoveUpIcon:rg,MoveUpLeft:ag,MoveUpLeftIcon:ag,MoveUpRight:ig,MoveUpRightIcon:ig,MoveVertical:cg,MoveVerticalIcon:cg,Music:hg,Music2:dg,Music2Icon:dg,Music3:ug,Music3Icon:ug,Music4:lg,Music4Icon:lg,MusicIcon:hg,Navigation:_g,Navigation2:yg,Navigation2Icon:yg,Navigation2Off:pg,Navigation2OffIcon:pg,NavigationIcon:_g,NavigationOff:kg,NavigationOffIcon:kg,Network:fg,NetworkIcon:fg,Newspaper:mg,NewspaperIcon:mg,Nfc:gg,NfcIcon:gg,NonBinary:vg,NonBinaryIcon:vg,Notebook:bg,NotebookIcon:bg,NotebookPen:Mg,NotebookPenIcon:Mg,NotebookTabs:$g,NotebookTabsIcon:$g,NotebookText:wg,NotebookTextIcon:wg,NotepadText:xg,NotepadTextDashed:Ig,NotepadTextDashedIcon:Ig,NotepadTextIcon:xg,Nut:Lg,NutIcon:Lg,NutOff:Ng,NutOffIcon:Ng,Octagon:Cg,OctagonAlert:Ro,OctagonAlertIcon:Ro,OctagonIcon:Cg,OctagonMinus:Sg,OctagonMinusIcon:Sg,OctagonPause:To,OctagonPauseIcon:To,OctagonX:Fo,OctagonXIcon:Fo,Omega:zg,OmegaIcon:zg,Option:Ag,OptionIcon:Ag,Orbit:Pg,OrbitIcon:Pg,Origami:jg,OrigamiIcon:jg,Outdent:Oe,OutdentIcon:Oe,Package:Fg,Package2:qg,Package2Icon:qg,PackageCheck:Dg,PackageCheckIcon:Dg,PackageIcon:Fg,PackageMinus:Og,PackageMinusIcon:Og,PackageOpen:Hg,PackageOpenIcon:Hg,PackagePlus:Vg,PackagePlusIcon:Vg,PackageSearch:Rg,PackageSearchIcon:Rg,PackageX:Tg,PackageXIcon:Tg,PaintBucket:Eg,PaintBucketIcon:Eg,PaintRoller:Ug,PaintRollerIcon:Ug,Paintbrush:Bg,Paintbrush2:Eo,Paintbrush2Icon:Eo,PaintbrushIcon:Bg,PaintbrushVertical:Eo,PaintbrushVerticalIcon:Eo,Palette:Gg,PaletteIcon:Gg,Palmtree:f1,PalmtreeIcon:f1,Panda:Zg,PandaIcon:Zg,PanelBottom:Xg,PanelBottomClose:Wg,PanelBottomCloseIcon:Wg,PanelBottomDashed:Uo,PanelBottomDashedIcon:Uo,PanelBottomIcon:Xg,PanelBottomInactive:Uo,PanelBottomInactiveIcon:Uo,PanelBottomOpen:Kg,PanelBottomOpenIcon:Kg,PanelLeft:Wo,PanelLeftClose:Bo,PanelLeftCloseIcon:Bo,PanelLeftDashed:Zo,PanelLeftDashedIcon:Zo,PanelLeftIcon:Wo,PanelLeftInactive:Zo,PanelLeftInactiveIcon:Zo,PanelLeftOpen:Go,PanelLeftOpenIcon:Go,PanelLeftRightDashed:Jg,PanelLeftRightDashedIcon:Jg,PanelRight:Qg,PanelRightClose:Yg,PanelRightCloseIcon:Yg,PanelRightDashed:Ko,PanelRightDashedIcon:Ko,PanelRightIcon:Qg,PanelRightInactive:Ko,PanelRightInactiveIcon:Ko,PanelRightOpen:e3,PanelRightOpenIcon:e3,PanelTop:a3,PanelTopBottomDashed:t3,PanelTopBottomDashedIcon:t3,PanelTopClose:n3,PanelTopCloseIcon:n3,PanelTopDashed:Xo,PanelTopDashedIcon:Xo,PanelTopIcon:a3,PanelTopInactive:Xo,PanelTopInactiveIcon:Xo,PanelTopOpen:o3,PanelTopOpenIcon:o3,PanelsLeftBottom:r3,PanelsLeftBottomIcon:r3,PanelsLeftRight:Vn,PanelsLeftRightIcon:Vn,PanelsRightBottom:i3,PanelsRightBottomIcon:i3,PanelsTopBottom:aa,PanelsTopBottomIcon:aa,PanelsTopLeft:Jo,PanelsTopLeftIcon:Jo,Paperclip:c3,PaperclipIcon:c3,Parentheses:d3,ParenthesesIcon:d3,ParkingCircle:$n,ParkingCircleIcon:$n,ParkingCircleOff:Mn,ParkingCircleOffIcon:Mn,ParkingMeter:s3,ParkingMeterIcon:s3,ParkingSquare:Ga,ParkingSquareIcon:Ga,ParkingSquareOff:Za,ParkingSquareOffIcon:Za,PartyPopper:l3,PartyPopperIcon:l3,Pause:u3,PauseCircle:wn,PauseCircleIcon:wn,PauseIcon:u3,PauseOctagon:To,PauseOctagonIcon:To,PawPrint:h3,PawPrintIcon:h3,PcCase:p3,PcCaseIcon:p3,Pen:Qo,PenBox:ge,PenBoxIcon:ge,PenIcon:Qo,PenLine:Yo,PenLineIcon:Yo,PenOff:y3,PenOffIcon:y3,PenSquare:ge,PenSquareIcon:ge,PenTool:k3,PenToolIcon:k3,Pencil:g3,PencilIcon:g3,PencilLine:_3,PencilLineIcon:_3,PencilOff:f3,PencilOffIcon:f3,PencilRuler:m3,PencilRulerIcon:m3,Pentagon:v3,PentagonIcon:v3,Percent:M3,PercentCircle:bn,PercentCircleIcon:bn,PercentDiamond:Tn,PercentDiamondIcon:Tn,PercentIcon:M3,PercentSquare:Wa,PercentSquareIcon:Wa,PersonStanding:$3,PersonStandingIcon:$3,PhilippinePeso:w3,PhilippinePesoIcon:w3,Phone:C3,PhoneCall:b3,PhoneCallIcon:b3,PhoneForwarded:x3,PhoneForwardedIcon:x3,PhoneIcon:C3,PhoneIncoming:N3,PhoneIncomingIcon:N3,PhoneMissed:I3,PhoneMissedIcon:I3,PhoneOff:L3,PhoneOffIcon:L3,PhoneOutgoing:S3,PhoneOutgoingIcon:S3,Pi:z3,PiIcon:z3,PiSquare:Xa,PiSquareIcon:Xa,Piano:A3,PianoIcon:A3,Pickaxe:j3,PickaxeIcon:j3,PictureInPicture:q3,PictureInPicture2:P3,PictureInPicture2Icon:P3,PictureInPictureIcon:q3,PieChart:Qt,PieChartIcon:Qt,PiggyBank:D3,PiggyBankIcon:D3,Pilcrow:V3,PilcrowIcon:V3,PilcrowLeft:O3,PilcrowLeftIcon:O3,PilcrowRight:H3,PilcrowRightIcon:H3,PilcrowSquare:Ka,PilcrowSquareIcon:Ka,Pill:T3,PillBottle:R3,PillBottleIcon:R3,PillIcon:T3,Pin:E3,PinIcon:E3,PinOff:F3,PinOffIcon:F3,Pipette:U3,PipetteIcon:U3,Pizza:B3,PizzaIcon:B3,Plane:W3,PlaneIcon:W3,PlaneLanding:Z3,PlaneLandingIcon:Z3,PlaneTakeoff:G3,PlaneTakeoffIcon:G3,Play:K3,PlayCircle:xn,PlayCircleIcon:xn,PlayIcon:K3,PlaySquare:Ja,PlaySquareIcon:Ja,Plug:J3,Plug2:X3,Plug2Icon:X3,PlugIcon:J3,PlugZap:ea,PlugZap2:ea,PlugZap2Icon:ea,PlugZapIcon:ea,Plus:Y3,PlusCircle:Nn,PlusCircleIcon:Nn,PlusIcon:Y3,PlusSquare:Ya,PlusSquareIcon:Ya,Pocket:n6,PocketIcon:n6,PocketKnife:Q3,PocketKnifeIcon:Q3,Podcast:e6,PodcastIcon:e6,Pointer:o6,PointerIcon:o6,PointerOff:t6,PointerOffIcon:t6,Popcorn:a6,PopcornIcon:a6,Popsicle:i6,PopsicleIcon:i6,PoundSterling:r6,PoundSterlingIcon:r6,Power:d6,PowerCircle:In,PowerCircleIcon:In,PowerIcon:d6,PowerOff:c6,PowerOffIcon:c6,PowerSquare:Qa,PowerSquareIcon:Qa,Presentation:s6,PresentationIcon:s6,Printer:u6,PrinterCheck:l6,PrinterCheckIcon:l6,PrinterIcon:u6,Projector:h6,ProjectorIcon:h6,Proportions:p6,ProportionsIcon:p6,Puzzle:y6,PuzzleIcon:y6,Pyramid:k6,PyramidIcon:k6,QrCode:_6,QrCodeIcon:_6,Quote:f6,QuoteIcon:f6,Rabbit:m6,RabbitIcon:m6,Radar:g6,RadarIcon:g6,Radiation:v6,RadiationIcon:v6,Radical:M6,RadicalIcon:M6,Radio:N6,RadioIcon:N6,RadioReceiver:$6,RadioReceiverIcon:$6,RadioTower:w6,RadioTowerIcon:w6,Radius:b6,RadiusIcon:b6,RailSymbol:x6,RailSymbolIcon:x6,Rainbow:I6,RainbowIcon:I6,Rat:L6,RatIcon:L6,Ratio:S6,RatioIcon:S6,Receipt:V6,ReceiptCent:C6,ReceiptCentIcon:C6,ReceiptEuro:z6,ReceiptEuroIcon:z6,ReceiptIcon:V6,ReceiptIndianRupee:A6,ReceiptIndianRupeeIcon:A6,ReceiptJapaneseYen:j6,ReceiptJapaneseYenIcon:j6,ReceiptPoundSterling:P6,ReceiptPoundSterlingIcon:P6,ReceiptRussianRuble:q6,ReceiptRussianRubleIcon:q6,ReceiptSwissFranc:D6,ReceiptSwissFrancIcon:D6,ReceiptText:O6,ReceiptTextIcon:O6,ReceiptTurkishLira:H6,ReceiptTurkishLiraIcon:H6,RectangleCircle:R6,RectangleCircleIcon:R6,RectangleEllipsis:ta,RectangleEllipsisIcon:ta,RectangleGoggles:T6,RectangleGogglesIcon:T6,RectangleHorizontal:F6,RectangleHorizontalIcon:F6,RectangleVertical:E6,RectangleVerticalIcon:E6,Recycle:U6,RecycleIcon:U6,Redo:G6,Redo2:B6,Redo2Icon:B6,RedoDot:Z6,RedoDotIcon:Z6,RedoIcon:G6,RefreshCcw:K6,RefreshCcwDot:W6,RefreshCcwDotIcon:W6,RefreshCcwIcon:K6,RefreshCw:J6,RefreshCwIcon:J6,RefreshCwOff:X6,RefreshCwOffIcon:X6,Refrigerator:Y6,RefrigeratorIcon:Y6,Regex:Q6,RegexIcon:Q6,RemoveFormatting:e8,RemoveFormattingIcon:e8,Repeat:o8,Repeat1:t8,Repeat1Icon:t8,Repeat2:n8,Repeat2Icon:n8,RepeatIcon:o8,Replace:i8,ReplaceAll:a8,ReplaceAllIcon:a8,ReplaceIcon:i8,Reply:c8,ReplyAll:r8,ReplyAllIcon:r8,ReplyIcon:c8,Rewind:d8,RewindIcon:d8,Ribbon:s8,RibbonIcon:s8,Rocket:l8,RocketIcon:l8,RockingChair:u8,RockingChairIcon:u8,RollerCoaster:h8,RollerCoasterIcon:h8,Rose:p8,RoseIcon:p8,Rotate3D:na,Rotate3DIcon:na,Rotate3d:na,Rotate3dIcon:na,RotateCcw:_8,RotateCcwIcon:_8,RotateCcwKey:y8,RotateCcwKeyIcon:y8,RotateCcwSquare:k8,RotateCcwSquareIcon:k8,RotateCw:m8,RotateCwIcon:m8,RotateCwSquare:f8,RotateCwSquareIcon:f8,Route:v8,RouteIcon:v8,RouteOff:g8,RouteOffIcon:g8,Router:M8,RouterIcon:M8,Rows:oa,Rows2:oa,Rows2Icon:oa,Rows3:aa,Rows3Icon:aa,Rows4:$8,Rows4Icon:$8,RowsIcon:oa,Rss:w8,RssIcon:w8,Ruler:x8,RulerDimensionLine:b8,RulerDimensionLineIcon:b8,RulerIcon:x8,RussianRuble:N8,RussianRubleIcon:N8,Sailboat:I8,SailboatIcon:I8,Salad:L8,SaladIcon:L8,Sandwich:S8,SandwichIcon:S8,Satellite:z8,SatelliteDish:C8,SatelliteDishIcon:C8,SatelliteIcon:z8,SaudiRiyal:A8,SaudiRiyalIcon:A8,Save:q8,SaveAll:j8,SaveAllIcon:j8,SaveIcon:q8,SaveOff:P8,SaveOffIcon:P8,Scale:O8,Scale3D:ia,Scale3DIcon:ia,Scale3d:ia,Scale3dIcon:ia,ScaleIcon:O8,Scaling:D8,ScalingIcon:D8,Scan:B8,ScanBarcode:H8,ScanBarcodeIcon:H8,ScanEye:V8,ScanEyeIcon:V8,ScanFace:R8,ScanFaceIcon:R8,ScanHeart:T8,ScanHeartIcon:T8,ScanIcon:B8,ScanLine:F8,ScanLineIcon:F8,ScanQrCode:E8,ScanQrCodeIcon:E8,ScanSearch:U8,ScanSearchIcon:U8,ScanText:Z8,ScanTextIcon:Z8,ScatterChart:en,ScatterChartIcon:en,School:G8,School2:v1,School2Icon:v1,SchoolIcon:G8,Scissors:K8,ScissorsIcon:K8,ScissorsLineDashed:W8,ScissorsLineDashedIcon:W8,ScissorsSquare:e1,ScissorsSquareDashedBottom:xa,ScissorsSquareDashedBottomIcon:xa,ScissorsSquareIcon:e1,ScreenShare:Y8,ScreenShareIcon:Y8,ScreenShareOff:X8,ScreenShareOffIcon:X8,Scroll:Q8,ScrollIcon:Q8,ScrollText:J8,ScrollTextIcon:J8,Search:av,SearchCheck:ev,SearchCheckIcon:ev,SearchCode:nv,SearchCodeIcon:nv,SearchIcon:av,SearchSlash:tv,SearchSlashIcon:tv,SearchX:ov,SearchXIcon:ov,Section:iv,SectionIcon:iv,Send:cv,SendHorizonal:ra,SendHorizonalIcon:ra,SendHorizontal:ra,SendHorizontalIcon:ra,SendIcon:cv,SendToBack:rv,SendToBackIcon:rv,SeparatorHorizontal:dv,SeparatorHorizontalIcon:dv,SeparatorVertical:sv,SeparatorVerticalIcon:sv,Server:pv,ServerCog:lv,ServerCogIcon:lv,ServerCrash:uv,ServerCrashIcon:uv,ServerIcon:pv,ServerOff:hv,ServerOffIcon:hv,Settings:kv,Settings2:yv,Settings2Icon:yv,SettingsIcon:kv,Shapes:_v,ShapesIcon:_v,Share:mv,Share2:fv,Share2Icon:fv,ShareIcon:mv,Sheet:gv,SheetIcon:gv,Shell:vv,ShellIcon:vv,Shield:Cv,ShieldAlert:Mv,ShieldAlertIcon:Mv,ShieldBan:$v,ShieldBanIcon:$v,ShieldCheck:wv,ShieldCheckIcon:wv,ShieldClose:da,ShieldCloseIcon:da,ShieldEllipsis:bv,ShieldEllipsisIcon:bv,ShieldHalf:xv,ShieldHalfIcon:xv,ShieldIcon:Cv,ShieldMinus:Nv,ShieldMinusIcon:Nv,ShieldOff:Iv,ShieldOffIcon:Iv,ShieldPlus:Lv,ShieldPlusIcon:Lv,ShieldQuestion:ca,ShieldQuestionIcon:ca,ShieldQuestionMark:ca,ShieldQuestionMarkIcon:ca,ShieldUser:Sv,ShieldUserIcon:Sv,ShieldX:da,ShieldXIcon:da,Ship:jv,ShipIcon:jv,ShipWheel:zv,ShipWheelIcon:zv,Shirt:Av,ShirtIcon:Av,ShoppingBag:Pv,ShoppingBagIcon:Pv,ShoppingBasket:qv,ShoppingBasketIcon:qv,ShoppingCart:Dv,ShoppingCartIcon:Dv,Shovel:Ov,ShovelIcon:Ov,ShowerHead:Hv,ShowerHeadIcon:Hv,Shredder:Vv,ShredderIcon:Vv,Shrimp:Rv,ShrimpIcon:Rv,Shrink:Tv,ShrinkIcon:Tv,Shrub:Fv,ShrubIcon:Fv,Shuffle:Ev,ShuffleIcon:Ev,Sidebar:Wo,SidebarClose:Bo,SidebarCloseIcon:Bo,SidebarIcon:Wo,SidebarOpen:Go,SidebarOpenIcon:Go,Sigma:Uv,SigmaIcon:Uv,SigmaSquare:t1,SigmaSquareIcon:t1,Signal:Kv,SignalHigh:Bv,SignalHighIcon:Bv,SignalIcon:Kv,SignalLow:Zv,SignalLowIcon:Zv,SignalMedium:Gv,SignalMediumIcon:Gv,SignalZero:Wv,SignalZeroIcon:Wv,Signature:Xv,SignatureIcon:Xv,Signpost:Yv,SignpostBig:Jv,SignpostBigIcon:Jv,SignpostIcon:Yv,Siren:Qv,SirenIcon:Qv,SkipBack:e7,SkipBackIcon:e7,SkipForward:t7,SkipForwardIcon:t7,Skull:n7,SkullIcon:n7,Slack:o7,SlackIcon:o7,Slash:a7,SlashIcon:a7,SlashSquare:n1,SlashSquareIcon:n1,Slice:i7,SliceIcon:i7,Sliders:sa,SlidersHorizontal:r7,SlidersHorizontalIcon:r7,SlidersIcon:sa,SlidersVertical:sa,SlidersVerticalIcon:sa,Smartphone:s7,SmartphoneCharging:c7,SmartphoneChargingIcon:c7,SmartphoneIcon:s7,SmartphoneNfc:d7,SmartphoneNfcIcon:d7,Smile:u7,SmileIcon:u7,SmilePlus:l7,SmilePlusIcon:l7,Snail:h7,SnailIcon:h7,Snowflake:p7,SnowflakeIcon:p7,SoapDispenserDroplet:y7,SoapDispenserDropletIcon:y7,Sofa:k7,SofaIcon:k7,SolarPanel:_7,SolarPanelIcon:_7,SortAsc:At,SortAscIcon:At,SortDesc:Ct,SortDescIcon:Ct,Soup:f7,SoupIcon:f7,Space:m7,SpaceIcon:m7,Spade:g7,SpadeIcon:g7,Sparkle:v7,SparkleIcon:v7,Sparkles:la,SparklesIcon:la,Speaker:M7,SpeakerIcon:M7,Speech:$7,SpeechIcon:$7,SpellCheck:w7,SpellCheck2:b7,SpellCheck2Icon:b7,SpellCheckIcon:w7,Spline:N7,SplineIcon:N7,SplinePointer:x7,SplinePointerIcon:x7,Split:I7,SplitIcon:I7,SplitSquareHorizontal:o1,SplitSquareHorizontalIcon:o1,SplitSquareVertical:a1,SplitSquareVerticalIcon:a1,Spool:L7,SpoolIcon:L7,Spotlight:S7,SpotlightIcon:S7,SprayCan:C7,SprayCanIcon:C7,Sprout:z7,SproutIcon:z7,Square:F7,SquareActivity:ua,SquareActivityIcon:ua,SquareArrowDown:ya,SquareArrowDownIcon:ya,SquareArrowDownLeft:ha,SquareArrowDownLeftIcon:ha,SquareArrowDownRight:pa,SquareArrowDownRightIcon:pa,SquareArrowLeft:ka,SquareArrowLeftIcon:ka,SquareArrowOutDownLeft:_a,SquareArrowOutDownLeftIcon:_a,SquareArrowOutDownRight:fa,SquareArrowOutDownRightIcon:fa,SquareArrowOutUpLeft:ma,SquareArrowOutUpLeftIcon:ma,SquareArrowOutUpRight:ga,SquareArrowOutUpRightIcon:ga,SquareArrowRight:va,SquareArrowRightIcon:va,SquareArrowUp:wa,SquareArrowUpIcon:wa,SquareArrowUpLeft:Ma,SquareArrowUpLeftIcon:Ma,SquareArrowUpRight:$a,SquareArrowUpRightIcon:$a,SquareAsterisk:ba,SquareAsteriskIcon:ba,SquareBottomDashedScissors:xa,SquareBottomDashedScissorsIcon:xa,SquareChartGantt:Ve,SquareChartGanttIcon:Ve,SquareCheck:Ia,SquareCheckBig:Na,SquareCheckBigIcon:Na,SquareCheckIcon:Ia,SquareChevronDown:La,SquareChevronDownIcon:La,SquareChevronLeft:Sa,SquareChevronLeftIcon:Sa,SquareChevronRight:Ca,SquareChevronRightIcon:Ca,SquareChevronUp:za,SquareChevronUpIcon:za,SquareCode:Aa,SquareCodeIcon:Aa,SquareDashed:qa,SquareDashedBottom:j7,SquareDashedBottomCode:A7,SquareDashedBottomCodeIcon:A7,SquareDashedBottomIcon:j7,SquareDashedIcon:qa,SquareDashedKanban:ja,SquareDashedKanbanIcon:ja,SquareDashedMousePointer:Pa,SquareDashedMousePointerIcon:Pa,SquareDashedTopSolid:P7,SquareDashedTopSolidIcon:P7,SquareDivide:Da,SquareDivideIcon:Da,SquareDot:Oa,SquareDotIcon:Oa,SquareEqual:Ha,SquareEqualIcon:Ha,SquareFunction:Va,SquareFunctionIcon:Va,SquareGanttChart:Ve,SquareGanttChartIcon:Ve,SquareIcon:F7,SquareKanban:Ra,SquareKanbanIcon:Ra,SquareLibrary:Ta,SquareLibraryIcon:Ta,SquareM:Ea,SquareMIcon:Ea,SquareMenu:Fa,SquareMenuIcon:Fa,SquareMinus:Ua,SquareMinusIcon:Ua,SquareMousePointer:Ba,SquareMousePointerIcon:Ba,SquareParking:Ga,SquareParkingIcon:Ga,SquareParkingOff:Za,SquareParkingOffIcon:Za,SquarePause:q7,SquarePauseIcon:q7,SquarePen:ge,SquarePenIcon:ge,SquarePercent:Wa,SquarePercentIcon:Wa,SquarePi:Xa,SquarePiIcon:Xa,SquarePilcrow:Ka,SquarePilcrowIcon:Ka,SquarePlay:Ja,SquarePlayIcon:Ja,SquarePlus:Ya,SquarePlusIcon:Ya,SquarePower:Qa,SquarePowerIcon:Qa,SquareRadical:D7,SquareRadicalIcon:D7,SquareRoundCorner:O7,SquareRoundCornerIcon:O7,SquareScissors:e1,SquareScissorsIcon:e1,SquareSigma:t1,SquareSigmaIcon:t1,SquareSlash:n1,SquareSlashIcon:n1,SquareSplitHorizontal:o1,SquareSplitHorizontalIcon:o1,SquareSplitVertical:a1,SquareSplitVerticalIcon:a1,SquareSquare:H7,SquareSquareIcon:H7,SquareStack:V7,SquareStackIcon:V7,SquareStar:R7,SquareStarIcon:R7,SquareStop:T7,SquareStopIcon:T7,SquareTerminal:i1,SquareTerminalIcon:i1,SquareUser:r1,SquareUserIcon:r1,SquareUserRound:c1,SquareUserRoundIcon:c1,SquareX:d1,SquareXIcon:d1,SquaresExclude:E7,SquaresExcludeIcon:E7,SquaresIntersect:U7,SquaresIntersectIcon:U7,SquaresSubtract:B7,SquaresSubtractIcon:B7,SquaresUnite:Z7,SquaresUniteIcon:Z7,Squircle:W7,SquircleDashed:G7,SquircleDashedIcon:G7,SquircleIcon:W7,Squirrel:K7,SquirrelIcon:K7,Stamp:X7,StampIcon:X7,Star:Y7,StarHalf:Q7,StarHalfIcon:Q7,StarIcon:Y7,StarOff:J7,StarOffIcon:J7,Stars:la,StarsIcon:la,StepBack:e9,StepBackIcon:e9,StepForward:t9,StepForwardIcon:t9,Stethoscope:n9,StethoscopeIcon:n9,Sticker:o9,StickerIcon:o9,StickyNote:a9,StickyNoteIcon:a9,StopCircle:Sn,StopCircleIcon:Sn,Store:i9,StoreIcon:i9,StretchHorizontal:r9,StretchHorizontalIcon:r9,StretchVertical:c9,StretchVerticalIcon:c9,Strikethrough:s9,StrikethroughIcon:s9,Subscript:d9,SubscriptIcon:d9,Subtitles:Tt,SubtitlesIcon:Tt,Sun:p9,SunDim:l9,SunDimIcon:l9,SunIcon:p9,SunMedium:u9,SunMediumIcon:u9,SunMoon:h9,SunMoonIcon:h9,SunSnow:y9,SunSnowIcon:y9,Sunrise:k9,SunriseIcon:k9,Sunset:_9,SunsetIcon:_9,Superscript:f9,SuperscriptIcon:f9,SwatchBook:m9,SwatchBookIcon:m9,SwissFranc:g9,SwissFrancIcon:g9,SwitchCamera:M9,SwitchCameraIcon:M9,Sword:v9,SwordIcon:v9,Swords:$9,SwordsIcon:$9,Syringe:w9,SyringeIcon:w9,Table:z9,Table2:b9,Table2Icon:b9,TableCellsMerge:x9,TableCellsMergeIcon:x9,TableCellsSplit:N9,TableCellsSplitIcon:N9,TableColumnsSplit:I9,TableColumnsSplitIcon:I9,TableConfig:Pe,TableConfigIcon:Pe,TableIcon:z9,TableOfContents:L9,TableOfContentsIcon:L9,TableProperties:S9,TablePropertiesIcon:S9,TableRowsSplit:C9,TableRowsSplitIcon:C9,Tablet:j9,TabletIcon:j9,TabletSmartphone:A9,TabletSmartphoneIcon:A9,Tablets:P9,TabletsIcon:P9,Tag:q9,TagIcon:q9,Tags:D9,TagsIcon:D9,Tally1:V9,Tally1Icon:V9,Tally2:O9,Tally2Icon:O9,Tally3:H9,Tally3Icon:H9,Tally4:R9,Tally4Icon:R9,Tally5:T9,Tally5Icon:T9,Tangent:F9,TangentIcon:F9,Target:E9,TargetIcon:E9,Telescope:U9,TelescopeIcon:U9,Tent:Z9,TentIcon:Z9,TentTree:B9,TentTreeIcon:B9,Terminal:G9,TerminalIcon:G9,TerminalSquare:i1,TerminalSquareIcon:i1,TestTube:W9,TestTube2:s1,TestTube2Icon:s1,TestTubeDiagonal:s1,TestTubeDiagonalIcon:s1,TestTubeIcon:W9,TestTubes:K9,TestTubesIcon:K9,Text:Re,TextAlignCenter:l1,TextAlignCenterIcon:l1,TextAlignEnd:u1,TextAlignEndIcon:u1,TextAlignJustify:h1,TextAlignJustifyIcon:h1,TextAlignStart:Re,TextAlignStartIcon:Re,TextCursor:J9,TextCursorIcon:J9,TextCursorInput:X9,TextCursorInputIcon:X9,TextIcon:Re,TextInitial:p1,TextInitialIcon:p1,TextQuote:Y9,TextQuoteIcon:Y9,TextSearch:Q9,TextSearchIcon:Q9,TextSelect:y1,TextSelectIcon:y1,TextSelection:y1,TextSelectionIcon:y1,TextWrap:k1,TextWrapIcon:k1,Theater:eM,TheaterIcon:eM,Thermometer:oM,ThermometerIcon:oM,ThermometerSnowflake:tM,ThermometerSnowflakeIcon:tM,ThermometerSun:nM,ThermometerSunIcon:nM,ThumbsDown:iM,ThumbsDownIcon:iM,ThumbsUp:aM,ThumbsUpIcon:aM,Ticket:uM,TicketCheck:rM,TicketCheckIcon:rM,TicketIcon:uM,TicketMinus:cM,TicketMinusIcon:cM,TicketPercent:dM,TicketPercentIcon:dM,TicketPlus:sM,TicketPlusIcon:sM,TicketSlash:lM,TicketSlashIcon:lM,TicketX:hM,TicketXIcon:hM,Tickets:yM,TicketsIcon:yM,TicketsPlane:pM,TicketsPlaneIcon:pM,Timer:fM,TimerIcon:fM,TimerOff:kM,TimerOffIcon:kM,TimerReset:_M,TimerResetIcon:_M,ToggleLeft:mM,ToggleLeftIcon:mM,ToggleRight:gM,ToggleRightIcon:gM,Toilet:vM,ToiletIcon:vM,ToolCase:$M,ToolCaseIcon:$M,Tornado:MM,TornadoIcon:MM,Torus:wM,TorusIcon:wM,Touchpad:bM,TouchpadIcon:bM,TouchpadOff:xM,TouchpadOffIcon:xM,TowerControl:NM,TowerControlIcon:NM,ToyBrick:IM,ToyBrickIcon:IM,Tractor:LM,TractorIcon:LM,TrafficCone:SM,TrafficConeIcon:SM,Train:_1,TrainFront:zM,TrainFrontIcon:zM,TrainFrontTunnel:CM,TrainFrontTunnelIcon:CM,TrainIcon:_1,TrainTrack:AM,TrainTrackIcon:AM,TramFront:_1,TramFrontIcon:_1,Transgender:jM,TransgenderIcon:jM,Trash:qM,Trash2:PM,Trash2Icon:PM,TrashIcon:qM,TreeDeciduous:DM,TreeDeciduousIcon:DM,TreePalm:f1,TreePalmIcon:f1,TreePine:OM,TreePineIcon:OM,Trees:HM,TreesIcon:HM,Trello:VM,TrelloIcon:VM,TrendingDown:RM,TrendingDownIcon:RM,TrendingUp:FM,TrendingUpDown:TM,TrendingUpDownIcon:TM,TrendingUpIcon:FM,Triangle:BM,TriangleAlert:m1,TriangleAlertIcon:m1,TriangleDashed:EM,TriangleDashedIcon:EM,TriangleIcon:BM,TriangleRight:UM,TriangleRightIcon:UM,Trophy:ZM,TrophyIcon:ZM,Truck:WM,TruckElectric:GM,TruckElectricIcon:GM,TruckIcon:WM,TurkishLira:XM,TurkishLiraIcon:XM,Turntable:KM,TurntableIcon:KM,Turtle:JM,TurtleIcon:JM,Tv:QM,Tv2:g1,Tv2Icon:g1,TvIcon:QM,TvMinimal:g1,TvMinimalIcon:g1,TvMinimalPlay:YM,TvMinimalPlayIcon:YM,Twitch:e$,TwitchIcon:e$,Twitter:n$,TwitterIcon:n$,Type:o$,TypeIcon:o$,TypeOutline:t$,TypeOutlineIcon:t$,Umbrella:i$,UmbrellaIcon:i$,UmbrellaOff:a$,UmbrellaOffIcon:a$,Underline:c$,UnderlineIcon:c$,Undo:s$,Undo2:r$,Undo2Icon:r$,UndoDot:d$,UndoDotIcon:d$,UndoIcon:s$,UnfoldHorizontal:u$,UnfoldHorizontalIcon:u$,UnfoldVertical:l$,UnfoldVerticalIcon:l$,Ungroup:h$,UngroupIcon:h$,University:v1,UniversityIcon:v1,Unlink:y$,Unlink2:p$,Unlink2Icon:p$,UnlinkIcon:y$,Unlock:Po,UnlockIcon:Po,UnlockKeyhole:jo,UnlockKeyholeIcon:jo,Unplug:_$,UnplugIcon:_$,Upload:k$,UploadCloud:Dn,UploadCloudIcon:Dn,UploadIcon:k$,Usb:f$,UsbIcon:f$,User:S$,User2:N1,User2Icon:N1,UserCheck:m$,UserCheck2:M1,UserCheck2Icon:M1,UserCheckIcon:m$,UserCircle:zn,UserCircle2:Cn,UserCircle2Icon:Cn,UserCircleIcon:zn,UserCog:g$,UserCog2:$1,UserCog2Icon:$1,UserCogIcon:g$,UserIcon:S$,UserLock:v$,UserLockIcon:v$,UserMinus:M$,UserMinus2:w1,UserMinus2Icon:w1,UserMinusIcon:M$,UserPen:$$,UserPenIcon:$$,UserPlus:w$,UserPlus2:b1,UserPlus2Icon:b1,UserPlusIcon:w$,UserRound:N1,UserRoundCheck:M1,UserRoundCheckIcon:M1,UserRoundCog:$1,UserRoundCogIcon:$1,UserRoundIcon:N1,UserRoundMinus:w1,UserRoundMinusIcon:w1,UserRoundPen:b$,UserRoundPenIcon:b$,UserRoundPlus:b1,UserRoundPlusIcon:b1,UserRoundSearch:x$,UserRoundSearchIcon:x$,UserRoundX:x1,UserRoundXIcon:x1,UserSearch:N$,UserSearchIcon:N$,UserSquare:r1,UserSquare2:c1,UserSquare2Icon:c1,UserSquareIcon:r1,UserStar:I$,UserStarIcon:I$,UserX:L$,UserX2:x1,UserX2Icon:x1,UserXIcon:L$,Users:C$,Users2:I1,Users2Icon:I1,UsersIcon:C$,UsersRound:I1,UsersRoundIcon:I1,Utensils:S1,UtensilsCrossed:L1,UtensilsCrossedIcon:L1,UtensilsIcon:S1,UtilityPole:A$,UtilityPoleIcon:A$,Variable:z$,VariableIcon:z$,Vault:q$,VaultIcon:q$,VectorSquare:j$,VectorSquareIcon:j$,Vegan:P$,VeganIcon:P$,VenetianMask:D$,VenetianMaskIcon:D$,Venus:H$,VenusAndMars:O$,VenusAndMarsIcon:O$,VenusIcon:H$,Verified:qt,VerifiedIcon:qt,Vibrate:R$,VibrateIcon:R$,VibrateOff:V$,VibrateOffIcon:V$,Video:F$,VideoIcon:F$,VideoOff:T$,VideoOffIcon:T$,Videotape:E$,VideotapeIcon:E$,View:U$,ViewIcon:U$,Voicemail:B$,VoicemailIcon:B$,Volleyball:Z$,VolleyballIcon:Z$,Volume:J$,Volume1:G$,Volume1Icon:G$,Volume2:W$,Volume2Icon:W$,VolumeIcon:J$,VolumeOff:K$,VolumeOffIcon:K$,VolumeX:X$,VolumeXIcon:X$,Vote:Y$,VoteIcon:Y$,Wallet:ew,Wallet2:C1,Wallet2Icon:C1,WalletCards:Q$,WalletCardsIcon:Q$,WalletIcon:ew,WalletMinimal:C1,WalletMinimalIcon:C1,Wallpaper:tw,WallpaperIcon:tw,Wand:ow,Wand2:z1,Wand2Icon:z1,WandIcon:ow,WandSparkles:z1,WandSparklesIcon:z1,Warehouse:nw,WarehouseIcon:nw,WashingMachine:aw,WashingMachineIcon:aw,Watch:iw,WatchIcon:iw,Waves:dw,WavesIcon:dw,WavesLadder:rw,WavesLadderIcon:rw,Waypoints:cw,WaypointsIcon:cw,Webcam:sw,WebcamIcon:sw,Webhook:uw,WebhookIcon:uw,WebhookOff:lw,WebhookOffIcon:lw,Weight:pw,WeightIcon:pw,Wheat:yw,WheatIcon:yw,WheatOff:hw,WheatOffIcon:hw,WholeWord:kw,WholeWordIcon:kw,Wifi:ww,WifiCog:_w,WifiCogIcon:_w,WifiHigh:mw,WifiHighIcon:mw,WifiIcon:ww,WifiLow:fw,WifiLowIcon:fw,WifiOff:gw,WifiOffIcon:gw,WifiPen:vw,WifiPenIcon:vw,WifiSync:Mw,WifiSyncIcon:Mw,WifiZero:$w,WifiZeroIcon:$w,Wind:xw,WindArrowDown:bw,WindArrowDownIcon:bw,WindIcon:xw,Wine:Iw,WineIcon:Iw,WineOff:Nw,WineOffIcon:Nw,Workflow:Lw,WorkflowIcon:Lw,Worm:Sw,WormIcon:Sw,WrapText:k1,WrapTextIcon:k1,Wrench:Cw,WrenchIcon:Cw,X:zw,XCircle:An,XCircleIcon:An,XIcon:zw,XOctagon:Fo,XOctagonIcon:Fo,XSquare:d1,XSquareIcon:d1,Youtube:Aw,YoutubeIcon:Aw,Zap:Pw,ZapIcon:Pw,ZapOff:jw,ZapOffIcon:jw,ZoomIn:qw,ZoomInIcon:qw,ZoomOut:Dw,ZoomOutIcon:Dw,createLucideIcon:r,icons:fT},Symbol.toStringTag,{value:"Module"})),mT=j.enum(["text","url","phone","date","datetime","currency"]),gT=j.object({type:mT.default("text").optional(),size:j.enum(mt).optional(),title:j.record(j.string({error:"An incorrect schema title is provided"}),j.string({error:"An incorrect schema title body is provided"})).optional(),className:j.string().optional()}),vT=j.object({enable:j.boolean(),pin:j.enum(Xe).default(Xe.left).optional()}),MT=j.object({enable:j.boolean(),pin:j.enum(Xe).default(Xe.right).optional(),type:j.enum(["default","destructive","outline","secondary","ghost","link"]).optional()}),$T=j.object({title:j.string(),onClick:j.string(),icon:j.enum(Object.keys(wN)).optional()}),wT=j.record(j.string(),gT,{error:"Schema not provided"}),nj=j.object({body:j.string().optional(),row:j.string().optional(),cell:j.string().optional()}),bT=j.object({head:nj.optional(),body:nj.optional(),container:j.string().optional(),table:j.string().optional(),variables:j.record(j.string(),j.string()).optional()}).optional(),xT=j.function({input:[j.string(),j.object({row:j.any().optional(),page:j.number().optional(),limit:j.number().optional(),url:j.url().optional()})]}),NT=j.function({input:[j.any()]}),IT=j.function({input:[j.any()]}),LT=j.object({column:j.string(),operator:j.enum(BI),value:j.union([j.string(),j.number(),j.undefined(),j.boolean(),j.object({columnRef:j.string()})]),className:j.string()}),oj=j.object({tableData:j.array(j.any()).default([]),limit:j.number().default(Ki).optional(),max_count:j.number().default(Ki).optional(),schema:wT,rowActions:j.array($T).optional(),rowSelectionAction:j.string().optional(),indexColumn:vT.optional(),actionColumn:MT.optional(),conditionalRowStyles:j.array(LT).optional(),locale:j.string(),styles:bT,triggerEvent:xT,updateModel:NT,onModelChange:IT}),ST=({table:e,styles:t})=>M.jsx(UD,{className:ie("top-0 z-20 sticky bg-card outline-[var(--border)] border-b outline",t?.body),children:e.getHeaderGroups().map(o=>M.jsx(UI,{className:t?.row,children:o.headers.map(a=>M.jsx(ZD,{colSpan:a.colSpan,className:ie("whitespace-normal break-words text-center border p-1 md:text-start min-w-8 md:px-2",a.column.getCanSort()&&"cursor-pointer",GI(a.column,"bg-card"),KD[a.column.columnDef.meta?.size||mt.md],t?.cell),onClick:a.column.getToggleSortingHandler(),style:ZI(a.column),children:bI(a.column.columnDef.header,a.getContext())},a.id))},o.id))});function aj(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function Li(...e){return t=>{let o=!1;const a=e.map(n=>{const i=aj(n,t);return!o&&typeof i=="function"&&(o=!0),i});if(o)return()=>{for(let n=0;n<a.length;n++){const i=a[n];typeof i=="function"?i():aj(e[n],null)}}}}function ue(...e){return f.useCallback(Li(...e),e)}var CT=Symbol.for("react.lazy"),Ow=f[" use ".trim().toString()];function zT(e){return typeof e=="object"&&e!==null&&"then"in e}function ij(e){return e!=null&&typeof e=="object"&&"$$typeof"in e&&e.$$typeof===CT&&"_payload"in e&&zT(e._payload)}function AT(e){const t=PT(e),o=f.forwardRef((a,n)=>{let{children:i,...c}=a;ij(i)&&typeof Ow=="function"&&(i=Ow(i._payload));const d=f.Children.toArray(i),l=d.find(DT);if(l){const s=l.props.children,u=d.map(h=>h===l?f.Children.count(s)>1?f.Children.only(null):f.isValidElement(s)?s.props.children:null:h);return M.jsx(t,{...c,ref:n,children:f.isValidElement(s)?f.cloneElement(s,void 0,u):null})}return M.jsx(t,{...c,ref:n,children:i})});return o.displayName=`${e}.Slot`,o}var jT=AT("Slot");function PT(e){const t=f.forwardRef((o,a)=>{let{children:n,...i}=o;if(ij(n)&&typeof Ow=="function"&&(n=Ow(n._payload)),f.isValidElement(n)){const c=HT(n),d=OT(i,n.props);return n.type!==f.Fragment&&(d.ref=a?Li(a,c):c),f.cloneElement(n,d)}return f.Children.count(n)>1?f.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var qT=Symbol("radix.slottable");function DT(e){return f.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===qT}function OT(e,t){const o={...t};for(const a in t){const n=e[a],i=t[a];/^on[A-Z]/.test(a)?n&&i?o[a]=(...d)=>{const l=i(...d);return n(...d),l}:n&&(o[a]=n):a==="style"?o[a]={...n,...i}:a==="className"&&(o[a]=[n,i].filter(Boolean).join(" "))}return{...e,...o}}function HT(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,o=t&&"isReactWarning"in t&&t.isReactWarning;return o?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,o=t&&"isReactWarning"in t&&t.isReactWarning,o?e.props.ref:e.props.ref||e.ref)}const rj=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,cj=NI,VT=((e,t)=>o=>{var a;if(t?.variants==null)return cj(e,o?.class,o?.className);const{variants:n,defaultVariants:i}=t,c=Object.keys(n).map(s=>{const u=o?.[s],h=i?.[s];if(u===null)return null;const k=rj(u)||rj(h);return n[s][k]}),d=o&&Object.entries(o).reduce((s,u)=>{let[h,k]=u;return k===void 0||(s[h]=k),s},{}),l=t==null||(a=t.compoundVariants)===null||a===void 0?void 0:a.reduce((s,u)=>{let{class:h,className:k,...p}=u;return Object.entries(p).every(y=>{let[_,m]=y;return Array.isArray(m)?m.includes({...i,...d}[_]):{...i,...d}[_]===m})?[...s,h,k]:s},[]);return cj(e,c,l,o?.class,o?.className)})("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}});function dj({className:e,variant:t,size:o,asChild:a=!1,...n}){const i=a?jT:"button";return M.jsx(i,{"data-slot":"button",className:ie(VT({variant:t,size:o,className:e})),...n})}function U(e,t,{checkForDefaultPrevented:o=!0}={}){return function(n){if(e?.(n),o===!1||!n.defaultPrevented)return t?.(n)}}function Z1(e,t=[]){let o=[];function a(i,c){const d=f.createContext(c),l=o.length;o=[...o,c];const s=h=>{const{scope:k,children:p,...y}=h,_=k?.[e]?.[l]||d,m=f.useMemo(()=>y,Object.values(y));return M.jsx(_.Provider,{value:m,children:p})};s.displayName=i+"Provider";function u(h,k){const p=k?.[e]?.[l]||d,y=f.useContext(p);if(y)return y;if(c!==void 0)return c;throw new Error(`\`${h}\` must be used within \`${i}\``)}return[s,u]}const n=()=>{const i=o.map(c=>f.createContext(c));return function(d){const l=d?.[e]||i;return f.useMemo(()=>({[`__scope${e}`]:{...d,[e]:l}}),[d,l])}};return n.scopeName=e,[a,RT(n,...t)]}function RT(...e){const t=e[0];if(e.length===1)return t;const o=()=>{const a=e.map(n=>({useScope:n(),scopeName:n.scopeName}));return function(i){const c=a.reduce((d,{useScope:l,scopeName:s})=>{const h=l(i)[`__scope${s}`];return{...d,...h}},{});return f.useMemo(()=>({[`__scope${t.scopeName}`]:c}),[c])}};return o.scopeName=t.scopeName,o}var ut=globalThis?.document?f.useLayoutEffect:()=>{},TT=f[" useInsertionEffect ".trim().toString()]||ut;function bN({prop:e,defaultProp:t,onChange:o=()=>{},caller:a}){const[n,i,c]=FT({defaultProp:t,onChange:o}),d=e!==void 0,l=d?e:n;{const u=f.useRef(e!==void 0);f.useEffect(()=>{const h=u.current;h!==d&&console.warn(`${a} is changing from ${h?"controlled":"uncontrolled"} to ${d?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),u.current=d},[d,a])}const s=f.useCallback(u=>{if(d){const h=ET(u)?u(e):u;h!==e&&c.current?.(h)}else i(u)},[d,e,i,c]);return[l,s]}function FT({defaultProp:e,onChange:t}){const[o,a]=f.useState(e),n=f.useRef(o),i=f.useRef(t);return TT(()=>{i.current=t},[t]),f.useEffect(()=>{n.current!==o&&(i.current?.(o),n.current=o)},[o,n]),[o,a,i]}function ET(e){return typeof e=="function"}function Si(e){const t=UT(e),o=f.forwardRef((a,n)=>{const{children:i,...c}=a,d=f.Children.toArray(i),l=d.find(ZT);if(l){const s=l.props.children,u=d.map(h=>h===l?f.Children.count(s)>1?f.Children.only(null):f.isValidElement(s)?s.props.children:null:h);return M.jsx(t,{...c,ref:n,children:f.isValidElement(s)?f.cloneElement(s,void 0,u):null})}return M.jsx(t,{...c,ref:n,children:i})});return o.displayName=`${e}.Slot`,o}function UT(e){const t=f.forwardRef((o,a)=>{const{children:n,...i}=o;if(f.isValidElement(n)){const c=WT(n),d=GT(i,n.props);return n.type!==f.Fragment&&(d.ref=a?Li(a,c):c),f.cloneElement(n,d)}return f.Children.count(n)>1?f.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var BT=Symbol("radix.slottable");function ZT(e){return f.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===BT}function GT(e,t){const o={...t};for(const a in t){const n=e[a],i=t[a];/^on[A-Z]/.test(a)?n&&i?o[a]=(...d)=>{const l=i(...d);return n(...d),l}:n&&(o[a]=n):a==="style"?o[a]={...n,...i}:a==="className"&&(o[a]=[n,i].filter(Boolean).join(" "))}return{...e,...o}}function WT(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,o=t&&"isReactWarning"in t&&t.isReactWarning;return o?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,o=t&&"isReactWarning"in t&&t.isReactWarning,o?e.props.ref:e.props.ref||e.ref)}var KT=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],se=KT.reduce((e,t)=>{const o=Si(`Primitive.${t}`),a=f.forwardRef((n,i)=>{const{asChild:c,...d}=n,l=c?o:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),M.jsx(l,{...d,ref:i})});return a.displayName=`Primitive.${t}`,{...e,[t]:a}},{});function sj(e,t){e&&uI.flushSync(()=>e.dispatchEvent(t))}function lj(e){const t=e+"CollectionProvider",[o,a]=Z1(t),[n,i]=o(t,{collectionRef:{current:null},itemMap:new Map}),c=_=>{const{scope:m,children:g}=_,w=te.useRef(null),$=te.useRef(new Map).current;return M.jsx(n,{scope:m,itemMap:$,collectionRef:w,children:g})};c.displayName=t;const d=e+"CollectionSlot",l=Si(d),s=te.forwardRef((_,m)=>{const{scope:g,children:w}=_,$=i(d,g),b=ue(m,$.collectionRef);return M.jsx(l,{ref:b,children:w})});s.displayName=d;const u=e+"CollectionItemSlot",h="data-radix-collection-item",k=Si(u),p=te.forwardRef((_,m)=>{const{scope:g,children:w,...$}=_,b=te.useRef(null),N=ue(m,b),P=i(u,g);return te.useEffect(()=>(P.itemMap.set(b,{ref:b,...$}),()=>void P.itemMap.delete(b))),M.jsx(k,{[h]:"",ref:N,children:w})});p.displayName=u;function y(_){const m=i(e+"CollectionConsumer",_);return te.useCallback(()=>{const w=m.collectionRef.current;if(!w)return[];const $=Array.from(w.querySelectorAll(`[${h}]`));return Array.from(m.itemMap.values()).sort((P,C)=>$.indexOf(P.ref.current)-$.indexOf(C.ref.current))},[m.collectionRef,m.itemMap])}return[{Provider:c,Slot:s,ItemSlot:p},y,a]}var XT=f.createContext(void 0);function uj(e){const t=f.useContext(XT);return e||t||"ltr"}function et(e){const t=f.useRef(e);return f.useEffect(()=>{t.current=e}),f.useMemo(()=>(...o)=>t.current?.(...o),[])}function JT(e,t=globalThis?.document){const o=et(e);f.useEffect(()=>{const a=n=>{n.key==="Escape"&&o(n)};return t.addEventListener("keydown",a,{capture:!0}),()=>t.removeEventListener("keydown",a,{capture:!0})},[o,t])}var YT="DismissableLayer",xN="dismissableLayer.update",QT="dismissableLayer.pointerDownOutside",eF="dismissableLayer.focusOutside",hj,pj=f.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),NN=f.forwardRef((e,t)=>{const{disableOutsidePointerEvents:o=!1,onEscapeKeyDown:a,onPointerDownOutside:n,onFocusOutside:i,onInteractOutside:c,onDismiss:d,...l}=e,s=f.useContext(pj),[u,h]=f.useState(null),k=u?.ownerDocument??globalThis?.document,[,p]=f.useState({}),y=ue(t,C=>h(C)),_=Array.from(s.layers),[m]=[...s.layersWithOutsidePointerEventsDisabled].slice(-1),g=_.indexOf(m),w=u?_.indexOf(u):-1,$=s.layersWithOutsidePointerEventsDisabled.size>0,b=w>=g,N=oF(C=>{const I=C.target,T=[...s.branches].some(V=>V.contains(I));!b||T||(n?.(C),c?.(C),C.defaultPrevented||d?.())},k),P=aF(C=>{const I=C.target;[...s.branches].some(V=>V.contains(I))||(i?.(C),c?.(C),C.defaultPrevented||d?.())},k);return JT(C=>{w===s.layers.size-1&&(a?.(C),!C.defaultPrevented&&d&&(C.preventDefault(),d()))},k),f.useEffect(()=>{if(u)return o&&(s.layersWithOutsidePointerEventsDisabled.size===0&&(hj=k.body.style.pointerEvents,k.body.style.pointerEvents="none"),s.layersWithOutsidePointerEventsDisabled.add(u)),s.layers.add(u),yj(),()=>{o&&s.layersWithOutsidePointerEventsDisabled.size===1&&(k.body.style.pointerEvents=hj)}},[u,k,o,s]),f.useEffect(()=>()=>{u&&(s.layers.delete(u),s.layersWithOutsidePointerEventsDisabled.delete(u),yj())},[u,s]),f.useEffect(()=>{const C=()=>p({});return document.addEventListener(xN,C),()=>document.removeEventListener(xN,C)},[]),M.jsx(se.div,{...l,ref:y,style:{pointerEvents:$?b?"auto":"none":void 0,...e.style},onFocusCapture:U(e.onFocusCapture,P.onFocusCapture),onBlurCapture:U(e.onBlurCapture,P.onBlurCapture),onPointerDownCapture:U(e.onPointerDownCapture,N.onPointerDownCapture)})});NN.displayName=YT;var tF="DismissableLayerBranch",nF=f.forwardRef((e,t)=>{const o=f.useContext(pj),a=f.useRef(null),n=ue(t,a);return f.useEffect(()=>{const i=a.current;if(i)return o.branches.add(i),()=>{o.branches.delete(i)}},[o.branches]),M.jsx(se.div,{...e,ref:n})});nF.displayName=tF;function oF(e,t=globalThis?.document){const o=et(e),a=f.useRef(!1),n=f.useRef(()=>{});return f.useEffect(()=>{const i=d=>{if(d.target&&!a.current){let l=function(){kj(QT,o,s,{discrete:!0})};const s={originalEvent:d};d.pointerType==="touch"?(t.removeEventListener("click",n.current),n.current=l,t.addEventListener("click",n.current,{once:!0})):l()}else t.removeEventListener("click",n.current);a.current=!1},c=window.setTimeout(()=>{t.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(c),t.removeEventListener("pointerdown",i),t.removeEventListener("click",n.current)}},[t,o]),{onPointerDownCapture:()=>a.current=!0}}function aF(e,t=globalThis?.document){const o=et(e),a=f.useRef(!1);return f.useEffect(()=>{const n=i=>{i.target&&!a.current&&kj(eF,o,{originalEvent:i},{discrete:!1})};return t.addEventListener("focusin",n),()=>t.removeEventListener("focusin",n)},[t,o]),{onFocusCapture:()=>a.current=!0,onBlurCapture:()=>a.current=!1}}function yj(){const e=new CustomEvent(xN);document.dispatchEvent(e)}function kj(e,t,o,{discrete:a}){const n=o.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:o});t&&n.addEventListener(e,t,{once:!0}),a?sj(n,i):n.dispatchEvent(i)}var IN=0;function _j(){f.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??fj()),document.body.insertAdjacentElement("beforeend",e[1]??fj()),IN++,()=>{IN===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),IN--}},[])}function fj(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var LN="focusScope.autoFocusOnMount",SN="focusScope.autoFocusOnUnmount",mj={bubbles:!1,cancelable:!0},iF="FocusScope",CN=f.forwardRef((e,t)=>{const{loop:o=!1,trapped:a=!1,onMountAutoFocus:n,onUnmountAutoFocus:i,...c}=e,[d,l]=f.useState(null),s=et(n),u=et(i),h=f.useRef(null),k=ue(t,_=>l(_)),p=f.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;f.useEffect(()=>{if(a){let _=function($){if(p.paused||!d)return;const b=$.target;d.contains(b)?h.current=b:ht(h.current,{select:!0})},m=function($){if(p.paused||!d)return;const b=$.relatedTarget;b!==null&&(d.contains(b)||ht(h.current,{select:!0}))},g=function($){if(document.activeElement===document.body)for(const N of $)N.removedNodes.length>0&&ht(d)};document.addEventListener("focusin",_),document.addEventListener("focusout",m);const w=new MutationObserver(g);return d&&w.observe(d,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",_),document.removeEventListener("focusout",m),w.disconnect()}}},[a,d,p.paused]),f.useEffect(()=>{if(d){Mj.add(p);const _=document.activeElement;if(!d.contains(_)){const g=new CustomEvent(LN,mj);d.addEventListener(LN,s),d.dispatchEvent(g),g.defaultPrevented||(rF(uF(gj(d)),{select:!0}),document.activeElement===_&&ht(d))}return()=>{d.removeEventListener(LN,s),setTimeout(()=>{const g=new CustomEvent(SN,mj);d.addEventListener(SN,u),d.dispatchEvent(g),g.defaultPrevented||ht(_??document.body,{select:!0}),d.removeEventListener(SN,u),Mj.remove(p)},0)}}},[d,s,u,p]);const y=f.useCallback(_=>{if(!o&&!a||p.paused)return;const m=_.key==="Tab"&&!_.altKey&&!_.ctrlKey&&!_.metaKey,g=document.activeElement;if(m&&g){const w=_.currentTarget,[$,b]=cF(w);$&&b?!_.shiftKey&&g===b?(_.preventDefault(),o&&ht($,{select:!0})):_.shiftKey&&g===$&&(_.preventDefault(),o&&ht(b,{select:!0})):g===w&&_.preventDefault()}},[o,a,p.paused]);return M.jsx(se.div,{tabIndex:-1,...c,ref:k,onKeyDown:y})});CN.displayName=iF;function rF(e,{select:t=!1}={}){const o=document.activeElement;for(const a of e)if(ht(a,{select:t}),document.activeElement!==o)return}function cF(e){const t=gj(e),o=vj(t,e),a=vj(t.reverse(),e);return[o,a]}function gj(e){const t=[],o=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:a=>{const n=a.tagName==="INPUT"&&a.type==="hidden";return a.disabled||a.hidden||n?NodeFilter.FILTER_SKIP:a.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;o.nextNode();)t.push(o.currentNode);return t}function vj(e,t){for(const o of e)if(!dF(o,{upTo:t}))return o}function dF(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function sF(e){return e instanceof HTMLInputElement&&"select"in e}function ht(e,{select:t=!1}={}){if(e&&e.focus){const o=document.activeElement;e.focus({preventScroll:!0}),e!==o&&sF(e)&&t&&e.select()}}var Mj=lF();function lF(){let e=[];return{add(t){const o=e[0];t!==o&&o?.pause(),e=$j(e,t),e.unshift(t)},remove(t){e=$j(e,t),e[0]?.resume()}}}function $j(e,t){const o=[...e],a=o.indexOf(t);return a!==-1&&o.splice(a,1),o}function uF(e){return e.filter(t=>t.tagName!=="A")}var hF=f[" useId ".trim().toString()]||(()=>{}),pF=0;function Hw(e){const[t,o]=f.useState(hF());return ut(()=>{o(a=>a??String(pF++))},[e]),e||(t?`radix-${t}`:"")}const yF=["top","right","bottom","left"],pt=Math.min,ve=Math.max,Vw=Math.round,Rw=Math.floor,Te=e=>({x:e,y:e}),kF={left:"right",right:"left",bottom:"top",top:"bottom"},_F={start:"end",end:"start"};function zN(e,t,o){return ve(e,pt(t,o))}function tt(e,t){return typeof e=="function"?e(t):e}function nt(e){return e.split("-")[0]}function G1(e){return e.split("-")[1]}function AN(e){return e==="x"?"y":"x"}function jN(e){return e==="y"?"height":"width"}const fF=new Set(["top","bottom"]);function Fe(e){return fF.has(nt(e))?"y":"x"}function PN(e){return AN(Fe(e))}function mF(e,t,o){o===void 0&&(o=!1);const a=G1(e),n=PN(e),i=jN(n);let c=n==="x"?a===(o?"end":"start")?"right":"left":a==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(c=Tw(c)),[c,Tw(c)]}function gF(e){const t=Tw(e);return[qN(e),t,qN(t)]}function qN(e){return e.replace(/start|end/g,t=>_F[t])}const wj=["left","right"],bj=["right","left"],vF=["top","bottom"],MF=["bottom","top"];function $F(e,t,o){switch(e){case"top":case"bottom":return o?t?bj:wj:t?wj:bj;case"left":case"right":return t?vF:MF;default:return[]}}function wF(e,t,o,a){const n=G1(e);let i=$F(nt(e),o==="start",a);return n&&(i=i.map(c=>c+"-"+n),t&&(i=i.concat(i.map(qN)))),i}function Tw(e){return e.replace(/left|right|bottom|top/g,t=>kF[t])}function bF(e){return{top:0,right:0,bottom:0,left:0,...e}}function xj(e){return typeof e!="number"?bF(e):{top:e,right:e,bottom:e,left:e}}function Fw(e){const{x:t,y:o,width:a,height:n}=e;return{width:a,height:n,top:o,left:t,right:t+a,bottom:o+n,x:t,y:o}}function Nj(e,t,o){let{reference:a,floating:n}=e;const i=Fe(t),c=PN(t),d=jN(c),l=nt(t),s=i==="y",u=a.x+a.width/2-n.width/2,h=a.y+a.height/2-n.height/2,k=a[d]/2-n[d]/2;let p;switch(l){case"top":p={x:u,y:a.y-n.height};break;case"bottom":p={x:u,y:a.y+a.height};break;case"right":p={x:a.x+a.width,y:h};break;case"left":p={x:a.x-n.width,y:h};break;default:p={x:a.x,y:a.y}}switch(G1(t)){case"start":p[c]-=k*(o&&s?-1:1);break;case"end":p[c]+=k*(o&&s?-1:1);break}return p}const xF=async(e,t,o)=>{const{placement:a="bottom",strategy:n="absolute",middleware:i=[],platform:c}=o,d=i.filter(Boolean),l=await(c.isRTL==null?void 0:c.isRTL(t));let s=await c.getElementRects({reference:e,floating:t,strategy:n}),{x:u,y:h}=Nj(s,a,l),k=a,p={},y=0;for(let _=0;_<d.length;_++){const{name:m,fn:g}=d[_],{x:w,y:$,data:b,reset:N}=await g({x:u,y:h,initialPlacement:a,placement:k,strategy:n,middlewareData:p,rects:s,platform:c,elements:{reference:e,floating:t}});u=w??u,h=$??h,p={...p,[m]:{...p[m],...b}},N&&y<=50&&(y++,typeof N=="object"&&(N.placement&&(k=N.placement),N.rects&&(s=N.rects===!0?await c.getElementRects({reference:e,floating:t,strategy:n}):N.rects),{x:u,y:h}=Nj(s,k,l)),_=-1)}return{x:u,y:h,placement:k,strategy:n,middlewareData:p}};async function Ci(e,t){var o;t===void 0&&(t={});const{x:a,y:n,platform:i,rects:c,elements:d,strategy:l}=e,{boundary:s="clippingAncestors",rootBoundary:u="viewport",elementContext:h="floating",altBoundary:k=!1,padding:p=0}=tt(t,e),y=xj(p),m=d[k?h==="floating"?"reference":"floating":h],g=Fw(await i.getClippingRect({element:(o=await(i.isElement==null?void 0:i.isElement(m)))==null||o?m:m.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(d.floating)),boundary:s,rootBoundary:u,strategy:l})),w=h==="floating"?{x:a,y:n,width:c.floating.width,height:c.floating.height}:c.reference,$=await(i.getOffsetParent==null?void 0:i.getOffsetParent(d.floating)),b=await(i.isElement==null?void 0:i.isElement($))?await(i.getScale==null?void 0:i.getScale($))||{x:1,y:1}:{x:1,y:1},N=Fw(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:d,rect:w,offsetParent:$,strategy:l}):w);return{top:(g.top-N.top+y.top)/b.y,bottom:(N.bottom-g.bottom+y.bottom)/b.y,left:(g.left-N.left+y.left)/b.x,right:(N.right-g.right+y.right)/b.x}}const NF=e=>({name:"arrow",options:e,async fn(t){const{x:o,y:a,placement:n,rects:i,platform:c,elements:d,middlewareData:l}=t,{element:s,padding:u=0}=tt(e,t)||{};if(s==null)return{};const h=xj(u),k={x:o,y:a},p=PN(n),y=jN(p),_=await c.getDimensions(s),m=p==="y",g=m?"top":"left",w=m?"bottom":"right",$=m?"clientHeight":"clientWidth",b=i.reference[y]+i.reference[p]-k[p]-i.floating[y],N=k[p]-i.reference[p],P=await(c.getOffsetParent==null?void 0:c.getOffsetParent(s));let C=P?P[$]:0;(!C||!await(c.isElement==null?void 0:c.isElement(P)))&&(C=d.floating[$]||i.floating[y]);const I=b/2-N/2,T=C/2-_[y]/2-1,V=pt(h[g],T),W=pt(h[w],T),X=V,Q=C-_[y]-W,K=C/2-_[y]/2+I,oe=zN(X,K,Q),B=!l.arrow&&G1(n)!=null&&K!==oe&&i.reference[y]/2-(K<X?V:W)-_[y]/2<0,J=B?K<X?K-X:K-Q:0;return{[p]:k[p]+J,data:{[p]:oe,centerOffset:K-oe-J,...B&&{alignmentOffset:J}},reset:B}}}),IF=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var o,a;const{placement:n,middlewareData:i,rects:c,initialPlacement:d,platform:l,elements:s}=t,{mainAxis:u=!0,crossAxis:h=!0,fallbackPlacements:k,fallbackStrategy:p="bestFit",fallbackAxisSideDirection:y="none",flipAlignment:_=!0,...m}=tt(e,t);if((o=i.arrow)!=null&&o.alignmentOffset)return{};const g=nt(n),w=Fe(d),$=nt(d)===d,b=await(l.isRTL==null?void 0:l.isRTL(s.floating)),N=k||($||!_?[Tw(d)]:gF(d)),P=y!=="none";!k&&P&&N.push(...wF(d,_,y,b));const C=[d,...N],I=await Ci(t,m),T=[];let V=((a=i.flip)==null?void 0:a.overflows)||[];if(u&&T.push(I[g]),h){const K=mF(n,c,b);T.push(I[K[0]],I[K[1]])}if(V=[...V,{placement:n,overflows:T}],!T.every(K=>K<=0)){var W,X;const K=(((W=i.flip)==null?void 0:W.index)||0)+1,oe=C[K];if(oe&&(!(h==="alignment"?w!==Fe(oe):!1)||V.every(S=>Fe(S.placement)===w?S.overflows[0]>0:!0)))return{data:{index:K,overflows:V},reset:{placement:oe}};let B=(X=V.filter(J=>J.overflows[0]<=0).sort((J,S)=>J.overflows[1]-S.overflows[1])[0])==null?void 0:X.placement;if(!B)switch(p){case"bestFit":{var Q;const J=(Q=V.filter(S=>{if(P){const q=Fe(S.placement);return q===w||q==="y"}return!0}).map(S=>[S.placement,S.overflows.filter(q=>q>0).reduce((q,re)=>q+re,0)]).sort((S,q)=>S[1]-q[1])[0])==null?void 0:Q[0];J&&(B=J);break}case"initialPlacement":B=d;break}if(n!==B)return{reset:{placement:B}}}return{}}}};function Ij(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Lj(e){return yF.some(t=>e[t]>=0)}const LF=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:o}=t,{strategy:a="referenceHidden",...n}=tt(e,t);switch(a){case"referenceHidden":{const i=await Ci(t,{...n,elementContext:"reference"}),c=Ij(i,o.reference);return{data:{referenceHiddenOffsets:c,referenceHidden:Lj(c)}}}case"escaped":{const i=await Ci(t,{...n,altBoundary:!0}),c=Ij(i,o.floating);return{data:{escapedOffsets:c,escaped:Lj(c)}}}default:return{}}}}},Sj=new Set(["left","top"]);async function SF(e,t){const{placement:o,platform:a,elements:n}=e,i=await(a.isRTL==null?void 0:a.isRTL(n.floating)),c=nt(o),d=G1(o),l=Fe(o)==="y",s=Sj.has(c)?-1:1,u=i&&l?-1:1,h=tt(t,e);let{mainAxis:k,crossAxis:p,alignmentAxis:y}=typeof h=="number"?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return d&&typeof y=="number"&&(p=d==="end"?y*-1:y),l?{x:p*u,y:k*s}:{x:k*s,y:p*u}}const CF=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var o,a;const{x:n,y:i,placement:c,middlewareData:d}=t,l=await SF(t,e);return c===((o=d.offset)==null?void 0:o.placement)&&(a=d.arrow)!=null&&a.alignmentOffset?{}:{x:n+l.x,y:i+l.y,data:{...l,placement:c}}}}},zF=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:o,y:a,placement:n}=t,{mainAxis:i=!0,crossAxis:c=!1,limiter:d={fn:m=>{let{x:g,y:w}=m;return{x:g,y:w}}},...l}=tt(e,t),s={x:o,y:a},u=await Ci(t,l),h=Fe(nt(n)),k=AN(h);let p=s[k],y=s[h];if(i){const m=k==="y"?"top":"left",g=k==="y"?"bottom":"right",w=p+u[m],$=p-u[g];p=zN(w,p,$)}if(c){const m=h==="y"?"top":"left",g=h==="y"?"bottom":"right",w=y+u[m],$=y-u[g];y=zN(w,y,$)}const _=d.fn({...t,[k]:p,[h]:y});return{..._,data:{x:_.x-o,y:_.y-a,enabled:{[k]:i,[h]:c}}}}}},AF=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:o,y:a,placement:n,rects:i,middlewareData:c}=t,{offset:d=0,mainAxis:l=!0,crossAxis:s=!0}=tt(e,t),u={x:o,y:a},h=Fe(n),k=AN(h);let p=u[k],y=u[h];const _=tt(d,t),m=typeof _=="number"?{mainAxis:_,crossAxis:0}:{mainAxis:0,crossAxis:0,..._};if(l){const $=k==="y"?"height":"width",b=i.reference[k]-i.floating[$]+m.mainAxis,N=i.reference[k]+i.reference[$]-m.mainAxis;p<b?p=b:p>N&&(p=N)}if(s){var g,w;const $=k==="y"?"width":"height",b=Sj.has(nt(n)),N=i.reference[h]-i.floating[$]+(b&&((g=c.offset)==null?void 0:g[h])||0)+(b?0:m.crossAxis),P=i.reference[h]+i.reference[$]+(b?0:((w=c.offset)==null?void 0:w[h])||0)-(b?m.crossAxis:0);y<N?y=N:y>P&&(y=P)}return{[k]:p,[h]:y}}}},jF=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var o,a;const{placement:n,rects:i,platform:c,elements:d}=t,{apply:l=()=>{},...s}=tt(e,t),u=await Ci(t,s),h=nt(n),k=G1(n),p=Fe(n)==="y",{width:y,height:_}=i.floating;let m,g;h==="top"||h==="bottom"?(m=h,g=k===(await(c.isRTL==null?void 0:c.isRTL(d.floating))?"start":"end")?"left":"right"):(g=h,m=k==="end"?"top":"bottom");const w=_-u.top-u.bottom,$=y-u.left-u.right,b=pt(_-u[m],w),N=pt(y-u[g],$),P=!t.middlewareData.shift;let C=b,I=N;if((o=t.middlewareData.shift)!=null&&o.enabled.x&&(I=$),(a=t.middlewareData.shift)!=null&&a.enabled.y&&(C=w),P&&!k){const V=ve(u.left,0),W=ve(u.right,0),X=ve(u.top,0),Q=ve(u.bottom,0);p?I=y-2*(V!==0||W!==0?V+W:ve(u.left,u.right)):C=_-2*(X!==0||Q!==0?X+Q:ve(u.top,u.bottom))}await l({...t,availableWidth:I,availableHeight:C});const T=await c.getDimensions(d.floating);return y!==T.width||_!==T.height?{reset:{rects:!0}}:{}}}};function Ew(){return typeof window<"u"}function W1(e){return Cj(e)?(e.nodeName||"").toLowerCase():"#document"}function Me(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ee(e){var t;return(t=(Cj(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Cj(e){return Ew()?e instanceof Node||e instanceof Me(e).Node:!1}function Ce(e){return Ew()?e instanceof Element||e instanceof Me(e).Element:!1}function Ue(e){return Ew()?e instanceof HTMLElement||e instanceof Me(e).HTMLElement:!1}function zj(e){return!Ew()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Me(e).ShadowRoot}const PF=new Set(["inline","contents"]);function zi(e){const{overflow:t,overflowX:o,overflowY:a,display:n}=ze(e);return/auto|scroll|overlay|hidden|clip/.test(t+a+o)&&!PF.has(n)}const qF=new Set(["table","td","th"]);function DF(e){return qF.has(W1(e))}const OF=[":popover-open",":modal"];function Uw(e){return OF.some(t=>{try{return e.matches(t)}catch{return!1}})}const HF=["transform","translate","scale","rotate","perspective"],VF=["transform","translate","scale","rotate","perspective","filter"],RF=["paint","layout","strict","content"];function DN(e){const t=ON(),o=Ce(e)?ze(e):e;return HF.some(a=>o[a]?o[a]!=="none":!1)||(o.containerType?o.containerType!=="normal":!1)||!t&&(o.backdropFilter?o.backdropFilter!=="none":!1)||!t&&(o.filter?o.filter!=="none":!1)||VF.some(a=>(o.willChange||"").includes(a))||RF.some(a=>(o.contain||"").includes(a))}function TF(e){let t=yt(e);for(;Ue(t)&&!K1(t);){if(DN(t))return t;if(Uw(t))return null;t=yt(t)}return null}function ON(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const FF=new Set(["html","body","#document"]);function K1(e){return FF.has(W1(e))}function ze(e){return Me(e).getComputedStyle(e)}function Bw(e){return Ce(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function yt(e){if(W1(e)==="html")return e;const t=e.assignedSlot||e.parentNode||zj(e)&&e.host||Ee(e);return zj(t)?t.host:t}function Aj(e){const t=yt(e);return K1(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ue(t)&&zi(t)?t:Aj(t)}function Ai(e,t,o){var a;t===void 0&&(t=[]),o===void 0&&(o=!0);const n=Aj(e),i=n===((a=e.ownerDocument)==null?void 0:a.body),c=Me(n);if(i){const d=HN(c);return t.concat(c,c.visualViewport||[],zi(n)?n:[],d&&o?Ai(d):[])}return t.concat(n,Ai(n,[],o))}function HN(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function jj(e){const t=ze(e);let o=parseFloat(t.width)||0,a=parseFloat(t.height)||0;const n=Ue(e),i=n?e.offsetWidth:o,c=n?e.offsetHeight:a,d=Vw(o)!==i||Vw(a)!==c;return d&&(o=i,a=c),{width:o,height:a,$:d}}function VN(e){return Ce(e)?e:e.contextElement}function X1(e){const t=VN(e);if(!Ue(t))return Te(1);const o=t.getBoundingClientRect(),{width:a,height:n,$:i}=jj(t);let c=(i?Vw(o.width):o.width)/a,d=(i?Vw(o.height):o.height)/n;return(!c||!Number.isFinite(c))&&(c=1),(!d||!Number.isFinite(d))&&(d=1),{x:c,y:d}}const EF=Te(0);function Pj(e){const t=Me(e);return!ON()||!t.visualViewport?EF:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function UF(e,t,o){return t===void 0&&(t=!1),!o||t&&o!==Me(e)?!1:t}function A1(e,t,o,a){t===void 0&&(t=!1),o===void 0&&(o=!1);const n=e.getBoundingClientRect(),i=VN(e);let c=Te(1);t&&(a?Ce(a)&&(c=X1(a)):c=X1(e));const d=UF(i,o,a)?Pj(i):Te(0);let l=(n.left+d.x)/c.x,s=(n.top+d.y)/c.y,u=n.width/c.x,h=n.height/c.y;if(i){const k=Me(i),p=a&&Ce(a)?Me(a):a;let y=k,_=HN(y);for(;_&&a&&p!==y;){const m=X1(_),g=_.getBoundingClientRect(),w=ze(_),$=g.left+(_.clientLeft+parseFloat(w.paddingLeft))*m.x,b=g.top+(_.clientTop+parseFloat(w.paddingTop))*m.y;l*=m.x,s*=m.y,u*=m.x,h*=m.y,l+=$,s+=b,y=Me(_),_=HN(y)}}return Fw({width:u,height:h,x:l,y:s})}function Zw(e,t){const o=Bw(e).scrollLeft;return t?t.left+o:A1(Ee(e)).left+o}function qj(e,t){const o=e.getBoundingClientRect(),a=o.left+t.scrollLeft-Zw(e,o),n=o.top+t.scrollTop;return{x:a,y:n}}function BF(e){let{elements:t,rect:o,offsetParent:a,strategy:n}=e;const i=n==="fixed",c=Ee(a),d=t?Uw(t.floating):!1;if(a===c||d&&i)return o;let l={scrollLeft:0,scrollTop:0},s=Te(1);const u=Te(0),h=Ue(a);if((h||!h&&!i)&&((W1(a)!=="body"||zi(c))&&(l=Bw(a)),Ue(a))){const p=A1(a);s=X1(a),u.x=p.x+a.clientLeft,u.y=p.y+a.clientTop}const k=c&&!h&&!i?qj(c,l):Te(0);return{width:o.width*s.x,height:o.height*s.y,x:o.x*s.x-l.scrollLeft*s.x+u.x+k.x,y:o.y*s.y-l.scrollTop*s.y+u.y+k.y}}function ZF(e){return Array.from(e.getClientRects())}function GF(e){const t=Ee(e),o=Bw(e),a=e.ownerDocument.body,n=ve(t.scrollWidth,t.clientWidth,a.scrollWidth,a.clientWidth),i=ve(t.scrollHeight,t.clientHeight,a.scrollHeight,a.clientHeight);let c=-o.scrollLeft+Zw(e);const d=-o.scrollTop;return ze(a).direction==="rtl"&&(c+=ve(t.clientWidth,a.clientWidth)-n),{width:n,height:i,x:c,y:d}}const Dj=25;function WF(e,t){const o=Me(e),a=Ee(e),n=o.visualViewport;let i=a.clientWidth,c=a.clientHeight,d=0,l=0;if(n){i=n.width,c=n.height;const u=ON();(!u||u&&t==="fixed")&&(d=n.offsetLeft,l=n.offsetTop)}const s=Zw(a);if(s<=0){const u=a.ownerDocument,h=u.body,k=getComputedStyle(h),p=u.compatMode==="CSS1Compat"&&parseFloat(k.marginLeft)+parseFloat(k.marginRight)||0,y=Math.abs(a.clientWidth-h.clientWidth-p);y<=Dj&&(i-=y)}else s<=Dj&&(i+=s);return{width:i,height:c,x:d,y:l}}const KF=new Set(["absolute","fixed"]);function XF(e,t){const o=A1(e,!0,t==="fixed"),a=o.top+e.clientTop,n=o.left+e.clientLeft,i=Ue(e)?X1(e):Te(1),c=e.clientWidth*i.x,d=e.clientHeight*i.y,l=n*i.x,s=a*i.y;return{width:c,height:d,x:l,y:s}}function Oj(e,t,o){let a;if(t==="viewport")a=WF(e,o);else if(t==="document")a=GF(Ee(e));else if(Ce(t))a=XF(t,o);else{const n=Pj(e);a={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return Fw(a)}function Hj(e,t){const o=yt(e);return o===t||!Ce(o)||K1(o)?!1:ze(o).position==="fixed"||Hj(o,t)}function JF(e,t){const o=t.get(e);if(o)return o;let a=Ai(e,[],!1).filter(d=>Ce(d)&&W1(d)!=="body"),n=null;const i=ze(e).position==="fixed";let c=i?yt(e):e;for(;Ce(c)&&!K1(c);){const d=ze(c),l=DN(c);!l&&d.position==="fixed"&&(n=null),(i?!l&&!n:!l&&d.position==="static"&&!!n&&KF.has(n.position)||zi(c)&&!l&&Hj(e,c))?a=a.filter(u=>u!==c):n=d,c=yt(c)}return t.set(e,a),a}function YF(e){let{element:t,boundary:o,rootBoundary:a,strategy:n}=e;const c=[...o==="clippingAncestors"?Uw(t)?[]:JF(t,this._c):[].concat(o),a],d=c[0],l=c.reduce((s,u)=>{const h=Oj(t,u,n);return s.top=ve(h.top,s.top),s.right=pt(h.right,s.right),s.bottom=pt(h.bottom,s.bottom),s.left=ve(h.left,s.left),s},Oj(t,d,n));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function QF(e){const{width:t,height:o}=jj(e);return{width:t,height:o}}function eE(e,t,o){const a=Ue(t),n=Ee(t),i=o==="fixed",c=A1(e,!0,i,t);let d={scrollLeft:0,scrollTop:0};const l=Te(0);function s(){l.x=Zw(n)}if(a||!a&&!i)if((W1(t)!=="body"||zi(n))&&(d=Bw(t)),a){const p=A1(t,!0,i,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}else n&&s();i&&!a&&n&&s();const u=n&&!a&&!i?qj(n,d):Te(0),h=c.left+d.scrollLeft-l.x-u.x,k=c.top+d.scrollTop-l.y-u.y;return{x:h,y:k,width:c.width,height:c.height}}function RN(e){return ze(e).position==="static"}function Vj(e,t){if(!Ue(e)||ze(e).position==="fixed")return null;if(t)return t(e);let o=e.offsetParent;return Ee(e)===o&&(o=o.ownerDocument.body),o}function Rj(e,t){const o=Me(e);if(Uw(e))return o;if(!Ue(e)){let n=yt(e);for(;n&&!K1(n);){if(Ce(n)&&!RN(n))return n;n=yt(n)}return o}let a=Vj(e,t);for(;a&&DF(a)&&RN(a);)a=Vj(a,t);return a&&K1(a)&&RN(a)&&!DN(a)?o:a||TF(e)||o}const tE=async function(e){const t=this.getOffsetParent||Rj,o=this.getDimensions,a=await o(e.floating);return{reference:eE(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:a.width,height:a.height}}};function nE(e){return ze(e).direction==="rtl"}const oE={convertOffsetParentRelativeRectToViewportRelativeRect:BF,getDocumentElement:Ee,getClippingRect:YF,getOffsetParent:Rj,getElementRects:tE,getClientRects:ZF,getDimensions:QF,getScale:X1,isElement:Ce,isRTL:nE};function Tj(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function aE(e,t){let o=null,a;const n=Ee(e);function i(){var d;clearTimeout(a),(d=o)==null||d.disconnect(),o=null}function c(d,l){d===void 0&&(d=!1),l===void 0&&(l=1),i();const s=e.getBoundingClientRect(),{left:u,top:h,width:k,height:p}=s;if(d||t(),!k||!p)return;const y=Rw(h),_=Rw(n.clientWidth-(u+k)),m=Rw(n.clientHeight-(h+p)),g=Rw(u),$={rootMargin:-y+"px "+-_+"px "+-m+"px "+-g+"px",threshold:ve(0,pt(1,l))||1};let b=!0;function N(P){const C=P[0].intersectionRatio;if(C!==l){if(!b)return c();C?c(!1,C):a=setTimeout(()=>{c(!1,1e-7)},1e3)}C===1&&!Tj(s,e.getBoundingClientRect())&&c(),b=!1}try{o=new IntersectionObserver(N,{...$,root:n.ownerDocument})}catch{o=new IntersectionObserver(N,$)}o.observe(e)}return c(!0),i}function iE(e,t,o,a){a===void 0&&(a={});const{ancestorScroll:n=!0,ancestorResize:i=!0,elementResize:c=typeof ResizeObserver=="function",layoutShift:d=typeof IntersectionObserver=="function",animationFrame:l=!1}=a,s=VN(e),u=n||i?[...s?Ai(s):[],...Ai(t)]:[];u.forEach(g=>{n&&g.addEventListener("scroll",o,{passive:!0}),i&&g.addEventListener("resize",o)});const h=s&&d?aE(s,o):null;let k=-1,p=null;c&&(p=new ResizeObserver(g=>{let[w]=g;w&&w.target===s&&p&&(p.unobserve(t),cancelAnimationFrame(k),k=requestAnimationFrame(()=>{var $;($=p)==null||$.observe(t)})),o()}),s&&!l&&p.observe(s),p.observe(t));let y,_=l?A1(e):null;l&&m();function m(){const g=A1(e);_&&!Tj(_,g)&&o(),_=g,y=requestAnimationFrame(m)}return o(),()=>{var g;u.forEach(w=>{n&&w.removeEventListener("scroll",o),i&&w.removeEventListener("resize",o)}),h?.(),(g=p)==null||g.disconnect(),p=null,l&&cancelAnimationFrame(y)}}const rE=CF,cE=zF,dE=IF,sE=jF,lE=LF,Fj=NF,uE=AF,hE=(e,t,o)=>{const a=new Map,n={platform:oE,...o},i={...n.platform,_c:a};return xF(e,t,{...n,platform:i})};var pE=typeof document<"u",yE=function(){},Gw=pE?te.useLayoutEffect:yE;function Ww(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let o,a,n;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(o=e.length,o!==t.length)return!1;for(a=o;a--!==0;)if(!Ww(e[a],t[a]))return!1;return!0}if(n=Object.keys(e),o=n.length,o!==Object.keys(t).length)return!1;for(a=o;a--!==0;)if(!{}.hasOwnProperty.call(t,n[a]))return!1;for(a=o;a--!==0;){const i=n[a];if(!(i==="_owner"&&e.$$typeof)&&!Ww(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function Ej(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Uj(e,t){const o=Ej(e);return Math.round(t*o)/o}function TN(e){const t=f.useRef(e);return Gw(()=>{t.current=e}),t}function kE(e){e===void 0&&(e={});const{placement:t="bottom",strategy:o="absolute",middleware:a=[],platform:n,elements:{reference:i,floating:c}={},transform:d=!0,whileElementsMounted:l,open:s}=e,[u,h]=f.useState({x:0,y:0,strategy:o,placement:t,middlewareData:{},isPositioned:!1}),[k,p]=f.useState(a);Ww(k,a)||p(a);const[y,_]=f.useState(null),[m,g]=f.useState(null),w=f.useCallback(S=>{S!==P.current&&(P.current=S,_(S))},[]),$=f.useCallback(S=>{S!==C.current&&(C.current=S,g(S))},[]),b=i||y,N=c||m,P=f.useRef(null),C=f.useRef(null),I=f.useRef(u),T=l!=null,V=TN(l),W=TN(n),X=TN(s),Q=f.useCallback(()=>{if(!P.current||!C.current)return;const S={placement:t,strategy:o,middleware:k};W.current&&(S.platform=W.current),hE(P.current,C.current,S).then(q=>{const re={...q,isPositioned:X.current!==!1};K.current&&!Ww(I.current,re)&&(I.current=re,uI.flushSync(()=>{h(re)}))})},[k,t,o,W,X]);Gw(()=>{s===!1&&I.current.isPositioned&&(I.current.isPositioned=!1,h(S=>({...S,isPositioned:!1})))},[s]);const K=f.useRef(!1);Gw(()=>(K.current=!0,()=>{K.current=!1}),[]),Gw(()=>{if(b&&(P.current=b),N&&(C.current=N),b&&N){if(V.current)return V.current(b,N,Q);Q()}},[b,N,Q,V,T]);const oe=f.useMemo(()=>({reference:P,floating:C,setReference:w,setFloating:$}),[w,$]),B=f.useMemo(()=>({reference:b,floating:N}),[b,N]),J=f.useMemo(()=>{const S={position:o,left:0,top:0};if(!B.floating)return S;const q=Uj(B.floating,u.x),re=Uj(B.floating,u.y);return d?{...S,transform:"translate("+q+"px, "+re+"px)",...Ej(B.floating)>=1.5&&{willChange:"transform"}}:{position:o,left:q,top:re}},[o,d,B.floating,u.x,u.y]);return f.useMemo(()=>({...u,update:Q,refs:oe,elements:B,floatingStyles:J}),[u,Q,oe,B,J])}const _E=e=>{function t(o){return{}.hasOwnProperty.call(o,"current")}return{name:"arrow",options:e,fn(o){const{element:a,padding:n}=typeof e=="function"?e(o):e;return a&&t(a)?a.current!=null?Fj({element:a.current,padding:n}).fn(o):{}:a?Fj({element:a,padding:n}).fn(o):{}}}},fE=(e,t)=>({...rE(e),options:[e,t]}),mE=(e,t)=>({...cE(e),options:[e,t]}),gE=(e,t)=>({...uE(e),options:[e,t]}),vE=(e,t)=>({...dE(e),options:[e,t]}),ME=(e,t)=>({...sE(e),options:[e,t]}),$E=(e,t)=>({...lE(e),options:[e,t]}),wE=(e,t)=>({..._E(e),options:[e,t]});var bE="Arrow",Bj=f.forwardRef((e,t)=>{const{children:o,width:a=10,height:n=5,...i}=e;return M.jsx(se.svg,{...i,ref:t,width:a,height:n,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?o:M.jsx("polygon",{points:"0,0 30,0 15,10"})})});Bj.displayName=bE;var xE=Bj;function NE(e){const[t,o]=f.useState(void 0);return ut(()=>{if(e){o({width:e.offsetWidth,height:e.offsetHeight});const a=new ResizeObserver(n=>{if(!Array.isArray(n)||!n.length)return;const i=n[0];let c,d;if("borderBoxSize"in i){const l=i.borderBoxSize,s=Array.isArray(l)?l[0]:l;c=s.inlineSize,d=s.blockSize}else c=e.offsetWidth,d=e.offsetHeight;o({width:c,height:d})});return a.observe(e,{box:"border-box"}),()=>a.unobserve(e)}else o(void 0)},[e]),t}var FN="Popper",[Zj,Kw]=Z1(FN),[IE,Gj]=Zj(FN),Wj=e=>{const{__scopePopper:t,children:o}=e,[a,n]=f.useState(null);return M.jsx(IE,{scope:t,anchor:a,onAnchorChange:n,children:o})};Wj.displayName=FN;var Kj="PopperAnchor",Xj=f.forwardRef((e,t)=>{const{__scopePopper:o,virtualRef:a,...n}=e,i=Gj(Kj,o),c=f.useRef(null),d=ue(t,c),l=f.useRef(null);return f.useEffect(()=>{const s=l.current;l.current=a?.current||c.current,s!==l.current&&i.onAnchorChange(l.current)}),a?null:M.jsx(se.div,{...n,ref:d})});Xj.displayName=Kj;var EN="PopperContent",[LE,SE]=Zj(EN),Jj=f.forwardRef((e,t)=>{const{__scopePopper:o,side:a="bottom",sideOffset:n=0,align:i="center",alignOffset:c=0,arrowPadding:d=0,avoidCollisions:l=!0,collisionBoundary:s=[],collisionPadding:u=0,sticky:h="partial",hideWhenDetached:k=!1,updatePositionStrategy:p="optimized",onPlaced:y,..._}=e,m=Gj(EN,o),[g,w]=f.useState(null),$=ue(t,Z=>w(Z)),[b,N]=f.useState(null),P=NE(b),C=P?.width??0,I=P?.height??0,T=a+(i!=="center"?"-"+i:""),V=typeof u=="number"?u:{top:0,right:0,bottom:0,left:0,...u},W=Array.isArray(s)?s:[s],X=W.length>0,Q={padding:V,boundary:W.filter(zE),altBoundary:X},{refs:K,floatingStyles:oe,placement:B,isPositioned:J,middlewareData:S}=kE({strategy:"fixed",placement:T,whileElementsMounted:(...Z)=>iE(...Z,{animationFrame:p==="always"}),elements:{reference:m.anchor},middleware:[fE({mainAxis:n+I,alignmentAxis:c}),l&&mE({mainAxis:!0,crossAxis:!1,limiter:h==="partial"?gE():void 0,...Q}),l&&vE({...Q}),ME({...Q,apply:({elements:Z,rects:_t,availableWidth:ni,availableHeight:oi})=>{const{width:Ri,height:ai}=_t.reference,lb=Z.floating.style;lb.setProperty("--radix-popper-available-width",`${ni}px`),lb.setProperty("--radix-popper-available-height",`${oi}px`),lb.setProperty("--radix-popper-anchor-width",`${Ri}px`),lb.setProperty("--radix-popper-anchor-height",`${ai}px`)}}),b&&wE({element:b,padding:d}),AE({arrowWidth:C,arrowHeight:I}),k&&$E({strategy:"referenceHidden",...Q})]}),[q,re]=eP(B),$e=et(y);ut(()=>{J&&$e?.()},[J,$e]);const Ae=S.arrow?.x,ae=S.arrow?.y,de=S.arrow?.centerOffset!==0,[ot,Ze]=f.useState();return ut(()=>{g&&Ze(window.getComputedStyle(g).zIndex)},[g]),M.jsx("div",{ref:K.setFloating,"data-radix-popper-content-wrapper":"",style:{...oe,transform:J?oe.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:ot,"--radix-popper-transform-origin":[S.transformOrigin?.x,S.transformOrigin?.y].join(" "),...S.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:M.jsx(LE,{scope:o,placedSide:q,onArrowChange:N,arrowX:Ae,arrowY:ae,shouldHideArrow:de,children:M.jsx(se.div,{"data-side":q,"data-align":re,..._,ref:$,style:{..._.style,animation:J?void 0:"none"}})})})});Jj.displayName=EN;var Yj="PopperArrow",CE={top:"bottom",right:"left",bottom:"top",left:"right"},Qj=f.forwardRef(function(t,o){const{__scopePopper:a,...n}=t,i=SE(Yj,a),c=CE[i.placedSide];return M.jsx("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[c]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0},children:M.jsx(xE,{...n,ref:o,style:{...n.style,display:"block"}})})});Qj.displayName=Yj;function zE(e){return e!==null}var AE=e=>({name:"transformOrigin",options:e,fn(t){const{placement:o,rects:a,middlewareData:n}=t,c=n.arrow?.centerOffset!==0,d=c?0:e.arrowWidth,l=c?0:e.arrowHeight,[s,u]=eP(o),h={start:"0%",center:"50%",end:"100%"}[u],k=(n.arrow?.x??0)+d/2,p=(n.arrow?.y??0)+l/2;let y="",_="";return s==="bottom"?(y=c?h:`${k}px`,_=`${-l}px`):s==="top"?(y=c?h:`${k}px`,_=`${a.floating.height+l}px`):s==="right"?(y=`${-l}px`,_=c?h:`${p}px`):s==="left"&&(y=`${a.floating.width+l}px`,_=c?h:`${p}px`),{data:{x:y,y:_}}}});function eP(e){const[t,o="center"]=e.split("-");return[t,o]}var tP=Wj,UN=Xj,nP=Jj,oP=Qj,jE="Portal",BN=f.forwardRef((e,t)=>{const{container:o,...a}=e,[n,i]=f.useState(!1);ut(()=>i(!0),[]);const c=o||n&&globalThis?.document?.body;return c?sI.createPortal(M.jsx(se.div,{...a,ref:t}),c):null});BN.displayName=jE;function PE(e,t){return f.useReducer((o,a)=>t[o][a]??o,e)}var j1=e=>{const{present:t,children:o}=e,a=qE(t),n=typeof o=="function"?o({present:a.isPresent}):f.Children.only(o),i=ue(a.ref,DE(n));return typeof o=="function"||a.isPresent?f.cloneElement(n,{ref:i}):null};j1.displayName="Presence";function qE(e){const[t,o]=f.useState(),a=f.useRef(null),n=f.useRef(e),i=f.useRef("none"),c=e?"mounted":"unmounted",[d,l]=PE(c,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return f.useEffect(()=>{const s=Xw(a.current);i.current=d==="mounted"?s:"none"},[d]),ut(()=>{const s=a.current,u=n.current;if(u!==e){const k=i.current,p=Xw(s);e?l("MOUNT"):p==="none"||s?.display==="none"?l("UNMOUNT"):l(u&&k!==p?"ANIMATION_OUT":"UNMOUNT"),n.current=e}},[e,l]),ut(()=>{if(t){let s;const u=t.ownerDocument.defaultView??window,h=p=>{const _=Xw(a.current).includes(CSS.escape(p.animationName));if(p.target===t&&_&&(l("ANIMATION_END"),!n.current)){const m=t.style.animationFillMode;t.style.animationFillMode="forwards",s=u.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=m)})}},k=p=>{p.target===t&&(i.current=Xw(a.current))};return t.addEventListener("animationstart",k),t.addEventListener("animationcancel",h),t.addEventListener("animationend",h),()=>{u.clearTimeout(s),t.removeEventListener("animationstart",k),t.removeEventListener("animationcancel",h),t.removeEventListener("animationend",h)}}else l("ANIMATION_END")},[t,l]),{isPresent:["mounted","unmountSuspended"].includes(d),ref:f.useCallback(s=>{a.current=s?getComputedStyle(s):null,o(s)},[])}}function Xw(e){return e?.animationName||"none"}function DE(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,o=t&&"isReactWarning"in t&&t.isReactWarning;return o?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,o=t&&"isReactWarning"in t&&t.isReactWarning,o?e.props.ref:e.props.ref||e.ref)}var ZN="rovingFocusGroup.onEntryFocus",OE={bubbles:!1,cancelable:!0},ji="RovingFocusGroup",[GN,aP,HE]=lj(ji),[VE,iP]=Z1(ji,[HE]),[RE,TE]=VE(ji),rP=f.forwardRef((e,t)=>M.jsx(GN.Provider,{scope:e.__scopeRovingFocusGroup,children:M.jsx(GN.Slot,{scope:e.__scopeRovingFocusGroup,children:M.jsx(FE,{...e,ref:t})})}));rP.displayName=ji;var FE=f.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:o,orientation:a,loop:n=!1,dir:i,currentTabStopId:c,defaultCurrentTabStopId:d,onCurrentTabStopIdChange:l,onEntryFocus:s,preventScrollOnEntryFocus:u=!1,...h}=e,k=f.useRef(null),p=ue(t,k),y=uj(i),[_,m]=bN({prop:c,defaultProp:d??null,onChange:l,caller:ji}),[g,w]=f.useState(!1),$=et(s),b=aP(o),N=f.useRef(!1),[P,C]=f.useState(0);return f.useEffect(()=>{const I=k.current;if(I)return I.addEventListener(ZN,$),()=>I.removeEventListener(ZN,$)},[$]),M.jsx(RE,{scope:o,orientation:a,dir:y,loop:n,currentTabStopId:_,onItemFocus:f.useCallback(I=>m(I),[m]),onItemShiftTab:f.useCallback(()=>w(!0),[]),onFocusableItemAdd:f.useCallback(()=>C(I=>I+1),[]),onFocusableItemRemove:f.useCallback(()=>C(I=>I-1),[]),children:M.jsx(se.div,{tabIndex:g||P===0?-1:0,"data-orientation":a,...h,ref:p,style:{outline:"none",...e.style},onMouseDown:U(e.onMouseDown,()=>{N.current=!0}),onFocus:U(e.onFocus,I=>{const T=!N.current;if(I.target===I.currentTarget&&T&&!g){const V=new CustomEvent(ZN,OE);if(I.currentTarget.dispatchEvent(V),!V.defaultPrevented){const W=b().filter(B=>B.focusable),X=W.find(B=>B.active),Q=W.find(B=>B.id===_),oe=[X,Q,...W].filter(Boolean).map(B=>B.ref.current);sP(oe,u)}}N.current=!1}),onBlur:U(e.onBlur,()=>w(!1))})})}),cP="RovingFocusGroupItem",dP=f.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:o,focusable:a=!0,active:n=!1,tabStopId:i,children:c,...d}=e,l=Hw(),s=i||l,u=TE(cP,o),h=u.currentTabStopId===s,k=aP(o),{onFocusableItemAdd:p,onFocusableItemRemove:y,currentTabStopId:_}=u;return f.useEffect(()=>{if(a)return p(),()=>y()},[a,p,y]),M.jsx(GN.ItemSlot,{scope:o,id:s,focusable:a,active:n,children:M.jsx(se.span,{tabIndex:h?0:-1,"data-orientation":u.orientation,...d,ref:t,onMouseDown:U(e.onMouseDown,m=>{a?u.onItemFocus(s):m.preventDefault()}),onFocus:U(e.onFocus,()=>u.onItemFocus(s)),onKeyDown:U(e.onKeyDown,m=>{if(m.key==="Tab"&&m.shiftKey){u.onItemShiftTab();return}if(m.target!==m.currentTarget)return;const g=BE(m,u.orientation,u.dir);if(g!==void 0){if(m.metaKey||m.ctrlKey||m.altKey||m.shiftKey)return;m.preventDefault();let $=k().filter(b=>b.focusable).map(b=>b.ref.current);if(g==="last")$.reverse();else if(g==="prev"||g==="next"){g==="prev"&&$.reverse();const b=$.indexOf(m.currentTarget);$=u.loop?ZE($,b+1):$.slice(b+1)}setTimeout(()=>sP($))}}),children:typeof c=="function"?c({isCurrentTabStop:h,hasTabStop:_!=null}):c})})});dP.displayName=cP;var EE={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function UE(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function BE(e,t,o){const a=UE(e.key,o);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(a))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(a)))return EE[a]}function sP(e,t=!1){const o=document.activeElement;for(const a of e)if(a===o||(a.focus({preventScroll:t}),document.activeElement!==o))return}function ZE(e,t){return e.map((o,a)=>e[(t+a)%e.length])}var GE=rP,WE=dP,KE=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},J1=new WeakMap,Jw=new WeakMap,Yw={},WN=0,lP=function(e){return e&&(e.host||lP(e.parentNode))},XE=function(e,t){return t.map(function(o){if(e.contains(o))return o;var a=lP(o);return a&&e.contains(a)?a:(console.error("aria-hidden",o,"in not contained inside",e,". Doing nothing"),null)}).filter(function(o){return!!o})},JE=function(e,t,o,a){var n=XE(t,Array.isArray(e)?e:[e]);Yw[o]||(Yw[o]=new WeakMap);var i=Yw[o],c=[],d=new Set,l=new Set(n),s=function(h){!h||d.has(h)||(d.add(h),s(h.parentNode))};n.forEach(s);var u=function(h){!h||l.has(h)||Array.prototype.forEach.call(h.children,function(k){if(d.has(k))u(k);else try{var p=k.getAttribute(a),y=p!==null&&p!=="false",_=(J1.get(k)||0)+1,m=(i.get(k)||0)+1;J1.set(k,_),i.set(k,m),c.push(k),_===1&&y&&Jw.set(k,!0),m===1&&k.setAttribute(o,"true"),y||k.setAttribute(a,"true")}catch(g){console.error("aria-hidden: cannot operate on ",k,g)}})};return u(t),d.clear(),WN++,function(){c.forEach(function(h){var k=J1.get(h)-1,p=i.get(h)-1;J1.set(h,k),i.set(h,p),k||(Jw.has(h)||h.removeAttribute(a),Jw.delete(h)),p||h.removeAttribute(o)}),WN--,WN||(J1=new WeakMap,J1=new WeakMap,Jw=new WeakMap,Yw={})}},uP=function(e,t,o){o===void 0&&(o="data-aria-hidden");var a=Array.from(Array.isArray(e)?e:[e]),n=KE(e);return n?(a.push.apply(a,Array.from(n.querySelectorAll("[aria-live], script"))),JE(a,n,o,"aria-hidden")):function(){return null}},Be=function(){return Be=Object.assign||function(t){for(var o,a=1,n=arguments.length;a<n;a++){o=arguments[a];for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(t[i]=o[i])}return t},Be.apply(this,arguments)};function hP(e,t){var o={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(o[a]=e[a]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,a=Object.getOwnPropertySymbols(e);n<a.length;n++)t.indexOf(a[n])<0&&Object.prototype.propertyIsEnumerable.call(e,a[n])&&(o[a[n]]=e[a[n]]);return o}function YE(e,t,o){if(o||arguments.length===2)for(var a=0,n=t.length,i;a<n;a++)(i||!(a in t))&&(i||(i=Array.prototype.slice.call(t,0,a)),i[a]=t[a]);return e.concat(i||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;var Qw="right-scroll-bar-position",eb="width-before-scroll-bar",QE="with-scroll-bars-hidden",eU="--removed-body-scroll-bar-size";function KN(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function tU(e,t){var o=te.useState(function(){return{value:e,callback:t,facade:{get current(){return o.value},set current(a){var n=o.value;n!==a&&(o.value=a,o.callback(a,n))}}}})[0];return o.callback=t,o.facade}var nU=typeof window<"u"?f.useLayoutEffect:f.useEffect,pP=new WeakMap;function oU(e,t){var o=tU(null,function(a){return e.forEach(function(n){return KN(n,a)})});return nU(function(){var a=pP.get(o);if(a){var n=new Set(a),i=new Set(e),c=o.current;n.forEach(function(d){i.has(d)||KN(d,null)}),i.forEach(function(d){n.has(d)||KN(d,c)})}pP.set(o,e)},[e]),o}function aU(e){return e}function iU(e,t){t===void 0&&(t=aU);var o=[],a=!1,n={read:function(){if(a)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return o.length?o[o.length-1]:e},useMedium:function(i){var c=t(i,a);return o.push(c),function(){o=o.filter(function(d){return d!==c})}},assignSyncMedium:function(i){for(a=!0;o.length;){var c=o;o=[],c.forEach(i)}o={push:function(d){return i(d)},filter:function(){return o}}},assignMedium:function(i){a=!0;var c=[];if(o.length){var d=o;o=[],d.forEach(i),c=o}var l=function(){var u=c;c=[],u.forEach(i)},s=function(){return Promise.resolve().then(l)};s(),o={push:function(u){c.push(u),s()},filter:function(u){return c=c.filter(u),o}}}};return n}function rU(e){e===void 0&&(e={});var t=iU(null);return t.options=Be({async:!0,ssr:!1},e),t}var yP=function(e){var t=e.sideCar,o=hP(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var a=t.read();if(!a)throw new Error("Sidecar medium not found");return f.createElement(a,Be({},o))};yP.isSideCarExport=!0;function cU(e,t){return e.useMedium(t),yP}var kP=rU(),XN=function(){},tb=f.forwardRef(function(e,t){var o=f.useRef(null),a=f.useState({onScrollCapture:XN,onWheelCapture:XN,onTouchMoveCapture:XN}),n=a[0],i=a[1],c=e.forwardProps,d=e.children,l=e.className,s=e.removeScrollBar,u=e.enabled,h=e.shards,k=e.sideCar,p=e.noRelative,y=e.noIsolation,_=e.inert,m=e.allowPinchZoom,g=e.as,w=g===void 0?"div":g,$=e.gapMode,b=hP(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),N=k,P=oU([o,t]),C=Be(Be({},b),n);return f.createElement(f.Fragment,null,u&&f.createElement(N,{sideCar:kP,removeScrollBar:s,shards:h,noRelative:p,noIsolation:y,inert:_,setCallbacks:i,allowPinchZoom:!!m,lockRef:o,gapMode:$}),c?f.cloneElement(f.Children.only(d),Be(Be({},C),{ref:P})):f.createElement(w,Be({},C,{className:l,ref:P}),d))});tb.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},tb.classNames={fullWidth:eb,zeroRight:Qw};var dU=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function sU(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=dU();return t&&e.setAttribute("nonce",t),e}function lU(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function uU(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var hU=function(){var e=0,t=null;return{add:function(o){e==0&&(t=sU())&&(lU(t,o),uU(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},pU=function(){var e=hU();return function(t,o){f.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&o])}},_P=function(){var e=pU(),t=function(o){var a=o.styles,n=o.dynamic;return e(a,n),null};return t},yU={left:0,top:0,right:0,gap:0},JN=function(e){return parseInt(e||"",10)||0},kU=function(e){var t=window.getComputedStyle(document.body),o=t[e==="padding"?"paddingLeft":"marginLeft"],a=t[e==="padding"?"paddingTop":"marginTop"],n=t[e==="padding"?"paddingRight":"marginRight"];return[JN(o),JN(a),JN(n)]},_U=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return yU;var t=kU(e),o=document.documentElement.clientWidth,a=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,a-o+t[2]-t[0])}},fU=_P(),Y1="data-scroll-locked",mU=function(e,t,o,a){var n=e.left,i=e.top,c=e.right,d=e.gap;return o===void 0&&(o="margin"),`
|
|
26
|
+
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(const u of this.seen.entries()){const h=u[1];if(t===u[0]){c(u);continue}if(a.external){const p=a.external.registry.get(u[0])?.id;if(t!==u[0]&&p){c(u);continue}}if(this.metadataRegistry.get(u[0])?.id){c(u);continue}if(h.cycle){c(u);continue}if(h.count>1&&a.reused==="ref"){c(u);continue}}const d=(u,h)=>{const k=this.seen.get(u),p=k.def??k.schema,y={...p};if(k.ref===null)return;const _=k.ref;if(k.ref=null,_){d(_,h);const m=this.seen.get(_).schema;m.$ref&&(h.target==="draft-7"||h.target==="draft-4"||h.target==="openapi-3.0")?(p.allOf=p.allOf??[],p.allOf.push(m)):(Object.assign(p,m),Object.assign(p,y))}k.isParent||this.override({zodSchema:u,jsonSchema:p,path:k.path??[]})};for(const u of[...this.seen.entries()].reverse())d(u[0],{target:this.target});const l={};if(this.target==="draft-2020-12"?l.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?l.$schema="http://json-schema.org/draft-07/schema#":this.target==="draft-4"?l.$schema="http://json-schema.org/draft-04/schema#":this.target==="openapi-3.0"||console.warn(`Invalid target: ${this.target}`),a.external?.uri){const u=a.external.registry.get(t)?.id;if(!u)throw new Error("Schema is missing an `id` property");l.$id=a.external.uri(u)}Object.assign(l,n.def);const s=a.external?.defs??{};for(const u of this.seen.entries()){const h=u[1];h.def&&h.defId&&(s[h.defId]=h.def)}a.external||Object.keys(s).length>0&&(this.target==="draft-2020-12"?l.$defs=s:l.definitions=s);try{return JSON.parse(JSON.stringify(l))}catch{throw new Error("Error converting schema to JSON.")}}}function Zz(e,t){if(e instanceof ix){const a=new Rx(t),n={};for(const d of e._idmap.entries()){const[l,s]=d;a.process(s)}const i={},c={registry:e,uri:t?.uri,defs:n};for(const d of e._idmap.entries()){const[l,s]=d;i[l]=a.emit(s,{...t,external:c})}if(Object.keys(n).length>0){const d=a.target==="draft-2020-12"?"$defs":"definitions";i.__shared={[d]:n}}return{schemas:i}}const o=new Rx(t);return o.process(e),o.emit(e,t)}function pe(e,t){const o=t??{seen:new Set};if(o.seen.has(e))return!1;o.seen.add(e);const a=e._zod.def;if(a.type==="transform")return!0;if(a.type==="array")return pe(a.element,o);if(a.type==="set")return pe(a.valueType,o);if(a.type==="lazy")return pe(a.getter(),o);if(a.type==="promise"||a.type==="optional"||a.type==="nonoptional"||a.type==="nullable"||a.type==="readonly"||a.type==="default"||a.type==="prefault")return pe(a.innerType,o);if(a.type==="intersection")return pe(a.left,o)||pe(a.right,o);if(a.type==="record"||a.type==="map")return pe(a.keyType,o)||pe(a.valueType,o);if(a.type==="pipe")return pe(a.in,o)||pe(a.out,o);if(a.type==="object"){for(const n in a.shape)if(pe(a.shape[n],o))return!0;return!1}if(a.type==="union"){for(const n of a.options)if(pe(n,o))return!0;return!1}if(a.type==="tuple"){for(const n of a.items)if(pe(n,o))return!0;return!!(a.rest&&pe(a.rest,o))}return!1}const UV=Object.freeze(Object.defineProperty({__proto__:null,$ZodAny:tC,$ZodArray:cC,$ZodAsyncError:gt,$ZodBase64:ES,$ZodBase64URL:BS,$ZodBigInt:ex,$ZodBigIntFormat:JS,$ZodBoolean:Qb,$ZodCIDRv4:TS,$ZodCIDRv6:FS,$ZodCUID:SS,$ZodCUID2:CS,$ZodCatch:PC,$ZodCheck:ne,$ZodCheckBigIntFormat:aS,$ZodCheckEndsWith:_S,$ZodCheckGreaterThan:Xb,$ZodCheckIncludes:yS,$ZodCheckLengthEquals:lS,$ZodCheckLessThan:Kb,$ZodCheckLowerCase:hS,$ZodCheckMaxLength:dS,$ZodCheckMaxSize:iS,$ZodCheckMimeType:gS,$ZodCheckMinLength:sS,$ZodCheckMinSize:rS,$ZodCheckMultipleOf:nS,$ZodCheckNumberFormat:oS,$ZodCheckOverwrite:vS,$ZodCheckProperty:mS,$ZodCheckRegex:uS,$ZodCheckSizeEquals:cS,$ZodCheckStartsWith:kS,$ZodCheckStringFormat:fi,$ZodCheckUpperCase:pS,$ZodCodec:ax,$ZodCustom:EC,$ZodCustomStringFormat:KS,$ZodDate:iC,$ZodDefault:LC,$ZodDiscriminatedUnion:pC,$ZodE164:ZS,$ZodEmail:xS,$ZodEmoji:IS,$ZodEncodeError:Xi,$ZodEnum:MC,$ZodError:Pb,$ZodFile:wC,$ZodFunction:RC,$ZodGUID:wS,$ZodIPv4:HS,$ZodIPv6:VS,$ZodISODate:qS,$ZodISODateTime:PS,$ZodISODuration:OS,$ZodISOTime:DS,$ZodIntersection:yC,$ZodJWT:WS,$ZodKSUID:jS,$ZodLazy:FC,$ZodLiteral:$C,$ZodMAC:RS,$ZodMap:fC,$ZodNaN:qC,$ZodNanoID:LS,$ZodNever:oC,$ZodNonOptional:zC,$ZodNull:eC,$ZodNullable:IC,$ZodNumber:Yb,$ZodNumberFormat:XS,$ZodObject:lC,$ZodObjectJIT:uC,$ZodOptional:NC,$ZodPipe:DC,$ZodPrefault:CC,$ZodPromise:TC,$ZodReadonly:OC,$ZodRealError:_e,$ZodRecord:_C,$ZodRegistry:ix,$ZodSet:gC,$ZodString:mi,$ZodStringFormat:Y,$ZodSuccess:jC,$ZodSymbol:YS,$ZodTemplateLiteral:VC,$ZodTransform:bC,$ZodTuple:ox,$ZodType:R,$ZodULID:zS,$ZodURL:NS,$ZodUUID:bS,$ZodUndefined:QS,$ZodUnion:tx,$ZodUnknown:nC,$ZodVoid:aC,$ZodXID:AS,$brand:KI,$constructor:v,$input:ez,$output:QC,Doc:MS,JSONSchema:Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),JSONSchemaGenerator:Rx,NEVER:WI,TimePrecision:az,_any:xz,_array:Oz,_base64:wx,_base64url:bx,_bigint:mz,_boolean:_z,_catch:HV,_check:Fz,_cidrv4:Mx,_cidrv6:$x,_coercedBigint:gz,_coercedBoolean:fz,_coercedDate:Cz,_coercedNumber:lz,_coercedString:nz,_cuid:yx,_cuid2:kx,_custom:Vz,_date:Sz,_decode:Rb,_decodeAsync:Fb,_default:qV,_discriminatedUnion:wV,_e164:xx,_email:cx,_emoji:hx,_encode:Vb,_encodeAsync:Tb,_endsWith:jx,_enum:SV,_file:Hz,_float32:hz,_float64:pz,_gt:bt,_gte:fe,_guid:sr,_includes:zx,_int:uz,_int32:yz,_int64:vz,_intersection:bV,_ipv4:gx,_ipv6:vx,_isoDate:rz,_isoDateTime:iz,_isoDuration:dz,_isoTime:cz,_jwt:Nx,_ksuid:mx,_lazy:FV,_length:pr,_literal:zV,_lowercase:Sx,_lt:wt,_lte:Se,_mac:oz,_map:IV,_max:Se,_maxLength:hr,_maxSize:ur,_mime:Px,_min:fe,_minLength:E1,_minSize:$i,_multipleOf:Mi,_nan:zz,_nanoid:px,_nativeEnum:CV,_negative:jz,_never:Iz,_nonnegative:qz,_nonoptional:DV,_nonpositive:Pz,_normalize:qx,_null:bz,_nullable:PV,_number:sz,_optional:jV,_overwrite:st,_parse:ui,_parseAsync:hi,_pipe:VV,_positive:Az,_promise:EV,_property:Dz,_readonly:RV,_record:NV,_refine:Rz,_regex:Lx,_safeDecode:Ub,_safeDecodeAsync:Zb,_safeEncode:Eb,_safeEncodeAsync:Bb,_safeParse:pi,_safeParseAsync:yi,_set:LV,_size:Ix,_slugify:Vx,_startsWith:Ax,_string:tz,_stringFormat:wi,_stringbool:Bz,_success:OV,_superRefine:Tz,_symbol:$z,_templateLiteral:TV,_toLowerCase:Ox,_toUpperCase:Hx,_transform:AV,_trim:Dx,_tuple:xV,_uint32:kz,_uint64:Mz,_ulid:_x,_undefined:wz,_union:$V,_unknown:Nz,_uppercase:Cx,_url:lr,_uuid:dx,_uuidv4:sx,_uuidv6:lx,_uuidv7:ux,_void:Lz,_xid:fx,clone:we,config:he,decode:mO,decodeAsync:vO,describe:Ez,encode:fO,encodeAsync:gO,flattenError:qb,formatError:Db,globalConfig:Ji,globalRegistry:Le,isValidBase64:Jb,isValidBase64URL:US,isValidJWT:GS,locales:JC,meta:Uz,parse:Ob,parseAsync:Hb,prettifyError:fL,regexes:Wb,registry:rx,safeDecode:$O,safeDecodeAsync:bO,safeEncode:MO,safeEncodeAsync:wO,safeParse:mL,safeParseAsync:gL,toDotPath:_L,toJSONSchema:Zz,treeifyError:kL,util:pL,version:$S},Symbol.toStringTag,{value:"Module"})),Tx=v("ZodISODateTime",(e,t)=>{PS.init(e,t),ee.init(e,t)});function Gz(e){return iz(Tx,e)}const Fx=v("ZodISODate",(e,t)=>{qS.init(e,t),ee.init(e,t)});function Wz(e){return rz(Fx,e)}const Ex=v("ZodISOTime",(e,t)=>{DS.init(e,t),ee.init(e,t)});function Kz(e){return cz(Ex,e)}const Ux=v("ZodISODuration",(e,t)=>{OS.init(e,t),ee.init(e,t)});function Xz(e){return dz(Ux,e)}const BV=Object.freeze(Object.defineProperty({__proto__:null,ZodISODate:Fx,ZodISODateTime:Tx,ZodISODuration:Ux,ZodISOTime:Ex,date:Wz,datetime:Gz,duration:Xz,time:Kz},Symbol.toStringTag,{value:"Module"})),Jz=(e,t)=>{Pb.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:o=>Db(e,o)},flatten:{value:o=>qb(e,o)},addIssue:{value:o=>{e.issues.push(o),e.message=JSON.stringify(e.issues,Yi,2)}},addIssues:{value:o=>{e.issues.push(...o),e.message=JSON.stringify(e.issues,Yi,2)}},isEmpty:{get(){return e.issues.length===0}}})},ZV=v("ZodError",Jz),me=v("ZodError",Jz,{Parent:Error}),Yz=ui(me),Qz=hi(me),eA=pi(me),tA=yi(me),nA=Vb(me),oA=Rb(me),aA=Tb(me),iA=Fb(me),rA=Eb(me),cA=Ub(me),dA=Bb(me),sA=Zb(me),F=v("ZodType",(e,t)=>(R.init(e,t),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.check=(...o)=>e.clone(Je(t,{checks:[...t.checks??[],...o.map(a=>typeof a=="function"?{_zod:{check:a,def:{check:"custom"},onattach:[]}}:a)]})),e.clone=(o,a)=>we(e,o,a),e.brand=()=>e,e.register=((o,a)=>(o.add(e,a),e)),e.parse=(o,a)=>Yz(e,o,a,{callee:e.parse}),e.safeParse=(o,a)=>eA(e,o,a),e.parseAsync=async(o,a)=>Qz(e,o,a,{callee:e.parseAsync}),e.safeParseAsync=async(o,a)=>tA(e,o,a),e.spa=e.safeParseAsync,e.encode=(o,a)=>nA(e,o,a),e.decode=(o,a)=>oA(e,o,a),e.encodeAsync=async(o,a)=>aA(e,o,a),e.decodeAsync=async(o,a)=>iA(e,o,a),e.safeEncode=(o,a)=>rA(e,o,a),e.safeDecode=(o,a)=>cA(e,o,a),e.safeEncodeAsync=async(o,a)=>dA(e,o,a),e.safeDecodeAsync=async(o,a)=>sA(e,o,a),e.refine=(o,a)=>e.check(JA(o,a)),e.superRefine=o=>e.check(YA(o)),e.overwrite=o=>e.check(st(o)),e.optional=()=>$r(e),e.nullable=()=>wr(e),e.nullish=()=>$r(wr(e)),e.nonoptional=o=>HA(e,o),e.array=()=>vr(e),e.or=o=>yN([e,o]),e.and=o=>bA(e,o),e.transform=o=>br(e,fN(o)),e.default=o=>qA(e,o),e.prefault=o=>OA(e,o),e.catch=o=>TA(e,o),e.pipe=o=>br(e,o),e.readonly=()=>UA(e),e.describe=o=>{const a=e.clone();return Le.add(a,{description:o}),a},Object.defineProperty(e,"description",{get(){return Le.get(e)?.description},configurable:!0}),e.meta=(...o)=>{if(o.length===0)return Le.get(e);const a=e.clone();return Le.add(a,o[0]),a},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e)),Bx=v("_ZodString",(e,t)=>{mi.init(e,t),F.init(e,t);const o=e._zod.bag;e.format=o.format??null,e.minLength=o.minimum??null,e.maxLength=o.maximum??null,e.regex=(...a)=>e.check(Lx(...a)),e.includes=(...a)=>e.check(zx(...a)),e.startsWith=(...a)=>e.check(Ax(...a)),e.endsWith=(...a)=>e.check(jx(...a)),e.min=(...a)=>e.check(E1(...a)),e.max=(...a)=>e.check(hr(...a)),e.length=(...a)=>e.check(pr(...a)),e.nonempty=(...a)=>e.check(E1(1,...a)),e.lowercase=a=>e.check(Sx(a)),e.uppercase=a=>e.check(Cx(a)),e.trim=()=>e.check(Dx()),e.normalize=(...a)=>e.check(qx(...a)),e.toLowerCase=()=>e.check(Ox()),e.toUpperCase=()=>e.check(Hx()),e.slugify=()=>e.check(Vx())}),yr=v("ZodString",(e,t)=>{mi.init(e,t),Bx.init(e,t),e.email=o=>e.check(cx(Gx,o)),e.url=o=>e.check(lr(_r,o)),e.jwt=o=>e.check(Nx(dN,o)),e.emoji=o=>e.check(hx(Wx,o)),e.guid=o=>e.check(sr(kr,o)),e.uuid=o=>e.check(dx(Qe,o)),e.uuidv4=o=>e.check(sx(Qe,o)),e.uuidv6=o=>e.check(lx(Qe,o)),e.uuidv7=o=>e.check(ux(Qe,o)),e.nanoid=o=>e.check(px(Kx,o)),e.guid=o=>e.check(sr(kr,o)),e.cuid=o=>e.check(yx(Xx,o)),e.cuid2=o=>e.check(kx(Jx,o)),e.ulid=o=>e.check(_x(Yx,o)),e.base64=o=>e.check(wx(iN,o)),e.base64url=o=>e.check(bx(rN,o)),e.xid=o=>e.check(fx(Qx,o)),e.ksuid=o=>e.check(mx(eN,o)),e.ipv4=o=>e.check(gx(tN,o)),e.ipv6=o=>e.check(vx(nN,o)),e.cidrv4=o=>e.check(Mx(oN,o)),e.cidrv6=o=>e.check($x(aN,o)),e.e164=o=>e.check(xx(cN,o)),e.datetime=o=>e.check(Gz(o)),e.date=o=>e.check(Wz(o)),e.time=o=>e.check(Kz(o)),e.duration=o=>e.check(Xz(o))});function Zx(e){return tz(yr,e)}const ee=v("ZodStringFormat",(e,t)=>{Y.init(e,t),Bx.init(e,t)}),Gx=v("ZodEmail",(e,t)=>{xS.init(e,t),ee.init(e,t)});function GV(e){return cx(Gx,e)}const kr=v("ZodGUID",(e,t)=>{wS.init(e,t),ee.init(e,t)});function WV(e){return sr(kr,e)}const Qe=v("ZodUUID",(e,t)=>{bS.init(e,t),ee.init(e,t)});function KV(e){return dx(Qe,e)}function XV(e){return sx(Qe,e)}function JV(e){return lx(Qe,e)}function YV(e){return ux(Qe,e)}const _r=v("ZodURL",(e,t)=>{NS.init(e,t),ee.init(e,t)});function QV(e){return lr(_r,e)}function eR(e){return lr(_r,{protocol:/^https?$/,hostname:HL,...x(e)})}const Wx=v("ZodEmoji",(e,t)=>{IS.init(e,t),ee.init(e,t)});function tR(e){return hx(Wx,e)}const Kx=v("ZodNanoID",(e,t)=>{LS.init(e,t),ee.init(e,t)});function nR(e){return px(Kx,e)}const Xx=v("ZodCUID",(e,t)=>{SS.init(e,t),ee.init(e,t)});function oR(e){return yx(Xx,e)}const Jx=v("ZodCUID2",(e,t)=>{CS.init(e,t),ee.init(e,t)});function aR(e){return kx(Jx,e)}const Yx=v("ZodULID",(e,t)=>{zS.init(e,t),ee.init(e,t)});function iR(e){return _x(Yx,e)}const Qx=v("ZodXID",(e,t)=>{AS.init(e,t),ee.init(e,t)});function rR(e){return fx(Qx,e)}const eN=v("ZodKSUID",(e,t)=>{jS.init(e,t),ee.init(e,t)});function cR(e){return mx(eN,e)}const tN=v("ZodIPv4",(e,t)=>{HS.init(e,t),ee.init(e,t)});function dR(e){return gx(tN,e)}const lA=v("ZodMAC",(e,t)=>{RS.init(e,t),ee.init(e,t)});function sR(e){return oz(lA,e)}const nN=v("ZodIPv6",(e,t)=>{VS.init(e,t),ee.init(e,t)});function lR(e){return vx(nN,e)}const oN=v("ZodCIDRv4",(e,t)=>{TS.init(e,t),ee.init(e,t)});function uR(e){return Mx(oN,e)}const aN=v("ZodCIDRv6",(e,t)=>{FS.init(e,t),ee.init(e,t)});function hR(e){return $x(aN,e)}const iN=v("ZodBase64",(e,t)=>{ES.init(e,t),ee.init(e,t)});function pR(e){return wx(iN,e)}const rN=v("ZodBase64URL",(e,t)=>{BS.init(e,t),ee.init(e,t)});function yR(e){return bx(rN,e)}const cN=v("ZodE164",(e,t)=>{ZS.init(e,t),ee.init(e,t)});function kR(e){return xx(cN,e)}const dN=v("ZodJWT",(e,t)=>{WS.init(e,t),ee.init(e,t)});function _R(e){return Nx(dN,e)}const bi=v("ZodCustomStringFormat",(e,t)=>{KS.init(e,t),ee.init(e,t)});function fR(e,t,o={}){return wi(bi,e,t,o)}function mR(e){return wi(bi,"hostname",OL,e)}function gR(e){return wi(bi,"hex",eS,e)}function vR(e,t){const o=t?.enc??"hex",a=`${e}_${o}`,n=Wb[a];if(!n)throw new Error(`Unrecognized hash format: ${a}`);return wi(bi,a,n,t)}const fr=v("ZodNumber",(e,t)=>{Yb.init(e,t),F.init(e,t),e.gt=(a,n)=>e.check(bt(a,n)),e.gte=(a,n)=>e.check(fe(a,n)),e.min=(a,n)=>e.check(fe(a,n)),e.lt=(a,n)=>e.check(wt(a,n)),e.lte=(a,n)=>e.check(Se(a,n)),e.max=(a,n)=>e.check(Se(a,n)),e.int=a=>e.check(sN(a)),e.safe=a=>e.check(sN(a)),e.positive=a=>e.check(bt(0,a)),e.nonnegative=a=>e.check(fe(0,a)),e.negative=a=>e.check(wt(0,a)),e.nonpositive=a=>e.check(Se(0,a)),e.multipleOf=(a,n)=>e.check(Mi(a,n)),e.step=(a,n)=>e.check(Mi(a,n)),e.finite=()=>e;const o=e._zod.bag;e.minValue=Math.max(o.minimum??Number.NEGATIVE_INFINITY,o.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(o.maximum??Number.POSITIVE_INFINITY,o.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(o.format??"").includes("int")||Number.isSafeInteger(o.multipleOf??.5),e.isFinite=!0,e.format=o.format??null});function uA(e){return sz(fr,e)}const U1=v("ZodNumberFormat",(e,t)=>{XS.init(e,t),fr.init(e,t)});function sN(e){return uz(U1,e)}function MR(e){return hz(U1,e)}function $R(e){return pz(U1,e)}function wR(e){return yz(U1,e)}function bR(e){return kz(U1,e)}const mr=v("ZodBoolean",(e,t)=>{Qb.init(e,t),F.init(e,t)});function hA(e){return _z(mr,e)}const gr=v("ZodBigInt",(e,t)=>{ex.init(e,t),F.init(e,t),e.gte=(a,n)=>e.check(fe(a,n)),e.min=(a,n)=>e.check(fe(a,n)),e.gt=(a,n)=>e.check(bt(a,n)),e.gte=(a,n)=>e.check(fe(a,n)),e.min=(a,n)=>e.check(fe(a,n)),e.lt=(a,n)=>e.check(wt(a,n)),e.lte=(a,n)=>e.check(Se(a,n)),e.max=(a,n)=>e.check(Se(a,n)),e.positive=a=>e.check(bt(BigInt(0),a)),e.negative=a=>e.check(wt(BigInt(0),a)),e.nonpositive=a=>e.check(Se(BigInt(0),a)),e.nonnegative=a=>e.check(fe(BigInt(0),a)),e.multipleOf=(a,n)=>e.check(Mi(a,n));const o=e._zod.bag;e.minValue=o.minimum??null,e.maxValue=o.maximum??null,e.format=o.format??null});function xR(e){return mz(gr,e)}const lN=v("ZodBigIntFormat",(e,t)=>{JS.init(e,t),gr.init(e,t)});function NR(e){return vz(lN,e)}function IR(e){return Mz(lN,e)}const pA=v("ZodSymbol",(e,t)=>{YS.init(e,t),F.init(e,t)});function LR(e){return $z(pA,e)}const yA=v("ZodUndefined",(e,t)=>{QS.init(e,t),F.init(e,t)});function SR(e){return wz(yA,e)}const kA=v("ZodNull",(e,t)=>{eC.init(e,t),F.init(e,t)});function _A(e){return bz(kA,e)}const fA=v("ZodAny",(e,t)=>{tC.init(e,t),F.init(e,t)});function CR(){return xz(fA)}const mA=v("ZodUnknown",(e,t)=>{nC.init(e,t),F.init(e,t)});function B1(){return Nz(mA)}const gA=v("ZodNever",(e,t)=>{oC.init(e,t),F.init(e,t)});function uN(e){return Iz(gA,e)}const vA=v("ZodVoid",(e,t)=>{aC.init(e,t),F.init(e,t)});function zR(e){return Lz(vA,e)}const hN=v("ZodDate",(e,t)=>{iC.init(e,t),F.init(e,t),e.min=(a,n)=>e.check(fe(a,n)),e.max=(a,n)=>e.check(Se(a,n));const o=e._zod.bag;e.minDate=o.minimum?new Date(o.minimum):null,e.maxDate=o.maximum?new Date(o.maximum):null});function AR(e){return Sz(hN,e)}const MA=v("ZodArray",(e,t)=>{cC.init(e,t),F.init(e,t),e.element=t.element,e.min=(o,a)=>e.check(E1(o,a)),e.nonempty=o=>e.check(E1(1,o)),e.max=(o,a)=>e.check(hr(o,a)),e.length=(o,a)=>e.check(pr(o,a)),e.unwrap=()=>e.element});function vr(e,t){return Oz(MA,e,t)}function jR(e){const t=e._zod.def.shape;return _N(Object.keys(t))}const Mr=v("ZodObject",(e,t)=>{uC.init(e,t),F.init(e,t),G(e,"shape",()=>t.shape),e.keyof=()=>_N(Object.keys(e._zod.def.shape)),e.catchall=o=>e.clone({...e._zod.def,catchall:o}),e.passthrough=()=>e.clone({...e._zod.def,catchall:B1()}),e.loose=()=>e.clone({...e._zod.def,catchall:B1()}),e.strict=()=>e.clone({...e._zod.def,catchall:uN()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=o=>rL(e,o),e.safeExtend=o=>cL(e,o),e.merge=o=>dL(e,o),e.pick=o=>aL(e,o),e.omit=o=>iL(e,o),e.partial=(...o)=>sL(mN,e,o[0]),e.required=(...o)=>lL(gN,e,o[0])});function PR(e,t){const o={type:"object",shape:e??{},...x(t)};return new Mr(o)}function qR(e,t){return new Mr({type:"object",shape:e,catchall:uN(),...x(t)})}function DR(e,t){return new Mr({type:"object",shape:e,catchall:B1(),...x(t)})}const pN=v("ZodUnion",(e,t)=>{tx.init(e,t),F.init(e,t),e.options=t.options});function yN(e,t){return new pN({type:"union",options:e,...x(t)})}const $A=v("ZodDiscriminatedUnion",(e,t)=>{pN.init(e,t),pC.init(e,t)});function OR(e,t,o){return new $A({type:"union",options:t,discriminator:e,...x(o)})}const wA=v("ZodIntersection",(e,t)=>{yC.init(e,t),F.init(e,t)});function bA(e,t){return new wA({type:"intersection",left:e,right:t})}const xA=v("ZodTuple",(e,t)=>{ox.init(e,t),F.init(e,t),e.rest=o=>e.clone({...e._zod.def,rest:o})});function NA(e,t,o){const a=t instanceof R,n=a?o:t,i=a?t:null;return new xA({type:"tuple",items:e,rest:i,...x(n)})}const kN=v("ZodRecord",(e,t)=>{_C.init(e,t),F.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function IA(e,t,o){return new kN({type:"record",keyType:e,valueType:t,...x(o)})}function HR(e,t,o){const a=we(e);return a._zod.values=void 0,new kN({type:"record",keyType:a,valueType:t,...x(o)})}const LA=v("ZodMap",(e,t)=>{fC.init(e,t),F.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function VR(e,t,o){return new LA({type:"map",keyType:e,valueType:t,...x(o)})}const SA=v("ZodSet",(e,t)=>{gC.init(e,t),F.init(e,t),e.min=(...o)=>e.check($i(...o)),e.nonempty=o=>e.check($i(1,o)),e.max=(...o)=>e.check(ur(...o)),e.size=(...o)=>e.check(Ix(...o))});function RR(e,t){return new SA({type:"set",valueType:e,...x(t)})}const xi=v("ZodEnum",(e,t)=>{MC.init(e,t),F.init(e,t),e.enum=t.entries,e.options=Object.values(t.entries);const o=new Set(Object.keys(t.entries));e.extract=(a,n)=>{const i={};for(const c of a)if(o.has(c))i[c]=t.entries[c];else throw new Error(`Key ${c} not found in enum`);return new xi({...t,checks:[],...x(n),entries:i})},e.exclude=(a,n)=>{const i={...t.entries};for(const c of a)if(o.has(c))delete i[c];else throw new Error(`Key ${c} not found in enum`);return new xi({...t,checks:[],...x(n),entries:i})}});function _N(e,t){const o=Array.isArray(e)?Object.fromEntries(e.map(a=>[a,a])):e;return new xi({type:"enum",entries:o,...x(t)})}function TR(e,t){return new xi({type:"enum",entries:e,...x(t)})}const CA=v("ZodLiteral",(e,t)=>{$C.init(e,t),F.init(e,t),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function FR(e,t){return new CA({type:"literal",values:Array.isArray(e)?e:[e],...x(t)})}const zA=v("ZodFile",(e,t)=>{wC.init(e,t),F.init(e,t),e.min=(o,a)=>e.check($i(o,a)),e.max=(o,a)=>e.check(ur(o,a)),e.mime=(o,a)=>e.check(Px(Array.isArray(o)?o:[o],a))});function ER(e){return Hz(zA,e)}const AA=v("ZodTransform",(e,t)=>{bC.init(e,t),F.init(e,t),e._zod.parse=(o,a)=>{if(a.direction==="backward")throw new Xi(e.constructor.name);o.addIssue=i=>{if(typeof i=="string")o.issues.push(T1(i,o.value,t));else{const c=i;c.fatal&&(c.continue=!1),c.code??(c.code="custom"),c.input??(c.input=o.value),c.inst??(c.inst=e),o.issues.push(T1(c))}};const n=t.transform(o.value,o);return n instanceof Promise?n.then(i=>(o.value=i,o)):(o.value=n,o)}});function fN(e){return new AA({type:"transform",transform:e})}const mN=v("ZodOptional",(e,t)=>{NC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType});function $r(e){return new mN({type:"optional",innerType:e})}const jA=v("ZodNullable",(e,t)=>{IC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType});function wr(e){return new jA({type:"nullable",innerType:e})}function UR(e){return $r(wr(e))}const PA=v("ZodDefault",(e,t)=>{LC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function qA(e,t){return new PA({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():er(t)}})}const DA=v("ZodPrefault",(e,t)=>{CC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType});function OA(e,t){return new DA({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():er(t)}})}const gN=v("ZodNonOptional",(e,t)=>{zC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType});function HA(e,t){return new gN({type:"nonoptional",innerType:e,...x(t)})}const VA=v("ZodSuccess",(e,t)=>{jC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType});function BR(e){return new VA({type:"success",innerType:e})}const RA=v("ZodCatch",(e,t)=>{PC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function TA(e,t){return new RA({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}const FA=v("ZodNaN",(e,t)=>{qC.init(e,t),F.init(e,t)});function ZR(e){return zz(FA,e)}const vN=v("ZodPipe",(e,t)=>{DC.init(e,t),F.init(e,t),e.in=t.in,e.out=t.out});function br(e,t){return new vN({type:"pipe",in:e,out:t})}const MN=v("ZodCodec",(e,t)=>{vN.init(e,t),ax.init(e,t)});function GR(e,t,o){return new MN({type:"pipe",in:e,out:t,transform:o.decode,reverseTransform:o.encode})}const EA=v("ZodReadonly",(e,t)=>{OC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType});function UA(e){return new EA({type:"readonly",innerType:e})}const BA=v("ZodTemplateLiteral",(e,t)=>{VC.init(e,t),F.init(e,t)});function WR(e,t){return new BA({type:"template_literal",parts:e,...x(t)})}const ZA=v("ZodLazy",(e,t)=>{FC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.getter()});function GA(e){return new ZA({type:"lazy",getter:e})}const WA=v("ZodPromise",(e,t)=>{TC.init(e,t),F.init(e,t),e.unwrap=()=>e._zod.def.innerType});function KR(e){return new WA({type:"promise",innerType:e})}const KA=v("ZodFunction",(e,t)=>{RC.init(e,t),F.init(e,t)});function XA(e){return new KA({type:"function",input:Array.isArray(e?.input)?NA(e?.input):e?.input??vr(B1()),output:e?.output??B1()})}const xr=v("ZodCustom",(e,t)=>{EC.init(e,t),F.init(e,t)});function XR(e){const t=new ne({check:"custom"});return t._zod.check=e,t}function JR(e,t){return Vz(xr,e??(()=>!0),t)}function JA(e,t={}){return Rz(xr,e,t)}function YA(e){return Tz(e)}const YR=Ez,QR=Uz;function eT(e,t={error:`Input not instance of ${e.name}`}){const o=new xr({type:"custom",check:"custom",fn:a=>a instanceof e,abort:!0,...x(t)});return o._zod.bag.Class=e,o}const tT=(...e)=>Bz({Codec:MN,Boolean:mr,String:yr},...e);function nT(e){const t=GA(()=>yN([Zx(e),uA(),hA(),_A(),vr(t),IA(Zx(),t)]));return t}function oT(e,t){return br(fN(e),t)}const aT={invalid_type:"invalid_type",too_big:"too_big",too_small:"too_small",invalid_format:"invalid_format",not_multiple_of:"not_multiple_of",unrecognized_keys:"unrecognized_keys",invalid_union:"invalid_union",invalid_key:"invalid_key",invalid_element:"invalid_element",invalid_value:"invalid_value",custom:"custom"};function iT(e){he({customError:e})}function rT(){return he().customError}var $N;$N||($N={});function cT(e){return nz(yr,e)}function dT(e){return lz(fr,e)}function sT(e){return fz(mr,e)}function lT(e){return gz(gr,e)}function uT(e){return Cz(hN,e)}const hT=Object.freeze(Object.defineProperty({__proto__:null,bigint:lT,boolean:sT,date:uT,number:dT,string:cT},Symbol.toStringTag,{value:"Module"}));he(ZC());const j=Object.freeze(Object.defineProperty({__proto__:null,$brand:KI,$input:ez,$output:QC,NEVER:WI,TimePrecision:az,ZodAny:fA,ZodArray:MA,ZodBase64:iN,ZodBase64URL:rN,ZodBigInt:gr,ZodBigIntFormat:lN,ZodBoolean:mr,ZodCIDRv4:oN,ZodCIDRv6:aN,ZodCUID:Xx,ZodCUID2:Jx,ZodCatch:RA,ZodCodec:MN,ZodCustom:xr,ZodCustomStringFormat:bi,ZodDate:hN,ZodDefault:PA,ZodDiscriminatedUnion:$A,ZodE164:cN,ZodEmail:Gx,ZodEmoji:Wx,ZodEnum:xi,ZodError:ZV,ZodFile:zA,get ZodFirstPartyTypeKind(){return $N},ZodFunction:KA,ZodGUID:kr,ZodIPv4:tN,ZodIPv6:nN,ZodISODate:Fx,ZodISODateTime:Tx,ZodISODuration:Ux,ZodISOTime:Ex,ZodIntersection:wA,ZodIssueCode:aT,ZodJWT:dN,ZodKSUID:eN,ZodLazy:ZA,ZodLiteral:CA,ZodMAC:lA,ZodMap:LA,ZodNaN:FA,ZodNanoID:Kx,ZodNever:gA,ZodNonOptional:gN,ZodNull:kA,ZodNullable:jA,ZodNumber:fr,ZodNumberFormat:U1,ZodObject:Mr,ZodOptional:mN,ZodPipe:vN,ZodPrefault:DA,ZodPromise:WA,ZodReadonly:EA,ZodRealError:me,ZodRecord:kN,ZodSet:SA,ZodString:yr,ZodStringFormat:ee,ZodSuccess:VA,ZodSymbol:pA,ZodTemplateLiteral:BA,ZodTransform:AA,ZodTuple:xA,ZodType:F,ZodULID:Yx,ZodURL:_r,ZodUUID:Qe,ZodUndefined:yA,ZodUnion:pN,ZodUnknown:mA,ZodVoid:vA,ZodXID:Qx,_ZodString:Bx,_default:qA,_function:XA,any:CR,array:vr,base64:pR,base64url:yR,bigint:xR,boolean:hA,catch:TA,check:XR,cidrv4:uR,cidrv6:hR,clone:we,codec:GR,coerce:hT,config:he,core:UV,cuid:oR,cuid2:aR,custom:JR,date:AR,decode:oA,decodeAsync:iA,describe:YR,discriminatedUnion:OR,e164:kR,email:GV,emoji:tR,encode:nA,encodeAsync:aA,endsWith:jx,enum:_N,file:ER,flattenError:qb,float32:MR,float64:$R,formatError:Db,function:XA,getErrorMap:rT,globalRegistry:Le,gt:bt,gte:fe,guid:WV,hash:vR,hex:gR,hostname:mR,httpUrl:eR,includes:zx,instanceof:eT,int:sN,int32:wR,int64:NR,intersection:bA,ipv4:dR,ipv6:lR,iso:BV,json:nT,jwt:_R,keyof:jR,ksuid:cR,lazy:GA,length:pr,literal:FR,locales:JC,looseObject:DR,lowercase:Sx,lt:wt,lte:Se,mac:sR,map:VR,maxLength:hr,maxSize:ur,meta:QR,mime:Px,minLength:E1,minSize:$i,multipleOf:Mi,nan:ZR,nanoid:nR,nativeEnum:TR,negative:jz,never:uN,nonnegative:qz,nonoptional:HA,nonpositive:Pz,normalize:qx,null:_A,nullable:wr,nullish:UR,number:uA,object:PR,optional:$r,overwrite:st,parse:Yz,parseAsync:Qz,partialRecord:HR,pipe:br,positive:Az,prefault:OA,preprocess:oT,prettifyError:fL,promise:KR,property:Dz,readonly:UA,record:IA,refine:JA,regex:Lx,regexes:Wb,registry:rx,safeDecode:cA,safeDecodeAsync:sA,safeEncode:rA,safeEncodeAsync:dA,safeParse:eA,safeParseAsync:tA,set:RR,setErrorMap:iT,size:Ix,slugify:Vx,startsWith:Ax,strictObject:qR,string:Zx,stringFormat:fR,stringbool:tT,success:BR,superRefine:YA,symbol:LR,templateLiteral:WR,toJSONSchema:Zz,toLowerCase:Ox,toUpperCase:Hx,transform:fN,treeifyError:kL,trim:Dx,tuple:NA,uint32:bR,uint64:IR,ulid:iR,undefined:SR,union:yN,unknown:B1,uppercase:Cx,url:QV,util:pL,uuid:KV,uuidv4:XV,uuidv6:JV,uuidv7:YV,void:zR,xid:rR},Symbol.toStringTag,{value:"Module"}));const pT=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),yT=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,o,a)=>a?a.toUpperCase():o.toLowerCase()),QA=e=>{const t=yT(e);return t.charAt(0).toUpperCase()+t.slice(1)},ej=(...e)=>e.filter((t,o,a)=>!!t&&t.trim()!==""&&a.indexOf(t)===o).join(" ").trim(),kT=e=>{for(const t in e)if(t.startsWith("aria-")||t==="role"||t==="title")return!0};var _T={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 tj=te.forwardRef(({color:e="currentColor",size:t=24,strokeWidth:o=2,absoluteStrokeWidth:a,className:n="",children:i,iconNode:c,...d},l)=>te.createElement("svg",{ref:l,..._T,width:t,height:t,stroke:e,strokeWidth:a?Number(o)*24/Number(t):o,className:ej("lucide",n),...!i&&!kT(d)&&{"aria-hidden":"true"},...d},[...c.map(([s,u])=>te.createElement(s,u)),...Array.isArray(i)?i:[i]]));const r=(e,t)=>{const o=te.forwardRef(({className:a,...n},i)=>te.createElement(tj,{ref:i,iconNode:t,className:ej(`lucide-${pT(QA(e))}`,`lucide-${e}`,a),...n}));return o.displayName=QA(e),o};const Nr=r("a-arrow-down",[["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"}]]);const Ir=r("a-arrow-up",[["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"}]]);const Lr=r("a-large-small",[["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"}]]);const Sr=r("accessibility",[["circle",{cx:"16",cy:"4",r:"1",key:"1grugj"}],["path",{d:"m18 19 1-7-6 1",key:"r0i19z"}],["path",{d:"m5 8 3-3 5.5 3-2.36 3.5",key:"9ptxx2"}],["path",{d:"M4.24 14.5a5 5 0 0 0 6.88 6",key:"10kmtu"}],["path",{d:"M13.76 17.5a5 5 0 0 0-6.88-6",key:"2qq6rc"}]]);const Cr=r("activity",[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]]);const zr=r("air-vent",[["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"}]]);const Ar=r("airplay",[["path",{d:"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1",key:"ns4c3b"}],["path",{d:"m12 15 5 6H7Z",key:"14qnn2"}]]);const xt=r("alarm-clock-check",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"m9 13 2 2 4-4",key:"6343dt"}]]);const Nt=r("alarm-clock-minus",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"M9 13h6",key:"1uhe8q"}]]);const jr=r("alarm-clock-off",[["path",{d:"M6.87 6.87a8 8 0 1 0 11.26 11.26",key:"3on8tj"}],["path",{d:"M19.9 14.25a8 8 0 0 0-9.15-9.15",key:"15ghsc"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.26 18.67 4 21",key:"yzmioq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M4 4 2 6",key:"1ycko6"}]]);const It=r("alarm-clock-plus",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}]]);const Pr=r("alarm-clock",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M12 9v4l2 2",key:"1c63tq"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}]]);const qr=r("alarm-smoke",[["path",{d:"M11 21c0-2.5 2-2.5 2-5",key:"1sicvv"}],["path",{d:"M16 21c0-2.5 2-2.5 2-5",key:"1o3eny"}],["path",{d:"m19 8-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8",key:"1bvca4"}],["path",{d:"M21 3a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1z",key:"x3qr1j"}],["path",{d:"M6 21c0-2.5 2-2.5 2-5",key:"i3w1gp"}]]);const Dr=r("album",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["polyline",{points:"11 3 11 11 14 8 17 11 17 3",key:"1wcwz3"}]]);const Or=r("align-center-horizontal",[["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4",key:"11f1s0"}],["path",{d:"M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4",key:"t14dx9"}],["path",{d:"M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1",key:"1w07xs"}],["path",{d:"M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1",key:"1apec2"}]]);const Hr=r("align-center-vertical",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4",key:"14d6g8"}],["path",{d:"M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4",key:"1e2lrw"}],["path",{d:"M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1",key:"1fkdwx"}],["path",{d:"M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1",key:"1euafb"}]]);const Vr=r("align-end-horizontal",[["rect",{width:"6",height:"16",x:"4",y:"2",rx:"2",key:"z5wdxg"}],["rect",{width:"6",height:"9",x:"14",y:"9",rx:"2",key:"um7a8w"}],["path",{d:"M22 22H2",key:"19qnx5"}]]);const Rr=r("align-end-vertical",[["rect",{width:"16",height:"6",x:"2",y:"4",rx:"2",key:"10wcwx"}],["rect",{width:"9",height:"6",x:"9",y:"14",rx:"2",key:"4p5bwg"}],["path",{d:"M22 22V2",key:"12ipfv"}]]);const Tr=r("align-horizontal-distribute-center",[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M17 22v-5",key:"4b6g73"}],["path",{d:"M17 7V2",key:"hnrr36"}],["path",{d:"M7 22v-3",key:"1r4jpn"}],["path",{d:"M7 5V2",key:"liy1u9"}]]);const Fr=r("align-horizontal-distribute-end",[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M10 2v20",key:"uyc634"}],["path",{d:"M20 2v20",key:"1tx262"}]]);const Er=r("align-horizontal-distribute-start",[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M4 2v20",key:"gtpd5x"}],["path",{d:"M14 2v20",key:"tg6bpw"}]]);const Ur=r("align-horizontal-justify-center",[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2",key:"dy24zr"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2",key:"13zkjt"}],["path",{d:"M12 2v20",key:"t6zp3m"}]]);const Br=r("align-horizontal-justify-end",[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2",key:"dy24zr"}],["rect",{width:"6",height:"10",x:"12",y:"7",rx:"2",key:"1ht384"}],["path",{d:"M22 2v20",key:"40qfg1"}]]);const Zr=r("align-horizontal-justify-start",[["rect",{width:"6",height:"14",x:"6",y:"5",rx:"2",key:"hsirpf"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2",key:"13zkjt"}],["path",{d:"M2 2v20",key:"1ivd8o"}]]);const Gr=r("align-horizontal-space-around",[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2",key:"yn7j0q"}],["path",{d:"M4 22V2",key:"tsjzd3"}],["path",{d:"M20 22V2",key:"1bnhr8"}]]);const Wr=r("align-horizontal-space-between",[["rect",{width:"6",height:"14",x:"3",y:"5",rx:"2",key:"j77dae"}],["rect",{width:"6",height:"10",x:"15",y:"7",rx:"2",key:"bq30hj"}],["path",{d:"M3 2v20",key:"1d2pfg"}],["path",{d:"M21 2v20",key:"p059bm"}]]);const Kr=r("align-start-horizontal",[["rect",{width:"6",height:"16",x:"4",y:"6",rx:"2",key:"1n4dg1"}],["rect",{width:"6",height:"9",x:"14",y:"6",rx:"2",key:"17khns"}],["path",{d:"M22 2H2",key:"fhrpnj"}]]);const Xr=r("align-start-vertical",[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2",key:"lpm2y7"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2",key:"rdj6ps"}],["path",{d:"M2 2v20",key:"1ivd8o"}]]);const Jr=r("align-vertical-distribute-center",[["path",{d:"M22 17h-3",key:"1lwga1"}],["path",{d:"M22 7h-5",key:"o2endc"}],["path",{d:"M5 17H2",key:"1gx9xc"}],["path",{d:"M7 7H2",key:"6bq26l"}],["rect",{x:"5",y:"14",width:"14",height:"6",rx:"2",key:"1qrzuf"}],["rect",{x:"7",y:"4",width:"10",height:"6",rx:"2",key:"we8e9z"}]]);const Yr=r("align-vertical-distribute-end",[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2",key:"jmoj9s"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2",key:"aza5on"}],["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"M2 10h20",key:"1ir3d8"}]]);const Qr=r("align-vertical-distribute-start",[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2",key:"jmoj9s"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2",key:"aza5on"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M2 4h20",key:"mda7wb"}]]);const ec=r("align-vertical-justify-center",[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2",key:"1i8z2d"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2",key:"ypihtt"}],["path",{d:"M2 12h20",key:"9i4pu4"}]]);const tc=r("align-vertical-justify-end",[["rect",{width:"14",height:"6",x:"5",y:"12",rx:"2",key:"4l4tp2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2",key:"ypihtt"}],["path",{d:"M2 22h20",key:"272qi7"}]]);const nc=r("align-vertical-justify-start",[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2",key:"1i8z2d"}],["rect",{width:"10",height:"6",x:"7",y:"6",rx:"2",key:"13squh"}],["path",{d:"M2 2h20",key:"1ennik"}]]);const oc=r("align-vertical-space-around",[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2",key:"b1zbii"}],["path",{d:"M22 20H2",key:"1p1f7z"}],["path",{d:"M22 4H2",key:"1b7qnq"}]]);const ac=r("align-vertical-space-between",[["rect",{width:"14",height:"6",x:"5",y:"15",rx:"2",key:"1w91an"}],["rect",{width:"10",height:"6",x:"7",y:"3",rx:"2",key:"17wqzy"}],["path",{d:"M2 21h20",key:"1nyx9w"}],["path",{d:"M2 3h20",key:"91anmk"}]]);const ic=r("ambulance",[["path",{d:"M10 10H6",key:"1bsnug"}],["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2",key:"wrbu53"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14",key:"lrkjwd"}],["path",{d:"M8 8v4",key:"1fwk8c"}],["path",{d:"M9 18h6",key:"x1upvd"}],["circle",{cx:"17",cy:"18",r:"2",key:"332jqn"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]]);const rc=r("ampersand",[["path",{d:"M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13",key:"1o9ehi"}],["path",{d:"M16 12h3",key:"4uvgyw"}]]);const cc=r("ampersands",[["path",{d:"M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",key:"12lh1k"}],["path",{d:"M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",key:"173c68"}]]);const dc=r("amphora",[["path",{d:"M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8",key:"1h8rid"}],["path",{d:"M10 5H8a2 2 0 0 0 0 4h.68",key:"3ezsi6"}],["path",{d:"M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8",key:"yt6q09"}],["path",{d:"M14 5h2a2 2 0 0 1 0 4h-.68",key:"8f95yk"}],["path",{d:"M18 22H6",key:"mg6kv4"}],["path",{d:"M9 2h6",key:"1jrp98"}]]);const sc=r("anchor",[["path",{d:"M12 22V8",key:"qkxhtm"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3",key:"1hv3nh"}],["circle",{cx:"12",cy:"5",r:"3",key:"rqqgnr"}]]);const lc=r("angry",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2",key:"epbg0q"}],["path",{d:"M7.5 8 10 9",key:"olxxln"}],["path",{d:"m14 9 2.5-1",key:"1j6cij"}],["path",{d:"M9 10h.01",key:"qbtxuw"}],["path",{d:"M15 10h.01",key:"1qmjsl"}]]);const uc=r("annoyed",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 15h8",key:"45n4r"}],["path",{d:"M8 9h2",key:"1g203m"}],["path",{d:"M14 9h2",key:"116p9w"}]]);const hc=r("antenna",[["path",{d:"M2 12 7 2",key:"117k30"}],["path",{d:"m7 12 5-10",key:"1tvx22"}],["path",{d:"m12 12 5-10",key:"ev1o1a"}],["path",{d:"m17 12 5-10",key:"1e4ti3"}],["path",{d:"M4.5 7h15",key:"vlsxkz"}],["path",{d:"M12 16v6",key:"c8a4gj"}]]);const pc=r("anvil",[["path",{d:"M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4",key:"1hjpb6"}],["path",{d:"M7 5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1 7 7 0 0 1-7 7H8a1 1 0 0 1-1-1z",key:"1qn45f"}],["path",{d:"M9 12v5",key:"3anwtq"}],["path",{d:"M15 12v5",key:"5xh3zn"}],["path",{d:"M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3 1 1 0 0 1-1 1H6a1 1 0 0 1-1-1",key:"1fi4x8"}]]);const yc=r("aperture",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14.31 8 5.74 9.94",key:"1y6ab4"}],["path",{d:"M9.69 8h11.48",key:"1wxppr"}],["path",{d:"m7.38 12 5.74-9.94",key:"1grp0k"}],["path",{d:"M9.69 16 3.95 6.06",key:"libnyf"}],["path",{d:"M14.31 16H2.83",key:"x5fava"}],["path",{d:"m16.62 12-5.74 9.94",key:"1vwawt"}]]);const kc=r("app-window-mac",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M10 8h.01",key:"1r9ogq"}],["path",{d:"M14 8h.01",key:"1primd"}]]);const _c=r("app-window",[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",key:"izxlao"}],["path",{d:"M10 4v4",key:"pp8u80"}],["path",{d:"M2 8h20",key:"d11cs7"}],["path",{d:"M6 4v4",key:"1svtjw"}]]);const fc=r("archive-restore",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h2",key:"tvwodi"}],["path",{d:"M20 8v11a2 2 0 0 1-2 2h-2",key:"1gkqxj"}],["path",{d:"m9 15 3-3 3 3",key:"1pd0qc"}],["path",{d:"M12 12v9",key:"192myk"}]]);const mc=r("apple",[["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"}]]);const gc=r("archive",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"M10 12h4",key:"a56b0p"}]]);const vc=r("archive-x",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"m9.5 17 5-5",key:"nakeu6"}],["path",{d:"m9.5 12 5 5",key:"1hccrj"}]]);const Mc=r("armchair",[["path",{d:"M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3",key:"irtipd"}],["path",{d:"M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",key:"1qyhux"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]]);const $c=r("arrow-big-down-dash",[["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"}]]);const wc=r("arrow-big-down",[["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"}]]);const bc=r("arrow-big-left-dash",[["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"}]]);const xc=r("arrow-big-left",[["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"}]]);const Nc=r("arrow-big-right-dash",[["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"}]]);const Ic=r("arrow-big-up-dash",[["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"}]]);const Lc=r("arrow-big-right",[["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"}]]);const Sc=r("arrow-down-0-1",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2",key:"1bwicg"}],["path",{d:"M17 20v-6h-2",key:"1qp1so"}],["path",{d:"M15 20h4",key:"1j968p"}]]);const Cc=r("arrow-big-up",[["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"}]]);const zc=r("arrow-down-1-0",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M17 10V4h-2",key:"zcsr5x"}],["path",{d:"M15 10h4",key:"id2lce"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2",key:"33xykx"}]]);const Lt=r("arrow-down-a-z",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]]);const Ac=r("arrow-down-from-line",[["path",{d:"M19 3H5",key:"1236rx"}],["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m6 15 6 6 6-6",key:"h15q88"}]]);const jc=r("arrow-down-left",[["path",{d:"M17 7 7 17",key:"15tmo1"}],["path",{d:"M17 17H7V7",key:"1org7z"}]]);const Pc=r("arrow-down-narrow-wide",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M11 4h4",key:"6d7r33"}],["path",{d:"M11 8h7",key:"djye34"}],["path",{d:"M11 12h10",key:"1438ji"}]]);const qc=r("arrow-down-right",[["path",{d:"m7 7 10 10",key:"1fmybs"}],["path",{d:"M17 7v10H7",key:"6fjiku"}]]);const Dc=r("arrow-down-to-dot",[["path",{d:"M12 2v14",key:"jyx4ut"}],["path",{d:"m19 9-7 7-7-7",key:"1oe3oy"}],["circle",{cx:"12",cy:"21",r:"1",key:"o0uj5v"}]]);const Oc=r("arrow-down-to-line",[["path",{d:"M12 17V3",key:"1cwfxf"}],["path",{d:"m6 11 6 6 6-6",key:"12ii2o"}],["path",{d:"M19 21H5",key:"150jfl"}]]);const Hc=r("arrow-down-up",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"m21 8-4-4-4 4",key:"1c9v7m"}],["path",{d:"M17 4v16",key:"7dpous"}]]);const St=r("arrow-down-z-a",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M15 4h5l-5 6h5",key:"8asdl1"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20",key:"r6l5cz"}],["path",{d:"M20 18h-5",key:"18j1r2"}]]);const Ct=r("arrow-down-wide-narrow",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M11 4h10",key:"1w87gc"}],["path",{d:"M11 8h7",key:"djye34"}],["path",{d:"M11 12h4",key:"q8tih4"}]]);const Vc=r("arrow-down",[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]]);const Rc=r("arrow-left-from-line",[["path",{d:"m9 6-6 6 6 6",key:"7v63n9"}],["path",{d:"M3 12h14",key:"13k4hi"}],["path",{d:"M21 19V5",key:"b4bplr"}]]);const Tc=r("arrow-left-right",[["path",{d:"M8 3 4 7l4 4",key:"9rb6wj"}],["path",{d:"M4 7h16",key:"6tx8e3"}],["path",{d:"m16 21 4-4-4-4",key:"siv7j2"}],["path",{d:"M20 17H4",key:"h6l3hr"}]]);const Fc=r("arrow-left-to-line",[["path",{d:"M3 19V5",key:"rwsyhb"}],["path",{d:"m13 6-6 6 6 6",key:"1yhaz7"}],["path",{d:"M7 12h14",key:"uoisry"}]]);const Ec=r("arrow-left",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);const Uc=r("arrow-right-from-line",[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M21 12H7",key:"13ipq5"}],["path",{d:"m15 18 6-6-6-6",key:"6tx3qv"}]]);const Bc=r("arrow-right-left",[["path",{d:"m16 3 4 4-4 4",key:"1x1c3m"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"m8 21-4-4 4-4",key:"h9nckh"}],["path",{d:"M4 17h16",key:"g4d7ey"}]]);const Zc=r("arrow-right-to-line",[["path",{d:"M17 12H3",key:"8awo09"}],["path",{d:"m11 18 6-6-6-6",key:"8c2y43"}],["path",{d:"M21 5v14",key:"nzette"}]]);const Gc=r("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);const Wc=r("arrow-up-0-1",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2",key:"1bwicg"}],["path",{d:"M17 20v-6h-2",key:"1qp1so"}],["path",{d:"M15 20h4",key:"1j968p"}]]);const Kc=r("arrow-up-1-0",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M17 10V4h-2",key:"zcsr5x"}],["path",{d:"M15 10h4",key:"id2lce"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2",key:"33xykx"}]]);const zt=r("arrow-up-a-z",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]]);const Xc=r("arrow-up-down",[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]]);const Jc=r("arrow-up-from-dot",[["path",{d:"m5 9 7-7 7 7",key:"1hw5ic"}],["path",{d:"M12 16V2",key:"ywoabb"}],["circle",{cx:"12",cy:"21",r:"1",key:"o0uj5v"}]]);const Yc=r("arrow-up-from-line",[["path",{d:"m18 9-6-6-6 6",key:"kcunyi"}],["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 21h14",key:"11awu3"}]]);const Qc=r("arrow-up-left",[["path",{d:"M7 17V7h10",key:"11bw93"}],["path",{d:"M17 17 7 7",key:"2786uv"}]]);const At=r("arrow-up-narrow-wide",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M11 12h4",key:"q8tih4"}],["path",{d:"M11 16h7",key:"uosisv"}],["path",{d:"M11 20h10",key:"jvxblo"}]]);const e2=r("arrow-up-right",[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]]);const t2=r("arrow-up-to-line",[["path",{d:"M5 3h14",key:"7usisc"}],["path",{d:"m18 13-6-6-6 6",key:"1kf1n9"}],["path",{d:"M12 7v14",key:"1akyts"}]]);const n2=r("arrow-up-wide-narrow",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 16h7",key:"uosisv"}],["path",{d:"M11 20h4",key:"1krc32"}]]);const jt=r("arrow-up-z-a",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M15 4h5l-5 6h5",key:"8asdl1"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20",key:"r6l5cz"}],["path",{d:"M20 18h-5",key:"18j1r2"}]]);const o2=r("arrow-up",[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]]);const a2=r("arrows-up-from-line",[["path",{d:"m4 6 3-3 3 3",key:"9aidw8"}],["path",{d:"M7 17V3",key:"19qxw1"}],["path",{d:"m14 6 3-3 3 3",key:"6iy689"}],["path",{d:"M17 17V3",key:"o0fmgi"}],["path",{d:"M4 21h16",key:"1h09gz"}]]);const i2=r("asterisk",[["path",{d:"M12 6v12",key:"1vza4d"}],["path",{d:"M17.196 9 6.804 15",key:"1ah31z"}],["path",{d:"m6.804 9 10.392 6",key:"1b6pxd"}]]);const r2=r("at-sign",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8",key:"7n84p3"}]]);const c2=r("atom",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z",key:"1l2ple"}],["path",{d:"M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z",key:"1wam0m"}]]);const d2=r("audio-lines",[["path",{d:"M2 10v3",key:"1fnikh"}],["path",{d:"M6 6v11",key:"11sgs0"}],["path",{d:"M10 3v18",key:"yhl04a"}],["path",{d:"M14 8v7",key:"3a1oy3"}],["path",{d:"M18 5v13",key:"123xd1"}],["path",{d:"M22 10v3",key:"154ddg"}]]);const s2=r("audio-waveform",[["path",{d:"M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2",key:"57tc96"}]]);const l2=r("award",[["path",{d:"m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526",key:"1yiouv"}],["circle",{cx:"12",cy:"8",r:"6",key:"1vp47v"}]]);const u2=r("axe",[["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"}]]);const Pt=r("axis-3d",[["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"}]]);const h2=r("baby",[["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"}]]);const p2=r("backpack",[["path",{d:"M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z",key:"1ol0lm"}],["path",{d:"M8 10h8",key:"c7uz4u"}],["path",{d:"M8 18h8",key:"1no2b1"}],["path",{d:"M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6",key:"1fr6do"}],["path",{d:"M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2",key:"donm21"}]]);const y2=r("badge-alert",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);const k2=r("badge-cent",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M15.4 10a4 4 0 1 0 0 4",key:"2eqtx8"}]]);const qt=r("badge-check",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);const _2=r("badge-dollar-sign",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 18V6",key:"zqpxq5"}]]);const f2=r("badge-euro",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M7 12h5",key:"gblrwe"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2",key:"1makmb"}]]);const m2=r("badge-indian-rupee",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M8 8h8",key:"1bis0t"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m13 17-5-1h1a4 4 0 0 0 0-8",key:"nu2bwa"}]]);const g2=r("badge-info",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"16",y2:"12",key:"1y1yb1"}],["line",{x1:"12",x2:"12.01",y1:"8",y2:"8",key:"110wyk"}]]);const v2=r("badge-japanese-yen",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 8 3 3v7",key:"17yadx"}],["path",{d:"m12 11 3-3",key:"p4cfq1"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M9 16h6",key:"8wimt3"}]]);const M2=r("badge-minus",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]);const $2=r("badge-percent",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]);const w2=r("badge-plus",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"8",y2:"16",key:"10p56q"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]);const b2=r("badge-pound-sterling",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M8 12h4",key:"qz6y1c"}],["path",{d:"M10 16V9.5a2.5 2.5 0 0 1 5 0",key:"3mlbjk"}],["path",{d:"M8 16h7",key:"sbedsn"}]]);const Dt=r("badge-question-mark",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["line",{x1:"12",x2:"12.01",y1:"17",y2:"17",key:"io3f8k"}]]);const x2=r("badge-russian-ruble",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M9 16h5",key:"1syiyw"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9",key:"1ge9c1"}]]);const N2=r("badge-swiss-franc",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M11 17V8h4",key:"1bfq6y"}],["path",{d:"M11 12h3",key:"2eqnfz"}],["path",{d:"M9 16h4",key:"1skf3a"}]]);const I2=r("badge-turkish-lira",[["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"}]]);const L2=r("badge-x",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15",key:"f7djnv"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15",key:"1shsy8"}]]);const S2=r("badge",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}]]);const C2=r("baggage-claim",[["path",{d:"M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2",key:"4irg2o"}],["path",{d:"M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10",key:"14fcyx"}],["rect",{width:"13",height:"8",x:"8",y:"6",rx:"1",key:"o6oiis"}],["circle",{cx:"18",cy:"20",r:"2",key:"t9985n"}],["circle",{cx:"9",cy:"20",r:"2",key:"e5v82j"}]]);const z2=r("ban",[["path",{d:"M4.929 4.929 19.07 19.071",key:"196cmz"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const A2=r("banana",[["path",{d:"M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5",key:"1cscit"}],["path",{d:"M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z",key:"1y1nbv"}]]);const j2=r("bandage",[["path",{d:"M10 10.01h.01",key:"1e9xi7"}],["path",{d:"M10 14.01h.01",key:"ac23bv"}],["path",{d:"M14 10.01h.01",key:"2wfrvf"}],["path",{d:"M14 14.01h.01",key:"8tw8yn"}],["path",{d:"M18 6v11.5",key:"dkbidh"}],["path",{d:"M6 6v12",key:"vkc79e"}],["rect",{x:"2",y:"6",width:"20",height:"12",rx:"2",key:"1wpnh2"}]]);const P2=r("banknote-arrow-down",[["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"}]]);const q2=r("banknote-arrow-up",[["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"}]]);const D2=r("banknote-x",[["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"}]]);const O2=r("banknote",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M6 12h.01M18 12h.01",key:"113zkx"}]]);const H2=r("barcode",[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M8 5v14",key:"1ybrkv"}],["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"M17 5v14",key:"ycjyhj"}],["path",{d:"M21 5v14",key:"nzette"}]]);const V2=r("barrel",[["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"}]]);const R2=r("baseline",[["path",{d:"M4 20h16",key:"14thso"}],["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);const T2=r("bath",[["path",{d:"M10 4 8 6",key:"1rru8s"}],["path",{d:"M17 19v2",key:"ts1sot"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M7 19v2",key:"12npes"}],["path",{d:"M9 5 7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5",key:"14ym8i"}]]);const F2=r("battery-charging",[["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"}]]);const E2=r("battery-full",[["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"}]]);const U2=r("battery-low",[["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"}]]);const B2=r("battery-medium",[["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"}]]);const Z2=r("battery-plus",[["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"}]]);const G2=r("battery-warning",[["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"}]]);const W2=r("battery",[["path",{d:"M 22 14 L 22 10",key:"nqc4tb"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2",key:"13zb55"}]]);const K2=r("beaker",[["path",{d:"M4.5 3h15",key:"c7n0jr"}],["path",{d:"M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3",key:"m1uhx7"}],["path",{d:"M6 14h12",key:"4cwo0f"}]]);const X2=r("bean-off",[["path",{d:"M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1",key:"bq3udt"}],["path",{d:"M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66",key:"17ccse"}],["path",{d:"M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04",key:"18zqgq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const J2=r("bean",[["path",{d:"M10.165 6.598C9.954 7.478 9.64 8.36 9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22c7.732 0 14-6.268 14-14a6 6 0 0 0-11.835-1.402Z",key:"1tvzk7"}],["path",{d:"M5.341 10.62a4 4 0 1 0 5.279-5.28",key:"2cyri2"}]]);const Y2=r("bed-double",[["path",{d:"M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8",key:"1k78r4"}],["path",{d:"M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4",key:"fb3tl2"}],["path",{d:"M12 4v6",key:"1dcgq2"}],["path",{d:"M2 18h20",key:"ajqnye"}]]);const Q2=r("bed",[["path",{d:"M2 4v16",key:"vw9hq8"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10",key:"1dgv2r"}],["path",{d:"M2 17h20",key:"18nfp3"}],["path",{d:"M6 8v9",key:"1yriud"}]]);const ed=r("bed-single",[["path",{d:"M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8",key:"1wm6mi"}],["path",{d:"M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4",key:"4k93s5"}],["path",{d:"M3 18h18",key:"1h113x"}]]);const td=r("beef",[["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"}]]);const nd=r("beer-off",[["path",{d:"M13 13v5",key:"igwfh0"}],["path",{d:"M17 11.47V8",key:"16yw0g"}],["path",{d:"M17 11h1a3 3 0 0 1 2.745 4.211",key:"1xbt65"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3",key:"c55o3e"}],["path",{d:"M7.536 7.535C6.766 7.649 6.154 8 5.5 8a2.5 2.5 0 0 1-1.768-4.268",key:"1ydug7"}],["path",{d:"M8.727 3.204C9.306 2.767 9.885 2 11 2c1.56 0 2 1.5 3 1.5s1.72-.5 2.5-.5a1 1 0 1 1 0 5c-.78 0-1.5-.5-2.5-.5a3.149 3.149 0 0 0-.842.12",key:"q81o7q"}],["path",{d:"M9 14.6V18",key:"20ek98"}]]);const od=r("beer",[["path",{d:"M17 11h1a3 3 0 0 1 0 6h-1",key:"1yp76v"}],["path",{d:"M9 12v6",key:"1u1cab"}],["path",{d:"M13 12v6",key:"1sugkk"}],["path",{d:"M14 7.5c-1 0-1.44.5-3 .5s-2-.5-3-.5-1.72.5-2.5.5a2.5 2.5 0 0 1 0-5c.78 0 1.57.5 2.5.5S9.44 2 11 2s2 1.5 3 1.5 1.72-.5 2.5-.5a2.5 2.5 0 0 1 0 5c-.78 0-1.5-.5-2.5-.5Z",key:"1510fo"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8",key:"19jb7n"}]]);const ad=r("bell-dot",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M13.916 2.314A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.74 7.327A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673 9 9 0 0 1-.585-.665",key:"1tip0g"}],["circle",{cx:"18",cy:"8",r:"3",key:"1g0gzu"}]]);const id=r("bell-electric",[["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"}]]);const rd=r("bell-minus",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M15 8h6",key:"8ybuxh"}],["path",{d:"M16.243 3.757A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673A9.4 9.4 0 0 1 18.667 12",key:"bdwj86"}]]);const cd=r("bell-off",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742",key:"178tsu"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05",key:"1hqiys"}]]);const dd=r("bell-plus",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M15 8h6",key:"8ybuxh"}],["path",{d:"M18 5v6",key:"g5ayrv"}],["path",{d:"M20.002 14.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332",key:"1abcvy"}]]);const sd=r("bell",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",key:"11g9vi"}]]);const ld=r("bell-ring",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M22 8c0-2.3-.8-4.3-2-6",key:"5bb3ad"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",key:"11g9vi"}],["path",{d:"M4 2C2.8 3.7 2 5.7 2 8",key:"tap9e0"}]]);const Ot=r("between-horizontal-end",[["rect",{width:"13",height:"7",x:"3",y:"3",rx:"1",key:"11xb64"}],["path",{d:"m22 15-3-3 3-3",key:"26chmm"}],["rect",{width:"13",height:"7",x:"3",y:"14",rx:"1",key:"k6ky7n"}]]);const Ht=r("between-horizontal-start",[["rect",{width:"13",height:"7",x:"8",y:"3",rx:"1",key:"pkso9a"}],["path",{d:"m2 9 3 3-3 3",key:"1agib5"}],["rect",{width:"13",height:"7",x:"8",y:"14",rx:"1",key:"1q5fc1"}]]);const ud=r("between-vertical-end",[["rect",{width:"7",height:"13",x:"3",y:"3",rx:"1",key:"1fdu0f"}],["path",{d:"m9 22 3-3 3 3",key:"17z65a"}],["rect",{width:"7",height:"13",x:"14",y:"3",rx:"1",key:"1squn4"}]]);const hd=r("biceps-flexed",[["path",{d:"M12.409 13.017A5 5 0 0 1 22 15c0 3.866-4 7-9 7-4.077 0-8.153-.82-10.371-2.462-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 0 1 3 3 2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1",key:"1pmlyh"}],["path",{d:"M15 14a5 5 0 0 0-7.584 2",key:"5rb254"}],["path",{d:"M9.964 6.825C8.019 7.977 9.5 13 8 15",key:"kbvsx9"}]]);const pd=r("between-vertical-start",[["rect",{width:"7",height:"13",x:"3",y:"8",rx:"1",key:"1fjrkv"}],["path",{d:"m15 2-3 3-3-3",key:"1uh6eb"}],["rect",{width:"7",height:"13",x:"14",y:"8",rx:"1",key:"w3fjg8"}]]);const yd=r("bike",[["circle",{cx:"18.5",cy:"17.5",r:"3.5",key:"15x4ox"}],["circle",{cx:"5.5",cy:"17.5",r:"3.5",key:"1noe27"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["path",{d:"M12 17.5V14l-3-3 4-3 2 3h2",key:"1npguv"}]]);const kd=r("binary",[["rect",{x:"14",y:"14",width:"4",height:"6",rx:"2",key:"p02svl"}],["rect",{x:"6",y:"4",width:"4",height:"6",rx:"2",key:"xm4xkj"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M14 10h4",key:"ru81e7"}],["path",{d:"M6 14h2v6",key:"16z9wg"}],["path",{d:"M14 4h2v6",key:"1idq9u"}]]);const _d=r("binoculars",[["path",{d:"M10 10h4",key:"tcdvrf"}],["path",{d:"M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3",key:"3apit1"}],["path",{d:"M20 21a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2z",key:"rhpgnw"}],["path",{d:"M 22 16 L 2 16",key:"14lkq7"}],["path",{d:"M4 21a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2z",key:"104b3k"}],["path",{d:"M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3",key:"14fczp"}]]);const fd=r("biohazard",[["circle",{cx:"12",cy:"11.9",r:"2",key:"e8h31w"}],["path",{d:"M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6",key:"17bolr"}],["path",{d:"m8.9 10.1 1.4.8",key:"15ezny"}],["path",{d:"M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5",key:"wtwa5u"}],["path",{d:"m15.1 10.1-1.4.8",key:"1r0b28"}],["path",{d:"M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2",key:"m7qszh"}],["path",{d:"M12 13.9v1.6",key:"zfyyim"}],["path",{d:"M13.5 5.4c-1-.2-2-.2-3 0",key:"1bi9q0"}],["path",{d:"M17 16.4c.7-.7 1.2-1.6 1.5-2.5",key:"1rhjqw"}],["path",{d:"M5.5 13.9c.3.9.8 1.8 1.5 2.5",key:"8gsud3"}]]);const md=r("bird",[["path",{d:"M16 7h.01",key:"1kdx03"}],["path",{d:"M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20",key:"oj1oa8"}],["path",{d:"m20 7 2 .5-2 .5",key:"12nv4d"}],["path",{d:"M10 18v3",key:"1yea0a"}],["path",{d:"M14 17.75V21",key:"1pymcb"}],["path",{d:"M7 18a6 6 0 0 0 3.84-10.61",key:"1npnn0"}]]);const gd=r("birdhouse",[["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"}]]);const vd=r("bitcoin",[["path",{d:"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727",key:"yr8idg"}]]);const Md=r("blend",[["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["circle",{cx:"15",cy:"15",r:"7",key:"19ennj"}]]);const $d=r("blinds",[["path",{d:"M3 3h18",key:"o7r712"}],["path",{d:"M20 7H8",key:"gd2fo2"}],["path",{d:"M20 11H8",key:"1ynp89"}],["path",{d:"M10 19h10",key:"19hjk5"}],["path",{d:"M8 15h12",key:"1yqzne"}],["path",{d:"M4 3v14",key:"fggqzn"}],["circle",{cx:"4",cy:"19",r:"2",key:"p3m9r0"}]]);const wd=r("blocks",[["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"}]]);const bd=r("bluetooth-connected",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}],["line",{x1:"18",x2:"21",y1:"12",y2:"12",key:"1rsjjs"}],["line",{x1:"3",x2:"6",y1:"12",y2:"12",key:"11yl8c"}]]);const xd=r("bluetooth-off",[["path",{d:"m17 17-5 5V12l-5 5",key:"v5aci6"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M14.5 9.5 17 7l-5-5v4.5",key:"1kddfz"}]]);const Nd=r("bluetooth-searching",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}],["path",{d:"M20.83 14.83a4 4 0 0 0 0-5.66",key:"k8tn1j"}],["path",{d:"M18 12h.01",key:"yjnet6"}]]);const Id=r("bluetooth",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}]]);const Ld=r("bold",[["path",{d:"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8",key:"mg9rjx"}]]);const Sd=r("bolt",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]]);const Cd=r("bone",[["path",{d:"M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z",key:"w610uw"}]]);const zd=r("bomb",[["circle",{cx:"11",cy:"13",r:"9",key:"hd149"}],["path",{d:"M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95",key:"jp4j1b"}],["path",{d:"m22 2-1.5 1.5",key:"ay92ug"}]]);const Ad=r("book-a",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m8 13 4-7 4 7",key:"4rari8"}],["path",{d:"M9.1 11h5.7",key:"1gkovt"}]]);const jd=r("book-alert",[["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"}]]);const Pd=r("book-audio",[["path",{d:"M12 6v7",key:"1f6ttz"}],["path",{d:"M16 8v3",key:"gejaml"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 8v3",key:"1qzp49"}]]);const qd=r("book-check",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 9.5 2 2 4-4",key:"1dth82"}]]);const Dd=r("book-copy",[["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"}]]);const Vt=r("book-dashed",[["path",{d:"M12 17h1.5",key:"1gkc67"}],["path",{d:"M12 22h1.5",key:"1my7sn"}],["path",{d:"M12 2h1.5",key:"19tvb7"}],["path",{d:"M17.5 22H19a1 1 0 0 0 1-1",key:"10akbh"}],["path",{d:"M17.5 2H19a1 1 0 0 1 1 1v1.5",key:"1vrfjs"}],["path",{d:"M20 14v3h-2.5",key:"1naeju"}],["path",{d:"M20 8.5V10",key:"1ctpfu"}],["path",{d:"M4 10V8.5",key:"1o3zg5"}],["path",{d:"M4 19.5V14",key:"ob81pf"}],["path",{d:"M4 4.5A2.5 2.5 0 0 1 6.5 2H8",key:"s8vcyb"}],["path",{d:"M8 22H6.5a1 1 0 0 1 0-5H8",key:"1cu73q"}]]);const Od=r("book-down",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 10 3 3 3-3",key:"zt5b4y"}]]);const Hd=r("book-headphones",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 12v-2a4 4 0 0 1 8 0v2",key:"1vsqkj"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}]]);const Vd=r("book-heart",[["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"}]]);const Rd=r("book-image",[["path",{d:"m20 13.7-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17",key:"q6ojf0"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["circle",{cx:"10",cy:"8",r:"2",key:"2qkj4p"}]]);const Td=r("book-key",[["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"}]]);const Fd=r("book-lock",[["path",{d:"M18 6V4a2 2 0 1 0-4 0v2",key:"1aquzs"}],["path",{d:"M20 15v6a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"1rkj32"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10",key:"18wgow"}],["rect",{x:"12",y:"6",width:"8",height:"5",rx:"1",key:"73l30o"}]]);const Ed=r("book-marked",[["path",{d:"M10 2v8l3-3 3 3V2",key:"sqw3rj"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]);const Ud=r("book-minus",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);const Bd=r("book-open-check",[["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m16 12 2 2 4-4",key:"mdajum"}],["path",{d:"M22 6V4a1 1 0 0 0-1-1h-5a4 4 0 0 0-4 4 4 4 0 0 0-4-4H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h6a3 3 0 0 1 3 3 3 3 0 0 1 3-3h6a1 1 0 0 0 1-1v-1.3",key:"8arnkb"}]]);const Zd=r("book-open-text",[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M16 12h2",key:"7q9ll5"}],["path",{d:"M16 8h2",key:"msurwy"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}],["path",{d:"M6 12h2",key:"32wvfc"}],["path",{d:"M6 8h2",key:"30oboj"}]]);const Gd=r("book-open",[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]]);const Wd=r("book-plus",[["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);const Kd=r("book-text",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 11h8",key:"vwpz6n"}],["path",{d:"M8 7h6",key:"1f0q6e"}]]);const Xd=r("book-type",[["path",{d:"M10 13h4",key:"ytezjc"}],["path",{d:"M12 6v7",key:"1f6ttz"}],["path",{d:"M16 8V6H8v2",key:"x8j6u4"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]);const Jd=r("book-up-2",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M18 2h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"161d7n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2",key:"1lorq7"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}],["path",{d:"m9 5 3-3 3 3",key:"l8vdw6"}]]);const Yd=r("book-up",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}]]);const Qd=r("book-user",[["path",{d:"M15 13a3 3 0 1 0-6 0",key:"10j68g"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}]]);const e0=r("book-x",[["path",{d:"m14.5 7-5 5",key:"dy991v"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9.5 7 5 5",key:"s45iea"}]]);const t0=r("book",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]);const n0=r("bookmark-check",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z",key:"169p4p"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}]]);const o0=r("bookmark-minus",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10",key:"1gty7f"}]]);const a0=r("bookmark-plus",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}],["line",{x1:"12",x2:"12",y1:"7",y2:"13",key:"1cppfj"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10",key:"1gty7f"}]]);const i0=r("bookmark-x",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z",key:"169p4p"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]]);const r0=r("bookmark",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}]]);const c0=r("boom-box",[["path",{d:"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4",key:"vvzvr1"}],["path",{d:"M8 8v1",key:"xcqmfk"}],["path",{d:"M12 8v1",key:"1rj8u4"}],["path",{d:"M16 8v1",key:"1q12zr"}],["rect",{width:"20",height:"12",x:"2",y:"9",rx:"2",key:"igpb89"}],["circle",{cx:"8",cy:"15",r:"2",key:"fa4a8s"}],["circle",{cx:"16",cy:"15",r:"2",key:"14c3ya"}]]);const d0=r("bot-message-square",[["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"}]]);const s0=r("bot-off",[["path",{d:"M13.67 8H18a2 2 0 0 1 2 2v4.33",key:"7az073"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}],["path",{d:"M8 8H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 1.414-.586",key:"s09a7a"}],["path",{d:"M9 13v2",key:"rq6x2g"}],["path",{d:"M9.67 4H12v2.33",key:"110xot"}]]);const l0=r("bot",[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]]);const u0=r("bottle-wine",[["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"}]]);const h0=r("bow-arrow",[["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"}]]);const p0=r("box",[["path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z",key:"hh9hay"}],["path",{d:"m3.3 7 8.7 5 8.7-5",key:"g66t2b"}],["path",{d:"M12 22V12",key:"d0xqtd"}]]);const Rt=r("braces",[["path",{d:"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1",key:"ezmyqa"}],["path",{d:"M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1",key:"e1hn23"}]]);const y0=r("boxes",[["path",{d:"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z",key:"lc1i9w"}],["path",{d:"m7 16.5-4.74-2.85",key:"1o9zyk"}],["path",{d:"m7 16.5 5-3",key:"va8pkn"}],["path",{d:"M7 16.5v5.17",key:"jnp8gn"}],["path",{d:"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z",key:"8zsnat"}],["path",{d:"m17 16.5-5-3",key:"8arw3v"}],["path",{d:"m17 16.5 4.74-2.85",key:"8rfmw"}],["path",{d:"M17 16.5v5.17",key:"k6z78m"}],["path",{d:"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z",key:"1xygjf"}],["path",{d:"M12 8 7.26 5.15",key:"1vbdud"}],["path",{d:"m12 8 4.74-2.85",key:"3rx089"}],["path",{d:"M12 13.5V8",key:"1io7kd"}]]);const k0=r("brackets",[["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"}]]);const _0=r("brain-circuit",[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M9 13a4.5 4.5 0 0 0 3-4",key:"10igwf"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M12 13h4",key:"1ku699"}],["path",{d:"M12 18h6a2 2 0 0 1 2 2v1",key:"105ag5"}],["path",{d:"M12 8h8",key:"1lhi5i"}],["path",{d:"M16 8V5a2 2 0 0 1 2-2",key:"u6izg6"}],["circle",{cx:"16",cy:"13",r:".5",key:"ry7gng"}],["circle",{cx:"18",cy:"3",r:".5",key:"1aiba7"}],["circle",{cx:"20",cy:"21",r:".5",key:"yhc1fs"}],["circle",{cx:"20",cy:"8",r:".5",key:"1e43v0"}]]);const f0=r("brain-cog",[["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"}]]);const m0=r("brain",[["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"}]]);const g0=r("brick-wall-fire",[["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"}]]);const v0=r("brick-wall-shield",[["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"}]]);const M0=r("brick-wall",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 9v6",key:"199k2o"}],["path",{d:"M16 15v6",key:"8rj2es"}],["path",{d:"M16 3v6",key:"1j6rpj"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M8 15v6",key:"1stoo3"}],["path",{d:"M8 3v6",key:"vlvjmk"}]]);const $0=r("briefcase-business",[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M22 13a18.15 18.15 0 0 1-20 0",key:"12hx5q"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]);const w0=r("briefcase-conveyor-belt",[["path",{d:"M10 20v2",key:"1n8e1g"}],["path",{d:"M14 20v2",key:"1lq872"}],["path",{d:"M18 20v2",key:"10uadw"}],["path",{d:"M21 20H3",key:"kdqkdp"}],["path",{d:"M6 20v2",key:"a9bc87"}],["path",{d:"M8 16V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v12",key:"17n9tx"}],["rect",{x:"4",y:"6",width:"16",height:"10",rx:"2",key:"1097i5"}]]);const b0=r("briefcase-medical",[["path",{d:"M12 11v4",key:"a6ujw6"}],["path",{d:"M14 13h-4",key:"1pl8zg"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M18 6v14",key:"1mu4gy"}],["path",{d:"M6 6v14",key:"1s15cj"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]);const x0=r("bring-to-front",[["rect",{x:"8",y:"8",width:"8",height:"8",rx:"2",key:"yj20xf"}],["path",{d:"M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2",key:"1ltk23"}],["path",{d:"M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2",key:"1q24h9"}]]);const N0=r("briefcase",[["path",{d:"M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16",key:"jecpp"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]);const I0=r("brush-cleaning",[["path",{d:"m16 22-1-4",key:"1ow2iv"}],["path",{d:"M19 13.99a1 1 0 0 0 1-1V12a2 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 2v.99a1 1 0 0 0 1 1",key:"iw8jdu"}],["path",{d:"M5 14h14l1.973 6.767A1 1 0 0 1 20 22H4a1 1 0 0 1-.973-1.233z",key:"1soew8"}],["path",{d:"m8 22 1-4",key:"s3unb"}]]);const L0=r("brush",[["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"}]]);const S0=r("bubbles",[["path",{d:"M7.2 14.8a2 2 0 0 1 2 2",key:"1tw9gg"}],["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"}]]);const C0=r("bug-off",[["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"}]]);const z0=r("bug-play",[["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"}]]);const A0=r("bug",[["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"}]]);const j0=r("building-2",[["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"}]]);const P0=r("building",[["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"}]]);const q0=r("bus-front",[["path",{d:"M4 6 2 7",key:"1mqr15"}],["path",{d:"M10 6h4",key:"1itunk"}],["path",{d:"m22 7-2-1",key:"1umjhc"}],["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2",key:"1wxw4b"}],["path",{d:"M4 11h16",key:"mpoxn0"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M16 15h.01",key:"rnfrdf"}],["path",{d:"M6 19v2",key:"1loha6"}],["path",{d:"M18 21v-2",key:"sqyl04"}]]);const D0=r("bus",[["path",{d:"M8 6v6",key:"18i7km"}],["path",{d:"M15 6v6",key:"1sg6z9"}],["path",{d:"M2 12h19.6",key:"de5uta"}],["path",{d:"M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2 0-.4-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3",key:"1wwztk"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}],["path",{d:"M9 18h5",key:"lrx6i"}],["circle",{cx:"16",cy:"18",r:"2",key:"1v4tcr"}]]);const O0=r("cable-car",[["path",{d:"M10 3h.01",key:"lbucoy"}],["path",{d:"M14 2h.01",key:"1k8aa1"}],["path",{d:"m2 9 20-5",key:"1kz0j5"}],["path",{d:"M12 12V6.5",key:"1vbrij"}],["rect",{width:"16",height:"10",x:"4",y:"12",rx:"3",key:"if91er"}],["path",{d:"M9 12v5",key:"3anwtq"}],["path",{d:"M15 12v5",key:"5xh3zn"}],["path",{d:"M4 17h16",key:"g4d7ey"}]]);const H0=r("cable",[["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"}]]);const V0=r("cake-slice",[["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"}]]);const R0=r("cake",[["path",{d:"M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8",key:"1w3rig"}],["path",{d:"M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1",key:"n2jgmb"}],["path",{d:"M2 21h20",key:"1nyx9w"}],["path",{d:"M7 8v3",key:"1qtyvj"}],["path",{d:"M12 8v3",key:"hwp4zt"}],["path",{d:"M17 8v3",key:"1i6e5u"}],["path",{d:"M7 4h.01",key:"1bh4kh"}],["path",{d:"M12 4h.01",key:"1ujb9j"}],["path",{d:"M17 4h.01",key:"1upcoc"}]]);const T0=r("calculator",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["line",{x1:"8",x2:"16",y1:"6",y2:"6",key:"x4nwl0"}],["line",{x1:"16",x2:"16",y1:"14",y2:"18",key:"wjye3r"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M8 18h.01",key:"lrp35t"}]]);const F0=r("calendar-1",[["path",{d:"M11 14h1v4",key:"fy54vd"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",key:"12vinp"}]]);const E0=r("calendar-arrow-up",[["path",{d:"m14 18 4-4 4 4",key:"ftkppy"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M18 22v-8",key:"su0gjh"}],["path",{d:"M21 11.343V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9",key:"1exg90"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]]);const U0=r("calendar-arrow-down",[["path",{d:"m14 18 4 4 4-4",key:"1waygx"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M18 14v8",key:"irew45"}],["path",{d:"M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343",key:"bse4f3"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]]);const B0=r("calendar-check-2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"bce9hv"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m16 20 2 2 4-4",key:"13tcca"}]]);const Z0=r("calendar-check",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m9 16 2 2 4-4",key:"19s6y9"}]]);const G0=r("calendar-clock",[["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"}]]);const W0=r("calendar-cog",[["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"}]]);const K0=r("calendar-fold",[["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"}]]);const X0=r("calendar-days",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 18h.01",key:"lrp35t"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M16 18h.01",key:"kzsmim"}]]);const J0=r("calendar-heart",[["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"}]]);const Y0=r("calendar-minus-2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M10 16h4",key:"17e571"}]]);const Q0=r("calendar-off",[["path",{d:"M4.2 4.2A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18",key:"16swn3"}],["path",{d:"M21 15.5V6a2 2 0 0 0-2-2H9.5",key:"yhw86o"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h7",key:"1wap6i"}],["path",{d:"M21 10h-5.5",key:"quycpq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const es=r("calendar-minus",[["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 15V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5",key:"1scpom"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]]);const ts=r("calendar-plus-2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M10 16h4",key:"17e571"}],["path",{d:"M12 14v4",key:"1thi36"}]]);const ns=r("calendar-plus",[["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"}]]);const os=r("calendar-range",[["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M17 14h-6",key:"bkmgh3"}],["path",{d:"M13 18H7",key:"bb0bb7"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 18h.01",key:"1bdyru"}]]);const as=r("calendar-search",[["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 11.75V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.25",key:"1jrsq6"}],["path",{d:"m22 22-1.875-1.875",key:"13zax7"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]]);const is=r("calendar-sync",[["path",{d:"M11 10v4h4",key:"172dkj"}],["path",{d:"m11 14 1.535-1.605a5 5 0 0 1 8 1.5",key:"vu0qm5"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"m21 18-1.535 1.605a5 5 0 0 1-8-1.5",key:"1qgeyt"}],["path",{d:"M21 22v-4h-4",key:"hrummi"}],["path",{d:"M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3",key:"mctw84"}],["path",{d:"M3 10h4",key:"1el30a"}],["path",{d:"M8 2v4",key:"1cmpym"}]]);const rs=r("calendar-x-2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"3spt84"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m17 22 5-5",key:"1k6ppv"}],["path",{d:"m17 17 5 5",key:"p7ous7"}]]);const cs=r("calendar-x",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m14 14-4 4",key:"rymu2i"}],["path",{d:"m10 14 4 4",key:"3sz06r"}]]);const ds=r("calendar",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]]);const ss=r("camera-off",[["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"}]]);const ls=r("camera",[["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"}]]);const us=r("candy-cane",[["path",{d:"M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6 2 2 0 1 1-3.464-2 2 2 0 1 0-3.464-2Z",key:"isaq8g"}],["path",{d:"M17.75 7 15 2.1",key:"12x7e8"}],["path",{d:"M10.9 4.8 13 9",key:"100a87"}],["path",{d:"m7.9 9.7 2 4.4",key:"ntfhaj"}],["path",{d:"M4.9 14.7 7 18.9",key:"1x43jy"}]]);const hs=r("candy-off",[["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"}]]);const ps=r("cannabis",[["path",{d:"M12 22v-4",key:"1utk9m"}],["path",{d:"M7 12c-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3 1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5 0 0 2.5.5 6-1-.5-1.5-3.5-3-5-3 1.5-1 4-4 4-6-2.5 0-5.5 1.5-7 3 0-2.5-.5-5-2-7-1.5 2-2 4.5-2 7-1.5-1.5-4.5-3-7-3 0 2 2.5 5 4 6",key:"1mezod"}]]);const ys=r("candy",[["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"}]]);const ks=r("captions-off",[["path",{d:"M10.5 5H19a2 2 0 0 1 2 2v8.5",key:"jqtk4d"}],["path",{d:"M17 11h-.5",key:"1961ue"}],["path",{d:"M19 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2",key:"1keqsi"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7 11h4",key:"1o1z6v"}],["path",{d:"M7 15h2.5",key:"1ina1g"}]]);const Tt=r("captions",[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2",key:"12ruh7"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4",key:"1ueiar"}]]);const _s=r("car-front",[["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",key:"1imjwt"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 14h.01",key:"7oqj8z"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2",key:"a7itu8"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]]);const fs=r("car",[["path",{d:"M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2",key:"5owen"}],["circle",{cx:"7",cy:"17",r:"2",key:"u2ysq9"}],["path",{d:"M9 17h6",key:"r8uit2"}],["circle",{cx:"17",cy:"17",r:"2",key:"axvx0g"}]]);const ms=r("car-taxi-front",[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",key:"1imjwt"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 14h.01",key:"7oqj8z"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2",key:"a7itu8"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]]);const gs=r("caravan",[["path",{d:"M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2",key:"19jm3t"}],["path",{d:"M2 9h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2",key:"13hakp"}],["path",{d:"M22 17v1a1 1 0 0 1-1 1H10v-9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v9",key:"1crci8"}],["circle",{cx:"8",cy:"19",r:"2",key:"t8fc5s"}]]);const vs=r("card-sim",[["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"}]]);const Ms=r("carrot",[["path",{d:"M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 0 0-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7zM8.64 14l-2.05-2.04M15.34 15l-2.46-2.46",key:"rfqxbe"}],["path",{d:"M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9z",key:"6b25w4"}],["path",{d:"M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2z",key:"fn65lo"}]]);const $s=r("case-lower",[["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"}]]);const ws=r("case-sensitive",[["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"}]]);const bs=r("case-upper",[["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"}]]);const xs=r("cassette-tape",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["circle",{cx:"8",cy:"10",r:"2",key:"1xl4ub"}],["path",{d:"M8 12h8",key:"1wcyev"}],["circle",{cx:"16",cy:"10",r:"2",key:"r14t7q"}],["path",{d:"m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3",key:"l01ucn"}]]);const Ns=r("cast",[["path",{d:"M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6",key:"3zrzxg"}],["path",{d:"M2 12a9 9 0 0 1 8 8",key:"g6cvee"}],["path",{d:"M2 16a5 5 0 0 1 4 4",key:"1y1dii"}],["line",{x1:"2",x2:"2.01",y1:"20",y2:"20",key:"xu2jvo"}]]);const Is=r("castle",[["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"}]]);const Ls=r("cat",[["path",{d:"M12 5c.67 0 1.35.09 2 .26 1.78-2 5.03-2.84 6.42-2.26 1.4.58-.42 7-.42 7 .57 1.07 1 2.24 1 3.44C21 17.9 16.97 21 12 21s-9-3-9-7.56c0-1.25.5-2.4 1-3.44 0 0-1.89-6.42-.5-7 1.39-.58 4.72.23 6.5 2.23A9.04 9.04 0 0 1 12 5Z",key:"x6xyqk"}],["path",{d:"M8 14v.5",key:"1nzgdb"}],["path",{d:"M16 14v.5",key:"1lajdz"}],["path",{d:"M11.25 16.25h1.5L12 17l-.75-.75Z",key:"12kq1m"}]]);const Ss=r("cctv",[["path",{d:"M16.75 12h3.632a1 1 0 0 1 .894 1.447l-2.034 4.069a1 1 0 0 1-1.708.134l-2.124-2.97",key:"ir91b5"}],["path",{d:"M17.106 9.053a1 1 0 0 1 .447 1.341l-3.106 6.211a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.92 2.92 0 0 1 3.92-1.3z",key:"jlp8i1"}],["path",{d:"M2 19h3.76a2 2 0 0 0 1.8-1.1L9 15",key:"19bib8"}],["path",{d:"M2 21v-4",key:"l40lih"}],["path",{d:"M7 9h.01",key:"19b3jx"}]]);const Ft=r("chart-area",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11.207a.5.5 0 0 1 .146-.353l2-2a.5.5 0 0 1 .708 0l3.292 3.292a.5.5 0 0 0 .708 0l4.292-4.292a.5.5 0 0 1 .854.353V16a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1z",key:"q0gr47"}]]);const Et=r("chart-bar-big",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1",key:"1iip1u"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1",key:"1anskk"}]]);const Cs=r("chart-bar-decreasing",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11h8",key:"1feolt"}],["path",{d:"M7 16h3",key:"ur6vzw"}],["path",{d:"M7 6h12",key:"sz5b0d"}]]);const zs=r("chart-bar-increasing",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11h8",key:"1feolt"}],["path",{d:"M7 16h12",key:"wsnu98"}],["path",{d:"M7 6h3",key:"w9rmul"}]]);const As=r("chart-bar-stacked",[["path",{d:"M11 13v4",key:"vyy2rb"}],["path",{d:"M15 5v4",key:"1gx88a"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1",key:"1iip1u"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1",key:"1anskk"}]]);const Ut=r("chart-bar",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 16h8",key:"srdodz"}],["path",{d:"M7 11h12",key:"127s9w"}],["path",{d:"M7 6h3",key:"w9rmul"}]]);const Bt=r("chart-candlestick",[["path",{d:"M9 5v4",key:"14uxtq"}],["rect",{width:"4",height:"6",x:"7",y:"9",rx:"1",key:"f4fvz0"}],["path",{d:"M9 15v2",key:"r5rk32"}],["path",{d:"M17 3v2",key:"1l2re6"}],["rect",{width:"4",height:"8",x:"15",y:"5",rx:"1",key:"z38je5"}],["path",{d:"M17 13v3",key:"5l0wba"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}]]);const Zt=r("chart-column-big",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1",key:"q8uenq"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1",key:"sr5ea"}]]);const Gt=r("chart-column-increasing",[["path",{d:"M13 17V9",key:"1fwyjl"}],["path",{d:"M18 17V5",key:"sfb6ij"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 17v-3",key:"17ska0"}]]);const js=r("chart-column-decreasing",[["path",{d:"M13 17V9",key:"1fwyjl"}],["path",{d:"M18 17v-3",key:"1sqioe"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 17V5",key:"1wzmnc"}]]);const Ps=r("chart-column-stacked",[["path",{d:"M11 13H7",key:"t0o9gq"}],["path",{d:"M19 9h-4",key:"rera1j"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1",key:"q8uenq"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1",key:"sr5ea"}]]);const Wt=r("chart-column",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]]);const qs=r("chart-gantt",[["path",{d:"M10 6h8",key:"zvc2xc"}],["path",{d:"M12 16h6",key:"yi5mkt"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 11h7",key:"wz2hg0"}]]);const Kt=r("chart-line",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]]);const Ds=r("chart-network",[["path",{d:"m13.11 7.664 1.78 2.672",key:"go2gg9"}],["path",{d:"m14.162 12.788-3.324 1.424",key:"11x848"}],["path",{d:"m20 4-6.06 1.515",key:"1wxxh7"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["circle",{cx:"12",cy:"6",r:"2",key:"1jj5th"}],["circle",{cx:"16",cy:"12",r:"2",key:"4ma0v8"}],["circle",{cx:"9",cy:"15",r:"2",key:"lf2ghp"}]]);const Os=r("chart-no-axes-column-decreasing",[["path",{d:"M5 21V3",key:"clc1r8"}],["path",{d:"M12 21V9",key:"uvy0l4"}],["path",{d:"M19 21v-6",key:"tkawy9"}]]);const Xt=r("chart-no-axes-column-increasing",[["path",{d:"M5 21v-6",key:"1hz6c0"}],["path",{d:"M12 21V9",key:"uvy0l4"}],["path",{d:"M19 21V3",key:"11j9sm"}]]);const Jt=r("chart-no-axes-column",[["path",{d:"M5 21v-6",key:"1hz6c0"}],["path",{d:"M12 21V3",key:"1lcnhd"}],["path",{d:"M19 21V9",key:"unv183"}]]);const Hs=r("chart-no-axes-combined",[["path",{d:"M12 16v5",key:"zza2cw"}],["path",{d:"M16 14v7",key:"1g90b9"}],["path",{d:"M20 10v11",key:"1iqoj0"}],["path",{d:"m22 3-8.646 8.646a.5.5 0 0 1-.708 0L9.354 8.354a.5.5 0 0 0-.707 0L2 15",key:"1fw8x9"}],["path",{d:"M4 18v3",key:"1yp0dc"}],["path",{d:"M8 14v7",key:"n3cwzv"}]]);const Yt=r("chart-no-axes-gantt",[["path",{d:"M6 5h12",key:"fvfigv"}],["path",{d:"M4 12h10",key:"oujl3d"}],["path",{d:"M12 19h8",key:"baeox8"}]]);const Qt=r("chart-pie",[["path",{d:"M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z",key:"pzmjnu"}],["path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83",key:"k2fpak"}]]);const en=r("chart-scatter",[["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}],["circle",{cx:"18.5",cy:"5.5",r:".5",fill:"currentColor",key:"lysivs"}],["circle",{cx:"11.5",cy:"11.5",r:".5",fill:"currentColor",key:"byv1b8"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor",key:"nkw3mc"}],["circle",{cx:"17.5",cy:"14.5",r:".5",fill:"currentColor",key:"1gjh6j"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}]]);const Vs=r("chart-spline",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 16c.5-2 1.5-7 4-7 2 0 2 3 4 3 2.5 0 4.5-5 5-7",key:"lw07rv"}]]);const Rs=r("check-check",[["path",{d:"M18 6 7 17l-5-5",key:"116fxf"}],["path",{d:"m22 10-7.5 7.5L13 16",key:"ke71qq"}]]);const Ts=r("check-line",[["path",{d:"M20 4L9 15",key:"1qkx8z"}],["path",{d:"M21 19L3 19",key:"100sma"}],["path",{d:"M9 15L4 10",key:"9zxff7"}]]);const Fs=r("check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]]);const Es=r("chef-hat",[["path",{d:"M17 21a1 1 0 0 0 1-1v-5.35c0-.457.316-.844.727-1.041a4 4 0 0 0-2.134-7.589 5 5 0 0 0-9.186 0 4 4 0 0 0-2.134 7.588c.411.198.727.585.727 1.041V20a1 1 0 0 0 1 1Z",key:"1qvrer"}],["path",{d:"M6 17h12",key:"1jwigz"}]]);const Us=r("cherry",[["path",{d:"M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",key:"cvxqlc"}],["path",{d:"M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",key:"1ostrc"}],["path",{d:"M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12",key:"hqx58h"}],["path",{d:"M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z",key:"eykp1o"}]]);const Bs=r("chess-bishop",[["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"}]]);const Zs=r("chess-king",[["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"}]]);const Gs=r("chess-knight",[["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"}]]);const Ws=r("chess-pawn",[["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"}]]);const Ks=r("chess-queen",[["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"}]]);const Xs=r("chess-rook",[["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"}]]);const Js=r("chevron-down",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);const Ys=r("chevron-first",[["path",{d:"m17 18-6-6 6-6",key:"1yerx2"}],["path",{d:"M7 6v12",key:"1p53r6"}]]);const Qs=r("chevron-last",[["path",{d:"m7 18 6-6-6-6",key:"lwmzdw"}],["path",{d:"M17 6v12",key:"1o0aio"}]]);const el=r("chevron-left",[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]]);const tl=r("chevron-right",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);const nl=r("chevron-up",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]]);const ol=r("chevrons-down-up",[["path",{d:"m7 20 5-5 5 5",key:"13a0gw"}],["path",{d:"m7 4 5 5 5-5",key:"1kwcof"}]]);const al=r("chevrons-down",[["path",{d:"m7 6 5 5 5-5",key:"1lc07p"}],["path",{d:"m7 13 5 5 5-5",key:"1d48rs"}]]);const il=r("chevrons-left-right-ellipsis",[["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"}]]);const rl=r("chevrons-left-right",[["path",{d:"m9 7-5 5 5 5",key:"j5w590"}],["path",{d:"m15 7 5 5-5 5",key:"1bl6da"}]]);const cl=r("chevrons-left",[["path",{d:"m11 17-5-5 5-5",key:"13zhaf"}],["path",{d:"m18 17-5-5 5-5",key:"h8a8et"}]]);const dl=r("chevrons-right-left",[["path",{d:"m20 17-5-5 5-5",key:"30x0n2"}],["path",{d:"m4 17 5-5-5-5",key:"16spf4"}]]);const sl=r("chevrons-right",[["path",{d:"m6 17 5-5-5-5",key:"xnjwq"}],["path",{d:"m13 17 5-5-5-5",key:"17xmmf"}]]);const ll=r("chevrons-up-down",[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]]);const ul=r("chevrons-up",[["path",{d:"m17 11-5-5-5 5",key:"e8nh98"}],["path",{d:"m17 18-5-5-5 5",key:"2avn1x"}]]);const tn=r("chromium",[["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"}]]);const hl=r("church",[["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"}]]);const pl=r("cigarette-off",[["path",{d:"M12 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h13",key:"1gdiyg"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5",key:"1il607"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 12a1 1 0 0 1 1 1v2a1 1 0 0 1-.5.866",key:"166zjj"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5",key:"1gah44"}],["path",{d:"M7 12v4",key:"jqww69"}]]);const yl=r("cigarette",[["path",{d:"M17 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14",key:"1mb5g1"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5",key:"1il607"}],["path",{d:"M21 16a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"1yl5r7"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5",key:"1gah44"}],["path",{d:"M7 12v4",key:"jqww69"}]]);const nn=r("circle-alert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);const on=r("circle-arrow-down",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8 12 4 4 4-4",key:"k98ssh"}]]);const an=r("circle-arrow-left",[["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"}]]);const rn=r("circle-arrow-out-down-left",[["path",{d:"M2 12a10 10 0 1 1 10 10",key:"1yn6ov"}],["path",{d:"m2 22 10-10",key:"28ilpk"}],["path",{d:"M8 22H2v-6",key:"sulq54"}]]);const cn=r("circle-arrow-out-down-right",[["path",{d:"M12 22a10 10 0 1 1 10-10",key:"130bv5"}],["path",{d:"M22 22 12 12",key:"131aw7"}],["path",{d:"M22 16v6h-6",key:"1gvm70"}]]);const dn=r("circle-arrow-out-up-left",[["path",{d:"M2 8V2h6",key:"hiwtdz"}],["path",{d:"m2 2 10 10",key:"1oh8rs"}],["path",{d:"M12 2A10 10 0 1 1 2 12",key:"rrk4fa"}]]);const sn=r("circle-arrow-out-up-right",[["path",{d:"M22 12A10 10 0 1 1 12 2",key:"1fm58d"}],["path",{d:"M22 2 12 12",key:"yg2myt"}],["path",{d:"M16 2h6v6",key:"zan5cs"}]]);const ln=r("circle-arrow-right",[["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"}]]);const un=r("circle-arrow-up",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}]]);const hn=r("circle-check-big",[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]);const pn=r("circle-check",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);const yn=r("circle-chevron-down",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]]);const kn=r("circle-chevron-left",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]]);const _n=r("circle-chevron-right",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]]);const fn=r("circle-chevron-up",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]]);const kl=r("circle-dashed",[["path",{d:"M10.1 2.182a10 10 0 0 1 3.8 0",key:"5ilxe3"}],["path",{d:"M13.9 21.818a10 10 0 0 1-3.8 0",key:"11zvb9"}],["path",{d:"M17.609 3.721a10 10 0 0 1 2.69 2.7",key:"1iw5b2"}],["path",{d:"M2.182 13.9a10 10 0 0 1 0-3.8",key:"c0bmvh"}],["path",{d:"M20.279 17.609a10 10 0 0 1-2.7 2.69",key:"1ruxm7"}],["path",{d:"M21.818 10.1a10 10 0 0 1 0 3.8",key:"qkgqxc"}],["path",{d:"M3.721 6.391a10 10 0 0 1 2.7-2.69",key:"1mcia2"}],["path",{d:"M6.391 20.279a10 10 0 0 1-2.69-2.7",key:"1fvljs"}]]);const mn=r("circle-divide",[["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16",key:"aqc6ln"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8",key:"1mkcni"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const _l=r("circle-dollar-sign",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 18V6",key:"zqpxq5"}]]);const fl=r("circle-dot-dashed",[["path",{d:"M10.1 2.18a9.93 9.93 0 0 1 3.8 0",key:"1qdqn0"}],["path",{d:"M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7",key:"1bq7p6"}],["path",{d:"M21.82 10.1a9.93 9.93 0 0 1 0 3.8",key:"1rlaqf"}],["path",{d:"M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69",key:"1xk03u"}],["path",{d:"M13.9 21.82a9.94 9.94 0 0 1-3.8 0",key:"l7re25"}],["path",{d:"M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7",key:"1v18p6"}],["path",{d:"M2.18 13.9a9.93 9.93 0 0 1 0-3.8",key:"xdo6bj"}],["path",{d:"M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69",key:"1jjmaz"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);const ml=r("circle-dot",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);const gl=r("circle-ellipsis",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M17 12h.01",key:"1m0b6t"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M7 12h.01",key:"eqddd0"}]]);const vl=r("circle-equal",[["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Ml=r("circle-fading-arrow-up",[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]]);const $l=r("circle-fading-plus",[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]]);const gn=r("circle-gauge",[["path",{d:"M15.6 2.7a10 10 0 1 0 5.7 5.7",key:"1e0p6d"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M13.4 10.6 19 5",key:"1kr7tw"}]]);const wl=r("circle-off",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.35 2.69A10 10 0 0 1 21.3 15.65",key:"1pfsoa"}],["path",{d:"M19.08 19.08A10 10 0 1 1 4.92 4.92",key:"1ablyi"}]]);const vn=r("circle-minus",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);const Mn=r("circle-parking-off",[["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"}]]);const $n=r("circle-parking",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]]);const wn=r("circle-pause",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"10",x2:"10",y1:"15",y2:"9",key:"c1nkhi"}],["line",{x1:"14",x2:"14",y1:"15",y2:"9",key:"h65svq"}]]);const bn=r("circle-percent",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]);const xn=r("circle-play",[["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"}]]);const bl=r("circle-pound-sterling",[["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"}]]);const Nn=r("circle-plus",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]);const In=r("circle-power",[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005",key:"1pek45"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const je=r("circle-question-mark",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);const Ln=r("circle-slash-2",[["path",{d:"M22 2 2 22",key:"y4kqgn"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const xl=r("circle-slash",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]]);const Nl=r("circle-small",[["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}]]);const Il=r("circle-star",[["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"}]]);const Sn=r("circle-stop",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1",key:"1ssd4o"}]]);const Cn=r("circle-user-round",[["path",{d:"M18 20a6 6 0 0 0-12 0",key:"1qehca"}],["circle",{cx:"12",cy:"10",r:"4",key:"1h16sb"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const zn=r("circle-user",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662",key:"154egf"}]]);const An=r("circle-x",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);const Ll=r("circle",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Sl=r("circuit-board",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M11 9h4a2 2 0 0 0 2-2V3",key:"1ve2rv"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"M7 21v-4a2 2 0 0 1 2-2h4",key:"1fwkro"}],["circle",{cx:"15",cy:"15",r:"2",key:"3i40o0"}]]);const Cl=r("citrus",[["path",{d:"M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z",key:"4ite01"}],["path",{d:"M19.65 15.66A8 8 0 0 1 8.35 4.34",key:"1gxipu"}],["path",{d:"m14 10-5.5 5.5",key:"92pfem"}],["path",{d:"M14 17.85V10H6.15",key:"xqmtsk"}]]);const zl=r("clapperboard",[["path",{d:"M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z",key:"1tn4o7"}],["path",{d:"m6.2 5.3 3.1 3.9",key:"iuk76l"}],["path",{d:"m12.4 3.4 3.1 4",key:"6hsd6n"}],["path",{d:"M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z",key:"ltgou9"}]]);const Al=r("clipboard-check",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"m9 14 2 2 4-4",key:"df797q"}]]);const jl=r("clipboard-clock",[["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"}]]);const Pl=r("clipboard-copy",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2",key:"4jdomd"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v4",key:"3hqy98"}],["path",{d:"M21 14H11",key:"1bme5i"}],["path",{d:"m15 10-4 4 4 4",key:"5dvupr"}]]);const ql=r("clipboard-list",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M12 11h4",key:"1jrz19"}],["path",{d:"M12 16h4",key:"n85exb"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]);const Dl=r("clipboard-minus",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 14h6",key:"159ibu"}]]);const Ol=r("clipboard-paste",[["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"}]]);const jn=r("clipboard-pen-line",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",key:"1oijnt"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5",key:"1but9f"}],["path",{d:"M16 4h2a2 2 0 0 1 1.73 1",key:"1p8n7l"}],["path",{d:"M8 18h1",key:"13wk12"}],["path",{d:"M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"2t3380"}]]);const Pn=r("clipboard-pen",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",key:"1oijnt"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5",key:"cereej"}],["path",{d:"M4 13.5V6a2 2 0 0 1 2-2h2",key:"5ua5vh"}],["path",{d:"M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1y4qbx"}]]);const Hl=r("clipboard-plus",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 14h6",key:"159ibu"}],["path",{d:"M12 17v-6",key:"1y8rbf"}]]);const Vl=r("clipboard-x",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"m15 11-6 6",key:"1toa9n"}],["path",{d:"m9 11 6 6",key:"wlibny"}]]);const Rl=r("clipboard-type",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 12v-1h6v1",key:"iehl6m"}],["path",{d:"M11 17h2",key:"12w5me"}],["path",{d:"M12 11v6",key:"1bwqyc"}]]);const Tl=r("clock-1",[["path",{d:"M12 6v6l2-4",key:"miptyd"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Fl=r("clipboard",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}]]);const El=r("clock-10",[["path",{d:"M12 6v6l-4-2",key:"cedpoo"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Ul=r("clock-11",[["path",{d:"M12 6v6l-2-4",key:"ns39ag"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Bl=r("clock-12",[["path",{d:"M12 6v6",key:"1ipuwl"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Zl=r("clock-2",[["path",{d:"M12 6v6l4-2",key:"1r2kuh"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Gl=r("clock-3",[["path",{d:"M12 6v6h4",key:"135r8i"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Wl=r("clock-4",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Kl=r("clock-5",[["path",{d:"M12 6v6l2 4",key:"1287s9"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Xl=r("clock-6",[["path",{d:"M12 6v10",key:"wf7rdh"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Jl=r("clock-7",[["path",{d:"M12 6v6l-2 4",key:"1095bu"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Yl=r("clock-8",[["path",{d:"M12 6v6l-4 2",key:"imc3wl"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Ql=r("clock-9",[["path",{d:"M12 6v6H8",key:"u39vzm"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const eu=r("clock-alert",[["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"}]]);const tu=r("clock-arrow-down",[["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"}]]);const nu=r("clock-arrow-up",[["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"}]]);const ou=r("clock-check",[["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"}]]);const au=r("clock-fading",[["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"}]]);const iu=r("clock-plus",[["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"}]]);const ru=r("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const cu=r("cloud-alert",[["path",{d:"M12 12v4",key:"tww15h"}],["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708",key:"xsb5ju"}]]);const du=r("closed-caption",[["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"}]]);const su=r("cloud-check",[["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"}]]);const lu=r("cloud-cog",[["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"}]]);const qn=r("cloud-download",[["path",{d:"M12 13v8l-4-4",key:"1f5nwf"}],["path",{d:"m12 21 4-4",key:"1lfcce"}],["path",{d:"M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284",key:"ui1hmy"}]]);const uu=r("cloud-drizzle",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M8 19v1",key:"1dk2by"}],["path",{d:"M8 14v1",key:"84yxot"}],["path",{d:"M16 19v1",key:"v220m7"}],["path",{d:"M16 14v1",key:"g12gj6"}],["path",{d:"M12 21v1",key:"q8vafk"}],["path",{d:"M12 16v1",key:"1mx6rx"}]]);const hu=r("cloud-fog",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 17H7",key:"pygtm1"}],["path",{d:"M17 21H9",key:"1u2q02"}]]);const pu=r("cloud-hail",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 14v2",key:"a1is7l"}],["path",{d:"M8 14v2",key:"1e9m6t"}],["path",{d:"M16 20h.01",key:"xwek51"}],["path",{d:"M8 20h.01",key:"1vjney"}],["path",{d:"M12 16v2",key:"z66u1j"}],["path",{d:"M12 22h.01",key:"1urd7a"}]]);const yu=r("cloud-moon-rain",[["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"}]]);const ku=r("cloud-lightning",[["path",{d:"M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973",key:"1cez44"}],["path",{d:"m13 12-3 5h4l-3 5",key:"1t22er"}]]);const _u=r("cloud-moon",[["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"}]]);const fu=r("cloud-off",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193",key:"yfwify"}],["path",{d:"M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07",key:"jlfiyv"}]]);const mu=r("cloud-rain-wind",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m9.2 22 3-7",key:"sb5f6j"}],["path",{d:"m9 13-3 7",key:"500co5"}],["path",{d:"m17 13-3 7",key:"8t2fiy"}]]);const gu=r("cloud-rain",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 14v6",key:"1j4efv"}],["path",{d:"M8 14v6",key:"17c4r9"}],["path",{d:"M12 16v6",key:"c8a4gj"}]]);const vu=r("cloud-snow",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M8 19h.01",key:"puxtts"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M12 21h.01",key:"h35vbk"}],["path",{d:"M16 15h.01",key:"rnfrdf"}],["path",{d:"M16 19h.01",key:"1vcnzz"}]]);const Mu=r("cloud-sun-rain",[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128",key:"dpwdj0"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24",key:"1qmrp3"}],["path",{d:"M11 20v2",key:"174qtz"}],["path",{d:"M7 19v2",key:"12npes"}]]);const $u=r("cloud-sun",[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128",key:"dpwdj0"}],["path",{d:"M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z",key:"s09mg5"}]]);const Dn=r("cloud-upload",[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m8 17 4-4 4 4",key:"1quai1"}]]);const wu=r("cloudy",[["path",{d:"M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"gqqjvc"}],["path",{d:"M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5",key:"1p2s76"}]]);const bu=r("cloud",[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]]);const xu=r("clover",[["path",{d:"M16.17 7.83 2 22",key:"t58vo8"}],["path",{d:"M4.02 12a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12",key:"17k36q"}],["path",{d:"m7.83 7.83 8.34 8.34",key:"1d7sxk"}]]);const Nu=r("club",[["path",{d:"M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6Z",key:"27yuqz"}],["path",{d:"M12 17.66L12 22",key:"ogfahf"}]]);const On=r("code-xml",[["path",{d:"m18 16 4-4-4-4",key:"1inbqp"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"m14.5 4-5 16",key:"e7oirm"}]]);const Iu=r("code",[["path",{d:"m16 18 6-6-6-6",key:"eg8j8"}],["path",{d:"m8 6-6 6 6 6",key:"ppft3o"}]]);const Lu=r("codepen",[["polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2",key:"srzb37"}],["line",{x1:"12",x2:"12",y1:"22",y2:"15.5",key:"1t73f2"}],["polyline",{points:"22 8.5 12 15.5 2 8.5",key:"ajlxae"}],["polyline",{points:"2 15.5 12 8.5 22 15.5",key:"susrui"}],["line",{x1:"12",x2:"12",y1:"2",y2:"8.5",key:"2cldga"}]]);const Su=r("codesandbox",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}],["polyline",{points:"7.5 4.21 12 6.81 16.5 4.21",key:"fabo96"}],["polyline",{points:"7.5 19.79 7.5 14.6 3 12",key:"z377f1"}],["polyline",{points:"21 12 16.5 14.6 16.5 19.79",key:"9nrev1"}],["polyline",{points:"3.27 6.96 12 12.01 20.73 6.96",key:"1180pa"}],["line",{x1:"12",x2:"12",y1:"22.08",y2:"12",key:"3z3uq6"}]]);const Cu=r("coffee",[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1",key:"pwadti"}],["path",{d:"M6 2v2",key:"colzsn"}]]);const zu=r("coins",[["circle",{cx:"8",cy:"8",r:"6",key:"3yglwk"}],["path",{d:"M18.09 10.37A6 6 0 1 1 10.34 18",key:"t5s6rm"}],["path",{d:"M7 6h1v4",key:"1obek4"}],["path",{d:"m16.71 13.88.7.71-2.82 2.82",key:"1rbuyh"}]]);const Au=r("cog",[["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"}]]);const Hn=r("columns-2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 3v18",key:"108xh3"}]]);const Pe=r("columns-3-cog",[["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"}]]);const Vn=r("columns-3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);const ju=r("columns-4",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7.5 3v18",key:"w0wo6v"}],["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M16.5 3v18",key:"10tjh1"}]]);const Pu=r("combine",[["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"}]]);const qu=r("command",[["path",{d:"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3",key:"11bfej"}]]);const Du=r("compass",[["path",{d:"m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z",key:"9ktpf1"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Ou=r("component",[["path",{d:"M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z",key:"1uwlt4"}],["path",{d:"M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z",key:"10291m"}],["path",{d:"M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z",key:"1tqoq1"}],["path",{d:"M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z",key:"1x6lto"}]]);const Hu=r("computer",[["rect",{width:"14",height:"8",x:"5",y:"2",rx:"2",key:"wc9tft"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h2",key:"rwmk9e"}],["path",{d:"M12 18h6",key:"aqd8w3"}]]);const Vu=r("concierge-bell",[["path",{d:"M3 20a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1Z",key:"1pvr1r"}],["path",{d:"M20 16a8 8 0 1 0-16 0",key:"1pa543"}],["path",{d:"M12 4v4",key:"1bq03y"}],["path",{d:"M10 4h4",key:"1xpv9s"}]]);const Ru=r("cone",[["path",{d:"m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98",key:"53pte7"}],["ellipse",{cx:"12",cy:"19",rx:"9",ry:"3",key:"1ji25f"}]]);const Tu=r("construction",[["rect",{x:"2",y:"6",width:"20",height:"8",rx:"1",key:"1estib"}],["path",{d:"M17 14v7",key:"7m2elx"}],["path",{d:"M7 14v7",key:"1cm7wv"}],["path",{d:"M17 3v3",key:"1v4jwn"}],["path",{d:"M7 3v3",key:"7o6guu"}],["path",{d:"M10 14 2.3 6.3",key:"1023jk"}],["path",{d:"m14 6 7.7 7.7",key:"1s8pl2"}],["path",{d:"m8 6 8 8",key:"hl96qh"}]]);const Rn=r("contact-round",[["path",{d:"M16 2v2",key:"scm5qe"}],["path",{d:"M17.915 22a6 6 0 0 0-12 0",key:"suqz9p"}],["path",{d:"M8 2v2",key:"pbkmx"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",key:"12vinp"}]]);const Fu=r("container",[["path",{d:"M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z",key:"1t2lqe"}],["path",{d:"M10 21.9V14L2.1 9.1",key:"o7czzq"}],["path",{d:"m10 14 11.9-6.9",key:"zm5e20"}],["path",{d:"M14 19.8v-8.1",key:"159ecu"}],["path",{d:"M18 17.5V9.4",key:"11uown"}]]);const Eu=r("contact",[["path",{d:"M16 2v2",key:"scm5qe"}],["path",{d:"M7 22v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2",key:"1waht3"}],["path",{d:"M8 2v2",key:"pbkmx"}],["circle",{cx:"12",cy:"11",r:"3",key:"itu57m"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",key:"12vinp"}]]);const Uu=r("contrast",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z",key:"j4l70d"}]]);const Bu=r("cookie",[["path",{d:"M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5",key:"laymnq"}],["path",{d:"M8.5 8.5v.01",key:"ue8clq"}],["path",{d:"M16 15.5v.01",key:"14dtrp"}],["path",{d:"M12 12v.01",key:"u5ubse"}],["path",{d:"M11 17v.01",key:"1hyl5a"}],["path",{d:"M7 14v.01",key:"uct60s"}]]);const Zu=r("cooking-pot",[["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8",key:"u0tga0"}],["path",{d:"m4 8 16-4",key:"16g0ng"}],["path",{d:"m8.86 6.78-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8",key:"12cejc"}]]);const Gu=r("copy-check",[["path",{d:"m12 15 2 2 4-4",key:"2c609p"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);const Wu=r("copy-minus",[["line",{x1:"12",x2:"18",y1:"15",y2:"15",key:"1nscbv"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);const Ku=r("copy-plus",[["line",{x1:"15",x2:"15",y1:"12",y2:"18",key:"1p7wdc"}],["line",{x1:"12",x2:"18",y1:"15",y2:"15",key:"1nscbv"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);const Xu=r("copy-slash",[["line",{x1:"12",x2:"18",y1:"18",y2:"12",key:"ebkxgr"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);const Ju=r("copy-x",[["line",{x1:"12",x2:"18",y1:"12",y2:"18",key:"1rg63v"}],["line",{x1:"12",x2:"18",y1:"18",y2:"12",key:"ebkxgr"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);const Yu=r("copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);const Qu=r("copyleft",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66",key:"1sveal"}]]);const eh=r("copyright",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66",key:"1i56pz"}]]);const th=r("corner-down-left",[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4",key:"6o5b7l"}],["path",{d:"m9 10-5 5 5 5",key:"1kshq7"}]]);const nh=r("corner-down-right",[["path",{d:"m15 10 5 5-5 5",key:"qqa56n"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12",key:"z08zvw"}]]);const oh=r("corner-left-down",[["path",{d:"m14 15-5 5-5-5",key:"1eia93"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12",key:"nbpdq2"}]]);const ah=r("corner-left-up",[["path",{d:"M14 9 9 4 4 9",key:"1af5af"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4",key:"1blwi3"}]]);const ih=r("corner-right-down",[["path",{d:"m10 15 5 5 5-5",key:"1hpjnr"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12",key:"wcbgct"}]]);const rh=r("corner-right-up",[["path",{d:"m10 9 5-5 5 5",key:"9ctzwi"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4",key:"1plgdj"}]]);const ch=r("corner-up-left",[["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4",key:"1nkjon"}],["path",{d:"M9 14 4 9l5-5",key:"102s5s"}]]);const dh=r("corner-up-right",[["path",{d:"m15 14 5-5-5-5",key:"12vg1m"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12",key:"1lu4f8"}]]);const sh=r("cpu",[["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"}]]);const lh=r("creative-commons",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M10 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",key:"1ss3eq"}],["path",{d:"M17 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",key:"1od56t"}]]);const uh=r("credit-card",[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]]);const hh=r("croissant",[["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"}]]);const ph=r("crop",[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14",key:"ron5a4"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2",key:"7s9ehn"}]]);const yh=r("cross",[["path",{d:"M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z",key:"1xbrqy"}]]);const kh=r("crosshair",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"22",x2:"18",y1:"12",y2:"12",key:"l9bcsi"}],["line",{x1:"6",x2:"2",y1:"12",y2:"12",key:"13hhkx"}],["line",{x1:"12",x2:"12",y1:"6",y2:"2",key:"10w3f3"}],["line",{x1:"12",x2:"12",y1:"22",y2:"18",key:"15g9kq"}]]);const _h=r("crown",[["path",{d:"M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z",key:"1vdc57"}],["path",{d:"M5 21h14",key:"11awu3"}]]);const fh=r("cuboid",[["path",{d:"m21.12 6.4-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66Z",key:"1u2ovd"}],["path",{d:"M10 22v-8L2.25 9.15",key:"11pn4q"}],["path",{d:"m10 14 11.77-6.87",key:"1kt1wh"}]]);const mh=r("cup-soda",[["path",{d:"m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8",key:"8166m8"}],["path",{d:"M5 8h14",key:"pcz4l3"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0",key:"yjz344"}],["path",{d:"m12 8 1-6h2",key:"3ybfa4"}]]);const gh=r("currency",[["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}],["line",{x1:"3",x2:"6",y1:"3",y2:"6",key:"1jkytn"}],["line",{x1:"21",x2:"18",y1:"3",y2:"6",key:"14zfjt"}],["line",{x1:"3",x2:"6",y1:"21",y2:"18",key:"iusuec"}],["line",{x1:"21",x2:"18",y1:"21",y2:"18",key:"yj2dd7"}]]);const vh=r("cylinder",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5",key:"aqi0yr"}]]);const Mh=r("dam",[["path",{d:"M11 11.31c1.17.56 1.54 1.69 3.5 1.69 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"157kva"}],["path",{d:"M11.75 18c.35.5 1.45 1 2.75 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"d7q6m6"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M7 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1L10 4a1 1 0 0 0-1-1z",key:"pr6s65"}]]);const $h=r("database-backup",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 12a9 3 0 0 0 5 2.69",key:"1ui2ym"}],["path",{d:"M21 9.3V5",key:"6k6cib"}],["path",{d:"M3 5v14a9 3 0 0 0 6.47 2.88",key:"i62tjy"}],["path",{d:"M12 12v4h4",key:"1bxaet"}],["path",{d:"M13 20a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16",key:"1f4ei9"}]]);const wh=r("database-zap",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 15 21.84",key:"14ibmq"}],["path",{d:"M21 5V8",key:"1marbg"}],["path",{d:"M21 12L18 17H22L19 22",key:"zafso"}],["path",{d:"M3 12A9 3 0 0 0 14.59 14.87",key:"1y4wr8"}]]);const bh=r("database",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5",key:"1wlel7"}],["path",{d:"M3 12A9 3 0 0 0 21 12",key:"mv7ke4"}]]);const xh=r("decimals-arrow-left",[["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"}]]);const Nh=r("decimals-arrow-right",[["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"}]]);const Ih=r("delete",[["path",{d:"M10 5a2 2 0 0 0-1.344.519l-6.328 5.74a1 1 0 0 0 0 1.481l6.328 5.741A2 2 0 0 0 10 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z",key:"1yo7s0"}],["path",{d:"m12 9 6 6",key:"anjzzh"}],["path",{d:"m18 9-6 6",key:"1fp51s"}]]);const Lh=r("dessert",[["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"}]]);const Sh=r("diameter",[["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["circle",{cx:"5",cy:"5",r:"2",key:"1gwv83"}],["path",{d:"M6.48 3.66a10 10 0 0 1 13.86 13.86",key:"xr8kdq"}],["path",{d:"m6.41 6.41 11.18 11.18",key:"uhpjw7"}],["path",{d:"M3.66 6.48a10 10 0 0 0 13.86 13.86",key:"cldpwv"}]]);const Ch=r("diamond-minus",[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",key:"1ey20j"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);const Tn=r("diamond-percent",[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z",key:"1tpxz2"}],["path",{d:"M9.2 9.2h.01",key:"1b7bvt"}],["path",{d:"m14.5 9.5-5 5",key:"17q4r4"}],["path",{d:"M14.7 14.8h.01",key:"17nsh4"}]]);const zh=r("diamond-plus",[["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",key:"1ey20j"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);const Ah=r("diamond",[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z",key:"1f1r0c"}]]);const jh=r("dice-1",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]);const Ph=r("dice-2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M15 9h.01",key:"x1ddxp"}],["path",{d:"M9 15h.01",key:"fzyn71"}]]);const qh=r("dice-3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]);const Dh=r("dice-4",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 16h.01",key:"18s6g9"}],["path",{d:"M16 16h.01",key:"1f9h7w"}]]);const Oh=r("dice-5",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 16h.01",key:"18s6g9"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]);const Hh=r("dice-6",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]);const Vh=r("dices",[["rect",{width:"12",height:"12",x:"2",y:"10",rx:"2",ry:"2",key:"6agr2n"}],["path",{d:"m17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6",key:"1o487t"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 14h.01",key:"ssrbsk"}],["path",{d:"M15 6h.01",key:"cblpky"}],["path",{d:"M18 9h.01",key:"2061c0"}]]);const Rh=r("diff",[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]]);const Th=r("disc-2",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]);const Fh=r("disc-3",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M6 12c0-1.7.7-3.2 1.8-4.2",key:"oqkarx"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M18 12c0 1.7-.7 3.2-1.8 4.2",key:"1eah9h"}]]);const Eh=r("disc-album",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"5",key:"nd82uf"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]);const Uh=r("disc",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);const Bh=r("divide",[["circle",{cx:"12",cy:"6",r:"1",key:"1bh7o1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12",key:"13b5wn"}],["circle",{cx:"12",cy:"18",r:"1",key:"lqb9t5"}]]);const Zh=r("dna-off",[["path",{d:"M15 2c-1.35 1.5-2.092 3-2.5 4.5L14 8",key:"1bivrr"}],["path",{d:"m17 6-2.891-2.891",key:"xu6p2f"}],["path",{d:"M2 15c3.333-3 6.667-3 10-3",key:"nxix30"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"m20 9 .891.891",key:"3xwk7g"}],["path",{d:"M22 9c-1.5 1.35-3 2.092-4.5 2.5l-1-1",key:"18cutr"}],["path",{d:"M3.109 14.109 4 15",key:"q76aoh"}],["path",{d:"m6.5 12.5 1 1",key:"cs35ky"}],["path",{d:"m7 18 2.891 2.891",key:"1sisit"}],["path",{d:"M9 22c1.35-1.5 2.092-3 2.5-4.5L10 16",key:"rlvei3"}]]);const Gh=r("dna",[["path",{d:"m10 16 1.5 1.5",key:"11lckj"}],["path",{d:"m14 8-1.5-1.5",key:"1ohn8i"}],["path",{d:"M15 2c-1.798 1.998-2.518 3.995-2.807 5.993",key:"80uv8i"}],["path",{d:"m16.5 10.5 1 1",key:"696xn5"}],["path",{d:"m17 6-2.891-2.891",key:"xu6p2f"}],["path",{d:"M2 15c6.667-6 13.333 0 20-6",key:"1pyr53"}],["path",{d:"m20 9 .891.891",key:"3xwk7g"}],["path",{d:"M3.109 14.109 4 15",key:"q76aoh"}],["path",{d:"m6.5 12.5 1 1",key:"cs35ky"}],["path",{d:"m7 18 2.891 2.891",key:"1sisit"}],["path",{d:"M9 22c1.798-1.998 2.518-3.995 2.807-5.993",key:"q3hbxp"}]]);const Wh=r("dock",[["path",{d:"M2 8h20",key:"d11cs7"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 16h12",key:"u522kt"}]]);const Kh=r("dog",[["path",{d:"M11.25 16.25h1.5L12 17z",key:"w7jh35"}],["path",{d:"M16 14v.5",key:"1lajdz"}],["path",{d:"M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444a11.702 11.702 0 0 0-.493-3.309",key:"u7s9ue"}],["path",{d:"M8 14v.5",key:"1nzgdb"}],["path",{d:"M8.5 8.5c-.384 1.05-1.083 2.028-2.344 2.5-1.931.722-3.576-.297-3.656-1-.113-.994 1.177-6.53 4-7 1.923-.321 3.651.845 3.651 2.235A7.497 7.497 0 0 1 14 5.277c0-1.39 1.844-2.598 3.767-2.277 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5",key:"v8hric"}]]);const Xh=r("dollar-sign",[["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6",key:"1b0p4s"}]]);const Jh=r("donut",[["path",{d:"M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4 10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3",key:"19sr3x"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);const Yh=r("door-closed-locked",[["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"}]]);const Qh=r("door-closed",[["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"}]]);const ep=r("door-open",[["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"}]]);const tp=r("dot",[["circle",{cx:"12.1",cy:"12.1",r:"1",key:"18d7e5"}]]);const np=r("download",[["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"}]]);const op=r("drafting-compass",[["path",{d:"m12.99 6.74 1.93 3.44",key:"iwagvd"}],["path",{d:"M19.136 12a10 10 0 0 1-14.271 0",key:"ppmlo4"}],["path",{d:"m21 21-2.16-3.84",key:"vylbct"}],["path",{d:"m3 21 8.02-14.26",key:"1ssaw4"}],["circle",{cx:"12",cy:"5",r:"2",key:"f1ur92"}]]);const ap=r("drama",[["path",{d:"M10 11h.01",key:"d2at3l"}],["path",{d:"M14 6h.01",key:"k028ub"}],["path",{d:"M18 6h.01",key:"1v4wsw"}],["path",{d:"M6.5 13.1h.01",key:"1748ia"}],["path",{d:"M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3",key:"172yzv"}],["path",{d:"M17.4 9.9c-.8.8-2 .8-2.8 0",key:"1obv0w"}],["path",{d:"M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7",key:"rqjl8i"}],["path",{d:"M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4",key:"1mr6wy"}]]);const ip=r("dribbble",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94",key:"hpej1"}],["path",{d:"M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32",key:"1tr44o"}],["path",{d:"M8.56 2.75c4.37 6 6 9.42 8 17.72",key:"kbh691"}]]);const rp=r("drill",[["path",{d:"M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3 1 1 0 0 1 1-1z",key:"ioqxb1"}],["path",{d:"M13 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8",key:"1rs59n"}],["path",{d:"M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3",key:"105ega"}],["path",{d:"M18 6h4",key:"66u95g"}],["path",{d:"m5 10-2 8",key:"xt2lic"}],["path",{d:"m7 18 2-8",key:"1bzku2"}]]);const cp=r("drone",[["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"}]]);const dp=r("droplet-off",[["path",{d:"M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586",key:"8suz2t"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208",key:"19dw9m"}]]);const sp=r("droplet",[["path",{d:"M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z",key:"c7niix"}]]);const lp=r("droplets",[["path",{d:"M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z",key:"1ptgy4"}],["path",{d:"M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97",key:"1sl1rz"}]]);const up=r("drum",[["path",{d:"m2 2 8 8",key:"1v6059"}],["path",{d:"m22 2-8 8",key:"173r8a"}],["ellipse",{cx:"12",cy:"9",rx:"10",ry:"5",key:"liohsx"}],["path",{d:"M7 13.4v7.9",key:"1yi6u9"}],["path",{d:"M12 14v8",key:"1tn2tj"}],["path",{d:"M17 13.4v7.9",key:"eqz2v3"}],["path",{d:"M2 9v8a10 5 0 0 0 20 0V9",key:"1750ul"}]]);const hp=r("drumstick",[["path",{d:"M15.4 15.63a7.875 6 135 1 1 6.23-6.23 4.5 3.43 135 0 0-6.23 6.23",key:"1dtqwm"}],["path",{d:"m8.29 12.71-2.6 2.6a2.5 2.5 0 1 0-1.65 4.65A2.5 2.5 0 1 0 8.7 18.3l2.59-2.59",key:"1oq1fw"}]]);const pp=r("dumbbell",[["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"}]]);const yp=r("ear-off",[["path",{d:"M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46",key:"1qngmn"}],["path",{d:"M6 8.5c0-.75.13-1.47.36-2.14",key:"b06bma"}],["path",{d:"M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76",key:"g10hsz"}],["path",{d:"M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18",key:"ygzou7"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const kp=r("ear",[["path",{d:"M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0",key:"1dfaln"}],["path",{d:"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4",key:"1qnva7"}]]);const _p=r("earth-lock",[["path",{d:"M7 3.34V5a3 3 0 0 0 3 3",key:"w732o8"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",key:"f02343"}],["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54",key:"1djwo0"}],["path",{d:"M12 2a10 10 0 1 0 9.54 13",key:"zjsr6q"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2",key:"1of5e8"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1",key:"1fmf51"}]]);const Fn=r("earth",[["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54",key:"1djwo0"}],["path",{d:"M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17",key:"1tzkfa"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",key:"14pb5j"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const fp=r("eclipse",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a7 7 0 1 0 10 10",key:"1yuj32"}]]);const mp=r("egg-fried",[["circle",{cx:"11.5",cy:"12.5",r:"3.5",key:"1cl1mi"}],["path",{d:"M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z",key:"165ef9"}]]);const gp=r("egg-off",[["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"}]]);const vp=r("egg",[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12",key:"1le142"}]]);const En=r("ellipsis-vertical",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}]]);const lt=r("ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]);const Mp=r("equal-approximately",[["path",{d:"M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0",key:"yrdkhy"}],["path",{d:"M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0",key:"gzkvyz"}]]);const $p=r("equal-not",[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}]]);const wp=r("equal",[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}]]);const bp=r("eraser",[["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"}]]);const xp=r("ethernet-port",[["path",{d:"m15 20 3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3z",key:"rbahqx"}],["path",{d:"M6 8v1",key:"1636ez"}],["path",{d:"M10 8v1",key:"1talb4"}],["path",{d:"M14 8v1",key:"1rsfgr"}],["path",{d:"M18 8v1",key:"gnkwox"}]]);const Np=r("euro",[["path",{d:"M4 10h12",key:"1y6xl8"}],["path",{d:"M4 14h9",key:"1loblj"}],["path",{d:"M19 6a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8 2 0 3.8-.8 5.2-2",key:"1j6lzo"}]]);const Ip=r("ev-charger",[["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"}]]);const Lp=r("expand",[["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"}]]);const Sp=r("external-link",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]]);const Cp=r("eye-off",[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const zp=r("eye-closed",[["path",{d:"m15 18-.722-3.25",key:"1j64jw"}],["path",{d:"M2 8a10.645 10.645 0 0 0 20 0",key:"1e7gxb"}],["path",{d:"m20 15-1.726-2.05",key:"1cnuld"}],["path",{d:"m4 15 1.726-2.05",key:"1dsqqd"}],["path",{d:"m9 18 .722-3.25",key:"ypw2yx"}]]);const Ap=r("eye",[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);const jp=r("facebook",[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z",key:"1jg4f8"}]]);const Pp=r("factory",[["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"}]]);const qp=r("fan",[["path",{d:"M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z",key:"484a7f"}],["path",{d:"M12 12v.01",key:"u5ubse"}]]);const Dp=r("fast-forward",[["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"}]]);const Op=r("fence",[["path",{d:"M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"1n2rgs"}],["path",{d:"M6 8h4",key:"utf9t1"}],["path",{d:"M6 18h4",key:"12yh4b"}],["path",{d:"m12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"3ha7mj"}],["path",{d:"M14 8h4",key:"1r8wg2"}],["path",{d:"M14 18h4",key:"1t3kbu"}],["path",{d:"m20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"dfd4e2"}]]);const Hp=r("feather",[["path",{d:"M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z",key:"18jl4k"}],["path",{d:"M16 8 2 22",key:"vp34q"}],["path",{d:"M17.5 15H9",key:"1oz8nu"}]]);const Vp=r("ferris-wheel",[["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m6.8 15-3.5 2",key:"hjy98k"}],["path",{d:"m20.7 7-3.5 2",key:"f08gto"}],["path",{d:"M6.8 9 3.3 7",key:"1aevh4"}],["path",{d:"m20.7 17-3.5-2",key:"1liqo3"}],["path",{d:"m9 22 3-8 3 8",key:"wees03"}],["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M18 18.7a9 9 0 1 0-12 0",key:"dhzg4g"}]]);const Rp=r("figma",[["path",{d:"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z",key:"1340ok"}],["path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z",key:"1hz3m3"}],["path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z",key:"1oz8n2"}],["path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z",key:"1ff65i"}],["path",{d:"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z",key:"pdip6e"}]]);const Tp=r("file-archive",[["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"}]]);const Un=r("file-axis-3d",[["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"}]]);const Bn=r("file-badge",[["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"}]]);const Fp=r("file-box",[["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"}]]);const Zn=r("file-braces-corner",[["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"}]]);const Gn=r("file-chart-column-increasing",[["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"}]]);const Wn=r("file-braces",[["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"}]]);const Kn=r("file-chart-column",[["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"}]]);const Xn=r("file-chart-line",[["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"}]]);const Jn=r("file-chart-pie",[["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"}]]);const Ep=r("file-check",[["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"}]]);const Yn=r("file-check-corner",[["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"}]]);const Up=r("file-clock",[["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"}]]);const Qn=r("file-code-corner",[["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"}]]);const Bp=r("file-code",[["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"}]]);const eo=r("file-cog",[["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"}]]);const Zp=r("file-diff",[["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"}]]);const Gp=r("file-digit",[["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"}]]);const Wp=r("file-down",[["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"}]]);const to=r("file-exclamation-point",[["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"}]]);const qe=r("file-headphone",[["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"}]]);const Kp=r("file-heart",[["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"}]]);const Xp=r("file-image",[["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"}]]);const Jp=r("file-input",[["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"}]]);const no=r("file-key",[["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"}]]);const oo=r("file-minus-corner",[["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"}]]);const ao=r("file-lock",[["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"}]]);const Yp=r("file-minus",[["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"}]]);const Qp=r("file-music",[["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"}]]);const ey=r("file-output",[["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"}]]);const io=r("file-pen-line",[["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"}]]);const ro=r("file-play",[["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"}]]);const co=r("file-pen",[["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"}]]);const so=r("file-plus-corner",[["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"}]]);const ty=r("file-plus",[["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"}]]);const lo=r("file-question-mark",[["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"}]]);const ny=r("file-scan",[["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"}]]);const uo=r("file-search-corner",[["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"}]]);const oy=r("file-search",[["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"}]]);const ho=r("file-signal",[["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"}]]);const ay=r("file-sliders",[["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"}]]);const iy=r("file-spreadsheet",[["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"}]]);const ry=r("file-stack",[["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"}]]);const cy=r("file-symlink",[["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"}]]);const dy=r("file-terminal",[["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"}]]);const sy=r("file-text",[["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"}]]);const po=r("file-type-corner",[["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"}]]);const ly=r("file-type",[["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"}]]);const uy=r("file-up",[["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"}]]);const hy=r("file-user",[["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"}]]);const yo=r("file-video-camera",[["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"}]]);const py=r("file-volume",[["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"}]]);const ko=r("file-x-corner",[["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"}]]);const yy=r("file-x",[["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"}]]);const ky=r("file",[["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"}]]);const _y=r("files",[["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"}]]);const fy=r("film",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 3v18",key:"bbkbws"}],["path",{d:"M3 7.5h4",key:"zfgn84"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 16.5h4",key:"1230mu"}],["path",{d:"M17 3v18",key:"in4fa5"}],["path",{d:"M17 7.5h4",key:"myr1c1"}],["path",{d:"M17 16.5h4",key:"go4c1d"}]]);const my=r("fingerprint",[["path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4",key:"1nerag"}],["path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88",key:"o46ks0"}],["path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02",key:"ptglia"}],["path",{d:"M2 12a10 10 0 0 1 18-6",key:"ydlgp0"}],["path",{d:"M2 16h.01",key:"1gqxmh"}],["path",{d:"M21.8 16c.2-2 .131-5.354 0-6",key:"drycrb"}],["path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2",key:"1tidbn"}],["path",{d:"M8.65 22c.21-.66.45-1.32.57-2",key:"13wd9y"}],["path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2",key:"1fr1j5"}]]);const gy=r("fire-extinguisher",[["path",{d:"M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5",key:"sqyvz"}],["path",{d:"M9 18h8",key:"i7pszb"}],["path",{d:"M18 3h-3",key:"7idoqj"}],["path",{d:"M11 3a6 6 0 0 0-6 6v11",key:"1v5je3"}],["path",{d:"M5 13h4",key:"svpcxo"}],["path",{d:"M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z",key:"vsjego"}]]);const vy=r("fish-off",[["path",{d:"M18 12.47v.03m0-.5v.47m-.475 5.056A6.744 6.744 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6 .348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.802 8.802 0 0 1 15 6c3.56 0 6.06 2.54 7 6-.309 1.14-.786 2.177-1.413 3.058",key:"1j1hse"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.77 9.77 0 0 1 16 6.07m0 11.86a9.77 9.77 0 0 1-1.728-3.618",key:"1q46z8"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 2l20 20",key:"1407gh"}]]);const My=r("fish-symbol",[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8",key:"h4oh4o"}]]);const $y=r("fish",[["path",{d:"M6.5 12c.94-3.46 4.94-6 8.5-6 3.56 0 6.06 2.54 7 6-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6Z",key:"15baut"}],["path",{d:"M18 12v.5",key:"18hhni"}],["path",{d:"M16 17.93a9.77 9.77 0 0 1 0-11.86",key:"16dt7o"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33",key:"l9di03"}],["path",{d:"M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4",key:"1kjonw"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98",key:"1zlm23"}]]);const wy=r("flag-off",[["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"}]]);const by=r("flag-triangle-left",[["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"}]]);const xy=r("flag-triangle-right",[["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"}]]);const Ny=r("flag",[["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"}]]);const Iy=r("flame-kindling",[["path",{d:"M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2Z",key:"1ir223"}],["path",{d:"m5 22 14-4",key:"1brv4h"}],["path",{d:"m5 18 14 4",key:"lgyyje"}]]);const Ly=r("flame",[["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"}]]);const Sy=r("flashlight-off",[["path",{d:"M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4",key:"1r120k"}],["path",{d:"M7 2h11v4c0 2-2 2-2 4v1",key:"dz1920"}],["line",{x1:"11",x2:"18",y1:"6",y2:"6",key:"bi1vpe"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const Cy=r("flashlight",[["path",{d:"M18 6c0 2-2 2-2 4v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4V2h12z",key:"1orkel"}],["line",{x1:"6",x2:"18",y1:"6",y2:"6",key:"1z11jq"}],["line",{x1:"12",x2:"12",y1:"12",y2:"12",key:"1f4yc1"}]]);const zy=r("flask-conical",[["path",{d:"M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2",key:"18mbvz"}],["path",{d:"M6.453 15h11.094",key:"3shlmq"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]]);const Ay=r("flask-conical-off",[["path",{d:"M10 2v2.343",key:"15t272"}],["path",{d:"M14 2v6.343",key:"sxr80q"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563",key:"k0duyd"}],["path",{d:"M6.453 15H15",key:"1f0z33"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]]);const jy=r("flask-round",[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2",key:"1s42pc"}],["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]]);const Py=r("flip-horizontal-2",[["path",{d:"m3 7 5 5-5 5V7",key:"couhi7"}],["path",{d:"m21 7-5 5 5 5V7",key:"6ouia7"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]]);const qy=r("flip-horizontal",[["path",{d:"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3",key:"1i73f7"}],["path",{d:"M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3",key:"saxlbk"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]]);const Dy=r("flip-vertical-2",[["path",{d:"m17 3-5 5-5-5h10",key:"1ftt6x"}],["path",{d:"m17 21-5-5-5 5h10",key:"1m0wmu"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]]);const Oy=r("flip-vertical",[["path",{d:"M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3",key:"14bfxa"}],["path",{d:"M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3",key:"14rx03"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]]);const Hy=r("flower-2",[["path",{d:"M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1",key:"3pnvol"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["path",{d:"M12 10v12",key:"6ubwww"}],["path",{d:"M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z",key:"9hd38g"}],["path",{d:"M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z",key:"ufn41s"}]]);const Vy=r("flower",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 16.5A4.5 4.5 0 1 1 7.5 12 4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 1 1 4.5 4.5 4.5 4.5 0 1 1-4.5 4.5",key:"14wa3c"}],["path",{d:"M12 7.5V9",key:"1oy5b0"}],["path",{d:"M7.5 12H9",key:"eltsq1"}],["path",{d:"M16.5 12H15",key:"vk5kw4"}],["path",{d:"M12 16.5V15",key:"k7eayi"}],["path",{d:"m8 8 1.88 1.88",key:"nxy4qf"}],["path",{d:"M14.12 9.88 16 8",key:"1lst6k"}],["path",{d:"m8 16 1.88-1.88",key:"h2eex1"}],["path",{d:"M14.12 14.12 16 16",key:"uqkrx3"}]]);const Ry=r("focus",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]]);const Ty=r("fold-horizontal",[["path",{d:"M2 12h6",key:"1wqiqv"}],["path",{d:"M22 12h-6",key:"1eg9hc"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m19 9-3 3 3 3",key:"12ol22"}],["path",{d:"m5 15 3-3-3-3",key:"1kdhjc"}]]);const Fy=r("folder-archive",[["circle",{cx:"15",cy:"19",r:"2",key:"u2pros"}],["path",{d:"M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1",key:"1jj40k"}],["path",{d:"M15 11v-1",key:"cntcp"}],["path",{d:"M15 17v-2",key:"1279jj"}]]);const Ey=r("fold-vertical",[["path",{d:"M12 22v-6",key:"6o8u61"}],["path",{d:"M12 8V2",key:"1wkif3"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}],["path",{d:"m15 19-3-3-3 3",key:"e37ymu"}],["path",{d:"m15 5-3 3-3-3",key:"19d6lf"}]]);const Uy=r("folder-check",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"m9 13 2 2 4-4",key:"6343dt"}]]);const By=r("folder-clock",[["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"}]]);const Zy=r("folder-closed",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M2 10h20",key:"1ir3d8"}]]);const Gy=r("folder-code",[["path",{d:"M10 10.5 8 13l2 2.5",key:"m4t9c1"}],["path",{d:"m14 10.5 2 2.5-2 2.5",key:"14w2eb"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z",key:"1u1bxd"}]]);const _o=r("folder-cog",[["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"}]]);const Wy=r("folder-dot",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["circle",{cx:"12",cy:"13",r:"1",key:"49l61u"}]]);const Ky=r("folder-down",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"m15 13-3 3-3-3",key:"6j2sf0"}]]);const Xy=r("folder-git",[["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M14 13h3",key:"1dgedf"}],["path",{d:"M7 13h3",key:"1pygq7"}]]);const Jy=r("folder-git-2",[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5",key:"1w6njk"}],["circle",{cx:"13",cy:"12",r:"2",key:"1j92g6"}],["path",{d:"M18 19c-2.8 0-5-2.2-5-5v8",key:"pkpw2h"}],["circle",{cx:"20",cy:"19",r:"2",key:"1obnsp"}]]);const Yy=r("folder-heart",[["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"}]]);const Qy=r("folder-input",[["path",{d:"M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1",key:"fm4g5t"}],["path",{d:"M2 13h10",key:"pgb2dq"}],["path",{d:"m9 16 3-3-3-3",key:"6m91ic"}]]);const ek=r("folder-kanban",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["path",{d:"M8 10v4",key:"tgpxqk"}],["path",{d:"M12 10v2",key:"hh53o1"}],["path",{d:"M16 10v6",key:"1d6xys"}]]);const tk=r("folder-key",[["circle",{cx:"16",cy:"20",r:"2",key:"1vifvg"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2",key:"3hgo9p"}],["path",{d:"m22 14-4.5 4.5",key:"1ef6z8"}],["path",{d:"m21 15 1 1",key:"1ejcpy"}]]);const nk=r("folder-lock",[["rect",{width:"8",height:"5",x:"14",y:"17",rx:"1",key:"19aais"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2.5",key:"1w6v7t"}],["path",{d:"M20 17v-2a2 2 0 1 0-4 0v2",key:"pwaxnr"}]]);const ok=r("folder-minus",[["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]);const ak=r("folder-open-dot",[["path",{d:"m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2",key:"1nmvlm"}],["circle",{cx:"14",cy:"15",r:"1",key:"1gm4qj"}]]);const ik=r("folder-open",[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]]);const rk=r("folder-output",[["path",{d:"M2 7.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-1.5",key:"1yk7aj"}],["path",{d:"M2 13h10",key:"pgb2dq"}],["path",{d:"m5 10-3 3 3 3",key:"1r8ie0"}]]);const fo=r("folder-pen",[["path",{d:"M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5",key:"a8xqs0"}],["path",{d:"M11.378 13.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1saktj"}]]);const ck=r("folder-plus",[["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]);const dk=r("folder-root",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}],["path",{d:"M12 15v5",key:"11xva1"}]]);const sk=r("folder-search-2",[["circle",{cx:"11.5",cy:"12.5",r:"2.5",key:"1ea5ju"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M13.3 14.3 15 16",key:"1y4v1n"}]]);const lk=r("folder-search",[["path",{d:"M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1",key:"1bw5m7"}],["path",{d:"m21 21-1.9-1.9",key:"1g2n9r"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}]]);const uk=r("folder-symlink",[["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"}]]);const hk=r("folder-sync",[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5",key:"1dkoa9"}],["path",{d:"M12 10v4h4",key:"1czhmt"}],["path",{d:"m12 14 1.535-1.605a5 5 0 0 1 8 1.5",key:"lvuxfi"}],["path",{d:"M22 22v-4h-4",key:"1ewp4q"}],["path",{d:"m22 18-1.535 1.605a5 5 0 0 1-8-1.5",key:"14ync0"}]]);const pk=r("folder-tree",[["path",{d:"M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"hod4my"}],["path",{d:"M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"w4yl2u"}],["path",{d:"M3 5a2 2 0 0 0 2 2h3",key:"f2jnh7"}],["path",{d:"M3 3v13a2 2 0 0 0 2 2h3",key:"k8epm1"}]]);const yk=r("folder-x",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"m9.5 10.5 5 5",key:"ra9qjz"}],["path",{d:"m14.5 10.5-5 5",key:"l2rkpq"}]]);const kk=r("folder-up",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"m9 13 3-3 3 3",key:"1pxg3c"}]]);const _k=r("folder",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]);const fk=r("folders",[["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"}]]);const mk=r("footprints",[["path",{d:"M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z",key:"1dudjm"}],["path",{d:"M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z",key:"l2t8xc"}],["path",{d:"M16 17h4",key:"1dejxt"}],["path",{d:"M4 13h4",key:"1bwh8b"}]]);const gk=r("forklift",[["path",{d:"M12 12H5a2 2 0 0 0-2 2v5",key:"7zsz91"}],["circle",{cx:"13",cy:"19",r:"2",key:"wjnkru"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5",key:"13bk1p"}]]);const vk=r("forward",[["path",{d:"m15 17 5-5-5-5",key:"nf172w"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12",key:"jmiej9"}]]);const Mk=r("frame",[["line",{x1:"22",x2:"2",y1:"6",y2:"6",key:"15w7dq"}],["line",{x1:"22",x2:"2",y1:"18",y2:"18",key:"1ip48p"}],["line",{x1:"6",x2:"6",y1:"2",y2:"22",key:"a2lnyx"}],["line",{x1:"18",x2:"18",y1:"2",y2:"22",key:"8vb6jd"}]]);const $k=r("framer",[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7",key:"1a2nng"}]]);const wk=r("frown",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2",key:"epbg0q"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]);const bk=r("fuel",[["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"}]]);const xk=r("fullscreen",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["rect",{width:"10",height:"8",x:"7",y:"8",rx:"1",key:"vys8me"}]]);const Nk=r("funnel-plus",[["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"}]]);const mo=r("funnel-x",[["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"}]]);const go=r("funnel",[["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"}]]);const Ik=r("gallery-horizontal",[["path",{d:"M2 3v18",key:"pzttux"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2",key:"btr8bg"}],["path",{d:"M22 3v18",key:"6jf3v"}]]);const Lk=r("gallery-horizontal-end",[["path",{d:"M2 7v10",key:"a2pl2d"}],["path",{d:"M6 5v14",key:"1kq3d7"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2",key:"13i7bc"}]]);const Sk=r("gallery-thumbnails",[["rect",{width:"18",height:"14",x:"3",y:"3",rx:"2",key:"74y24f"}],["path",{d:"M4 21h1",key:"16zlid"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M19 21h1",key:"edywat"}]]);const Ck=r("gallery-vertical-end",[["path",{d:"M7 2h10",key:"nczekb"}],["path",{d:"M5 6h14",key:"u2x4p"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2",key:"l0tzu3"}]]);const zk=r("gallery-vertical",[["path",{d:"M3 2h18",key:"15qxfx"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2",key:"1439r6"}],["path",{d:"M3 22h18",key:"8prr45"}]]);const Ak=r("gamepad-2",[["line",{x1:"6",x2:"10",y1:"11",y2:"11",key:"1gktln"}],["line",{x1:"8",x2:"8",y1:"9",y2:"13",key:"qnk9ow"}],["line",{x1:"15",x2:"15.01",y1:"12",y2:"12",key:"krot7o"}],["line",{x1:"18",x2:"18.01",y1:"10",y2:"10",key:"1lcuu1"}],["path",{d:"M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z",key:"mfqc10"}]]);const jk=r("gamepad-directional",[["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"}]]);const Pk=r("gamepad",[["line",{x1:"6",x2:"10",y1:"12",y2:"12",key:"161bw2"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"15",x2:"15.01",y1:"13",y2:"13",key:"dqpgro"}],["line",{x1:"18",x2:"18.01",y1:"11",y2:"11",key:"meh2c"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]);const qk=r("gauge",[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]]);const Dk=r("gem",[["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"}]]);const Ok=r("gavel",[["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"}]]);const Hk=r("georgian-lari",[["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"}]]);const Vk=r("gift",[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1",key:"bkv52"}],["path",{d:"M12 8v13",key:"1c76mn"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7",key:"6wjy6b"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5",key:"1ihvrl"}]]);const Rk=r("ghost",[["path",{d:"M9 10h.01",key:"qbtxuw"}],["path",{d:"M15 10h.01",key:"1qmjsl"}],["path",{d:"M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z",key:"uwwb07"}]]);const Tk=r("git-branch-minus",[["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"}]]);const Fk=r("git-branch-plus",[["path",{d:"M6 3v12",key:"qpgusn"}],["path",{d:"M18 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",key:"1d02ji"}],["path",{d:"M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",key:"chk6ph"}],["path",{d:"M15 6a9 9 0 0 0-9 9",key:"or332x"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}]]);const Ek=r("git-branch",[["line",{x1:"6",x2:"6",y1:"3",y2:"15",key:"17qcm7"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M18 9a9 9 0 0 1-9 9",key:"n2h4wq"}]]);const Uk=r("git-commit-vertical",[["path",{d:"M12 3v6",key:"1holv5"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 15v6",key:"a9ows0"}]]);const vo=r("git-commit-horizontal",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["line",{x1:"3",x2:"9",y1:"12",y2:"12",key:"1dyftd"}],["line",{x1:"15",x2:"21",y1:"12",y2:"12",key:"oup4p8"}]]);const Bk=r("git-compare-arrows",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7",key:"1yj91y"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["circle",{cx:"19",cy:"18",r:"3",key:"1qljk2"}],["path",{d:"M12 18H7a2 2 0 0 1-2-2V9",key:"16sdep"}],["path",{d:"m9 15 3 3-3 3",key:"1m3kbl"}]]);const Zk=r("git-compare",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["path",{d:"M11 18H8a2 2 0 0 1-2-2V9",key:"19pyzm"}]]);const Gk=r("git-graph",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v6",key:"158jrl"}],["circle",{cx:"5",cy:"18",r:"3",key:"104gr9"}],["path",{d:"M12 3v18",key:"108xh3"}],["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}],["path",{d:"M16 15.7A9 9 0 0 0 19 9",key:"1e3vqb"}]]);const Wk=r("git-fork",[["circle",{cx:"12",cy:"18",r:"3",key:"1mpf1b"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["path",{d:"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9",key:"1uq4wg"}],["path",{d:"M12 12v3",key:"158kv8"}]]);const Kk=r("git-merge",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9",key:"7kw0sc"}]]);const Xk=r("git-pull-request-arrow",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v12",key:"ih889a"}],["circle",{cx:"19",cy:"18",r:"3",key:"1qljk2"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7",key:"1yj91y"}]]);const Jk=r("git-pull-request-closed",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 9v12",key:"1sc30k"}],["path",{d:"m21 3-6 6",key:"16nqsk"}],["path",{d:"m21 9-6-6",key:"9j17rh"}],["path",{d:"M18 11.5V15",key:"65xf6f"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]]);const Yk=r("git-pull-request-create-arrow",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v12",key:"ih889a"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v3",key:"1rbwk6"}],["path",{d:"M19 15v6",key:"10aioa"}],["path",{d:"M22 18h-6",key:"1d5gi5"}]]);const Qk=r("git-pull-request-create",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 9v12",key:"1sc30k"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v3",key:"1jb6z3"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}]]);const e4=r("git-pull-request-draft",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M18 6V5",key:"1oao2s"}],["path",{d:"M18 11v-1",key:"11c8tz"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21",key:"rroup"}]]);const t4=r("github",[["path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4",key:"tonef"}],["path",{d:"M9 18c-4.51 2-5-2-7-2",key:"9comsn"}]]);const n4=r("git-pull-request",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21",key:"rroup"}]]);const o4=r("gitlab",[["path",{d:"m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z",key:"148pdi"}]]);const a4=r("glasses",[["circle",{cx:"6",cy:"15",r:"4",key:"vux9w4"}],["circle",{cx:"18",cy:"15",r:"4",key:"18o8ve"}],["path",{d:"M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2",key:"1ag4bs"}],["path",{d:"M2.5 13 5 7c.7-1.3 1.4-2 3-2",key:"1hm1gs"}],["path",{d:"M21.5 13 19 7c-.7-1.3-1.5-2-3-2",key:"1r31ai"}]]);const i4=r("glass-water",[["path",{d:"M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z",key:"p55z4y"}],["path",{d:"M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0",key:"mjntcy"}]]);const r4=r("globe-lock",[["path",{d:"M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13",key:"qkt0x6"}],["path",{d:"M2 12h8.5",key:"ovaggd"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2",key:"1of5e8"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1",key:"1fmf51"}]]);const c4=r("globe",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]]);const d4=r("goal",[["path",{d:"M12 13V2l8 4-8 4",key:"5wlwwj"}],["path",{d:"M20.561 10.222a9 9 0 1 1-12.55-5.29",key:"1c0wjv"}],["path",{d:"M8.002 9.997a5 5 0 1 0 8.9 2.02",key:"gb1g7m"}]]);const s4=r("gpu",[["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"}]]);const l4=r("graduation-cap",[["path",{d:"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",key:"j76jl0"}],["path",{d:"M22 10v6",key:"1lu8f3"}],["path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5",key:"1r8lef"}]]);const u4=r("grape",[["path",{d:"M22 5V2l-5.89 5.89",key:"1eenpo"}],["circle",{cx:"16.6",cy:"15.89",r:"3",key:"xjtalx"}],["circle",{cx:"8.11",cy:"7.4",r:"3",key:"u2fv6i"}],["circle",{cx:"12.35",cy:"11.65",r:"3",key:"i6i8g7"}],["circle",{cx:"13.91",cy:"5.85",r:"3",key:"6ye0dv"}],["circle",{cx:"18.15",cy:"10.09",r:"3",key:"snx9no"}],["circle",{cx:"6.56",cy:"13.2",r:"3",key:"17x4xg"}],["circle",{cx:"10.8",cy:"17.44",r:"3",key:"1hogw9"}],["circle",{cx:"5",cy:"19",r:"3",key:"1sn6vo"}]]);const Mo=r("grid-2x2-check",[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]]);const $o=r("grid-2x2-plus",[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M19 22v-6",key:"qhmiwi"}]]);const wo=r("grid-2x2-x",[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"m16 16 5 5",key:"8tpb07"}],["path",{d:"m16 21 5-5",key:"193jll"}]]);const bo=r("grid-2x2",[["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M3 12h18",key:"1i2n21"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]);const De=r("grid-3x3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);const h4=r("grid-3x2",[["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"}]]);const p4=r("grip-horizontal",[["circle",{cx:"12",cy:"9",r:"1",key:"124mty"}],["circle",{cx:"19",cy:"9",r:"1",key:"1ruzo2"}],["circle",{cx:"5",cy:"9",r:"1",key:"1a8b28"}],["circle",{cx:"12",cy:"15",r:"1",key:"1e56xg"}],["circle",{cx:"19",cy:"15",r:"1",key:"1a92ep"}],["circle",{cx:"5",cy:"15",r:"1",key:"5r1jwy"}]]);const y4=r("grip-vertical",[["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}],["circle",{cx:"9",cy:"5",r:"1",key:"hp0tcf"}],["circle",{cx:"9",cy:"19",r:"1",key:"fkjjf6"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["circle",{cx:"15",cy:"19",r:"1",key:"f4zoj3"}]]);const k4=r("grip",[["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"19",cy:"5",r:"1",key:"w8mnmm"}],["circle",{cx:"5",cy:"5",r:"1",key:"lttvr7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}],["circle",{cx:"19",cy:"19",r:"1",key:"shf9b7"}],["circle",{cx:"5",cy:"19",r:"1",key:"bfqh0e"}]]);const _4=r("group",[["path",{d:"M3 7V5c0-1.1.9-2 2-2h2",key:"adw53z"}],["path",{d:"M17 3h2c1.1 0 2 .9 2 2v2",key:"an4l38"}],["path",{d:"M21 17v2c0 1.1-.9 2-2 2h-2",key:"144t0e"}],["path",{d:"M7 21H5c-1.1 0-2-.9-2-2v-2",key:"rtnfgi"}],["rect",{width:"7",height:"5",x:"7",y:"7",rx:"1",key:"1eyiv7"}],["rect",{width:"7",height:"5",x:"10",y:"12",rx:"1",key:"1qlmkx"}]]);const f4=r("guitar",[["path",{d:"m11.9 12.1 4.514-4.514",key:"109xqo"}],["path",{d:"M20.1 2.3a1 1 0 0 0-1.4 0l-1.114 1.114A2 2 0 0 0 17 4.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 17.828 7h1.344a2 2 0 0 0 1.414-.586L21.7 5.3a1 1 0 0 0 0-1.4z",key:"txyc8t"}],["path",{d:"m6 16 2 2",key:"16qmzd"}],["path",{d:"M8.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"}]]);const m4=r("ham",[["path",{d:"M13.144 21.144A7.274 10.445 45 1 0 2.856 10.856",key:"1k1t7q"}],["path",{d:"M13.144 21.144A7.274 4.365 45 0 0 2.856 10.856a7.274 4.365 45 0 0 10.288 10.288",key:"153t1g"}],["path",{d:"M16.565 10.435 18.6 8.4a2.501 2.501 0 1 0 1.65-4.65 2.5 2.5 0 1 0-4.66 1.66l-2.024 2.025",key:"gzrt0n"}],["path",{d:"m8.5 16.5-1-1",key:"otr954"}]]);const g4=r("hamburger",[["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"}]]);const v4=r("hammer",[["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"}]]);const M4=r("hand-coins",[["path",{d:"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17",key:"geh8rc"}],["path",{d:"m7 21 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"1fto5m"}],["path",{d:"m2 16 6 6",key:"1pfhp9"}],["circle",{cx:"16",cy:"9",r:"2.9",key:"1n0dlu"}],["circle",{cx:"6",cy:"5",r:"3",key:"151irh"}]]);const $4=r("hand-fist",[["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"}]]);const xo=r("hand-grab",[["path",{d:"M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4",key:"edstyy"}],["path",{d:"M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",key:"19wdwo"}],["path",{d:"M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5",key:"1lugqo"}],["path",{d:"M6 14a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1hbeus"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0",key:"1etffm"}]]);const w4=r("hand-heart",[["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"}]]);const b4=r("hand-metal",[["path",{d:"M18 12.5V10a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4",key:"wc6myp"}],["path",{d:"M14 11V9a2 2 0 1 0-4 0v2",key:"94qvcw"}],["path",{d:"M10 10.5V5a2 2 0 1 0-4 0v9",key:"m1ah89"}],["path",{d:"m7 15-1.76-1.76a2 2 0 0 0-2.83 2.82l3.6 3.6C7.5 21.14 9.2 22 12 22h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v5",key:"t1skq1"}]]);const No=r("hand-helping",[["path",{d:"M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14",key:"1j4xps"}],["path",{d:"m7 18 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"uospg8"}],["path",{d:"m2 13 6 6",key:"16e5sb"}]]);const x4=r("hand-platter",[["path",{d:"M12 3V2",key:"ar7q03"}],["path",{d:"m15.4 17.4 3.2-2.8a2 2 0 1 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2l-1.302-1.464A1 1 0 0 0 6.151 19H5",key:"n2g93r"}],["path",{d:"M2 14h12a2 2 0 0 1 0 4h-2",key:"1o2jem"}],["path",{d:"M4 10h16",key:"img6z1"}],["path",{d:"M5 10a7 7 0 0 1 14 0",key:"1ega1o"}],["path",{d:"M5 14v6a1 1 0 0 1-1 1H2",key:"1hescx"}]]);const N4=r("hand",[["path",{d:"M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1fvzgz"}],["path",{d:"M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",key:"1kc0my"}],["path",{d:"M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8",key:"10h0bg"}],["path",{d:"M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",key:"1s1gnw"}]]);const I4=r("handbag",[["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"}]]);const L4=r("handshake",[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3",key:"efffak"}],["path",{d:"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",key:"9pr0kb"}],["path",{d:"m21 3 1 11h-2",key:"1tisrp"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3",key:"1uvwmv"}],["path",{d:"M3 4h8",key:"1ep09j"}]]);const S4=r("hard-drive-download",[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"m16 6-4 4-4-4",key:"6wukr"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 18h.01",key:"h775k"}]]);const C4=r("hard-drive-upload",[["path",{d:"m16 6-4-4-4 4",key:"13yo43"}],["path",{d:"M12 2v8",key:"1q4o3n"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 18h.01",key:"h775k"}]]);const z4=r("hard-drive",[["line",{x1:"22",x2:"2",y1:"12",y2:"12",key:"1y58io"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}],["line",{x1:"6",x2:"6.01",y1:"16",y2:"16",key:"sgf278"}],["line",{x1:"10",x2:"10.01",y1:"16",y2:"16",key:"1l4acy"}]]);const A4=r("hard-hat",[["path",{d:"M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5",key:"1p9q5i"}],["path",{d:"M14 6a6 6 0 0 1 6 6v3",key:"1hnv84"}],["path",{d:"M4 15v-3a6 6 0 0 1 6-6",key:"9ciidu"}],["rect",{x:"2",y:"15",width:"20",height:"4",rx:"1",key:"g3x8cw"}]]);const j4=r("hash",[["line",{x1:"4",x2:"20",y1:"9",y2:"9",key:"4lhtct"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15",key:"vyu0kd"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21",key:"1ggp8o"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21",key:"weycgp"}]]);const P4=r("hat-glasses",[["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"}]]);const q4=r("haze",[["path",{d:"m5.2 6.2 1.4 1.4",key:"17imol"}],["path",{d:"M2 13h2",key:"13gyu8"}],["path",{d:"M20 13h2",key:"16rner"}],["path",{d:"m17.4 7.6 1.4-1.4",key:"t4xlah"}],["path",{d:"M22 17H2",key:"1gtaj3"}],["path",{d:"M22 21H2",key:"1gy6en"}],["path",{d:"M16 13a4 4 0 0 0-8 0",key:"1dyczq"}],["path",{d:"M12 5V2.5",key:"1vytko"}]]);const D4=r("hdmi-port",[["path",{d:"M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z",key:"2128wb"}],["path",{d:"M7.5 12h9",key:"1t0ckc"}]]);const O4=r("heading-1",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"m17 12 3-2v8",key:"1hhhft"}]]);const H4=r("heading-2",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1",key:"9jr5yi"}]]);const V4=r("heading-3",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2",key:"68ncm8"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2",key:"1ejuhz"}]]);const R4=r("heading-4",[["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17 10v3a1 1 0 0 0 1 1h3",key:"tj5zdr"}],["path",{d:"M21 10v8",key:"1kdml4"}],["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}]]);const T4=r("heading-6",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["circle",{cx:"19",cy:"16",r:"2",key:"15mx69"}],["path",{d:"M20 10c-2 2-3 3.5-3 6",key:"f35dl0"}]]);const F4=r("heading-5",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17 13v-3h4",key:"1nvgqp"}],["path",{d:"M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17",key:"2nebdn"}]]);const E4=r("heading",[["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M6 20V4",key:"1w1bmo"}],["path",{d:"M18 20V4",key:"o2hl4u"}]]);const U4=r("headphone-off",[["path",{d:"M21 14h-1.343",key:"1jdnxi"}],["path",{d:"M9.128 3.47A9 9 0 0 1 21 12v3.343",key:"6kipu2"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20.414 20.414A2 2 0 0 1 19 21h-1a2 2 0 0 1-2-2v-3",key:"9x50f4"}],["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 2.636-6.364",key:"1bkxnm"}]]);const B4=r("headset",[["path",{d:"M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3Z",key:"12oyoe"}],["path",{d:"M21 16v2a4 4 0 0 1-4 4h-5",key:"1x7m43"}]]);const Z4=r("headphones",[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3",key:"1xhozi"}]]);const G4=r("heart-crack",[["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"}]]);const W4=r("heart-handshake",[["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"}]]);const K4=r("heart-minus",[["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"}]]);const X4=r("heart-off",[["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"}]]);const J4=r("heart-plus",[["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"}]]);const Y4=r("heart-pulse",[["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"}]]);const Q4=r("heart",[["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"}]]);const e5=r("heater",[["path",{d:"M11 8c2-3-2-3 0-6",key:"1ldv5m"}],["path",{d:"M15.5 8c2-3-2-3 0-6",key:"1otqoz"}],["path",{d:"M6 10h.01",key:"1lbq93"}],["path",{d:"M6 14h.01",key:"zudwn7"}],["path",{d:"M10 16v-4",key:"1c25yv"}],["path",{d:"M14 16v-4",key:"1dkbt8"}],["path",{d:"M18 16v-4",key:"1yg9me"}],["path",{d:"M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3",key:"1ubg90"}],["path",{d:"M5 20v2",key:"1abpe8"}],["path",{d:"M19 20v2",key:"kqn6ft"}]]);const t5=r("helicopter",[["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"}]]);const n5=r("hexagon",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}]]);const o5=r("highlighter",[["path",{d:"m9 11-6 6v3h9l3-3",key:"1a3l36"}],["path",{d:"m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4",key:"14a9rk"}]]);const a5=r("history",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M12 7v5l4 2",key:"1fdv2h"}]]);const i5=r("hop-off",[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.28.01.53-.09.7-.27",key:"qyzcap"}],["path",{d:"M11.14 20.57c.52.24 2.44 1.12 4.08 1.37.46.06.86-.25.9-.71.12-1.52-.3-3.43-.5-4.28",key:"y078lb"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .7-.26",key:"1utre3"}],["path",{d:"M17.99 5.52a20.83 20.83 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-1.17.1-2.5.02-3.9-.25",key:"17o9hm"}],["path",{d:"M20.57 11.14c.24.52 1.12 2.44 1.37 4.08.04.3-.08.59-.31.75",key:"1d1n4p"}],["path",{d:"M4.93 4.93a10 10 0 0 0-.67 13.4c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.85.85 0 0 0 .48-.24",key:"9uv3tt"}],["path",{d:"M5.52 17.99c1.05.95 2.91 2.42 4.5 3.15a.8.8 0 0 0 1.13-.68c.2-2.34-.33-5.3-1.57-8.28",key:"1292wz"}],["path",{d:"M8.35 2.68a10 10 0 0 1 9.98 1.58c.43.35.4.96-.12 1.17-1.5.6-4.3.98-6.07 1.05",key:"7ozu9p"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const r5=r("hop",[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.55.03 1-.42.97-.97-.06-1.27-.26-3.5-.85-5.18",key:"18lxf1"}],["path",{d:"M11.5 6.5c1.64 0 5-.38 6.71-1.07.52-.2.55-.82.12-1.17A10 10 0 0 0 4.26 18.33c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.88.88 0 0 0 .73-.74c.3-2.14-.15-3.5-.61-4.88",key:"vtfxrw"}],["path",{d:"M15.62 16.95c.2.85.62 2.76.5 4.28a.77.77 0 0 1-.9.7 16.64 16.64 0 0 1-4.08-1.36",key:"13hl71"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .96-.96 17.68 17.68 0 0 0-.9-4.87",key:"1sl8oj"}],["path",{d:"M16.94 15.62c.86.2 2.77.62 4.29.5a.77.77 0 0 0 .7-.9 16.64 16.64 0 0 0-1.36-4.08",key:"19c6kt"}],["path",{d:"M17.99 5.52a20.82 20.82 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-2.33.2-5.3-.32-8.27-1.57",key:"85ghs3"}],["path",{d:"M4.93 4.93 3 3a.7.7 0 0 1 0-1",key:"x087yj"}],["path",{d:"M9.58 12.18c1.24 2.98 1.77 5.95 1.57 8.28a.8.8 0 0 1-1.13.68 20.82 20.82 0 0 1-4.5-3.15",key:"11xdqo"}]]);const c5=r("hospital",[["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"}]]);const d5=r("hotel",[["path",{d:"M10 22v-6.57",key:"1wmca3"}],["path",{d:"M12 11h.01",key:"z322tv"}],["path",{d:"M12 7h.01",key:"1ivr5q"}],["path",{d:"M14 15.43V22",key:"1q2vjd"}],["path",{d:"M15 16a5 5 0 0 0-6 0",key:"o9wqvi"}],["path",{d:"M16 11h.01",key:"xkw8gn"}],["path",{d:"M16 7h.01",key:"1kdx03"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 7h.01",key:"1vti4s"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",key:"1uxh74"}]]);const s5=r("hourglass",[["path",{d:"M5 22h14",key:"ehvnwv"}],["path",{d:"M5 2h14",key:"pdyrp9"}],["path",{d:"M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22",key:"1d314k"}],["path",{d:"M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2",key:"1vvvr6"}]]);const l5=r("house-heart",[["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"}]]);const u5=r("house-plug",[["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"}]]);const h5=r("house-plus",[["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"}]]);const p5=r("house-wifi",[["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"}]]);const Io=r("house",[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-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"}]]);const Lo=r("ice-cream-bowl",[["path",{d:"M12 17c5 0 8-2.69 8-6H4c0 3.31 3 6 8 6m-4 4h8m-4-3v3M5.14 11a3.5 3.5 0 1 1 6.71 0",key:"1uxfcu"}],["path",{d:"M12.14 11a3.5 3.5 0 1 1 6.71 0",key:"4k3m1s"}],["path",{d:"M15.5 6.5a3.5 3.5 0 1 0-7 0",key:"zmuahr"}]]);const So=r("ice-cream-cone",[["path",{d:"m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11",key:"1v6356"}],["path",{d:"M17 7A5 5 0 0 0 7 7",key:"151p3v"}],["path",{d:"M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4",key:"1sdaij"}]]);const y5=r("id-card-lanyard",[["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"}]]);const k5=r("id-card",[["path",{d:"M16 10h2",key:"8sgtl7"}],["path",{d:"M16 14h2",key:"epxaof"}],["path",{d:"M6.17 15a3 3 0 0 1 5.66 0",key:"n6f512"}],["circle",{cx:"9",cy:"11",r:"2",key:"yxgjnd"}],["rect",{x:"2",y:"5",width:"20",height:"14",rx:"2",key:"qneu4z"}]]);const _5=r("image-down",[["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",key:"9csbqa"}],["path",{d:"m14 19 3 3v-5.5",key:"9ldu5r"}],["path",{d:"m17 22 3-3",key:"1nkfve"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]);const f5=r("image-minus",[["path",{d:"M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7",key:"m87ecr"}],["line",{x1:"16",x2:"22",y1:"5",y2:"5",key:"ez7e4s"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]]);const m5=r("image-off",[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M10.41 10.41a2 2 0 1 1-2.83-2.83",key:"1bzlo9"}],["line",{x1:"13.5",x2:"6",y1:"13.5",y2:"21",key:"1q0aeu"}],["line",{x1:"18",x2:"21",y1:"12",y2:"15",key:"5mozeu"}],["path",{d:"M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59",key:"mmje98"}],["path",{d:"M21 15V5a2 2 0 0 0-2-2H9",key:"43el77"}]]);const g5=r("image-play",[["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"}]]);const v5=r("image-plus",[["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 2v6",key:"4bpg5p"}],["path",{d:"M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5",key:"1ue2ih"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]);const M5=r("image-up",[["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",key:"9csbqa"}],["path",{d:"m14 19.5 3-3 3 3",key:"9vmjn0"}],["path",{d:"M17 22v-5.5",key:"1aa6fl"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]);const $5=r("image-upscale",[["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M17 21h2a2 2 0 0 0 2-2",key:"130fy9"}],["path",{d:"M21 12v3",key:"1wzk3p"}],["path",{d:"m21 3-5 5",key:"1g5oa7"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2",key:"kk3yz1"}],["path",{d:"m5 21 4.144-4.144a1.21 1.21 0 0 1 1.712 0L13 19",key:"fyekpt"}],["path",{d:"M9 3h3",key:"d52fa"}],["rect",{x:"3",y:"11",width:"10",height:"10",rx:"1",key:"1wpmix"}]]);const w5=r("image",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]]);const b5=r("images",[["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"}]]);const x5=r("import",[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m8 11 4 4 4-4",key:"1dohi6"}],["path",{d:"M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4",key:"1ywtjm"}]]);const N5=r("inbox",[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]]);const I5=r("indian-rupee",[["path",{d:"M6 3h12",key:"ggurg9"}],["path",{d:"M6 8h12",key:"6g4wlu"}],["path",{d:"m6 13 8.5 8",key:"u1kupk"}],["path",{d:"M6 13h3",key:"wdp6ag"}],["path",{d:"M9 13c6.667 0 6.667-10 0-10",key:"1nkvk2"}]]);const Ni=r("info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]);const L5=r("infinity",[["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"}]]);const S5=r("inspection-panel",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7h.01",key:"7u93v4"}],["path",{d:"M17 7h.01",key:"14a9sn"}],["path",{d:"M7 17h.01",key:"19xn7k"}],["path",{d:"M17 17h.01",key:"1sd3ek"}]]);const C5=r("instagram",[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"5",ry:"5",key:"2e1cvw"}],["path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z",key:"9exkf1"}],["line",{x1:"17.5",x2:"17.51",y1:"6.5",y2:"6.5",key:"r4j83e"}]]);const z5=r("italic",[["line",{x1:"19",x2:"10",y1:"4",y2:"4",key:"15jd3p"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20",key:"bu0au3"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20",key:"uljnxc"}]]);const A5=r("iteration-ccw",[["path",{d:"m16 14 4 4-4 4",key:"hkso8o"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8",key:"1bik7b"}]]);const j5=r("japanese-yen",[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3",key:"2ej80x"}],["path",{d:"M6 15h12",key:"1hwgt5"}],["path",{d:"M6 11h12",key:"wf4gp6"}]]);const P5=r("joystick",[["path",{d:"M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z",key:"jg2n2t"}],["path",{d:"M6 15v-2",key:"gd6mvg"}],["path",{d:"M12 15V9",key:"8c7uyn"}],["circle",{cx:"12",cy:"6",r:"3",key:"1gm2ql"}]]);const q5=r("iteration-cw",[["path",{d:"M4 10a8 8 0 1 1 8 8H4",key:"svv66n"}],["path",{d:"m8 22-4-4 4-4",key:"6g7gki"}]]);const D5=r("kanban",[["path",{d:"M5 3v14",key:"9nsxs2"}],["path",{d:"M12 3v8",key:"1h2ygw"}],["path",{d:"M19 3v18",key:"1sk56x"}]]);const O5=r("key-round",[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]]);const H5=r("kayak",[["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"}]]);const V5=r("key",[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4",key:"g0fldk"}],["path",{d:"m21 2-9.6 9.6",key:"1j0ho8"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5",key:"yqb3hr"}]]);const R5=r("key-square",[["path",{d:"M12.4 2.7a2.5 2.5 0 0 1 3.4 0l5.5 5.5a2.5 2.5 0 0 1 0 3.4l-3.7 3.7a2.5 2.5 0 0 1-3.4 0L8.7 9.8a2.5 2.5 0 0 1 0-3.4z",key:"165ttr"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"m9.4 10.6-6.814 6.814A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814",key:"1ubxi2"}]]);const T5=r("keyboard-music",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 8h4",key:"utf9t1"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M6 12v4",key:"dy92yo"}],["path",{d:"M10 12v4",key:"1fxnav"}],["path",{d:"M14 12v4",key:"1hft58"}],["path",{d:"M18 12v4",key:"tjjnbz"}]]);const F5=r("keyboard-off",[["path",{d:"M 20 4 A2 2 0 0 1 22 6",key:"1g1fkt"}],["path",{d:"M 22 6 L 22 16.41",key:"1qjg3w"}],["path",{d:"M 7 16 L 16 16",key:"n0yqwb"}],["path",{d:"M 9.69 4 L 20 4",key:"kbpcgx"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2",key:"s23sx2"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M8 12h.01",key:"czm47f"}]]);const E5=r("keyboard",[["path",{d:"M10 8h.01",key:"1r9ogq"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M7 16h10",key:"wp8him"}],["path",{d:"M8 12h.01",key:"czm47f"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}]]);const U5=r("lamp-ceiling",[["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"}]]);const B5=r("lamp-desk",[["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"}]]);const Z5=r("lamp-floor",[["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"}]]);const G5=r("lamp-wall-down",[["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"}]]);const W5=r("lamp-wall-up",[["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"}]]);const K5=r("lamp",[["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"}]]);const X5=r("land-plot",[["path",{d:"m12 8 6-3-6-3v10",key:"mvpnpy"}],["path",{d:"m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12",key:"ek95tt"}],["path",{d:"m6.49 12.85 11.02 6.3",key:"1kt42w"}],["path",{d:"M17.51 12.85 6.5 19.15",key:"v55bdg"}]]);const J5=r("landmark",[["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"}]]);const Y5=r("languages",[["path",{d:"m5 8 6 6",key:"1wu5hv"}],["path",{d:"m4 14 6-6 2-3",key:"1k1g8d"}],["path",{d:"M2 5h12",key:"or177f"}],["path",{d:"M7 2h1",key:"1t2jsx"}],["path",{d:"m22 22-5-10-5 10",key:"don7ne"}],["path",{d:"M14 18h6",key:"1m8k6r"}]]);const Q5=r("laptop-minimal-check",[["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2",key:"8ur36m"}]]);const Co=r("laptop-minimal",[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2",key:"1qhy41"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20",key:"ni3hll"}]]);const e_=r("laptop",[["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"}]]);const t_=r("lasso",[["path",{d:"M3.704 14.467A10 8 0 0 1 2 10a10 8 0 0 1 20 0 10 8 0 0 1-10 8 10 8 0 0 1-5.181-1.158",key:"1yant3"}],["path",{d:"M7 22a5 5 0 0 1-2-3.994",key:"1xp6a4"}],["circle",{cx:"5",cy:"16",r:"2",key:"18csp3"}]]);const n_=r("laugh",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z",key:"b2q4dd"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]);const o_=r("lasso-select",[["path",{d:"M7 22a5 5 0 0 1-2-4",key:"umushi"}],["path",{d:"M7 16.93c.96.43 1.96.74 2.99.91",key:"ybbtv3"}],["path",{d:"M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.19 7.19 0 0 1-.33 2",key:"gt5e1w"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",key:"bq3ynw"}],["path",{d:"M14.33 22h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14z",key:"72q637"}]]);const a_=r("layers-2",[["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"}]]);const zo=r("layers",[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]]);const i_=r("layout-dashboard",[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]]);const r_=r("layout-grid",[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}]]);const c_=r("layout-list",[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}],["path",{d:"M14 4h7",key:"3xa0d5"}],["path",{d:"M14 9h7",key:"1icrd9"}],["path",{d:"M14 15h7",key:"1mj8o2"}],["path",{d:"M14 20h7",key:"11slyb"}]]);const d_=r("layout-panel-left",[["rect",{width:"7",height:"18",x:"3",y:"3",rx:"1",key:"2obqm"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}]]);const s_=r("layout-panel-top",[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1",key:"f1a2em"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}]]);const l_=r("layout-template",[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1",key:"f1a2em"}],["rect",{width:"9",height:"7",x:"3",y:"14",rx:"1",key:"jqznyg"}],["rect",{width:"5",height:"7",x:"16",y:"14",rx:"1",key:"q5h2i8"}]]);const u_=r("leaf",[["path",{d:"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z",key:"nnexq3"}],["path",{d:"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12",key:"mt58a7"}]]);const h_=r("leafy-green",[["path",{d:"M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5 4 4 0 0 0 6.187-2.353 3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8 3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373 3.5 3.5 0 0 0-5.116 3.69 4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1 3.926 19.743 3.014 20.732 2 22",key:"1134nt"}],["path",{d:"M2 22 17 7",key:"1q7jp2"}]]);const p_=r("lectern",[["path",{d:"M16 12h3a2 2 0 0 0 1.902-1.38l1.056-3.333A1 1 0 0 0 21 6H3a1 1 0 0 0-.958 1.287l1.056 3.334A2 2 0 0 0 5 12h3",key:"13jjxg"}],["path",{d:"M18 6V3a1 1 0 0 0-1-1h-3",key:"1550fe"}],["rect",{width:"8",height:"12",x:"8",y:"10",rx:"1",key:"qmu8b6"}]]);const y_=r("library-big",[["rect",{width:"8",height:"18",x:"3",y:"3",rx:"1",key:"oynpb5"}],["path",{d:"M7 3v18",key:"bbkbws"}],["path",{d:"M20.4 18.9c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z",key:"1qboyk"}]]);const k_=r("library",[["path",{d:"m16 6 4 14",key:"ji33uf"}],["path",{d:"M12 6v14",key:"1n7gus"}],["path",{d:"M8 8v12",key:"1gg7y9"}],["path",{d:"M4 4v16",key:"6qkkli"}]]);const __=r("life-buoy",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.93 4.93 4.24 4.24",key:"1ymg45"}],["path",{d:"m14.83 9.17 4.24-4.24",key:"1cb5xl"}],["path",{d:"m14.83 14.83 4.24 4.24",key:"q42g0n"}],["path",{d:"m9.17 14.83-4.24 4.24",key:"bqpfvv"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]]);const f_=r("ligature",[["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"}]]);const m_=r("lightbulb-off",[["path",{d:"M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5",key:"1fkcox"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5",key:"10m8kw"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]]);const g_=r("lightbulb",[["path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5",key:"1gvzjb"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]]);const v_=r("line-squiggle",[["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"}]]);const M_=r("link-2-off",[["path",{d:"M9 17H7A5 5 0 0 1 7 7",key:"10o201"}],["path",{d:"M15 7h2a5 5 0 0 1 4 8",key:"1d3206"}],["line",{x1:"8",x2:"12",y1:"12",y2:"12",key:"rvw6j4"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const $_=r("link-2",[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]);const w_=r("link",[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]]);const b_=r("linkedin",[["path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z",key:"c2jq9f"}],["rect",{width:"4",height:"12",x:"2",y:"9",key:"mk3on5"}],["circle",{cx:"4",cy:"4",r:"2",key:"bt5ra8"}]]);const x_=r("list-check",[["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"}]]);const N_=r("list-checks",[["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"}]]);const I_=r("list-chevrons-down-up",[["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"}]]);const L_=r("list-collapse",[["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"}]]);const S_=r("list-chevrons-up-down",[["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"}]]);const C_=r("list-end",[["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"}]]);const z_=r("list-filter-plus",[["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"}]]);const A_=r("list-filter",[["path",{d:"M2 5h20",key:"1fs1ex"}],["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M9 19h6",key:"456am0"}]]);const Oe=r("list-indent-decrease",[["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"}]]);const He=r("list-indent-increase",[["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"}]]);const j_=r("list-minus",[["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"}]]);const P_=r("list-music",[["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"}]]);const q_=r("list-ordered",[["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"}]]);const D_=r("list-plus",[["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"}]]);const O_=r("list-restart",[["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"}]]);const H_=r("list-start",[["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"}]]);const V_=r("list-todo",[["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"}]]);const R_=r("list-tree",[["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"}]]);const T_=r("list-video",[["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"}]]);const F_=r("list-x",[["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"}]]);const E_=r("list",[["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"}]]);const Ao=r("loader-circle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]]);const U_=r("loader-pinwheel",[["path",{d:"M22 12a1 1 0 0 1-10 0 1 1 0 0 0-10 0",key:"1lzz15"}],["path",{d:"M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6",key:"1gnrpi"}],["path",{d:"M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6",key:"u9yy5q"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const B_=r("locate-fixed",[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);const Ii=r("loader",[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]]);const Z_=r("locate-off",[["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"}]]);const G_=r("locate",[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}]]);const jo=r("lock-keyhole-open",[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2",key:"l0tzu3"}],["path",{d:"M7 10V7a5 5 0 0 1 9.33-2.5",key:"car5b7"}]]);const W_=r("lock-keyhole",[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2",key:"6s8ecr"}],["path",{d:"M7 10V7a5 5 0 0 1 10 0v3",key:"1pqi11"}]]);const Po=r("lock-open",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 9.9-1",key:"1mm8w8"}]]);const K_=r("lock",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]]);const X_=r("log-in",[["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"}]]);const J_=r("log-out",[["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"}]]);const Y_=r("logs",[["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"}]]);const Q_=r("lollipop",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0",key:"107gwy"}]]);const ef=r("luggage",[["path",{d:"M6 20a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2",key:"1m57jg"}],["path",{d:"M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14",key:"1l99gc"}],["path",{d:"M10 20h4",key:"ni2waw"}],["circle",{cx:"16",cy:"20",r:"2",key:"1vifvg"}],["circle",{cx:"8",cy:"20",r:"2",key:"ckkr5m"}]]);const tf=r("magnet",[["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"}]]);const nf=r("mail-check",[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"12jkf8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]]);const of=r("mail-minus",[["path",{d:"M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"fuxbkv"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M16 19h6",key:"xwg31i"}]]);const af=r("mail-open",[["path",{d:"M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z",key:"1jhwl8"}],["path",{d:"m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10",key:"1qfld7"}]]);const rf=r("mail-plus",[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"12jkf8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M16 19h6",key:"xwg31i"}]]);const qo=r("mail-question-mark",[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",key:"e61zoh"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2",key:"7z9rxb"}],["path",{d:"M20 22v.01",key:"12bgn6"}]]);const cf=r("mail-search",[["path",{d:"M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5",key:"w80f2v"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",key:"8lzu5m"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m22 22-1.5-1.5",key:"1x83k4"}]]);const df=r("mail-warning",[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",key:"e61zoh"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M20 14v4",key:"1hm744"}],["path",{d:"M20 22v.01",key:"12bgn6"}]]);const sf=r("mail-x",[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9",key:"1j9vog"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"m17 17 4 4",key:"1b3523"}],["path",{d:"m21 17-4 4",key:"uinynz"}]]);const lf=r("mail",[["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"}]]);const uf=r("mailbox",[["path",{d:"M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z",key:"1lbycx"}],["polyline",{points:"15,9 18,9 18,11",key:"1pm9c0"}],["path",{d:"M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2",key:"15i455"}],["line",{x1:"6",x2:"7",y1:"10",y2:"10",key:"1e2scm"}]]);const hf=r("mails",[["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"}]]);const pf=r("map-minus",[["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"}]]);const yf=r("map-pin-check-inside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}]]);const kf=r("map-pin-check",[["path",{d:"M19.43 12.935c.357-.967.57-1.955.57-2.935a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32.197 32.197 0 0 0 .813-.728",key:"1dq61d"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"m16 18 2 2 4-4",key:"1mkfmb"}]]);const _f=r("map-pin-house",[["path",{d:"M15 22a1 1 0 0 1-1-1v-4a1 1 0 0 1 .445-.832l3-2a1 1 0 0 1 1.11 0l3 2A1 1 0 0 1 22 17v4a1 1 0 0 1-1 1z",key:"1p1rcz"}],["path",{d:"M18 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 .601.2",key:"mcbcs9"}],["path",{d:"M18 22v-3",key:"1t1ugv"}],["circle",{cx:"10",cy:"10",r:"3",key:"1ns7v1"}]]);const ff=r("map-pin-minus-inside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);const mf=r("map-pin-minus",[["path",{d:"M18.977 14C19.6 12.701 20 11.343 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",key:"11uxia"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M16 18h6",key:"987eiv"}]]);const gf=r("map-pin-off",[["path",{d:"M12.75 7.09a3 3 0 0 1 2.16 2.16",key:"1d4wjd"}],["path",{d:"M17.072 17.072c-1.634 2.17-3.527 3.912-4.471 4.727a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 1.432-4.568",key:"12yil7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533",key:"lhrkcz"}],["path",{d:"M9.13 9.13a3 3 0 0 0 3.74 3.74",key:"13wojd"}]]);const Do=r("map-pin-pen",[["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"}]]);const vf=r("map-pin-plus-inside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);const Mf=r("map-pin-plus",[["path",{d:"M19.914 11.105A7.298 7.298 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",key:"fcdtly"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M16 18h6",key:"987eiv"}],["path",{d:"M19 15v6",key:"10aioa"}]]);const $f=r("map-pin-x-inside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]]);const wf=r("map-pin-x",[["path",{d:"M19.752 11.901A7.78 7.78 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 19 19 0 0 0 .09-.077",key:"y0ewhp"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"m21.5 15.5-5 5",key:"11iqnx"}],["path",{d:"m21.5 20.5-5-5",key:"1bylgx"}]]);const bf=r("map-pin",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]]);const xf=r("map-pinned",[["path",{d:"M18 8c0 3.613-3.869 7.429-5.393 8.795a1 1 0 0 1-1.214 0C9.87 15.429 6 11.613 6 8a6 6 0 0 1 12 0",key:"11u0oz"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["path",{d:"M8.714 14h-3.71a1 1 0 0 0-.948.683l-2.004 6A1 1 0 0 0 3 22h18a1 1 0 0 0 .948-1.316l-2-6a1 1 0 0 0-.949-.684h-3.712",key:"q8zwxj"}]]);const Nf=r("map-plus",[["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"}]]);const If=r("map",[["path",{d:"M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z",key:"169xi5"}],["path",{d:"M15 5.764v15",key:"1pn4in"}],["path",{d:"M9 3.236v15",key:"1uimfh"}]]);const Lf=r("mars-stroke",[["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"}]]);const Sf=r("mars",[["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"}]]);const Cf=r("martini",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M12 11v11",key:"ur9y6a"}],["path",{d:"m19 3-7 8-7-8Z",key:"1sgpiw"}]]);const zf=r("maximize-2",[["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"}]]);const Af=r("maximize",[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3",key:"1dcmit"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3",key:"1e4gt3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3",key:"wsl5sc"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3",key:"18trek"}]]);const jf=r("medal",[["path",{d:"M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15",key:"143lza"}],["path",{d:"M11 12 5.12 2.2",key:"qhuxz6"}],["path",{d:"m13 12 5.88-9.8",key:"hbye0f"}],["path",{d:"M8 7h8",key:"i86dvs"}],["circle",{cx:"12",cy:"17",r:"5",key:"qbz8iq"}],["path",{d:"M12 18v-2h-.5",key:"fawc4q"}]]);const Pf=r("megaphone-off",[["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"}]]);const qf=r("megaphone",[["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"}]]);const Df=r("meh",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"8",x2:"16",y1:"15",y2:"15",key:"1xb1d9"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]);const Of=r("memory-stick",[["path",{d:"M6 19v-3",key:"1nvgqn"}],["path",{d:"M10 19v-3",key:"iu8nkm"}],["path",{d:"M14 19v-3",key:"kcehxu"}],["path",{d:"M18 19v-3",key:"1vh91z"}],["path",{d:"M8 11V9",key:"63erz4"}],["path",{d:"M16 11V9",key:"fru6f3"}],["path",{d:"M12 11V9",key:"ha00sb"}],["path",{d:"M2 15h20",key:"16ne18"}],["path",{d:"M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.1a2 2 0 0 0 0 3.837V17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5.1a2 2 0 0 0 0-3.837Z",key:"lhddv3"}]]);const Hf=r("merge",[["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}],["path",{d:"M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22",key:"1hyw0i"}],["path",{d:"m20 22-5-5",key:"1m27yz"}]]);const Vf=r("menu",[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]]);const Rf=r("message-circle-code",[["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"}]]);const Tf=r("message-circle-dashed",[["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"}]]);const Ff=r("message-circle-heart",[["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"}]]);const Ef=r("message-circle-more",[["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"}]]);const Uf=r("message-circle-off",[["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"}]]);const Bf=r("message-circle-plus",[["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"}]]);const Oo=r("message-circle-question-mark",[["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"}]]);const Zf=r("message-circle-reply",[["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"}]]);const Gf=r("message-circle-warning",[["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"}]]);const Wf=r("message-circle-x",[["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"}]]);const Kf=r("message-circle",[["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"}]]);const Xf=r("message-square-code",[["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"}]]);const Jf=r("message-square-dashed",[["path",{d:"M12 19h.01",key:"1wutuc"}],["path",{d:"M12 3h.01",key:"n36tog"}],["path",{d:"M16 19h.01",key:"1vcnzz"}],["path",{d:"M16 3h.01",key:"ll0zb8"}],["path",{d:"M2 13h.01",key:"1aptou"}],["path",{d:"M2 17v4.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H8",key:"4cp7zq"}],["path",{d:"M2 5a2 2 0 0 1 2-2",key:"1iztiu"}],["path",{d:"M2 9h.01",key:"1nzd1v"}],["path",{d:"M20 3a2 2 0 0 1 2 2",key:"m48m3a"}],["path",{d:"M22 13h.01",key:"ke7esy"}],["path",{d:"M22 17a2 2 0 0 1-2 2",key:"17q5fo"}],["path",{d:"M22 9h.01",key:"npkp49"}],["path",{d:"M8 3h.01",key:"133hau"}]]);const Yf=r("message-square-diff",[["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"}]]);const Qf=r("message-square-dot",[["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"}]]);const em=r("message-square-heart",[["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"}]]);const tm=r("message-square-lock",[["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"}]]);const nm=r("message-square-more",[["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"}]]);const om=r("message-square-off",[["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"}]]);const am=r("message-square-plus",[["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"}]]);const im=r("message-square-quote",[["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"}]]);const rm=r("message-square-reply",[["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"}]]);const cm=r("message-square-share",[["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"}]]);const dm=r("message-square-text",[["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"}]]);const sm=r("message-square-warning",[["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"}]]);const lm=r("message-square-x",[["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"}]]);const um=r("message-square",[["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"}]]);const hm=r("messages-square",[["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"}]]);const pm=r("mic-off",[["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"}]]);const ym=r("mic",[["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"}]]);const km=r("microchip",[["path",{d:"M18 12h2",key:"quuxs7"}],["path",{d:"M18 16h2",key:"zsn3lv"}],["path",{d:"M18 20h2",key:"9x5y9y"}],["path",{d:"M18 4h2",key:"1luxfb"}],["path",{d:"M18 8h2",key:"nxqzg"}],["path",{d:"M4 12h2",key:"1ltxp0"}],["path",{d:"M4 16h2",key:"8a5zha"}],["path",{d:"M4 20h2",key:"27dk57"}],["path",{d:"M4 4h2",key:"10groj"}],["path",{d:"M4 8h2",key:"18vq6w"}],["path",{d:"M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-1.5c-.276 0-.494.227-.562.495a2 2 0 0 1-3.876 0C9.994 2.227 9.776 2 9.5 2z",key:"1681fp"}]]);const Ho=r("mic-vocal",[["path",{d:"m11 7.601-5.994 8.19a1 1 0 0 0 .1 1.298l.817.818a1 1 0 0 0 1.314.087L15.09 12",key:"80a601"}],["path",{d:"M16.5 21.174C15.5 20.5 14.372 20 13 20c-2.058 0-3.928 2.356-6 2-2.072-.356-2.775-3.369-1.5-4.5",key:"j0ngtp"}],["circle",{cx:"16",cy:"7",r:"5",key:"d08jfb"}]]);const _m=r("microscope",[["path",{d:"M6 18h8",key:"1borvv"}],["path",{d:"M3 22h18",key:"8prr45"}],["path",{d:"M14 22a7 7 0 1 0 0-14h-1",key:"1jwaiy"}],["path",{d:"M9 14h2",key:"197e7h"}],["path",{d:"M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z",key:"1bmzmy"}],["path",{d:"M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3",key:"1drr47"}]]);const fm=r("microwave",[["rect",{width:"20",height:"15",x:"2",y:"4",rx:"2",key:"2no95f"}],["rect",{width:"8",height:"7",x:"6",y:"8",rx:"1",key:"zh9wx"}],["path",{d:"M18 8v7",key:"o5zi4n"}],["path",{d:"M6 19v2",key:"1loha6"}],["path",{d:"M18 19v2",key:"1dawf0"}]]);const mm=r("milestone",[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M12 3v3",key:"1n5kay"}],["path",{d:"M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z",key:"1btarq"}]]);const gm=r("milk-off",[["path",{d:"M8 2h8",key:"1ssgc1"}],["path",{d:"M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3",key:"y0ejgx"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435",key:"iaxqsy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const vm=r("milk",[["path",{d:"M8 2h8",key:"1ssgc1"}],["path",{d:"M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2",key:"qtp12x"}],["path",{d:"M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0",key:"ygeh44"}]]);const Mm=r("minimize-2",[["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"}]]);const $m=r("minimize",[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3",key:"hohbtr"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3",key:"5jw1f3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3",key:"198tvr"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3",key:"ph8mxp"}]]);const wm=r("minus",[["path",{d:"M5 12h14",key:"1ays0h"}]]);const bm=r("monitor-check",[["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);const xm=r("monitor-cloud",[["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"}]]);const Nm=r("monitor-cog",[["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"}]]);const Im=r("monitor-dot",[["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"}]]);const Lm=r("monitor-down",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"m15 10-3 3-3-3",key:"lzhmyn"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);const Sm=r("monitor-off",[["path",{d:"M17 17H4a2 2 0 0 1-2-2V5c0-1.5 1-2 1-2",key:"k0q8oc"}],["path",{d:"M22 15V5a2 2 0 0 0-2-2H9",key:"cp1ac0"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const Cm=r("monitor-pause",[["path",{d:"M10 13V7",key:"1u13u9"}],["path",{d:"M14 13V7",key:"1vj9om"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);const zm=r("monitor-play",[["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"}]]);const Am=r("monitor-speaker",[["path",{d:"M5.5 20H8",key:"1k40s5"}],["path",{d:"M17 9h.01",key:"1j24nn"}],["rect",{width:"10",height:"16",x:"12",y:"4",rx:"2",key:"ixliua"}],["path",{d:"M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4",key:"1mp6e1"}],["circle",{cx:"17",cy:"15",r:"1",key:"tqvash"}]]);const jm=r("monitor-stop",[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}],["rect",{x:"9",y:"7",width:"6",height:"6",rx:"1",key:"5m2oou"}]]);const Pm=r("monitor-smartphone",[["path",{d:"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8",key:"10dyio"}],["path",{d:"M10 19v-3.96 3.15",key:"1irgej"}],["path",{d:"M7 19h5",key:"qswx4l"}],["rect",{width:"6",height:"10",x:"16",y:"12",rx:"2",key:"1egngj"}]]);const qm=r("monitor-up",[["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}],["path",{d:"M12 13V7",key:"h0r20n"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);const Dm=r("monitor-x",[["path",{d:"m14.5 12.5-5-5",key:"1jahn5"}],["path",{d:"m9.5 12.5 5-5",key:"1k2t7b"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);const Om=r("monitor",[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21",key:"1svkeh"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21",key:"vw1qmm"}]]);const Hm=r("moon-star",[["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"}]]);const Vm=r("moon",[["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"}]]);const Rm=r("motorbike",[["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"}]]);const Tm=r("mountain-snow",[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}],["path",{d:"M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19",key:"1pvmmp"}]]);const Fm=r("mountain",[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}]]);const Em=r("mouse-off",[["path",{d:"M12 6v.343",key:"1gyhex"}],["path",{d:"M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218",key:"ukzz01"}],["path",{d:"M19 13.343V9A7 7 0 0 0 8.56 2.902",key:"104jy9"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}]]);const Um=r("mouse-pointer-2-off",[["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"}]]);const Bm=r("mouse-pointer-2",[["path",{d:"M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z",key:"edeuup"}]]);const Zm=r("mouse-pointer-ban",[["path",{d:"M2.034 2.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.944L8.204 7.545a1 1 0 0 0-.66.66l-1.066 3.443a.5.5 0 0 1-.944.033z",key:"11pp1i"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}],["path",{d:"m11.8 11.8 8.4 8.4",key:"oogvdj"}]]);const Gm=r("mouse-pointer-click",[["path",{d:"M14 4.1 12 6",key:"ita8i4"}],["path",{d:"m5.1 8-2.9-.8",key:"1go3kf"}],["path",{d:"m6 12-1.9 2",key:"mnht97"}],["path",{d:"M7.2 2.2 8 5.1",key:"1cfko1"}],["path",{d:"M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z",key:"s0h3yz"}]]);const Wm=r("mouse-pointer",[["path",{d:"M12.586 12.586 19 19",key:"ea5xo7"}],["path",{d:"M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z",key:"277e5u"}]]);const Vo=r("move-3d",[["path",{d:"M5 3v16h16",key:"1mqmf9"}],["path",{d:"m5 19 6-6",key:"jh6hbb"}],["path",{d:"m2 6 3-3 3 3",key:"tkyvxa"}],["path",{d:"m18 16 3 3-3 3",key:"1d4glt"}]]);const Km=r("mouse",[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7",key:"11ol66"}],["path",{d:"M12 6v4",key:"16clxf"}]]);const Xm=r("move-diagonal-2",[["path",{d:"M19 13v6h-6",key:"1hxl6d"}],["path",{d:"M5 11V5h6",key:"12e2xe"}],["path",{d:"m5 5 14 14",key:"11anup"}]]);const Jm=r("move-diagonal",[["path",{d:"M11 19H5v-6",key:"8awifj"}],["path",{d:"M13 5h6v6",key:"7voy1q"}],["path",{d:"M19 5 5 19",key:"wwaj1z"}]]);const Ym=r("move-down-left",[["path",{d:"M11 19H5V13",key:"1akmht"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]]);const Qm=r("move-down-right",[["path",{d:"M19 13V19H13",key:"10vkzq"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]]);const eg=r("move-down",[["path",{d:"M8 18L12 22L16 18",key:"cskvfv"}],["path",{d:"M12 2V22",key:"r89rzk"}]]);const tg=r("move-horizontal",[["path",{d:"m18 8 4 4-4 4",key:"1ak13k"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}]]);const ng=r("move-left",[["path",{d:"M6 8L2 12L6 16",key:"kyvwex"}],["path",{d:"M2 12H22",key:"1m8cig"}]]);const og=r("move-right",[["path",{d:"M18 8L22 12L18 16",key:"1r0oui"}],["path",{d:"M2 12H22",key:"1m8cig"}]]);const ag=r("move-up-left",[["path",{d:"M5 11V5H11",key:"3q78g9"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]]);const ig=r("move-up-right",[["path",{d:"M13 5H19V11",key:"1n1gyv"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]]);const rg=r("move-up",[["path",{d:"M8 6L12 2L16 6",key:"1yvkyx"}],["path",{d:"M12 2V22",key:"r89rzk"}]]);const cg=r("move-vertical",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"m8 18 4 4 4-4",key:"bh5tu3"}],["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}]]);const dg=r("music-2",[["circle",{cx:"8",cy:"18",r:"4",key:"1fc0mg"}],["path",{d:"M12 18V2l7 4",key:"g04rme"}]]);const sg=r("move",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"m15 19-3 3-3-3",key:"11eu04"}],["path",{d:"m19 9 3 3-3 3",key:"1mg7y2"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"m5 9-3 3 3 3",key:"j64kie"}],["path",{d:"m9 5 3-3 3 3",key:"l8vdw6"}]]);const lg=r("music-4",[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["path",{d:"m9 9 12-2",key:"1e64n2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]]);const ug=r("music-3",[["circle",{cx:"12",cy:"18",r:"4",key:"m3r9ws"}],["path",{d:"M16 18V2",key:"40x2m5"}]]);const hg=r("music",[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]]);const pg=r("navigation-2-off",[["path",{d:"M9.31 9.31 5 21l7-4 7 4-1.17-3.17",key:"qoq2o2"}],["path",{d:"M14.53 8.88 12 2l-1.17 3.17",key:"k3sjzy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const yg=r("navigation-2",[["polygon",{points:"12 2 19 21 12 17 5 21 12 2",key:"x8c0qg"}]]);const kg=r("navigation-off",[["path",{d:"M8.43 8.43 3 11l8 2 2 8 2.57-5.43",key:"1vdtb7"}],["path",{d:"M17.39 11.73 22 2l-9.73 4.61",key:"tya3r6"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const _g=r("navigation",[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]]);const fg=r("network",[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1",key:"4q2zg0"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1",key:"8cvhb9"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1",key:"1egb70"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",key:"1jsf9p"}],["path",{d:"M12 12V8",key:"2874zd"}]]);const mg=r("newspaper",[["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"}]]);const gg=r("nfc",[["path",{d:"M6 8.32a7.43 7.43 0 0 1 0 7.36",key:"9iaqei"}],["path",{d:"M9.46 6.21a11.76 11.76 0 0 1 0 11.58",key:"1yha7l"}],["path",{d:"M12.91 4.1a15.91 15.91 0 0 1 .01 15.8",key:"4iu2gk"}],["path",{d:"M16.37 2a20.16 20.16 0 0 1 0 20",key:"sap9u2"}]]);const vg=r("non-binary",[["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"}]]);const Mg=r("notebook-pen",[["path",{d:"M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4",key:"re6nr2"}],["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["path",{d:"M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"pqwjuv"}]]);const $g=r("notebook-tabs",[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M15 2v20",key:"dcj49h"}],["path",{d:"M15 7h5",key:"1xj5lc"}],["path",{d:"M15 12h5",key:"w5shd9"}],["path",{d:"M15 17h5",key:"1qaofu"}]]);const wg=r("notebook-text",[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M9.5 8h5",key:"11mslq"}],["path",{d:"M9.5 12H16",key:"ktog6x"}],["path",{d:"M9.5 16H14",key:"p1seyn"}]]);const bg=r("notebook",[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M16 2v20",key:"rotuqe"}]]);const xg=r("notepad-text",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"16",height:"18",x:"4",y:"4",rx:"2",key:"1u9h20"}],["path",{d:"M8 10h6",key:"3oa6kw"}],["path",{d:"M8 14h8",key:"1fgep2"}],["path",{d:"M8 18h5",key:"17enja"}]]);const Ng=r("nut-off",[["path",{d:"M12 4V2",key:"1k5q1u"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7.01 7.01 0 0 0 4.125-2.939",key:"1xcvy9"}],["path",{d:"M19 10v3.343",key:"163tfc"}],["path",{d:"M12 12c-1.349-.573-1.905-1.005-2.5-2-.546.902-1.048 1.353-2.5 2-1.018-.644-1.46-1.08-2-2-1.028.71-1.69.918-3 1 1.081-1.048 1.757-2.03 2-3 .194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4-.74 0-1.461.068-2.15.192",key:"17914v"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const Ig=r("notepad-text-dashed",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"j91f56"}],["path",{d:"M20 12v2",key:"w8o0tu"}],["path",{d:"M20 18v2a2 2 0 0 1-2 2h-1",key:"1c9ggx"}],["path",{d:"M13 22h-2",key:"191ugt"}],["path",{d:"M7 22H6a2 2 0 0 1-2-2v-2",key:"1rt9px"}],["path",{d:"M4 14v-2",key:"1v0sqh"}],["path",{d:"M4 8V6a2 2 0 0 1 2-2h2",key:"1mwabg"}],["path",{d:"M8 10h6",key:"3oa6kw"}],["path",{d:"M8 14h8",key:"1fgep2"}],["path",{d:"M8 18h5",key:"17enja"}]]);const Lg=r("nut",[["path",{d:"M12 4V2",key:"1k5q1u"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592A7.003 7.003 0 0 0 19 14v-4",key:"1tgyif"}],["path",{d:"M12 4C8 4 4.5 6 4 8c-.243.97-.919 1.952-2 3 1.31-.082 1.972-.29 3-1 .54.92.982 1.356 2 2 1.452-.647 1.954-1.098 2.5-2 .595.995 1.151 1.427 2.5 2 1.31-.621 1.862-1.058 2.5-2 .629.977 1.162 1.423 2.5 2 1.209-.548 1.68-.967 2-2 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4Z",key:"tnsqj"}]]);const Ro=r("octagon-alert",[["path",{d:"M12 16h.01",key:"1drbdi"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z",key:"1fd625"}]]);const Sg=r("octagon-minus",[["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);const To=r("octagon-pause",[["path",{d:"M10 15V9",key:"1lckn7"}],["path",{d:"M14 15V9",key:"1muqhk"}],["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}]]);const Cg=r("octagon",[["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}]]);const zg=r("omega",[["path",{d:"M3 20h4.5a.5.5 0 0 0 .5-.5v-.282a.52.52 0 0 0-.247-.437 8 8 0 1 1 8.494-.001.52.52 0 0 0-.247.438v.282a.5.5 0 0 0 .5.5H21",key:"1x94xo"}]]);const Fo=r("octagon-x",[["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);const Ag=r("option",[["path",{d:"M3 3h6l6 18h6",key:"ph9rgk"}],["path",{d:"M14 3h7",key:"16f0ms"}]]);const jg=r("origami",[["path",{d:"M12 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025",key:"1bx4vc"}],["path",{d:"m12 21-7.414-7.414A2 2 0 0 1 4 12.172V6.415a1.002 1.002 0 0 1 1.707-.707L20 20.009",key:"1h3km6"}],["path",{d:"m12.214 3.381 8.414 14.966a1 1 0 0 1-.167 1.199l-1.168 1.163a1 1 0 0 1-.706.291H6.351a1 1 0 0 1-.625-.219L3.25 18.8a1 1 0 0 1 .631-1.781l4.165.027",key:"1hj4wg"}]]);const Pg=r("orbit",[["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"}]]);const qg=r("package-2",[["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"}]]);const Dg=r("package-check",[["path",{d:"m16 16 2 2 4-4",key:"gfu2re"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]);const Og=r("package-minus",[["path",{d:"M16 16h6",key:"100bgy"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]);const Hg=r("package-open",[["path",{d:"M12 22v-9",key:"x3hkom"}],["path",{d:"M15.17 2.21a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.655 1.655 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z",key:"2ntwy6"}],["path",{d:"M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13",key:"1pmm1c"}],["path",{d:"M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.636 1.636 0 0 0 1.63 0z",key:"12ttoo"}]]);const Vg=r("package-plus",[["path",{d:"M16 16h6",key:"100bgy"}],["path",{d:"M19 13v6",key:"85cyf1"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]);const Rg=r("package-search",[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}],["circle",{cx:"18.5",cy:"15.5",r:"2.5",key:"b5zd12"}],["path",{d:"M20.27 17.27 22 19",key:"1l4muz"}]]);const Tg=r("package-x",[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}],["path",{d:"m17 13 5 5m-5 0 5-5",key:"im3w4b"}]]);const Fg=r("package",[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]]);const Eg=r("paint-bucket",[["path",{d:"m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z",key:"irua1i"}],["path",{d:"m5 2 5 5",key:"1lls2c"}],["path",{d:"M2 13h15",key:"1hkzvu"}],["path",{d:"M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z",key:"xk76lq"}]]);const Ug=r("paint-roller",[["rect",{width:"16",height:"6",x:"2",y:"2",rx:"2",key:"jcyz7m"}],["path",{d:"M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2",key:"1b9h7c"}],["rect",{width:"4",height:"6",x:"8",y:"16",rx:"1",key:"d6e7yl"}]]);const Eo=r("paintbrush-vertical",[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v4",key:"qmzblu"}],["path",{d:"M17 2a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1z",key:"ycvu00"}],["path",{d:"M6 12a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h2a1 1 0 0 1 1 1v2.9a2 2 0 1 0 4 0V17a1 1 0 0 1 1-1h2a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1",key:"iw4wnp"}]]);const Bg=r("paintbrush",[["path",{d:"m14.622 17.897-10.68-2.913",key:"vj2p1u"}],["path",{d:"M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0z",key:"18tc5c"}],["path",{d:"M9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15",key:"ytzfxy"}]]);const Zg=r("panda",[["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"}]]);const Gg=r("palette",[["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"}]]);const Wg=r("panel-bottom-close",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"m15 8-3 3-3-3",key:"1oxy1z"}]]);const Uo=r("panel-bottom-dashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M14 15h1",key:"171nev"}],["path",{d:"M19 15h2",key:"1vnucp"}],["path",{d:"M3 15h2",key:"8bym0q"}],["path",{d:"M9 15h1",key:"1tg3ks"}]]);const Kg=r("panel-bottom-open",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}]]);const Xg=r("panel-bottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}]]);const Bo=r("panel-left-close",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m16 15-3-3 3-3",key:"14y99z"}]]);const Zo=r("panel-left-dashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 14v1",key:"askpd8"}],["path",{d:"M9 19v2",key:"16tejx"}],["path",{d:"M9 3v2",key:"1noubl"}],["path",{d:"M9 9v1",key:"19ebxg"}]]);const Go=r("panel-left-open",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m14 9 3 3-3 3",key:"8010ee"}]]);const Jg=r("panel-left-right-dashed",[["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"}]]);const Wo=r("panel-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}]]);const Yg=r("panel-right-close",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m8 9 3 3-3 3",key:"12hl5m"}]]);const Ko=r("panel-right-dashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 14v1",key:"ilsfch"}],["path",{d:"M15 19v2",key:"1fst2f"}],["path",{d:"M15 3v2",key:"z204g4"}],["path",{d:"M15 9v1",key:"z2a8b1"}]]);const Qg=r("panel-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);const e3=r("panel-right-open",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}]]);const t3=r("panel-top-bottom-dashed",[["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"}]]);const n3=r("panel-top-close",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m9 16 3-3 3 3",key:"1idcnm"}]]);const Xo=r("panel-top-dashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M14 9h1",key:"l0svgy"}],["path",{d:"M19 9h2",key:"te2zfg"}],["path",{d:"M3 9h2",key:"1h4ldw"}],["path",{d:"M9 9h1",key:"15jzuz"}]]);const o3=r("panel-top-open",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m15 14-3 3-3-3",key:"g215vf"}]]);const a3=r("panel-top",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}]]);const i3=r("panels-right-bottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h12",key:"1wkqb3"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);const r3=r("panels-left-bottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M9 15h12",key:"5ijen5"}]]);const Jo=r("panels-top-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M9 21V9",key:"1oto5p"}]]);const c3=r("paperclip",[["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"}]]);const d3=r("parentheses",[["path",{d:"M8 21s-4-3-4-9 4-9 4-9",key:"uto9ud"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9",key:"4w2vsq"}]]);const s3=r("parking-meter",[["path",{d:"M11 15h2",key:"199qp6"}],["path",{d:"M12 12v3",key:"158kv8"}],["path",{d:"M12 19v3",key:"npa21l"}],["path",{d:"M15.282 19a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z",key:"1jofit"}],["path",{d:"M9 9a3 3 0 1 1 6 0",key:"jdoeu8"}]]);const l3=r("party-popper",[["path",{d:"M5.8 11.3 2 22l10.7-3.79",key:"gwxi1d"}],["path",{d:"M4 3h.01",key:"1vcuye"}],["path",{d:"M22 8h.01",key:"1mrtc2"}],["path",{d:"M15 2h.01",key:"1cjtqr"}],["path",{d:"M22 20h.01",key:"1mrys2"}],["path",{d:"m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10",key:"hbicv8"}],["path",{d:"m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17",key:"1i94pl"}],["path",{d:"m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7",key:"1cofks"}],["path",{d:"M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z",key:"4kbmks"}]]);const u3=r("pause",[["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"}]]);const h3=r("paw-print",[["circle",{cx:"11",cy:"4",r:"2",key:"vol9p0"}],["circle",{cx:"18",cy:"8",r:"2",key:"17gozi"}],["circle",{cx:"20",cy:"16",r:"2",key:"1v9bxh"}],["path",{d:"M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z",key:"1ydw1z"}]]);const p3=r("pc-case",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",key:"1uq1d7"}],["path",{d:"M15 14h.01",key:"1kp3bh"}],["path",{d:"M9 6h6",key:"dgm16u"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);const Yo=r("pen-line",[["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"}]]);const y3=r("pen-off",[["path",{d:"m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",key:"bjo8r8"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353",key:"16h5ne"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const k3=r("pen-tool",[["path",{d:"M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z",key:"nt11vn"}],["path",{d:"m18 13-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18",key:"15qc1e"}],["path",{d:"m2.3 2.3 7.286 7.286",key:"1wuzzi"}],["circle",{cx:"11",cy:"11",r:"2",key:"xmgehs"}]]);const Qo=r("pen",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]]);const _3=r("pencil-line",[["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"}]]);const f3=r("pencil-off",[["path",{d:"m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",key:"bjo8r8"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353",key:"16h5ne"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const m3=r("pencil-ruler",[["path",{d:"M13 7 8.7 2.7a2.41 2.41 0 0 0-3.4 0L2.7 5.3a2.41 2.41 0 0 0 0 3.4L7 13",key:"orapub"}],["path",{d:"m8 6 2-2",key:"115y1s"}],["path",{d:"m18 16 2-2",key:"ee94s4"}],["path",{d:"m17 11 4.3 4.3c.94.94.94 2.46 0 3.4l-2.6 2.6c-.94.94-2.46.94-3.4 0L11 17",key:"cfq27r"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]]);const g3=r("pencil",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]]);const v3=r("pentagon",[["path",{d:"M10.83 2.38a2 2 0 0 1 2.34 0l8 5.74a2 2 0 0 1 .73 2.25l-3.04 9.26a2 2 0 0 1-1.9 1.37H7.04a2 2 0 0 1-1.9-1.37L2.1 10.37a2 2 0 0 1 .73-2.25z",key:"2hea0t"}]]);const M3=r("percent",[["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5",key:"4mh3h7"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5",key:"1mdrzq"}]]);const $3=r("person-standing",[["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["path",{d:"m9 20 3-6 3 6",key:"se2kox"}],["path",{d:"m6 8 6 2 6-2",key:"4o3us4"}],["path",{d:"M12 10v4",key:"1kjpxc"}]]);const w3=r("philippine-peso",[["path",{d:"M20 11H4",key:"6ut86h"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"M7 21V4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 12H7",key:"1ana5r"}]]);const b3=r("phone-call",[["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"}]]);const x3=r("phone-forwarded",[["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"}]]);const N3=r("phone-incoming",[["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"}]]);const I3=r("phone-missed",[["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"}]]);const L3=r("phone-off",[["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"}]]);const S3=r("phone-outgoing",[["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"}]]);const C3=r("phone",[["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"}]]);const z3=r("pi",[["line",{x1:"9",x2:"9",y1:"4",y2:"20",key:"ovs5a5"}],["path",{d:"M4 7c0-1.7 1.3-3 3-3h13",key:"10pag4"}],["path",{d:"M18 20c-1.7 0-3-1.3-3-3V4",key:"1gaosr"}]]);const A3=r("piano",[["path",{d:"M18.5 8c-1.4 0-2.6-.8-3.2-2A6.87 6.87 0 0 0 2 9v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-8.5C22 9.6 20.4 8 18.5 8",key:"lag0yf"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M6 14v4",key:"9ng0ue"}],["path",{d:"M10 14v4",key:"1v8uk5"}],["path",{d:"M14 14v4",key:"1tqops"}],["path",{d:"M18 14v4",key:"18uqwm"}]]);const j3=r("pickaxe",[["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"}]]);const P3=r("picture-in-picture-2",[["path",{d:"M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4",key:"daa4of"}],["rect",{width:"10",height:"7",x:"12",y:"13",rx:"2",key:"1nb8gs"}]]);const q3=r("picture-in-picture",[["path",{d:"M2 10h6V4",key:"zwrco"}],["path",{d:"m2 4 6 6",key:"ug085t"}],["path",{d:"M21 10V7a2 2 0 0 0-2-2h-7",key:"git5jr"}],["path",{d:"M3 14v2a2 2 0 0 0 2 2h3",key:"1f7fh3"}],["rect",{x:"12",y:"14",width:"10",height:"7",rx:"1",key:"1wjs3o"}]]);const D3=r("piggy-bank",[["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"}]]);const O3=r("pilcrow-left",[["path",{d:"M14 3v11",key:"mlfb7b"}],["path",{d:"M14 9h-3a3 3 0 0 1 0-6h9",key:"1ulc19"}],["path",{d:"M18 3v11",key:"1phi0r"}],["path",{d:"M22 18H2l4-4",key:"yt65j9"}],["path",{d:"m6 22-4-4",key:"6jgyf5"}]]);const H3=r("pilcrow-right",[["path",{d:"M10 3v11",key:"o3l5kj"}],["path",{d:"M10 9H7a1 1 0 0 1 0-6h8",key:"1wb1nc"}],["path",{d:"M14 3v11",key:"mlfb7b"}],["path",{d:"m18 14 4 4H2",key:"4r8io1"}],["path",{d:"m22 18-4 4",key:"1hjjrd"}]]);const V3=r("pilcrow",[["path",{d:"M13 4v16",key:"8vvj80"}],["path",{d:"M17 4v16",key:"7dpous"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13",key:"sh4n9v"}]]);const R3=r("pill-bottle",[["path",{d:"M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4",key:"17ldeb"}],["path",{d:"M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7",key:"nc37y6"}],["rect",{width:"16",height:"5",x:"4",y:"2",rx:"1",key:"3jeezo"}]]);const T3=r("pill",[["path",{d:"m10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z",key:"wa1lgi"}],["path",{d:"m8.5 8.5 7 7",key:"rvfmvr"}]]);const F3=r("pin-off",[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M15 9.34V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H7.89",key:"znwnzq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h11",key:"c9qhm2"}]]);const E3=r("pin",[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",key:"1nkz8b"}]]);const U3=r("pipette",[["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"}]]);const B3=r("pizza",[["path",{d:"m12 14-1 1",key:"11onhr"}],["path",{d:"m13.75 18.25-1.25 1.42",key:"1yisr3"}],["path",{d:"M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12",key:"1qtqk6"}],["path",{d:"M18.8 9.3a1 1 0 0 0 2.1 7.7",key:"fbbbr2"}],["path",{d:"M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z",key:"1hyfdd"}]]);const Z3=r("plane-landing",[["path",{d:"M2 22h20",key:"272qi7"}],["path",{d:"M3.77 10.77 2 9l2-4.5 1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6 1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38Z",key:"1ma21e"}]]);const G3=r("plane-takeoff",[["path",{d:"M2 22h20",key:"272qi7"}],["path",{d:"M6.36 17.4 4 17l-2-4 1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12 5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.41 2.41 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z",key:"fkigj9"}]]);const W3=r("plane",[["path",{d:"M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z",key:"1v9wt8"}]]);const K3=r("play",[["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"}]]);const X3=r("plug-2",[["path",{d:"M9 2v6",key:"17ngun"}],["path",{d:"M15 2v6",key:"s7yy2p"}],["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M5 8h14",key:"pcz4l3"}],["path",{d:"M6 11V8h12v3a6 6 0 1 1-12 0Z",key:"wtfw2c"}]]);const ea=r("plug-zap",[["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",key:"goz73y"}],["path",{d:"m2 22 3-3",key:"19mgm9"}],["path",{d:"M7.5 13.5 10 11",key:"7xgeeb"}],["path",{d:"M10.5 16.5 13 14",key:"10btkg"}],["path",{d:"m18 3-4 4h6l-4 4",key:"16psg9"}]]);const J3=r("plug",[["path",{d:"M12 22v-5",key:"1ega77"}],["path",{d:"M9 8V2",key:"14iosj"}],["path",{d:"M15 8V2",key:"18g5xt"}],["path",{d:"M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z",key:"osxo6l"}]]);const Y3=r("plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);const Q3=r("pocket-knife",[["path",{d:"M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2-2 1-2 2 2 1 2 2",key:"19w3oe"}],["path",{d:"M18 6h.01",key:"1v4wsw"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M20.83 8.83a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z",key:"6fykxj"}],["path",{d:"M18 11.66V22a4 4 0 0 0 4-4V6",key:"1utzek"}]]);const e6=r("podcast",[["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"}]]);const t6=r("pointer-off",[["path",{d:"M10 4.5V4a2 2 0 0 0-2.41-1.957",key:"jsi14n"}],["path",{d:"M13.9 8.4a2 2 0 0 0-1.26-1.295",key:"hirc7f"}],["path",{d:"M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158",key:"1jxb2e"}],["path",{d:"m7 15-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343",key:"10r7hm"}],["path",{d:"M6 6v8",key:"tv5xkp"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const n6=r("pocket",[["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"}]]);const o6=r("pointer",[["path",{d:"M22 14a8 8 0 0 1-8 8",key:"56vcr3"}],["path",{d:"M18 11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1agjmk"}],["path",{d:"M14 10V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1",key:"wdbh2u"}],["path",{d:"M10 9.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10",key:"1ibuk9"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",key:"g6ys72"}]]);const a6=r("popcorn",[["path",{d:"M18 8a2 2 0 0 0 0-4 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0 0 4",key:"10td1f"}],["path",{d:"M10 22 9 8",key:"yjptiv"}],["path",{d:"m14 22 1-14",key:"8jwc8b"}],["path",{d:"M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1Z",key:"1qo33t"}]]);const i6=r("popsicle",[["path",{d:"M18.6 14.4c.8-.8.8-2 0-2.8l-8.1-8.1a4.95 4.95 0 1 0-7.1 7.1l8.1 8.1c.9.7 2.1.7 2.9-.1Z",key:"1o68ps"}],["path",{d:"m22 22-5.5-5.5",key:"17o70y"}]]);const r6=r("pound-sterling",[["path",{d:"M18 7c0-5.333-8-5.333-8 0",key:"1prm2n"}],["path",{d:"M10 7v14",key:"18tmcs"}],["path",{d:"M6 21h12",key:"4dkmi1"}],["path",{d:"M6 13h10",key:"ybwr4a"}]]);const c6=r("power-off",[["path",{d:"M18.36 6.64A9 9 0 0 1 20.77 15",key:"dxknvb"}],["path",{d:"M6.16 6.16a9 9 0 1 0 12.68 12.68",key:"1x7qb5"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const d6=r("power",[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04",key:"obofu9"}]]);const s6=r("presentation",[["path",{d:"M2 3h20",key:"91anmk"}],["path",{d:"M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3",key:"2k9sn8"}],["path",{d:"m7 21 5-5 5 5",key:"bip4we"}]]);const l6=r("printer-check",[["path",{d:"M13.5 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v.5",key:"qeb09x"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2",key:"1md90i"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}]]);const u6=r("printer",[["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",key:"143wyd"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}],["rect",{x:"6",y:"14",width:"12",height:"8",rx:"1",key:"1ue0tg"}]]);const h6=r("projector",[["path",{d:"M5 7 3 5",key:"1yys58"}],["path",{d:"M9 6V3",key:"1ptz9u"}],["path",{d:"m13 7 2-2",key:"1w3vmq"}],["circle",{cx:"9",cy:"13",r:"3",key:"1mma13"}],["path",{d:"M11.83 12H20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.17",key:"2frwzc"}],["path",{d:"M16 16h2",key:"dnq2od"}]]);const p6=r("proportions",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M12 9v11",key:"1fnkrn"}],["path",{d:"M2 9h13a2 2 0 0 1 2 2v9",key:"11z3ex"}]]);const y6=r("puzzle",[["path",{d:"M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z",key:"w46dr5"}]]);const k6=r("pyramid",[["path",{d:"M2.5 16.88a1 1 0 0 1-.32-1.43l9-13.02a1 1 0 0 1 1.64 0l9 13.01a1 1 0 0 1-.32 1.44l-8.51 4.86a2 2 0 0 1-1.98 0Z",key:"aenxs0"}],["path",{d:"M12 2v20",key:"t6zp3m"}]]);const _6=r("qr-code",[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1",key:"1tu5fj"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1",key:"1v8r4q"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1",key:"1x03jg"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3",key:"177gqh"}],["path",{d:"M21 21v.01",key:"ents32"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7",key:"8crl2c"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M12 3h.01",key:"n36tog"}],["path",{d:"M12 16v.01",key:"133mhm"}],["path",{d:"M16 12h1",key:"1slzba"}],["path",{d:"M21 12v.01",key:"1lwtk9"}],["path",{d:"M12 21v-1",key:"1880an"}]]);const f6=r("quote",[["path",{d:"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"rib7q0"}],["path",{d:"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"1ymkrd"}]]);const m6=r("rabbit",[["path",{d:"M13 16a3 3 0 0 1 2.24 5",key:"1epib5"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"M18 21h-8a4 4 0 0 1-4-4 7 7 0 0 1 7-7h.2L9.6 6.4a1 1 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1a3 3 0 0 0-3 3",key:"ue9ozu"}],["path",{d:"M20 8.54V4a2 2 0 1 0-4 0v3",key:"49iql8"}],["path",{d:"M7.612 12.524a3 3 0 1 0-1.6 4.3",key:"1e33i0"}]]);const g6=r("radar",[["path",{d:"M19.07 4.93A10 10 0 0 0 6.99 3.34",key:"z3du51"}],["path",{d:"M4 6h.01",key:"oypzma"}],["path",{d:"M2.29 9.62A10 10 0 1 0 21.31 8.35",key:"qzzz0"}],["path",{d:"M16.24 7.76A6 6 0 1 0 8.23 16.67",key:"1yjesh"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M17.99 11.66A6 6 0 0 1 15.77 16.67",key:"1u2y91"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"m13.41 10.59 5.66-5.66",key:"mhq4k0"}]]);const v6=r("radiation",[["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"}]]);const M6=r("radical",[["path",{d:"M3 12h3.28a1 1 0 0 1 .948.684l2.298 7.934a.5.5 0 0 0 .96-.044L13.82 4.771A1 1 0 0 1 14.792 4H21",key:"1mqj8i"}]]);const $6=r("radio-receiver",[["path",{d:"M5 16v2",key:"g5qcv5"}],["path",{d:"M19 16v2",key:"1gbaio"}],["rect",{width:"20",height:"8",x:"2",y:"8",rx:"2",key:"vjsjur"}],["path",{d:"M18 12h.01",key:"yjnet6"}]]);const w6=r("radio-tower",[["path",{d:"M4.9 16.1C1 12.2 1 5.8 4.9 1.9",key:"s0qx1y"}],["path",{d:"M7.8 4.7a6.14 6.14 0 0 0-.8 7.5",key:"1idnkw"}],["circle",{cx:"12",cy:"9",r:"2",key:"1092wv"}],["path",{d:"M16.2 4.8c2 2 2.26 5.11.8 7.47",key:"ojru2q"}],["path",{d:"M19.1 1.9a9.96 9.96 0 0 1 0 14.1",key:"rhi7fg"}],["path",{d:"M9.5 18h5",key:"mfy3pd"}],["path",{d:"m8 22 4-11 4 11",key:"25yftu"}]]);const b6=r("radius",[["path",{d:"M20.34 17.52a10 10 0 1 0-2.82 2.82",key:"fydyku"}],["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["path",{d:"m13.41 13.41 4.18 4.18",key:"1gqbwc"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);const x6=r("rail-symbol",[["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M5 9h14",key:"7tsvo6"}],["path",{d:"m14 20-5-5 6-6-5-5",key:"1jo42i"}]]);const N6=r("radio",[["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"}]]);const I6=r("rainbow",[["path",{d:"M22 17a10 10 0 0 0-20 0",key:"ozegv"}],["path",{d:"M6 17a6 6 0 0 1 12 0",key:"5giftw"}],["path",{d:"M10 17a2 2 0 0 1 4 0",key:"gnsikk"}]]);const L6=r("rat",[["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"}]]);const S6=r("ratio",[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]);const C6=r("receipt-cent",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M12 6.5v11",key:"ecfhkf"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2",key:"1makmb"}]]);const z6=r("receipt-euro",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 12h5",key:"1g6qi8"}],["path",{d:"M16 9.5a4 4 0 1 0 0 5.2",key:"b2px4r"}]]);const A6=r("receipt-indian-rupee",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 7h8",key:"i86dvs"}],["path",{d:"M12 17.5 8 15h1a4 4 0 0 0 0-8",key:"grpkl4"}],["path",{d:"M8 11h8",key:"vwpz6n"}]]);const j6=r("receipt-japanese-yen",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"m12 10 3-3",key:"1mc12w"}],["path",{d:"m9 7 3 3v7.5",key:"39i0xv"}],["path",{d:"M9 11h6",key:"1fldmi"}],["path",{d:"M9 15h6",key:"cctwl0"}]]);const P6=r("receipt-pound-sterling",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 13h5",key:"1k9z8w"}],["path",{d:"M10 17V9.5a2.5 2.5 0 0 1 5 0",key:"1dzgp0"}],["path",{d:"M8 17h7",key:"8mjdqu"}]]);const q6=r("receipt-russian-ruble",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 15h5",key:"vxg57a"}],["path",{d:"M8 11h5a2 2 0 1 0 0-4h-3v10",key:"1usi5u"}]]);const D6=r("receipt-swiss-franc",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M10 17V7h5",key:"k7jq18"}],["path",{d:"M10 11h4",key:"1i0mka"}],["path",{d:"M8 15h5",key:"vxg57a"}]]);const O6=r("receipt-text",[["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"}]]);const H6=r("receipt-turkish-lira",[["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"}]]);const V6=r("receipt",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 17.5v-11",key:"1jc1ny"}]]);const R6=r("rectangle-circle",[["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"}]]);const ta=r("rectangle-ellipsis",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M17 12h.01",key:"1m0b6t"}],["path",{d:"M7 12h.01",key:"eqddd0"}]]);const T6=r("rectangle-goggles",[["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"}]]);const F6=r("rectangle-horizontal",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]);const E6=r("rectangle-vertical",[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}]]);const U6=r("recycle",[["path",{d:"M7 19H4.815a1.83 1.83 0 0 1-1.57-.881 1.785 1.785 0 0 1-.004-1.784L7.196 9.5",key:"x6z5xu"}],["path",{d:"M11 19h8.203a1.83 1.83 0 0 0 1.556-.89 1.784 1.784 0 0 0 0-1.775l-1.226-2.12",key:"1x4zh5"}],["path",{d:"m14 16-3 3 3 3",key:"f6jyew"}],["path",{d:"M8.293 13.596 7.196 9.5 3.1 10.598",key:"wf1obh"}],["path",{d:"m9.344 5.811 1.093-1.892A1.83 1.83 0 0 1 11.985 3a1.784 1.784 0 0 1 1.546.888l3.943 6.843",key:"9tzpgr"}],["path",{d:"m13.378 9.633 4.096 1.098 1.097-4.096",key:"1oe83g"}]]);const B6=r("redo-2",[["path",{d:"m15 14 5-5-5-5",key:"12vg1m"}],["path",{d:"M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13",key:"6uklza"}]]);const Z6=r("redo-dot",[["circle",{cx:"12",cy:"17",r:"1",key:"1ixnty"}],["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]]);const G6=r("redo",[["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]]);const W6=r("refresh-ccw-dot",[["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"}]]);const K6=r("refresh-ccw",[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"14sxne"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16",key:"1hlbsb"}],["path",{d:"M16 16h5v5",key:"ccwih5"}]]);const X6=r("refresh-cw-off",[["path",{d:"M21 8L18.74 5.74A9.75 9.75 0 0 0 12 3C11 3 10.03 3.16 9.13 3.47",key:"1krf6h"}],["path",{d:"M8 16H3v5",key:"1cv678"}],["path",{d:"M3 12C3 9.51 4 7.26 5.64 5.64",key:"ruvoct"}],["path",{d:"m3 16 2.26 2.26A9.75 9.75 0 0 0 12 21c2.49 0 4.74-1 6.36-2.64",key:"19q130"}],["path",{d:"M21 12c0 1-.16 1.97-.47 2.87",key:"4w8emr"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}]]);const J6=r("refresh-cw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]);const Y6=r("refrigerator",[["path",{d:"M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6Z",key:"fpq118"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M15 7v6",key:"1nx30x"}]]);const Q6=r("regex",[["path",{d:"M17 3v10",key:"15fgeh"}],["path",{d:"m12.67 5.5 8.66 5",key:"1gpheq"}],["path",{d:"m12.67 10.5 8.66-5",key:"1dkfa6"}],["path",{d:"M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z",key:"swwfx4"}]]);const e8=r("remove-formatting",[["path",{d:"M4 7V4h16v3",key:"9msm58"}],["path",{d:"M5 20h6",key:"1h6pxn"}],["path",{d:"M13 4 8 20",key:"kqq6aj"}],["path",{d:"m15 15 5 5",key:"me55sn"}],["path",{d:"m20 15-5 5",key:"11p7ol"}]]);const t8=r("repeat-1",[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}],["path",{d:"M11 10h1v4",key:"70cz1p"}]]);const n8=r("repeat-2",[["path",{d:"m2 9 3-3 3 3",key:"1ltn5i"}],["path",{d:"M13 18H7a2 2 0 0 1-2-2V6",key:"1r6tfw"}],["path",{d:"m22 15-3 3-3-3",key:"4rnwn2"}],["path",{d:"M11 6h6a2 2 0 0 1 2 2v10",key:"2f72bc"}]]);const o8=r("repeat",[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}]]);const a8=r("replace-all",[["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"}]]);const i8=r("replace",[["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"}]]);const r8=r("reply-all",[["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"}]]);const c8=r("reply",[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4",key:"5vmcpk"}],["path",{d:"m9 17-5-5 5-5",key:"nvlc11"}]]);const d8=r("rewind",[["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"}]]);const s8=r("ribbon",[["path",{d:"M12 11.22C11 9.997 10 9 10 8a2 2 0 0 1 4 0c0 1-.998 2.002-2.01 3.22",key:"1rnhq3"}],["path",{d:"m12 18 2.57-3.5",key:"116vt7"}],["path",{d:"M6.243 9.016a7 7 0 0 1 11.507-.009",key:"10dq0b"}],["path",{d:"M9.35 14.53 12 11.22",key:"tdsyp2"}],["path",{d:"M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0 1 12 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 0 1-.203 1.43l-1.894 1.36a1 1 0 0 1-1.384-.215L12 18l-2.679 3.593a1 1 0 0 1-1.39.213l-1.865-1.353a1 1 0 0 1-.203-1.422z",key:"nmifey"}]]);const l8=r("rocket",[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]]);const u8=r("rocking-chair",[["polyline",{points:"3.5 2 6.5 12.5 18 12.5",key:"y3iy52"}],["line",{x1:"9.5",x2:"5.5",y1:"12.5",y2:"20",key:"19vg5i"}],["line",{x1:"15",x2:"18.5",y1:"12.5",y2:"20",key:"1inpmv"}],["path",{d:"M2.75 18a13 13 0 0 0 18.5 0",key:"1nquas"}]]);const h8=r("roller-coaster",[["path",{d:"M6 19V5",key:"1r845m"}],["path",{d:"M10 19V6.8",key:"9j2tfs"}],["path",{d:"M14 19v-7.8",key:"10s8qv"}],["path",{d:"M18 5v4",key:"1tajlv"}],["path",{d:"M18 19v-6",key:"ielfq3"}],["path",{d:"M22 19V9",key:"158nzp"}],["path",{d:"M2 19V9a4 4 0 0 1 4-4c2 0 4 1.33 6 4s4 4 6 4a4 4 0 1 0-3-6.65",key:"1930oh"}]]);const p8=r("rose",[["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"}]]);const na=r("rotate-3d",[["path",{d:"M16.466 7.5C15.643 4.237 13.952 2 12 2 9.239 2 7 6.477 7 12s2.239 10 5 10c.342 0 .677-.069 1-.2",key:"10n0gc"}],["path",{d:"m15.194 13.707 3.814 1.86-1.86 3.814",key:"16shm9"}],["path",{d:"M19 15.57c-1.804.885-4.274 1.43-7 1.43-5.523 0-10-2.239-10-5s4.477-5 10-5c4.838 0 8.873 1.718 9.8 4",key:"1lxi77"}]]);const y8=r("rotate-ccw-key",[["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"}]]);const k8=r("rotate-ccw-square",[["path",{d:"M20 9V7a2 2 0 0 0-2-2h-6",key:"19z8uc"}],["path",{d:"m15 2-3 3 3 3",key:"177bxs"}],["path",{d:"M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2",key:"d36hnl"}]]);const _8=r("rotate-ccw",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]]);const f8=r("rotate-cw-square",[["path",{d:"M12 5H6a2 2 0 0 0-2 2v3",key:"l96uqu"}],["path",{d:"m9 8 3-3-3-3",key:"1gzgc3"}],["path",{d:"M4 14v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2",key:"1w2k5h"}]]);const m8=r("rotate-cw",[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",key:"1p45f6"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}]]);const g8=r("route-off",[["circle",{cx:"6",cy:"19",r:"3",key:"1kj8tv"}],["path",{d:"M9 19h8.5c.4 0 .9-.1 1.3-.2",key:"1effex"}],["path",{d:"M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12",key:"k9y2ds"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 15.3a3.5 3.5 0 0 0-3.3-3.3",key:"11nlu2"}],["path",{d:"M15 5h-4.3",key:"6537je"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]]);const v8=r("route",[["circle",{cx:"6",cy:"19",r:"3",key:"1kj8tv"}],["path",{d:"M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15",key:"1d8sl"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]]);const M8=r("router",[["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6.01 18H6",key:"19vcac"}],["path",{d:"M10.01 18H10",key:"uamcmx"}],["path",{d:"M15 10v4",key:"qjz1xs"}],["path",{d:"M17.84 7.17a4 4 0 0 0-5.66 0",key:"1rif40"}],["path",{d:"M20.66 4.34a8 8 0 0 0-11.31 0",key:"6a5xfq"}]]);const oa=r("rows-2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 12h18",key:"1i2n21"}]]);const $8=r("rows-4",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 7.5H3",key:"1hm9pq"}],["path",{d:"M21 12H3",key:"2avoz0"}],["path",{d:"M21 16.5H3",key:"n7jzkj"}]]);const aa=r("rows-3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 9H3",key:"1338ky"}],["path",{d:"M21 15H3",key:"9uk58r"}]]);const w8=r("rss",[["path",{d:"M4 11a9 9 0 0 1 9 9",key:"pv89mb"}],["path",{d:"M4 4a16 16 0 0 1 16 16",key:"k0647b"}],["circle",{cx:"5",cy:"19",r:"1",key:"bfqh0e"}]]);const b8=r("ruler-dimension-line",[["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"}]]);const x8=r("ruler",[["path",{d:"M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z",key:"icamh8"}],["path",{d:"m14.5 12.5 2-2",key:"inckbg"}],["path",{d:"m11.5 9.5 2-2",key:"fmmyf7"}],["path",{d:"m8.5 6.5 2-2",key:"vc6u1g"}],["path",{d:"m17.5 15.5 2-2",key:"wo5hmg"}]]);const N8=r("russian-ruble",[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18",key:"18ai8t"}],["path",{d:"M6 15h8",key:"1y8f6l"}]]);const I8=r("sailboat",[["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"}]]);const L8=r("salad",[["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M11.38 12a2.4 2.4 0 0 1-.4-4.77 2.4 2.4 0 0 1 3.2-2.77 2.4 2.4 0 0 1 3.47-.63 2.4 2.4 0 0 1 3.37 3.37 2.4 2.4 0 0 1-1.1 3.7 2.51 2.51 0 0 1 .03 1.1",key:"10xrj0"}],["path",{d:"m13 12 4-4",key:"1hckqy"}],["path",{d:"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2",key:"1p4srx"}]]);const S8=r("sandwich",[["path",{d:"m2.37 11.223 8.372-6.777a2 2 0 0 1 2.516 0l8.371 6.777",key:"f1wd0e"}],["path",{d:"M21 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.25",key:"1pfu07"}],["path",{d:"M3 15a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9",key:"1oq9qw"}],["path",{d:"m6.67 15 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2",key:"1fnwu5"}],["rect",{width:"20",height:"4",x:"2",y:"11",rx:"1",key:"itshg"}]]);const C8=r("satellite-dish",[["path",{d:"M4 10a7.31 7.31 0 0 0 10 10Z",key:"1fzpp3"}],["path",{d:"m9 15 3-3",key:"88sc13"}],["path",{d:"M17 13a6 6 0 0 0-6-6",key:"15cc6u"}],["path",{d:"M21 13A10 10 0 0 0 11 3",key:"11nf8s"}]]);const z8=r("satellite",[["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"}]]);const A8=r("saudi-riyal",[["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"}]]);const j8=r("save-all",[["path",{d:"M10 2v3a1 1 0 0 0 1 1h5",key:"1xspal"}],["path",{d:"M18 18v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6",key:"1ra60u"}],["path",{d:"M18 22H4a2 2 0 0 1-2-2V6",key:"pblm9e"}],["path",{d:"M8 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 22 6.828V16a2 2 0 0 1-2.01 2z",key:"1yve0x"}]]);const P8=r("save-off",[["path",{d:"M13 13H8a1 1 0 0 0-1 1v7",key:"h8g396"}],["path",{d:"M14 8h1",key:"1lfen6"}],["path",{d:"M17 21v-4",key:"1yknxs"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20.41 20.41A2 2 0 0 1 19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 .59-1.41",key:"1t4vdl"}],["path",{d:"M29.5 11.5s5 5 4 5",key:"zzn4i6"}],["path",{d:"M9 3h6.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V15",key:"24cby9"}]]);const q8=r("save",[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]]);const ia=r("scale-3d",[["path",{d:"M5 7v11a1 1 0 0 0 1 1h11",key:"13dt1j"}],["path",{d:"M5.293 18.707 11 13",key:"ezgbsx"}],["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["circle",{cx:"5",cy:"5",r:"2",key:"1gwv83"}]]);const D8=r("scaling",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M14 15H9v-5",key:"pi4jk9"}],["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M21 3 9 15",key:"15kdhq"}]]);const O8=r("scale",[["path",{d:"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",key:"7g6ntu"}],["path",{d:"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",key:"ijws7r"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2",key:"3gwbw2"}]]);const H8=r("scan-barcode",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M8 7v10",key:"23sfjj"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M17 7v10",key:"578dap"}]]);const V8=r("scan-eye",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",key:"11ak4c"}]]);const R8=r("scan-face",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 9h.01",key:"x1ddxp"}]]);const T8=r("scan-heart",[["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"}]]);const F8=r("scan-line",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7 12h10",key:"b7w52i"}]]);const E8=r("scan-qr-code",[["path",{d:"M17 12v4a1 1 0 0 1-1 1h-4",key:"uk4fdo"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M17 8V7",key:"q2g9wo"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M7 17h.01",key:"19xn7k"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["rect",{x:"7",y:"7",width:"5",height:"5",rx:"1",key:"m9kyts"}]]);const U8=r("scan-search",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m16 16-1.9-1.9",key:"1dq9hf"}]]);const B8=r("scan",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]]);const Z8=r("scan-text",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7 8h8",key:"1jbsf9"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h6",key:"1vyc9m"}]]);const G8=r("school",[["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"}]]);const W8=r("scissors-line-dashed",[["path",{d:"M5.42 9.42 8 12",key:"12pkuq"}],["circle",{cx:"4",cy:"8",r:"2",key:"107mxr"}],["path",{d:"m14 6-8.58 8.58",key:"gvzu5l"}],["circle",{cx:"4",cy:"16",r:"2",key:"1ehqvc"}],["path",{d:"M10.8 14.8 14 18",key:"ax7m9r"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]]);const K8=r("scissors",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M8.12 8.12 12 12",key:"1alkpv"}],["path",{d:"M20 4 8.12 15.88",key:"xgtan2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M14.8 14.8 20 20",key:"ptml3r"}]]);const X8=r("screen-share-off",[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",key:"i8wdob"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m22 3-5 5",key:"12jva0"}],["path",{d:"m17 3 5 5",key:"k36vhe"}]]);const J8=r("scroll-text",[["path",{d:"M15 12h-5",key:"r7krc0"}],["path",{d:"M15 8h-5",key:"1khuty"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]]);const Y8=r("screen-share",[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",key:"i8wdob"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m17 8 5-5",key:"fqif7o"}],["path",{d:"M17 3h5v5",key:"1o3tu8"}]]);const Q8=r("scroll",[["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]]);const ev=r("search-check",[["path",{d:"m8 11 2 2 4-4",key:"1sed1v"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);const tv=r("search-slash",[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);const nv=r("search-code",[["path",{d:"m13 13.5 2-2.5-2-2.5",key:"1rvxrh"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M9 8.5 7 11l2 2.5",key:"6ffwbx"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]]);const ov=r("search-x",[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["path",{d:"m8.5 8.5 5 5",key:"a8mexj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);const av=r("search",[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]]);const iv=r("section",[["path",{d:"M16 5a4 3 0 0 0-8 0c0 4 8 3 8 7a4 3 0 0 1-8 0",key:"vqan6v"}],["path",{d:"M8 19a4 3 0 0 0 8 0c0-4-8-3-8-7a4 3 0 0 1 8 0",key:"wdjd8o"}]]);const ra=r("send-horizontal",[["path",{d:"M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z",key:"117uat"}],["path",{d:"M6 12h16",key:"s4cdu5"}]]);const rv=r("send-to-back",[["rect",{x:"14",y:"14",width:"8",height:"8",rx:"2",key:"1b0bso"}],["rect",{x:"2",y:"2",width:"8",height:"8",rx:"2",key:"1x09vl"}],["path",{d:"M7 14v1a2 2 0 0 0 2 2h1",key:"pao6x6"}],["path",{d:"M14 7h1a2 2 0 0 1 2 2v1",key:"19tdru"}]]);const cv=r("send",[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]]);const dv=r("separator-horizontal",[["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"}]]);const sv=r("separator-vertical",[["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"}]]);const lv=r("server-cog",[["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"}]]);const uv=r("server-crash",[["path",{d:"M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2",key:"4b9dqc"}],["path",{d:"M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2",key:"22nnkd"}],["path",{d:"M6 6h.01",key:"1utrut"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m13 6-4 6h6l-4 6",key:"14hqih"}]]);const hv=r("server-off",[["path",{d:"M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5",key:"bt2siv"}],["path",{d:"M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z",key:"1hjrv1"}],["path",{d:"M22 17v-1a2 2 0 0 0-2-2h-1",key:"1iynyr"}],["path",{d:"M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z",key:"161ggg"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const pv=r("server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]);const yv=r("settings-2",[["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"}]]);const kv=r("settings",[["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"}]]);const _v=r("shapes",[["path",{d:"M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z",key:"1bo67w"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1",key:"1bkyp8"}],["circle",{cx:"17.5",cy:"17.5",r:"3.5",key:"w3z12y"}]]);const fv=r("share-2",[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]]);const mv=r("share",[["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"}]]);const gv=r("sheet",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["line",{x1:"3",x2:"21",y1:"9",y2:"9",key:"1vqk6q"}],["line",{x1:"3",x2:"21",y1:"15",y2:"15",key:"o2sbyz"}],["line",{x1:"9",x2:"9",y1:"9",y2:"21",key:"1ib60c"}],["line",{x1:"15",x2:"15",y1:"9",y2:"21",key:"1n26ft"}]]);const vv=r("shell",[["path",{d:"M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44",key:"1cn552"}]]);const Mv=r("shield-alert",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]]);const $v=r("shield-ban",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m4.243 5.21 14.39 12.472",key:"1c9a7c"}]]);const wv=r("shield-check",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);const bv=r("shield-ellipsis",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]]);const xv=r("shield-half",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 22V2",key:"zs6s6o"}]]);const Nv=r("shield-minus",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9 12h6",key:"1c52cq"}]]);const Iv=r("shield-off",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5 5a1 1 0 0 0-1 1v7c0 5 3.5 7.5 7.67 8.94a1 1 0 0 0 .67.01c2.35-.82 4.48-1.97 5.9-3.71",key:"1jlk70"}],["path",{d:"M9.309 3.652A12.252 12.252 0 0 0 11.24 2.28a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v7a9.784 9.784 0 0 1-.08 1.264",key:"18rp1v"}]]);const Lv=r("shield-plus",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M12 9v6",key:"199k2o"}]]);const ca=r("shield-question-mark",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);const Sv=r("shield-user",[["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"}]]);const da=r("shield-x",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m14.5 9.5-5 5",key:"17q4r4"}],["path",{d:"m9.5 9.5 5 5",key:"18nt4w"}]]);const Cv=r("shield",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}]]);const zv=r("ship-wheel",[["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}],["path",{d:"M12 2v7.5",key:"1e5rl5"}],["path",{d:"m19 5-5.23 5.23",key:"1ezxxf"}],["path",{d:"M22 12h-7.5",key:"le1719"}],["path",{d:"m19 19-5.23-5.23",key:"p3fmgn"}],["path",{d:"M12 14.5V22",key:"dgcmos"}],["path",{d:"M10.23 13.77 5 19",key:"qwopd4"}],["path",{d:"M9.5 12H2",key:"r7bup8"}],["path",{d:"M10.23 10.23 5 5",key:"k2y7lj"}],["circle",{cx:"12",cy:"12",r:"2.5",key:"ix0uyj"}]]);const Av=r("shirt",[["path",{d:"M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z",key:"1wgbhj"}]]);const jv=r("ship",[["path",{d:"M12 10.189V14",key:"1p8cqu"}],["path",{d:"M12 2v3",key:"qbqxhf"}],["path",{d:"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6",key:"qpkstq"}],["path",{d:"M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76",key:"7tigtc"}],["path",{d:"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"1924j5"}]]);const Pv=r("shopping-bag",[["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"}]]);const qv=r("shopping-basket",[["path",{d:"m15 11-1 9",key:"5wnq3a"}],["path",{d:"m19 11-4-7",key:"cnml18"}],["path",{d:"M2 11h20",key:"3eubbj"}],["path",{d:"m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8a2 2 0 0 0 2-1.6l1.7-7.4",key:"yiazzp"}],["path",{d:"M4.5 15.5h15",key:"13mye1"}],["path",{d:"m5 11 4-7",key:"116ra9"}],["path",{d:"m9 11 1 9",key:"1ojof7"}]]);const Dv=r("shopping-cart",[["circle",{cx:"8",cy:"21",r:"1",key:"jimo8o"}],["circle",{cx:"19",cy:"21",r:"1",key:"13723u"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12",key:"9zh506"}]]);const Ov=r("shovel",[["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"}]]);const Hv=r("shower-head",[["path",{d:"m4 4 2.5 2.5",key:"uv2vmf"}],["path",{d:"M13.5 6.5a4.95 4.95 0 0 0-7 7",key:"frdkwv"}],["path",{d:"M15 5 5 15",key:"1ag8rq"}],["path",{d:"M14 17v.01",key:"eokfpp"}],["path",{d:"M10 16v.01",key:"14uyyl"}],["path",{d:"M13 13v.01",key:"1v1k97"}],["path",{d:"M16 10v.01",key:"5169yg"}],["path",{d:"M11 20v.01",key:"cj92p8"}],["path",{d:"M17 14v.01",key:"11cswd"}],["path",{d:"M20 11v.01",key:"19e0od"}]]);const Vv=r("shredder",[["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"}]]);const Rv=r("shrimp",[["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"}]]);const Tv=r("shrink",[["path",{d:"m15 15 6 6m-6-6v4.8m0-4.8h4.8",key:"17vawe"}],["path",{d:"M9 19.8V15m0 0H4.2M9 15l-6 6",key:"chjx8e"}],["path",{d:"M15 4.2V9m0 0h4.8M15 9l6-6",key:"lav6yq"}],["path",{d:"M9 4.2V9m0 0H4.2M9 9 3 3",key:"1pxi2q"}]]);const Fv=r("shrub",[["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"}]]);const Ev=r("shuffle",[["path",{d:"m18 14 4 4-4 4",key:"10pe0f"}],["path",{d:"m18 2 4 4-4 4",key:"pucp1d"}],["path",{d:"M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22",key:"1ailkh"}],["path",{d:"M2 6h1.972a4 4 0 0 1 3.6 2.2",key:"km57vx"}],["path",{d:"M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45",key:"os18l9"}]]);const Uv=r("sigma",[["path",{d:"M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2",key:"wuwx1p"}]]);const Bv=r("signal-high",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M17 20V8",key:"1tkaf5"}]]);const Zv=r("signal-low",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}]]);const Gv=r("signal-medium",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}]]);const Wv=r("signal-zero",[["path",{d:"M2 20h.01",key:"4haj6o"}]]);const Kv=r("signal",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M17 20V8",key:"1tkaf5"}],["path",{d:"M22 4v16",key:"sih9yq"}]]);const Xv=r("signature",[["path",{d:"m21 17-2.156-1.868A.5.5 0 0 0 18 15.5v.5a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1c0-2.545-3.991-3.97-8.5-4a1 1 0 0 0 0 5c4.153 0 4.745-11.295 5.708-13.5a2.5 2.5 0 1 1 3.31 3.284",key:"y32ogt"}],["path",{d:"M3 21h18",key:"itz85i"}]]);const Jv=r("signpost-big",[["path",{d:"M10 9H4L2 7l2-2h6",key:"1hq7x2"}],["path",{d:"M14 5h6l2 2-2 2h-6",key:"bv62ej"}],["path",{d:"M10 22V4a2 2 0 1 1 4 0v18",key:"eqpcf2"}],["path",{d:"M8 22h8",key:"rmew8v"}]]);const Yv=r("signpost",[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M12 3v3",key:"1n5kay"}],["path",{d:"M18 6a2 2 0 0 1 1.387.56l2.307 2.22a1 1 0 0 1 0 1.44l-2.307 2.22A2 2 0 0 1 18 13H6a2 2 0 0 1-1.387-.56l-2.306-2.22a1 1 0 0 1 0-1.44l2.306-2.22A2 2 0 0 1 6 6z",key:"gqqp9m"}]]);const Qv=r("siren",[["path",{d:"M7 18v-6a5 5 0 1 1 10 0v6",key:"pcx96s"}],["path",{d:"M5 21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2z",key:"1b4s83"}],["path",{d:"M21 12h1",key:"jtio3y"}],["path",{d:"M18.5 4.5 18 5",key:"g5sp9y"}],["path",{d:"M2 12h1",key:"1uaihz"}],["path",{d:"M12 2v1",key:"11qlp1"}],["path",{d:"m4.929 4.929.707.707",key:"1i51kw"}],["path",{d:"M12 12v6",key:"3ahymv"}]]);const e7=r("skip-back",[["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"}]]);const t7=r("skip-forward",[["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"}]]);const n7=r("skull",[["path",{d:"m12.5 17-.5-1-.5 1h1z",key:"3me087"}],["path",{d:"M15 22a1 1 0 0 0 1-1v-1a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20v1a1 1 0 0 0 1 1z",key:"1o5pge"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}]]);const o7=r("slack",[["rect",{width:"3",height:"8",x:"13",y:"2",rx:"1.5",key:"diqz80"}],["path",{d:"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5",key:"183iwg"}],["rect",{width:"3",height:"8",x:"8",y:"14",rx:"1.5",key:"hqg7r1"}],["path",{d:"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5",key:"76g71w"}],["rect",{width:"8",height:"3",x:"14",y:"13",rx:"1.5",key:"1kmz0a"}],["path",{d:"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5",key:"jc4sz0"}],["rect",{width:"8",height:"3",x:"2",y:"8",rx:"1.5",key:"1omvl4"}],["path",{d:"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5",key:"16f3cl"}]]);const a7=r("slash",[["path",{d:"M22 2 2 22",key:"y4kqgn"}]]);const i7=r("slice",[["path",{d:"M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14",key:"1sllp5"}]]);const r7=r("sliders-horizontal",[["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"}]]);const sa=r("sliders-vertical",[["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"}]]);const c7=r("smartphone-charging",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12.667 8 10 12h4l-2.667 4",key:"h9lk2d"}]]);const d7=r("smartphone-nfc",[["rect",{width:"7",height:"12",x:"2",y:"6",rx:"1",key:"5nje8w"}],["path",{d:"M13 8.32a7.43 7.43 0 0 1 0 7.36",key:"1g306n"}],["path",{d:"M16.46 6.21a11.76 11.76 0 0 1 0 11.58",key:"uqvjvo"}],["path",{d:"M19.91 4.1a15.91 15.91 0 0 1 .01 15.8",key:"ujntz3"}]]);const s7=r("smartphone",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]]);const l7=r("smile-plus",[["path",{d:"M22 11v1a10 10 0 1 1-9-10",key:"ew0xw9"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}],["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 2v6",key:"4bpg5p"}]]);const u7=r("smile",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]);const h7=r("snail",[["path",{d:"M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0",key:"hneq2s"}],["circle",{cx:"10",cy:"13",r:"8",key:"194lz3"}],["path",{d:"M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6",key:"ixqyt7"}],["path",{d:"M18 3 19.1 5.2",key:"9tjm43"}],["path",{d:"M22 3 20.9 5.2",key:"j3odrs"}]]);const p7=r("snowflake",[["path",{d:"m10 20-1.25-2.5L6 18",key:"18frcb"}],["path",{d:"M10 4 8.75 6.5 6 6",key:"7mghy3"}],["path",{d:"m14 20 1.25-2.5L18 18",key:"1chtki"}],["path",{d:"m14 4 1.25 2.5L18 6",key:"1b4wsy"}],["path",{d:"m17 21-3-6h-4",key:"15hhxa"}],["path",{d:"m17 3-3 6 1.5 3",key:"11697g"}],["path",{d:"M2 12h6.5L10 9",key:"kv9z4n"}],["path",{d:"m20 10-1.5 2 1.5 2",key:"1swlpi"}],["path",{d:"M22 12h-6.5L14 15",key:"1mxi28"}],["path",{d:"m4 10 1.5 2L4 14",key:"k9enpj"}],["path",{d:"m7 21 3-6-1.5-3",key:"j8hb9u"}],["path",{d:"m7 3 3 6h4",key:"1otusx"}]]);const y7=r("soap-dispenser-droplet",[["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"}]]);const k7=r("sofa",[["path",{d:"M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3",key:"1dgpiv"}],["path",{d:"M2 16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",key:"xacw8m"}],["path",{d:"M4 18v2",key:"jwo5n2"}],["path",{d:"M20 18v2",key:"1ar1qi"}],["path",{d:"M12 4v9",key:"oqhhn3"}]]);const _7=r("solar-panel",[["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"}]]);const f7=r("soup",[["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M19.5 12 22 6",key:"shfsr5"}],["path",{d:"M16.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.73 1.62",key:"rpc6vp"}],["path",{d:"M11.25 3c.27.1.8.53.74 1.36-.05.83-.93 1.2-.98 2.02-.06.78.33 1.24.72 1.62",key:"1lf63m"}],["path",{d:"M6.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.74 1.62",key:"97tijn"}]]);const m7=r("space",[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]]);const g7=r("spade",[["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"}]]);const v7=r("sparkle",[["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"}]]);const la=r("sparkles",[["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"}]]);const M7=r("speaker",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M12 6h.01",key:"1vi96p"}],["circle",{cx:"12",cy:"14",r:"4",key:"1jruaj"}],["path",{d:"M12 14h.01",key:"1etili"}]]);const $7=r("speech",[["path",{d:"M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20",key:"11atix"}],["path",{d:"M19.8 17.8a7.5 7.5 0 0 0 .003-10.603",key:"yol142"}],["path",{d:"M17 15a3.5 3.5 0 0 0-.025-4.975",key:"ssbmkc"}]]);const w7=r("spell-check",[["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m16 20 2 2 4-4",key:"13tcca"}]]);const b7=r("spell-check-2",[["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M4 21c1.1 0 1.1-1 2.3-1s1.1 1 2.3 1c1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1",key:"8mdmtu"}]]);const x7=r("spline-pointer",[["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"}]]);const N7=r("spline",[["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M5 17A12 12 0 0 1 17 5",key:"1okkup"}]]);const I7=r("split",[["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M8 3H3v5",key:"15dfkv"}],["path",{d:"M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3",key:"1qrqzj"}],["path",{d:"m15 9 6-6",key:"ko1vev"}]]);const L7=r("spool",[["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"}]]);const S7=r("spotlight",[["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"}]]);const C7=r("spray-can",[["path",{d:"M3 3h.01",key:"159qn6"}],["path",{d:"M7 5h.01",key:"1hq22a"}],["path",{d:"M11 7h.01",key:"1osv80"}],["path",{d:"M3 7h.01",key:"1xzrh3"}],["path",{d:"M7 9h.01",key:"19b3jx"}],["path",{d:"M3 11h.01",key:"1eifu7"}],["rect",{width:"4",height:"4",x:"15",y:"5",key:"mri9e4"}],["path",{d:"m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2",key:"aib6hk"}],["path",{d:"m13 14 8-2",key:"1d7bmk"}],["path",{d:"m13 19 8-2",key:"1y2vml"}]]);const z7=r("sprout",[["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"}]]);const ua=r("square-activity",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7",key:"15hlnc"}]]);const ha=r("square-arrow-down-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 8-8 8",key:"166keh"}],["path",{d:"M16 16H8V8",key:"1w2ppm"}]]);const pa=r("square-arrow-down-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 8 8 8",key:"1imecy"}],["path",{d:"M16 8v8H8",key:"1lbpgo"}]]);const ya=r("square-arrow-down",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8 12 4 4 4-4",key:"k98ssh"}]]);const ka=r("square-arrow-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m12 8-4 4 4 4",key:"15vm53"}],["path",{d:"M16 12H8",key:"1fr5h0"}]]);const _a=r("square-arrow-out-down-left",[["path",{d:"M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6",key:"14qz4y"}],["path",{d:"m3 21 9-9",key:"1jfql5"}],["path",{d:"M9 21H3v-6",key:"wtvkvv"}]]);const fa=r("square-arrow-out-down-right",[["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"14rsvq"}],["path",{d:"m21 21-9-9",key:"1et2py"}],["path",{d:"M21 15v6h-6",key:"1jko0i"}]]);const ma=r("square-arrow-out-up-left",[["path",{d:"M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6",key:"14mv1t"}],["path",{d:"m3 3 9 9",key:"rks13r"}],["path",{d:"M3 9V3h6",key:"ira0h2"}]]);const ga=r("square-arrow-out-up-right",[["path",{d:"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6",key:"y09zxi"}],["path",{d:"m21 3-9 9",key:"mpx6sq"}],["path",{d:"M15 3h6v6",key:"1q9fwt"}]]);const va=r("square-arrow-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m12 16 4-4-4-4",key:"1i9zcv"}]]);const Ma=r("square-arrow-up-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 16V8h8",key:"19xb1h"}],["path",{d:"M16 16 8 8",key:"1qdy8n"}]]);const $a=r("square-arrow-up-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 8h8v8",key:"b65dnt"}],["path",{d:"m8 16 8-8",key:"13b9ih"}]]);const wa=r("square-arrow-up",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}]]);const ba=r("square-asterisk",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8.5 14 7-4",key:"12hpby"}],["path",{d:"m8.5 10 7 4",key:"wwy2dy"}]]);const xa=r("square-bottom-dashed-scissors",[["path",{d:"M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2",key:"1vzg26"}],["path",{d:"M10 22H8",key:"euku7a"}],["path",{d:"M16 22h-2",key:"18d249"}],["circle",{cx:"8",cy:"8",r:"2",key:"14cg06"}],["path",{d:"M9.414 9.414 12 12",key:"qz4lzr"}],["path",{d:"M14.8 14.8 18 18",key:"11flf1"}],["circle",{cx:"8",cy:"16",r:"2",key:"1acxsx"}],["path",{d:"m18 6-8.586 8.586",key:"11kzk1"}]]);const Ve=r("square-chart-gantt",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 8h7",key:"kbo1nt"}],["path",{d:"M8 12h6",key:"ikassy"}],["path",{d:"M11 16h5",key:"oq65wt"}]]);const Na=r("square-check-big",[["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"}]]);const Ia=r("square-check",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);const La=r("square-chevron-down",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]]);const Sa=r("square-chevron-left",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]]);const Ca=r("square-chevron-right",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]]);const za=r("square-chevron-up",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]]);const Aa=r("square-code",[["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"}]]);const A7=r("square-dashed-bottom-code",[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",key:"as5y1o"}],["path",{d:"M9 21h1",key:"15o7lz"}]]);const j7=r("square-dashed-bottom",[["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",key:"as5y1o"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 21h1",key:"v9vybs"}]]);const ja=r("square-dashed-kanban",[["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M21 14v1",key:"169vum"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M3 9v1",key:"1r0deq"}]]);const Pa=r("square-dashed-mouse-pointer",[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h2",key:"1qve2z"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v2",key:"p14lih"}],["path",{d:"M3 14v1",key:"vnatye"}]]);const P7=r("square-dashed-top-solid",[["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"}]]);const qa=r("square-dashed",[["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M21 14v1",key:"169vum"}]]);const Da=r("square-divide",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16",key:"aqc6ln"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8",key:"1mkcni"}]]);const Oa=r("square-dot",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);const Ha=r("square-equal",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}]]);const Va=r("square-function",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3",key:"m1af9g"}],["path",{d:"M9 11.2h5.7",key:"3zgcl2"}]]);const Ra=r("square-kanban",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}]]);const Ta=r("square-library",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7v10",key:"d5nglc"}],["path",{d:"M11 7v10",key:"pptsnr"}],["path",{d:"m15 7 2 10",key:"1m7qm5"}]]);const Fa=r("square-menu",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 8h10",key:"1jw688"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h10",key:"wp8him"}]]);const Ea=r("square-m",[["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"}]]);const Ua=r("square-minus",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);const Ba=r("square-mouse-pointer",[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"14rsvq"}]]);const Za=r("square-parking-off",[["path",{d:"M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41",key:"9l1ft6"}],["path",{d:"M3 8.7V19a2 2 0 0 0 2 2h10.3",key:"17knke"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2",key:"uoagbd"}],["path",{d:"M9 17v-2.3",key:"1jxgo2"}]]);const Ga=r("square-parking",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]]);const q7=r("square-pause",[["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"}]]);const ge=r("square-pen",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]]);const Wa=r("square-percent",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]);const Ka=r("square-pilcrow",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 12H9.5a2.5 2.5 0 0 1 0-5H17",key:"1l9586"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M16 7v10",key:"lavkr4"}]]);const Xa=r("square-pi",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7h10",key:"udp07y"}],["path",{d:"M10 7v10",key:"i1d9ee"}],["path",{d:"M16 17a2 2 0 0 1-2-2V7",key:"ftwdc7"}]]);const Ja=r("square-play",[["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"}]]);const Ya=r("square-plus",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]);const Qa=r("square-power",[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005",key:"1pek45"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]);const D7=r("square-radical",[["path",{d:"M7 12h2l2 5 2-10h4",key:"1fxv6h"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]);const O7=r("square-round-corner",[["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"}]]);const e1=r("square-scissors",[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"2",key:"1btzen"}],["circle",{cx:"8",cy:"8",r:"2",key:"14cg06"}],["path",{d:"M9.414 9.414 12 12",key:"qz4lzr"}],["path",{d:"M14.8 14.8 18 18",key:"11flf1"}],["circle",{cx:"8",cy:"16",r:"2",key:"1acxsx"}],["path",{d:"m18 6-8.586 8.586",key:"11kzk1"}]]);const t1=r("square-sigma",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9",key:"9nih0i"}]]);const n1=r("square-slash",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]]);const o1=r("square-split-horizontal",[["path",{d:"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3",key:"lubmu8"}],["path",{d:"M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3",key:"1ag34g"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20",key:"1tx1rr"}]]);const a1=r("square-split-vertical",[["path",{d:"M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3",key:"1pi83i"}],["path",{d:"M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3",key:"ido5k7"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]]);const H7=r("square-square",[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1",key:"z9xiuo"}]]);const V7=r("square-stack",[["path",{d:"M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",key:"4i38lg"}],["path",{d:"M10 16c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",key:"mlte4a"}],["rect",{width:"8",height:"8",x:"14",y:"14",rx:"2",key:"1fa9i4"}]]);const R7=r("square-star",[["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"}]]);const T7=r("square-stop",[["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"}]]);const i1=r("square-terminal",[["path",{d:"m7 11 2-2-2-2",key:"1lz0vl"}],["path",{d:"M11 13h4",key:"1p7l4v"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}]]);const r1=r("square-user",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2",key:"1m6ac2"}]]);const c1=r("square-user-round",[["path",{d:"M18 21a6 6 0 0 0-12 0",key:"kaz2du"}],["circle",{cx:"12",cy:"11",r:"4",key:"1gt34v"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);const F7=r("square",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);const d1=r("square-x",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);const E7=r("squares-exclude",[["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"}]]);const U7=r("squares-intersect",[["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"}]]);const B7=r("squares-subtract",[["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"}]]);const Z7=r("squares-unite",[["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"}]]);const G7=r("squircle-dashed",[["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"}]]);const W7=r("squircle",[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9-9-1.8-9-9 1.8-9 9-9",key:"garfkc"}]]);const K7=r("squirrel",[["path",{d:"M15.236 22a3 3 0 0 0-2.2-5",key:"21bitc"}],["path",{d:"M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4",key:"oh0fg0"}],["path",{d:"M18 13h.01",key:"9veqaj"}],["path",{d:"M18 6a4 4 0 0 0-4 4 7 7 0 0 0-7 7c0-5 4-5 4-10.5a4.5 4.5 0 1 0-9 0 2.5 2.5 0 0 0 5 0C7 10 3 11 3 17c0 2.8 2.2 5 5 5h10",key:"980v8a"}]]);const X7=r("stamp",[["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"}]]);const J7=r("star-off",[["path",{d:"M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43",key:"16m0ql"}],["path",{d:"M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91",key:"1vt8nq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const Y7=r("star",[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]]);const Q7=r("star-half",[["path",{d:"M12 18.338a2.1 2.1 0 0 0-.987.244L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679A.53.53 0 0 1 12 2",key:"2ksp49"}]]);const e9=r("step-back",[["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"}]]);const t9=r("step-forward",[["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"}]]);const n9=r("stethoscope",[["path",{d:"M11 2v2",key:"1539x4"}],["path",{d:"M5 2v2",key:"1yf1q8"}],["path",{d:"M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1",key:"rb5t3r"}],["path",{d:"M8 15a6 6 0 0 0 12 0v-3",key:"x18d4x"}],["circle",{cx:"20",cy:"10",r:"2",key:"ts1r5v"}]]);const o9=r("sticker",[["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"}]]);const a9=r("sticky-note",[["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"}]]);const i9=r("store",[["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"}]]);const r9=r("stretch-horizontal",[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2",key:"qdearl"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2",key:"1xrn6j"}]]);const c9=r("stretch-vertical",[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2",key:"19qu7m"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2",key:"24v0nk"}]]);const d9=r("subscript",[["path",{d:"m4 5 8 8",key:"1eunvl"}],["path",{d:"m12 5-8 8",key:"1ah0jp"}],["path",{d:"M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07",key:"e8ta8j"}]]);const s9=r("strikethrough",[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4",key:"43sutm"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6",key:"nlfj13"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]]);const l9=r("sun-dim",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 4h.01",key:"1ujb9j"}],["path",{d:"M20 12h.01",key:"1ykeid"}],["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M4 12h.01",key:"158zrr"}],["path",{d:"M17.657 6.343h.01",key:"31pqzk"}],["path",{d:"M17.657 17.657h.01",key:"jehnf4"}],["path",{d:"M6.343 17.657h.01",key:"gdk6ow"}],["path",{d:"M6.343 6.343h.01",key:"1uurf0"}]]);const u9=r("sun-medium",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 3v1",key:"1asbbs"}],["path",{d:"M12 20v1",key:"1wcdkc"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M20 12h1",key:"1vloll"}],["path",{d:"m18.364 5.636-.707.707",key:"1hakh0"}],["path",{d:"m6.343 17.657-.707.707",key:"18m9nf"}],["path",{d:"m5.636 5.636.707.707",key:"1xv1c5"}],["path",{d:"m17.657 17.657.707.707",key:"vl76zb"}]]);const h9=r("sun-moon",[["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"}]]);const p9=r("sun",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m17.66 17.66 1.41 1.41",key:"ptbguv"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}]]);const y9=r("sun-snow",[["path",{d:"M10 21v-1",key:"1u8rkd"}],["path",{d:"M10 4V3",key:"pkzwkn"}],["path",{d:"M10 9a3 3 0 0 0 0 6",key:"gv75dk"}],["path",{d:"m14 20 1.25-2.5L18 18",key:"1chtki"}],["path",{d:"m14 4 1.25 2.5L18 6",key:"1b4wsy"}],["path",{d:"m17 21-3-6 1.5-3H22",key:"o5qa3v"}],["path",{d:"m17 3-3 6 1.5 3",key:"11697g"}],["path",{d:"M2 12h1",key:"1uaihz"}],["path",{d:"m20 10-1.5 2 1.5 2",key:"1swlpi"}],["path",{d:"m3.64 18.36.7-.7",key:"105rm9"}],["path",{d:"m4.34 6.34-.7-.7",key:"d3unjp"}]]);const k9=r("sunrise",[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"m4.93 10.93 1.41 1.41",key:"2a7f42"}],["path",{d:"M2 18h2",key:"j10viu"}],["path",{d:"M20 18h2",key:"wocana"}],["path",{d:"m19.07 10.93-1.41 1.41",key:"15zs5n"}],["path",{d:"M22 22H2",key:"19qnx5"}],["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}],["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}]]);const _9=r("sunset",[["path",{d:"M12 10V2",key:"16sf7g"}],["path",{d:"m4.93 10.93 1.41 1.41",key:"2a7f42"}],["path",{d:"M2 18h2",key:"j10viu"}],["path",{d:"M20 18h2",key:"wocana"}],["path",{d:"m19.07 10.93-1.41 1.41",key:"15zs5n"}],["path",{d:"M22 22H2",key:"19qnx5"}],["path",{d:"m16 6-4 4-4-4",key:"6wukr"}],["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}]]);const f9=r("superscript",[["path",{d:"m4 19 8-8",key:"hr47gm"}],["path",{d:"m12 19-8-8",key:"1dhhmo"}],["path",{d:"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06",key:"1dfcux"}]]);const m9=r("swatch-book",[["path",{d:"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z",key:"1ldrpk"}],["path",{d:"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7",key:"11i5po"}],["path",{d:"M 7 17h.01",key:"1euzgo"}],["path",{d:"m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8",key:"o2gii7"}]]);const g9=r("swiss-franc",[["path",{d:"M10 21V3h8",key:"br2l0g"}],["path",{d:"M6 16h9",key:"2py0wn"}],["path",{d:"M10 9.5h7",key:"13dmhz"}]]);const v9=r("sword",[["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"}]]);const M9=r("switch-camera",[["path",{d:"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5",key:"mtk2lu"}],["path",{d:"M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5",key:"120jsl"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m18 22-3-3 3-3",key:"kgdoj7"}],["path",{d:"m6 2 3 3-3 3",key:"1fnbkv"}]]);const $9=r("swords",[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5",key:"1hfsw2"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13",key:"1vrmhu"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20",key:"1bron3"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19",key:"13pww6"}],["polyline",{points:"14.5 6.5 18 3 21 3 21 6 17.5 9.5",key:"hbey2j"}],["line",{x1:"5",x2:"9",y1:"14",y2:"18",key:"1hf58s"}],["line",{x1:"7",x2:"4",y1:"17",y2:"20",key:"pidxm4"}],["line",{x1:"3",x2:"5",y1:"19",y2:"21",key:"1pehsh"}]]);const w9=r("syringe",[["path",{d:"m18 2 4 4",key:"22kx64"}],["path",{d:"m17 7 3-3",key:"1w1zoj"}],["path",{d:"M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5",key:"1exhtz"}],["path",{d:"m9 11 4 4",key:"rovt3i"}],["path",{d:"m5 19-3 3",key:"59f2uf"}],["path",{d:"m14 4 6 6",key:"yqp9t2"}]]);const b9=r("table-2",[["path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",key:"gugj83"}]]);const x9=r("table-cells-merge",[["path",{d:"M12 21v-6",key:"lihzve"}],["path",{d:"M12 9V3",key:"da5inc"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);const N9=r("table-cells-split",[["path",{d:"M12 15V9",key:"8c7uyn"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);const I9=r("table-columns-split",[["path",{d:"M14 14v2",key:"w2a1xv"}],["path",{d:"M14 20v2",key:"1lq872"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M14 8v2",key:"i67w9a"}],["path",{d:"M2 15h8",key:"82wtch"}],["path",{d:"M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2",key:"up0l64"}],["path",{d:"M2 9h8",key:"yelfik"}],["path",{d:"M22 15h-4",key:"1es58f"}],["path",{d:"M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2",key:"pdjoqf"}],["path",{d:"M22 9h-4",key:"1luja7"}],["path",{d:"M5 3v18",key:"14hmio"}]]);const L9=r("table-of-contents",[["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"}]]);const S9=r("table-properties",[["path",{d:"M15 3v18",key:"14nvp0"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 9H3",key:"1338ky"}],["path",{d:"M21 15H3",key:"9uk58r"}]]);const C9=r("table-rows-split",[["path",{d:"M14 10h2",key:"1lstlu"}],["path",{d:"M15 22v-8",key:"1fwwgm"}],["path",{d:"M15 2v4",key:"1044rn"}],["path",{d:"M2 10h2",key:"1r8dkt"}],["path",{d:"M20 10h2",key:"1ug425"}],["path",{d:"M3 19h18",key:"awlh7x"}],["path",{d:"M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6",key:"ibqhof"}],["path",{d:"M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2",key:"1uenja"}],["path",{d:"M8 10h2",key:"66od0"}],["path",{d:"M9 22v-8",key:"fmnu31"}],["path",{d:"M9 2v4",key:"j1yeou"}]]);const z9=r("table",[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]]);const A9=r("tablet-smartphone",[["rect",{width:"10",height:"14",x:"3",y:"8",rx:"2",key:"1vrsiq"}],["path",{d:"M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4",key:"1j4zmg"}],["path",{d:"M8 18h.01",key:"lrp35t"}]]);const j9=r("tablet",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2",key:"76otgf"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18",key:"1dp563"}]]);const P9=r("tablets",[["circle",{cx:"7",cy:"7",r:"5",key:"x29byf"}],["circle",{cx:"17",cy:"17",r:"5",key:"1op1d2"}],["path",{d:"M12 17h10",key:"ls21zv"}],["path",{d:"m3.46 10.54 7.08-7.08",key:"1rehiu"}]]);const q9=r("tag",[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",key:"vktsd0"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}]]);const D9=r("tags",[["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"}]]);const O9=r("tally-2",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}]]);const H9=r("tally-3",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}]]);const V9=r("tally-1",[["path",{d:"M4 4v16",key:"6qkkli"}]]);const R9=r("tally-4",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}]]);const T9=r("tally-5",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}],["path",{d:"M22 6 2 18",key:"h9moai"}]]);const F9=r("tangent",[["circle",{cx:"17",cy:"4",r:"2",key:"y5j2s2"}],["path",{d:"M15.59 5.41 5.41 15.59",key:"l0vprr"}],["circle",{cx:"4",cy:"17",r:"2",key:"9p4efm"}],["path",{d:"M12 22s-4-9-1.5-11.5S22 12 22 12",key:"1twk4o"}]]);const E9=r("target",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);const U9=r("telescope",[["path",{d:"m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44",key:"k4qptu"}],["path",{d:"m13.56 11.747 4.332-.924",key:"19l80z"}],["path",{d:"m16 21-3.105-6.21",key:"7oh9d"}],["path",{d:"M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.727l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z",key:"m7xp4m"}],["path",{d:"m6.158 8.633 1.114 4.456",key:"74o979"}],["path",{d:"m8 21 3.105-6.21",key:"1fvxut"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}]]);const B9=r("tent-tree",[["circle",{cx:"4",cy:"4",r:"2",key:"bt5ra8"}],["path",{d:"m14 5 3-3 3 3",key:"1sorif"}],["path",{d:"m14 10 3-3 3 3",key:"1jyi9h"}],["path",{d:"M17 14V2",key:"8ymqnk"}],["path",{d:"M17 14H7l-5 8h20Z",key:"13ar7p"}],["path",{d:"M8 14v8",key:"1ghmqk"}],["path",{d:"m9 14 5 8",key:"13pgi6"}]]);const Z9=r("tent",[["path",{d:"M3.5 21 14 3",key:"1szst5"}],["path",{d:"M20.5 21 10 3",key:"1310c3"}],["path",{d:"M15.5 21 12 15l-3.5 6",key:"1ddtfw"}],["path",{d:"M2 21h20",key:"1nyx9w"}]]);const G9=r("terminal",[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]]);const s1=r("test-tube-diagonal",[["path",{d:"M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3",key:"1ub6xw"}],["path",{d:"m16 2 6 6",key:"1gw87d"}],["path",{d:"M12 16H4",key:"1cjfip"}]]);const W9=r("test-tube",[["path",{d:"M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5c-1.4 0-2.5-1.1-2.5-2.5V2",key:"125lnx"}],["path",{d:"M8.5 2h7",key:"csnxdl"}],["path",{d:"M14.5 16h-5",key:"1ox875"}]]);const K9=r("test-tubes",[["path",{d:"M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2",key:"1hjrqt"}],["path",{d:"M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5V2",key:"16lc8n"}],["path",{d:"M3 2h7",key:"7s29d5"}],["path",{d:"M14 2h7",key:"7sicin"}],["path",{d:"M9 16H4",key:"1bfye3"}],["path",{d:"M20 16h-5",key:"ddnjpe"}]]);const l1=r("text-align-center",[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M17 12H7",key:"16if0g"}],["path",{d:"M19 19H5",key:"vjpgq2"}]]);const u1=r("text-align-end",[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M21 19H7",key:"4cu937"}]]);const h1=r("text-align-justify",[["path",{d:"M3 5h18",key:"1u36vt"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 19h18",key:"awlh7x"}]]);const Re=r("text-align-start",[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M15 12H3",key:"6jk70r"}],["path",{d:"M17 19H3",key:"z6ezky"}]]);const X9=r("text-cursor-input",[["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"}]]);const J9=r("text-cursor",[["path",{d:"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1",key:"uvaxm9"}],["path",{d:"M7 22h1a4 4 0 0 0 4-4v-1",key:"11xy8d"}],["path",{d:"M7 2h1a4 4 0 0 1 4 4v1",key:"1uw06m"}]]);const p1=r("text-initial",[["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"}]]);const Y9=r("text-quote",[["path",{d:"M17 5H3",key:"1cn7zz"}],["path",{d:"M21 12H8",key:"scolzb"}],["path",{d:"M21 19H8",key:"13qgcb"}],["path",{d:"M3 12v7",key:"1ri8j3"}]]);const Q9=r("text-search",[["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"}]]);const y1=r("text-select",[["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"}]]);const k1=r("text-wrap",[["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"}]]);const eM=r("theater",[["path",{d:"M2 10s3-3 3-8",key:"3xiif0"}],["path",{d:"M22 10s-3-3-3-8",key:"ioaa5q"}],["path",{d:"M10 2c0 4.4-3.6 8-8 8",key:"16fkpi"}],["path",{d:"M14 2c0 4.4 3.6 8 8 8",key:"b9eulq"}],["path",{d:"M2 10s2 2 2 5",key:"1au1lb"}],["path",{d:"M22 10s-2 2-2 5",key:"qi2y5e"}],["path",{d:"M8 15h8",key:"45n4r"}],["path",{d:"M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",key:"1vsc2m"}],["path",{d:"M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",key:"hrha4u"}]]);const tM=r("thermometer-snowflake",[["path",{d:"m10 20-1.25-2.5L6 18",key:"18frcb"}],["path",{d:"M10 4 8.75 6.5 6 6",key:"7mghy3"}],["path",{d:"M10.585 15H10",key:"4nqulp"}],["path",{d:"M2 12h6.5L10 9",key:"kv9z4n"}],["path",{d:"M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z",key:"yu0u2z"}],["path",{d:"m4 10 1.5 2L4 14",key:"k9enpj"}],["path",{d:"m7 21 3-6-1.5-3",key:"j8hb9u"}],["path",{d:"m7 3 3 6h2",key:"1bbqgq"}]]);const nM=r("thermometer-sun",[["path",{d:"M12 9a4 4 0 0 0-2 7.5",key:"1jvsq6"}],["path",{d:"M12 3v2",key:"1w22ol"}],["path",{d:"m6.6 18.4-1.4 1.4",key:"w2yidj"}],["path",{d:"M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"iof6y5"}],["path",{d:"M4 13H2",key:"118le4"}],["path",{d:"M6.34 7.34 4.93 5.93",key:"1brd51"}]]);const oM=r("thermometer",[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"17jzev"}]]);const aM=r("thumbs-up",[["path",{d:"M7 10v12",key:"1qc93n"}],["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z",key:"emmmcr"}]]);const iM=r("thumbs-down",[["path",{d:"M17 14V2",key:"8ymqnk"}],["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z",key:"m61m77"}]]);const rM=r("ticket-check",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);const cM=r("ticket-minus",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M9 12h6",key:"1c52cq"}]]);const dM=r("ticket-percent",[["path",{d:"M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"1l48ns"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]);const sM=r("ticket-plus",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M12 9v6",key:"199k2o"}]]);const lM=r("ticket-slash",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9.5 14.5 5-5",key:"qviqfa"}]]);const uM=r("ticket",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M13 5v2",key:"dyzc3o"}],["path",{d:"M13 17v2",key:"1ont0d"}],["path",{d:"M13 11v2",key:"1wjjxi"}]]);const hM=r("ticket-x",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9.5 14.5 5-5",key:"qviqfa"}],["path",{d:"m9.5 9.5 5 5",key:"18nt4w"}]]);const pM=r("tickets-plane",[["path",{d:"M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12",key:"16muxl"}],["path",{d:"m12 13.5 3.75.5",key:"1i9qhk"}],["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8",key:"12lg5p"}],["path",{d:"M6 10V8",key:"1y41hn"}],["path",{d:"M6 14v1",key:"cao2tf"}],["path",{d:"M6 19v2",key:"1loha6"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2",key:"p3bz5l"}]]);const yM=r("tickets",[["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8",key:"12lg5p"}],["path",{d:"M6 10V8",key:"1y41hn"}],["path",{d:"M6 14v1",key:"cao2tf"}],["path",{d:"M6 19v2",key:"1loha6"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2",key:"p3bz5l"}]]);const kM=r("timer-off",[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7",key:"10he05"}],["path",{d:"M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2",key:"15f7sh"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M12 12v-2",key:"fwoke6"}]]);const _M=r("timer-reset",[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"M12 14v-4",key:"1evpnu"}],["path",{d:"M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6",key:"1ts96g"}],["path",{d:"M9 17H4v5",key:"8t5av"}]]);const fM=r("timer",[["line",{x1:"10",x2:"14",y1:"2",y2:"2",key:"14vaq8"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11",key:"17fdiu"}],["circle",{cx:"12",cy:"14",r:"8",key:"1e1u0o"}]]);const mM=r("toggle-left",[["circle",{cx:"9",cy:"12",r:"3",key:"u3jwor"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7",key:"g7kal2"}]]);const gM=r("toggle-right",[["circle",{cx:"15",cy:"12",r:"3",key:"1afu0r"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7",key:"g7kal2"}]]);const vM=r("toilet",[["path",{d:"M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18",key:"kc4kqr"}],["path",{d:"M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8",key:"1tqs57"}]]);const MM=r("tornado",[["path",{d:"M21 4H3",key:"1hwok0"}],["path",{d:"M18 8H6",key:"41n648"}],["path",{d:"M19 12H9",key:"1g4lpz"}],["path",{d:"M16 16h-6",key:"1j5d54"}],["path",{d:"M11 20H9",key:"39obr8"}]]);const $M=r("tool-case",[["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"}]]);const wM=r("torus",[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2",key:"1b2qxu"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5",key:"h8emeu"}]]);const bM=r("touchpad",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M12 20v-6",key:"1rm09r"}]]);const xM=r("touchpad-off",[["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"}]]);const NM=r("tower-control",[["path",{d:"M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z",key:"1pledb"}],["path",{d:"M8 13v9",key:"hmv0ci"}],["path",{d:"M16 22v-9",key:"ylnf1u"}],["path",{d:"m9 6 1 7",key:"dpdgam"}],["path",{d:"m15 6-1 7",key:"ls7zgu"}],["path",{d:"M12 6V2",key:"1pj48d"}],["path",{d:"M13 2h-2",key:"mj6ths"}]]);const IM=r("toy-brick",[["rect",{width:"18",height:"12",x:"3",y:"8",rx:"1",key:"158fvp"}],["path",{d:"M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3",key:"s0042v"}],["path",{d:"M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3",key:"9wmeh2"}]]);const LM=r("tractor",[["path",{d:"m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20",key:"she1j9"}],["path",{d:"M16 18h-5",key:"bq60fd"}],["path",{d:"M18 5a1 1 0 0 0-1 1v5.573",key:"1kv8ia"}],["path",{d:"M3 4h8.129a1 1 0 0 1 .99.863L13 11.246",key:"1q1ert"}],["path",{d:"M4 11V4",key:"9ft8pt"}],["path",{d:"M7 15h.01",key:"k5ht0j"}],["path",{d:"M8 10.1V4",key:"1jgyzo"}],["circle",{cx:"18",cy:"18",r:"2",key:"1emm8v"}],["circle",{cx:"7",cy:"15",r:"5",key:"ddtuc"}]]);const SM=r("traffic-cone",[["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"}]]);const CM=r("train-front-tunnel",[["path",{d:"M2 22V12a10 10 0 1 1 20 0v10",key:"o0fyp0"}],["path",{d:"M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8",key:"m8q3n9"}],["path",{d:"M10 15h.01",key:"44in9x"}],["path",{d:"M14 15h.01",key:"5mohn5"}],["path",{d:"M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z",key:"hckbmu"}],["path",{d:"m9 19-2 3",key:"iij7hm"}],["path",{d:"m15 19 2 3",key:"npx8sa"}]]);const zM=r("train-front",[["path",{d:"M8 3.1V7a4 4 0 0 0 8 0V3.1",key:"1v71zp"}],["path",{d:"m9 15-1-1",key:"1yrq24"}],["path",{d:"m15 15 1-1",key:"1t0d6s"}],["path",{d:"M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Z",key:"1p0hjs"}],["path",{d:"m8 19-2 3",key:"13i0xs"}],["path",{d:"m16 19 2 3",key:"xo31yx"}]]);const AM=r("train-track",[["path",{d:"M2 17 17 2",key:"18b09t"}],["path",{d:"m2 14 8 8",key:"1gv9hu"}],["path",{d:"m5 11 8 8",key:"189pqp"}],["path",{d:"m8 8 8 8",key:"1imecy"}],["path",{d:"m11 5 8 8",key:"ummqn6"}],["path",{d:"m14 2 8 8",key:"1vk7dn"}],["path",{d:"M7 22 22 7",key:"15mb1i"}]]);const _1=r("tram-front",[["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2",key:"1wxw4b"}],["path",{d:"M4 11h16",key:"mpoxn0"}],["path",{d:"M12 3v8",key:"1h2ygw"}],["path",{d:"m8 19-2 3",key:"13i0xs"}],["path",{d:"m18 22-2-3",key:"1p0ohu"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M16 15h.01",key:"rnfrdf"}]]);const jM=r("transgender",[["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"}]]);const PM=r("trash-2",[["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"}]]);const qM=r("trash",[["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"}]]);const DM=r("tree-deciduous",[["path",{d:"M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z",key:"oadzkq"}],["path",{d:"M12 19v3",key:"npa21l"}]]);const f1=r("tree-palm",[["path",{d:"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4",key:"foxbe7"}],["path",{d:"M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3",key:"18arnh"}],["path",{d:"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35",key:"ywahnh"}],["path",{d:"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14",key:"ft0feo"}]]);const OM=r("tree-pine",[["path",{d:"m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z",key:"cpyugq"}],["path",{d:"M12 22v-3",key:"kmzjlo"}]]);const HM=r("trees",[["path",{d:"M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z",key:"1l6gj6"}],["path",{d:"M7 16v6",key:"1a82de"}],["path",{d:"M13 19v3",key:"13sx9i"}],["path",{d:"M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5",key:"1sj9kv"}]]);const VM=r("trello",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["rect",{width:"3",height:"9",x:"7",y:"7",key:"14n3xi"}],["rect",{width:"3",height:"5",x:"14",y:"7",key:"s4azjd"}]]);const RM=r("trending-down",[["path",{d:"M16 17h6v-6",key:"t6n2it"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7",key:"x473p"}]]);const TM=r("trending-up-down",[["path",{d:"M14.828 14.828 21 21",key:"ar5fw7"}],["path",{d:"M21 16v5h-5",key:"1ck2sf"}],["path",{d:"m21 3-9 9-4-4-6 6",key:"1h02xo"}],["path",{d:"M21 8V3h-5",key:"1qoq8a"}]]);const FM=r("trending-up",[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]]);const m1=r("triangle-alert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);const EM=r("triangle-dashed",[["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"}]]);const UM=r("triangle-right",[["path",{d:"M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z",key:"183wce"}]]);const BM=r("triangle",[["path",{d:"M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z",key:"14u9p9"}]]);const ZM=r("trophy",[["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"}]]);const GM=r("truck-electric",[["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"}]]);const WM=r("truck",[["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2",key:"wrbu53"}],["path",{d:"M15 18H9",key:"1lyqi6"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14",key:"lysw3i"}],["circle",{cx:"17",cy:"18",r:"2",key:"332jqn"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]]);const KM=r("turntable",[["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"}]]);const XM=r("turkish-lira",[["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"}]]);const JM=r("turtle",[["path",{d:"m12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z",key:"1lbbv7"}],["path",{d:"M4.82 7.9 8 10",key:"m9wose"}],["path",{d:"M15.18 7.9 12 10",key:"p8dp2u"}],["path",{d:"M16.93 10H20a2 2 0 0 1 0 4H2",key:"12nsm7"}]]);const YM=r("tv-minimal-play",[["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"}]]);const QM=r("tv",[["path",{d:"m17 2-5 5-5-5",key:"16satq"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2",key:"1e6viu"}]]);const g1=r("tv-minimal",[["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]]);const e$=r("twitch",[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7",key:"c0yzno"}]]);const t$=r("type-outline",[["path",{d:"M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z",key:"1reda3"}]]);const n$=r("twitter",[["path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z",key:"pff0z6"}]]);const o$=r("type",[["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"}]]);const a$=r("umbrella-off",[["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"}]]);const i$=r("umbrella",[["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"}]]);const r$=r("undo-2",[["path",{d:"M9 14 4 9l5-5",key:"102s5s"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11",key:"f3b9sd"}]]);const c$=r("underline",[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4",key:"9kb039"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20",key:"nun2al"}]]);const d$=r("undo-dot",[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13",key:"8mp6z9"}],["path",{d:"M3 7v6h6",key:"1v2h90"}],["circle",{cx:"12",cy:"17",r:"1",key:"1ixnty"}]]);const s$=r("undo",[["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]]);const l$=r("unfold-vertical",[["path",{d:"M12 22v-6",key:"6o8u61"}],["path",{d:"M12 8V2",key:"1wkif3"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}],["path",{d:"m15 19-3 3-3-3",key:"11eu04"}],["path",{d:"m15 5-3-3-3 3",key:"itvq4r"}]]);const u$=r("unfold-horizontal",[["path",{d:"M16 12h6",key:"15xry1"}],["path",{d:"M8 12H2",key:"1jqql6"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m19 15 3-3-3-3",key:"wjy7rq"}],["path",{d:"m5 9-3 3 3 3",key:"j64kie"}]]);const h$=r("ungroup",[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1",key:"nzclkv"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1",key:"4tytwb"}]]);const v1=r("university",[["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"}]]);const p$=r("unlink-2",[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2",key:"1re2ne"}]]);const y$=r("unlink",[["path",{d:"m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71",key:"yqzxt4"}],["path",{d:"m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71",key:"4qinb0"}],["line",{x1:"8",x2:"8",y1:"2",y2:"5",key:"1041cp"}],["line",{x1:"2",x2:"5",y1:"8",y2:"8",key:"14m1p5"}],["line",{x1:"16",x2:"16",y1:"19",y2:"22",key:"rzdirn"}],["line",{x1:"19",x2:"22",y1:"16",y2:"16",key:"ox905f"}]]);const k$=r("upload",[["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"}]]);const _$=r("unplug",[["path",{d:"m19 5 3-3",key:"yk6iyv"}],["path",{d:"m2 22 3-3",key:"19mgm9"}],["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",key:"goz73y"}],["path",{d:"M7.5 13.5 10 11",key:"7xgeeb"}],["path",{d:"M10.5 16.5 13 14",key:"10btkg"}],["path",{d:"m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z",key:"1snsnr"}]]);const f$=r("usb",[["circle",{cx:"10",cy:"7",r:"1",key:"dypaad"}],["circle",{cx:"4",cy:"20",r:"1",key:"22iqad"}],["path",{d:"M4.7 19.3 19 5",key:"1enqfc"}],["path",{d:"m21 3-3 1 2 2Z",key:"d3ov82"}],["path",{d:"M9.26 7.68 5 12l2 5",key:"1esawj"}],["path",{d:"m10 14 5 2 3.5-3.5",key:"v8oal5"}],["path",{d:"m18 12 1-1 1 1-1 1Z",key:"1bh22v"}]]);const m$=r("user-check",[["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"}]]);const g$=r("user-cog",[["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"}]]);const v$=r("user-lock",[["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"}]]);const M$=r("user-minus",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]]);const $$=r("user-pen",[["path",{d:"M11.5 15H7a4 4 0 0 0-4 4v2",key:"15lzij"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}]]);const w$=r("user-plus",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14",key:"1bvyxn"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]]);const M1=r("user-round-check",[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]]);const $1=r("user-round-cog",[["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"}]]);const w1=r("user-round-minus",[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 19h-6",key:"vcuq98"}]]);const b$=r("user-round-pen",[["path",{d:"M2 21a8 8 0 0 1 10.821-7.487",key:"1c8h7z"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}]]);const b1=r("user-round-plus",[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M22 19h-6",key:"vcuq98"}]]);const x$=r("user-round-search",[["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M2 21a8 8 0 0 1 10.434-7.62",key:"1yezr2"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m22 22-1.9-1.9",key:"1e5ubv"}]]);const x1=r("user-round-x",[["path",{d:"M2 21a8 8 0 0 1 11.873-7",key:"74fkxq"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m17 17 5 5",key:"p7ous7"}],["path",{d:"m22 17-5 5",key:"gqnmv0"}]]);const N1=r("user-round",[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]]);const N$=r("user-search",[["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}],["path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2",key:"3bnktk"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["path",{d:"m21 21-1.9-1.9",key:"1g2n9r"}]]);const I$=r("user-star",[["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"}]]);const L$=r("user-x",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"17",x2:"22",y1:"8",y2:"13",key:"3nzzx3"}],["line",{x1:"22",x2:"17",y1:"8",y2:"13",key:"1swrse"}]]);const S$=r("user",[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]]);const I1=r("users-round",[["path",{d:"M18 21a8 8 0 0 0-16 0",key:"3ypg7q"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3",key:"10s06x"}]]);const C$=r("users",[["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"}]]);const L1=r("utensils-crossed",[["path",{d:"m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8",key:"n7qcjb"}],["path",{d:"M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7",key:"d0u48b"}],["path",{d:"m2.1 21.8 6.4-6.3",key:"yn04lh"}],["path",{d:"m19 5-7 7",key:"194lzd"}]]);const S1=r("utensils",[["path",{d:"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2",key:"cjf0a3"}],["path",{d:"M7 2v20",key:"1473qp"}],["path",{d:"M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7",key:"j28e5"}]]);const z$=r("variable",[["path",{d:"M8 21s-4-3-4-9 4-9 4-9",key:"uto9ud"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9",key:"4w2vsq"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15",key:"f7djnv"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15",key:"1shsy8"}]]);const A$=r("utility-pole",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"M2 5h20",key:"1fs1ex"}],["path",{d:"M3 3v2",key:"9imdir"}],["path",{d:"M7 3v2",key:"n0os7"}],["path",{d:"M17 3v2",key:"1l2re6"}],["path",{d:"M21 3v2",key:"1duuac"}],["path",{d:"m19 5-7 7-7-7",key:"133zxf"}]]);const j$=r("vector-square",[["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"}]]);const P$=r("vegan",[["path",{d:"M16 8q6 0 6-6-6 0-6 6",key:"qsyyc4"}],["path",{d:"M17.41 3.59a10 10 0 1 0 3 3",key:"41m9h7"}],["path",{d:"M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14",key:"qiv7li"}]]);const q$=r("vault",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}],["path",{d:"m7.9 7.9 2.7 2.7",key:"hpeyl3"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}],["path",{d:"m13.4 10.6 2.7-2.7",key:"264c1n"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor",key:"nkw3mc"}],["path",{d:"m7.9 16.1 2.7-2.7",key:"p81g5e"}],["circle",{cx:"16.5",cy:"16.5",r:".5",fill:"currentColor",key:"fubopw"}],["path",{d:"m13.4 13.4 2.7 2.7",key:"abhel3"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);const D$=r("venetian-mask",[["path",{d:"M18 11c-1.5 0-2.5.5-3 2",key:"1fod00"}],["path",{d:"M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2 8 8 0 0 0-5-2z",key:"d70hit"}],["path",{d:"M6 11c1.5 0 2.5.5 3 2",key:"136fht"}]]);const O$=r("venus-and-mars",[["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"}]]);const H$=r("venus",[["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M9 19h6",key:"456am0"}],["circle",{cx:"12",cy:"9",r:"6",key:"1nw4tq"}]]);const V$=r("vibrate-off",[["path",{d:"m2 8 2 2-2 2 2 2-2 2",key:"sv1b1"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2",key:"101i4y"}],["path",{d:"M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2",key:"1hbad5"}],["path",{d:"M16 10.34V6c0-.55-.45-1-1-1h-4.34",key:"1x5tf0"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const R$=r("vibrate",[["path",{d:"m2 8 2 2-2 2 2 2-2 2",key:"sv1b1"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2",key:"101i4y"}],["rect",{width:"8",height:"14",x:"8",y:"5",rx:"1",key:"1oyrl4"}]]);const T$=r("video-off",[["path",{d:"M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196",key:"w8jjjt"}],["path",{d:"M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2",key:"1xawa7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const F$=r("video",[["path",{d:"m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5",key:"ftymec"}],["rect",{x:"2",y:"6",width:"14",height:"12",rx:"2",key:"158x01"}]]);const E$=r("videotape",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M2 8h20",key:"d11cs7"}],["circle",{cx:"8",cy:"14",r:"2",key:"1k2qr5"}],["path",{d:"M8 12h8",key:"1wcyev"}],["circle",{cx:"16",cy:"14",r:"2",key:"14k7lr"}]]);const U$=r("view",[["path",{d:"M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2",key:"mrq65r"}],["path",{d:"M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2",key:"be3xqs"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",key:"11ak4c"}]]);const B$=r("voicemail",[["circle",{cx:"6",cy:"12",r:"4",key:"1ehtga"}],["circle",{cx:"18",cy:"12",r:"4",key:"4vafl8"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16",key:"pmt8us"}]]);const Z$=r("volleyball",[["path",{d:"M11.1 7.1a16.55 16.55 0 0 1 10.9 4",key:"2880wi"}],["path",{d:"M12 12a12.6 12.6 0 0 1-8.7 5",key:"113sja"}],["path",{d:"M16.8 13.6a16.55 16.55 0 0 1-9 7.5",key:"1qmsgl"}],["path",{d:"M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10",key:"1bmeqp"}],["path",{d:"M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5",key:"iekzv9"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const G$=r("volume-1",[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}]]);const W$=r("volume-2",[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728",key:"ijwkga"}]]);const K$=r("volume-off",[["path",{d:"M16 9a5 5 0 0 1 .95 2.293",key:"1fgyg8"}],["path",{d:"M19.364 5.636a9 9 0 0 1 1.889 9.96",key:"l3zxae"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"m7 7-.587.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298V11",key:"1gbwow"}],["path",{d:"M9.828 4.172A.686.686 0 0 1 11 4.657v.686",key:"s2je0y"}]]);const X$=r("volume-x",[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15",key:"1ewh16"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15",key:"5ykzw1"}]]);const J$=r("volume",[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}]]);const Y$=r("vote",[["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}],["path",{d:"M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z",key:"1ezoue"}],["path",{d:"M22 19H2",key:"nuriw5"}]]);const Q$=r("wallet-cards",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2",key:"4125el"}],["path",{d:"M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21",key:"1dpki6"}]]);const C1=r("wallet-minimal",[["path",{d:"M17 14h.01",key:"7oqj8z"}],["path",{d:"M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14",key:"u1rqew"}]]);const ew=r("wallet",[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"18etb6"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4",key:"xoc0q4"}]]);const tw=r("wallpaper",[["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"}]]);const z1=r("wand-sparkles",[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",key:"ul74o6"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"M5 6v4",key:"ilb8ba"}],["path",{d:"M19 14v4",key:"blhpug"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M7 8H3",key:"zfb6yr"}],["path",{d:"M21 16h-4",key:"1cnmox"}],["path",{d:"M11 3H9",key:"1obp7u"}]]);const nw=r("warehouse",[["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"}]]);const ow=r("wand",[["path",{d:"M15 4V2",key:"z1p9b7"}],["path",{d:"M15 16v-2",key:"px0unx"}],["path",{d:"M8 9h2",key:"1g203m"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M17.8 11.8 19 13",key:"yihg8r"}],["path",{d:"M15 9h.01",key:"x1ddxp"}],["path",{d:"M17.8 6.2 19 5",key:"fd4us0"}],["path",{d:"m3 21 9-9",key:"1jfql5"}],["path",{d:"M12.2 6.2 11 5",key:"i3da3b"}]]);const aw=r("washing-machine",[["path",{d:"M3 6h3",key:"155dbl"}],["path",{d:"M17 6h.01",key:"e2y6kg"}],["rect",{width:"18",height:"20",x:"3",y:"2",rx:"2",key:"od3kk9"}],["circle",{cx:"12",cy:"13",r:"5",key:"nlbqau"}],["path",{d:"M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5",key:"17lach"}]]);const iw=r("watch",[["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"}]]);const rw=r("waves-ladder",[["path",{d:"M19 5a2 2 0 0 0-2 2v11",key:"s41o68"}],["path",{d:"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"rd2r6e"}],["path",{d:"M7 13h10",key:"1rwob1"}],["path",{d:"M7 9h10",key:"12czzb"}],["path",{d:"M9 5a2 2 0 0 0-2 2v11",key:"x0q4gh"}]]);const cw=r("waypoints",[["circle",{cx:"12",cy:"4.5",r:"2.5",key:"r5ysbb"}],["path",{d:"m10.2 6.3-3.9 3.9",key:"1nzqf6"}],["circle",{cx:"4.5",cy:"12",r:"2.5",key:"jydg6v"}],["path",{d:"M7 12h10",key:"b7w52i"}],["circle",{cx:"19.5",cy:"12",r:"2.5",key:"1piiel"}],["path",{d:"m13.8 17.7 3.9-3.9",key:"1wyg1y"}],["circle",{cx:"12",cy:"19.5",r:"2.5",key:"13o1pw"}]]);const dw=r("waves",[["path",{d:"M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"knzxuh"}],["path",{d:"M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"2jd2cc"}],["path",{d:"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"rd2r6e"}]]);const sw=r("webcam",[["circle",{cx:"12",cy:"10",r:"8",key:"1gshiw"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 22h10",key:"10w4w3"}],["path",{d:"M12 22v-4",key:"1utk9m"}]]);const lw=r("webhook-off",[["path",{d:"M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15",key:"1tvl6x"}],["path",{d:"M9 3.4a4 4 0 0 1 6.52.66",key:"q04jfq"}],["path",{d:"m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05",key:"azowf0"}],["path",{d:"M20.3 20.3a4 4 0 0 1-2.3.7",key:"5joiws"}],["path",{d:"M18.6 13a4 4 0 0 1 3.357 3.414",key:"cangb8"}],["path",{d:"m12 6 .6 1",key:"tpjl1n"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const uw=r("webhook",[["path",{d:"M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2",key:"q3hayz"}],["path",{d:"m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06",key:"1go1hn"}],["path",{d:"m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8",key:"qlwsc0"}]]);const hw=r("wheat-off",[["path",{d:"m2 22 10-10",key:"28ilpk"}],["path",{d:"m16 8-1.17 1.17",key:"1qqm82"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1rdhi6"}],["path",{d:"m8 8-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97",key:"4wz8re"}],["path",{d:"M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62",key:"rves66"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",key:"19rau1"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"tc8ph9"}],["path",{d:"m16 16-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.49 3.49 0 0 1 1.97-.98",key:"ak46r"}],["path",{d:"M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28",key:"1tw520"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const pw=r("weight",[["circle",{cx:"12",cy:"5",r:"3",key:"rqqgnr"}],["path",{d:"M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z",key:"56o5sh"}]]);const yw=r("wheat",[["path",{d:"M2 22 16 8",key:"60hf96"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1rdhi6"}],["path",{d:"M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1sdzmb"}],["path",{d:"M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"eoatbi"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",key:"19rau1"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"tc8ph9"}],["path",{d:"M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"2m8kc5"}],["path",{d:"M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"vex3ng"}]]);const kw=r("whole-word",[["circle",{cx:"7",cy:"12",r:"3",key:"12clwm"}],["path",{d:"M10 9v6",key:"17i7lo"}],["circle",{cx:"17",cy:"12",r:"3",key:"gl7c2s"}],["path",{d:"M14 7v8",key:"dl84cr"}],["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]]);const _w=r("wifi-cog",[["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"}]]);const fw=r("wifi-low",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]);const mw=r("wifi-high",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0",key:"1x1e6c"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]);const gw=r("wifi-off",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}],["path",{d:"M5 12.859a10 10 0 0 1 5.17-2.69",key:"1dl1wf"}],["path",{d:"M19 12.859a10 10 0 0 0-2.007-1.523",key:"4k23kn"}],["path",{d:"M2 8.82a15 15 0 0 1 4.177-2.643",key:"1grhjp"}],["path",{d:"M22 8.82a15 15 0 0 0-11.288-3.764",key:"z3jwby"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const vw=r("wifi-pen",[["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"}]]);const Mw=r("wifi-sync",[["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"}]]);const $w=r("wifi-zero",[["path",{d:"M12 20h.01",key:"zekei9"}]]);const ww=r("wifi",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0",key:"dnpr2z"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0",key:"1x1e6c"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]);const bw=r("wind-arrow-down",[["path",{d:"M10 2v8",key:"d4bbey"}],["path",{d:"M12.8 21.6A2 2 0 1 0 14 18H2",key:"19kp1d"}],["path",{d:"M17.5 10a2.5 2.5 0 1 1 2 4H2",key:"19kpjc"}],["path",{d:"m6 6 4 4 4-4",key:"k13n16"}]]);const xw=r("wind",[["path",{d:"M12.8 19.6A2 2 0 1 0 14 16H2",key:"148xed"}],["path",{d:"M17.5 8a2.5 2.5 0 1 1 2 4H2",key:"1u4tom"}],["path",{d:"M9.8 4.4A2 2 0 1 1 11 8H2",key:"75valh"}]]);const Nw=r("wine-off",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M7 10h3m7 0h-1.343",key:"v48bem"}],["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198",key:"1ymjlu"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const Iw=r("wine",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z",key:"10ffi3"}]]);const Lw=r("workflow",[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]]);const Sw=r("worm",[["path",{d:"m19 12-1.5 3",key:"9bcu4o"}],["path",{d:"M19.63 18.81 22 20",key:"121v98"}],["path",{d:"M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z",key:"1tij6q"}]]);const Cw=r("wrench",[["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"}]]);const zw=r("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);const Aw=r("youtube",[["path",{d:"M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17",key:"1q2vi4"}],["path",{d:"m10 15 5-3-5-3z",key:"1jp15x"}]]);const jw=r("zap-off",[["path",{d:"M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317",key:"193nxd"}],["path",{d:"M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773",key:"27a7lr"}],["path",{d:"M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643",key:"1e0qe9"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const Pw=r("zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]]);const qw=r("zoom-in",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"11",x2:"11",y1:"8",y2:"14",key:"1vmskp"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]]);const Dw=r("zoom-out",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]]);const fT=Object.freeze(Object.defineProperty({__proto__:null,AArrowDown:Nr,AArrowUp:Ir,ALargeSmall:Lr,Accessibility:Sr,Activity:Cr,AirVent:zr,Airplay:Ar,AlarmClock:Pr,AlarmClockCheck:xt,AlarmClockMinus:Nt,AlarmClockOff:jr,AlarmClockPlus:It,AlarmSmoke:qr,Album:Dr,AlignCenterHorizontal:Or,AlignCenterVertical:Hr,AlignEndHorizontal:Vr,AlignEndVertical:Rr,AlignHorizontalDistributeCenter:Tr,AlignHorizontalDistributeEnd:Fr,AlignHorizontalDistributeStart:Er,AlignHorizontalJustifyCenter:Ur,AlignHorizontalJustifyEnd:Br,AlignHorizontalJustifyStart:Zr,AlignHorizontalSpaceAround:Gr,AlignHorizontalSpaceBetween:Wr,AlignStartHorizontal:Kr,AlignStartVertical:Xr,AlignVerticalDistributeCenter:Jr,AlignVerticalDistributeEnd:Yr,AlignVerticalDistributeStart:Qr,AlignVerticalJustifyCenter:ec,AlignVerticalJustifyEnd:tc,AlignVerticalJustifyStart:nc,AlignVerticalSpaceAround:oc,AlignVerticalSpaceBetween:ac,Ambulance:ic,Ampersand:rc,Ampersands:cc,Amphora:dc,Anchor:sc,Angry:lc,Annoyed:uc,Antenna:hc,Anvil:pc,Aperture:yc,AppWindow:_c,AppWindowMac:kc,Apple:mc,Archive:gc,ArchiveRestore:fc,ArchiveX:vc,Armchair:Mc,ArrowBigDown:wc,ArrowBigDownDash:$c,ArrowBigLeft:xc,ArrowBigLeftDash:bc,ArrowBigRight:Lc,ArrowBigRightDash:Nc,ArrowBigUp:Cc,ArrowBigUpDash:Ic,ArrowDown:Vc,ArrowDown01:Sc,ArrowDown10:zc,ArrowDownAZ:Lt,ArrowDownFromLine:Ac,ArrowDownLeft:jc,ArrowDownNarrowWide:Pc,ArrowDownRight:qc,ArrowDownToDot:Dc,ArrowDownToLine:Oc,ArrowDownUp:Hc,ArrowDownWideNarrow:Ct,ArrowDownZA:St,ArrowLeft:Ec,ArrowLeftFromLine:Rc,ArrowLeftRight:Tc,ArrowLeftToLine:Fc,ArrowRight:Gc,ArrowRightFromLine:Uc,ArrowRightLeft:Bc,ArrowRightToLine:Zc,ArrowUp:o2,ArrowUp01:Wc,ArrowUp10:Kc,ArrowUpAZ:zt,ArrowUpDown:Xc,ArrowUpFromDot:Jc,ArrowUpFromLine:Yc,ArrowUpLeft:Qc,ArrowUpNarrowWide:At,ArrowUpRight:e2,ArrowUpToLine:t2,ArrowUpWideNarrow:n2,ArrowUpZA:jt,ArrowsUpFromLine:a2,Asterisk:i2,AtSign:r2,Atom:c2,AudioLines:d2,AudioWaveform:s2,Award:l2,Axe:u2,Axis3d:Pt,Baby:h2,Backpack:p2,Badge:S2,BadgeAlert:y2,BadgeCent:k2,BadgeCheck:qt,BadgeDollarSign:_2,BadgeEuro:f2,BadgeIndianRupee:m2,BadgeInfo:g2,BadgeJapaneseYen:v2,BadgeMinus:M2,BadgePercent:$2,BadgePlus:w2,BadgePoundSterling:b2,BadgeQuestionMark:Dt,BadgeRussianRuble:x2,BadgeSwissFranc:N2,BadgeTurkishLira:I2,BadgeX:L2,BaggageClaim:C2,Ban:z2,Banana:A2,Bandage:j2,Banknote:O2,BanknoteArrowDown:P2,BanknoteArrowUp:q2,BanknoteX:D2,Barcode:H2,Barrel:V2,Baseline:R2,Bath:T2,Battery:W2,BatteryCharging:F2,BatteryFull:E2,BatteryLow:U2,BatteryMedium:B2,BatteryPlus:Z2,BatteryWarning:G2,Beaker:K2,Bean:J2,BeanOff:X2,Bed:Q2,BedDouble:Y2,BedSingle:ed,Beef:td,Beer:od,BeerOff:nd,Bell:sd,BellDot:ad,BellElectric:id,BellMinus:rd,BellOff:cd,BellPlus:dd,BellRing:ld,BetweenHorizontalEnd:Ot,BetweenHorizontalStart:Ht,BetweenVerticalEnd:ud,BetweenVerticalStart:pd,BicepsFlexed:hd,Bike:yd,Binary:kd,Binoculars:_d,Biohazard:fd,Bird:md,Birdhouse:gd,Bitcoin:vd,Blend:Md,Blinds:$d,Blocks:wd,Bluetooth:Id,BluetoothConnected:bd,BluetoothOff:xd,BluetoothSearching:Nd,Bold:Ld,Bolt:Sd,Bomb:zd,Bone:Cd,Book:t0,BookA:Ad,BookAlert:jd,BookAudio:Pd,BookCheck:qd,BookCopy:Dd,BookDashed:Vt,BookDown:Od,BookHeadphones:Hd,BookHeart:Vd,BookImage:Rd,BookKey:Td,BookLock:Fd,BookMarked:Ed,BookMinus:Ud,BookOpen:Gd,BookOpenCheck:Bd,BookOpenText:Zd,BookPlus:Wd,BookText:Kd,BookType:Xd,BookUp:Yd,BookUp2:Jd,BookUser:Qd,BookX:e0,Bookmark:r0,BookmarkCheck:n0,BookmarkMinus:o0,BookmarkPlus:a0,BookmarkX:i0,BoomBox:c0,Bot:l0,BotMessageSquare:d0,BotOff:s0,BottleWine:u0,BowArrow:h0,Box:p0,Boxes:y0,Braces:Rt,Brackets:k0,Brain:m0,BrainCircuit:_0,BrainCog:f0,BrickWall:M0,BrickWallFire:g0,BrickWallShield:v0,Briefcase:N0,BriefcaseBusiness:$0,BriefcaseConveyorBelt:w0,BriefcaseMedical:b0,BringToFront:x0,Brush:L0,BrushCleaning:I0,Bubbles:S0,Bug:A0,BugOff:C0,BugPlay:z0,Building:P0,Building2:j0,Bus:D0,BusFront:q0,Cable:H0,CableCar:O0,Cake:R0,CakeSlice:V0,Calculator:T0,Calendar:ds,Calendar1:F0,CalendarArrowDown:U0,CalendarArrowUp:E0,CalendarCheck:Z0,CalendarCheck2:B0,CalendarClock:G0,CalendarCog:W0,CalendarDays:X0,CalendarFold:K0,CalendarHeart:J0,CalendarMinus:es,CalendarMinus2:Y0,CalendarOff:Q0,CalendarPlus:ns,CalendarPlus2:ts,CalendarRange:os,CalendarSearch:as,CalendarSync:is,CalendarX:cs,CalendarX2:rs,Camera:ls,CameraOff:ss,Candy:ys,CandyCane:us,CandyOff:hs,Cannabis:ps,Captions:Tt,CaptionsOff:ks,Car:fs,CarFront:_s,CarTaxiFront:ms,Caravan:gs,CardSim:vs,Carrot:Ms,CaseLower:$s,CaseSensitive:ws,CaseUpper:bs,CassetteTape:xs,Cast:Ns,Castle:Is,Cat:Ls,Cctv:Ss,ChartArea:Ft,ChartBar:Ut,ChartBarBig:Et,ChartBarDecreasing:Cs,ChartBarIncreasing:zs,ChartBarStacked:As,ChartCandlestick:Bt,ChartColumn:Wt,ChartColumnBig:Zt,ChartColumnDecreasing:js,ChartColumnIncreasing:Gt,ChartColumnStacked:Ps,ChartGantt:qs,ChartLine:Kt,ChartNetwork:Ds,ChartNoAxesColumn:Jt,ChartNoAxesColumnDecreasing:Os,ChartNoAxesColumnIncreasing:Xt,ChartNoAxesCombined:Hs,ChartNoAxesGantt:Yt,ChartPie:Qt,ChartScatter:en,ChartSpline:Vs,Check:Fs,CheckCheck:Rs,CheckLine:Ts,ChefHat:Es,Cherry:Us,ChessBishop:Bs,ChessKing:Zs,ChessKnight:Gs,ChessPawn:Ws,ChessQueen:Ks,ChessRook:Xs,ChevronDown:Js,ChevronFirst:Ys,ChevronLast:Qs,ChevronLeft:el,ChevronRight:tl,ChevronUp:nl,ChevronsDown:al,ChevronsDownUp:ol,ChevronsLeft:cl,ChevronsLeftRight:rl,ChevronsLeftRightEllipsis:il,ChevronsRight:sl,ChevronsRightLeft:dl,ChevronsUp:ul,ChevronsUpDown:ll,Chromium:tn,Church:hl,Cigarette:yl,CigaretteOff:pl,Circle:Ll,CircleAlert:nn,CircleArrowDown:on,CircleArrowLeft:an,CircleArrowOutDownLeft:rn,CircleArrowOutDownRight:cn,CircleArrowOutUpLeft:dn,CircleArrowOutUpRight:sn,CircleArrowRight:ln,CircleArrowUp:un,CircleCheck:pn,CircleCheckBig:hn,CircleChevronDown:yn,CircleChevronLeft:kn,CircleChevronRight:_n,CircleChevronUp:fn,CircleDashed:kl,CircleDivide:mn,CircleDollarSign:_l,CircleDot:ml,CircleDotDashed:fl,CircleEllipsis:gl,CircleEqual:vl,CircleFadingArrowUp:Ml,CircleFadingPlus:$l,CircleGauge:gn,CircleMinus:vn,CircleOff:wl,CircleParking:$n,CircleParkingOff:Mn,CirclePause:wn,CirclePercent:bn,CirclePlay:xn,CirclePlus:Nn,CirclePoundSterling:bl,CirclePower:In,CircleQuestionMark:je,CircleSlash:xl,CircleSlash2:Ln,CircleSmall:Nl,CircleStar:Il,CircleStop:Sn,CircleUser:zn,CircleUserRound:Cn,CircleX:An,CircuitBoard:Sl,Citrus:Cl,Clapperboard:zl,Clipboard:Fl,ClipboardCheck:Al,ClipboardClock:jl,ClipboardCopy:Pl,ClipboardList:ql,ClipboardMinus:Dl,ClipboardPaste:Ol,ClipboardPen:Pn,ClipboardPenLine:jn,ClipboardPlus:Hl,ClipboardType:Rl,ClipboardX:Vl,Clock:ru,Clock1:Tl,Clock10:El,Clock11:Ul,Clock12:Bl,Clock2:Zl,Clock3:Gl,Clock4:Wl,Clock5:Kl,Clock6:Xl,Clock7:Jl,Clock8:Yl,Clock9:Ql,ClockAlert:eu,ClockArrowDown:tu,ClockArrowUp:nu,ClockCheck:ou,ClockFading:au,ClockPlus:iu,ClosedCaption:du,Cloud:bu,CloudAlert:cu,CloudCheck:su,CloudCog:lu,CloudDownload:qn,CloudDrizzle:uu,CloudFog:hu,CloudHail:pu,CloudLightning:ku,CloudMoon:_u,CloudMoonRain:yu,CloudOff:fu,CloudRain:gu,CloudRainWind:mu,CloudSnow:vu,CloudSun:$u,CloudSunRain:Mu,CloudUpload:Dn,Cloudy:wu,Clover:xu,Club:Nu,Code:Iu,CodeXml:On,Codepen:Lu,Codesandbox:Su,Coffee:Cu,Cog:Au,Coins:zu,Columns2:Hn,Columns3:Vn,Columns3Cog:Pe,Columns4:ju,Combine:Pu,Command:qu,Compass:Du,Component:Ou,Computer:Hu,ConciergeBell:Vu,Cone:Ru,Construction:Tu,Contact:Eu,ContactRound:Rn,Container:Fu,Contrast:Uu,Cookie:Bu,CookingPot:Zu,Copy:Yu,CopyCheck:Gu,CopyMinus:Wu,CopyPlus:Ku,CopySlash:Xu,CopyX:Ju,Copyleft:Qu,Copyright:eh,CornerDownLeft:th,CornerDownRight:nh,CornerLeftDown:oh,CornerLeftUp:ah,CornerRightDown:ih,CornerRightUp:rh,CornerUpLeft:ch,CornerUpRight:dh,Cpu:sh,CreativeCommons:lh,CreditCard:uh,Croissant:hh,Crop:ph,Cross:yh,Crosshair:kh,Crown:_h,Cuboid:fh,CupSoda:mh,Currency:gh,Cylinder:vh,Dam:Mh,Database:bh,DatabaseBackup:$h,DatabaseZap:wh,DecimalsArrowLeft:xh,DecimalsArrowRight:Nh,Delete:Ih,Dessert:Lh,Diameter:Sh,Diamond:Ah,DiamondMinus:Ch,DiamondPercent:Tn,DiamondPlus:zh,Dice1:jh,Dice2:Ph,Dice3:qh,Dice4:Dh,Dice5:Oh,Dice6:Hh,Dices:Vh,Diff:Rh,Disc:Uh,Disc2:Th,Disc3:Fh,DiscAlbum:Eh,Divide:Bh,Dna:Gh,DnaOff:Zh,Dock:Wh,Dog:Kh,DollarSign:Xh,Donut:Jh,DoorClosed:Qh,DoorClosedLocked:Yh,DoorOpen:ep,Dot:tp,Download:np,DraftingCompass:op,Drama:ap,Dribbble:ip,Drill:rp,Drone:cp,Droplet:sp,DropletOff:dp,Droplets:lp,Drum:up,Drumstick:hp,Dumbbell:pp,Ear:kp,EarOff:yp,Earth:Fn,EarthLock:_p,Eclipse:fp,Egg:vp,EggFried:mp,EggOff:gp,Ellipsis:lt,EllipsisVertical:En,Equal:wp,EqualApproximately:Mp,EqualNot:$p,Eraser:bp,EthernetPort:xp,Euro:Np,EvCharger:Ip,Expand:Lp,ExternalLink:Sp,Eye:Ap,EyeClosed:zp,EyeOff:Cp,Facebook:jp,Factory:Pp,Fan:qp,FastForward:Dp,Feather:Hp,Fence:Op,FerrisWheel:Vp,Figma:Rp,File:ky,FileArchive:Tp,FileAxis3d:Un,FileBadge:Bn,FileBox:Fp,FileBraces:Wn,FileBracesCorner:Zn,FileChartColumn:Kn,FileChartColumnIncreasing:Gn,FileChartLine:Xn,FileChartPie:Jn,FileCheck:Ep,FileCheckCorner:Yn,FileClock:Up,FileCode:Bp,FileCodeCorner:Qn,FileCog:eo,FileDiff:Zp,FileDigit:Gp,FileDown:Wp,FileExclamationPoint:to,FileHeadphone:qe,FileHeart:Kp,FileImage:Xp,FileInput:Jp,FileKey:no,FileLock:ao,FileMinus:Yp,FileMinusCorner:oo,FileMusic:Qp,FileOutput:ey,FilePen:co,FilePenLine:io,FilePlay:ro,FilePlus:ty,FilePlusCorner:so,FileQuestionMark:lo,FileScan:ny,FileSearch:oy,FileSearchCorner:uo,FileSignal:ho,FileSliders:ay,FileSpreadsheet:iy,FileStack:ry,FileSymlink:cy,FileTerminal:dy,FileText:sy,FileType:ly,FileTypeCorner:po,FileUp:uy,FileUser:hy,FileVideoCamera:yo,FileVolume:py,FileX:yy,FileXCorner:ko,Files:_y,Film:fy,Fingerprint:my,FireExtinguisher:gy,Fish:$y,FishOff:vy,FishSymbol:My,Flag:Ny,FlagOff:wy,FlagTriangleLeft:by,FlagTriangleRight:xy,Flame:Ly,FlameKindling:Iy,Flashlight:Cy,FlashlightOff:Sy,FlaskConical:zy,FlaskConicalOff:Ay,FlaskRound:jy,FlipHorizontal:qy,FlipHorizontal2:Py,FlipVertical:Oy,FlipVertical2:Dy,Flower:Vy,Flower2:Hy,Focus:Ry,FoldHorizontal:Ty,FoldVertical:Ey,Folder:_k,FolderArchive:Fy,FolderCheck:Uy,FolderClock:By,FolderClosed:Zy,FolderCode:Gy,FolderCog:_o,FolderDot:Wy,FolderDown:Ky,FolderGit:Xy,FolderGit2:Jy,FolderHeart:Yy,FolderInput:Qy,FolderKanban:ek,FolderKey:tk,FolderLock:nk,FolderMinus:ok,FolderOpen:ik,FolderOpenDot:ak,FolderOutput:rk,FolderPen:fo,FolderPlus:ck,FolderRoot:dk,FolderSearch:lk,FolderSearch2:sk,FolderSymlink:uk,FolderSync:hk,FolderTree:pk,FolderUp:kk,FolderX:yk,Folders:fk,Footprints:mk,Forklift:gk,Forward:vk,Frame:Mk,Framer:$k,Frown:wk,Fuel:bk,Fullscreen:xk,Funnel:go,FunnelPlus:Nk,FunnelX:mo,GalleryHorizontal:Ik,GalleryHorizontalEnd:Lk,GalleryThumbnails:Sk,GalleryVertical:zk,GalleryVerticalEnd:Ck,Gamepad:Pk,Gamepad2:Ak,GamepadDirectional:jk,Gauge:qk,Gavel:Ok,Gem:Dk,GeorgianLari:Hk,Ghost:Rk,Gift:Vk,GitBranch:Ek,GitBranchMinus:Tk,GitBranchPlus:Fk,GitCommitHorizontal:vo,GitCommitVertical:Uk,GitCompare:Zk,GitCompareArrows:Bk,GitFork:Wk,GitGraph:Gk,GitMerge:Kk,GitPullRequest:n4,GitPullRequestArrow:Xk,GitPullRequestClosed:Jk,GitPullRequestCreate:Qk,GitPullRequestCreateArrow:Yk,GitPullRequestDraft:e4,Github:t4,Gitlab:o4,GlassWater:i4,Glasses:a4,Globe:c4,GlobeLock:r4,Goal:d4,Gpu:s4,GraduationCap:l4,Grape:u4,Grid2x2:bo,Grid2x2Check:Mo,Grid2x2Plus:$o,Grid2x2X:wo,Grid3x2:h4,Grid3x3:De,Grip:k4,GripHorizontal:p4,GripVertical:y4,Group:_4,Guitar:f4,Ham:m4,Hamburger:g4,Hammer:v4,Hand:N4,HandCoins:M4,HandFist:$4,HandGrab:xo,HandHeart:w4,HandHelping:No,HandMetal:b4,HandPlatter:x4,Handbag:I4,Handshake:L4,HardDrive:z4,HardDriveDownload:S4,HardDriveUpload:C4,HardHat:A4,Hash:j4,HatGlasses:P4,Haze:q4,HdmiPort:D4,Heading:E4,Heading1:O4,Heading2:H4,Heading3:V4,Heading4:R4,Heading5:F4,Heading6:T4,HeadphoneOff:U4,Headphones:Z4,Headset:B4,Heart:Q4,HeartCrack:G4,HeartHandshake:W4,HeartMinus:K4,HeartOff:X4,HeartPlus:J4,HeartPulse:Y4,Heater:e5,Helicopter:t5,Hexagon:n5,Highlighter:o5,History:a5,Hop:r5,HopOff:i5,Hospital:c5,Hotel:d5,Hourglass:s5,House:Io,HouseHeart:l5,HousePlug:u5,HousePlus:h5,HouseWifi:p5,IceCreamBowl:Lo,IceCreamCone:So,IdCard:k5,IdCardLanyard:y5,Image:w5,ImageDown:_5,ImageMinus:f5,ImageOff:m5,ImagePlay:g5,ImagePlus:v5,ImageUp:M5,ImageUpscale:$5,Images:b5,Import:x5,Inbox:N5,IndianRupee:I5,Infinity:L5,Info:Ni,InspectionPanel:S5,Instagram:C5,Italic:z5,IterationCcw:A5,IterationCw:q5,JapaneseYen:j5,Joystick:P5,Kanban:D5,Kayak:H5,Key:V5,KeyRound:O5,KeySquare:R5,Keyboard:E5,KeyboardMusic:T5,KeyboardOff:F5,Lamp:K5,LampCeiling:U5,LampDesk:B5,LampFloor:Z5,LampWallDown:G5,LampWallUp:W5,LandPlot:X5,Landmark:J5,Languages:Y5,Laptop:e_,LaptopMinimal:Co,LaptopMinimalCheck:Q5,Lasso:t_,LassoSelect:o_,Laugh:n_,Layers:zo,Layers2:a_,LayoutDashboard:i_,LayoutGrid:r_,LayoutList:c_,LayoutPanelLeft:d_,LayoutPanelTop:s_,LayoutTemplate:l_,Leaf:u_,LeafyGreen:h_,Lectern:p_,Library:k_,LibraryBig:y_,LifeBuoy:__,Ligature:f_,Lightbulb:g_,LightbulbOff:m_,LineSquiggle:v_,Link:w_,Link2:$_,Link2Off:M_,Linkedin:b_,List:E_,ListCheck:x_,ListChecks:N_,ListChevronsDownUp:I_,ListChevronsUpDown:S_,ListCollapse:L_,ListEnd:C_,ListFilter:A_,ListFilterPlus:z_,ListIndentDecrease:Oe,ListIndentIncrease:He,ListMinus:j_,ListMusic:P_,ListOrdered:q_,ListPlus:D_,ListRestart:O_,ListStart:H_,ListTodo:V_,ListTree:R_,ListVideo:T_,ListX:F_,Loader:Ii,LoaderCircle:Ao,LoaderPinwheel:U_,Locate:G_,LocateFixed:B_,LocateOff:Z_,Lock:K_,LockKeyhole:W_,LockKeyholeOpen:jo,LockOpen:Po,LogIn:X_,LogOut:J_,Logs:Y_,Lollipop:Q_,Luggage:ef,Magnet:tf,Mail:lf,MailCheck:nf,MailMinus:of,MailOpen:af,MailPlus:rf,MailQuestionMark:qo,MailSearch:cf,MailWarning:df,MailX:sf,Mailbox:uf,Mails:hf,Map:If,MapMinus:pf,MapPin:bf,MapPinCheck:kf,MapPinCheckInside:yf,MapPinHouse:_f,MapPinMinus:mf,MapPinMinusInside:ff,MapPinOff:gf,MapPinPen:Do,MapPinPlus:Mf,MapPinPlusInside:vf,MapPinX:wf,MapPinXInside:$f,MapPinned:xf,MapPlus:Nf,Mars:Sf,MarsStroke:Lf,Martini:Cf,Maximize:Af,Maximize2:zf,Medal:jf,Megaphone:qf,MegaphoneOff:Pf,Meh:Df,MemoryStick:Of,Menu:Vf,Merge:Hf,MessageCircle:Kf,MessageCircleCode:Rf,MessageCircleDashed:Tf,MessageCircleHeart:Ff,MessageCircleMore:Ef,MessageCircleOff:Uf,MessageCirclePlus:Bf,MessageCircleQuestionMark:Oo,MessageCircleReply:Zf,MessageCircleWarning:Gf,MessageCircleX:Wf,MessageSquare:um,MessageSquareCode:Xf,MessageSquareDashed:Jf,MessageSquareDiff:Yf,MessageSquareDot:Qf,MessageSquareHeart:em,MessageSquareLock:tm,MessageSquareMore:nm,MessageSquareOff:om,MessageSquarePlus:am,MessageSquareQuote:im,MessageSquareReply:rm,MessageSquareShare:cm,MessageSquareText:dm,MessageSquareWarning:sm,MessageSquareX:lm,MessagesSquare:hm,Mic:ym,MicOff:pm,MicVocal:Ho,Microchip:km,Microscope:_m,Microwave:fm,Milestone:mm,Milk:vm,MilkOff:gm,Minimize:$m,Minimize2:Mm,Minus:wm,Monitor:Om,MonitorCheck:bm,MonitorCloud:xm,MonitorCog:Nm,MonitorDot:Im,MonitorDown:Lm,MonitorOff:Sm,MonitorPause:Cm,MonitorPlay:zm,MonitorSmartphone:Pm,MonitorSpeaker:Am,MonitorStop:jm,MonitorUp:qm,MonitorX:Dm,Moon:Vm,MoonStar:Hm,Motorbike:Rm,Mountain:Fm,MountainSnow:Tm,Mouse:Km,MouseOff:Em,MousePointer:Wm,MousePointer2:Bm,MousePointer2Off:Um,MousePointerBan:Zm,MousePointerClick:Gm,Move:sg,Move3d:Vo,MoveDiagonal:Jm,MoveDiagonal2:Xm,MoveDown:eg,MoveDownLeft:Ym,MoveDownRight:Qm,MoveHorizontal:tg,MoveLeft:ng,MoveRight:og,MoveUp:rg,MoveUpLeft:ag,MoveUpRight:ig,MoveVertical:cg,Music:hg,Music2:dg,Music3:ug,Music4:lg,Navigation:_g,Navigation2:yg,Navigation2Off:pg,NavigationOff:kg,Network:fg,Newspaper:mg,Nfc:gg,NonBinary:vg,Notebook:bg,NotebookPen:Mg,NotebookTabs:$g,NotebookText:wg,NotepadText:xg,NotepadTextDashed:Ig,Nut:Lg,NutOff:Ng,Octagon:Cg,OctagonAlert:Ro,OctagonMinus:Sg,OctagonPause:To,OctagonX:Fo,Omega:zg,Option:Ag,Orbit:Pg,Origami:jg,Package:Fg,Package2:qg,PackageCheck:Dg,PackageMinus:Og,PackageOpen:Hg,PackagePlus:Vg,PackageSearch:Rg,PackageX:Tg,PaintBucket:Eg,PaintRoller:Ug,Paintbrush:Bg,PaintbrushVertical:Eo,Palette:Gg,Panda:Zg,PanelBottom:Xg,PanelBottomClose:Wg,PanelBottomDashed:Uo,PanelBottomOpen:Kg,PanelLeft:Wo,PanelLeftClose:Bo,PanelLeftDashed:Zo,PanelLeftOpen:Go,PanelLeftRightDashed:Jg,PanelRight:Qg,PanelRightClose:Yg,PanelRightDashed:Ko,PanelRightOpen:e3,PanelTop:a3,PanelTopBottomDashed:t3,PanelTopClose:n3,PanelTopDashed:Xo,PanelTopOpen:o3,PanelsLeftBottom:r3,PanelsRightBottom:i3,PanelsTopLeft:Jo,Paperclip:c3,Parentheses:d3,ParkingMeter:s3,PartyPopper:l3,Pause:u3,PawPrint:h3,PcCase:p3,Pen:Qo,PenLine:Yo,PenOff:y3,PenTool:k3,Pencil:g3,PencilLine:_3,PencilOff:f3,PencilRuler:m3,Pentagon:v3,Percent:M3,PersonStanding:$3,PhilippinePeso:w3,Phone:C3,PhoneCall:b3,PhoneForwarded:x3,PhoneIncoming:N3,PhoneMissed:I3,PhoneOff:L3,PhoneOutgoing:S3,Pi:z3,Piano:A3,Pickaxe:j3,PictureInPicture:q3,PictureInPicture2:P3,PiggyBank:D3,Pilcrow:V3,PilcrowLeft:O3,PilcrowRight:H3,Pill:T3,PillBottle:R3,Pin:E3,PinOff:F3,Pipette:U3,Pizza:B3,Plane:W3,PlaneLanding:Z3,PlaneTakeoff:G3,Play:K3,Plug:J3,Plug2:X3,PlugZap:ea,Plus:Y3,Pocket:n6,PocketKnife:Q3,Podcast:e6,Pointer:o6,PointerOff:t6,Popcorn:a6,Popsicle:i6,PoundSterling:r6,Power:d6,PowerOff:c6,Presentation:s6,Printer:u6,PrinterCheck:l6,Projector:h6,Proportions:p6,Puzzle:y6,Pyramid:k6,QrCode:_6,Quote:f6,Rabbit:m6,Radar:g6,Radiation:v6,Radical:M6,Radio:N6,RadioReceiver:$6,RadioTower:w6,Radius:b6,RailSymbol:x6,Rainbow:I6,Rat:L6,Ratio:S6,Receipt:V6,ReceiptCent:C6,ReceiptEuro:z6,ReceiptIndianRupee:A6,ReceiptJapaneseYen:j6,ReceiptPoundSterling:P6,ReceiptRussianRuble:q6,ReceiptSwissFranc:D6,ReceiptText:O6,ReceiptTurkishLira:H6,RectangleCircle:R6,RectangleEllipsis:ta,RectangleGoggles:T6,RectangleHorizontal:F6,RectangleVertical:E6,Recycle:U6,Redo:G6,Redo2:B6,RedoDot:Z6,RefreshCcw:K6,RefreshCcwDot:W6,RefreshCw:J6,RefreshCwOff:X6,Refrigerator:Y6,Regex:Q6,RemoveFormatting:e8,Repeat:o8,Repeat1:t8,Repeat2:n8,Replace:i8,ReplaceAll:a8,Reply:c8,ReplyAll:r8,Rewind:d8,Ribbon:s8,Rocket:l8,RockingChair:u8,RollerCoaster:h8,Rose:p8,Rotate3d:na,RotateCcw:_8,RotateCcwKey:y8,RotateCcwSquare:k8,RotateCw:m8,RotateCwSquare:f8,Route:v8,RouteOff:g8,Router:M8,Rows2:oa,Rows3:aa,Rows4:$8,Rss:w8,Ruler:x8,RulerDimensionLine:b8,RussianRuble:N8,Sailboat:I8,Salad:L8,Sandwich:S8,Satellite:z8,SatelliteDish:C8,SaudiRiyal:A8,Save:q8,SaveAll:j8,SaveOff:P8,Scale:O8,Scale3d:ia,Scaling:D8,Scan:B8,ScanBarcode:H8,ScanEye:V8,ScanFace:R8,ScanHeart:T8,ScanLine:F8,ScanQrCode:E8,ScanSearch:U8,ScanText:Z8,School:G8,Scissors:K8,ScissorsLineDashed:W8,ScreenShare:Y8,ScreenShareOff:X8,Scroll:Q8,ScrollText:J8,Search:av,SearchCheck:ev,SearchCode:nv,SearchSlash:tv,SearchX:ov,Section:iv,Send:cv,SendHorizontal:ra,SendToBack:rv,SeparatorHorizontal:dv,SeparatorVertical:sv,Server:pv,ServerCog:lv,ServerCrash:uv,ServerOff:hv,Settings:kv,Settings2:yv,Shapes:_v,Share:mv,Share2:fv,Sheet:gv,Shell:vv,Shield:Cv,ShieldAlert:Mv,ShieldBan:$v,ShieldCheck:wv,ShieldEllipsis:bv,ShieldHalf:xv,ShieldMinus:Nv,ShieldOff:Iv,ShieldPlus:Lv,ShieldQuestionMark:ca,ShieldUser:Sv,ShieldX:da,Ship:jv,ShipWheel:zv,Shirt:Av,ShoppingBag:Pv,ShoppingBasket:qv,ShoppingCart:Dv,Shovel:Ov,ShowerHead:Hv,Shredder:Vv,Shrimp:Rv,Shrink:Tv,Shrub:Fv,Shuffle:Ev,Sigma:Uv,Signal:Kv,SignalHigh:Bv,SignalLow:Zv,SignalMedium:Gv,SignalZero:Wv,Signature:Xv,Signpost:Yv,SignpostBig:Jv,Siren:Qv,SkipBack:e7,SkipForward:t7,Skull:n7,Slack:o7,Slash:a7,Slice:i7,SlidersHorizontal:r7,SlidersVertical:sa,Smartphone:s7,SmartphoneCharging:c7,SmartphoneNfc:d7,Smile:u7,SmilePlus:l7,Snail:h7,Snowflake:p7,SoapDispenserDroplet:y7,Sofa:k7,SolarPanel:_7,Soup:f7,Space:m7,Spade:g7,Sparkle:v7,Sparkles:la,Speaker:M7,Speech:$7,SpellCheck:w7,SpellCheck2:b7,Spline:N7,SplinePointer:x7,Split:I7,Spool:L7,Spotlight:S7,SprayCan:C7,Sprout:z7,Square:F7,SquareActivity:ua,SquareArrowDown:ya,SquareArrowDownLeft:ha,SquareArrowDownRight:pa,SquareArrowLeft:ka,SquareArrowOutDownLeft:_a,SquareArrowOutDownRight:fa,SquareArrowOutUpLeft:ma,SquareArrowOutUpRight:ga,SquareArrowRight:va,SquareArrowUp:wa,SquareArrowUpLeft:Ma,SquareArrowUpRight:$a,SquareAsterisk:ba,SquareBottomDashedScissors:xa,SquareChartGantt:Ve,SquareCheck:Ia,SquareCheckBig:Na,SquareChevronDown:La,SquareChevronLeft:Sa,SquareChevronRight:Ca,SquareChevronUp:za,SquareCode:Aa,SquareDashed:qa,SquareDashedBottom:j7,SquareDashedBottomCode:A7,SquareDashedKanban:ja,SquareDashedMousePointer:Pa,SquareDashedTopSolid:P7,SquareDivide:Da,SquareDot:Oa,SquareEqual:Ha,SquareFunction:Va,SquareKanban:Ra,SquareLibrary:Ta,SquareM:Ea,SquareMenu:Fa,SquareMinus:Ua,SquareMousePointer:Ba,SquareParking:Ga,SquareParkingOff:Za,SquarePause:q7,SquarePen:ge,SquarePercent:Wa,SquarePi:Xa,SquarePilcrow:Ka,SquarePlay:Ja,SquarePlus:Ya,SquarePower:Qa,SquareRadical:D7,SquareRoundCorner:O7,SquareScissors:e1,SquareSigma:t1,SquareSlash:n1,SquareSplitHorizontal:o1,SquareSplitVertical:a1,SquareSquare:H7,SquareStack:V7,SquareStar:R7,SquareStop:T7,SquareTerminal:i1,SquareUser:r1,SquareUserRound:c1,SquareX:d1,SquaresExclude:E7,SquaresIntersect:U7,SquaresSubtract:B7,SquaresUnite:Z7,Squircle:W7,SquircleDashed:G7,Squirrel:K7,Stamp:X7,Star:Y7,StarHalf:Q7,StarOff:J7,StepBack:e9,StepForward:t9,Stethoscope:n9,Sticker:o9,StickyNote:a9,Store:i9,StretchHorizontal:r9,StretchVertical:c9,Strikethrough:s9,Subscript:d9,Sun:p9,SunDim:l9,SunMedium:u9,SunMoon:h9,SunSnow:y9,Sunrise:k9,Sunset:_9,Superscript:f9,SwatchBook:m9,SwissFranc:g9,SwitchCamera:M9,Sword:v9,Swords:$9,Syringe:w9,Table:z9,Table2:b9,TableCellsMerge:x9,TableCellsSplit:N9,TableColumnsSplit:I9,TableOfContents:L9,TableProperties:S9,TableRowsSplit:C9,Tablet:j9,TabletSmartphone:A9,Tablets:P9,Tag:q9,Tags:D9,Tally1:V9,Tally2:O9,Tally3:H9,Tally4:R9,Tally5:T9,Tangent:F9,Target:E9,Telescope:U9,Tent:Z9,TentTree:B9,Terminal:G9,TestTube:W9,TestTubeDiagonal:s1,TestTubes:K9,TextAlignCenter:l1,TextAlignEnd:u1,TextAlignJustify:h1,TextAlignStart:Re,TextCursor:J9,TextCursorInput:X9,TextInitial:p1,TextQuote:Y9,TextSearch:Q9,TextSelect:y1,TextWrap:k1,Theater:eM,Thermometer:oM,ThermometerSnowflake:tM,ThermometerSun:nM,ThumbsDown:iM,ThumbsUp:aM,Ticket:uM,TicketCheck:rM,TicketMinus:cM,TicketPercent:dM,TicketPlus:sM,TicketSlash:lM,TicketX:hM,Tickets:yM,TicketsPlane:pM,Timer:fM,TimerOff:kM,TimerReset:_M,ToggleLeft:mM,ToggleRight:gM,Toilet:vM,ToolCase:$M,Tornado:MM,Torus:wM,Touchpad:bM,TouchpadOff:xM,TowerControl:NM,ToyBrick:IM,Tractor:LM,TrafficCone:SM,TrainFront:zM,TrainFrontTunnel:CM,TrainTrack:AM,TramFront:_1,Transgender:jM,Trash:qM,Trash2:PM,TreeDeciduous:DM,TreePalm:f1,TreePine:OM,Trees:HM,Trello:VM,TrendingDown:RM,TrendingUp:FM,TrendingUpDown:TM,Triangle:BM,TriangleAlert:m1,TriangleDashed:EM,TriangleRight:UM,Trophy:ZM,Truck:WM,TruckElectric:GM,TurkishLira:XM,Turntable:KM,Turtle:JM,Tv:QM,TvMinimal:g1,TvMinimalPlay:YM,Twitch:e$,Twitter:n$,Type:o$,TypeOutline:t$,Umbrella:i$,UmbrellaOff:a$,Underline:c$,Undo:s$,Undo2:r$,UndoDot:d$,UnfoldHorizontal:u$,UnfoldVertical:l$,Ungroup:h$,University:v1,Unlink:y$,Unlink2:p$,Unplug:_$,Upload:k$,Usb:f$,User:S$,UserCheck:m$,UserCog:g$,UserLock:v$,UserMinus:M$,UserPen:$$,UserPlus:w$,UserRound:N1,UserRoundCheck:M1,UserRoundCog:$1,UserRoundMinus:w1,UserRoundPen:b$,UserRoundPlus:b1,UserRoundSearch:x$,UserRoundX:x1,UserSearch:N$,UserStar:I$,UserX:L$,Users:C$,UsersRound:I1,Utensils:S1,UtensilsCrossed:L1,UtilityPole:A$,Variable:z$,Vault:q$,VectorSquare:j$,Vegan:P$,VenetianMask:D$,Venus:H$,VenusAndMars:O$,Vibrate:R$,VibrateOff:V$,Video:F$,VideoOff:T$,Videotape:E$,View:U$,Voicemail:B$,Volleyball:Z$,Volume:J$,Volume1:G$,Volume2:W$,VolumeOff:K$,VolumeX:X$,Vote:Y$,Wallet:ew,WalletCards:Q$,WalletMinimal:C1,Wallpaper:tw,Wand:ow,WandSparkles:z1,Warehouse:nw,WashingMachine:aw,Watch:iw,Waves:dw,WavesLadder:rw,Waypoints:cw,Webcam:sw,Webhook:uw,WebhookOff:lw,Weight:pw,Wheat:yw,WheatOff:hw,WholeWord:kw,Wifi:ww,WifiCog:_w,WifiHigh:mw,WifiLow:fw,WifiOff:gw,WifiPen:vw,WifiSync:Mw,WifiZero:$w,Wind:xw,WindArrowDown:bw,Wine:Iw,WineOff:Nw,Workflow:Lw,Worm:Sw,Wrench:Cw,X:zw,Youtube:Aw,Zap:Pw,ZapOff:jw,ZoomIn:qw,ZoomOut:Dw},Symbol.toStringTag,{value:"Module"}));const wN=Object.freeze(Object.defineProperty({__proto__:null,AArrowDown:Nr,AArrowDownIcon:Nr,AArrowUp:Ir,AArrowUpIcon:Ir,ALargeSmall:Lr,ALargeSmallIcon:Lr,Accessibility:Sr,AccessibilityIcon:Sr,Activity:Cr,ActivityIcon:Cr,ActivitySquare:ua,ActivitySquareIcon:ua,AirVent:zr,AirVentIcon:zr,Airplay:Ar,AirplayIcon:Ar,AlarmCheck:xt,AlarmCheckIcon:xt,AlarmClock:Pr,AlarmClockCheck:xt,AlarmClockCheckIcon:xt,AlarmClockIcon:Pr,AlarmClockMinus:Nt,AlarmClockMinusIcon:Nt,AlarmClockOff:jr,AlarmClockOffIcon:jr,AlarmClockPlus:It,AlarmClockPlusIcon:It,AlarmMinus:Nt,AlarmMinusIcon:Nt,AlarmPlus:It,AlarmPlusIcon:It,AlarmSmoke:qr,AlarmSmokeIcon:qr,Album:Dr,AlbumIcon:Dr,AlertCircle:nn,AlertCircleIcon:nn,AlertOctagon:Ro,AlertOctagonIcon:Ro,AlertTriangle:m1,AlertTriangleIcon:m1,AlignCenter:l1,AlignCenterHorizontal:Or,AlignCenterHorizontalIcon:Or,AlignCenterIcon:l1,AlignCenterVertical:Hr,AlignCenterVerticalIcon:Hr,AlignEndHorizontal:Vr,AlignEndHorizontalIcon:Vr,AlignEndVertical:Rr,AlignEndVerticalIcon:Rr,AlignHorizontalDistributeCenter:Tr,AlignHorizontalDistributeCenterIcon:Tr,AlignHorizontalDistributeEnd:Fr,AlignHorizontalDistributeEndIcon:Fr,AlignHorizontalDistributeStart:Er,AlignHorizontalDistributeStartIcon:Er,AlignHorizontalJustifyCenter:Ur,AlignHorizontalJustifyCenterIcon:Ur,AlignHorizontalJustifyEnd:Br,AlignHorizontalJustifyEndIcon:Br,AlignHorizontalJustifyStart:Zr,AlignHorizontalJustifyStartIcon:Zr,AlignHorizontalSpaceAround:Gr,AlignHorizontalSpaceAroundIcon:Gr,AlignHorizontalSpaceBetween:Wr,AlignHorizontalSpaceBetweenIcon:Wr,AlignJustify:h1,AlignJustifyIcon:h1,AlignLeft:Re,AlignLeftIcon:Re,AlignRight:u1,AlignRightIcon:u1,AlignStartHorizontal:Kr,AlignStartHorizontalIcon:Kr,AlignStartVertical:Xr,AlignStartVerticalIcon:Xr,AlignVerticalDistributeCenter:Jr,AlignVerticalDistributeCenterIcon:Jr,AlignVerticalDistributeEnd:Yr,AlignVerticalDistributeEndIcon:Yr,AlignVerticalDistributeStart:Qr,AlignVerticalDistributeStartIcon:Qr,AlignVerticalJustifyCenter:ec,AlignVerticalJustifyCenterIcon:ec,AlignVerticalJustifyEnd:tc,AlignVerticalJustifyEndIcon:tc,AlignVerticalJustifyStart:nc,AlignVerticalJustifyStartIcon:nc,AlignVerticalSpaceAround:oc,AlignVerticalSpaceAroundIcon:oc,AlignVerticalSpaceBetween:ac,AlignVerticalSpaceBetweenIcon:ac,Ambulance:ic,AmbulanceIcon:ic,Ampersand:rc,AmpersandIcon:rc,Ampersands:cc,AmpersandsIcon:cc,Amphora:dc,AmphoraIcon:dc,Anchor:sc,AnchorIcon:sc,Angry:lc,AngryIcon:lc,Annoyed:uc,AnnoyedIcon:uc,Antenna:hc,AntennaIcon:hc,Anvil:pc,AnvilIcon:pc,Aperture:yc,ApertureIcon:yc,AppWindow:_c,AppWindowIcon:_c,AppWindowMac:kc,AppWindowMacIcon:kc,Apple:mc,AppleIcon:mc,Archive:gc,ArchiveIcon:gc,ArchiveRestore:fc,ArchiveRestoreIcon:fc,ArchiveX:vc,ArchiveXIcon:vc,AreaChart:Ft,AreaChartIcon:Ft,Armchair:Mc,ArmchairIcon:Mc,ArrowBigDown:wc,ArrowBigDownDash:$c,ArrowBigDownDashIcon:$c,ArrowBigDownIcon:wc,ArrowBigLeft:xc,ArrowBigLeftDash:bc,ArrowBigLeftDashIcon:bc,ArrowBigLeftIcon:xc,ArrowBigRight:Lc,ArrowBigRightDash:Nc,ArrowBigRightDashIcon:Nc,ArrowBigRightIcon:Lc,ArrowBigUp:Cc,ArrowBigUpDash:Ic,ArrowBigUpDashIcon:Ic,ArrowBigUpIcon:Cc,ArrowDown:Vc,ArrowDown01:Sc,ArrowDown01Icon:Sc,ArrowDown10:zc,ArrowDown10Icon:zc,ArrowDownAZ:Lt,ArrowDownAZIcon:Lt,ArrowDownAz:Lt,ArrowDownAzIcon:Lt,ArrowDownCircle:on,ArrowDownCircleIcon:on,ArrowDownFromLine:Ac,ArrowDownFromLineIcon:Ac,ArrowDownIcon:Vc,ArrowDownLeft:jc,ArrowDownLeftFromCircle:rn,ArrowDownLeftFromCircleIcon:rn,ArrowDownLeftFromSquare:_a,ArrowDownLeftFromSquareIcon:_a,ArrowDownLeftIcon:jc,ArrowDownLeftSquare:ha,ArrowDownLeftSquareIcon:ha,ArrowDownNarrowWide:Pc,ArrowDownNarrowWideIcon:Pc,ArrowDownRight:qc,ArrowDownRightFromCircle:cn,ArrowDownRightFromCircleIcon:cn,ArrowDownRightFromSquare:fa,ArrowDownRightFromSquareIcon:fa,ArrowDownRightIcon:qc,ArrowDownRightSquare:pa,ArrowDownRightSquareIcon:pa,ArrowDownSquare:ya,ArrowDownSquareIcon:ya,ArrowDownToDot:Dc,ArrowDownToDotIcon:Dc,ArrowDownToLine:Oc,ArrowDownToLineIcon:Oc,ArrowDownUp:Hc,ArrowDownUpIcon:Hc,ArrowDownWideNarrow:Ct,ArrowDownWideNarrowIcon:Ct,ArrowDownZA:St,ArrowDownZAIcon:St,ArrowDownZa:St,ArrowDownZaIcon:St,ArrowLeft:Ec,ArrowLeftCircle:an,ArrowLeftCircleIcon:an,ArrowLeftFromLine:Rc,ArrowLeftFromLineIcon:Rc,ArrowLeftIcon:Ec,ArrowLeftRight:Tc,ArrowLeftRightIcon:Tc,ArrowLeftSquare:ka,ArrowLeftSquareIcon:ka,ArrowLeftToLine:Fc,ArrowLeftToLineIcon:Fc,ArrowRight:Gc,ArrowRightCircle:ln,ArrowRightCircleIcon:ln,ArrowRightFromLine:Uc,ArrowRightFromLineIcon:Uc,ArrowRightIcon:Gc,ArrowRightLeft:Bc,ArrowRightLeftIcon:Bc,ArrowRightSquare:va,ArrowRightSquareIcon:va,ArrowRightToLine:Zc,ArrowRightToLineIcon:Zc,ArrowUp:o2,ArrowUp01:Wc,ArrowUp01Icon:Wc,ArrowUp10:Kc,ArrowUp10Icon:Kc,ArrowUpAZ:zt,ArrowUpAZIcon:zt,ArrowUpAz:zt,ArrowUpAzIcon:zt,ArrowUpCircle:un,ArrowUpCircleIcon:un,ArrowUpDown:Xc,ArrowUpDownIcon:Xc,ArrowUpFromDot:Jc,ArrowUpFromDotIcon:Jc,ArrowUpFromLine:Yc,ArrowUpFromLineIcon:Yc,ArrowUpIcon:o2,ArrowUpLeft:Qc,ArrowUpLeftFromCircle:dn,ArrowUpLeftFromCircleIcon:dn,ArrowUpLeftFromSquare:ma,ArrowUpLeftFromSquareIcon:ma,ArrowUpLeftIcon:Qc,ArrowUpLeftSquare:Ma,ArrowUpLeftSquareIcon:Ma,ArrowUpNarrowWide:At,ArrowUpNarrowWideIcon:At,ArrowUpRight:e2,ArrowUpRightFromCircle:sn,ArrowUpRightFromCircleIcon:sn,ArrowUpRightFromSquare:ga,ArrowUpRightFromSquareIcon:ga,ArrowUpRightIcon:e2,ArrowUpRightSquare:$a,ArrowUpRightSquareIcon:$a,ArrowUpSquare:wa,ArrowUpSquareIcon:wa,ArrowUpToLine:t2,ArrowUpToLineIcon:t2,ArrowUpWideNarrow:n2,ArrowUpWideNarrowIcon:n2,ArrowUpZA:jt,ArrowUpZAIcon:jt,ArrowUpZa:jt,ArrowUpZaIcon:jt,ArrowsUpFromLine:a2,ArrowsUpFromLineIcon:a2,Asterisk:i2,AsteriskIcon:i2,AsteriskSquare:ba,AsteriskSquareIcon:ba,AtSign:r2,AtSignIcon:r2,Atom:c2,AtomIcon:c2,AudioLines:d2,AudioLinesIcon:d2,AudioWaveform:s2,AudioWaveformIcon:s2,Award:l2,AwardIcon:l2,Axe:u2,AxeIcon:u2,Axis3D:Pt,Axis3DIcon:Pt,Axis3d:Pt,Axis3dIcon:Pt,Baby:h2,BabyIcon:h2,Backpack:p2,BackpackIcon:p2,Badge:S2,BadgeAlert:y2,BadgeAlertIcon:y2,BadgeCent:k2,BadgeCentIcon:k2,BadgeCheck:qt,BadgeCheckIcon:qt,BadgeDollarSign:_2,BadgeDollarSignIcon:_2,BadgeEuro:f2,BadgeEuroIcon:f2,BadgeHelp:Dt,BadgeHelpIcon:Dt,BadgeIcon:S2,BadgeIndianRupee:m2,BadgeIndianRupeeIcon:m2,BadgeInfo:g2,BadgeInfoIcon:g2,BadgeJapaneseYen:v2,BadgeJapaneseYenIcon:v2,BadgeMinus:M2,BadgeMinusIcon:M2,BadgePercent:$2,BadgePercentIcon:$2,BadgePlus:w2,BadgePlusIcon:w2,BadgePoundSterling:b2,BadgePoundSterlingIcon:b2,BadgeQuestionMark:Dt,BadgeQuestionMarkIcon:Dt,BadgeRussianRuble:x2,BadgeRussianRubleIcon:x2,BadgeSwissFranc:N2,BadgeSwissFrancIcon:N2,BadgeTurkishLira:I2,BadgeTurkishLiraIcon:I2,BadgeX:L2,BadgeXIcon:L2,BaggageClaim:C2,BaggageClaimIcon:C2,Ban:z2,BanIcon:z2,Banana:A2,BananaIcon:A2,Bandage:j2,BandageIcon:j2,Banknote:O2,BanknoteArrowDown:P2,BanknoteArrowDownIcon:P2,BanknoteArrowUp:q2,BanknoteArrowUpIcon:q2,BanknoteIcon:O2,BanknoteX:D2,BanknoteXIcon:D2,BarChart:Xt,BarChart2:Jt,BarChart2Icon:Jt,BarChart3:Wt,BarChart3Icon:Wt,BarChart4:Gt,BarChart4Icon:Gt,BarChartBig:Zt,BarChartBigIcon:Zt,BarChartHorizontal:Ut,BarChartHorizontalBig:Et,BarChartHorizontalBigIcon:Et,BarChartHorizontalIcon:Ut,BarChartIcon:Xt,Barcode:H2,BarcodeIcon:H2,Barrel:V2,BarrelIcon:V2,Baseline:R2,BaselineIcon:R2,Bath:T2,BathIcon:T2,Battery:W2,BatteryCharging:F2,BatteryChargingIcon:F2,BatteryFull:E2,BatteryFullIcon:E2,BatteryIcon:W2,BatteryLow:U2,BatteryLowIcon:U2,BatteryMedium:B2,BatteryMediumIcon:B2,BatteryPlus:Z2,BatteryPlusIcon:Z2,BatteryWarning:G2,BatteryWarningIcon:G2,Beaker:K2,BeakerIcon:K2,Bean:J2,BeanIcon:J2,BeanOff:X2,BeanOffIcon:X2,Bed:Q2,BedDouble:Y2,BedDoubleIcon:Y2,BedIcon:Q2,BedSingle:ed,BedSingleIcon:ed,Beef:td,BeefIcon:td,Beer:od,BeerIcon:od,BeerOff:nd,BeerOffIcon:nd,Bell:sd,BellDot:ad,BellDotIcon:ad,BellElectric:id,BellElectricIcon:id,BellIcon:sd,BellMinus:rd,BellMinusIcon:rd,BellOff:cd,BellOffIcon:cd,BellPlus:dd,BellPlusIcon:dd,BellRing:ld,BellRingIcon:ld,BetweenHorizonalEnd:Ot,BetweenHorizonalEndIcon:Ot,BetweenHorizonalStart:Ht,BetweenHorizonalStartIcon:Ht,BetweenHorizontalEnd:Ot,BetweenHorizontalEndIcon:Ot,BetweenHorizontalStart:Ht,BetweenHorizontalStartIcon:Ht,BetweenVerticalEnd:ud,BetweenVerticalEndIcon:ud,BetweenVerticalStart:pd,BetweenVerticalStartIcon:pd,BicepsFlexed:hd,BicepsFlexedIcon:hd,Bike:yd,BikeIcon:yd,Binary:kd,BinaryIcon:kd,Binoculars:_d,BinocularsIcon:_d,Biohazard:fd,BiohazardIcon:fd,Bird:md,BirdIcon:md,Birdhouse:gd,BirdhouseIcon:gd,Bitcoin:vd,BitcoinIcon:vd,Blend:Md,BlendIcon:Md,Blinds:$d,BlindsIcon:$d,Blocks:wd,BlocksIcon:wd,Bluetooth:Id,BluetoothConnected:bd,BluetoothConnectedIcon:bd,BluetoothIcon:Id,BluetoothOff:xd,BluetoothOffIcon:xd,BluetoothSearching:Nd,BluetoothSearchingIcon:Nd,Bold:Ld,BoldIcon:Ld,Bolt:Sd,BoltIcon:Sd,Bomb:zd,BombIcon:zd,Bone:Cd,BoneIcon:Cd,Book:t0,BookA:Ad,BookAIcon:Ad,BookAlert:jd,BookAlertIcon:jd,BookAudio:Pd,BookAudioIcon:Pd,BookCheck:qd,BookCheckIcon:qd,BookCopy:Dd,BookCopyIcon:Dd,BookDashed:Vt,BookDashedIcon:Vt,BookDown:Od,BookDownIcon:Od,BookHeadphones:Hd,BookHeadphonesIcon:Hd,BookHeart:Vd,BookHeartIcon:Vd,BookIcon:t0,BookImage:Rd,BookImageIcon:Rd,BookKey:Td,BookKeyIcon:Td,BookLock:Fd,BookLockIcon:Fd,BookMarked:Ed,BookMarkedIcon:Ed,BookMinus:Ud,BookMinusIcon:Ud,BookOpen:Gd,BookOpenCheck:Bd,BookOpenCheckIcon:Bd,BookOpenIcon:Gd,BookOpenText:Zd,BookOpenTextIcon:Zd,BookPlus:Wd,BookPlusIcon:Wd,BookTemplate:Vt,BookTemplateIcon:Vt,BookText:Kd,BookTextIcon:Kd,BookType:Xd,BookTypeIcon:Xd,BookUp:Yd,BookUp2:Jd,BookUp2Icon:Jd,BookUpIcon:Yd,BookUser:Qd,BookUserIcon:Qd,BookX:e0,BookXIcon:e0,Bookmark:r0,BookmarkCheck:n0,BookmarkCheckIcon:n0,BookmarkIcon:r0,BookmarkMinus:o0,BookmarkMinusIcon:o0,BookmarkPlus:a0,BookmarkPlusIcon:a0,BookmarkX:i0,BookmarkXIcon:i0,BoomBox:c0,BoomBoxIcon:c0,Bot:l0,BotIcon:l0,BotMessageSquare:d0,BotMessageSquareIcon:d0,BotOff:s0,BotOffIcon:s0,BottleWine:u0,BottleWineIcon:u0,BowArrow:h0,BowArrowIcon:h0,Box:p0,BoxIcon:p0,BoxSelect:qa,BoxSelectIcon:qa,Boxes:y0,BoxesIcon:y0,Braces:Rt,BracesIcon:Rt,Brackets:k0,BracketsIcon:k0,Brain:m0,BrainCircuit:_0,BrainCircuitIcon:_0,BrainCog:f0,BrainCogIcon:f0,BrainIcon:m0,BrickWall:M0,BrickWallFire:g0,BrickWallFireIcon:g0,BrickWallIcon:M0,BrickWallShield:v0,BrickWallShieldIcon:v0,Briefcase:N0,BriefcaseBusiness:$0,BriefcaseBusinessIcon:$0,BriefcaseConveyorBelt:w0,BriefcaseConveyorBeltIcon:w0,BriefcaseIcon:N0,BriefcaseMedical:b0,BriefcaseMedicalIcon:b0,BringToFront:x0,BringToFrontIcon:x0,Brush:L0,BrushCleaning:I0,BrushCleaningIcon:I0,BrushIcon:L0,Bubbles:S0,BubblesIcon:S0,Bug:A0,BugIcon:A0,BugOff:C0,BugOffIcon:C0,BugPlay:z0,BugPlayIcon:z0,Building:P0,Building2:j0,Building2Icon:j0,BuildingIcon:P0,Bus:D0,BusFront:q0,BusFrontIcon:q0,BusIcon:D0,Cable:H0,CableCar:O0,CableCarIcon:O0,CableIcon:H0,Cake:R0,CakeIcon:R0,CakeSlice:V0,CakeSliceIcon:V0,Calculator:T0,CalculatorIcon:T0,Calendar:ds,Calendar1:F0,Calendar1Icon:F0,CalendarArrowDown:U0,CalendarArrowDownIcon:U0,CalendarArrowUp:E0,CalendarArrowUpIcon:E0,CalendarCheck:Z0,CalendarCheck2:B0,CalendarCheck2Icon:B0,CalendarCheckIcon:Z0,CalendarClock:G0,CalendarClockIcon:G0,CalendarCog:W0,CalendarCogIcon:W0,CalendarDays:X0,CalendarDaysIcon:X0,CalendarFold:K0,CalendarFoldIcon:K0,CalendarHeart:J0,CalendarHeartIcon:J0,CalendarIcon:ds,CalendarMinus:es,CalendarMinus2:Y0,CalendarMinus2Icon:Y0,CalendarMinusIcon:es,CalendarOff:Q0,CalendarOffIcon:Q0,CalendarPlus:ns,CalendarPlus2:ts,CalendarPlus2Icon:ts,CalendarPlusIcon:ns,CalendarRange:os,CalendarRangeIcon:os,CalendarSearch:as,CalendarSearchIcon:as,CalendarSync:is,CalendarSyncIcon:is,CalendarX:cs,CalendarX2:rs,CalendarX2Icon:rs,CalendarXIcon:cs,Camera:ls,CameraIcon:ls,CameraOff:ss,CameraOffIcon:ss,CandlestickChart:Bt,CandlestickChartIcon:Bt,Candy:ys,CandyCane:us,CandyCaneIcon:us,CandyIcon:ys,CandyOff:hs,CandyOffIcon:hs,Cannabis:ps,CannabisIcon:ps,Captions:Tt,CaptionsIcon:Tt,CaptionsOff:ks,CaptionsOffIcon:ks,Car:fs,CarFront:_s,CarFrontIcon:_s,CarIcon:fs,CarTaxiFront:ms,CarTaxiFrontIcon:ms,Caravan:gs,CaravanIcon:gs,CardSim:vs,CardSimIcon:vs,Carrot:Ms,CarrotIcon:Ms,CaseLower:$s,CaseLowerIcon:$s,CaseSensitive:ws,CaseSensitiveIcon:ws,CaseUpper:bs,CaseUpperIcon:bs,CassetteTape:xs,CassetteTapeIcon:xs,Cast:Ns,CastIcon:Ns,Castle:Is,CastleIcon:Is,Cat:Ls,CatIcon:Ls,Cctv:Ss,CctvIcon:Ss,ChartArea:Ft,ChartAreaIcon:Ft,ChartBar:Ut,ChartBarBig:Et,ChartBarBigIcon:Et,ChartBarDecreasing:Cs,ChartBarDecreasingIcon:Cs,ChartBarIcon:Ut,ChartBarIncreasing:zs,ChartBarIncreasingIcon:zs,ChartBarStacked:As,ChartBarStackedIcon:As,ChartCandlestick:Bt,ChartCandlestickIcon:Bt,ChartColumn:Wt,ChartColumnBig:Zt,ChartColumnBigIcon:Zt,ChartColumnDecreasing:js,ChartColumnDecreasingIcon:js,ChartColumnIcon:Wt,ChartColumnIncreasing:Gt,ChartColumnIncreasingIcon:Gt,ChartColumnStacked:Ps,ChartColumnStackedIcon:Ps,ChartGantt:qs,ChartGanttIcon:qs,ChartLine:Kt,ChartLineIcon:Kt,ChartNetwork:Ds,ChartNetworkIcon:Ds,ChartNoAxesColumn:Jt,ChartNoAxesColumnDecreasing:Os,ChartNoAxesColumnDecreasingIcon:Os,ChartNoAxesColumnIcon:Jt,ChartNoAxesColumnIncreasing:Xt,ChartNoAxesColumnIncreasingIcon:Xt,ChartNoAxesCombined:Hs,ChartNoAxesCombinedIcon:Hs,ChartNoAxesGantt:Yt,ChartNoAxesGanttIcon:Yt,ChartPie:Qt,ChartPieIcon:Qt,ChartScatter:en,ChartScatterIcon:en,ChartSpline:Vs,ChartSplineIcon:Vs,Check:Fs,CheckCheck:Rs,CheckCheckIcon:Rs,CheckCircle:hn,CheckCircle2:pn,CheckCircle2Icon:pn,CheckCircleIcon:hn,CheckIcon:Fs,CheckLine:Ts,CheckLineIcon:Ts,CheckSquare:Na,CheckSquare2:Ia,CheckSquare2Icon:Ia,CheckSquareIcon:Na,ChefHat:Es,ChefHatIcon:Es,Cherry:Us,CherryIcon:Us,ChessBishop:Bs,ChessBishopIcon:Bs,ChessKing:Zs,ChessKingIcon:Zs,ChessKnight:Gs,ChessKnightIcon:Gs,ChessPawn:Ws,ChessPawnIcon:Ws,ChessQueen:Ks,ChessQueenIcon:Ks,ChessRook:Xs,ChessRookIcon:Xs,ChevronDown:Js,ChevronDownCircle:yn,ChevronDownCircleIcon:yn,ChevronDownIcon:Js,ChevronDownSquare:La,ChevronDownSquareIcon:La,ChevronFirst:Ys,ChevronFirstIcon:Ys,ChevronLast:Qs,ChevronLastIcon:Qs,ChevronLeft:el,ChevronLeftCircle:kn,ChevronLeftCircleIcon:kn,ChevronLeftIcon:el,ChevronLeftSquare:Sa,ChevronLeftSquareIcon:Sa,ChevronRight:tl,ChevronRightCircle:_n,ChevronRightCircleIcon:_n,ChevronRightIcon:tl,ChevronRightSquare:Ca,ChevronRightSquareIcon:Ca,ChevronUp:nl,ChevronUpCircle:fn,ChevronUpCircleIcon:fn,ChevronUpIcon:nl,ChevronUpSquare:za,ChevronUpSquareIcon:za,ChevronsDown:al,ChevronsDownIcon:al,ChevronsDownUp:ol,ChevronsDownUpIcon:ol,ChevronsLeft:cl,ChevronsLeftIcon:cl,ChevronsLeftRight:rl,ChevronsLeftRightEllipsis:il,ChevronsLeftRightEllipsisIcon:il,ChevronsLeftRightIcon:rl,ChevronsRight:sl,ChevronsRightIcon:sl,ChevronsRightLeft:dl,ChevronsRightLeftIcon:dl,ChevronsUp:ul,ChevronsUpDown:ll,ChevronsUpDownIcon:ll,ChevronsUpIcon:ul,Chrome:tn,ChromeIcon:tn,Chromium:tn,ChromiumIcon:tn,Church:hl,ChurchIcon:hl,Cigarette:yl,CigaretteIcon:yl,CigaretteOff:pl,CigaretteOffIcon:pl,Circle:Ll,CircleAlert:nn,CircleAlertIcon:nn,CircleArrowDown:on,CircleArrowDownIcon:on,CircleArrowLeft:an,CircleArrowLeftIcon:an,CircleArrowOutDownLeft:rn,CircleArrowOutDownLeftIcon:rn,CircleArrowOutDownRight:cn,CircleArrowOutDownRightIcon:cn,CircleArrowOutUpLeft:dn,CircleArrowOutUpLeftIcon:dn,CircleArrowOutUpRight:sn,CircleArrowOutUpRightIcon:sn,CircleArrowRight:ln,CircleArrowRightIcon:ln,CircleArrowUp:un,CircleArrowUpIcon:un,CircleCheck:pn,CircleCheckBig:hn,CircleCheckBigIcon:hn,CircleCheckIcon:pn,CircleChevronDown:yn,CircleChevronDownIcon:yn,CircleChevronLeft:kn,CircleChevronLeftIcon:kn,CircleChevronRight:_n,CircleChevronRightIcon:_n,CircleChevronUp:fn,CircleChevronUpIcon:fn,CircleDashed:kl,CircleDashedIcon:kl,CircleDivide:mn,CircleDivideIcon:mn,CircleDollarSign:_l,CircleDollarSignIcon:_l,CircleDot:ml,CircleDotDashed:fl,CircleDotDashedIcon:fl,CircleDotIcon:ml,CircleEllipsis:gl,CircleEllipsisIcon:gl,CircleEqual:vl,CircleEqualIcon:vl,CircleFadingArrowUp:Ml,CircleFadingArrowUpIcon:Ml,CircleFadingPlus:$l,CircleFadingPlusIcon:$l,CircleGauge:gn,CircleGaugeIcon:gn,CircleHelp:je,CircleHelpIcon:je,CircleIcon:Ll,CircleMinus:vn,CircleMinusIcon:vn,CircleOff:wl,CircleOffIcon:wl,CircleParking:$n,CircleParkingIcon:$n,CircleParkingOff:Mn,CircleParkingOffIcon:Mn,CirclePause:wn,CirclePauseIcon:wn,CirclePercent:bn,CirclePercentIcon:bn,CirclePlay:xn,CirclePlayIcon:xn,CirclePlus:Nn,CirclePlusIcon:Nn,CirclePoundSterling:bl,CirclePoundSterlingIcon:bl,CirclePower:In,CirclePowerIcon:In,CircleQuestionMark:je,CircleQuestionMarkIcon:je,CircleSlash:xl,CircleSlash2:Ln,CircleSlash2Icon:Ln,CircleSlashIcon:xl,CircleSlashed:Ln,CircleSlashedIcon:Ln,CircleSmall:Nl,CircleSmallIcon:Nl,CircleStar:Il,CircleStarIcon:Il,CircleStop:Sn,CircleStopIcon:Sn,CircleUser:zn,CircleUserIcon:zn,CircleUserRound:Cn,CircleUserRoundIcon:Cn,CircleX:An,CircleXIcon:An,CircuitBoard:Sl,CircuitBoardIcon:Sl,Citrus:Cl,CitrusIcon:Cl,Clapperboard:zl,ClapperboardIcon:zl,Clipboard:Fl,ClipboardCheck:Al,ClipboardCheckIcon:Al,ClipboardClock:jl,ClipboardClockIcon:jl,ClipboardCopy:Pl,ClipboardCopyIcon:Pl,ClipboardEdit:Pn,ClipboardEditIcon:Pn,ClipboardIcon:Fl,ClipboardList:ql,ClipboardListIcon:ql,ClipboardMinus:Dl,ClipboardMinusIcon:Dl,ClipboardPaste:Ol,ClipboardPasteIcon:Ol,ClipboardPen:Pn,ClipboardPenIcon:Pn,ClipboardPenLine:jn,ClipboardPenLineIcon:jn,ClipboardPlus:Hl,ClipboardPlusIcon:Hl,ClipboardSignature:jn,ClipboardSignatureIcon:jn,ClipboardType:Rl,ClipboardTypeIcon:Rl,ClipboardX:Vl,ClipboardXIcon:Vl,Clock:ru,Clock1:Tl,Clock10:El,Clock10Icon:El,Clock11:Ul,Clock11Icon:Ul,Clock12:Bl,Clock12Icon:Bl,Clock1Icon:Tl,Clock2:Zl,Clock2Icon:Zl,Clock3:Gl,Clock3Icon:Gl,Clock4:Wl,Clock4Icon:Wl,Clock5:Kl,Clock5Icon:Kl,Clock6:Xl,Clock6Icon:Xl,Clock7:Jl,Clock7Icon:Jl,Clock8:Yl,Clock8Icon:Yl,Clock9:Ql,Clock9Icon:Ql,ClockAlert:eu,ClockAlertIcon:eu,ClockArrowDown:tu,ClockArrowDownIcon:tu,ClockArrowUp:nu,ClockArrowUpIcon:nu,ClockCheck:ou,ClockCheckIcon:ou,ClockFading:au,ClockFadingIcon:au,ClockIcon:ru,ClockPlus:iu,ClockPlusIcon:iu,ClosedCaption:du,ClosedCaptionIcon:du,Cloud:bu,CloudAlert:cu,CloudAlertIcon:cu,CloudCheck:su,CloudCheckIcon:su,CloudCog:lu,CloudCogIcon:lu,CloudDownload:qn,CloudDownloadIcon:qn,CloudDrizzle:uu,CloudDrizzleIcon:uu,CloudFog:hu,CloudFogIcon:hu,CloudHail:pu,CloudHailIcon:pu,CloudIcon:bu,CloudLightning:ku,CloudLightningIcon:ku,CloudMoon:_u,CloudMoonIcon:_u,CloudMoonRain:yu,CloudMoonRainIcon:yu,CloudOff:fu,CloudOffIcon:fu,CloudRain:gu,CloudRainIcon:gu,CloudRainWind:mu,CloudRainWindIcon:mu,CloudSnow:vu,CloudSnowIcon:vu,CloudSun:$u,CloudSunIcon:$u,CloudSunRain:Mu,CloudSunRainIcon:Mu,CloudUpload:Dn,CloudUploadIcon:Dn,Cloudy:wu,CloudyIcon:wu,Clover:xu,CloverIcon:xu,Club:Nu,ClubIcon:Nu,Code:Iu,Code2:On,Code2Icon:On,CodeIcon:Iu,CodeSquare:Aa,CodeSquareIcon:Aa,CodeXml:On,CodeXmlIcon:On,Codepen:Lu,CodepenIcon:Lu,Codesandbox:Su,CodesandboxIcon:Su,Coffee:Cu,CoffeeIcon:Cu,Cog:Au,CogIcon:Au,Coins:zu,CoinsIcon:zu,Columns:Hn,Columns2:Hn,Columns2Icon:Hn,Columns3:Vn,Columns3Cog:Pe,Columns3CogIcon:Pe,Columns3Icon:Vn,Columns4:ju,Columns4Icon:ju,ColumnsIcon:Hn,ColumnsSettings:Pe,ColumnsSettingsIcon:Pe,Combine:Pu,CombineIcon:Pu,Command:qu,CommandIcon:qu,Compass:Du,CompassIcon:Du,Component:Ou,ComponentIcon:Ou,Computer:Hu,ComputerIcon:Hu,ConciergeBell:Vu,ConciergeBellIcon:Vu,Cone:Ru,ConeIcon:Ru,Construction:Tu,ConstructionIcon:Tu,Contact:Eu,Contact2:Rn,Contact2Icon:Rn,ContactIcon:Eu,ContactRound:Rn,ContactRoundIcon:Rn,Container:Fu,ContainerIcon:Fu,Contrast:Uu,ContrastIcon:Uu,Cookie:Bu,CookieIcon:Bu,CookingPot:Zu,CookingPotIcon:Zu,Copy:Yu,CopyCheck:Gu,CopyCheckIcon:Gu,CopyIcon:Yu,CopyMinus:Wu,CopyMinusIcon:Wu,CopyPlus:Ku,CopyPlusIcon:Ku,CopySlash:Xu,CopySlashIcon:Xu,CopyX:Ju,CopyXIcon:Ju,Copyleft:Qu,CopyleftIcon:Qu,Copyright:eh,CopyrightIcon:eh,CornerDownLeft:th,CornerDownLeftIcon:th,CornerDownRight:nh,CornerDownRightIcon:nh,CornerLeftDown:oh,CornerLeftDownIcon:oh,CornerLeftUp:ah,CornerLeftUpIcon:ah,CornerRightDown:ih,CornerRightDownIcon:ih,CornerRightUp:rh,CornerRightUpIcon:rh,CornerUpLeft:ch,CornerUpLeftIcon:ch,CornerUpRight:dh,CornerUpRightIcon:dh,Cpu:sh,CpuIcon:sh,CreativeCommons:lh,CreativeCommonsIcon:lh,CreditCard:uh,CreditCardIcon:uh,Croissant:hh,CroissantIcon:hh,Crop:ph,CropIcon:ph,Cross:yh,CrossIcon:yh,Crosshair:kh,CrosshairIcon:kh,Crown:_h,CrownIcon:_h,Cuboid:fh,CuboidIcon:fh,CupSoda:mh,CupSodaIcon:mh,CurlyBraces:Rt,CurlyBracesIcon:Rt,Currency:gh,CurrencyIcon:gh,Cylinder:vh,CylinderIcon:vh,Dam:Mh,DamIcon:Mh,Database:bh,DatabaseBackup:$h,DatabaseBackupIcon:$h,DatabaseIcon:bh,DatabaseZap:wh,DatabaseZapIcon:wh,DecimalsArrowLeft:xh,DecimalsArrowLeftIcon:xh,DecimalsArrowRight:Nh,DecimalsArrowRightIcon:Nh,Delete:Ih,DeleteIcon:Ih,Dessert:Lh,DessertIcon:Lh,Diameter:Sh,DiameterIcon:Sh,Diamond:Ah,DiamondIcon:Ah,DiamondMinus:Ch,DiamondMinusIcon:Ch,DiamondPercent:Tn,DiamondPercentIcon:Tn,DiamondPlus:zh,DiamondPlusIcon:zh,Dice1:jh,Dice1Icon:jh,Dice2:Ph,Dice2Icon:Ph,Dice3:qh,Dice3Icon:qh,Dice4:Dh,Dice4Icon:Dh,Dice5:Oh,Dice5Icon:Oh,Dice6:Hh,Dice6Icon:Hh,Dices:Vh,DicesIcon:Vh,Diff:Rh,DiffIcon:Rh,Disc:Uh,Disc2:Th,Disc2Icon:Th,Disc3:Fh,Disc3Icon:Fh,DiscAlbum:Eh,DiscAlbumIcon:Eh,DiscIcon:Uh,Divide:Bh,DivideCircle:mn,DivideCircleIcon:mn,DivideIcon:Bh,DivideSquare:Da,DivideSquareIcon:Da,Dna:Gh,DnaIcon:Gh,DnaOff:Zh,DnaOffIcon:Zh,Dock:Wh,DockIcon:Wh,Dog:Kh,DogIcon:Kh,DollarSign:Xh,DollarSignIcon:Xh,Donut:Jh,DonutIcon:Jh,DoorClosed:Qh,DoorClosedIcon:Qh,DoorClosedLocked:Yh,DoorClosedLockedIcon:Yh,DoorOpen:ep,DoorOpenIcon:ep,Dot:tp,DotIcon:tp,DotSquare:Oa,DotSquareIcon:Oa,Download:np,DownloadCloud:qn,DownloadCloudIcon:qn,DownloadIcon:np,DraftingCompass:op,DraftingCompassIcon:op,Drama:ap,DramaIcon:ap,Dribbble:ip,DribbbleIcon:ip,Drill:rp,DrillIcon:rp,Drone:cp,DroneIcon:cp,Droplet:sp,DropletIcon:sp,DropletOff:dp,DropletOffIcon:dp,Droplets:lp,DropletsIcon:lp,Drum:up,DrumIcon:up,Drumstick:hp,DrumstickIcon:hp,Dumbbell:pp,DumbbellIcon:pp,Ear:kp,EarIcon:kp,EarOff:yp,EarOffIcon:yp,Earth:Fn,EarthIcon:Fn,EarthLock:_p,EarthLockIcon:_p,Eclipse:fp,EclipseIcon:fp,Edit:ge,Edit2:Qo,Edit2Icon:Qo,Edit3:Yo,Edit3Icon:Yo,EditIcon:ge,Egg:vp,EggFried:mp,EggFriedIcon:mp,EggIcon:vp,EggOff:gp,EggOffIcon:gp,Ellipsis:lt,EllipsisIcon:lt,EllipsisVertical:En,EllipsisVerticalIcon:En,Equal:wp,EqualApproximately:Mp,EqualApproximatelyIcon:Mp,EqualIcon:wp,EqualNot:$p,EqualNotIcon:$p,EqualSquare:Ha,EqualSquareIcon:Ha,Eraser:bp,EraserIcon:bp,EthernetPort:xp,EthernetPortIcon:xp,Euro:Np,EuroIcon:Np,EvCharger:Ip,EvChargerIcon:Ip,Expand:Lp,ExpandIcon:Lp,ExternalLink:Sp,ExternalLinkIcon:Sp,Eye:Ap,EyeClosed:zp,EyeClosedIcon:zp,EyeIcon:Ap,EyeOff:Cp,EyeOffIcon:Cp,Facebook:jp,FacebookIcon:jp,Factory:Pp,FactoryIcon:Pp,Fan:qp,FanIcon:qp,FastForward:Dp,FastForwardIcon:Dp,Feather:Hp,FeatherIcon:Hp,Fence:Op,FenceIcon:Op,FerrisWheel:Vp,FerrisWheelIcon:Vp,Figma:Rp,FigmaIcon:Rp,File:ky,FileArchive:Tp,FileArchiveIcon:Tp,FileAudio:qe,FileAudio2:qe,FileAudio2Icon:qe,FileAudioIcon:qe,FileAxis3D:Un,FileAxis3DIcon:Un,FileAxis3d:Un,FileAxis3dIcon:Un,FileBadge:Bn,FileBadge2:Bn,FileBadge2Icon:Bn,FileBadgeIcon:Bn,FileBarChart:Gn,FileBarChart2:Kn,FileBarChart2Icon:Kn,FileBarChartIcon:Gn,FileBox:Fp,FileBoxIcon:Fp,FileBraces:Wn,FileBracesCorner:Zn,FileBracesCornerIcon:Zn,FileBracesIcon:Wn,FileChartColumn:Kn,FileChartColumnIcon:Kn,FileChartColumnIncreasing:Gn,FileChartColumnIncreasingIcon:Gn,FileChartLine:Xn,FileChartLineIcon:Xn,FileChartPie:Jn,FileChartPieIcon:Jn,FileCheck:Ep,FileCheck2:Yn,FileCheck2Icon:Yn,FileCheckCorner:Yn,FileCheckCornerIcon:Yn,FileCheckIcon:Ep,FileClock:Up,FileClockIcon:Up,FileCode:Bp,FileCode2:Qn,FileCode2Icon:Qn,FileCodeCorner:Qn,FileCodeCornerIcon:Qn,FileCodeIcon:Bp,FileCog:eo,FileCog2:eo,FileCog2Icon:eo,FileCogIcon:eo,FileDiff:Zp,FileDiffIcon:Zp,FileDigit:Gp,FileDigitIcon:Gp,FileDown:Wp,FileDownIcon:Wp,FileEdit:co,FileEditIcon:co,FileExclamationPoint:to,FileExclamationPointIcon:to,FileHeadphone:qe,FileHeadphoneIcon:qe,FileHeart:Kp,FileHeartIcon:Kp,FileIcon:ky,FileImage:Xp,FileImageIcon:Xp,FileInput:Jp,FileInputIcon:Jp,FileJson:Wn,FileJson2:Zn,FileJson2Icon:Zn,FileJsonIcon:Wn,FileKey:no,FileKey2:no,FileKey2Icon:no,FileKeyIcon:no,FileLineChart:Xn,FileLineChartIcon:Xn,FileLock:ao,FileLock2:ao,FileLock2Icon:ao,FileLockIcon:ao,FileMinus:Yp,FileMinus2:oo,FileMinus2Icon:oo,FileMinusCorner:oo,FileMinusCornerIcon:oo,FileMinusIcon:Yp,FileMusic:Qp,FileMusicIcon:Qp,FileOutput:ey,FileOutputIcon:ey,FilePen:co,FilePenIcon:co,FilePenLine:io,FilePenLineIcon:io,FilePieChart:Jn,FilePieChartIcon:Jn,FilePlay:ro,FilePlayIcon:ro,FilePlus:ty,FilePlus2:so,FilePlus2Icon:so,FilePlusCorner:so,FilePlusCornerIcon:so,FilePlusIcon:ty,FileQuestion:lo,FileQuestionIcon:lo,FileQuestionMark:lo,FileQuestionMarkIcon:lo,FileScan:ny,FileScanIcon:ny,FileSearch:oy,FileSearch2:uo,FileSearch2Icon:uo,FileSearchCorner:uo,FileSearchCornerIcon:uo,FileSearchIcon:oy,FileSignal:ho,FileSignalIcon:ho,FileSignature:io,FileSignatureIcon:io,FileSliders:ay,FileSlidersIcon:ay,FileSpreadsheet:iy,FileSpreadsheetIcon:iy,FileStack:ry,FileStackIcon:ry,FileSymlink:cy,FileSymlinkIcon:cy,FileTerminal:dy,FileTerminalIcon:dy,FileText:sy,FileTextIcon:sy,FileType:ly,FileType2:po,FileType2Icon:po,FileTypeCorner:po,FileTypeCornerIcon:po,FileTypeIcon:ly,FileUp:uy,FileUpIcon:uy,FileUser:hy,FileUserIcon:hy,FileVideo:ro,FileVideo2:yo,FileVideo2Icon:yo,FileVideoCamera:yo,FileVideoCameraIcon:yo,FileVideoIcon:ro,FileVolume:py,FileVolume2:ho,FileVolume2Icon:ho,FileVolumeIcon:py,FileWarning:to,FileWarningIcon:to,FileX:yy,FileX2:ko,FileX2Icon:ko,FileXCorner:ko,FileXCornerIcon:ko,FileXIcon:yy,Files:_y,FilesIcon:_y,Film:fy,FilmIcon:fy,Filter:go,FilterIcon:go,FilterX:mo,FilterXIcon:mo,Fingerprint:my,FingerprintIcon:my,FireExtinguisher:gy,FireExtinguisherIcon:gy,Fish:$y,FishIcon:$y,FishOff:vy,FishOffIcon:vy,FishSymbol:My,FishSymbolIcon:My,Flag:Ny,FlagIcon:Ny,FlagOff:wy,FlagOffIcon:wy,FlagTriangleLeft:by,FlagTriangleLeftIcon:by,FlagTriangleRight:xy,FlagTriangleRightIcon:xy,Flame:Ly,FlameIcon:Ly,FlameKindling:Iy,FlameKindlingIcon:Iy,Flashlight:Cy,FlashlightIcon:Cy,FlashlightOff:Sy,FlashlightOffIcon:Sy,FlaskConical:zy,FlaskConicalIcon:zy,FlaskConicalOff:Ay,FlaskConicalOffIcon:Ay,FlaskRound:jy,FlaskRoundIcon:jy,FlipHorizontal:qy,FlipHorizontal2:Py,FlipHorizontal2Icon:Py,FlipHorizontalIcon:qy,FlipVertical:Oy,FlipVertical2:Dy,FlipVertical2Icon:Dy,FlipVerticalIcon:Oy,Flower:Vy,Flower2:Hy,Flower2Icon:Hy,FlowerIcon:Vy,Focus:Ry,FocusIcon:Ry,FoldHorizontal:Ty,FoldHorizontalIcon:Ty,FoldVertical:Ey,FoldVerticalIcon:Ey,Folder:_k,FolderArchive:Fy,FolderArchiveIcon:Fy,FolderCheck:Uy,FolderCheckIcon:Uy,FolderClock:By,FolderClockIcon:By,FolderClosed:Zy,FolderClosedIcon:Zy,FolderCode:Gy,FolderCodeIcon:Gy,FolderCog:_o,FolderCog2:_o,FolderCog2Icon:_o,FolderCogIcon:_o,FolderDot:Wy,FolderDotIcon:Wy,FolderDown:Ky,FolderDownIcon:Ky,FolderEdit:fo,FolderEditIcon:fo,FolderGit:Xy,FolderGit2:Jy,FolderGit2Icon:Jy,FolderGitIcon:Xy,FolderHeart:Yy,FolderHeartIcon:Yy,FolderIcon:_k,FolderInput:Qy,FolderInputIcon:Qy,FolderKanban:ek,FolderKanbanIcon:ek,FolderKey:tk,FolderKeyIcon:tk,FolderLock:nk,FolderLockIcon:nk,FolderMinus:ok,FolderMinusIcon:ok,FolderOpen:ik,FolderOpenDot:ak,FolderOpenDotIcon:ak,FolderOpenIcon:ik,FolderOutput:rk,FolderOutputIcon:rk,FolderPen:fo,FolderPenIcon:fo,FolderPlus:ck,FolderPlusIcon:ck,FolderRoot:dk,FolderRootIcon:dk,FolderSearch:lk,FolderSearch2:sk,FolderSearch2Icon:sk,FolderSearchIcon:lk,FolderSymlink:uk,FolderSymlinkIcon:uk,FolderSync:hk,FolderSyncIcon:hk,FolderTree:pk,FolderTreeIcon:pk,FolderUp:kk,FolderUpIcon:kk,FolderX:yk,FolderXIcon:yk,Folders:fk,FoldersIcon:fk,Footprints:mk,FootprintsIcon:mk,ForkKnife:S1,ForkKnifeCrossed:L1,ForkKnifeCrossedIcon:L1,ForkKnifeIcon:S1,Forklift:gk,ForkliftIcon:gk,FormInput:ta,FormInputIcon:ta,Forward:vk,ForwardIcon:vk,Frame:Mk,FrameIcon:Mk,Framer:$k,FramerIcon:$k,Frown:wk,FrownIcon:wk,Fuel:bk,FuelIcon:bk,Fullscreen:xk,FullscreenIcon:xk,FunctionSquare:Va,FunctionSquareIcon:Va,Funnel:go,FunnelIcon:go,FunnelPlus:Nk,FunnelPlusIcon:Nk,FunnelX:mo,FunnelXIcon:mo,GalleryHorizontal:Ik,GalleryHorizontalEnd:Lk,GalleryHorizontalEndIcon:Lk,GalleryHorizontalIcon:Ik,GalleryThumbnails:Sk,GalleryThumbnailsIcon:Sk,GalleryVertical:zk,GalleryVerticalEnd:Ck,GalleryVerticalEndIcon:Ck,GalleryVerticalIcon:zk,Gamepad:Pk,Gamepad2:Ak,Gamepad2Icon:Ak,GamepadDirectional:jk,GamepadDirectionalIcon:jk,GamepadIcon:Pk,GanttChart:Yt,GanttChartIcon:Yt,GanttChartSquare:Ve,GanttChartSquareIcon:Ve,Gauge:qk,GaugeCircle:gn,GaugeCircleIcon:gn,GaugeIcon:qk,Gavel:Ok,GavelIcon:Ok,Gem:Dk,GemIcon:Dk,GeorgianLari:Hk,GeorgianLariIcon:Hk,Ghost:Rk,GhostIcon:Rk,Gift:Vk,GiftIcon:Vk,GitBranch:Ek,GitBranchIcon:Ek,GitBranchMinus:Tk,GitBranchMinusIcon:Tk,GitBranchPlus:Fk,GitBranchPlusIcon:Fk,GitCommit:vo,GitCommitHorizontal:vo,GitCommitHorizontalIcon:vo,GitCommitIcon:vo,GitCommitVertical:Uk,GitCommitVerticalIcon:Uk,GitCompare:Zk,GitCompareArrows:Bk,GitCompareArrowsIcon:Bk,GitCompareIcon:Zk,GitFork:Wk,GitForkIcon:Wk,GitGraph:Gk,GitGraphIcon:Gk,GitMerge:Kk,GitMergeIcon:Kk,GitPullRequest:n4,GitPullRequestArrow:Xk,GitPullRequestArrowIcon:Xk,GitPullRequestClosed:Jk,GitPullRequestClosedIcon:Jk,GitPullRequestCreate:Qk,GitPullRequestCreateArrow:Yk,GitPullRequestCreateArrowIcon:Yk,GitPullRequestCreateIcon:Qk,GitPullRequestDraft:e4,GitPullRequestDraftIcon:e4,GitPullRequestIcon:n4,Github:t4,GithubIcon:t4,Gitlab:o4,GitlabIcon:o4,GlassWater:i4,GlassWaterIcon:i4,Glasses:a4,GlassesIcon:a4,Globe:c4,Globe2:Fn,Globe2Icon:Fn,GlobeIcon:c4,GlobeLock:r4,GlobeLockIcon:r4,Goal:d4,GoalIcon:d4,Gpu:s4,GpuIcon:s4,Grab:xo,GrabIcon:xo,GraduationCap:l4,GraduationCapIcon:l4,Grape:u4,GrapeIcon:u4,Grid:De,Grid2X2:bo,Grid2X2Check:Mo,Grid2X2CheckIcon:Mo,Grid2X2Icon:bo,Grid2X2Plus:$o,Grid2X2PlusIcon:$o,Grid2X2X:wo,Grid2X2XIcon:wo,Grid2x2:bo,Grid2x2Check:Mo,Grid2x2CheckIcon:Mo,Grid2x2Icon:bo,Grid2x2Plus:$o,Grid2x2PlusIcon:$o,Grid2x2X:wo,Grid2x2XIcon:wo,Grid3X3:De,Grid3X3Icon:De,Grid3x2:h4,Grid3x2Icon:h4,Grid3x3:De,Grid3x3Icon:De,GridIcon:De,Grip:k4,GripHorizontal:p4,GripHorizontalIcon:p4,GripIcon:k4,GripVertical:y4,GripVerticalIcon:y4,Group:_4,GroupIcon:_4,Guitar:f4,GuitarIcon:f4,Ham:m4,HamIcon:m4,Hamburger:g4,HamburgerIcon:g4,Hammer:v4,HammerIcon:v4,Hand:N4,HandCoins:M4,HandCoinsIcon:M4,HandFist:$4,HandFistIcon:$4,HandGrab:xo,HandGrabIcon:xo,HandHeart:w4,HandHeartIcon:w4,HandHelping:No,HandHelpingIcon:No,HandIcon:N4,HandMetal:b4,HandMetalIcon:b4,HandPlatter:x4,HandPlatterIcon:x4,Handbag:I4,HandbagIcon:I4,Handshake:L4,HandshakeIcon:L4,HardDrive:z4,HardDriveDownload:S4,HardDriveDownloadIcon:S4,HardDriveIcon:z4,HardDriveUpload:C4,HardDriveUploadIcon:C4,HardHat:A4,HardHatIcon:A4,Hash:j4,HashIcon:j4,HatGlasses:P4,HatGlassesIcon:P4,Haze:q4,HazeIcon:q4,HdmiPort:D4,HdmiPortIcon:D4,Heading:E4,Heading1:O4,Heading1Icon:O4,Heading2:H4,Heading2Icon:H4,Heading3:V4,Heading3Icon:V4,Heading4:R4,Heading4Icon:R4,Heading5:F4,Heading5Icon:F4,Heading6:T4,Heading6Icon:T4,HeadingIcon:E4,HeadphoneOff:U4,HeadphoneOffIcon:U4,Headphones:Z4,HeadphonesIcon:Z4,Headset:B4,HeadsetIcon:B4,Heart:Q4,HeartCrack:G4,HeartCrackIcon:G4,HeartHandshake:W4,HeartHandshakeIcon:W4,HeartIcon:Q4,HeartMinus:K4,HeartMinusIcon:K4,HeartOff:X4,HeartOffIcon:X4,HeartPlus:J4,HeartPlusIcon:J4,HeartPulse:Y4,HeartPulseIcon:Y4,Heater:e5,HeaterIcon:e5,Helicopter:t5,HelicopterIcon:t5,HelpCircle:je,HelpCircleIcon:je,HelpingHand:No,HelpingHandIcon:No,Hexagon:n5,HexagonIcon:n5,Highlighter:o5,HighlighterIcon:o5,History:a5,HistoryIcon:a5,Home:Io,HomeIcon:Io,Hop:r5,HopIcon:r5,HopOff:i5,HopOffIcon:i5,Hospital:c5,HospitalIcon:c5,Hotel:d5,HotelIcon:d5,Hourglass:s5,HourglassIcon:s5,House:Io,HouseHeart:l5,HouseHeartIcon:l5,HouseIcon:Io,HousePlug:u5,HousePlugIcon:u5,HousePlus:h5,HousePlusIcon:h5,HouseWifi:p5,HouseWifiIcon:p5,IceCream:So,IceCream2:Lo,IceCream2Icon:Lo,IceCreamBowl:Lo,IceCreamBowlIcon:Lo,IceCreamCone:So,IceCreamConeIcon:So,IceCreamIcon:So,Icon:tj,IdCard:k5,IdCardIcon:k5,IdCardLanyard:y5,IdCardLanyardIcon:y5,Image:w5,ImageDown:_5,ImageDownIcon:_5,ImageIcon:w5,ImageMinus:f5,ImageMinusIcon:f5,ImageOff:m5,ImageOffIcon:m5,ImagePlay:g5,ImagePlayIcon:g5,ImagePlus:v5,ImagePlusIcon:v5,ImageUp:M5,ImageUpIcon:M5,ImageUpscale:$5,ImageUpscaleIcon:$5,Images:b5,ImagesIcon:b5,Import:x5,ImportIcon:x5,Inbox:N5,InboxIcon:N5,Indent:He,IndentDecrease:Oe,IndentDecreaseIcon:Oe,IndentIcon:He,IndentIncrease:He,IndentIncreaseIcon:He,IndianRupee:I5,IndianRupeeIcon:I5,Infinity:L5,InfinityIcon:L5,Info:Ni,InfoIcon:Ni,Inspect:Ba,InspectIcon:Ba,InspectionPanel:S5,InspectionPanelIcon:S5,Instagram:C5,InstagramIcon:C5,Italic:z5,ItalicIcon:z5,IterationCcw:A5,IterationCcwIcon:A5,IterationCw:q5,IterationCwIcon:q5,JapaneseYen:j5,JapaneseYenIcon:j5,Joystick:P5,JoystickIcon:P5,Kanban:D5,KanbanIcon:D5,KanbanSquare:Ra,KanbanSquareDashed:ja,KanbanSquareDashedIcon:ja,KanbanSquareIcon:Ra,Kayak:H5,KayakIcon:H5,Key:V5,KeyIcon:V5,KeyRound:O5,KeyRoundIcon:O5,KeySquare:R5,KeySquareIcon:R5,Keyboard:E5,KeyboardIcon:E5,KeyboardMusic:T5,KeyboardMusicIcon:T5,KeyboardOff:F5,KeyboardOffIcon:F5,Lamp:K5,LampCeiling:U5,LampCeilingIcon:U5,LampDesk:B5,LampDeskIcon:B5,LampFloor:Z5,LampFloorIcon:Z5,LampIcon:K5,LampWallDown:G5,LampWallDownIcon:G5,LampWallUp:W5,LampWallUpIcon:W5,LandPlot:X5,LandPlotIcon:X5,Landmark:J5,LandmarkIcon:J5,Languages:Y5,LanguagesIcon:Y5,Laptop:e_,Laptop2:Co,Laptop2Icon:Co,LaptopIcon:e_,LaptopMinimal:Co,LaptopMinimalCheck:Q5,LaptopMinimalCheckIcon:Q5,LaptopMinimalIcon:Co,Lasso:t_,LassoIcon:t_,LassoSelect:o_,LassoSelectIcon:o_,Laugh:n_,LaughIcon:n_,Layers:zo,Layers2:a_,Layers2Icon:a_,Layers3:zo,Layers3Icon:zo,LayersIcon:zo,Layout:Jo,LayoutDashboard:i_,LayoutDashboardIcon:i_,LayoutGrid:r_,LayoutGridIcon:r_,LayoutIcon:Jo,LayoutList:c_,LayoutListIcon:c_,LayoutPanelLeft:d_,LayoutPanelLeftIcon:d_,LayoutPanelTop:s_,LayoutPanelTopIcon:s_,LayoutTemplate:l_,LayoutTemplateIcon:l_,Leaf:u_,LeafIcon:u_,LeafyGreen:h_,LeafyGreenIcon:h_,Lectern:p_,LecternIcon:p_,LetterText:p1,LetterTextIcon:p1,Library:k_,LibraryBig:y_,LibraryBigIcon:y_,LibraryIcon:k_,LibrarySquare:Ta,LibrarySquareIcon:Ta,LifeBuoy:__,LifeBuoyIcon:__,Ligature:f_,LigatureIcon:f_,Lightbulb:g_,LightbulbIcon:g_,LightbulbOff:m_,LightbulbOffIcon:m_,LineChart:Kt,LineChartIcon:Kt,LineSquiggle:v_,LineSquiggleIcon:v_,Link:w_,Link2:$_,Link2Icon:$_,Link2Off:M_,Link2OffIcon:M_,LinkIcon:w_,Linkedin:b_,LinkedinIcon:b_,List:E_,ListCheck:x_,ListCheckIcon:x_,ListChecks:N_,ListChecksIcon:N_,ListChevronsDownUp:I_,ListChevronsDownUpIcon:I_,ListChevronsUpDown:S_,ListChevronsUpDownIcon:S_,ListCollapse:L_,ListCollapseIcon:L_,ListEnd:C_,ListEndIcon:C_,ListFilter:A_,ListFilterIcon:A_,ListFilterPlus:z_,ListFilterPlusIcon:z_,ListIcon:E_,ListIndentDecrease:Oe,ListIndentDecreaseIcon:Oe,ListIndentIncrease:He,ListIndentIncreaseIcon:He,ListMinus:j_,ListMinusIcon:j_,ListMusic:P_,ListMusicIcon:P_,ListOrdered:q_,ListOrderedIcon:q_,ListPlus:D_,ListPlusIcon:D_,ListRestart:O_,ListRestartIcon:O_,ListStart:H_,ListStartIcon:H_,ListTodo:V_,ListTodoIcon:V_,ListTree:R_,ListTreeIcon:R_,ListVideo:T_,ListVideoIcon:T_,ListX:F_,ListXIcon:F_,Loader:Ii,Loader2:Ao,Loader2Icon:Ao,LoaderCircle:Ao,LoaderCircleIcon:Ao,LoaderIcon:Ii,LoaderPinwheel:U_,LoaderPinwheelIcon:U_,Locate:G_,LocateFixed:B_,LocateFixedIcon:B_,LocateIcon:G_,LocateOff:Z_,LocateOffIcon:Z_,LocationEdit:Do,LocationEditIcon:Do,Lock:K_,LockIcon:K_,LockKeyhole:W_,LockKeyholeIcon:W_,LockKeyholeOpen:jo,LockKeyholeOpenIcon:jo,LockOpen:Po,LockOpenIcon:Po,LogIn:X_,LogInIcon:X_,LogOut:J_,LogOutIcon:J_,Logs:Y_,LogsIcon:Y_,Lollipop:Q_,LollipopIcon:Q_,LucideAArrowDown:Nr,LucideAArrowUp:Ir,LucideALargeSmall:Lr,LucideAccessibility:Sr,LucideActivity:Cr,LucideActivitySquare:ua,LucideAirVent:zr,LucideAirplay:Ar,LucideAlarmCheck:xt,LucideAlarmClock:Pr,LucideAlarmClockCheck:xt,LucideAlarmClockMinus:Nt,LucideAlarmClockOff:jr,LucideAlarmClockPlus:It,LucideAlarmMinus:Nt,LucideAlarmPlus:It,LucideAlarmSmoke:qr,LucideAlbum:Dr,LucideAlertCircle:nn,LucideAlertOctagon:Ro,LucideAlertTriangle:m1,LucideAlignCenter:l1,LucideAlignCenterHorizontal:Or,LucideAlignCenterVertical:Hr,LucideAlignEndHorizontal:Vr,LucideAlignEndVertical:Rr,LucideAlignHorizontalDistributeCenter:Tr,LucideAlignHorizontalDistributeEnd:Fr,LucideAlignHorizontalDistributeStart:Er,LucideAlignHorizontalJustifyCenter:Ur,LucideAlignHorizontalJustifyEnd:Br,LucideAlignHorizontalJustifyStart:Zr,LucideAlignHorizontalSpaceAround:Gr,LucideAlignHorizontalSpaceBetween:Wr,LucideAlignJustify:h1,LucideAlignLeft:Re,LucideAlignRight:u1,LucideAlignStartHorizontal:Kr,LucideAlignStartVertical:Xr,LucideAlignVerticalDistributeCenter:Jr,LucideAlignVerticalDistributeEnd:Yr,LucideAlignVerticalDistributeStart:Qr,LucideAlignVerticalJustifyCenter:ec,LucideAlignVerticalJustifyEnd:tc,LucideAlignVerticalJustifyStart:nc,LucideAlignVerticalSpaceAround:oc,LucideAlignVerticalSpaceBetween:ac,LucideAmbulance:ic,LucideAmpersand:rc,LucideAmpersands:cc,LucideAmphora:dc,LucideAnchor:sc,LucideAngry:lc,LucideAnnoyed:uc,LucideAntenna:hc,LucideAnvil:pc,LucideAperture:yc,LucideAppWindow:_c,LucideAppWindowMac:kc,LucideApple:mc,LucideArchive:gc,LucideArchiveRestore:fc,LucideArchiveX:vc,LucideAreaChart:Ft,LucideArmchair:Mc,LucideArrowBigDown:wc,LucideArrowBigDownDash:$c,LucideArrowBigLeft:xc,LucideArrowBigLeftDash:bc,LucideArrowBigRight:Lc,LucideArrowBigRightDash:Nc,LucideArrowBigUp:Cc,LucideArrowBigUpDash:Ic,LucideArrowDown:Vc,LucideArrowDown01:Sc,LucideArrowDown10:zc,LucideArrowDownAZ:Lt,LucideArrowDownAz:Lt,LucideArrowDownCircle:on,LucideArrowDownFromLine:Ac,LucideArrowDownLeft:jc,LucideArrowDownLeftFromCircle:rn,LucideArrowDownLeftFromSquare:_a,LucideArrowDownLeftSquare:ha,LucideArrowDownNarrowWide:Pc,LucideArrowDownRight:qc,LucideArrowDownRightFromCircle:cn,LucideArrowDownRightFromSquare:fa,LucideArrowDownRightSquare:pa,LucideArrowDownSquare:ya,LucideArrowDownToDot:Dc,LucideArrowDownToLine:Oc,LucideArrowDownUp:Hc,LucideArrowDownWideNarrow:Ct,LucideArrowDownZA:St,LucideArrowDownZa:St,LucideArrowLeft:Ec,LucideArrowLeftCircle:an,LucideArrowLeftFromLine:Rc,LucideArrowLeftRight:Tc,LucideArrowLeftSquare:ka,LucideArrowLeftToLine:Fc,LucideArrowRight:Gc,LucideArrowRightCircle:ln,LucideArrowRightFromLine:Uc,LucideArrowRightLeft:Bc,LucideArrowRightSquare:va,LucideArrowRightToLine:Zc,LucideArrowUp:o2,LucideArrowUp01:Wc,LucideArrowUp10:Kc,LucideArrowUpAZ:zt,LucideArrowUpAz:zt,LucideArrowUpCircle:un,LucideArrowUpDown:Xc,LucideArrowUpFromDot:Jc,LucideArrowUpFromLine:Yc,LucideArrowUpLeft:Qc,LucideArrowUpLeftFromCircle:dn,LucideArrowUpLeftFromSquare:ma,LucideArrowUpLeftSquare:Ma,LucideArrowUpNarrowWide:At,LucideArrowUpRight:e2,LucideArrowUpRightFromCircle:sn,LucideArrowUpRightFromSquare:ga,LucideArrowUpRightSquare:$a,LucideArrowUpSquare:wa,LucideArrowUpToLine:t2,LucideArrowUpWideNarrow:n2,LucideArrowUpZA:jt,LucideArrowUpZa:jt,LucideArrowsUpFromLine:a2,LucideAsterisk:i2,LucideAsteriskSquare:ba,LucideAtSign:r2,LucideAtom:c2,LucideAudioLines:d2,LucideAudioWaveform:s2,LucideAward:l2,LucideAxe:u2,LucideAxis3D:Pt,LucideAxis3d:Pt,LucideBaby:h2,LucideBackpack:p2,LucideBadge:S2,LucideBadgeAlert:y2,LucideBadgeCent:k2,LucideBadgeCheck:qt,LucideBadgeDollarSign:_2,LucideBadgeEuro:f2,LucideBadgeHelp:Dt,LucideBadgeIndianRupee:m2,LucideBadgeInfo:g2,LucideBadgeJapaneseYen:v2,LucideBadgeMinus:M2,LucideBadgePercent:$2,LucideBadgePlus:w2,LucideBadgePoundSterling:b2,LucideBadgeQuestionMark:Dt,LucideBadgeRussianRuble:x2,LucideBadgeSwissFranc:N2,LucideBadgeTurkishLira:I2,LucideBadgeX:L2,LucideBaggageClaim:C2,LucideBan:z2,LucideBanana:A2,LucideBandage:j2,LucideBanknote:O2,LucideBanknoteArrowDown:P2,LucideBanknoteArrowUp:q2,LucideBanknoteX:D2,LucideBarChart:Xt,LucideBarChart2:Jt,LucideBarChart3:Wt,LucideBarChart4:Gt,LucideBarChartBig:Zt,LucideBarChartHorizontal:Ut,LucideBarChartHorizontalBig:Et,LucideBarcode:H2,LucideBarrel:V2,LucideBaseline:R2,LucideBath:T2,LucideBattery:W2,LucideBatteryCharging:F2,LucideBatteryFull:E2,LucideBatteryLow:U2,LucideBatteryMedium:B2,LucideBatteryPlus:Z2,LucideBatteryWarning:G2,LucideBeaker:K2,LucideBean:J2,LucideBeanOff:X2,LucideBed:Q2,LucideBedDouble:Y2,LucideBedSingle:ed,LucideBeef:td,LucideBeer:od,LucideBeerOff:nd,LucideBell:sd,LucideBellDot:ad,LucideBellElectric:id,LucideBellMinus:rd,LucideBellOff:cd,LucideBellPlus:dd,LucideBellRing:ld,LucideBetweenHorizonalEnd:Ot,LucideBetweenHorizonalStart:Ht,LucideBetweenHorizontalEnd:Ot,LucideBetweenHorizontalStart:Ht,LucideBetweenVerticalEnd:ud,LucideBetweenVerticalStart:pd,LucideBicepsFlexed:hd,LucideBike:yd,LucideBinary:kd,LucideBinoculars:_d,LucideBiohazard:fd,LucideBird:md,LucideBirdhouse:gd,LucideBitcoin:vd,LucideBlend:Md,LucideBlinds:$d,LucideBlocks:wd,LucideBluetooth:Id,LucideBluetoothConnected:bd,LucideBluetoothOff:xd,LucideBluetoothSearching:Nd,LucideBold:Ld,LucideBolt:Sd,LucideBomb:zd,LucideBone:Cd,LucideBook:t0,LucideBookA:Ad,LucideBookAlert:jd,LucideBookAudio:Pd,LucideBookCheck:qd,LucideBookCopy:Dd,LucideBookDashed:Vt,LucideBookDown:Od,LucideBookHeadphones:Hd,LucideBookHeart:Vd,LucideBookImage:Rd,LucideBookKey:Td,LucideBookLock:Fd,LucideBookMarked:Ed,LucideBookMinus:Ud,LucideBookOpen:Gd,LucideBookOpenCheck:Bd,LucideBookOpenText:Zd,LucideBookPlus:Wd,LucideBookTemplate:Vt,LucideBookText:Kd,LucideBookType:Xd,LucideBookUp:Yd,LucideBookUp2:Jd,LucideBookUser:Qd,LucideBookX:e0,LucideBookmark:r0,LucideBookmarkCheck:n0,LucideBookmarkMinus:o0,LucideBookmarkPlus:a0,LucideBookmarkX:i0,LucideBoomBox:c0,LucideBot:l0,LucideBotMessageSquare:d0,LucideBotOff:s0,LucideBottleWine:u0,LucideBowArrow:h0,LucideBox:p0,LucideBoxSelect:qa,LucideBoxes:y0,LucideBraces:Rt,LucideBrackets:k0,LucideBrain:m0,LucideBrainCircuit:_0,LucideBrainCog:f0,LucideBrickWall:M0,LucideBrickWallFire:g0,LucideBrickWallShield:v0,LucideBriefcase:N0,LucideBriefcaseBusiness:$0,LucideBriefcaseConveyorBelt:w0,LucideBriefcaseMedical:b0,LucideBringToFront:x0,LucideBrush:L0,LucideBrushCleaning:I0,LucideBubbles:S0,LucideBug:A0,LucideBugOff:C0,LucideBugPlay:z0,LucideBuilding:P0,LucideBuilding2:j0,LucideBus:D0,LucideBusFront:q0,LucideCable:H0,LucideCableCar:O0,LucideCake:R0,LucideCakeSlice:V0,LucideCalculator:T0,LucideCalendar:ds,LucideCalendar1:F0,LucideCalendarArrowDown:U0,LucideCalendarArrowUp:E0,LucideCalendarCheck:Z0,LucideCalendarCheck2:B0,LucideCalendarClock:G0,LucideCalendarCog:W0,LucideCalendarDays:X0,LucideCalendarFold:K0,LucideCalendarHeart:J0,LucideCalendarMinus:es,LucideCalendarMinus2:Y0,LucideCalendarOff:Q0,LucideCalendarPlus:ns,LucideCalendarPlus2:ts,LucideCalendarRange:os,LucideCalendarSearch:as,LucideCalendarSync:is,LucideCalendarX:cs,LucideCalendarX2:rs,LucideCamera:ls,LucideCameraOff:ss,LucideCandlestickChart:Bt,LucideCandy:ys,LucideCandyCane:us,LucideCandyOff:hs,LucideCannabis:ps,LucideCaptions:Tt,LucideCaptionsOff:ks,LucideCar:fs,LucideCarFront:_s,LucideCarTaxiFront:ms,LucideCaravan:gs,LucideCardSim:vs,LucideCarrot:Ms,LucideCaseLower:$s,LucideCaseSensitive:ws,LucideCaseUpper:bs,LucideCassetteTape:xs,LucideCast:Ns,LucideCastle:Is,LucideCat:Ls,LucideCctv:Ss,LucideChartArea:Ft,LucideChartBar:Ut,LucideChartBarBig:Et,LucideChartBarDecreasing:Cs,LucideChartBarIncreasing:zs,LucideChartBarStacked:As,LucideChartCandlestick:Bt,LucideChartColumn:Wt,LucideChartColumnBig:Zt,LucideChartColumnDecreasing:js,LucideChartColumnIncreasing:Gt,LucideChartColumnStacked:Ps,LucideChartGantt:qs,LucideChartLine:Kt,LucideChartNetwork:Ds,LucideChartNoAxesColumn:Jt,LucideChartNoAxesColumnDecreasing:Os,LucideChartNoAxesColumnIncreasing:Xt,LucideChartNoAxesCombined:Hs,LucideChartNoAxesGantt:Yt,LucideChartPie:Qt,LucideChartScatter:en,LucideChartSpline:Vs,LucideCheck:Fs,LucideCheckCheck:Rs,LucideCheckCircle:hn,LucideCheckCircle2:pn,LucideCheckLine:Ts,LucideCheckSquare:Na,LucideCheckSquare2:Ia,LucideChefHat:Es,LucideCherry:Us,LucideChessBishop:Bs,LucideChessKing:Zs,LucideChessKnight:Gs,LucideChessPawn:Ws,LucideChessQueen:Ks,LucideChessRook:Xs,LucideChevronDown:Js,LucideChevronDownCircle:yn,LucideChevronDownSquare:La,LucideChevronFirst:Ys,LucideChevronLast:Qs,LucideChevronLeft:el,LucideChevronLeftCircle:kn,LucideChevronLeftSquare:Sa,LucideChevronRight:tl,LucideChevronRightCircle:_n,LucideChevronRightSquare:Ca,LucideChevronUp:nl,LucideChevronUpCircle:fn,LucideChevronUpSquare:za,LucideChevronsDown:al,LucideChevronsDownUp:ol,LucideChevronsLeft:cl,LucideChevronsLeftRight:rl,LucideChevronsLeftRightEllipsis:il,LucideChevronsRight:sl,LucideChevronsRightLeft:dl,LucideChevronsUp:ul,LucideChevronsUpDown:ll,LucideChrome:tn,LucideChromium:tn,LucideChurch:hl,LucideCigarette:yl,LucideCigaretteOff:pl,LucideCircle:Ll,LucideCircleAlert:nn,LucideCircleArrowDown:on,LucideCircleArrowLeft:an,LucideCircleArrowOutDownLeft:rn,LucideCircleArrowOutDownRight:cn,LucideCircleArrowOutUpLeft:dn,LucideCircleArrowOutUpRight:sn,LucideCircleArrowRight:ln,LucideCircleArrowUp:un,LucideCircleCheck:pn,LucideCircleCheckBig:hn,LucideCircleChevronDown:yn,LucideCircleChevronLeft:kn,LucideCircleChevronRight:_n,LucideCircleChevronUp:fn,LucideCircleDashed:kl,LucideCircleDivide:mn,LucideCircleDollarSign:_l,LucideCircleDot:ml,LucideCircleDotDashed:fl,LucideCircleEllipsis:gl,LucideCircleEqual:vl,LucideCircleFadingArrowUp:Ml,LucideCircleFadingPlus:$l,LucideCircleGauge:gn,LucideCircleHelp:je,LucideCircleMinus:vn,LucideCircleOff:wl,LucideCircleParking:$n,LucideCircleParkingOff:Mn,LucideCirclePause:wn,LucideCirclePercent:bn,LucideCirclePlay:xn,LucideCirclePlus:Nn,LucideCirclePoundSterling:bl,LucideCirclePower:In,LucideCircleQuestionMark:je,LucideCircleSlash:xl,LucideCircleSlash2:Ln,LucideCircleSlashed:Ln,LucideCircleSmall:Nl,LucideCircleStar:Il,LucideCircleStop:Sn,LucideCircleUser:zn,LucideCircleUserRound:Cn,LucideCircleX:An,LucideCircuitBoard:Sl,LucideCitrus:Cl,LucideClapperboard:zl,LucideClipboard:Fl,LucideClipboardCheck:Al,LucideClipboardClock:jl,LucideClipboardCopy:Pl,LucideClipboardEdit:Pn,LucideClipboardList:ql,LucideClipboardMinus:Dl,LucideClipboardPaste:Ol,LucideClipboardPen:Pn,LucideClipboardPenLine:jn,LucideClipboardPlus:Hl,LucideClipboardSignature:jn,LucideClipboardType:Rl,LucideClipboardX:Vl,LucideClock:ru,LucideClock1:Tl,LucideClock10:El,LucideClock11:Ul,LucideClock12:Bl,LucideClock2:Zl,LucideClock3:Gl,LucideClock4:Wl,LucideClock5:Kl,LucideClock6:Xl,LucideClock7:Jl,LucideClock8:Yl,LucideClock9:Ql,LucideClockAlert:eu,LucideClockArrowDown:tu,LucideClockArrowUp:nu,LucideClockCheck:ou,LucideClockFading:au,LucideClockPlus:iu,LucideClosedCaption:du,LucideCloud:bu,LucideCloudAlert:cu,LucideCloudCheck:su,LucideCloudCog:lu,LucideCloudDownload:qn,LucideCloudDrizzle:uu,LucideCloudFog:hu,LucideCloudHail:pu,LucideCloudLightning:ku,LucideCloudMoon:_u,LucideCloudMoonRain:yu,LucideCloudOff:fu,LucideCloudRain:gu,LucideCloudRainWind:mu,LucideCloudSnow:vu,LucideCloudSun:$u,LucideCloudSunRain:Mu,LucideCloudUpload:Dn,LucideCloudy:wu,LucideClover:xu,LucideClub:Nu,LucideCode:Iu,LucideCode2:On,LucideCodeSquare:Aa,LucideCodeXml:On,LucideCodepen:Lu,LucideCodesandbox:Su,LucideCoffee:Cu,LucideCog:Au,LucideCoins:zu,LucideColumns:Hn,LucideColumns2:Hn,LucideColumns3:Vn,LucideColumns3Cog:Pe,LucideColumns4:ju,LucideColumnsSettings:Pe,LucideCombine:Pu,LucideCommand:qu,LucideCompass:Du,LucideComponent:Ou,LucideComputer:Hu,LucideConciergeBell:Vu,LucideCone:Ru,LucideConstruction:Tu,LucideContact:Eu,LucideContact2:Rn,LucideContactRound:Rn,LucideContainer:Fu,LucideContrast:Uu,LucideCookie:Bu,LucideCookingPot:Zu,LucideCopy:Yu,LucideCopyCheck:Gu,LucideCopyMinus:Wu,LucideCopyPlus:Ku,LucideCopySlash:Xu,LucideCopyX:Ju,LucideCopyleft:Qu,LucideCopyright:eh,LucideCornerDownLeft:th,LucideCornerDownRight:nh,LucideCornerLeftDown:oh,LucideCornerLeftUp:ah,LucideCornerRightDown:ih,LucideCornerRightUp:rh,LucideCornerUpLeft:ch,LucideCornerUpRight:dh,LucideCpu:sh,LucideCreativeCommons:lh,LucideCreditCard:uh,LucideCroissant:hh,LucideCrop:ph,LucideCross:yh,LucideCrosshair:kh,LucideCrown:_h,LucideCuboid:fh,LucideCupSoda:mh,LucideCurlyBraces:Rt,LucideCurrency:gh,LucideCylinder:vh,LucideDam:Mh,LucideDatabase:bh,LucideDatabaseBackup:$h,LucideDatabaseZap:wh,LucideDecimalsArrowLeft:xh,LucideDecimalsArrowRight:Nh,LucideDelete:Ih,LucideDessert:Lh,LucideDiameter:Sh,LucideDiamond:Ah,LucideDiamondMinus:Ch,LucideDiamondPercent:Tn,LucideDiamondPlus:zh,LucideDice1:jh,LucideDice2:Ph,LucideDice3:qh,LucideDice4:Dh,LucideDice5:Oh,LucideDice6:Hh,LucideDices:Vh,LucideDiff:Rh,LucideDisc:Uh,LucideDisc2:Th,LucideDisc3:Fh,LucideDiscAlbum:Eh,LucideDivide:Bh,LucideDivideCircle:mn,LucideDivideSquare:Da,LucideDna:Gh,LucideDnaOff:Zh,LucideDock:Wh,LucideDog:Kh,LucideDollarSign:Xh,LucideDonut:Jh,LucideDoorClosed:Qh,LucideDoorClosedLocked:Yh,LucideDoorOpen:ep,LucideDot:tp,LucideDotSquare:Oa,LucideDownload:np,LucideDownloadCloud:qn,LucideDraftingCompass:op,LucideDrama:ap,LucideDribbble:ip,LucideDrill:rp,LucideDrone:cp,LucideDroplet:sp,LucideDropletOff:dp,LucideDroplets:lp,LucideDrum:up,LucideDrumstick:hp,LucideDumbbell:pp,LucideEar:kp,LucideEarOff:yp,LucideEarth:Fn,LucideEarthLock:_p,LucideEclipse:fp,LucideEdit:ge,LucideEdit2:Qo,LucideEdit3:Yo,LucideEgg:vp,LucideEggFried:mp,LucideEggOff:gp,LucideEllipsis:lt,LucideEllipsisVertical:En,LucideEqual:wp,LucideEqualApproximately:Mp,LucideEqualNot:$p,LucideEqualSquare:Ha,LucideEraser:bp,LucideEthernetPort:xp,LucideEuro:Np,LucideEvCharger:Ip,LucideExpand:Lp,LucideExternalLink:Sp,LucideEye:Ap,LucideEyeClosed:zp,LucideEyeOff:Cp,LucideFacebook:jp,LucideFactory:Pp,LucideFan:qp,LucideFastForward:Dp,LucideFeather:Hp,LucideFence:Op,LucideFerrisWheel:Vp,LucideFigma:Rp,LucideFile:ky,LucideFileArchive:Tp,LucideFileAudio:qe,LucideFileAudio2:qe,LucideFileAxis3D:Un,LucideFileAxis3d:Un,LucideFileBadge:Bn,LucideFileBadge2:Bn,LucideFileBarChart:Gn,LucideFileBarChart2:Kn,LucideFileBox:Fp,LucideFileBraces:Wn,LucideFileBracesCorner:Zn,LucideFileChartColumn:Kn,LucideFileChartColumnIncreasing:Gn,LucideFileChartLine:Xn,LucideFileChartPie:Jn,LucideFileCheck:Ep,LucideFileCheck2:Yn,LucideFileCheckCorner:Yn,LucideFileClock:Up,LucideFileCode:Bp,LucideFileCode2:Qn,LucideFileCodeCorner:Qn,LucideFileCog:eo,LucideFileCog2:eo,LucideFileDiff:Zp,LucideFileDigit:Gp,LucideFileDown:Wp,LucideFileEdit:co,LucideFileExclamationPoint:to,LucideFileHeadphone:qe,LucideFileHeart:Kp,LucideFileImage:Xp,LucideFileInput:Jp,LucideFileJson:Wn,LucideFileJson2:Zn,LucideFileKey:no,LucideFileKey2:no,LucideFileLineChart:Xn,LucideFileLock:ao,LucideFileLock2:ao,LucideFileMinus:Yp,LucideFileMinus2:oo,LucideFileMinusCorner:oo,LucideFileMusic:Qp,LucideFileOutput:ey,LucideFilePen:co,LucideFilePenLine:io,LucideFilePieChart:Jn,LucideFilePlay:ro,LucideFilePlus:ty,LucideFilePlus2:so,LucideFilePlusCorner:so,LucideFileQuestion:lo,LucideFileQuestionMark:lo,LucideFileScan:ny,LucideFileSearch:oy,LucideFileSearch2:uo,LucideFileSearchCorner:uo,LucideFileSignal:ho,LucideFileSignature:io,LucideFileSliders:ay,LucideFileSpreadsheet:iy,LucideFileStack:ry,LucideFileSymlink:cy,LucideFileTerminal:dy,LucideFileText:sy,LucideFileType:ly,LucideFileType2:po,LucideFileTypeCorner:po,LucideFileUp:uy,LucideFileUser:hy,LucideFileVideo:ro,LucideFileVideo2:yo,LucideFileVideoCamera:yo,LucideFileVolume:py,LucideFileVolume2:ho,LucideFileWarning:to,LucideFileX:yy,LucideFileX2:ko,LucideFileXCorner:ko,LucideFiles:_y,LucideFilm:fy,LucideFilter:go,LucideFilterX:mo,LucideFingerprint:my,LucideFireExtinguisher:gy,LucideFish:$y,LucideFishOff:vy,LucideFishSymbol:My,LucideFlag:Ny,LucideFlagOff:wy,LucideFlagTriangleLeft:by,LucideFlagTriangleRight:xy,LucideFlame:Ly,LucideFlameKindling:Iy,LucideFlashlight:Cy,LucideFlashlightOff:Sy,LucideFlaskConical:zy,LucideFlaskConicalOff:Ay,LucideFlaskRound:jy,LucideFlipHorizontal:qy,LucideFlipHorizontal2:Py,LucideFlipVertical:Oy,LucideFlipVertical2:Dy,LucideFlower:Vy,LucideFlower2:Hy,LucideFocus:Ry,LucideFoldHorizontal:Ty,LucideFoldVertical:Ey,LucideFolder:_k,LucideFolderArchive:Fy,LucideFolderCheck:Uy,LucideFolderClock:By,LucideFolderClosed:Zy,LucideFolderCode:Gy,LucideFolderCog:_o,LucideFolderCog2:_o,LucideFolderDot:Wy,LucideFolderDown:Ky,LucideFolderEdit:fo,LucideFolderGit:Xy,LucideFolderGit2:Jy,LucideFolderHeart:Yy,LucideFolderInput:Qy,LucideFolderKanban:ek,LucideFolderKey:tk,LucideFolderLock:nk,LucideFolderMinus:ok,LucideFolderOpen:ik,LucideFolderOpenDot:ak,LucideFolderOutput:rk,LucideFolderPen:fo,LucideFolderPlus:ck,LucideFolderRoot:dk,LucideFolderSearch:lk,LucideFolderSearch2:sk,LucideFolderSymlink:uk,LucideFolderSync:hk,LucideFolderTree:pk,LucideFolderUp:kk,LucideFolderX:yk,LucideFolders:fk,LucideFootprints:mk,LucideForkKnife:S1,LucideForkKnifeCrossed:L1,LucideForklift:gk,LucideFormInput:ta,LucideForward:vk,LucideFrame:Mk,LucideFramer:$k,LucideFrown:wk,LucideFuel:bk,LucideFullscreen:xk,LucideFunctionSquare:Va,LucideFunnel:go,LucideFunnelPlus:Nk,LucideFunnelX:mo,LucideGalleryHorizontal:Ik,LucideGalleryHorizontalEnd:Lk,LucideGalleryThumbnails:Sk,LucideGalleryVertical:zk,LucideGalleryVerticalEnd:Ck,LucideGamepad:Pk,LucideGamepad2:Ak,LucideGamepadDirectional:jk,LucideGanttChart:Yt,LucideGanttChartSquare:Ve,LucideGauge:qk,LucideGaugeCircle:gn,LucideGavel:Ok,LucideGem:Dk,LucideGeorgianLari:Hk,LucideGhost:Rk,LucideGift:Vk,LucideGitBranch:Ek,LucideGitBranchMinus:Tk,LucideGitBranchPlus:Fk,LucideGitCommit:vo,LucideGitCommitHorizontal:vo,LucideGitCommitVertical:Uk,LucideGitCompare:Zk,LucideGitCompareArrows:Bk,LucideGitFork:Wk,LucideGitGraph:Gk,LucideGitMerge:Kk,LucideGitPullRequest:n4,LucideGitPullRequestArrow:Xk,LucideGitPullRequestClosed:Jk,LucideGitPullRequestCreate:Qk,LucideGitPullRequestCreateArrow:Yk,LucideGitPullRequestDraft:e4,LucideGithub:t4,LucideGitlab:o4,LucideGlassWater:i4,LucideGlasses:a4,LucideGlobe:c4,LucideGlobe2:Fn,LucideGlobeLock:r4,LucideGoal:d4,LucideGpu:s4,LucideGrab:xo,LucideGraduationCap:l4,LucideGrape:u4,LucideGrid:De,LucideGrid2X2:bo,LucideGrid2X2Check:Mo,LucideGrid2X2Plus:$o,LucideGrid2X2X:wo,LucideGrid2x2:bo,LucideGrid2x2Check:Mo,LucideGrid2x2Plus:$o,LucideGrid2x2X:wo,LucideGrid3X3:De,LucideGrid3x2:h4,LucideGrid3x3:De,LucideGrip:k4,LucideGripHorizontal:p4,LucideGripVertical:y4,LucideGroup:_4,LucideGuitar:f4,LucideHam:m4,LucideHamburger:g4,LucideHammer:v4,LucideHand:N4,LucideHandCoins:M4,LucideHandFist:$4,LucideHandGrab:xo,LucideHandHeart:w4,LucideHandHelping:No,LucideHandMetal:b4,LucideHandPlatter:x4,LucideHandbag:I4,LucideHandshake:L4,LucideHardDrive:z4,LucideHardDriveDownload:S4,LucideHardDriveUpload:C4,LucideHardHat:A4,LucideHash:j4,LucideHatGlasses:P4,LucideHaze:q4,LucideHdmiPort:D4,LucideHeading:E4,LucideHeading1:O4,LucideHeading2:H4,LucideHeading3:V4,LucideHeading4:R4,LucideHeading5:F4,LucideHeading6:T4,LucideHeadphoneOff:U4,LucideHeadphones:Z4,LucideHeadset:B4,LucideHeart:Q4,LucideHeartCrack:G4,LucideHeartHandshake:W4,LucideHeartMinus:K4,LucideHeartOff:X4,LucideHeartPlus:J4,LucideHeartPulse:Y4,LucideHeater:e5,LucideHelicopter:t5,LucideHelpCircle:je,LucideHelpingHand:No,LucideHexagon:n5,LucideHighlighter:o5,LucideHistory:a5,LucideHome:Io,LucideHop:r5,LucideHopOff:i5,LucideHospital:c5,LucideHotel:d5,LucideHourglass:s5,LucideHouse:Io,LucideHouseHeart:l5,LucideHousePlug:u5,LucideHousePlus:h5,LucideHouseWifi:p5,LucideIceCream:So,LucideIceCream2:Lo,LucideIceCreamBowl:Lo,LucideIceCreamCone:So,LucideIdCard:k5,LucideIdCardLanyard:y5,LucideImage:w5,LucideImageDown:_5,LucideImageMinus:f5,LucideImageOff:m5,LucideImagePlay:g5,LucideImagePlus:v5,LucideImageUp:M5,LucideImageUpscale:$5,LucideImages:b5,LucideImport:x5,LucideInbox:N5,LucideIndent:He,LucideIndentDecrease:Oe,LucideIndentIncrease:He,LucideIndianRupee:I5,LucideInfinity:L5,LucideInfo:Ni,LucideInspect:Ba,LucideInspectionPanel:S5,LucideInstagram:C5,LucideItalic:z5,LucideIterationCcw:A5,LucideIterationCw:q5,LucideJapaneseYen:j5,LucideJoystick:P5,LucideKanban:D5,LucideKanbanSquare:Ra,LucideKanbanSquareDashed:ja,LucideKayak:H5,LucideKey:V5,LucideKeyRound:O5,LucideKeySquare:R5,LucideKeyboard:E5,LucideKeyboardMusic:T5,LucideKeyboardOff:F5,LucideLamp:K5,LucideLampCeiling:U5,LucideLampDesk:B5,LucideLampFloor:Z5,LucideLampWallDown:G5,LucideLampWallUp:W5,LucideLandPlot:X5,LucideLandmark:J5,LucideLanguages:Y5,LucideLaptop:e_,LucideLaptop2:Co,LucideLaptopMinimal:Co,LucideLaptopMinimalCheck:Q5,LucideLasso:t_,LucideLassoSelect:o_,LucideLaugh:n_,LucideLayers:zo,LucideLayers2:a_,LucideLayers3:zo,LucideLayout:Jo,LucideLayoutDashboard:i_,LucideLayoutGrid:r_,LucideLayoutList:c_,LucideLayoutPanelLeft:d_,LucideLayoutPanelTop:s_,LucideLayoutTemplate:l_,LucideLeaf:u_,LucideLeafyGreen:h_,LucideLectern:p_,LucideLetterText:p1,LucideLibrary:k_,LucideLibraryBig:y_,LucideLibrarySquare:Ta,LucideLifeBuoy:__,LucideLigature:f_,LucideLightbulb:g_,LucideLightbulbOff:m_,LucideLineChart:Kt,LucideLineSquiggle:v_,LucideLink:w_,LucideLink2:$_,LucideLink2Off:M_,LucideLinkedin:b_,LucideList:E_,LucideListCheck:x_,LucideListChecks:N_,LucideListChevronsDownUp:I_,LucideListChevronsUpDown:S_,LucideListCollapse:L_,LucideListEnd:C_,LucideListFilter:A_,LucideListFilterPlus:z_,LucideListIndentDecrease:Oe,LucideListIndentIncrease:He,LucideListMinus:j_,LucideListMusic:P_,LucideListOrdered:q_,LucideListPlus:D_,LucideListRestart:O_,LucideListStart:H_,LucideListTodo:V_,LucideListTree:R_,LucideListVideo:T_,LucideListX:F_,LucideLoader:Ii,LucideLoader2:Ao,LucideLoaderCircle:Ao,LucideLoaderPinwheel:U_,LucideLocate:G_,LucideLocateFixed:B_,LucideLocateOff:Z_,LucideLocationEdit:Do,LucideLock:K_,LucideLockKeyhole:W_,LucideLockKeyholeOpen:jo,LucideLockOpen:Po,LucideLogIn:X_,LucideLogOut:J_,LucideLogs:Y_,LucideLollipop:Q_,LucideLuggage:ef,LucideMSquare:Ea,LucideMagnet:tf,LucideMail:lf,LucideMailCheck:nf,LucideMailMinus:of,LucideMailOpen:af,LucideMailPlus:rf,LucideMailQuestion:qo,LucideMailQuestionMark:qo,LucideMailSearch:cf,LucideMailWarning:df,LucideMailX:sf,LucideMailbox:uf,LucideMails:hf,LucideMap:If,LucideMapMinus:pf,LucideMapPin:bf,LucideMapPinCheck:kf,LucideMapPinCheckInside:yf,LucideMapPinHouse:_f,LucideMapPinMinus:mf,LucideMapPinMinusInside:ff,LucideMapPinOff:gf,LucideMapPinPen:Do,LucideMapPinPlus:Mf,LucideMapPinPlusInside:vf,LucideMapPinX:wf,LucideMapPinXInside:$f,LucideMapPinned:xf,LucideMapPlus:Nf,LucideMars:Sf,LucideMarsStroke:Lf,LucideMartini:Cf,LucideMaximize:Af,LucideMaximize2:zf,LucideMedal:jf,LucideMegaphone:qf,LucideMegaphoneOff:Pf,LucideMeh:Df,LucideMemoryStick:Of,LucideMenu:Vf,LucideMenuSquare:Fa,LucideMerge:Hf,LucideMessageCircle:Kf,LucideMessageCircleCode:Rf,LucideMessageCircleDashed:Tf,LucideMessageCircleHeart:Ff,LucideMessageCircleMore:Ef,LucideMessageCircleOff:Uf,LucideMessageCirclePlus:Bf,LucideMessageCircleQuestion:Oo,LucideMessageCircleQuestionMark:Oo,LucideMessageCircleReply:Zf,LucideMessageCircleWarning:Gf,LucideMessageCircleX:Wf,LucideMessageSquare:um,LucideMessageSquareCode:Xf,LucideMessageSquareDashed:Jf,LucideMessageSquareDiff:Yf,LucideMessageSquareDot:Qf,LucideMessageSquareHeart:em,LucideMessageSquareLock:tm,LucideMessageSquareMore:nm,LucideMessageSquareOff:om,LucideMessageSquarePlus:am,LucideMessageSquareQuote:im,LucideMessageSquareReply:rm,LucideMessageSquareShare:cm,LucideMessageSquareText:dm,LucideMessageSquareWarning:sm,LucideMessageSquareX:lm,LucideMessagesSquare:hm,LucideMic:ym,LucideMic2:Ho,LucideMicOff:pm,LucideMicVocal:Ho,LucideMicrochip:km,LucideMicroscope:_m,LucideMicrowave:fm,LucideMilestone:mm,LucideMilk:vm,LucideMilkOff:gm,LucideMinimize:$m,LucideMinimize2:Mm,LucideMinus:wm,LucideMinusCircle:vn,LucideMinusSquare:Ua,LucideMonitor:Om,LucideMonitorCheck:bm,LucideMonitorCloud:xm,LucideMonitorCog:Nm,LucideMonitorDot:Im,LucideMonitorDown:Lm,LucideMonitorOff:Sm,LucideMonitorPause:Cm,LucideMonitorPlay:zm,LucideMonitorSmartphone:Pm,LucideMonitorSpeaker:Am,LucideMonitorStop:jm,LucideMonitorUp:qm,LucideMonitorX:Dm,LucideMoon:Vm,LucideMoonStar:Hm,LucideMoreHorizontal:lt,LucideMoreVertical:En,LucideMotorbike:Rm,LucideMountain:Fm,LucideMountainSnow:Tm,LucideMouse:Km,LucideMouseOff:Em,LucideMousePointer:Wm,LucideMousePointer2:Bm,LucideMousePointer2Off:Um,LucideMousePointerBan:Zm,LucideMousePointerClick:Gm,LucideMousePointerSquareDashed:Pa,LucideMove:sg,LucideMove3D:Vo,LucideMove3d:Vo,LucideMoveDiagonal:Jm,LucideMoveDiagonal2:Xm,LucideMoveDown:eg,LucideMoveDownLeft:Ym,LucideMoveDownRight:Qm,LucideMoveHorizontal:tg,LucideMoveLeft:ng,LucideMoveRight:og,LucideMoveUp:rg,LucideMoveUpLeft:ag,LucideMoveUpRight:ig,LucideMoveVertical:cg,LucideMusic:hg,LucideMusic2:dg,LucideMusic3:ug,LucideMusic4:lg,LucideNavigation:_g,LucideNavigation2:yg,LucideNavigation2Off:pg,LucideNavigationOff:kg,LucideNetwork:fg,LucideNewspaper:mg,LucideNfc:gg,LucideNonBinary:vg,LucideNotebook:bg,LucideNotebookPen:Mg,LucideNotebookTabs:$g,LucideNotebookText:wg,LucideNotepadText:xg,LucideNotepadTextDashed:Ig,LucideNut:Lg,LucideNutOff:Ng,LucideOctagon:Cg,LucideOctagonAlert:Ro,LucideOctagonMinus:Sg,LucideOctagonPause:To,LucideOctagonX:Fo,LucideOmega:zg,LucideOption:Ag,LucideOrbit:Pg,LucideOrigami:jg,LucideOutdent:Oe,LucidePackage:Fg,LucidePackage2:qg,LucidePackageCheck:Dg,LucidePackageMinus:Og,LucidePackageOpen:Hg,LucidePackagePlus:Vg,LucidePackageSearch:Rg,LucidePackageX:Tg,LucidePaintBucket:Eg,LucidePaintRoller:Ug,LucidePaintbrush:Bg,LucidePaintbrush2:Eo,LucidePaintbrushVertical:Eo,LucidePalette:Gg,LucidePalmtree:f1,LucidePanda:Zg,LucidePanelBottom:Xg,LucidePanelBottomClose:Wg,LucidePanelBottomDashed:Uo,LucidePanelBottomInactive:Uo,LucidePanelBottomOpen:Kg,LucidePanelLeft:Wo,LucidePanelLeftClose:Bo,LucidePanelLeftDashed:Zo,LucidePanelLeftInactive:Zo,LucidePanelLeftOpen:Go,LucidePanelLeftRightDashed:Jg,LucidePanelRight:Qg,LucidePanelRightClose:Yg,LucidePanelRightDashed:Ko,LucidePanelRightInactive:Ko,LucidePanelRightOpen:e3,LucidePanelTop:a3,LucidePanelTopBottomDashed:t3,LucidePanelTopClose:n3,LucidePanelTopDashed:Xo,LucidePanelTopInactive:Xo,LucidePanelTopOpen:o3,LucidePanelsLeftBottom:r3,LucidePanelsLeftRight:Vn,LucidePanelsRightBottom:i3,LucidePanelsTopBottom:aa,LucidePanelsTopLeft:Jo,LucidePaperclip:c3,LucideParentheses:d3,LucideParkingCircle:$n,LucideParkingCircleOff:Mn,LucideParkingMeter:s3,LucideParkingSquare:Ga,LucideParkingSquareOff:Za,LucidePartyPopper:l3,LucidePause:u3,LucidePauseCircle:wn,LucidePauseOctagon:To,LucidePawPrint:h3,LucidePcCase:p3,LucidePen:Qo,LucidePenBox:ge,LucidePenLine:Yo,LucidePenOff:y3,LucidePenSquare:ge,LucidePenTool:k3,LucidePencil:g3,LucidePencilLine:_3,LucidePencilOff:f3,LucidePencilRuler:m3,LucidePentagon:v3,LucidePercent:M3,LucidePercentCircle:bn,LucidePercentDiamond:Tn,LucidePercentSquare:Wa,LucidePersonStanding:$3,LucidePhilippinePeso:w3,LucidePhone:C3,LucidePhoneCall:b3,LucidePhoneForwarded:x3,LucidePhoneIncoming:N3,LucidePhoneMissed:I3,LucidePhoneOff:L3,LucidePhoneOutgoing:S3,LucidePi:z3,LucidePiSquare:Xa,LucidePiano:A3,LucidePickaxe:j3,LucidePictureInPicture:q3,LucidePictureInPicture2:P3,LucidePieChart:Qt,LucidePiggyBank:D3,LucidePilcrow:V3,LucidePilcrowLeft:O3,LucidePilcrowRight:H3,LucidePilcrowSquare:Ka,LucidePill:T3,LucidePillBottle:R3,LucidePin:E3,LucidePinOff:F3,LucidePipette:U3,LucidePizza:B3,LucidePlane:W3,LucidePlaneLanding:Z3,LucidePlaneTakeoff:G3,LucidePlay:K3,LucidePlayCircle:xn,LucidePlaySquare:Ja,LucidePlug:J3,LucidePlug2:X3,LucidePlugZap:ea,LucidePlugZap2:ea,LucidePlus:Y3,LucidePlusCircle:Nn,LucidePlusSquare:Ya,LucidePocket:n6,LucidePocketKnife:Q3,LucidePodcast:e6,LucidePointer:o6,LucidePointerOff:t6,LucidePopcorn:a6,LucidePopsicle:i6,LucidePoundSterling:r6,LucidePower:d6,LucidePowerCircle:In,LucidePowerOff:c6,LucidePowerSquare:Qa,LucidePresentation:s6,LucidePrinter:u6,LucidePrinterCheck:l6,LucideProjector:h6,LucideProportions:p6,LucidePuzzle:y6,LucidePyramid:k6,LucideQrCode:_6,LucideQuote:f6,LucideRabbit:m6,LucideRadar:g6,LucideRadiation:v6,LucideRadical:M6,LucideRadio:N6,LucideRadioReceiver:$6,LucideRadioTower:w6,LucideRadius:b6,LucideRailSymbol:x6,LucideRainbow:I6,LucideRat:L6,LucideRatio:S6,LucideReceipt:V6,LucideReceiptCent:C6,LucideReceiptEuro:z6,LucideReceiptIndianRupee:A6,LucideReceiptJapaneseYen:j6,LucideReceiptPoundSterling:P6,LucideReceiptRussianRuble:q6,LucideReceiptSwissFranc:D6,LucideReceiptText:O6,LucideReceiptTurkishLira:H6,LucideRectangleCircle:R6,LucideRectangleEllipsis:ta,LucideRectangleGoggles:T6,LucideRectangleHorizontal:F6,LucideRectangleVertical:E6,LucideRecycle:U6,LucideRedo:G6,LucideRedo2:B6,LucideRedoDot:Z6,LucideRefreshCcw:K6,LucideRefreshCcwDot:W6,LucideRefreshCw:J6,LucideRefreshCwOff:X6,LucideRefrigerator:Y6,LucideRegex:Q6,LucideRemoveFormatting:e8,LucideRepeat:o8,LucideRepeat1:t8,LucideRepeat2:n8,LucideReplace:i8,LucideReplaceAll:a8,LucideReply:c8,LucideReplyAll:r8,LucideRewind:d8,LucideRibbon:s8,LucideRocket:l8,LucideRockingChair:u8,LucideRollerCoaster:h8,LucideRose:p8,LucideRotate3D:na,LucideRotate3d:na,LucideRotateCcw:_8,LucideRotateCcwKey:y8,LucideRotateCcwSquare:k8,LucideRotateCw:m8,LucideRotateCwSquare:f8,LucideRoute:v8,LucideRouteOff:g8,LucideRouter:M8,LucideRows:oa,LucideRows2:oa,LucideRows3:aa,LucideRows4:$8,LucideRss:w8,LucideRuler:x8,LucideRulerDimensionLine:b8,LucideRussianRuble:N8,LucideSailboat:I8,LucideSalad:L8,LucideSandwich:S8,LucideSatellite:z8,LucideSatelliteDish:C8,LucideSaudiRiyal:A8,LucideSave:q8,LucideSaveAll:j8,LucideSaveOff:P8,LucideScale:O8,LucideScale3D:ia,LucideScale3d:ia,LucideScaling:D8,LucideScan:B8,LucideScanBarcode:H8,LucideScanEye:V8,LucideScanFace:R8,LucideScanHeart:T8,LucideScanLine:F8,LucideScanQrCode:E8,LucideScanSearch:U8,LucideScanText:Z8,LucideScatterChart:en,LucideSchool:G8,LucideSchool2:v1,LucideScissors:K8,LucideScissorsLineDashed:W8,LucideScissorsSquare:e1,LucideScissorsSquareDashedBottom:xa,LucideScreenShare:Y8,LucideScreenShareOff:X8,LucideScroll:Q8,LucideScrollText:J8,LucideSearch:av,LucideSearchCheck:ev,LucideSearchCode:nv,LucideSearchSlash:tv,LucideSearchX:ov,LucideSection:iv,LucideSend:cv,LucideSendHorizonal:ra,LucideSendHorizontal:ra,LucideSendToBack:rv,LucideSeparatorHorizontal:dv,LucideSeparatorVertical:sv,LucideServer:pv,LucideServerCog:lv,LucideServerCrash:uv,LucideServerOff:hv,LucideSettings:kv,LucideSettings2:yv,LucideShapes:_v,LucideShare:mv,LucideShare2:fv,LucideSheet:gv,LucideShell:vv,LucideShield:Cv,LucideShieldAlert:Mv,LucideShieldBan:$v,LucideShieldCheck:wv,LucideShieldClose:da,LucideShieldEllipsis:bv,LucideShieldHalf:xv,LucideShieldMinus:Nv,LucideShieldOff:Iv,LucideShieldPlus:Lv,LucideShieldQuestion:ca,LucideShieldQuestionMark:ca,LucideShieldUser:Sv,LucideShieldX:da,LucideShip:jv,LucideShipWheel:zv,LucideShirt:Av,LucideShoppingBag:Pv,LucideShoppingBasket:qv,LucideShoppingCart:Dv,LucideShovel:Ov,LucideShowerHead:Hv,LucideShredder:Vv,LucideShrimp:Rv,LucideShrink:Tv,LucideShrub:Fv,LucideShuffle:Ev,LucideSidebar:Wo,LucideSidebarClose:Bo,LucideSidebarOpen:Go,LucideSigma:Uv,LucideSigmaSquare:t1,LucideSignal:Kv,LucideSignalHigh:Bv,LucideSignalLow:Zv,LucideSignalMedium:Gv,LucideSignalZero:Wv,LucideSignature:Xv,LucideSignpost:Yv,LucideSignpostBig:Jv,LucideSiren:Qv,LucideSkipBack:e7,LucideSkipForward:t7,LucideSkull:n7,LucideSlack:o7,LucideSlash:a7,LucideSlashSquare:n1,LucideSlice:i7,LucideSliders:sa,LucideSlidersHorizontal:r7,LucideSlidersVertical:sa,LucideSmartphone:s7,LucideSmartphoneCharging:c7,LucideSmartphoneNfc:d7,LucideSmile:u7,LucideSmilePlus:l7,LucideSnail:h7,LucideSnowflake:p7,LucideSoapDispenserDroplet:y7,LucideSofa:k7,LucideSolarPanel:_7,LucideSortAsc:At,LucideSortDesc:Ct,LucideSoup:f7,LucideSpace:m7,LucideSpade:g7,LucideSparkle:v7,LucideSparkles:la,LucideSpeaker:M7,LucideSpeech:$7,LucideSpellCheck:w7,LucideSpellCheck2:b7,LucideSpline:N7,LucideSplinePointer:x7,LucideSplit:I7,LucideSplitSquareHorizontal:o1,LucideSplitSquareVertical:a1,LucideSpool:L7,LucideSpotlight:S7,LucideSprayCan:C7,LucideSprout:z7,LucideSquare:F7,LucideSquareActivity:ua,LucideSquareArrowDown:ya,LucideSquareArrowDownLeft:ha,LucideSquareArrowDownRight:pa,LucideSquareArrowLeft:ka,LucideSquareArrowOutDownLeft:_a,LucideSquareArrowOutDownRight:fa,LucideSquareArrowOutUpLeft:ma,LucideSquareArrowOutUpRight:ga,LucideSquareArrowRight:va,LucideSquareArrowUp:wa,LucideSquareArrowUpLeft:Ma,LucideSquareArrowUpRight:$a,LucideSquareAsterisk:ba,LucideSquareBottomDashedScissors:xa,LucideSquareChartGantt:Ve,LucideSquareCheck:Ia,LucideSquareCheckBig:Na,LucideSquareChevronDown:La,LucideSquareChevronLeft:Sa,LucideSquareChevronRight:Ca,LucideSquareChevronUp:za,LucideSquareCode:Aa,LucideSquareDashed:qa,LucideSquareDashedBottom:j7,LucideSquareDashedBottomCode:A7,LucideSquareDashedKanban:ja,LucideSquareDashedMousePointer:Pa,LucideSquareDashedTopSolid:P7,LucideSquareDivide:Da,LucideSquareDot:Oa,LucideSquareEqual:Ha,LucideSquareFunction:Va,LucideSquareGanttChart:Ve,LucideSquareKanban:Ra,LucideSquareLibrary:Ta,LucideSquareM:Ea,LucideSquareMenu:Fa,LucideSquareMinus:Ua,LucideSquareMousePointer:Ba,LucideSquareParking:Ga,LucideSquareParkingOff:Za,LucideSquarePause:q7,LucideSquarePen:ge,LucideSquarePercent:Wa,LucideSquarePi:Xa,LucideSquarePilcrow:Ka,LucideSquarePlay:Ja,LucideSquarePlus:Ya,LucideSquarePower:Qa,LucideSquareRadical:D7,LucideSquareRoundCorner:O7,LucideSquareScissors:e1,LucideSquareSigma:t1,LucideSquareSlash:n1,LucideSquareSplitHorizontal:o1,LucideSquareSplitVertical:a1,LucideSquareSquare:H7,LucideSquareStack:V7,LucideSquareStar:R7,LucideSquareStop:T7,LucideSquareTerminal:i1,LucideSquareUser:r1,LucideSquareUserRound:c1,LucideSquareX:d1,LucideSquaresExclude:E7,LucideSquaresIntersect:U7,LucideSquaresSubtract:B7,LucideSquaresUnite:Z7,LucideSquircle:W7,LucideSquircleDashed:G7,LucideSquirrel:K7,LucideStamp:X7,LucideStar:Y7,LucideStarHalf:Q7,LucideStarOff:J7,LucideStars:la,LucideStepBack:e9,LucideStepForward:t9,LucideStethoscope:n9,LucideSticker:o9,LucideStickyNote:a9,LucideStopCircle:Sn,LucideStore:i9,LucideStretchHorizontal:r9,LucideStretchVertical:c9,LucideStrikethrough:s9,LucideSubscript:d9,LucideSubtitles:Tt,LucideSun:p9,LucideSunDim:l9,LucideSunMedium:u9,LucideSunMoon:h9,LucideSunSnow:y9,LucideSunrise:k9,LucideSunset:_9,LucideSuperscript:f9,LucideSwatchBook:m9,LucideSwissFranc:g9,LucideSwitchCamera:M9,LucideSword:v9,LucideSwords:$9,LucideSyringe:w9,LucideTable:z9,LucideTable2:b9,LucideTableCellsMerge:x9,LucideTableCellsSplit:N9,LucideTableColumnsSplit:I9,LucideTableConfig:Pe,LucideTableOfContents:L9,LucideTableProperties:S9,LucideTableRowsSplit:C9,LucideTablet:j9,LucideTabletSmartphone:A9,LucideTablets:P9,LucideTag:q9,LucideTags:D9,LucideTally1:V9,LucideTally2:O9,LucideTally3:H9,LucideTally4:R9,LucideTally5:T9,LucideTangent:F9,LucideTarget:E9,LucideTelescope:U9,LucideTent:Z9,LucideTentTree:B9,LucideTerminal:G9,LucideTerminalSquare:i1,LucideTestTube:W9,LucideTestTube2:s1,LucideTestTubeDiagonal:s1,LucideTestTubes:K9,LucideText:Re,LucideTextAlignCenter:l1,LucideTextAlignEnd:u1,LucideTextAlignJustify:h1,LucideTextAlignStart:Re,LucideTextCursor:J9,LucideTextCursorInput:X9,LucideTextInitial:p1,LucideTextQuote:Y9,LucideTextSearch:Q9,LucideTextSelect:y1,LucideTextSelection:y1,LucideTextWrap:k1,LucideTheater:eM,LucideThermometer:oM,LucideThermometerSnowflake:tM,LucideThermometerSun:nM,LucideThumbsDown:iM,LucideThumbsUp:aM,LucideTicket:uM,LucideTicketCheck:rM,LucideTicketMinus:cM,LucideTicketPercent:dM,LucideTicketPlus:sM,LucideTicketSlash:lM,LucideTicketX:hM,LucideTickets:yM,LucideTicketsPlane:pM,LucideTimer:fM,LucideTimerOff:kM,LucideTimerReset:_M,LucideToggleLeft:mM,LucideToggleRight:gM,LucideToilet:vM,LucideToolCase:$M,LucideTornado:MM,LucideTorus:wM,LucideTouchpad:bM,LucideTouchpadOff:xM,LucideTowerControl:NM,LucideToyBrick:IM,LucideTractor:LM,LucideTrafficCone:SM,LucideTrain:_1,LucideTrainFront:zM,LucideTrainFrontTunnel:CM,LucideTrainTrack:AM,LucideTramFront:_1,LucideTransgender:jM,LucideTrash:qM,LucideTrash2:PM,LucideTreeDeciduous:DM,LucideTreePalm:f1,LucideTreePine:OM,LucideTrees:HM,LucideTrello:VM,LucideTrendingDown:RM,LucideTrendingUp:FM,LucideTrendingUpDown:TM,LucideTriangle:BM,LucideTriangleAlert:m1,LucideTriangleDashed:EM,LucideTriangleRight:UM,LucideTrophy:ZM,LucideTruck:WM,LucideTruckElectric:GM,LucideTurkishLira:XM,LucideTurntable:KM,LucideTurtle:JM,LucideTv:QM,LucideTv2:g1,LucideTvMinimal:g1,LucideTvMinimalPlay:YM,LucideTwitch:e$,LucideTwitter:n$,LucideType:o$,LucideTypeOutline:t$,LucideUmbrella:i$,LucideUmbrellaOff:a$,LucideUnderline:c$,LucideUndo:s$,LucideUndo2:r$,LucideUndoDot:d$,LucideUnfoldHorizontal:u$,LucideUnfoldVertical:l$,LucideUngroup:h$,LucideUniversity:v1,LucideUnlink:y$,LucideUnlink2:p$,LucideUnlock:Po,LucideUnlockKeyhole:jo,LucideUnplug:_$,LucideUpload:k$,LucideUploadCloud:Dn,LucideUsb:f$,LucideUser:S$,LucideUser2:N1,LucideUserCheck:m$,LucideUserCheck2:M1,LucideUserCircle:zn,LucideUserCircle2:Cn,LucideUserCog:g$,LucideUserCog2:$1,LucideUserLock:v$,LucideUserMinus:M$,LucideUserMinus2:w1,LucideUserPen:$$,LucideUserPlus:w$,LucideUserPlus2:b1,LucideUserRound:N1,LucideUserRoundCheck:M1,LucideUserRoundCog:$1,LucideUserRoundMinus:w1,LucideUserRoundPen:b$,LucideUserRoundPlus:b1,LucideUserRoundSearch:x$,LucideUserRoundX:x1,LucideUserSearch:N$,LucideUserSquare:r1,LucideUserSquare2:c1,LucideUserStar:I$,LucideUserX:L$,LucideUserX2:x1,LucideUsers:C$,LucideUsers2:I1,LucideUsersRound:I1,LucideUtensils:S1,LucideUtensilsCrossed:L1,LucideUtilityPole:A$,LucideVariable:z$,LucideVault:q$,LucideVectorSquare:j$,LucideVegan:P$,LucideVenetianMask:D$,LucideVenus:H$,LucideVenusAndMars:O$,LucideVerified:qt,LucideVibrate:R$,LucideVibrateOff:V$,LucideVideo:F$,LucideVideoOff:T$,LucideVideotape:E$,LucideView:U$,LucideVoicemail:B$,LucideVolleyball:Z$,LucideVolume:J$,LucideVolume1:G$,LucideVolume2:W$,LucideVolumeOff:K$,LucideVolumeX:X$,LucideVote:Y$,LucideWallet:ew,LucideWallet2:C1,LucideWalletCards:Q$,LucideWalletMinimal:C1,LucideWallpaper:tw,LucideWand:ow,LucideWand2:z1,LucideWandSparkles:z1,LucideWarehouse:nw,LucideWashingMachine:aw,LucideWatch:iw,LucideWaves:dw,LucideWavesLadder:rw,LucideWaypoints:cw,LucideWebcam:sw,LucideWebhook:uw,LucideWebhookOff:lw,LucideWeight:pw,LucideWheat:yw,LucideWheatOff:hw,LucideWholeWord:kw,LucideWifi:ww,LucideWifiCog:_w,LucideWifiHigh:mw,LucideWifiLow:fw,LucideWifiOff:gw,LucideWifiPen:vw,LucideWifiSync:Mw,LucideWifiZero:$w,LucideWind:xw,LucideWindArrowDown:bw,LucideWine:Iw,LucideWineOff:Nw,LucideWorkflow:Lw,LucideWorm:Sw,LucideWrapText:k1,LucideWrench:Cw,LucideX:zw,LucideXCircle:An,LucideXOctagon:Fo,LucideXSquare:d1,LucideYoutube:Aw,LucideZap:Pw,LucideZapOff:jw,LucideZoomIn:qw,LucideZoomOut:Dw,Luggage:ef,LuggageIcon:ef,MSquare:Ea,MSquareIcon:Ea,Magnet:tf,MagnetIcon:tf,Mail:lf,MailCheck:nf,MailCheckIcon:nf,MailIcon:lf,MailMinus:of,MailMinusIcon:of,MailOpen:af,MailOpenIcon:af,MailPlus:rf,MailPlusIcon:rf,MailQuestion:qo,MailQuestionIcon:qo,MailQuestionMark:qo,MailQuestionMarkIcon:qo,MailSearch:cf,MailSearchIcon:cf,MailWarning:df,MailWarningIcon:df,MailX:sf,MailXIcon:sf,Mailbox:uf,MailboxIcon:uf,Mails:hf,MailsIcon:hf,Map:If,MapIcon:If,MapMinus:pf,MapMinusIcon:pf,MapPin:bf,MapPinCheck:kf,MapPinCheckIcon:kf,MapPinCheckInside:yf,MapPinCheckInsideIcon:yf,MapPinHouse:_f,MapPinHouseIcon:_f,MapPinIcon:bf,MapPinMinus:mf,MapPinMinusIcon:mf,MapPinMinusInside:ff,MapPinMinusInsideIcon:ff,MapPinOff:gf,MapPinOffIcon:gf,MapPinPen:Do,MapPinPenIcon:Do,MapPinPlus:Mf,MapPinPlusIcon:Mf,MapPinPlusInside:vf,MapPinPlusInsideIcon:vf,MapPinX:wf,MapPinXIcon:wf,MapPinXInside:$f,MapPinXInsideIcon:$f,MapPinned:xf,MapPinnedIcon:xf,MapPlus:Nf,MapPlusIcon:Nf,Mars:Sf,MarsIcon:Sf,MarsStroke:Lf,MarsStrokeIcon:Lf,Martini:Cf,MartiniIcon:Cf,Maximize:Af,Maximize2:zf,Maximize2Icon:zf,MaximizeIcon:Af,Medal:jf,MedalIcon:jf,Megaphone:qf,MegaphoneIcon:qf,MegaphoneOff:Pf,MegaphoneOffIcon:Pf,Meh:Df,MehIcon:Df,MemoryStick:Of,MemoryStickIcon:Of,Menu:Vf,MenuIcon:Vf,MenuSquare:Fa,MenuSquareIcon:Fa,Merge:Hf,MergeIcon:Hf,MessageCircle:Kf,MessageCircleCode:Rf,MessageCircleCodeIcon:Rf,MessageCircleDashed:Tf,MessageCircleDashedIcon:Tf,MessageCircleHeart:Ff,MessageCircleHeartIcon:Ff,MessageCircleIcon:Kf,MessageCircleMore:Ef,MessageCircleMoreIcon:Ef,MessageCircleOff:Uf,MessageCircleOffIcon:Uf,MessageCirclePlus:Bf,MessageCirclePlusIcon:Bf,MessageCircleQuestion:Oo,MessageCircleQuestionIcon:Oo,MessageCircleQuestionMark:Oo,MessageCircleQuestionMarkIcon:Oo,MessageCircleReply:Zf,MessageCircleReplyIcon:Zf,MessageCircleWarning:Gf,MessageCircleWarningIcon:Gf,MessageCircleX:Wf,MessageCircleXIcon:Wf,MessageSquare:um,MessageSquareCode:Xf,MessageSquareCodeIcon:Xf,MessageSquareDashed:Jf,MessageSquareDashedIcon:Jf,MessageSquareDiff:Yf,MessageSquareDiffIcon:Yf,MessageSquareDot:Qf,MessageSquareDotIcon:Qf,MessageSquareHeart:em,MessageSquareHeartIcon:em,MessageSquareIcon:um,MessageSquareLock:tm,MessageSquareLockIcon:tm,MessageSquareMore:nm,MessageSquareMoreIcon:nm,MessageSquareOff:om,MessageSquareOffIcon:om,MessageSquarePlus:am,MessageSquarePlusIcon:am,MessageSquareQuote:im,MessageSquareQuoteIcon:im,MessageSquareReply:rm,MessageSquareReplyIcon:rm,MessageSquareShare:cm,MessageSquareShareIcon:cm,MessageSquareText:dm,MessageSquareTextIcon:dm,MessageSquareWarning:sm,MessageSquareWarningIcon:sm,MessageSquareX:lm,MessageSquareXIcon:lm,MessagesSquare:hm,MessagesSquareIcon:hm,Mic:ym,Mic2:Ho,Mic2Icon:Ho,MicIcon:ym,MicOff:pm,MicOffIcon:pm,MicVocal:Ho,MicVocalIcon:Ho,Microchip:km,MicrochipIcon:km,Microscope:_m,MicroscopeIcon:_m,Microwave:fm,MicrowaveIcon:fm,Milestone:mm,MilestoneIcon:mm,Milk:vm,MilkIcon:vm,MilkOff:gm,MilkOffIcon:gm,Minimize:$m,Minimize2:Mm,Minimize2Icon:Mm,MinimizeIcon:$m,Minus:wm,MinusCircle:vn,MinusCircleIcon:vn,MinusIcon:wm,MinusSquare:Ua,MinusSquareIcon:Ua,Monitor:Om,MonitorCheck:bm,MonitorCheckIcon:bm,MonitorCloud:xm,MonitorCloudIcon:xm,MonitorCog:Nm,MonitorCogIcon:Nm,MonitorDot:Im,MonitorDotIcon:Im,MonitorDown:Lm,MonitorDownIcon:Lm,MonitorIcon:Om,MonitorOff:Sm,MonitorOffIcon:Sm,MonitorPause:Cm,MonitorPauseIcon:Cm,MonitorPlay:zm,MonitorPlayIcon:zm,MonitorSmartphone:Pm,MonitorSmartphoneIcon:Pm,MonitorSpeaker:Am,MonitorSpeakerIcon:Am,MonitorStop:jm,MonitorStopIcon:jm,MonitorUp:qm,MonitorUpIcon:qm,MonitorX:Dm,MonitorXIcon:Dm,Moon:Vm,MoonIcon:Vm,MoonStar:Hm,MoonStarIcon:Hm,MoreHorizontal:lt,MoreHorizontalIcon:lt,MoreVertical:En,MoreVerticalIcon:En,Motorbike:Rm,MotorbikeIcon:Rm,Mountain:Fm,MountainIcon:Fm,MountainSnow:Tm,MountainSnowIcon:Tm,Mouse:Km,MouseIcon:Km,MouseOff:Em,MouseOffIcon:Em,MousePointer:Wm,MousePointer2:Bm,MousePointer2Icon:Bm,MousePointer2Off:Um,MousePointer2OffIcon:Um,MousePointerBan:Zm,MousePointerBanIcon:Zm,MousePointerClick:Gm,MousePointerClickIcon:Gm,MousePointerIcon:Wm,MousePointerSquareDashed:Pa,MousePointerSquareDashedIcon:Pa,Move:sg,Move3D:Vo,Move3DIcon:Vo,Move3d:Vo,Move3dIcon:Vo,MoveDiagonal:Jm,MoveDiagonal2:Xm,MoveDiagonal2Icon:Xm,MoveDiagonalIcon:Jm,MoveDown:eg,MoveDownIcon:eg,MoveDownLeft:Ym,MoveDownLeftIcon:Ym,MoveDownRight:Qm,MoveDownRightIcon:Qm,MoveHorizontal:tg,MoveHorizontalIcon:tg,MoveIcon:sg,MoveLeft:ng,MoveLeftIcon:ng,MoveRight:og,MoveRightIcon:og,MoveUp:rg,MoveUpIcon:rg,MoveUpLeft:ag,MoveUpLeftIcon:ag,MoveUpRight:ig,MoveUpRightIcon:ig,MoveVertical:cg,MoveVerticalIcon:cg,Music:hg,Music2:dg,Music2Icon:dg,Music3:ug,Music3Icon:ug,Music4:lg,Music4Icon:lg,MusicIcon:hg,Navigation:_g,Navigation2:yg,Navigation2Icon:yg,Navigation2Off:pg,Navigation2OffIcon:pg,NavigationIcon:_g,NavigationOff:kg,NavigationOffIcon:kg,Network:fg,NetworkIcon:fg,Newspaper:mg,NewspaperIcon:mg,Nfc:gg,NfcIcon:gg,NonBinary:vg,NonBinaryIcon:vg,Notebook:bg,NotebookIcon:bg,NotebookPen:Mg,NotebookPenIcon:Mg,NotebookTabs:$g,NotebookTabsIcon:$g,NotebookText:wg,NotebookTextIcon:wg,NotepadText:xg,NotepadTextDashed:Ig,NotepadTextDashedIcon:Ig,NotepadTextIcon:xg,Nut:Lg,NutIcon:Lg,NutOff:Ng,NutOffIcon:Ng,Octagon:Cg,OctagonAlert:Ro,OctagonAlertIcon:Ro,OctagonIcon:Cg,OctagonMinus:Sg,OctagonMinusIcon:Sg,OctagonPause:To,OctagonPauseIcon:To,OctagonX:Fo,OctagonXIcon:Fo,Omega:zg,OmegaIcon:zg,Option:Ag,OptionIcon:Ag,Orbit:Pg,OrbitIcon:Pg,Origami:jg,OrigamiIcon:jg,Outdent:Oe,OutdentIcon:Oe,Package:Fg,Package2:qg,Package2Icon:qg,PackageCheck:Dg,PackageCheckIcon:Dg,PackageIcon:Fg,PackageMinus:Og,PackageMinusIcon:Og,PackageOpen:Hg,PackageOpenIcon:Hg,PackagePlus:Vg,PackagePlusIcon:Vg,PackageSearch:Rg,PackageSearchIcon:Rg,PackageX:Tg,PackageXIcon:Tg,PaintBucket:Eg,PaintBucketIcon:Eg,PaintRoller:Ug,PaintRollerIcon:Ug,Paintbrush:Bg,Paintbrush2:Eo,Paintbrush2Icon:Eo,PaintbrushIcon:Bg,PaintbrushVertical:Eo,PaintbrushVerticalIcon:Eo,Palette:Gg,PaletteIcon:Gg,Palmtree:f1,PalmtreeIcon:f1,Panda:Zg,PandaIcon:Zg,PanelBottom:Xg,PanelBottomClose:Wg,PanelBottomCloseIcon:Wg,PanelBottomDashed:Uo,PanelBottomDashedIcon:Uo,PanelBottomIcon:Xg,PanelBottomInactive:Uo,PanelBottomInactiveIcon:Uo,PanelBottomOpen:Kg,PanelBottomOpenIcon:Kg,PanelLeft:Wo,PanelLeftClose:Bo,PanelLeftCloseIcon:Bo,PanelLeftDashed:Zo,PanelLeftDashedIcon:Zo,PanelLeftIcon:Wo,PanelLeftInactive:Zo,PanelLeftInactiveIcon:Zo,PanelLeftOpen:Go,PanelLeftOpenIcon:Go,PanelLeftRightDashed:Jg,PanelLeftRightDashedIcon:Jg,PanelRight:Qg,PanelRightClose:Yg,PanelRightCloseIcon:Yg,PanelRightDashed:Ko,PanelRightDashedIcon:Ko,PanelRightIcon:Qg,PanelRightInactive:Ko,PanelRightInactiveIcon:Ko,PanelRightOpen:e3,PanelRightOpenIcon:e3,PanelTop:a3,PanelTopBottomDashed:t3,PanelTopBottomDashedIcon:t3,PanelTopClose:n3,PanelTopCloseIcon:n3,PanelTopDashed:Xo,PanelTopDashedIcon:Xo,PanelTopIcon:a3,PanelTopInactive:Xo,PanelTopInactiveIcon:Xo,PanelTopOpen:o3,PanelTopOpenIcon:o3,PanelsLeftBottom:r3,PanelsLeftBottomIcon:r3,PanelsLeftRight:Vn,PanelsLeftRightIcon:Vn,PanelsRightBottom:i3,PanelsRightBottomIcon:i3,PanelsTopBottom:aa,PanelsTopBottomIcon:aa,PanelsTopLeft:Jo,PanelsTopLeftIcon:Jo,Paperclip:c3,PaperclipIcon:c3,Parentheses:d3,ParenthesesIcon:d3,ParkingCircle:$n,ParkingCircleIcon:$n,ParkingCircleOff:Mn,ParkingCircleOffIcon:Mn,ParkingMeter:s3,ParkingMeterIcon:s3,ParkingSquare:Ga,ParkingSquareIcon:Ga,ParkingSquareOff:Za,ParkingSquareOffIcon:Za,PartyPopper:l3,PartyPopperIcon:l3,Pause:u3,PauseCircle:wn,PauseCircleIcon:wn,PauseIcon:u3,PauseOctagon:To,PauseOctagonIcon:To,PawPrint:h3,PawPrintIcon:h3,PcCase:p3,PcCaseIcon:p3,Pen:Qo,PenBox:ge,PenBoxIcon:ge,PenIcon:Qo,PenLine:Yo,PenLineIcon:Yo,PenOff:y3,PenOffIcon:y3,PenSquare:ge,PenSquareIcon:ge,PenTool:k3,PenToolIcon:k3,Pencil:g3,PencilIcon:g3,PencilLine:_3,PencilLineIcon:_3,PencilOff:f3,PencilOffIcon:f3,PencilRuler:m3,PencilRulerIcon:m3,Pentagon:v3,PentagonIcon:v3,Percent:M3,PercentCircle:bn,PercentCircleIcon:bn,PercentDiamond:Tn,PercentDiamondIcon:Tn,PercentIcon:M3,PercentSquare:Wa,PercentSquareIcon:Wa,PersonStanding:$3,PersonStandingIcon:$3,PhilippinePeso:w3,PhilippinePesoIcon:w3,Phone:C3,PhoneCall:b3,PhoneCallIcon:b3,PhoneForwarded:x3,PhoneForwardedIcon:x3,PhoneIcon:C3,PhoneIncoming:N3,PhoneIncomingIcon:N3,PhoneMissed:I3,PhoneMissedIcon:I3,PhoneOff:L3,PhoneOffIcon:L3,PhoneOutgoing:S3,PhoneOutgoingIcon:S3,Pi:z3,PiIcon:z3,PiSquare:Xa,PiSquareIcon:Xa,Piano:A3,PianoIcon:A3,Pickaxe:j3,PickaxeIcon:j3,PictureInPicture:q3,PictureInPicture2:P3,PictureInPicture2Icon:P3,PictureInPictureIcon:q3,PieChart:Qt,PieChartIcon:Qt,PiggyBank:D3,PiggyBankIcon:D3,Pilcrow:V3,PilcrowIcon:V3,PilcrowLeft:O3,PilcrowLeftIcon:O3,PilcrowRight:H3,PilcrowRightIcon:H3,PilcrowSquare:Ka,PilcrowSquareIcon:Ka,Pill:T3,PillBottle:R3,PillBottleIcon:R3,PillIcon:T3,Pin:E3,PinIcon:E3,PinOff:F3,PinOffIcon:F3,Pipette:U3,PipetteIcon:U3,Pizza:B3,PizzaIcon:B3,Plane:W3,PlaneIcon:W3,PlaneLanding:Z3,PlaneLandingIcon:Z3,PlaneTakeoff:G3,PlaneTakeoffIcon:G3,Play:K3,PlayCircle:xn,PlayCircleIcon:xn,PlayIcon:K3,PlaySquare:Ja,PlaySquareIcon:Ja,Plug:J3,Plug2:X3,Plug2Icon:X3,PlugIcon:J3,PlugZap:ea,PlugZap2:ea,PlugZap2Icon:ea,PlugZapIcon:ea,Plus:Y3,PlusCircle:Nn,PlusCircleIcon:Nn,PlusIcon:Y3,PlusSquare:Ya,PlusSquareIcon:Ya,Pocket:n6,PocketIcon:n6,PocketKnife:Q3,PocketKnifeIcon:Q3,Podcast:e6,PodcastIcon:e6,Pointer:o6,PointerIcon:o6,PointerOff:t6,PointerOffIcon:t6,Popcorn:a6,PopcornIcon:a6,Popsicle:i6,PopsicleIcon:i6,PoundSterling:r6,PoundSterlingIcon:r6,Power:d6,PowerCircle:In,PowerCircleIcon:In,PowerIcon:d6,PowerOff:c6,PowerOffIcon:c6,PowerSquare:Qa,PowerSquareIcon:Qa,Presentation:s6,PresentationIcon:s6,Printer:u6,PrinterCheck:l6,PrinterCheckIcon:l6,PrinterIcon:u6,Projector:h6,ProjectorIcon:h6,Proportions:p6,ProportionsIcon:p6,Puzzle:y6,PuzzleIcon:y6,Pyramid:k6,PyramidIcon:k6,QrCode:_6,QrCodeIcon:_6,Quote:f6,QuoteIcon:f6,Rabbit:m6,RabbitIcon:m6,Radar:g6,RadarIcon:g6,Radiation:v6,RadiationIcon:v6,Radical:M6,RadicalIcon:M6,Radio:N6,RadioIcon:N6,RadioReceiver:$6,RadioReceiverIcon:$6,RadioTower:w6,RadioTowerIcon:w6,Radius:b6,RadiusIcon:b6,RailSymbol:x6,RailSymbolIcon:x6,Rainbow:I6,RainbowIcon:I6,Rat:L6,RatIcon:L6,Ratio:S6,RatioIcon:S6,Receipt:V6,ReceiptCent:C6,ReceiptCentIcon:C6,ReceiptEuro:z6,ReceiptEuroIcon:z6,ReceiptIcon:V6,ReceiptIndianRupee:A6,ReceiptIndianRupeeIcon:A6,ReceiptJapaneseYen:j6,ReceiptJapaneseYenIcon:j6,ReceiptPoundSterling:P6,ReceiptPoundSterlingIcon:P6,ReceiptRussianRuble:q6,ReceiptRussianRubleIcon:q6,ReceiptSwissFranc:D6,ReceiptSwissFrancIcon:D6,ReceiptText:O6,ReceiptTextIcon:O6,ReceiptTurkishLira:H6,ReceiptTurkishLiraIcon:H6,RectangleCircle:R6,RectangleCircleIcon:R6,RectangleEllipsis:ta,RectangleEllipsisIcon:ta,RectangleGoggles:T6,RectangleGogglesIcon:T6,RectangleHorizontal:F6,RectangleHorizontalIcon:F6,RectangleVertical:E6,RectangleVerticalIcon:E6,Recycle:U6,RecycleIcon:U6,Redo:G6,Redo2:B6,Redo2Icon:B6,RedoDot:Z6,RedoDotIcon:Z6,RedoIcon:G6,RefreshCcw:K6,RefreshCcwDot:W6,RefreshCcwDotIcon:W6,RefreshCcwIcon:K6,RefreshCw:J6,RefreshCwIcon:J6,RefreshCwOff:X6,RefreshCwOffIcon:X6,Refrigerator:Y6,RefrigeratorIcon:Y6,Regex:Q6,RegexIcon:Q6,RemoveFormatting:e8,RemoveFormattingIcon:e8,Repeat:o8,Repeat1:t8,Repeat1Icon:t8,Repeat2:n8,Repeat2Icon:n8,RepeatIcon:o8,Replace:i8,ReplaceAll:a8,ReplaceAllIcon:a8,ReplaceIcon:i8,Reply:c8,ReplyAll:r8,ReplyAllIcon:r8,ReplyIcon:c8,Rewind:d8,RewindIcon:d8,Ribbon:s8,RibbonIcon:s8,Rocket:l8,RocketIcon:l8,RockingChair:u8,RockingChairIcon:u8,RollerCoaster:h8,RollerCoasterIcon:h8,Rose:p8,RoseIcon:p8,Rotate3D:na,Rotate3DIcon:na,Rotate3d:na,Rotate3dIcon:na,RotateCcw:_8,RotateCcwIcon:_8,RotateCcwKey:y8,RotateCcwKeyIcon:y8,RotateCcwSquare:k8,RotateCcwSquareIcon:k8,RotateCw:m8,RotateCwIcon:m8,RotateCwSquare:f8,RotateCwSquareIcon:f8,Route:v8,RouteIcon:v8,RouteOff:g8,RouteOffIcon:g8,Router:M8,RouterIcon:M8,Rows:oa,Rows2:oa,Rows2Icon:oa,Rows3:aa,Rows3Icon:aa,Rows4:$8,Rows4Icon:$8,RowsIcon:oa,Rss:w8,RssIcon:w8,Ruler:x8,RulerDimensionLine:b8,RulerDimensionLineIcon:b8,RulerIcon:x8,RussianRuble:N8,RussianRubleIcon:N8,Sailboat:I8,SailboatIcon:I8,Salad:L8,SaladIcon:L8,Sandwich:S8,SandwichIcon:S8,Satellite:z8,SatelliteDish:C8,SatelliteDishIcon:C8,SatelliteIcon:z8,SaudiRiyal:A8,SaudiRiyalIcon:A8,Save:q8,SaveAll:j8,SaveAllIcon:j8,SaveIcon:q8,SaveOff:P8,SaveOffIcon:P8,Scale:O8,Scale3D:ia,Scale3DIcon:ia,Scale3d:ia,Scale3dIcon:ia,ScaleIcon:O8,Scaling:D8,ScalingIcon:D8,Scan:B8,ScanBarcode:H8,ScanBarcodeIcon:H8,ScanEye:V8,ScanEyeIcon:V8,ScanFace:R8,ScanFaceIcon:R8,ScanHeart:T8,ScanHeartIcon:T8,ScanIcon:B8,ScanLine:F8,ScanLineIcon:F8,ScanQrCode:E8,ScanQrCodeIcon:E8,ScanSearch:U8,ScanSearchIcon:U8,ScanText:Z8,ScanTextIcon:Z8,ScatterChart:en,ScatterChartIcon:en,School:G8,School2:v1,School2Icon:v1,SchoolIcon:G8,Scissors:K8,ScissorsIcon:K8,ScissorsLineDashed:W8,ScissorsLineDashedIcon:W8,ScissorsSquare:e1,ScissorsSquareDashedBottom:xa,ScissorsSquareDashedBottomIcon:xa,ScissorsSquareIcon:e1,ScreenShare:Y8,ScreenShareIcon:Y8,ScreenShareOff:X8,ScreenShareOffIcon:X8,Scroll:Q8,ScrollIcon:Q8,ScrollText:J8,ScrollTextIcon:J8,Search:av,SearchCheck:ev,SearchCheckIcon:ev,SearchCode:nv,SearchCodeIcon:nv,SearchIcon:av,SearchSlash:tv,SearchSlashIcon:tv,SearchX:ov,SearchXIcon:ov,Section:iv,SectionIcon:iv,Send:cv,SendHorizonal:ra,SendHorizonalIcon:ra,SendHorizontal:ra,SendHorizontalIcon:ra,SendIcon:cv,SendToBack:rv,SendToBackIcon:rv,SeparatorHorizontal:dv,SeparatorHorizontalIcon:dv,SeparatorVertical:sv,SeparatorVerticalIcon:sv,Server:pv,ServerCog:lv,ServerCogIcon:lv,ServerCrash:uv,ServerCrashIcon:uv,ServerIcon:pv,ServerOff:hv,ServerOffIcon:hv,Settings:kv,Settings2:yv,Settings2Icon:yv,SettingsIcon:kv,Shapes:_v,ShapesIcon:_v,Share:mv,Share2:fv,Share2Icon:fv,ShareIcon:mv,Sheet:gv,SheetIcon:gv,Shell:vv,ShellIcon:vv,Shield:Cv,ShieldAlert:Mv,ShieldAlertIcon:Mv,ShieldBan:$v,ShieldBanIcon:$v,ShieldCheck:wv,ShieldCheckIcon:wv,ShieldClose:da,ShieldCloseIcon:da,ShieldEllipsis:bv,ShieldEllipsisIcon:bv,ShieldHalf:xv,ShieldHalfIcon:xv,ShieldIcon:Cv,ShieldMinus:Nv,ShieldMinusIcon:Nv,ShieldOff:Iv,ShieldOffIcon:Iv,ShieldPlus:Lv,ShieldPlusIcon:Lv,ShieldQuestion:ca,ShieldQuestionIcon:ca,ShieldQuestionMark:ca,ShieldQuestionMarkIcon:ca,ShieldUser:Sv,ShieldUserIcon:Sv,ShieldX:da,ShieldXIcon:da,Ship:jv,ShipIcon:jv,ShipWheel:zv,ShipWheelIcon:zv,Shirt:Av,ShirtIcon:Av,ShoppingBag:Pv,ShoppingBagIcon:Pv,ShoppingBasket:qv,ShoppingBasketIcon:qv,ShoppingCart:Dv,ShoppingCartIcon:Dv,Shovel:Ov,ShovelIcon:Ov,ShowerHead:Hv,ShowerHeadIcon:Hv,Shredder:Vv,ShredderIcon:Vv,Shrimp:Rv,ShrimpIcon:Rv,Shrink:Tv,ShrinkIcon:Tv,Shrub:Fv,ShrubIcon:Fv,Shuffle:Ev,ShuffleIcon:Ev,Sidebar:Wo,SidebarClose:Bo,SidebarCloseIcon:Bo,SidebarIcon:Wo,SidebarOpen:Go,SidebarOpenIcon:Go,Sigma:Uv,SigmaIcon:Uv,SigmaSquare:t1,SigmaSquareIcon:t1,Signal:Kv,SignalHigh:Bv,SignalHighIcon:Bv,SignalIcon:Kv,SignalLow:Zv,SignalLowIcon:Zv,SignalMedium:Gv,SignalMediumIcon:Gv,SignalZero:Wv,SignalZeroIcon:Wv,Signature:Xv,SignatureIcon:Xv,Signpost:Yv,SignpostBig:Jv,SignpostBigIcon:Jv,SignpostIcon:Yv,Siren:Qv,SirenIcon:Qv,SkipBack:e7,SkipBackIcon:e7,SkipForward:t7,SkipForwardIcon:t7,Skull:n7,SkullIcon:n7,Slack:o7,SlackIcon:o7,Slash:a7,SlashIcon:a7,SlashSquare:n1,SlashSquareIcon:n1,Slice:i7,SliceIcon:i7,Sliders:sa,SlidersHorizontal:r7,SlidersHorizontalIcon:r7,SlidersIcon:sa,SlidersVertical:sa,SlidersVerticalIcon:sa,Smartphone:s7,SmartphoneCharging:c7,SmartphoneChargingIcon:c7,SmartphoneIcon:s7,SmartphoneNfc:d7,SmartphoneNfcIcon:d7,Smile:u7,SmileIcon:u7,SmilePlus:l7,SmilePlusIcon:l7,Snail:h7,SnailIcon:h7,Snowflake:p7,SnowflakeIcon:p7,SoapDispenserDroplet:y7,SoapDispenserDropletIcon:y7,Sofa:k7,SofaIcon:k7,SolarPanel:_7,SolarPanelIcon:_7,SortAsc:At,SortAscIcon:At,SortDesc:Ct,SortDescIcon:Ct,Soup:f7,SoupIcon:f7,Space:m7,SpaceIcon:m7,Spade:g7,SpadeIcon:g7,Sparkle:v7,SparkleIcon:v7,Sparkles:la,SparklesIcon:la,Speaker:M7,SpeakerIcon:M7,Speech:$7,SpeechIcon:$7,SpellCheck:w7,SpellCheck2:b7,SpellCheck2Icon:b7,SpellCheckIcon:w7,Spline:N7,SplineIcon:N7,SplinePointer:x7,SplinePointerIcon:x7,Split:I7,SplitIcon:I7,SplitSquareHorizontal:o1,SplitSquareHorizontalIcon:o1,SplitSquareVertical:a1,SplitSquareVerticalIcon:a1,Spool:L7,SpoolIcon:L7,Spotlight:S7,SpotlightIcon:S7,SprayCan:C7,SprayCanIcon:C7,Sprout:z7,SproutIcon:z7,Square:F7,SquareActivity:ua,SquareActivityIcon:ua,SquareArrowDown:ya,SquareArrowDownIcon:ya,SquareArrowDownLeft:ha,SquareArrowDownLeftIcon:ha,SquareArrowDownRight:pa,SquareArrowDownRightIcon:pa,SquareArrowLeft:ka,SquareArrowLeftIcon:ka,SquareArrowOutDownLeft:_a,SquareArrowOutDownLeftIcon:_a,SquareArrowOutDownRight:fa,SquareArrowOutDownRightIcon:fa,SquareArrowOutUpLeft:ma,SquareArrowOutUpLeftIcon:ma,SquareArrowOutUpRight:ga,SquareArrowOutUpRightIcon:ga,SquareArrowRight:va,SquareArrowRightIcon:va,SquareArrowUp:wa,SquareArrowUpIcon:wa,SquareArrowUpLeft:Ma,SquareArrowUpLeftIcon:Ma,SquareArrowUpRight:$a,SquareArrowUpRightIcon:$a,SquareAsterisk:ba,SquareAsteriskIcon:ba,SquareBottomDashedScissors:xa,SquareBottomDashedScissorsIcon:xa,SquareChartGantt:Ve,SquareChartGanttIcon:Ve,SquareCheck:Ia,SquareCheckBig:Na,SquareCheckBigIcon:Na,SquareCheckIcon:Ia,SquareChevronDown:La,SquareChevronDownIcon:La,SquareChevronLeft:Sa,SquareChevronLeftIcon:Sa,SquareChevronRight:Ca,SquareChevronRightIcon:Ca,SquareChevronUp:za,SquareChevronUpIcon:za,SquareCode:Aa,SquareCodeIcon:Aa,SquareDashed:qa,SquareDashedBottom:j7,SquareDashedBottomCode:A7,SquareDashedBottomCodeIcon:A7,SquareDashedBottomIcon:j7,SquareDashedIcon:qa,SquareDashedKanban:ja,SquareDashedKanbanIcon:ja,SquareDashedMousePointer:Pa,SquareDashedMousePointerIcon:Pa,SquareDashedTopSolid:P7,SquareDashedTopSolidIcon:P7,SquareDivide:Da,SquareDivideIcon:Da,SquareDot:Oa,SquareDotIcon:Oa,SquareEqual:Ha,SquareEqualIcon:Ha,SquareFunction:Va,SquareFunctionIcon:Va,SquareGanttChart:Ve,SquareGanttChartIcon:Ve,SquareIcon:F7,SquareKanban:Ra,SquareKanbanIcon:Ra,SquareLibrary:Ta,SquareLibraryIcon:Ta,SquareM:Ea,SquareMIcon:Ea,SquareMenu:Fa,SquareMenuIcon:Fa,SquareMinus:Ua,SquareMinusIcon:Ua,SquareMousePointer:Ba,SquareMousePointerIcon:Ba,SquareParking:Ga,SquareParkingIcon:Ga,SquareParkingOff:Za,SquareParkingOffIcon:Za,SquarePause:q7,SquarePauseIcon:q7,SquarePen:ge,SquarePenIcon:ge,SquarePercent:Wa,SquarePercentIcon:Wa,SquarePi:Xa,SquarePiIcon:Xa,SquarePilcrow:Ka,SquarePilcrowIcon:Ka,SquarePlay:Ja,SquarePlayIcon:Ja,SquarePlus:Ya,SquarePlusIcon:Ya,SquarePower:Qa,SquarePowerIcon:Qa,SquareRadical:D7,SquareRadicalIcon:D7,SquareRoundCorner:O7,SquareRoundCornerIcon:O7,SquareScissors:e1,SquareScissorsIcon:e1,SquareSigma:t1,SquareSigmaIcon:t1,SquareSlash:n1,SquareSlashIcon:n1,SquareSplitHorizontal:o1,SquareSplitHorizontalIcon:o1,SquareSplitVertical:a1,SquareSplitVerticalIcon:a1,SquareSquare:H7,SquareSquareIcon:H7,SquareStack:V7,SquareStackIcon:V7,SquareStar:R7,SquareStarIcon:R7,SquareStop:T7,SquareStopIcon:T7,SquareTerminal:i1,SquareTerminalIcon:i1,SquareUser:r1,SquareUserIcon:r1,SquareUserRound:c1,SquareUserRoundIcon:c1,SquareX:d1,SquareXIcon:d1,SquaresExclude:E7,SquaresExcludeIcon:E7,SquaresIntersect:U7,SquaresIntersectIcon:U7,SquaresSubtract:B7,SquaresSubtractIcon:B7,SquaresUnite:Z7,SquaresUniteIcon:Z7,Squircle:W7,SquircleDashed:G7,SquircleDashedIcon:G7,SquircleIcon:W7,Squirrel:K7,SquirrelIcon:K7,Stamp:X7,StampIcon:X7,Star:Y7,StarHalf:Q7,StarHalfIcon:Q7,StarIcon:Y7,StarOff:J7,StarOffIcon:J7,Stars:la,StarsIcon:la,StepBack:e9,StepBackIcon:e9,StepForward:t9,StepForwardIcon:t9,Stethoscope:n9,StethoscopeIcon:n9,Sticker:o9,StickerIcon:o9,StickyNote:a9,StickyNoteIcon:a9,StopCircle:Sn,StopCircleIcon:Sn,Store:i9,StoreIcon:i9,StretchHorizontal:r9,StretchHorizontalIcon:r9,StretchVertical:c9,StretchVerticalIcon:c9,Strikethrough:s9,StrikethroughIcon:s9,Subscript:d9,SubscriptIcon:d9,Subtitles:Tt,SubtitlesIcon:Tt,Sun:p9,SunDim:l9,SunDimIcon:l9,SunIcon:p9,SunMedium:u9,SunMediumIcon:u9,SunMoon:h9,SunMoonIcon:h9,SunSnow:y9,SunSnowIcon:y9,Sunrise:k9,SunriseIcon:k9,Sunset:_9,SunsetIcon:_9,Superscript:f9,SuperscriptIcon:f9,SwatchBook:m9,SwatchBookIcon:m9,SwissFranc:g9,SwissFrancIcon:g9,SwitchCamera:M9,SwitchCameraIcon:M9,Sword:v9,SwordIcon:v9,Swords:$9,SwordsIcon:$9,Syringe:w9,SyringeIcon:w9,Table:z9,Table2:b9,Table2Icon:b9,TableCellsMerge:x9,TableCellsMergeIcon:x9,TableCellsSplit:N9,TableCellsSplitIcon:N9,TableColumnsSplit:I9,TableColumnsSplitIcon:I9,TableConfig:Pe,TableConfigIcon:Pe,TableIcon:z9,TableOfContents:L9,TableOfContentsIcon:L9,TableProperties:S9,TablePropertiesIcon:S9,TableRowsSplit:C9,TableRowsSplitIcon:C9,Tablet:j9,TabletIcon:j9,TabletSmartphone:A9,TabletSmartphoneIcon:A9,Tablets:P9,TabletsIcon:P9,Tag:q9,TagIcon:q9,Tags:D9,TagsIcon:D9,Tally1:V9,Tally1Icon:V9,Tally2:O9,Tally2Icon:O9,Tally3:H9,Tally3Icon:H9,Tally4:R9,Tally4Icon:R9,Tally5:T9,Tally5Icon:T9,Tangent:F9,TangentIcon:F9,Target:E9,TargetIcon:E9,Telescope:U9,TelescopeIcon:U9,Tent:Z9,TentIcon:Z9,TentTree:B9,TentTreeIcon:B9,Terminal:G9,TerminalIcon:G9,TerminalSquare:i1,TerminalSquareIcon:i1,TestTube:W9,TestTube2:s1,TestTube2Icon:s1,TestTubeDiagonal:s1,TestTubeDiagonalIcon:s1,TestTubeIcon:W9,TestTubes:K9,TestTubesIcon:K9,Text:Re,TextAlignCenter:l1,TextAlignCenterIcon:l1,TextAlignEnd:u1,TextAlignEndIcon:u1,TextAlignJustify:h1,TextAlignJustifyIcon:h1,TextAlignStart:Re,TextAlignStartIcon:Re,TextCursor:J9,TextCursorIcon:J9,TextCursorInput:X9,TextCursorInputIcon:X9,TextIcon:Re,TextInitial:p1,TextInitialIcon:p1,TextQuote:Y9,TextQuoteIcon:Y9,TextSearch:Q9,TextSearchIcon:Q9,TextSelect:y1,TextSelectIcon:y1,TextSelection:y1,TextSelectionIcon:y1,TextWrap:k1,TextWrapIcon:k1,Theater:eM,TheaterIcon:eM,Thermometer:oM,ThermometerIcon:oM,ThermometerSnowflake:tM,ThermometerSnowflakeIcon:tM,ThermometerSun:nM,ThermometerSunIcon:nM,ThumbsDown:iM,ThumbsDownIcon:iM,ThumbsUp:aM,ThumbsUpIcon:aM,Ticket:uM,TicketCheck:rM,TicketCheckIcon:rM,TicketIcon:uM,TicketMinus:cM,TicketMinusIcon:cM,TicketPercent:dM,TicketPercentIcon:dM,TicketPlus:sM,TicketPlusIcon:sM,TicketSlash:lM,TicketSlashIcon:lM,TicketX:hM,TicketXIcon:hM,Tickets:yM,TicketsIcon:yM,TicketsPlane:pM,TicketsPlaneIcon:pM,Timer:fM,TimerIcon:fM,TimerOff:kM,TimerOffIcon:kM,TimerReset:_M,TimerResetIcon:_M,ToggleLeft:mM,ToggleLeftIcon:mM,ToggleRight:gM,ToggleRightIcon:gM,Toilet:vM,ToiletIcon:vM,ToolCase:$M,ToolCaseIcon:$M,Tornado:MM,TornadoIcon:MM,Torus:wM,TorusIcon:wM,Touchpad:bM,TouchpadIcon:bM,TouchpadOff:xM,TouchpadOffIcon:xM,TowerControl:NM,TowerControlIcon:NM,ToyBrick:IM,ToyBrickIcon:IM,Tractor:LM,TractorIcon:LM,TrafficCone:SM,TrafficConeIcon:SM,Train:_1,TrainFront:zM,TrainFrontIcon:zM,TrainFrontTunnel:CM,TrainFrontTunnelIcon:CM,TrainIcon:_1,TrainTrack:AM,TrainTrackIcon:AM,TramFront:_1,TramFrontIcon:_1,Transgender:jM,TransgenderIcon:jM,Trash:qM,Trash2:PM,Trash2Icon:PM,TrashIcon:qM,TreeDeciduous:DM,TreeDeciduousIcon:DM,TreePalm:f1,TreePalmIcon:f1,TreePine:OM,TreePineIcon:OM,Trees:HM,TreesIcon:HM,Trello:VM,TrelloIcon:VM,TrendingDown:RM,TrendingDownIcon:RM,TrendingUp:FM,TrendingUpDown:TM,TrendingUpDownIcon:TM,TrendingUpIcon:FM,Triangle:BM,TriangleAlert:m1,TriangleAlertIcon:m1,TriangleDashed:EM,TriangleDashedIcon:EM,TriangleIcon:BM,TriangleRight:UM,TriangleRightIcon:UM,Trophy:ZM,TrophyIcon:ZM,Truck:WM,TruckElectric:GM,TruckElectricIcon:GM,TruckIcon:WM,TurkishLira:XM,TurkishLiraIcon:XM,Turntable:KM,TurntableIcon:KM,Turtle:JM,TurtleIcon:JM,Tv:QM,Tv2:g1,Tv2Icon:g1,TvIcon:QM,TvMinimal:g1,TvMinimalIcon:g1,TvMinimalPlay:YM,TvMinimalPlayIcon:YM,Twitch:e$,TwitchIcon:e$,Twitter:n$,TwitterIcon:n$,Type:o$,TypeIcon:o$,TypeOutline:t$,TypeOutlineIcon:t$,Umbrella:i$,UmbrellaIcon:i$,UmbrellaOff:a$,UmbrellaOffIcon:a$,Underline:c$,UnderlineIcon:c$,Undo:s$,Undo2:r$,Undo2Icon:r$,UndoDot:d$,UndoDotIcon:d$,UndoIcon:s$,UnfoldHorizontal:u$,UnfoldHorizontalIcon:u$,UnfoldVertical:l$,UnfoldVerticalIcon:l$,Ungroup:h$,UngroupIcon:h$,University:v1,UniversityIcon:v1,Unlink:y$,Unlink2:p$,Unlink2Icon:p$,UnlinkIcon:y$,Unlock:Po,UnlockIcon:Po,UnlockKeyhole:jo,UnlockKeyholeIcon:jo,Unplug:_$,UnplugIcon:_$,Upload:k$,UploadCloud:Dn,UploadCloudIcon:Dn,UploadIcon:k$,Usb:f$,UsbIcon:f$,User:S$,User2:N1,User2Icon:N1,UserCheck:m$,UserCheck2:M1,UserCheck2Icon:M1,UserCheckIcon:m$,UserCircle:zn,UserCircle2:Cn,UserCircle2Icon:Cn,UserCircleIcon:zn,UserCog:g$,UserCog2:$1,UserCog2Icon:$1,UserCogIcon:g$,UserIcon:S$,UserLock:v$,UserLockIcon:v$,UserMinus:M$,UserMinus2:w1,UserMinus2Icon:w1,UserMinusIcon:M$,UserPen:$$,UserPenIcon:$$,UserPlus:w$,UserPlus2:b1,UserPlus2Icon:b1,UserPlusIcon:w$,UserRound:N1,UserRoundCheck:M1,UserRoundCheckIcon:M1,UserRoundCog:$1,UserRoundCogIcon:$1,UserRoundIcon:N1,UserRoundMinus:w1,UserRoundMinusIcon:w1,UserRoundPen:b$,UserRoundPenIcon:b$,UserRoundPlus:b1,UserRoundPlusIcon:b1,UserRoundSearch:x$,UserRoundSearchIcon:x$,UserRoundX:x1,UserRoundXIcon:x1,UserSearch:N$,UserSearchIcon:N$,UserSquare:r1,UserSquare2:c1,UserSquare2Icon:c1,UserSquareIcon:r1,UserStar:I$,UserStarIcon:I$,UserX:L$,UserX2:x1,UserX2Icon:x1,UserXIcon:L$,Users:C$,Users2:I1,Users2Icon:I1,UsersIcon:C$,UsersRound:I1,UsersRoundIcon:I1,Utensils:S1,UtensilsCrossed:L1,UtensilsCrossedIcon:L1,UtensilsIcon:S1,UtilityPole:A$,UtilityPoleIcon:A$,Variable:z$,VariableIcon:z$,Vault:q$,VaultIcon:q$,VectorSquare:j$,VectorSquareIcon:j$,Vegan:P$,VeganIcon:P$,VenetianMask:D$,VenetianMaskIcon:D$,Venus:H$,VenusAndMars:O$,VenusAndMarsIcon:O$,VenusIcon:H$,Verified:qt,VerifiedIcon:qt,Vibrate:R$,VibrateIcon:R$,VibrateOff:V$,VibrateOffIcon:V$,Video:F$,VideoIcon:F$,VideoOff:T$,VideoOffIcon:T$,Videotape:E$,VideotapeIcon:E$,View:U$,ViewIcon:U$,Voicemail:B$,VoicemailIcon:B$,Volleyball:Z$,VolleyballIcon:Z$,Volume:J$,Volume1:G$,Volume1Icon:G$,Volume2:W$,Volume2Icon:W$,VolumeIcon:J$,VolumeOff:K$,VolumeOffIcon:K$,VolumeX:X$,VolumeXIcon:X$,Vote:Y$,VoteIcon:Y$,Wallet:ew,Wallet2:C1,Wallet2Icon:C1,WalletCards:Q$,WalletCardsIcon:Q$,WalletIcon:ew,WalletMinimal:C1,WalletMinimalIcon:C1,Wallpaper:tw,WallpaperIcon:tw,Wand:ow,Wand2:z1,Wand2Icon:z1,WandIcon:ow,WandSparkles:z1,WandSparklesIcon:z1,Warehouse:nw,WarehouseIcon:nw,WashingMachine:aw,WashingMachineIcon:aw,Watch:iw,WatchIcon:iw,Waves:dw,WavesIcon:dw,WavesLadder:rw,WavesLadderIcon:rw,Waypoints:cw,WaypointsIcon:cw,Webcam:sw,WebcamIcon:sw,Webhook:uw,WebhookIcon:uw,WebhookOff:lw,WebhookOffIcon:lw,Weight:pw,WeightIcon:pw,Wheat:yw,WheatIcon:yw,WheatOff:hw,WheatOffIcon:hw,WholeWord:kw,WholeWordIcon:kw,Wifi:ww,WifiCog:_w,WifiCogIcon:_w,WifiHigh:mw,WifiHighIcon:mw,WifiIcon:ww,WifiLow:fw,WifiLowIcon:fw,WifiOff:gw,WifiOffIcon:gw,WifiPen:vw,WifiPenIcon:vw,WifiSync:Mw,WifiSyncIcon:Mw,WifiZero:$w,WifiZeroIcon:$w,Wind:xw,WindArrowDown:bw,WindArrowDownIcon:bw,WindIcon:xw,Wine:Iw,WineIcon:Iw,WineOff:Nw,WineOffIcon:Nw,Workflow:Lw,WorkflowIcon:Lw,Worm:Sw,WormIcon:Sw,WrapText:k1,WrapTextIcon:k1,Wrench:Cw,WrenchIcon:Cw,X:zw,XCircle:An,XCircleIcon:An,XIcon:zw,XOctagon:Fo,XOctagonIcon:Fo,XSquare:d1,XSquareIcon:d1,Youtube:Aw,YoutubeIcon:Aw,Zap:Pw,ZapIcon:Pw,ZapOff:jw,ZapOffIcon:jw,ZoomIn:qw,ZoomInIcon:qw,ZoomOut:Dw,ZoomOutIcon:Dw,createLucideIcon:r,icons:fT},Symbol.toStringTag,{value:"Module"})),mT=j.enum(["text","url","phone","date","datetime","currency"]),gT=j.object({type:mT.default("text").optional(),size:j.enum(mt).optional(),title:j.record(j.string({error:"An incorrect schema title is provided"}),j.string({error:"An incorrect schema title body is provided"})).optional(),className:j.string().optional()}),vT=j.object({enable:j.boolean(),pin:j.enum(Xe).default(Xe.left).optional()}),MT=j.object({enable:j.boolean(),pin:j.enum(Xe).default(Xe.right).optional(),type:j.enum(["default","destructive","outline","secondary","ghost","link"]).optional()}),$T=j.object({title:j.string(),onClick:j.string(),icon:j.enum(Object.keys(wN)).optional()}),wT=j.record(j.string(),gT,{error:"Schema not provided"}),nj=j.object({body:j.string().optional(),row:j.string().optional(),cell:j.string().optional()}),bT=j.object({head:nj.optional(),body:nj.optional(),container:j.string().optional(),table:j.string().optional(),variables:j.record(j.string(),j.string()).optional()}).optional(),xT=j.function({input:[j.string(),j.object({row:j.any().optional(),page:j.number().optional(),limit:j.number().optional(),url:j.url().optional()})]}),NT=j.function({input:[j.any()]}),IT=j.function({input:[j.any()]}),LT=j.object({column:j.string(),operator:j.enum(BI),value:j.union([j.string(),j.number(),j.undefined(),j.boolean(),j.object({columnRef:j.string()})]),className:j.string()}),oj=j.object({tableData:j.array(j.any()).default([]),limit:j.number().default(Ki).optional(),max_count:j.number().default(Ki).optional(),schema:wT,rowActions:j.array($T).optional(),rowSelectionAction:j.string().optional(),indexColumn:vT.optional(),actionColumn:MT.optional(),conditionalRowStyles:j.array(LT).optional(),locale:j.string(),styles:bT,triggerEvent:xT,updateModel:NT,onModelChange:IT}),ST=({table:e,styles:t})=>M.jsx(UD,{className:ie("top-0 z-20 sticky bg-card outline-[var(--border)] outline",t?.body),children:e.getHeaderGroups().map(o=>M.jsx(UI,{className:t?.row,children:o.headers.map(a=>M.jsx(ZD,{colSpan:a.colSpan,className:ie("whitespace-normal break-words text-center border p-1 md:text-start min-w-8 md:px-2",a.column.getCanSort()&&"cursor-pointer",GI(a.column,"bg-card"),KD[a.column.columnDef.meta?.size||mt.md],t?.cell),onClick:a.column.getToggleSortingHandler(),style:ZI(a.column),children:bI(a.column.columnDef.header,a.getContext())},a.id))},o.id))});function aj(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function Li(...e){return t=>{let o=!1;const a=e.map(n=>{const i=aj(n,t);return!o&&typeof i=="function"&&(o=!0),i});if(o)return()=>{for(let n=0;n<a.length;n++){const i=a[n];typeof i=="function"?i():aj(e[n],null)}}}}function ue(...e){return f.useCallback(Li(...e),e)}var CT=Symbol.for("react.lazy"),Ow=f[" use ".trim().toString()];function zT(e){return typeof e=="object"&&e!==null&&"then"in e}function ij(e){return e!=null&&typeof e=="object"&&"$$typeof"in e&&e.$$typeof===CT&&"_payload"in e&&zT(e._payload)}function AT(e){const t=PT(e),o=f.forwardRef((a,n)=>{let{children:i,...c}=a;ij(i)&&typeof Ow=="function"&&(i=Ow(i._payload));const d=f.Children.toArray(i),l=d.find(DT);if(l){const s=l.props.children,u=d.map(h=>h===l?f.Children.count(s)>1?f.Children.only(null):f.isValidElement(s)?s.props.children:null:h);return M.jsx(t,{...c,ref:n,children:f.isValidElement(s)?f.cloneElement(s,void 0,u):null})}return M.jsx(t,{...c,ref:n,children:i})});return o.displayName=`${e}.Slot`,o}var jT=AT("Slot");function PT(e){const t=f.forwardRef((o,a)=>{let{children:n,...i}=o;if(ij(n)&&typeof Ow=="function"&&(n=Ow(n._payload)),f.isValidElement(n)){const c=HT(n),d=OT(i,n.props);return n.type!==f.Fragment&&(d.ref=a?Li(a,c):c),f.cloneElement(n,d)}return f.Children.count(n)>1?f.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var qT=Symbol("radix.slottable");function DT(e){return f.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===qT}function OT(e,t){const o={...t};for(const a in t){const n=e[a],i=t[a];/^on[A-Z]/.test(a)?n&&i?o[a]=(...d)=>{const l=i(...d);return n(...d),l}:n&&(o[a]=n):a==="style"?o[a]={...n,...i}:a==="className"&&(o[a]=[n,i].filter(Boolean).join(" "))}return{...e,...o}}function HT(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,o=t&&"isReactWarning"in t&&t.isReactWarning;return o?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,o=t&&"isReactWarning"in t&&t.isReactWarning,o?e.props.ref:e.props.ref||e.ref)}const rj=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,cj=NI,VT=((e,t)=>o=>{var a;if(t?.variants==null)return cj(e,o?.class,o?.className);const{variants:n,defaultVariants:i}=t,c=Object.keys(n).map(s=>{const u=o?.[s],h=i?.[s];if(u===null)return null;const k=rj(u)||rj(h);return n[s][k]}),d=o&&Object.entries(o).reduce((s,u)=>{let[h,k]=u;return k===void 0||(s[h]=k),s},{}),l=t==null||(a=t.compoundVariants)===null||a===void 0?void 0:a.reduce((s,u)=>{let{class:h,className:k,...p}=u;return Object.entries(p).every(y=>{let[_,m]=y;return Array.isArray(m)?m.includes({...i,...d}[_]):{...i,...d}[_]===m})?[...s,h,k]:s},[]);return cj(e,c,l,o?.class,o?.className)})("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}});function dj({className:e,variant:t,size:o,asChild:a=!1,...n}){const i=a?jT:"button";return M.jsx(i,{"data-slot":"button",className:ie(VT({variant:t,size:o,className:e})),...n})}function U(e,t,{checkForDefaultPrevented:o=!0}={}){return function(n){if(e?.(n),o===!1||!n.defaultPrevented)return t?.(n)}}function Z1(e,t=[]){let o=[];function a(i,c){const d=f.createContext(c),l=o.length;o=[...o,c];const s=h=>{const{scope:k,children:p,...y}=h,_=k?.[e]?.[l]||d,m=f.useMemo(()=>y,Object.values(y));return M.jsx(_.Provider,{value:m,children:p})};s.displayName=i+"Provider";function u(h,k){const p=k?.[e]?.[l]||d,y=f.useContext(p);if(y)return y;if(c!==void 0)return c;throw new Error(`\`${h}\` must be used within \`${i}\``)}return[s,u]}const n=()=>{const i=o.map(c=>f.createContext(c));return function(d){const l=d?.[e]||i;return f.useMemo(()=>({[`__scope${e}`]:{...d,[e]:l}}),[d,l])}};return n.scopeName=e,[a,RT(n,...t)]}function RT(...e){const t=e[0];if(e.length===1)return t;const o=()=>{const a=e.map(n=>({useScope:n(),scopeName:n.scopeName}));return function(i){const c=a.reduce((d,{useScope:l,scopeName:s})=>{const h=l(i)[`__scope${s}`];return{...d,...h}},{});return f.useMemo(()=>({[`__scope${t.scopeName}`]:c}),[c])}};return o.scopeName=t.scopeName,o}var ut=globalThis?.document?f.useLayoutEffect:()=>{},TT=f[" useInsertionEffect ".trim().toString()]||ut;function bN({prop:e,defaultProp:t,onChange:o=()=>{},caller:a}){const[n,i,c]=FT({defaultProp:t,onChange:o}),d=e!==void 0,l=d?e:n;{const u=f.useRef(e!==void 0);f.useEffect(()=>{const h=u.current;h!==d&&console.warn(`${a} is changing from ${h?"controlled":"uncontrolled"} to ${d?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),u.current=d},[d,a])}const s=f.useCallback(u=>{if(d){const h=ET(u)?u(e):u;h!==e&&c.current?.(h)}else i(u)},[d,e,i,c]);return[l,s]}function FT({defaultProp:e,onChange:t}){const[o,a]=f.useState(e),n=f.useRef(o),i=f.useRef(t);return TT(()=>{i.current=t},[t]),f.useEffect(()=>{n.current!==o&&(i.current?.(o),n.current=o)},[o,n]),[o,a,i]}function ET(e){return typeof e=="function"}function Si(e){const t=UT(e),o=f.forwardRef((a,n)=>{const{children:i,...c}=a,d=f.Children.toArray(i),l=d.find(ZT);if(l){const s=l.props.children,u=d.map(h=>h===l?f.Children.count(s)>1?f.Children.only(null):f.isValidElement(s)?s.props.children:null:h);return M.jsx(t,{...c,ref:n,children:f.isValidElement(s)?f.cloneElement(s,void 0,u):null})}return M.jsx(t,{...c,ref:n,children:i})});return o.displayName=`${e}.Slot`,o}function UT(e){const t=f.forwardRef((o,a)=>{const{children:n,...i}=o;if(f.isValidElement(n)){const c=WT(n),d=GT(i,n.props);return n.type!==f.Fragment&&(d.ref=a?Li(a,c):c),f.cloneElement(n,d)}return f.Children.count(n)>1?f.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var BT=Symbol("radix.slottable");function ZT(e){return f.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===BT}function GT(e,t){const o={...t};for(const a in t){const n=e[a],i=t[a];/^on[A-Z]/.test(a)?n&&i?o[a]=(...d)=>{const l=i(...d);return n(...d),l}:n&&(o[a]=n):a==="style"?o[a]={...n,...i}:a==="className"&&(o[a]=[n,i].filter(Boolean).join(" "))}return{...e,...o}}function WT(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,o=t&&"isReactWarning"in t&&t.isReactWarning;return o?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,o=t&&"isReactWarning"in t&&t.isReactWarning,o?e.props.ref:e.props.ref||e.ref)}var KT=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],se=KT.reduce((e,t)=>{const o=Si(`Primitive.${t}`),a=f.forwardRef((n,i)=>{const{asChild:c,...d}=n,l=c?o:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),M.jsx(l,{...d,ref:i})});return a.displayName=`Primitive.${t}`,{...e,[t]:a}},{});function sj(e,t){e&&uI.flushSync(()=>e.dispatchEvent(t))}function lj(e){const t=e+"CollectionProvider",[o,a]=Z1(t),[n,i]=o(t,{collectionRef:{current:null},itemMap:new Map}),c=_=>{const{scope:m,children:g}=_,w=te.useRef(null),$=te.useRef(new Map).current;return M.jsx(n,{scope:m,itemMap:$,collectionRef:w,children:g})};c.displayName=t;const d=e+"CollectionSlot",l=Si(d),s=te.forwardRef((_,m)=>{const{scope:g,children:w}=_,$=i(d,g),b=ue(m,$.collectionRef);return M.jsx(l,{ref:b,children:w})});s.displayName=d;const u=e+"CollectionItemSlot",h="data-radix-collection-item",k=Si(u),p=te.forwardRef((_,m)=>{const{scope:g,children:w,...$}=_,b=te.useRef(null),N=ue(m,b),P=i(u,g);return te.useEffect(()=>(P.itemMap.set(b,{ref:b,...$}),()=>void P.itemMap.delete(b))),M.jsx(k,{[h]:"",ref:N,children:w})});p.displayName=u;function y(_){const m=i(e+"CollectionConsumer",_);return te.useCallback(()=>{const w=m.collectionRef.current;if(!w)return[];const $=Array.from(w.querySelectorAll(`[${h}]`));return Array.from(m.itemMap.values()).sort((P,C)=>$.indexOf(P.ref.current)-$.indexOf(C.ref.current))},[m.collectionRef,m.itemMap])}return[{Provider:c,Slot:s,ItemSlot:p},y,a]}var XT=f.createContext(void 0);function uj(e){const t=f.useContext(XT);return e||t||"ltr"}function et(e){const t=f.useRef(e);return f.useEffect(()=>{t.current=e}),f.useMemo(()=>(...o)=>t.current?.(...o),[])}function JT(e,t=globalThis?.document){const o=et(e);f.useEffect(()=>{const a=n=>{n.key==="Escape"&&o(n)};return t.addEventListener("keydown",a,{capture:!0}),()=>t.removeEventListener("keydown",a,{capture:!0})},[o,t])}var YT="DismissableLayer",xN="dismissableLayer.update",QT="dismissableLayer.pointerDownOutside",eF="dismissableLayer.focusOutside",hj,pj=f.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),NN=f.forwardRef((e,t)=>{const{disableOutsidePointerEvents:o=!1,onEscapeKeyDown:a,onPointerDownOutside:n,onFocusOutside:i,onInteractOutside:c,onDismiss:d,...l}=e,s=f.useContext(pj),[u,h]=f.useState(null),k=u?.ownerDocument??globalThis?.document,[,p]=f.useState({}),y=ue(t,C=>h(C)),_=Array.from(s.layers),[m]=[...s.layersWithOutsidePointerEventsDisabled].slice(-1),g=_.indexOf(m),w=u?_.indexOf(u):-1,$=s.layersWithOutsidePointerEventsDisabled.size>0,b=w>=g,N=oF(C=>{const I=C.target,T=[...s.branches].some(V=>V.contains(I));!b||T||(n?.(C),c?.(C),C.defaultPrevented||d?.())},k),P=aF(C=>{const I=C.target;[...s.branches].some(V=>V.contains(I))||(i?.(C),c?.(C),C.defaultPrevented||d?.())},k);return JT(C=>{w===s.layers.size-1&&(a?.(C),!C.defaultPrevented&&d&&(C.preventDefault(),d()))},k),f.useEffect(()=>{if(u)return o&&(s.layersWithOutsidePointerEventsDisabled.size===0&&(hj=k.body.style.pointerEvents,k.body.style.pointerEvents="none"),s.layersWithOutsidePointerEventsDisabled.add(u)),s.layers.add(u),yj(),()=>{o&&s.layersWithOutsidePointerEventsDisabled.size===1&&(k.body.style.pointerEvents=hj)}},[u,k,o,s]),f.useEffect(()=>()=>{u&&(s.layers.delete(u),s.layersWithOutsidePointerEventsDisabled.delete(u),yj())},[u,s]),f.useEffect(()=>{const C=()=>p({});return document.addEventListener(xN,C),()=>document.removeEventListener(xN,C)},[]),M.jsx(se.div,{...l,ref:y,style:{pointerEvents:$?b?"auto":"none":void 0,...e.style},onFocusCapture:U(e.onFocusCapture,P.onFocusCapture),onBlurCapture:U(e.onBlurCapture,P.onBlurCapture),onPointerDownCapture:U(e.onPointerDownCapture,N.onPointerDownCapture)})});NN.displayName=YT;var tF="DismissableLayerBranch",nF=f.forwardRef((e,t)=>{const o=f.useContext(pj),a=f.useRef(null),n=ue(t,a);return f.useEffect(()=>{const i=a.current;if(i)return o.branches.add(i),()=>{o.branches.delete(i)}},[o.branches]),M.jsx(se.div,{...e,ref:n})});nF.displayName=tF;function oF(e,t=globalThis?.document){const o=et(e),a=f.useRef(!1),n=f.useRef(()=>{});return f.useEffect(()=>{const i=d=>{if(d.target&&!a.current){let l=function(){kj(QT,o,s,{discrete:!0})};const s={originalEvent:d};d.pointerType==="touch"?(t.removeEventListener("click",n.current),n.current=l,t.addEventListener("click",n.current,{once:!0})):l()}else t.removeEventListener("click",n.current);a.current=!1},c=window.setTimeout(()=>{t.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(c),t.removeEventListener("pointerdown",i),t.removeEventListener("click",n.current)}},[t,o]),{onPointerDownCapture:()=>a.current=!0}}function aF(e,t=globalThis?.document){const o=et(e),a=f.useRef(!1);return f.useEffect(()=>{const n=i=>{i.target&&!a.current&&kj(eF,o,{originalEvent:i},{discrete:!1})};return t.addEventListener("focusin",n),()=>t.removeEventListener("focusin",n)},[t,o]),{onFocusCapture:()=>a.current=!0,onBlurCapture:()=>a.current=!1}}function yj(){const e=new CustomEvent(xN);document.dispatchEvent(e)}function kj(e,t,o,{discrete:a}){const n=o.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:o});t&&n.addEventListener(e,t,{once:!0}),a?sj(n,i):n.dispatchEvent(i)}var IN=0;function _j(){f.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??fj()),document.body.insertAdjacentElement("beforeend",e[1]??fj()),IN++,()=>{IN===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),IN--}},[])}function fj(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var LN="focusScope.autoFocusOnMount",SN="focusScope.autoFocusOnUnmount",mj={bubbles:!1,cancelable:!0},iF="FocusScope",CN=f.forwardRef((e,t)=>{const{loop:o=!1,trapped:a=!1,onMountAutoFocus:n,onUnmountAutoFocus:i,...c}=e,[d,l]=f.useState(null),s=et(n),u=et(i),h=f.useRef(null),k=ue(t,_=>l(_)),p=f.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;f.useEffect(()=>{if(a){let _=function($){if(p.paused||!d)return;const b=$.target;d.contains(b)?h.current=b:ht(h.current,{select:!0})},m=function($){if(p.paused||!d)return;const b=$.relatedTarget;b!==null&&(d.contains(b)||ht(h.current,{select:!0}))},g=function($){if(document.activeElement===document.body)for(const N of $)N.removedNodes.length>0&&ht(d)};document.addEventListener("focusin",_),document.addEventListener("focusout",m);const w=new MutationObserver(g);return d&&w.observe(d,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",_),document.removeEventListener("focusout",m),w.disconnect()}}},[a,d,p.paused]),f.useEffect(()=>{if(d){Mj.add(p);const _=document.activeElement;if(!d.contains(_)){const g=new CustomEvent(LN,mj);d.addEventListener(LN,s),d.dispatchEvent(g),g.defaultPrevented||(rF(uF(gj(d)),{select:!0}),document.activeElement===_&&ht(d))}return()=>{d.removeEventListener(LN,s),setTimeout(()=>{const g=new CustomEvent(SN,mj);d.addEventListener(SN,u),d.dispatchEvent(g),g.defaultPrevented||ht(_??document.body,{select:!0}),d.removeEventListener(SN,u),Mj.remove(p)},0)}}},[d,s,u,p]);const y=f.useCallback(_=>{if(!o&&!a||p.paused)return;const m=_.key==="Tab"&&!_.altKey&&!_.ctrlKey&&!_.metaKey,g=document.activeElement;if(m&&g){const w=_.currentTarget,[$,b]=cF(w);$&&b?!_.shiftKey&&g===b?(_.preventDefault(),o&&ht($,{select:!0})):_.shiftKey&&g===$&&(_.preventDefault(),o&&ht(b,{select:!0})):g===w&&_.preventDefault()}},[o,a,p.paused]);return M.jsx(se.div,{tabIndex:-1,...c,ref:k,onKeyDown:y})});CN.displayName=iF;function rF(e,{select:t=!1}={}){const o=document.activeElement;for(const a of e)if(ht(a,{select:t}),document.activeElement!==o)return}function cF(e){const t=gj(e),o=vj(t,e),a=vj(t.reverse(),e);return[o,a]}function gj(e){const t=[],o=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:a=>{const n=a.tagName==="INPUT"&&a.type==="hidden";return a.disabled||a.hidden||n?NodeFilter.FILTER_SKIP:a.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;o.nextNode();)t.push(o.currentNode);return t}function vj(e,t){for(const o of e)if(!dF(o,{upTo:t}))return o}function dF(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function sF(e){return e instanceof HTMLInputElement&&"select"in e}function ht(e,{select:t=!1}={}){if(e&&e.focus){const o=document.activeElement;e.focus({preventScroll:!0}),e!==o&&sF(e)&&t&&e.select()}}var Mj=lF();function lF(){let e=[];return{add(t){const o=e[0];t!==o&&o?.pause(),e=$j(e,t),e.unshift(t)},remove(t){e=$j(e,t),e[0]?.resume()}}}function $j(e,t){const o=[...e],a=o.indexOf(t);return a!==-1&&o.splice(a,1),o}function uF(e){return e.filter(t=>t.tagName!=="A")}var hF=f[" useId ".trim().toString()]||(()=>{}),pF=0;function Hw(e){const[t,o]=f.useState(hF());return ut(()=>{o(a=>a??String(pF++))},[e]),e||(t?`radix-${t}`:"")}const yF=["top","right","bottom","left"],pt=Math.min,ve=Math.max,Vw=Math.round,Rw=Math.floor,Te=e=>({x:e,y:e}),kF={left:"right",right:"left",bottom:"top",top:"bottom"},_F={start:"end",end:"start"};function zN(e,t,o){return ve(e,pt(t,o))}function tt(e,t){return typeof e=="function"?e(t):e}function nt(e){return e.split("-")[0]}function G1(e){return e.split("-")[1]}function AN(e){return e==="x"?"y":"x"}function jN(e){return e==="y"?"height":"width"}const fF=new Set(["top","bottom"]);function Fe(e){return fF.has(nt(e))?"y":"x"}function PN(e){return AN(Fe(e))}function mF(e,t,o){o===void 0&&(o=!1);const a=G1(e),n=PN(e),i=jN(n);let c=n==="x"?a===(o?"end":"start")?"right":"left":a==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(c=Tw(c)),[c,Tw(c)]}function gF(e){const t=Tw(e);return[qN(e),t,qN(t)]}function qN(e){return e.replace(/start|end/g,t=>_F[t])}const wj=["left","right"],bj=["right","left"],vF=["top","bottom"],MF=["bottom","top"];function $F(e,t,o){switch(e){case"top":case"bottom":return o?t?bj:wj:t?wj:bj;case"left":case"right":return t?vF:MF;default:return[]}}function wF(e,t,o,a){const n=G1(e);let i=$F(nt(e),o==="start",a);return n&&(i=i.map(c=>c+"-"+n),t&&(i=i.concat(i.map(qN)))),i}function Tw(e){return e.replace(/left|right|bottom|top/g,t=>kF[t])}function bF(e){return{top:0,right:0,bottom:0,left:0,...e}}function xj(e){return typeof e!="number"?bF(e):{top:e,right:e,bottom:e,left:e}}function Fw(e){const{x:t,y:o,width:a,height:n}=e;return{width:a,height:n,top:o,left:t,right:t+a,bottom:o+n,x:t,y:o}}function Nj(e,t,o){let{reference:a,floating:n}=e;const i=Fe(t),c=PN(t),d=jN(c),l=nt(t),s=i==="y",u=a.x+a.width/2-n.width/2,h=a.y+a.height/2-n.height/2,k=a[d]/2-n[d]/2;let p;switch(l){case"top":p={x:u,y:a.y-n.height};break;case"bottom":p={x:u,y:a.y+a.height};break;case"right":p={x:a.x+a.width,y:h};break;case"left":p={x:a.x-n.width,y:h};break;default:p={x:a.x,y:a.y}}switch(G1(t)){case"start":p[c]-=k*(o&&s?-1:1);break;case"end":p[c]+=k*(o&&s?-1:1);break}return p}const xF=async(e,t,o)=>{const{placement:a="bottom",strategy:n="absolute",middleware:i=[],platform:c}=o,d=i.filter(Boolean),l=await(c.isRTL==null?void 0:c.isRTL(t));let s=await c.getElementRects({reference:e,floating:t,strategy:n}),{x:u,y:h}=Nj(s,a,l),k=a,p={},y=0;for(let _=0;_<d.length;_++){const{name:m,fn:g}=d[_],{x:w,y:$,data:b,reset:N}=await g({x:u,y:h,initialPlacement:a,placement:k,strategy:n,middlewareData:p,rects:s,platform:c,elements:{reference:e,floating:t}});u=w??u,h=$??h,p={...p,[m]:{...p[m],...b}},N&&y<=50&&(y++,typeof N=="object"&&(N.placement&&(k=N.placement),N.rects&&(s=N.rects===!0?await c.getElementRects({reference:e,floating:t,strategy:n}):N.rects),{x:u,y:h}=Nj(s,k,l)),_=-1)}return{x:u,y:h,placement:k,strategy:n,middlewareData:p}};async function Ci(e,t){var o;t===void 0&&(t={});const{x:a,y:n,platform:i,rects:c,elements:d,strategy:l}=e,{boundary:s="clippingAncestors",rootBoundary:u="viewport",elementContext:h="floating",altBoundary:k=!1,padding:p=0}=tt(t,e),y=xj(p),m=d[k?h==="floating"?"reference":"floating":h],g=Fw(await i.getClippingRect({element:(o=await(i.isElement==null?void 0:i.isElement(m)))==null||o?m:m.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(d.floating)),boundary:s,rootBoundary:u,strategy:l})),w=h==="floating"?{x:a,y:n,width:c.floating.width,height:c.floating.height}:c.reference,$=await(i.getOffsetParent==null?void 0:i.getOffsetParent(d.floating)),b=await(i.isElement==null?void 0:i.isElement($))?await(i.getScale==null?void 0:i.getScale($))||{x:1,y:1}:{x:1,y:1},N=Fw(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:d,rect:w,offsetParent:$,strategy:l}):w);return{top:(g.top-N.top+y.top)/b.y,bottom:(N.bottom-g.bottom+y.bottom)/b.y,left:(g.left-N.left+y.left)/b.x,right:(N.right-g.right+y.right)/b.x}}const NF=e=>({name:"arrow",options:e,async fn(t){const{x:o,y:a,placement:n,rects:i,platform:c,elements:d,middlewareData:l}=t,{element:s,padding:u=0}=tt(e,t)||{};if(s==null)return{};const h=xj(u),k={x:o,y:a},p=PN(n),y=jN(p),_=await c.getDimensions(s),m=p==="y",g=m?"top":"left",w=m?"bottom":"right",$=m?"clientHeight":"clientWidth",b=i.reference[y]+i.reference[p]-k[p]-i.floating[y],N=k[p]-i.reference[p],P=await(c.getOffsetParent==null?void 0:c.getOffsetParent(s));let C=P?P[$]:0;(!C||!await(c.isElement==null?void 0:c.isElement(P)))&&(C=d.floating[$]||i.floating[y]);const I=b/2-N/2,T=C/2-_[y]/2-1,V=pt(h[g],T),W=pt(h[w],T),X=V,Q=C-_[y]-W,K=C/2-_[y]/2+I,oe=zN(X,K,Q),B=!l.arrow&&G1(n)!=null&&K!==oe&&i.reference[y]/2-(K<X?V:W)-_[y]/2<0,J=B?K<X?K-X:K-Q:0;return{[p]:k[p]+J,data:{[p]:oe,centerOffset:K-oe-J,...B&&{alignmentOffset:J}},reset:B}}}),IF=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var o,a;const{placement:n,middlewareData:i,rects:c,initialPlacement:d,platform:l,elements:s}=t,{mainAxis:u=!0,crossAxis:h=!0,fallbackPlacements:k,fallbackStrategy:p="bestFit",fallbackAxisSideDirection:y="none",flipAlignment:_=!0,...m}=tt(e,t);if((o=i.arrow)!=null&&o.alignmentOffset)return{};const g=nt(n),w=Fe(d),$=nt(d)===d,b=await(l.isRTL==null?void 0:l.isRTL(s.floating)),N=k||($||!_?[Tw(d)]:gF(d)),P=y!=="none";!k&&P&&N.push(...wF(d,_,y,b));const C=[d,...N],I=await Ci(t,m),T=[];let V=((a=i.flip)==null?void 0:a.overflows)||[];if(u&&T.push(I[g]),h){const K=mF(n,c,b);T.push(I[K[0]],I[K[1]])}if(V=[...V,{placement:n,overflows:T}],!T.every(K=>K<=0)){var W,X;const K=(((W=i.flip)==null?void 0:W.index)||0)+1,oe=C[K];if(oe&&(!(h==="alignment"?w!==Fe(oe):!1)||V.every(S=>Fe(S.placement)===w?S.overflows[0]>0:!0)))return{data:{index:K,overflows:V},reset:{placement:oe}};let B=(X=V.filter(J=>J.overflows[0]<=0).sort((J,S)=>J.overflows[1]-S.overflows[1])[0])==null?void 0:X.placement;if(!B)switch(p){case"bestFit":{var Q;const J=(Q=V.filter(S=>{if(P){const q=Fe(S.placement);return q===w||q==="y"}return!0}).map(S=>[S.placement,S.overflows.filter(q=>q>0).reduce((q,re)=>q+re,0)]).sort((S,q)=>S[1]-q[1])[0])==null?void 0:Q[0];J&&(B=J);break}case"initialPlacement":B=d;break}if(n!==B)return{reset:{placement:B}}}return{}}}};function Ij(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Lj(e){return yF.some(t=>e[t]>=0)}const LF=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:o}=t,{strategy:a="referenceHidden",...n}=tt(e,t);switch(a){case"referenceHidden":{const i=await Ci(t,{...n,elementContext:"reference"}),c=Ij(i,o.reference);return{data:{referenceHiddenOffsets:c,referenceHidden:Lj(c)}}}case"escaped":{const i=await Ci(t,{...n,altBoundary:!0}),c=Ij(i,o.floating);return{data:{escapedOffsets:c,escaped:Lj(c)}}}default:return{}}}}},Sj=new Set(["left","top"]);async function SF(e,t){const{placement:o,platform:a,elements:n}=e,i=await(a.isRTL==null?void 0:a.isRTL(n.floating)),c=nt(o),d=G1(o),l=Fe(o)==="y",s=Sj.has(c)?-1:1,u=i&&l?-1:1,h=tt(t,e);let{mainAxis:k,crossAxis:p,alignmentAxis:y}=typeof h=="number"?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return d&&typeof y=="number"&&(p=d==="end"?y*-1:y),l?{x:p*u,y:k*s}:{x:k*s,y:p*u}}const CF=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var o,a;const{x:n,y:i,placement:c,middlewareData:d}=t,l=await SF(t,e);return c===((o=d.offset)==null?void 0:o.placement)&&(a=d.arrow)!=null&&a.alignmentOffset?{}:{x:n+l.x,y:i+l.y,data:{...l,placement:c}}}}},zF=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:o,y:a,placement:n}=t,{mainAxis:i=!0,crossAxis:c=!1,limiter:d={fn:m=>{let{x:g,y:w}=m;return{x:g,y:w}}},...l}=tt(e,t),s={x:o,y:a},u=await Ci(t,l),h=Fe(nt(n)),k=AN(h);let p=s[k],y=s[h];if(i){const m=k==="y"?"top":"left",g=k==="y"?"bottom":"right",w=p+u[m],$=p-u[g];p=zN(w,p,$)}if(c){const m=h==="y"?"top":"left",g=h==="y"?"bottom":"right",w=y+u[m],$=y-u[g];y=zN(w,y,$)}const _=d.fn({...t,[k]:p,[h]:y});return{..._,data:{x:_.x-o,y:_.y-a,enabled:{[k]:i,[h]:c}}}}}},AF=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:o,y:a,placement:n,rects:i,middlewareData:c}=t,{offset:d=0,mainAxis:l=!0,crossAxis:s=!0}=tt(e,t),u={x:o,y:a},h=Fe(n),k=AN(h);let p=u[k],y=u[h];const _=tt(d,t),m=typeof _=="number"?{mainAxis:_,crossAxis:0}:{mainAxis:0,crossAxis:0,..._};if(l){const $=k==="y"?"height":"width",b=i.reference[k]-i.floating[$]+m.mainAxis,N=i.reference[k]+i.reference[$]-m.mainAxis;p<b?p=b:p>N&&(p=N)}if(s){var g,w;const $=k==="y"?"width":"height",b=Sj.has(nt(n)),N=i.reference[h]-i.floating[$]+(b&&((g=c.offset)==null?void 0:g[h])||0)+(b?0:m.crossAxis),P=i.reference[h]+i.reference[$]+(b?0:((w=c.offset)==null?void 0:w[h])||0)-(b?m.crossAxis:0);y<N?y=N:y>P&&(y=P)}return{[k]:p,[h]:y}}}},jF=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var o,a;const{placement:n,rects:i,platform:c,elements:d}=t,{apply:l=()=>{},...s}=tt(e,t),u=await Ci(t,s),h=nt(n),k=G1(n),p=Fe(n)==="y",{width:y,height:_}=i.floating;let m,g;h==="top"||h==="bottom"?(m=h,g=k===(await(c.isRTL==null?void 0:c.isRTL(d.floating))?"start":"end")?"left":"right"):(g=h,m=k==="end"?"top":"bottom");const w=_-u.top-u.bottom,$=y-u.left-u.right,b=pt(_-u[m],w),N=pt(y-u[g],$),P=!t.middlewareData.shift;let C=b,I=N;if((o=t.middlewareData.shift)!=null&&o.enabled.x&&(I=$),(a=t.middlewareData.shift)!=null&&a.enabled.y&&(C=w),P&&!k){const V=ve(u.left,0),W=ve(u.right,0),X=ve(u.top,0),Q=ve(u.bottom,0);p?I=y-2*(V!==0||W!==0?V+W:ve(u.left,u.right)):C=_-2*(X!==0||Q!==0?X+Q:ve(u.top,u.bottom))}await l({...t,availableWidth:I,availableHeight:C});const T=await c.getDimensions(d.floating);return y!==T.width||_!==T.height?{reset:{rects:!0}}:{}}}};function Ew(){return typeof window<"u"}function W1(e){return Cj(e)?(e.nodeName||"").toLowerCase():"#document"}function Me(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ee(e){var t;return(t=(Cj(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Cj(e){return Ew()?e instanceof Node||e instanceof Me(e).Node:!1}function Ce(e){return Ew()?e instanceof Element||e instanceof Me(e).Element:!1}function Ue(e){return Ew()?e instanceof HTMLElement||e instanceof Me(e).HTMLElement:!1}function zj(e){return!Ew()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Me(e).ShadowRoot}const PF=new Set(["inline","contents"]);function zi(e){const{overflow:t,overflowX:o,overflowY:a,display:n}=ze(e);return/auto|scroll|overlay|hidden|clip/.test(t+a+o)&&!PF.has(n)}const qF=new Set(["table","td","th"]);function DF(e){return qF.has(W1(e))}const OF=[":popover-open",":modal"];function Uw(e){return OF.some(t=>{try{return e.matches(t)}catch{return!1}})}const HF=["transform","translate","scale","rotate","perspective"],VF=["transform","translate","scale","rotate","perspective","filter"],RF=["paint","layout","strict","content"];function DN(e){const t=ON(),o=Ce(e)?ze(e):e;return HF.some(a=>o[a]?o[a]!=="none":!1)||(o.containerType?o.containerType!=="normal":!1)||!t&&(o.backdropFilter?o.backdropFilter!=="none":!1)||!t&&(o.filter?o.filter!=="none":!1)||VF.some(a=>(o.willChange||"").includes(a))||RF.some(a=>(o.contain||"").includes(a))}function TF(e){let t=yt(e);for(;Ue(t)&&!K1(t);){if(DN(t))return t;if(Uw(t))return null;t=yt(t)}return null}function ON(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const FF=new Set(["html","body","#document"]);function K1(e){return FF.has(W1(e))}function ze(e){return Me(e).getComputedStyle(e)}function Bw(e){return Ce(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function yt(e){if(W1(e)==="html")return e;const t=e.assignedSlot||e.parentNode||zj(e)&&e.host||Ee(e);return zj(t)?t.host:t}function Aj(e){const t=yt(e);return K1(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ue(t)&&zi(t)?t:Aj(t)}function Ai(e,t,o){var a;t===void 0&&(t=[]),o===void 0&&(o=!0);const n=Aj(e),i=n===((a=e.ownerDocument)==null?void 0:a.body),c=Me(n);if(i){const d=HN(c);return t.concat(c,c.visualViewport||[],zi(n)?n:[],d&&o?Ai(d):[])}return t.concat(n,Ai(n,[],o))}function HN(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function jj(e){const t=ze(e);let o=parseFloat(t.width)||0,a=parseFloat(t.height)||0;const n=Ue(e),i=n?e.offsetWidth:o,c=n?e.offsetHeight:a,d=Vw(o)!==i||Vw(a)!==c;return d&&(o=i,a=c),{width:o,height:a,$:d}}function VN(e){return Ce(e)?e:e.contextElement}function X1(e){const t=VN(e);if(!Ue(t))return Te(1);const o=t.getBoundingClientRect(),{width:a,height:n,$:i}=jj(t);let c=(i?Vw(o.width):o.width)/a,d=(i?Vw(o.height):o.height)/n;return(!c||!Number.isFinite(c))&&(c=1),(!d||!Number.isFinite(d))&&(d=1),{x:c,y:d}}const EF=Te(0);function Pj(e){const t=Me(e);return!ON()||!t.visualViewport?EF:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function UF(e,t,o){return t===void 0&&(t=!1),!o||t&&o!==Me(e)?!1:t}function A1(e,t,o,a){t===void 0&&(t=!1),o===void 0&&(o=!1);const n=e.getBoundingClientRect(),i=VN(e);let c=Te(1);t&&(a?Ce(a)&&(c=X1(a)):c=X1(e));const d=UF(i,o,a)?Pj(i):Te(0);let l=(n.left+d.x)/c.x,s=(n.top+d.y)/c.y,u=n.width/c.x,h=n.height/c.y;if(i){const k=Me(i),p=a&&Ce(a)?Me(a):a;let y=k,_=HN(y);for(;_&&a&&p!==y;){const m=X1(_),g=_.getBoundingClientRect(),w=ze(_),$=g.left+(_.clientLeft+parseFloat(w.paddingLeft))*m.x,b=g.top+(_.clientTop+parseFloat(w.paddingTop))*m.y;l*=m.x,s*=m.y,u*=m.x,h*=m.y,l+=$,s+=b,y=Me(_),_=HN(y)}}return Fw({width:u,height:h,x:l,y:s})}function Zw(e,t){const o=Bw(e).scrollLeft;return t?t.left+o:A1(Ee(e)).left+o}function qj(e,t){const o=e.getBoundingClientRect(),a=o.left+t.scrollLeft-Zw(e,o),n=o.top+t.scrollTop;return{x:a,y:n}}function BF(e){let{elements:t,rect:o,offsetParent:a,strategy:n}=e;const i=n==="fixed",c=Ee(a),d=t?Uw(t.floating):!1;if(a===c||d&&i)return o;let l={scrollLeft:0,scrollTop:0},s=Te(1);const u=Te(0),h=Ue(a);if((h||!h&&!i)&&((W1(a)!=="body"||zi(c))&&(l=Bw(a)),Ue(a))){const p=A1(a);s=X1(a),u.x=p.x+a.clientLeft,u.y=p.y+a.clientTop}const k=c&&!h&&!i?qj(c,l):Te(0);return{width:o.width*s.x,height:o.height*s.y,x:o.x*s.x-l.scrollLeft*s.x+u.x+k.x,y:o.y*s.y-l.scrollTop*s.y+u.y+k.y}}function ZF(e){return Array.from(e.getClientRects())}function GF(e){const t=Ee(e),o=Bw(e),a=e.ownerDocument.body,n=ve(t.scrollWidth,t.clientWidth,a.scrollWidth,a.clientWidth),i=ve(t.scrollHeight,t.clientHeight,a.scrollHeight,a.clientHeight);let c=-o.scrollLeft+Zw(e);const d=-o.scrollTop;return ze(a).direction==="rtl"&&(c+=ve(t.clientWidth,a.clientWidth)-n),{width:n,height:i,x:c,y:d}}const Dj=25;function WF(e,t){const o=Me(e),a=Ee(e),n=o.visualViewport;let i=a.clientWidth,c=a.clientHeight,d=0,l=0;if(n){i=n.width,c=n.height;const u=ON();(!u||u&&t==="fixed")&&(d=n.offsetLeft,l=n.offsetTop)}const s=Zw(a);if(s<=0){const u=a.ownerDocument,h=u.body,k=getComputedStyle(h),p=u.compatMode==="CSS1Compat"&&parseFloat(k.marginLeft)+parseFloat(k.marginRight)||0,y=Math.abs(a.clientWidth-h.clientWidth-p);y<=Dj&&(i-=y)}else s<=Dj&&(i+=s);return{width:i,height:c,x:d,y:l}}const KF=new Set(["absolute","fixed"]);function XF(e,t){const o=A1(e,!0,t==="fixed"),a=o.top+e.clientTop,n=o.left+e.clientLeft,i=Ue(e)?X1(e):Te(1),c=e.clientWidth*i.x,d=e.clientHeight*i.y,l=n*i.x,s=a*i.y;return{width:c,height:d,x:l,y:s}}function Oj(e,t,o){let a;if(t==="viewport")a=WF(e,o);else if(t==="document")a=GF(Ee(e));else if(Ce(t))a=XF(t,o);else{const n=Pj(e);a={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return Fw(a)}function Hj(e,t){const o=yt(e);return o===t||!Ce(o)||K1(o)?!1:ze(o).position==="fixed"||Hj(o,t)}function JF(e,t){const o=t.get(e);if(o)return o;let a=Ai(e,[],!1).filter(d=>Ce(d)&&W1(d)!=="body"),n=null;const i=ze(e).position==="fixed";let c=i?yt(e):e;for(;Ce(c)&&!K1(c);){const d=ze(c),l=DN(c);!l&&d.position==="fixed"&&(n=null),(i?!l&&!n:!l&&d.position==="static"&&!!n&&KF.has(n.position)||zi(c)&&!l&&Hj(e,c))?a=a.filter(u=>u!==c):n=d,c=yt(c)}return t.set(e,a),a}function YF(e){let{element:t,boundary:o,rootBoundary:a,strategy:n}=e;const c=[...o==="clippingAncestors"?Uw(t)?[]:JF(t,this._c):[].concat(o),a],d=c[0],l=c.reduce((s,u)=>{const h=Oj(t,u,n);return s.top=ve(h.top,s.top),s.right=pt(h.right,s.right),s.bottom=pt(h.bottom,s.bottom),s.left=ve(h.left,s.left),s},Oj(t,d,n));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function QF(e){const{width:t,height:o}=jj(e);return{width:t,height:o}}function eE(e,t,o){const a=Ue(t),n=Ee(t),i=o==="fixed",c=A1(e,!0,i,t);let d={scrollLeft:0,scrollTop:0};const l=Te(0);function s(){l.x=Zw(n)}if(a||!a&&!i)if((W1(t)!=="body"||zi(n))&&(d=Bw(t)),a){const p=A1(t,!0,i,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}else n&&s();i&&!a&&n&&s();const u=n&&!a&&!i?qj(n,d):Te(0),h=c.left+d.scrollLeft-l.x-u.x,k=c.top+d.scrollTop-l.y-u.y;return{x:h,y:k,width:c.width,height:c.height}}function RN(e){return ze(e).position==="static"}function Vj(e,t){if(!Ue(e)||ze(e).position==="fixed")return null;if(t)return t(e);let o=e.offsetParent;return Ee(e)===o&&(o=o.ownerDocument.body),o}function Rj(e,t){const o=Me(e);if(Uw(e))return o;if(!Ue(e)){let n=yt(e);for(;n&&!K1(n);){if(Ce(n)&&!RN(n))return n;n=yt(n)}return o}let a=Vj(e,t);for(;a&&DF(a)&&RN(a);)a=Vj(a,t);return a&&K1(a)&&RN(a)&&!DN(a)?o:a||TF(e)||o}const tE=async function(e){const t=this.getOffsetParent||Rj,o=this.getDimensions,a=await o(e.floating);return{reference:eE(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:a.width,height:a.height}}};function nE(e){return ze(e).direction==="rtl"}const oE={convertOffsetParentRelativeRectToViewportRelativeRect:BF,getDocumentElement:Ee,getClippingRect:YF,getOffsetParent:Rj,getElementRects:tE,getClientRects:ZF,getDimensions:QF,getScale:X1,isElement:Ce,isRTL:nE};function Tj(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function aE(e,t){let o=null,a;const n=Ee(e);function i(){var d;clearTimeout(a),(d=o)==null||d.disconnect(),o=null}function c(d,l){d===void 0&&(d=!1),l===void 0&&(l=1),i();const s=e.getBoundingClientRect(),{left:u,top:h,width:k,height:p}=s;if(d||t(),!k||!p)return;const y=Rw(h),_=Rw(n.clientWidth-(u+k)),m=Rw(n.clientHeight-(h+p)),g=Rw(u),$={rootMargin:-y+"px "+-_+"px "+-m+"px "+-g+"px",threshold:ve(0,pt(1,l))||1};let b=!0;function N(P){const C=P[0].intersectionRatio;if(C!==l){if(!b)return c();C?c(!1,C):a=setTimeout(()=>{c(!1,1e-7)},1e3)}C===1&&!Tj(s,e.getBoundingClientRect())&&c(),b=!1}try{o=new IntersectionObserver(N,{...$,root:n.ownerDocument})}catch{o=new IntersectionObserver(N,$)}o.observe(e)}return c(!0),i}function iE(e,t,o,a){a===void 0&&(a={});const{ancestorScroll:n=!0,ancestorResize:i=!0,elementResize:c=typeof ResizeObserver=="function",layoutShift:d=typeof IntersectionObserver=="function",animationFrame:l=!1}=a,s=VN(e),u=n||i?[...s?Ai(s):[],...Ai(t)]:[];u.forEach(g=>{n&&g.addEventListener("scroll",o,{passive:!0}),i&&g.addEventListener("resize",o)});const h=s&&d?aE(s,o):null;let k=-1,p=null;c&&(p=new ResizeObserver(g=>{let[w]=g;w&&w.target===s&&p&&(p.unobserve(t),cancelAnimationFrame(k),k=requestAnimationFrame(()=>{var $;($=p)==null||$.observe(t)})),o()}),s&&!l&&p.observe(s),p.observe(t));let y,_=l?A1(e):null;l&&m();function m(){const g=A1(e);_&&!Tj(_,g)&&o(),_=g,y=requestAnimationFrame(m)}return o(),()=>{var g;u.forEach(w=>{n&&w.removeEventListener("scroll",o),i&&w.removeEventListener("resize",o)}),h?.(),(g=p)==null||g.disconnect(),p=null,l&&cancelAnimationFrame(y)}}const rE=CF,cE=zF,dE=IF,sE=jF,lE=LF,Fj=NF,uE=AF,hE=(e,t,o)=>{const a=new Map,n={platform:oE,...o},i={...n.platform,_c:a};return xF(e,t,{...n,platform:i})};var pE=typeof document<"u",yE=function(){},Gw=pE?te.useLayoutEffect:yE;function Ww(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let o,a,n;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(o=e.length,o!==t.length)return!1;for(a=o;a--!==0;)if(!Ww(e[a],t[a]))return!1;return!0}if(n=Object.keys(e),o=n.length,o!==Object.keys(t).length)return!1;for(a=o;a--!==0;)if(!{}.hasOwnProperty.call(t,n[a]))return!1;for(a=o;a--!==0;){const i=n[a];if(!(i==="_owner"&&e.$$typeof)&&!Ww(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function Ej(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Uj(e,t){const o=Ej(e);return Math.round(t*o)/o}function TN(e){const t=f.useRef(e);return Gw(()=>{t.current=e}),t}function kE(e){e===void 0&&(e={});const{placement:t="bottom",strategy:o="absolute",middleware:a=[],platform:n,elements:{reference:i,floating:c}={},transform:d=!0,whileElementsMounted:l,open:s}=e,[u,h]=f.useState({x:0,y:0,strategy:o,placement:t,middlewareData:{},isPositioned:!1}),[k,p]=f.useState(a);Ww(k,a)||p(a);const[y,_]=f.useState(null),[m,g]=f.useState(null),w=f.useCallback(S=>{S!==P.current&&(P.current=S,_(S))},[]),$=f.useCallback(S=>{S!==C.current&&(C.current=S,g(S))},[]),b=i||y,N=c||m,P=f.useRef(null),C=f.useRef(null),I=f.useRef(u),T=l!=null,V=TN(l),W=TN(n),X=TN(s),Q=f.useCallback(()=>{if(!P.current||!C.current)return;const S={placement:t,strategy:o,middleware:k};W.current&&(S.platform=W.current),hE(P.current,C.current,S).then(q=>{const re={...q,isPositioned:X.current!==!1};K.current&&!Ww(I.current,re)&&(I.current=re,uI.flushSync(()=>{h(re)}))})},[k,t,o,W,X]);Gw(()=>{s===!1&&I.current.isPositioned&&(I.current.isPositioned=!1,h(S=>({...S,isPositioned:!1})))},[s]);const K=f.useRef(!1);Gw(()=>(K.current=!0,()=>{K.current=!1}),[]),Gw(()=>{if(b&&(P.current=b),N&&(C.current=N),b&&N){if(V.current)return V.current(b,N,Q);Q()}},[b,N,Q,V,T]);const oe=f.useMemo(()=>({reference:P,floating:C,setReference:w,setFloating:$}),[w,$]),B=f.useMemo(()=>({reference:b,floating:N}),[b,N]),J=f.useMemo(()=>{const S={position:o,left:0,top:0};if(!B.floating)return S;const q=Uj(B.floating,u.x),re=Uj(B.floating,u.y);return d?{...S,transform:"translate("+q+"px, "+re+"px)",...Ej(B.floating)>=1.5&&{willChange:"transform"}}:{position:o,left:q,top:re}},[o,d,B.floating,u.x,u.y]);return f.useMemo(()=>({...u,update:Q,refs:oe,elements:B,floatingStyles:J}),[u,Q,oe,B,J])}const _E=e=>{function t(o){return{}.hasOwnProperty.call(o,"current")}return{name:"arrow",options:e,fn(o){const{element:a,padding:n}=typeof e=="function"?e(o):e;return a&&t(a)?a.current!=null?Fj({element:a.current,padding:n}).fn(o):{}:a?Fj({element:a,padding:n}).fn(o):{}}}},fE=(e,t)=>({...rE(e),options:[e,t]}),mE=(e,t)=>({...cE(e),options:[e,t]}),gE=(e,t)=>({...uE(e),options:[e,t]}),vE=(e,t)=>({...dE(e),options:[e,t]}),ME=(e,t)=>({...sE(e),options:[e,t]}),$E=(e,t)=>({...lE(e),options:[e,t]}),wE=(e,t)=>({..._E(e),options:[e,t]});var bE="Arrow",Bj=f.forwardRef((e,t)=>{const{children:o,width:a=10,height:n=5,...i}=e;return M.jsx(se.svg,{...i,ref:t,width:a,height:n,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?o:M.jsx("polygon",{points:"0,0 30,0 15,10"})})});Bj.displayName=bE;var xE=Bj;function NE(e){const[t,o]=f.useState(void 0);return ut(()=>{if(e){o({width:e.offsetWidth,height:e.offsetHeight});const a=new ResizeObserver(n=>{if(!Array.isArray(n)||!n.length)return;const i=n[0];let c,d;if("borderBoxSize"in i){const l=i.borderBoxSize,s=Array.isArray(l)?l[0]:l;c=s.inlineSize,d=s.blockSize}else c=e.offsetWidth,d=e.offsetHeight;o({width:c,height:d})});return a.observe(e,{box:"border-box"}),()=>a.unobserve(e)}else o(void 0)},[e]),t}var FN="Popper",[Zj,Kw]=Z1(FN),[IE,Gj]=Zj(FN),Wj=e=>{const{__scopePopper:t,children:o}=e,[a,n]=f.useState(null);return M.jsx(IE,{scope:t,anchor:a,onAnchorChange:n,children:o})};Wj.displayName=FN;var Kj="PopperAnchor",Xj=f.forwardRef((e,t)=>{const{__scopePopper:o,virtualRef:a,...n}=e,i=Gj(Kj,o),c=f.useRef(null),d=ue(t,c),l=f.useRef(null);return f.useEffect(()=>{const s=l.current;l.current=a?.current||c.current,s!==l.current&&i.onAnchorChange(l.current)}),a?null:M.jsx(se.div,{...n,ref:d})});Xj.displayName=Kj;var EN="PopperContent",[LE,SE]=Zj(EN),Jj=f.forwardRef((e,t)=>{const{__scopePopper:o,side:a="bottom",sideOffset:n=0,align:i="center",alignOffset:c=0,arrowPadding:d=0,avoidCollisions:l=!0,collisionBoundary:s=[],collisionPadding:u=0,sticky:h="partial",hideWhenDetached:k=!1,updatePositionStrategy:p="optimized",onPlaced:y,..._}=e,m=Gj(EN,o),[g,w]=f.useState(null),$=ue(t,Z=>w(Z)),[b,N]=f.useState(null),P=NE(b),C=P?.width??0,I=P?.height??0,T=a+(i!=="center"?"-"+i:""),V=typeof u=="number"?u:{top:0,right:0,bottom:0,left:0,...u},W=Array.isArray(s)?s:[s],X=W.length>0,Q={padding:V,boundary:W.filter(zE),altBoundary:X},{refs:K,floatingStyles:oe,placement:B,isPositioned:J,middlewareData:S}=kE({strategy:"fixed",placement:T,whileElementsMounted:(...Z)=>iE(...Z,{animationFrame:p==="always"}),elements:{reference:m.anchor},middleware:[fE({mainAxis:n+I,alignmentAxis:c}),l&&mE({mainAxis:!0,crossAxis:!1,limiter:h==="partial"?gE():void 0,...Q}),l&&vE({...Q}),ME({...Q,apply:({elements:Z,rects:_t,availableWidth:ni,availableHeight:oi})=>{const{width:Ri,height:ai}=_t.reference,lb=Z.floating.style;lb.setProperty("--radix-popper-available-width",`${ni}px`),lb.setProperty("--radix-popper-available-height",`${oi}px`),lb.setProperty("--radix-popper-anchor-width",`${Ri}px`),lb.setProperty("--radix-popper-anchor-height",`${ai}px`)}}),b&&wE({element:b,padding:d}),AE({arrowWidth:C,arrowHeight:I}),k&&$E({strategy:"referenceHidden",...Q})]}),[q,re]=eP(B),$e=et(y);ut(()=>{J&&$e?.()},[J,$e]);const Ae=S.arrow?.x,ae=S.arrow?.y,de=S.arrow?.centerOffset!==0,[ot,Ze]=f.useState();return ut(()=>{g&&Ze(window.getComputedStyle(g).zIndex)},[g]),M.jsx("div",{ref:K.setFloating,"data-radix-popper-content-wrapper":"",style:{...oe,transform:J?oe.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:ot,"--radix-popper-transform-origin":[S.transformOrigin?.x,S.transformOrigin?.y].join(" "),...S.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:M.jsx(LE,{scope:o,placedSide:q,onArrowChange:N,arrowX:Ae,arrowY:ae,shouldHideArrow:de,children:M.jsx(se.div,{"data-side":q,"data-align":re,..._,ref:$,style:{..._.style,animation:J?void 0:"none"}})})})});Jj.displayName=EN;var Yj="PopperArrow",CE={top:"bottom",right:"left",bottom:"top",left:"right"},Qj=f.forwardRef(function(t,o){const{__scopePopper:a,...n}=t,i=SE(Yj,a),c=CE[i.placedSide];return M.jsx("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[c]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0},children:M.jsx(xE,{...n,ref:o,style:{...n.style,display:"block"}})})});Qj.displayName=Yj;function zE(e){return e!==null}var AE=e=>({name:"transformOrigin",options:e,fn(t){const{placement:o,rects:a,middlewareData:n}=t,c=n.arrow?.centerOffset!==0,d=c?0:e.arrowWidth,l=c?0:e.arrowHeight,[s,u]=eP(o),h={start:"0%",center:"50%",end:"100%"}[u],k=(n.arrow?.x??0)+d/2,p=(n.arrow?.y??0)+l/2;let y="",_="";return s==="bottom"?(y=c?h:`${k}px`,_=`${-l}px`):s==="top"?(y=c?h:`${k}px`,_=`${a.floating.height+l}px`):s==="right"?(y=`${-l}px`,_=c?h:`${p}px`):s==="left"&&(y=`${a.floating.width+l}px`,_=c?h:`${p}px`),{data:{x:y,y:_}}}});function eP(e){const[t,o="center"]=e.split("-");return[t,o]}var tP=Wj,UN=Xj,nP=Jj,oP=Qj,jE="Portal",BN=f.forwardRef((e,t)=>{const{container:o,...a}=e,[n,i]=f.useState(!1);ut(()=>i(!0),[]);const c=o||n&&globalThis?.document?.body;return c?sI.createPortal(M.jsx(se.div,{...a,ref:t}),c):null});BN.displayName=jE;function PE(e,t){return f.useReducer((o,a)=>t[o][a]??o,e)}var j1=e=>{const{present:t,children:o}=e,a=qE(t),n=typeof o=="function"?o({present:a.isPresent}):f.Children.only(o),i=ue(a.ref,DE(n));return typeof o=="function"||a.isPresent?f.cloneElement(n,{ref:i}):null};j1.displayName="Presence";function qE(e){const[t,o]=f.useState(),a=f.useRef(null),n=f.useRef(e),i=f.useRef("none"),c=e?"mounted":"unmounted",[d,l]=PE(c,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return f.useEffect(()=>{const s=Xw(a.current);i.current=d==="mounted"?s:"none"},[d]),ut(()=>{const s=a.current,u=n.current;if(u!==e){const k=i.current,p=Xw(s);e?l("MOUNT"):p==="none"||s?.display==="none"?l("UNMOUNT"):l(u&&k!==p?"ANIMATION_OUT":"UNMOUNT"),n.current=e}},[e,l]),ut(()=>{if(t){let s;const u=t.ownerDocument.defaultView??window,h=p=>{const _=Xw(a.current).includes(CSS.escape(p.animationName));if(p.target===t&&_&&(l("ANIMATION_END"),!n.current)){const m=t.style.animationFillMode;t.style.animationFillMode="forwards",s=u.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=m)})}},k=p=>{p.target===t&&(i.current=Xw(a.current))};return t.addEventListener("animationstart",k),t.addEventListener("animationcancel",h),t.addEventListener("animationend",h),()=>{u.clearTimeout(s),t.removeEventListener("animationstart",k),t.removeEventListener("animationcancel",h),t.removeEventListener("animationend",h)}}else l("ANIMATION_END")},[t,l]),{isPresent:["mounted","unmountSuspended"].includes(d),ref:f.useCallback(s=>{a.current=s?getComputedStyle(s):null,o(s)},[])}}function Xw(e){return e?.animationName||"none"}function DE(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,o=t&&"isReactWarning"in t&&t.isReactWarning;return o?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,o=t&&"isReactWarning"in t&&t.isReactWarning,o?e.props.ref:e.props.ref||e.ref)}var ZN="rovingFocusGroup.onEntryFocus",OE={bubbles:!1,cancelable:!0},ji="RovingFocusGroup",[GN,aP,HE]=lj(ji),[VE,iP]=Z1(ji,[HE]),[RE,TE]=VE(ji),rP=f.forwardRef((e,t)=>M.jsx(GN.Provider,{scope:e.__scopeRovingFocusGroup,children:M.jsx(GN.Slot,{scope:e.__scopeRovingFocusGroup,children:M.jsx(FE,{...e,ref:t})})}));rP.displayName=ji;var FE=f.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:o,orientation:a,loop:n=!1,dir:i,currentTabStopId:c,defaultCurrentTabStopId:d,onCurrentTabStopIdChange:l,onEntryFocus:s,preventScrollOnEntryFocus:u=!1,...h}=e,k=f.useRef(null),p=ue(t,k),y=uj(i),[_,m]=bN({prop:c,defaultProp:d??null,onChange:l,caller:ji}),[g,w]=f.useState(!1),$=et(s),b=aP(o),N=f.useRef(!1),[P,C]=f.useState(0);return f.useEffect(()=>{const I=k.current;if(I)return I.addEventListener(ZN,$),()=>I.removeEventListener(ZN,$)},[$]),M.jsx(RE,{scope:o,orientation:a,dir:y,loop:n,currentTabStopId:_,onItemFocus:f.useCallback(I=>m(I),[m]),onItemShiftTab:f.useCallback(()=>w(!0),[]),onFocusableItemAdd:f.useCallback(()=>C(I=>I+1),[]),onFocusableItemRemove:f.useCallback(()=>C(I=>I-1),[]),children:M.jsx(se.div,{tabIndex:g||P===0?-1:0,"data-orientation":a,...h,ref:p,style:{outline:"none",...e.style},onMouseDown:U(e.onMouseDown,()=>{N.current=!0}),onFocus:U(e.onFocus,I=>{const T=!N.current;if(I.target===I.currentTarget&&T&&!g){const V=new CustomEvent(ZN,OE);if(I.currentTarget.dispatchEvent(V),!V.defaultPrevented){const W=b().filter(B=>B.focusable),X=W.find(B=>B.active),Q=W.find(B=>B.id===_),oe=[X,Q,...W].filter(Boolean).map(B=>B.ref.current);sP(oe,u)}}N.current=!1}),onBlur:U(e.onBlur,()=>w(!1))})})}),cP="RovingFocusGroupItem",dP=f.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:o,focusable:a=!0,active:n=!1,tabStopId:i,children:c,...d}=e,l=Hw(),s=i||l,u=TE(cP,o),h=u.currentTabStopId===s,k=aP(o),{onFocusableItemAdd:p,onFocusableItemRemove:y,currentTabStopId:_}=u;return f.useEffect(()=>{if(a)return p(),()=>y()},[a,p,y]),M.jsx(GN.ItemSlot,{scope:o,id:s,focusable:a,active:n,children:M.jsx(se.span,{tabIndex:h?0:-1,"data-orientation":u.orientation,...d,ref:t,onMouseDown:U(e.onMouseDown,m=>{a?u.onItemFocus(s):m.preventDefault()}),onFocus:U(e.onFocus,()=>u.onItemFocus(s)),onKeyDown:U(e.onKeyDown,m=>{if(m.key==="Tab"&&m.shiftKey){u.onItemShiftTab();return}if(m.target!==m.currentTarget)return;const g=BE(m,u.orientation,u.dir);if(g!==void 0){if(m.metaKey||m.ctrlKey||m.altKey||m.shiftKey)return;m.preventDefault();let $=k().filter(b=>b.focusable).map(b=>b.ref.current);if(g==="last")$.reverse();else if(g==="prev"||g==="next"){g==="prev"&&$.reverse();const b=$.indexOf(m.currentTarget);$=u.loop?ZE($,b+1):$.slice(b+1)}setTimeout(()=>sP($))}}),children:typeof c=="function"?c({isCurrentTabStop:h,hasTabStop:_!=null}):c})})});dP.displayName=cP;var EE={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function UE(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function BE(e,t,o){const a=UE(e.key,o);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(a))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(a)))return EE[a]}function sP(e,t=!1){const o=document.activeElement;for(const a of e)if(a===o||(a.focus({preventScroll:t}),document.activeElement!==o))return}function ZE(e,t){return e.map((o,a)=>e[(t+a)%e.length])}var GE=rP,WE=dP,KE=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},J1=new WeakMap,Jw=new WeakMap,Yw={},WN=0,lP=function(e){return e&&(e.host||lP(e.parentNode))},XE=function(e,t){return t.map(function(o){if(e.contains(o))return o;var a=lP(o);return a&&e.contains(a)?a:(console.error("aria-hidden",o,"in not contained inside",e,". Doing nothing"),null)}).filter(function(o){return!!o})},JE=function(e,t,o,a){var n=XE(t,Array.isArray(e)?e:[e]);Yw[o]||(Yw[o]=new WeakMap);var i=Yw[o],c=[],d=new Set,l=new Set(n),s=function(h){!h||d.has(h)||(d.add(h),s(h.parentNode))};n.forEach(s);var u=function(h){!h||l.has(h)||Array.prototype.forEach.call(h.children,function(k){if(d.has(k))u(k);else try{var p=k.getAttribute(a),y=p!==null&&p!=="false",_=(J1.get(k)||0)+1,m=(i.get(k)||0)+1;J1.set(k,_),i.set(k,m),c.push(k),_===1&&y&&Jw.set(k,!0),m===1&&k.setAttribute(o,"true"),y||k.setAttribute(a,"true")}catch(g){console.error("aria-hidden: cannot operate on ",k,g)}})};return u(t),d.clear(),WN++,function(){c.forEach(function(h){var k=J1.get(h)-1,p=i.get(h)-1;J1.set(h,k),i.set(h,p),k||(Jw.has(h)||h.removeAttribute(a),Jw.delete(h)),p||h.removeAttribute(o)}),WN--,WN||(J1=new WeakMap,J1=new WeakMap,Jw=new WeakMap,Yw={})}},uP=function(e,t,o){o===void 0&&(o="data-aria-hidden");var a=Array.from(Array.isArray(e)?e:[e]),n=KE(e);return n?(a.push.apply(a,Array.from(n.querySelectorAll("[aria-live], script"))),JE(a,n,o,"aria-hidden")):function(){return null}},Be=function(){return Be=Object.assign||function(t){for(var o,a=1,n=arguments.length;a<n;a++){o=arguments[a];for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(t[i]=o[i])}return t},Be.apply(this,arguments)};function hP(e,t){var o={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(o[a]=e[a]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,a=Object.getOwnPropertySymbols(e);n<a.length;n++)t.indexOf(a[n])<0&&Object.prototype.propertyIsEnumerable.call(e,a[n])&&(o[a[n]]=e[a[n]]);return o}function YE(e,t,o){if(o||arguments.length===2)for(var a=0,n=t.length,i;a<n;a++)(i||!(a in t))&&(i||(i=Array.prototype.slice.call(t,0,a)),i[a]=t[a]);return e.concat(i||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;var Qw="right-scroll-bar-position",eb="width-before-scroll-bar",QE="with-scroll-bars-hidden",eU="--removed-body-scroll-bar-size";function KN(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function tU(e,t){var o=te.useState(function(){return{value:e,callback:t,facade:{get current(){return o.value},set current(a){var n=o.value;n!==a&&(o.value=a,o.callback(a,n))}}}})[0];return o.callback=t,o.facade}var nU=typeof window<"u"?f.useLayoutEffect:f.useEffect,pP=new WeakMap;function oU(e,t){var o=tU(null,function(a){return e.forEach(function(n){return KN(n,a)})});return nU(function(){var a=pP.get(o);if(a){var n=new Set(a),i=new Set(e),c=o.current;n.forEach(function(d){i.has(d)||KN(d,null)}),i.forEach(function(d){n.has(d)||KN(d,c)})}pP.set(o,e)},[e]),o}function aU(e){return e}function iU(e,t){t===void 0&&(t=aU);var o=[],a=!1,n={read:function(){if(a)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return o.length?o[o.length-1]:e},useMedium:function(i){var c=t(i,a);return o.push(c),function(){o=o.filter(function(d){return d!==c})}},assignSyncMedium:function(i){for(a=!0;o.length;){var c=o;o=[],c.forEach(i)}o={push:function(d){return i(d)},filter:function(){return o}}},assignMedium:function(i){a=!0;var c=[];if(o.length){var d=o;o=[],d.forEach(i),c=o}var l=function(){var u=c;c=[],u.forEach(i)},s=function(){return Promise.resolve().then(l)};s(),o={push:function(u){c.push(u),s()},filter:function(u){return c=c.filter(u),o}}}};return n}function rU(e){e===void 0&&(e={});var t=iU(null);return t.options=Be({async:!0,ssr:!1},e),t}var yP=function(e){var t=e.sideCar,o=hP(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var a=t.read();if(!a)throw new Error("Sidecar medium not found");return f.createElement(a,Be({},o))};yP.isSideCarExport=!0;function cU(e,t){return e.useMedium(t),yP}var kP=rU(),XN=function(){},tb=f.forwardRef(function(e,t){var o=f.useRef(null),a=f.useState({onScrollCapture:XN,onWheelCapture:XN,onTouchMoveCapture:XN}),n=a[0],i=a[1],c=e.forwardProps,d=e.children,l=e.className,s=e.removeScrollBar,u=e.enabled,h=e.shards,k=e.sideCar,p=e.noRelative,y=e.noIsolation,_=e.inert,m=e.allowPinchZoom,g=e.as,w=g===void 0?"div":g,$=e.gapMode,b=hP(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),N=k,P=oU([o,t]),C=Be(Be({},b),n);return f.createElement(f.Fragment,null,u&&f.createElement(N,{sideCar:kP,removeScrollBar:s,shards:h,noRelative:p,noIsolation:y,inert:_,setCallbacks:i,allowPinchZoom:!!m,lockRef:o,gapMode:$}),c?f.cloneElement(f.Children.only(d),Be(Be({},C),{ref:P})):f.createElement(w,Be({},C,{className:l,ref:P}),d))});tb.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},tb.classNames={fullWidth:eb,zeroRight:Qw};var dU=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function sU(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=dU();return t&&e.setAttribute("nonce",t),e}function lU(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function uU(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var hU=function(){var e=0,t=null;return{add:function(o){e==0&&(t=sU())&&(lU(t,o),uU(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},pU=function(){var e=hU();return function(t,o){f.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&o])}},_P=function(){var e=pU(),t=function(o){var a=o.styles,n=o.dynamic;return e(a,n),null};return t},yU={left:0,top:0,right:0,gap:0},JN=function(e){return parseInt(e||"",10)||0},kU=function(e){var t=window.getComputedStyle(document.body),o=t[e==="padding"?"paddingLeft":"marginLeft"],a=t[e==="padding"?"paddingTop":"marginTop"],n=t[e==="padding"?"paddingRight":"marginRight"];return[JN(o),JN(a),JN(n)]},_U=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return yU;var t=kU(e),o=document.documentElement.clientWidth,a=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,a-o+t[2]-t[0])}},fU=_P(),Y1="data-scroll-locked",mU=function(e,t,o,a){var n=e.left,i=e.top,c=e.right,d=e.gap;return o===void 0&&(o="margin"),`
|
|
27
27
|
.`.concat(QE,` {
|
|
28
28
|
overflow: hidden `).concat(a,`;
|
|
29
29
|
padding-right: `).concat(d,"px ").concat(a,`;
|
|
@@ -64,4 +64,4 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
64
64
|
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
65
65
|
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
66
66
|
`)},CU=0,ei=[];function zU(e){var t=f.useRef([]),o=f.useRef([0,0]),a=f.useRef(),n=f.useState(CU++)[0],i=f.useState(_P)[0],c=f.useRef(e);f.useEffect(function(){c.current=e},[e]),f.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(n));var _=YE([e.lockRef.current],(e.shards||[]).map(wP),!0).filter(Boolean);return _.forEach(function(m){return m.classList.add("allow-interactivity-".concat(n))}),function(){document.body.classList.remove("block-interactivity-".concat(n)),_.forEach(function(m){return m.classList.remove("allow-interactivity-".concat(n))})}}},[e.inert,e.lockRef.current,e.shards]);var d=f.useCallback(function(_,m){if("touches"in _&&_.touches.length===2||_.type==="wheel"&&_.ctrlKey)return!c.current.allowPinchZoom;var g=ob(_),w=o.current,$="deltaX"in _?_.deltaX:w[0]-g[0],b="deltaY"in _?_.deltaY:w[1]-g[1],N,P=_.target,C=Math.abs($)>Math.abs(b)?"h":"v";if("touches"in _&&C==="h"&&P.type==="range")return!1;var I=gP(C,P);if(!I)return!0;if(I?N=C:(N=C==="v"?"h":"v",I=gP(C,P)),!I)return!1;if(!a.current&&"changedTouches"in _&&($||b)&&(a.current=N),!N)return!0;var T=a.current||N;return IU(T,m,_,T==="h"?$:b)},[]),l=f.useCallback(function(_){var m=_;if(!(!ei.length||ei[ei.length-1]!==i)){var g="deltaY"in m?$P(m):ob(m),w=t.current.filter(function(N){return N.name===m.type&&(N.target===m.target||m.target===N.shadowParent)&&LU(N.delta,g)})[0];if(w&&w.should){m.cancelable&&m.preventDefault();return}if(!w){var $=(c.current.shards||[]).map(wP).filter(Boolean).filter(function(N){return N.contains(m.target)}),b=$.length>0?d(m,$[0]):!c.current.noIsolation;b&&m.cancelable&&m.preventDefault()}}},[]),s=f.useCallback(function(_,m,g,w){var $={name:_,delta:m,target:g,should:w,shadowParent:AU(g)};t.current.push($),setTimeout(function(){t.current=t.current.filter(function(b){return b!==$})},1)},[]),u=f.useCallback(function(_){o.current=ob(_),a.current=void 0},[]),h=f.useCallback(function(_){s(_.type,$P(_),_.target,d(_,e.lockRef.current))},[]),k=f.useCallback(function(_){s(_.type,ob(_),_.target,d(_,e.lockRef.current))},[]);f.useEffect(function(){return ei.push(i),e.setCallbacks({onScrollCapture:h,onWheelCapture:h,onTouchMoveCapture:k}),document.addEventListener("wheel",l,Q1),document.addEventListener("touchmove",l,Q1),document.addEventListener("touchstart",u,Q1),function(){ei=ei.filter(function(_){return _!==i}),document.removeEventListener("wheel",l,Q1),document.removeEventListener("touchmove",l,Q1),document.removeEventListener("touchstart",u,Q1)}},[]);var p=e.removeScrollBar,y=e.inert;return f.createElement(f.Fragment,null,y?f.createElement(i,{styles:SU(n)}):null,p?f.createElement(vU,{noRelative:e.noRelative,gapMode:e.gapMode}):null)}function AU(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const jU=cU(kP,zU);var QN=f.forwardRef(function(e,t){return f.createElement(tb,Be({},e,{ref:t,sideCar:jU}))});QN.classNames=tb.classNames;var eI=["Enter"," "],PU=["ArrowDown","PageUp","Home"],bP=["ArrowUp","PageDown","End"],qU=[...PU,...bP],DU={ltr:[...eI,"ArrowRight"],rtl:[...eI,"ArrowLeft"]},OU={ltr:["ArrowLeft"],rtl:["ArrowRight"]},Pi="Menu",[qi,HU,VU]=lj(Pi),[P1,xP]=Z1(Pi,[VU,Kw,iP]),ab=Kw(),NP=iP(),[RU,q1]=P1(Pi),[TU,Di]=P1(Pi),IP=e=>{const{__scopeMenu:t,open:o=!1,children:a,dir:n,onOpenChange:i,modal:c=!0}=e,d=ab(t),[l,s]=f.useState(null),u=f.useRef(!1),h=et(i),k=uj(n);return f.useEffect(()=>{const p=()=>{u.current=!0,document.addEventListener("pointerdown",y,{capture:!0,once:!0}),document.addEventListener("pointermove",y,{capture:!0,once:!0})},y=()=>u.current=!1;return document.addEventListener("keydown",p,{capture:!0}),()=>{document.removeEventListener("keydown",p,{capture:!0}),document.removeEventListener("pointerdown",y,{capture:!0}),document.removeEventListener("pointermove",y,{capture:!0})}},[]),M.jsx(tP,{...d,children:M.jsx(RU,{scope:t,open:o,onOpenChange:h,content:l,onContentChange:s,children:M.jsx(TU,{scope:t,onClose:f.useCallback(()=>h(!1),[h]),isUsingKeyboardRef:u,dir:k,modal:c,children:a})})})};IP.displayName=Pi;var FU="MenuAnchor",tI=f.forwardRef((e,t)=>{const{__scopeMenu:o,...a}=e,n=ab(o);return M.jsx(UN,{...n,...a,ref:t})});tI.displayName=FU;var nI="MenuPortal",[EU,LP]=P1(nI,{forceMount:void 0}),SP=e=>{const{__scopeMenu:t,forceMount:o,children:a,container:n}=e,i=q1(nI,t);return M.jsx(EU,{scope:t,forceMount:o,children:M.jsx(j1,{present:o||i.open,children:M.jsx(BN,{asChild:!0,container:n,children:a})})})};SP.displayName=nI;var be="MenuContent",[UU,oI]=P1(be),CP=f.forwardRef((e,t)=>{const o=LP(be,e.__scopeMenu),{forceMount:a=o.forceMount,...n}=e,i=q1(be,e.__scopeMenu),c=Di(be,e.__scopeMenu);return M.jsx(qi.Provider,{scope:e.__scopeMenu,children:M.jsx(j1,{present:a||i.open,children:M.jsx(qi.Slot,{scope:e.__scopeMenu,children:c.modal?M.jsx(BU,{...n,ref:t}):M.jsx(ZU,{...n,ref:t})})})})}),BU=f.forwardRef((e,t)=>{const o=q1(be,e.__scopeMenu),a=f.useRef(null),n=ue(t,a);return f.useEffect(()=>{const i=a.current;if(i)return uP(i)},[]),M.jsx(aI,{...e,ref:n,trapFocus:o.open,disableOutsidePointerEvents:o.open,disableOutsideScroll:!0,onFocusOutside:U(e.onFocusOutside,i=>i.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>o.onOpenChange(!1)})}),ZU=f.forwardRef((e,t)=>{const o=q1(be,e.__scopeMenu);return M.jsx(aI,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>o.onOpenChange(!1)})}),GU=Si("MenuContent.ScrollLock"),aI=f.forwardRef((e,t)=>{const{__scopeMenu:o,loop:a=!1,trapFocus:n,onOpenAutoFocus:i,onCloseAutoFocus:c,disableOutsidePointerEvents:d,onEntryFocus:l,onEscapeKeyDown:s,onPointerDownOutside:u,onFocusOutside:h,onInteractOutside:k,onDismiss:p,disableOutsideScroll:y,..._}=e,m=q1(be,o),g=Di(be,o),w=ab(o),$=NP(o),b=HU(o),[N,P]=f.useState(null),C=f.useRef(null),I=ue(t,C,m.onContentChange),T=f.useRef(0),V=f.useRef(""),W=f.useRef(0),X=f.useRef(null),Q=f.useRef("right"),K=f.useRef(0),oe=y?QN:f.Fragment,B=y?{as:GU,allowPinchZoom:!0}:void 0,J=q=>{const re=V.current+q,$e=b().filter(Z=>!Z.disabled),Ae=document.activeElement,ae=$e.find(Z=>Z.ref.current===Ae)?.textValue,de=$e.map(Z=>Z.textValue),ot=iB(de,re,ae),Ze=$e.find(Z=>Z.textValue===ot)?.ref.current;(function Z(_t){V.current=_t,window.clearTimeout(T.current),_t!==""&&(T.current=window.setTimeout(()=>Z(""),1e3))})(re),Ze&&setTimeout(()=>Ze.focus())};f.useEffect(()=>()=>window.clearTimeout(T.current),[]),_j();const S=f.useCallback(q=>Q.current===X.current?.side&&cB(q,X.current?.area),[]);return M.jsx(UU,{scope:o,searchRef:V,onItemEnter:f.useCallback(q=>{S(q)&&q.preventDefault()},[S]),onItemLeave:f.useCallback(q=>{S(q)||(C.current?.focus(),P(null))},[S]),onTriggerLeave:f.useCallback(q=>{S(q)&&q.preventDefault()},[S]),pointerGraceTimerRef:W,onPointerGraceIntentChange:f.useCallback(q=>{X.current=q},[]),children:M.jsx(oe,{...B,children:M.jsx(CN,{asChild:!0,trapped:n,onMountAutoFocus:U(i,q=>{q.preventDefault(),C.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:c,children:M.jsx(NN,{asChild:!0,disableOutsidePointerEvents:d,onEscapeKeyDown:s,onPointerDownOutside:u,onFocusOutside:h,onInteractOutside:k,onDismiss:p,children:M.jsx(GE,{asChild:!0,...$,dir:g.dir,orientation:"vertical",loop:a,currentTabStopId:N,onCurrentTabStopIdChange:P,onEntryFocus:U(l,q=>{g.isUsingKeyboardRef.current||q.preventDefault()}),preventScrollOnEntryFocus:!0,children:M.jsx(nP,{role:"menu","aria-orientation":"vertical","data-state":GP(m.open),"data-radix-menu-content":"",dir:g.dir,...w,..._,ref:I,style:{outline:"none",..._.style},onKeyDown:U(_.onKeyDown,q=>{const $e=q.target.closest("[data-radix-menu-content]")===q.currentTarget,Ae=q.ctrlKey||q.altKey||q.metaKey,ae=q.key.length===1;$e&&(q.key==="Tab"&&q.preventDefault(),!Ae&&ae&&J(q.key));const de=C.current;if(q.target!==de||!qU.includes(q.key))return;q.preventDefault();const Ze=b().filter(Z=>!Z.disabled).map(Z=>Z.ref.current);bP.includes(q.key)&&Ze.reverse(),oB(Ze)}),onBlur:U(e.onBlur,q=>{q.currentTarget.contains(q.target)||(window.clearTimeout(T.current),V.current="")}),onPointerMove:U(e.onPointerMove,Hi(q=>{const re=q.target,$e=K.current!==q.clientX;if(q.currentTarget.contains(re)&&$e){const Ae=q.clientX>K.current?"right":"left";Q.current=Ae,K.current=q.clientX}}))})})})})})})});CP.displayName=be;var WU="MenuGroup",iI=f.forwardRef((e,t)=>{const{__scopeMenu:o,...a}=e;return M.jsx(se.div,{role:"group",...a,ref:t})});iI.displayName=WU;var KU="MenuLabel",zP=f.forwardRef((e,t)=>{const{__scopeMenu:o,...a}=e;return M.jsx(se.div,{...a,ref:t})});zP.displayName=KU;var ib="MenuItem",AP="menu.itemSelect",rb=f.forwardRef((e,t)=>{const{disabled:o=!1,onSelect:a,...n}=e,i=f.useRef(null),c=Di(ib,e.__scopeMenu),d=oI(ib,e.__scopeMenu),l=ue(t,i),s=f.useRef(!1),u=()=>{const h=i.current;if(!o&&h){const k=new CustomEvent(AP,{bubbles:!0,cancelable:!0});h.addEventListener(AP,p=>a?.(p),{once:!0}),sj(h,k),k.defaultPrevented?s.current=!1:c.onClose()}};return M.jsx(jP,{...n,ref:l,disabled:o,onClick:U(e.onClick,u),onPointerDown:h=>{e.onPointerDown?.(h),s.current=!0},onPointerUp:U(e.onPointerUp,h=>{s.current||h.currentTarget?.click()}),onKeyDown:U(e.onKeyDown,h=>{const k=d.searchRef.current!=="";o||k&&h.key===" "||eI.includes(h.key)&&(h.currentTarget.click(),h.preventDefault())})})});rb.displayName=ib;var jP=f.forwardRef((e,t)=>{const{__scopeMenu:o,disabled:a=!1,textValue:n,...i}=e,c=oI(ib,o),d=NP(o),l=f.useRef(null),s=ue(t,l),[u,h]=f.useState(!1),[k,p]=f.useState("");return f.useEffect(()=>{const y=l.current;y&&p((y.textContent??"").trim())},[i.children]),M.jsx(qi.ItemSlot,{scope:o,disabled:a,textValue:n??k,children:M.jsx(WE,{asChild:!0,...d,focusable:!a,children:M.jsx(se.div,{role:"menuitem","data-highlighted":u?"":void 0,"aria-disabled":a||void 0,"data-disabled":a?"":void 0,...i,ref:s,onPointerMove:U(e.onPointerMove,Hi(y=>{a?c.onItemLeave(y):(c.onItemEnter(y),y.defaultPrevented||y.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:U(e.onPointerLeave,Hi(y=>c.onItemLeave(y))),onFocus:U(e.onFocus,()=>h(!0)),onBlur:U(e.onBlur,()=>h(!1))})})})}),XU="MenuCheckboxItem",PP=f.forwardRef((e,t)=>{const{checked:o=!1,onCheckedChange:a,...n}=e;return M.jsx(VP,{scope:e.__scopeMenu,checked:o,children:M.jsx(rb,{role:"menuitemcheckbox","aria-checked":cb(o)?"mixed":o,...n,ref:t,"data-state":cI(o),onSelect:U(n.onSelect,()=>a?.(cb(o)?!0:!o),{checkForDefaultPrevented:!1})})})});PP.displayName=XU;var qP="MenuRadioGroup",[JU,YU]=P1(qP,{value:void 0,onValueChange:()=>{}}),DP=f.forwardRef((e,t)=>{const{value:o,onValueChange:a,...n}=e,i=et(a);return M.jsx(JU,{scope:e.__scopeMenu,value:o,onValueChange:i,children:M.jsx(iI,{...n,ref:t})})});DP.displayName=qP;var OP="MenuRadioItem",HP=f.forwardRef((e,t)=>{const{value:o,...a}=e,n=YU(OP,e.__scopeMenu),i=o===n.value;return M.jsx(VP,{scope:e.__scopeMenu,checked:i,children:M.jsx(rb,{role:"menuitemradio","aria-checked":i,...a,ref:t,"data-state":cI(i),onSelect:U(a.onSelect,()=>n.onValueChange?.(o),{checkForDefaultPrevented:!1})})})});HP.displayName=OP;var rI="MenuItemIndicator",[VP,QU]=P1(rI,{checked:!1}),RP=f.forwardRef((e,t)=>{const{__scopeMenu:o,forceMount:a,...n}=e,i=QU(rI,o);return M.jsx(j1,{present:a||cb(i.checked)||i.checked===!0,children:M.jsx(se.span,{...n,ref:t,"data-state":cI(i.checked)})})});RP.displayName=rI;var eB="MenuSeparator",TP=f.forwardRef((e,t)=>{const{__scopeMenu:o,...a}=e;return M.jsx(se.div,{role:"separator","aria-orientation":"horizontal",...a,ref:t})});TP.displayName=eB;var tB="MenuArrow",FP=f.forwardRef((e,t)=>{const{__scopeMenu:o,...a}=e,n=ab(o);return M.jsx(oP,{...n,...a,ref:t})});FP.displayName=tB;var nB="MenuSub",[Dme,EP]=P1(nB),Oi="MenuSubTrigger",UP=f.forwardRef((e,t)=>{const o=q1(Oi,e.__scopeMenu),a=Di(Oi,e.__scopeMenu),n=EP(Oi,e.__scopeMenu),i=oI(Oi,e.__scopeMenu),c=f.useRef(null),{pointerGraceTimerRef:d,onPointerGraceIntentChange:l}=i,s={__scopeMenu:e.__scopeMenu},u=f.useCallback(()=>{c.current&&window.clearTimeout(c.current),c.current=null},[]);return f.useEffect(()=>u,[u]),f.useEffect(()=>{const h=d.current;return()=>{window.clearTimeout(h),l(null)}},[d,l]),M.jsx(tI,{asChild:!0,...s,children:M.jsx(jP,{id:n.triggerId,"aria-haspopup":"menu","aria-expanded":o.open,"aria-controls":n.contentId,"data-state":GP(o.open),...e,ref:Li(t,n.onTriggerChange),onClick:h=>{e.onClick?.(h),!(e.disabled||h.defaultPrevented)&&(h.currentTarget.focus(),o.open||o.onOpenChange(!0))},onPointerMove:U(e.onPointerMove,Hi(h=>{i.onItemEnter(h),!h.defaultPrevented&&!e.disabled&&!o.open&&!c.current&&(i.onPointerGraceIntentChange(null),c.current=window.setTimeout(()=>{o.onOpenChange(!0),u()},100))})),onPointerLeave:U(e.onPointerLeave,Hi(h=>{u();const k=o.content?.getBoundingClientRect();if(k){const p=o.content?.dataset.side,y=p==="right",_=y?-5:5,m=k[y?"left":"right"],g=k[y?"right":"left"];i.onPointerGraceIntentChange({area:[{x:h.clientX+_,y:h.clientY},{x:m,y:k.top},{x:g,y:k.top},{x:g,y:k.bottom},{x:m,y:k.bottom}],side:p}),window.clearTimeout(d.current),d.current=window.setTimeout(()=>i.onPointerGraceIntentChange(null),300)}else{if(i.onTriggerLeave(h),h.defaultPrevented)return;i.onPointerGraceIntentChange(null)}})),onKeyDown:U(e.onKeyDown,h=>{const k=i.searchRef.current!=="";e.disabled||k&&h.key===" "||DU[a.dir].includes(h.key)&&(o.onOpenChange(!0),o.content?.focus(),h.preventDefault())})})})});UP.displayName=Oi;var BP="MenuSubContent",ZP=f.forwardRef((e,t)=>{const o=LP(be,e.__scopeMenu),{forceMount:a=o.forceMount,...n}=e,i=q1(be,e.__scopeMenu),c=Di(be,e.__scopeMenu),d=EP(BP,e.__scopeMenu),l=f.useRef(null),s=ue(t,l);return M.jsx(qi.Provider,{scope:e.__scopeMenu,children:M.jsx(j1,{present:a||i.open,children:M.jsx(qi.Slot,{scope:e.__scopeMenu,children:M.jsx(aI,{id:d.contentId,"aria-labelledby":d.triggerId,...n,ref:s,align:"start",side:c.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:u=>{c.isUsingKeyboardRef.current&&l.current?.focus(),u.preventDefault()},onCloseAutoFocus:u=>u.preventDefault(),onFocusOutside:U(e.onFocusOutside,u=>{u.target!==d.trigger&&i.onOpenChange(!1)}),onEscapeKeyDown:U(e.onEscapeKeyDown,u=>{c.onClose(),u.preventDefault()}),onKeyDown:U(e.onKeyDown,u=>{const h=u.currentTarget.contains(u.target),k=OU[c.dir].includes(u.key);h&&k&&(i.onOpenChange(!1),d.trigger?.focus(),u.preventDefault())})})})})})});ZP.displayName=BP;function GP(e){return e?"open":"closed"}function cb(e){return e==="indeterminate"}function cI(e){return cb(e)?"indeterminate":e?"checked":"unchecked"}function oB(e){const t=document.activeElement;for(const o of e)if(o===t||(o.focus(),document.activeElement!==t))return}function aB(e,t){return e.map((o,a)=>e[(t+a)%e.length])}function iB(e,t,o){const n=t.length>1&&Array.from(t).every(s=>s===t[0])?t[0]:t,i=o?e.indexOf(o):-1;let c=aB(e,Math.max(i,0));n.length===1&&(c=c.filter(s=>s!==o));const l=c.find(s=>s.toLowerCase().startsWith(n.toLowerCase()));return l!==o?l:void 0}function rB(e,t){const{x:o,y:a}=e;let n=!1;for(let i=0,c=t.length-1;i<t.length;c=i++){const d=t[i],l=t[c],s=d.x,u=d.y,h=l.x,k=l.y;u>a!=k>a&&o<(h-s)*(a-u)/(k-u)+s&&(n=!n)}return n}function cB(e,t){if(!t)return!1;const o={x:e.clientX,y:e.clientY};return rB(o,t)}function Hi(e){return t=>t.pointerType==="mouse"?e(t):void 0}var dB=IP,sB=tI,lB=SP,uB=CP,hB=iI,pB=zP,yB=rb,kB=PP,_B=DP,fB=HP,mB=RP,gB=TP,vB=FP,MB=UP,$B=ZP,db="DropdownMenu",[wB]=Z1(db,[xP]),ye=xP(),[bB,WP]=wB(db),KP=e=>{const{__scopeDropdownMenu:t,children:o,dir:a,open:n,defaultOpen:i,onOpenChange:c,modal:d=!0}=e,l=ye(t),s=f.useRef(null),[u,h]=bN({prop:n,defaultProp:i??!1,onChange:c,caller:db});return M.jsx(bB,{scope:t,triggerId:Hw(),triggerRef:s,contentId:Hw(),open:u,onOpenChange:h,onOpenToggle:f.useCallback(()=>h(k=>!k),[h]),modal:d,children:M.jsx(dB,{...l,open:u,onOpenChange:h,dir:a,modal:d,children:o})})};KP.displayName=db;var XP="DropdownMenuTrigger",JP=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,disabled:a=!1,...n}=e,i=WP(XP,o),c=ye(o);return M.jsx(sB,{asChild:!0,...c,children:M.jsx(se.button,{type:"button",id:i.triggerId,"aria-haspopup":"menu","aria-expanded":i.open,"aria-controls":i.open?i.contentId:void 0,"data-state":i.open?"open":"closed","data-disabled":a?"":void 0,disabled:a,...n,ref:Li(t,i.triggerRef),onPointerDown:U(e.onPointerDown,d=>{!a&&d.button===0&&d.ctrlKey===!1&&(i.onOpenToggle(),i.open||d.preventDefault())}),onKeyDown:U(e.onKeyDown,d=>{a||(["Enter"," "].includes(d.key)&&i.onOpenToggle(),d.key==="ArrowDown"&&i.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(d.key)&&d.preventDefault())})})})});JP.displayName=XP;var xB="DropdownMenuPortal",YP=e=>{const{__scopeDropdownMenu:t,...o}=e,a=ye(t);return M.jsx(lB,{...a,...o})};YP.displayName=xB;var QP="DropdownMenuContent",eq=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...a}=e,n=WP(QP,o),i=ye(o),c=f.useRef(!1);return M.jsx(uB,{id:n.contentId,"aria-labelledby":n.triggerId,...i,...a,ref:t,onCloseAutoFocus:U(e.onCloseAutoFocus,d=>{c.current||n.triggerRef.current?.focus(),c.current=!1,d.preventDefault()}),onInteractOutside:U(e.onInteractOutside,d=>{const l=d.detail.originalEvent,s=l.button===0&&l.ctrlKey===!0,u=l.button===2||s;(!n.modal||u)&&(c.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});eq.displayName=QP;var NB="DropdownMenuGroup",IB=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...a}=e,n=ye(o);return M.jsx(hB,{...n,...a,ref:t})});IB.displayName=NB;var LB="DropdownMenuLabel",SB=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...a}=e,n=ye(o);return M.jsx(pB,{...n,...a,ref:t})});SB.displayName=LB;var CB="DropdownMenuItem",tq=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...a}=e,n=ye(o);return M.jsx(yB,{...n,...a,ref:t})});tq.displayName=CB;var zB="DropdownMenuCheckboxItem",AB=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...a}=e,n=ye(o);return M.jsx(kB,{...n,...a,ref:t})});AB.displayName=zB;var jB="DropdownMenuRadioGroup",PB=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...a}=e,n=ye(o);return M.jsx(_B,{...n,...a,ref:t})});PB.displayName=jB;var qB="DropdownMenuRadioItem",DB=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...a}=e,n=ye(o);return M.jsx(fB,{...n,...a,ref:t})});DB.displayName=qB;var OB="DropdownMenuItemIndicator",HB=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...a}=e,n=ye(o);return M.jsx(mB,{...n,...a,ref:t})});HB.displayName=OB;var VB="DropdownMenuSeparator",RB=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...a}=e,n=ye(o);return M.jsx(gB,{...n,...a,ref:t})});RB.displayName=VB;var TB="DropdownMenuArrow",FB=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...a}=e,n=ye(o);return M.jsx(vB,{...n,...a,ref:t})});FB.displayName=TB;var EB="DropdownMenuSubTrigger",UB=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...a}=e,n=ye(o);return M.jsx(MB,{...n,...a,ref:t})});UB.displayName=EB;var BB="DropdownMenuSubContent",ZB=f.forwardRef((e,t)=>{const{__scopeDropdownMenu:o,...a}=e,n=ye(o);return M.jsx($B,{...n,...a,ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});ZB.displayName=BB;var GB=KP,WB=JP,KB=YP,XB=eq,JB=tq;function YB({...e}){return M.jsx(GB,{"data-slot":"dropdown-menu",...e})}function QB({...e}){return M.jsx(WB,{"data-slot":"dropdown-menu-trigger",...e})}function eZ({className:e,sideOffset:t=4,...o}){return M.jsx(KB,{children:M.jsx(XB,{"data-slot":"dropdown-menu-content",sideOffset:t,className:ie("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 max-h-(--radix-dropdown-menu-content-available-height) min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border p-1 shadow-md",e),...o})})}function tZ({className:e,inset:t,variant:o="default",...a}){return M.jsx(JB,{"data-slot":"dropdown-menu-item","data-inset":t,"data-variant":o,className:ie("focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:!text-destructive [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...a})}const nZ=Ni;function oZ({row:e,rowActions:t,type:o,triggerEvent:a}){const n=(d,l)=>{l.stopPropagation(),a&&a(d,{row:e.original})},i=t?.length===1,c=d=>{const l=d&&wN[d]?wN[d]:nZ;return M.jsx(l,{className:"w-5 h-5"})};if(i){const d=t[0];return M.jsx(dj,{variant:o||"default",size:"icon",className:"w-full min-w-8 h-full p-2 flex items-center gap-2",onClick:l=>n(d.onClick,l),children:c(d.icon)})}return M.jsxs(YB,{children:[M.jsx(QB,{className:"min-w-8 mx-auto",children:M.jsx(dj,{asChild:!0,size:"icon",variant:o||"default",className:"w-full h-full p-2",children:M.jsx(lt,{})})}),M.jsx(eZ,{align:"end",className:"w-64",children:t.map((d,l)=>M.jsxs(tZ,{className:"flex items-center gap-2 text-base font-semibold",onClick:s=>n(d.onClick,s),children:[c(d.icon),d.title]},l))})]})}var sb="Popover",[nq]=Z1(sb,[Kw]),Vi=Kw(),[aZ,kt]=nq(sb),oq=e=>{const{__scopePopover:t,children:o,open:a,defaultOpen:n,onOpenChange:i,modal:c=!1}=e,d=Vi(t),l=f.useRef(null),[s,u]=f.useState(!1),[h,k]=bN({prop:a,defaultProp:n??!1,onChange:i,caller:sb});return M.jsx(tP,{...d,children:M.jsx(aZ,{scope:t,contentId:Hw(),triggerRef:l,open:h,onOpenChange:k,onOpenToggle:f.useCallback(()=>k(p=>!p),[k]),hasCustomAnchor:s,onCustomAnchorAdd:f.useCallback(()=>u(!0),[]),onCustomAnchorRemove:f.useCallback(()=>u(!1),[]),modal:c,children:o})})};oq.displayName=sb;var aq="PopoverAnchor",iZ=f.forwardRef((e,t)=>{const{__scopePopover:o,...a}=e,n=kt(aq,o),i=Vi(o),{onCustomAnchorAdd:c,onCustomAnchorRemove:d}=n;return f.useEffect(()=>(c(),()=>d()),[c,d]),M.jsx(UN,{...i,...a,ref:t})});iZ.displayName=aq;var iq="PopoverTrigger",rq=f.forwardRef((e,t)=>{const{__scopePopover:o,...a}=e,n=kt(iq,o),i=Vi(o),c=ue(t,n.triggerRef),d=M.jsx(se.button,{type:"button","aria-haspopup":"dialog","aria-expanded":n.open,"aria-controls":n.contentId,"data-state":uq(n.open),...a,ref:c,onClick:U(e.onClick,n.onOpenToggle)});return n.hasCustomAnchor?d:M.jsx(UN,{asChild:!0,...i,children:d})});rq.displayName=iq;var dI="PopoverPortal",[rZ,cZ]=nq(dI,{forceMount:void 0}),cq=e=>{const{__scopePopover:t,forceMount:o,children:a,container:n}=e,i=kt(dI,t);return M.jsx(rZ,{scope:t,forceMount:o,children:M.jsx(j1,{present:o||i.open,children:M.jsx(BN,{asChild:!0,container:n,children:a})})})};cq.displayName=dI;var ti="PopoverContent",dq=f.forwardRef((e,t)=>{const o=cZ(ti,e.__scopePopover),{forceMount:a=o.forceMount,...n}=e,i=kt(ti,e.__scopePopover);return M.jsx(j1,{present:a||i.open,children:i.modal?M.jsx(sZ,{...n,ref:t}):M.jsx(lZ,{...n,ref:t})})});dq.displayName=ti;var dZ=Si("PopoverContent.RemoveScroll"),sZ=f.forwardRef((e,t)=>{const o=kt(ti,e.__scopePopover),a=f.useRef(null),n=ue(t,a),i=f.useRef(!1);return f.useEffect(()=>{const c=a.current;if(c)return uP(c)},[]),M.jsx(QN,{as:dZ,allowPinchZoom:!0,children:M.jsx(sq,{...e,ref:n,trapFocus:o.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:U(e.onCloseAutoFocus,c=>{c.preventDefault(),i.current||o.triggerRef.current?.focus()}),onPointerDownOutside:U(e.onPointerDownOutside,c=>{const d=c.detail.originalEvent,l=d.button===0&&d.ctrlKey===!0,s=d.button===2||l;i.current=s},{checkForDefaultPrevented:!1}),onFocusOutside:U(e.onFocusOutside,c=>c.preventDefault(),{checkForDefaultPrevented:!1})})})}),lZ=f.forwardRef((e,t)=>{const o=kt(ti,e.__scopePopover),a=f.useRef(!1),n=f.useRef(!1);return M.jsx(sq,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{e.onCloseAutoFocus?.(i),i.defaultPrevented||(a.current||o.triggerRef.current?.focus(),i.preventDefault()),a.current=!1,n.current=!1},onInteractOutside:i=>{e.onInteractOutside?.(i),i.defaultPrevented||(a.current=!0,i.detail.originalEvent.type==="pointerdown"&&(n.current=!0));const c=i.target;o.triggerRef.current?.contains(c)&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&n.current&&i.preventDefault()}})}),sq=f.forwardRef((e,t)=>{const{__scopePopover:o,trapFocus:a,onOpenAutoFocus:n,onCloseAutoFocus:i,disableOutsidePointerEvents:c,onEscapeKeyDown:d,onPointerDownOutside:l,onFocusOutside:s,onInteractOutside:u,...h}=e,k=kt(ti,o),p=Vi(o);return _j(),M.jsx(CN,{asChild:!0,loop:!0,trapped:a,onMountAutoFocus:n,onUnmountAutoFocus:i,children:M.jsx(NN,{asChild:!0,disableOutsidePointerEvents:c,onInteractOutside:u,onEscapeKeyDown:d,onPointerDownOutside:l,onFocusOutside:s,onDismiss:()=>k.onOpenChange(!1),children:M.jsx(nP,{"data-state":uq(k.open),role:"dialog",id:k.contentId,...p,...h,ref:t,style:{...h.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})}),lq="PopoverClose",uZ=f.forwardRef((e,t)=>{const{__scopePopover:o,...a}=e,n=kt(lq,o);return M.jsx(se.button,{type:"button",...a,ref:t,onClick:U(e.onClick,()=>n.onOpenChange(!1))})});uZ.displayName=lq;var hZ="PopoverArrow",pZ=f.forwardRef((e,t)=>{const{__scopePopover:o,...a}=e,n=Vi(o);return M.jsx(oP,{...n,...a,ref:t})});pZ.displayName=hZ;function uq(e){return e?"open":"closed"}var yZ=oq,kZ=rq,_Z=cq,fZ=dq;function mZ({...e}){return M.jsx(yZ,{"data-slot":"popover",...e})}function gZ({...e}){return M.jsx(kZ,{"data-slot":"popover-trigger",...e})}function vZ({className:e,align:t="center",sideOffset:o=4,...a}){return M.jsx(_Z,{children:M.jsx(fZ,{"data-slot":"popover-content",align:t,sideOffset:o,className:ie("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-72 origin-(--radix-popover-content-transform-origin) rounded-md border p-4 shadow-md outline-hidden",e),...a})})}function MZ(e){const t=new Date(e);if(isNaN(t.getTime()))return String(e);const o=String(t.getDate()).padStart(2,"0"),a=String(t.getMonth()+1).padStart(2,"0"),n=t.getFullYear();return`${o}-${a}-${n}`}function $Z(e){const t=new Date(e);if(isNaN(t.getTime()))return String(e);const o=String(t.getDate()).padStart(2,"0"),a=String(t.getMonth()+1).padStart(2,"0"),n=t.getFullYear(),i=String(t.getHours()).padStart(2,"0"),c=String(t.getMinutes()).padStart(2,"0");return`${o}-${a}-${n} ${i}:${c}`}function wZ(e){let t=e.replace(/\D/g,"");return t.startsWith("+998")&&(t=t.slice(4)),t.slice(0,9)}function bZ(e){const t=wZ(e);return t.length===0?"":[t.slice(0,2),t.slice(2,5),t.slice(5,7),t.slice(7,9)].filter(Boolean).join(" ")}const xZ=({value:e,type:t,triggerEvent:o})=>{const a=typeof e=="object"?JSON.stringify(e):String(e),n=te.useRef(null),[i,c]=te.useState(!1);if(te.useEffect(()=>{const l=n.current;l&&c(l.scrollWidth>l.clientWidth)},[a]),e===null)return M.jsx(M.Fragment,{});const d=M.jsx("div",{ref:n,className:"truncate text-center max-w-[160px] md:max-w-[256px] lg:max-w-[320px] lg:text-start",children:NZ(a,t,o)});return i&&t!=="url"?M.jsxs(mZ,{children:[M.jsx(gZ,{className:"h-min max-w-40 md:max-w-64 lg:max-w-full lg:text-start",onClick:l=>l.stopPropagation(),title:a,children:d}),M.jsx(vZ,{onOpenAutoFocus:l=>l.preventDefault(),align:"center",className:"w-64 lg:w-80 break-words",children:a})]}):d},NZ=(e,t,o)=>{switch(t){case"text":return String(e);case"url":const[a,n]=String(e).split("|||");return M.jsx("div",{className:"text-primary underline cursor-pointer select-none",onClick:i=>{i.stopPropagation(),o&&o("onRedirect",{url:n})},children:a});case"phone":return bZ(String(e));case"date":return MZ(e);case"datetime":return $Z(e);case"currency":return Number(e).toLocaleString("uz-UZ");default:return String(e)}};oj.omit({rowSelectionAction:!0,updateModel:!0,tableData:!0,limit:!0,max_count:!0,styles:!0,onModelChange:!0});function IZ({schema:e,indexColumn:t,rowActions:o=[],actionColumn:a,locale:n,triggerEvent:i}){const c=[];t?.enable&&c.push({id:"index",header:"№",meta:{size:mt.xs},cell:({row:s})=>s.index+1});const d=Object.entries(e).map(([s,u])=>{const{size:h=mt.md,title:k}=u,p=k?k[n]:s[0].toUpperCase()+s.slice(1);return{accessorKey:s,header:p,meta:{headerText:p,size:h},cell:_=>M.jsx(xZ,{value:_.getValue(),type:u.type||"text",triggerEvent:i})}}).filter(Boolean),l=[];return a?.enable&&o.length>0&&l.push({id:"actions",header:"",meta:{size:mt.xs},cell:({row:s})=>M.jsx(oZ,{type:a.type,triggerEvent:i,row:s,rowActions:o})}),[...c,...d,...l]}function LZ(e){try{return oj.parse(e),{success:!0}}catch(t){return console.error(t),t instanceof j.ZodError?{success:!1,error:t.issues.map(a=>a.message).join(`
|
|
67
|
-
`)}:{success:!1,error:t}}}function SZ({className:e,...t}){return M.jsx("div",{"data-slot":"card",className:ie("bg-card text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm",e),...t})}function CZ({className:e,...t}){return M.jsx("div",{"data-slot":"card-header",className:ie("@container/card-header grid auto-rows-min grid-rows-[auto_auto] items-start gap-2 px-6 has-data-[slot=card-action]:grid-cols-[1fr_auto] [.border-b]:pb-6",e),...t})}function zZ({className:e,...t}){return M.jsx("div",{"data-slot":"card-content",className:ie("px-6",e),...t})}const AZ={info:{text:"text-blue-700",border:"border-blue-300",bg:"bg-blue-100/50",defaultIcon:"ℹ️"},warning:{text:"text-yellow-800",border:"border-yellow-300",bg:"bg-yellow-100/50",defaultIcon:"⚠️"},error:{text:"text-red-700",border:"border-red-400",bg:"bg-red-100/30",defaultIcon:"❌"},success:{text:"text-green-700",border:"border-green-300",bg:"bg-green-100/50",defaultIcon:"✅"}},jZ=({title:e,message:t,variant:o="info",icon:a,className:n=""})=>{const i=AZ[o];return M.jsxs(SZ,{className:`mx-auto max-w-md mt-8 w-full h-full flex flex-col justify-center border ${i.border} ${i.bg} ${n}`,children:[M.jsxs(CZ,{className:`flex items-center gap-2 font-semibold ${i.text}`,children:[a??i.defaultIcon,M.jsx("span",{children:e??o.charAt(0).toUpperCase()+o.slice(1)})]}),M.jsx(zZ,{className:`whitespace-normal break-words ${i.text}`,children:t})]})};function PZ(e){const{schema:t,rowActions:o,rowSelectionAction:a,actionColumn:n,indexColumn:i,tableData:c,max_count:d=Ki,styles:l,limit:s=Ki,conditionalRowStyles:u,locale:h,updateModel:k=()=>{},triggerEvent:p=()=>{},onModelChange:y=()=>{}}=e,_=LZ(e),[m,g]=te.useState(0),[w,$]=te.useState(!0),[b,N]=te.useState(c||[]),P=te.useCallback(()=>{const V=[],W=[];return i?.enable&&i?.pin&&(i?.pin===Xe.left?V.push("index"):i?.pin===Xe.right&&W.push("index")),n?.enable&&n?.pin&&o&&o?.length>0&&(n?.pin===Xe.left?V.push("actions"):n?.pin===Xe.right&&W.push("actions")),{left:V,right:W}},[i,n,o]),C=IZ({schema:t,rowActions:o,indexColumn:i,actionColumn:n,triggerEvent:p,locale:h}),I=tD({data:b,columns:C,getCoreRowModel:Jq(),state:{columnPinning:P()},manualSorting:!0}),T=(V,W)=>{if(!V||!w||!W.isIntersecting||b?.length<m*s)return;const X=m+1;g(X),p("onLoadMore",{page:X,limit:s})};return te.useEffect(()=>{m*s>=d&&$(!1)},[m,s,d]),te.useEffect(()=>{b?.length>0&&y(V=>{V?.data?.length>0&&V.data!==b&&N(V.data||[])})},[b]),_.success?M.jsxs("main",{className:ie("max-h-[40rem] md:max-h-[48rem] lg:max-h-[56rem] flex flex-col gap-2 overflow-auto font-sans relative pb-2",l?.container),style:{...l?.variables},children:[M.jsxs(ED,{className:ie("w-full min-w-80 h-full table-auto border-collapse",l?.table),children:[M.jsx(ST,{styles:l?.head,table:I}),M.jsx(JD,{rowSelectionAction:a,updateModel:k,triggerEvent:p,styles:l?.body,table:I,conditionalRowStyles:u})]}),w&&M.jsx(vq,{triggerOnce:!1,as:"div",threshold:0,rootMargin:"200px 0px",onChange:(V,W)=>T(V,W),className:"h-10 text-muted-foreground relative flex justify-center items-center",children:M.jsx(Ii,{className:"animate-spin "})})]}):M.jsx(jZ,{message:typeof _.error=="string"?_.error:"Table configuration is invalid. Check the errors above.",variant:"error"})}Ge.ClientTable=PZ,Object.defineProperty(Ge,Symbol.toStringTag,{value:"Module"})}));
|
|
67
|
+
`)}:{success:!1,error:t}}}function SZ({className:e,...t}){return M.jsx("div",{"data-slot":"card",className:ie("bg-card text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm",e),...t})}function CZ({className:e,...t}){return M.jsx("div",{"data-slot":"card-header",className:ie("@container/card-header grid auto-rows-min grid-rows-[auto_auto] items-start gap-2 px-6 has-data-[slot=card-action]:grid-cols-[1fr_auto] [.border-b]:pb-6",e),...t})}function zZ({className:e,...t}){return M.jsx("div",{"data-slot":"card-content",className:ie("px-6",e),...t})}const AZ={info:{text:"text-blue-700",border:"border-blue-300",bg:"bg-blue-100/50",defaultIcon:"ℹ️"},warning:{text:"text-yellow-800",border:"border-yellow-300",bg:"bg-yellow-100/50",defaultIcon:"⚠️"},error:{text:"text-red-700",border:"border-red-400",bg:"bg-red-100/30",defaultIcon:"❌"},success:{text:"text-green-700",border:"border-green-300",bg:"bg-green-100/50",defaultIcon:"✅"}},jZ=({title:e,message:t,variant:o="info",icon:a,className:n=""})=>{const i=AZ[o];return M.jsxs(SZ,{className:`mx-auto max-w-md mt-8 w-full h-full flex flex-col justify-center border ${i.border} ${i.bg} ${n}`,children:[M.jsxs(CZ,{className:`flex items-center gap-2 font-semibold ${i.text}`,children:[a??i.defaultIcon,M.jsx("span",{children:e??o.charAt(0).toUpperCase()+o.slice(1)})]}),M.jsx(zZ,{className:`whitespace-normal break-words ${i.text}`,children:t})]})};function PZ(e){const{schema:t,rowActions:o,rowSelectionAction:a,actionColumn:n,indexColumn:i,tableData:c,max_count:d=Ki,styles:l,limit:s=Ki,conditionalRowStyles:u,locale:h,updateModel:k=()=>{},triggerEvent:p=()=>{},onModelChange:y=()=>{}}=e,_=LZ(e),[m,g]=te.useState(0),[w,$]=te.useState(!0),[b,N]=te.useState(c||[]),P=te.useCallback(()=>{const V=[],W=[];return i?.enable&&i?.pin&&(i?.pin===Xe.left?V.push("index"):i?.pin===Xe.right&&W.push("index")),n?.enable&&n?.pin&&o&&o?.length>0&&(n?.pin===Xe.left?V.push("actions"):n?.pin===Xe.right&&W.push("actions")),{left:V,right:W}},[i,n,o]),C=IZ({schema:t,rowActions:o,indexColumn:i,actionColumn:n,triggerEvent:p,locale:h}),I=tD({data:b,columns:C,getCoreRowModel:Jq(),state:{columnPinning:P()},manualSorting:!0}),T=(V,W)=>{if(!V||!w||!W.isIntersecting||b?.length<m*s)return;const X=m+1;g(X),p("onLoadMore",{page:X,limit:s})};return te.useEffect(()=>{m*s>=d&&$(!1)},[m,s,d]),te.useEffect(()=>{b?.length>0&&y(V=>{V?.data?.length>0&&V.data!==b&&N(V.data||[])})},[b]),_.success?M.jsxs("main",{className:ie("max-h-[40rem] md:max-h-[48rem] lg:max-h-[56rem] flex flex-col gap-2 overflow-auto font-sans relative ",w&&"pb-2",l?.container),style:{...l?.variables},children:[M.jsxs(ED,{className:ie("w-full min-w-80 h-full table-auto border-collapse",l?.table),children:[M.jsx(ST,{styles:l?.head,table:I}),M.jsx(JD,{rowSelectionAction:a,updateModel:k,triggerEvent:p,styles:l?.body,table:I,conditionalRowStyles:u})]}),w&&M.jsx(vq,{triggerOnce:!1,as:"div",threshold:0,rootMargin:"200px 0px",onChange:(V,W)=>T(V,W),className:"h-10 text-muted-foreground relative flex justify-center items-center",children:M.jsx(Ii,{className:"animate-spin "})})]}):M.jsx(jZ,{message:typeof _.error=="string"?_.error:"Table configuration is invalid. Check the errors above.",variant:"error"})}Ge.ClientTable=PZ,Object.defineProperty(Ge,Symbol.toStringTag,{value:"Module"})}));
|