@zealicsolutions/web-ui 1.0.140-beta.82 → 1.0.140-beta.83

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/cjs/index.js CHANGED
@@ -252,7 +252,7 @@
252
252
  padding: 0;
253
253
  margin: 0;
254
254
  }
255
- `,MC=ll({...no,palette:{mode:"light"},shape:{borderRadius:8}}),SC=t=>{const r=(e=>{const{devices:t}=no,r=Object.keys(t),o=r[r.indexOf(e)+1];return"xl"===e?`(min-width: ${t[e]} )`:`(min-width: ${t[e]}) and (max-width: ${t[o]||t[e]})`})(t),o=()=>"undefined"!=typeof window&&window.matchMedia(r).matches,[n,a]=e.useState(o()),i=()=>a(o());return e.useEffect(()=>{if("undefined"==typeof window)return;const e=window.matchMedia(r);return i(),e.addEventListener("change",i),()=>{e.removeEventListener("change",i)}},[r]),n},DC=()=>e.useContext(Qr),OC=e.createContext({isMLRReview:!1,annotationsList:{links:[],tags:[]},showAnnotations:!1}),PC=()=>e.useContext(OC),EC=e.createContext({items:[],groupStepItemsByStepContainer:()=>({}),dateFields:[],setDateFields:()=>null,formId:"",submitHandler:()=>Promise.resolve(),validations:[],editable:!0,isPreview:!1,organismBodyId:"",isFormInEditMode:!0,organismMetadata:{},organismInfo:{},localStateObject:null,localState:{},setLocalStateValue:()=>null,isConfigurationMode:!1,onConfigurationItemClicked:()=>null,selectedConfigurationItemId:"",currentStyleProperties:{},currentContentProperties:{},onInternalNavigation:()=>null,routing:void 0,prefillData:null,loadRecordData:void 0}),jC=e=>{const t={};return e.forEach(e=>{"container"===e.instance&&(e=>{let r="";"form_step"===e.type&&(r=e.id),e.items.forEach(e=>{r&&(t[r]||(t[r]=[]),t[r].push(e))})})(e)}),t},TC=({initItems:t=[],children:r,submitHandler:o,formId:n,validations:a,editable:i=!0,isPreview:s=!1,organismBodyId:c,isFormInEditMode:u=!0,organismMetadata:d,organismInfo:p,localStateObject:h=null,isConfigurationMode:f=!1,onConfigurationItemHandler:m,selectedConfigurationItemId:y,currentStyleProperties:g={},currentContentProperties:v={},onInternalNavigation:x=()=>null,routing:b,prefillData:w=null,loadRecordData:k})=>{const[_,C]=l.default.useState([]),[M,S]=e.useState(h||{}),D=e.useCallback((e,t)=>{S(r=>({...r,[e]:t}))},[]),O=l.default.useMemo(()=>(e,t)=>{if(!e)return;const r={...e,organismInfo:p,organismId:p?.id,organismSubtype:p?.subtype,libraryEntityId:e?.libraryEntityId||p?.moleculeLibraryId||e?.moleculeLibraryId||void 0};!r.pmiObjectId&&p?.pmiObjectId&&(r.pmiObjectId=p.pmiObjectId),m?.(r,t,p)},[m,p]),P=l.default.useMemo(()=>(Array.isArray(t)?t:[t]).map(e=>"children"in e&&!("items"in e)&&Array.isArray(e.children)?{...e,items:e.children}:e),[t]),E=l.default.useMemo(()=>({dateFields:_,setDateFields:C,items:P,groupStepItemsByStepContainer:()=>jC(P),submitHandler:o,formId:n,validations:a,editable:i,isPreview:s,organismBodyId:c,isFormInEditMode:u,organismMetadata:d,organismInfo:p,localStateObject:h,localState:M,setLocalStateValue:D,isConfigurationMode:f,onConfigurationItemClicked:O,selectedConfigurationItemId:y,currentStyleProperties:g,currentContentProperties:v,onInternalNavigation:x,routing:b,prefillData:w,loadRecordData:k}),[P,n,a,i,s,_,C,o,c,u,d,p,h,M,D,f,O,y,g,v,x,b,w,k]);return ot(EC.Provider,{value:E,children:r})},NC=()=>e.useContext(EC),RC=e.createContext({activePopup:null,setActivePopup:()=>{},clearActivePopup:()=>{}}),FC=()=>{const t=e.useContext(RC);if(!t)throw new Error("usePopupContext must be used within a PopupProvider");return t},IC=e.createContext(null),zC=()=>e.useContext(IC),AC=({replicatorFieldId:t,fieldArrayName:r,fieldArrayMethods:o,minInstances:n=1,maxInstances:a,children:i})=>{const s=e.useMemo(()=>({replicatorFieldId:t,fieldArrayName:r,fieldArrayMethods:o,canAdd:!a||o.fields.length<a,canRemove:o.fields.length>n,minInstances:n,maxInstances:a}),[t,r,o,n,a]);return ot(IC.Provider,{value:s,children:i})},LC=e.createContext(null),BC=()=>e.useContext(LC),VC=({children:t})=>{const r=e.useRef(new Map),o=e.useCallback(e=>{r.current.set(e.replicatorFieldId,e)},[]),n=e.useCallback(e=>{r.current.delete(e)},[]),a=e.useCallback(e=>r.current.get(e),[]),i=e.useCallback(e=>{const t=r.current.get(e);if(!t)return!1;const{maxInstances:o,fieldArrayMethods:n}=t;return!o||n.fields.length<o},[]),s=e.useCallback(e=>{const t=r.current.get(e);if(!t)return!1;const{minInstances:o,fieldArrayMethods:n}=t;return n.fields.length>o},[]),l=e.useCallback((e,t={})=>{const o=r.current.get(e);if(!o)return void console.error(`[ReplicatorRegistry] Replicator "${e}" not found`);const{maxInstances:n,fieldArrayMethods:a}=o;n&&a.fields.length>=n||a.append(t)},[]),c=e.useCallback((e,t)=>{const o=r.current.get(e);if(!o)return void console.error(`[ReplicatorRegistry] Replicator "${e}" not found`);const{minInstances:n,fieldArrayMethods:a}=o;if(a.fields.length<=n)return;const i=t??a.fields.length-1;a.remove(i)},[]),u=e.useMemo(()=>({registry:r.current,register:o,unregister:n,getReplicator:a,canAdd:i,canRemove:s,append:l,remove:c}),[o,n,a,i,s,l,c]);return ot(LC.Provider,{value:u,children:t})},$C=e.createContext({stateConfig:{},stateHandler:()=>null,authenticated:!1}),HC=()=>e.useContext($C),qC=e.createContext(void 0),WC=()=>{const{stateConfig:e,stateHandler:t,authenticated:r}=HC();return{onStateChange:({id:o,type:n})=>{o&&e?.[o]&&Object.prototype.hasOwnProperty.call(e[o],"interacted")&&r&&t?.({[o]:{interacted:n}})}}},UC=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),GC=(...e)=>e.filter((e,t,r)=>Boolean(e)&&""!==e.trim()&&r.indexOf(e)===t).join(" ").trim();var KC={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 YC=e.forwardRef(({color:t="currentColor",size:r=24,strokeWidth:o=2,absoluteStrokeWidth:n,className:a="",children:i,iconNode:s,...l},c)=>e.createElement("svg",{ref:c,...KC,width:r,height:r,stroke:t,strokeWidth:n?24*Number(o)/Number(r):o,className:GC("lucide",a),...l},[...s.map(([t,r])=>e.createElement(t,r)),...Array.isArray(i)?i:[i]])),ZC=(t,r)=>{const o=e.forwardRef(({className:o,...n},a)=>e.createElement(YC,{ref:a,iconNode:r,className:GC(`lucide-${UC(t)}`,o),...n}));return o.displayName=`${t}`,o},XC=[["path",{d:"M3.5 13h6",key:"p1my2r"}],["path",{d:"m2 16 4.5-9 4.5 9",key:"ndf0b3"}],["path",{d:"M18 7v9",key:"pknjwm"}],["path",{d:"m14 12 4 4 4-4",key:"buelq4"}]],QC=ZC("AArrowDown",XC);var JC=Object.freeze({__proto__:null,__iconNode:XC,default:QC});const eM=[["path",{d:"M3.5 13h6",key:"p1my2r"}],["path",{d:"m2 16 4.5-9 4.5 9",key:"ndf0b3"}],["path",{d:"M18 16V7",key:"ty0viw"}],["path",{d:"m14 11 4-4 4 4",key:"1pu57t"}]],tM=ZC("AArrowUp",eM);var rM=Object.freeze({__proto__:null,__iconNode:eM,default:tM});const oM=[["path",{d:"M21 14h-5",key:"1vh23k"}],["path",{d:"M16 16v-3.5a2.5 2.5 0 0 1 5 0V16",key:"1wh10o"}],["path",{d:"M4.5 13h6",key:"dfilno"}],["path",{d:"m3 16 4.5-9 4.5 9",key:"2dxa0e"}]],nM=ZC("ALargeSmall",oM);var aM=Object.freeze({__proto__:null,__iconNode:oM,default:nM});const iM=[["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"}]],sM=ZC("Accessibility",iM);var lM=Object.freeze({__proto__:null,__iconNode:iM,default:sM});const cM=[["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"}]],uM=ZC("Activity",cM);var dM=Object.freeze({__proto__:null,__iconNode:cM,default:uM});const pM=[["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:"M18.3 17.7a2.5 2.5 0 0 1-3.16 3.83 2.53 2.53 0 0 1-1.14-2V12",key:"1bo8pg"}],["path",{d:"M6.6 15.6A2 2 0 1 0 10 17v-5",key:"t9h90c"}]],hM=ZC("AirVent",pM);var fM=Object.freeze({__proto__:null,__iconNode:pM,default:hM});const mM=[["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"}]],yM=ZC("Airplay",mM);var gM=Object.freeze({__proto__:null,__iconNode:mM,default:yM});const vM=[["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"}]],xM=ZC("AlarmClockCheck",vM);var bM=Object.freeze({__proto__:null,__iconNode:vM,default:xM});const wM=[["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"}]],kM=ZC("AlarmClockMinus",wM);var _M=Object.freeze({__proto__:null,__iconNode:wM,default:kM});const CM=[["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"}]],MM=ZC("AlarmClockOff",CM);var SM=Object.freeze({__proto__:null,__iconNode:CM,default:MM});const DM=[["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"}]],OM=ZC("AlarmClockPlus",DM);var PM=Object.freeze({__proto__:null,__iconNode:DM,default:OM});const EM=[["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"}]],jM=ZC("AlarmClock",EM);var TM=Object.freeze({__proto__:null,__iconNode:EM,default:jM});const NM=[["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"}]],RM=ZC("AlarmSmoke",NM);var FM=Object.freeze({__proto__:null,__iconNode:NM,default:RM});const IM=[["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"}]],zM=ZC("Album",IM);var AM=Object.freeze({__proto__:null,__iconNode:IM,default:zM});const LM=[["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"}]],BM=ZC("AlignCenterHorizontal",LM);var VM=Object.freeze({__proto__:null,__iconNode:LM,default:BM});const $M=[["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"}]],HM=ZC("AlignCenterVertical",$M);var qM=Object.freeze({__proto__:null,__iconNode:$M,default:HM});const WM=[["path",{d:"M17 12H7",key:"16if0g"}],["path",{d:"M19 18H5",key:"18s9l3"}],["path",{d:"M21 6H3",key:"1jwq7v"}]],UM=ZC("AlignCenter",WM);var GM=Object.freeze({__proto__:null,__iconNode:WM,default:UM});const KM=[["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"}]],YM=ZC("AlignEndVertical",KM);var ZM=Object.freeze({__proto__:null,__iconNode:KM,default:YM});const XM=[["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"}]],QM=ZC("AlignEndHorizontal",XM);var JM=Object.freeze({__proto__:null,__iconNode:XM,default:QM});const eS=[["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"}]],tS=ZC("AlignHorizontalDistributeCenter",eS);var rS=Object.freeze({__proto__:null,__iconNode:eS,default:tS});const oS=[["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"}]],nS=ZC("AlignHorizontalDistributeEnd",oS);var aS=Object.freeze({__proto__:null,__iconNode:oS,default:nS});const iS=[["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"}]],sS=ZC("AlignHorizontalDistributeStart",iS);var lS=Object.freeze({__proto__:null,__iconNode:iS,default:sS});const cS=[["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"}]],uS=ZC("AlignHorizontalJustifyCenter",cS);var dS=Object.freeze({__proto__:null,__iconNode:cS,default:uS});const pS=[["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"}]],hS=ZC("AlignHorizontalJustifyEnd",pS);var fS=Object.freeze({__proto__:null,__iconNode:pS,default:hS});const mS=[["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"}]],yS=ZC("AlignHorizontalJustifyStart",mS);var gS=Object.freeze({__proto__:null,__iconNode:mS,default:yS});const vS=[["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"}]],xS=ZC("AlignHorizontalSpaceAround",vS);var bS=Object.freeze({__proto__:null,__iconNode:vS,default:xS});const wS=[["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"}]],kS=ZC("AlignHorizontalSpaceBetween",wS);var _S=Object.freeze({__proto__:null,__iconNode:wS,default:kS});const CS=[["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 18h18",key:"1h113x"}],["path",{d:"M3 6h18",key:"d0wm0j"}]],MS=ZC("AlignJustify",CS);var SS=Object.freeze({__proto__:null,__iconNode:CS,default:MS});const DS=[["path",{d:"M15 12H3",key:"6jk70r"}],["path",{d:"M17 18H3",key:"1amg6g"}],["path",{d:"M21 6H3",key:"1jwq7v"}]],OS=ZC("AlignLeft",DS);var PS=Object.freeze({__proto__:null,__iconNode:DS,default:OS});const ES=[["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M21 18H7",key:"1ygte8"}],["path",{d:"M21 6H3",key:"1jwq7v"}]],jS=ZC("AlignRight",ES);var TS=Object.freeze({__proto__:null,__iconNode:ES,default:jS});const NS=[["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"}]],RS=ZC("AlignStartHorizontal",NS);var FS=Object.freeze({__proto__:null,__iconNode:NS,default:RS});const IS=[["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"}]],zS=ZC("AlignStartVertical",IS);var AS=Object.freeze({__proto__:null,__iconNode:IS,default:zS});const LS=[["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"}]],BS=ZC("AlignVerticalDistributeCenter",LS);var VS=Object.freeze({__proto__:null,__iconNode:LS,default:BS});const $S=[["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"}]],HS=ZC("AlignVerticalDistributeEnd",$S);var qS=Object.freeze({__proto__:null,__iconNode:$S,default:HS});const WS=[["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"}]],US=ZC("AlignVerticalDistributeStart",WS);var GS=Object.freeze({__proto__:null,__iconNode:WS,default:US});const KS=[["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"}]],YS=ZC("AlignVerticalJustifyCenter",KS);var ZS=Object.freeze({__proto__:null,__iconNode:KS,default:YS});const XS=[["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"}]],QS=ZC("AlignVerticalJustifyEnd",XS);var JS=Object.freeze({__proto__:null,__iconNode:XS,default:QS});const eD=[["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"}]],tD=ZC("AlignVerticalJustifyStart",eD);var rD=Object.freeze({__proto__:null,__iconNode:eD,default:tD});const oD=[["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"}]],nD=ZC("AlignVerticalSpaceAround",oD);var aD=Object.freeze({__proto__:null,__iconNode:oD,default:nD});const iD=[["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"}]],sD=ZC("AlignVerticalSpaceBetween",iD);var lD=Object.freeze({__proto__:null,__iconNode:iD,default:sD});const cD=[["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"}]],uD=ZC("Ambulance",cD);var dD=Object.freeze({__proto__:null,__iconNode:cD,default:uD});const pD=[["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"}]],hD=ZC("Ampersand",pD);var fD=Object.freeze({__proto__:null,__iconNode:pD,default:hD});const mD=[["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"}]],yD=ZC("Ampersands",mD);var gD=Object.freeze({__proto__:null,__iconNode:mD,default:yD});const vD=[["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"}]],xD=ZC("Amphora",vD);var bD=Object.freeze({__proto__:null,__iconNode:vD,default:xD});const wD=[["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"}]],kD=ZC("Anchor",wD);var _D=Object.freeze({__proto__:null,__iconNode:wD,default:kD});const CD=[["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"}]],MD=ZC("Angry",CD);var SD=Object.freeze({__proto__:null,__iconNode:CD,default:MD});const DD=[["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"}]],OD=ZC("Annoyed",DD);var PD=Object.freeze({__proto__:null,__iconNode:DD,default:OD});const ED=[["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"}]],jD=ZC("Antenna",ED);var TD=Object.freeze({__proto__:null,__iconNode:ED,default:jD});const ND=[["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"}]],RD=ZC("Anvil",ND);var FD=Object.freeze({__proto__:null,__iconNode:ND,default:RD});const ID=[["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"}]],zD=ZC("Aperture",ID);var AD=Object.freeze({__proto__:null,__iconNode:ID,default:zD});const LD=[["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"}]],BD=ZC("AppWindowMac",LD);var VD=Object.freeze({__proto__:null,__iconNode:LD,default:BD});const $D=[["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"}]],HD=ZC("AppWindow",$D);var qD=Object.freeze({__proto__:null,__iconNode:$D,default:HD});const WD=[["path",{d:"M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z",key:"3s7exb"}],["path",{d:"M10 2c1 .5 2 2 2 5",key:"fcco2y"}]],UD=ZC("Apple",WD);var GD=Object.freeze({__proto__:null,__iconNode:WD,default:UD});const KD=[["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"}]],YD=ZC("ArchiveRestore",KD);var ZD=Object.freeze({__proto__:null,__iconNode:KD,default:YD});const XD=[["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"}]],QD=ZC("ArchiveX",XD);var JD=Object.freeze({__proto__:null,__iconNode:XD,default:QD});const eO=[["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"}]],tO=ZC("Archive",eO);var rO=Object.freeze({__proto__:null,__iconNode:eO,default:tO});const oO=[["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"}]],nO=ZC("Armchair",oO);var aO=Object.freeze({__proto__:null,__iconNode:oO,default:nO});const iO=[["path",{d:"M15 5H9",key:"1tp3ed"}],["path",{d:"M15 9v3h4l-7 7-7-7h4V9z",key:"ncdc4b"}]],sO=ZC("ArrowBigDownDash",iO);var lO=Object.freeze({__proto__:null,__iconNode:iO,default:sO});const cO=[["path",{d:"M15 6v6h4l-7 7-7-7h4V6h6z",key:"1thax2"}]],uO=ZC("ArrowBigDown",cO);var dO=Object.freeze({__proto__:null,__iconNode:cO,default:uO});const pO=[["path",{d:"M19 15V9",key:"1hci5f"}],["path",{d:"M15 15h-3v4l-7-7 7-7v4h3v6z",key:"16tjna"}]],hO=ZC("ArrowBigLeftDash",pO);var fO=Object.freeze({__proto__:null,__iconNode:pO,default:hO});const mO=[["path",{d:"M18 15h-6v4l-7-7 7-7v4h6v6z",key:"lbrdak"}]],yO=ZC("ArrowBigLeft",mO);var gO=Object.freeze({__proto__:null,__iconNode:mO,default:yO});const vO=[["path",{d:"M5 9v6",key:"158jrl"}],["path",{d:"M9 9h3V5l7 7-7 7v-4H9V9z",key:"1sg2xn"}]],xO=ZC("ArrowBigRightDash",vO);var bO=Object.freeze({__proto__:null,__iconNode:vO,default:xO});const wO=[["path",{d:"M6 9h6V5l7 7-7 7v-4H6V9z",key:"7fvt9c"}]],kO=ZC("ArrowBigRight",wO);var _O=Object.freeze({__proto__:null,__iconNode:wO,default:kO});const CO=[["path",{d:"M9 19h6",key:"456am0"}],["path",{d:"M9 15v-3H5l7-7 7 7h-4v3H9z",key:"1r2uve"}]],MO=ZC("ArrowBigUpDash",CO);var SO=Object.freeze({__proto__:null,__iconNode:CO,default:MO});const DO=[["path",{d:"M9 18v-6H5l7-7 7 7h-4v6H9z",key:"1x06kx"}]],OO=ZC("ArrowBigUp",DO);var PO=Object.freeze({__proto__:null,__iconNode:DO,default:OO});const EO=[["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"}]],jO=ZC("ArrowDown01",EO);var TO=Object.freeze({__proto__:null,__iconNode:EO,default:jO});const NO=[["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"}]],RO=ZC("ArrowDown10",NO);var FO=Object.freeze({__proto__:null,__iconNode:NO,default:RO});const IO=[["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"}]],zO=ZC("ArrowDownAZ",IO);var AO=Object.freeze({__proto__:null,__iconNode:IO,default:zO});const LO=[["path",{d:"M19 3H5",key:"1236rx"}],["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m6 15 6 6 6-6",key:"h15q88"}]],BO=ZC("ArrowDownFromLine",LO);var VO=Object.freeze({__proto__:null,__iconNode:LO,default:BO});const $O=[["path",{d:"M17 7 7 17",key:"15tmo1"}],["path",{d:"M17 17H7V7",key:"1org7z"}]],HO=ZC("ArrowDownLeft",$O);var qO=Object.freeze({__proto__:null,__iconNode:$O,default:HO});const WO=[["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"}]],UO=ZC("ArrowDownNarrowWide",WO);var GO=Object.freeze({__proto__:null,__iconNode:WO,default:UO});const KO=[["path",{d:"m7 7 10 10",key:"1fmybs"}],["path",{d:"M17 7v10H7",key:"6fjiku"}]],YO=ZC("ArrowDownRight",KO);var ZO=Object.freeze({__proto__:null,__iconNode:KO,default:YO});const XO=[["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"}]],QO=ZC("ArrowDownToDot",XO);var JO=Object.freeze({__proto__:null,__iconNode:XO,default:QO});const eP=[["path",{d:"M12 17V3",key:"1cwfxf"}],["path",{d:"m6 11 6 6 6-6",key:"12ii2o"}],["path",{d:"M19 21H5",key:"150jfl"}]],tP=ZC("ArrowDownToLine",eP);var rP=Object.freeze({__proto__:null,__iconNode:eP,default:tP});const oP=[["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"}]],nP=ZC("ArrowDownUp",oP);var aP=Object.freeze({__proto__:null,__iconNode:oP,default:nP});const iP=[["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"}]],sP=ZC("ArrowDownWideNarrow",iP);var lP=Object.freeze({__proto__:null,__iconNode:iP,default:sP});const cP=[["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"}]],uP=ZC("ArrowDownZA",cP);var dP=Object.freeze({__proto__:null,__iconNode:cP,default:uP});const pP=[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]],hP=ZC("ArrowDown",pP);var fP=Object.freeze({__proto__:null,__iconNode:pP,default:hP});const mP=[["path",{d:"m9 6-6 6 6 6",key:"7v63n9"}],["path",{d:"M3 12h14",key:"13k4hi"}],["path",{d:"M21 19V5",key:"b4bplr"}]],yP=ZC("ArrowLeftFromLine",mP);var gP=Object.freeze({__proto__:null,__iconNode:mP,default:yP});const vP=[["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"}]],xP=ZC("ArrowLeftRight",vP);var bP=Object.freeze({__proto__:null,__iconNode:vP,default:xP});const wP=[["path",{d:"M3 19V5",key:"rwsyhb"}],["path",{d:"m13 6-6 6 6 6",key:"1yhaz7"}],["path",{d:"M7 12h14",key:"uoisry"}]],kP=ZC("ArrowLeftToLine",wP);var _P=Object.freeze({__proto__:null,__iconNode:wP,default:kP});const CP=[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]],MP=ZC("ArrowLeft",CP);var SP=Object.freeze({__proto__:null,__iconNode:CP,default:MP});const DP=[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M21 12H7",key:"13ipq5"}],["path",{d:"m15 18 6-6-6-6",key:"6tx3qv"}]],OP=ZC("ArrowRightFromLine",DP);var PP=Object.freeze({__proto__:null,__iconNode:DP,default:OP});const EP=[["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"}]],jP=ZC("ArrowRightLeft",EP);var TP=Object.freeze({__proto__:null,__iconNode:EP,default:jP});const NP=[["path",{d:"M17 12H3",key:"8awo09"}],["path",{d:"m11 18 6-6-6-6",key:"8c2y43"}],["path",{d:"M21 5v14",key:"nzette"}]],RP=ZC("ArrowRightToLine",NP);var FP=Object.freeze({__proto__:null,__iconNode:NP,default:RP});const IP=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]],zP=ZC("ArrowRight",IP);var AP=Object.freeze({__proto__:null,__iconNode:IP,default:zP});const LP=[["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"}]],BP=ZC("ArrowUp01",LP);var VP=Object.freeze({__proto__:null,__iconNode:LP,default:BP});const $P=[["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"}]],HP=ZC("ArrowUp10",$P);var qP=Object.freeze({__proto__:null,__iconNode:$P,default:HP});const WP=[["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"}]],UP=ZC("ArrowUpAZ",WP);var GP=Object.freeze({__proto__:null,__iconNode:WP,default:UP});const KP=[["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"}]],YP=ZC("ArrowUpDown",KP);var ZP=Object.freeze({__proto__:null,__iconNode:KP,default:YP});const XP=[["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"}]],QP=ZC("ArrowUpFromDot",XP);var JP=Object.freeze({__proto__:null,__iconNode:XP,default:QP});const eE=[["path",{d:"m18 9-6-6-6 6",key:"kcunyi"}],["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 21h14",key:"11awu3"}]],tE=ZC("ArrowUpFromLine",eE);var rE=Object.freeze({__proto__:null,__iconNode:eE,default:tE});const oE=[["path",{d:"M7 17V7h10",key:"11bw93"}],["path",{d:"M17 17 7 7",key:"2786uv"}]],nE=ZC("ArrowUpLeft",oE);var aE=Object.freeze({__proto__:null,__iconNode:oE,default:nE});const iE=[["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"}]],sE=ZC("ArrowUpNarrowWide",iE);var lE=Object.freeze({__proto__:null,__iconNode:iE,default:sE});const cE=[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]],uE=ZC("ArrowUpRight",cE);var dE=Object.freeze({__proto__:null,__iconNode:cE,default:uE});const pE=[["path",{d:"M5 3h14",key:"7usisc"}],["path",{d:"m18 13-6-6-6 6",key:"1kf1n9"}],["path",{d:"M12 7v14",key:"1akyts"}]],hE=ZC("ArrowUpToLine",pE);var fE=Object.freeze({__proto__:null,__iconNode:pE,default:hE});const mE=[["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"}]],yE=ZC("ArrowUpWideNarrow",mE);var gE=Object.freeze({__proto__:null,__iconNode:mE,default:yE});const vE=[["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"}]],xE=ZC("ArrowUpZA",vE);var bE=Object.freeze({__proto__:null,__iconNode:vE,default:xE});const wE=[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]],kE=ZC("ArrowUp",wE);var _E=Object.freeze({__proto__:null,__iconNode:wE,default:kE});const CE=[["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"}]],ME=ZC("ArrowsUpFromLine",CE);var SE=Object.freeze({__proto__:null,__iconNode:CE,default:ME});const DE=[["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"}]],OE=ZC("Asterisk",DE);var PE=Object.freeze({__proto__:null,__iconNode:DE,default:OE});const EE=[["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"}]],jE=ZC("AtSign",EE);var TE=Object.freeze({__proto__:null,__iconNode:EE,default:jE});const NE=[["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"}]],RE=ZC("Atom",NE);var FE=Object.freeze({__proto__:null,__iconNode:NE,default:RE});const IE=[["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"}]],zE=ZC("AudioLines",IE);var AE=Object.freeze({__proto__:null,__iconNode:IE,default:zE});const LE=[["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"}]],BE=ZC("AudioWaveform",LE);var VE=Object.freeze({__proto__:null,__iconNode:LE,default:BE});const $E=[["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"}]],HE=ZC("Award",$E);var qE=Object.freeze({__proto__:null,__iconNode:$E,default:HE});const WE=[["path",{d:"m14 12-8.5 8.5a2.12 2.12 0 1 1-3-3L11 9",key:"csbz4o"}],["path",{d:"M15 13 9 7l4-4 6 6h3a8 8 0 0 1-7 7z",key:"113wfo"}]],UE=ZC("Axe",WE);var GE=Object.freeze({__proto__:null,__iconNode:WE,default:UE});const KE=[["path",{d:"M4 4v16h16",key:"1s015l"}],["path",{d:"m4 20 7-7",key:"17qe9y"}]],YE=ZC("Axis3d",KE);var ZE=Object.freeze({__proto__:null,__iconNode:KE,default:YE});const XE=[["path",{d:"M9 12h.01",key:"157uk2"}],["path",{d:"M15 12h.01",key:"1k8ypt"}],["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5",key:"1u7htd"}],["path",{d:"M19 6.3a9 9 0 0 1 1.8 3.9 2 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:"5yv0yz"}]],QE=ZC("Baby",XE);var JE=Object.freeze({__proto__:null,__iconNode:XE,default:QE});const ej=[["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"}]],tj=ZC("Backpack",ej);var rj=Object.freeze({__proto__:null,__iconNode:ej,default:tj});const oj=[["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"}]],nj=ZC("BadgeAlert",oj);var aj=Object.freeze({__proto__:null,__iconNode:oj,default:nj});const ij=[["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"}]],sj=ZC("BadgeCent",ij);var lj=Object.freeze({__proto__:null,__iconNode:ij,default:sj});const cj=[["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"}]],uj=ZC("BadgeCheck",cj);var dj=Object.freeze({__proto__:null,__iconNode:cj,default:uj});const pj=[["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"}]],hj=ZC("BadgeDollarSign",pj);var fj=Object.freeze({__proto__:null,__iconNode:pj,default:hj});const mj=[["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"}]],yj=ZC("BadgeEuro",mj);var gj=Object.freeze({__proto__:null,__iconNode:mj,default:yj});const vj=[["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"}]],xj=ZC("BadgeHelp",vj);var bj=Object.freeze({__proto__:null,__iconNode:vj,default:xj});const wj=[["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"}]],kj=ZC("BadgeIndianRupee",wj);var _j=Object.freeze({__proto__:null,__iconNode:wj,default:kj});const Cj=[["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"}]],Mj=ZC("BadgeInfo",Cj);var Sj=Object.freeze({__proto__:null,__iconNode:Cj,default:Mj});const Dj=[["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"}]],Oj=ZC("BadgeJapaneseYen",Dj);var Pj=Object.freeze({__proto__:null,__iconNode:Dj,default:Oj});const Ej=[["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"}]],jj=ZC("BadgeMinus",Ej);var Tj=Object.freeze({__proto__:null,__iconNode:Ej,default:jj});const Nj=[["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"}]],Rj=ZC("BadgePercent",Nj);var Fj=Object.freeze({__proto__:null,__iconNode:Nj,default:Rj});const Ij=[["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"}]],zj=ZC("BadgePlus",Ij);var Aj=Object.freeze({__proto__:null,__iconNode:Ij,default:zj});const Lj=[["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"}]],Bj=ZC("BadgePoundSterling",Lj);var Vj=Object.freeze({__proto__:null,__iconNode:Lj,default:Bj});const $j=[["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"}]],Hj=ZC("BadgeRussianRuble",$j);var qj=Object.freeze({__proto__:null,__iconNode:$j,default:Hj});const Wj=[["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"}]],Uj=ZC("BadgeSwissFranc",Wj);var Gj=Object.freeze({__proto__:null,__iconNode:Wj,default:Uj});const Kj=[["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"}]],Yj=ZC("BadgeX",Kj);var Zj=Object.freeze({__proto__:null,__iconNode:Kj,default:Yj});const Xj=[["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"}]],Qj=ZC("Badge",Xj);var Jj=Object.freeze({__proto__:null,__iconNode:Xj,default:Qj});const eT=[["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"}]],tT=ZC("BaggageClaim",eT);var rT=Object.freeze({__proto__:null,__iconNode:eT,default:tT});const oT=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.9 4.9 14.2 14.2",key:"1m5liu"}]],nT=ZC("Ban",oT);var aT=Object.freeze({__proto__:null,__iconNode:oT,default:nT});const iT=[["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"}]],sT=ZC("Banana",iT);var lT=Object.freeze({__proto__:null,__iconNode:iT,default:sT});const cT=[["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"}]],uT=ZC("Bandage",cT);var dT=Object.freeze({__proto__:null,__iconNode:cT,default:uT});const pT=[["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"}]],hT=ZC("Banknote",pT);var fT=Object.freeze({__proto__:null,__iconNode:pT,default:hT});const mT=[["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"}]],yT=ZC("Barcode",mT);var gT=Object.freeze({__proto__:null,__iconNode:mT,default:yT});const vT=[["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"}]],xT=ZC("Bath",vT);var bT=Object.freeze({__proto__:null,__iconNode:vT,default:xT});const wT=[["path",{d:"M4 20h16",key:"14thso"}],["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}]],kT=ZC("Baseline",wT);var _T=Object.freeze({__proto__:null,__iconNode:wT,default:kT});const CT=[["path",{d:"M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2",key:"1sdynx"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1",key:"1gkd3k"}],["path",{d:"m11 7-3 5h4l-3 5",key:"b4a64w"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}]],MT=ZC("BatteryCharging",CT);var ST=Object.freeze({__proto__:null,__iconNode:CT,default:MT});const DT=[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13",key:"haxvl5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"13",key:"c6fn6x"}]],OT=ZC("BatteryFull",DT);var PT=Object.freeze({__proto__:null,__iconNode:DT,default:OT});const ET=[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}]],jT=ZC("BatteryLow",ET);var TT=Object.freeze({__proto__:null,__iconNode:ET,default:jT});const NT=[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13",key:"haxvl5"}]],RT=ZC("BatteryMedium",NT);var FT=Object.freeze({__proto__:null,__iconNode:NT,default:RT});const IT=[["path",{d:"M10 9v6",key:"17i7lo"}],["path",{d:"M13.5 7H16a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2.5",key:"jzl4pj"}],["path",{d:"M22 11v2",key:"1wo06k"}],["path",{d:"M6.5 17H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2.5",key:"1ar5vp"}],["path",{d:"M7 12h6",key:"iekk3h"}]],zT=ZC("BatteryPlus",IT);var AT=Object.freeze({__proto__:null,__iconNode:IT,default:zT});const LT=[["path",{d:"M10 17h.01",key:"nbq80n"}],["path",{d:"M10 7v6",key:"nne03l"}],["path",{d:"M14 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2",key:"1x5o8m"}],["path",{d:"M22 11v2",key:"1wo06k"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2",key:"1mdjgh"}]],BT=ZC("BatteryWarning",LT);var VT=Object.freeze({__proto__:null,__iconNode:LT,default:BT});const $T=[["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"}]],HT=ZC("Beaker",$T);var qT=Object.freeze({__proto__:null,__iconNode:$T,default:HT});const WT=[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}]],UT=ZC("Battery",WT);var GT=Object.freeze({__proto__:null,__iconNode:WT,default:UT});const KT=[["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"}]],YT=ZC("BeanOff",KT);var ZT=Object.freeze({__proto__:null,__iconNode:KT,default:YT});const XT=[["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"}]],QT=ZC("Bean",XT);var JT=Object.freeze({__proto__:null,__iconNode:XT,default:QT});const eN=[["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"}]],tN=ZC("BedDouble",eN);var rN=Object.freeze({__proto__:null,__iconNode:eN,default:tN});const oN=[["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"}]],nN=ZC("BedSingle",oN);var aN=Object.freeze({__proto__:null,__iconNode:oN,default:nN});const iN=[["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"}]],sN=ZC("Bed",iN);var lN=Object.freeze({__proto__:null,__iconNode:iN,default:sN});const cN=[["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"}]],uN=ZC("Beef",cN);var dN=Object.freeze({__proto__:null,__iconNode:cN,default:uN});const pN=[["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"}]],hN=ZC("BeerOff",pN);var fN=Object.freeze({__proto__:null,__iconNode:pN,default:hN});const mN=[["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"}]],yN=ZC("Beer",mN);var gN=Object.freeze({__proto__:null,__iconNode:mN,default:yN});const vN=[["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"}]],xN=ZC("BellDot",vN);var bN=Object.freeze({__proto__:null,__iconNode:vN,default:xN});const wN=[["path",{d:"M18.8 4A6.3 8.7 0 0 1 20 9",key:"xve1fh"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["rect",{width:"10",height:"6",x:"4",y:"16",rx:"2",key:"17f3te"}],["path",{d:"M14 19c3 0 4.6-1.6 4.6-1.6",key:"n7odp6"}],["circle",{cx:"20",cy:"16",r:"2",key:"1v9bxh"}]],kN=ZC("BellElectric",wN);var _N=Object.freeze({__proto__:null,__iconNode:wN,default:kN});const CN=[["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"}]],MN=ZC("BellMinus",CN);var SN=Object.freeze({__proto__:null,__iconNode:CN,default:MN});const DN=[["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"}]],ON=ZC("BellOff",DN);var PN=Object.freeze({__proto__:null,__iconNode:DN,default:ON});const EN=[["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"}]],jN=ZC("BellPlus",EN);var TN=Object.freeze({__proto__:null,__iconNode:EN,default:jN});const NN=[["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"}]],RN=ZC("BellRing",NN);var FN=Object.freeze({__proto__:null,__iconNode:NN,default:RN});const IN=[["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"}]],zN=ZC("Bell",IN);var AN=Object.freeze({__proto__:null,__iconNode:IN,default:zN});const LN=[["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"}]],BN=ZC("BetweenHorizontalEnd",LN);var VN=Object.freeze({__proto__:null,__iconNode:LN,default:BN});const $N=[["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"}]],HN=ZC("BetweenHorizontalStart",$N);var qN=Object.freeze({__proto__:null,__iconNode:$N,default:HN});const WN=[["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"}]],UN=ZC("BetweenVerticalEnd",WN);var GN=Object.freeze({__proto__:null,__iconNode:WN,default:UN});const KN=[["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"}]],YN=ZC("BetweenVerticalStart",KN);var ZN=Object.freeze({__proto__:null,__iconNode:KN,default:YN});const XN=[["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"}]],QN=ZC("BicepsFlexed",XN);var JN=Object.freeze({__proto__:null,__iconNode:XN,default:QN});const eR=[["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"}]],tR=ZC("Bike",eR);var rR=Object.freeze({__proto__:null,__iconNode:eR,default:tR});const oR=[["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"}]],nR=ZC("Binary",oR);var aR=Object.freeze({__proto__:null,__iconNode:oR,default:nR});const iR=[["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"}]],sR=ZC("Binoculars",iR);var lR=Object.freeze({__proto__:null,__iconNode:iR,default:sR});const cR=[["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"}]],uR=ZC("Biohazard",cR);var dR=Object.freeze({__proto__:null,__iconNode:cR,default:uR});const pR=[["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"}]],hR=ZC("Bird",pR);var fR=Object.freeze({__proto__:null,__iconNode:pR,default:hR});const mR=[["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"}]],yR=ZC("Bitcoin",mR);var gR=Object.freeze({__proto__:null,__iconNode:mR,default:yR});const vR=[["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["circle",{cx:"15",cy:"15",r:"7",key:"19ennj"}]],xR=ZC("Blend",vR);var bR=Object.freeze({__proto__:null,__iconNode:vR,default:xR});const wR=[["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"}]],kR=ZC("Blinds",wR);var _R=Object.freeze({__proto__:null,__iconNode:wR,default:kR});const CR=[["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["path",{d:"M10 21V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H3",key:"1fpvtg"}]],MR=ZC("Blocks",CR);var SR=Object.freeze({__proto__:null,__iconNode:CR,default:MR});const DR=[["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"}]],OR=ZC("BluetoothConnected",DR);var PR=Object.freeze({__proto__:null,__iconNode:DR,default:OR});const ER=[["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"}]],jR=ZC("BluetoothOff",ER);var TR=Object.freeze({__proto__:null,__iconNode:ER,default:jR});const NR=[["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"}]],RR=ZC("BluetoothSearching",NR);var FR=Object.freeze({__proto__:null,__iconNode:NR,default:RR});const IR=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}]],zR=ZC("Bluetooth",IR);var AR=Object.freeze({__proto__:null,__iconNode:IR,default:zR});const LR=[["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"}]],BR=ZC("Bold",LR);var VR=Object.freeze({__proto__:null,__iconNode:LR,default:BR});const $R=[["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"}]],HR=ZC("Bolt",$R);var qR=Object.freeze({__proto__:null,__iconNode:$R,default:HR});const WR=[["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"}]],UR=ZC("Bomb",WR);var GR=Object.freeze({__proto__:null,__iconNode:WR,default:UR});const KR=[["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"}]],YR=ZC("Bone",KR);var ZR=Object.freeze({__proto__:null,__iconNode:KR,default:YR});const XR=[["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"}]],QR=ZC("BookA",XR);var JR=Object.freeze({__proto__:null,__iconNode:XR,default:QR});const eF=[["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"}]],tF=ZC("BookAudio",eF);var rF=Object.freeze({__proto__:null,__iconNode:eF,default:tF});const oF=[["path",{d:"M2 16V4a2 2 0 0 1 2-2h11",key:"spzkk5"}],["path",{d:"M22 18H11a2 2 0 1 0 0 4h10.5a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5H11a2 2 0 0 0-2 2v12",key:"1wz07i"}],["path",{d:"M5 14H4a2 2 0 1 0 0 4h1",key:"16gqf9"}]],nF=ZC("BookCopy",oF);var aF=Object.freeze({__proto__:null,__iconNode:oF,default:nF});const iF=[["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"}]],sF=ZC("BookCheck",iF);var lF=Object.freeze({__proto__:null,__iconNode:iF,default:sF});const cF=[["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"}]],uF=ZC("BookDashed",cF);var dF=Object.freeze({__proto__:null,__iconNode:cF,default:uF});const pF=[["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"}]],hF=ZC("BookDown",pF);var fF=Object.freeze({__proto__:null,__iconNode:pF,default:hF});const mF=[["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"}]],yF=ZC("BookHeadphones",mF);var gF=Object.freeze({__proto__:null,__iconNode:mF,default:yF});const vF=[["path",{d:"M16 8.2A2.22 2.22 0 0 0 13.8 6c-.8 0-1.4.3-1.8.9-.4-.6-1-.9-1.8-.9A2.22 2.22 0 0 0 8 8.2c0 .6.3 1.2.7 1.6A226.652 226.652 0 0 0 12 13a404 404 0 0 0 3.3-3.1 2.413 2.413 0 0 0 .7-1.7",key:"1t75a8"}],["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"}]],xF=ZC("BookHeart",vF);var bF=Object.freeze({__proto__:null,__iconNode:vF,default:xF});const wF=[["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"}]],kF=ZC("BookImage",wF);var _F=Object.freeze({__proto__:null,__iconNode:wF,default:kF});const CF=[["path",{d:"m19 3 1 1",key:"ze14oc"}],["path",{d:"m20 2-4.5 4.5",key:"1sppr8"}],["path",{d:"M20 8v13a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"1ocbpn"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H14",key:"1gfsgw"}],["circle",{cx:"14",cy:"8",r:"2",key:"u49eql"}]],MF=ZC("BookKey",CF);var SF=Object.freeze({__proto__:null,__iconNode:CF,default:MF});const DF=[["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"}]],OF=ZC("BookLock",DF);var PF=Object.freeze({__proto__:null,__iconNode:DF,default:OF});const EF=[["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"}]],jF=ZC("BookMarked",EF);var TF=Object.freeze({__proto__:null,__iconNode:EF,default:jF});const NF=[["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"}]],RF=ZC("BookMinus",NF);var FF=Object.freeze({__proto__:null,__iconNode:NF,default:RF});const IF=[["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"}]],zF=ZC("BookOpenCheck",IF);var AF=Object.freeze({__proto__:null,__iconNode:IF,default:zF});const LF=[["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"}]],BF=ZC("BookOpenText",LF);var VF=Object.freeze({__proto__:null,__iconNode:LF,default:BF});const $F=[["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"}]],HF=ZC("BookOpen",$F);var qF=Object.freeze({__proto__:null,__iconNode:$F,default:HF});const WF=[["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"}]],UF=ZC("BookPlus",WF);var GF=Object.freeze({__proto__:null,__iconNode:WF,default:UF});const KF=[["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"}]],YF=ZC("BookText",KF);var ZF=Object.freeze({__proto__:null,__iconNode:KF,default:YF});const XF=[["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"}]],QF=ZC("BookType",XF);var JF=Object.freeze({__proto__:null,__iconNode:XF,default:QF});const eI=[["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"}]],tI=ZC("BookUp2",eI);var rI=Object.freeze({__proto__:null,__iconNode:eI,default:tI});const oI=[["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"}]],nI=ZC("BookUp",oI);var aI=Object.freeze({__proto__:null,__iconNode:oI,default:nI});const iI=[["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"}]],sI=ZC("BookUser",iI);var lI=Object.freeze({__proto__:null,__iconNode:iI,default:sI});const cI=[["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"}]],uI=ZC("BookX",cI);var dI=Object.freeze({__proto__:null,__iconNode:cI,default:uI});const pI=[["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"}]],hI=ZC("Book",pI);var fI=Object.freeze({__proto__:null,__iconNode:pI,default:hI});const mI=[["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"}]],yI=ZC("BookmarkCheck",mI);var gI=Object.freeze({__proto__:null,__iconNode:mI,default:yI});const vI=[["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"}]],xI=ZC("BookmarkMinus",vI);var bI=Object.freeze({__proto__:null,__iconNode:vI,default:xI});const wI=[["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"}]],kI=ZC("BookmarkPlus",wI);var _I=Object.freeze({__proto__:null,__iconNode:wI,default:kI});const CI=[["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"}]],MI=ZC("BookmarkX",CI);var SI=Object.freeze({__proto__:null,__iconNode:CI,default:MI});const DI=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}]],OI=ZC("Bookmark",DI);var PI=Object.freeze({__proto__:null,__iconNode:DI,default:OI});const EI=[["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"}]],jI=ZC("BoomBox",EI);var TI=Object.freeze({__proto__:null,__iconNode:EI,default:jI});const NI=[["path",{d:"M12 6V2H8",key:"1155em"}],["path",{d:"m8 18-4 4V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Z",key:"w2lp3e"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M9 11v2",key:"1ueba0"}],["path",{d:"M15 11v2",key:"i11awn"}],["path",{d:"M20 12h2",key:"1q8mjw"}]],RI=ZC("BotMessageSquare",NI);var FI=Object.freeze({__proto__:null,__iconNode:NI,default:RI});const II=[["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"}]],zI=ZC("BotOff",II);var AI=Object.freeze({__proto__:null,__iconNode:II,default:zI});const LI=[["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"}]],BI=ZC("Bot",LI);var VI=Object.freeze({__proto__:null,__iconNode:LI,default:BI});const $I=[["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"}]],HI=ZC("Box",$I);var qI=Object.freeze({__proto__:null,__iconNode:$I,default:HI});const WI=[["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"}]],UI=ZC("Boxes",WI);var GI=Object.freeze({__proto__:null,__iconNode:WI,default:UI});const KI=[["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"}]],YI=ZC("Braces",KI);var ZI=Object.freeze({__proto__:null,__iconNode:KI,default:YI});const XI=[["path",{d:"M16 3h3v18h-3",key:"1yor1f"}],["path",{d:"M8 21H5V3h3",key:"1qrfwo"}]],QI=ZC("Brackets",XI);var JI=Object.freeze({__proto__:null,__iconNode:XI,default:QI});const ez=[["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"}]],tz=ZC("BrainCircuit",ez);var rz=Object.freeze({__proto__:null,__iconNode:ez,default:tz});const oz=[["path",{d:"M12 5a3 3 0 1 0-5.997.142 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588 4 4 0 0 0 7.636 2.106 3.2 3.2 0 0 0 .164-.546c.028-.13.306-.13.335 0a3.2 3.2 0 0 0 .163.546 4 4 0 0 0 7.636-2.106 4 4 0 0 0 .556-6.588 4 4 0 0 0-2.526-5.77A3 3 0 1 0 12 5",key:"1kgmhc"}],["path",{d:"M17.599 6.5a3 3 0 0 0 .399-1.375",key:"tmeiqw"}],["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:"M19.938 10.5a4 4 0 0 1 .585.396",key:"1qfode"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M19.967 17.484A4 4 0 0 1 18 18",key:"159ez6"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m15.7 10.4-.9.4",key:"ayzo6p"}],["path",{d:"m9.2 13.2-.9.4",key:"1uzb3g"}],["path",{d:"m13.6 15.7-.4-.9",key:"11ifqf"}],["path",{d:"m10.8 9.2-.4-.9",key:"1pmk2v"}],["path",{d:"m15.7 13.5-.9-.4",key:"7ng02m"}],["path",{d:"m9.2 10.9-.9-.4",key:"1x66zd"}],["path",{d:"m10.5 15.7.4-.9",key:"3js94g"}],["path",{d:"m13.1 9.2.4-.9",key:"18n7mc"}]],nz=ZC("BrainCog",oz);var az=Object.freeze({__proto__:null,__iconNode:oz,default:nz});const iz=[["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:"M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z",key:"ep3f8r"}],["path",{d:"M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4",key:"1p4c4q"}],["path",{d:"M17.599 6.5a3 3 0 0 0 .399-1.375",key:"tmeiqw"}],["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:"M19.938 10.5a4 4 0 0 1 .585.396",key:"1qfode"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M19.967 17.484A4 4 0 0 1 18 18",key:"159ez6"}]],sz=ZC("Brain",iz);var lz=Object.freeze({__proto__:null,__iconNode:iz,default:sz});const cz=[["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"}]],uz=ZC("BrickWall",cz);var dz=Object.freeze({__proto__:null,__iconNode:cz,default:uz});const pz=[["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"}]],hz=ZC("BriefcaseBusiness",pz);var fz=Object.freeze({__proto__:null,__iconNode:pz,default:hz});const mz=[["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"}]],yz=ZC("BriefcaseConveyorBelt",mz);var gz=Object.freeze({__proto__:null,__iconNode:mz,default:yz});const vz=[["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"}]],xz=ZC("Briefcase",vz);var bz=Object.freeze({__proto__:null,__iconNode:vz,default:xz});const wz=[["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"}]],kz=ZC("BriefcaseMedical",wz);var _z=Object.freeze({__proto__:null,__iconNode:wz,default:kz});const Cz=[["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"}]],Mz=ZC("BringToFront",Cz);var Sz=Object.freeze({__proto__:null,__iconNode:Cz,default:Mz});const Dz=[["path",{d:"m9.06 11.9 8.07-8.06a2.85 2.85 0 1 1 4.03 4.03l-8.06 8.08",key:"1styjt"}],["path",{d:"M7.07 14.94c-1.66 0-3 1.35-3 3.02 0 1.33-2.5 1.52-2 2.02 1.08 1.1 2.49 2.02 4 2.02 2.2 0 4-1.8 4-4.04a3.01 3.01 0 0 0-3-3.02z",key:"z0l1mu"}]],Oz=ZC("Brush",Dz);var Pz=Object.freeze({__proto__:null,__iconNode:Dz,default:Oz});const Ez=[["path",{d:"M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2",key:"vl8zik"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M22 13h-4v-2a4 4 0 0 0-4-4h-1.3",key:"1ou0bd"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13",key:"1njkjs"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}]],jz=ZC("BugOff",Ez);var Tz=Object.freeze({__proto__:null,__iconNode:Ez,default:jz});const Nz=[["path",{d:"M12.765 21.522a.5.5 0 0 1-.765-.424v-8.196a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z",key:"17shqo"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M18 11a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4v3a6.1 6.1 0 0 0 2 4.5",key:"1tjixy"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5",key:"32zzws"}],["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1",key:"d7y7pr"}]],Rz=ZC("BugPlay",Nz);var Fz=Object.freeze({__proto__:null,__iconNode:Nz,default:Rz});const Iz=[["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1",key:"d7y7pr"}],["path",{d:"M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6",key:"xs1cw7"}],["path",{d:"M12 20v-9",key:"1qisl0"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5",key:"32zzws"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"M22 13h-4",key:"1jl80f"}],["path",{d:"M17.2 17c2.1.1 3.8 1.9 3.8 4",key:"k3fwyw"}]],zz=ZC("Bug",Iz);var Az=Object.freeze({__proto__:null,__iconNode:Iz,default:zz});const Lz=[["path",{d:"M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z",key:"1b4qmf"}],["path",{d:"M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2",key:"i71pzd"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2",key:"10jefs"}],["path",{d:"M10 6h4",key:"1itunk"}],["path",{d:"M10 10h4",key:"tcdvrf"}],["path",{d:"M10 14h4",key:"kelpxr"}],["path",{d:"M10 18h4",key:"1ulq68"}]],Bz=ZC("Building2",Lz);var Vz=Object.freeze({__proto__:null,__iconNode:Lz,default:Bz});const $z=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2",key:"76otgf"}],["path",{d:"M9 22v-4h6v4",key:"r93iot"}],["path",{d:"M8 6h.01",key:"1dz90k"}],["path",{d:"M16 6h.01",key:"1x0f13"}],["path",{d:"M12 6h.01",key:"1vi96p"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M8 14h.01",key:"6423bh"}]],Hz=ZC("Building",$z);var qz=Object.freeze({__proto__:null,__iconNode:$z,default:Hz});const Wz=[["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"}]],Uz=ZC("BusFront",Wz);var Gz=Object.freeze({__proto__:null,__iconNode:Wz,default:Uz});const Kz=[["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"}]],Yz=ZC("Bus",Kz);var Zz=Object.freeze({__proto__:null,__iconNode:Kz,default:Yz});const Xz=[["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"}]],Qz=ZC("CableCar",Xz);var Jz=Object.freeze({__proto__:null,__iconNode:Xz,default:Qz});const eA=[["path",{d:"M17 21v-2a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1",key:"10bnsj"}],["path",{d:"M19 15V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V9",key:"1eqmu1"}],["path",{d:"M21 21v-2h-4",key:"14zm7j"}],["path",{d:"M3 5h4V3",key:"z442eg"}],["path",{d:"M7 5a1 1 0 0 1 1 1v1a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1V3",key:"ebdjd7"}]],tA=ZC("Cable",eA);var rA=Object.freeze({__proto__:null,__iconNode:eA,default:tA});const oA=[["circle",{cx:"9",cy:"7",r:"2",key:"1305pl"}],["path",{d:"M7.2 7.9 3 11v9c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-9c0-2-3-6-7-8l-3.6 2.6",key:"xle13f"}],["path",{d:"M16 13H3",key:"1wpj08"}],["path",{d:"M16 17H3",key:"3lvfcd"}]],nA=ZC("CakeSlice",oA);var aA=Object.freeze({__proto__:null,__iconNode:oA,default:nA});const iA=[["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"}]],sA=ZC("Cake",iA);var lA=Object.freeze({__proto__:null,__iconNode:iA,default:sA});const cA=[["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"}]],uA=ZC("Calculator",cA);var dA=Object.freeze({__proto__:null,__iconNode:cA,default:uA});const pA=[["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"}]],hA=ZC("Calendar1",pA);var fA=Object.freeze({__proto__:null,__iconNode:pA,default:hA});const mA=[["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"}]],yA=ZC("CalendarArrowDown",mA);var gA=Object.freeze({__proto__:null,__iconNode:mA,default:yA});const vA=[["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"}]],xA=ZC("CalendarArrowUp",vA);var bA=Object.freeze({__proto__:null,__iconNode:vA,default:xA});const wA=[["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"}]],kA=ZC("CalendarCheck2",wA);var _A=Object.freeze({__proto__:null,__iconNode:wA,default:kA});const CA=[["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"}]],MA=ZC("CalendarCheck",CA);var SA=Object.freeze({__proto__:null,__iconNode:CA,default:MA});const DA=[["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:"M16 2v4",key:"4m81vk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M3 10h5",key:"r794hk"}],["path",{d:"M17.5 17.5 16 16.3V14",key:"akvzfd"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}]],OA=ZC("CalendarClock",DA);var PA=Object.freeze({__proto__:null,__iconNode:DA,default:OA});const EA=[["path",{d:"m15.2 16.9-.9-.4",key:"1r0w5f"}],["path",{d:"m15.2 19.1-.9.4",key:"j188fs"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"m16.9 15.2-.4-.9",key:"699xu"}],["path",{d:"m16.9 20.8-.4.9",key:"dfjc4z"}],["path",{d:"m19.5 14.3-.4.9",key:"1eb35c"}],["path",{d:"m19.5 21.7-.4-.9",key:"1tonu5"}],["path",{d:"M21 10.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"11kmuh"}],["path",{d:"m21.7 16.5-.9.4",key:"1knoei"}],["path",{d:"m21.7 19.5-.9-.4",key:"q4dx6b"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],jA=ZC("CalendarCog",EA);var TA=Object.freeze({__proto__:null,__iconNode:EA,default:jA});const NA=[["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"}]],RA=ZC("CalendarDays",NA);var FA=Object.freeze({__proto__:null,__iconNode:NA,default:RA});const IA=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 17V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11Z",key:"kg77oy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M15 22v-4a2 2 0 0 1 2-2h4",key:"1gnbqr"}]],zA=ZC("CalendarFold",IA);var AA=Object.freeze({__proto__:null,__iconNode:IA,default:zA});const LA=[["path",{d:"M3 10h18V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7",key:"136lmk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21.29 14.7a2.43 2.43 0 0 0-2.65-.52c-.3.12-.57.3-.8.53l-.34.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L17.5 22l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",key:"1t7hil"}]],BA=ZC("CalendarHeart",LA);var VA=Object.freeze({__proto__:null,__iconNode:LA,default:BA});const $A=[["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"}]],HA=ZC("CalendarMinus2",$A);var qA=Object.freeze({__proto__:null,__iconNode:$A,default:HA});const WA=[["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"}]],UA=ZC("CalendarMinus",WA);var GA=Object.freeze({__proto__:null,__iconNode:WA,default:UA});const KA=[["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"}]],YA=ZC("CalendarOff",KA);var ZA=Object.freeze({__proto__:null,__iconNode:KA,default:YA});const XA=[["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"}]],QA=ZC("CalendarPlus2",XA);var JA=Object.freeze({__proto__:null,__iconNode:XA,default:QA});const eL=[["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:"M16 19h6",key:"xwg31i"}],["path",{d:"M19 16v6",key:"tddt3s"}]],tL=ZC("CalendarPlus",eL);var rL=Object.freeze({__proto__:null,__iconNode:eL,default:tL});const oL=[["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"}]],nL=ZC("CalendarRange",oL);var aL=Object.freeze({__proto__:null,__iconNode:oL,default:nL});const iL=[["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"}]],sL=ZC("CalendarSearch",iL);var lL=Object.freeze({__proto__:null,__iconNode:iL,default:sL});const cL=[["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"}]],uL=ZC("CalendarSync",cL);var dL=Object.freeze({__proto__:null,__iconNode:cL,default:uL});const pL=[["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"}]],hL=ZC("CalendarX2",pL);var fL=Object.freeze({__proto__:null,__iconNode:pL,default:hL});const mL=[["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"}]],yL=ZC("CalendarX",mL);var gL=Object.freeze({__proto__:null,__iconNode:mL,default:yL});const vL=[["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"}]],xL=ZC("Calendar",vL);var bL=Object.freeze({__proto__:null,__iconNode:vL,default:xL});const wL=[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16",key:"qmtpty"}],["path",{d:"M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5",key:"1ufyfc"}],["path",{d:"M14.121 15.121A3 3 0 1 1 9.88 10.88",key:"11zox6"}]],kL=ZC("CameraOff",wL);var _L=Object.freeze({__proto__:null,__iconNode:wL,default:kL});const CL=[["path",{d:"M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z",key:"1tc9qg"}],["circle",{cx:"12",cy:"13",r:"3",key:"1vg3eu"}]],ML=ZC("Camera",CL);var SL=Object.freeze({__proto__:null,__iconNode:CL,default:ML});const DL=[["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"}]],OL=ZC("CandyCane",DL);var PL=Object.freeze({__proto__:null,__iconNode:DL,default:OL});const EL=[["path",{d:"m8.5 8.5-1 1a4.95 4.95 0 0 0 7 7l1-1",key:"1ff4ui"}],["path",{d:"M11.843 6.187A4.947 4.947 0 0 1 16.5 7.5a4.947 4.947 0 0 1 1.313 4.657",key:"1sbrv4"}],["path",{d:"M14 16.5V14",key:"1maf8j"}],["path",{d:"M14 6.5v1.843",key:"1a6u6t"}],["path",{d:"M10 10v7.5",key:"80pj65"}],["path",{d:"m16 7 1-5 1.367.683A3 3 0 0 0 19.708 3H21v1.292a3 3 0 0 0 .317 1.341L22 7l-5 1",key:"11a9mt"}],["path",{d:"m8 17-1 5-1.367-.683A3 3 0 0 0 4.292 21H3v-1.292a3 3 0 0 0-.317-1.341L2 17l5-1",key:"3mjmon"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],jL=ZC("CandyOff",EL);var TL=Object.freeze({__proto__:null,__iconNode:EL,default:jL});const NL=[["path",{d:"m9.5 7.5-2 2a4.95 4.95 0 1 0 7 7l2-2a4.95 4.95 0 1 0-7-7Z",key:"ue6khb"}],["path",{d:"M14 6.5v10",key:"5xnk7c"}],["path",{d:"M10 7.5v10",key:"1uew51"}],["path",{d:"m16 7 1-5 1.37.68A3 3 0 0 0 19.7 3H21v1.3c0 .46.1.92.32 1.33L22 7l-5 1",key:"b9cp6k"}],["path",{d:"m8 17-1 5-1.37-.68A3 3 0 0 0 4.3 21H3v-1.3a3 3 0 0 0-.32-1.33L2 17l5-1",key:"5lney8"}]],RL=ZC("Candy",NL);var FL=Object.freeze({__proto__:null,__iconNode:NL,default:RL});const IL=[["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"}]],zL=ZC("Cannabis",IL);var AL=Object.freeze({__proto__:null,__iconNode:IL,default:zL});const LL=[["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"}]],BL=ZC("CaptionsOff",LL);var VL=Object.freeze({__proto__:null,__iconNode:LL,default:BL});const $L=[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2",key:"12ruh7"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4",key:"1ueiar"}]],HL=ZC("Captions",$L);var qL=Object.freeze({__proto__:null,__iconNode:$L,default:HL});const WL=[["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"}]],UL=ZC("CarFront",WL);var GL=Object.freeze({__proto__:null,__iconNode:WL,default:UL});const KL=[["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"}]],YL=ZC("Car",KL);var ZL=Object.freeze({__proto__:null,__iconNode:KL,default:YL});const XL=[["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"}]],QL=ZC("CarTaxiFront",XL);var JL=Object.freeze({__proto__:null,__iconNode:XL,default:QL});const eB=[["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"}]],tB=ZC("Caravan",eB);var rB=Object.freeze({__proto__:null,__iconNode:eB,default:tB});const oB=[["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"}]],nB=ZC("Carrot",oB);var aB=Object.freeze({__proto__:null,__iconNode:oB,default:nB});const iB=[["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"}]],sB=ZC("CaseLower",iB);var lB=Object.freeze({__proto__:null,__iconNode:iB,default:sB});const cB=[["path",{d:"m3 15 4-8 4 8",key:"1vwr6u"}],["path",{d:"M4 13h6",key:"1r9ots"}],["circle",{cx:"18",cy:"12",r:"3",key:"1kchzo"}],["path",{d:"M21 9v6",key:"anns31"}]],uB=ZC("CaseSensitive",cB);var dB=Object.freeze({__proto__:null,__iconNode:cB,default:uB});const pB=[["path",{d:"m3 15 4-8 4 8",key:"1vwr6u"}],["path",{d:"M4 13h6",key:"1r9ots"}],["path",{d:"M15 11h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4",key:"1sqfas"}]],hB=ZC("CaseUpper",pB);var fB=Object.freeze({__proto__:null,__iconNode:pB,default:hB});const mB=[["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"}]],yB=ZC("CassetteTape",mB);var gB=Object.freeze({__proto__:null,__iconNode:mB,default:yB});const vB=[["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"}]],xB=ZC("Cast",vB);var bB=Object.freeze({__proto__:null,__iconNode:vB,default:xB});const wB=[["path",{d:"M22 20v-9H2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2Z",key:"109fe4"}],["path",{d:"M18 11V4H6v7",key:"mon5oj"}],["path",{d:"M15 22v-4a3 3 0 0 0-3-3a3 3 0 0 0-3 3v4",key:"1k4jtn"}],["path",{d:"M22 11V9",key:"3zbp94"}],["path",{d:"M2 11V9",key:"1x5rnq"}],["path",{d:"M6 4V2",key:"1rsq15"}],["path",{d:"M18 4V2",key:"1jsdo1"}],["path",{d:"M10 4V2",key:"75d9ly"}],["path",{d:"M14 4V2",key:"8nj3z6"}]],kB=ZC("Castle",wB);var _B=Object.freeze({__proto__:null,__iconNode:wB,default:kB});const CB=[["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"}]],MB=ZC("Cat",CB);var SB=Object.freeze({__proto__:null,__iconNode:CB,default:MB});const DB=[["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"}]],OB=ZC("Cctv",DB);var PB=Object.freeze({__proto__:null,__iconNode:DB,default:OB});const EB=[["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"}]],jB=ZC("ChartArea",EB);var TB=Object.freeze({__proto__:null,__iconNode:EB,default:jB});const NB=[["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"}]],RB=ZC("ChartBarBig",NB);var FB=Object.freeze({__proto__:null,__iconNode:NB,default:RB});const IB=[["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"}]],zB=ZC("ChartBarDecreasing",IB);var AB=Object.freeze({__proto__:null,__iconNode:IB,default:zB});const LB=[["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"}]],BB=ZC("ChartBarIncreasing",LB);var VB=Object.freeze({__proto__:null,__iconNode:LB,default:BB});const $B=[["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"}]],HB=ZC("ChartBarStacked",$B);var qB=Object.freeze({__proto__:null,__iconNode:$B,default:HB});const WB=[["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"}]],UB=ZC("ChartBar",WB);var GB=Object.freeze({__proto__:null,__iconNode:WB,default:UB});const KB=[["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"}]],YB=ZC("ChartCandlestick",KB);var ZB=Object.freeze({__proto__:null,__iconNode:KB,default:YB});const XB=[["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"}]],QB=ZC("ChartColumnBig",XB);var JB=Object.freeze({__proto__:null,__iconNode:XB,default:QB});const eV=[["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"}]],tV=ZC("ChartColumnIncreasing",eV);var rV=Object.freeze({__proto__:null,__iconNode:eV,default:tV});const oV=[["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"}]],nV=ZC("ChartColumnDecreasing",oV);var aV=Object.freeze({__proto__:null,__iconNode:oV,default:nV});const iV=[["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"}]],sV=ZC("ChartColumnStacked",iV);var lV=Object.freeze({__proto__:null,__iconNode:iV,default:sV});const cV=[["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"}]],uV=ZC("ChartColumn",cV);var dV=Object.freeze({__proto__:null,__iconNode:cV,default:uV});const pV=[["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"}]],hV=ZC("ChartGantt",pV);var fV=Object.freeze({__proto__:null,__iconNode:pV,default:hV});const mV=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]],yV=ZC("ChartLine",mV);var gV=Object.freeze({__proto__:null,__iconNode:mV,default:yV});const vV=[["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"}]],xV=ZC("ChartNetwork",vV);var bV=Object.freeze({__proto__:null,__iconNode:vV,default:xV});const wV=[["path",{d:"M12 20V10",key:"g8npz5"}],["path",{d:"M18 20v-4",key:"8uic4z"}],["path",{d:"M6 20V4",key:"1w1bmo"}]],kV=ZC("ChartNoAxesColumnDecreasing",wV);var _V=Object.freeze({__proto__:null,__iconNode:wV,default:kV});const CV=[["line",{x1:"12",x2:"12",y1:"20",y2:"10",key:"1vz5eb"}],["line",{x1:"18",x2:"18",y1:"20",y2:"4",key:"cun8e5"}],["line",{x1:"6",x2:"6",y1:"20",y2:"16",key:"hq0ia6"}]],MV=ZC("ChartNoAxesColumnIncreasing",CV);var SV=Object.freeze({__proto__:null,__iconNode:CV,default:MV});const DV=[["line",{x1:"18",x2:"18",y1:"20",y2:"10",key:"1xfpm4"}],["line",{x1:"12",x2:"12",y1:"20",y2:"4",key:"be30l9"}],["line",{x1:"6",x2:"6",y1:"20",y2:"14",key:"1r4le6"}]],OV=ZC("ChartNoAxesColumn",DV);var PV=Object.freeze({__proto__:null,__iconNode:DV,default:OV});const EV=[["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"}]],jV=ZC("ChartNoAxesCombined",EV);var TV=Object.freeze({__proto__:null,__iconNode:EV,default:jV});const NV=[["path",{d:"M8 6h10",key:"9lnwnk"}],["path",{d:"M6 12h9",key:"1g9pqf"}],["path",{d:"M11 18h7",key:"c8dzvl"}]],RV=ZC("ChartNoAxesGantt",NV);var FV=Object.freeze({__proto__:null,__iconNode:NV,default:RV});const IV=[["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"}]],zV=ZC("ChartPie",IV);var AV=Object.freeze({__proto__:null,__iconNode:IV,default:zV});const LV=[["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"}]],BV=ZC("ChartScatter",LV);var VV=Object.freeze({__proto__:null,__iconNode:LV,default:BV});const $V=[["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"}]],HV=ZC("ChartSpline",$V);var qV=Object.freeze({__proto__:null,__iconNode:$V,default:HV});const WV=[["path",{d:"M18 6 7 17l-5-5",key:"116fxf"}],["path",{d:"m22 10-7.5 7.5L13 16",key:"ke71qq"}]],UV=ZC("CheckCheck",WV);var GV=Object.freeze({__proto__:null,__iconNode:WV,default:UV});const KV=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],YV=ZC("Check",KV);var ZV=Object.freeze({__proto__:null,__iconNode:KV,default:YV});const XV=[["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"}]],QV=ZC("ChefHat",XV);var JV=Object.freeze({__proto__:null,__iconNode:XV,default:QV});const e$=[["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"}]],t$=ZC("Cherry",e$);var r$=Object.freeze({__proto__:null,__iconNode:e$,default:t$});const o$=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],n$=ZC("ChevronDown",o$);var a$=Object.freeze({__proto__:null,__iconNode:o$,default:n$});const i$=[["path",{d:"m17 18-6-6 6-6",key:"1yerx2"}],["path",{d:"M7 6v12",key:"1p53r6"}]],s$=ZC("ChevronFirst",i$);var l$=Object.freeze({__proto__:null,__iconNode:i$,default:s$});const c$=[["path",{d:"m7 18 6-6-6-6",key:"lwmzdw"}],["path",{d:"M17 6v12",key:"1o0aio"}]],u$=ZC("ChevronLast",c$);var d$=Object.freeze({__proto__:null,__iconNode:c$,default:u$});const p$=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],h$=ZC("ChevronLeft",p$);var f$=Object.freeze({__proto__:null,__iconNode:p$,default:h$});const m$=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],y$=ZC("ChevronRight",m$);var g$=Object.freeze({__proto__:null,__iconNode:m$,default:y$});const v$=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],x$=ZC("ChevronUp",v$);var b$=Object.freeze({__proto__:null,__iconNode:v$,default:x$});const w$=[["path",{d:"m7 20 5-5 5 5",key:"13a0gw"}],["path",{d:"m7 4 5 5 5-5",key:"1kwcof"}]],k$=ZC("ChevronsDownUp",w$);var _$=Object.freeze({__proto__:null,__iconNode:w$,default:k$});const C$=[["path",{d:"m7 6 5 5 5-5",key:"1lc07p"}],["path",{d:"m7 13 5 5 5-5",key:"1d48rs"}]],M$=ZC("ChevronsDown",C$);var S$=Object.freeze({__proto__:null,__iconNode:C$,default:M$});const D$=[["path",{d:"m18 8 4 4-4 4",key:"1ak13k"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]],O$=ZC("ChevronsLeftRightEllipsis",D$);var P$=Object.freeze({__proto__:null,__iconNode:D$,default:O$});const E$=[["path",{d:"m9 7-5 5 5 5",key:"j5w590"}],["path",{d:"m15 7 5 5-5 5",key:"1bl6da"}]],j$=ZC("ChevronsLeftRight",E$);var T$=Object.freeze({__proto__:null,__iconNode:E$,default:j$});const N$=[["path",{d:"m11 17-5-5 5-5",key:"13zhaf"}],["path",{d:"m18 17-5-5 5-5",key:"h8a8et"}]],R$=ZC("ChevronsLeft",N$);var F$=Object.freeze({__proto__:null,__iconNode:N$,default:R$});const I$=[["path",{d:"m20 17-5-5 5-5",key:"30x0n2"}],["path",{d:"m4 17 5-5-5-5",key:"16spf4"}]],z$=ZC("ChevronsRightLeft",I$);var A$=Object.freeze({__proto__:null,__iconNode:I$,default:z$});const L$=[["path",{d:"m6 17 5-5-5-5",key:"xnjwq"}],["path",{d:"m13 17 5-5-5-5",key:"17xmmf"}]],B$=ZC("ChevronsRight",L$);var V$=Object.freeze({__proto__:null,__iconNode:L$,default:B$});const $$=[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]],H$=ZC("ChevronsUpDown",$$);var q$=Object.freeze({__proto__:null,__iconNode:$$,default:H$});const W$=[["path",{d:"m17 11-5-5-5 5",key:"e8nh98"}],["path",{d:"m17 18-5-5-5 5",key:"2avn1x"}]],U$=ZC("ChevronsUp",W$);var G$=Object.freeze({__proto__:null,__iconNode:W$,default:U$});const K$=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["line",{x1:"21.17",x2:"12",y1:"8",y2:"8",key:"a0cw5f"}],["line",{x1:"3.95",x2:"8.54",y1:"6.06",y2:"14",key:"1kftof"}],["line",{x1:"10.88",x2:"15.46",y1:"21.94",y2:"14",key:"1ymyh8"}]],Y$=ZC("Chrome",K$);var Z$=Object.freeze({__proto__:null,__iconNode:K$,default:Y$});const X$=[["path",{d:"M10 9h4",key:"u4k05v"}],["path",{d:"M12 7v5",key:"ma6bk"}],["path",{d:"M14 22v-4a2 2 0 0 0-4 0v4",key:"1pdhuj"}],["path",{d:"M18 22V5.618a1 1 0 0 0-.553-.894l-4.553-2.277a2 2 0 0 0-1.788 0L6.553 4.724A1 1 0 0 0 6 5.618V22",key:"1rkokr"}],["path",{d:"m18 7 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.618a1 1 0 0 1 .553-.894L6 7",key:"1w6esw"}]],Q$=ZC("Church",X$);var J$=Object.freeze({__proto__:null,__iconNode:X$,default:Q$});const eH=[["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"}]],tH=ZC("CigaretteOff",eH);var rH=Object.freeze({__proto__:null,__iconNode:eH,default:tH});const oH=[["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"}]],nH=ZC("Cigarette",oH);var aH=Object.freeze({__proto__:null,__iconNode:oH,default:nH});const iH=[["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"}]],sH=ZC("CircleAlert",iH);var lH=Object.freeze({__proto__:null,__iconNode:iH,default:sH});const cH=[["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"}]],uH=ZC("CircleArrowDown",cH);var dH=Object.freeze({__proto__:null,__iconNode:cH,default:uH});const pH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"m12 8-4 4 4 4",key:"15vm53"}]],hH=ZC("CircleArrowLeft",pH);var fH=Object.freeze({__proto__:null,__iconNode:pH,default:hH});const mH=[["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"}]],yH=ZC("CircleArrowOutDownRight",mH);var gH=Object.freeze({__proto__:null,__iconNode:mH,default:yH});const vH=[["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"}]],xH=ZC("CircleArrowOutDownLeft",vH);var bH=Object.freeze({__proto__:null,__iconNode:vH,default:xH});const wH=[["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"}]],kH=ZC("CircleArrowOutUpLeft",wH);var _H=Object.freeze({__proto__:null,__iconNode:wH,default:kH});const CH=[["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"}]],MH=ZC("CircleArrowOutUpRight",CH);var SH=Object.freeze({__proto__:null,__iconNode:CH,default:MH});const DH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m12 16 4-4-4-4",key:"1i9zcv"}]],OH=ZC("CircleArrowRight",DH);var PH=Object.freeze({__proto__:null,__iconNode:DH,default:OH});const EH=[["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"}]],jH=ZC("CircleArrowUp",EH);var TH=Object.freeze({__proto__:null,__iconNode:EH,default:jH});const NH=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],RH=ZC("CircleCheckBig",NH);var FH=Object.freeze({__proto__:null,__iconNode:NH,default:RH});const IH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],zH=ZC("CircleCheck",IH);var AH=Object.freeze({__proto__:null,__iconNode:IH,default:zH});const LH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]],BH=ZC("CircleChevronDown",LH);var VH=Object.freeze({__proto__:null,__iconNode:LH,default:BH});const $H=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]],HH=ZC("CircleChevronLeft",$H);var qH=Object.freeze({__proto__:null,__iconNode:$H,default:HH});const WH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]],UH=ZC("CircleChevronRight",WH);var GH=Object.freeze({__proto__:null,__iconNode:WH,default:UH});const KH=[["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"}]],YH=ZC("CircleDashed",KH);var ZH=Object.freeze({__proto__:null,__iconNode:KH,default:YH});const XH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]],QH=ZC("CircleChevronUp",XH);var JH=Object.freeze({__proto__:null,__iconNode:XH,default:QH});const eq=[["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"}]],tq=ZC("CircleDivide",eq);var rq=Object.freeze({__proto__:null,__iconNode:eq,default:tq});const oq=[["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"}]],nq=ZC("CircleDollarSign",oq);var aq=Object.freeze({__proto__:null,__iconNode:oq,default:nq});const iq=[["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"}]],sq=ZC("CircleDotDashed",iq);var lq=Object.freeze({__proto__:null,__iconNode:iq,default:sq});const cq=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],uq=ZC("CircleDot",cq);var dq=Object.freeze({__proto__:null,__iconNode:cq,default:uq});const pq=[["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"}]],hq=ZC("CircleEllipsis",pq);var fq=Object.freeze({__proto__:null,__iconNode:pq,default:hq});const mq=[["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],yq=ZC("CircleEqual",mq);var gq=Object.freeze({__proto__:null,__iconNode:mq,default:yq});const vq=[["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"}]],xq=ZC("CircleFadingArrowUp",vq);var bq=Object.freeze({__proto__:null,__iconNode:vq,default:xq});const wq=[["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"}]],kq=ZC("CircleFadingPlus",wq);var _q=Object.freeze({__proto__:null,__iconNode:wq,default:kq});const Cq=[["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"}]],Mq=ZC("CircleGauge",Cq);var Sq=Object.freeze({__proto__:null,__iconNode:Cq,default:Mq});const Dq=[["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"}]],Oq=ZC("CircleHelp",Dq);var Pq=Object.freeze({__proto__:null,__iconNode:Dq,default:Oq});const Eq=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]],jq=ZC("CircleMinus",Eq);var Tq=Object.freeze({__proto__:null,__iconNode:Eq,default:jq});const Nq=[["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"}]],Rq=ZC("CircleOff",Nq);var Fq=Object.freeze({__proto__:null,__iconNode:Nq,default:Rq});const Iq=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m5 5 14 14",key:"11anup"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2",key:"uoagbd"}],["path",{d:"M9 17v-2.34",key:"a9qo08"}]],zq=ZC("CircleParkingOff",Iq);var Aq=Object.freeze({__proto__:null,__iconNode:Iq,default:zq});const Lq=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]],Bq=ZC("CircleParking",Lq);var Vq=Object.freeze({__proto__:null,__iconNode:Lq,default:Bq});const $q=[["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"}]],Hq=ZC("CirclePause",$q);var qq=Object.freeze({__proto__:null,__iconNode:$q,default:Hq});const Wq=[["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"}]],Uq=ZC("CirclePercent",Wq);var Gq=Object.freeze({__proto__:null,__iconNode:Wq,default:Uq});const Kq=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polygon",{points:"10 8 16 12 10 16 10 8",key:"1cimsy"}]],Yq=ZC("CirclePlay",Kq);var Zq=Object.freeze({__proto__:null,__iconNode:Kq,default:Yq});const Xq=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]],Qq=ZC("CirclePlus",Xq);var Jq=Object.freeze({__proto__:null,__iconNode:Xq,default:Qq});const eW=[["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"}]],tW=ZC("CirclePower",eW);var rW=Object.freeze({__proto__:null,__iconNode:eW,default:tW});const oW=[["path",{d:"M22 2 2 22",key:"y4kqgn"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],nW=ZC("CircleSlash2",oW);var aW=Object.freeze({__proto__:null,__iconNode:oW,default:nW});const iW=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]],sW=ZC("CircleSlash",iW);var lW=Object.freeze({__proto__:null,__iconNode:iW,default:sW});const cW=[["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}]],uW=ZC("CircleSmall",cW);var dW=Object.freeze({__proto__:null,__iconNode:cW,default:uW});const pW=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1",key:"1ssd4o"}]],hW=ZC("CircleStop",pW);var fW=Object.freeze({__proto__:null,__iconNode:pW,default:hW});const mW=[["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"}]],yW=ZC("CircleUserRound",mW);var gW=Object.freeze({__proto__:null,__iconNode:mW,default:yW});const vW=[["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"}]],xW=ZC("CircleUser",vW);var bW=Object.freeze({__proto__:null,__iconNode:vW,default:xW});const wW=[["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"}]],kW=ZC("CircleX",wW);var _W=Object.freeze({__proto__:null,__iconNode:wW,default:kW});const CW=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],MW=ZC("Circle",CW);var SW=Object.freeze({__proto__:null,__iconNode:CW,default:MW});const DW=[["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"}]],OW=ZC("CircuitBoard",DW);var PW=Object.freeze({__proto__:null,__iconNode:DW,default:OW});const EW=[["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"}]],jW=ZC("Citrus",EW);var TW=Object.freeze({__proto__:null,__iconNode:EW,default:jW});const NW=[["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"}]],RW=ZC("Clapperboard",NW);var FW=Object.freeze({__proto__:null,__iconNode:NW,default:RW});const IW=[["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"}]],zW=ZC("ClipboardCheck",IW);var AW=Object.freeze({__proto__:null,__iconNode:IW,default:zW});const LW=[["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"}]],BW=ZC("ClipboardCopy",LW);var VW=Object.freeze({__proto__:null,__iconNode:LW,default:BW});const $W=[["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"}]],HW=ZC("ClipboardList",$W);var qW=Object.freeze({__proto__:null,__iconNode:$W,default:HW});const WW=[["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"}]],UW=ZC("ClipboardMinus",WW);var GW=Object.freeze({__proto__:null,__iconNode:WW,default:UW});const KW=[["path",{d:"M15 2H9a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1Z",key:"1pp7kr"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M16 4h2a2 2 0 0 1 2 2v2M11 14h10",key:"2ik1ml"}],["path",{d:"m17 10 4 4-4 4",key:"vp2hj1"}]],YW=ZC("ClipboardPaste",KW);var ZW=Object.freeze({__proto__:null,__iconNode:KW,default:YW});const XW=[["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"}]],QW=ZC("ClipboardPenLine",XW);var JW=Object.freeze({__proto__:null,__iconNode:XW,default:QW});const eU=[["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"}]],tU=ZC("ClipboardPen",eU);var rU=Object.freeze({__proto__:null,__iconNode:eU,default:tU});const oU=[["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"}]],nU=ZC("ClipboardPlus",oU);var aU=Object.freeze({__proto__:null,__iconNode:oU,default:nU});const iU=[["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"}]],sU=ZC("ClipboardType",iU);var lU=Object.freeze({__proto__:null,__iconNode:iU,default:sU});const cU=[["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"}]],uU=ZC("ClipboardX",cU);var dU=Object.freeze({__proto__:null,__iconNode:cU,default:uU});const pU=[["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"}]],hU=ZC("Clipboard",pU);var fU=Object.freeze({__proto__:null,__iconNode:pU,default:hU});const mU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 14.5 8",key:"12zbmj"}]],yU=ZC("Clock1",mU);var gU=Object.freeze({__proto__:null,__iconNode:mU,default:yU});const vU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 8 10",key:"atfzqc"}]],xU=ZC("Clock10",vU);var bU=Object.freeze({__proto__:null,__iconNode:vU,default:xU});const wU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 9.5 8",key:"l5bg6f"}]],kU=ZC("Clock11",wU);var _U=Object.freeze({__proto__:null,__iconNode:wU,default:kU});const CU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12",key:"1fub01"}]],MU=ZC("Clock12",CU);var SU=Object.freeze({__proto__:null,__iconNode:CU,default:MU});const DU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 10",key:"1g230d"}]],OU=ZC("Clock2",DU);var PU=Object.freeze({__proto__:null,__iconNode:DU,default:OU});const EU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16.5 12",key:"1aq6pp"}]],jU=ZC("Clock3",EU);var TU=Object.freeze({__proto__:null,__iconNode:EU,default:jU});const NU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]],RU=ZC("Clock4",NU);var FU=Object.freeze({__proto__:null,__iconNode:NU,default:RU});const IU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 14.5 16",key:"1pcbox"}]],zU=ZC("Clock5",IU);var AU=Object.freeze({__proto__:null,__iconNode:IU,default:zU});const LU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 12 16.5",key:"hb2qv6"}]],BU=ZC("Clock6",LU);var VU=Object.freeze({__proto__:null,__iconNode:LU,default:BU});const $U=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 9.5 16",key:"ka3394"}]],HU=ZC("Clock7",$U);var qU=Object.freeze({__proto__:null,__iconNode:$U,default:HU});const WU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 8 14",key:"tmc9b4"}]],UU=ZC("Clock8",WU);var GU=Object.freeze({__proto__:null,__iconNode:WU,default:UU});const KU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 7.5 12",key:"1k60p0"}]],YU=ZC("Clock9",KU);var ZU=Object.freeze({__proto__:null,__iconNode:KU,default:YU});const XU=[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["path",{d:"M16 21.16a10 10 0 1 1 5-13.516",key:"cxo92l"}],["path",{d:"M20 11.5v6",key:"2ei3xq"}],["path",{d:"M20 21.5h.01",key:"1r2dzp"}]],QU=ZC("ClockAlert",XU);var JU=Object.freeze({__proto__:null,__iconNode:XU,default:QU});const eG=[["path",{d:"M12.338 21.994A10 10 0 1 1 21.925 13.227",key:"1i7shu"}],["path",{d:"M12 6v6l2 1",key:"19cm8n"}],["path",{d:"m14 18 4 4 4-4",key:"1waygx"}],["path",{d:"M18 14v8",key:"irew45"}]],tG=ZC("ClockArrowDown",eG);var rG=Object.freeze({__proto__:null,__iconNode:eG,default:tG});const oG=[["path",{d:"M13.228 21.925A10 10 0 1 1 21.994 12.338",key:"1fzlyi"}],["path",{d:"M12 6v6l1.562.781",key:"1ujuk9"}],["path",{d:"m14 18 4-4 4 4",key:"ftkppy"}],["path",{d:"M18 22v-8",key:"su0gjh"}]],nG=ZC("ClockArrowUp",oG);var aG=Object.freeze({__proto__:null,__iconNode:oG,default:nG});const iG=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]],sG=ZC("Clock",iG);var lG=Object.freeze({__proto__:null,__iconNode:iG,default:sG});const cG=[["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"}]],uG=ZC("CloudAlert",cG);var dG=Object.freeze({__proto__:null,__iconNode:cG,default:uG});const pG=[["circle",{cx:"12",cy:"17",r:"3",key:"1spfwm"}],["path",{d:"M4.2 15.1A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2",key:"zaobp"}],["path",{d:"m15.7 18.4-.9-.3",key:"4qxpbn"}],["path",{d:"m9.2 15.9-.9-.3",key:"17q7o2"}],["path",{d:"m10.6 20.7.3-.9",key:"1pf4s2"}],["path",{d:"m13.1 14.2.3-.9",key:"1mnuqm"}],["path",{d:"m13.6 20.7-.4-1",key:"1jpd1m"}],["path",{d:"m10.8 14.3-.4-1",key:"17ugyy"}],["path",{d:"m8.3 18.6 1-.4",key:"s42vdx"}],["path",{d:"m14.7 15.8 1-.4",key:"2wizun"}]],hG=ZC("CloudCog",pG);var fG=Object.freeze({__proto__:null,__iconNode:pG,default:hG});const mG=[["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"}]],yG=ZC("CloudDownload",mG);var gG=Object.freeze({__proto__:null,__iconNode:mG,default:yG});const vG=[["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"}]],xG=ZC("CloudDrizzle",vG);var bG=Object.freeze({__proto__:null,__iconNode:vG,default:xG});const wG=[["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"}]],kG=ZC("CloudFog",wG);var _G=Object.freeze({__proto__:null,__iconNode:wG,default:kG});const CG=[["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"}]],MG=ZC("CloudHail",CG);var SG=Object.freeze({__proto__:null,__iconNode:CG,default:MG});const DG=[["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"}]],OG=ZC("CloudLightning",DG);var PG=Object.freeze({__proto__:null,__iconNode:DG,default:OG});const EG=[["path",{d:"M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197",key:"erj67n"}],["path",{d:"M11 20v2",key:"174qtz"}],["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"}]],jG=ZC("CloudMoonRain",EG);var TG=Object.freeze({__proto__:null,__iconNode:EG,default:jG});const NG=[["path",{d:"M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197",key:"erj67n"}],["path",{d:"M13 16a3 3 0 1 1 0 6H7a5 5 0 1 1 4.9-6Z",key:"p44pc9"}]],RG=ZC("CloudMoon",NG);var FG=Object.freeze({__proto__:null,__iconNode:NG,default:RG});const IG=[["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"}]],zG=ZC("CloudOff",IG);var AG=Object.freeze({__proto__:null,__iconNode:IG,default:zG});const LG=[["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"}]],BG=ZC("CloudRainWind",LG);var VG=Object.freeze({__proto__:null,__iconNode:LG,default:BG});const $G=[["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"}]],HG=ZC("CloudRain",$G);var qG=Object.freeze({__proto__:null,__iconNode:$G,default:HG});const WG=[["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"}]],UG=ZC("CloudSnow",WG);var GG=Object.freeze({__proto__:null,__iconNode:WG,default:UG});const KG=[["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"}]],YG=ZC("CloudSunRain",KG);var ZG=Object.freeze({__proto__:null,__iconNode:KG,default:YG});const XG=[["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"}]],QG=ZC("CloudSun",XG);var JG=Object.freeze({__proto__:null,__iconNode:XG,default:QG});const eK=[["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"}]],tK=ZC("CloudUpload",eK);var rK=Object.freeze({__proto__:null,__iconNode:eK,default:tK});const oK=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]],nK=ZC("Cloud",oK);var aK=Object.freeze({__proto__:null,__iconNode:oK,default:nK});const iK=[["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"}]],sK=ZC("Cloudy",iK);var lK=Object.freeze({__proto__:null,__iconNode:iK,default:sK});const cK=[["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"}]],uK=ZC("Clover",cK);var dK=Object.freeze({__proto__:null,__iconNode:cK,default:uK});const pK=[["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"}]],hK=ZC("Club",pK);var fK=Object.freeze({__proto__:null,__iconNode:pK,default:hK});const mK=[["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"}]],yK=ZC("CodeXml",mK);var gK=Object.freeze({__proto__:null,__iconNode:mK,default:yK});const vK=[["polyline",{points:"16 18 22 12 16 6",key:"z7tu5w"}],["polyline",{points:"8 6 2 12 8 18",key:"1eg1df"}]],xK=ZC("Code",vK);var bK=Object.freeze({__proto__:null,__iconNode:vK,default:xK});const wK=[["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"}]],kK=ZC("Codepen",wK);var _K=Object.freeze({__proto__:null,__iconNode:wK,default:kK});const CK=[["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"}]],MK=ZC("Codesandbox",CK);var SK=Object.freeze({__proto__:null,__iconNode:CK,default:MK});const DK=[["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"}]],OK=ZC("Coffee",DK);var PK=Object.freeze({__proto__:null,__iconNode:DK,default:OK});const EK=[["path",{d:"M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z",key:"sobvz5"}],["path",{d:"M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",key:"11i496"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 22v-2",key:"1osdcq"}],["path",{d:"m17 20.66-1-1.73",key:"eq3orb"}],["path",{d:"M11 10.27 7 3.34",key:"16pf9h"}],["path",{d:"m20.66 17-1.73-1",key:"sg0v6f"}],["path",{d:"m3.34 7 1.73 1",key:"1ulond"}],["path",{d:"M14 12h8",key:"4f43i9"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"m20.66 7-1.73 1",key:"1ow05n"}],["path",{d:"m3.34 17 1.73-1",key:"nuk764"}],["path",{d:"m17 3.34-1 1.73",key:"2wel8s"}],["path",{d:"m11 13.73-4 6.93",key:"794ttg"}]],jK=ZC("Cog",EK);var TK=Object.freeze({__proto__:null,__iconNode:EK,default:jK});const NK=[["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"}]],RK=ZC("Coins",NK);var FK=Object.freeze({__proto__:null,__iconNode:NK,default:RK});const IK=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 3v18",key:"108xh3"}]],zK=ZC("Columns2",IK);var AK=Object.freeze({__proto__:null,__iconNode:IK,default:zK});const LK=[["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"}]],BK=ZC("Columns3",LK);var VK=Object.freeze({__proto__:null,__iconNode:LK,default:BK});const $K=[["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"}]],HK=ZC("Columns4",$K);var qK=Object.freeze({__proto__:null,__iconNode:$K,default:HK});const WK=[["path",{d:"M10 18H5a3 3 0 0 1-3-3v-1",key:"ru65g8"}],["path",{d:"M14 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"e30een"}],["path",{d:"M20 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"2ahx8o"}],["path",{d:"m7 21 3-3-3-3",key:"127cv2"}],["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"}]],UK=ZC("Combine",WK);var GK=Object.freeze({__proto__:null,__iconNode:WK,default:UK});const KK=[["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"}]],YK=ZC("Compass",KK);var ZK=Object.freeze({__proto__:null,__iconNode:KK,default:YK});const XK=[["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"}]],QK=ZC("Command",XK);var JK=Object.freeze({__proto__:null,__iconNode:XK,default:QK});const eY=[["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"}]],tY=ZC("Component",eY);var rY=Object.freeze({__proto__:null,__iconNode:eY,default:tY});const oY=[["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"}]],nY=ZC("Computer",oY);var aY=Object.freeze({__proto__:null,__iconNode:oY,default:nY});const iY=[["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"}]],sY=ZC("ConciergeBell",iY);var lY=Object.freeze({__proto__:null,__iconNode:iY,default:sY});const cY=[["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"}]],uY=ZC("Cone",cY);var dY=Object.freeze({__proto__:null,__iconNode:cY,default:uY});const pY=[["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"}]],hY=ZC("Construction",pY);var fY=Object.freeze({__proto__:null,__iconNode:pY,default:hY});const mY=[["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"}]],yY=ZC("ContactRound",mY);var gY=Object.freeze({__proto__:null,__iconNode:mY,default:yY});const vY=[["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"}]],xY=ZC("Container",vY);var bY=Object.freeze({__proto__:null,__iconNode:vY,default:xY});const wY=[["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"}]],kY=ZC("Contact",wY);var _Y=Object.freeze({__proto__:null,__iconNode:wY,default:kY});const CY=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z",key:"j4l70d"}]],MY=ZC("Contrast",CY);var SY=Object.freeze({__proto__:null,__iconNode:CY,default:MY});const DY=[["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"}]],OY=ZC("Cookie",DY);var PY=Object.freeze({__proto__:null,__iconNode:DY,default:OY});const EY=[["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"}]],jY=ZC("CookingPot",EY);var TY=Object.freeze({__proto__:null,__iconNode:EY,default:jY});const NY=[["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"}]],RY=ZC("CopyCheck",NY);var FY=Object.freeze({__proto__:null,__iconNode:NY,default:RY});const IY=[["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"}]],zY=ZC("CopyMinus",IY);var AY=Object.freeze({__proto__:null,__iconNode:IY,default:zY});const LY=[["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"}]],BY=ZC("CopyPlus",LY);var VY=Object.freeze({__proto__:null,__iconNode:LY,default:BY});const $Y=[["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"}]],HY=ZC("CopySlash",$Y);var qY=Object.freeze({__proto__:null,__iconNode:$Y,default:HY});const WY=[["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"}]],UY=ZC("CopyX",WY);var GY=Object.freeze({__proto__:null,__iconNode:WY,default:UY});const KY=[["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"}]],YY=ZC("Copy",KY);var ZY=Object.freeze({__proto__:null,__iconNode:KY,default:YY});const XY=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66",key:"1sveal"}]],QY=ZC("Copyleft",XY);var JY=Object.freeze({__proto__:null,__iconNode:XY,default:QY});const eZ=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66",key:"1i56pz"}]],tZ=ZC("Copyright",eZ);var rZ=Object.freeze({__proto__:null,__iconNode:eZ,default:tZ});const oZ=[["polyline",{points:"9 10 4 15 9 20",key:"r3jprv"}],["path",{d:"M20 4v7a4 4 0 0 1-4 4H4",key:"6o5b7l"}]],nZ=ZC("CornerDownLeft",oZ);var aZ=Object.freeze({__proto__:null,__iconNode:oZ,default:nZ});const iZ=[["polyline",{points:"15 10 20 15 15 20",key:"1q7qjw"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12",key:"z08zvw"}]],sZ=ZC("CornerDownRight",iZ);var lZ=Object.freeze({__proto__:null,__iconNode:iZ,default:sZ});const cZ=[["polyline",{points:"14 15 9 20 4 15",key:"nkc4i"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12",key:"nbpdq2"}]],uZ=ZC("CornerLeftDown",cZ);var dZ=Object.freeze({__proto__:null,__iconNode:cZ,default:uZ});const pZ=[["polyline",{points:"14 9 9 4 4 9",key:"m9oyvo"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4",key:"1blwi3"}]],hZ=ZC("CornerLeftUp",pZ);var fZ=Object.freeze({__proto__:null,__iconNode:pZ,default:hZ});const mZ=[["polyline",{points:"10 15 15 20 20 15",key:"axus6l"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12",key:"wcbgct"}]],yZ=ZC("CornerRightDown",mZ);var gZ=Object.freeze({__proto__:null,__iconNode:mZ,default:yZ});const vZ=[["polyline",{points:"10 9 15 4 20 9",key:"1lr6px"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4",key:"1plgdj"}]],xZ=ZC("CornerRightUp",vZ);var bZ=Object.freeze({__proto__:null,__iconNode:vZ,default:xZ});const wZ=[["polyline",{points:"9 14 4 9 9 4",key:"881910"}],["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4",key:"1nkjon"}]],kZ=ZC("CornerUpLeft",wZ);var _Z=Object.freeze({__proto__:null,__iconNode:wZ,default:kZ});const CZ=[["polyline",{points:"15 14 20 9 15 4",key:"1tbx3s"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12",key:"1lu4f8"}]],MZ=ZC("CornerUpRight",CZ);var SZ=Object.freeze({__proto__:null,__iconNode:CZ,default:MZ});const DZ=[["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"}]],OZ=ZC("CreativeCommons",DZ);var PZ=Object.freeze({__proto__:null,__iconNode:DZ,default:OZ});const EZ=[["rect",{width:"16",height:"16",x:"4",y:"4",rx:"2",key:"14l7u7"}],["rect",{width:"6",height:"6",x:"9",y:"9",rx:"1",key:"5aljv4"}],["path",{d:"M15 2v2",key:"13l42r"}],["path",{d:"M15 20v2",key:"15mkzm"}],["path",{d:"M2 15h2",key:"1gxd5l"}],["path",{d:"M2 9h2",key:"1bbxkp"}],["path",{d:"M20 15h2",key:"19e6y8"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M9 2v2",key:"165o2o"}],["path",{d:"M9 20v2",key:"i2bqo8"}]],jZ=ZC("Cpu",EZ);var TZ=Object.freeze({__proto__:null,__iconNode:EZ,default:jZ});const NZ=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],RZ=ZC("CreditCard",NZ);var FZ=Object.freeze({__proto__:null,__iconNode:NZ,default:RZ});const IZ=[["path",{d:"m4.6 13.11 5.79-3.21c1.89-1.05 4.79 1.78 3.71 3.71l-3.22 5.81C8.8 23.16.79 15.23 4.6 13.11Z",key:"1ozxlb"}],["path",{d:"m10.5 9.5-1-2.29C9.2 6.48 8.8 6 8 6H4.5C2.79 6 2 6.5 2 8.5a7.71 7.71 0 0 0 2 4.83",key:"ffuyb5"}],["path",{d:"M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4",key:"osnpzi"}],["path",{d:"m14.5 13.5 2.29 1c.73.3 1.21.7 1.21 1.5v3.5c0 1.71-.5 2.5-2.5 2.5a7.71 7.71 0 0 1-4.83-2",key:"1vubaw"}],["path",{d:"M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5",key:"wxr772"}]],zZ=ZC("Croissant",IZ);var AZ=Object.freeze({__proto__:null,__iconNode:IZ,default:zZ});const LZ=[["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"}]],BZ=ZC("Cross",LZ);var VZ=Object.freeze({__proto__:null,__iconNode:LZ,default:BZ});const $Z=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14",key:"ron5a4"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2",key:"7s9ehn"}]],HZ=ZC("Crop",$Z);var qZ=Object.freeze({__proto__:null,__iconNode:$Z,default:HZ});const WZ=[["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"}]],UZ=ZC("Crosshair",WZ);var GZ=Object.freeze({__proto__:null,__iconNode:WZ,default:UZ});const KZ=[["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"}]],YZ=ZC("Crown",KZ);var ZZ=Object.freeze({__proto__:null,__iconNode:KZ,default:YZ});const XZ=[["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"}]],QZ=ZC("Cuboid",XZ);var JZ=Object.freeze({__proto__:null,__iconNode:XZ,default:QZ});const eX=[["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"}]],tX=ZC("CupSoda",eX);var rX=Object.freeze({__proto__:null,__iconNode:eX,default:tX});const oX=[["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"}]],nX=ZC("Currency",oX);var aX=Object.freeze({__proto__:null,__iconNode:oX,default:nX});const iX=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5",key:"aqi0yr"}]],sX=ZC("Cylinder",iX);var lX=Object.freeze({__proto__:null,__iconNode:iX,default:sX});const cX=[["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"}]],uX=ZC("Dam",cX);var dX=Object.freeze({__proto__:null,__iconNode:cX,default:uX});const pX=[["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"}]],hX=ZC("DatabaseBackup",pX);var fX=Object.freeze({__proto__:null,__iconNode:pX,default:hX});const mX=[["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"}]],yX=ZC("DatabaseZap",mX);var gX=Object.freeze({__proto__:null,__iconNode:mX,default:yX});const vX=[["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"}]],xX=ZC("Database",vX);var bX=Object.freeze({__proto__:null,__iconNode:vX,default:xX});const wX=[["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"}]],kX=ZC("Delete",wX);var _X=Object.freeze({__proto__:null,__iconNode:wX,default:kX});const CX=[["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}],["path",{d:"M10.2 3.2C5.5 4 2 8.1 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 0c0-4.9-3.5-9-8.2-9.8",key:"lfo06j"}],["path",{d:"M3.2 14.8a9 9 0 0 0 17.6 0",key:"12xarc"}]],MX=ZC("Dessert",CX);var SX=Object.freeze({__proto__:null,__iconNode:CX,default:MX});const DX=[["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"}]],OX=ZC("Diameter",DX);var PX=Object.freeze({__proto__:null,__iconNode:DX,default:OX});const EX=[["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"}]],jX=ZC("DiamondMinus",EX);var TX=Object.freeze({__proto__:null,__iconNode:EX,default:jX});const NX=[["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"}]],RX=ZC("DiamondPercent",NX);var FX=Object.freeze({__proto__:null,__iconNode:NX,default:RX});const IX=[["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"}]],zX=ZC("DiamondPlus",IX);var AX=Object.freeze({__proto__:null,__iconNode:IX,default:zX});const LX=[["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"}]],BX=ZC("Diamond",LX);var VX=Object.freeze({__proto__:null,__iconNode:LX,default:BX});const $X=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]],HX=ZC("Dice1",$X);var qX=Object.freeze({__proto__:null,__iconNode:$X,default:HX});const WX=[["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"}]],UX=ZC("Dice2",WX);var GX=Object.freeze({__proto__:null,__iconNode:WX,default:UX});const KX=[["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"}]],YX=ZC("Dice3",KX);var ZX=Object.freeze({__proto__:null,__iconNode:KX,default:YX});const XX=[["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"}]],QX=ZC("Dice4",XX);var JX=Object.freeze({__proto__:null,__iconNode:XX,default:QX});const eQ=[["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"}]],tQ=ZC("Dice5",eQ);var rQ=Object.freeze({__proto__:null,__iconNode:eQ,default:tQ});const oQ=[["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"}]],nQ=ZC("Dice6",oQ);var aQ=Object.freeze({__proto__:null,__iconNode:oQ,default:nQ});const iQ=[["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"}]],sQ=ZC("Dices",iQ);var lQ=Object.freeze({__proto__:null,__iconNode:iQ,default:sQ});const cQ=[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]],uQ=ZC("Diff",cQ);var dQ=Object.freeze({__proto__:null,__iconNode:cQ,default:uQ});const pQ=[["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"}]],hQ=ZC("Disc2",pQ);var fQ=Object.freeze({__proto__:null,__iconNode:pQ,default:hQ});const mQ=[["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"}]],yQ=ZC("Disc3",mQ);var gQ=Object.freeze({__proto__:null,__iconNode:mQ,default:yQ});const vQ=[["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"}]],xQ=ZC("DiscAlbum",vQ);var bQ=Object.freeze({__proto__:null,__iconNode:vQ,default:xQ});const wQ=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],kQ=ZC("Disc",wQ);var _Q=Object.freeze({__proto__:null,__iconNode:wQ,default:kQ});const CQ=[["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"}]],MQ=ZC("Divide",CQ);var SQ=Object.freeze({__proto__:null,__iconNode:CQ,default:MQ});const DQ=[["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"}]],OQ=ZC("DnaOff",DQ);var PQ=Object.freeze({__proto__:null,__iconNode:DQ,default:OQ});const EQ=[["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"}]],jQ=ZC("Dna",EQ);var TQ=Object.freeze({__proto__:null,__iconNode:EQ,default:jQ});const NQ=[["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"}]],RQ=ZC("Dock",NQ);var FQ=Object.freeze({__proto__:null,__iconNode:NQ,default:RQ});const IQ=[["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"}]],zQ=ZC("Dog",IQ);var AQ=Object.freeze({__proto__:null,__iconNode:IQ,default:zQ});const LQ=[["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"}]],BQ=ZC("DollarSign",LQ);var VQ=Object.freeze({__proto__:null,__iconNode:LQ,default:BQ});const $Q=[["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"}]],HQ=ZC("Donut",$Q);var qQ=Object.freeze({__proto__:null,__iconNode:$Q,default:HQ});const WQ=[["path",{d:"M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14",key:"36qu9e"}],["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"M14 12v.01",key:"xfcn54"}]],UQ=ZC("DoorClosed",WQ);var GQ=Object.freeze({__proto__:null,__iconNode:WQ,default:UQ});const KQ=[["path",{d:"M13 4h3a2 2 0 0 1 2 2v14",key:"hrm0s9"}],["path",{d:"M2 20h3",key:"1gaodv"}],["path",{d:"M13 20h9",key:"s90cdi"}],["path",{d:"M10 12v.01",key:"vx6srw"}],["path",{d:"M13 4.562v16.157a1 1 0 0 1-1.242.97L5 20V5.562a2 2 0 0 1 1.515-1.94l4-1A2 2 0 0 1 13 4.561Z",key:"199qr4"}]],YQ=ZC("DoorOpen",KQ);var ZQ=Object.freeze({__proto__:null,__iconNode:KQ,default:YQ});const XQ=[["circle",{cx:"12.1",cy:"12.1",r:"1",key:"18d7e5"}]],QQ=ZC("Dot",XQ);var JQ=Object.freeze({__proto__:null,__iconNode:XQ,default:QQ});const eJ=[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"7 10 12 15 17 10",key:"2ggqvy"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3",key:"1vk2je"}]],tJ=ZC("Download",eJ);var rJ=Object.freeze({__proto__:null,__iconNode:eJ,default:tJ});const oJ=[["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"}]],nJ=ZC("DraftingCompass",oJ);var aJ=Object.freeze({__proto__:null,__iconNode:oJ,default:nJ});const iJ=[["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"}]],sJ=ZC("Drama",iJ);var lJ=Object.freeze({__proto__:null,__iconNode:iJ,default:sJ});const cJ=[["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"}]],uJ=ZC("Dribbble",cJ);var dJ=Object.freeze({__proto__:null,__iconNode:cJ,default:uJ});const pJ=[["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"}]],hJ=ZC("Drill",pJ);var fJ=Object.freeze({__proto__:null,__iconNode:pJ,default:hJ});const mJ=[["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"}]],yJ=ZC("DropletOff",mJ);var gJ=Object.freeze({__proto__:null,__iconNode:mJ,default:yJ});const vJ=[["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"}]],xJ=ZC("Droplet",vJ);var bJ=Object.freeze({__proto__:null,__iconNode:vJ,default:xJ});const wJ=[["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"}]],kJ=ZC("Droplets",wJ);var _J=Object.freeze({__proto__:null,__iconNode:wJ,default:kJ});const CJ=[["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"}]],MJ=ZC("Drum",CJ);var SJ=Object.freeze({__proto__:null,__iconNode:CJ,default:MJ});const DJ=[["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"}]],OJ=ZC("Drumstick",DJ);var PJ=Object.freeze({__proto__:null,__iconNode:DJ,default:OJ});const EJ=[["path",{d:"M14.4 14.4 9.6 9.6",key:"ic80wn"}],["path",{d:"M18.657 21.485a2 2 0 1 1-2.829-2.828l-1.767 1.768a2 2 0 1 1-2.829-2.829l6.364-6.364a2 2 0 1 1 2.829 2.829l-1.768 1.767a2 2 0 1 1 2.828 2.829z",key:"nnl7wr"}],["path",{d:"m21.5 21.5-1.4-1.4",key:"1f1ice"}],["path",{d:"M3.9 3.9 2.5 2.5",key:"1evmna"}],["path",{d:"M6.404 12.768a2 2 0 1 1-2.829-2.829l1.768-1.767a2 2 0 1 1-2.828-2.829l2.828-2.828a2 2 0 1 1 2.829 2.828l1.767-1.768a2 2 0 1 1 2.829 2.829z",key:"yhosts"}]],jJ=ZC("Dumbbell",EJ);var TJ=Object.freeze({__proto__:null,__iconNode:EJ,default:jJ});const NJ=[["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"}]],RJ=ZC("EarOff",NJ);var FJ=Object.freeze({__proto__:null,__iconNode:NJ,default:RJ});const IJ=[["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"}]],zJ=ZC("Ear",IJ);var AJ=Object.freeze({__proto__:null,__iconNode:IJ,default:zJ});const LJ=[["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"}]],BJ=ZC("EarthLock",LJ);var VJ=Object.freeze({__proto__:null,__iconNode:LJ,default:BJ});const $J=[["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"}]],HJ=ZC("Earth",$J);var qJ=Object.freeze({__proto__:null,__iconNode:$J,default:HJ});const WJ=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a7 7 0 1 0 10 10",key:"1yuj32"}]],UJ=ZC("Eclipse",WJ);var GJ=Object.freeze({__proto__:null,__iconNode:WJ,default:UJ});const KJ=[["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"}]],YJ=ZC("EggFried",KJ);var ZJ=Object.freeze({__proto__:null,__iconNode:KJ,default:YJ});const XJ=[["path",{d:"M6.399 6.399C5.362 8.157 4.65 10.189 4.5 12c-.37 4.43 1.27 9.95 7.5 10 3.256-.026 5.259-1.547 6.375-3.625",key:"6et380"}],["path",{d:"M19.532 13.875A14.07 14.07 0 0 0 19.5 12c-.36-4.34-3.95-9.96-7.5-10-1.04.012-2.082.502-3.046 1.297",key:"gcdc3f"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],QJ=ZC("EggOff",XJ);var JJ=Object.freeze({__proto__:null,__iconNode:XJ,default:QJ});const e1=[["path",{d:"M12 22c6.23-.05 7.87-5.57 7.5-10-.36-4.34-3.95-9.96-7.5-10-3.55.04-7.14 5.66-7.5 10-.37 4.43 1.27 9.95 7.5 10z",key:"1c39pg"}]],t1=ZC("Egg",e1);var r1=Object.freeze({__proto__:null,__iconNode:e1,default:t1});const o1=[["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"}]],n1=ZC("EllipsisVertical",o1);var a1=Object.freeze({__proto__:null,__iconNode:o1,default:n1});const i1=[["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"}]],s1=ZC("Ellipsis",i1);var l1=Object.freeze({__proto__:null,__iconNode:i1,default:s1});const c1=[["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"}]],u1=ZC("EqualApproximately",c1);var d1=Object.freeze({__proto__:null,__iconNode:c1,default:u1});const p1=[["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"}]],h1=ZC("EqualNot",p1);var f1=Object.freeze({__proto__:null,__iconNode:p1,default:h1});const m1=[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}]],y1=ZC("Equal",m1);var g1=Object.freeze({__proto__:null,__iconNode:m1,default:y1});const v1=[["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"}]],x1=ZC("EthernetPort",v1);var b1=Object.freeze({__proto__:null,__iconNode:v1,default:x1});const w1=[["path",{d:"m7 21-4.3-4.3c-1-1-1-2.5 0-3.4l9.6-9.6c1-1 2.5-1 3.4 0l5.6 5.6c1 1 1 2.5 0 3.4L13 21",key:"182aya"}],["path",{d:"M22 21H7",key:"t4ddhn"}],["path",{d:"m5 11 9 9",key:"1mo9qw"}]],k1=ZC("Eraser",w1);var _1=Object.freeze({__proto__:null,__iconNode:w1,default:k1});const C1=[["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"}]],M1=ZC("Euro",C1);var S1=Object.freeze({__proto__:null,__iconNode:C1,default:M1});const D1=[["path",{d:"m15 15 6 6",key:"1s409w"}],["path",{d:"m15 9 6-6",key:"ko1vev"}],["path",{d:"M21 16.2V21h-4.8",key:"1hrera"}],["path",{d:"M21 7.8V3h-4.8",key:"ul1q53"}],["path",{d:"M3 16.2V21h4.8",key:"1x04uo"}],["path",{d:"m3 21 6-6",key:"wwnumi"}],["path",{d:"M3 7.8V3h4.8",key:"1ijppm"}],["path",{d:"M9 9 3 3",key:"v551iv"}]],O1=ZC("Expand",D1);var P1=Object.freeze({__proto__:null,__iconNode:D1,default:O1});const E1=[["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"}]],j1=ZC("ExternalLink",E1);var T1=Object.freeze({__proto__:null,__iconNode:E1,default:j1});const N1=[["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"}]],R1=ZC("EyeClosed",N1);var F1=Object.freeze({__proto__:null,__iconNode:N1,default:R1});const I1=[["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"}]],z1=ZC("EyeOff",I1);var A1=Object.freeze({__proto__:null,__iconNode:I1,default:z1});const L1=[["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"}]],B1=ZC("Eye",L1);var V1=Object.freeze({__proto__:null,__iconNode:L1,default:B1});const $1=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z",key:"1jg4f8"}]],H1=ZC("Facebook",$1);var q1=Object.freeze({__proto__:null,__iconNode:$1,default:H1});const W1=[["path",{d:"M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"159hny"}],["path",{d:"M17 18h1",key:"uldtlt"}],["path",{d:"M12 18h1",key:"s9uhes"}],["path",{d:"M7 18h1",key:"1neino"}]],U1=ZC("Factory",W1);var G1=Object.freeze({__proto__:null,__iconNode:W1,default:U1});const K1=[["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"}]],Y1=ZC("Fan",K1);var Z1=Object.freeze({__proto__:null,__iconNode:K1,default:Y1});const X1=[["polygon",{points:"13 19 22 12 13 5 13 19",key:"587y9g"}],["polygon",{points:"2 19 11 12 2 5 2 19",key:"3pweh0"}]],Q1=ZC("FastForward",X1);var J1=Object.freeze({__proto__:null,__iconNode:X1,default:Q1});const e0=[["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"}]],t0=ZC("Feather",e0);var r0=Object.freeze({__proto__:null,__iconNode:e0,default:t0});const o0=[["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"}]],n0=ZC("Fence",o0);var a0=Object.freeze({__proto__:null,__iconNode:o0,default:n0});const i0=[["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"}]],s0=ZC("FerrisWheel",i0);var l0=Object.freeze({__proto__:null,__iconNode:i0,default:s0});const c0=[["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"}]],u0=ZC("Figma",c0);var d0=Object.freeze({__proto__:null,__iconNode:c0,default:u0});const p0=[["path",{d:"M10 12v-1",key:"v7bkov"}],["path",{d:"M10 18v-2",key:"1cjy8d"}],["path",{d:"M10 7V6",key:"dljcrl"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 .274 1.01",key:"gkbcor"}],["circle",{cx:"10",cy:"20",r:"2",key:"1xzdoj"}]],h0=ZC("FileArchive",p0);var f0=Object.freeze({__proto__:null,__iconNode:p0,default:h0});const m0=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2",key:"17k7jt"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"3",cy:"17",r:"1",key:"vo6nti"}],["path",{d:"M2 17v-3a4 4 0 0 1 8 0v3",key:"1ggdre"}],["circle",{cx:"9",cy:"17",r:"1",key:"bc1fq4"}]],y0=ZC("FileAudio2",m0);var g0=Object.freeze({__proto__:null,__iconNode:m0,default:y0});const v0=[["path",{d:"M17.5 22h.5a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"rslqgf"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 19a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 1 1-4 0v-1a2 2 0 1 1 4 0",key:"9f7x3i"}]],x0=ZC("FileAudio",v0);var b0=Object.freeze({__proto__:null,__iconNode:v0,default:x0});const w0=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 18 4-4",key:"12zab0"}],["path",{d:"M8 10v8h8",key:"tlaukw"}]],k0=ZC("FileAxis3d",w0);var _0=Object.freeze({__proto__:null,__iconNode:w0,default:k0});const C0=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m14 12.5 1 5.5-3-1-3 1 1-5.5",key:"14xlky"}]],M0=ZC("FileBadge2",C0);var S0=Object.freeze({__proto__:null,__iconNode:C0,default:M0});const D0=[["path",{d:"M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"12ixgl"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M5 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",key:"u0c8gj"}],["path",{d:"M7 16.5 8 22l-3-1-3 1 1-5.5",key:"5gm2nr"}]],O0=ZC("FileBadge",D0);var P0=Object.freeze({__proto__:null,__iconNode:D0,default:O0});const E0=[["path",{d:"M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"16lz6z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 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:"99pj1s"}],["path",{d:"M7 17v5",key:"1yj1jh"}],["path",{d:"M11.7 14.2 7 17l-4.7-2.8",key:"1yk8tc"}]],j0=ZC("FileBox",E0);var T0=Object.freeze({__proto__:null,__iconNode:E0,default:j0});const N0=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 18v-2",key:"qcmpov"}],["path",{d:"M12 18v-4",key:"q1q25u"}],["path",{d:"M16 18v-6",key:"15y0np"}]],R0=ZC("FileChartColumnIncreasing",N0);var F0=Object.freeze({__proto__:null,__iconNode:N0,default:R0});const I0=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 18v-1",key:"zg0ygc"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"M16 18v-3",key:"j5jt4h"}]],z0=ZC("FileChartColumn",I0);var A0=Object.freeze({__proto__:null,__iconNode:I0,default:z0});const L0=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m16 13-3.5 3.5-2-2L8 17",key:"zz7yod"}]],B0=ZC("FileChartLine",L0);var V0=Object.freeze({__proto__:null,__iconNode:L0,default:B0});const $0=[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.5",key:"13ddob"}],["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"}]],H0=ZC("FileChartPie",$0);var q0=Object.freeze({__proto__:null,__iconNode:$0,default:H0});const W0=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m3 15 2 2 4-4",key:"1lhrkk"}]],U0=ZC("FileCheck2",W0);var G0=Object.freeze({__proto__:null,__iconNode:W0,default:U0});const K0=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m9 15 2 2 4-4",key:"1grp1n"}]],Y0=ZC("FileCheck",K0);var Z0=Object.freeze({__proto__:null,__iconNode:K0,default:Y0});const X0=[["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"37hlfg"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"8",cy:"16",r:"6",key:"10v15b"}],["path",{d:"M9.5 17.5 8 16.25V14",key:"1o80t2"}]],Q0=ZC("FileClock",X0);var J0=Object.freeze({__proto__:null,__iconNode:X0,default:Q0});const e2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m5 12-3 3 3 3",key:"oke12k"}],["path",{d:"m9 18 3-3-3-3",key:"112psh"}]],t2=ZC("FileCode2",e2);var r2=Object.freeze({__proto__:null,__iconNode:e2,default:t2});const o2=[["path",{d:"M10 12.5 8 15l2 2.5",key:"1tg20x"}],["path",{d:"m14 12.5 2 2.5-2 2.5",key:"yinavb"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}]],n2=ZC("FileCode",o2);var a2=Object.freeze({__proto__:null,__iconNode:o2,default:n2});const i2=[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m3.2 12.9-.9-.4",key:"1i3dj5"}],["path",{d:"m3.2 15.1-.9.4",key:"1fvgj0"}],["path",{d:"M4.677 21.5a2 2 0 0 0 1.313.5H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2.5",key:"1yo3oz"}],["path",{d:"m4.9 11.2-.4-.9",key:"otmhb9"}],["path",{d:"m4.9 16.8-.4.9",key:"1b8z07"}],["path",{d:"m7.5 10.3-.4.9",key:"11k65u"}],["path",{d:"m7.5 17.7-.4-.9",key:"431x55"}],["path",{d:"m9.7 12.5-.9.4",key:"87sjan"}],["path",{d:"m9.7 15.5-.9-.4",key:"khqm91"}],["circle",{cx:"6",cy:"14",r:"3",key:"a1xfv6"}]],s2=ZC("FileCog",i2);var l2=Object.freeze({__proto__:null,__iconNode:i2,default:s2});const c2=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M9 17h6",key:"r8uit2"}]],u2=ZC("FileDiff",c2);var d2=Object.freeze({__proto__:null,__iconNode:c2,default:u2});const p2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"4",height:"6",x:"2",y:"12",rx:"2",key:"jm304g"}],["path",{d:"M10 12h2v6",key:"12zw74"}],["path",{d:"M10 18h4",key:"1ulq68"}]],h2=ZC("FileDigit",p2);var f2=Object.freeze({__proto__:null,__iconNode:p2,default:h2});const m2=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"m9 15 3 3 3-3",key:"1npd3o"}]],y2=ZC("FileDown",m2);var g2=Object.freeze({__proto__:null,__iconNode:m2,default:y2});const v2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2",key:"17k7jt"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10.29 10.7a2.43 2.43 0 0 0-2.66-.52c-.29.12-.56.3-.78.53l-.35.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L6.5 18l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",key:"1c1fso"}]],x2=ZC("FileHeart",v2);var b2=Object.freeze({__proto__:null,__iconNode:v2,default:x2});const w2=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["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"}]],k2=ZC("FileImage",w2);var _2=Object.freeze({__proto__:null,__iconNode:w2,default:k2});const C2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 15h10",key:"jfw4w8"}],["path",{d:"m9 18 3-3-3-3",key:"112psh"}]],M2=ZC("FileInput",C2);var S2=Object.freeze({__proto__:null,__iconNode:C2,default:M2});const D2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 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:"fq0c9t"}],["path",{d:"M8 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:"4gibmv"}]],O2=ZC("FileJson2",D2);var P2=Object.freeze({__proto__:null,__iconNode:D2,default:O2});const E2=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["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"}]],j2=ZC("FileJson",E2);var T2=Object.freeze({__proto__:null,__iconNode:E2,default:j2});const N2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v6",key:"rc0qvx"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"4",cy:"16",r:"2",key:"1ehqvc"}],["path",{d:"m10 10-4.5 4.5",key:"7fwrp6"}],["path",{d:"m9 11 1 1",key:"wa6s5q"}]],R2=ZC("FileKey2",N2);var F2=Object.freeze({__proto__:null,__iconNode:N2,default:R2});const I2=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["circle",{cx:"10",cy:"16",r:"2",key:"4ckbqe"}],["path",{d:"m16 10-4.5 4.5",key:"7p3ebg"}],["path",{d:"m15 11 1 1",key:"1bsyx3"}]],z2=ZC("FileKey",I2);var A2=Object.freeze({__proto__:null,__iconNode:I2,default:z2});const L2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1",key:"jmtmu2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"8",height:"5",x:"2",y:"13",rx:"1",key:"10y5wo"}],["path",{d:"M8 13v-2a2 2 0 1 0-4 0v2",key:"1pdxzg"}]],B2=ZC("FileLock2",L2);var V2=Object.freeze({__proto__:null,__iconNode:L2,default:B2});const $2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 15h6",key:"4e2qda"}]],H2=ZC("FileMinus2",$2);var q2=Object.freeze({__proto__:null,__iconNode:$2,default:H2});const W2=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["rect",{width:"8",height:"6",x:"8",y:"12",rx:"1",key:"3yr8at"}],["path",{d:"M10 12v-2a2 2 0 1 1 4 0v2",key:"j4i8d"}]],U2=ZC("FileLock",W2);var G2=Object.freeze({__proto__:null,__iconNode:W2,default:U2});const K2=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}]],Y2=ZC("FileMinus",K2);var Z2=Object.freeze({__proto__:null,__iconNode:K2,default:Y2});const X2=[["path",{d:"M10.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v8.4",key:"1d3kfm"}],["path",{d:"M8 18v-7.7L16 9v7",key:"1oie6o"}],["circle",{cx:"14",cy:"16",r:"2",key:"1bzzi3"}],["circle",{cx:"6",cy:"18",r:"2",key:"1fncim"}]],Q2=ZC("FileMusic",X2);var J2=Object.freeze({__proto__:null,__iconNode:X2,default:Q2});const e4=[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 7V4a2 2 0 0 1 2-2 2 2 0 0 0-2 2",key:"1vk7w2"}],["path",{d:"M4.063 20.999a2 2 0 0 0 2 1L18 22a2 2 0 0 0 2-2V7l-5-5H6",key:"1jink5"}],["path",{d:"m5 11-3 3",key:"1dgrs4"}],["path",{d:"m5 17-3-3h10",key:"1mvvaf"}]],t4=ZC("FileOutput",e4);var r4=Object.freeze({__proto__:null,__iconNode:e4,default:t4});const o4=[["path",{d:"m18 5-2.414-2.414A2 2 0 0 0 14.172 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2",key:"142zxg"}],["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"}]],n4=ZC("FilePenLine",o4);var a4=Object.freeze({__proto__:null,__iconNode:o4,default:n4});const i4=[["path",{d:"M12.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v9.5",key:"1couwa"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["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"}]],s4=ZC("FilePen",i4);var l4=Object.freeze({__proto__:null,__iconNode:i4,default:s4});const c4=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 15h6",key:"4e2qda"}],["path",{d:"M6 12v6",key:"1u72j0"}]],u4=ZC("FilePlus2",c4);var d4=Object.freeze({__proto__:null,__iconNode:c4,default:u4});const p4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}],["path",{d:"M12 18v-6",key:"17g6i2"}]],h4=ZC("FilePlus",p4);var f4=Object.freeze({__proto__:null,__iconNode:p4,default:h4});const m4=[["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}]],y4=ZC("FileQuestion",m4);var g4=Object.freeze({__proto__:null,__iconNode:m4,default:y4});const v4=[["path",{d:"M20 10V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4",key:"1rdf37"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M16 14a2 2 0 0 0-2 2",key:"ceaadl"}],["path",{d:"M20 14a2 2 0 0 1 2 2",key:"1ny6zw"}],["path",{d:"M20 22a2 2 0 0 0 2-2",key:"1l9q4k"}],["path",{d:"M16 22a2 2 0 0 1-2-2",key:"1wqh5n"}]],x4=ZC("FileScan",v4);var b4=Object.freeze({__proto__:null,__iconNode:v4,default:x4});const w4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5",key:"1bq0ko"}],["path",{d:"M13.3 16.3 15 18",key:"2quom7"}]],k4=ZC("FileSearch2",w4);var _4=Object.freeze({__proto__:null,__iconNode:w4,default:k4});const C4=[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4.268 21a2 2 0 0 0 1.727 1H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"ms7g94"}],["path",{d:"m9 18-1.5-1.5",key:"1j6qii"}],["circle",{cx:"5",cy:"14",r:"3",key:"ufru5t"}]],M4=ZC("FileSearch",C4);var S4=Object.freeze({__proto__:null,__iconNode:C4,default:M4});const D4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M10 11v2",key:"1s651w"}],["path",{d:"M8 17h8",key:"wh5c61"}],["path",{d:"M14 16v2",key:"12fp5e"}]],O4=ZC("FileSliders",D4);var P4=Object.freeze({__proto__:null,__iconNode:D4,default:O4});const E4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 13h2",key:"yr2amv"}],["path",{d:"M14 13h2",key:"un5t4a"}],["path",{d:"M8 17h2",key:"2yhykz"}],["path",{d:"M14 17h2",key:"10kma7"}]],j4=ZC("FileSpreadsheet",E4);var T4=Object.freeze({__proto__:null,__iconNode:E4,default:j4});const N4=[["path",{d:"M21 7h-3a2 2 0 0 1-2-2V2",key:"9rb54x"}],["path",{d:"M21 6v6.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5v-9c0-.8.7-1.5 1.5-1.5H17Z",key:"1059l0"}],["path",{d:"M7 8v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H15",key:"16874u"}],["path",{d:"M3 12v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H11",key:"k2ox98"}]],R4=ZC("FileStack",N4);var F4=Object.freeze({__proto__:null,__iconNode:N4,default:R4});const I4=[["path",{d:"m10 18 3-3-3-3",key:"18f6ys"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 11V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7",key:"50q2rw"}]],z4=ZC("FileSymlink",I4);var A4=Object.freeze({__proto__:null,__iconNode:I4,default:z4});const L4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 16 2-2-2-2",key:"10vzyd"}],["path",{d:"M12 18h4",key:"1wd2n7"}]],B4=ZC("FileTerminal",L4);var V4=Object.freeze({__proto__:null,__iconNode:L4,default:B4});const $4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],H4=ZC("FileText",$4);var q4=Object.freeze({__proto__:null,__iconNode:$4,default:H4});const W4=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 13v-1h6v1",key:"1dh9dg"}],["path",{d:"M5 12v6",key:"150t9c"}],["path",{d:"M4 18h2",key:"1xrofg"}]],U4=ZC("FileType2",W4);var G4=Object.freeze({__proto__:null,__iconNode:W4,default:U4});const K4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 13v-1h6v1",key:"1bb014"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M11 18h2",key:"12mj7e"}]],Y4=ZC("FileType",K4);var Z4=Object.freeze({__proto__:null,__iconNode:K4,default:Y4});const X4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"m15 15-3-3-3 3",key:"15xj92"}]],Q4=ZC("FileUp",X4);var J4=Object.freeze({__proto__:null,__iconNode:X4,default:Q4});const e5=[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15 18a3 3 0 1 0-6 0",key:"16awa0"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}]],t5=ZC("FileUser",e5);var r5=Object.freeze({__proto__:null,__iconNode:e5,default:t5});const o5=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"8",height:"6",x:"2",y:"12",rx:"1",key:"1a6c1e"}],["path",{d:"m10 15.5 4 2.5v-6l-4 2.5",key:"t7cp39"}]],n5=ZC("FileVideo2",o5);var a5=Object.freeze({__proto__:null,__iconNode:o5,default:n5});const i5=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m10 11 5 3-5 3v-6Z",key:"7ntvm4"}]],s5=ZC("FileVideo",i5);var l5=Object.freeze({__proto__:null,__iconNode:i5,default:s5});const c5=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["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"}]],u5=ZC("FileVolume2",c5);var d5=Object.freeze({__proto__:null,__iconNode:c5,default:u5});const p5=[["path",{d:"M11 11a5 5 0 0 1 0 6",key:"193qb2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 6.765V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-.93-.23",key:"ifyjnl"}],["path",{d:"M7 10.51a.5.5 0 0 0-.826-.38l-1.893 1.628A1 1 0 0 1 3.63 12H2.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h1.129a1 1 0 0 1 .652.242l1.893 1.63a.5.5 0 0 0 .826-.38z",key:"mk8rxu"}]],h5=ZC("FileVolume",p5);var f5=Object.freeze({__proto__:null,__iconNode:p5,default:h5});const m5=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],y5=ZC("FileWarning",m5);var g5=Object.freeze({__proto__:null,__iconNode:m5,default:y5});const v5=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 12.5-5 5",key:"b853mi"}],["path",{d:"m3 12.5 5 5",key:"1qls4r"}]],x5=ZC("FileX2",v5);var b5=Object.freeze({__proto__:null,__iconNode:v5,default:x5});const w5=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m14.5 12.5-5 5",key:"b62r18"}],["path",{d:"m9.5 12.5 5 5",key:"1rk7el"}]],k5=ZC("FileX",w5);var _5=Object.freeze({__proto__:null,__iconNode:w5,default:k5});const C5=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}]],M5=ZC("File",C5);var S5=Object.freeze({__proto__:null,__iconNode:C5,default:M5});const D5=[["path",{d:"M20 7h-3a2 2 0 0 1-2-2V2",key:"x099mo"}],["path",{d:"M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z",key:"18t6ie"}],["path",{d:"M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8",key:"1nja0z"}]],O5=ZC("Files",D5);var P5=Object.freeze({__proto__:null,__iconNode:D5,default:O5});const E5=[["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"}]],j5=ZC("Film",E5);var T5=Object.freeze({__proto__:null,__iconNode:E5,default:j5});const N5=[["path",{d:"M13.013 3H2l8 9.46V19l4 2v-8.54l.9-1.055",key:"1fi1da"}],["path",{d:"m22 3-5 5",key:"12jva0"}],["path",{d:"m17 3 5 5",key:"k36vhe"}]],R5=ZC("FilterX",N5);var F5=Object.freeze({__proto__:null,__iconNode:N5,default:R5});const I5=[["polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3",key:"1yg77f"}]],z5=ZC("Filter",I5);var A5=Object.freeze({__proto__:null,__iconNode:I5,default:z5});const L5=[["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"}]],B5=ZC("Fingerprint",L5);var V5=Object.freeze({__proto__:null,__iconNode:L5,default:B5});const $5=[["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"}]],H5=ZC("FireExtinguisher",$5);var q5=Object.freeze({__proto__:null,__iconNode:$5,default:H5});const W5=[["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"}]],U5=ZC("FishOff",W5);var G5=Object.freeze({__proto__:null,__iconNode:W5,default:U5});const K5=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8",key:"h4oh4o"}]],Y5=ZC("FishSymbol",K5);var Z5=Object.freeze({__proto__:null,__iconNode:K5,default:Y5});const X5=[["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"}]],Q5=ZC("Fish",X5);var J5=Object.freeze({__proto__:null,__iconNode:X5,default:Q5});const e3=[["path",{d:"M8 2c3 0 5 2 8 2s4-1 4-1v11",key:"9rwyz9"}],["path",{d:"M4 22V4",key:"1plyxx"}],["path",{d:"M4 15s1-1 4-1 5 2 8 2",key:"1myooe"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],t3=ZC("FlagOff",e3);var r3=Object.freeze({__proto__:null,__iconNode:e3,default:t3});const o3=[["path",{d:"M17 22V2L7 7l10 5",key:"1rmf0r"}]],n3=ZC("FlagTriangleLeft",o3);var a3=Object.freeze({__proto__:null,__iconNode:o3,default:n3});const i3=[["path",{d:"M7 22V2l10 5-10 5",key:"17n18y"}]],s3=ZC("FlagTriangleRight",i3);var l3=Object.freeze({__proto__:null,__iconNode:i3,default:s3});const c3=[["path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z",key:"i9b6wo"}],["line",{x1:"4",x2:"4",y1:"22",y2:"15",key:"1cm3nv"}]],u3=ZC("Flag",c3);var d3=Object.freeze({__proto__:null,__iconNode:c3,default:u3});const p3=[["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"}]],h3=ZC("FlameKindling",p3);var f3=Object.freeze({__proto__:null,__iconNode:p3,default:h3});const m3=[["path",{d:"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z",key:"96xj49"}]],y3=ZC("Flame",m3);var g3=Object.freeze({__proto__:null,__iconNode:m3,default:y3});const v3=[["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"}]],x3=ZC("FlashlightOff",v3);var b3=Object.freeze({__proto__:null,__iconNode:v3,default:x3});const w3=[["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"}]],k3=ZC("Flashlight",w3);var _3=Object.freeze({__proto__:null,__iconNode:w3,default:k3});const C3=[["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"}]],M3=ZC("FlaskConicalOff",C3);var S3=Object.freeze({__proto__:null,__iconNode:C3,default:M3});const D3=[["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"}]],O3=ZC("FlaskConical",D3);var P3=Object.freeze({__proto__:null,__iconNode:D3,default:O3});const E3=[["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"}]],j3=ZC("FlaskRound",E3);var T3=Object.freeze({__proto__:null,__iconNode:E3,default:j3});const N3=[["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"}]],R3=ZC("FlipHorizontal2",N3);var F3=Object.freeze({__proto__:null,__iconNode:N3,default:R3});const I3=[["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"}]],z3=ZC("FlipHorizontal",I3);var A3=Object.freeze({__proto__:null,__iconNode:I3,default:z3});const L3=[["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"}]],B3=ZC("FlipVertical2",L3);var V3=Object.freeze({__proto__:null,__iconNode:L3,default:B3});const $3=[["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"}]],H3=ZC("FlipVertical",$3);var q3=Object.freeze({__proto__:null,__iconNode:$3,default:H3});const W3=[["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"}]],U3=ZC("Flower2",W3);var G3=Object.freeze({__proto__:null,__iconNode:W3,default:U3});const K3=[["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"}]],Y3=ZC("Focus",K3);var Z3=Object.freeze({__proto__:null,__iconNode:K3,default:Y3});const X3=[["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"}]],Q3=ZC("Flower",X3);var J3=Object.freeze({__proto__:null,__iconNode:X3,default:Q3});const e6=[["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"}]],t6=ZC("FoldHorizontal",e6);var r6=Object.freeze({__proto__:null,__iconNode:e6,default:t6});const o6=[["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"}]],n6=ZC("FoldVertical",o6);var a6=Object.freeze({__proto__:null,__iconNode:o6,default:n6});const i6=[["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"}]],s6=ZC("FolderArchive",i6);var l6=Object.freeze({__proto__:null,__iconNode:i6,default:s6});const c6=[["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"}]],u6=ZC("FolderCheck",c6);var d6=Object.freeze({__proto__:null,__iconNode:c6,default:u6});const p6=[["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}],["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"}],["path",{d:"M16 14v2l1 1",key:"xth2jh"}]],h6=ZC("FolderClock",p6);var f6=Object.freeze({__proto__:null,__iconNode:p6,default:h6});const m6=[["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"}]],y6=ZC("FolderClosed",m6);var g6=Object.freeze({__proto__:null,__iconNode:m6,default:y6});const v6=[["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"}]],x6=ZC("FolderCode",v6);var b6=Object.freeze({__proto__:null,__iconNode:v6,default:x6});const w6=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"M10.3 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.3",key:"1k8050"}],["path",{d:"m21.7 19.4-.9-.3",key:"1qgwi9"}],["path",{d:"m15.2 16.9-.9-.3",key:"1t7mvx"}],["path",{d:"m16.6 21.7.3-.9",key:"1j67ps"}],["path",{d:"m19.1 15.2.3-.9",key:"18r7jp"}],["path",{d:"m19.6 21.7-.4-1",key:"z2vh2"}],["path",{d:"m16.8 15.3-.4-1",key:"1ei7r6"}],["path",{d:"m14.3 19.6 1-.4",key:"11sv9r"}],["path",{d:"m20.7 16.8 1-.4",key:"19m87a"}]],k6=ZC("FolderCog",w6);var _6=Object.freeze({__proto__:null,__iconNode:w6,default:k6});const C6=[["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"}]],M6=ZC("FolderDot",C6);var S6=Object.freeze({__proto__:null,__iconNode:C6,default:M6});const D6=[["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"}]],O6=ZC("FolderDown",D6);var P6=Object.freeze({__proto__:null,__iconNode:D6,default:O6});const E6=[["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"}]],j6=ZC("FolderGit2",E6);var T6=Object.freeze({__proto__:null,__iconNode:E6,default:j6});const N6=[["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"}]],R6=ZC("FolderGit",N6);var F6=Object.freeze({__proto__:null,__iconNode:N6,default:R6});const I6=[["path",{d:"M11 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 2v1.5",key:"6hud8k"}],["path",{d:"M13.9 17.45c-1.2-1.2-1.14-2.8-.2-3.73a2.43 2.43 0 0 1 3.44 0l.36.34.34-.34a2.43 2.43 0 0 1 3.45-.01c.95.95 1 2.53-.2 3.74L17.5 21Z",key:"wpff58"}]],z6=ZC("FolderHeart",I6);var A6=Object.freeze({__proto__:null,__iconNode:I6,default:z6});const L6=[["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"}]],B6=ZC("FolderInput",L6);var V6=Object.freeze({__proto__:null,__iconNode:L6,default:B6});const $6=[["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"}]],H6=ZC("FolderKanban",$6);var q6=Object.freeze({__proto__:null,__iconNode:$6,default:H6});const W6=[["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"}]],U6=ZC("FolderKey",W6);var G6=Object.freeze({__proto__:null,__iconNode:W6,default:U6});const K6=[["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"}]],Y6=ZC("FolderLock",K6);var Z6=Object.freeze({__proto__:null,__iconNode:K6,default:Y6});const X6=[["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"}]],Q6=ZC("FolderMinus",X6);var J6=Object.freeze({__proto__:null,__iconNode:X6,default:Q6});const e8=[["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"}]],t8=ZC("FolderOpenDot",e8);var r8=Object.freeze({__proto__:null,__iconNode:e8,default:t8});const o8=[["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"}]],n8=ZC("FolderOpen",o8);var a8=Object.freeze({__proto__:null,__iconNode:o8,default:n8});const i8=[["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"}]],s8=ZC("FolderOutput",i8);var l8=Object.freeze({__proto__:null,__iconNode:i8,default:s8});const c8=[["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"}]],u8=ZC("FolderPen",c8);var d8=Object.freeze({__proto__:null,__iconNode:c8,default:u8});const p8=[["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"}]],h8=ZC("FolderPlus",p8);var f8=Object.freeze({__proto__:null,__iconNode:p8,default:h8});const m8=[["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"}]],y8=ZC("FolderRoot",m8);var g8=Object.freeze({__proto__:null,__iconNode:m8,default:y8});const v8=[["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"}]],x8=ZC("FolderSearch2",v8);var b8=Object.freeze({__proto__:null,__iconNode:v8,default:x8});const w8=[["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-3a2 2 0 0 1 2-2h7",key:"x1c07l"}],["path",{d:"m8 16 3-3-3-3",key:"rlqrt1"}]],k8=ZC("FolderSymlink",w8);var _8=Object.freeze({__proto__:null,__iconNode:w8,default:k8});const C8=[["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"}]],M8=ZC("FolderSearch",C8);var S8=Object.freeze({__proto__:null,__iconNode:C8,default:M8});const D8=[["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"}]],O8=ZC("FolderSync",D8);var P8=Object.freeze({__proto__:null,__iconNode:D8,default:O8});const E8=[["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"}]],j8=ZC("FolderTree",E8);var T8=Object.freeze({__proto__:null,__iconNode:E8,default:j8});const N8=[["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"}]],R8=ZC("FolderUp",N8);var F8=Object.freeze({__proto__:null,__iconNode:N8,default:R8});const I8=[["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"}]],z8=ZC("FolderX",I8);var A8=Object.freeze({__proto__:null,__iconNode:I8,default:z8});const L8=[["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"}]],B8=ZC("Folder",L8);var V8=Object.freeze({__proto__:null,__iconNode:L8,default:B8});const $8=[["path",{d:"M20 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.9a2 2 0 0 1-1.69-.9l-.81-1.2a2 2 0 0 0-1.67-.9H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2Z",key:"4u7rpt"}],["path",{d:"M2 8v11a2 2 0 0 0 2 2h14",key:"1eicx1"}]],H8=ZC("Folders",$8);var q8=Object.freeze({__proto__:null,__iconNode:$8,default:H8});const W8=[["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"}]],U8=ZC("Footprints",W8);var G8=Object.freeze({__proto__:null,__iconNode:W8,default:U8});const K8=[["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"}]],Y8=ZC("Forklift",K8);var Z8=Object.freeze({__proto__:null,__iconNode:K8,default:Y8});const X8=[["polyline",{points:"15 17 20 12 15 7",key:"1w3sku"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12",key:"jmiej9"}]],Q8=ZC("Forward",X8);var J8=Object.freeze({__proto__:null,__iconNode:X8,default:Q8});const e7=[["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"}]],t7=ZC("Frame",e7);var r7=Object.freeze({__proto__:null,__iconNode:e7,default:t7});const o7=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7",key:"1a2nng"}]],n7=ZC("Framer",o7);var a7=Object.freeze({__proto__:null,__iconNode:o7,default:n7});const i7=[["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"}]],s7=ZC("Frown",i7);var l7=Object.freeze({__proto__:null,__iconNode:i7,default:s7});const c7=[["line",{x1:"3",x2:"15",y1:"22",y2:"22",key:"xegly4"}],["line",{x1:"4",x2:"14",y1:"9",y2:"9",key:"xcnuvu"}],["path",{d:"M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18",key:"16j0yd"}],["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5",key:"7cu91f"}]],u7=ZC("Fuel",c7);var d7=Object.freeze({__proto__:null,__iconNode:c7,default:u7});const p7=[["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"}]],h7=ZC("Fullscreen",p7);var f7=Object.freeze({__proto__:null,__iconNode:p7,default:h7});const m7=[["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"}]],y7=ZC("GalleryHorizontalEnd",m7);var g7=Object.freeze({__proto__:null,__iconNode:m7,default:y7});const v7=[["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"}]],x7=ZC("GalleryHorizontal",v7);var b7=Object.freeze({__proto__:null,__iconNode:v7,default:x7});const w7=[["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"}]],k7=ZC("GalleryThumbnails",w7);var _7=Object.freeze({__proto__:null,__iconNode:w7,default:k7});const C7=[["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"}]],M7=ZC("GalleryVerticalEnd",C7);var S7=Object.freeze({__proto__:null,__iconNode:C7,default:M7});const D7=[["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"}]],O7=ZC("GalleryVertical",D7);var P7=Object.freeze({__proto__:null,__iconNode:D7,default:O7});const E7=[["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"}]],j7=ZC("Gamepad2",E7);var T7=Object.freeze({__proto__:null,__iconNode:E7,default:j7});const N7=[["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"}]],R7=ZC("Gamepad",N7);var F7=Object.freeze({__proto__:null,__iconNode:N7,default:R7});const I7=[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]],z7=ZC("Gauge",I7);var A7=Object.freeze({__proto__:null,__iconNode:I7,default:z7});const L7=[["path",{d:"m14.5 12.5-8 8a2.119 2.119 0 1 1-3-3l8-8",key:"15492f"}],["path",{d:"m16 16 6-6",key:"vzrcl6"}],["path",{d:"m8 8 6-6",key:"18bi4p"}],["path",{d:"m9 7 8 8",key:"5jnvq1"}],["path",{d:"m21 11-8-8",key:"z4y7zo"}]],B7=ZC("Gavel",L7);var V7=Object.freeze({__proto__:null,__iconNode:L7,default:B7});const $7=[["path",{d:"M6 3h12l4 6-10 13L2 9Z",key:"1pcd5k"}],["path",{d:"M11 3 8 9l4 13 4-13-3-6",key:"1fcu3u"}],["path",{d:"M2 9h20",key:"16fsjt"}]],H7=ZC("Gem",$7);var q7=Object.freeze({__proto__:null,__iconNode:$7,default:H7});const W7=[["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"}]],U7=ZC("Ghost",W7);var G7=Object.freeze({__proto__:null,__iconNode:W7,default:U7});const K7=[["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"}]],Y7=ZC("Gift",K7);var Z7=Object.freeze({__proto__:null,__iconNode:K7,default:Y7});const X7=[["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"}]],Q7=ZC("GitBranch",X7);var J7=Object.freeze({__proto__:null,__iconNode:X7,default:Q7});const e9=[["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"}]],t9=ZC("GitCommitHorizontal",e9);var r9=Object.freeze({__proto__:null,__iconNode:e9,default:t9});const o9=[["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"}]],n9=ZC("GitBranchPlus",o9);var a9=Object.freeze({__proto__:null,__iconNode:o9,default:n9});const i9=[["path",{d:"M12 3v6",key:"1holv5"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 15v6",key:"a9ows0"}]],s9=ZC("GitCommitVertical",i9);var l9=Object.freeze({__proto__:null,__iconNode:i9,default:s9});const c9=[["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"}]],u9=ZC("GitCompareArrows",c9);var d9=Object.freeze({__proto__:null,__iconNode:c9,default:u9});const p9=[["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"}]],h9=ZC("GitCompare",p9);var f9=Object.freeze({__proto__:null,__iconNode:p9,default:h9});const m9=[["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"}]],y9=ZC("GitFork",m9);var g9=Object.freeze({__proto__:null,__iconNode:m9,default:y9});const v9=[["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"}]],x9=ZC("GitGraph",v9);var b9=Object.freeze({__proto__:null,__iconNode:v9,default:x9});const w9=[["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"}]],k9=ZC("GitMerge",w9);var _9=Object.freeze({__proto__:null,__iconNode:w9,default:k9});const C9=[["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"}]],M9=ZC("GitPullRequestArrow",C9);var S9=Object.freeze({__proto__:null,__iconNode:C9,default:M9});const D9=[["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"}]],O9=ZC("GitPullRequestClosed",D9);var P9=Object.freeze({__proto__:null,__iconNode:D9,default:O9});const E9=[["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"}]],j9=ZC("GitPullRequestCreateArrow",E9);var T9=Object.freeze({__proto__:null,__iconNode:E9,default:j9});const N9=[["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"}]],R9=ZC("GitPullRequestCreate",N9);var F9=Object.freeze({__proto__:null,__iconNode:N9,default:R9});const I9=[["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"}]],z9=ZC("GitPullRequestDraft",I9);var A9=Object.freeze({__proto__:null,__iconNode:I9,default:z9});const L9=[["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"}]],B9=ZC("GitPullRequest",L9);var V9=Object.freeze({__proto__:null,__iconNode:L9,default:B9});const $9=[["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"}]],H9=ZC("Github",$9);var q9=Object.freeze({__proto__:null,__iconNode:$9,default:H9});const W9=[["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"}]],U9=ZC("GlassWater",W9);var G9=Object.freeze({__proto__:null,__iconNode:W9,default:U9});const K9=[["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"}]],Y9=ZC("Gitlab",K9);var Z9=Object.freeze({__proto__:null,__iconNode:K9,default:Y9});const X9=[["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"}]],Q9=ZC("Glasses",X9);var J9=Object.freeze({__proto__:null,__iconNode:X9,default:Q9});const eee=[["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"}]],tee=ZC("GlobeLock",eee);var ree=Object.freeze({__proto__:null,__iconNode:eee,default:tee});const oee=[["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"}]],nee=ZC("Globe",oee);var aee=Object.freeze({__proto__:null,__iconNode:oee,default:nee});const iee=[["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"}]],see=ZC("Goal",iee);var lee=Object.freeze({__proto__:null,__iconNode:iee,default:see});const cee=[["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"}]],uee=ZC("Grab",cee);var dee=Object.freeze({__proto__:null,__iconNode:cee,default:uee});const pee=[["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"}]],hee=ZC("GraduationCap",pee);var fee=Object.freeze({__proto__:null,__iconNode:pee,default:hee});const mee=[["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"}]],yee=ZC("Grape",mee);var gee=Object.freeze({__proto__:null,__iconNode:mee,default:yee});const vee=[["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"}]],xee=ZC("Grid2x2Plus",vee);var bee=Object.freeze({__proto__:null,__iconNode:vee,default:xee});const wee=[["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"}]],kee=ZC("Grid2x2Check",wee);var _ee=Object.freeze({__proto__:null,__iconNode:wee,default:kee});const Cee=[["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"}]],Mee=ZC("Grid2x2X",Cee);var See=Object.freeze({__proto__:null,__iconNode:Cee,default:Mee});const Dee=[["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"}]],Oee=ZC("Grid2x2",Dee);var Pee=Object.freeze({__proto__:null,__iconNode:Dee,default:Oee});const Eee=[["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"}]],jee=ZC("Grid3x3",Eee);var Tee=Object.freeze({__proto__:null,__iconNode:Eee,default:jee});const Nee=[["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"}]],Ree=ZC("GripHorizontal",Nee);var Fee=Object.freeze({__proto__:null,__iconNode:Nee,default:Ree});const Iee=[["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"}]],zee=ZC("GripVertical",Iee);var Aee=Object.freeze({__proto__:null,__iconNode:Iee,default:zee});const Lee=[["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"}]],Bee=ZC("Grip",Lee);var Vee=Object.freeze({__proto__:null,__iconNode:Lee,default:Bee});const $ee=[["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"}]],Hee=ZC("Group",$ee);var qee=Object.freeze({__proto__:null,__iconNode:$ee,default:Hee});const Wee=[["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.2 9.9C8.7 8.8 9.8 8 11 8c2.8 0 5 2.2 5 5 0 1.2-.8 2.3-1.9 2.8l-.9.4A2 2 0 0 0 12 18a4 4 0 0 1-4 4c-3.3 0-6-2.7-6-6a4 4 0 0 1 4-4 2 2 0 0 0 1.8-1.2z",key:"1u8q3z"}],["circle",{cx:"11.5",cy:"12.5",r:".5",fill:"currentColor",key:"16onso"}]],Uee=ZC("Guitar",Wee);var Gee=Object.freeze({__proto__:null,__iconNode:Wee,default:Uee});const Kee=[["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"}]],Yee=ZC("Ham",Kee);var Zee=Object.freeze({__proto__:null,__iconNode:Kee,default:Yee});const Xee=[["path",{d:"m15 12-8.373 8.373a1 1 0 1 1-3-3L12 9",key:"eefl8a"}],["path",{d:"m18 15 4-4",key:"16gjal"}],["path",{d:"m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172V7l-2.26-2.26a6 6 0 0 0-4.202-1.756L9 2.96l.92.82A6.18 6.18 0 0 1 12 8.4V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5",key:"b7pghm"}]],Qee=ZC("Hammer",Xee);var Jee=Object.freeze({__proto__:null,__iconNode:Xee,default:Qee});const ete=[["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"}]],tte=ZC("HandCoins",ete);var rte=Object.freeze({__proto__:null,__iconNode:ete,default:tte});const ote=[["path",{d:"M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16",key:"1ifwr1"}],["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.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"17abbs"}],["path",{d:"m2 15 6 6",key:"10dquu"}],["path",{d:"M19.5 8.5c.7-.7 1.5-1.6 1.5-2.7A2.73 2.73 0 0 0 16 4a2.78 2.78 0 0 0-5 1.8c0 1.2.8 2 1.5 2.8L16 12Z",key:"1h3036"}]],nte=ZC("HandHeart",ote);var ate=Object.freeze({__proto__:null,__iconNode:ote,default:nte});const ite=[["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"}]],ste=ZC("HandHelping",ite);var lte=Object.freeze({__proto__:null,__iconNode:ite,default:ste});const cte=[["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"}]],ute=ZC("HandMetal",cte);var dte=Object.freeze({__proto__:null,__iconNode:cte,default:ute});const pte=[["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"}]],hte=ZC("HandPlatter",pte);var fte=Object.freeze({__proto__:null,__iconNode:pte,default:hte});const mte=[["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"}]],yte=ZC("Hand",mte);var gte=Object.freeze({__proto__:null,__iconNode:mte,default:yte});const vte=[["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"}]],xte=ZC("Handshake",vte);var bte=Object.freeze({__proto__:null,__iconNode:vte,default:xte});const wte=[["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"}]],kte=ZC("HardDriveDownload",wte);var _te=Object.freeze({__proto__:null,__iconNode:wte,default:kte});const Cte=[["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"}]],Mte=ZC("HardDriveUpload",Cte);var Ste=Object.freeze({__proto__:null,__iconNode:Cte,default:Mte});const Dte=[["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"}]],Ote=ZC("HardDrive",Dte);var Pte=Object.freeze({__proto__:null,__iconNode:Dte,default:Ote});const Ete=[["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"}]],jte=ZC("HardHat",Ete);var Tte=Object.freeze({__proto__:null,__iconNode:Ete,default:jte});const Nte=[["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"}]],Rte=ZC("Hash",Nte);var Fte=Object.freeze({__proto__:null,__iconNode:Nte,default:Rte});const Ite=[["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"}]],zte=ZC("Haze",Ite);var Ate=Object.freeze({__proto__:null,__iconNode:Ite,default:zte});const Lte=[["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"}]],Bte=ZC("HdmiPort",Lte);var Vte=Object.freeze({__proto__:null,__iconNode:Lte,default:Bte});const $te=[["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"}]],Hte=ZC("Heading1",$te);var qte=Object.freeze({__proto__:null,__iconNode:$te,default:Hte});const Wte=[["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"}]],Ute=ZC("Heading2",Wte);var Gte=Object.freeze({__proto__:null,__iconNode:Wte,default:Ute});const Kte=[["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"}]],Yte=ZC("Heading3",Kte);var Zte=Object.freeze({__proto__:null,__iconNode:Kte,default:Yte});const Xte=[["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"}]],Qte=ZC("Heading4",Xte);var Jte=Object.freeze({__proto__:null,__iconNode:Xte,default:Qte});const ere=[["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"}]],tre=ZC("Heading5",ere);var rre=Object.freeze({__proto__:null,__iconNode:ere,default:tre});const ore=[["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"}]],nre=ZC("Heading6",ore);var are=Object.freeze({__proto__:null,__iconNode:ore,default:nre});const ire=[["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M6 20V4",key:"1w1bmo"}],["path",{d:"M18 20V4",key:"o2hl4u"}]],sre=ZC("Heading",ire);var lre=Object.freeze({__proto__:null,__iconNode:ire,default:sre});const cre=[["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"}]],ure=ZC("HeadphoneOff",cre);var dre=Object.freeze({__proto__:null,__iconNode:cre,default:ure});const pre=[["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"}]],hre=ZC("Headphones",pre);var fre=Object.freeze({__proto__:null,__iconNode:pre,default:hre});const mre=[["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"}]],yre=ZC("Headset",mre);var gre=Object.freeze({__proto__:null,__iconNode:mre,default:yre});const vre=[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"m12 13-1-1 2-2-3-3 2-2",key:"xjdxli"}]],xre=ZC("HeartCrack",vre);var bre=Object.freeze({__proto__:null,__iconNode:vre,default:xre});const wre=[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"M12 5 9.04 7.96a2.17 2.17 0 0 0 0 3.08c.82.82 2.13.85 3 .07l2.07-1.9a2.82 2.82 0 0 1 3.79 0l2.96 2.66",key:"4oyue0"}],["path",{d:"m18 15-2-2",key:"60u0ii"}],["path",{d:"m15 18-2-2",key:"6p76be"}]],kre=ZC("HeartHandshake",wre);var _re=Object.freeze({__proto__:null,__iconNode:wre,default:kre});const Cre=[["line",{x1:"2",y1:"2",x2:"22",y2:"22",key:"1w4vcy"}],["path",{d:"M16.5 16.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5a5.5 5.5 0 0 1 2.14-4.35",key:"3mpagl"}],["path",{d:"M8.76 3.1c1.15.22 2.13.78 3.24 1.9 1.5-1.5 2.74-2 4.5-2A5.5 5.5 0 0 1 22 8.5c0 2.12-1.3 3.78-2.67 5.17",key:"1gh3v3"}]],Mre=ZC("HeartOff",Cre);var Sre=Object.freeze({__proto__:null,__iconNode:Cre,default:Mre});const Dre=[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"M3.22 12H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27",key:"1uw2ng"}]],Ore=ZC("HeartPulse",Dre);var Pre=Object.freeze({__proto__:null,__iconNode:Dre,default:Ore});const Ere=[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}]],jre=ZC("Heart",Ere);var Tre=Object.freeze({__proto__:null,__iconNode:Ere,default:jre});const Nre=[["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"}]],Rre=ZC("Heater",Nre);var Fre=Object.freeze({__proto__:null,__iconNode:Nre,default:Rre});const Ire=[["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"}]],zre=ZC("Hexagon",Ire);var Are=Object.freeze({__proto__:null,__iconNode:Ire,default:zre});const Lre=[["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"}]],Bre=ZC("History",Lre);var Vre=Object.freeze({__proto__:null,__iconNode:Lre,default:Bre});const $re=[["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"}]],Hre=ZC("Highlighter",$re);var qre=Object.freeze({__proto__:null,__iconNode:$re,default:Hre});const Wre=[["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"}]],Ure=ZC("HopOff",Wre);var Gre=Object.freeze({__proto__:null,__iconNode:Wre,default:Ure});const Kre=[["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"}]],Yre=ZC("Hop",Kre);var Zre=Object.freeze({__proto__:null,__iconNode:Kre,default:Yre});const Xre=[["path",{d:"M12 6v4",key:"16clxf"}],["path",{d:"M14 14h-4",key:"esezmu"}],["path",{d:"M14 18h-4",key:"16mqa2"}],["path",{d:"M14 8h-4",key:"z8ypaz"}],["path",{d:"M18 12h2a2 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:"b1k337"}],["path",{d:"M18 22V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v18",key:"16g51d"}]],Qre=ZC("Hospital",Xre);var Jre=Object.freeze({__proto__:null,__iconNode:Xre,default:Qre});const eoe=[["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"}]],toe=ZC("Hotel",eoe);var roe=Object.freeze({__proto__:null,__iconNode:eoe,default:toe});const ooe=[["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"}]],noe=ZC("Hourglass",ooe);var aoe=Object.freeze({__proto__:null,__iconNode:ooe,default:noe});const ioe=[["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-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2",key:"1gvg2z"}]],soe=ZC("HousePlug",ioe);var loe=Object.freeze({__proto__:null,__iconNode:ioe,default:soe});const coe=[["path",{d:"M13.22 2.416a2 2 0 0 0-2.511.057l-7 5.999A2 2 0 0 0 3 10v9a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7.354",key:"5phn05"}],["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"M18 3v6",key:"x1uolp"}]],uoe=ZC("HousePlus",coe);var doe=Object.freeze({__proto__:null,__iconNode:coe,default:uoe});const poe=[["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-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"1d0kgt"}],["path",{d:"M7 10.754a8 8 0 0 1 10 0",key:"exoy2g"}]],hoe=ZC("HouseWifi",poe);var foe=Object.freeze({__proto__:null,__iconNode:poe,default:hoe});const moe=[["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-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"1d0kgt"}]],yoe=ZC("House",moe);var goe=Object.freeze({__proto__:null,__iconNode:moe,default:yoe});const voe=[["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"}]],xoe=ZC("IceCreamBowl",voe);var boe=Object.freeze({__proto__:null,__iconNode:voe,default:xoe});const woe=[["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"}]],koe=ZC("IceCreamCone",woe);var _oe=Object.freeze({__proto__:null,__iconNode:woe,default:koe});const Coe=[["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"}]],Moe=ZC("IdCard",Coe);var Soe=Object.freeze({__proto__:null,__iconNode:Coe,default:Moe});const Doe=[["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"}]],Ooe=ZC("ImageDown",Doe);var Poe=Object.freeze({__proto__:null,__iconNode:Doe,default:Ooe});const Eoe=[["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"}]],joe=ZC("ImageMinus",Eoe);var Toe=Object.freeze({__proto__:null,__iconNode:Eoe,default:joe});const Noe=[["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"}]],Roe=ZC("ImageOff",Noe);var Foe=Object.freeze({__proto__:null,__iconNode:Noe,default:Roe});const Ioe=[["path",{d:"m11 16-5 5",key:"j5f7ct"}],["path",{d:"M11 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6.5",key:"7s81lt"}],["path",{d:"M15.765 22a.5.5 0 0 1-.765-.424V13.38a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z",key:"1omb6s"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]],zoe=ZC("ImagePlay",Ioe);var Aoe=Object.freeze({__proto__:null,__iconNode:Ioe,default:zoe});const Loe=[["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"}]],Boe=ZC("ImagePlus",Loe);var Voe=Object.freeze({__proto__:null,__iconNode:Loe,default:Boe});const $oe=[["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"}]],Hoe=ZC("ImageUp",$oe);var qoe=Object.freeze({__proto__:null,__iconNode:$oe,default:Hoe});const Woe=[["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"}]],Uoe=ZC("ImageUpscale",Woe);var Goe=Object.freeze({__proto__:null,__iconNode:Woe,default:Uoe});const Koe=[["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"}]],Yoe=ZC("Image",Koe);var Zoe=Object.freeze({__proto__:null,__iconNode:Koe,default:Yoe});const Xoe=[["path",{d:"M18 22H4a2 2 0 0 1-2-2V6",key:"pblm9e"}],["path",{d:"m22 13-1.296-1.296a2.41 2.41 0 0 0-3.408 0L11 18",key:"nf6bnh"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["rect",{width:"16",height:"16",x:"6",y:"2",rx:"2",key:"12espp"}]],Qoe=ZC("Images",Xoe);var Joe=Object.freeze({__proto__:null,__iconNode:Xoe,default:Qoe});const ene=[["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"}]],tne=ZC("Import",ene);var rne=Object.freeze({__proto__:null,__iconNode:ene,default:tne});const one=[["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"}]],nne=ZC("Inbox",one);var ane=Object.freeze({__proto__:null,__iconNode:one,default:nne});const ine=[["path",{d:"M21 12H11",key:"wd7e0v"}],["path",{d:"M21 18H11",key:"4wu86t"}],["path",{d:"M21 6H11",key:"6dy1d6"}],["path",{d:"m7 8-4 4 4 4",key:"o5hrat"}]],sne=ZC("IndentDecrease",ine);var lne=Object.freeze({__proto__:null,__iconNode:ine,default:sne});const cne=[["path",{d:"M21 12H11",key:"wd7e0v"}],["path",{d:"M21 18H11",key:"4wu86t"}],["path",{d:"M21 6H11",key:"6dy1d6"}],["path",{d:"m3 8 4 4-4 4",key:"1a3j6y"}]],une=ZC("IndentIncrease",cne);var dne=Object.freeze({__proto__:null,__iconNode:cne,default:une});const pne=[["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"}]],hne=ZC("IndianRupee",pne);var fne=Object.freeze({__proto__:null,__iconNode:pne,default:hne});const mne=[["path",{d:"M12 12c-2-2.67-4-4-6-4a4 4 0 1 0 0 8c2 0 4-1.33 6-4Zm0 0c2 2.67 4 4 6 4a4 4 0 0 0 0-8c-2 0-4 1.33-6 4Z",key:"1z0uae"}]],yne=ZC("Infinity",mne);var gne=Object.freeze({__proto__:null,__iconNode:mne,default:yne});const vne=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],xne=ZC("Info",vne);var bne=Object.freeze({__proto__:null,__iconNode:vne,default:xne});const wne=[["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"}]],kne=ZC("InspectionPanel",wne);var _ne=Object.freeze({__proto__:null,__iconNode:wne,default:kne});const Cne=[["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"}]],Mne=ZC("Instagram",Cne);var Sne=Object.freeze({__proto__:null,__iconNode:Cne,default:Mne});const Dne=[["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"}]],One=ZC("Italic",Dne);var Pne=Object.freeze({__proto__:null,__iconNode:Dne,default:One});const Ene=[["path",{d:"M20 10c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8h8",key:"4znkd0"}],["polyline",{points:"16 14 20 18 16 22",key:"11njsm"}]],jne=ZC("IterationCcw",Ene);var Tne=Object.freeze({__proto__:null,__iconNode:Ene,default:jne});const Nne=[["path",{d:"M4 10c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8H4",key:"tuf4su"}],["polyline",{points:"8 22 4 18 8 14",key:"evkj9s"}]],Rne=ZC("IterationCw",Nne);var Fne=Object.freeze({__proto__:null,__iconNode:Nne,default:Rne});const Ine=[["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"}]],zne=ZC("JapaneseYen",Ine);var Ane=Object.freeze({__proto__:null,__iconNode:Ine,default:zne});const Lne=[["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"}]],Bne=ZC("Joystick",Lne);var Vne=Object.freeze({__proto__:null,__iconNode:Lne,default:Bne});const $ne=[["path",{d:"M6 5v11",key:"mdvv1e"}],["path",{d:"M12 5v6",key:"14ar3b"}],["path",{d:"M18 5v14",key:"7ji314"}]],Hne=ZC("Kanban",$ne);var qne=Object.freeze({__proto__:null,__iconNode:$ne,default:Hne});const Wne=[["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"}]],Une=ZC("KeyRound",Wne);var Gne=Object.freeze({__proto__:null,__iconNode:Wne,default:Une});const Kne=[["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"}]],Yne=ZC("KeySquare",Kne);var Zne=Object.freeze({__proto__:null,__iconNode:Kne,default:Yne});const Xne=[["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"}]],Qne=ZC("Key",Xne);var Jne=Object.freeze({__proto__:null,__iconNode:Xne,default:Qne});const eae=[["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"}]],tae=ZC("KeyboardMusic",eae);var rae=Object.freeze({__proto__:null,__iconNode:eae,default:tae});const oae=[["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"}]],nae=ZC("KeyboardOff",oae);var aae=Object.freeze({__proto__:null,__iconNode:oae,default:nae});const iae=[["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"}]],sae=ZC("Keyboard",iae);var lae=Object.freeze({__proto__:null,__iconNode:iae,default:sae});const cae=[["path",{d:"M12 2v5",key:"nd4vlx"}],["path",{d:"M6 7h12l4 9H2l4-9Z",key:"123d64"}],["path",{d:"M9.17 16a3 3 0 1 0 5.66 0",key:"1061mw"}]],uae=ZC("LampCeiling",cae);var dae=Object.freeze({__proto__:null,__iconNode:cae,default:uae});const pae=[["path",{d:"m14 5-3 3 2 7 8-8-7-2Z",key:"1b0msb"}],["path",{d:"m14 5-3 3-3-3 3-3 3 3Z",key:"1uemms"}],["path",{d:"M9.5 6.5 4 12l3 6",key:"1bx08v"}],["path",{d:"M3 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H3Z",key:"wap775"}]],hae=ZC("LampDesk",pae);var fae=Object.freeze({__proto__:null,__iconNode:pae,default:hae});const mae=[["path",{d:"M9 2h6l3 7H6l3-7Z",key:"wcx6mj"}],["path",{d:"M12 9v13",key:"3n1su1"}],["path",{d:"M9 22h6",key:"1rlq3v"}]],yae=ZC("LampFloor",mae);var gae=Object.freeze({__proto__:null,__iconNode:mae,default:yae});const vae=[["path",{d:"M11 13h6l3 7H8l3-7Z",key:"9n3qlo"}],["path",{d:"M14 13V8a2 2 0 0 0-2-2H8",key:"1hu4hb"}],["path",{d:"M4 9h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4v6Z",key:"s053bc"}]],xae=ZC("LampWallDown",vae);var bae=Object.freeze({__proto__:null,__iconNode:vae,default:xae});const wae=[["path",{d:"M11 4h6l3 7H8l3-7Z",key:"11x1ee"}],["path",{d:"M14 11v5a2 2 0 0 1-2 2H8",key:"eutp5o"}],["path",{d:"M4 15h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4v-6Z",key:"1iuthr"}]],kae=ZC("LampWallUp",wae);var _ae=Object.freeze({__proto__:null,__iconNode:wae,default:kae});const Cae=[["path",{d:"M8 2h8l4 10H4L8 2Z",key:"9dma5w"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M8 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H8Z",key:"mwf4oh"}]],Mae=ZC("Lamp",Cae);var Sae=Object.freeze({__proto__:null,__iconNode:Cae,default:Mae});const Dae=[["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"}]],Oae=ZC("LandPlot",Dae);var Pae=Object.freeze({__proto__:null,__iconNode:Dae,default:Oae});const Eae=[["line",{x1:"3",x2:"21",y1:"22",y2:"22",key:"j8o0r"}],["line",{x1:"6",x2:"6",y1:"18",y2:"11",key:"10tf0k"}],["line",{x1:"10",x2:"10",y1:"18",y2:"11",key:"54lgf6"}],["line",{x1:"14",x2:"14",y1:"18",y2:"11",key:"380y"}],["line",{x1:"18",x2:"18",y1:"18",y2:"11",key:"1kevvc"}],["polygon",{points:"12 2 20 7 4 7",key:"jkujk7"}]],jae=ZC("Landmark",Eae);var Tae=Object.freeze({__proto__:null,__iconNode:Eae,default:jae});const Nae=[["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"}]],Rae=ZC("Languages",Nae);var Fae=Object.freeze({__proto__:null,__iconNode:Nae,default:Rae});const Iae=[["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"}]],zae=ZC("LaptopMinimalCheck",Iae);var Aae=Object.freeze({__proto__:null,__iconNode:Iae,default:zae});const Lae=[["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"}]],Bae=ZC("LaptopMinimal",Lae);var Vae=Object.freeze({__proto__:null,__iconNode:Lae,default:Bae});const $ae=[["path",{d:"M20 16V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v9m16 0H4m16 0 1.28 2.55a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45L4 16",key:"tarvll"}]],Hae=ZC("Laptop",$ae);var qae=Object.freeze({__proto__:null,__iconNode:$ae,default:Hae});const Wae=[["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"}]],Uae=ZC("LassoSelect",Wae);var Gae=Object.freeze({__proto__:null,__iconNode:Wae,default:Uae});const Kae=[["path",{d:"M7 22a5 5 0 0 1-2-4",key:"umushi"}],["path",{d:"M3.3 14A6.8 6.8 0 0 1 2 10c0-4.4 4.5-8 10-8s10 3.6 10 8-4.5 8-10 8a12 12 0 0 1-5-1",key:"146dds"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",key:"bq3ynw"}]],Yae=ZC("Lasso",Kae);var Zae=Object.freeze({__proto__:null,__iconNode:Kae,default:Yae});const Xae=[["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"}]],Qae=ZC("Laugh",Xae);var Jae=Object.freeze({__proto__:null,__iconNode:Xae,default:Qae});const eie=[["path",{d:"m16.02 12 5.48 3.13a1 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.74L7.98 12",key:"1cuww1"}],["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:"pdlvxu"}]],tie=ZC("Layers2",eie);var rie=Object.freeze({__proto__:null,__iconNode:eie,default:tie});const oie=[["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"}]],nie=ZC("Layers",oie);var aie=Object.freeze({__proto__:null,__iconNode:oie,default:nie});const iie=[["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"}]],sie=ZC("LayoutDashboard",iie);var lie=Object.freeze({__proto__:null,__iconNode:iie,default:sie});const cie=[["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"}]],uie=ZC("LayoutGrid",cie);var die=Object.freeze({__proto__:null,__iconNode:cie,default:uie});const pie=[["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"}]],hie=ZC("LayoutList",pie);var fie=Object.freeze({__proto__:null,__iconNode:pie,default:hie});const mie=[["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"}]],yie=ZC("LayoutPanelLeft",mie);var gie=Object.freeze({__proto__:null,__iconNode:mie,default:yie});const vie=[["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"}]],xie=ZC("LayoutPanelTop",vie);var bie=Object.freeze({__proto__:null,__iconNode:vie,default:xie});const wie=[["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"}]],kie=ZC("LayoutTemplate",wie);var _ie=Object.freeze({__proto__:null,__iconNode:wie,default:kie});const Cie=[["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"}]],Mie=ZC("Leaf",Cie);var Sie=Object.freeze({__proto__:null,__iconNode:Cie,default:Mie});const Die=[["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"}]],Oie=ZC("LeafyGreen",Die);var Pie=Object.freeze({__proto__:null,__iconNode:Die,default:Oie});const Eie=[["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"}]],jie=ZC("Lectern",Eie);var Tie=Object.freeze({__proto__:null,__iconNode:Eie,default:jie});const Nie=[["path",{d:"M15 12h6",key:"upa0zy"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"m3 13 3.553-7.724a.5.5 0 0 1 .894 0L11 13",key:"blevx4"}],["path",{d:"M3 18h18",key:"1h113x"}],["path",{d:"M4 11h6",key:"olkgv1"}]],Rie=ZC("LetterText",Nie);var Fie=Object.freeze({__proto__:null,__iconNode:Nie,default:Rie});const Iie=[["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"}]],zie=ZC("LibraryBig",Iie);var Aie=Object.freeze({__proto__:null,__iconNode:Iie,default:zie});const Lie=[["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"}]],Bie=ZC("Library",Lie);var Vie=Object.freeze({__proto__:null,__iconNode:Lie,default:Bie});const $ie=[["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"}]],Hie=ZC("LifeBuoy",$ie);var qie=Object.freeze({__proto__:null,__iconNode:$ie,default:Hie});const Wie=[["path",{d:"M8 20V8c0-2.2 1.8-4 4-4 1.5 0 2.8.8 3.5 2",key:"1rtphz"}],["path",{d:"M6 12h4",key:"a4o3ry"}],["path",{d:"M14 12h2v8",key:"c1fccl"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M14 20h4",key:"lzx1xo"}]],Uie=ZC("Ligature",Wie);var Gie=Object.freeze({__proto__:null,__iconNode:Wie,default:Uie});const Kie=[["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"}]],Yie=ZC("LightbulbOff",Kie);var Zie=Object.freeze({__proto__:null,__iconNode:Kie,default:Yie});const Xie=[["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"}]],Qie=ZC("Lightbulb",Xie);var Jie=Object.freeze({__proto__:null,__iconNode:Xie,default:Qie});const ese=[["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"}]],tse=ZC("Link2Off",ese);var rse=Object.freeze({__proto__:null,__iconNode:ese,default:tse});const ose=[["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"}]],nse=ZC("Link2",ose);var ase=Object.freeze({__proto__:null,__iconNode:ose,default:nse});const ise=[["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"}]],sse=ZC("Link",ise);var lse=Object.freeze({__proto__:null,__iconNode:ise,default:sse});const cse=[["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"}]],use=ZC("Linkedin",cse);var dse=Object.freeze({__proto__:null,__iconNode:cse,default:use});const pse=[["path",{d:"M11 18H3",key:"n3j2dh"}],["path",{d:"m15 18 2 2 4-4",key:"1szwhi"}],["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 6H3",key:"1wxfjs"}]],hse=ZC("ListCheck",pse);var fse=Object.freeze({__proto__:null,__iconNode:pse,default:hse});const mse=[["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"m3 7 2 2 4-4",key:"1obspn"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}]],yse=ZC("ListChecks",mse);var gse=Object.freeze({__proto__:null,__iconNode:mse,default:yse});const vse=[["path",{d:"m3 10 2.5-2.5L3 5",key:"i6eama"}],["path",{d:"m3 19 2.5-2.5L3 14",key:"w2gmor"}],["path",{d:"M10 6h11",key:"c7qv1k"}],["path",{d:"M10 12h11",key:"6m4ad9"}],["path",{d:"M10 18h11",key:"11hvi2"}]],xse=ZC("ListCollapse",vse);var bse=Object.freeze({__proto__:null,__iconNode:vse,default:xse});const wse=[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M10 18H3",key:"13769t"}],["path",{d:"M21 6v10a2 2 0 0 1-2 2h-5",key:"ilrcs8"}],["path",{d:"m16 16-2 2 2 2",key:"kkc6pm"}]],kse=ZC("ListEnd",wse);var _se=Object.freeze({__proto__:null,__iconNode:wse,default:kse});const Cse=[["path",{d:"M10 18h4",key:"1ulq68"}],["path",{d:"M11 6H3",key:"1u26ik"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"M18 9V3",key:"xwwp7m"}],["path",{d:"M7 12h8",key:"7a1bxv"}]],Mse=ZC("ListFilterPlus",Cse);var Sse=Object.freeze({__proto__:null,__iconNode:Cse,default:Mse});const Dse=[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M21 12h-6",key:"bt1uis"}]],Ose=ZC("ListMinus",Dse);var Pse=Object.freeze({__proto__:null,__iconNode:Dse,default:Ose});const Ese=[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M10 18h4",key:"1ulq68"}]],jse=ZC("ListFilter",Ese);var Tse=Object.freeze({__proto__:null,__iconNode:Ese,default:jse});const Nse=[["path",{d:"M21 15V6",key:"h1cx4g"}],["path",{d:"M18.5 18a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z",key:"8saifv"}],["path",{d:"M12 12H3",key:"18klou"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M12 18H3",key:"11ftsu"}]],Rse=ZC("ListMusic",Nse);var Fse=Object.freeze({__proto__:null,__iconNode:Nse,default:Rse});const Ise=[["path",{d:"M10 12h11",key:"6m4ad9"}],["path",{d:"M10 18h11",key:"11hvi2"}],["path",{d:"M10 6h11",key:"c7qv1k"}],["path",{d:"M4 10h2",key:"16xx2s"}],["path",{d:"M4 6h1v4",key:"cnovpq"}],["path",{d:"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1",key:"m9a95d"}]],zse=ZC("ListOrdered",Ise);var Ase=Object.freeze({__proto__:null,__iconNode:Ise,default:zse});const Lse=[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M18 9v6",key:"1twb98"}],["path",{d:"M21 12h-6",key:"bt1uis"}]],Bse=ZC("ListPlus",Lse);var Vse=Object.freeze({__proto__:null,__iconNode:Lse,default:Bse});const $se=[["path",{d:"M21 6H3",key:"1jwq7v"}],["path",{d:"M7 12H3",key:"13ou7f"}],["path",{d:"M7 18H3",key:"1sijw9"}],["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"}]],Hse=ZC("ListRestart",$se);var qse=Object.freeze({__proto__:null,__iconNode:$se,default:Hse});const Wse=[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M10 6H3",key:"lf8lx7"}],["path",{d:"M21 18V8a2 2 0 0 0-2-2h-5",key:"1hghli"}],["path",{d:"m16 8-2-2 2-2",key:"160uvd"}]],Use=ZC("ListStart",Wse);var Gse=Object.freeze({__proto__:null,__iconNode:Wse,default:Use});const Kse=[["rect",{x:"3",y:"5",width:"6",height:"6",rx:"1",key:"1defrl"}],["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}]],Yse=ZC("ListTodo",Kse);var Zse=Object.freeze({__proto__:null,__iconNode:Kse,default:Yse});const Xse=[["path",{d:"M12 12H3",key:"18klou"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M12 18H3",key:"11ftsu"}],["path",{d:"m16 12 5 3-5 3v-6Z",key:"zpskkp"}]],Qse=ZC("ListVideo",Xse);var Jse=Object.freeze({__proto__:null,__iconNode:Xse,default:Qse});const ele=[["path",{d:"M21 12h-8",key:"1bmf0i"}],["path",{d:"M21 6H8",key:"1pqkrb"}],["path",{d:"M21 18h-8",key:"1tm79t"}],["path",{d:"M3 6v4c0 1.1.9 2 2 2h3",key:"1ywdgy"}],["path",{d:"M3 10v6c0 1.1.9 2 2 2h3",key:"2wc746"}]],tle=ZC("ListTree",ele);var rle=Object.freeze({__proto__:null,__iconNode:ele,default:tle});const ole=[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"m19 10-4 4",key:"1tz659"}],["path",{d:"m15 10 4 4",key:"1n7nei"}]],nle=ZC("ListX",ole);var ale=Object.freeze({__proto__:null,__iconNode:ole,default:nle});const ile=[["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 18h.01",key:"1tta3j"}],["path",{d:"M3 6h.01",key:"1rqtza"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 18h13",key:"1lx6n3"}],["path",{d:"M8 6h13",key:"ik3vkj"}]],sle=ZC("List",ile);var lle=Object.freeze({__proto__:null,__iconNode:ile,default:sle});const cle=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]],ule=ZC("LoaderCircle",cle);var dle=Object.freeze({__proto__:null,__iconNode:cle,default:ule});const ple=[["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"}]],hle=ZC("LoaderPinwheel",ple);var fle=Object.freeze({__proto__:null,__iconNode:ple,default:hle});const mle=[["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"}]],yle=ZC("Loader",mle);var gle=Object.freeze({__proto__:null,__iconNode:mle,default:yle});const vle=[["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"}]],xle=ZC("LocateFixed",vle);var ble=Object.freeze({__proto__:null,__iconNode:vle,default:xle});const wle=[["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"}],["path",{d:"M7.11 7.11C5.83 8.39 5 10.1 5 12c0 3.87 3.13 7 7 7 1.9 0 3.61-.83 4.89-2.11",key:"1oh7ia"}],["path",{d:"M18.71 13.96c.19-.63.29-1.29.29-1.96 0-3.87-3.13-7-7-7-.67 0-1.33.1-1.96.29",key:"3qdecy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],kle=ZC("LocateOff",wle);var _le=Object.freeze({__proto__:null,__iconNode:wle,default:kle});const Cle=[["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"}]],Mle=ZC("Locate",Cle);var Sle=Object.freeze({__proto__:null,__iconNode:Cle,default:Mle});const Dle=[["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"}]],Ole=ZC("LockKeyholeOpen",Dle);var Ple=Object.freeze({__proto__:null,__iconNode:Dle,default:Ole});const Ele=[["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"}]],jle=ZC("LockKeyhole",Ele);var Tle=Object.freeze({__proto__:null,__iconNode:Ele,default:jle});const Nle=[["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"}]],Rle=ZC("LockOpen",Nle);var Fle=Object.freeze({__proto__:null,__iconNode:Nle,default:Rle});const Ile=[["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"}]],zle=ZC("Lock",Ile);var Ale=Object.freeze({__proto__:null,__iconNode:Ile,default:zle});const Lle=[["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4",key:"u53s6r"}],["polyline",{points:"10 17 15 12 10 7",key:"1ail0h"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12",key:"v6grx8"}]],Ble=ZC("LogIn",Lle);var Vle=Object.freeze({__proto__:null,__iconNode:Lle,default:Ble});const $le=[["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}],["polyline",{points:"16 17 21 12 16 7",key:"1gabdz"}],["line",{x1:"21",x2:"9",y1:"12",y2:"12",key:"1uyos4"}]],Hle=ZC("LogOut",$le);var qle=Object.freeze({__proto__:null,__iconNode:$le,default:Hle});const Wle=[["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M3 18h1",key:"1eiwyy"}],["path",{d:"M3 6h1",key:"rgxa97"}],["path",{d:"M8 12h1",key:"1con00"}],["path",{d:"M8 18h1",key:"13wk12"}],["path",{d:"M8 6h1",key:"tn6mkg"}]],Ule=ZC("Logs",Wle);var Gle=Object.freeze({__proto__:null,__iconNode:Wle,default:Ule});const Kle=[["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"}]],Yle=ZC("Lollipop",Kle);var Zle=Object.freeze({__proto__:null,__iconNode:Kle,default:Yle});const Xle=[["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"}]],Qle=ZC("Luggage",Xle);var Jle=Object.freeze({__proto__:null,__iconNode:Xle,default:Qle});const ece=[["path",{d:"m6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15",key:"1i3lhw"}],["path",{d:"m5 8 4 4",key:"j6kj7e"}],["path",{d:"m12 15 4 4",key:"lnac28"}]],tce=ZC("Magnet",ece);var rce=Object.freeze({__proto__:null,__iconNode:ece,default:tce});const oce=[["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"}]],nce=ZC("MailCheck",oce);var ace=Object.freeze({__proto__:null,__iconNode:oce,default:nce});const ice=[["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"}]],sce=ZC("MailMinus",ice);var lce=Object.freeze({__proto__:null,__iconNode:ice,default:sce});const cce=[["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"}]],uce=ZC("MailOpen",cce);var dce=Object.freeze({__proto__:null,__iconNode:cce,default:uce});const pce=[["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"}]],hce=ZC("MailPlus",pce);var fce=Object.freeze({__proto__:null,__iconNode:pce,default:hce});const mce=[["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"}]],yce=ZC("MailQuestion",mce);var gce=Object.freeze({__proto__:null,__iconNode:mce,default:yce});const vce=[["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"}]],xce=ZC("MailSearch",vce);var bce=Object.freeze({__proto__:null,__iconNode:vce,default:xce});const wce=[["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"}]],kce=ZC("MailWarning",wce);var _ce=Object.freeze({__proto__:null,__iconNode:wce,default:kce});const Cce=[["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"}]],Mce=ZC("MailX",Cce);var Sce=Object.freeze({__proto__:null,__iconNode:Cce,default:Mce});const Dce=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}]],Oce=ZC("Mail",Dce);var Pce=Object.freeze({__proto__:null,__iconNode:Dce,default:Oce});const Ece=[["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"}]],jce=ZC("Mailbox",Ece);var Tce=Object.freeze({__proto__:null,__iconNode:Ece,default:jce});const Nce=[["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"}]],Rce=ZC("MapPinCheckInside",Nce);var Fce=Object.freeze({__proto__:null,__iconNode:Nce,default:Rce});const Ice=[["rect",{width:"16",height:"13",x:"6",y:"4",rx:"2",key:"1drq3f"}],["path",{d:"m22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7",key:"xn252p"}],["path",{d:"M2 8v11c0 1.1.9 2 2 2h14",key:"n13cji"}]],zce=ZC("Mails",Ice);var Ace=Object.freeze({__proto__:null,__iconNode:Ice,default:zce});const Lce=[["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"}]],Bce=ZC("MapPinCheck",Lce);var Vce=Object.freeze({__proto__:null,__iconNode:Lce,default:Bce});const $ce=[["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"}]],Hce=ZC("MapPinHouse",$ce);var qce=Object.freeze({__proto__:null,__iconNode:$ce,default:Hce});const Wce=[["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"}]],Uce=ZC("MapPinMinusInside",Wce);var Gce=Object.freeze({__proto__:null,__iconNode:Wce,default:Uce});const Kce=[["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"}]],Yce=ZC("MapPinMinus",Kce);var Zce=Object.freeze({__proto__:null,__iconNode:Kce,default:Yce});const Xce=[["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"}]],Qce=ZC("MapPinOff",Xce);var Jce=Object.freeze({__proto__:null,__iconNode:Xce,default:Qce});const eue=[["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"}]],tue=ZC("MapPinPlusInside",eue);var rue=Object.freeze({__proto__:null,__iconNode:eue,default:tue});const oue=[["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"}]],nue=ZC("MapPinPlus",oue);var aue=Object.freeze({__proto__:null,__iconNode:oue,default:nue});const iue=[["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"}]],sue=ZC("MapPinXInside",iue);var lue=Object.freeze({__proto__:null,__iconNode:iue,default:sue});const cue=[["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"}]],uue=ZC("MapPinX",cue);var due=Object.freeze({__proto__:null,__iconNode:cue,default:uue});const pue=[["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"}]],hue=ZC("MapPin",pue);var fue=Object.freeze({__proto__:null,__iconNode:pue,default:hue});const mue=[["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"}]],yue=ZC("MapPinned",mue);var gue=Object.freeze({__proto__:null,__iconNode:mue,default:yue});const vue=[["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"}]],xue=ZC("MapPlus",vue);var bue=Object.freeze({__proto__:null,__iconNode:vue,default:xue});const wue=[["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"}]],kue=ZC("Map",wue);var _ue=Object.freeze({__proto__:null,__iconNode:wue,default:kue});const Cue=[["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"}]],Mue=ZC("MarsStroke",Cue);var Sue=Object.freeze({__proto__:null,__iconNode:Cue,default:Mue});const Due=[["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"}]],Oue=ZC("Mars",Due);var Pue=Object.freeze({__proto__:null,__iconNode:Due,default:Oue});const Eue=[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M12 11v11",key:"ur9y6a"}],["path",{d:"m19 3-7 8-7-8Z",key:"1sgpiw"}]],jue=ZC("Martini",Eue);var Tue=Object.freeze({__proto__:null,__iconNode:Eue,default:jue});const Nue=[["polyline",{points:"15 3 21 3 21 9",key:"mznyad"}],["polyline",{points:"9 21 3 21 3 15",key:"1avn1i"}],["line",{x1:"21",x2:"14",y1:"3",y2:"10",key:"ota7mn"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]],Rue=ZC("Maximize2",Nue);var Fue=Object.freeze({__proto__:null,__iconNode:Nue,default:Rue});const Iue=[["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"}]],zue=ZC("Maximize",Iue);var Aue=Object.freeze({__proto__:null,__iconNode:Iue,default:zue});const Lue=[["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"}]],Bue=ZC("Medal",Lue);var Vue=Object.freeze({__proto__:null,__iconNode:Lue,default:Bue});const $ue=[["path",{d:"M9.26 9.26 3 11v3l14.14 3.14",key:"3429n"}],["path",{d:"M21 15.34V6l-7.31 2.03",key:"4o1dh8"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6",key:"1yl0tm"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],Hue=ZC("MegaphoneOff",$ue);var que=Object.freeze({__proto__:null,__iconNode:$ue,default:Hue});const Wue=[["path",{d:"m3 11 18-5v12L3 14v-3z",key:"n962bs"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6",key:"1yl0tm"}]],Uue=ZC("Megaphone",Wue);var Gue=Object.freeze({__proto__:null,__iconNode:Wue,default:Uue});const Kue=[["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"}]],Yue=ZC("Meh",Kue);var Zue=Object.freeze({__proto__:null,__iconNode:Kue,default:Yue});const Xue=[["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"}]],Que=ZC("MemoryStick",Xue);var Jue=Object.freeze({__proto__:null,__iconNode:Xue,default:Que});const ede=[["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}],["line",{x1:"4",x2:"20",y1:"6",y2:"6",key:"1owob3"}],["line",{x1:"4",x2:"20",y1:"18",y2:"18",key:"yk5zj1"}]],tde=ZC("Menu",ede);var rde=Object.freeze({__proto__:null,__iconNode:ede,default:tde});const ode=[["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"}]],nde=ZC("Merge",ode);var ade=Object.freeze({__proto__:null,__iconNode:ode,default:nde});const ide=[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22z",key:"k85zhp"}]],sde=ZC("MessageCircleCode",ide);var lde=Object.freeze({__proto__:null,__iconNode:ide,default:sde});const cde=[["path",{d:"M13.5 3.1c-.5 0-1-.1-1.5-.1s-1 .1-1.5.1",key:"16ll65"}],["path",{d:"M19.3 6.8a10.45 10.45 0 0 0-2.1-2.1",key:"1nq77a"}],["path",{d:"M20.9 13.5c.1-.5.1-1 .1-1.5s-.1-1-.1-1.5",key:"1sf7wn"}],["path",{d:"M17.2 19.3a10.45 10.45 0 0 0 2.1-2.1",key:"x1hs5g"}],["path",{d:"M10.5 20.9c.5.1 1 .1 1.5.1s1-.1 1.5-.1",key:"19m18z"}],["path",{d:"M3.5 17.5 2 22l4.5-1.5",key:"1f36qi"}],["path",{d:"M3.1 10.5c0 .5-.1 1-.1 1.5s.1 1 .1 1.5",key:"1vz3ju"}],["path",{d:"M6.8 4.7a10.45 10.45 0 0 0-2.1 2.1",key:"19f9do"}]],ude=ZC("MessageCircleDashed",cde);var dde=Object.freeze({__proto__:null,__iconNode:cde,default:ude});const pde=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M15.8 9.2a2.5 2.5 0 0 0-3.5 0l-.3.4-.35-.3a2.42 2.42 0 1 0-3.2 3.6l3.6 3.5 3.6-3.5c1.2-1.2 1.1-2.7.2-3.7",key:"43lnbm"}]],hde=ZC("MessageCircleHeart",pde);var fde=Object.freeze({__proto__:null,__iconNode:pde,default:hde});const mde=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]],yde=ZC("MessageCircleMore",mde);var gde=Object.freeze({__proto__:null,__iconNode:mde,default:yde});const vde=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]],xde=ZC("MessageCirclePlus",vde);var bde=Object.freeze({__proto__:null,__iconNode:vde,default:xde});const wde=[["path",{d:"M20.5 14.9A9 9 0 0 0 9.1 3.5",key:"1iebmn"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5.6 5.6C3 8.3 2.2 12.5 4 16l-2 6 6-2c3.4 1.8 7.6 1.1 10.3-1.7",key:"1ov8ce"}]],kde=ZC("MessageCircleOff",wde);var _de=Object.freeze({__proto__:null,__iconNode:wde,default:kde});const Cde=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["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"}]],Mde=ZC("MessageCircleQuestion",Cde);var Sde=Object.freeze({__proto__:null,__iconNode:Cde,default:Mde});const Dde=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}],["path",{d:"M7 12h7a2 2 0 0 1 2 2v1",key:"1gheu4"}]],Ode=ZC("MessageCircleReply",Dde);var Pde=Object.freeze({__proto__:null,__iconNode:Dde,default:Ode});const Ede=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],jde=ZC("MessageCircleX",Ede);var Tde=Object.freeze({__proto__:null,__iconNode:Ede,default:jde});const Nde=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}]],Rde=ZC("MessageCircle",Nde);var Fde=Object.freeze({__proto__:null,__iconNode:Nde,default:Rde});const Ide=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]],zde=ZC("MessageCircleWarning",Ide);var Ade=Object.freeze({__proto__:null,__iconNode:Ide,default:zde});const Lde=[["path",{d:"M10 7.5 8 10l2 2.5",key:"xb17xw"}],["path",{d:"m14 7.5 2 2.5-2 2.5",key:"5rap1v"}],["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}]],Bde=ZC("MessageSquareCode",Lde);var Vde=Object.freeze({__proto__:null,__iconNode:Lde,default:Bde});const $de=[["path",{d:"M10 17H7l-4 4v-7",key:"1r71xu"}],["path",{d:"M14 17h1",key:"nufu4t"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 14v1a2 2 0 0 1-2 2",key:"29akq3"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M9 3h1",key:"1yesri"}]],Hde=ZC("MessageSquareDashed",$de);var qde=Object.freeze({__proto__:null,__iconNode:$de,default:Hde});const Wde=[["path",{d:"m5 19-2 2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2",key:"1xuzuj"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 17h6",key:"r8uit2"}]],Ude=ZC("MessageSquareDiff",Wde);var Gde=Object.freeze({__proto__:null,__iconNode:Wde,default:Ude});const Kde=[["path",{d:"M11.7 3H5a2 2 0 0 0-2 2v16l4-4h12a2 2 0 0 0 2-2v-2.7",key:"uodpkb"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}]],Yde=ZC("MessageSquareDot",Kde);var Zde=Object.freeze({__proto__:null,__iconNode:Kde,default:Yde});const Xde=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M14.8 7.5a1.84 1.84 0 0 0-2.6 0l-.2.3-.3-.3a1.84 1.84 0 1 0-2.4 2.8L12 13l2.7-2.7c.9-.9.8-2.1.1-2.8",key:"1blaws"}]],Qde=ZC("MessageSquareHeart",Xde);var Jde=Object.freeze({__proto__:null,__iconNode:Xde,default:Qde});const epe=[["path",{d:"M19 15v-2a2 2 0 1 0-4 0v2",key:"h3d1vz"}],["path",{d:"M9 17H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3.5",key:"xsnnhn"}],["rect",{x:"13",y:"15",width:"8",height:"5",rx:"1",key:"1ccwuk"}]],tpe=ZC("MessageSquareLock",epe);var rpe=Object.freeze({__proto__:null,__iconNode:epe,default:tpe});const ope=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M16 10h.01",key:"1m94wz"}]],npe=ZC("MessageSquareMore",ope);var ape=Object.freeze({__proto__:null,__iconNode:ope,default:npe});const ipe=[["path",{d:"M21 15V5a2 2 0 0 0-2-2H9",key:"43el77"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M3.6 3.6c-.4.3-.6.8-.6 1.4v16l4-4h10",key:"pwpm4a"}]],spe=ZC("MessageSquareOff",ipe);var lpe=Object.freeze({__proto__:null,__iconNode:ipe,default:spe});const cpe=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]],upe=ZC("MessageSquarePlus",cpe);var dpe=Object.freeze({__proto__:null,__iconNode:cpe,default:upe});const ppe=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M8 12a2 2 0 0 0 2-2V8H8",key:"1jfesj"}],["path",{d:"M14 12a2 2 0 0 0 2-2V8h-2",key:"1dq9mh"}]],hpe=ZC("MessageSquareQuote",ppe);var fpe=Object.freeze({__proto__:null,__iconNode:ppe,default:hpe});const mpe=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"m10 7-3 3 3 3",key:"1eugdv"}],["path",{d:"M17 13v-1a2 2 0 0 0-2-2H7",key:"ernfh3"}]],ype=ZC("MessageSquareReply",mpe);var gpe=Object.freeze({__proto__:null,__iconNode:mpe,default:ype});const vpe=[["path",{d:"M21 12v3a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h7",key:"tqtdkg"}],["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"m16 8 5-5",key:"15mbrl"}]],xpe=ZC("MessageSquareShare",vpe);var bpe=Object.freeze({__proto__:null,__iconNode:vpe,default:xpe});const wpe=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M13 8H7",key:"14i4kc"}],["path",{d:"M17 12H7",key:"16if0g"}]],kpe=ZC("MessageSquareText",wpe);var _pe=Object.freeze({__proto__:null,__iconNode:wpe,default:kpe});const Cpe=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M12 7v2",key:"stiyo7"}],["path",{d:"M12 13h.01",key:"y0uutt"}]],Mpe=ZC("MessageSquareWarning",Cpe);var Spe=Object.freeze({__proto__:null,__iconNode:Cpe,default:Mpe});const Dpe=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]],Ope=ZC("MessageSquareX",Dpe);var Ppe=Object.freeze({__proto__:null,__iconNode:Dpe,default:Ope});const Epe=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}]],jpe=ZC("MessageSquare",Epe);var Tpe=Object.freeze({__proto__:null,__iconNode:Epe,default:jpe});const Npe=[["path",{d:"M14 9a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2z",key:"p1xzt8"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1",key:"1cx29u"}]],Rpe=ZC("MessagesSquare",Npe);var Fpe=Object.freeze({__proto__:null,__iconNode:Npe,default:Rpe});const Ipe=[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M18.89 13.23A7.12 7.12 0 0 0 19 12v-2",key:"80xlxr"}],["path",{d:"M5 10v2a7 7 0 0 0 12 5",key:"p2k8kg"}],["path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33",key:"1gzdoj"}],["path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12",key:"r2i35w"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}]],zpe=ZC("MicOff",Ipe);var Ape=Object.freeze({__proto__:null,__iconNode:Ipe,default:zpe});const Lpe=[["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"}]],Bpe=ZC("MicVocal",Lpe);var Vpe=Object.freeze({__proto__:null,__iconNode:Lpe,default:Bpe});const $pe=[["path",{d:"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z",key:"131961"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2",key:"1vc78b"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}]],Hpe=ZC("Mic",$pe);var qpe=Object.freeze({__proto__:null,__iconNode:$pe,default:Hpe});const Wpe=[["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"}]],Upe=ZC("Microchip",Wpe);var Gpe=Object.freeze({__proto__:null,__iconNode:Wpe,default:Upe});const Kpe=[["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"}]],Ype=ZC("Microscope",Kpe);var Zpe=Object.freeze({__proto__:null,__iconNode:Kpe,default:Ype});const Xpe=[["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"}]],Qpe=ZC("Microwave",Xpe);var Jpe=Object.freeze({__proto__:null,__iconNode:Xpe,default:Qpe});const ehe=[["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"}]],the=ZC("Milestone",ehe);var rhe=Object.freeze({__proto__:null,__iconNode:ehe,default:the});const ohe=[["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"}]],nhe=ZC("MilkOff",ohe);var ahe=Object.freeze({__proto__:null,__iconNode:ohe,default:nhe});const ihe=[["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"}]],she=ZC("Milk",ihe);var lhe=Object.freeze({__proto__:null,__iconNode:ihe,default:she});const che=[["polyline",{points:"4 14 10 14 10 20",key:"11kfnr"}],["polyline",{points:"20 10 14 10 14 4",key:"rlmsce"}],["line",{x1:"14",x2:"21",y1:"10",y2:"3",key:"o5lafz"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]],uhe=ZC("Minimize2",che);var dhe=Object.freeze({__proto__:null,__iconNode:che,default:uhe});const phe=[["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"}]],hhe=ZC("Minimize",phe);var fhe=Object.freeze({__proto__:null,__iconNode:phe,default:hhe});const mhe=[["path",{d:"M5 12h14",key:"1ays0h"}]],yhe=ZC("Minus",mhe);var ghe=Object.freeze({__proto__:null,__iconNode:mhe,default:yhe});const vhe=[["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"}]],xhe=ZC("MonitorCheck",vhe);var bhe=Object.freeze({__proto__:null,__iconNode:vhe,default:xhe});const whe=[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m15.2 4.9-.9-.4",key:"12wd2u"}],["path",{d:"m15.2 7.1-.9.4",key:"1r2vl7"}],["path",{d:"m16.9 3.2-.4-.9",key:"3zbo91"}],["path",{d:"m16.9 8.8-.4.9",key:"1qr2dn"}],["path",{d:"m19.5 2.3-.4.9",key:"1rjrkq"}],["path",{d:"m19.5 9.7-.4-.9",key:"heryx5"}],["path",{d:"m21.7 4.5-.9.4",key:"17fqt1"}],["path",{d:"m21.7 7.5-.9-.4",key:"14zyni"}],["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"}]],khe=ZC("MonitorCog",whe);var _he=Object.freeze({__proto__:null,__iconNode:whe,default:khe});const Che=[["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}],["path",{d:"M22 12v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9",key:"1fet9y"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]],Mhe=ZC("MonitorDot",Che);var She=Object.freeze({__proto__:null,__iconNode:Che,default:Mhe});const Dhe=[["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"}]],Ohe=ZC("MonitorDown",Dhe);var Phe=Object.freeze({__proto__:null,__iconNode:Dhe,default:Ohe});const Ehe=[["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"}]],jhe=ZC("MonitorOff",Ehe);var The=Object.freeze({__proto__:null,__iconNode:Ehe,default:jhe});const Nhe=[["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"}]],Rhe=ZC("MonitorPause",Nhe);var Fhe=Object.freeze({__proto__:null,__iconNode:Nhe,default:Rhe});const Ihe=[["path",{d:"M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z",key:"1pctta"}],["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"}]],zhe=ZC("MonitorPlay",Ihe);var Ahe=Object.freeze({__proto__:null,__iconNode:Ihe,default:zhe});const Lhe=[["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"}]],Bhe=ZC("MonitorSmartphone",Lhe);var Vhe=Object.freeze({__proto__:null,__iconNode:Lhe,default:Bhe});const $he=[["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"}]],Hhe=ZC("MonitorSpeaker",$he);var qhe=Object.freeze({__proto__:null,__iconNode:$he,default:Hhe});const Whe=[["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"}]],Uhe=ZC("MonitorStop",Whe);var Ghe=Object.freeze({__proto__:null,__iconNode:Whe,default:Uhe});const Khe=[["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"}]],Yhe=ZC("MonitorUp",Khe);var Zhe=Object.freeze({__proto__:null,__iconNode:Khe,default:Yhe});const Xhe=[["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"}]],Qhe=ZC("MonitorX",Xhe);var Jhe=Object.freeze({__proto__:null,__iconNode:Xhe,default:Qhe});const efe=[["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"}]],tfe=ZC("Monitor",efe);var rfe=Object.freeze({__proto__:null,__iconNode:efe,default:tfe});const ofe=[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9",key:"4ay0iu"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}]],nfe=ZC("MoonStar",ofe);var afe=Object.freeze({__proto__:null,__iconNode:ofe,default:nfe});const ife=[["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"}]],sfe=ZC("MountainSnow",ife);var lfe=Object.freeze({__proto__:null,__iconNode:ife,default:sfe});const cfe=[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z",key:"a7tn18"}]],ufe=ZC("Moon",cfe);var dfe=Object.freeze({__proto__:null,__iconNode:cfe,default:ufe});const pfe=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}]],hfe=ZC("Mountain",pfe);var ffe=Object.freeze({__proto__:null,__iconNode:pfe,default:hfe});const mfe=[["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"}]],yfe=ZC("MouseOff",mfe);var gfe=Object.freeze({__proto__:null,__iconNode:mfe,default:yfe});const vfe=[["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"}]],xfe=ZC("MousePointer2",vfe);var bfe=Object.freeze({__proto__:null,__iconNode:vfe,default:xfe});const wfe=[["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"}]],kfe=ZC("MousePointerBan",wfe);var _fe=Object.freeze({__proto__:null,__iconNode:wfe,default:kfe});const Cfe=[["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"}]],Mfe=ZC("MousePointerClick",Cfe);var Sfe=Object.freeze({__proto__:null,__iconNode:Cfe,default:Mfe});const Dfe=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7",key:"11ol66"}],["path",{d:"M12 6v4",key:"16clxf"}]],Ofe=ZC("Mouse",Dfe);var Pfe=Object.freeze({__proto__:null,__iconNode:Dfe,default:Ofe});const Efe=[["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"}]],jfe=ZC("MousePointer",Efe);var Tfe=Object.freeze({__proto__:null,__iconNode:Efe,default:jfe});const Nfe=[["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"}]],Rfe=ZC("Move3d",Nfe);var Ffe=Object.freeze({__proto__:null,__iconNode:Nfe,default:Rfe});const Ife=[["path",{d:"M19 13v6h-6",key:"1hxl6d"}],["path",{d:"M5 11V5h6",key:"12e2xe"}],["path",{d:"m5 5 14 14",key:"11anup"}]],zfe=ZC("MoveDiagonal2",Ife);var Afe=Object.freeze({__proto__:null,__iconNode:Ife,default:zfe});const Lfe=[["path",{d:"M11 19H5v-6",key:"8awifj"}],["path",{d:"M13 5h6v6",key:"7voy1q"}],["path",{d:"M19 5 5 19",key:"wwaj1z"}]],Bfe=ZC("MoveDiagonal",Lfe);var Vfe=Object.freeze({__proto__:null,__iconNode:Lfe,default:Bfe});const $fe=[["path",{d:"M11 19H5V13",key:"1akmht"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]],Hfe=ZC("MoveDownLeft",$fe);var qfe=Object.freeze({__proto__:null,__iconNode:$fe,default:Hfe});const Wfe=[["path",{d:"M19 13V19H13",key:"10vkzq"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]],Ufe=ZC("MoveDownRight",Wfe);var Gfe=Object.freeze({__proto__:null,__iconNode:Wfe,default:Ufe});const Kfe=[["path",{d:"M8 18L12 22L16 18",key:"cskvfv"}],["path",{d:"M12 2V22",key:"r89rzk"}]],Yfe=ZC("MoveDown",Kfe);var Zfe=Object.freeze({__proto__:null,__iconNode:Kfe,default:Yfe});const Xfe=[["path",{d:"M6 8L2 12L6 16",key:"kyvwex"}],["path",{d:"M2 12H22",key:"1m8cig"}]],Qfe=ZC("MoveLeft",Xfe);var Jfe=Object.freeze({__proto__:null,__iconNode:Xfe,default:Qfe});const eme=[["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"}]],tme=ZC("MoveHorizontal",eme);var rme=Object.freeze({__proto__:null,__iconNode:eme,default:tme});const ome=[["path",{d:"M18 8L22 12L18 16",key:"1r0oui"}],["path",{d:"M2 12H22",key:"1m8cig"}]],nme=ZC("MoveRight",ome);var ame=Object.freeze({__proto__:null,__iconNode:ome,default:nme});const ime=[["path",{d:"M5 11V5H11",key:"3q78g9"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]],sme=ZC("MoveUpLeft",ime);var lme=Object.freeze({__proto__:null,__iconNode:ime,default:sme});const cme=[["path",{d:"M13 5H19V11",key:"1n1gyv"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]],ume=ZC("MoveUpRight",cme);var dme=Object.freeze({__proto__:null,__iconNode:cme,default:ume});const pme=[["path",{d:"M8 6L12 2L16 6",key:"1yvkyx"}],["path",{d:"M12 2V22",key:"r89rzk"}]],hme=ZC("MoveUp",pme);var fme=Object.freeze({__proto__:null,__iconNode:pme,default:hme});const mme=[["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"}]],yme=ZC("MoveVertical",mme);var gme=Object.freeze({__proto__:null,__iconNode:mme,default:yme});const vme=[["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"}]],xme=ZC("Move",vme);var bme=Object.freeze({__proto__:null,__iconNode:vme,default:xme});const wme=[["circle",{cx:"8",cy:"18",r:"4",key:"1fc0mg"}],["path",{d:"M12 18V2l7 4",key:"g04rme"}]],kme=ZC("Music2",wme);var _me=Object.freeze({__proto__:null,__iconNode:wme,default:kme});const Cme=[["circle",{cx:"12",cy:"18",r:"4",key:"m3r9ws"}],["path",{d:"M16 18V2",key:"40x2m5"}]],Mme=ZC("Music3",Cme);var Sme=Object.freeze({__proto__:null,__iconNode:Cme,default:Mme});const Dme=[["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"}]],Ome=ZC("Music4",Dme);var Pme=Object.freeze({__proto__:null,__iconNode:Dme,default:Ome});const Eme=[["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"}]],jme=ZC("Music",Eme);var Tme=Object.freeze({__proto__:null,__iconNode:Eme,default:jme});const Nme=[["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"}]],Rme=ZC("Navigation2Off",Nme);var Fme=Object.freeze({__proto__:null,__iconNode:Nme,default:Rme});const Ime=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2",key:"x8c0qg"}]],zme=ZC("Navigation2",Ime);var Ame=Object.freeze({__proto__:null,__iconNode:Ime,default:zme});const Lme=[["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"}]],Bme=ZC("NavigationOff",Lme);var Vme=Object.freeze({__proto__:null,__iconNode:Lme,default:Bme});const $me=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]],Hme=ZC("Navigation",$me);var qme=Object.freeze({__proto__:null,__iconNode:$me,default:Hme});const Wme=[["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"}]],Ume=ZC("Network",Wme);var Gme=Object.freeze({__proto__:null,__iconNode:Wme,default:Ume});const Kme=[["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-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2",key:"7pis2x"}],["path",{d:"M18 14h-8",key:"sponae"}],["path",{d:"M15 18h-5",key:"95g1m2"}],["path",{d:"M10 6h8v4h-8V6Z",key:"smlsk5"}]],Yme=ZC("Newspaper",Kme);var Zme=Object.freeze({__proto__:null,__iconNode:Kme,default:Yme});const Xme=[["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"}]],Qme=ZC("Nfc",Xme);var Jme=Object.freeze({__proto__:null,__iconNode:Xme,default:Qme});const eye=[["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"}]],tye=ZC("NotebookPen",eye);var rye=Object.freeze({__proto__:null,__iconNode:eye,default:tye});const oye=[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"m9 4 6 4",key:"t8piew"}],["path",{d:"m9 8 6-4",key:"sndyih"}],["circle",{cx:"12",cy:"17",r:"5",key:"qbz8iq"}]],nye=ZC("NonBinary",oye);var aye=Object.freeze({__proto__:null,__iconNode:oye,default:nye});const iye=[["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"}]],sye=ZC("NotebookTabs",iye);var lye=Object.freeze({__proto__:null,__iconNode:iye,default:sye});const cye=[["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"}]],uye=ZC("NotebookText",cye);var dye=Object.freeze({__proto__:null,__iconNode:cye,default:uye});const pye=[["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"}]],hye=ZC("Notebook",pye);var fye=Object.freeze({__proto__:null,__iconNode:pye,default:hye});const mye=[["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"}]],yye=ZC("NotepadTextDashed",mye);var gye=Object.freeze({__proto__:null,__iconNode:mye,default:yye});const vye=[["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"}]],xye=ZC("NotepadText",vye);var bye=Object.freeze({__proto__:null,__iconNode:vye,default:xye});const wye=[["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"}]],kye=ZC("NutOff",wye);var _ye=Object.freeze({__proto__:null,__iconNode:wye,default:kye});const Cye=[["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"}]],Mye=ZC("Nut",Cye);var Sye=Object.freeze({__proto__:null,__iconNode:Cye,default:Mye});const Dye=[["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"}]],Oye=ZC("OctagonAlert",Dye);var Pye=Object.freeze({__proto__:null,__iconNode:Dye,default:Oye});const Eye=[["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"}]],jye=ZC("OctagonMinus",Eye);var Tye=Object.freeze({__proto__:null,__iconNode:Eye,default:jye});const Nye=[["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"}]],Rye=ZC("OctagonPause",Nye);var Fye=Object.freeze({__proto__:null,__iconNode:Nye,default:Rye});const Iye=[["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"}]],zye=ZC("OctagonX",Iye);var Aye=Object.freeze({__proto__:null,__iconNode:Iye,default:zye});const Lye=[["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"}]],Bye=ZC("Octagon",Lye);var Vye=Object.freeze({__proto__:null,__iconNode:Lye,default:Bye});const $ye=[["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"}]],Hye=ZC("Omega",$ye);var qye=Object.freeze({__proto__:null,__iconNode:$ye,default:Hye});const Wye=[["path",{d:"M3 3h6l6 18h6",key:"ph9rgk"}],["path",{d:"M14 3h7",key:"16f0ms"}]],Uye=ZC("Option",Wye);var Gye=Object.freeze({__proto__:null,__iconNode:Wye,default:Uye});const Kye=[["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"}],["path",{d:"M10.4 21.9a10 10 0 0 0 9.941-15.416",key:"eohfx2"}],["path",{d:"M13.5 2.1a10 10 0 0 0-9.841 15.416",key:"19pvbm"}]],Yye=ZC("Orbit",Kye);var Zye=Object.freeze({__proto__:null,__iconNode:Kye,default:Yye});const Xye=[["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"}]],Qye=ZC("Origami",Xye);var Jye=Object.freeze({__proto__:null,__iconNode:Xye,default:Qye});const ege=[["path",{d:"M3 9h18v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9Z",key:"1ront0"}],["path",{d:"m3 9 2.45-4.9A2 2 0 0 1 7.24 3h9.52a2 2 0 0 1 1.8 1.1L21 9",key:"19h2x1"}],["path",{d:"M12 3v6",key:"1holv5"}]],tge=ZC("Package2",ege);var rge=Object.freeze({__proto__:null,__iconNode:ege,default:tge});const oge=[["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"}]],nge=ZC("PackageCheck",oge);var age=Object.freeze({__proto__:null,__iconNode:oge,default:nge});const ige=[["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"}]],sge=ZC("PackageMinus",ige);var lge=Object.freeze({__proto__:null,__iconNode:ige,default:sge});const cge=[["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"}]],uge=ZC("PackageOpen",cge);var dge=Object.freeze({__proto__:null,__iconNode:cge,default:uge});const pge=[["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"}]],hge=ZC("PackagePlus",pge);var fge=Object.freeze({__proto__:null,__iconNode:pge,default:hge});const mge=[["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"}]],yge=ZC("PackageSearch",mge);var gge=Object.freeze({__proto__:null,__iconNode:mge,default:yge});const vge=[["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"}]],xge=ZC("PackageX",vge);var bge=Object.freeze({__proto__:null,__iconNode:vge,default:xge});const wge=[["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"}]],kge=ZC("Package",wge);var _ge=Object.freeze({__proto__:null,__iconNode:wge,default:kge});const Cge=[["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"}]],Mge=ZC("PaintBucket",Cge);var Sge=Object.freeze({__proto__:null,__iconNode:Cge,default:Mge});const Dge=[["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"}]],Oge=ZC("PaintRoller",Dge);var Pge=Object.freeze({__proto__:null,__iconNode:Dge,default:Oge});const Ege=[["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"}]],jge=ZC("PaintbrushVertical",Ege);var Tge=Object.freeze({__proto__:null,__iconNode:Ege,default:jge});const Nge=[["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"}]],Rge=ZC("Paintbrush",Nge);var Fge=Object.freeze({__proto__:null,__iconNode:Nge,default:Rge});const Ige=[["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:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z",key:"12rzf8"}]],zge=ZC("Palette",Ige);var Age=Object.freeze({__proto__:null,__iconNode:Ige,default:zge});const Lge=[["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"}]],Bge=ZC("PanelBottomClose",Lge);var Vge=Object.freeze({__proto__:null,__iconNode:Lge,default:Bge});const $ge=[["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"}]],Hge=ZC("PanelBottomDashed",$ge);var qge=Object.freeze({__proto__:null,__iconNode:$ge,default:Hge});const Wge=[["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"}]],Uge=ZC("PanelBottomOpen",Wge);var Gge=Object.freeze({__proto__:null,__iconNode:Wge,default:Uge});const Kge=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}]],Yge=ZC("PanelBottom",Kge);var Zge=Object.freeze({__proto__:null,__iconNode:Kge,default:Yge});const Xge=[["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"}]],Qge=ZC("PanelLeftClose",Xge);var Jge=Object.freeze({__proto__:null,__iconNode:Xge,default:Qge});const eve=[["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"}]],tve=ZC("PanelLeftDashed",eve);var rve=Object.freeze({__proto__:null,__iconNode:eve,default:tve});const ove=[["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"}]],nve=ZC("PanelLeftOpen",ove);var ave=Object.freeze({__proto__:null,__iconNode:ove,default:nve});const ive=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}]],sve=ZC("PanelLeft",ive);var lve=Object.freeze({__proto__:null,__iconNode:ive,default:sve});const cve=[["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"}]],uve=ZC("PanelRightClose",cve);var dve=Object.freeze({__proto__:null,__iconNode:cve,default:uve});const pve=[["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"}]],hve=ZC("PanelRightDashed",pve);var fve=Object.freeze({__proto__:null,__iconNode:pve,default:hve});const mve=[["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"}]],yve=ZC("PanelRightOpen",mve);var gve=Object.freeze({__proto__:null,__iconNode:mve,default:yve});const vve=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}]],xve=ZC("PanelRight",vve);var bve=Object.freeze({__proto__:null,__iconNode:vve,default:xve});const wve=[["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"}]],kve=ZC("PanelTopClose",wve);var _ve=Object.freeze({__proto__:null,__iconNode:wve,default:kve});const Cve=[["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"}]],Mve=ZC("PanelTopDashed",Cve);var Sve=Object.freeze({__proto__:null,__iconNode:Cve,default:Mve});const Dve=[["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"}]],Ove=ZC("PanelTopOpen",Dve);var Pve=Object.freeze({__proto__:null,__iconNode:Dve,default:Ove});const Eve=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}]],jve=ZC("PanelTop",Eve);var Tve=Object.freeze({__proto__:null,__iconNode:Eve,default:jve});const Nve=[["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"}]],Rve=ZC("PanelsLeftBottom",Nve);var Fve=Object.freeze({__proto__:null,__iconNode:Nve,default:Rve});const Ive=[["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"}]],zve=ZC("PanelsRightBottom",Ive);var Ave=Object.freeze({__proto__:null,__iconNode:Ive,default:zve});const Lve=[["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"}]],Bve=ZC("PanelsTopLeft",Lve);var Vve=Object.freeze({__proto__:null,__iconNode:Lve,default:Bve});const $ve=[["path",{d:"M13.234 20.252 21 12.3",key:"1cbrk9"}],["path",{d:"m16 6-8.414 8.586a2 2 0 0 0 0 2.828 2 2 0 0 0 2.828 0l8.414-8.586a4 4 0 0 0 0-5.656 4 4 0 0 0-5.656 0l-8.415 8.585a6 6 0 1 0 8.486 8.486",key:"1pkts6"}]],Hve=ZC("Paperclip",$ve);var qve=Object.freeze({__proto__:null,__iconNode:$ve,default:Hve});const Wve=[["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"}]],Uve=ZC("Parentheses",Wve);var Gve=Object.freeze({__proto__:null,__iconNode:Wve,default:Uve});const Kve=[["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"}]],Yve=ZC("ParkingMeter",Kve);var Zve=Object.freeze({__proto__:null,__iconNode:Kve,default:Yve});const Xve=[["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"}]],Qve=ZC("PartyPopper",Xve);var Jve=Object.freeze({__proto__:null,__iconNode:Xve,default:Qve});const exe=[["rect",{x:"14",y:"4",width:"4",height:"16",rx:"1",key:"zuxfzm"}],["rect",{x:"6",y:"4",width:"4",height:"16",rx:"1",key:"1okwgv"}]],txe=ZC("Pause",exe);var rxe=Object.freeze({__proto__:null,__iconNode:exe,default:txe});const oxe=[["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"}]],nxe=ZC("PawPrint",oxe);var axe=Object.freeze({__proto__:null,__iconNode:oxe,default:nxe});const ixe=[["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"}]],sxe=ZC("PcCase",ixe);var lxe=Object.freeze({__proto__:null,__iconNode:ixe,default:sxe});const cxe=[["path",{d:"M12 20h9",key:"t2du7b"}],["path",{d:"M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z",key:"1ykcvy"}]],uxe=ZC("PenLine",cxe);var dxe=Object.freeze({__proto__:null,__iconNode:cxe,default:uxe});const pxe=[["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"}]],hxe=ZC("PenOff",pxe);var fxe=Object.freeze({__proto__:null,__iconNode:pxe,default:hxe});const mxe=[["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"}]],yxe=ZC("PenTool",mxe);var gxe=Object.freeze({__proto__:null,__iconNode:mxe,default:yxe});const vxe=[["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"}]],xxe=ZC("Pen",vxe);var bxe=Object.freeze({__proto__:null,__iconNode:vxe,default:xxe});const wxe=[["path",{d:"M12 20h9",key:"t2du7b"}],["path",{d:"M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z",key:"1ykcvy"}],["path",{d:"m15 5 3 3",key:"1w25hb"}]],kxe=ZC("PencilLine",wxe);var _xe=Object.freeze({__proto__:null,__iconNode:wxe,default:kxe});const Cxe=[["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"}]],Mxe=ZC("PencilOff",Cxe);var Sxe=Object.freeze({__proto__:null,__iconNode:Cxe,default:Mxe});const Dxe=[["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"}]],Oxe=ZC("PencilRuler",Dxe);var Pxe=Object.freeze({__proto__:null,__iconNode:Dxe,default:Oxe});const Exe=[["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"}]],jxe=ZC("Pencil",Exe);var Txe=Object.freeze({__proto__:null,__iconNode:Exe,default:jxe});const Nxe=[["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"}]],Rxe=ZC("Pentagon",Nxe);var Fxe=Object.freeze({__proto__:null,__iconNode:Nxe,default:Rxe});const Ixe=[["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"}]],zxe=ZC("Percent",Ixe);var Axe=Object.freeze({__proto__:null,__iconNode:Ixe,default:zxe});const Lxe=[["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"}]],Bxe=ZC("PersonStanding",Lxe);var Vxe=Object.freeze({__proto__:null,__iconNode:Lxe,default:Bxe});const $xe=[["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"}]],Hxe=ZC("PhilippinePeso",$xe);var qxe=Object.freeze({__proto__:null,__iconNode:$xe,default:Hxe});const Wxe=[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}],["path",{d:"M14.05 2a9 9 0 0 1 8 7.94",key:"vmijpz"}],["path",{d:"M14.05 6A5 5 0 0 1 18 10",key:"13nbpp"}]],Uxe=ZC("PhoneCall",Wxe);var Gxe=Object.freeze({__proto__:null,__iconNode:Wxe,default:Uxe});const Kxe=[["polyline",{points:"18 2 22 6 18 10",key:"6vjanh"}],["line",{x1:"14",x2:"22",y1:"6",y2:"6",key:"1jsywh"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]],Yxe=ZC("PhoneForwarded",Kxe);var Zxe=Object.freeze({__proto__:null,__iconNode:Kxe,default:Yxe});const Xxe=[["polyline",{points:"16 2 16 8 22 8",key:"1ygljm"}],["line",{x1:"22",x2:"16",y1:"2",y2:"8",key:"1xzwqn"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]],Qxe=ZC("PhoneIncoming",Xxe);var Jxe=Object.freeze({__proto__:null,__iconNode:Xxe,default:Qxe});const ebe=[["line",{x1:"22",x2:"16",y1:"2",y2:"8",key:"1xzwqn"}],["line",{x1:"16",x2:"22",y1:"2",y2:"8",key:"13zxdn"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]],tbe=ZC("PhoneMissed",ebe);var rbe=Object.freeze({__proto__:null,__iconNode:ebe,default:tbe});const obe=[["path",{d:"M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91",key:"z86iuo"}],["line",{x1:"22",x2:"2",y1:"2",y2:"22",key:"11kh81"}]],nbe=ZC("PhoneOff",obe);var abe=Object.freeze({__proto__:null,__iconNode:obe,default:nbe});const ibe=[["polyline",{points:"22 8 22 2 16 2",key:"1g204g"}],["line",{x1:"16",x2:"22",y1:"8",y2:"2",key:"1ggias"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]],sbe=ZC("PhoneOutgoing",ibe);var lbe=Object.freeze({__proto__:null,__iconNode:ibe,default:sbe});const cbe=[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]],ube=ZC("Phone",cbe);var dbe=Object.freeze({__proto__:null,__iconNode:cbe,default:ube});const pbe=[["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"}]],hbe=ZC("Pi",pbe);var fbe=Object.freeze({__proto__:null,__iconNode:pbe,default:hbe});const mbe=[["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"}]],ybe=ZC("Piano",mbe);var gbe=Object.freeze({__proto__:null,__iconNode:mbe,default:ybe});const vbe=[["path",{d:"M14.531 12.469 6.619 20.38a1 1 0 1 1-3-3l7.912-7.912",key:"we99rg"}],["path",{d:"M15.686 4.314A12.5 12.5 0 0 0 5.461 2.958 1 1 0 0 0 5.58 4.71a22 22 0 0 1 6.318 3.393",key:"1w6hck"}],["path",{d:"M17.7 3.7a1 1 0 0 0-1.4 0l-4.6 4.6a1 1 0 0 0 0 1.4l2.6 2.6a1 1 0 0 0 1.4 0l4.6-4.6a1 1 0 0 0 0-1.4z",key:"15hgfx"}],["path",{d:"M19.686 8.314a12.501 12.501 0 0 1 1.356 10.225 1 1 0 0 1-1.751-.119 22 22 0 0 0-3.393-6.319",key:"452b4h"}]],xbe=ZC("Pickaxe",vbe);var bbe=Object.freeze({__proto__:null,__iconNode:vbe,default:xbe});const wbe=[["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"}]],kbe=ZC("PictureInPicture",wbe);var _be=Object.freeze({__proto__:null,__iconNode:wbe,default:kbe});const Cbe=[["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"}]],Mbe=ZC("PictureInPicture2",Cbe);var Sbe=Object.freeze({__proto__:null,__iconNode:Cbe,default:Mbe});const Dbe=[["path",{d:"M19 5c-1.5 0-2.8 1.4-3 2-3.5-1.5-11-.3-11 5 0 1.8 0 3 2 4.5V20h4v-2h3v2h4v-4c1-.5 1.7-1 2-2h2v-4h-2c0-1-.5-1.5-1-2V5z",key:"1ivx2i"}],["path",{d:"M2 9v1c0 1.1.9 2 2 2h1",key:"nm575m"}],["path",{d:"M16 11h.01",key:"xkw8gn"}]],Obe=ZC("PiggyBank",Dbe);var Pbe=Object.freeze({__proto__:null,__iconNode:Dbe,default:Obe});const Ebe=[["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"}]],jbe=ZC("PilcrowLeft",Ebe);var Tbe=Object.freeze({__proto__:null,__iconNode:Ebe,default:jbe});const Nbe=[["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"}]],Rbe=ZC("PilcrowRight",Nbe);var Fbe=Object.freeze({__proto__:null,__iconNode:Nbe,default:Rbe});const Ibe=[["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"}]],zbe=ZC("Pilcrow",Ibe);var Abe=Object.freeze({__proto__:null,__iconNode:Ibe,default:zbe});const Lbe=[["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"}]],Bbe=ZC("PillBottle",Lbe);var Vbe=Object.freeze({__proto__:null,__iconNode:Lbe,default:Bbe});const $be=[["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"}]],Hbe=ZC("Pill",$be);var qbe=Object.freeze({__proto__:null,__iconNode:$be,default:Hbe});const Wbe=[["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"}]],Ube=ZC("PinOff",Wbe);var Gbe=Object.freeze({__proto__:null,__iconNode:Wbe,default:Ube});const Kbe=[["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"}]],Ybe=ZC("Pin",Kbe);var Zbe=Object.freeze({__proto__:null,__iconNode:Kbe,default:Ybe});const Xbe=[["path",{d:"m2 22 1-1h3l9-9",key:"1sre89"}],["path",{d:"M3 21v-3l9-9",key:"hpe2y6"}],["path",{d:"m15 6 3.4-3.4a2.1 2.1 0 1 1 3 3L18 9l.4.4a2.1 2.1 0 1 1-3 3l-3.8-3.8a2.1 2.1 0 1 1 3-3l.4.4Z",key:"196du1"}]],Qbe=ZC("Pipette",Xbe);var Jbe=Object.freeze({__proto__:null,__iconNode:Xbe,default:Qbe});const ewe=[["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"}]],twe=ZC("Pizza",ewe);var rwe=Object.freeze({__proto__:null,__iconNode:ewe,default:twe});const owe=[["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"}]],nwe=ZC("PlaneLanding",owe);var awe=Object.freeze({__proto__:null,__iconNode:owe,default:nwe});const iwe=[["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"}]],swe=ZC("PlaneTakeoff",iwe);var lwe=Object.freeze({__proto__:null,__iconNode:iwe,default:swe});const cwe=[["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"}]],uwe=ZC("Plane",cwe);var dwe=Object.freeze({__proto__:null,__iconNode:cwe,default:uwe});const pwe=[["polygon",{points:"6 3 20 12 6 21 6 3",key:"1oa8hb"}]],hwe=ZC("Play",pwe);var fwe=Object.freeze({__proto__:null,__iconNode:pwe,default:hwe});const mwe=[["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"}]],ywe=ZC("Plug2",mwe);var gwe=Object.freeze({__proto__:null,__iconNode:mwe,default:ywe});const vwe=[["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"}]],xwe=ZC("PlugZap",vwe);var bwe=Object.freeze({__proto__:null,__iconNode:vwe,default:xwe});const wwe=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],kwe=ZC("Plus",wwe);var _we=Object.freeze({__proto__:null,__iconNode:wwe,default:kwe});const Cwe=[["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"}]],Mwe=ZC("Plug",Cwe);var Swe=Object.freeze({__proto__:null,__iconNode:Cwe,default:Mwe});const Dwe=[["path",{d:"M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z",key:"1mz881"}],["polyline",{points:"8 10 12 14 16 10",key:"w4mbv5"}]],Owe=ZC("Pocket",Dwe);var Pwe=Object.freeze({__proto__:null,__iconNode:Dwe,default:Owe});const Ewe=[["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"}]],jwe=ZC("PocketKnife",Ewe);var Twe=Object.freeze({__proto__:null,__iconNode:Ewe,default:jwe});const Nwe=[["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",key:"1gvufo"}],["path",{d:"M13 17a1 1 0 1 0-2 0l.5 4.5a.5.5 0 1 0 1 0Z",key:"za5kbj"}]],Rwe=ZC("Podcast",Nwe);var Fwe=Object.freeze({__proto__:null,__iconNode:Nwe,default:Rwe});const Iwe=[["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"}]],zwe=ZC("PointerOff",Iwe);var Awe=Object.freeze({__proto__:null,__iconNode:Iwe,default:zwe});const Lwe=[["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"}]],Bwe=ZC("Pointer",Lwe);var Vwe=Object.freeze({__proto__:null,__iconNode:Lwe,default:Bwe});const $we=[["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"}]],Hwe=ZC("Popcorn",$we);var qwe=Object.freeze({__proto__:null,__iconNode:$we,default:Hwe});const Wwe=[["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"}]],Uwe=ZC("Popsicle",Wwe);var Gwe=Object.freeze({__proto__:null,__iconNode:Wwe,default:Uwe});const Kwe=[["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"}]],Ywe=ZC("PoundSterling",Kwe);var Zwe=Object.freeze({__proto__:null,__iconNode:Kwe,default:Ywe});const Xwe=[["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"}]],Qwe=ZC("PowerOff",Xwe);var Jwe=Object.freeze({__proto__:null,__iconNode:Xwe,default:Qwe});const eke=[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04",key:"obofu9"}]],tke=ZC("Power",eke);var rke=Object.freeze({__proto__:null,__iconNode:eke,default:tke});const oke=[["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"}]],nke=ZC("Presentation",oke);var ake=Object.freeze({__proto__:null,__iconNode:oke,default:nke});const ike=[["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"}]],ske=ZC("PrinterCheck",ike);var lke=Object.freeze({__proto__:null,__iconNode:ike,default:ske});const cke=[["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"}]],uke=ZC("Printer",cke);var dke=Object.freeze({__proto__:null,__iconNode:cke,default:uke});const pke=[["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"}]],hke=ZC("Projector",pke);var fke=Object.freeze({__proto__:null,__iconNode:pke,default:hke});const mke=[["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"}]],yke=ZC("Proportions",mke);var gke=Object.freeze({__proto__:null,__iconNode:mke,default:yke});const vke=[["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"}]],xke=ZC("Puzzle",vke);var bke=Object.freeze({__proto__:null,__iconNode:vke,default:xke});const wke=[["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"}]],kke=ZC("Pyramid",wke);var _ke=Object.freeze({__proto__:null,__iconNode:wke,default:kke});const Cke=[["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"}]],Mke=ZC("QrCode",Cke);var Ske=Object.freeze({__proto__:null,__iconNode:Cke,default:Mke});const Dke=[["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"}]],Oke=ZC("Quote",Dke);var Pke=Object.freeze({__proto__:null,__iconNode:Dke,default:Oke});const Eke=[["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"}]],jke=ZC("Radar",Eke);var Tke=Object.freeze({__proto__:null,__iconNode:Eke,default:jke});const Nke=[["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"}]],Rke=ZC("Rabbit",Nke);var Fke=Object.freeze({__proto__:null,__iconNode:Nke,default:Rke});const Ike=[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M7.5 4.2c-.3-.5-.9-.7-1.3-.4C3.9 5.5 2.3 8.1 2 11c-.1.5.4 1 1 1h5c0-1.5.8-2.8 2-3.4-1.1-1.9-2-3.5-2.5-4.4z",key:"wy49g3"}],["path",{d:"M21 12c.6 0 1-.4 1-1-.3-2.9-1.8-5.5-4.1-7.1-.4-.3-1.1-.2-1.3.3-.6.9-1.5 2.5-2.6 4.3 1.2.7 2 2 2 3.5h5z",key:"vklnvr"}],["path",{d:"M7.5 19.8c-.3.5-.1 1.1.4 1.3 2.6 1.2 5.6 1.2 8.2 0 .5-.2.7-.8.4-1.3-.5-.9-1.4-2.5-2.5-4.3-1.2.7-2.8.7-4 0-1.1 1.8-2 3.4-2.5 4.3z",key:"wkdf1o"}]],zke=ZC("Radiation",Ike);var Ake=Object.freeze({__proto__:null,__iconNode:Ike,default:zke});const Lke=[["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"}]],Bke=ZC("Radical",Lke);var Vke=Object.freeze({__proto__:null,__iconNode:Lke,default:Bke});const $ke=[["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"}]],Hke=ZC("RadioReceiver",$ke);var qke=Object.freeze({__proto__:null,__iconNode:$ke,default:Hke});const Wke=[["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"}]],Uke=ZC("RadioTower",Wke);var Gke=Object.freeze({__proto__:null,__iconNode:Wke,default:Uke});const Kke=[["path",{d:"M4.9 19.1C1 15.2 1 8.8 4.9 4.9",key:"1vaf9d"}],["path",{d:"M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5",key:"u1ii0m"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5",key:"1j5fej"}],["path",{d:"M19.1 4.9C23 8.8 23 15.1 19.1 19",key:"10b0cb"}]],Yke=ZC("Radio",Kke);var Zke=Object.freeze({__proto__:null,__iconNode:Kke,default:Yke});const Xke=[["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M5 9h14",key:"7tsvo6"}],["path",{d:"m14 20-5-5 6-6-5-5",key:"1jo42i"}]],Qke=ZC("RailSymbol",Xke);var Jke=Object.freeze({__proto__:null,__iconNode:Xke,default:Qke});const e_e=[["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"}]],t_e=ZC("Radius",e_e);var r_e=Object.freeze({__proto__:null,__iconNode:e_e,default:t_e});const o_e=[["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"}]],n_e=ZC("Rainbow",o_e);var a_e=Object.freeze({__proto__:null,__iconNode:o_e,default:n_e});const i_e=[["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"}]],s_e=ZC("Rat",i_e);var l_e=Object.freeze({__proto__:null,__iconNode:i_e,default:s_e});const c_e=[["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"}]],u_e=ZC("Ratio",c_e);var d_e=Object.freeze({__proto__:null,__iconNode:c_e,default:u_e});const p_e=[["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"}]],h_e=ZC("ReceiptCent",p_e);var f_e=Object.freeze({__proto__:null,__iconNode:p_e,default:h_e});const m_e=[["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"}]],y_e=ZC("ReceiptEuro",m_e);var g_e=Object.freeze({__proto__:null,__iconNode:m_e,default:y_e});const v_e=[["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"}]],x_e=ZC("ReceiptIndianRupee",v_e);var b_e=Object.freeze({__proto__:null,__iconNode:v_e,default:x_e});const w_e=[["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"}]],k_e=ZC("ReceiptJapaneseYen",w_e);var __e=Object.freeze({__proto__:null,__iconNode:w_e,default:k_e});const C_e=[["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"}]],M_e=ZC("ReceiptPoundSterling",C_e);var S_e=Object.freeze({__proto__:null,__iconNode:C_e,default:M_e});const D_e=[["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"}]],O_e=ZC("ReceiptRussianRuble",D_e);var P_e=Object.freeze({__proto__:null,__iconNode:D_e,default:O_e});const E_e=[["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"}]],j_e=ZC("ReceiptSwissFranc",E_e);var T_e=Object.freeze({__proto__:null,__iconNode:E_e,default:j_e});const N_e=[["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:"M14 8H8",key:"1l3xfs"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M13 16H8",key:"wsln4y"}]],R_e=ZC("ReceiptText",N_e);var F_e=Object.freeze({__proto__:null,__iconNode:N_e,default:R_e});const I_e=[["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"}]],z_e=ZC("Receipt",I_e);var A_e=Object.freeze({__proto__:null,__iconNode:I_e,default:z_e});const L_e=[["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"}]],B_e=ZC("RectangleEllipsis",L_e);var V_e=Object.freeze({__proto__:null,__iconNode:L_e,default:B_e});const $_e=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]],H_e=ZC("RectangleHorizontal",$_e);var q_e=Object.freeze({__proto__:null,__iconNode:$_e,default:H_e});const W_e=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}]],U_e=ZC("RectangleVertical",W_e);var G_e=Object.freeze({__proto__:null,__iconNode:W_e,default:U_e});const K_e=[["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"}]],Y_e=ZC("Recycle",K_e);var Z_e=Object.freeze({__proto__:null,__iconNode:K_e,default:Y_e});const X_e=[["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"}]],Q_e=ZC("Redo2",X_e);var J_e=Object.freeze({__proto__:null,__iconNode:X_e,default:Q_e});const eCe=[["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"}]],tCe=ZC("RedoDot",eCe);var rCe=Object.freeze({__proto__:null,__iconNode:eCe,default:tCe});const oCe=[["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"}]],nCe=ZC("Redo",oCe);var aCe=Object.freeze({__proto__:null,__iconNode:oCe,default:nCe});const iCe=[["path",{d:"M3 2v6h6",key:"18ldww"}],["path",{d:"M21 12A9 9 0 0 0 6 5.3L3 8",key:"1pbrqz"}],["path",{d:"M21 22v-6h-6",key:"usdfbe"}],["path",{d:"M3 12a9 9 0 0 0 15 6.7l3-2.7",key:"1hosoe"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],sCe=ZC("RefreshCcwDot",iCe);var lCe=Object.freeze({__proto__:null,__iconNode:iCe,default:sCe});const cCe=[["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"}]],uCe=ZC("RefreshCcw",cCe);var dCe=Object.freeze({__proto__:null,__iconNode:cCe,default:uCe});const pCe=[["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"}]],hCe=ZC("RefreshCwOff",pCe);var fCe=Object.freeze({__proto__:null,__iconNode:pCe,default:hCe});const mCe=[["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"}]],yCe=ZC("RefreshCw",mCe);var gCe=Object.freeze({__proto__:null,__iconNode:mCe,default:yCe});const vCe=[["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"}]],xCe=ZC("Refrigerator",vCe);var bCe=Object.freeze({__proto__:null,__iconNode:vCe,default:xCe});const wCe=[["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"}]],kCe=ZC("Regex",wCe);var _Ce=Object.freeze({__proto__:null,__iconNode:wCe,default:kCe});const CCe=[["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"}]],MCe=ZC("RemoveFormatting",CCe);var SCe=Object.freeze({__proto__:null,__iconNode:CCe,default:MCe});const DCe=[["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"}]],OCe=ZC("Repeat1",DCe);var PCe=Object.freeze({__proto__:null,__iconNode:DCe,default:OCe});const ECe=[["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"}]],jCe=ZC("Repeat2",ECe);var TCe=Object.freeze({__proto__:null,__iconNode:ECe,default:jCe});const NCe=[["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"}]],RCe=ZC("Repeat",NCe);var FCe=Object.freeze({__proto__:null,__iconNode:NCe,default:RCe});const ICe=[["path",{d:"M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"1yyzbs"}],["path",{d:"M14 4a2 2 0 0 1 2-2",key:"1w2hp7"}],["path",{d:"M16 10a2 2 0 0 1-2-2",key:"shjach"}],["path",{d:"M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"zfj4xr"}],["path",{d:"M20 2a2 2 0 0 1 2 2",key:"188mtx"}],["path",{d:"M22 8a2 2 0 0 1-2 2",key:"ddf4tu"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a 3 3 0 0 1 3-3h1",key:"1ageje"}],["rect",{x:"2",y:"14",width:"8",height:"8",rx:"2",key:"4rksxw"}]],zCe=ZC("ReplaceAll",ICe);var ACe=Object.freeze({__proto__:null,__iconNode:ICe,default:zCe});const LCe=[["path",{d:"M14 4a2 2 0 0 1 2-2",key:"1w2hp7"}],["path",{d:"M16 10a2 2 0 0 1-2-2",key:"shjach"}],["path",{d:"M20 2a2 2 0 0 1 2 2",key:"188mtx"}],["path",{d:"M22 8a2 2 0 0 1-2 2",key:"ddf4tu"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a3 3 0 0 1 3-3h1",key:"3y3t5z"}],["rect",{x:"2",y:"14",width:"8",height:"8",rx:"2",key:"4rksxw"}]],BCe=ZC("Replace",LCe);var VCe=Object.freeze({__proto__:null,__iconNode:LCe,default:BCe});const $Ce=[["polyline",{points:"7 17 2 12 7 7",key:"t83bqg"}],["polyline",{points:"12 17 7 12 12 7",key:"1g4ajm"}],["path",{d:"M22 18v-2a4 4 0 0 0-4-4H7",key:"1fcyog"}]],HCe=ZC("ReplyAll",$Ce);var qCe=Object.freeze({__proto__:null,__iconNode:$Ce,default:HCe});const WCe=[["polygon",{points:"11 19 2 12 11 5 11 19",key:"14yba5"}],["polygon",{points:"22 19 13 12 22 5 22 19",key:"1pi1cj"}]],UCe=ZC("Rewind",WCe);var GCe=Object.freeze({__proto__:null,__iconNode:WCe,default:UCe});const KCe=[["polyline",{points:"9 17 4 12 9 7",key:"hvgpf2"}],["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4",key:"5vmcpk"}]],YCe=ZC("Reply",KCe);var ZCe=Object.freeze({__proto__:null,__iconNode:KCe,default:YCe});const XCe=[["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"}]],QCe=ZC("Ribbon",XCe);var JCe=Object.freeze({__proto__:null,__iconNode:XCe,default:QCe});const eMe=[["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"}]],tMe=ZC("Rocket",eMe);var rMe=Object.freeze({__proto__:null,__iconNode:eMe,default:tMe});const oMe=[["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"}]],nMe=ZC("RockingChair",oMe);var aMe=Object.freeze({__proto__:null,__iconNode:oMe,default:nMe});const iMe=[["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"}]],sMe=ZC("RollerCoaster",iMe);var lMe=Object.freeze({__proto__:null,__iconNode:iMe,default:sMe});const cMe=[["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"}]],uMe=ZC("Rotate3d",cMe);var dMe=Object.freeze({__proto__:null,__iconNode:cMe,default:uMe});const pMe=[["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"}]],hMe=ZC("RotateCcwSquare",pMe);var fMe=Object.freeze({__proto__:null,__iconNode:pMe,default:hMe});const mMe=[["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"}]],yMe=ZC("RotateCcw",mMe);var gMe=Object.freeze({__proto__:null,__iconNode:mMe,default:yMe});const vMe=[["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"}]],xMe=ZC("RotateCwSquare",vMe);var bMe=Object.freeze({__proto__:null,__iconNode:vMe,default:xMe});const wMe=[["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"}]],kMe=ZC("RotateCw",wMe);var _Me=Object.freeze({__proto__:null,__iconNode:wMe,default:kMe});const CMe=[["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"}]],MMe=ZC("RouteOff",CMe);var SMe=Object.freeze({__proto__:null,__iconNode:CMe,default:MMe});const DMe=[["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"}]],OMe=ZC("Route",DMe);var PMe=Object.freeze({__proto__:null,__iconNode:DMe,default:OMe});const EMe=[["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"}]],jMe=ZC("Router",EMe);var TMe=Object.freeze({__proto__:null,__iconNode:EMe,default:jMe});const NMe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 12h18",key:"1i2n21"}]],RMe=ZC("Rows2",NMe);var FMe=Object.freeze({__proto__:null,__iconNode:NMe,default:RMe});const IMe=[["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"}]],zMe=ZC("Rows3",IMe);var AMe=Object.freeze({__proto__:null,__iconNode:IMe,default:zMe});const LMe=[["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"}]],BMe=ZC("Rows4",LMe);var VMe=Object.freeze({__proto__:null,__iconNode:LMe,default:BMe});const $Me=[["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"}]],HMe=ZC("Rss",$Me);var qMe=Object.freeze({__proto__:null,__iconNode:$Me,default:HMe});const WMe=[["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"}]],UMe=ZC("Ruler",WMe);var GMe=Object.freeze({__proto__:null,__iconNode:WMe,default:UMe});const KMe=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18",key:"18ai8t"}],["path",{d:"M6 15h8",key:"1y8f6l"}]],YMe=ZC("RussianRuble",KMe);var ZMe=Object.freeze({__proto__:null,__iconNode:KMe,default:YMe});const XMe=[["path",{d:"M22 18H2a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4Z",key:"1404fh"}],["path",{d:"M21 14 10 2 3 14h18Z",key:"1nzg7v"}],["path",{d:"M10 2v16",key:"1labyt"}]],QMe=ZC("Sailboat",XMe);var JMe=Object.freeze({__proto__:null,__iconNode:XMe,default:QMe});const eSe=[["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"}]],tSe=ZC("Salad",eSe);var rSe=Object.freeze({__proto__:null,__iconNode:eSe,default:tSe});const oSe=[["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"}]],nSe=ZC("Sandwich",oSe);var aSe=Object.freeze({__proto__:null,__iconNode:oSe,default:nSe});const iSe=[["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"}]],sSe=ZC("SatelliteDish",iSe);var lSe=Object.freeze({__proto__:null,__iconNode:iSe,default:sSe});const cSe=[["path",{d:"M13 7 9 3 5 7l4 4",key:"vyckw6"}],["path",{d:"m17 11 4 4-4 4-4-4",key:"rchckc"}],["path",{d:"m8 12 4 4 6-6-4-4Z",key:"1sshf7"}],["path",{d:"m16 8 3-3",key:"x428zp"}],["path",{d:"M9 21a6 6 0 0 0-6-6",key:"1iajcf"}]],uSe=ZC("Satellite",cSe);var dSe=Object.freeze({__proto__:null,__iconNode:cSe,default:uSe});const pSe=[["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"}]],hSe=ZC("SaveAll",pSe);var fSe=Object.freeze({__proto__:null,__iconNode:pSe,default:hSe});const mSe=[["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"}]],ySe=ZC("SaveOff",mSe);var gSe=Object.freeze({__proto__:null,__iconNode:mSe,default:ySe});const vSe=[["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"}]],xSe=ZC("Save",vSe);var bSe=Object.freeze({__proto__:null,__iconNode:vSe,default:xSe});const wSe=[["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"}]],kSe=ZC("Scale3d",wSe);var _Se=Object.freeze({__proto__:null,__iconNode:wSe,default:kSe});const CSe=[["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"}]],MSe=ZC("Scale",CSe);var SSe=Object.freeze({__proto__:null,__iconNode:CSe,default:MSe});const DSe=[["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"}]],OSe=ZC("Scaling",DSe);var PSe=Object.freeze({__proto__:null,__iconNode:DSe,default:OSe});const ESe=[["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"}]],jSe=ZC("ScanBarcode",ESe);var TSe=Object.freeze({__proto__:null,__iconNode:ESe,default:jSe});const NSe=[["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"}]],RSe=ZC("ScanEye",NSe);var FSe=Object.freeze({__proto__:null,__iconNode:NSe,default:RSe});const ISe=[["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"}]],zSe=ZC("ScanFace",ISe);var ASe=Object.freeze({__proto__:null,__iconNode:ISe,default:zSe});const LSe=[["path",{d:"M11.246 16.657a1 1 0 0 0 1.508 0l3.57-4.101A2.75 2.75 0 1 0 12 9.168a2.75 2.75 0 1 0-4.324 3.388z",key:"1algrk"}],["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"}]],BSe=ZC("ScanHeart",LSe);var VSe=Object.freeze({__proto__:null,__iconNode:LSe,default:BSe});const $Se=[["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"}]],HSe=ZC("ScanLine",$Se);var qSe=Object.freeze({__proto__:null,__iconNode:$Se,default:HSe});const WSe=[["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"}]],USe=ZC("ScanQrCode",WSe);var GSe=Object.freeze({__proto__:null,__iconNode:WSe,default:USe});const KSe=[["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"}]],YSe=ZC("ScanSearch",KSe);var ZSe=Object.freeze({__proto__:null,__iconNode:KSe,default:YSe});const XSe=[["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"}]],QSe=ZC("ScanText",XSe);var JSe=Object.freeze({__proto__:null,__iconNode:XSe,default:QSe});const eDe=[["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"}]],tDe=ZC("Scan",eDe);var rDe=Object.freeze({__proto__:null,__iconNode:eDe,default:tDe});const oDe=[["path",{d:"M14 22v-4a2 2 0 1 0-4 0v4",key:"hhkicm"}],["path",{d:"m18 10 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7.382a1 1 0 0 1 .553-.894L6 10",key:"1xqip1"}],["path",{d:"M18 5v17",key:"1sw6gf"}],["path",{d:"m4 6 7.106-3.553a2 2 0 0 1 1.788 0L20 6",key:"9d2mlk"}],["path",{d:"M6 5v17",key:"1xfsm0"}],["circle",{cx:"12",cy:"9",r:"2",key:"1092wv"}]],nDe=ZC("School",oDe);var aDe=Object.freeze({__proto__:null,__iconNode:oDe,default:nDe});const iDe=[["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"}]],sDe=ZC("ScissorsLineDashed",iDe);var lDe=Object.freeze({__proto__:null,__iconNode:iDe,default:sDe});const cDe=[["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"}]],uDe=ZC("Scissors",cDe);var dDe=Object.freeze({__proto__:null,__iconNode:cDe,default:uDe});const pDe=[["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"}]],hDe=ZC("ScreenShareOff",pDe);var fDe=Object.freeze({__proto__:null,__iconNode:pDe,default:hDe});const mDe=[["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"}]],yDe=ZC("ScreenShare",mDe);var gDe=Object.freeze({__proto__:null,__iconNode:mDe,default:yDe});const vDe=[["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"}]],xDe=ZC("ScrollText",vDe);var bDe=Object.freeze({__proto__:null,__iconNode:vDe,default:xDe});const wDe=[["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"}]],kDe=ZC("Scroll",wDe);var _De=Object.freeze({__proto__:null,__iconNode:wDe,default:kDe});const CDe=[["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"}]],MDe=ZC("SearchCheck",CDe);var SDe=Object.freeze({__proto__:null,__iconNode:CDe,default:MDe});const DDe=[["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"}]],ODe=ZC("SearchCode",DDe);var PDe=Object.freeze({__proto__:null,__iconNode:DDe,default:ODe});const EDe=[["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"}]],jDe=ZC("SearchSlash",EDe);var TDe=Object.freeze({__proto__:null,__iconNode:EDe,default:jDe});const NDe=[["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"}]],RDe=ZC("SearchX",NDe);var FDe=Object.freeze({__proto__:null,__iconNode:NDe,default:RDe});const IDe=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]],zDe=ZC("Search",IDe);var ADe=Object.freeze({__proto__:null,__iconNode:IDe,default:zDe});const LDe=[["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"}]],BDe=ZC("Section",LDe);var VDe=Object.freeze({__proto__:null,__iconNode:LDe,default:BDe});const $De=[["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"}]],HDe=ZC("SendHorizontal",$De);var qDe=Object.freeze({__proto__:null,__iconNode:$De,default:HDe});const WDe=[["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"}]],UDe=ZC("SendToBack",WDe);var GDe=Object.freeze({__proto__:null,__iconNode:WDe,default:UDe});const KDe=[["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"}]],YDe=ZC("Send",KDe);var ZDe=Object.freeze({__proto__:null,__iconNode:KDe,default:YDe});const XDe=[["line",{x1:"3",x2:"21",y1:"12",y2:"12",key:"10d38w"}],["polyline",{points:"8 8 12 4 16 8",key:"zo8t4w"}],["polyline",{points:"16 16 12 20 8 16",key:"1oyrid"}]],QDe=ZC("SeparatorHorizontal",XDe);var JDe=Object.freeze({__proto__:null,__iconNode:XDe,default:QDe});const eOe=[["line",{x1:"12",x2:"12",y1:"3",y2:"21",key:"1efggb"}],["polyline",{points:"8 8 4 12 8 16",key:"bnfmv4"}],["polyline",{points:"16 16 20 12 16 8",key:"u90052"}]],tOe=ZC("SeparatorVertical",eOe);var rOe=Object.freeze({__proto__:null,__iconNode:eOe,default:tOe});const oOe=[["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"}]],nOe=ZC("ServerCrash",oOe);var aOe=Object.freeze({__proto__:null,__iconNode:oOe,default:nOe});const iOe=[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["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 6h.01",key:"1utrut"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m15.7 13.4-.9-.3",key:"1jwmzr"}],["path",{d:"m9.2 10.9-.9-.3",key:"qapnim"}],["path",{d:"m10.6 15.7.3-.9",key:"quwk0k"}],["path",{d:"m13.6 15.7-.4-1",key:"cb9xp7"}],["path",{d:"m10.8 9.3-.4-1",key:"1uaiz5"}],["path",{d:"m8.3 13.6 1-.4",key:"s6srou"}],["path",{d:"m14.7 10.8 1-.4",key:"4d31cq"}],["path",{d:"m13.4 8.3-.3.9",key:"1bm987"}]],sOe=ZC("ServerCog",iOe);var lOe=Object.freeze({__proto__:null,__iconNode:iOe,default:sOe});const cOe=[["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"}]],uOe=ZC("ServerOff",cOe);var dOe=Object.freeze({__proto__:null,__iconNode:cOe,default:uOe});const pOe=[["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"}]],hOe=ZC("Server",pOe);var fOe=Object.freeze({__proto__:null,__iconNode:pOe,default:hOe});const mOe=[["path",{d:"M20 7h-9",key:"3s1dr2"}],["path",{d:"M14 17H5",key:"gfn3mx"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]],yOe=ZC("Settings2",mOe);var gOe=Object.freeze({__proto__:null,__iconNode:mOe,default:yOe});const vOe=[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",key:"1qme2f"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],xOe=ZC("Settings",vOe);var bOe=Object.freeze({__proto__:null,__iconNode:vOe,default:xOe});const wOe=[["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"}]],kOe=ZC("Shapes",wOe);var _Oe=Object.freeze({__proto__:null,__iconNode:wOe,default:kOe});const COe=[["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"}]],MOe=ZC("Share2",COe);var SOe=Object.freeze({__proto__:null,__iconNode:COe,default:MOe});const DOe=[["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",key:"1b2hhj"}],["polyline",{points:"16 6 12 2 8 6",key:"m901s6"}],["line",{x1:"12",x2:"12",y1:"2",y2:"15",key:"1p0rca"}]],OOe=ZC("Share",DOe);var POe=Object.freeze({__proto__:null,__iconNode:DOe,default:OOe});const EOe=[["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"}]],jOe=ZC("Sheet",EOe);var TOe=Object.freeze({__proto__:null,__iconNode:EOe,default:jOe});const NOe=[["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"}]],ROe=ZC("Shell",NOe);var FOe=Object.freeze({__proto__:null,__iconNode:NOe,default:ROe});const IOe=[["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"}]],zOe=ZC("ShieldAlert",IOe);var AOe=Object.freeze({__proto__:null,__iconNode:IOe,default:zOe});const LOe=[["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"}]],BOe=ZC("ShieldBan",LOe);var VOe=Object.freeze({__proto__:null,__iconNode:LOe,default:BOe});const $Oe=[["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"}]],HOe=ZC("ShieldCheck",$Oe);var qOe=Object.freeze({__proto__:null,__iconNode:$Oe,default:HOe});const WOe=[["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"}]],UOe=ZC("ShieldEllipsis",WOe);var GOe=Object.freeze({__proto__:null,__iconNode:WOe,default:UOe});const KOe=[["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"}]],YOe=ZC("ShieldHalf",KOe);var ZOe=Object.freeze({__proto__:null,__iconNode:KOe,default:YOe});const XOe=[["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"}]],QOe=ZC("ShieldMinus",XOe);var JOe=Object.freeze({__proto__:null,__iconNode:XOe,default:QOe});const ePe=[["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"}]],tPe=ZC("ShieldOff",ePe);var rPe=Object.freeze({__proto__:null,__iconNode:ePe,default:tPe});const oPe=[["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"}]],nPe=ZC("ShieldPlus",oPe);var aPe=Object.freeze({__proto__:null,__iconNode:oPe,default:nPe});const iPe=[["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"}]],sPe=ZC("ShieldQuestion",iPe);var lPe=Object.freeze({__proto__:null,__iconNode:iPe,default:sPe});const cPe=[["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"}]],uPe=ZC("ShieldUser",cPe);var dPe=Object.freeze({__proto__:null,__iconNode:cPe,default:uPe});const pPe=[["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"}]],hPe=ZC("ShieldX",pPe);var fPe=Object.freeze({__proto__:null,__iconNode:pPe,default:hPe});const mPe=[["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"}]],yPe=ZC("Shield",mPe);var gPe=Object.freeze({__proto__:null,__iconNode:mPe,default:yPe});const vPe=[["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"}]],xPe=ZC("ShipWheel",vPe);var bPe=Object.freeze({__proto__:null,__iconNode:vPe,default:xPe});const wPe=[["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"}]],kPe=ZC("Ship",wPe);var _Pe=Object.freeze({__proto__:null,__iconNode:wPe,default:kPe});const CPe=[["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"}]],MPe=ZC("Shirt",CPe);var SPe=Object.freeze({__proto__:null,__iconNode:CPe,default:MPe});const DPe=[["path",{d:"M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z",key:"hou9p0"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M16 10a4 4 0 0 1-8 0",key:"1ltviw"}]],OPe=ZC("ShoppingBag",DPe);var PPe=Object.freeze({__proto__:null,__iconNode:DPe,default:OPe});const EPe=[["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"}]],jPe=ZC("ShoppingCart",EPe);var TPe=Object.freeze({__proto__:null,__iconNode:EPe,default:jPe});const NPe=[["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"}]],RPe=ZC("ShoppingBasket",NPe);var FPe=Object.freeze({__proto__:null,__iconNode:NPe,default:RPe});const IPe=[["path",{d:"M2 22v-5l5-5 5 5-5 5z",key:"1fh25c"}],["path",{d:"M9.5 14.5 16 8",key:"1smz5x"}],["path",{d:"m17 2 5 5-.5.5a3.53 3.53 0 0 1-5 0s0 0 0 0a3.53 3.53 0 0 1 0-5L17 2",key:"1q8uv5"}]],zPe=ZC("Shovel",IPe);var APe=Object.freeze({__proto__:null,__iconNode:IPe,default:zPe});const LPe=[["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"}]],BPe=ZC("ShowerHead",LPe);var VPe=Object.freeze({__proto__:null,__iconNode:LPe,default:BPe});const $Pe=[["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"}]],HPe=ZC("Shrink",$Pe);var qPe=Object.freeze({__proto__:null,__iconNode:$Pe,default:HPe});const WPe=[["path",{d:"M12 22v-7l-2-2",key:"eqv9mc"}],["path",{d:"M17 8v.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0Z",key:"ubcgy"}],["path",{d:"m14 14-2 2",key:"847xa2"}]],UPe=ZC("Shrub",WPe);var GPe=Object.freeze({__proto__:null,__iconNode:WPe,default:UPe});const KPe=[["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"}]],YPe=ZC("Shuffle",KPe);var ZPe=Object.freeze({__proto__:null,__iconNode:KPe,default:YPe});const XPe=[["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"}]],QPe=ZC("Sigma",XPe);var JPe=Object.freeze({__proto__:null,__iconNode:XPe,default:QPe});const eEe=[["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"}]],tEe=ZC("SignalHigh",eEe);var rEe=Object.freeze({__proto__:null,__iconNode:eEe,default:tEe});const oEe=[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}]],nEe=ZC("SignalLow",oEe);var aEe=Object.freeze({__proto__:null,__iconNode:oEe,default:nEe});const iEe=[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}]],sEe=ZC("SignalMedium",iEe);var lEe=Object.freeze({__proto__:null,__iconNode:iEe,default:sEe});const cEe=[["path",{d:"M2 20h.01",key:"4haj6o"}]],uEe=ZC("SignalZero",cEe);var dEe=Object.freeze({__proto__:null,__iconNode:cEe,default:uEe});const pEe=[["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"}]],hEe=ZC("Signal",pEe);var fEe=Object.freeze({__proto__:null,__iconNode:pEe,default:hEe});const mEe=[["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"}]],yEe=ZC("Signature",mEe);var gEe=Object.freeze({__proto__:null,__iconNode:mEe,default:yEe});const vEe=[["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"}]],xEe=ZC("SignpostBig",vEe);var bEe=Object.freeze({__proto__:null,__iconNode:vEe,default:xEe});const wEe=[["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"}]],kEe=ZC("Siren",wEe);var _Ee=Object.freeze({__proto__:null,__iconNode:wEe,default:kEe});const CEe=[["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"}]],MEe=ZC("Signpost",CEe);var SEe=Object.freeze({__proto__:null,__iconNode:CEe,default:MEe});const DEe=[["polygon",{points:"19 20 9 12 19 4 19 20",key:"o2sva"}],["line",{x1:"5",x2:"5",y1:"19",y2:"5",key:"1ocqjk"}]],OEe=ZC("SkipBack",DEe);var PEe=Object.freeze({__proto__:null,__iconNode:DEe,default:OEe});const EEe=[["polygon",{points:"5 4 15 12 5 20 5 4",key:"16p6eg"}],["line",{x1:"19",x2:"19",y1:"5",y2:"19",key:"futhcm"}]],jEe=ZC("SkipForward",EEe);var TEe=Object.freeze({__proto__:null,__iconNode:EEe,default:jEe});const NEe=[["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"}]],REe=ZC("Skull",NEe);var FEe=Object.freeze({__proto__:null,__iconNode:NEe,default:REe});const IEe=[["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"}]],zEe=ZC("Slack",IEe);var AEe=Object.freeze({__proto__:null,__iconNode:IEe,default:zEe});const LEe=[["path",{d:"M22 2 2 22",key:"y4kqgn"}]],BEe=ZC("Slash",LEe);var VEe=Object.freeze({__proto__:null,__iconNode:LEe,default:BEe});const $Ee=[["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"}]],HEe=ZC("Slice",$Ee);var qEe=Object.freeze({__proto__:null,__iconNode:$Ee,default:HEe});const WEe=[["line",{x1:"4",x2:"4",y1:"21",y2:"14",key:"1p332r"}],["line",{x1:"4",x2:"4",y1:"10",y2:"3",key:"gb41h5"}],["line",{x1:"12",x2:"12",y1:"21",y2:"12",key:"hf2csr"}],["line",{x1:"12",x2:"12",y1:"8",y2:"3",key:"1kfi7u"}],["line",{x1:"20",x2:"20",y1:"21",y2:"16",key:"1lhrwl"}],["line",{x1:"20",x2:"20",y1:"12",y2:"3",key:"16vvfq"}],["line",{x1:"2",x2:"6",y1:"14",y2:"14",key:"1uebub"}],["line",{x1:"10",x2:"14",y1:"8",y2:"8",key:"1yglbp"}],["line",{x1:"18",x2:"22",y1:"16",y2:"16",key:"1jxqpz"}]],UEe=ZC("SlidersVertical",WEe);var GEe=Object.freeze({__proto__:null,__iconNode:WEe,default:UEe});const KEe=[["line",{x1:"21",x2:"14",y1:"4",y2:"4",key:"obuewd"}],["line",{x1:"10",x2:"3",y1:"4",y2:"4",key:"1q6298"}],["line",{x1:"21",x2:"12",y1:"12",y2:"12",key:"1iu8h1"}],["line",{x1:"8",x2:"3",y1:"12",y2:"12",key:"ntss68"}],["line",{x1:"21",x2:"16",y1:"20",y2:"20",key:"14d8ph"}],["line",{x1:"12",x2:"3",y1:"20",y2:"20",key:"m0wm8r"}],["line",{x1:"14",x2:"14",y1:"2",y2:"6",key:"14e1ph"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"16",x2:"16",y1:"18",y2:"22",key:"1lctlv"}]],YEe=ZC("SlidersHorizontal",KEe);var ZEe=Object.freeze({__proto__:null,__iconNode:KEe,default:YEe});const XEe=[["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"}]],QEe=ZC("SmartphoneCharging",XEe);var JEe=Object.freeze({__proto__:null,__iconNode:XEe,default:QEe});const eje=[["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"}]],tje=ZC("SmartphoneNfc",eje);var rje=Object.freeze({__proto__:null,__iconNode:eje,default:tje});const oje=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]],nje=ZC("Smartphone",oje);var aje=Object.freeze({__proto__:null,__iconNode:oje,default:nje});const ije=[["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"}]],sje=ZC("Smile",ije);var lje=Object.freeze({__proto__:null,__iconNode:ije,default:sje});const cje=[["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"}]],uje=ZC("SmilePlus",cje);var dje=Object.freeze({__proto__:null,__iconNode:cje,default:uje});const pje=[["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"}]],hje=ZC("Snail",pje);var fje=Object.freeze({__proto__:null,__iconNode:pje,default:hje});const mje=[["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"}]],yje=ZC("Snowflake",mje);var gje=Object.freeze({__proto__:null,__iconNode:mje,default:yje});const vje=[["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"}]],xje=ZC("Sofa",vje);var bje=Object.freeze({__proto__:null,__iconNode:vje,default:xje});const wje=[["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"}]],kje=ZC("Soup",wje);var _je=Object.freeze({__proto__:null,__iconNode:wje,default:kje});const Cje=[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]],Mje=ZC("Space",Cje);var Sje=Object.freeze({__proto__:null,__iconNode:Cje,default:Mje});const Dje=[["path",{d:"M5 9c-1.5 1.5-3 3.2-3 5.5A5.5 5.5 0 0 0 7.5 20c1.8 0 3-.5 4.5-2 1.5 1.5 2.7 2 4.5 2a5.5 5.5 0 0 0 5.5-5.5c0-2.3-1.5-4-3-5.5l-7-7-7 7Z",key:"40bo9n"}],["path",{d:"M12 18v4",key:"jadmvz"}]],Oje=ZC("Spade",Dje);var Pje=Object.freeze({__proto__:null,__iconNode:Dje,default:Oje});const Eje=[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}]],jje=ZC("Sparkle",Eje);var Tje=Object.freeze({__proto__:null,__iconNode:Eje,default:jje});const Nje=[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}],["path",{d:"M4 17v2",key:"vumght"}],["path",{d:"M5 18H3",key:"zchphs"}]],Rje=ZC("Sparkles",Nje);var Fje=Object.freeze({__proto__:null,__iconNode:Nje,default:Rje});const Ije=[["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"}]],zje=ZC("Speech",Ije);var Aje=Object.freeze({__proto__:null,__iconNode:Ije,default:zje});const Lje=[["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"}]],Bje=ZC("Speaker",Lje);var Vje=Object.freeze({__proto__:null,__iconNode:Lje,default:Bje});const $je=[["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"}]],Hje=ZC("SpellCheck2",$je);var qje=Object.freeze({__proto__:null,__iconNode:$je,default:Hje});const Wje=[["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"}]],Uje=ZC("SpellCheck",Wje);var Gje=Object.freeze({__proto__:null,__iconNode:Wje,default:Uje});const Kje=[["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"}]],Yje=ZC("Spline",Kje);var Zje=Object.freeze({__proto__:null,__iconNode:Kje,default:Yje});const Xje=[["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"}]],Qje=ZC("Split",Xje);var Jje=Object.freeze({__proto__:null,__iconNode:Xje,default:Qje});const eTe=[["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"}]],tTe=ZC("SprayCan",eTe);var rTe=Object.freeze({__proto__:null,__iconNode:eTe,default:tTe});const oTe=[["path",{d:"M7 20h10",key:"e6iznv"}],["path",{d:"M10 20c5.5-2.5.8-6.4 3-10",key:"161w41"}],["path",{d:"M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z",key:"9gtqwd"}],["path",{d:"M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z",key:"bkxnd2"}]],nTe=ZC("Sprout",oTe);var aTe=Object.freeze({__proto__:null,__iconNode:oTe,default:nTe});const iTe=[["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"}]],sTe=ZC("SquareActivity",iTe);var lTe=Object.freeze({__proto__:null,__iconNode:iTe,default:sTe});const cTe=[["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"}]],uTe=ZC("SquareArrowDownLeft",cTe);var dTe=Object.freeze({__proto__:null,__iconNode:cTe,default:uTe});const pTe=[["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"}]],hTe=ZC("SquareArrowDownRight",pTe);var fTe=Object.freeze({__proto__:null,__iconNode:pTe,default:hTe});const mTe=[["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"}]],yTe=ZC("SquareArrowDown",mTe);var gTe=Object.freeze({__proto__:null,__iconNode:mTe,default:yTe});const vTe=[["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"}]],xTe=ZC("SquareArrowLeft",vTe);var bTe=Object.freeze({__proto__:null,__iconNode:vTe,default:xTe});const wTe=[["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"}]],kTe=ZC("SquareArrowOutDownLeft",wTe);var _Te=Object.freeze({__proto__:null,__iconNode:wTe,default:kTe});const CTe=[["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"}]],MTe=ZC("SquareArrowOutDownRight",CTe);var STe=Object.freeze({__proto__:null,__iconNode:CTe,default:MTe});const DTe=[["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"}]],OTe=ZC("SquareArrowOutUpLeft",DTe);var PTe=Object.freeze({__proto__:null,__iconNode:DTe,default:OTe});const ETe=[["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"}]],jTe=ZC("SquareArrowOutUpRight",ETe);var TTe=Object.freeze({__proto__:null,__iconNode:ETe,default:jTe});const NTe=[["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"}]],RTe=ZC("SquareArrowRight",NTe);var FTe=Object.freeze({__proto__:null,__iconNode:NTe,default:RTe});const ITe=[["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"}]],zTe=ZC("SquareArrowUpLeft",ITe);var ATe=Object.freeze({__proto__:null,__iconNode:ITe,default:zTe});const LTe=[["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"}]],BTe=ZC("SquareArrowUpRight",LTe);var VTe=Object.freeze({__proto__:null,__iconNode:LTe,default:BTe});const $Te=[["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"}]],HTe=ZC("SquareArrowUp",$Te);var qTe=Object.freeze({__proto__:null,__iconNode:$Te,default:HTe});const WTe=[["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"}]],UTe=ZC("SquareAsterisk",WTe);var GTe=Object.freeze({__proto__:null,__iconNode:WTe,default:UTe});const KTe=[["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"}]],YTe=ZC("SquareBottomDashedScissors",KTe);var ZTe=Object.freeze({__proto__:null,__iconNode:KTe,default:YTe});const XTe=[["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"}]],QTe=ZC("SquareChartGantt",XTe);var JTe=Object.freeze({__proto__:null,__iconNode:XTe,default:QTe});const eNe=[["path",{d:"M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5",key:"1uzm8b"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],tNe=ZC("SquareCheckBig",eNe);var rNe=Object.freeze({__proto__:null,__iconNode:eNe,default:tNe});const oNe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],nNe=ZC("SquareCheck",oNe);var aNe=Object.freeze({__proto__:null,__iconNode:oNe,default:nNe});const iNe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]],sNe=ZC("SquareChevronDown",iNe);var lNe=Object.freeze({__proto__:null,__iconNode:iNe,default:sNe});const cNe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]],uNe=ZC("SquareChevronLeft",cNe);var dNe=Object.freeze({__proto__:null,__iconNode:cNe,default:uNe});const pNe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]],hNe=ZC("SquareChevronRight",pNe);var fNe=Object.freeze({__proto__:null,__iconNode:pNe,default:hNe});const mNe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]],yNe=ZC("SquareChevronUp",mNe);var gNe=Object.freeze({__proto__:null,__iconNode:mNe,default:yNe});const vNe=[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],xNe=ZC("SquareCode",vNe);var bNe=Object.freeze({__proto__:null,__iconNode:vNe,default:xNe});const wNe=[["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"}]],kNe=ZC("SquareDashedBottomCode",wNe);var _Ne=Object.freeze({__proto__:null,__iconNode:wNe,default:kNe});const CNe=[["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"}]],MNe=ZC("SquareDashedBottom",CNe);var SNe=Object.freeze({__proto__:null,__iconNode:CNe,default:MNe});const DNe=[["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"}]],ONe=ZC("SquareDashedKanban",DNe);var PNe=Object.freeze({__proto__:null,__iconNode:DNe,default:ONe});const ENe=[["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"}]],jNe=ZC("SquareDashedMousePointer",ENe);var TNe=Object.freeze({__proto__:null,__iconNode:ENe,default:jNe});const NNe=[["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"}]],RNe=ZC("SquareDashed",NNe);var FNe=Object.freeze({__proto__:null,__iconNode:NNe,default:RNe});const INe=[["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"}]],zNe=ZC("SquareDivide",INe);var ANe=Object.freeze({__proto__:null,__iconNode:INe,default:zNe});const LNe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],BNe=ZC("SquareDot",LNe);var VNe=Object.freeze({__proto__:null,__iconNode:LNe,default:BNe});const $Ne=[["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"}]],HNe=ZC("SquareEqual",$Ne);var qNe=Object.freeze({__proto__:null,__iconNode:$Ne,default:HNe});const WNe=[["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"}]],UNe=ZC("SquareFunction",WNe);var GNe=Object.freeze({__proto__:null,__iconNode:WNe,default:UNe});const KNe=[["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"}]],YNe=ZC("SquareKanban",KNe);var ZNe=Object.freeze({__proto__:null,__iconNode:KNe,default:YNe});const XNe=[["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"}]],QNe=ZC("SquareLibrary",XNe);var JNe=Object.freeze({__proto__:null,__iconNode:XNe,default:QNe});const eRe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 16V8l4 4 4-4v8",key:"141u4e"}]],tRe=ZC("SquareM",eRe);var rRe=Object.freeze({__proto__:null,__iconNode:eRe,default:tRe});const oRe=[["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"}]],nRe=ZC("SquareMenu",oRe);var aRe=Object.freeze({__proto__:null,__iconNode:oRe,default:nRe});const iRe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}]],sRe=ZC("SquareMinus",iRe);var lRe=Object.freeze({__proto__:null,__iconNode:iRe,default:sRe});const cRe=[["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"}]],uRe=ZC("SquareParkingOff",cRe);var dRe=Object.freeze({__proto__:null,__iconNode:cRe,default:uRe});const pRe=[["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"}]],hRe=ZC("SquareMousePointer",pRe);var fRe=Object.freeze({__proto__:null,__iconNode:pRe,default:hRe});const mRe=[["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"}]],yRe=ZC("SquareParking",mRe);var gRe=Object.freeze({__proto__:null,__iconNode:mRe,default:yRe});const vRe=[["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"}]],xRe=ZC("SquarePen",vRe);var bRe=Object.freeze({__proto__:null,__iconNode:vRe,default:xRe});const wRe=[["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"}]],kRe=ZC("SquarePercent",wRe);var _Re=Object.freeze({__proto__:null,__iconNode:wRe,default:kRe});const CRe=[["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"}]],MRe=ZC("SquarePi",CRe);var SRe=Object.freeze({__proto__:null,__iconNode:CRe,default:MRe});const DRe=[["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"}]],ORe=ZC("SquarePilcrow",DRe);var PRe=Object.freeze({__proto__:null,__iconNode:DRe,default:ORe});const ERe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 8 6 4-6 4Z",key:"f1r3lt"}]],jRe=ZC("SquarePlay",ERe);var TRe=Object.freeze({__proto__:null,__iconNode:ERe,default:jRe});const NRe=[["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"}]],RRe=ZC("SquarePlus",NRe);var FRe=Object.freeze({__proto__:null,__iconNode:NRe,default:RRe});const IRe=[["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"}]],zRe=ZC("SquarePower",IRe);var ARe=Object.freeze({__proto__:null,__iconNode:IRe,default:zRe});const LRe=[["path",{d:"M7 12h2l2 5 2-10h4",key:"1fxv6h"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],BRe=ZC("SquareRadical",LRe);var VRe=Object.freeze({__proto__:null,__iconNode:LRe,default:BRe});const $Re=[["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"}]],HRe=ZC("SquareRoundCorner",$Re);var qRe=Object.freeze({__proto__:null,__iconNode:$Re,default:HRe});const WRe=[["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"}]],URe=ZC("SquareScissors",WRe);var GRe=Object.freeze({__proto__:null,__iconNode:WRe,default:URe});const KRe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]],YRe=ZC("SquareSlash",KRe);var ZRe=Object.freeze({__proto__:null,__iconNode:KRe,default:YRe});const XRe=[["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"}]],QRe=ZC("SquareSigma",XRe);var JRe=Object.freeze({__proto__:null,__iconNode:XRe,default:QRe});const eFe=[["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"}]],tFe=ZC("SquareSplitHorizontal",eFe);var rFe=Object.freeze({__proto__:null,__iconNode:eFe,default:tFe});const oFe=[["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"}]],nFe=ZC("SquareSplitVertical",oFe);var aFe=Object.freeze({__proto__:null,__iconNode:oFe,default:nFe});const iFe=[["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"}]],sFe=ZC("SquareSquare",iFe);var lFe=Object.freeze({__proto__:null,__iconNode:iFe,default:sFe});const cFe=[["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"}]],uFe=ZC("SquareStack",cFe);var dFe=Object.freeze({__proto__:null,__iconNode:cFe,default:uFe});const pFe=[["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"}]],hFe=ZC("SquareTerminal",pFe);var fFe=Object.freeze({__proto__:null,__iconNode:pFe,default:hFe});const mFe=[["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"}]],yFe=ZC("SquareUserRound",mFe);var gFe=Object.freeze({__proto__:null,__iconNode:mFe,default:yFe});const vFe=[["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"}]],xFe=ZC("SquareUser",vFe);var bFe=Object.freeze({__proto__:null,__iconNode:vFe,default:xFe});const wFe=[["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"}]],kFe=ZC("SquareX",wFe);var _Fe=Object.freeze({__proto__:null,__iconNode:wFe,default:kFe});const CFe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],MFe=ZC("Square",CFe);var SFe=Object.freeze({__proto__:null,__iconNode:CFe,default:MFe});const DFe=[["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"}]],OFe=ZC("Squircle",DFe);var PFe=Object.freeze({__proto__:null,__iconNode:DFe,default:OFe});const EFe=[["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"}]],jFe=ZC("Squirrel",EFe);var TFe=Object.freeze({__proto__:null,__iconNode:EFe,default:jFe});const NFe=[["path",{d:"M5 22h14",key:"ehvnwv"}],["path",{d:"M19.27 13.73A2.5 2.5 0 0 0 17.5 13h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1.5c0-.66-.26-1.3-.73-1.77Z",key:"1sy9ra"}],["path",{d:"M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-3-3c-1.66 0-3 1-3 3s1 2 1 3.5V13",key:"cnxgux"}]],RFe=ZC("Stamp",NFe);var FFe=Object.freeze({__proto__:null,__iconNode:NFe,default:RFe});const IFe=[["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"}]],zFe=ZC("StarHalf",IFe);var AFe=Object.freeze({__proto__:null,__iconNode:IFe,default:zFe});const LFe=[["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"}]],BFe=ZC("StarOff",LFe);var VFe=Object.freeze({__proto__:null,__iconNode:LFe,default:BFe});const $Fe=[["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"}]],HFe=ZC("Star",$Fe);var qFe=Object.freeze({__proto__:null,__iconNode:$Fe,default:HFe});const WFe=[["line",{x1:"18",x2:"18",y1:"20",y2:"4",key:"cun8e5"}],["polygon",{points:"14,20 4,12 14,4",key:"ypakod"}]],UFe=ZC("StepBack",WFe);var GFe=Object.freeze({__proto__:null,__iconNode:WFe,default:UFe});const KFe=[["line",{x1:"6",x2:"6",y1:"4",y2:"20",key:"fy8qot"}],["polygon",{points:"10,4 20,12 10,20",key:"1mc1pf"}]],YFe=ZC("StepForward",KFe);var ZFe=Object.freeze({__proto__:null,__iconNode:KFe,default:YFe});const XFe=[["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"}]],QFe=ZC("Stethoscope",XFe);var JFe=Object.freeze({__proto__:null,__iconNode:XFe,default:QFe});const eIe=[["path",{d:"M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z",key:"qazsjp"}],["path",{d:"M15 3v4a2 2 0 0 0 2 2h4",key:"40519r"}]],tIe=ZC("StickyNote",eIe);var rIe=Object.freeze({__proto__:null,__iconNode:eIe,default:tIe});const oIe=[["path",{d:"M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z",key:"1wis1t"}],["path",{d:"M14 3v4a2 2 0 0 0 2 2h4",key:"36rjfy"}],["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"}]],nIe=ZC("Sticker",oIe);var aIe=Object.freeze({__proto__:null,__iconNode:oIe,default:nIe});const iIe=[["path",{d:"m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7",key:"ztvudi"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",key:"1b2hhj"}],["path",{d:"M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4",key:"2ebpfo"}],["path",{d:"M2 7h20",key:"1fcdvo"}],["path",{d:"M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7",key:"6c3vgh"}]],sIe=ZC("Store",iIe);var lIe=Object.freeze({__proto__:null,__iconNode:iIe,default:sIe});const cIe=[["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"}]],uIe=ZC("StretchHorizontal",cIe);var dIe=Object.freeze({__proto__:null,__iconNode:cIe,default:uIe});const pIe=[["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"}]],hIe=ZC("StretchVertical",pIe);var fIe=Object.freeze({__proto__:null,__iconNode:pIe,default:hIe});const mIe=[["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"}]],yIe=ZC("Strikethrough",mIe);var gIe=Object.freeze({__proto__:null,__iconNode:mIe,default:yIe});const vIe=[["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"}]],xIe=ZC("Subscript",vIe);var bIe=Object.freeze({__proto__:null,__iconNode:vIe,default:xIe});const wIe=[["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"}]],kIe=ZC("SunDim",wIe);var _Ie=Object.freeze({__proto__:null,__iconNode:wIe,default:kIe});const CIe=[["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"}]],MIe=ZC("SunMedium",CIe);var SIe=Object.freeze({__proto__:null,__iconNode:CIe,default:MIe});const DIe=[["path",{d:"M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4",key:"1fu5g2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.9 4.9 1.4 1.4",key:"b9915j"}],["path",{d:"m17.7 17.7 1.4 1.4",key:"qc3ed3"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.3 17.7-1.4 1.4",key:"5gca6"}],["path",{d:"m19.1 4.9-1.4 1.4",key:"wpu9u6"}]],OIe=ZC("SunMoon",DIe);var PIe=Object.freeze({__proto__:null,__iconNode:DIe,default:OIe});const EIe=[["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"}]],jIe=ZC("SunSnow",EIe);var TIe=Object.freeze({__proto__:null,__iconNode:EIe,default:jIe});const NIe=[["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"}]],RIe=ZC("Sun",NIe);var FIe=Object.freeze({__proto__:null,__iconNode:NIe,default:RIe});const IIe=[["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"}]],zIe=ZC("Sunrise",IIe);var AIe=Object.freeze({__proto__:null,__iconNode:IIe,default:zIe});const LIe=[["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"}]],BIe=ZC("Sunset",LIe);var VIe=Object.freeze({__proto__:null,__iconNode:LIe,default:BIe});const $Ie=[["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"}]],HIe=ZC("SwatchBook",$Ie);var qIe=Object.freeze({__proto__:null,__iconNode:$Ie,default:HIe});const WIe=[["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"}]],UIe=ZC("Superscript",WIe);var GIe=Object.freeze({__proto__:null,__iconNode:WIe,default:UIe});const KIe=[["path",{d:"M10 21V3h8",key:"br2l0g"}],["path",{d:"M6 16h9",key:"2py0wn"}],["path",{d:"M10 9.5h7",key:"13dmhz"}]],YIe=ZC("SwissFranc",KIe);var ZIe=Object.freeze({__proto__:null,__iconNode:KIe,default:YIe});const XIe=[["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"}]],QIe=ZC("SwitchCamera",XIe);var JIe=Object.freeze({__proto__:null,__iconNode:XIe,default:QIe});const eze=[["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"}]],tze=ZC("Sword",eze);var rze=Object.freeze({__proto__:null,__iconNode:eze,default:tze});const oze=[["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"}]],nze=ZC("Swords",oze);var aze=Object.freeze({__proto__:null,__iconNode:oze,default:nze});const ize=[["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"}]],sze=ZC("Syringe",ize);var lze=Object.freeze({__proto__:null,__iconNode:ize,default:sze});const cze=[["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"}]],uze=ZC("Table2",cze);var dze=Object.freeze({__proto__:null,__iconNode:cze,default:uze});const pze=[["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"}]],hze=ZC("TableCellsMerge",pze);var fze=Object.freeze({__proto__:null,__iconNode:pze,default:hze});const mze=[["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"}]],yze=ZC("TableCellsSplit",mze);var gze=Object.freeze({__proto__:null,__iconNode:mze,default:yze});const vze=[["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"}]],xze=ZC("TableColumnsSplit",vze);var bze=Object.freeze({__proto__:null,__iconNode:vze,default:xze});const wze=[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M21 12h.01",key:"msek7k"}],["path",{d:"M21 18h.01",key:"1e8rq1"}],["path",{d:"M21 6h.01",key:"1koanj"}]],kze=ZC("TableOfContents",wze);var _ze=Object.freeze({__proto__:null,__iconNode:wze,default:kze});const Cze=[["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"}]],Mze=ZC("TableProperties",Cze);var Sze=Object.freeze({__proto__:null,__iconNode:Cze,default:Mze});const Dze=[["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"}]],Oze=ZC("TableRowsSplit",Dze);var Pze=Object.freeze({__proto__:null,__iconNode:Dze,default:Oze});const Eze=[["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"}]],jze=ZC("Table",Eze);var Tze=Object.freeze({__proto__:null,__iconNode:Eze,default:jze});const Nze=[["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"}]],Rze=ZC("TabletSmartphone",Nze);var Fze=Object.freeze({__proto__:null,__iconNode:Nze,default:Rze});const Ize=[["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"}]],zze=ZC("Tablet",Ize);var Aze=Object.freeze({__proto__:null,__iconNode:Ize,default:zze});const Lze=[["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"}]],Bze=ZC("Tablets",Lze);var Vze=Object.freeze({__proto__:null,__iconNode:Lze,default:Bze});const $ze=[["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"}]],Hze=ZC("Tag",$ze);var qze=Object.freeze({__proto__:null,__iconNode:$ze,default:Hze});const Wze=[["path",{d:"m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19",key:"1cbfv1"}],["path",{d:"M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z",key:"135mg7"}],["circle",{cx:"6.5",cy:"9.5",r:".5",fill:"currentColor",key:"5pm5xn"}]],Uze=ZC("Tags",Wze);var Gze=Object.freeze({__proto__:null,__iconNode:Wze,default:Uze});const Kze=[["path",{d:"M4 4v16",key:"6qkkli"}]],Yze=ZC("Tally1",Kze);var Zze=Object.freeze({__proto__:null,__iconNode:Kze,default:Yze});const Xze=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}]],Qze=ZC("Tally2",Xze);var Jze=Object.freeze({__proto__:null,__iconNode:Xze,default:Qze});const eAe=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}]],tAe=ZC("Tally3",eAe);var rAe=Object.freeze({__proto__:null,__iconNode:eAe,default:tAe});const oAe=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}]],nAe=ZC("Tally4",oAe);var aAe=Object.freeze({__proto__:null,__iconNode:oAe,default:nAe});const iAe=[["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"}]],sAe=ZC("Tally5",iAe);var lAe=Object.freeze({__proto__:null,__iconNode:iAe,default:sAe});const cAe=[["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"}]],uAe=ZC("Tangent",cAe);var dAe=Object.freeze({__proto__:null,__iconNode:cAe,default:uAe});const pAe=[["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"}]],hAe=ZC("Target",pAe);var fAe=Object.freeze({__proto__:null,__iconNode:pAe,default:hAe});const mAe=[["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"}]],yAe=ZC("Telescope",mAe);var gAe=Object.freeze({__proto__:null,__iconNode:mAe,default:yAe});const vAe=[["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"}]],xAe=ZC("TentTree",vAe);var bAe=Object.freeze({__proto__:null,__iconNode:vAe,default:xAe});const wAe=[["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"}]],kAe=ZC("Tent",wAe);var _Ae=Object.freeze({__proto__:null,__iconNode:wAe,default:kAe});const CAe=[["polyline",{points:"4 17 10 11 4 5",key:"akl6gq"}],["line",{x1:"12",x2:"20",y1:"19",y2:"19",key:"q2wloq"}]],MAe=ZC("Terminal",CAe);var SAe=Object.freeze({__proto__:null,__iconNode:CAe,default:MAe});const DAe=[["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"}]],OAe=ZC("TestTubeDiagonal",DAe);var PAe=Object.freeze({__proto__:null,__iconNode:DAe,default:OAe});const EAe=[["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"}]],jAe=ZC("TestTube",EAe);var TAe=Object.freeze({__proto__:null,__iconNode:EAe,default:jAe});const NAe=[["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"}]],RAe=ZC("TestTubes",NAe);var FAe=Object.freeze({__proto__:null,__iconNode:NAe,default:RAe});const IAe=[["path",{d:"M5 4h1a3 3 0 0 1 3 3 3 3 0 0 1 3-3h1",key:"18xjzo"}],["path",{d:"M13 20h-1a3 3 0 0 1-3-3 3 3 0 0 1-3 3H5",key:"fj48gi"}],["path",{d:"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1",key:"1n9rhb"}],["path",{d:"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7",key:"13ksps"}],["path",{d:"M9 7v10",key:"1vc8ob"}]],zAe=ZC("TextCursorInput",IAe);var AAe=Object.freeze({__proto__:null,__iconNode:IAe,default:zAe});const LAe=[["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"}]],BAe=ZC("TextCursor",LAe);var VAe=Object.freeze({__proto__:null,__iconNode:LAe,default:BAe});const $Ae=[["path",{d:"M17 6H3",key:"16j9eg"}],["path",{d:"M21 12H8",key:"scolzb"}],["path",{d:"M21 18H8",key:"1wfozv"}],["path",{d:"M3 12v6",key:"fv4c87"}]],HAe=ZC("TextQuote",$Ae);var qAe=Object.freeze({__proto__:null,__iconNode:$Ae,default:HAe});const WAe=[["path",{d:"M21 6H3",key:"1jwq7v"}],["path",{d:"M10 12H3",key:"1ulcyk"}],["path",{d:"M10 18H3",key:"13769t"}],["circle",{cx:"17",cy:"15",r:"3",key:"1upz2a"}],["path",{d:"m21 19-1.9-1.9",key:"dwi7p8"}]],UAe=ZC("TextSearch",WAe);var GAe=Object.freeze({__proto__:null,__iconNode:WAe,default:UAe});const KAe=[["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"}],["line",{x1:"7",x2:"15",y1:"8",y2:"8",key:"1758g8"}],["line",{x1:"7",x2:"17",y1:"12",y2:"12",key:"197423"}],["line",{x1:"7",x2:"13",y1:"16",y2:"16",key:"37cgm6"}]],YAe=ZC("TextSelect",KAe);var ZAe=Object.freeze({__proto__:null,__iconNode:KAe,default:YAe});const XAe=[["path",{d:"M17 6.1H3",key:"wptmhv"}],["path",{d:"M21 12.1H3",key:"1j38uz"}],["path",{d:"M15.1 18H3",key:"1nb16a"}]],QAe=ZC("Text",XAe);var JAe=Object.freeze({__proto__:null,__iconNode:XAe,default:QAe});const eLe=[["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"}]],tLe=ZC("Theater",eLe);var rLe=Object.freeze({__proto__:null,__iconNode:eLe,default:tLe});const oLe=[["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"}]],nLe=ZC("ThermometerSnowflake",oLe);var aLe=Object.freeze({__proto__:null,__iconNode:oLe,default:nLe});const iLe=[["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"}]],sLe=ZC("ThermometerSun",iLe);var lLe=Object.freeze({__proto__:null,__iconNode:iLe,default:sLe});const cLe=[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"17jzev"}]],uLe=ZC("Thermometer",cLe);var dLe=Object.freeze({__proto__:null,__iconNode:cLe,default:uLe});const pLe=[["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"}]],hLe=ZC("ThumbsDown",pLe);var fLe=Object.freeze({__proto__:null,__iconNode:pLe,default:hLe});const mLe=[["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"}]],yLe=ZC("ThumbsUp",mLe);var gLe=Object.freeze({__proto__:null,__iconNode:mLe,default:yLe});const vLe=[["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"}]],xLe=ZC("TicketCheck",vLe);var bLe=Object.freeze({__proto__:null,__iconNode:vLe,default:xLe});const wLe=[["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"}]],kLe=ZC("TicketMinus",wLe);var _Le=Object.freeze({__proto__:null,__iconNode:wLe,default:kLe});const CLe=[["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"}]],MLe=ZC("TicketPercent",CLe);var SLe=Object.freeze({__proto__:null,__iconNode:CLe,default:MLe});const DLe=[["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"}]],OLe=ZC("TicketPlus",DLe);var PLe=Object.freeze({__proto__:null,__iconNode:DLe,default:OLe});const ELe=[["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"}]],jLe=ZC("TicketSlash",ELe);var TLe=Object.freeze({__proto__:null,__iconNode:ELe,default:jLe});const NLe=[["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"}]],RLe=ZC("TicketX",NLe);var FLe=Object.freeze({__proto__:null,__iconNode:NLe,default:RLe});const ILe=[["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"}]],zLe=ZC("Ticket",ILe);var ALe=Object.freeze({__proto__:null,__iconNode:ILe,default:zLe});const LLe=[["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"}]],BLe=ZC("TicketsPlane",LLe);var VLe=Object.freeze({__proto__:null,__iconNode:LLe,default:BLe});const $Le=[["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"}]],HLe=ZC("Tickets",$Le);var qLe=Object.freeze({__proto__:null,__iconNode:$Le,default:HLe});const WLe=[["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"}]],ULe=ZC("TimerOff",WLe);var GLe=Object.freeze({__proto__:null,__iconNode:WLe,default:ULe});const KLe=[["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"}]],YLe=ZC("TimerReset",KLe);var ZLe=Object.freeze({__proto__:null,__iconNode:KLe,default:YLe});const XLe=[["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"}]],QLe=ZC("Timer",XLe);var JLe=Object.freeze({__proto__:null,__iconNode:XLe,default:QLe});const eBe=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6",key:"f2vt7d"}],["circle",{cx:"8",cy:"12",r:"2",key:"1nvbw3"}]],tBe=ZC("ToggleLeft",eBe);var rBe=Object.freeze({__proto__:null,__iconNode:eBe,default:tBe});const oBe=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6",key:"f2vt7d"}],["circle",{cx:"16",cy:"12",r:"2",key:"4ma0v8"}]],nBe=ZC("ToggleRight",oBe);var aBe=Object.freeze({__proto__:null,__iconNode:oBe,default:nBe});const iBe=[["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"}]],sBe=ZC("Toilet",iBe);var lBe=Object.freeze({__proto__:null,__iconNode:iBe,default:sBe});const cBe=[["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"}]],uBe=ZC("Tornado",cBe);var dBe=Object.freeze({__proto__:null,__iconNode:cBe,default:uBe});const pBe=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2",key:"1b2qxu"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5",key:"h8emeu"}]],hBe=ZC("Torus",pBe);var fBe=Object.freeze({__proto__:null,__iconNode:pBe,default:hBe});const mBe=[["path",{d:"M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16",key:"lnt0bk"}],["path",{d:"M2 14h12",key:"d8icqz"}],["path",{d:"M22 14h-2",key:"jrx26d"}],["path",{d:"M12 20v-6",key:"1rm09r"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M22 16V6a2 2 0 0 0-2-2H10",key:"11y8e4"}]],yBe=ZC("TouchpadOff",mBe);var gBe=Object.freeze({__proto__:null,__iconNode:mBe,default:yBe});const vBe=[["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"}]],xBe=ZC("Touchpad",vBe);var bBe=Object.freeze({__proto__:null,__iconNode:vBe,default:xBe});const wBe=[["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"}]],kBe=ZC("TowerControl",wBe);var _Be=Object.freeze({__proto__:null,__iconNode:wBe,default:kBe});const CBe=[["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"}]],MBe=ZC("ToyBrick",CBe);var SBe=Object.freeze({__proto__:null,__iconNode:CBe,default:MBe});const DBe=[["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"}]],OBe=ZC("Tractor",DBe);var PBe=Object.freeze({__proto__:null,__iconNode:DBe,default:OBe});const EBe=[["path",{d:"M9.3 6.2a4.55 4.55 0 0 0 5.4 0",key:"flyxqv"}],["path",{d:"M7.9 10.7c.9.8 2.4 1.3 4.1 1.3s3.2-.5 4.1-1.3",key:"1nlxxg"}],["path",{d:"M13.9 3.5a1.93 1.93 0 0 0-3.8-.1l-3 10c-.1.2-.1.4-.1.6 0 1.7 2.2 3 5 3s5-1.3 5-3c0-.2 0-.4-.1-.5Z",key:"vz7x1l"}],["path",{d:"m7.5 12.2-4.7 2.7c-.5.3-.8.7-.8 1.1s.3.8.8 1.1l7.6 4.5c.9.5 2.1.5 3 0l7.6-4.5c.7-.3 1-.7 1-1.1s-.3-.8-.8-1.1l-4.7-2.8",key:"1xfzlw"}]],jBe=ZC("TrafficCone",EBe);var TBe=Object.freeze({__proto__:null,__iconNode:EBe,default:jBe});const NBe=[["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"}]],RBe=ZC("TrainFrontTunnel",NBe);var FBe=Object.freeze({__proto__:null,__iconNode:NBe,default:RBe});const IBe=[["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"}]],zBe=ZC("TrainFront",IBe);var ABe=Object.freeze({__proto__:null,__iconNode:IBe,default:zBe});const LBe=[["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"}]],BBe=ZC("TrainTrack",LBe);var VBe=Object.freeze({__proto__:null,__iconNode:LBe,default:BBe});const $Be=[["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"}]],HBe=ZC("TramFront",$Be);var qBe=Object.freeze({__proto__:null,__iconNode:$Be,default:HBe});const WBe=[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}],["line",{x1:"10",x2:"10",y1:"11",y2:"17",key:"1uufr5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"17",key:"xtxkd"}]],UBe=ZC("Trash2",WBe);var GBe=Object.freeze({__proto__:null,__iconNode:WBe,default:UBe});const KBe=[["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"}]],YBe=ZC("Transgender",KBe);var ZBe=Object.freeze({__proto__:null,__iconNode:KBe,default:YBe});const XBe=[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}]],QBe=ZC("Trash",XBe);var JBe=Object.freeze({__proto__:null,__iconNode:XBe,default:QBe});const eVe=[["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"}]],tVe=ZC("TreeDeciduous",eVe);var rVe=Object.freeze({__proto__:null,__iconNode:eVe,default:tVe});const oVe=[["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"}]],nVe=ZC("TreePine",oVe);var aVe=Object.freeze({__proto__:null,__iconNode:oVe,default:nVe});const iVe=[["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"}]],sVe=ZC("TreePalm",iVe);var lVe=Object.freeze({__proto__:null,__iconNode:iVe,default:sVe});const cVe=[["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"}]],uVe=ZC("Trees",cVe);var dVe=Object.freeze({__proto__:null,__iconNode:cVe,default:uVe});const pVe=[["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"}]],hVe=ZC("Trello",pVe);var fVe=Object.freeze({__proto__:null,__iconNode:pVe,default:hVe});const mVe=[["polyline",{points:"22 17 13.5 8.5 8.5 13.5 2 7",key:"1r2t7k"}],["polyline",{points:"16 17 22 17 22 11",key:"11uiuu"}]],yVe=ZC("TrendingDown",mVe);var gVe=Object.freeze({__proto__:null,__iconNode:mVe,default:yVe});const vVe=[["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"}]],xVe=ZC("TrendingUpDown",vVe);var bVe=Object.freeze({__proto__:null,__iconNode:vVe,default:xVe});const wVe=[["polyline",{points:"22 7 13.5 15.5 8.5 10.5 2 17",key:"126l90"}],["polyline",{points:"16 7 22 7 22 13",key:"kwv8wd"}]],kVe=ZC("TrendingUp",wVe);var _Ve=Object.freeze({__proto__:null,__iconNode:wVe,default:kVe});const CVe=[["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"}]],MVe=ZC("TriangleAlert",CVe);var SVe=Object.freeze({__proto__:null,__iconNode:CVe,default:MVe});const DVe=[["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"}]],OVe=ZC("TriangleDashed",DVe);var PVe=Object.freeze({__proto__:null,__iconNode:DVe,default:OVe});const EVe=[["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"}]],jVe=ZC("TriangleRight",EVe);var TVe=Object.freeze({__proto__:null,__iconNode:EVe,default:jVe});const NVe=[["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"}]],RVe=ZC("Triangle",NVe);var FVe=Object.freeze({__proto__:null,__iconNode:NVe,default:RVe});const IVe=[["path",{d:"M6 9H4.5a2.5 2.5 0 0 1 0-5H6",key:"17hqa7"}],["path",{d:"M18 9h1.5a2.5 2.5 0 0 0 0-5H18",key:"lmptdp"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22",key:"1nw9bq"}],["path",{d:"M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22",key:"1np0yb"}],["path",{d:"M18 2H6v7a6 6 0 0 0 12 0V2Z",key:"u46fv3"}]],zVe=ZC("Trophy",IVe);var AVe=Object.freeze({__proto__:null,__iconNode:IVe,default:zVe});const LVe=[["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"}]],BVe=ZC("Truck",LVe);var VVe=Object.freeze({__proto__:null,__iconNode:LVe,default:BVe});const $Ve=[["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"}]],HVe=ZC("Turtle",$Ve);var qVe=Object.freeze({__proto__:null,__iconNode:$Ve,default:HVe});const WVe=[["path",{d:"M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z",key:"1pctta"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]],UVe=ZC("TvMinimalPlay",WVe);var GVe=Object.freeze({__proto__:null,__iconNode:WVe,default:UVe});const KVe=[["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]],YVe=ZC("TvMinimal",KVe);var ZVe=Object.freeze({__proto__:null,__iconNode:KVe,default:YVe});const XVe=[["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2",ry:"2",key:"10ag99"}],["polyline",{points:"17 2 12 7 7 2",key:"11pgbg"}]],QVe=ZC("Tv",XVe);var JVe=Object.freeze({__proto__:null,__iconNode:XVe,default:QVe});const e$e=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7",key:"c0yzno"}]],t$e=ZC("Twitch",e$e);var r$e=Object.freeze({__proto__:null,__iconNode:e$e,default:t$e});const o$e=[["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"}]],n$e=ZC("Twitter",o$e);var a$e=Object.freeze({__proto__:null,__iconNode:o$e,default:n$e});const i$e=[["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"}]],s$e=ZC("TypeOutline",i$e);var l$e=Object.freeze({__proto__:null,__iconNode:i$e,default:s$e});const c$e=[["polyline",{points:"4 7 4 4 20 4 20 7",key:"1nosan"}],["line",{x1:"9",x2:"15",y1:"20",y2:"20",key:"swin9y"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20",key:"1tx1rr"}]],u$e=ZC("Type",c$e);var d$e=Object.freeze({__proto__:null,__iconNode:c$e,default:u$e});const p$e=[["path",{d:"M12 2v1",key:"11qlp1"}],["path",{d:"M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575",key:"eki10q"}],["path",{d:"M17.5 12H22A10 10 0 0 0 9.004 3.455",key:"n2ayka"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],h$e=ZC("UmbrellaOff",p$e);var f$e=Object.freeze({__proto__:null,__iconNode:p$e,default:h$e});const m$e=[["path",{d:"M22 12a10.06 10.06 1 0 0-20 0Z",key:"1teyop"}],["path",{d:"M12 12v8a2 2 0 0 0 4 0",key:"ulpmoc"}],["path",{d:"M12 2v1",key:"11qlp1"}]],y$e=ZC("Umbrella",m$e);var g$e=Object.freeze({__proto__:null,__iconNode:m$e,default:y$e});const v$e=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4",key:"9kb039"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20",key:"nun2al"}]],x$e=ZC("Underline",v$e);var b$e=Object.freeze({__proto__:null,__iconNode:v$e,default:x$e});const w$e=[["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"}]],k$e=ZC("Undo2",w$e);var _$e=Object.freeze({__proto__:null,__iconNode:w$e,default:k$e});const C$e=[["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"}]],M$e=ZC("UndoDot",C$e);var S$e=Object.freeze({__proto__:null,__iconNode:C$e,default:M$e});const D$e=[["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"}]],O$e=ZC("Undo",D$e);var P$e=Object.freeze({__proto__:null,__iconNode:D$e,default:O$e});const E$e=[["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"}]],j$e=ZC("UnfoldHorizontal",E$e);var T$e=Object.freeze({__proto__:null,__iconNode:E$e,default:j$e});const N$e=[["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"}]],R$e=ZC("UnfoldVertical",N$e);var F$e=Object.freeze({__proto__:null,__iconNode:N$e,default:R$e});const I$e=[["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"}]],z$e=ZC("Ungroup",I$e);var A$e=Object.freeze({__proto__:null,__iconNode:I$e,default:z$e});const L$e=[["circle",{cx:"12",cy:"10",r:"1",key:"1gnqs8"}],["path",{d:"M22 20V8h-4l-6-4-6 4H2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2",key:"1qj5sn"}],["path",{d:"M6 17v.01",key:"roodi6"}],["path",{d:"M6 13v.01",key:"67c122"}],["path",{d:"M18 17v.01",key:"12ktxm"}],["path",{d:"M18 13v.01",key:"tn1rt1"}],["path",{d:"M14 22v-5a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5",key:"11g7fi"}]],B$e=ZC("University",L$e);var V$e=Object.freeze({__proto__:null,__iconNode:L$e,default:B$e});const $$e=[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2",key:"1re2ne"}]],H$e=ZC("Unlink2",$$e);var q$e=Object.freeze({__proto__:null,__iconNode:$$e,default:H$e});const W$e=[["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"}]],U$e=ZC("Unlink",W$e);var G$e=Object.freeze({__proto__:null,__iconNode:W$e,default:U$e});const K$e=[["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"}]],Y$e=ZC("Unplug",K$e);var Z$e=Object.freeze({__proto__:null,__iconNode:K$e,default:Y$e});const X$e=[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"17 8 12 3 7 8",key:"t8dd8p"}],["line",{x1:"12",x2:"12",y1:"3",y2:"15",key:"widbto"}]],Q$e=ZC("Upload",X$e);var J$e=Object.freeze({__proto__:null,__iconNode:X$e,default:Q$e});const eHe=[["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"}]],tHe=ZC("Usb",eHe);var rHe=Object.freeze({__proto__:null,__iconNode:eHe,default:tHe});const oHe=[["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"}],["polyline",{points:"16 11 18 13 22 9",key:"1pwet4"}]],nHe=ZC("UserCheck",oHe);var aHe=Object.freeze({__proto__:null,__iconNode:oHe,default:nHe});const iHe=[["circle",{cx:"18",cy:"15",r:"3",key:"gjjjvw"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["path",{d:"M10 15H6a4 4 0 0 0-4 4v2",key:"1nfge6"}],["path",{d:"m21.7 16.4-.9-.3",key:"12j9ji"}],["path",{d:"m15.2 13.9-.9-.3",key:"1fdjdi"}],["path",{d:"m16.6 18.7.3-.9",key:"heedtr"}],["path",{d:"m19.1 12.2.3-.9",key:"1af3ki"}],["path",{d:"m19.6 18.7-.4-1",key:"1x9vze"}],["path",{d:"m16.8 12.3-.4-1",key:"vqeiwj"}],["path",{d:"m14.3 16.6 1-.4",key:"1qlj63"}],["path",{d:"m20.7 13.8 1-.4",key:"1v5t8k"}]],sHe=ZC("UserCog",iHe);var lHe=Object.freeze({__proto__:null,__iconNode:iHe,default:sHe});const cHe=[["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"}]],uHe=ZC("UserMinus",cHe);var dHe=Object.freeze({__proto__:null,__iconNode:cHe,default:uHe});const pHe=[["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"}]],hHe=ZC("UserPen",pHe);var fHe=Object.freeze({__proto__:null,__iconNode:pHe,default:hHe});const mHe=[["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"}]],yHe=ZC("UserPlus",mHe);var gHe=Object.freeze({__proto__:null,__iconNode:mHe,default:yHe});const vHe=[["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"}]],xHe=ZC("UserRoundCheck",vHe);var bHe=Object.freeze({__proto__:null,__iconNode:vHe,default:xHe});const wHe=[["path",{d:"M2 21a8 8 0 0 1 10.434-7.62",key:"1yezr2"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m19.5 14.3-.4.9",key:"1eb35c"}],["path",{d:"m16.9 20.8-.4.9",key:"dfjc4z"}],["path",{d:"m21.7 19.5-.9-.4",key:"q4dx6b"}],["path",{d:"m15.2 16.9-.9-.4",key:"1r0w5f"}],["path",{d:"m21.7 16.5-.9.4",key:"1knoei"}],["path",{d:"m15.2 19.1-.9.4",key:"j188fs"}],["path",{d:"m19.5 21.7-.4-.9",key:"1tonu5"}],["path",{d:"m16.9 15.2-.4-.9",key:"699xu"}]],kHe=ZC("UserRoundCog",wHe);var _He=Object.freeze({__proto__:null,__iconNode:wHe,default:kHe});const CHe=[["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"}]],MHe=ZC("UserRoundMinus",CHe);var SHe=Object.freeze({__proto__:null,__iconNode:CHe,default:MHe});const DHe=[["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"}]],OHe=ZC("UserRoundPen",DHe);var PHe=Object.freeze({__proto__:null,__iconNode:DHe,default:OHe});const EHe=[["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"}]],jHe=ZC("UserRoundPlus",EHe);var THe=Object.freeze({__proto__:null,__iconNode:EHe,default:jHe});const NHe=[["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"}]],RHe=ZC("UserRoundSearch",NHe);var FHe=Object.freeze({__proto__:null,__iconNode:NHe,default:RHe});const IHe=[["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"}]],zHe=ZC("UserRoundX",IHe);var AHe=Object.freeze({__proto__:null,__iconNode:IHe,default:zHe});const LHe=[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]],BHe=ZC("UserRound",LHe);var VHe=Object.freeze({__proto__:null,__iconNode:LHe,default:BHe});const $He=[["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"}]],HHe=ZC("UserSearch",$He);var qHe=Object.freeze({__proto__:null,__iconNode:$He,default:HHe});const WHe=[["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"}]],UHe=ZC("UserX",WHe);var GHe=Object.freeze({__proto__:null,__iconNode:WHe,default:UHe});const KHe=[["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"}]],YHe=ZC("User",KHe);var ZHe=Object.freeze({__proto__:null,__iconNode:KHe,default:YHe});const XHe=[["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"}]],QHe=ZC("UsersRound",XHe);var JHe=Object.freeze({__proto__:null,__iconNode:XHe,default:QHe});const eqe=[["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"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["path",{d:"M16 3.13a4 4 0 0 1 0 7.75",key:"1da9ce"}]],tqe=ZC("Users",eqe);var rqe=Object.freeze({__proto__:null,__iconNode:eqe,default:tqe});const oqe=[["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"}]],nqe=ZC("UtensilsCrossed",oqe);var aqe=Object.freeze({__proto__:null,__iconNode:oqe,default:nqe});const iqe=[["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"}]],sqe=ZC("Utensils",iqe);var lqe=Object.freeze({__proto__:null,__iconNode:iqe,default:sqe});const cqe=[["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"}]],uqe=ZC("UtilityPole",cqe);var dqe=Object.freeze({__proto__:null,__iconNode:cqe,default:uqe});const pqe=[["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"}]],hqe=ZC("Variable",pqe);var fqe=Object.freeze({__proto__:null,__iconNode:pqe,default:hqe});const mqe=[["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"}]],yqe=ZC("Vault",mqe);var gqe=Object.freeze({__proto__:null,__iconNode:mqe,default:yqe});const vqe=[["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"}]],xqe=ZC("Vegan",vqe);var bqe=Object.freeze({__proto__:null,__iconNode:vqe,default:xqe});const wqe=[["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"}]],kqe=ZC("VenetianMask",wqe);var _qe=Object.freeze({__proto__:null,__iconNode:wqe,default:kqe});const Cqe=[["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"}]],Mqe=ZC("VenusAndMars",Cqe);var Sqe=Object.freeze({__proto__:null,__iconNode:Cqe,default:Mqe});const Dqe=[["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M9 19h6",key:"456am0"}],["circle",{cx:"12",cy:"9",r:"6",key:"1nw4tq"}]],Oqe=ZC("Venus",Dqe);var Pqe=Object.freeze({__proto__:null,__iconNode:Dqe,default:Oqe});const Eqe=[["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"}]],jqe=ZC("VibrateOff",Eqe);var Tqe=Object.freeze({__proto__:null,__iconNode:Eqe,default:jqe});const Nqe=[["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"}]],Rqe=ZC("VideoOff",Nqe);var Fqe=Object.freeze({__proto__:null,__iconNode:Nqe,default:Rqe});const Iqe=[["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"}]],zqe=ZC("Vibrate",Iqe);var Aqe=Object.freeze({__proto__:null,__iconNode:Iqe,default:zqe});const Lqe=[["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"}]],Bqe=ZC("Video",Lqe);var Vqe=Object.freeze({__proto__:null,__iconNode:Lqe,default:Bqe});const $qe=[["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"}]],Hqe=ZC("Videotape",$qe);var qqe=Object.freeze({__proto__:null,__iconNode:$qe,default:Hqe});const Wqe=[["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"}]],Uqe=ZC("View",Wqe);var Gqe=Object.freeze({__proto__:null,__iconNode:Wqe,default:Uqe});const Kqe=[["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"}]],Yqe=ZC("Voicemail",Kqe);var Zqe=Object.freeze({__proto__:null,__iconNode:Kqe,default:Yqe});const Xqe=[["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"}]],Qqe=ZC("Volleyball",Xqe);var Jqe=Object.freeze({__proto__:null,__iconNode:Xqe,default:Qqe});const eWe=[["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"}]],tWe=ZC("Volume1",eWe);var rWe=Object.freeze({__proto__:null,__iconNode:eWe,default:tWe});const oWe=[["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"}]],nWe=ZC("Volume2",oWe);var aWe=Object.freeze({__proto__:null,__iconNode:oWe,default:nWe});const iWe=[["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"}]],sWe=ZC("VolumeOff",iWe);var lWe=Object.freeze({__proto__:null,__iconNode:iWe,default:sWe});const cWe=[["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"}]],uWe=ZC("VolumeX",cWe);var dWe=Object.freeze({__proto__:null,__iconNode:cWe,default:uWe});const pWe=[["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"}]],hWe=ZC("Volume",pWe);var fWe=Object.freeze({__proto__:null,__iconNode:pWe,default:hWe});const mWe=[["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"}]],yWe=ZC("Vote",mWe);var gWe=Object.freeze({__proto__:null,__iconNode:mWe,default:yWe});const vWe=[["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"}]],xWe=ZC("WalletCards",vWe);var bWe=Object.freeze({__proto__:null,__iconNode:vWe,default:xWe});const wWe=[["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"}]],kWe=ZC("WalletMinimal",wWe);var _We=Object.freeze({__proto__:null,__iconNode:wWe,default:kWe});const CWe=[["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"}]],MWe=ZC("Wallet",CWe);var SWe=Object.freeze({__proto__:null,__iconNode:CWe,default:MWe});const DWe=[["circle",{cx:"8",cy:"9",r:"2",key:"gjzl9d"}],["path",{d:"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2",key:"69xh40"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}]],OWe=ZC("Wallpaper",DWe);var PWe=Object.freeze({__proto__:null,__iconNode:DWe,default:OWe});const EWe=[["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"}]],jWe=ZC("WandSparkles",EWe);var TWe=Object.freeze({__proto__:null,__iconNode:EWe,default:jWe});const NWe=[["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"}]],RWe=ZC("Wand",NWe);var FWe=Object.freeze({__proto__:null,__iconNode:NWe,default:RWe});const IWe=[["path",{d:"M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z",key:"gksnxg"}],["path",{d:"M6 18h12",key:"9pbo8z"}],["path",{d:"M6 14h12",key:"4cwo0f"}],["rect",{width:"12",height:"12",x:"6",y:"10",key:"apd30q"}]],zWe=ZC("Warehouse",IWe);var AWe=Object.freeze({__proto__:null,__iconNode:IWe,default:zWe});const LWe=[["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"}]],BWe=ZC("WashingMachine",LWe);var VWe=Object.freeze({__proto__:null,__iconNode:LWe,default:BWe});const $We=[["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["polyline",{points:"12 10 12 12 13 13",key:"19dquz"}],["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"}]],HWe=ZC("Watch",$We);var qWe=Object.freeze({__proto__:null,__iconNode:$We,default:HWe});const WWe=[["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"}]],UWe=ZC("WavesLadder",WWe);var GWe=Object.freeze({__proto__:null,__iconNode:WWe,default:UWe});const KWe=[["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"}]],YWe=ZC("Waves",KWe);var ZWe=Object.freeze({__proto__:null,__iconNode:KWe,default:YWe});const XWe=[["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"}]],QWe=ZC("Waypoints",XWe);var JWe=Object.freeze({__proto__:null,__iconNode:XWe,default:QWe});const eUe=[["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"}]],tUe=ZC("Webcam",eUe);var rUe=Object.freeze({__proto__:null,__iconNode:eUe,default:tUe});const oUe=[["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"}]],nUe=ZC("WebhookOff",oUe);var aUe=Object.freeze({__proto__:null,__iconNode:oUe,default:nUe});const iUe=[["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"}]],sUe=ZC("Webhook",iUe);var lUe=Object.freeze({__proto__:null,__iconNode:iUe,default:sUe});const cUe=[["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"}]],uUe=ZC("Weight",cUe);var dUe=Object.freeze({__proto__:null,__iconNode:cUe,default:uUe});const pUe=[["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"}]],hUe=ZC("WheatOff",pUe);var fUe=Object.freeze({__proto__:null,__iconNode:pUe,default:hUe});const mUe=[["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"}]],yUe=ZC("Wheat",mUe);var gUe=Object.freeze({__proto__:null,__iconNode:mUe,default:yUe});const vUe=[["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"}]],xUe=ZC("WholeWord",vUe);var bUe=Object.freeze({__proto__:null,__iconNode:vUe,default:xUe});const wUe=[["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"}]],kUe=ZC("WifiHigh",wUe);var _Ue=Object.freeze({__proto__:null,__iconNode:wUe,default:kUe});const CUe=[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]],MUe=ZC("WifiLow",CUe);var SUe=Object.freeze({__proto__:null,__iconNode:CUe,default:MUe});const DUe=[["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"}]],OUe=ZC("WifiOff",DUe);var PUe=Object.freeze({__proto__:null,__iconNode:DUe,default:OUe});const EUe=[["path",{d:"M12 20h.01",key:"zekei9"}]],jUe=ZC("WifiZero",EUe);var TUe=Object.freeze({__proto__:null,__iconNode:EUe,default:jUe});const NUe=[["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"}]],RUe=ZC("Wifi",NUe);var FUe=Object.freeze({__proto__:null,__iconNode:NUe,default:RUe});const IUe=[["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"}]],zUe=ZC("WindArrowDown",IUe);var AUe=Object.freeze({__proto__:null,__iconNode:IUe,default:zUe});const LUe=[["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"}]],BUe=ZC("Wind",LUe);var VUe=Object.freeze({__proto__:null,__iconNode:LUe,default:BUe});const $Ue=[["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"}]],HUe=ZC("WineOff",$Ue);var qUe=Object.freeze({__proto__:null,__iconNode:$Ue,default:HUe});const WUe=[["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"}]],UUe=ZC("Wine",WUe);var GUe=Object.freeze({__proto__:null,__iconNode:WUe,default:UUe});const KUe=[["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"}]],YUe=ZC("Workflow",KUe);var ZUe=Object.freeze({__proto__:null,__iconNode:KUe,default:YUe});const XUe=[["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"}]],QUe=ZC("Worm",XUe);var JUe=Object.freeze({__proto__:null,__iconNode:XUe,default:QUe});const eGe=[["line",{x1:"3",x2:"21",y1:"6",y2:"6",key:"4m8b97"}],["path",{d:"M3 12h15a3 3 0 1 1 0 6h-4",key:"1cl7v7"}],["polyline",{points:"16 16 14 18 16 20",key:"1jznyi"}],["line",{x1:"3",x2:"10",y1:"18",y2:"18",key:"1h33wv"}]],tGe=ZC("WrapText",eGe);var rGe=Object.freeze({__proto__:null,__iconNode:eGe,default:tGe});const oGe=[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z",key:"cbrjhi"}]],nGe=ZC("Wrench",oGe);var aGe=Object.freeze({__proto__:null,__iconNode:oGe,default:nGe});const iGe=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],sGe=ZC("X",iGe);var lGe=Object.freeze({__proto__:null,__iconNode:iGe,default:sGe});const cGe=[["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"}]],uGe=ZC("ZapOff",cGe);var dGe=Object.freeze({__proto__:null,__iconNode:cGe,default:uGe});const pGe=[["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"}]],hGe=ZC("Youtube",pGe);var fGe=Object.freeze({__proto__:null,__iconNode:pGe,default:hGe});const mGe=[["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"}]],yGe=ZC("Zap",mGe);var gGe=Object.freeze({__proto__:null,__iconNode:mGe,default:yGe});const vGe=[["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"}]],xGe=ZC("ZoomIn",vGe);var bGe=Object.freeze({__proto__:null,__iconNode:vGe,default:xGe});const wGe=[["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"}]],kGe=ZC("ZoomOut",wGe);var _Ge=Object.freeze({__proto__:null,__iconNode:wGe,default:kGe}),CGe=Object.freeze({__proto__:null,AArrowDown:QC,AArrowUp:tM,ALargeSmall:nM,Accessibility:sM,Activity:uM,AirVent:hM,Airplay:yM,AlarmClockCheck:xM,AlarmClockMinus:kM,AlarmClockOff:MM,AlarmClockPlus:OM,AlarmClock:jM,AlarmSmoke:RM,Album:zM,AlignCenterHorizontal:BM,AlignCenterVertical:HM,AlignCenter:UM,AlignEndVertical:YM,AlignEndHorizontal:QM,AlignHorizontalDistributeCenter:tS,AlignHorizontalDistributeEnd:nS,AlignHorizontalDistributeStart:sS,AlignHorizontalJustifyCenter:uS,AlignHorizontalJustifyEnd:hS,AlignHorizontalJustifyStart:yS,AlignHorizontalSpaceAround:xS,AlignHorizontalSpaceBetween:kS,AlignJustify:MS,AlignLeft:OS,AlignRight:jS,AlignStartHorizontal:RS,AlignStartVertical:zS,AlignVerticalDistributeCenter:BS,AlignVerticalDistributeEnd:HS,AlignVerticalDistributeStart:US,AlignVerticalJustifyCenter:YS,AlignVerticalJustifyEnd:QS,AlignVerticalJustifyStart:tD,AlignVerticalSpaceAround:nD,AlignVerticalSpaceBetween:sD,Ambulance:uD,Ampersand:hD,Ampersands:yD,Amphora:xD,Anchor:kD,Angry:MD,Annoyed:OD,Antenna:jD,Anvil:RD,Aperture:zD,AppWindowMac:BD,AppWindow:HD,Apple:UD,ArchiveRestore:YD,ArchiveX:QD,Archive:tO,Armchair:nO,ArrowBigDownDash:sO,ArrowBigDown:uO,ArrowBigLeftDash:hO,ArrowBigLeft:yO,ArrowBigRightDash:xO,ArrowBigRight:kO,ArrowBigUpDash:MO,ArrowBigUp:OO,ArrowDown01:jO,ArrowDown10:RO,ArrowDownAZ:zO,ArrowDownFromLine:BO,ArrowDownLeft:HO,ArrowDownNarrowWide:UO,ArrowDownRight:YO,ArrowDownToDot:QO,ArrowDownToLine:tP,ArrowDownUp:nP,ArrowDownWideNarrow:sP,ArrowDownZA:uP,ArrowDown:hP,ArrowLeftFromLine:yP,ArrowLeftRight:xP,ArrowLeftToLine:kP,ArrowLeft:MP,ArrowRightFromLine:OP,ArrowRightLeft:jP,ArrowRightToLine:RP,ArrowRight:zP,ArrowUp01:BP,ArrowUp10:HP,ArrowUpAZ:UP,ArrowUpDown:YP,ArrowUpFromDot:QP,ArrowUpFromLine:tE,ArrowUpLeft:nE,ArrowUpNarrowWide:sE,ArrowUpRight:uE,ArrowUpToLine:hE,ArrowUpWideNarrow:yE,ArrowUpZA:xE,ArrowUp:kE,ArrowsUpFromLine:ME,Asterisk:OE,AtSign:jE,Atom:RE,AudioLines:zE,AudioWaveform:BE,Award:HE,Axe:UE,Axis3d:YE,Baby:QE,Backpack:tj,BadgeAlert:nj,BadgeCent:sj,BadgeCheck:uj,BadgeDollarSign:hj,BadgeEuro:yj,BadgeHelp:xj,BadgeIndianRupee:kj,BadgeInfo:Mj,BadgeJapaneseYen:Oj,BadgeMinus:jj,BadgePercent:Rj,BadgePlus:zj,BadgePoundSterling:Bj,BadgeRussianRuble:Hj,BadgeSwissFranc:Uj,BadgeX:Yj,Badge:Qj,BaggageClaim:tT,Ban:nT,Banana:sT,Bandage:uT,Banknote:hT,Barcode:yT,Bath:xT,Baseline:kT,BatteryCharging:MT,BatteryFull:OT,BatteryLow:jT,BatteryMedium:RT,BatteryPlus:zT,BatteryWarning:BT,Beaker:HT,Battery:UT,BeanOff:YT,Bean:QT,BedDouble:tN,BedSingle:nN,Bed:sN,Beef:uN,BeerOff:hN,Beer:yN,BellDot:xN,BellElectric:kN,BellMinus:MN,BellOff:ON,BellPlus:jN,BellRing:RN,Bell:zN,BetweenHorizontalEnd:BN,BetweenHorizontalStart:HN,BetweenVerticalEnd:UN,BetweenVerticalStart:YN,BicepsFlexed:QN,Bike:tR,Binary:nR,Binoculars:sR,Biohazard:uR,Bird:hR,Bitcoin:yR,Blend:xR,Blinds:kR,Blocks:MR,BluetoothConnected:OR,BluetoothOff:jR,BluetoothSearching:RR,Bluetooth:zR,Bold:BR,Bolt:HR,Bomb:UR,Bone:YR,BookA:QR,BookAudio:tF,BookCopy:nF,BookCheck:sF,BookDashed:uF,BookDown:hF,BookHeadphones:yF,BookHeart:xF,BookImage:kF,BookKey:MF,BookLock:OF,BookMarked:jF,BookMinus:RF,BookOpenCheck:zF,BookOpenText:BF,BookOpen:HF,BookPlus:UF,BookText:YF,BookType:QF,BookUp2:tI,BookUp:nI,BookUser:sI,BookX:uI,Book:hI,BookmarkCheck:yI,BookmarkMinus:xI,BookmarkPlus:kI,BookmarkX:MI,Bookmark:OI,BoomBox:jI,BotMessageSquare:RI,BotOff:zI,Bot:BI,Box:HI,Boxes:UI,Braces:YI,Brackets:QI,BrainCircuit:tz,BrainCog:nz,Brain:sz,BrickWall:uz,BriefcaseBusiness:hz,BriefcaseConveyorBelt:yz,Briefcase:xz,BriefcaseMedical:kz,BringToFront:Mz,Brush:Oz,BugOff:jz,BugPlay:Rz,Bug:zz,Building2:Bz,Building:Hz,BusFront:Uz,Bus:Yz,CableCar:Qz,Cable:tA,CakeSlice:nA,Cake:sA,Calculator:uA,Calendar1:hA,CalendarArrowDown:yA,CalendarArrowUp:xA,CalendarCheck2:kA,CalendarCheck:MA,CalendarClock:OA,CalendarCog:jA,CalendarDays:RA,CalendarFold:zA,CalendarHeart:BA,CalendarMinus2:HA,CalendarMinus:UA,CalendarOff:YA,CalendarPlus2:QA,CalendarPlus:tL,CalendarRange:nL,CalendarSearch:sL,CalendarSync:uL,CalendarX2:hL,CalendarX:yL,Calendar:xL,CameraOff:kL,Camera:ML,CandyCane:OL,CandyOff:jL,Candy:RL,Cannabis:zL,CaptionsOff:BL,Captions:HL,CarFront:UL,Car:YL,CarTaxiFront:QL,Caravan:tB,Carrot:nB,CaseLower:sB,CaseSensitive:uB,CaseUpper:hB,CassetteTape:yB,Cast:xB,Castle:kB,Cat:MB,Cctv:OB,ChartArea:jB,ChartBarBig:RB,ChartBarDecreasing:zB,ChartBarIncreasing:BB,ChartBarStacked:HB,ChartBar:UB,ChartCandlestick:YB,ChartColumnBig:QB,ChartColumnIncreasing:tV,ChartColumnDecreasing:nV,ChartColumnStacked:sV,ChartColumn:uV,ChartGantt:hV,ChartLine:yV,ChartNetwork:xV,ChartNoAxesColumnDecreasing:kV,ChartNoAxesColumnIncreasing:MV,ChartNoAxesColumn:OV,ChartNoAxesCombined:jV,ChartNoAxesGantt:RV,ChartPie:zV,ChartScatter:BV,ChartSpline:HV,CheckCheck:UV,Check:YV,ChefHat:QV,Cherry:t$,ChevronDown:n$,ChevronFirst:s$,ChevronLast:u$,ChevronLeft:h$,ChevronRight:y$,ChevronUp:x$,ChevronsDownUp:k$,ChevronsDown:M$,ChevronsLeftRightEllipsis:O$,ChevronsLeftRight:j$,ChevronsLeft:R$,ChevronsRightLeft:z$,ChevronsRight:B$,ChevronsUpDown:H$,ChevronsUp:U$,Chrome:Y$,Church:Q$,CigaretteOff:tH,Cigarette:nH,CircleAlert:sH,CircleArrowDown:uH,CircleArrowLeft:hH,CircleArrowOutDownRight:yH,CircleArrowOutDownLeft:xH,CircleArrowOutUpLeft:kH,CircleArrowOutUpRight:MH,CircleArrowRight:OH,CircleArrowUp:jH,CircleCheckBig:RH,CircleCheck:zH,CircleChevronDown:BH,CircleChevronLeft:HH,CircleChevronRight:UH,CircleDashed:YH,CircleChevronUp:QH,CircleDivide:tq,CircleDollarSign:nq,CircleDotDashed:sq,CircleDot:uq,CircleEllipsis:hq,CircleEqual:yq,CircleFadingArrowUp:xq,CircleFadingPlus:kq,CircleGauge:Mq,CircleHelp:Oq,CircleMinus:jq,CircleOff:Rq,CircleParkingOff:zq,CircleParking:Bq,CirclePause:Hq,CirclePercent:Uq,CirclePlay:Yq,CirclePlus:Qq,CirclePower:tW,CircleSlash2:nW,CircleSlash:sW,CircleSmall:uW,CircleStop:hW,CircleUserRound:yW,CircleUser:xW,CircleX:kW,Circle:MW,CircuitBoard:OW,Citrus:jW,Clapperboard:RW,ClipboardCheck:zW,ClipboardCopy:BW,ClipboardList:HW,ClipboardMinus:UW,ClipboardPaste:YW,ClipboardPenLine:QW,ClipboardPen:tU,ClipboardPlus:nU,ClipboardType:sU,ClipboardX:uU,Clipboard:hU,Clock1:yU,Clock10:xU,Clock11:kU,Clock12:MU,Clock2:OU,Clock3:jU,Clock4:RU,Clock5:zU,Clock6:BU,Clock7:HU,Clock8:UU,Clock9:YU,ClockAlert:QU,ClockArrowDown:tG,ClockArrowUp:nG,Clock:sG,CloudAlert:uG,CloudCog:hG,CloudDownload:yG,CloudDrizzle:xG,CloudFog:kG,CloudHail:MG,CloudLightning:OG,CloudMoonRain:jG,CloudMoon:RG,CloudOff:zG,CloudRainWind:BG,CloudRain:HG,CloudSnow:UG,CloudSunRain:YG,CloudSun:QG,CloudUpload:tK,Cloud:nK,Cloudy:sK,Clover:uK,Club:hK,CodeXml:yK,Code:xK,Codepen:kK,Codesandbox:MK,Coffee:OK,Cog:jK,Coins:RK,Columns2:zK,Columns3:BK,Columns4:HK,Combine:UK,Compass:YK,Command:QK,Component:tY,Computer:nY,ConciergeBell:sY,Cone:uY,Construction:hY,ContactRound:yY,Container:xY,Contact:kY,Contrast:MY,Cookie:OY,CookingPot:jY,CopyCheck:RY,CopyMinus:zY,CopyPlus:BY,CopySlash:HY,CopyX:UY,Copy:YY,Copyleft:QY,Copyright:tZ,CornerDownLeft:nZ,CornerDownRight:sZ,CornerLeftDown:uZ,CornerLeftUp:hZ,CornerRightDown:yZ,CornerRightUp:xZ,CornerUpLeft:kZ,CornerUpRight:MZ,CreativeCommons:OZ,Cpu:jZ,CreditCard:RZ,Croissant:zZ,Cross:BZ,Crop:HZ,Crosshair:UZ,Crown:YZ,Cuboid:QZ,CupSoda:tX,Currency:nX,Cylinder:sX,Dam:uX,DatabaseBackup:hX,DatabaseZap:yX,Database:xX,Delete:kX,Dessert:MX,Diameter:OX,DiamondMinus:jX,DiamondPercent:RX,DiamondPlus:zX,Diamond:BX,Dice1:HX,Dice2:UX,Dice3:YX,Dice4:QX,Dice5:tQ,Dice6:nQ,Dices:sQ,Diff:uQ,Disc2:hQ,Disc3:yQ,DiscAlbum:xQ,Disc:kQ,Divide:MQ,DnaOff:OQ,Dna:jQ,Dock:RQ,Dog:zQ,DollarSign:BQ,Donut:HQ,DoorClosed:UQ,DoorOpen:YQ,Dot:QQ,Download:tJ,DraftingCompass:nJ,Drama:sJ,Dribbble:uJ,Drill:hJ,DropletOff:yJ,Droplet:xJ,Droplets:kJ,Drum:MJ,Drumstick:OJ,Dumbbell:jJ,EarOff:RJ,Ear:zJ,EarthLock:BJ,Earth:HJ,Eclipse:UJ,EggFried:YJ,EggOff:QJ,Egg:t1,EllipsisVertical:n1,Ellipsis:s1,EqualApproximately:u1,EqualNot:h1,Equal:y1,EthernetPort:x1,Eraser:k1,Euro:M1,Expand:O1,ExternalLink:j1,EyeClosed:R1,EyeOff:z1,Eye:B1,Facebook:H1,Factory:U1,Fan:Y1,FastForward:Q1,Feather:t0,Fence:n0,FerrisWheel:s0,Figma:u0,FileArchive:h0,FileAudio2:y0,FileAudio:x0,FileAxis3d:k0,FileBadge2:M0,FileBadge:O0,FileBox:j0,FileChartColumnIncreasing:R0,FileChartColumn:z0,FileChartLine:B0,FileChartPie:H0,FileCheck2:U0,FileCheck:Y0,FileClock:Q0,FileCode2:t2,FileCode:n2,FileCog:s2,FileDiff:u2,FileDigit:h2,FileDown:y2,FileHeart:x2,FileImage:k2,FileInput:M2,FileJson2:O2,FileJson:j2,FileKey2:R2,FileKey:z2,FileLock2:B2,FileMinus2:H2,FileLock:U2,FileMinus:Y2,FileMusic:Q2,FileOutput:t4,FilePenLine:n4,FilePen:s4,FilePlus2:u4,FilePlus:h4,FileQuestion:y4,FileScan:x4,FileSearch2:k4,FileSearch:M4,FileSliders:O4,FileSpreadsheet:j4,FileStack:R4,FileSymlink:z4,FileTerminal:B4,FileText:H4,FileType2:U4,FileType:Y4,FileUp:Q4,FileUser:t5,FileVideo2:n5,FileVideo:s5,FileVolume2:u5,FileVolume:h5,FileWarning:y5,FileX2:x5,FileX:k5,File:M5,Files:O5,Film:j5,FilterX:R5,Filter:z5,Fingerprint:B5,FireExtinguisher:H5,FishOff:U5,FishSymbol:Y5,Fish:Q5,FlagOff:t3,FlagTriangleLeft:n3,FlagTriangleRight:s3,Flag:u3,FlameKindling:h3,Flame:y3,FlashlightOff:x3,Flashlight:k3,FlaskConicalOff:M3,FlaskConical:O3,FlaskRound:j3,FlipHorizontal2:R3,FlipHorizontal:z3,FlipVertical2:B3,FlipVertical:H3,Flower2:U3,Focus:Y3,Flower:Q3,FoldHorizontal:t6,FoldVertical:n6,FolderArchive:s6,FolderCheck:u6,FolderClock:h6,FolderClosed:y6,FolderCode:x6,FolderCog:k6,FolderDot:M6,FolderDown:O6,FolderGit2:j6,FolderGit:R6,FolderHeart:z6,FolderInput:B6,FolderKanban:H6,FolderKey:U6,FolderLock:Y6,FolderMinus:Q6,FolderOpenDot:t8,FolderOpen:n8,FolderOutput:s8,FolderPen:u8,FolderPlus:h8,FolderRoot:y8,FolderSearch2:x8,FolderSymlink:k8,FolderSearch:M8,FolderSync:O8,FolderTree:j8,FolderUp:R8,FolderX:z8,Folder:B8,Folders:H8,Footprints:U8,Forklift:Y8,Forward:Q8,Frame:t7,Framer:n7,Frown:s7,Fuel:u7,Fullscreen:h7,GalleryHorizontalEnd:y7,GalleryHorizontal:x7,GalleryThumbnails:k7,GalleryVerticalEnd:M7,GalleryVertical:O7,Gamepad2:j7,Gamepad:R7,Gauge:z7,Gavel:B7,Gem:H7,Ghost:U7,Gift:Y7,GitBranch:Q7,GitCommitHorizontal:t9,GitBranchPlus:n9,GitCommitVertical:s9,GitCompareArrows:u9,GitCompare:h9,GitFork:y9,GitGraph:x9,GitMerge:k9,GitPullRequestArrow:M9,GitPullRequestClosed:O9,GitPullRequestCreateArrow:j9,GitPullRequestCreate:R9,GitPullRequestDraft:z9,GitPullRequest:B9,Github:H9,GlassWater:U9,Gitlab:Y9,Glasses:Q9,GlobeLock:tee,Globe:nee,Goal:see,Grab:uee,GraduationCap:hee,Grape:yee,Grid2x2Plus:xee,Grid2x2Check:kee,Grid2x2X:Mee,Grid2x2:Oee,Grid3x3:jee,GripHorizontal:Ree,GripVertical:zee,Grip:Bee,Group:Hee,Guitar:Uee,Ham:Yee,Hammer:Qee,HandCoins:tte,HandHeart:nte,HandHelping:ste,HandMetal:ute,HandPlatter:hte,Hand:yte,Handshake:xte,HardDriveDownload:kte,HardDriveUpload:Mte,HardDrive:Ote,HardHat:jte,Hash:Rte,Haze:zte,HdmiPort:Bte,Heading1:Hte,Heading2:Ute,Heading3:Yte,Heading4:Qte,Heading5:tre,Heading6:nre,Heading:sre,HeadphoneOff:ure,Headphones:hre,Headset:yre,HeartCrack:xre,HeartHandshake:kre,HeartOff:Mre,HeartPulse:Ore,Heart:jre,Heater:Rre,Hexagon:zre,History:Bre,Highlighter:Hre,HopOff:Ure,Hop:Yre,Hospital:Qre,Hotel:toe,Hourglass:noe,HousePlug:soe,HousePlus:uoe,HouseWifi:hoe,House:yoe,IceCreamBowl:xoe,IceCreamCone:koe,IdCard:Moe,ImageDown:Ooe,ImageMinus:joe,ImageOff:Roe,ImagePlay:zoe,ImagePlus:Boe,ImageUp:Hoe,ImageUpscale:Uoe,Image:Yoe,Images:Qoe,Import:tne,Inbox:nne,IndentDecrease:sne,IndentIncrease:une,IndianRupee:hne,Infinity:yne,Info:xne,InspectionPanel:kne,Instagram:Mne,Italic:One,IterationCcw:jne,IterationCw:Rne,JapaneseYen:zne,Joystick:Bne,Kanban:Hne,KeyRound:Une,KeySquare:Yne,Key:Qne,KeyboardMusic:tae,KeyboardOff:nae,Keyboard:sae,LampCeiling:uae,LampDesk:hae,LampFloor:yae,LampWallDown:xae,LampWallUp:kae,Lamp:Mae,LandPlot:Oae,Landmark:jae,Languages:Rae,LaptopMinimalCheck:zae,LaptopMinimal:Bae,Laptop:Hae,LassoSelect:Uae,Lasso:Yae,Laugh:Qae,Layers2:tie,Layers:nie,LayoutDashboard:sie,LayoutGrid:uie,LayoutList:hie,LayoutPanelLeft:yie,LayoutPanelTop:xie,LayoutTemplate:kie,Leaf:Mie,LeafyGreen:Oie,Lectern:jie,LetterText:Rie,LibraryBig:zie,Library:Bie,LifeBuoy:Hie,Ligature:Uie,LightbulbOff:Yie,Lightbulb:Qie,Link2Off:tse,Link2:nse,Link:sse,Linkedin:use,ListCheck:hse,ListChecks:yse,ListCollapse:xse,ListEnd:kse,ListFilterPlus:Mse,ListMinus:Ose,ListFilter:jse,ListMusic:Rse,ListOrdered:zse,ListPlus:Bse,ListRestart:Hse,ListStart:Use,ListTodo:Yse,ListVideo:Qse,ListTree:tle,ListX:nle,List:sle,LoaderCircle:ule,LoaderPinwheel:hle,Loader:yle,LocateFixed:xle,LocateOff:kle,Locate:Mle,LockKeyholeOpen:Ole,LockKeyhole:jle,LockOpen:Rle,Lock:zle,LogIn:Ble,LogOut:Hle,Logs:Ule,Lollipop:Yle,Luggage:Qle,Magnet:tce,MailCheck:nce,MailMinus:sce,MailOpen:uce,MailPlus:hce,MailQuestion:yce,MailSearch:xce,MailWarning:kce,MailX:Mce,Mail:Oce,Mailbox:jce,MapPinCheckInside:Rce,Mails:zce,MapPinCheck:Bce,MapPinHouse:Hce,MapPinMinusInside:Uce,MapPinMinus:Yce,MapPinOff:Qce,MapPinPlusInside:tue,MapPinPlus:nue,MapPinXInside:sue,MapPinX:uue,MapPin:hue,MapPinned:yue,MapPlus:xue,Map:kue,MarsStroke:Mue,Mars:Oue,Martini:jue,Maximize2:Rue,Maximize:zue,Medal:Bue,MegaphoneOff:Hue,Megaphone:Uue,Meh:Yue,MemoryStick:Que,Menu:tde,Merge:nde,MessageCircleCode:sde,MessageCircleDashed:ude,MessageCircleHeart:hde,MessageCircleMore:yde,MessageCirclePlus:xde,MessageCircleOff:kde,MessageCircleQuestion:Mde,MessageCircleReply:Ode,MessageCircleX:jde,MessageCircle:Rde,MessageCircleWarning:zde,MessageSquareCode:Bde,MessageSquareDashed:Hde,MessageSquareDiff:Ude,MessageSquareDot:Yde,MessageSquareHeart:Qde,MessageSquareLock:tpe,MessageSquareMore:npe,MessageSquareOff:spe,MessageSquarePlus:upe,MessageSquareQuote:hpe,MessageSquareReply:ype,MessageSquareShare:xpe,MessageSquareText:kpe,MessageSquareWarning:Mpe,MessageSquareX:Ope,MessageSquare:jpe,MessagesSquare:Rpe,MicOff:zpe,MicVocal:Bpe,Mic:Hpe,Microchip:Upe,Microscope:Ype,Microwave:Qpe,Milestone:the,MilkOff:nhe,Milk:she,Minimize2:uhe,Minimize:hhe,Minus:yhe,MonitorCheck:xhe,MonitorCog:khe,MonitorDot:Mhe,MonitorDown:Ohe,MonitorOff:jhe,MonitorPause:Rhe,MonitorPlay:zhe,MonitorSmartphone:Bhe,MonitorSpeaker:Hhe,MonitorStop:Uhe,MonitorUp:Yhe,MonitorX:Qhe,Monitor:tfe,MoonStar:nfe,MountainSnow:sfe,Moon:ufe,Mountain:hfe,MouseOff:yfe,MousePointer2:xfe,MousePointerBan:kfe,MousePointerClick:Mfe,Mouse:Ofe,MousePointer:jfe,Move3d:Rfe,MoveDiagonal2:zfe,MoveDiagonal:Bfe,MoveDownLeft:Hfe,MoveDownRight:Ufe,MoveDown:Yfe,MoveLeft:Qfe,MoveHorizontal:tme,MoveRight:nme,MoveUpLeft:sme,MoveUpRight:ume,MoveUp:hme,MoveVertical:yme,Move:xme,Music2:kme,Music3:Mme,Music4:Ome,Music:jme,Navigation2Off:Rme,Navigation2:zme,NavigationOff:Bme,Navigation:Hme,Network:Ume,Newspaper:Yme,Nfc:Qme,NotebookPen:tye,NonBinary:nye,NotebookTabs:sye,NotebookText:uye,Notebook:hye,NotepadTextDashed:yye,NotepadText:xye,NutOff:kye,Nut:Mye,OctagonAlert:Oye,OctagonMinus:jye,OctagonPause:Rye,OctagonX:zye,Octagon:Bye,Omega:Hye,Option:Uye,Orbit:Yye,Origami:Qye,Package2:tge,PackageCheck:nge,PackageMinus:sge,PackageOpen:uge,PackagePlus:hge,PackageSearch:yge,PackageX:xge,Package:kge,PaintBucket:Mge,PaintRoller:Oge,PaintbrushVertical:jge,Paintbrush:Rge,Palette:zge,PanelBottomClose:Bge,PanelBottomDashed:Hge,PanelBottomOpen:Uge,PanelBottom:Yge,PanelLeftClose:Qge,PanelLeftDashed:tve,PanelLeftOpen:nve,PanelLeft:sve,PanelRightClose:uve,PanelRightDashed:hve,PanelRightOpen:yve,PanelRight:xve,PanelTopClose:kve,PanelTopDashed:Mve,PanelTopOpen:Ove,PanelTop:jve,PanelsLeftBottom:Rve,PanelsRightBottom:zve,PanelsTopLeft:Bve,Paperclip:Hve,Parentheses:Uve,ParkingMeter:Yve,PartyPopper:Qve,Pause:txe,PawPrint:nxe,PcCase:sxe,PenLine:uxe,PenOff:hxe,PenTool:yxe,Pen:xxe,PencilLine:kxe,PencilOff:Mxe,PencilRuler:Oxe,Pencil:jxe,Pentagon:Rxe,Percent:zxe,PersonStanding:Bxe,PhilippinePeso:Hxe,PhoneCall:Uxe,PhoneForwarded:Yxe,PhoneIncoming:Qxe,PhoneMissed:tbe,PhoneOff:nbe,PhoneOutgoing:sbe,Phone:ube,Pi:hbe,Piano:ybe,Pickaxe:xbe,PictureInPicture:kbe,PictureInPicture2:Mbe,PiggyBank:Obe,PilcrowLeft:jbe,PilcrowRight:Rbe,Pilcrow:zbe,PillBottle:Bbe,Pill:Hbe,PinOff:Ube,Pin:Ybe,Pipette:Qbe,Pizza:twe,PlaneLanding:nwe,PlaneTakeoff:swe,Plane:uwe,Play:hwe,Plug2:ywe,PlugZap:xwe,Plus:kwe,Plug:Mwe,Pocket:Owe,PocketKnife:jwe,Podcast:Rwe,PointerOff:zwe,Pointer:Bwe,Popcorn:Hwe,Popsicle:Uwe,PoundSterling:Ywe,PowerOff:Qwe,Power:tke,Presentation:nke,PrinterCheck:ske,Printer:uke,Projector:hke,Proportions:yke,Puzzle:xke,Pyramid:kke,QrCode:Mke,Quote:Oke,Radar:jke,Rabbit:Rke,Radiation:zke,Radical:Bke,RadioReceiver:Hke,RadioTower:Uke,Radio:Yke,RailSymbol:Qke,Radius:t_e,Rainbow:n_e,Rat:s_e,Ratio:u_e,ReceiptCent:h_e,ReceiptEuro:y_e,ReceiptIndianRupee:x_e,ReceiptJapaneseYen:k_e,ReceiptPoundSterling:M_e,ReceiptRussianRuble:O_e,ReceiptSwissFranc:j_e,ReceiptText:R_e,Receipt:z_e,RectangleEllipsis:B_e,RectangleHorizontal:H_e,RectangleVertical:U_e,Recycle:Y_e,Redo2:Q_e,RedoDot:tCe,Redo:nCe,RefreshCcwDot:sCe,RefreshCcw:uCe,RefreshCwOff:hCe,RefreshCw:yCe,Refrigerator:xCe,Regex:kCe,RemoveFormatting:MCe,Repeat1:OCe,Repeat2:jCe,Repeat:RCe,ReplaceAll:zCe,Replace:BCe,ReplyAll:HCe,Rewind:UCe,Reply:YCe,Ribbon:QCe,Rocket:tMe,RockingChair:nMe,RollerCoaster:sMe,Rotate3d:uMe,RotateCcwSquare:hMe,RotateCcw:yMe,RotateCwSquare:xMe,RotateCw:kMe,RouteOff:MMe,Route:OMe,Router:jMe,Rows2:RMe,Rows3:zMe,Rows4:BMe,Rss:HMe,Ruler:UMe,RussianRuble:YMe,Sailboat:QMe,Salad:tSe,Sandwich:nSe,SatelliteDish:sSe,Satellite:uSe,SaveAll:hSe,SaveOff:ySe,Save:xSe,Scale3d:kSe,Scale:MSe,Scaling:OSe,ScanBarcode:jSe,ScanEye:RSe,ScanFace:zSe,ScanHeart:BSe,ScanLine:HSe,ScanQrCode:USe,ScanSearch:YSe,ScanText:QSe,Scan:tDe,School:nDe,ScissorsLineDashed:sDe,Scissors:uDe,ScreenShareOff:hDe,ScreenShare:yDe,ScrollText:xDe,Scroll:kDe,SearchCheck:MDe,SearchCode:ODe,SearchSlash:jDe,SearchX:RDe,Search:zDe,Section:BDe,SendHorizontal:HDe,SendToBack:UDe,Send:YDe,SeparatorHorizontal:QDe,SeparatorVertical:tOe,ServerCrash:nOe,ServerCog:sOe,ServerOff:uOe,Server:hOe,Settings2:yOe,Settings:xOe,Shapes:kOe,Share2:MOe,Share:OOe,Sheet:jOe,Shell:ROe,ShieldAlert:zOe,ShieldBan:BOe,ShieldCheck:HOe,ShieldEllipsis:UOe,ShieldHalf:YOe,ShieldMinus:QOe,ShieldOff:tPe,ShieldPlus:nPe,ShieldQuestion:sPe,ShieldUser:uPe,ShieldX:hPe,Shield:yPe,ShipWheel:xPe,Ship:kPe,Shirt:MPe,ShoppingBag:OPe,ShoppingCart:jPe,ShoppingBasket:RPe,Shovel:zPe,ShowerHead:BPe,Shrink:HPe,Shrub:UPe,Shuffle:YPe,Sigma:QPe,SignalHigh:tEe,SignalLow:nEe,SignalMedium:sEe,SignalZero:uEe,Signal:hEe,Signature:yEe,SignpostBig:xEe,Siren:kEe,Signpost:MEe,SkipBack:OEe,SkipForward:jEe,Skull:REe,Slack:zEe,Slash:BEe,Slice:HEe,SlidersVertical:UEe,SlidersHorizontal:YEe,SmartphoneCharging:QEe,SmartphoneNfc:tje,Smartphone:nje,Smile:sje,SmilePlus:uje,Snail:hje,Snowflake:yje,Sofa:xje,Soup:kje,Space:Mje,Spade:Oje,Sparkle:jje,Sparkles:Rje,Speech:zje,Speaker:Bje,SpellCheck2:Hje,SpellCheck:Uje,Spline:Yje,Split:Qje,SprayCan:tTe,Sprout:nTe,SquareActivity:sTe,SquareArrowDownLeft:uTe,SquareArrowDownRight:hTe,SquareArrowDown:yTe,SquareArrowLeft:xTe,SquareArrowOutDownLeft:kTe,SquareArrowOutDownRight:MTe,SquareArrowOutUpLeft:OTe,SquareArrowOutUpRight:jTe,SquareArrowRight:RTe,SquareArrowUpLeft:zTe,SquareArrowUpRight:BTe,SquareArrowUp:HTe,SquareAsterisk:UTe,SquareBottomDashedScissors:YTe,SquareChartGantt:QTe,SquareCheckBig:tNe,SquareCheck:nNe,SquareChevronDown:sNe,SquareChevronLeft:uNe,SquareChevronRight:hNe,SquareChevronUp:yNe,SquareCode:xNe,SquareDashedBottomCode:kNe,SquareDashedBottom:MNe,SquareDashedKanban:ONe,SquareDashedMousePointer:jNe,SquareDashed:RNe,SquareDivide:zNe,SquareDot:BNe,SquareEqual:HNe,SquareFunction:UNe,SquareKanban:YNe,SquareLibrary:QNe,SquareM:tRe,SquareMenu:nRe,SquareMinus:sRe,SquareParkingOff:uRe,SquareMousePointer:hRe,SquareParking:yRe,SquarePen:xRe,SquarePercent:kRe,SquarePi:MRe,SquarePilcrow:ORe,SquarePlay:jRe,SquarePlus:RRe,SquarePower:zRe,SquareRadical:BRe,SquareRoundCorner:HRe,SquareScissors:URe,SquareSlash:YRe,SquareSigma:QRe,SquareSplitHorizontal:tFe,SquareSplitVertical:nFe,SquareSquare:sFe,SquareStack:uFe,SquareTerminal:hFe,SquareUserRound:yFe,SquareUser:xFe,SquareX:kFe,Square:MFe,Squircle:OFe,Squirrel:jFe,Stamp:RFe,StarHalf:zFe,StarOff:BFe,Star:HFe,StepBack:UFe,StepForward:YFe,Stethoscope:QFe,StickyNote:tIe,Sticker:nIe,Store:sIe,StretchHorizontal:uIe,StretchVertical:hIe,Strikethrough:yIe,Subscript:xIe,SunDim:kIe,SunMedium:MIe,SunMoon:OIe,SunSnow:jIe,Sun:RIe,Sunrise:zIe,Sunset:BIe,SwatchBook:HIe,Superscript:UIe,SwissFranc:YIe,SwitchCamera:QIe,Sword:tze,Swords:nze,Syringe:sze,Table2:uze,TableCellsMerge:hze,TableCellsSplit:yze,TableColumnsSplit:xze,TableOfContents:kze,TableProperties:Mze,TableRowsSplit:Oze,Table:jze,TabletSmartphone:Rze,Tablet:zze,Tablets:Bze,Tag:Hze,Tags:Uze,Tally1:Yze,Tally2:Qze,Tally3:tAe,Tally4:nAe,Tally5:sAe,Tangent:uAe,Target:hAe,Telescope:yAe,TentTree:xAe,Tent:kAe,Terminal:MAe,TestTubeDiagonal:OAe,TestTube:jAe,TestTubes:RAe,TextCursorInput:zAe,TextCursor:BAe,TextQuote:HAe,TextSearch:UAe,TextSelect:YAe,Text:QAe,Theater:tLe,ThermometerSnowflake:nLe,ThermometerSun:sLe,Thermometer:uLe,ThumbsDown:hLe,ThumbsUp:yLe,TicketCheck:xLe,TicketMinus:kLe,TicketPercent:MLe,TicketPlus:OLe,TicketSlash:jLe,TicketX:RLe,Ticket:zLe,TicketsPlane:BLe,Tickets:HLe,TimerOff:ULe,TimerReset:YLe,Timer:QLe,ToggleLeft:tBe,ToggleRight:nBe,Toilet:sBe,Tornado:uBe,Torus:hBe,TouchpadOff:yBe,Touchpad:xBe,TowerControl:kBe,ToyBrick:MBe,Tractor:OBe,TrafficCone:jBe,TrainFrontTunnel:RBe,TrainFront:zBe,TrainTrack:BBe,TramFront:HBe,Trash2:UBe,Transgender:YBe,Trash:QBe,TreeDeciduous:tVe,TreePine:nVe,TreePalm:sVe,Trees:uVe,Trello:hVe,TrendingDown:yVe,TrendingUpDown:xVe,TrendingUp:kVe,TriangleAlert:MVe,TriangleDashed:OVe,TriangleRight:jVe,Triangle:RVe,Trophy:zVe,Truck:BVe,Turtle:HVe,TvMinimalPlay:UVe,TvMinimal:YVe,Tv:QVe,Twitch:t$e,Twitter:n$e,TypeOutline:s$e,Type:u$e,UmbrellaOff:h$e,Umbrella:y$e,Underline:x$e,Undo2:k$e,UndoDot:M$e,Undo:O$e,UnfoldHorizontal:j$e,UnfoldVertical:R$e,Ungroup:z$e,University:B$e,Unlink2:H$e,Unlink:U$e,Unplug:Y$e,Upload:Q$e,Usb:tHe,UserCheck:nHe,UserCog:sHe,UserMinus:uHe,UserPen:hHe,UserPlus:yHe,UserRoundCheck:xHe,UserRoundCog:kHe,UserRoundMinus:MHe,UserRoundPen:OHe,UserRoundPlus:jHe,UserRoundSearch:RHe,UserRoundX:zHe,UserRound:BHe,UserSearch:HHe,UserX:UHe,User:YHe,UsersRound:QHe,Users:tqe,UtensilsCrossed:nqe,Utensils:sqe,UtilityPole:uqe,Variable:hqe,Vault:yqe,Vegan:xqe,VenetianMask:kqe,VenusAndMars:Mqe,Venus:Oqe,VibrateOff:jqe,VideoOff:Rqe,Vibrate:zqe,Video:Bqe,Videotape:Hqe,View:Uqe,Voicemail:Yqe,Volleyball:Qqe,Volume1:tWe,Volume2:nWe,VolumeOff:sWe,VolumeX:uWe,Volume:hWe,Vote:yWe,WalletCards:xWe,WalletMinimal:kWe,Wallet:MWe,Wallpaper:OWe,WandSparkles:jWe,Wand:RWe,Warehouse:zWe,WashingMachine:BWe,Watch:HWe,WavesLadder:UWe,Waves:YWe,Waypoints:QWe,Webcam:tUe,WebhookOff:nUe,Webhook:sUe,Weight:uUe,WheatOff:hUe,Wheat:yUe,WholeWord:xUe,WifiHigh:kUe,WifiLow:MUe,WifiOff:OUe,WifiZero:jUe,Wifi:RUe,WindArrowDown:zUe,Wind:BUe,WineOff:HUe,Wine:UUe,Workflow:YUe,Worm:QUe,WrapText:tGe,Wrench:nGe,X:sGe,ZapOff:uGe,Youtube:hGe,Zap:yGe,ZoomIn:xGe,ZoomOut:kGe});const MGe={"a-arrow-down":()=>Promise.resolve().then(function(){return JC}),"a-arrow-up":()=>Promise.resolve().then(function(){return rM}),"a-large-small":()=>Promise.resolve().then(function(){return aM}),accessibility:()=>Promise.resolve().then(function(){return lM}),activity:()=>Promise.resolve().then(function(){return dM}),"air-vent":()=>Promise.resolve().then(function(){return fM}),airplay:()=>Promise.resolve().then(function(){return gM}),"alarm-clock-check":()=>Promise.resolve().then(function(){return bM}),"alarm-check":()=>Promise.resolve().then(function(){return bM}),"alarm-clock-minus":()=>Promise.resolve().then(function(){return _M}),"alarm-minus":()=>Promise.resolve().then(function(){return _M}),"alarm-clock-off":()=>Promise.resolve().then(function(){return SM}),"alarm-clock-plus":()=>Promise.resolve().then(function(){return PM}),"alarm-plus":()=>Promise.resolve().then(function(){return PM}),"alarm-clock":()=>Promise.resolve().then(function(){return TM}),"alarm-smoke":()=>Promise.resolve().then(function(){return FM}),album:()=>Promise.resolve().then(function(){return AM}),"align-center-horizontal":()=>Promise.resolve().then(function(){return VM}),"align-center-vertical":()=>Promise.resolve().then(function(){return qM}),"align-center":()=>Promise.resolve().then(function(){return GM}),"align-end-horizontal":()=>Promise.resolve().then(function(){return JM}),"align-end-vertical":()=>Promise.resolve().then(function(){return ZM}),"align-horizontal-distribute-center":()=>Promise.resolve().then(function(){return rS}),"align-horizontal-distribute-end":()=>Promise.resolve().then(function(){return aS}),"align-horizontal-distribute-start":()=>Promise.resolve().then(function(){return lS}),"align-horizontal-justify-center":()=>Promise.resolve().then(function(){return dS}),"align-horizontal-justify-end":()=>Promise.resolve().then(function(){return fS}),"align-horizontal-justify-start":()=>Promise.resolve().then(function(){return gS}),"align-horizontal-space-around":()=>Promise.resolve().then(function(){return bS}),"align-horizontal-space-between":()=>Promise.resolve().then(function(){return _S}),"align-justify":()=>Promise.resolve().then(function(){return SS}),"align-left":()=>Promise.resolve().then(function(){return PS}),"align-right":()=>Promise.resolve().then(function(){return TS}),"align-start-horizontal":()=>Promise.resolve().then(function(){return FS}),"align-start-vertical":()=>Promise.resolve().then(function(){return AS}),"align-vertical-distribute-center":()=>Promise.resolve().then(function(){return VS}),"align-vertical-distribute-end":()=>Promise.resolve().then(function(){return qS}),"align-vertical-distribute-start":()=>Promise.resolve().then(function(){return GS}),"align-vertical-justify-center":()=>Promise.resolve().then(function(){return ZS}),"align-vertical-justify-end":()=>Promise.resolve().then(function(){return JS}),"align-vertical-justify-start":()=>Promise.resolve().then(function(){return rD}),"align-vertical-space-around":()=>Promise.resolve().then(function(){return aD}),"align-vertical-space-between":()=>Promise.resolve().then(function(){return lD}),ambulance:()=>Promise.resolve().then(function(){return dD}),ampersand:()=>Promise.resolve().then(function(){return fD}),ampersands:()=>Promise.resolve().then(function(){return gD}),amphora:()=>Promise.resolve().then(function(){return bD}),anchor:()=>Promise.resolve().then(function(){return _D}),angry:()=>Promise.resolve().then(function(){return SD}),annoyed:()=>Promise.resolve().then(function(){return PD}),antenna:()=>Promise.resolve().then(function(){return TD}),anvil:()=>Promise.resolve().then(function(){return FD}),aperture:()=>Promise.resolve().then(function(){return AD}),"app-window-mac":()=>Promise.resolve().then(function(){return VD}),"app-window":()=>Promise.resolve().then(function(){return qD}),apple:()=>Promise.resolve().then(function(){return GD}),"archive-restore":()=>Promise.resolve().then(function(){return ZD}),"archive-x":()=>Promise.resolve().then(function(){return JD}),archive:()=>Promise.resolve().then(function(){return rO}),armchair:()=>Promise.resolve().then(function(){return aO}),"arrow-big-down-dash":()=>Promise.resolve().then(function(){return lO}),"arrow-big-down":()=>Promise.resolve().then(function(){return dO}),"arrow-big-left-dash":()=>Promise.resolve().then(function(){return fO}),"arrow-big-left":()=>Promise.resolve().then(function(){return gO}),"arrow-big-right-dash":()=>Promise.resolve().then(function(){return bO}),"arrow-big-right":()=>Promise.resolve().then(function(){return _O}),"arrow-big-up-dash":()=>Promise.resolve().then(function(){return SO}),"arrow-big-up":()=>Promise.resolve().then(function(){return PO}),"arrow-down-0-1":()=>Promise.resolve().then(function(){return TO}),"arrow-down-01":()=>Promise.resolve().then(function(){return TO}),"arrow-down-1-0":()=>Promise.resolve().then(function(){return FO}),"arrow-down-10":()=>Promise.resolve().then(function(){return FO}),"arrow-down-a-z":()=>Promise.resolve().then(function(){return AO}),"arrow-down-az":()=>Promise.resolve().then(function(){return AO}),"arrow-down-from-line":()=>Promise.resolve().then(function(){return VO}),"arrow-down-left":()=>Promise.resolve().then(function(){return qO}),"arrow-down-narrow-wide":()=>Promise.resolve().then(function(){return GO}),"arrow-down-right":()=>Promise.resolve().then(function(){return ZO}),"arrow-down-to-dot":()=>Promise.resolve().then(function(){return JO}),"arrow-down-to-line":()=>Promise.resolve().then(function(){return rP}),"arrow-down-up":()=>Promise.resolve().then(function(){return aP}),"arrow-down-wide-narrow":()=>Promise.resolve().then(function(){return lP}),"sort-desc":()=>Promise.resolve().then(function(){return lP}),"arrow-down-z-a":()=>Promise.resolve().then(function(){return dP}),"arrow-down-za":()=>Promise.resolve().then(function(){return dP}),"arrow-down":()=>Promise.resolve().then(function(){return fP}),"arrow-left-from-line":()=>Promise.resolve().then(function(){return gP}),"arrow-left-right":()=>Promise.resolve().then(function(){return bP}),"arrow-left-to-line":()=>Promise.resolve().then(function(){return _P}),"arrow-left":()=>Promise.resolve().then(function(){return SP}),"arrow-right-from-line":()=>Promise.resolve().then(function(){return PP}),"arrow-right-left":()=>Promise.resolve().then(function(){return TP}),"arrow-right-to-line":()=>Promise.resolve().then(function(){return FP}),"arrow-right":()=>Promise.resolve().then(function(){return AP}),"arrow-up-0-1":()=>Promise.resolve().then(function(){return VP}),"arrow-up-01":()=>Promise.resolve().then(function(){return VP}),"arrow-up-1-0":()=>Promise.resolve().then(function(){return qP}),"arrow-up-10":()=>Promise.resolve().then(function(){return qP}),"arrow-up-a-z":()=>Promise.resolve().then(function(){return GP}),"arrow-up-az":()=>Promise.resolve().then(function(){return GP}),"arrow-up-down":()=>Promise.resolve().then(function(){return ZP}),"arrow-up-from-dot":()=>Promise.resolve().then(function(){return JP}),"arrow-up-from-line":()=>Promise.resolve().then(function(){return rE}),"arrow-up-left":()=>Promise.resolve().then(function(){return aE}),"arrow-up-narrow-wide":()=>Promise.resolve().then(function(){return lE}),"sort-asc":()=>Promise.resolve().then(function(){return lE}),"arrow-up-right":()=>Promise.resolve().then(function(){return dE}),"arrow-up-to-line":()=>Promise.resolve().then(function(){return fE}),"arrow-up-wide-narrow":()=>Promise.resolve().then(function(){return gE}),"arrow-up-z-a":()=>Promise.resolve().then(function(){return bE}),"arrow-up-za":()=>Promise.resolve().then(function(){return bE}),"arrow-up":()=>Promise.resolve().then(function(){return _E}),"arrows-up-from-line":()=>Promise.resolve().then(function(){return SE}),asterisk:()=>Promise.resolve().then(function(){return PE}),"at-sign":()=>Promise.resolve().then(function(){return TE}),atom:()=>Promise.resolve().then(function(){return FE}),"audio-lines":()=>Promise.resolve().then(function(){return AE}),"audio-waveform":()=>Promise.resolve().then(function(){return VE}),award:()=>Promise.resolve().then(function(){return qE}),axe:()=>Promise.resolve().then(function(){return GE}),"axis-3d":()=>Promise.resolve().then(function(){return ZE}),"axis-3-d":()=>Promise.resolve().then(function(){return ZE}),baby:()=>Promise.resolve().then(function(){return JE}),backpack:()=>Promise.resolve().then(function(){return rj}),"badge-alert":()=>Promise.resolve().then(function(){return aj}),"badge-cent":()=>Promise.resolve().then(function(){return lj}),"badge-check":()=>Promise.resolve().then(function(){return dj}),verified:()=>Promise.resolve().then(function(){return dj}),"badge-dollar-sign":()=>Promise.resolve().then(function(){return fj}),"badge-euro":()=>Promise.resolve().then(function(){return gj}),"badge-help":()=>Promise.resolve().then(function(){return bj}),"badge-indian-rupee":()=>Promise.resolve().then(function(){return _j}),"badge-info":()=>Promise.resolve().then(function(){return Sj}),"badge-japanese-yen":()=>Promise.resolve().then(function(){return Pj}),"badge-minus":()=>Promise.resolve().then(function(){return Tj}),"badge-percent":()=>Promise.resolve().then(function(){return Fj}),"badge-plus":()=>Promise.resolve().then(function(){return Aj}),"badge-pound-sterling":()=>Promise.resolve().then(function(){return Vj}),"badge-russian-ruble":()=>Promise.resolve().then(function(){return qj}),"badge-swiss-franc":()=>Promise.resolve().then(function(){return Gj}),"badge-x":()=>Promise.resolve().then(function(){return Zj}),badge:()=>Promise.resolve().then(function(){return Jj}),"baggage-claim":()=>Promise.resolve().then(function(){return rT}),ban:()=>Promise.resolve().then(function(){return aT}),banana:()=>Promise.resolve().then(function(){return lT}),bandage:()=>Promise.resolve().then(function(){return dT}),banknote:()=>Promise.resolve().then(function(){return fT}),barcode:()=>Promise.resolve().then(function(){return gT}),baseline:()=>Promise.resolve().then(function(){return _T}),bath:()=>Promise.resolve().then(function(){return bT}),"battery-charging":()=>Promise.resolve().then(function(){return ST}),"battery-full":()=>Promise.resolve().then(function(){return PT}),"battery-low":()=>Promise.resolve().then(function(){return TT}),"battery-medium":()=>Promise.resolve().then(function(){return FT}),"battery-plus":()=>Promise.resolve().then(function(){return AT}),"battery-warning":()=>Promise.resolve().then(function(){return VT}),battery:()=>Promise.resolve().then(function(){return GT}),beaker:()=>Promise.resolve().then(function(){return qT}),"bean-off":()=>Promise.resolve().then(function(){return ZT}),bean:()=>Promise.resolve().then(function(){return JT}),"bed-double":()=>Promise.resolve().then(function(){return rN}),"bed-single":()=>Promise.resolve().then(function(){return aN}),bed:()=>Promise.resolve().then(function(){return lN}),beef:()=>Promise.resolve().then(function(){return dN}),"beer-off":()=>Promise.resolve().then(function(){return fN}),beer:()=>Promise.resolve().then(function(){return gN}),"bell-dot":()=>Promise.resolve().then(function(){return bN}),"bell-electric":()=>Promise.resolve().then(function(){return _N}),"bell-minus":()=>Promise.resolve().then(function(){return SN}),"bell-off":()=>Promise.resolve().then(function(){return PN}),"bell-plus":()=>Promise.resolve().then(function(){return TN}),"bell-ring":()=>Promise.resolve().then(function(){return FN}),bell:()=>Promise.resolve().then(function(){return AN}),"between-horizontal-end":()=>Promise.resolve().then(function(){return VN}),"between-horizonal-end":()=>Promise.resolve().then(function(){return VN}),"between-horizontal-start":()=>Promise.resolve().then(function(){return qN}),"between-horizonal-start":()=>Promise.resolve().then(function(){return qN}),"between-vertical-end":()=>Promise.resolve().then(function(){return GN}),"between-vertical-start":()=>Promise.resolve().then(function(){return ZN}),"biceps-flexed":()=>Promise.resolve().then(function(){return JN}),bike:()=>Promise.resolve().then(function(){return rR}),binary:()=>Promise.resolve().then(function(){return aR}),binoculars:()=>Promise.resolve().then(function(){return lR}),biohazard:()=>Promise.resolve().then(function(){return dR}),bird:()=>Promise.resolve().then(function(){return fR}),bitcoin:()=>Promise.resolve().then(function(){return gR}),blend:()=>Promise.resolve().then(function(){return bR}),blinds:()=>Promise.resolve().then(function(){return _R}),blocks:()=>Promise.resolve().then(function(){return SR}),"bluetooth-connected":()=>Promise.resolve().then(function(){return PR}),"bluetooth-off":()=>Promise.resolve().then(function(){return TR}),"bluetooth-searching":()=>Promise.resolve().then(function(){return FR}),bluetooth:()=>Promise.resolve().then(function(){return AR}),bold:()=>Promise.resolve().then(function(){return VR}),bolt:()=>Promise.resolve().then(function(){return qR}),bomb:()=>Promise.resolve().then(function(){return GR}),bone:()=>Promise.resolve().then(function(){return ZR}),"book-a":()=>Promise.resolve().then(function(){return JR}),"book-audio":()=>Promise.resolve().then(function(){return rF}),"book-check":()=>Promise.resolve().then(function(){return lF}),"book-copy":()=>Promise.resolve().then(function(){return aF}),"book-dashed":()=>Promise.resolve().then(function(){return dF}),"book-template":()=>Promise.resolve().then(function(){return dF}),"book-down":()=>Promise.resolve().then(function(){return fF}),"book-headphones":()=>Promise.resolve().then(function(){return gF}),"book-heart":()=>Promise.resolve().then(function(){return bF}),"book-image":()=>Promise.resolve().then(function(){return _F}),"book-key":()=>Promise.resolve().then(function(){return SF}),"book-lock":()=>Promise.resolve().then(function(){return PF}),"book-marked":()=>Promise.resolve().then(function(){return TF}),"book-minus":()=>Promise.resolve().then(function(){return FF}),"book-open-check":()=>Promise.resolve().then(function(){return AF}),"book-open-text":()=>Promise.resolve().then(function(){return VF}),"book-open":()=>Promise.resolve().then(function(){return qF}),"book-plus":()=>Promise.resolve().then(function(){return GF}),"book-text":()=>Promise.resolve().then(function(){return ZF}),"book-type":()=>Promise.resolve().then(function(){return JF}),"book-up-2":()=>Promise.resolve().then(function(){return rI}),"book-up":()=>Promise.resolve().then(function(){return aI}),"book-user":()=>Promise.resolve().then(function(){return lI}),"book-x":()=>Promise.resolve().then(function(){return dI}),book:()=>Promise.resolve().then(function(){return fI}),"bookmark-check":()=>Promise.resolve().then(function(){return gI}),"bookmark-minus":()=>Promise.resolve().then(function(){return bI}),"bookmark-plus":()=>Promise.resolve().then(function(){return _I}),"bookmark-x":()=>Promise.resolve().then(function(){return SI}),bookmark:()=>Promise.resolve().then(function(){return PI}),"boom-box":()=>Promise.resolve().then(function(){return TI}),"bot-message-square":()=>Promise.resolve().then(function(){return FI}),"bot-off":()=>Promise.resolve().then(function(){return AI}),bot:()=>Promise.resolve().then(function(){return VI}),box:()=>Promise.resolve().then(function(){return qI}),boxes:()=>Promise.resolve().then(function(){return GI}),braces:()=>Promise.resolve().then(function(){return ZI}),"curly-braces":()=>Promise.resolve().then(function(){return ZI}),brackets:()=>Promise.resolve().then(function(){return JI}),"brain-circuit":()=>Promise.resolve().then(function(){return rz}),"brain-cog":()=>Promise.resolve().then(function(){return az}),brain:()=>Promise.resolve().then(function(){return lz}),"brick-wall":()=>Promise.resolve().then(function(){return dz}),"briefcase-business":()=>Promise.resolve().then(function(){return fz}),"briefcase-conveyor-belt":()=>Promise.resolve().then(function(){return gz}),"briefcase-medical":()=>Promise.resolve().then(function(){return _z}),briefcase:()=>Promise.resolve().then(function(){return bz}),"bring-to-front":()=>Promise.resolve().then(function(){return Sz}),brush:()=>Promise.resolve().then(function(){return Pz}),"bug-off":()=>Promise.resolve().then(function(){return Tz}),"bug-play":()=>Promise.resolve().then(function(){return Fz}),bug:()=>Promise.resolve().then(function(){return Az}),"building-2":()=>Promise.resolve().then(function(){return Vz}),building:()=>Promise.resolve().then(function(){return qz}),"bus-front":()=>Promise.resolve().then(function(){return Gz}),bus:()=>Promise.resolve().then(function(){return Zz}),"cable-car":()=>Promise.resolve().then(function(){return Jz}),cable:()=>Promise.resolve().then(function(){return rA}),"cake-slice":()=>Promise.resolve().then(function(){return aA}),cake:()=>Promise.resolve().then(function(){return lA}),calculator:()=>Promise.resolve().then(function(){return dA}),"calendar-1":()=>Promise.resolve().then(function(){return fA}),"calendar-arrow-down":()=>Promise.resolve().then(function(){return gA}),"calendar-arrow-up":()=>Promise.resolve().then(function(){return bA}),"calendar-check-2":()=>Promise.resolve().then(function(){return _A}),"calendar-check":()=>Promise.resolve().then(function(){return SA}),"calendar-clock":()=>Promise.resolve().then(function(){return PA}),"calendar-cog":()=>Promise.resolve().then(function(){return TA}),"calendar-days":()=>Promise.resolve().then(function(){return FA}),"calendar-fold":()=>Promise.resolve().then(function(){return AA}),"calendar-heart":()=>Promise.resolve().then(function(){return VA}),"calendar-minus-2":()=>Promise.resolve().then(function(){return qA}),"calendar-minus":()=>Promise.resolve().then(function(){return GA}),"calendar-off":()=>Promise.resolve().then(function(){return ZA}),"calendar-plus-2":()=>Promise.resolve().then(function(){return JA}),"calendar-plus":()=>Promise.resolve().then(function(){return rL}),"calendar-range":()=>Promise.resolve().then(function(){return aL}),"calendar-search":()=>Promise.resolve().then(function(){return lL}),"calendar-sync":()=>Promise.resolve().then(function(){return dL}),"calendar-x-2":()=>Promise.resolve().then(function(){return fL}),"calendar-x":()=>Promise.resolve().then(function(){return gL}),calendar:()=>Promise.resolve().then(function(){return bL}),"camera-off":()=>Promise.resolve().then(function(){return _L}),camera:()=>Promise.resolve().then(function(){return SL}),"candy-cane":()=>Promise.resolve().then(function(){return PL}),"candy-off":()=>Promise.resolve().then(function(){return TL}),candy:()=>Promise.resolve().then(function(){return FL}),cannabis:()=>Promise.resolve().then(function(){return AL}),"captions-off":()=>Promise.resolve().then(function(){return VL}),captions:()=>Promise.resolve().then(function(){return qL}),subtitles:()=>Promise.resolve().then(function(){return qL}),"car-front":()=>Promise.resolve().then(function(){return GL}),"car-taxi-front":()=>Promise.resolve().then(function(){return JL}),car:()=>Promise.resolve().then(function(){return ZL}),caravan:()=>Promise.resolve().then(function(){return rB}),carrot:()=>Promise.resolve().then(function(){return aB}),"case-lower":()=>Promise.resolve().then(function(){return lB}),"case-sensitive":()=>Promise.resolve().then(function(){return dB}),"case-upper":()=>Promise.resolve().then(function(){return fB}),"cassette-tape":()=>Promise.resolve().then(function(){return gB}),cast:()=>Promise.resolve().then(function(){return bB}),castle:()=>Promise.resolve().then(function(){return _B}),cat:()=>Promise.resolve().then(function(){return SB}),cctv:()=>Promise.resolve().then(function(){return PB}),"chart-area":()=>Promise.resolve().then(function(){return TB}),"area-chart":()=>Promise.resolve().then(function(){return TB}),"chart-bar-big":()=>Promise.resolve().then(function(){return FB}),"bar-chart-horizontal-big":()=>Promise.resolve().then(function(){return FB}),"chart-bar-decreasing":()=>Promise.resolve().then(function(){return AB}),"chart-bar-increasing":()=>Promise.resolve().then(function(){return VB}),"chart-bar-stacked":()=>Promise.resolve().then(function(){return qB}),"chart-bar":()=>Promise.resolve().then(function(){return GB}),"bar-chart-horizontal":()=>Promise.resolve().then(function(){return GB}),"chart-candlestick":()=>Promise.resolve().then(function(){return ZB}),"candlestick-chart":()=>Promise.resolve().then(function(){return ZB}),"chart-column-big":()=>Promise.resolve().then(function(){return JB}),"bar-chart-big":()=>Promise.resolve().then(function(){return JB}),"chart-column-decreasing":()=>Promise.resolve().then(function(){return aV}),"chart-column-increasing":()=>Promise.resolve().then(function(){return rV}),"bar-chart-4":()=>Promise.resolve().then(function(){return rV}),"chart-column-stacked":()=>Promise.resolve().then(function(){return lV}),"chart-column":()=>Promise.resolve().then(function(){return dV}),"bar-chart-3":()=>Promise.resolve().then(function(){return dV}),"chart-gantt":()=>Promise.resolve().then(function(){return fV}),"chart-line":()=>Promise.resolve().then(function(){return gV}),"line-chart":()=>Promise.resolve().then(function(){return gV}),"chart-network":()=>Promise.resolve().then(function(){return bV}),"chart-no-axes-column-decreasing":()=>Promise.resolve().then(function(){return _V}),"chart-no-axes-column-increasing":()=>Promise.resolve().then(function(){return SV}),"bar-chart":()=>Promise.resolve().then(function(){return SV}),"chart-no-axes-column":()=>Promise.resolve().then(function(){return PV}),"bar-chart-2":()=>Promise.resolve().then(function(){return PV}),"chart-no-axes-combined":()=>Promise.resolve().then(function(){return TV}),"chart-no-axes-gantt":()=>Promise.resolve().then(function(){return FV}),"gantt-chart":()=>Promise.resolve().then(function(){return FV}),"chart-pie":()=>Promise.resolve().then(function(){return AV}),"pie-chart":()=>Promise.resolve().then(function(){return AV}),"chart-scatter":()=>Promise.resolve().then(function(){return VV}),"scatter-chart":()=>Promise.resolve().then(function(){return VV}),"chart-spline":()=>Promise.resolve().then(function(){return qV}),"check-check":()=>Promise.resolve().then(function(){return GV}),check:()=>Promise.resolve().then(function(){return ZV}),"chef-hat":()=>Promise.resolve().then(function(){return JV}),cherry:()=>Promise.resolve().then(function(){return r$}),"chevron-down":()=>Promise.resolve().then(function(){return a$}),"chevron-first":()=>Promise.resolve().then(function(){return l$}),"chevron-last":()=>Promise.resolve().then(function(){return d$}),"chevron-left":()=>Promise.resolve().then(function(){return f$}),"chevron-right":()=>Promise.resolve().then(function(){return g$}),"chevron-up":()=>Promise.resolve().then(function(){return b$}),"chevrons-down-up":()=>Promise.resolve().then(function(){return _$}),"chevrons-down":()=>Promise.resolve().then(function(){return S$}),"chevrons-left-right-ellipsis":()=>Promise.resolve().then(function(){return P$}),"chevrons-left-right":()=>Promise.resolve().then(function(){return T$}),"chevrons-left":()=>Promise.resolve().then(function(){return F$}),"chevrons-right-left":()=>Promise.resolve().then(function(){return A$}),"chevrons-right":()=>Promise.resolve().then(function(){return V$}),"chevrons-up-down":()=>Promise.resolve().then(function(){return q$}),"chevrons-up":()=>Promise.resolve().then(function(){return G$}),chrome:()=>Promise.resolve().then(function(){return Z$}),church:()=>Promise.resolve().then(function(){return J$}),"cigarette-off":()=>Promise.resolve().then(function(){return rH}),cigarette:()=>Promise.resolve().then(function(){return aH}),"circle-alert":()=>Promise.resolve().then(function(){return lH}),"alert-circle":()=>Promise.resolve().then(function(){return lH}),"circle-arrow-down":()=>Promise.resolve().then(function(){return dH}),"arrow-down-circle":()=>Promise.resolve().then(function(){return dH}),"circle-arrow-left":()=>Promise.resolve().then(function(){return fH}),"arrow-left-circle":()=>Promise.resolve().then(function(){return fH}),"circle-arrow-out-down-left":()=>Promise.resolve().then(function(){return bH}),"arrow-down-left-from-circle":()=>Promise.resolve().then(function(){return bH}),"circle-arrow-out-down-right":()=>Promise.resolve().then(function(){return gH}),"arrow-down-right-from-circle":()=>Promise.resolve().then(function(){return gH}),"circle-arrow-out-up-left":()=>Promise.resolve().then(function(){return _H}),"arrow-up-left-from-circle":()=>Promise.resolve().then(function(){return _H}),"circle-arrow-out-up-right":()=>Promise.resolve().then(function(){return SH}),"arrow-up-right-from-circle":()=>Promise.resolve().then(function(){return SH}),"circle-arrow-right":()=>Promise.resolve().then(function(){return PH}),"arrow-right-circle":()=>Promise.resolve().then(function(){return PH}),"circle-arrow-up":()=>Promise.resolve().then(function(){return TH}),"arrow-up-circle":()=>Promise.resolve().then(function(){return TH}),"circle-check-big":()=>Promise.resolve().then(function(){return FH}),"check-circle":()=>Promise.resolve().then(function(){return FH}),"circle-check":()=>Promise.resolve().then(function(){return AH}),"check-circle-2":()=>Promise.resolve().then(function(){return AH}),"circle-chevron-down":()=>Promise.resolve().then(function(){return VH}),"chevron-down-circle":()=>Promise.resolve().then(function(){return VH}),"circle-chevron-left":()=>Promise.resolve().then(function(){return qH}),"chevron-left-circle":()=>Promise.resolve().then(function(){return qH}),"circle-chevron-right":()=>Promise.resolve().then(function(){return GH}),"chevron-right-circle":()=>Promise.resolve().then(function(){return GH}),"circle-chevron-up":()=>Promise.resolve().then(function(){return JH}),"chevron-up-circle":()=>Promise.resolve().then(function(){return JH}),"circle-dashed":()=>Promise.resolve().then(function(){return ZH}),"circle-divide":()=>Promise.resolve().then(function(){return rq}),"divide-circle":()=>Promise.resolve().then(function(){return rq}),"circle-dollar-sign":()=>Promise.resolve().then(function(){return aq}),"circle-dot-dashed":()=>Promise.resolve().then(function(){return lq}),"circle-dot":()=>Promise.resolve().then(function(){return dq}),"circle-ellipsis":()=>Promise.resolve().then(function(){return fq}),"circle-equal":()=>Promise.resolve().then(function(){return gq}),"circle-fading-arrow-up":()=>Promise.resolve().then(function(){return bq}),"circle-fading-plus":()=>Promise.resolve().then(function(){return _q}),"circle-gauge":()=>Promise.resolve().then(function(){return Sq}),"gauge-circle":()=>Promise.resolve().then(function(){return Sq}),"circle-help":()=>Promise.resolve().then(function(){return Pq}),"help-circle":()=>Promise.resolve().then(function(){return Pq}),"circle-minus":()=>Promise.resolve().then(function(){return Tq}),"minus-circle":()=>Promise.resolve().then(function(){return Tq}),"circle-off":()=>Promise.resolve().then(function(){return Fq}),"circle-parking-off":()=>Promise.resolve().then(function(){return Aq}),"parking-circle-off":()=>Promise.resolve().then(function(){return Aq}),"circle-parking":()=>Promise.resolve().then(function(){return Vq}),"parking-circle":()=>Promise.resolve().then(function(){return Vq}),"circle-pause":()=>Promise.resolve().then(function(){return qq}),"pause-circle":()=>Promise.resolve().then(function(){return qq}),"circle-percent":()=>Promise.resolve().then(function(){return Gq}),"percent-circle":()=>Promise.resolve().then(function(){return Gq}),"circle-play":()=>Promise.resolve().then(function(){return Zq}),"play-circle":()=>Promise.resolve().then(function(){return Zq}),"circle-plus":()=>Promise.resolve().then(function(){return Jq}),"plus-circle":()=>Promise.resolve().then(function(){return Jq}),"circle-power":()=>Promise.resolve().then(function(){return rW}),"power-circle":()=>Promise.resolve().then(function(){return rW}),"circle-slash-2":()=>Promise.resolve().then(function(){return aW}),"circle-slashed":()=>Promise.resolve().then(function(){return aW}),"circle-slash":()=>Promise.resolve().then(function(){return lW}),"circle-small":()=>Promise.resolve().then(function(){return dW}),"circle-stop":()=>Promise.resolve().then(function(){return fW}),"stop-circle":()=>Promise.resolve().then(function(){return fW}),"circle-user-round":()=>Promise.resolve().then(function(){return gW}),"user-circle-2":()=>Promise.resolve().then(function(){return gW}),"circle-user":()=>Promise.resolve().then(function(){return bW}),"user-circle":()=>Promise.resolve().then(function(){return bW}),"circle-x":()=>Promise.resolve().then(function(){return _W}),"x-circle":()=>Promise.resolve().then(function(){return _W}),circle:()=>Promise.resolve().then(function(){return SW}),"circuit-board":()=>Promise.resolve().then(function(){return PW}),citrus:()=>Promise.resolve().then(function(){return TW}),clapperboard:()=>Promise.resolve().then(function(){return FW}),"clipboard-check":()=>Promise.resolve().then(function(){return AW}),"clipboard-copy":()=>Promise.resolve().then(function(){return VW}),"clipboard-list":()=>Promise.resolve().then(function(){return qW}),"clipboard-minus":()=>Promise.resolve().then(function(){return GW}),"clipboard-paste":()=>Promise.resolve().then(function(){return ZW}),"clipboard-pen-line":()=>Promise.resolve().then(function(){return JW}),"clipboard-signature":()=>Promise.resolve().then(function(){return JW}),"clipboard-pen":()=>Promise.resolve().then(function(){return rU}),"clipboard-edit":()=>Promise.resolve().then(function(){return rU}),"clipboard-plus":()=>Promise.resolve().then(function(){return aU}),"clipboard-type":()=>Promise.resolve().then(function(){return lU}),"clipboard-x":()=>Promise.resolve().then(function(){return dU}),clipboard:()=>Promise.resolve().then(function(){return fU}),"clock-1":()=>Promise.resolve().then(function(){return gU}),"clock-10":()=>Promise.resolve().then(function(){return bU}),"clock-11":()=>Promise.resolve().then(function(){return _U}),"clock-12":()=>Promise.resolve().then(function(){return SU}),"clock-2":()=>Promise.resolve().then(function(){return PU}),"clock-3":()=>Promise.resolve().then(function(){return TU}),"clock-4":()=>Promise.resolve().then(function(){return FU}),"clock-5":()=>Promise.resolve().then(function(){return AU}),"clock-6":()=>Promise.resolve().then(function(){return VU}),"clock-7":()=>Promise.resolve().then(function(){return qU}),"clock-8":()=>Promise.resolve().then(function(){return GU}),"clock-9":()=>Promise.resolve().then(function(){return ZU}),"clock-alert":()=>Promise.resolve().then(function(){return JU}),"clock-arrow-down":()=>Promise.resolve().then(function(){return rG}),"clock-arrow-up":()=>Promise.resolve().then(function(){return aG}),clock:()=>Promise.resolve().then(function(){return lG}),"cloud-alert":()=>Promise.resolve().then(function(){return dG}),"cloud-cog":()=>Promise.resolve().then(function(){return fG}),"cloud-download":()=>Promise.resolve().then(function(){return gG}),"download-cloud":()=>Promise.resolve().then(function(){return gG}),"cloud-drizzle":()=>Promise.resolve().then(function(){return bG}),"cloud-fog":()=>Promise.resolve().then(function(){return _G}),"cloud-hail":()=>Promise.resolve().then(function(){return SG}),"cloud-lightning":()=>Promise.resolve().then(function(){return PG}),"cloud-moon-rain":()=>Promise.resolve().then(function(){return TG}),"cloud-moon":()=>Promise.resolve().then(function(){return FG}),"cloud-off":()=>Promise.resolve().then(function(){return AG}),"cloud-rain-wind":()=>Promise.resolve().then(function(){return VG}),"cloud-rain":()=>Promise.resolve().then(function(){return qG}),"cloud-snow":()=>Promise.resolve().then(function(){return GG}),"cloud-sun-rain":()=>Promise.resolve().then(function(){return ZG}),"cloud-sun":()=>Promise.resolve().then(function(){return JG}),"cloud-upload":()=>Promise.resolve().then(function(){return rK}),"upload-cloud":()=>Promise.resolve().then(function(){return rK}),cloud:()=>Promise.resolve().then(function(){return aK}),cloudy:()=>Promise.resolve().then(function(){return lK}),clover:()=>Promise.resolve().then(function(){return dK}),club:()=>Promise.resolve().then(function(){return fK}),"code-xml":()=>Promise.resolve().then(function(){return gK}),"code-2":()=>Promise.resolve().then(function(){return gK}),code:()=>Promise.resolve().then(function(){return bK}),codepen:()=>Promise.resolve().then(function(){return _K}),codesandbox:()=>Promise.resolve().then(function(){return SK}),coffee:()=>Promise.resolve().then(function(){return PK}),cog:()=>Promise.resolve().then(function(){return TK}),coins:()=>Promise.resolve().then(function(){return FK}),"columns-2":()=>Promise.resolve().then(function(){return AK}),columns:()=>Promise.resolve().then(function(){return AK}),"columns-3":()=>Promise.resolve().then(function(){return VK}),"panels-left-right":()=>Promise.resolve().then(function(){return VK}),"columns-4":()=>Promise.resolve().then(function(){return qK}),combine:()=>Promise.resolve().then(function(){return GK}),command:()=>Promise.resolve().then(function(){return JK}),compass:()=>Promise.resolve().then(function(){return ZK}),component:()=>Promise.resolve().then(function(){return rY}),computer:()=>Promise.resolve().then(function(){return aY}),"concierge-bell":()=>Promise.resolve().then(function(){return lY}),cone:()=>Promise.resolve().then(function(){return dY}),construction:()=>Promise.resolve().then(function(){return fY}),"contact-round":()=>Promise.resolve().then(function(){return gY}),"contact-2":()=>Promise.resolve().then(function(){return gY}),contact:()=>Promise.resolve().then(function(){return _Y}),container:()=>Promise.resolve().then(function(){return bY}),contrast:()=>Promise.resolve().then(function(){return SY}),cookie:()=>Promise.resolve().then(function(){return PY}),"cooking-pot":()=>Promise.resolve().then(function(){return TY}),"copy-check":()=>Promise.resolve().then(function(){return FY}),"copy-minus":()=>Promise.resolve().then(function(){return AY}),"copy-plus":()=>Promise.resolve().then(function(){return VY}),"copy-slash":()=>Promise.resolve().then(function(){return qY}),"copy-x":()=>Promise.resolve().then(function(){return GY}),copy:()=>Promise.resolve().then(function(){return ZY}),copyleft:()=>Promise.resolve().then(function(){return JY}),copyright:()=>Promise.resolve().then(function(){return rZ}),"corner-down-left":()=>Promise.resolve().then(function(){return aZ}),"corner-down-right":()=>Promise.resolve().then(function(){return lZ}),"corner-left-down":()=>Promise.resolve().then(function(){return dZ}),"corner-left-up":()=>Promise.resolve().then(function(){return fZ}),"corner-right-down":()=>Promise.resolve().then(function(){return gZ}),"corner-right-up":()=>Promise.resolve().then(function(){return bZ}),"corner-up-left":()=>Promise.resolve().then(function(){return _Z}),"corner-up-right":()=>Promise.resolve().then(function(){return SZ}),cpu:()=>Promise.resolve().then(function(){return TZ}),"creative-commons":()=>Promise.resolve().then(function(){return PZ}),"credit-card":()=>Promise.resolve().then(function(){return FZ}),croissant:()=>Promise.resolve().then(function(){return AZ}),crop:()=>Promise.resolve().then(function(){return qZ}),cross:()=>Promise.resolve().then(function(){return VZ}),crosshair:()=>Promise.resolve().then(function(){return GZ}),crown:()=>Promise.resolve().then(function(){return ZZ}),cuboid:()=>Promise.resolve().then(function(){return JZ}),"cup-soda":()=>Promise.resolve().then(function(){return rX}),currency:()=>Promise.resolve().then(function(){return aX}),cylinder:()=>Promise.resolve().then(function(){return lX}),dam:()=>Promise.resolve().then(function(){return dX}),"database-backup":()=>Promise.resolve().then(function(){return fX}),"database-zap":()=>Promise.resolve().then(function(){return gX}),database:()=>Promise.resolve().then(function(){return bX}),delete:()=>Promise.resolve().then(function(){return _X}),dessert:()=>Promise.resolve().then(function(){return SX}),diameter:()=>Promise.resolve().then(function(){return PX}),"diamond-minus":()=>Promise.resolve().then(function(){return TX}),"diamond-percent":()=>Promise.resolve().then(function(){return FX}),"percent-diamond":()=>Promise.resolve().then(function(){return FX}),"diamond-plus":()=>Promise.resolve().then(function(){return AX}),diamond:()=>Promise.resolve().then(function(){return VX}),"dice-1":()=>Promise.resolve().then(function(){return qX}),"dice-2":()=>Promise.resolve().then(function(){return GX}),"dice-3":()=>Promise.resolve().then(function(){return ZX}),"dice-4":()=>Promise.resolve().then(function(){return JX}),"dice-5":()=>Promise.resolve().then(function(){return rQ}),"dice-6":()=>Promise.resolve().then(function(){return aQ}),dices:()=>Promise.resolve().then(function(){return lQ}),diff:()=>Promise.resolve().then(function(){return dQ}),"disc-2":()=>Promise.resolve().then(function(){return fQ}),"disc-3":()=>Promise.resolve().then(function(){return gQ}),"disc-album":()=>Promise.resolve().then(function(){return bQ}),disc:()=>Promise.resolve().then(function(){return _Q}),divide:()=>Promise.resolve().then(function(){return SQ}),"dna-off":()=>Promise.resolve().then(function(){return PQ}),dna:()=>Promise.resolve().then(function(){return TQ}),dock:()=>Promise.resolve().then(function(){return FQ}),dog:()=>Promise.resolve().then(function(){return AQ}),"dollar-sign":()=>Promise.resolve().then(function(){return VQ}),donut:()=>Promise.resolve().then(function(){return qQ}),"door-closed":()=>Promise.resolve().then(function(){return GQ}),"door-open":()=>Promise.resolve().then(function(){return ZQ}),dot:()=>Promise.resolve().then(function(){return JQ}),download:()=>Promise.resolve().then(function(){return rJ}),"drafting-compass":()=>Promise.resolve().then(function(){return aJ}),drama:()=>Promise.resolve().then(function(){return lJ}),dribbble:()=>Promise.resolve().then(function(){return dJ}),drill:()=>Promise.resolve().then(function(){return fJ}),"droplet-off":()=>Promise.resolve().then(function(){return gJ}),droplet:()=>Promise.resolve().then(function(){return bJ}),droplets:()=>Promise.resolve().then(function(){return _J}),drum:()=>Promise.resolve().then(function(){return SJ}),drumstick:()=>Promise.resolve().then(function(){return PJ}),dumbbell:()=>Promise.resolve().then(function(){return TJ}),"ear-off":()=>Promise.resolve().then(function(){return FJ}),ear:()=>Promise.resolve().then(function(){return AJ}),"earth-lock":()=>Promise.resolve().then(function(){return VJ}),earth:()=>Promise.resolve().then(function(){return qJ}),"globe-2":()=>Promise.resolve().then(function(){return qJ}),eclipse:()=>Promise.resolve().then(function(){return GJ}),"egg-fried":()=>Promise.resolve().then(function(){return ZJ}),"egg-off":()=>Promise.resolve().then(function(){return JJ}),egg:()=>Promise.resolve().then(function(){return r1}),"ellipsis-vertical":()=>Promise.resolve().then(function(){return a1}),"more-vertical":()=>Promise.resolve().then(function(){return a1}),ellipsis:()=>Promise.resolve().then(function(){return l1}),"more-horizontal":()=>Promise.resolve().then(function(){return l1}),"equal-approximately":()=>Promise.resolve().then(function(){return d1}),"equal-not":()=>Promise.resolve().then(function(){return f1}),equal:()=>Promise.resolve().then(function(){return g1}),eraser:()=>Promise.resolve().then(function(){return _1}),"ethernet-port":()=>Promise.resolve().then(function(){return b1}),euro:()=>Promise.resolve().then(function(){return S1}),expand:()=>Promise.resolve().then(function(){return P1}),"external-link":()=>Promise.resolve().then(function(){return T1}),"eye-closed":()=>Promise.resolve().then(function(){return F1}),"eye-off":()=>Promise.resolve().then(function(){return A1}),eye:()=>Promise.resolve().then(function(){return V1}),facebook:()=>Promise.resolve().then(function(){return q1}),factory:()=>Promise.resolve().then(function(){return G1}),fan:()=>Promise.resolve().then(function(){return Z1}),"fast-forward":()=>Promise.resolve().then(function(){return J1}),feather:()=>Promise.resolve().then(function(){return r0}),fence:()=>Promise.resolve().then(function(){return a0}),"ferris-wheel":()=>Promise.resolve().then(function(){return l0}),figma:()=>Promise.resolve().then(function(){return d0}),"file-archive":()=>Promise.resolve().then(function(){return f0}),"file-audio-2":()=>Promise.resolve().then(function(){return g0}),"file-audio":()=>Promise.resolve().then(function(){return b0}),"file-axis-3d":()=>Promise.resolve().then(function(){return _0}),"file-axis-3-d":()=>Promise.resolve().then(function(){return _0}),"file-badge-2":()=>Promise.resolve().then(function(){return S0}),"file-badge":()=>Promise.resolve().then(function(){return P0}),"file-box":()=>Promise.resolve().then(function(){return T0}),"file-chart-column-increasing":()=>Promise.resolve().then(function(){return F0}),"file-bar-chart":()=>Promise.resolve().then(function(){return F0}),"file-chart-column":()=>Promise.resolve().then(function(){return A0}),"file-bar-chart-2":()=>Promise.resolve().then(function(){return A0}),"file-chart-line":()=>Promise.resolve().then(function(){return V0}),"file-line-chart":()=>Promise.resolve().then(function(){return V0}),"file-chart-pie":()=>Promise.resolve().then(function(){return q0}),"file-pie-chart":()=>Promise.resolve().then(function(){return q0}),"file-check-2":()=>Promise.resolve().then(function(){return G0}),"file-check":()=>Promise.resolve().then(function(){return Z0}),"file-clock":()=>Promise.resolve().then(function(){return J0}),"file-code-2":()=>Promise.resolve().then(function(){return r2}),"file-code":()=>Promise.resolve().then(function(){return a2}),"file-cog":()=>Promise.resolve().then(function(){return l2}),"file-cog-2":()=>Promise.resolve().then(function(){return l2}),"file-diff":()=>Promise.resolve().then(function(){return d2}),"file-digit":()=>Promise.resolve().then(function(){return f2}),"file-down":()=>Promise.resolve().then(function(){return g2}),"file-heart":()=>Promise.resolve().then(function(){return b2}),"file-image":()=>Promise.resolve().then(function(){return _2}),"file-input":()=>Promise.resolve().then(function(){return S2}),"file-json-2":()=>Promise.resolve().then(function(){return P2}),"file-json":()=>Promise.resolve().then(function(){return T2}),"file-key-2":()=>Promise.resolve().then(function(){return F2}),"file-key":()=>Promise.resolve().then(function(){return A2}),"file-lock-2":()=>Promise.resolve().then(function(){return V2}),"file-lock":()=>Promise.resolve().then(function(){return G2}),"file-minus-2":()=>Promise.resolve().then(function(){return q2}),"file-minus":()=>Promise.resolve().then(function(){return Z2}),"file-music":()=>Promise.resolve().then(function(){return J2}),"file-output":()=>Promise.resolve().then(function(){return r4}),"file-pen-line":()=>Promise.resolve().then(function(){return a4}),"file-signature":()=>Promise.resolve().then(function(){return a4}),"file-pen":()=>Promise.resolve().then(function(){return l4}),"file-edit":()=>Promise.resolve().then(function(){return l4}),"file-plus-2":()=>Promise.resolve().then(function(){return d4}),"file-plus":()=>Promise.resolve().then(function(){return f4}),"file-question":()=>Promise.resolve().then(function(){return g4}),"file-scan":()=>Promise.resolve().then(function(){return b4}),"file-search-2":()=>Promise.resolve().then(function(){return _4}),"file-search":()=>Promise.resolve().then(function(){return S4}),"file-sliders":()=>Promise.resolve().then(function(){return P4}),"file-spreadsheet":()=>Promise.resolve().then(function(){return T4}),"file-stack":()=>Promise.resolve().then(function(){return F4}),"file-symlink":()=>Promise.resolve().then(function(){return A4}),"file-terminal":()=>Promise.resolve().then(function(){return V4}),"file-text":()=>Promise.resolve().then(function(){return q4}),"file-type-2":()=>Promise.resolve().then(function(){return G4}),"file-type":()=>Promise.resolve().then(function(){return Z4}),"file-up":()=>Promise.resolve().then(function(){return J4}),"file-user":()=>Promise.resolve().then(function(){return r5}),"file-video-2":()=>Promise.resolve().then(function(){return a5}),"file-video":()=>Promise.resolve().then(function(){return l5}),"file-volume-2":()=>Promise.resolve().then(function(){return d5}),"file-volume":()=>Promise.resolve().then(function(){return f5}),"file-warning":()=>Promise.resolve().then(function(){return g5}),"file-x-2":()=>Promise.resolve().then(function(){return b5}),"file-x":()=>Promise.resolve().then(function(){return _5}),file:()=>Promise.resolve().then(function(){return S5}),files:()=>Promise.resolve().then(function(){return P5}),film:()=>Promise.resolve().then(function(){return T5}),"filter-x":()=>Promise.resolve().then(function(){return F5}),filter:()=>Promise.resolve().then(function(){return A5}),fingerprint:()=>Promise.resolve().then(function(){return V5}),"fire-extinguisher":()=>Promise.resolve().then(function(){return q5}),"fish-off":()=>Promise.resolve().then(function(){return G5}),"fish-symbol":()=>Promise.resolve().then(function(){return Z5}),fish:()=>Promise.resolve().then(function(){return J5}),"flag-off":()=>Promise.resolve().then(function(){return r3}),"flag-triangle-left":()=>Promise.resolve().then(function(){return a3}),"flag-triangle-right":()=>Promise.resolve().then(function(){return l3}),flag:()=>Promise.resolve().then(function(){return d3}),"flame-kindling":()=>Promise.resolve().then(function(){return f3}),flame:()=>Promise.resolve().then(function(){return g3}),"flashlight-off":()=>Promise.resolve().then(function(){return b3}),flashlight:()=>Promise.resolve().then(function(){return _3}),"flask-conical-off":()=>Promise.resolve().then(function(){return S3}),"flask-conical":()=>Promise.resolve().then(function(){return P3}),"flask-round":()=>Promise.resolve().then(function(){return T3}),"flip-horizontal-2":()=>Promise.resolve().then(function(){return F3}),"flip-horizontal":()=>Promise.resolve().then(function(){return A3}),"flip-vertical-2":()=>Promise.resolve().then(function(){return V3}),"flip-vertical":()=>Promise.resolve().then(function(){return q3}),"flower-2":()=>Promise.resolve().then(function(){return G3}),flower:()=>Promise.resolve().then(function(){return J3}),focus:()=>Promise.resolve().then(function(){return Z3}),"fold-horizontal":()=>Promise.resolve().then(function(){return r6}),"fold-vertical":()=>Promise.resolve().then(function(){return a6}),"folder-archive":()=>Promise.resolve().then(function(){return l6}),"folder-check":()=>Promise.resolve().then(function(){return d6}),"folder-clock":()=>Promise.resolve().then(function(){return f6}),"folder-closed":()=>Promise.resolve().then(function(){return g6}),"folder-code":()=>Promise.resolve().then(function(){return b6}),"folder-cog":()=>Promise.resolve().then(function(){return _6}),"folder-cog-2":()=>Promise.resolve().then(function(){return _6}),"folder-dot":()=>Promise.resolve().then(function(){return S6}),"folder-down":()=>Promise.resolve().then(function(){return P6}),"folder-git-2":()=>Promise.resolve().then(function(){return T6}),"folder-git":()=>Promise.resolve().then(function(){return F6}),"folder-heart":()=>Promise.resolve().then(function(){return A6}),"folder-input":()=>Promise.resolve().then(function(){return V6}),"folder-kanban":()=>Promise.resolve().then(function(){return q6}),"folder-key":()=>Promise.resolve().then(function(){return G6}),"folder-lock":()=>Promise.resolve().then(function(){return Z6}),"folder-minus":()=>Promise.resolve().then(function(){return J6}),"folder-open-dot":()=>Promise.resolve().then(function(){return r8}),"folder-open":()=>Promise.resolve().then(function(){return a8}),"folder-output":()=>Promise.resolve().then(function(){return l8}),"folder-pen":()=>Promise.resolve().then(function(){return d8}),"folder-edit":()=>Promise.resolve().then(function(){return d8}),"folder-plus":()=>Promise.resolve().then(function(){return f8}),"folder-root":()=>Promise.resolve().then(function(){return g8}),"folder-search-2":()=>Promise.resolve().then(function(){return b8}),"folder-search":()=>Promise.resolve().then(function(){return S8}),"folder-symlink":()=>Promise.resolve().then(function(){return _8}),"folder-sync":()=>Promise.resolve().then(function(){return P8}),"folder-tree":()=>Promise.resolve().then(function(){return T8}),"folder-up":()=>Promise.resolve().then(function(){return F8}),"folder-x":()=>Promise.resolve().then(function(){return A8}),folder:()=>Promise.resolve().then(function(){return V8}),folders:()=>Promise.resolve().then(function(){return q8}),footprints:()=>Promise.resolve().then(function(){return G8}),forklift:()=>Promise.resolve().then(function(){return Z8}),forward:()=>Promise.resolve().then(function(){return J8}),frame:()=>Promise.resolve().then(function(){return r7}),framer:()=>Promise.resolve().then(function(){return a7}),frown:()=>Promise.resolve().then(function(){return l7}),fuel:()=>Promise.resolve().then(function(){return d7}),fullscreen:()=>Promise.resolve().then(function(){return f7}),"gallery-horizontal-end":()=>Promise.resolve().then(function(){return g7}),"gallery-horizontal":()=>Promise.resolve().then(function(){return b7}),"gallery-thumbnails":()=>Promise.resolve().then(function(){return _7}),"gallery-vertical-end":()=>Promise.resolve().then(function(){return S7}),"gallery-vertical":()=>Promise.resolve().then(function(){return P7}),"gamepad-2":()=>Promise.resolve().then(function(){return T7}),gamepad:()=>Promise.resolve().then(function(){return F7}),gauge:()=>Promise.resolve().then(function(){return A7}),gavel:()=>Promise.resolve().then(function(){return V7}),gem:()=>Promise.resolve().then(function(){return q7}),ghost:()=>Promise.resolve().then(function(){return G7}),gift:()=>Promise.resolve().then(function(){return Z7}),"git-branch-plus":()=>Promise.resolve().then(function(){return a9}),"git-branch":()=>Promise.resolve().then(function(){return J7}),"git-commit-horizontal":()=>Promise.resolve().then(function(){return r9}),"git-commit":()=>Promise.resolve().then(function(){return r9}),"git-commit-vertical":()=>Promise.resolve().then(function(){return l9}),"git-compare-arrows":()=>Promise.resolve().then(function(){return d9}),"git-compare":()=>Promise.resolve().then(function(){return f9}),"git-fork":()=>Promise.resolve().then(function(){return g9}),"git-graph":()=>Promise.resolve().then(function(){return b9}),"git-merge":()=>Promise.resolve().then(function(){return _9}),"git-pull-request-arrow":()=>Promise.resolve().then(function(){return S9}),"git-pull-request-closed":()=>Promise.resolve().then(function(){return P9}),"git-pull-request-create-arrow":()=>Promise.resolve().then(function(){return T9}),"git-pull-request-create":()=>Promise.resolve().then(function(){return F9}),"git-pull-request-draft":()=>Promise.resolve().then(function(){return A9}),"git-pull-request":()=>Promise.resolve().then(function(){return V9}),github:()=>Promise.resolve().then(function(){return q9}),gitlab:()=>Promise.resolve().then(function(){return Z9}),"glass-water":()=>Promise.resolve().then(function(){return G9}),glasses:()=>Promise.resolve().then(function(){return J9}),"globe-lock":()=>Promise.resolve().then(function(){return ree}),globe:()=>Promise.resolve().then(function(){return aee}),goal:()=>Promise.resolve().then(function(){return lee}),grab:()=>Promise.resolve().then(function(){return dee}),"graduation-cap":()=>Promise.resolve().then(function(){return fee}),grape:()=>Promise.resolve().then(function(){return gee}),"grid-2x2-check":()=>Promise.resolve().then(function(){return _ee}),"grid-2-x-2-check":()=>Promise.resolve().then(function(){return _ee}),"grid-2x2-plus":()=>Promise.resolve().then(function(){return bee}),"grid-2-x-2-plus":()=>Promise.resolve().then(function(){return bee}),"grid-2x2-x":()=>Promise.resolve().then(function(){return See}),"grid-2-x-2-x":()=>Promise.resolve().then(function(){return See}),"grid-2x2":()=>Promise.resolve().then(function(){return Pee}),"grid-2-x-2":()=>Promise.resolve().then(function(){return Pee}),"grid-3x3":()=>Promise.resolve().then(function(){return Tee}),grid:()=>Promise.resolve().then(function(){return Tee}),"grid-3-x-3":()=>Promise.resolve().then(function(){return Tee}),"grip-horizontal":()=>Promise.resolve().then(function(){return Fee}),"grip-vertical":()=>Promise.resolve().then(function(){return Aee}),grip:()=>Promise.resolve().then(function(){return Vee}),group:()=>Promise.resolve().then(function(){return qee}),guitar:()=>Promise.resolve().then(function(){return Gee}),ham:()=>Promise.resolve().then(function(){return Zee}),hammer:()=>Promise.resolve().then(function(){return Jee}),"hand-coins":()=>Promise.resolve().then(function(){return rte}),"hand-heart":()=>Promise.resolve().then(function(){return ate}),"hand-helping":()=>Promise.resolve().then(function(){return lte}),"helping-hand":()=>Promise.resolve().then(function(){return lte}),"hand-metal":()=>Promise.resolve().then(function(){return dte}),"hand-platter":()=>Promise.resolve().then(function(){return fte}),hand:()=>Promise.resolve().then(function(){return gte}),handshake:()=>Promise.resolve().then(function(){return bte}),"hard-drive-download":()=>Promise.resolve().then(function(){return _te}),"hard-drive-upload":()=>Promise.resolve().then(function(){return Ste}),"hard-drive":()=>Promise.resolve().then(function(){return Pte}),"hard-hat":()=>Promise.resolve().then(function(){return Tte}),hash:()=>Promise.resolve().then(function(){return Fte}),haze:()=>Promise.resolve().then(function(){return Ate}),"hdmi-port":()=>Promise.resolve().then(function(){return Vte}),"heading-1":()=>Promise.resolve().then(function(){return qte}),"heading-2":()=>Promise.resolve().then(function(){return Gte}),"heading-3":()=>Promise.resolve().then(function(){return Zte}),"heading-4":()=>Promise.resolve().then(function(){return Jte}),"heading-5":()=>Promise.resolve().then(function(){return rre}),"heading-6":()=>Promise.resolve().then(function(){return are}),heading:()=>Promise.resolve().then(function(){return lre}),"headphone-off":()=>Promise.resolve().then(function(){return dre}),headphones:()=>Promise.resolve().then(function(){return fre}),headset:()=>Promise.resolve().then(function(){return gre}),"heart-crack":()=>Promise.resolve().then(function(){return bre}),"heart-handshake":()=>Promise.resolve().then(function(){return _re}),"heart-off":()=>Promise.resolve().then(function(){return Sre}),"heart-pulse":()=>Promise.resolve().then(function(){return Pre}),heart:()=>Promise.resolve().then(function(){return Tre}),heater:()=>Promise.resolve().then(function(){return Fre}),hexagon:()=>Promise.resolve().then(function(){return Are}),highlighter:()=>Promise.resolve().then(function(){return qre}),history:()=>Promise.resolve().then(function(){return Vre}),"hop-off":()=>Promise.resolve().then(function(){return Gre}),hop:()=>Promise.resolve().then(function(){return Zre}),hospital:()=>Promise.resolve().then(function(){return Jre}),hotel:()=>Promise.resolve().then(function(){return roe}),hourglass:()=>Promise.resolve().then(function(){return aoe}),"house-plug":()=>Promise.resolve().then(function(){return loe}),"house-plus":()=>Promise.resolve().then(function(){return doe}),"house-wifi":()=>Promise.resolve().then(function(){return foe}),house:()=>Promise.resolve().then(function(){return goe}),home:()=>Promise.resolve().then(function(){return goe}),"ice-cream-bowl":()=>Promise.resolve().then(function(){return boe}),"ice-cream-2":()=>Promise.resolve().then(function(){return boe}),"ice-cream-cone":()=>Promise.resolve().then(function(){return _oe}),"ice-cream":()=>Promise.resolve().then(function(){return _oe}),"id-card":()=>Promise.resolve().then(function(){return Soe}),"image-down":()=>Promise.resolve().then(function(){return Poe}),"image-minus":()=>Promise.resolve().then(function(){return Toe}),"image-off":()=>Promise.resolve().then(function(){return Foe}),"image-play":()=>Promise.resolve().then(function(){return Aoe}),"image-plus":()=>Promise.resolve().then(function(){return Voe}),"image-up":()=>Promise.resolve().then(function(){return qoe}),"image-upscale":()=>Promise.resolve().then(function(){return Goe}),image:()=>Promise.resolve().then(function(){return Zoe}),images:()=>Promise.resolve().then(function(){return Joe}),import:()=>Promise.resolve().then(function(){return rne}),inbox:()=>Promise.resolve().then(function(){return ane}),"indent-decrease":()=>Promise.resolve().then(function(){return lne}),outdent:()=>Promise.resolve().then(function(){return lne}),"indent-increase":()=>Promise.resolve().then(function(){return dne}),indent:()=>Promise.resolve().then(function(){return dne}),"indian-rupee":()=>Promise.resolve().then(function(){return fne}),infinity:()=>Promise.resolve().then(function(){return gne}),info:()=>Promise.resolve().then(function(){return bne}),"inspection-panel":()=>Promise.resolve().then(function(){return _ne}),instagram:()=>Promise.resolve().then(function(){return Sne}),italic:()=>Promise.resolve().then(function(){return Pne}),"iteration-ccw":()=>Promise.resolve().then(function(){return Tne}),"iteration-cw":()=>Promise.resolve().then(function(){return Fne}),"japanese-yen":()=>Promise.resolve().then(function(){return Ane}),joystick:()=>Promise.resolve().then(function(){return Vne}),kanban:()=>Promise.resolve().then(function(){return qne}),"key-round":()=>Promise.resolve().then(function(){return Gne}),"key-square":()=>Promise.resolve().then(function(){return Zne}),key:()=>Promise.resolve().then(function(){return Jne}),"keyboard-music":()=>Promise.resolve().then(function(){return rae}),"keyboard-off":()=>Promise.resolve().then(function(){return aae}),keyboard:()=>Promise.resolve().then(function(){return lae}),"lamp-ceiling":()=>Promise.resolve().then(function(){return dae}),"lamp-desk":()=>Promise.resolve().then(function(){return fae}),"lamp-floor":()=>Promise.resolve().then(function(){return gae}),"lamp-wall-down":()=>Promise.resolve().then(function(){return bae}),"lamp-wall-up":()=>Promise.resolve().then(function(){return _ae}),lamp:()=>Promise.resolve().then(function(){return Sae}),"land-plot":()=>Promise.resolve().then(function(){return Pae}),landmark:()=>Promise.resolve().then(function(){return Tae}),languages:()=>Promise.resolve().then(function(){return Fae}),"laptop-minimal-check":()=>Promise.resolve().then(function(){return Aae}),"laptop-minimal":()=>Promise.resolve().then(function(){return Vae}),"laptop-2":()=>Promise.resolve().then(function(){return Vae}),laptop:()=>Promise.resolve().then(function(){return qae}),"lasso-select":()=>Promise.resolve().then(function(){return Gae}),lasso:()=>Promise.resolve().then(function(){return Zae}),laugh:()=>Promise.resolve().then(function(){return Jae}),"layers-2":()=>Promise.resolve().then(function(){return rie}),layers:()=>Promise.resolve().then(function(){return aie}),"layers-3":()=>Promise.resolve().then(function(){return aie}),"layout-dashboard":()=>Promise.resolve().then(function(){return lie}),"layout-grid":()=>Promise.resolve().then(function(){return die}),"layout-list":()=>Promise.resolve().then(function(){return fie}),"layout-panel-left":()=>Promise.resolve().then(function(){return gie}),"layout-panel-top":()=>Promise.resolve().then(function(){return bie}),"layout-template":()=>Promise.resolve().then(function(){return _ie}),leaf:()=>Promise.resolve().then(function(){return Sie}),"leafy-green":()=>Promise.resolve().then(function(){return Pie}),lectern:()=>Promise.resolve().then(function(){return Tie}),"letter-text":()=>Promise.resolve().then(function(){return Fie}),"library-big":()=>Promise.resolve().then(function(){return Aie}),library:()=>Promise.resolve().then(function(){return Vie}),"life-buoy":()=>Promise.resolve().then(function(){return qie}),ligature:()=>Promise.resolve().then(function(){return Gie}),"lightbulb-off":()=>Promise.resolve().then(function(){return Zie}),lightbulb:()=>Promise.resolve().then(function(){return Jie}),"link-2-off":()=>Promise.resolve().then(function(){return rse}),"link-2":()=>Promise.resolve().then(function(){return ase}),link:()=>Promise.resolve().then(function(){return lse}),linkedin:()=>Promise.resolve().then(function(){return dse}),"list-check":()=>Promise.resolve().then(function(){return fse}),"list-checks":()=>Promise.resolve().then(function(){return gse}),"list-collapse":()=>Promise.resolve().then(function(){return bse}),"list-end":()=>Promise.resolve().then(function(){return _se}),"list-filter-plus":()=>Promise.resolve().then(function(){return Sse}),"list-filter":()=>Promise.resolve().then(function(){return Tse}),"list-minus":()=>Promise.resolve().then(function(){return Pse}),"list-music":()=>Promise.resolve().then(function(){return Fse}),"list-ordered":()=>Promise.resolve().then(function(){return Ase}),"list-plus":()=>Promise.resolve().then(function(){return Vse}),"list-restart":()=>Promise.resolve().then(function(){return qse}),"list-start":()=>Promise.resolve().then(function(){return Gse}),"list-todo":()=>Promise.resolve().then(function(){return Zse}),"list-tree":()=>Promise.resolve().then(function(){return rle}),"list-video":()=>Promise.resolve().then(function(){return Jse}),"list-x":()=>Promise.resolve().then(function(){return ale}),list:()=>Promise.resolve().then(function(){return lle}),"loader-circle":()=>Promise.resolve().then(function(){return dle}),"loader-2":()=>Promise.resolve().then(function(){return dle}),"loader-pinwheel":()=>Promise.resolve().then(function(){return fle}),loader:()=>Promise.resolve().then(function(){return gle}),"locate-fixed":()=>Promise.resolve().then(function(){return ble}),"locate-off":()=>Promise.resolve().then(function(){return _le}),locate:()=>Promise.resolve().then(function(){return Sle}),"lock-keyhole-open":()=>Promise.resolve().then(function(){return Ple}),"unlock-keyhole":()=>Promise.resolve().then(function(){return Ple}),"lock-keyhole":()=>Promise.resolve().then(function(){return Tle}),"lock-open":()=>Promise.resolve().then(function(){return Fle}),unlock:()=>Promise.resolve().then(function(){return Fle}),lock:()=>Promise.resolve().then(function(){return Ale}),"log-in":()=>Promise.resolve().then(function(){return Vle}),"log-out":()=>Promise.resolve().then(function(){return qle}),logs:()=>Promise.resolve().then(function(){return Gle}),lollipop:()=>Promise.resolve().then(function(){return Zle}),luggage:()=>Promise.resolve().then(function(){return Jle}),magnet:()=>Promise.resolve().then(function(){return rce}),"mail-check":()=>Promise.resolve().then(function(){return ace}),"mail-minus":()=>Promise.resolve().then(function(){return lce}),"mail-open":()=>Promise.resolve().then(function(){return dce}),"mail-plus":()=>Promise.resolve().then(function(){return fce}),"mail-question":()=>Promise.resolve().then(function(){return gce}),"mail-search":()=>Promise.resolve().then(function(){return bce}),"mail-warning":()=>Promise.resolve().then(function(){return _ce}),"mail-x":()=>Promise.resolve().then(function(){return Sce}),mail:()=>Promise.resolve().then(function(){return Pce}),mailbox:()=>Promise.resolve().then(function(){return Tce}),mails:()=>Promise.resolve().then(function(){return Ace}),"map-pin-check-inside":()=>Promise.resolve().then(function(){return Fce}),"map-pin-check":()=>Promise.resolve().then(function(){return Vce}),"map-pin-house":()=>Promise.resolve().then(function(){return qce}),"map-pin-minus-inside":()=>Promise.resolve().then(function(){return Gce}),"map-pin-minus":()=>Promise.resolve().then(function(){return Zce}),"map-pin-off":()=>Promise.resolve().then(function(){return Jce}),"map-pin-plus-inside":()=>Promise.resolve().then(function(){return rue}),"map-pin-plus":()=>Promise.resolve().then(function(){return aue}),"map-pin-x-inside":()=>Promise.resolve().then(function(){return lue}),"map-pin-x":()=>Promise.resolve().then(function(){return due}),"map-pin":()=>Promise.resolve().then(function(){return fue}),"map-pinned":()=>Promise.resolve().then(function(){return gue}),"map-plus":()=>Promise.resolve().then(function(){return bue}),map:()=>Promise.resolve().then(function(){return _ue}),"mars-stroke":()=>Promise.resolve().then(function(){return Sue}),mars:()=>Promise.resolve().then(function(){return Pue}),martini:()=>Promise.resolve().then(function(){return Tue}),"maximize-2":()=>Promise.resolve().then(function(){return Fue}),maximize:()=>Promise.resolve().then(function(){return Aue}),medal:()=>Promise.resolve().then(function(){return Vue}),"megaphone-off":()=>Promise.resolve().then(function(){return que}),megaphone:()=>Promise.resolve().then(function(){return Gue}),meh:()=>Promise.resolve().then(function(){return Zue}),"memory-stick":()=>Promise.resolve().then(function(){return Jue}),menu:()=>Promise.resolve().then(function(){return rde}),merge:()=>Promise.resolve().then(function(){return ade}),"message-circle-code":()=>Promise.resolve().then(function(){return lde}),"message-circle-dashed":()=>Promise.resolve().then(function(){return dde}),"message-circle-heart":()=>Promise.resolve().then(function(){return fde}),"message-circle-more":()=>Promise.resolve().then(function(){return gde}),"message-circle-off":()=>Promise.resolve().then(function(){return _de}),"message-circle-plus":()=>Promise.resolve().then(function(){return bde}),"message-circle-question":()=>Promise.resolve().then(function(){return Sde}),"message-circle-reply":()=>Promise.resolve().then(function(){return Pde}),"message-circle-warning":()=>Promise.resolve().then(function(){return Ade}),"message-circle-x":()=>Promise.resolve().then(function(){return Tde}),"message-circle":()=>Promise.resolve().then(function(){return Fde}),"message-square-code":()=>Promise.resolve().then(function(){return Vde}),"message-square-dashed":()=>Promise.resolve().then(function(){return qde}),"message-square-diff":()=>Promise.resolve().then(function(){return Gde}),"message-square-dot":()=>Promise.resolve().then(function(){return Zde}),"message-square-heart":()=>Promise.resolve().then(function(){return Jde}),"message-square-lock":()=>Promise.resolve().then(function(){return rpe}),"message-square-more":()=>Promise.resolve().then(function(){return ape}),"message-square-off":()=>Promise.resolve().then(function(){return lpe}),"message-square-plus":()=>Promise.resolve().then(function(){return dpe}),"message-square-quote":()=>Promise.resolve().then(function(){return fpe}),"message-square-reply":()=>Promise.resolve().then(function(){return gpe}),"message-square-share":()=>Promise.resolve().then(function(){return bpe}),"message-square-text":()=>Promise.resolve().then(function(){return _pe}),"message-square-warning":()=>Promise.resolve().then(function(){return Spe}),"message-square-x":()=>Promise.resolve().then(function(){return Ppe}),"message-square":()=>Promise.resolve().then(function(){return Tpe}),"messages-square":()=>Promise.resolve().then(function(){return Fpe}),"mic-off":()=>Promise.resolve().then(function(){return Ape}),"mic-vocal":()=>Promise.resolve().then(function(){return Vpe}),"mic-2":()=>Promise.resolve().then(function(){return Vpe}),mic:()=>Promise.resolve().then(function(){return qpe}),microchip:()=>Promise.resolve().then(function(){return Gpe}),microscope:()=>Promise.resolve().then(function(){return Zpe}),microwave:()=>Promise.resolve().then(function(){return Jpe}),milestone:()=>Promise.resolve().then(function(){return rhe}),"milk-off":()=>Promise.resolve().then(function(){return ahe}),milk:()=>Promise.resolve().then(function(){return lhe}),"minimize-2":()=>Promise.resolve().then(function(){return dhe}),minimize:()=>Promise.resolve().then(function(){return fhe}),minus:()=>Promise.resolve().then(function(){return ghe}),"monitor-check":()=>Promise.resolve().then(function(){return bhe}),"monitor-cog":()=>Promise.resolve().then(function(){return _he}),"monitor-dot":()=>Promise.resolve().then(function(){return She}),"monitor-down":()=>Promise.resolve().then(function(){return Phe}),"monitor-off":()=>Promise.resolve().then(function(){return The}),"monitor-pause":()=>Promise.resolve().then(function(){return Fhe}),"monitor-play":()=>Promise.resolve().then(function(){return Ahe}),"monitor-smartphone":()=>Promise.resolve().then(function(){return Vhe}),"monitor-speaker":()=>Promise.resolve().then(function(){return qhe}),"monitor-stop":()=>Promise.resolve().then(function(){return Ghe}),"monitor-up":()=>Promise.resolve().then(function(){return Zhe}),"monitor-x":()=>Promise.resolve().then(function(){return Jhe}),monitor:()=>Promise.resolve().then(function(){return rfe}),"moon-star":()=>Promise.resolve().then(function(){return afe}),moon:()=>Promise.resolve().then(function(){return dfe}),"mountain-snow":()=>Promise.resolve().then(function(){return lfe}),mountain:()=>Promise.resolve().then(function(){return ffe}),"mouse-off":()=>Promise.resolve().then(function(){return gfe}),"mouse-pointer-2":()=>Promise.resolve().then(function(){return bfe}),"mouse-pointer-ban":()=>Promise.resolve().then(function(){return _fe}),"mouse-pointer-click":()=>Promise.resolve().then(function(){return Sfe}),"mouse-pointer":()=>Promise.resolve().then(function(){return Tfe}),mouse:()=>Promise.resolve().then(function(){return Pfe}),"move-3d":()=>Promise.resolve().then(function(){return Ffe}),"move-3-d":()=>Promise.resolve().then(function(){return Ffe}),"move-diagonal-2":()=>Promise.resolve().then(function(){return Afe}),"move-diagonal":()=>Promise.resolve().then(function(){return Vfe}),"move-down-left":()=>Promise.resolve().then(function(){return qfe}),"move-down-right":()=>Promise.resolve().then(function(){return Gfe}),"move-down":()=>Promise.resolve().then(function(){return Zfe}),"move-horizontal":()=>Promise.resolve().then(function(){return rme}),"move-left":()=>Promise.resolve().then(function(){return Jfe}),"move-right":()=>Promise.resolve().then(function(){return ame}),"move-up-left":()=>Promise.resolve().then(function(){return lme}),"move-up-right":()=>Promise.resolve().then(function(){return dme}),"move-up":()=>Promise.resolve().then(function(){return fme}),"move-vertical":()=>Promise.resolve().then(function(){return gme}),move:()=>Promise.resolve().then(function(){return bme}),"music-2":()=>Promise.resolve().then(function(){return _me}),"music-3":()=>Promise.resolve().then(function(){return Sme}),"music-4":()=>Promise.resolve().then(function(){return Pme}),music:()=>Promise.resolve().then(function(){return Tme}),"navigation-2-off":()=>Promise.resolve().then(function(){return Fme}),"navigation-2":()=>Promise.resolve().then(function(){return Ame}),"navigation-off":()=>Promise.resolve().then(function(){return Vme}),navigation:()=>Promise.resolve().then(function(){return qme}),network:()=>Promise.resolve().then(function(){return Gme}),newspaper:()=>Promise.resolve().then(function(){return Zme}),nfc:()=>Promise.resolve().then(function(){return Jme}),"non-binary":()=>Promise.resolve().then(function(){return aye}),"notebook-pen":()=>Promise.resolve().then(function(){return rye}),"notebook-tabs":()=>Promise.resolve().then(function(){return lye}),"notebook-text":()=>Promise.resolve().then(function(){return dye}),notebook:()=>Promise.resolve().then(function(){return fye}),"notepad-text-dashed":()=>Promise.resolve().then(function(){return gye}),"notepad-text":()=>Promise.resolve().then(function(){return bye}),"nut-off":()=>Promise.resolve().then(function(){return _ye}),nut:()=>Promise.resolve().then(function(){return Sye}),"octagon-alert":()=>Promise.resolve().then(function(){return Pye}),"alert-octagon":()=>Promise.resolve().then(function(){return Pye}),"octagon-minus":()=>Promise.resolve().then(function(){return Tye}),"octagon-pause":()=>Promise.resolve().then(function(){return Fye}),"pause-octagon":()=>Promise.resolve().then(function(){return Fye}),"octagon-x":()=>Promise.resolve().then(function(){return Aye}),"x-octagon":()=>Promise.resolve().then(function(){return Aye}),octagon:()=>Promise.resolve().then(function(){return Vye}),omega:()=>Promise.resolve().then(function(){return qye}),option:()=>Promise.resolve().then(function(){return Gye}),orbit:()=>Promise.resolve().then(function(){return Zye}),origami:()=>Promise.resolve().then(function(){return Jye}),"package-2":()=>Promise.resolve().then(function(){return rge}),"package-check":()=>Promise.resolve().then(function(){return age}),"package-minus":()=>Promise.resolve().then(function(){return lge}),"package-open":()=>Promise.resolve().then(function(){return dge}),"package-plus":()=>Promise.resolve().then(function(){return fge}),"package-search":()=>Promise.resolve().then(function(){return gge}),"package-x":()=>Promise.resolve().then(function(){return bge}),package:()=>Promise.resolve().then(function(){return _ge}),"paint-bucket":()=>Promise.resolve().then(function(){return Sge}),"paint-roller":()=>Promise.resolve().then(function(){return Pge}),"paintbrush-vertical":()=>Promise.resolve().then(function(){return Tge}),"paintbrush-2":()=>Promise.resolve().then(function(){return Tge}),paintbrush:()=>Promise.resolve().then(function(){return Fge}),palette:()=>Promise.resolve().then(function(){return Age}),"panel-bottom-close":()=>Promise.resolve().then(function(){return Vge}),"panel-bottom-dashed":()=>Promise.resolve().then(function(){return qge}),"panel-bottom-inactive":()=>Promise.resolve().then(function(){return qge}),"panel-bottom-open":()=>Promise.resolve().then(function(){return Gge}),"panel-bottom":()=>Promise.resolve().then(function(){return Zge}),"panel-left-close":()=>Promise.resolve().then(function(){return Jge}),"sidebar-close":()=>Promise.resolve().then(function(){return Jge}),"panel-left-dashed":()=>Promise.resolve().then(function(){return rve}),"panel-left-inactive":()=>Promise.resolve().then(function(){return rve}),"panel-left-open":()=>Promise.resolve().then(function(){return ave}),"sidebar-open":()=>Promise.resolve().then(function(){return ave}),"panel-left":()=>Promise.resolve().then(function(){return lve}),sidebar:()=>Promise.resolve().then(function(){return lve}),"panel-right-close":()=>Promise.resolve().then(function(){return dve}),"panel-right-dashed":()=>Promise.resolve().then(function(){return fve}),"panel-right-inactive":()=>Promise.resolve().then(function(){return fve}),"panel-right-open":()=>Promise.resolve().then(function(){return gve}),"panel-right":()=>Promise.resolve().then(function(){return bve}),"panel-top-close":()=>Promise.resolve().then(function(){return _ve}),"panel-top-dashed":()=>Promise.resolve().then(function(){return Sve}),"panel-top-inactive":()=>Promise.resolve().then(function(){return Sve}),"panel-top-open":()=>Promise.resolve().then(function(){return Pve}),"panel-top":()=>Promise.resolve().then(function(){return Tve}),"panels-left-bottom":()=>Promise.resolve().then(function(){return Fve}),"panels-right-bottom":()=>Promise.resolve().then(function(){return Ave}),"panels-top-left":()=>Promise.resolve().then(function(){return Vve}),layout:()=>Promise.resolve().then(function(){return Vve}),paperclip:()=>Promise.resolve().then(function(){return qve}),parentheses:()=>Promise.resolve().then(function(){return Gve}),"parking-meter":()=>Promise.resolve().then(function(){return Zve}),"party-popper":()=>Promise.resolve().then(function(){return Jve}),pause:()=>Promise.resolve().then(function(){return rxe}),"paw-print":()=>Promise.resolve().then(function(){return axe}),"pc-case":()=>Promise.resolve().then(function(){return lxe}),"pen-line":()=>Promise.resolve().then(function(){return dxe}),"edit-3":()=>Promise.resolve().then(function(){return dxe}),"pen-off":()=>Promise.resolve().then(function(){return fxe}),"pen-tool":()=>Promise.resolve().then(function(){return gxe}),pen:()=>Promise.resolve().then(function(){return bxe}),"edit-2":()=>Promise.resolve().then(function(){return bxe}),"pencil-line":()=>Promise.resolve().then(function(){return _xe}),"pencil-off":()=>Promise.resolve().then(function(){return Sxe}),"pencil-ruler":()=>Promise.resolve().then(function(){return Pxe}),pencil:()=>Promise.resolve().then(function(){return Txe}),pentagon:()=>Promise.resolve().then(function(){return Fxe}),percent:()=>Promise.resolve().then(function(){return Axe}),"person-standing":()=>Promise.resolve().then(function(){return Vxe}),"philippine-peso":()=>Promise.resolve().then(function(){return qxe}),"phone-call":()=>Promise.resolve().then(function(){return Gxe}),"phone-forwarded":()=>Promise.resolve().then(function(){return Zxe}),"phone-incoming":()=>Promise.resolve().then(function(){return Jxe}),"phone-missed":()=>Promise.resolve().then(function(){return rbe}),"phone-off":()=>Promise.resolve().then(function(){return abe}),"phone-outgoing":()=>Promise.resolve().then(function(){return lbe}),phone:()=>Promise.resolve().then(function(){return dbe}),pi:()=>Promise.resolve().then(function(){return fbe}),piano:()=>Promise.resolve().then(function(){return gbe}),pickaxe:()=>Promise.resolve().then(function(){return bbe}),"picture-in-picture-2":()=>Promise.resolve().then(function(){return Sbe}),"picture-in-picture":()=>Promise.resolve().then(function(){return _be}),"piggy-bank":()=>Promise.resolve().then(function(){return Pbe}),"pilcrow-left":()=>Promise.resolve().then(function(){return Tbe}),"pilcrow-right":()=>Promise.resolve().then(function(){return Fbe}),pilcrow:()=>Promise.resolve().then(function(){return Abe}),"pill-bottle":()=>Promise.resolve().then(function(){return Vbe}),pill:()=>Promise.resolve().then(function(){return qbe}),"pin-off":()=>Promise.resolve().then(function(){return Gbe}),pin:()=>Promise.resolve().then(function(){return Zbe}),pipette:()=>Promise.resolve().then(function(){return Jbe}),pizza:()=>Promise.resolve().then(function(){return rwe}),"plane-landing":()=>Promise.resolve().then(function(){return awe}),"plane-takeoff":()=>Promise.resolve().then(function(){return lwe}),plane:()=>Promise.resolve().then(function(){return dwe}),play:()=>Promise.resolve().then(function(){return fwe}),"plug-2":()=>Promise.resolve().then(function(){return gwe}),"plug-zap":()=>Promise.resolve().then(function(){return bwe}),"plug-zap-2":()=>Promise.resolve().then(function(){return bwe}),plug:()=>Promise.resolve().then(function(){return Swe}),plus:()=>Promise.resolve().then(function(){return _we}),"pocket-knife":()=>Promise.resolve().then(function(){return Twe}),pocket:()=>Promise.resolve().then(function(){return Pwe}),podcast:()=>Promise.resolve().then(function(){return Fwe}),"pointer-off":()=>Promise.resolve().then(function(){return Awe}),pointer:()=>Promise.resolve().then(function(){return Vwe}),popcorn:()=>Promise.resolve().then(function(){return qwe}),popsicle:()=>Promise.resolve().then(function(){return Gwe}),"pound-sterling":()=>Promise.resolve().then(function(){return Zwe}),"power-off":()=>Promise.resolve().then(function(){return Jwe}),power:()=>Promise.resolve().then(function(){return rke}),presentation:()=>Promise.resolve().then(function(){return ake}),"printer-check":()=>Promise.resolve().then(function(){return lke}),printer:()=>Promise.resolve().then(function(){return dke}),projector:()=>Promise.resolve().then(function(){return fke}),proportions:()=>Promise.resolve().then(function(){return gke}),puzzle:()=>Promise.resolve().then(function(){return bke}),pyramid:()=>Promise.resolve().then(function(){return _ke}),"qr-code":()=>Promise.resolve().then(function(){return Ske}),quote:()=>Promise.resolve().then(function(){return Pke}),rabbit:()=>Promise.resolve().then(function(){return Fke}),radar:()=>Promise.resolve().then(function(){return Tke}),radiation:()=>Promise.resolve().then(function(){return Ake}),radical:()=>Promise.resolve().then(function(){return Vke}),"radio-receiver":()=>Promise.resolve().then(function(){return qke}),"radio-tower":()=>Promise.resolve().then(function(){return Gke}),radio:()=>Promise.resolve().then(function(){return Zke}),radius:()=>Promise.resolve().then(function(){return r_e}),"rail-symbol":()=>Promise.resolve().then(function(){return Jke}),rainbow:()=>Promise.resolve().then(function(){return a_e}),rat:()=>Promise.resolve().then(function(){return l_e}),ratio:()=>Promise.resolve().then(function(){return d_e}),"receipt-cent":()=>Promise.resolve().then(function(){return f_e}),"receipt-euro":()=>Promise.resolve().then(function(){return g_e}),"receipt-indian-rupee":()=>Promise.resolve().then(function(){return b_e}),"receipt-japanese-yen":()=>Promise.resolve().then(function(){return __e}),"receipt-pound-sterling":()=>Promise.resolve().then(function(){return S_e}),"receipt-russian-ruble":()=>Promise.resolve().then(function(){return P_e}),"receipt-swiss-franc":()=>Promise.resolve().then(function(){return T_e}),"receipt-text":()=>Promise.resolve().then(function(){return F_e}),receipt:()=>Promise.resolve().then(function(){return A_e}),"rectangle-ellipsis":()=>Promise.resolve().then(function(){return V_e}),"form-input":()=>Promise.resolve().then(function(){return V_e}),"rectangle-horizontal":()=>Promise.resolve().then(function(){return q_e}),"rectangle-vertical":()=>Promise.resolve().then(function(){return G_e}),recycle:()=>Promise.resolve().then(function(){return Z_e}),"redo-2":()=>Promise.resolve().then(function(){return J_e}),"redo-dot":()=>Promise.resolve().then(function(){return rCe}),redo:()=>Promise.resolve().then(function(){return aCe}),"refresh-ccw-dot":()=>Promise.resolve().then(function(){return lCe}),"refresh-ccw":()=>Promise.resolve().then(function(){return dCe}),"refresh-cw-off":()=>Promise.resolve().then(function(){return fCe}),"refresh-cw":()=>Promise.resolve().then(function(){return gCe}),refrigerator:()=>Promise.resolve().then(function(){return bCe}),regex:()=>Promise.resolve().then(function(){return _Ce}),"remove-formatting":()=>Promise.resolve().then(function(){return SCe}),"repeat-1":()=>Promise.resolve().then(function(){return PCe}),"repeat-2":()=>Promise.resolve().then(function(){return TCe}),repeat:()=>Promise.resolve().then(function(){return FCe}),"replace-all":()=>Promise.resolve().then(function(){return ACe}),replace:()=>Promise.resolve().then(function(){return VCe}),"reply-all":()=>Promise.resolve().then(function(){return qCe}),reply:()=>Promise.resolve().then(function(){return ZCe}),rewind:()=>Promise.resolve().then(function(){return GCe}),ribbon:()=>Promise.resolve().then(function(){return JCe}),rocket:()=>Promise.resolve().then(function(){return rMe}),"rocking-chair":()=>Promise.resolve().then(function(){return aMe}),"roller-coaster":()=>Promise.resolve().then(function(){return lMe}),"rotate-3d":()=>Promise.resolve().then(function(){return dMe}),"rotate-3-d":()=>Promise.resolve().then(function(){return dMe}),"rotate-ccw-square":()=>Promise.resolve().then(function(){return fMe}),"rotate-ccw":()=>Promise.resolve().then(function(){return gMe}),"rotate-cw-square":()=>Promise.resolve().then(function(){return bMe}),"rotate-cw":()=>Promise.resolve().then(function(){return _Me}),"route-off":()=>Promise.resolve().then(function(){return SMe}),route:()=>Promise.resolve().then(function(){return PMe}),router:()=>Promise.resolve().then(function(){return TMe}),"rows-2":()=>Promise.resolve().then(function(){return FMe}),rows:()=>Promise.resolve().then(function(){return FMe}),"rows-3":()=>Promise.resolve().then(function(){return AMe}),"panels-top-bottom":()=>Promise.resolve().then(function(){return AMe}),"rows-4":()=>Promise.resolve().then(function(){return VMe}),rss:()=>Promise.resolve().then(function(){return qMe}),ruler:()=>Promise.resolve().then(function(){return GMe}),"russian-ruble":()=>Promise.resolve().then(function(){return ZMe}),sailboat:()=>Promise.resolve().then(function(){return JMe}),salad:()=>Promise.resolve().then(function(){return rSe}),sandwich:()=>Promise.resolve().then(function(){return aSe}),"satellite-dish":()=>Promise.resolve().then(function(){return lSe}),satellite:()=>Promise.resolve().then(function(){return dSe}),"save-all":()=>Promise.resolve().then(function(){return fSe}),"save-off":()=>Promise.resolve().then(function(){return gSe}),save:()=>Promise.resolve().then(function(){return bSe}),"scale-3d":()=>Promise.resolve().then(function(){return _Se}),"scale-3-d":()=>Promise.resolve().then(function(){return _Se}),scale:()=>Promise.resolve().then(function(){return SSe}),scaling:()=>Promise.resolve().then(function(){return PSe}),"scan-barcode":()=>Promise.resolve().then(function(){return TSe}),"scan-eye":()=>Promise.resolve().then(function(){return FSe}),"scan-face":()=>Promise.resolve().then(function(){return ASe}),"scan-heart":()=>Promise.resolve().then(function(){return VSe}),"scan-line":()=>Promise.resolve().then(function(){return qSe}),"scan-qr-code":()=>Promise.resolve().then(function(){return GSe}),"scan-search":()=>Promise.resolve().then(function(){return ZSe}),"scan-text":()=>Promise.resolve().then(function(){return JSe}),scan:()=>Promise.resolve().then(function(){return rDe}),school:()=>Promise.resolve().then(function(){return aDe}),"scissors-line-dashed":()=>Promise.resolve().then(function(){return lDe}),scissors:()=>Promise.resolve().then(function(){return dDe}),"screen-share-off":()=>Promise.resolve().then(function(){return fDe}),"screen-share":()=>Promise.resolve().then(function(){return gDe}),"scroll-text":()=>Promise.resolve().then(function(){return bDe}),scroll:()=>Promise.resolve().then(function(){return _De}),"search-check":()=>Promise.resolve().then(function(){return SDe}),"search-code":()=>Promise.resolve().then(function(){return PDe}),"search-slash":()=>Promise.resolve().then(function(){return TDe}),"search-x":()=>Promise.resolve().then(function(){return FDe}),search:()=>Promise.resolve().then(function(){return ADe}),section:()=>Promise.resolve().then(function(){return VDe}),"send-horizontal":()=>Promise.resolve().then(function(){return qDe}),"send-horizonal":()=>Promise.resolve().then(function(){return qDe}),"send-to-back":()=>Promise.resolve().then(function(){return GDe}),send:()=>Promise.resolve().then(function(){return ZDe}),"separator-horizontal":()=>Promise.resolve().then(function(){return JDe}),"separator-vertical":()=>Promise.resolve().then(function(){return rOe}),"server-cog":()=>Promise.resolve().then(function(){return lOe}),"server-crash":()=>Promise.resolve().then(function(){return aOe}),"server-off":()=>Promise.resolve().then(function(){return dOe}),server:()=>Promise.resolve().then(function(){return fOe}),"settings-2":()=>Promise.resolve().then(function(){return gOe}),settings:()=>Promise.resolve().then(function(){return bOe}),shapes:()=>Promise.resolve().then(function(){return _Oe}),"share-2":()=>Promise.resolve().then(function(){return SOe}),share:()=>Promise.resolve().then(function(){return POe}),sheet:()=>Promise.resolve().then(function(){return TOe}),shell:()=>Promise.resolve().then(function(){return FOe}),"shield-alert":()=>Promise.resolve().then(function(){return AOe}),"shield-ban":()=>Promise.resolve().then(function(){return VOe}),"shield-check":()=>Promise.resolve().then(function(){return qOe}),"shield-ellipsis":()=>Promise.resolve().then(function(){return GOe}),"shield-half":()=>Promise.resolve().then(function(){return ZOe}),"shield-minus":()=>Promise.resolve().then(function(){return JOe}),"shield-off":()=>Promise.resolve().then(function(){return rPe}),"shield-plus":()=>Promise.resolve().then(function(){return aPe}),"shield-question":()=>Promise.resolve().then(function(){return lPe}),"shield-user":()=>Promise.resolve().then(function(){return dPe}),"shield-x":()=>Promise.resolve().then(function(){return fPe}),"shield-close":()=>Promise.resolve().then(function(){return fPe}),shield:()=>Promise.resolve().then(function(){return gPe}),"ship-wheel":()=>Promise.resolve().then(function(){return bPe}),ship:()=>Promise.resolve().then(function(){return _Pe}),shirt:()=>Promise.resolve().then(function(){return SPe}),"shopping-bag":()=>Promise.resolve().then(function(){return PPe}),"shopping-basket":()=>Promise.resolve().then(function(){return FPe}),"shopping-cart":()=>Promise.resolve().then(function(){return TPe}),shovel:()=>Promise.resolve().then(function(){return APe}),"shower-head":()=>Promise.resolve().then(function(){return VPe}),shrink:()=>Promise.resolve().then(function(){return qPe}),shrub:()=>Promise.resolve().then(function(){return GPe}),shuffle:()=>Promise.resolve().then(function(){return ZPe}),sigma:()=>Promise.resolve().then(function(){return JPe}),"signal-high":()=>Promise.resolve().then(function(){return rEe}),"signal-low":()=>Promise.resolve().then(function(){return aEe}),"signal-medium":()=>Promise.resolve().then(function(){return lEe}),"signal-zero":()=>Promise.resolve().then(function(){return dEe}),signal:()=>Promise.resolve().then(function(){return fEe}),signature:()=>Promise.resolve().then(function(){return gEe}),"signpost-big":()=>Promise.resolve().then(function(){return bEe}),signpost:()=>Promise.resolve().then(function(){return SEe}),siren:()=>Promise.resolve().then(function(){return _Ee}),"skip-back":()=>Promise.resolve().then(function(){return PEe}),"skip-forward":()=>Promise.resolve().then(function(){return TEe}),skull:()=>Promise.resolve().then(function(){return FEe}),slack:()=>Promise.resolve().then(function(){return AEe}),slash:()=>Promise.resolve().then(function(){return VEe}),slice:()=>Promise.resolve().then(function(){return qEe}),"sliders-horizontal":()=>Promise.resolve().then(function(){return ZEe}),"sliders-vertical":()=>Promise.resolve().then(function(){return GEe}),sliders:()=>Promise.resolve().then(function(){return GEe}),"smartphone-charging":()=>Promise.resolve().then(function(){return JEe}),"smartphone-nfc":()=>Promise.resolve().then(function(){return rje}),smartphone:()=>Promise.resolve().then(function(){return aje}),"smile-plus":()=>Promise.resolve().then(function(){return dje}),smile:()=>Promise.resolve().then(function(){return lje}),snail:()=>Promise.resolve().then(function(){return fje}),snowflake:()=>Promise.resolve().then(function(){return gje}),sofa:()=>Promise.resolve().then(function(){return bje}),soup:()=>Promise.resolve().then(function(){return _je}),space:()=>Promise.resolve().then(function(){return Sje}),spade:()=>Promise.resolve().then(function(){return Pje}),sparkle:()=>Promise.resolve().then(function(){return Tje}),sparkles:()=>Promise.resolve().then(function(){return Fje}),stars:()=>Promise.resolve().then(function(){return Fje}),speaker:()=>Promise.resolve().then(function(){return Vje}),speech:()=>Promise.resolve().then(function(){return Aje}),"spell-check-2":()=>Promise.resolve().then(function(){return qje}),"spell-check":()=>Promise.resolve().then(function(){return Gje}),spline:()=>Promise.resolve().then(function(){return Zje}),split:()=>Promise.resolve().then(function(){return Jje}),"spray-can":()=>Promise.resolve().then(function(){return rTe}),sprout:()=>Promise.resolve().then(function(){return aTe}),"square-activity":()=>Promise.resolve().then(function(){return lTe}),"activity-square":()=>Promise.resolve().then(function(){return lTe}),"square-arrow-down-left":()=>Promise.resolve().then(function(){return dTe}),"arrow-down-left-square":()=>Promise.resolve().then(function(){return dTe}),"square-arrow-down-right":()=>Promise.resolve().then(function(){return fTe}),"arrow-down-right-square":()=>Promise.resolve().then(function(){return fTe}),"square-arrow-down":()=>Promise.resolve().then(function(){return gTe}),"arrow-down-square":()=>Promise.resolve().then(function(){return gTe}),"square-arrow-left":()=>Promise.resolve().then(function(){return bTe}),"arrow-left-square":()=>Promise.resolve().then(function(){return bTe}),"square-arrow-out-down-left":()=>Promise.resolve().then(function(){return _Te}),"arrow-down-left-from-square":()=>Promise.resolve().then(function(){return _Te}),"square-arrow-out-down-right":()=>Promise.resolve().then(function(){return STe}),"arrow-down-right-from-square":()=>Promise.resolve().then(function(){return STe}),"square-arrow-out-up-left":()=>Promise.resolve().then(function(){return PTe}),"arrow-up-left-from-square":()=>Promise.resolve().then(function(){return PTe}),"square-arrow-out-up-right":()=>Promise.resolve().then(function(){return TTe}),"arrow-up-right-from-square":()=>Promise.resolve().then(function(){return TTe}),"square-arrow-right":()=>Promise.resolve().then(function(){return FTe}),"arrow-right-square":()=>Promise.resolve().then(function(){return FTe}),"square-arrow-up-left":()=>Promise.resolve().then(function(){return ATe}),"arrow-up-left-square":()=>Promise.resolve().then(function(){return ATe}),"square-arrow-up-right":()=>Promise.resolve().then(function(){return VTe}),"arrow-up-right-square":()=>Promise.resolve().then(function(){return VTe}),"square-arrow-up":()=>Promise.resolve().then(function(){return qTe}),"arrow-up-square":()=>Promise.resolve().then(function(){return qTe}),"square-asterisk":()=>Promise.resolve().then(function(){return GTe}),"asterisk-square":()=>Promise.resolve().then(function(){return GTe}),"square-bottom-dashed-scissors":()=>Promise.resolve().then(function(){return ZTe}),"scissors-square-dashed-bottom":()=>Promise.resolve().then(function(){return ZTe}),"square-chart-gantt":()=>Promise.resolve().then(function(){return JTe}),"gantt-chart-square":()=>Promise.resolve().then(function(){return JTe}),"square-gantt-chart":()=>Promise.resolve().then(function(){return JTe}),"square-check-big":()=>Promise.resolve().then(function(){return rNe}),"check-square":()=>Promise.resolve().then(function(){return rNe}),"square-check":()=>Promise.resolve().then(function(){return aNe}),"check-square-2":()=>Promise.resolve().then(function(){return aNe}),"square-chevron-down":()=>Promise.resolve().then(function(){return lNe}),"chevron-down-square":()=>Promise.resolve().then(function(){return lNe}),"square-chevron-left":()=>Promise.resolve().then(function(){return dNe}),"chevron-left-square":()=>Promise.resolve().then(function(){return dNe}),"square-chevron-right":()=>Promise.resolve().then(function(){return fNe}),"chevron-right-square":()=>Promise.resolve().then(function(){return fNe}),"square-chevron-up":()=>Promise.resolve().then(function(){return gNe}),"chevron-up-square":()=>Promise.resolve().then(function(){return gNe}),"square-code":()=>Promise.resolve().then(function(){return bNe}),"code-square":()=>Promise.resolve().then(function(){return bNe}),"square-dashed-bottom-code":()=>Promise.resolve().then(function(){return _Ne}),"square-dashed-bottom":()=>Promise.resolve().then(function(){return SNe}),"square-dashed-kanban":()=>Promise.resolve().then(function(){return PNe}),"kanban-square-dashed":()=>Promise.resolve().then(function(){return PNe}),"square-dashed-mouse-pointer":()=>Promise.resolve().then(function(){return TNe}),"mouse-pointer-square-dashed":()=>Promise.resolve().then(function(){return TNe}),"square-dashed":()=>Promise.resolve().then(function(){return FNe}),"box-select":()=>Promise.resolve().then(function(){return FNe}),"square-divide":()=>Promise.resolve().then(function(){return ANe}),"divide-square":()=>Promise.resolve().then(function(){return ANe}),"square-dot":()=>Promise.resolve().then(function(){return VNe}),"dot-square":()=>Promise.resolve().then(function(){return VNe}),"square-equal":()=>Promise.resolve().then(function(){return qNe}),"equal-square":()=>Promise.resolve().then(function(){return qNe}),"square-function":()=>Promise.resolve().then(function(){return GNe}),"function-square":()=>Promise.resolve().then(function(){return GNe}),"square-kanban":()=>Promise.resolve().then(function(){return ZNe}),"kanban-square":()=>Promise.resolve().then(function(){return ZNe}),"square-library":()=>Promise.resolve().then(function(){return JNe}),"library-square":()=>Promise.resolve().then(function(){return JNe}),"square-m":()=>Promise.resolve().then(function(){return rRe}),"m-square":()=>Promise.resolve().then(function(){return rRe}),"square-menu":()=>Promise.resolve().then(function(){return aRe}),"menu-square":()=>Promise.resolve().then(function(){return aRe}),"square-minus":()=>Promise.resolve().then(function(){return lRe}),"minus-square":()=>Promise.resolve().then(function(){return lRe}),"square-mouse-pointer":()=>Promise.resolve().then(function(){return fRe}),inspect:()=>Promise.resolve().then(function(){return fRe}),"square-parking-off":()=>Promise.resolve().then(function(){return dRe}),"parking-square-off":()=>Promise.resolve().then(function(){return dRe}),"square-parking":()=>Promise.resolve().then(function(){return gRe}),"parking-square":()=>Promise.resolve().then(function(){return gRe}),"square-pen":()=>Promise.resolve().then(function(){return bRe}),"pen-box":()=>Promise.resolve().then(function(){return bRe}),edit:()=>Promise.resolve().then(function(){return bRe}),"pen-square":()=>Promise.resolve().then(function(){return bRe}),"square-percent":()=>Promise.resolve().then(function(){return _Re}),"percent-square":()=>Promise.resolve().then(function(){return _Re}),"square-pi":()=>Promise.resolve().then(function(){return SRe}),"pi-square":()=>Promise.resolve().then(function(){return SRe}),"square-pilcrow":()=>Promise.resolve().then(function(){return PRe}),"pilcrow-square":()=>Promise.resolve().then(function(){return PRe}),"square-play":()=>Promise.resolve().then(function(){return TRe}),"play-square":()=>Promise.resolve().then(function(){return TRe}),"square-plus":()=>Promise.resolve().then(function(){return FRe}),"plus-square":()=>Promise.resolve().then(function(){return FRe}),"square-power":()=>Promise.resolve().then(function(){return ARe}),"power-square":()=>Promise.resolve().then(function(){return ARe}),"square-radical":()=>Promise.resolve().then(function(){return VRe}),"square-round-corner":()=>Promise.resolve().then(function(){return qRe}),"square-scissors":()=>Promise.resolve().then(function(){return GRe}),"scissors-square":()=>Promise.resolve().then(function(){return GRe}),"square-sigma":()=>Promise.resolve().then(function(){return JRe}),"sigma-square":()=>Promise.resolve().then(function(){return JRe}),"square-slash":()=>Promise.resolve().then(function(){return ZRe}),"slash-square":()=>Promise.resolve().then(function(){return ZRe}),"square-split-horizontal":()=>Promise.resolve().then(function(){return rFe}),"split-square-horizontal":()=>Promise.resolve().then(function(){return rFe}),"square-split-vertical":()=>Promise.resolve().then(function(){return aFe}),"split-square-vertical":()=>Promise.resolve().then(function(){return aFe}),"square-square":()=>Promise.resolve().then(function(){return lFe}),"square-stack":()=>Promise.resolve().then(function(){return dFe}),"square-terminal":()=>Promise.resolve().then(function(){return fFe}),"terminal-square":()=>Promise.resolve().then(function(){return fFe}),"square-user-round":()=>Promise.resolve().then(function(){return gFe}),"user-square-2":()=>Promise.resolve().then(function(){return gFe}),"square-user":()=>Promise.resolve().then(function(){return bFe}),"user-square":()=>Promise.resolve().then(function(){return bFe}),"square-x":()=>Promise.resolve().then(function(){return _Fe}),"x-square":()=>Promise.resolve().then(function(){return _Fe}),square:()=>Promise.resolve().then(function(){return SFe}),squircle:()=>Promise.resolve().then(function(){return PFe}),squirrel:()=>Promise.resolve().then(function(){return TFe}),stamp:()=>Promise.resolve().then(function(){return FFe}),"star-half":()=>Promise.resolve().then(function(){return AFe}),"star-off":()=>Promise.resolve().then(function(){return VFe}),star:()=>Promise.resolve().then(function(){return qFe}),"step-back":()=>Promise.resolve().then(function(){return GFe}),"step-forward":()=>Promise.resolve().then(function(){return ZFe}),stethoscope:()=>Promise.resolve().then(function(){return JFe}),sticker:()=>Promise.resolve().then(function(){return aIe}),"sticky-note":()=>Promise.resolve().then(function(){return rIe}),store:()=>Promise.resolve().then(function(){return lIe}),"stretch-horizontal":()=>Promise.resolve().then(function(){return dIe}),"stretch-vertical":()=>Promise.resolve().then(function(){return fIe}),strikethrough:()=>Promise.resolve().then(function(){return gIe}),subscript:()=>Promise.resolve().then(function(){return bIe}),"sun-dim":()=>Promise.resolve().then(function(){return _Ie}),"sun-medium":()=>Promise.resolve().then(function(){return SIe}),"sun-moon":()=>Promise.resolve().then(function(){return PIe}),"sun-snow":()=>Promise.resolve().then(function(){return TIe}),sun:()=>Promise.resolve().then(function(){return FIe}),sunrise:()=>Promise.resolve().then(function(){return AIe}),sunset:()=>Promise.resolve().then(function(){return VIe}),superscript:()=>Promise.resolve().then(function(){return GIe}),"swatch-book":()=>Promise.resolve().then(function(){return qIe}),"swiss-franc":()=>Promise.resolve().then(function(){return ZIe}),"switch-camera":()=>Promise.resolve().then(function(){return JIe}),sword:()=>Promise.resolve().then(function(){return rze}),swords:()=>Promise.resolve().then(function(){return aze}),syringe:()=>Promise.resolve().then(function(){return lze}),"table-2":()=>Promise.resolve().then(function(){return dze}),"table-cells-merge":()=>Promise.resolve().then(function(){return fze}),"table-cells-split":()=>Promise.resolve().then(function(){return gze}),"table-columns-split":()=>Promise.resolve().then(function(){return bze}),"table-of-contents":()=>Promise.resolve().then(function(){return _ze}),"table-properties":()=>Promise.resolve().then(function(){return Sze}),"table-rows-split":()=>Promise.resolve().then(function(){return Pze}),table:()=>Promise.resolve().then(function(){return Tze}),"tablet-smartphone":()=>Promise.resolve().then(function(){return Fze}),tablet:()=>Promise.resolve().then(function(){return Aze}),tablets:()=>Promise.resolve().then(function(){return Vze}),tag:()=>Promise.resolve().then(function(){return qze}),tags:()=>Promise.resolve().then(function(){return Gze}),"tally-1":()=>Promise.resolve().then(function(){return Zze}),"tally-2":()=>Promise.resolve().then(function(){return Jze}),"tally-3":()=>Promise.resolve().then(function(){return rAe}),"tally-4":()=>Promise.resolve().then(function(){return aAe}),"tally-5":()=>Promise.resolve().then(function(){return lAe}),tangent:()=>Promise.resolve().then(function(){return dAe}),target:()=>Promise.resolve().then(function(){return fAe}),telescope:()=>Promise.resolve().then(function(){return gAe}),"tent-tree":()=>Promise.resolve().then(function(){return bAe}),tent:()=>Promise.resolve().then(function(){return _Ae}),terminal:()=>Promise.resolve().then(function(){return SAe}),"test-tube-diagonal":()=>Promise.resolve().then(function(){return PAe}),"test-tube-2":()=>Promise.resolve().then(function(){return PAe}),"test-tube":()=>Promise.resolve().then(function(){return TAe}),"test-tubes":()=>Promise.resolve().then(function(){return FAe}),"text-cursor-input":()=>Promise.resolve().then(function(){return AAe}),"text-cursor":()=>Promise.resolve().then(function(){return VAe}),"text-quote":()=>Promise.resolve().then(function(){return qAe}),"text-search":()=>Promise.resolve().then(function(){return GAe}),"text-select":()=>Promise.resolve().then(function(){return ZAe}),"text-selection":()=>Promise.resolve().then(function(){return ZAe}),text:()=>Promise.resolve().then(function(){return JAe}),theater:()=>Promise.resolve().then(function(){return rLe}),"thermometer-snowflake":()=>Promise.resolve().then(function(){return aLe}),"thermometer-sun":()=>Promise.resolve().then(function(){return lLe}),thermometer:()=>Promise.resolve().then(function(){return dLe}),"thumbs-down":()=>Promise.resolve().then(function(){return fLe}),"thumbs-up":()=>Promise.resolve().then(function(){return gLe}),"ticket-check":()=>Promise.resolve().then(function(){return bLe}),"ticket-minus":()=>Promise.resolve().then(function(){return _Le}),"ticket-percent":()=>Promise.resolve().then(function(){return SLe}),"ticket-plus":()=>Promise.resolve().then(function(){return PLe}),"ticket-slash":()=>Promise.resolve().then(function(){return TLe}),"ticket-x":()=>Promise.resolve().then(function(){return FLe}),ticket:()=>Promise.resolve().then(function(){return ALe}),"tickets-plane":()=>Promise.resolve().then(function(){return VLe}),tickets:()=>Promise.resolve().then(function(){return qLe}),"timer-off":()=>Promise.resolve().then(function(){return GLe}),"timer-reset":()=>Promise.resolve().then(function(){return ZLe}),timer:()=>Promise.resolve().then(function(){return JLe}),"toggle-left":()=>Promise.resolve().then(function(){return rBe}),"toggle-right":()=>Promise.resolve().then(function(){return aBe}),toilet:()=>Promise.resolve().then(function(){return lBe}),tornado:()=>Promise.resolve().then(function(){return dBe}),torus:()=>Promise.resolve().then(function(){return fBe}),"touchpad-off":()=>Promise.resolve().then(function(){return gBe}),touchpad:()=>Promise.resolve().then(function(){return bBe}),"tower-control":()=>Promise.resolve().then(function(){return _Be}),"toy-brick":()=>Promise.resolve().then(function(){return SBe}),tractor:()=>Promise.resolve().then(function(){return PBe}),"traffic-cone":()=>Promise.resolve().then(function(){return TBe}),"train-front-tunnel":()=>Promise.resolve().then(function(){return FBe}),"train-front":()=>Promise.resolve().then(function(){return ABe}),"train-track":()=>Promise.resolve().then(function(){return VBe}),"tram-front":()=>Promise.resolve().then(function(){return qBe}),train:()=>Promise.resolve().then(function(){return qBe}),transgender:()=>Promise.resolve().then(function(){return ZBe}),"trash-2":()=>Promise.resolve().then(function(){return GBe}),trash:()=>Promise.resolve().then(function(){return JBe}),"tree-deciduous":()=>Promise.resolve().then(function(){return rVe}),"tree-palm":()=>Promise.resolve().then(function(){return lVe}),palmtree:()=>Promise.resolve().then(function(){return lVe}),"tree-pine":()=>Promise.resolve().then(function(){return aVe}),trees:()=>Promise.resolve().then(function(){return dVe}),trello:()=>Promise.resolve().then(function(){return fVe}),"trending-down":()=>Promise.resolve().then(function(){return gVe}),"trending-up-down":()=>Promise.resolve().then(function(){return bVe}),"trending-up":()=>Promise.resolve().then(function(){return _Ve}),"triangle-alert":()=>Promise.resolve().then(function(){return SVe}),"alert-triangle":()=>Promise.resolve().then(function(){return SVe}),"triangle-dashed":()=>Promise.resolve().then(function(){return PVe}),"triangle-right":()=>Promise.resolve().then(function(){return TVe}),triangle:()=>Promise.resolve().then(function(){return FVe}),trophy:()=>Promise.resolve().then(function(){return AVe}),truck:()=>Promise.resolve().then(function(){return VVe}),turtle:()=>Promise.resolve().then(function(){return qVe}),"tv-minimal-play":()=>Promise.resolve().then(function(){return GVe}),"tv-minimal":()=>Promise.resolve().then(function(){return ZVe}),"tv-2":()=>Promise.resolve().then(function(){return ZVe}),tv:()=>Promise.resolve().then(function(){return JVe}),twitch:()=>Promise.resolve().then(function(){return r$e}),twitter:()=>Promise.resolve().then(function(){return a$e}),"type-outline":()=>Promise.resolve().then(function(){return l$e}),type:()=>Promise.resolve().then(function(){return d$e}),"umbrella-off":()=>Promise.resolve().then(function(){return f$e}),umbrella:()=>Promise.resolve().then(function(){return g$e}),underline:()=>Promise.resolve().then(function(){return b$e}),"undo-2":()=>Promise.resolve().then(function(){return _$e}),"undo-dot":()=>Promise.resolve().then(function(){return S$e}),undo:()=>Promise.resolve().then(function(){return P$e}),"unfold-horizontal":()=>Promise.resolve().then(function(){return T$e}),"unfold-vertical":()=>Promise.resolve().then(function(){return F$e}),ungroup:()=>Promise.resolve().then(function(){return A$e}),university:()=>Promise.resolve().then(function(){return V$e}),"school-2":()=>Promise.resolve().then(function(){return V$e}),"unlink-2":()=>Promise.resolve().then(function(){return q$e}),unlink:()=>Promise.resolve().then(function(){return G$e}),unplug:()=>Promise.resolve().then(function(){return Z$e}),upload:()=>Promise.resolve().then(function(){return J$e}),usb:()=>Promise.resolve().then(function(){return rHe}),"user-check":()=>Promise.resolve().then(function(){return aHe}),"user-cog":()=>Promise.resolve().then(function(){return lHe}),"user-minus":()=>Promise.resolve().then(function(){return dHe}),"user-pen":()=>Promise.resolve().then(function(){return fHe}),"user-plus":()=>Promise.resolve().then(function(){return gHe}),"user-round-check":()=>Promise.resolve().then(function(){return bHe}),"user-check-2":()=>Promise.resolve().then(function(){return bHe}),"user-round-cog":()=>Promise.resolve().then(function(){return _He}),"user-cog-2":()=>Promise.resolve().then(function(){return _He}),"user-round-minus":()=>Promise.resolve().then(function(){return SHe}),"user-minus-2":()=>Promise.resolve().then(function(){return SHe}),"user-round-pen":()=>Promise.resolve().then(function(){return PHe}),"user-round-plus":()=>Promise.resolve().then(function(){return THe}),"user-plus-2":()=>Promise.resolve().then(function(){return THe}),"user-round-search":()=>Promise.resolve().then(function(){return FHe}),"user-round-x":()=>Promise.resolve().then(function(){return AHe}),"user-x-2":()=>Promise.resolve().then(function(){return AHe}),"user-round":()=>Promise.resolve().then(function(){return VHe}),"user-2":()=>Promise.resolve().then(function(){return VHe}),"user-search":()=>Promise.resolve().then(function(){return qHe}),"user-x":()=>Promise.resolve().then(function(){return GHe}),user:()=>Promise.resolve().then(function(){return ZHe}),"users-round":()=>Promise.resolve().then(function(){return JHe}),"users-2":()=>Promise.resolve().then(function(){return JHe}),users:()=>Promise.resolve().then(function(){return rqe}),"utensils-crossed":()=>Promise.resolve().then(function(){return aqe}),"fork-knife-crossed":()=>Promise.resolve().then(function(){return aqe}),utensils:()=>Promise.resolve().then(function(){return lqe}),"fork-knife":()=>Promise.resolve().then(function(){return lqe}),"utility-pole":()=>Promise.resolve().then(function(){return dqe}),variable:()=>Promise.resolve().then(function(){return fqe}),vault:()=>Promise.resolve().then(function(){return gqe}),vegan:()=>Promise.resolve().then(function(){return bqe}),"venetian-mask":()=>Promise.resolve().then(function(){return _qe}),"venus-and-mars":()=>Promise.resolve().then(function(){return Sqe}),venus:()=>Promise.resolve().then(function(){return Pqe}),"vibrate-off":()=>Promise.resolve().then(function(){return Tqe}),vibrate:()=>Promise.resolve().then(function(){return Aqe}),"video-off":()=>Promise.resolve().then(function(){return Fqe}),video:()=>Promise.resolve().then(function(){return Vqe}),videotape:()=>Promise.resolve().then(function(){return qqe}),view:()=>Promise.resolve().then(function(){return Gqe}),voicemail:()=>Promise.resolve().then(function(){return Zqe}),volleyball:()=>Promise.resolve().then(function(){return Jqe}),"volume-1":()=>Promise.resolve().then(function(){return rWe}),"volume-2":()=>Promise.resolve().then(function(){return aWe}),"volume-off":()=>Promise.resolve().then(function(){return lWe}),"volume-x":()=>Promise.resolve().then(function(){return dWe}),volume:()=>Promise.resolve().then(function(){return fWe}),vote:()=>Promise.resolve().then(function(){return gWe}),"wallet-cards":()=>Promise.resolve().then(function(){return bWe}),"wallet-minimal":()=>Promise.resolve().then(function(){return _We}),"wallet-2":()=>Promise.resolve().then(function(){return _We}),wallet:()=>Promise.resolve().then(function(){return SWe}),wallpaper:()=>Promise.resolve().then(function(){return PWe}),"wand-sparkles":()=>Promise.resolve().then(function(){return TWe}),"wand-2":()=>Promise.resolve().then(function(){return TWe}),wand:()=>Promise.resolve().then(function(){return FWe}),warehouse:()=>Promise.resolve().then(function(){return AWe}),"washing-machine":()=>Promise.resolve().then(function(){return VWe}),watch:()=>Promise.resolve().then(function(){return qWe}),"waves-ladder":()=>Promise.resolve().then(function(){return GWe}),waves:()=>Promise.resolve().then(function(){return ZWe}),waypoints:()=>Promise.resolve().then(function(){return JWe}),webcam:()=>Promise.resolve().then(function(){return rUe}),"webhook-off":()=>Promise.resolve().then(function(){return aUe}),webhook:()=>Promise.resolve().then(function(){return lUe}),weight:()=>Promise.resolve().then(function(){return dUe}),"wheat-off":()=>Promise.resolve().then(function(){return fUe}),wheat:()=>Promise.resolve().then(function(){return gUe}),"whole-word":()=>Promise.resolve().then(function(){return bUe}),"wifi-high":()=>Promise.resolve().then(function(){return _Ue}),"wifi-low":()=>Promise.resolve().then(function(){return SUe}),"wifi-off":()=>Promise.resolve().then(function(){return PUe}),"wifi-zero":()=>Promise.resolve().then(function(){return TUe}),wifi:()=>Promise.resolve().then(function(){return FUe}),"wind-arrow-down":()=>Promise.resolve().then(function(){return AUe}),wind:()=>Promise.resolve().then(function(){return VUe}),"wine-off":()=>Promise.resolve().then(function(){return qUe}),wine:()=>Promise.resolve().then(function(){return GUe}),workflow:()=>Promise.resolve().then(function(){return ZUe}),worm:()=>Promise.resolve().then(function(){return JUe}),"wrap-text":()=>Promise.resolve().then(function(){return rGe}),wrench:()=>Promise.resolve().then(function(){return aGe}),x:()=>Promise.resolve().then(function(){return lGe}),youtube:()=>Promise.resolve().then(function(){return fGe}),"zap-off":()=>Promise.resolve().then(function(){return dGe}),zap:()=>Promise.resolve().then(function(){return gGe}),"zoom-in":()=>Promise.resolve().then(function(){return bGe}),"zoom-out":()=>Promise.resolve().then(function(){return _Ge})};const SGe=e.forwardRef(({name:t,fallback:r,...o},n)=>{const[a,i]=e.useState();return e.useEffect(()=>{(async function(e){if(!(e in MGe))throw new Error("[lucide-react]: Name in Lucide DynamicIcon not found");return(await MGe[e]()).__iconNode})(t).then(i).catch(e=>{console.error(e)})},[t]),null==a?null==r?null:e.createElement(r):e.createElement(YC,{ref:n,...o,iconNode:a})}),DGe=e.forwardRef(({iconName:t,size:r=24,color:o,borderRadius:n,backgroundColor:a,...i},s)=>t?t in MGe?ot(e.Suspense,{fallback:ot(yle,{size:r,color:o}),children:ot(SGe,{name:t,size:r,color:o,ref:s,style:{borderRadius:n,backgroundColor:a,display:"inline-flex",...i.style},...i})}):(process.env.NODE_ENV,null):null);DGe.displayName="IconRenderer";const OGe="getPickListOptions",PGe="getCalendarEvents",EGe="getDataGridRows",jGe="sendFormData",TGe=()=>{const{forms:e}=ct(),t=r.useQueryClient(),{mutateAsync:o,isPending:n}=r.useMutation({mutationKey:[jGe],mutationFn:async t=>{if(!e?.submit)throw new Error("forms.submit is not provided by ApiProvider");return e.submit(t)},onSuccess:()=>{t.invalidateQueries({queryKey:[OGe]})}});return{submitForm:o,isLoading:n}},NGe=(e,t)=>{if(e&&t)return Object.prototype.hasOwnProperty.call(e,t)?e[t]:t.split(".").reduce((e,t)=>e&&"object"==typeof e?e[t]:void 0,e)},RGe=e=>{const t=JSON.stringify(e);let r;if("undefined"!=typeof window&&"function"==typeof window.btoa)r=window.btoa(unescape(encodeURIComponent(t)));else{const e=globalThis?.Buffer;r=e?e.from(t,"utf8").toString("base64"):""}return r.replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/g,"")},FGe=e=>{try{const t=e.replace(/-/g,"+").replace(/_/g,"/"),r=t.length%4,o=r?new Array(4-r+1).join("="):"";let n;if("undefined"!=typeof window&&"function"==typeof window.atob)n=decodeURIComponent(escape(window.atob(t+o)));else{const e=globalThis?.Buffer;n=e?e.from(t+o,"base64").toString("utf8"):""}return JSON.parse(n)}catch{return null}},IGe=({includeRwoRecordId:e,recordId:t,mapping:r,contextSource:o})=>{const n={},a={};return(r||[]).forEach(e=>{const t=((e,t)=>{if(e&&t)return Object.prototype.hasOwnProperty.call(e,t)?e[t]:NGe(e,t)})(o,String(e.sourceDataModelFieldId));if(null==t)return;const r=(()=>{if("object"==typeof t&&null!==t&&!Array.isArray(t)){const e=t;if("value"in e&&("string"==typeof e.value||"number"==typeof e.value||"boolean"==typeof e.value))return String(e.value);if("id"in e&&null!=e.id)return String(e.id)}return String(t)})();e.targetOrganismIds.forEach(t=>{a[t]||(a[t]={}),a[t][String(e.sourceDataModelFieldId)]=r})}),e&&t&&(Object.keys(a).forEach(e=>{a[e].rwoRecordId=String(t)}),n.rwoRecordId=String(t)),Object.keys(a).length>0&&(n.rwoContext=RGe(a)),{query:n}},zGe=e=>{if(null!=e){if("object"==typeof e&&null!==e){const t=e;if("id"in t&&("string"==typeof t.id||"number"==typeof t.id||"boolean"==typeof t.id))return String(t.id)}return"string"==typeof e||"number"==typeof e||"boolean"==typeof e?String(e):void 0}},AGe=e=>{if(null!=e&&"object"==typeof e&&null!==e){const t=e;if("id"in t&&("string"==typeof t.id||"number"==typeof t.id||"boolean"==typeof t.id))return String(t.id);if("value"in t&&("string"==typeof t.value||"number"==typeof t.value||"boolean"==typeof t.value))return String(t.value)}},LGe=(t,r={})=>{const{properties:o,moleculeId:n,onClick:a,disabled:i}=t,{onActionStart:s,onActionComplete:l,onActionError:c,onAllActionsComplete:u,stopOnError:d=!0,executeAsync:p=!0}=r,[h,f]=e.useState(!1),[m,y]=e.useState(-1),[g,v]=e.useState([]),[x,b]=e.useState(null),w=e.useMemo(()=>{const e=o?.action,t=e?.action,r=t||e;return r?Array.isArray(r)?r:r&&"object"==typeof r&&"type"in r?[r]:[]:[]},[o?.action]),{setActivePopup:k,clearActivePopup:_}=FC(),C=Ut()||{},M=NC?.()||{},S=dt?.()||{},D=HC?.()||{},O=zC(),P=BC(),E=e.useContext(qC),{onInternalNavigation:j,formId:T,routing:N,submitHandler:R,localState:F,localStateObject:I,organismInfo:z}=M,{submitForm:A}=TGe()||{},L=e.useCallback(async e=>{if(!e.link)throw new Error("Link configuration missing");if("data_driven_link"===e.link?.type||"dataDrivenLink"===e.link?.type){const t=e.link?.sourceDataModelFieldId;if(!t)throw new Error("Missing sourceDataModelFieldId for data-driven link");let r;if(S?.rawItemDataByDmfId){const e=S.rawItemDataByDmfId[t];r=AGe(e)}if(!r&&C&&"function"==typeof C.getValues){const e=NGe(C.getValues(),t);r=zGe(e)}if(!r&&I){const e=NGe(I,t);r=AGe(e)}if(!r&&D?.stateConfig){const e=NGe(D.stateConfig,t);r=AGe(e)}if(!r)throw new Error("Resolved link is empty");return void I7e(r)}if(A7e(e.link)){const t={};e.link?.targetFormId&&(t.organismId=String(e.link?.targetFormId)),e.link?.rwoKey&&(t.rwo=String(e.link?.rwoKey)),j?.({link:e.link.internalLink||"",query:t})}else I7e(e.link.externalLink||"")},[j]),B=e.useCallback(async e=>{if(!e.download)throw new Error("Download configuration missing");F7e(e.download.url,e.download.name)},[]),V=e.useCallback(e=>{const t=e?.open_popup,r=t?.organismId;if(!r)throw new Error("Popup configuration missing");k?.({id:r})},[k]),$=e.useCallback(async e=>{if(!C?.handleSubmit)throw new Error("Form context not available for submit action");const t=(T??"").toString();if(!t)throw new Error("Form ID missing in OrganismContext for submit action");const r=N?.rwoRecordIdFromUrl;let o;return await C.handleSubmit(async n=>{const a={formId:t,data:n};let i;r&&(a.rwoRecordId=r);try{if(R)i=await R(a);else{if(!A)return;i=await A(a)}}catch(c){const t=e.submit?.onError?.link;if(t&&t.internalLink)if(A7e(t)){const e={};t?.rwoKey&&(e.rwo=String(t?.rwoKey)),j?.({link:t.internalLink||"",query:e})}else I7e(t.externalLink||"");throw c}o=i;const s=D?.stateHandler;"function"==typeof s&&t&&s({[t]:{interacted:"completed"}});const l=e?.submit?.onSuccess?.link;if(l&&(l.internalLink||l.externalLink))if(A7e(l)){const e={};l?.rwoKey&&(e.rwo=String(l?.rwoKey)),j?.({link:l.internalLink||"",query:e})}else I7e(l.externalLink||"");return C?.reset?.(),i},async e=>{throw new Error("Form validation failed")})(),o},[C,A,j,T,N]),H=e.useCallback(async(e,t)=>{const r=Y(e,t);if(!r)throw new Error(`Navigation configuration missing for ${t}`);switch(t){case"navigateToCreateForm":if(r.targetFormId){const e=`?organismId=${r.targetFormId}`;j?.({link:e})}break;case"navigateToEditForm":if(r.targetFormId){const e=N?.rwoRecordIdFromUrl,t=e||(z&&z.id?String(z.id):""),o=t?`?organismId=${r.targetFormId}&rwoRecordId=${t}`:`?organismId=${r.targetFormId}`;j?.({link:o})}break;case"navigateToPrepopulateForm":{const e=r?.link?.internalLink||"",{targetFormId:t}=r||{};if(!t&&!e)break;const o=Array.isArray(r?.fieldMap)?r.fieldMap:[],n=C&&"function"==typeof C.getValues?C.getValues():{},a=(()=>{const e=S?.rawItemDataByDmfId||{},t=Object.entries(e).map(([e,t])=>{let r=t;if(t&&"object"==typeof t&&null!==t){const e=t;!("id"in e)||"string"!=typeof e.id&&"number"!=typeof e.id&&"boolean"!=typeof e.id?!("value"in e)||"string"!=typeof e.value&&"number"!=typeof e.value&&"boolean"!=typeof e.value||(r=e.value):r=e.id}return[e,r]});return Object.fromEntries(t)})(),i=[a,n,I||{},D?.stateConfig||{}],s={};o.filter(e=>e?.source&&e?.destination).forEach(e=>{let t;for(let r=0;r<i.length;r+=1){const o=NGe(i[r],String(e.source));if(void 0!==o){t=o;break}}void 0!==t&&(s[String(e.destination)]=t)});const l=e||`?organismId=${encodeURIComponent(String(t||""))}`;j?.({link:l,state:{prefill:s,targetFormId:t}})}break;case"navigateToOrganismWithRwoContext":{const t=r?.sourceDataModelFieldId,o=r?.targetOrganismIds,n=e?.inputParams;if(!Array.isArray(o)||0===o.length)break;const a=C&&"function"==typeof C.getValues?C.getValues():{},i=S?.rawItemDataByDmfId||{},s=(()=>{try{const e=new URLSearchParams(window.location.search).get("rwoContext");return e?JSON.parse(atob(e)):{}}catch{return{}}})(),l={...s},c={};let u=!1;if(n&&n.length>0)n.forEach(e=>{const t=a[e.sourceFieldId]??i[e.sourceFieldId];null!=t&&""!==t&&(c[e.sourceFieldId]="object"==typeof t&&null!==t?t.id??t:t)});else if(t){let e;if(!e&&S?.rawItemDataByDmfId){const r=S.rawItemDataByDmfId[t];e=AGe(r)}if(!e&&C&&"function"==typeof C.getValues){const r=NGe(C.getValues(),t);e=zGe(r)}if(!e&&I){const r=NGe(I,t);e=AGe(r)}if(!e&&D?.stateConfig){const r=NGe(D.stateConfig,t);e=AGe(r)}!e&&t&&(e=String(t));const r=M?.organismInfo?.pmiObjectId;u=Boolean(r&&e),u?(l[t]=String(e),l.webpageSourceFieldId=t):e&&(c.rwoRecordId=String(e),c[String(t)]=String(e))}u||o.forEach(e=>{l[e]={...s[e]||{},...c}});const d={};if(u||Object.keys(c).length>0){const e=btoa(JSON.stringify(l));d.rwoContext=e}j?.({link:window.location.pathname,query:d})}break;case"navigateToPageWithRwoContext":{const e=r?.link,t=!1!==r?.includeRwoRecordId,o=Array.isArray(r?.rwoContextMapping)?r.rwoContextMapping:[];if(!e?.internalLink)break;const n=r?.sourceDataModelFieldId;let a=N?.rwoRecordIdFromUrl;if(n){if(!a&&S?.rawItemDataByDmfId){const e=S.rawItemDataByDmfId[n];a=AGe(e)}if(!a&&C&&"function"==typeof C.getValues){const e=NGe(C.getValues(),n);a=zGe(e)}if(!a&&I){const e=NGe(I,n);a=AGe(e)}if(!a&&D?.stateConfig){const e=NGe(D.stateConfig,n);a=AGe(e)}a||(a=String(n))}const i={...C&&"function"==typeof C.getValues?C.getValues():{},...I||{},...D?.stateConfig||{},...(()=>{const e=S?.rawItemDataByDmfId||{},t=Object.entries(e).map(([e,t])=>{let r=t;if(t&&"object"==typeof t&&null!==t){const e=t;!("id"in e)||"string"!=typeof e.id&&"number"!=typeof e.id&&"boolean"!=typeof e.id?!("value"in e)||"string"!=typeof e.value&&"number"!=typeof e.value&&"boolean"!=typeof e.value||(r=e.value):r=e.id}return[e,r]});return Object.fromEntries(t)})()},{query:s}=IGe({includeRwoRecordId:t,recordId:a,mapping:o,contextSource:i});j?.({link:e.internalLink,query:s})}}},[j,C,F,I,z,N]),q=e.useCallback(e=>{C?.reset?.()},[C]),W=e.useCallback(e=>{C?.reset?.(),"function"==typeof _?_():"function"==typeof k&&k(null)},[C,_,k]),U=e.useCallback(e=>{const t=e?.add_replicator||{},r=t.targetReplicatorFieldId;let o,n,a,i;if(r&&P){const e=P.getReplicator(r);if(!e)return void console.error(`[add_replicator] Replicator "${r}" not found in registry. Make sure the replicator container is rendered and has the correct replicatorFieldId.`);o=r,n=P.canAdd(r),a=e=>P.append(r,e),i=e.fieldArrayMethods.fields.length}else{if(!O)return void console.error("[add_replicator] No target replicator available. Either:\n1. Configure targetReplicatorFieldId in the button action, or\n2. Place the button inside a replicator container.");o=O.replicatorFieldId,n=O.canAdd,a=O.fieldArrayMethods.append,i=O.fieldArrayMethods.fields.length}if(n&&(a({}),!1!==t.scrollToNew)){const e=i;setTimeout(()=>{const t=`[data-replicator-instance="${o}-${e}"]`,r=document.querySelector(t);r&&r.scrollIntoView({behavior:"smooth",block:"start"})},100)}},[O,P]),G=e.useCallback(e=>{const t=(e?.delete_replicator||{}).targetReplicatorFieldId;let r,o,n,a,i;if(t&&P){const e=P.getReplicator(t);if(!e)return void console.error(`[delete_replicator] Replicator "${t}" not found in registry. Make sure the replicator container is rendered and has the correct replicatorFieldId.`);r=t,o=P.canRemove(t),n=e=>P.remove(t,e),a=e.fieldArrayMethods.fields.length}else{if(!O)return void console.error("[delete_replicator] No target replicator available. Either:\n1. Configure targetReplicatorFieldId in the button action, or\n2. Place the button inside a replicator container.");r=O.replicatorFieldId,o=O.canRemove,n=O.fieldArrayMethods.remove,a=O.fieldArrayMethods.fields.length}o&&(i=void 0===S?.itemIndex||t?a-1:S.itemIndex,i<0||i>=a?console.error(`[delete_replicator] Invalid index ${i} (length: ${a})`):n(i))},[O,P,S]),K=e.useCallback(async e=>{if(!E?.openAIChat)return;if(E.isAIAvailable&&!E.isAIAvailable())return;const t=e?.open_ai_chat||e?.openAIChat||{},r=e?.inputParams,o=t?.cortexAgentId,n=C&&"function"==typeof C.getValues?C.getValues():{},a=S?.rawItemDataByDmfId||{},i={};if(r&&r.length>0)r.forEach(e=>{const t=n[e.sourceFieldId]??a[e.sourceFieldId];null!=t&&(i[e.sourceFieldId]="object"==typeof t&&null!==t?t.id??t:t)});else{const e=t?.cortexRwoContext?.sourceDataModelFieldId;if(e){let t;if(!t&&S?.rawItemDataByDmfId){const r=S.rawItemDataByDmfId[e];t=AGe(r)}if(!t&&C&&"function"==typeof C.getValues){const r=NGe(C.getValues(),e);t=zGe(r)}if(!t&&I){const r=NGe(I,e);t=AGe(r)}if(!t&&D?.stateConfig){const r=NGe(D.stateConfig,e);t=AGe(r)}t&&(i.rwoRecordId=t,i.sourceDataModelFieldId=e)}}const s=Object.keys(i).length>0?{inputParams:i}:void 0;await E.openAIChat({cortexAgentId:o,cortexRwoContext:s})},[E,C,I,S,D]),Y=e.useCallback((e,t)=>{switch(t){case"navigateToCreateForm":return e.navigateToCreateForm||e.navigate_to_create_form||null;case"navigateToEditForm":return e.navigateToEditForm||e.navigate_to_edit_form||null;case"navigateToPrepopulateForm":return e.navigateToPrepopulateForm||e.navigate_to_prepopulate_form||null;case"navigateToOrganismWithRwoContext":return e.navigateToOrganismWithRwoContext||e.navigate_to_organism_with_rwo_context||null;case"navigateToPageWithRwoContext":return e.navigateToPageWithRwoContext||e.navigate_to_page_with_rwo_context||null;default:return null}},[]),Z=e.useCallback(async(e,t)=>{s?.(e,t);try{let r;switch(e.type){case"link":await L(e),r="Link executed";break;case"download":await B(e),r="Download executed";break;case"submit":r=await $(e);break;case"open_popup":V(e),r="Popup opened";break;case"navigate_to_create_form":await H(e,"navigateToCreateForm"),r="Navigation executed";break;case"navigate_to_edit_form":await H(e,"navigateToEditForm"),r="Navigation executed";break;case"navigate_to_prepopulate_form":await H(e,"navigateToPrepopulateForm"),r="Navigation executed";break;case"navigate_to_organism_with_rwo_context":await H(e,"navigateToOrganismWithRwoContext"),r="Navigation executed";break;case"navigate_to_page_with_rwo_context":await H(e,"navigateToPageWithRwoContext"),r="Navigation executed";break;case"reset":q(e),r="Reset executed";break;case"destroy":W(e),r="Destroy executed";break;case"open_ai_chat":await K(e),r="AI Chat opened";break;case"add_replicator":U(e),r="Replicator instance added";break;case"delete_replicator":G(e),r="Replicator instance deleted";break;default:throw new Error(`Unsupported action type: ${e.type}`)}return l?.(e,t,r),r}catch(r){const o=r instanceof Error?r:new Error(String(r));if(c?.(e,t,o),d)throw o;return null}},[s,l,c,d,L,B,$,V,H,q,W,K,U,G]),X=e.useCallback(async()=>{if(0===w.length)return[];f(!0),y(0),v([]),b(null);try{const e=w.some(e=>"submit"===e?.type),t=new Set(["link","navigate_to_create_form","navigate_to_edit_form","navigate_to_prepopulate_form","navigate_to_organism_with_rwo_context","navigate_to_page_with_rwo_context"]),r=e=>"close"===e||"destroy"===e,o=(()=>{if(!e)return w;return[...w.filter(e=>e&&"submit"!==e.type&&!t.has(e.type)&&!r(e.type)),...w.filter(e=>e&&"submit"===e.type),...w.filter(e=>e&&r(e.type)),...w.filter(e=>e&&t.has(e.type))]})(),n=[];for(let a=0;a<o.length;a+=1){y(a);const e=await Z(o[a],a);n.push(e),v([...n])}return u?.(n),n}catch(e){const t=e instanceof Error?e:new Error(String(e));throw b(t),t}finally{f(!1),y(-1)}},[w,Z,u,p,d]),Q=e.useCallback(e=>{i||(a?a(e):w.length>0&&X().catch(()=>{}))},[i,n,a,w,X]);return{executeActions:X,handleAction:Q,isExecuting:h,currentActionIndex:m,results:g,error:x}},BGe=e.forwardRef(({gap:e,moleculeId:t,configurationItemInfo:r,fontSize:o,fontWeight:n,fontFamily:a,textAlign:i,text:s,wrapText:l=!1,properties:c,borderRadius:u=0,endIcon:d,startIcon:p,fullWidth:h=!1,height:f,width:m,minWidth:y,maxWidth:g,minHeight:v,maxHeight:x,iconOnly:b=!1,elevation:w=0,fillColor:k="primary",fillColorDisabled:_,fillColorHover:C,fillColorPressed:M,borderColor:S,borderColorDisabled:D,borderColorHover:O,borderColorPressed:P,textColor:E,textColorDisabled:j,textColorHover:T,textColorPressed:N,variant:R="contained",color:F="primary",disabled:I=!1,link:z,onClick:A,externalOnClick:L,marginTop:B="0",marginRight:V="0",marginBottom:$="0",marginLeft:H="0",paddingTop:q="0",paddingRight:W="0",paddingBottom:U="0",paddingLeft:G="0",...K},Y)=>{const{onStateChange:Z}=WC(),{handleAction:X,isExecuting:Q,currentActionIndex:J,results:ee,error:te}=LGe({properties:c?{...c,action:c.action||[]}:void 0,moleculeId:t,onClick:L||A,disabled:I},{onActionStart:void 0,onActionComplete:void 0,onActionError:void 0,onAllActionsComplete:void 0,stopOnError:!0,executeAsync:!0}),re=s||c?.text?.text||"",oe=e=>{I||Q||(L?(L(e),Z?.({id:t,type:"clicked"})):(X(e),Z?.({id:t,type:"clicked"})))},ne=k||F,ae="contained"===R,ie=_||to(ne,.5),se=j||to(E||no.colors.gray2,.5),le=D||to(S||ne,.5),ce=I||Q,ue=ce?se:E,de=S||ne,pe={style:{width:o,height:o,strokeWidth:"bold"===n?2.5:1.5}};return b?ot(id,{ref:Y,id:t,href:z,disabled:ce,onClick:oe,sx:{...h?{width:"100%"}:{width:m},height:f,...y&&{minWidth:y},...g&&{maxWidth:g},...v&&{minHeight:v},...x&&{maxHeight:x},marginTop:B,marginRight:V,marginBottom:$,marginLeft:H,paddingTop:q,paddingRight:W,paddingBottom:U,paddingLeft:G,borderRadius:u,backgroundColor:ae?ne:"transparent",borderWidth:"bold"===n?2:1.5,borderStyle:"solid",borderColor:de,color:ue,boxShadow:oo(w),"&:hover":{backgroundColor:C||to(ne,.8),borderColor:O||to(de,.8),color:T||ue},"&:active":{backgroundColor:M||to(ne,.6),borderColor:P||to(de,.6),color:N||ue},"&.Mui-disabled":{backgroundColor:ae?ie:"transparent",borderColor:le,color:se}},...r,...K,children:ot(DGe,{iconName:p||"circle-power",color:ue,...pe})}):ot(sm,{ref:Y,id:t,href:z,variant:R,disabled:ce,fullWidth:h,onClick:oe,disableElevation:0===w,endIcon:d&&ot(DGe,{color:ue,iconName:d,...pe}),startIcon:p&&ot(DGe,{color:ue,iconName:p,...pe}),sx:{...h?{}:{width:m},height:f,...y&&{minWidth:y},...g&&{maxWidth:g},...v&&{minHeight:v},...x&&{maxHeight:x},gap:e,alignItems:"center",justifyContent:i,pointerEvents:I?"none":"auto",marginTop:B,marginRight:V,marginBottom:$,marginLeft:H,paddingTop:q,paddingRight:W,paddingBottom:U,paddingLeft:G,borderRadius:u,borderWidth:"bold"===n?2:1.5,borderStyle:"solid",borderColor:de,textTransform:"none",backgroundColor:ae?ne:"transparent",color:ue,boxShadow:oo(w),"&:hover":{backgroundColor:C||(ae?to(ne,.8):"transparent"),borderColor:O||to(de,.8),color:T||ue},"&:active":{backgroundColor:M||(ae?to(ne,.6):"transparent"),borderColor:P||to(de,.6),color:N||ue},"&.Mui-disabled":{backgroundColor:ae?ie:"transparent",borderColor:le,color:se}},...r,...K,children:re&&ot(Sd,{component:"span",noWrap:!l,sx:{fontSize:o,fontWeight:n,fontFamily:a,textAlign:i,color:"inherit"},children:Q?"Loading...":re})})});BGe.displayName="NewButton";const VGe=({fill:e=no.colors.gray5,color:t=no.colors.gray3,size:r=33,...o})=>ot("svg",{width:r,height:r,viewBox:"0 0 33 33",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:ot("path",{d:"M21.734 24.2969L16.1687 20.8186L10.6035 24.2969V8.99253C10.6035 8.80803 10.6768 8.63109 10.8073 8.50063C10.9377 8.37017 11.1147 8.29688 11.2992 8.29688H21.0383C21.2228 8.29688 21.3997 8.37017 21.5302 8.50063C21.6607 8.63109 21.734 8.80803 21.734 8.99253V24.2969Z",stroke:t,fill:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),$Ge=({color:e=no.colors.gray1,size:t=32})=>ot("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",style:Jr(t),children:ot("path",{d:"M24 12.5417L16 20.5417L8 12.5417",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),HGe=({color:e=no.colors.gray1,...t})=>ot("svg",{width:18,height:11,fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:ot("path",{d:"m1 9.5 8-8 8 8",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})}),qGe=({color:e=no.colors.blue,size:t=16,...r})=>ot("svg",{width:17,height:16,viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:Jr(t),...r,children:ot("path",{d:"M10.7693 12L6.76929 8L10.7693 4",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"})}),WGe=({color:e=no.colors.gray1,size:t=33,...r})=>ot("svg",{width:"33",height:"33",viewBox:"0 0 33 33",fill:"none",...r,style:Jr(t),children:ot("path",{d:"M12.9968 8.5L20.9968 16.5L12.9968 24.5",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),UGe=({size:e=16,color:t=no.colors.black})=>ot("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",style:Jr(e),children:ot("path",{d:"M12 5.83331L6.66667 11.1666L4 8.49998",stroke:t,strokeLinecap:"round",strokeLinejoin:"round"})}),GGe=({size:e=16,color:t=no.colors.black})=>nt("svg",{pointerEvents:"none",width:e,height:e,viewBox:`0 0 ${e} ${e}`,fill:"none",children:[ot("path",{d:"M8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12Z",stroke:t,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M7.6665 7.66663H7.99984V9.99996H8.33317",stroke:t,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M7.91667 6.58333C8.14679 6.58333 8.33333 6.39679 8.33333 6.16667C8.33333 5.93655 8.14679 5.75 7.91667 5.75C7.68655 5.75 7.5 5.93655 7.5 6.16667C7.5 6.39679 7.68655 6.58333 7.91667 6.58333Z",fill:t})]}),KGe=({size:e=32,color:t=no.colors.gray1})=>ot("svg",{width:32,height:32,viewBox:"0 0 32 32",style:Jr(e),fill:"none",children:ot("path",{d:"M8.68138 8.45905H23.3186C23.4508 8.45909 23.5802 8.49758 23.6909 8.56983C23.8016 8.64208 23.8889 8.74498 23.9422 8.86598C23.9955 8.98698 24.0124 9.12086 23.991 9.25132C23.9695 9.38177 23.9105 9.50317 23.8213 9.60072L18.2237 15.7606C18.1072 15.8853 18.0431 16.0501 18.0448 16.2207V21.043C18.0458 21.1563 18.0183 21.268 17.9646 21.3677C17.911 21.4675 17.8331 21.5522 17.7381 21.6138L15.0117 23.4286C14.9094 23.4959 14.7909 23.5345 14.6686 23.5402C14.5462 23.5459 14.4246 23.5186 14.3165 23.461C14.2084 23.4035 14.1178 23.3179 14.0542 23.2132C13.9907 23.1086 13.9565 22.9887 13.9552 22.8663V16.2207C13.9569 16.0501 13.8928 15.8853 13.7763 15.7606L8.1787 9.60072C8.08946 9.50317 8.03051 9.38177 8.00905 9.25132C7.98758 9.12086 8.00451 8.98698 8.05779 8.86598C8.11107 8.74498 8.19838 8.64208 8.3091 8.56983C8.41982 8.49758 8.54917 8.45909 8.68138 8.45905V8.45905Z",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),YGe=({size:e=18,color:t=no.colors.gray2})=>nt("svg",{width:32,height:32,viewBox:"0 0 32 32",style:Jr(e),children:[ot("path",{d:"M24 8L8 24",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M24 24L8 8",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),ZGe=({color:e=no.colors.primary,size:t=32})=>nt("svg",{width:"33",height:"33",viewBox:"0 0 33 33",fill:"none",style:Jr(t),children:[ot("path",{d:"M16.8203 11.111C11.106 11.111 8.82031 16.2539 8.82031 16.2539C8.82031 16.2539 11.106 21.3967 16.8203 21.3967C22.5346 21.3967 24.8203 16.2539 24.8203 16.2539C24.8203 16.2539 22.5346 11.111 16.8203 11.111Z",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M16.8205 19.111C18.3985 19.111 19.6777 17.8318 19.6777 16.2539C19.6777 14.6759 18.3985 13.3967 16.8205 13.3967C15.2426 13.3967 13.9634 14.6759 13.9634 16.2539C13.9634 17.8318 15.2426 19.111 16.8205 19.111Z",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),XGe=({color:e=no.colors.gray1,size:t=32})=>nt("svg",{width:"17",height:"17",viewBox:"0 0 17 17",fill:"none",style:Jr(t),children:[ot("path",{d:"M11.8667 7.4231L12.8204 9.06807",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M9.91357 8.33929L10.2093 10.0176",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M7.72732 8.33508L7.43164 10.0175",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M5.77398 7.4231L4.82031 9.07639",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M4.82422 6.49023C5.52385 7.35645 6.80651 8.4517 8.82212 8.4517C10.8377 8.4517 12.1204 7.35645 12.82 6.49023",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"})]}),QGe=({color:e="#F20089",size:t=44})=>nt("svg",{width:t,height:t,viewBox:`0 0 ${t} ${t}`,fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ot("path",{d:"M3.90742 14.3118C2.63783 12.9106 1.95569 11.0749 2.00223 9.18463C2.04877 7.29439 2.82043 5.49444 4.15743 4.15743C5.49444 2.82043 7.29439 2.04877 9.18463 2.00223C11.0749 1.95569 12.9106 2.63783 14.3118 3.90742L40.0926 29.6882C41.3622 31.0894 42.0443 32.9251 41.9978 34.8154C41.9512 36.7056 41.1796 38.5056 39.8426 39.8426C38.5056 41.1796 36.7056 41.9512 34.8154 41.9978C32.9251 42.0443 31.0894 41.3622 29.6882 40.0926L3.90742 14.3118Z",stroke:e,strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M29.6882 3.90742C31.0894 2.63783 32.9251 1.95569 34.8154 2.00223C36.7056 2.04877 38.5056 2.82043 39.8426 4.15743C41.1796 5.49444 41.9512 7.29439 41.9978 9.18463C42.0443 11.0749 41.3622 12.9106 40.0926 14.3118L14.3118 40.0926C12.9106 41.3622 11.0749 42.0443 9.18463 41.9978C7.29439 41.9512 5.49444 41.1796 4.15743 39.8426C2.82043 38.5056 2.04877 36.7056 2.00223 34.8154C1.95569 32.9251 2.63783 31.0894 3.90742 29.6882L29.6882 3.90742Z",stroke:e,strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{opacity:"0.5",d:"M22 22.9208C22.5085 22.9208 22.9208 22.5086 22.9208 22.0001C22.9208 21.4916 22.5085 21.0793 22 21.0793C21.4915 21.0793 21.0793 21.4916 21.0793 22.0001C21.0793 22.5086 21.4915 22.9208 22 22.9208Z",stroke:e,strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M22 24.7622C23.5256 24.7622 24.7622 23.5256 24.7622 22C24.7622 20.4745 23.5256 19.2378 22 19.2378C20.4745 19.2378 19.2378 20.4745 19.2378 22C19.2378 23.5256 20.4745 24.7622 22 24.7622Z",fill:"#F20089"})]}),JGe=({size:e=16,color:t=no.colors.gray2})=>ot("svg",{width:e,height:e,viewBox:`0 0 ${e} ${e}`,fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ot("path",{d:"M4 8H12",stroke:t,strokeLinecap:"round",strokeLinejoin:"round"})}),eKe=({size:e=18,color:t="#fff"})=>ot("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",style:Jr(e),children:ot("path",{d:"M5.325 17h5.333M2.017 7a5.992 5.992 0 0 1 6.025-6c3.3.025 5.941 2.767 5.941 6.075v.592c0 2.983.625 4.716 1.175 5.666a.666.666 0 0 1-.575 1H1.417a.668.668 0 0 1-.575-1c.55-.95 1.175-2.683 1.175-5.666V7Z",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})}),tKe=({size:e=18,color:t=no.colors.yellowShade})=>nt("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",style:Jr(e),children:[ot("path",{d:"M9 6.46v3.08M7.938 1.535 1.165 13.234a1.232 1.232 0 0 0 1.062 1.847h13.546a1.232 1.232 0 0 0 1.062-1.847L10.062 1.535a1.224 1.224 0 0 0-2.124 0v0Z",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M9 13.08a.77.77 0 1 0 0-1.54.77.77 0 0 0 0 1.54Z",fill:t})]}),rKe=({size:e=27,color:t=no.colors.gray1})=>ot("svg",{width:18,height:27,fill:"none",viewBox:"0 0 18 27",style:Jr(e),children:ot("path",{d:"M14.359 1.254H3.282c-1.02 0-1.846.826-1.846 1.846v20.308c0 1.02.826 1.846 1.846 1.846h11.077c1.02 0 1.846-.827 1.846-1.846V3.1c0-1.02-.827-1.846-1.846-1.846ZM1.436 4.946h14.769M1.436 21.562h14.769",stroke:t,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})}),oKe=({size:e=27,color:t=no.colors.gray1})=>nt("svg",{width:27,height:21,viewBox:"0 0 27 21",fill:"none",style:Jr(e),children:[ot("path",{d:"M1.82 1.254h24v17a1 1 0 0 1-1 1h-22a1 1 0 0 1-1-1v-17Z",stroke:t,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"m25.82 1.254-12 11-12-11",stroke:t,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})]}),nKe=({size:e=18,color:t=no.colors.gray2})=>nt("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",style:Jr(e),children:[ot("path",{d:"M8.65273 12.1304H5.87012V9.34783L14.2179 1L17.0006 3.78261L8.65273 12.1304Z",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M12.1318 3.08698L14.9144 5.86958",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M16.3053 8.65217V16.3043C16.3053 16.4888 16.232 16.6658 16.1016 16.7962C15.9711 16.9267 15.7942 17 15.6097 17H1.69663C1.51213 17 1.33519 16.9267 1.20473 16.7962C1.07427 16.6658 1.00098 16.4888 1.00098 16.3043V2.3913C1.00098 2.2068 1.07427 2.02986 1.20473 1.8994C1.33519 1.76894 1.51213 1.69565 1.69663 1.69565H9.3488",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),aKe=({size:e=18,color:t=no.colors.gray2})=>nt("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",style:Jr(e),children:[ot("path",{d:"M17.001 5.66364V16.2727C17.001 16.4656 16.9243 16.6506 16.788 16.787C16.6516 16.9234 16.4666 17 16.2737 17H1.72825C1.53536 17 1.35038 16.9234 1.21399 16.787C1.0776 16.6506 1.00098 16.4656 1.00098 16.2727V1.72728C1.00098 1.53439 1.0776 1.34941 1.21399 1.21302C1.35038 1.07663 1.53536 1 1.72825 1H12.3373C12.4318 0.999673 12.5253 1.01797 12.6127 1.05385C12.7001 1.08973 12.7795 1.14248 12.8464 1.2091L16.7919 5.15455C16.8585 5.22149 16.9112 5.30091 16.9471 5.38827C16.983 5.47563 17.0013 5.5692 17.001 5.66364V5.66364Z",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M4.6377 17V11.1819C4.6377 10.989 4.71432 10.804 4.85071 10.6676C4.9871 10.5312 5.17208 10.4546 5.36497 10.4546H12.6377C12.8306 10.4546 13.0156 10.5312 13.152 10.6676C13.2883 10.804 13.365 10.989 13.365 11.1819V17",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M11.1827 3.90906H6.0918",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),iKe=({size:e=19,color:t=no.colors.gray2})=>nt("svg",{width:19,height:14,viewBox:"0 0 19 14",fill:"none",style:Jr(e),children:[ot("path",{d:"M1.28174 7.14917H17.2817",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M1.28174 1.33105H17.2817",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M1.28174 12.9675H17.2817",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]}),sKe=({size:e=48,color:t=no.colors.gray4})=>nt("svg",{width:"49",height:"49",viewBox:"0 0 49 49",fill:"none",style:Jr(e),children:[ot("path",{d:"M24.457 40.4443C33.2936 40.4443 40.457 33.2809 40.457 24.4443C40.457 15.6078 33.2936 8.44434 24.457 8.44434C15.6205 8.44434 8.45703 15.6078 8.45703 24.4443C8.45703 33.2809 15.6205 40.4443 24.457 40.4443Z",stroke:t,strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M29.7827 24.4442L21.7827 19.1108V29.7775L29.7827 24.4442Z",stroke:t,strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),lKe=({size:e=32,color:t=no.colors.gray3,...r})=>nt("svg",{width:32,height:32,viewBox:"0 0 32 32",style:Jr(e),fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[ot("path",{d:"M15 22.0391C18.866 22.0391 22 18.9051 22 15.0391C22 11.1731 18.866 8.03906 15 8.03906C11.134 8.03906 8 11.1731 8 15.0391C8 18.9051 11.134 22.0391 15 22.0391Z",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M19.9502 19.9891L24.0002 24.0391",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),cKe=({color:e=no.colors.gray1,...t})=>nt("svg",{width:"19",height:"15",viewBox:"0 0 19 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[ot("path",{d:"M1.33337 7.5H17.3334",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M10.7878 0.95459L17.3332 7.50004L10.7878 14.0455",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),uKe={ArrowRight:cKe,Bell:eKe,Bookmark:VGe,CaretDown:$Ge,CaretLeft:qGe,CaretRight:WGe,CaretUp:HGe,Check:UGe,Close:YGe,Edit:nKe,Filter:KGe,Hide:XGe,Info:GGe,InfoBoxIcon:QGe,Mail:oKe,Menu:iKe,Minus:JGe,Mobile:rKe,Play:sKe,Save:aKe,Search:lKe,View:ZGe,Warning:tKe},dKe=({href:e,...t})=>{const r={target:"_blank"};return e&&""!==e&&(r.href=e),ot("a",{...r,...t})},pKe=Po(dKe)`
255
+ `,MC=ll({...no,palette:{mode:"light"},shape:{borderRadius:8}}),SC=t=>{const r=(e=>{const{devices:t}=no,r=Object.keys(t),o=r[r.indexOf(e)+1];return"xl"===e?`(min-width: ${t[e]} )`:`(min-width: ${t[e]}) and (max-width: ${t[o]||t[e]})`})(t),o=()=>"undefined"!=typeof window&&window.matchMedia(r).matches,[n,a]=e.useState(o()),i=()=>a(o());return e.useEffect(()=>{if("undefined"==typeof window)return;const e=window.matchMedia(r);return i(),e.addEventListener("change",i),()=>{e.removeEventListener("change",i)}},[r]),n},DC=()=>e.useContext(Qr),OC=e.createContext({isMLRReview:!1,annotationsList:{links:[],tags:[]},showAnnotations:!1}),PC=()=>e.useContext(OC),EC=e.createContext({items:[],groupStepItemsByStepContainer:()=>({}),dateFields:[],setDateFields:()=>null,formId:"",submitHandler:()=>Promise.resolve(),validations:[],editable:!0,isPreview:!1,organismBodyId:"",isFormInEditMode:!0,organismMetadata:{},organismInfo:{},localStateObject:null,localState:{},setLocalStateValue:()=>null,isConfigurationMode:!1,onConfigurationItemClicked:()=>null,selectedConfigurationItemId:"",currentStyleProperties:{},currentContentProperties:{},onInternalNavigation:()=>null,routing:void 0,prefillData:null,loadRecordData:void 0}),jC=e=>{const t={};return e.forEach(e=>{"container"===e.instance&&(e=>{let r="";"form_step"===e.type&&(r=e.id),e.items.forEach(e=>{r&&(t[r]||(t[r]=[]),t[r].push(e))})})(e)}),t},TC=({initItems:t=[],children:r,submitHandler:o,formId:n,validations:a,editable:i=!0,isPreview:s=!1,organismBodyId:c,isFormInEditMode:u=!0,organismMetadata:d,organismInfo:p,localStateObject:h=null,isConfigurationMode:f=!1,onConfigurationItemHandler:m,selectedConfigurationItemId:y,currentStyleProperties:g={},currentContentProperties:v={},onInternalNavigation:x=()=>null,routing:b,prefillData:w=null,loadRecordData:k})=>{const[_,C]=l.default.useState([]),[M,S]=e.useState(h||{}),D=e.useCallback((e,t)=>{S(r=>({...r,[e]:t}))},[]),O=l.default.useMemo(()=>(e,t)=>{if(!e)return;const r={...e,organismInfo:p,organismId:p?.id,organismSubtype:p?.subtype,libraryEntityId:e?.libraryEntityId||p?.moleculeLibraryId||e?.moleculeLibraryId||void 0};!r.pmiObjectId&&p?.pmiObjectId&&(r.pmiObjectId=p.pmiObjectId),m?.(r,t,p)},[m,p]),P=l.default.useMemo(()=>(Array.isArray(t)?t:[t]).map(e=>"children"in e&&!("items"in e)&&Array.isArray(e.children)?{...e,items:e.children}:e),[t]),E=l.default.useMemo(()=>({dateFields:_,setDateFields:C,items:P,groupStepItemsByStepContainer:()=>jC(P),submitHandler:o,formId:n,validations:a,editable:i,isPreview:s,organismBodyId:c,isFormInEditMode:u,organismMetadata:d,organismInfo:p,localStateObject:h,localState:M,setLocalStateValue:D,isConfigurationMode:f,onConfigurationItemClicked:O,selectedConfigurationItemId:y,currentStyleProperties:g,currentContentProperties:v,onInternalNavigation:x,routing:b,prefillData:w,loadRecordData:k}),[P,n,a,i,s,_,C,o,c,u,d,p,h,M,D,f,O,y,g,v,x,b,w,k]);return ot(EC.Provider,{value:E,children:r})},NC=()=>e.useContext(EC),RC=e.createContext({activePopup:null,setActivePopup:()=>{},clearActivePopup:()=>{}}),FC=()=>{const t=e.useContext(RC);if(!t)throw new Error("usePopupContext must be used within a PopupProvider");return t},IC=e.createContext(null),zC=()=>e.useContext(IC),AC=({replicatorFieldId:t,fieldArrayName:r,fieldArrayMethods:o,minInstances:n=1,maxInstances:a,children:i})=>{const s=e.useMemo(()=>({replicatorFieldId:t,fieldArrayName:r,fieldArrayMethods:o,canAdd:!a||o.fields.length<a,canRemove:o.fields.length>n,minInstances:n,maxInstances:a}),[t,r,o,n,a]);return ot(IC.Provider,{value:s,children:i})},LC=e.createContext(null),BC=()=>e.useContext(LC),VC=({children:t})=>{const r=e.useRef(new Map),o=e.useCallback(e=>{r.current.set(e.replicatorFieldId,e)},[]),n=e.useCallback(e=>{r.current.delete(e)},[]),a=e.useCallback(e=>r.current.get(e),[]),i=e.useCallback(e=>{const t=r.current.get(e);if(!t)return!1;const{maxInstances:o,fieldArrayMethods:n}=t;return!o||n.fields.length<o},[]),s=e.useCallback(e=>{const t=r.current.get(e);if(!t)return!1;const{minInstances:o,fieldArrayMethods:n}=t;return n.fields.length>o},[]),l=e.useCallback((e,t={})=>{const o=r.current.get(e);if(!o)return void console.error(`[ReplicatorRegistry] Replicator "${e}" not found`);const{maxInstances:n,fieldArrayMethods:a}=o;n&&a.fields.length>=n||a.append(t)},[]),c=e.useCallback((e,t)=>{const o=r.current.get(e);if(!o)return void console.error(`[ReplicatorRegistry] Replicator "${e}" not found`);const{minInstances:n,fieldArrayMethods:a}=o;if(a.fields.length<=n)return;const i=t??a.fields.length-1;a.remove(i)},[]),u=e.useMemo(()=>({registry:r.current,register:o,unregister:n,getReplicator:a,canAdd:i,canRemove:s,append:l,remove:c}),[o,n,a,i,s,l,c]);return ot(LC.Provider,{value:u,children:t})},$C=e.createContext({stateConfig:{},stateHandler:()=>null,authenticated:!1}),HC=()=>e.useContext($C),qC=e.createContext(void 0),WC=()=>{const{stateConfig:e,stateHandler:t,authenticated:r}=HC();return{onStateChange:({id:o,type:n})=>{o&&e?.[o]&&Object.prototype.hasOwnProperty.call(e[o],"interacted")&&r&&t?.({[o]:{interacted:n}})}}},UC=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),GC=(...e)=>e.filter((e,t,r)=>Boolean(e)&&""!==e.trim()&&r.indexOf(e)===t).join(" ").trim();var KC={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 YC=e.forwardRef(({color:t="currentColor",size:r=24,strokeWidth:o=2,absoluteStrokeWidth:n,className:a="",children:i,iconNode:s,...l},c)=>e.createElement("svg",{ref:c,...KC,width:r,height:r,stroke:t,strokeWidth:n?24*Number(o)/Number(r):o,className:GC("lucide",a),...l},[...s.map(([t,r])=>e.createElement(t,r)),...Array.isArray(i)?i:[i]])),ZC=(t,r)=>{const o=e.forwardRef(({className:o,...n},a)=>e.createElement(YC,{ref:a,iconNode:r,className:GC(`lucide-${UC(t)}`,o),...n}));return o.displayName=`${t}`,o},XC=[["path",{d:"M3.5 13h6",key:"p1my2r"}],["path",{d:"m2 16 4.5-9 4.5 9",key:"ndf0b3"}],["path",{d:"M18 7v9",key:"pknjwm"}],["path",{d:"m14 12 4 4 4-4",key:"buelq4"}]],QC=ZC("AArrowDown",XC);var JC=Object.freeze({__proto__:null,__iconNode:XC,default:QC});const eM=[["path",{d:"M3.5 13h6",key:"p1my2r"}],["path",{d:"m2 16 4.5-9 4.5 9",key:"ndf0b3"}],["path",{d:"M18 16V7",key:"ty0viw"}],["path",{d:"m14 11 4-4 4 4",key:"1pu57t"}]],tM=ZC("AArrowUp",eM);var rM=Object.freeze({__proto__:null,__iconNode:eM,default:tM});const oM=[["path",{d:"M21 14h-5",key:"1vh23k"}],["path",{d:"M16 16v-3.5a2.5 2.5 0 0 1 5 0V16",key:"1wh10o"}],["path",{d:"M4.5 13h6",key:"dfilno"}],["path",{d:"m3 16 4.5-9 4.5 9",key:"2dxa0e"}]],nM=ZC("ALargeSmall",oM);var aM=Object.freeze({__proto__:null,__iconNode:oM,default:nM});const iM=[["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"}]],sM=ZC("Accessibility",iM);var lM=Object.freeze({__proto__:null,__iconNode:iM,default:sM});const cM=[["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"}]],uM=ZC("Activity",cM);var dM=Object.freeze({__proto__:null,__iconNode:cM,default:uM});const pM=[["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:"M18.3 17.7a2.5 2.5 0 0 1-3.16 3.83 2.53 2.53 0 0 1-1.14-2V12",key:"1bo8pg"}],["path",{d:"M6.6 15.6A2 2 0 1 0 10 17v-5",key:"t9h90c"}]],hM=ZC("AirVent",pM);var fM=Object.freeze({__proto__:null,__iconNode:pM,default:hM});const mM=[["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"}]],yM=ZC("Airplay",mM);var gM=Object.freeze({__proto__:null,__iconNode:mM,default:yM});const vM=[["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"}]],xM=ZC("AlarmClockCheck",vM);var bM=Object.freeze({__proto__:null,__iconNode:vM,default:xM});const wM=[["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"}]],kM=ZC("AlarmClockMinus",wM);var _M=Object.freeze({__proto__:null,__iconNode:wM,default:kM});const CM=[["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"}]],MM=ZC("AlarmClockOff",CM);var SM=Object.freeze({__proto__:null,__iconNode:CM,default:MM});const DM=[["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"}]],OM=ZC("AlarmClockPlus",DM);var PM=Object.freeze({__proto__:null,__iconNode:DM,default:OM});const EM=[["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"}]],jM=ZC("AlarmClock",EM);var TM=Object.freeze({__proto__:null,__iconNode:EM,default:jM});const NM=[["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"}]],RM=ZC("AlarmSmoke",NM);var FM=Object.freeze({__proto__:null,__iconNode:NM,default:RM});const IM=[["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"}]],zM=ZC("Album",IM);var AM=Object.freeze({__proto__:null,__iconNode:IM,default:zM});const LM=[["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"}]],BM=ZC("AlignCenterHorizontal",LM);var VM=Object.freeze({__proto__:null,__iconNode:LM,default:BM});const $M=[["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"}]],HM=ZC("AlignCenterVertical",$M);var qM=Object.freeze({__proto__:null,__iconNode:$M,default:HM});const WM=[["path",{d:"M17 12H7",key:"16if0g"}],["path",{d:"M19 18H5",key:"18s9l3"}],["path",{d:"M21 6H3",key:"1jwq7v"}]],UM=ZC("AlignCenter",WM);var GM=Object.freeze({__proto__:null,__iconNode:WM,default:UM});const KM=[["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"}]],YM=ZC("AlignEndVertical",KM);var ZM=Object.freeze({__proto__:null,__iconNode:KM,default:YM});const XM=[["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"}]],QM=ZC("AlignEndHorizontal",XM);var JM=Object.freeze({__proto__:null,__iconNode:XM,default:QM});const eS=[["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"}]],tS=ZC("AlignHorizontalDistributeCenter",eS);var rS=Object.freeze({__proto__:null,__iconNode:eS,default:tS});const oS=[["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"}]],nS=ZC("AlignHorizontalDistributeEnd",oS);var aS=Object.freeze({__proto__:null,__iconNode:oS,default:nS});const iS=[["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"}]],sS=ZC("AlignHorizontalDistributeStart",iS);var lS=Object.freeze({__proto__:null,__iconNode:iS,default:sS});const cS=[["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"}]],uS=ZC("AlignHorizontalJustifyCenter",cS);var dS=Object.freeze({__proto__:null,__iconNode:cS,default:uS});const pS=[["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"}]],hS=ZC("AlignHorizontalJustifyEnd",pS);var fS=Object.freeze({__proto__:null,__iconNode:pS,default:hS});const mS=[["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"}]],yS=ZC("AlignHorizontalJustifyStart",mS);var gS=Object.freeze({__proto__:null,__iconNode:mS,default:yS});const vS=[["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"}]],xS=ZC("AlignHorizontalSpaceAround",vS);var bS=Object.freeze({__proto__:null,__iconNode:vS,default:xS});const wS=[["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"}]],kS=ZC("AlignHorizontalSpaceBetween",wS);var _S=Object.freeze({__proto__:null,__iconNode:wS,default:kS});const CS=[["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 18h18",key:"1h113x"}],["path",{d:"M3 6h18",key:"d0wm0j"}]],MS=ZC("AlignJustify",CS);var SS=Object.freeze({__proto__:null,__iconNode:CS,default:MS});const DS=[["path",{d:"M15 12H3",key:"6jk70r"}],["path",{d:"M17 18H3",key:"1amg6g"}],["path",{d:"M21 6H3",key:"1jwq7v"}]],OS=ZC("AlignLeft",DS);var PS=Object.freeze({__proto__:null,__iconNode:DS,default:OS});const ES=[["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M21 18H7",key:"1ygte8"}],["path",{d:"M21 6H3",key:"1jwq7v"}]],jS=ZC("AlignRight",ES);var TS=Object.freeze({__proto__:null,__iconNode:ES,default:jS});const NS=[["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"}]],RS=ZC("AlignStartHorizontal",NS);var FS=Object.freeze({__proto__:null,__iconNode:NS,default:RS});const IS=[["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"}]],zS=ZC("AlignStartVertical",IS);var AS=Object.freeze({__proto__:null,__iconNode:IS,default:zS});const LS=[["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"}]],BS=ZC("AlignVerticalDistributeCenter",LS);var VS=Object.freeze({__proto__:null,__iconNode:LS,default:BS});const $S=[["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"}]],HS=ZC("AlignVerticalDistributeEnd",$S);var qS=Object.freeze({__proto__:null,__iconNode:$S,default:HS});const WS=[["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"}]],US=ZC("AlignVerticalDistributeStart",WS);var GS=Object.freeze({__proto__:null,__iconNode:WS,default:US});const KS=[["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"}]],YS=ZC("AlignVerticalJustifyCenter",KS);var ZS=Object.freeze({__proto__:null,__iconNode:KS,default:YS});const XS=[["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"}]],QS=ZC("AlignVerticalJustifyEnd",XS);var JS=Object.freeze({__proto__:null,__iconNode:XS,default:QS});const eD=[["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"}]],tD=ZC("AlignVerticalJustifyStart",eD);var rD=Object.freeze({__proto__:null,__iconNode:eD,default:tD});const oD=[["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"}]],nD=ZC("AlignVerticalSpaceAround",oD);var aD=Object.freeze({__proto__:null,__iconNode:oD,default:nD});const iD=[["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"}]],sD=ZC("AlignVerticalSpaceBetween",iD);var lD=Object.freeze({__proto__:null,__iconNode:iD,default:sD});const cD=[["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"}]],uD=ZC("Ambulance",cD);var dD=Object.freeze({__proto__:null,__iconNode:cD,default:uD});const pD=[["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"}]],hD=ZC("Ampersand",pD);var fD=Object.freeze({__proto__:null,__iconNode:pD,default:hD});const mD=[["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"}]],yD=ZC("Ampersands",mD);var gD=Object.freeze({__proto__:null,__iconNode:mD,default:yD});const vD=[["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"}]],xD=ZC("Amphora",vD);var bD=Object.freeze({__proto__:null,__iconNode:vD,default:xD});const wD=[["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"}]],kD=ZC("Anchor",wD);var _D=Object.freeze({__proto__:null,__iconNode:wD,default:kD});const CD=[["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"}]],MD=ZC("Angry",CD);var SD=Object.freeze({__proto__:null,__iconNode:CD,default:MD});const DD=[["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"}]],OD=ZC("Annoyed",DD);var PD=Object.freeze({__proto__:null,__iconNode:DD,default:OD});const ED=[["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"}]],jD=ZC("Antenna",ED);var TD=Object.freeze({__proto__:null,__iconNode:ED,default:jD});const ND=[["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"}]],RD=ZC("Anvil",ND);var FD=Object.freeze({__proto__:null,__iconNode:ND,default:RD});const ID=[["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"}]],zD=ZC("Aperture",ID);var AD=Object.freeze({__proto__:null,__iconNode:ID,default:zD});const LD=[["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"}]],BD=ZC("AppWindowMac",LD);var VD=Object.freeze({__proto__:null,__iconNode:LD,default:BD});const $D=[["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"}]],HD=ZC("AppWindow",$D);var qD=Object.freeze({__proto__:null,__iconNode:$D,default:HD});const WD=[["path",{d:"M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z",key:"3s7exb"}],["path",{d:"M10 2c1 .5 2 2 2 5",key:"fcco2y"}]],UD=ZC("Apple",WD);var GD=Object.freeze({__proto__:null,__iconNode:WD,default:UD});const KD=[["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"}]],YD=ZC("ArchiveRestore",KD);var ZD=Object.freeze({__proto__:null,__iconNode:KD,default:YD});const XD=[["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"}]],QD=ZC("ArchiveX",XD);var JD=Object.freeze({__proto__:null,__iconNode:XD,default:QD});const eO=[["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"}]],tO=ZC("Archive",eO);var rO=Object.freeze({__proto__:null,__iconNode:eO,default:tO});const oO=[["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"}]],nO=ZC("Armchair",oO);var aO=Object.freeze({__proto__:null,__iconNode:oO,default:nO});const iO=[["path",{d:"M15 5H9",key:"1tp3ed"}],["path",{d:"M15 9v3h4l-7 7-7-7h4V9z",key:"ncdc4b"}]],sO=ZC("ArrowBigDownDash",iO);var lO=Object.freeze({__proto__:null,__iconNode:iO,default:sO});const cO=[["path",{d:"M15 6v6h4l-7 7-7-7h4V6h6z",key:"1thax2"}]],uO=ZC("ArrowBigDown",cO);var dO=Object.freeze({__proto__:null,__iconNode:cO,default:uO});const pO=[["path",{d:"M19 15V9",key:"1hci5f"}],["path",{d:"M15 15h-3v4l-7-7 7-7v4h3v6z",key:"16tjna"}]],hO=ZC("ArrowBigLeftDash",pO);var fO=Object.freeze({__proto__:null,__iconNode:pO,default:hO});const mO=[["path",{d:"M18 15h-6v4l-7-7 7-7v4h6v6z",key:"lbrdak"}]],yO=ZC("ArrowBigLeft",mO);var gO=Object.freeze({__proto__:null,__iconNode:mO,default:yO});const vO=[["path",{d:"M5 9v6",key:"158jrl"}],["path",{d:"M9 9h3V5l7 7-7 7v-4H9V9z",key:"1sg2xn"}]],xO=ZC("ArrowBigRightDash",vO);var bO=Object.freeze({__proto__:null,__iconNode:vO,default:xO});const wO=[["path",{d:"M6 9h6V5l7 7-7 7v-4H6V9z",key:"7fvt9c"}]],kO=ZC("ArrowBigRight",wO);var _O=Object.freeze({__proto__:null,__iconNode:wO,default:kO});const CO=[["path",{d:"M9 19h6",key:"456am0"}],["path",{d:"M9 15v-3H5l7-7 7 7h-4v3H9z",key:"1r2uve"}]],MO=ZC("ArrowBigUpDash",CO);var SO=Object.freeze({__proto__:null,__iconNode:CO,default:MO});const DO=[["path",{d:"M9 18v-6H5l7-7 7 7h-4v6H9z",key:"1x06kx"}]],OO=ZC("ArrowBigUp",DO);var PO=Object.freeze({__proto__:null,__iconNode:DO,default:OO});const EO=[["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"}]],jO=ZC("ArrowDown01",EO);var TO=Object.freeze({__proto__:null,__iconNode:EO,default:jO});const NO=[["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"}]],RO=ZC("ArrowDown10",NO);var FO=Object.freeze({__proto__:null,__iconNode:NO,default:RO});const IO=[["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"}]],zO=ZC("ArrowDownAZ",IO);var AO=Object.freeze({__proto__:null,__iconNode:IO,default:zO});const LO=[["path",{d:"M19 3H5",key:"1236rx"}],["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m6 15 6 6 6-6",key:"h15q88"}]],BO=ZC("ArrowDownFromLine",LO);var VO=Object.freeze({__proto__:null,__iconNode:LO,default:BO});const $O=[["path",{d:"M17 7 7 17",key:"15tmo1"}],["path",{d:"M17 17H7V7",key:"1org7z"}]],HO=ZC("ArrowDownLeft",$O);var qO=Object.freeze({__proto__:null,__iconNode:$O,default:HO});const WO=[["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"}]],UO=ZC("ArrowDownNarrowWide",WO);var GO=Object.freeze({__proto__:null,__iconNode:WO,default:UO});const KO=[["path",{d:"m7 7 10 10",key:"1fmybs"}],["path",{d:"M17 7v10H7",key:"6fjiku"}]],YO=ZC("ArrowDownRight",KO);var ZO=Object.freeze({__proto__:null,__iconNode:KO,default:YO});const XO=[["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"}]],QO=ZC("ArrowDownToDot",XO);var JO=Object.freeze({__proto__:null,__iconNode:XO,default:QO});const eP=[["path",{d:"M12 17V3",key:"1cwfxf"}],["path",{d:"m6 11 6 6 6-6",key:"12ii2o"}],["path",{d:"M19 21H5",key:"150jfl"}]],tP=ZC("ArrowDownToLine",eP);var rP=Object.freeze({__proto__:null,__iconNode:eP,default:tP});const oP=[["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"}]],nP=ZC("ArrowDownUp",oP);var aP=Object.freeze({__proto__:null,__iconNode:oP,default:nP});const iP=[["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"}]],sP=ZC("ArrowDownWideNarrow",iP);var lP=Object.freeze({__proto__:null,__iconNode:iP,default:sP});const cP=[["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"}]],uP=ZC("ArrowDownZA",cP);var dP=Object.freeze({__proto__:null,__iconNode:cP,default:uP});const pP=[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]],hP=ZC("ArrowDown",pP);var fP=Object.freeze({__proto__:null,__iconNode:pP,default:hP});const mP=[["path",{d:"m9 6-6 6 6 6",key:"7v63n9"}],["path",{d:"M3 12h14",key:"13k4hi"}],["path",{d:"M21 19V5",key:"b4bplr"}]],yP=ZC("ArrowLeftFromLine",mP);var gP=Object.freeze({__proto__:null,__iconNode:mP,default:yP});const vP=[["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"}]],xP=ZC("ArrowLeftRight",vP);var bP=Object.freeze({__proto__:null,__iconNode:vP,default:xP});const wP=[["path",{d:"M3 19V5",key:"rwsyhb"}],["path",{d:"m13 6-6 6 6 6",key:"1yhaz7"}],["path",{d:"M7 12h14",key:"uoisry"}]],kP=ZC("ArrowLeftToLine",wP);var _P=Object.freeze({__proto__:null,__iconNode:wP,default:kP});const CP=[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]],MP=ZC("ArrowLeft",CP);var SP=Object.freeze({__proto__:null,__iconNode:CP,default:MP});const DP=[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M21 12H7",key:"13ipq5"}],["path",{d:"m15 18 6-6-6-6",key:"6tx3qv"}]],OP=ZC("ArrowRightFromLine",DP);var PP=Object.freeze({__proto__:null,__iconNode:DP,default:OP});const EP=[["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"}]],jP=ZC("ArrowRightLeft",EP);var TP=Object.freeze({__proto__:null,__iconNode:EP,default:jP});const NP=[["path",{d:"M17 12H3",key:"8awo09"}],["path",{d:"m11 18 6-6-6-6",key:"8c2y43"}],["path",{d:"M21 5v14",key:"nzette"}]],RP=ZC("ArrowRightToLine",NP);var FP=Object.freeze({__proto__:null,__iconNode:NP,default:RP});const IP=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]],zP=ZC("ArrowRight",IP);var AP=Object.freeze({__proto__:null,__iconNode:IP,default:zP});const LP=[["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"}]],BP=ZC("ArrowUp01",LP);var VP=Object.freeze({__proto__:null,__iconNode:LP,default:BP});const $P=[["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"}]],HP=ZC("ArrowUp10",$P);var qP=Object.freeze({__proto__:null,__iconNode:$P,default:HP});const WP=[["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"}]],UP=ZC("ArrowUpAZ",WP);var GP=Object.freeze({__proto__:null,__iconNode:WP,default:UP});const KP=[["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"}]],YP=ZC("ArrowUpDown",KP);var ZP=Object.freeze({__proto__:null,__iconNode:KP,default:YP});const XP=[["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"}]],QP=ZC("ArrowUpFromDot",XP);var JP=Object.freeze({__proto__:null,__iconNode:XP,default:QP});const eE=[["path",{d:"m18 9-6-6-6 6",key:"kcunyi"}],["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 21h14",key:"11awu3"}]],tE=ZC("ArrowUpFromLine",eE);var rE=Object.freeze({__proto__:null,__iconNode:eE,default:tE});const oE=[["path",{d:"M7 17V7h10",key:"11bw93"}],["path",{d:"M17 17 7 7",key:"2786uv"}]],nE=ZC("ArrowUpLeft",oE);var aE=Object.freeze({__proto__:null,__iconNode:oE,default:nE});const iE=[["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"}]],sE=ZC("ArrowUpNarrowWide",iE);var lE=Object.freeze({__proto__:null,__iconNode:iE,default:sE});const cE=[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]],uE=ZC("ArrowUpRight",cE);var dE=Object.freeze({__proto__:null,__iconNode:cE,default:uE});const pE=[["path",{d:"M5 3h14",key:"7usisc"}],["path",{d:"m18 13-6-6-6 6",key:"1kf1n9"}],["path",{d:"M12 7v14",key:"1akyts"}]],hE=ZC("ArrowUpToLine",pE);var fE=Object.freeze({__proto__:null,__iconNode:pE,default:hE});const mE=[["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"}]],yE=ZC("ArrowUpWideNarrow",mE);var gE=Object.freeze({__proto__:null,__iconNode:mE,default:yE});const vE=[["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"}]],xE=ZC("ArrowUpZA",vE);var bE=Object.freeze({__proto__:null,__iconNode:vE,default:xE});const wE=[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]],kE=ZC("ArrowUp",wE);var _E=Object.freeze({__proto__:null,__iconNode:wE,default:kE});const CE=[["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"}]],ME=ZC("ArrowsUpFromLine",CE);var SE=Object.freeze({__proto__:null,__iconNode:CE,default:ME});const DE=[["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"}]],OE=ZC("Asterisk",DE);var PE=Object.freeze({__proto__:null,__iconNode:DE,default:OE});const EE=[["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"}]],jE=ZC("AtSign",EE);var TE=Object.freeze({__proto__:null,__iconNode:EE,default:jE});const NE=[["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"}]],RE=ZC("Atom",NE);var FE=Object.freeze({__proto__:null,__iconNode:NE,default:RE});const IE=[["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"}]],zE=ZC("AudioLines",IE);var AE=Object.freeze({__proto__:null,__iconNode:IE,default:zE});const LE=[["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"}]],BE=ZC("AudioWaveform",LE);var VE=Object.freeze({__proto__:null,__iconNode:LE,default:BE});const $E=[["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"}]],HE=ZC("Award",$E);var qE=Object.freeze({__proto__:null,__iconNode:$E,default:HE});const WE=[["path",{d:"m14 12-8.5 8.5a2.12 2.12 0 1 1-3-3L11 9",key:"csbz4o"}],["path",{d:"M15 13 9 7l4-4 6 6h3a8 8 0 0 1-7 7z",key:"113wfo"}]],UE=ZC("Axe",WE);var GE=Object.freeze({__proto__:null,__iconNode:WE,default:UE});const KE=[["path",{d:"M4 4v16h16",key:"1s015l"}],["path",{d:"m4 20 7-7",key:"17qe9y"}]],YE=ZC("Axis3d",KE);var ZE=Object.freeze({__proto__:null,__iconNode:KE,default:YE});const XE=[["path",{d:"M9 12h.01",key:"157uk2"}],["path",{d:"M15 12h.01",key:"1k8ypt"}],["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5",key:"1u7htd"}],["path",{d:"M19 6.3a9 9 0 0 1 1.8 3.9 2 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:"5yv0yz"}]],QE=ZC("Baby",XE);var JE=Object.freeze({__proto__:null,__iconNode:XE,default:QE});const ej=[["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"}]],tj=ZC("Backpack",ej);var rj=Object.freeze({__proto__:null,__iconNode:ej,default:tj});const oj=[["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"}]],nj=ZC("BadgeAlert",oj);var aj=Object.freeze({__proto__:null,__iconNode:oj,default:nj});const ij=[["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"}]],sj=ZC("BadgeCent",ij);var lj=Object.freeze({__proto__:null,__iconNode:ij,default:sj});const cj=[["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"}]],uj=ZC("BadgeCheck",cj);var dj=Object.freeze({__proto__:null,__iconNode:cj,default:uj});const pj=[["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"}]],hj=ZC("BadgeDollarSign",pj);var fj=Object.freeze({__proto__:null,__iconNode:pj,default:hj});const mj=[["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"}]],yj=ZC("BadgeEuro",mj);var gj=Object.freeze({__proto__:null,__iconNode:mj,default:yj});const vj=[["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"}]],xj=ZC("BadgeHelp",vj);var bj=Object.freeze({__proto__:null,__iconNode:vj,default:xj});const wj=[["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"}]],kj=ZC("BadgeIndianRupee",wj);var _j=Object.freeze({__proto__:null,__iconNode:wj,default:kj});const Cj=[["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"}]],Mj=ZC("BadgeInfo",Cj);var Sj=Object.freeze({__proto__:null,__iconNode:Cj,default:Mj});const Dj=[["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"}]],Oj=ZC("BadgeJapaneseYen",Dj);var Pj=Object.freeze({__proto__:null,__iconNode:Dj,default:Oj});const Ej=[["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"}]],jj=ZC("BadgeMinus",Ej);var Tj=Object.freeze({__proto__:null,__iconNode:Ej,default:jj});const Nj=[["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"}]],Rj=ZC("BadgePercent",Nj);var Fj=Object.freeze({__proto__:null,__iconNode:Nj,default:Rj});const Ij=[["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"}]],zj=ZC("BadgePlus",Ij);var Aj=Object.freeze({__proto__:null,__iconNode:Ij,default:zj});const Lj=[["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"}]],Bj=ZC("BadgePoundSterling",Lj);var Vj=Object.freeze({__proto__:null,__iconNode:Lj,default:Bj});const $j=[["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"}]],Hj=ZC("BadgeRussianRuble",$j);var qj=Object.freeze({__proto__:null,__iconNode:$j,default:Hj});const Wj=[["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"}]],Uj=ZC("BadgeSwissFranc",Wj);var Gj=Object.freeze({__proto__:null,__iconNode:Wj,default:Uj});const Kj=[["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"}]],Yj=ZC("BadgeX",Kj);var Zj=Object.freeze({__proto__:null,__iconNode:Kj,default:Yj});const Xj=[["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"}]],Qj=ZC("Badge",Xj);var Jj=Object.freeze({__proto__:null,__iconNode:Xj,default:Qj});const eT=[["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"}]],tT=ZC("BaggageClaim",eT);var rT=Object.freeze({__proto__:null,__iconNode:eT,default:tT});const oT=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.9 4.9 14.2 14.2",key:"1m5liu"}]],nT=ZC("Ban",oT);var aT=Object.freeze({__proto__:null,__iconNode:oT,default:nT});const iT=[["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"}]],sT=ZC("Banana",iT);var lT=Object.freeze({__proto__:null,__iconNode:iT,default:sT});const cT=[["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"}]],uT=ZC("Bandage",cT);var dT=Object.freeze({__proto__:null,__iconNode:cT,default:uT});const pT=[["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"}]],hT=ZC("Banknote",pT);var fT=Object.freeze({__proto__:null,__iconNode:pT,default:hT});const mT=[["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"}]],yT=ZC("Barcode",mT);var gT=Object.freeze({__proto__:null,__iconNode:mT,default:yT});const vT=[["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"}]],xT=ZC("Bath",vT);var bT=Object.freeze({__proto__:null,__iconNode:vT,default:xT});const wT=[["path",{d:"M4 20h16",key:"14thso"}],["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}]],kT=ZC("Baseline",wT);var _T=Object.freeze({__proto__:null,__iconNode:wT,default:kT});const CT=[["path",{d:"M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2",key:"1sdynx"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1",key:"1gkd3k"}],["path",{d:"m11 7-3 5h4l-3 5",key:"b4a64w"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}]],MT=ZC("BatteryCharging",CT);var ST=Object.freeze({__proto__:null,__iconNode:CT,default:MT});const DT=[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13",key:"haxvl5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"13",key:"c6fn6x"}]],OT=ZC("BatteryFull",DT);var PT=Object.freeze({__proto__:null,__iconNode:DT,default:OT});const ET=[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}]],jT=ZC("BatteryLow",ET);var TT=Object.freeze({__proto__:null,__iconNode:ET,default:jT});const NT=[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13",key:"haxvl5"}]],RT=ZC("BatteryMedium",NT);var FT=Object.freeze({__proto__:null,__iconNode:NT,default:RT});const IT=[["path",{d:"M10 9v6",key:"17i7lo"}],["path",{d:"M13.5 7H16a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2.5",key:"jzl4pj"}],["path",{d:"M22 11v2",key:"1wo06k"}],["path",{d:"M6.5 17H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2.5",key:"1ar5vp"}],["path",{d:"M7 12h6",key:"iekk3h"}]],zT=ZC("BatteryPlus",IT);var AT=Object.freeze({__proto__:null,__iconNode:IT,default:zT});const LT=[["path",{d:"M10 17h.01",key:"nbq80n"}],["path",{d:"M10 7v6",key:"nne03l"}],["path",{d:"M14 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2",key:"1x5o8m"}],["path",{d:"M22 11v2",key:"1wo06k"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2",key:"1mdjgh"}]],BT=ZC("BatteryWarning",LT);var VT=Object.freeze({__proto__:null,__iconNode:LT,default:BT});const $T=[["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"}]],HT=ZC("Beaker",$T);var qT=Object.freeze({__proto__:null,__iconNode:$T,default:HT});const WT=[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}]],UT=ZC("Battery",WT);var GT=Object.freeze({__proto__:null,__iconNode:WT,default:UT});const KT=[["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"}]],YT=ZC("BeanOff",KT);var ZT=Object.freeze({__proto__:null,__iconNode:KT,default:YT});const XT=[["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"}]],QT=ZC("Bean",XT);var JT=Object.freeze({__proto__:null,__iconNode:XT,default:QT});const eN=[["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"}]],tN=ZC("BedDouble",eN);var rN=Object.freeze({__proto__:null,__iconNode:eN,default:tN});const oN=[["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"}]],nN=ZC("BedSingle",oN);var aN=Object.freeze({__proto__:null,__iconNode:oN,default:nN});const iN=[["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"}]],sN=ZC("Bed",iN);var lN=Object.freeze({__proto__:null,__iconNode:iN,default:sN});const cN=[["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"}]],uN=ZC("Beef",cN);var dN=Object.freeze({__proto__:null,__iconNode:cN,default:uN});const pN=[["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"}]],hN=ZC("BeerOff",pN);var fN=Object.freeze({__proto__:null,__iconNode:pN,default:hN});const mN=[["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"}]],yN=ZC("Beer",mN);var gN=Object.freeze({__proto__:null,__iconNode:mN,default:yN});const vN=[["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"}]],xN=ZC("BellDot",vN);var bN=Object.freeze({__proto__:null,__iconNode:vN,default:xN});const wN=[["path",{d:"M18.8 4A6.3 8.7 0 0 1 20 9",key:"xve1fh"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["rect",{width:"10",height:"6",x:"4",y:"16",rx:"2",key:"17f3te"}],["path",{d:"M14 19c3 0 4.6-1.6 4.6-1.6",key:"n7odp6"}],["circle",{cx:"20",cy:"16",r:"2",key:"1v9bxh"}]],kN=ZC("BellElectric",wN);var _N=Object.freeze({__proto__:null,__iconNode:wN,default:kN});const CN=[["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"}]],MN=ZC("BellMinus",CN);var SN=Object.freeze({__proto__:null,__iconNode:CN,default:MN});const DN=[["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"}]],ON=ZC("BellOff",DN);var PN=Object.freeze({__proto__:null,__iconNode:DN,default:ON});const EN=[["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"}]],jN=ZC("BellPlus",EN);var TN=Object.freeze({__proto__:null,__iconNode:EN,default:jN});const NN=[["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"}]],RN=ZC("BellRing",NN);var FN=Object.freeze({__proto__:null,__iconNode:NN,default:RN});const IN=[["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"}]],zN=ZC("Bell",IN);var AN=Object.freeze({__proto__:null,__iconNode:IN,default:zN});const LN=[["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"}]],BN=ZC("BetweenHorizontalEnd",LN);var VN=Object.freeze({__proto__:null,__iconNode:LN,default:BN});const $N=[["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"}]],HN=ZC("BetweenHorizontalStart",$N);var qN=Object.freeze({__proto__:null,__iconNode:$N,default:HN});const WN=[["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"}]],UN=ZC("BetweenVerticalEnd",WN);var GN=Object.freeze({__proto__:null,__iconNode:WN,default:UN});const KN=[["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"}]],YN=ZC("BetweenVerticalStart",KN);var ZN=Object.freeze({__proto__:null,__iconNode:KN,default:YN});const XN=[["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"}]],QN=ZC("BicepsFlexed",XN);var JN=Object.freeze({__proto__:null,__iconNode:XN,default:QN});const eR=[["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"}]],tR=ZC("Bike",eR);var rR=Object.freeze({__proto__:null,__iconNode:eR,default:tR});const oR=[["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"}]],nR=ZC("Binary",oR);var aR=Object.freeze({__proto__:null,__iconNode:oR,default:nR});const iR=[["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"}]],sR=ZC("Binoculars",iR);var lR=Object.freeze({__proto__:null,__iconNode:iR,default:sR});const cR=[["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"}]],uR=ZC("Biohazard",cR);var dR=Object.freeze({__proto__:null,__iconNode:cR,default:uR});const pR=[["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"}]],hR=ZC("Bird",pR);var fR=Object.freeze({__proto__:null,__iconNode:pR,default:hR});const mR=[["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"}]],yR=ZC("Bitcoin",mR);var gR=Object.freeze({__proto__:null,__iconNode:mR,default:yR});const vR=[["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["circle",{cx:"15",cy:"15",r:"7",key:"19ennj"}]],xR=ZC("Blend",vR);var bR=Object.freeze({__proto__:null,__iconNode:vR,default:xR});const wR=[["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"}]],kR=ZC("Blinds",wR);var _R=Object.freeze({__proto__:null,__iconNode:wR,default:kR});const CR=[["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["path",{d:"M10 21V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H3",key:"1fpvtg"}]],MR=ZC("Blocks",CR);var SR=Object.freeze({__proto__:null,__iconNode:CR,default:MR});const DR=[["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"}]],OR=ZC("BluetoothConnected",DR);var PR=Object.freeze({__proto__:null,__iconNode:DR,default:OR});const ER=[["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"}]],jR=ZC("BluetoothOff",ER);var TR=Object.freeze({__proto__:null,__iconNode:ER,default:jR});const NR=[["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"}]],RR=ZC("BluetoothSearching",NR);var FR=Object.freeze({__proto__:null,__iconNode:NR,default:RR});const IR=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}]],zR=ZC("Bluetooth",IR);var AR=Object.freeze({__proto__:null,__iconNode:IR,default:zR});const LR=[["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"}]],BR=ZC("Bold",LR);var VR=Object.freeze({__proto__:null,__iconNode:LR,default:BR});const $R=[["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"}]],HR=ZC("Bolt",$R);var qR=Object.freeze({__proto__:null,__iconNode:$R,default:HR});const WR=[["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"}]],UR=ZC("Bomb",WR);var GR=Object.freeze({__proto__:null,__iconNode:WR,default:UR});const KR=[["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"}]],YR=ZC("Bone",KR);var ZR=Object.freeze({__proto__:null,__iconNode:KR,default:YR});const XR=[["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"}]],QR=ZC("BookA",XR);var JR=Object.freeze({__proto__:null,__iconNode:XR,default:QR});const eF=[["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"}]],tF=ZC("BookAudio",eF);var rF=Object.freeze({__proto__:null,__iconNode:eF,default:tF});const oF=[["path",{d:"M2 16V4a2 2 0 0 1 2-2h11",key:"spzkk5"}],["path",{d:"M22 18H11a2 2 0 1 0 0 4h10.5a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5H11a2 2 0 0 0-2 2v12",key:"1wz07i"}],["path",{d:"M5 14H4a2 2 0 1 0 0 4h1",key:"16gqf9"}]],nF=ZC("BookCopy",oF);var aF=Object.freeze({__proto__:null,__iconNode:oF,default:nF});const iF=[["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"}]],sF=ZC("BookCheck",iF);var lF=Object.freeze({__proto__:null,__iconNode:iF,default:sF});const cF=[["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"}]],uF=ZC("BookDashed",cF);var dF=Object.freeze({__proto__:null,__iconNode:cF,default:uF});const pF=[["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"}]],hF=ZC("BookDown",pF);var fF=Object.freeze({__proto__:null,__iconNode:pF,default:hF});const mF=[["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"}]],yF=ZC("BookHeadphones",mF);var gF=Object.freeze({__proto__:null,__iconNode:mF,default:yF});const vF=[["path",{d:"M16 8.2A2.22 2.22 0 0 0 13.8 6c-.8 0-1.4.3-1.8.9-.4-.6-1-.9-1.8-.9A2.22 2.22 0 0 0 8 8.2c0 .6.3 1.2.7 1.6A226.652 226.652 0 0 0 12 13a404 404 0 0 0 3.3-3.1 2.413 2.413 0 0 0 .7-1.7",key:"1t75a8"}],["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"}]],xF=ZC("BookHeart",vF);var bF=Object.freeze({__proto__:null,__iconNode:vF,default:xF});const wF=[["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"}]],kF=ZC("BookImage",wF);var _F=Object.freeze({__proto__:null,__iconNode:wF,default:kF});const CF=[["path",{d:"m19 3 1 1",key:"ze14oc"}],["path",{d:"m20 2-4.5 4.5",key:"1sppr8"}],["path",{d:"M20 8v13a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"1ocbpn"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H14",key:"1gfsgw"}],["circle",{cx:"14",cy:"8",r:"2",key:"u49eql"}]],MF=ZC("BookKey",CF);var SF=Object.freeze({__proto__:null,__iconNode:CF,default:MF});const DF=[["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"}]],OF=ZC("BookLock",DF);var PF=Object.freeze({__proto__:null,__iconNode:DF,default:OF});const EF=[["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"}]],jF=ZC("BookMarked",EF);var TF=Object.freeze({__proto__:null,__iconNode:EF,default:jF});const NF=[["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"}]],RF=ZC("BookMinus",NF);var FF=Object.freeze({__proto__:null,__iconNode:NF,default:RF});const IF=[["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"}]],zF=ZC("BookOpenCheck",IF);var AF=Object.freeze({__proto__:null,__iconNode:IF,default:zF});const LF=[["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"}]],BF=ZC("BookOpenText",LF);var VF=Object.freeze({__proto__:null,__iconNode:LF,default:BF});const $F=[["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"}]],HF=ZC("BookOpen",$F);var qF=Object.freeze({__proto__:null,__iconNode:$F,default:HF});const WF=[["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"}]],UF=ZC("BookPlus",WF);var GF=Object.freeze({__proto__:null,__iconNode:WF,default:UF});const KF=[["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"}]],YF=ZC("BookText",KF);var ZF=Object.freeze({__proto__:null,__iconNode:KF,default:YF});const XF=[["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"}]],QF=ZC("BookType",XF);var JF=Object.freeze({__proto__:null,__iconNode:XF,default:QF});const eI=[["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"}]],tI=ZC("BookUp2",eI);var rI=Object.freeze({__proto__:null,__iconNode:eI,default:tI});const oI=[["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"}]],nI=ZC("BookUp",oI);var aI=Object.freeze({__proto__:null,__iconNode:oI,default:nI});const iI=[["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"}]],sI=ZC("BookUser",iI);var lI=Object.freeze({__proto__:null,__iconNode:iI,default:sI});const cI=[["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"}]],uI=ZC("BookX",cI);var dI=Object.freeze({__proto__:null,__iconNode:cI,default:uI});const pI=[["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"}]],hI=ZC("Book",pI);var fI=Object.freeze({__proto__:null,__iconNode:pI,default:hI});const mI=[["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"}]],yI=ZC("BookmarkCheck",mI);var gI=Object.freeze({__proto__:null,__iconNode:mI,default:yI});const vI=[["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"}]],xI=ZC("BookmarkMinus",vI);var bI=Object.freeze({__proto__:null,__iconNode:vI,default:xI});const wI=[["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"}]],kI=ZC("BookmarkPlus",wI);var _I=Object.freeze({__proto__:null,__iconNode:wI,default:kI});const CI=[["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"}]],MI=ZC("BookmarkX",CI);var SI=Object.freeze({__proto__:null,__iconNode:CI,default:MI});const DI=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}]],OI=ZC("Bookmark",DI);var PI=Object.freeze({__proto__:null,__iconNode:DI,default:OI});const EI=[["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"}]],jI=ZC("BoomBox",EI);var TI=Object.freeze({__proto__:null,__iconNode:EI,default:jI});const NI=[["path",{d:"M12 6V2H8",key:"1155em"}],["path",{d:"m8 18-4 4V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Z",key:"w2lp3e"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M9 11v2",key:"1ueba0"}],["path",{d:"M15 11v2",key:"i11awn"}],["path",{d:"M20 12h2",key:"1q8mjw"}]],RI=ZC("BotMessageSquare",NI);var FI=Object.freeze({__proto__:null,__iconNode:NI,default:RI});const II=[["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"}]],zI=ZC("BotOff",II);var AI=Object.freeze({__proto__:null,__iconNode:II,default:zI});const LI=[["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"}]],BI=ZC("Bot",LI);var VI=Object.freeze({__proto__:null,__iconNode:LI,default:BI});const $I=[["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"}]],HI=ZC("Box",$I);var qI=Object.freeze({__proto__:null,__iconNode:$I,default:HI});const WI=[["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"}]],UI=ZC("Boxes",WI);var GI=Object.freeze({__proto__:null,__iconNode:WI,default:UI});const KI=[["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"}]],YI=ZC("Braces",KI);var ZI=Object.freeze({__proto__:null,__iconNode:KI,default:YI});const XI=[["path",{d:"M16 3h3v18h-3",key:"1yor1f"}],["path",{d:"M8 21H5V3h3",key:"1qrfwo"}]],QI=ZC("Brackets",XI);var JI=Object.freeze({__proto__:null,__iconNode:XI,default:QI});const ez=[["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"}]],tz=ZC("BrainCircuit",ez);var rz=Object.freeze({__proto__:null,__iconNode:ez,default:tz});const oz=[["path",{d:"M12 5a3 3 0 1 0-5.997.142 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588 4 4 0 0 0 7.636 2.106 3.2 3.2 0 0 0 .164-.546c.028-.13.306-.13.335 0a3.2 3.2 0 0 0 .163.546 4 4 0 0 0 7.636-2.106 4 4 0 0 0 .556-6.588 4 4 0 0 0-2.526-5.77A3 3 0 1 0 12 5",key:"1kgmhc"}],["path",{d:"M17.599 6.5a3 3 0 0 0 .399-1.375",key:"tmeiqw"}],["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:"M19.938 10.5a4 4 0 0 1 .585.396",key:"1qfode"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M19.967 17.484A4 4 0 0 1 18 18",key:"159ez6"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m15.7 10.4-.9.4",key:"ayzo6p"}],["path",{d:"m9.2 13.2-.9.4",key:"1uzb3g"}],["path",{d:"m13.6 15.7-.4-.9",key:"11ifqf"}],["path",{d:"m10.8 9.2-.4-.9",key:"1pmk2v"}],["path",{d:"m15.7 13.5-.9-.4",key:"7ng02m"}],["path",{d:"m9.2 10.9-.9-.4",key:"1x66zd"}],["path",{d:"m10.5 15.7.4-.9",key:"3js94g"}],["path",{d:"m13.1 9.2.4-.9",key:"18n7mc"}]],nz=ZC("BrainCog",oz);var az=Object.freeze({__proto__:null,__iconNode:oz,default:nz});const iz=[["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:"M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z",key:"ep3f8r"}],["path",{d:"M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4",key:"1p4c4q"}],["path",{d:"M17.599 6.5a3 3 0 0 0 .399-1.375",key:"tmeiqw"}],["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:"M19.938 10.5a4 4 0 0 1 .585.396",key:"1qfode"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M19.967 17.484A4 4 0 0 1 18 18",key:"159ez6"}]],sz=ZC("Brain",iz);var lz=Object.freeze({__proto__:null,__iconNode:iz,default:sz});const cz=[["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"}]],uz=ZC("BrickWall",cz);var dz=Object.freeze({__proto__:null,__iconNode:cz,default:uz});const pz=[["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"}]],hz=ZC("BriefcaseBusiness",pz);var fz=Object.freeze({__proto__:null,__iconNode:pz,default:hz});const mz=[["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"}]],yz=ZC("BriefcaseConveyorBelt",mz);var gz=Object.freeze({__proto__:null,__iconNode:mz,default:yz});const vz=[["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"}]],xz=ZC("Briefcase",vz);var bz=Object.freeze({__proto__:null,__iconNode:vz,default:xz});const wz=[["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"}]],kz=ZC("BriefcaseMedical",wz);var _z=Object.freeze({__proto__:null,__iconNode:wz,default:kz});const Cz=[["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"}]],Mz=ZC("BringToFront",Cz);var Sz=Object.freeze({__proto__:null,__iconNode:Cz,default:Mz});const Dz=[["path",{d:"m9.06 11.9 8.07-8.06a2.85 2.85 0 1 1 4.03 4.03l-8.06 8.08",key:"1styjt"}],["path",{d:"M7.07 14.94c-1.66 0-3 1.35-3 3.02 0 1.33-2.5 1.52-2 2.02 1.08 1.1 2.49 2.02 4 2.02 2.2 0 4-1.8 4-4.04a3.01 3.01 0 0 0-3-3.02z",key:"z0l1mu"}]],Oz=ZC("Brush",Dz);var Pz=Object.freeze({__proto__:null,__iconNode:Dz,default:Oz});const Ez=[["path",{d:"M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2",key:"vl8zik"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M22 13h-4v-2a4 4 0 0 0-4-4h-1.3",key:"1ou0bd"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13",key:"1njkjs"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}]],jz=ZC("BugOff",Ez);var Tz=Object.freeze({__proto__:null,__iconNode:Ez,default:jz});const Nz=[["path",{d:"M12.765 21.522a.5.5 0 0 1-.765-.424v-8.196a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z",key:"17shqo"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M18 11a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4v3a6.1 6.1 0 0 0 2 4.5",key:"1tjixy"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5",key:"32zzws"}],["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1",key:"d7y7pr"}]],Rz=ZC("BugPlay",Nz);var Fz=Object.freeze({__proto__:null,__iconNode:Nz,default:Rz});const Iz=[["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1",key:"d7y7pr"}],["path",{d:"M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6",key:"xs1cw7"}],["path",{d:"M12 20v-9",key:"1qisl0"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5",key:"32zzws"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"M22 13h-4",key:"1jl80f"}],["path",{d:"M17.2 17c2.1.1 3.8 1.9 3.8 4",key:"k3fwyw"}]],zz=ZC("Bug",Iz);var Az=Object.freeze({__proto__:null,__iconNode:Iz,default:zz});const Lz=[["path",{d:"M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z",key:"1b4qmf"}],["path",{d:"M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2",key:"i71pzd"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2",key:"10jefs"}],["path",{d:"M10 6h4",key:"1itunk"}],["path",{d:"M10 10h4",key:"tcdvrf"}],["path",{d:"M10 14h4",key:"kelpxr"}],["path",{d:"M10 18h4",key:"1ulq68"}]],Bz=ZC("Building2",Lz);var Vz=Object.freeze({__proto__:null,__iconNode:Lz,default:Bz});const $z=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2",key:"76otgf"}],["path",{d:"M9 22v-4h6v4",key:"r93iot"}],["path",{d:"M8 6h.01",key:"1dz90k"}],["path",{d:"M16 6h.01",key:"1x0f13"}],["path",{d:"M12 6h.01",key:"1vi96p"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M8 14h.01",key:"6423bh"}]],Hz=ZC("Building",$z);var qz=Object.freeze({__proto__:null,__iconNode:$z,default:Hz});const Wz=[["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"}]],Uz=ZC("BusFront",Wz);var Gz=Object.freeze({__proto__:null,__iconNode:Wz,default:Uz});const Kz=[["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"}]],Yz=ZC("Bus",Kz);var Zz=Object.freeze({__proto__:null,__iconNode:Kz,default:Yz});const Xz=[["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"}]],Qz=ZC("CableCar",Xz);var Jz=Object.freeze({__proto__:null,__iconNode:Xz,default:Qz});const eA=[["path",{d:"M17 21v-2a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1",key:"10bnsj"}],["path",{d:"M19 15V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V9",key:"1eqmu1"}],["path",{d:"M21 21v-2h-4",key:"14zm7j"}],["path",{d:"M3 5h4V3",key:"z442eg"}],["path",{d:"M7 5a1 1 0 0 1 1 1v1a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1V3",key:"ebdjd7"}]],tA=ZC("Cable",eA);var rA=Object.freeze({__proto__:null,__iconNode:eA,default:tA});const oA=[["circle",{cx:"9",cy:"7",r:"2",key:"1305pl"}],["path",{d:"M7.2 7.9 3 11v9c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-9c0-2-3-6-7-8l-3.6 2.6",key:"xle13f"}],["path",{d:"M16 13H3",key:"1wpj08"}],["path",{d:"M16 17H3",key:"3lvfcd"}]],nA=ZC("CakeSlice",oA);var aA=Object.freeze({__proto__:null,__iconNode:oA,default:nA});const iA=[["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"}]],sA=ZC("Cake",iA);var lA=Object.freeze({__proto__:null,__iconNode:iA,default:sA});const cA=[["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"}]],uA=ZC("Calculator",cA);var dA=Object.freeze({__proto__:null,__iconNode:cA,default:uA});const pA=[["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"}]],hA=ZC("Calendar1",pA);var fA=Object.freeze({__proto__:null,__iconNode:pA,default:hA});const mA=[["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"}]],yA=ZC("CalendarArrowDown",mA);var gA=Object.freeze({__proto__:null,__iconNode:mA,default:yA});const vA=[["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"}]],xA=ZC("CalendarArrowUp",vA);var bA=Object.freeze({__proto__:null,__iconNode:vA,default:xA});const wA=[["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"}]],kA=ZC("CalendarCheck2",wA);var _A=Object.freeze({__proto__:null,__iconNode:wA,default:kA});const CA=[["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"}]],MA=ZC("CalendarCheck",CA);var SA=Object.freeze({__proto__:null,__iconNode:CA,default:MA});const DA=[["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:"M16 2v4",key:"4m81vk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M3 10h5",key:"r794hk"}],["path",{d:"M17.5 17.5 16 16.3V14",key:"akvzfd"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}]],OA=ZC("CalendarClock",DA);var PA=Object.freeze({__proto__:null,__iconNode:DA,default:OA});const EA=[["path",{d:"m15.2 16.9-.9-.4",key:"1r0w5f"}],["path",{d:"m15.2 19.1-.9.4",key:"j188fs"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"m16.9 15.2-.4-.9",key:"699xu"}],["path",{d:"m16.9 20.8-.4.9",key:"dfjc4z"}],["path",{d:"m19.5 14.3-.4.9",key:"1eb35c"}],["path",{d:"m19.5 21.7-.4-.9",key:"1tonu5"}],["path",{d:"M21 10.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"11kmuh"}],["path",{d:"m21.7 16.5-.9.4",key:"1knoei"}],["path",{d:"m21.7 19.5-.9-.4",key:"q4dx6b"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],jA=ZC("CalendarCog",EA);var TA=Object.freeze({__proto__:null,__iconNode:EA,default:jA});const NA=[["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"}]],RA=ZC("CalendarDays",NA);var FA=Object.freeze({__proto__:null,__iconNode:NA,default:RA});const IA=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 17V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11Z",key:"kg77oy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M15 22v-4a2 2 0 0 1 2-2h4",key:"1gnbqr"}]],zA=ZC("CalendarFold",IA);var AA=Object.freeze({__proto__:null,__iconNode:IA,default:zA});const LA=[["path",{d:"M3 10h18V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7",key:"136lmk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21.29 14.7a2.43 2.43 0 0 0-2.65-.52c-.3.12-.57.3-.8.53l-.34.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L17.5 22l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",key:"1t7hil"}]],BA=ZC("CalendarHeart",LA);var VA=Object.freeze({__proto__:null,__iconNode:LA,default:BA});const $A=[["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"}]],HA=ZC("CalendarMinus2",$A);var qA=Object.freeze({__proto__:null,__iconNode:$A,default:HA});const WA=[["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"}]],UA=ZC("CalendarMinus",WA);var GA=Object.freeze({__proto__:null,__iconNode:WA,default:UA});const KA=[["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"}]],YA=ZC("CalendarOff",KA);var ZA=Object.freeze({__proto__:null,__iconNode:KA,default:YA});const XA=[["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"}]],QA=ZC("CalendarPlus2",XA);var JA=Object.freeze({__proto__:null,__iconNode:XA,default:QA});const eL=[["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:"M16 19h6",key:"xwg31i"}],["path",{d:"M19 16v6",key:"tddt3s"}]],tL=ZC("CalendarPlus",eL);var rL=Object.freeze({__proto__:null,__iconNode:eL,default:tL});const oL=[["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"}]],nL=ZC("CalendarRange",oL);var aL=Object.freeze({__proto__:null,__iconNode:oL,default:nL});const iL=[["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"}]],sL=ZC("CalendarSearch",iL);var lL=Object.freeze({__proto__:null,__iconNode:iL,default:sL});const cL=[["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"}]],uL=ZC("CalendarSync",cL);var dL=Object.freeze({__proto__:null,__iconNode:cL,default:uL});const pL=[["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"}]],hL=ZC("CalendarX2",pL);var fL=Object.freeze({__proto__:null,__iconNode:pL,default:hL});const mL=[["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"}]],yL=ZC("CalendarX",mL);var gL=Object.freeze({__proto__:null,__iconNode:mL,default:yL});const vL=[["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"}]],xL=ZC("Calendar",vL);var bL=Object.freeze({__proto__:null,__iconNode:vL,default:xL});const wL=[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16",key:"qmtpty"}],["path",{d:"M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5",key:"1ufyfc"}],["path",{d:"M14.121 15.121A3 3 0 1 1 9.88 10.88",key:"11zox6"}]],kL=ZC("CameraOff",wL);var _L=Object.freeze({__proto__:null,__iconNode:wL,default:kL});const CL=[["path",{d:"M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z",key:"1tc9qg"}],["circle",{cx:"12",cy:"13",r:"3",key:"1vg3eu"}]],ML=ZC("Camera",CL);var SL=Object.freeze({__proto__:null,__iconNode:CL,default:ML});const DL=[["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"}]],OL=ZC("CandyCane",DL);var PL=Object.freeze({__proto__:null,__iconNode:DL,default:OL});const EL=[["path",{d:"m8.5 8.5-1 1a4.95 4.95 0 0 0 7 7l1-1",key:"1ff4ui"}],["path",{d:"M11.843 6.187A4.947 4.947 0 0 1 16.5 7.5a4.947 4.947 0 0 1 1.313 4.657",key:"1sbrv4"}],["path",{d:"M14 16.5V14",key:"1maf8j"}],["path",{d:"M14 6.5v1.843",key:"1a6u6t"}],["path",{d:"M10 10v7.5",key:"80pj65"}],["path",{d:"m16 7 1-5 1.367.683A3 3 0 0 0 19.708 3H21v1.292a3 3 0 0 0 .317 1.341L22 7l-5 1",key:"11a9mt"}],["path",{d:"m8 17-1 5-1.367-.683A3 3 0 0 0 4.292 21H3v-1.292a3 3 0 0 0-.317-1.341L2 17l5-1",key:"3mjmon"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],jL=ZC("CandyOff",EL);var TL=Object.freeze({__proto__:null,__iconNode:EL,default:jL});const NL=[["path",{d:"m9.5 7.5-2 2a4.95 4.95 0 1 0 7 7l2-2a4.95 4.95 0 1 0-7-7Z",key:"ue6khb"}],["path",{d:"M14 6.5v10",key:"5xnk7c"}],["path",{d:"M10 7.5v10",key:"1uew51"}],["path",{d:"m16 7 1-5 1.37.68A3 3 0 0 0 19.7 3H21v1.3c0 .46.1.92.32 1.33L22 7l-5 1",key:"b9cp6k"}],["path",{d:"m8 17-1 5-1.37-.68A3 3 0 0 0 4.3 21H3v-1.3a3 3 0 0 0-.32-1.33L2 17l5-1",key:"5lney8"}]],RL=ZC("Candy",NL);var FL=Object.freeze({__proto__:null,__iconNode:NL,default:RL});const IL=[["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"}]],zL=ZC("Cannabis",IL);var AL=Object.freeze({__proto__:null,__iconNode:IL,default:zL});const LL=[["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"}]],BL=ZC("CaptionsOff",LL);var VL=Object.freeze({__proto__:null,__iconNode:LL,default:BL});const $L=[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2",key:"12ruh7"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4",key:"1ueiar"}]],HL=ZC("Captions",$L);var qL=Object.freeze({__proto__:null,__iconNode:$L,default:HL});const WL=[["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"}]],UL=ZC("CarFront",WL);var GL=Object.freeze({__proto__:null,__iconNode:WL,default:UL});const KL=[["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"}]],YL=ZC("Car",KL);var ZL=Object.freeze({__proto__:null,__iconNode:KL,default:YL});const XL=[["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"}]],QL=ZC("CarTaxiFront",XL);var JL=Object.freeze({__proto__:null,__iconNode:XL,default:QL});const eB=[["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"}]],tB=ZC("Caravan",eB);var rB=Object.freeze({__proto__:null,__iconNode:eB,default:tB});const oB=[["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"}]],nB=ZC("Carrot",oB);var aB=Object.freeze({__proto__:null,__iconNode:oB,default:nB});const iB=[["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"}]],sB=ZC("CaseLower",iB);var lB=Object.freeze({__proto__:null,__iconNode:iB,default:sB});const cB=[["path",{d:"m3 15 4-8 4 8",key:"1vwr6u"}],["path",{d:"M4 13h6",key:"1r9ots"}],["circle",{cx:"18",cy:"12",r:"3",key:"1kchzo"}],["path",{d:"M21 9v6",key:"anns31"}]],uB=ZC("CaseSensitive",cB);var dB=Object.freeze({__proto__:null,__iconNode:cB,default:uB});const pB=[["path",{d:"m3 15 4-8 4 8",key:"1vwr6u"}],["path",{d:"M4 13h6",key:"1r9ots"}],["path",{d:"M15 11h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4",key:"1sqfas"}]],hB=ZC("CaseUpper",pB);var fB=Object.freeze({__proto__:null,__iconNode:pB,default:hB});const mB=[["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"}]],yB=ZC("CassetteTape",mB);var gB=Object.freeze({__proto__:null,__iconNode:mB,default:yB});const vB=[["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"}]],xB=ZC("Cast",vB);var bB=Object.freeze({__proto__:null,__iconNode:vB,default:xB});const wB=[["path",{d:"M22 20v-9H2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2Z",key:"109fe4"}],["path",{d:"M18 11V4H6v7",key:"mon5oj"}],["path",{d:"M15 22v-4a3 3 0 0 0-3-3a3 3 0 0 0-3 3v4",key:"1k4jtn"}],["path",{d:"M22 11V9",key:"3zbp94"}],["path",{d:"M2 11V9",key:"1x5rnq"}],["path",{d:"M6 4V2",key:"1rsq15"}],["path",{d:"M18 4V2",key:"1jsdo1"}],["path",{d:"M10 4V2",key:"75d9ly"}],["path",{d:"M14 4V2",key:"8nj3z6"}]],kB=ZC("Castle",wB);var _B=Object.freeze({__proto__:null,__iconNode:wB,default:kB});const CB=[["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"}]],MB=ZC("Cat",CB);var SB=Object.freeze({__proto__:null,__iconNode:CB,default:MB});const DB=[["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"}]],OB=ZC("Cctv",DB);var PB=Object.freeze({__proto__:null,__iconNode:DB,default:OB});const EB=[["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"}]],jB=ZC("ChartArea",EB);var TB=Object.freeze({__proto__:null,__iconNode:EB,default:jB});const NB=[["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"}]],RB=ZC("ChartBarBig",NB);var FB=Object.freeze({__proto__:null,__iconNode:NB,default:RB});const IB=[["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"}]],zB=ZC("ChartBarDecreasing",IB);var AB=Object.freeze({__proto__:null,__iconNode:IB,default:zB});const LB=[["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"}]],BB=ZC("ChartBarIncreasing",LB);var VB=Object.freeze({__proto__:null,__iconNode:LB,default:BB});const $B=[["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"}]],HB=ZC("ChartBarStacked",$B);var qB=Object.freeze({__proto__:null,__iconNode:$B,default:HB});const WB=[["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"}]],UB=ZC("ChartBar",WB);var GB=Object.freeze({__proto__:null,__iconNode:WB,default:UB});const KB=[["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"}]],YB=ZC("ChartCandlestick",KB);var ZB=Object.freeze({__proto__:null,__iconNode:KB,default:YB});const XB=[["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"}]],QB=ZC("ChartColumnBig",XB);var JB=Object.freeze({__proto__:null,__iconNode:XB,default:QB});const eV=[["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"}]],tV=ZC("ChartColumnIncreasing",eV);var rV=Object.freeze({__proto__:null,__iconNode:eV,default:tV});const oV=[["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"}]],nV=ZC("ChartColumnDecreasing",oV);var aV=Object.freeze({__proto__:null,__iconNode:oV,default:nV});const iV=[["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"}]],sV=ZC("ChartColumnStacked",iV);var lV=Object.freeze({__proto__:null,__iconNode:iV,default:sV});const cV=[["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"}]],uV=ZC("ChartColumn",cV);var dV=Object.freeze({__proto__:null,__iconNode:cV,default:uV});const pV=[["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"}]],hV=ZC("ChartGantt",pV);var fV=Object.freeze({__proto__:null,__iconNode:pV,default:hV});const mV=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]],yV=ZC("ChartLine",mV);var gV=Object.freeze({__proto__:null,__iconNode:mV,default:yV});const vV=[["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"}]],xV=ZC("ChartNetwork",vV);var bV=Object.freeze({__proto__:null,__iconNode:vV,default:xV});const wV=[["path",{d:"M12 20V10",key:"g8npz5"}],["path",{d:"M18 20v-4",key:"8uic4z"}],["path",{d:"M6 20V4",key:"1w1bmo"}]],kV=ZC("ChartNoAxesColumnDecreasing",wV);var _V=Object.freeze({__proto__:null,__iconNode:wV,default:kV});const CV=[["line",{x1:"12",x2:"12",y1:"20",y2:"10",key:"1vz5eb"}],["line",{x1:"18",x2:"18",y1:"20",y2:"4",key:"cun8e5"}],["line",{x1:"6",x2:"6",y1:"20",y2:"16",key:"hq0ia6"}]],MV=ZC("ChartNoAxesColumnIncreasing",CV);var SV=Object.freeze({__proto__:null,__iconNode:CV,default:MV});const DV=[["line",{x1:"18",x2:"18",y1:"20",y2:"10",key:"1xfpm4"}],["line",{x1:"12",x2:"12",y1:"20",y2:"4",key:"be30l9"}],["line",{x1:"6",x2:"6",y1:"20",y2:"14",key:"1r4le6"}]],OV=ZC("ChartNoAxesColumn",DV);var PV=Object.freeze({__proto__:null,__iconNode:DV,default:OV});const EV=[["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"}]],jV=ZC("ChartNoAxesCombined",EV);var TV=Object.freeze({__proto__:null,__iconNode:EV,default:jV});const NV=[["path",{d:"M8 6h10",key:"9lnwnk"}],["path",{d:"M6 12h9",key:"1g9pqf"}],["path",{d:"M11 18h7",key:"c8dzvl"}]],RV=ZC("ChartNoAxesGantt",NV);var FV=Object.freeze({__proto__:null,__iconNode:NV,default:RV});const IV=[["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"}]],zV=ZC("ChartPie",IV);var AV=Object.freeze({__proto__:null,__iconNode:IV,default:zV});const LV=[["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"}]],BV=ZC("ChartScatter",LV);var VV=Object.freeze({__proto__:null,__iconNode:LV,default:BV});const $V=[["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"}]],HV=ZC("ChartSpline",$V);var qV=Object.freeze({__proto__:null,__iconNode:$V,default:HV});const WV=[["path",{d:"M18 6 7 17l-5-5",key:"116fxf"}],["path",{d:"m22 10-7.5 7.5L13 16",key:"ke71qq"}]],UV=ZC("CheckCheck",WV);var GV=Object.freeze({__proto__:null,__iconNode:WV,default:UV});const KV=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],YV=ZC("Check",KV);var ZV=Object.freeze({__proto__:null,__iconNode:KV,default:YV});const XV=[["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"}]],QV=ZC("ChefHat",XV);var JV=Object.freeze({__proto__:null,__iconNode:XV,default:QV});const e$=[["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"}]],t$=ZC("Cherry",e$);var r$=Object.freeze({__proto__:null,__iconNode:e$,default:t$});const o$=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],n$=ZC("ChevronDown",o$);var a$=Object.freeze({__proto__:null,__iconNode:o$,default:n$});const i$=[["path",{d:"m17 18-6-6 6-6",key:"1yerx2"}],["path",{d:"M7 6v12",key:"1p53r6"}]],s$=ZC("ChevronFirst",i$);var l$=Object.freeze({__proto__:null,__iconNode:i$,default:s$});const c$=[["path",{d:"m7 18 6-6-6-6",key:"lwmzdw"}],["path",{d:"M17 6v12",key:"1o0aio"}]],u$=ZC("ChevronLast",c$);var d$=Object.freeze({__proto__:null,__iconNode:c$,default:u$});const p$=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],h$=ZC("ChevronLeft",p$);var f$=Object.freeze({__proto__:null,__iconNode:p$,default:h$});const m$=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],y$=ZC("ChevronRight",m$);var g$=Object.freeze({__proto__:null,__iconNode:m$,default:y$});const v$=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],x$=ZC("ChevronUp",v$);var b$=Object.freeze({__proto__:null,__iconNode:v$,default:x$});const w$=[["path",{d:"m7 20 5-5 5 5",key:"13a0gw"}],["path",{d:"m7 4 5 5 5-5",key:"1kwcof"}]],k$=ZC("ChevronsDownUp",w$);var _$=Object.freeze({__proto__:null,__iconNode:w$,default:k$});const C$=[["path",{d:"m7 6 5 5 5-5",key:"1lc07p"}],["path",{d:"m7 13 5 5 5-5",key:"1d48rs"}]],M$=ZC("ChevronsDown",C$);var S$=Object.freeze({__proto__:null,__iconNode:C$,default:M$});const D$=[["path",{d:"m18 8 4 4-4 4",key:"1ak13k"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]],O$=ZC("ChevronsLeftRightEllipsis",D$);var P$=Object.freeze({__proto__:null,__iconNode:D$,default:O$});const E$=[["path",{d:"m9 7-5 5 5 5",key:"j5w590"}],["path",{d:"m15 7 5 5-5 5",key:"1bl6da"}]],j$=ZC("ChevronsLeftRight",E$);var T$=Object.freeze({__proto__:null,__iconNode:E$,default:j$});const N$=[["path",{d:"m11 17-5-5 5-5",key:"13zhaf"}],["path",{d:"m18 17-5-5 5-5",key:"h8a8et"}]],R$=ZC("ChevronsLeft",N$);var F$=Object.freeze({__proto__:null,__iconNode:N$,default:R$});const I$=[["path",{d:"m20 17-5-5 5-5",key:"30x0n2"}],["path",{d:"m4 17 5-5-5-5",key:"16spf4"}]],z$=ZC("ChevronsRightLeft",I$);var A$=Object.freeze({__proto__:null,__iconNode:I$,default:z$});const L$=[["path",{d:"m6 17 5-5-5-5",key:"xnjwq"}],["path",{d:"m13 17 5-5-5-5",key:"17xmmf"}]],B$=ZC("ChevronsRight",L$);var V$=Object.freeze({__proto__:null,__iconNode:L$,default:B$});const $$=[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]],H$=ZC("ChevronsUpDown",$$);var q$=Object.freeze({__proto__:null,__iconNode:$$,default:H$});const W$=[["path",{d:"m17 11-5-5-5 5",key:"e8nh98"}],["path",{d:"m17 18-5-5-5 5",key:"2avn1x"}]],U$=ZC("ChevronsUp",W$);var G$=Object.freeze({__proto__:null,__iconNode:W$,default:U$});const K$=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["line",{x1:"21.17",x2:"12",y1:"8",y2:"8",key:"a0cw5f"}],["line",{x1:"3.95",x2:"8.54",y1:"6.06",y2:"14",key:"1kftof"}],["line",{x1:"10.88",x2:"15.46",y1:"21.94",y2:"14",key:"1ymyh8"}]],Y$=ZC("Chrome",K$);var Z$=Object.freeze({__proto__:null,__iconNode:K$,default:Y$});const X$=[["path",{d:"M10 9h4",key:"u4k05v"}],["path",{d:"M12 7v5",key:"ma6bk"}],["path",{d:"M14 22v-4a2 2 0 0 0-4 0v4",key:"1pdhuj"}],["path",{d:"M18 22V5.618a1 1 0 0 0-.553-.894l-4.553-2.277a2 2 0 0 0-1.788 0L6.553 4.724A1 1 0 0 0 6 5.618V22",key:"1rkokr"}],["path",{d:"m18 7 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.618a1 1 0 0 1 .553-.894L6 7",key:"1w6esw"}]],Q$=ZC("Church",X$);var J$=Object.freeze({__proto__:null,__iconNode:X$,default:Q$});const eH=[["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"}]],tH=ZC("CigaretteOff",eH);var rH=Object.freeze({__proto__:null,__iconNode:eH,default:tH});const oH=[["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"}]],nH=ZC("Cigarette",oH);var aH=Object.freeze({__proto__:null,__iconNode:oH,default:nH});const iH=[["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"}]],sH=ZC("CircleAlert",iH);var lH=Object.freeze({__proto__:null,__iconNode:iH,default:sH});const cH=[["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"}]],uH=ZC("CircleArrowDown",cH);var dH=Object.freeze({__proto__:null,__iconNode:cH,default:uH});const pH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"m12 8-4 4 4 4",key:"15vm53"}]],hH=ZC("CircleArrowLeft",pH);var fH=Object.freeze({__proto__:null,__iconNode:pH,default:hH});const mH=[["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"}]],yH=ZC("CircleArrowOutDownRight",mH);var gH=Object.freeze({__proto__:null,__iconNode:mH,default:yH});const vH=[["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"}]],xH=ZC("CircleArrowOutDownLeft",vH);var bH=Object.freeze({__proto__:null,__iconNode:vH,default:xH});const wH=[["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"}]],kH=ZC("CircleArrowOutUpLeft",wH);var _H=Object.freeze({__proto__:null,__iconNode:wH,default:kH});const CH=[["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"}]],MH=ZC("CircleArrowOutUpRight",CH);var SH=Object.freeze({__proto__:null,__iconNode:CH,default:MH});const DH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m12 16 4-4-4-4",key:"1i9zcv"}]],OH=ZC("CircleArrowRight",DH);var PH=Object.freeze({__proto__:null,__iconNode:DH,default:OH});const EH=[["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"}]],jH=ZC("CircleArrowUp",EH);var TH=Object.freeze({__proto__:null,__iconNode:EH,default:jH});const NH=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],RH=ZC("CircleCheckBig",NH);var FH=Object.freeze({__proto__:null,__iconNode:NH,default:RH});const IH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],zH=ZC("CircleCheck",IH);var AH=Object.freeze({__proto__:null,__iconNode:IH,default:zH});const LH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]],BH=ZC("CircleChevronDown",LH);var VH=Object.freeze({__proto__:null,__iconNode:LH,default:BH});const $H=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]],HH=ZC("CircleChevronLeft",$H);var qH=Object.freeze({__proto__:null,__iconNode:$H,default:HH});const WH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]],UH=ZC("CircleChevronRight",WH);var GH=Object.freeze({__proto__:null,__iconNode:WH,default:UH});const KH=[["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"}]],YH=ZC("CircleDashed",KH);var ZH=Object.freeze({__proto__:null,__iconNode:KH,default:YH});const XH=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]],QH=ZC("CircleChevronUp",XH);var JH=Object.freeze({__proto__:null,__iconNode:XH,default:QH});const eq=[["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"}]],tq=ZC("CircleDivide",eq);var rq=Object.freeze({__proto__:null,__iconNode:eq,default:tq});const oq=[["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"}]],nq=ZC("CircleDollarSign",oq);var aq=Object.freeze({__proto__:null,__iconNode:oq,default:nq});const iq=[["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"}]],sq=ZC("CircleDotDashed",iq);var lq=Object.freeze({__proto__:null,__iconNode:iq,default:sq});const cq=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],uq=ZC("CircleDot",cq);var dq=Object.freeze({__proto__:null,__iconNode:cq,default:uq});const pq=[["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"}]],hq=ZC("CircleEllipsis",pq);var fq=Object.freeze({__proto__:null,__iconNode:pq,default:hq});const mq=[["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],yq=ZC("CircleEqual",mq);var gq=Object.freeze({__proto__:null,__iconNode:mq,default:yq});const vq=[["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"}]],xq=ZC("CircleFadingArrowUp",vq);var bq=Object.freeze({__proto__:null,__iconNode:vq,default:xq});const wq=[["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"}]],kq=ZC("CircleFadingPlus",wq);var _q=Object.freeze({__proto__:null,__iconNode:wq,default:kq});const Cq=[["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"}]],Mq=ZC("CircleGauge",Cq);var Sq=Object.freeze({__proto__:null,__iconNode:Cq,default:Mq});const Dq=[["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"}]],Oq=ZC("CircleHelp",Dq);var Pq=Object.freeze({__proto__:null,__iconNode:Dq,default:Oq});const Eq=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]],jq=ZC("CircleMinus",Eq);var Tq=Object.freeze({__proto__:null,__iconNode:Eq,default:jq});const Nq=[["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"}]],Rq=ZC("CircleOff",Nq);var Fq=Object.freeze({__proto__:null,__iconNode:Nq,default:Rq});const Iq=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m5 5 14 14",key:"11anup"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2",key:"uoagbd"}],["path",{d:"M9 17v-2.34",key:"a9qo08"}]],zq=ZC("CircleParkingOff",Iq);var Aq=Object.freeze({__proto__:null,__iconNode:Iq,default:zq});const Lq=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]],Bq=ZC("CircleParking",Lq);var Vq=Object.freeze({__proto__:null,__iconNode:Lq,default:Bq});const $q=[["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"}]],Hq=ZC("CirclePause",$q);var qq=Object.freeze({__proto__:null,__iconNode:$q,default:Hq});const Wq=[["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"}]],Uq=ZC("CirclePercent",Wq);var Gq=Object.freeze({__proto__:null,__iconNode:Wq,default:Uq});const Kq=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polygon",{points:"10 8 16 12 10 16 10 8",key:"1cimsy"}]],Yq=ZC("CirclePlay",Kq);var Zq=Object.freeze({__proto__:null,__iconNode:Kq,default:Yq});const Xq=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]],Qq=ZC("CirclePlus",Xq);var Jq=Object.freeze({__proto__:null,__iconNode:Xq,default:Qq});const eW=[["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"}]],tW=ZC("CirclePower",eW);var rW=Object.freeze({__proto__:null,__iconNode:eW,default:tW});const oW=[["path",{d:"M22 2 2 22",key:"y4kqgn"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],nW=ZC("CircleSlash2",oW);var aW=Object.freeze({__proto__:null,__iconNode:oW,default:nW});const iW=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]],sW=ZC("CircleSlash",iW);var lW=Object.freeze({__proto__:null,__iconNode:iW,default:sW});const cW=[["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}]],uW=ZC("CircleSmall",cW);var dW=Object.freeze({__proto__:null,__iconNode:cW,default:uW});const pW=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1",key:"1ssd4o"}]],hW=ZC("CircleStop",pW);var fW=Object.freeze({__proto__:null,__iconNode:pW,default:hW});const mW=[["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"}]],yW=ZC("CircleUserRound",mW);var gW=Object.freeze({__proto__:null,__iconNode:mW,default:yW});const vW=[["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"}]],xW=ZC("CircleUser",vW);var bW=Object.freeze({__proto__:null,__iconNode:vW,default:xW});const wW=[["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"}]],kW=ZC("CircleX",wW);var _W=Object.freeze({__proto__:null,__iconNode:wW,default:kW});const CW=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],MW=ZC("Circle",CW);var SW=Object.freeze({__proto__:null,__iconNode:CW,default:MW});const DW=[["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"}]],OW=ZC("CircuitBoard",DW);var PW=Object.freeze({__proto__:null,__iconNode:DW,default:OW});const EW=[["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"}]],jW=ZC("Citrus",EW);var TW=Object.freeze({__proto__:null,__iconNode:EW,default:jW});const NW=[["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"}]],RW=ZC("Clapperboard",NW);var FW=Object.freeze({__proto__:null,__iconNode:NW,default:RW});const IW=[["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"}]],zW=ZC("ClipboardCheck",IW);var AW=Object.freeze({__proto__:null,__iconNode:IW,default:zW});const LW=[["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"}]],BW=ZC("ClipboardCopy",LW);var VW=Object.freeze({__proto__:null,__iconNode:LW,default:BW});const $W=[["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"}]],HW=ZC("ClipboardList",$W);var qW=Object.freeze({__proto__:null,__iconNode:$W,default:HW});const WW=[["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"}]],UW=ZC("ClipboardMinus",WW);var GW=Object.freeze({__proto__:null,__iconNode:WW,default:UW});const KW=[["path",{d:"M15 2H9a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1Z",key:"1pp7kr"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M16 4h2a2 2 0 0 1 2 2v2M11 14h10",key:"2ik1ml"}],["path",{d:"m17 10 4 4-4 4",key:"vp2hj1"}]],YW=ZC("ClipboardPaste",KW);var ZW=Object.freeze({__proto__:null,__iconNode:KW,default:YW});const XW=[["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"}]],QW=ZC("ClipboardPenLine",XW);var JW=Object.freeze({__proto__:null,__iconNode:XW,default:QW});const eU=[["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"}]],tU=ZC("ClipboardPen",eU);var rU=Object.freeze({__proto__:null,__iconNode:eU,default:tU});const oU=[["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"}]],nU=ZC("ClipboardPlus",oU);var aU=Object.freeze({__proto__:null,__iconNode:oU,default:nU});const iU=[["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"}]],sU=ZC("ClipboardType",iU);var lU=Object.freeze({__proto__:null,__iconNode:iU,default:sU});const cU=[["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"}]],uU=ZC("ClipboardX",cU);var dU=Object.freeze({__proto__:null,__iconNode:cU,default:uU});const pU=[["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"}]],hU=ZC("Clipboard",pU);var fU=Object.freeze({__proto__:null,__iconNode:pU,default:hU});const mU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 14.5 8",key:"12zbmj"}]],yU=ZC("Clock1",mU);var gU=Object.freeze({__proto__:null,__iconNode:mU,default:yU});const vU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 8 10",key:"atfzqc"}]],xU=ZC("Clock10",vU);var bU=Object.freeze({__proto__:null,__iconNode:vU,default:xU});const wU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 9.5 8",key:"l5bg6f"}]],kU=ZC("Clock11",wU);var _U=Object.freeze({__proto__:null,__iconNode:wU,default:kU});const CU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12",key:"1fub01"}]],MU=ZC("Clock12",CU);var SU=Object.freeze({__proto__:null,__iconNode:CU,default:MU});const DU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 10",key:"1g230d"}]],OU=ZC("Clock2",DU);var PU=Object.freeze({__proto__:null,__iconNode:DU,default:OU});const EU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16.5 12",key:"1aq6pp"}]],jU=ZC("Clock3",EU);var TU=Object.freeze({__proto__:null,__iconNode:EU,default:jU});const NU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]],RU=ZC("Clock4",NU);var FU=Object.freeze({__proto__:null,__iconNode:NU,default:RU});const IU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 14.5 16",key:"1pcbox"}]],zU=ZC("Clock5",IU);var AU=Object.freeze({__proto__:null,__iconNode:IU,default:zU});const LU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 12 16.5",key:"hb2qv6"}]],BU=ZC("Clock6",LU);var VU=Object.freeze({__proto__:null,__iconNode:LU,default:BU});const $U=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 9.5 16",key:"ka3394"}]],HU=ZC("Clock7",$U);var qU=Object.freeze({__proto__:null,__iconNode:$U,default:HU});const WU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 8 14",key:"tmc9b4"}]],UU=ZC("Clock8",WU);var GU=Object.freeze({__proto__:null,__iconNode:WU,default:UU});const KU=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 7.5 12",key:"1k60p0"}]],YU=ZC("Clock9",KU);var ZU=Object.freeze({__proto__:null,__iconNode:KU,default:YU});const XU=[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["path",{d:"M16 21.16a10 10 0 1 1 5-13.516",key:"cxo92l"}],["path",{d:"M20 11.5v6",key:"2ei3xq"}],["path",{d:"M20 21.5h.01",key:"1r2dzp"}]],QU=ZC("ClockAlert",XU);var JU=Object.freeze({__proto__:null,__iconNode:XU,default:QU});const eG=[["path",{d:"M12.338 21.994A10 10 0 1 1 21.925 13.227",key:"1i7shu"}],["path",{d:"M12 6v6l2 1",key:"19cm8n"}],["path",{d:"m14 18 4 4 4-4",key:"1waygx"}],["path",{d:"M18 14v8",key:"irew45"}]],tG=ZC("ClockArrowDown",eG);var rG=Object.freeze({__proto__:null,__iconNode:eG,default:tG});const oG=[["path",{d:"M13.228 21.925A10 10 0 1 1 21.994 12.338",key:"1fzlyi"}],["path",{d:"M12 6v6l1.562.781",key:"1ujuk9"}],["path",{d:"m14 18 4-4 4 4",key:"ftkppy"}],["path",{d:"M18 22v-8",key:"su0gjh"}]],nG=ZC("ClockArrowUp",oG);var aG=Object.freeze({__proto__:null,__iconNode:oG,default:nG});const iG=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]],sG=ZC("Clock",iG);var lG=Object.freeze({__proto__:null,__iconNode:iG,default:sG});const cG=[["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"}]],uG=ZC("CloudAlert",cG);var dG=Object.freeze({__proto__:null,__iconNode:cG,default:uG});const pG=[["circle",{cx:"12",cy:"17",r:"3",key:"1spfwm"}],["path",{d:"M4.2 15.1A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2",key:"zaobp"}],["path",{d:"m15.7 18.4-.9-.3",key:"4qxpbn"}],["path",{d:"m9.2 15.9-.9-.3",key:"17q7o2"}],["path",{d:"m10.6 20.7.3-.9",key:"1pf4s2"}],["path",{d:"m13.1 14.2.3-.9",key:"1mnuqm"}],["path",{d:"m13.6 20.7-.4-1",key:"1jpd1m"}],["path",{d:"m10.8 14.3-.4-1",key:"17ugyy"}],["path",{d:"m8.3 18.6 1-.4",key:"s42vdx"}],["path",{d:"m14.7 15.8 1-.4",key:"2wizun"}]],hG=ZC("CloudCog",pG);var fG=Object.freeze({__proto__:null,__iconNode:pG,default:hG});const mG=[["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"}]],yG=ZC("CloudDownload",mG);var gG=Object.freeze({__proto__:null,__iconNode:mG,default:yG});const vG=[["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"}]],xG=ZC("CloudDrizzle",vG);var bG=Object.freeze({__proto__:null,__iconNode:vG,default:xG});const wG=[["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"}]],kG=ZC("CloudFog",wG);var _G=Object.freeze({__proto__:null,__iconNode:wG,default:kG});const CG=[["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"}]],MG=ZC("CloudHail",CG);var SG=Object.freeze({__proto__:null,__iconNode:CG,default:MG});const DG=[["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"}]],OG=ZC("CloudLightning",DG);var PG=Object.freeze({__proto__:null,__iconNode:DG,default:OG});const EG=[["path",{d:"M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197",key:"erj67n"}],["path",{d:"M11 20v2",key:"174qtz"}],["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"}]],jG=ZC("CloudMoonRain",EG);var TG=Object.freeze({__proto__:null,__iconNode:EG,default:jG});const NG=[["path",{d:"M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197",key:"erj67n"}],["path",{d:"M13 16a3 3 0 1 1 0 6H7a5 5 0 1 1 4.9-6Z",key:"p44pc9"}]],RG=ZC("CloudMoon",NG);var FG=Object.freeze({__proto__:null,__iconNode:NG,default:RG});const IG=[["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"}]],zG=ZC("CloudOff",IG);var AG=Object.freeze({__proto__:null,__iconNode:IG,default:zG});const LG=[["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"}]],BG=ZC("CloudRainWind",LG);var VG=Object.freeze({__proto__:null,__iconNode:LG,default:BG});const $G=[["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"}]],HG=ZC("CloudRain",$G);var qG=Object.freeze({__proto__:null,__iconNode:$G,default:HG});const WG=[["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"}]],UG=ZC("CloudSnow",WG);var GG=Object.freeze({__proto__:null,__iconNode:WG,default:UG});const KG=[["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"}]],YG=ZC("CloudSunRain",KG);var ZG=Object.freeze({__proto__:null,__iconNode:KG,default:YG});const XG=[["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"}]],QG=ZC("CloudSun",XG);var JG=Object.freeze({__proto__:null,__iconNode:XG,default:QG});const eK=[["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"}]],tK=ZC("CloudUpload",eK);var rK=Object.freeze({__proto__:null,__iconNode:eK,default:tK});const oK=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]],nK=ZC("Cloud",oK);var aK=Object.freeze({__proto__:null,__iconNode:oK,default:nK});const iK=[["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"}]],sK=ZC("Cloudy",iK);var lK=Object.freeze({__proto__:null,__iconNode:iK,default:sK});const cK=[["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"}]],uK=ZC("Clover",cK);var dK=Object.freeze({__proto__:null,__iconNode:cK,default:uK});const pK=[["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"}]],hK=ZC("Club",pK);var fK=Object.freeze({__proto__:null,__iconNode:pK,default:hK});const mK=[["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"}]],yK=ZC("CodeXml",mK);var gK=Object.freeze({__proto__:null,__iconNode:mK,default:yK});const vK=[["polyline",{points:"16 18 22 12 16 6",key:"z7tu5w"}],["polyline",{points:"8 6 2 12 8 18",key:"1eg1df"}]],xK=ZC("Code",vK);var bK=Object.freeze({__proto__:null,__iconNode:vK,default:xK});const wK=[["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"}]],kK=ZC("Codepen",wK);var _K=Object.freeze({__proto__:null,__iconNode:wK,default:kK});const CK=[["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"}]],MK=ZC("Codesandbox",CK);var SK=Object.freeze({__proto__:null,__iconNode:CK,default:MK});const DK=[["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"}]],OK=ZC("Coffee",DK);var PK=Object.freeze({__proto__:null,__iconNode:DK,default:OK});const EK=[["path",{d:"M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z",key:"sobvz5"}],["path",{d:"M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",key:"11i496"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 22v-2",key:"1osdcq"}],["path",{d:"m17 20.66-1-1.73",key:"eq3orb"}],["path",{d:"M11 10.27 7 3.34",key:"16pf9h"}],["path",{d:"m20.66 17-1.73-1",key:"sg0v6f"}],["path",{d:"m3.34 7 1.73 1",key:"1ulond"}],["path",{d:"M14 12h8",key:"4f43i9"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"m20.66 7-1.73 1",key:"1ow05n"}],["path",{d:"m3.34 17 1.73-1",key:"nuk764"}],["path",{d:"m17 3.34-1 1.73",key:"2wel8s"}],["path",{d:"m11 13.73-4 6.93",key:"794ttg"}]],jK=ZC("Cog",EK);var TK=Object.freeze({__proto__:null,__iconNode:EK,default:jK});const NK=[["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"}]],RK=ZC("Coins",NK);var FK=Object.freeze({__proto__:null,__iconNode:NK,default:RK});const IK=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 3v18",key:"108xh3"}]],zK=ZC("Columns2",IK);var AK=Object.freeze({__proto__:null,__iconNode:IK,default:zK});const LK=[["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"}]],BK=ZC("Columns3",LK);var VK=Object.freeze({__proto__:null,__iconNode:LK,default:BK});const $K=[["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"}]],HK=ZC("Columns4",$K);var qK=Object.freeze({__proto__:null,__iconNode:$K,default:HK});const WK=[["path",{d:"M10 18H5a3 3 0 0 1-3-3v-1",key:"ru65g8"}],["path",{d:"M14 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"e30een"}],["path",{d:"M20 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"2ahx8o"}],["path",{d:"m7 21 3-3-3-3",key:"127cv2"}],["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"}]],UK=ZC("Combine",WK);var GK=Object.freeze({__proto__:null,__iconNode:WK,default:UK});const KK=[["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"}]],YK=ZC("Compass",KK);var ZK=Object.freeze({__proto__:null,__iconNode:KK,default:YK});const XK=[["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"}]],QK=ZC("Command",XK);var JK=Object.freeze({__proto__:null,__iconNode:XK,default:QK});const eY=[["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"}]],tY=ZC("Component",eY);var rY=Object.freeze({__proto__:null,__iconNode:eY,default:tY});const oY=[["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"}]],nY=ZC("Computer",oY);var aY=Object.freeze({__proto__:null,__iconNode:oY,default:nY});const iY=[["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"}]],sY=ZC("ConciergeBell",iY);var lY=Object.freeze({__proto__:null,__iconNode:iY,default:sY});const cY=[["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"}]],uY=ZC("Cone",cY);var dY=Object.freeze({__proto__:null,__iconNode:cY,default:uY});const pY=[["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"}]],hY=ZC("Construction",pY);var fY=Object.freeze({__proto__:null,__iconNode:pY,default:hY});const mY=[["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"}]],yY=ZC("ContactRound",mY);var gY=Object.freeze({__proto__:null,__iconNode:mY,default:yY});const vY=[["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"}]],xY=ZC("Container",vY);var bY=Object.freeze({__proto__:null,__iconNode:vY,default:xY});const wY=[["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"}]],kY=ZC("Contact",wY);var _Y=Object.freeze({__proto__:null,__iconNode:wY,default:kY});const CY=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z",key:"j4l70d"}]],MY=ZC("Contrast",CY);var SY=Object.freeze({__proto__:null,__iconNode:CY,default:MY});const DY=[["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"}]],OY=ZC("Cookie",DY);var PY=Object.freeze({__proto__:null,__iconNode:DY,default:OY});const EY=[["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"}]],jY=ZC("CookingPot",EY);var TY=Object.freeze({__proto__:null,__iconNode:EY,default:jY});const NY=[["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"}]],RY=ZC("CopyCheck",NY);var FY=Object.freeze({__proto__:null,__iconNode:NY,default:RY});const IY=[["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"}]],zY=ZC("CopyMinus",IY);var AY=Object.freeze({__proto__:null,__iconNode:IY,default:zY});const LY=[["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"}]],BY=ZC("CopyPlus",LY);var VY=Object.freeze({__proto__:null,__iconNode:LY,default:BY});const $Y=[["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"}]],HY=ZC("CopySlash",$Y);var qY=Object.freeze({__proto__:null,__iconNode:$Y,default:HY});const WY=[["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"}]],UY=ZC("CopyX",WY);var GY=Object.freeze({__proto__:null,__iconNode:WY,default:UY});const KY=[["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"}]],YY=ZC("Copy",KY);var ZY=Object.freeze({__proto__:null,__iconNode:KY,default:YY});const XY=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66",key:"1sveal"}]],QY=ZC("Copyleft",XY);var JY=Object.freeze({__proto__:null,__iconNode:XY,default:QY});const eZ=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66",key:"1i56pz"}]],tZ=ZC("Copyright",eZ);var rZ=Object.freeze({__proto__:null,__iconNode:eZ,default:tZ});const oZ=[["polyline",{points:"9 10 4 15 9 20",key:"r3jprv"}],["path",{d:"M20 4v7a4 4 0 0 1-4 4H4",key:"6o5b7l"}]],nZ=ZC("CornerDownLeft",oZ);var aZ=Object.freeze({__proto__:null,__iconNode:oZ,default:nZ});const iZ=[["polyline",{points:"15 10 20 15 15 20",key:"1q7qjw"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12",key:"z08zvw"}]],sZ=ZC("CornerDownRight",iZ);var lZ=Object.freeze({__proto__:null,__iconNode:iZ,default:sZ});const cZ=[["polyline",{points:"14 15 9 20 4 15",key:"nkc4i"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12",key:"nbpdq2"}]],uZ=ZC("CornerLeftDown",cZ);var dZ=Object.freeze({__proto__:null,__iconNode:cZ,default:uZ});const pZ=[["polyline",{points:"14 9 9 4 4 9",key:"m9oyvo"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4",key:"1blwi3"}]],hZ=ZC("CornerLeftUp",pZ);var fZ=Object.freeze({__proto__:null,__iconNode:pZ,default:hZ});const mZ=[["polyline",{points:"10 15 15 20 20 15",key:"axus6l"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12",key:"wcbgct"}]],yZ=ZC("CornerRightDown",mZ);var gZ=Object.freeze({__proto__:null,__iconNode:mZ,default:yZ});const vZ=[["polyline",{points:"10 9 15 4 20 9",key:"1lr6px"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4",key:"1plgdj"}]],xZ=ZC("CornerRightUp",vZ);var bZ=Object.freeze({__proto__:null,__iconNode:vZ,default:xZ});const wZ=[["polyline",{points:"9 14 4 9 9 4",key:"881910"}],["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4",key:"1nkjon"}]],kZ=ZC("CornerUpLeft",wZ);var _Z=Object.freeze({__proto__:null,__iconNode:wZ,default:kZ});const CZ=[["polyline",{points:"15 14 20 9 15 4",key:"1tbx3s"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12",key:"1lu4f8"}]],MZ=ZC("CornerUpRight",CZ);var SZ=Object.freeze({__proto__:null,__iconNode:CZ,default:MZ});const DZ=[["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"}]],OZ=ZC("CreativeCommons",DZ);var PZ=Object.freeze({__proto__:null,__iconNode:DZ,default:OZ});const EZ=[["rect",{width:"16",height:"16",x:"4",y:"4",rx:"2",key:"14l7u7"}],["rect",{width:"6",height:"6",x:"9",y:"9",rx:"1",key:"5aljv4"}],["path",{d:"M15 2v2",key:"13l42r"}],["path",{d:"M15 20v2",key:"15mkzm"}],["path",{d:"M2 15h2",key:"1gxd5l"}],["path",{d:"M2 9h2",key:"1bbxkp"}],["path",{d:"M20 15h2",key:"19e6y8"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M9 2v2",key:"165o2o"}],["path",{d:"M9 20v2",key:"i2bqo8"}]],jZ=ZC("Cpu",EZ);var TZ=Object.freeze({__proto__:null,__iconNode:EZ,default:jZ});const NZ=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],RZ=ZC("CreditCard",NZ);var FZ=Object.freeze({__proto__:null,__iconNode:NZ,default:RZ});const IZ=[["path",{d:"m4.6 13.11 5.79-3.21c1.89-1.05 4.79 1.78 3.71 3.71l-3.22 5.81C8.8 23.16.79 15.23 4.6 13.11Z",key:"1ozxlb"}],["path",{d:"m10.5 9.5-1-2.29C9.2 6.48 8.8 6 8 6H4.5C2.79 6 2 6.5 2 8.5a7.71 7.71 0 0 0 2 4.83",key:"ffuyb5"}],["path",{d:"M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4",key:"osnpzi"}],["path",{d:"m14.5 13.5 2.29 1c.73.3 1.21.7 1.21 1.5v3.5c0 1.71-.5 2.5-2.5 2.5a7.71 7.71 0 0 1-4.83-2",key:"1vubaw"}],["path",{d:"M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5",key:"wxr772"}]],zZ=ZC("Croissant",IZ);var AZ=Object.freeze({__proto__:null,__iconNode:IZ,default:zZ});const LZ=[["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"}]],BZ=ZC("Cross",LZ);var VZ=Object.freeze({__proto__:null,__iconNode:LZ,default:BZ});const $Z=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14",key:"ron5a4"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2",key:"7s9ehn"}]],HZ=ZC("Crop",$Z);var qZ=Object.freeze({__proto__:null,__iconNode:$Z,default:HZ});const WZ=[["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"}]],UZ=ZC("Crosshair",WZ);var GZ=Object.freeze({__proto__:null,__iconNode:WZ,default:UZ});const KZ=[["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"}]],YZ=ZC("Crown",KZ);var ZZ=Object.freeze({__proto__:null,__iconNode:KZ,default:YZ});const XZ=[["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"}]],QZ=ZC("Cuboid",XZ);var JZ=Object.freeze({__proto__:null,__iconNode:XZ,default:QZ});const eX=[["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"}]],tX=ZC("CupSoda",eX);var rX=Object.freeze({__proto__:null,__iconNode:eX,default:tX});const oX=[["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"}]],nX=ZC("Currency",oX);var aX=Object.freeze({__proto__:null,__iconNode:oX,default:nX});const iX=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5",key:"aqi0yr"}]],sX=ZC("Cylinder",iX);var lX=Object.freeze({__proto__:null,__iconNode:iX,default:sX});const cX=[["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"}]],uX=ZC("Dam",cX);var dX=Object.freeze({__proto__:null,__iconNode:cX,default:uX});const pX=[["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"}]],hX=ZC("DatabaseBackup",pX);var fX=Object.freeze({__proto__:null,__iconNode:pX,default:hX});const mX=[["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"}]],yX=ZC("DatabaseZap",mX);var gX=Object.freeze({__proto__:null,__iconNode:mX,default:yX});const vX=[["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"}]],xX=ZC("Database",vX);var bX=Object.freeze({__proto__:null,__iconNode:vX,default:xX});const wX=[["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"}]],kX=ZC("Delete",wX);var _X=Object.freeze({__proto__:null,__iconNode:wX,default:kX});const CX=[["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}],["path",{d:"M10.2 3.2C5.5 4 2 8.1 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 0c0-4.9-3.5-9-8.2-9.8",key:"lfo06j"}],["path",{d:"M3.2 14.8a9 9 0 0 0 17.6 0",key:"12xarc"}]],MX=ZC("Dessert",CX);var SX=Object.freeze({__proto__:null,__iconNode:CX,default:MX});const DX=[["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"}]],OX=ZC("Diameter",DX);var PX=Object.freeze({__proto__:null,__iconNode:DX,default:OX});const EX=[["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"}]],jX=ZC("DiamondMinus",EX);var TX=Object.freeze({__proto__:null,__iconNode:EX,default:jX});const NX=[["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"}]],RX=ZC("DiamondPercent",NX);var FX=Object.freeze({__proto__:null,__iconNode:NX,default:RX});const IX=[["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"}]],zX=ZC("DiamondPlus",IX);var AX=Object.freeze({__proto__:null,__iconNode:IX,default:zX});const LX=[["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"}]],BX=ZC("Diamond",LX);var VX=Object.freeze({__proto__:null,__iconNode:LX,default:BX});const $X=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]],HX=ZC("Dice1",$X);var qX=Object.freeze({__proto__:null,__iconNode:$X,default:HX});const WX=[["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"}]],UX=ZC("Dice2",WX);var GX=Object.freeze({__proto__:null,__iconNode:WX,default:UX});const KX=[["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"}]],YX=ZC("Dice3",KX);var ZX=Object.freeze({__proto__:null,__iconNode:KX,default:YX});const XX=[["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"}]],QX=ZC("Dice4",XX);var JX=Object.freeze({__proto__:null,__iconNode:XX,default:QX});const eQ=[["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"}]],tQ=ZC("Dice5",eQ);var rQ=Object.freeze({__proto__:null,__iconNode:eQ,default:tQ});const oQ=[["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"}]],nQ=ZC("Dice6",oQ);var aQ=Object.freeze({__proto__:null,__iconNode:oQ,default:nQ});const iQ=[["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"}]],sQ=ZC("Dices",iQ);var lQ=Object.freeze({__proto__:null,__iconNode:iQ,default:sQ});const cQ=[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]],uQ=ZC("Diff",cQ);var dQ=Object.freeze({__proto__:null,__iconNode:cQ,default:uQ});const pQ=[["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"}]],hQ=ZC("Disc2",pQ);var fQ=Object.freeze({__proto__:null,__iconNode:pQ,default:hQ});const mQ=[["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"}]],yQ=ZC("Disc3",mQ);var gQ=Object.freeze({__proto__:null,__iconNode:mQ,default:yQ});const vQ=[["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"}]],xQ=ZC("DiscAlbum",vQ);var bQ=Object.freeze({__proto__:null,__iconNode:vQ,default:xQ});const wQ=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],kQ=ZC("Disc",wQ);var _Q=Object.freeze({__proto__:null,__iconNode:wQ,default:kQ});const CQ=[["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"}]],MQ=ZC("Divide",CQ);var SQ=Object.freeze({__proto__:null,__iconNode:CQ,default:MQ});const DQ=[["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"}]],OQ=ZC("DnaOff",DQ);var PQ=Object.freeze({__proto__:null,__iconNode:DQ,default:OQ});const EQ=[["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"}]],jQ=ZC("Dna",EQ);var TQ=Object.freeze({__proto__:null,__iconNode:EQ,default:jQ});const NQ=[["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"}]],RQ=ZC("Dock",NQ);var FQ=Object.freeze({__proto__:null,__iconNode:NQ,default:RQ});const IQ=[["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"}]],zQ=ZC("Dog",IQ);var AQ=Object.freeze({__proto__:null,__iconNode:IQ,default:zQ});const LQ=[["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"}]],BQ=ZC("DollarSign",LQ);var VQ=Object.freeze({__proto__:null,__iconNode:LQ,default:BQ});const $Q=[["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"}]],HQ=ZC("Donut",$Q);var qQ=Object.freeze({__proto__:null,__iconNode:$Q,default:HQ});const WQ=[["path",{d:"M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14",key:"36qu9e"}],["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"M14 12v.01",key:"xfcn54"}]],UQ=ZC("DoorClosed",WQ);var GQ=Object.freeze({__proto__:null,__iconNode:WQ,default:UQ});const KQ=[["path",{d:"M13 4h3a2 2 0 0 1 2 2v14",key:"hrm0s9"}],["path",{d:"M2 20h3",key:"1gaodv"}],["path",{d:"M13 20h9",key:"s90cdi"}],["path",{d:"M10 12v.01",key:"vx6srw"}],["path",{d:"M13 4.562v16.157a1 1 0 0 1-1.242.97L5 20V5.562a2 2 0 0 1 1.515-1.94l4-1A2 2 0 0 1 13 4.561Z",key:"199qr4"}]],YQ=ZC("DoorOpen",KQ);var ZQ=Object.freeze({__proto__:null,__iconNode:KQ,default:YQ});const XQ=[["circle",{cx:"12.1",cy:"12.1",r:"1",key:"18d7e5"}]],QQ=ZC("Dot",XQ);var JQ=Object.freeze({__proto__:null,__iconNode:XQ,default:QQ});const eJ=[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"7 10 12 15 17 10",key:"2ggqvy"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3",key:"1vk2je"}]],tJ=ZC("Download",eJ);var rJ=Object.freeze({__proto__:null,__iconNode:eJ,default:tJ});const oJ=[["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"}]],nJ=ZC("DraftingCompass",oJ);var aJ=Object.freeze({__proto__:null,__iconNode:oJ,default:nJ});const iJ=[["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"}]],sJ=ZC("Drama",iJ);var lJ=Object.freeze({__proto__:null,__iconNode:iJ,default:sJ});const cJ=[["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"}]],uJ=ZC("Dribbble",cJ);var dJ=Object.freeze({__proto__:null,__iconNode:cJ,default:uJ});const pJ=[["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"}]],hJ=ZC("Drill",pJ);var fJ=Object.freeze({__proto__:null,__iconNode:pJ,default:hJ});const mJ=[["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"}]],yJ=ZC("DropletOff",mJ);var gJ=Object.freeze({__proto__:null,__iconNode:mJ,default:yJ});const vJ=[["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"}]],xJ=ZC("Droplet",vJ);var bJ=Object.freeze({__proto__:null,__iconNode:vJ,default:xJ});const wJ=[["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"}]],kJ=ZC("Droplets",wJ);var _J=Object.freeze({__proto__:null,__iconNode:wJ,default:kJ});const CJ=[["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"}]],MJ=ZC("Drum",CJ);var SJ=Object.freeze({__proto__:null,__iconNode:CJ,default:MJ});const DJ=[["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"}]],OJ=ZC("Drumstick",DJ);var PJ=Object.freeze({__proto__:null,__iconNode:DJ,default:OJ});const EJ=[["path",{d:"M14.4 14.4 9.6 9.6",key:"ic80wn"}],["path",{d:"M18.657 21.485a2 2 0 1 1-2.829-2.828l-1.767 1.768a2 2 0 1 1-2.829-2.829l6.364-6.364a2 2 0 1 1 2.829 2.829l-1.768 1.767a2 2 0 1 1 2.828 2.829z",key:"nnl7wr"}],["path",{d:"m21.5 21.5-1.4-1.4",key:"1f1ice"}],["path",{d:"M3.9 3.9 2.5 2.5",key:"1evmna"}],["path",{d:"M6.404 12.768a2 2 0 1 1-2.829-2.829l1.768-1.767a2 2 0 1 1-2.828-2.829l2.828-2.828a2 2 0 1 1 2.829 2.828l1.767-1.768a2 2 0 1 1 2.829 2.829z",key:"yhosts"}]],jJ=ZC("Dumbbell",EJ);var TJ=Object.freeze({__proto__:null,__iconNode:EJ,default:jJ});const NJ=[["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"}]],RJ=ZC("EarOff",NJ);var FJ=Object.freeze({__proto__:null,__iconNode:NJ,default:RJ});const IJ=[["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"}]],zJ=ZC("Ear",IJ);var AJ=Object.freeze({__proto__:null,__iconNode:IJ,default:zJ});const LJ=[["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"}]],BJ=ZC("EarthLock",LJ);var VJ=Object.freeze({__proto__:null,__iconNode:LJ,default:BJ});const $J=[["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"}]],HJ=ZC("Earth",$J);var qJ=Object.freeze({__proto__:null,__iconNode:$J,default:HJ});const WJ=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a7 7 0 1 0 10 10",key:"1yuj32"}]],UJ=ZC("Eclipse",WJ);var GJ=Object.freeze({__proto__:null,__iconNode:WJ,default:UJ});const KJ=[["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"}]],YJ=ZC("EggFried",KJ);var ZJ=Object.freeze({__proto__:null,__iconNode:KJ,default:YJ});const XJ=[["path",{d:"M6.399 6.399C5.362 8.157 4.65 10.189 4.5 12c-.37 4.43 1.27 9.95 7.5 10 3.256-.026 5.259-1.547 6.375-3.625",key:"6et380"}],["path",{d:"M19.532 13.875A14.07 14.07 0 0 0 19.5 12c-.36-4.34-3.95-9.96-7.5-10-1.04.012-2.082.502-3.046 1.297",key:"gcdc3f"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],QJ=ZC("EggOff",XJ);var JJ=Object.freeze({__proto__:null,__iconNode:XJ,default:QJ});const e1=[["path",{d:"M12 22c6.23-.05 7.87-5.57 7.5-10-.36-4.34-3.95-9.96-7.5-10-3.55.04-7.14 5.66-7.5 10-.37 4.43 1.27 9.95 7.5 10z",key:"1c39pg"}]],t1=ZC("Egg",e1);var r1=Object.freeze({__proto__:null,__iconNode:e1,default:t1});const o1=[["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"}]],n1=ZC("EllipsisVertical",o1);var a1=Object.freeze({__proto__:null,__iconNode:o1,default:n1});const i1=[["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"}]],s1=ZC("Ellipsis",i1);var l1=Object.freeze({__proto__:null,__iconNode:i1,default:s1});const c1=[["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"}]],u1=ZC("EqualApproximately",c1);var d1=Object.freeze({__proto__:null,__iconNode:c1,default:u1});const p1=[["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"}]],h1=ZC("EqualNot",p1);var f1=Object.freeze({__proto__:null,__iconNode:p1,default:h1});const m1=[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}]],y1=ZC("Equal",m1);var g1=Object.freeze({__proto__:null,__iconNode:m1,default:y1});const v1=[["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"}]],x1=ZC("EthernetPort",v1);var b1=Object.freeze({__proto__:null,__iconNode:v1,default:x1});const w1=[["path",{d:"m7 21-4.3-4.3c-1-1-1-2.5 0-3.4l9.6-9.6c1-1 2.5-1 3.4 0l5.6 5.6c1 1 1 2.5 0 3.4L13 21",key:"182aya"}],["path",{d:"M22 21H7",key:"t4ddhn"}],["path",{d:"m5 11 9 9",key:"1mo9qw"}]],k1=ZC("Eraser",w1);var _1=Object.freeze({__proto__:null,__iconNode:w1,default:k1});const C1=[["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"}]],M1=ZC("Euro",C1);var S1=Object.freeze({__proto__:null,__iconNode:C1,default:M1});const D1=[["path",{d:"m15 15 6 6",key:"1s409w"}],["path",{d:"m15 9 6-6",key:"ko1vev"}],["path",{d:"M21 16.2V21h-4.8",key:"1hrera"}],["path",{d:"M21 7.8V3h-4.8",key:"ul1q53"}],["path",{d:"M3 16.2V21h4.8",key:"1x04uo"}],["path",{d:"m3 21 6-6",key:"wwnumi"}],["path",{d:"M3 7.8V3h4.8",key:"1ijppm"}],["path",{d:"M9 9 3 3",key:"v551iv"}]],O1=ZC("Expand",D1);var P1=Object.freeze({__proto__:null,__iconNode:D1,default:O1});const E1=[["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"}]],j1=ZC("ExternalLink",E1);var T1=Object.freeze({__proto__:null,__iconNode:E1,default:j1});const N1=[["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"}]],R1=ZC("EyeClosed",N1);var F1=Object.freeze({__proto__:null,__iconNode:N1,default:R1});const I1=[["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"}]],z1=ZC("EyeOff",I1);var A1=Object.freeze({__proto__:null,__iconNode:I1,default:z1});const L1=[["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"}]],B1=ZC("Eye",L1);var V1=Object.freeze({__proto__:null,__iconNode:L1,default:B1});const $1=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z",key:"1jg4f8"}]],H1=ZC("Facebook",$1);var q1=Object.freeze({__proto__:null,__iconNode:$1,default:H1});const W1=[["path",{d:"M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"159hny"}],["path",{d:"M17 18h1",key:"uldtlt"}],["path",{d:"M12 18h1",key:"s9uhes"}],["path",{d:"M7 18h1",key:"1neino"}]],U1=ZC("Factory",W1);var G1=Object.freeze({__proto__:null,__iconNode:W1,default:U1});const K1=[["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"}]],Y1=ZC("Fan",K1);var Z1=Object.freeze({__proto__:null,__iconNode:K1,default:Y1});const X1=[["polygon",{points:"13 19 22 12 13 5 13 19",key:"587y9g"}],["polygon",{points:"2 19 11 12 2 5 2 19",key:"3pweh0"}]],Q1=ZC("FastForward",X1);var J1=Object.freeze({__proto__:null,__iconNode:X1,default:Q1});const e0=[["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"}]],t0=ZC("Feather",e0);var r0=Object.freeze({__proto__:null,__iconNode:e0,default:t0});const o0=[["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"}]],n0=ZC("Fence",o0);var a0=Object.freeze({__proto__:null,__iconNode:o0,default:n0});const i0=[["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"}]],s0=ZC("FerrisWheel",i0);var l0=Object.freeze({__proto__:null,__iconNode:i0,default:s0});const c0=[["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"}]],u0=ZC("Figma",c0);var d0=Object.freeze({__proto__:null,__iconNode:c0,default:u0});const p0=[["path",{d:"M10 12v-1",key:"v7bkov"}],["path",{d:"M10 18v-2",key:"1cjy8d"}],["path",{d:"M10 7V6",key:"dljcrl"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 .274 1.01",key:"gkbcor"}],["circle",{cx:"10",cy:"20",r:"2",key:"1xzdoj"}]],h0=ZC("FileArchive",p0);var f0=Object.freeze({__proto__:null,__iconNode:p0,default:h0});const m0=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2",key:"17k7jt"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"3",cy:"17",r:"1",key:"vo6nti"}],["path",{d:"M2 17v-3a4 4 0 0 1 8 0v3",key:"1ggdre"}],["circle",{cx:"9",cy:"17",r:"1",key:"bc1fq4"}]],y0=ZC("FileAudio2",m0);var g0=Object.freeze({__proto__:null,__iconNode:m0,default:y0});const v0=[["path",{d:"M17.5 22h.5a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"rslqgf"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 19a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 1 1-4 0v-1a2 2 0 1 1 4 0",key:"9f7x3i"}]],x0=ZC("FileAudio",v0);var b0=Object.freeze({__proto__:null,__iconNode:v0,default:x0});const w0=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 18 4-4",key:"12zab0"}],["path",{d:"M8 10v8h8",key:"tlaukw"}]],k0=ZC("FileAxis3d",w0);var _0=Object.freeze({__proto__:null,__iconNode:w0,default:k0});const C0=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m14 12.5 1 5.5-3-1-3 1 1-5.5",key:"14xlky"}]],M0=ZC("FileBadge2",C0);var S0=Object.freeze({__proto__:null,__iconNode:C0,default:M0});const D0=[["path",{d:"M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"12ixgl"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M5 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",key:"u0c8gj"}],["path",{d:"M7 16.5 8 22l-3-1-3 1 1-5.5",key:"5gm2nr"}]],O0=ZC("FileBadge",D0);var P0=Object.freeze({__proto__:null,__iconNode:D0,default:O0});const E0=[["path",{d:"M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"16lz6z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 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:"99pj1s"}],["path",{d:"M7 17v5",key:"1yj1jh"}],["path",{d:"M11.7 14.2 7 17l-4.7-2.8",key:"1yk8tc"}]],j0=ZC("FileBox",E0);var T0=Object.freeze({__proto__:null,__iconNode:E0,default:j0});const N0=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 18v-2",key:"qcmpov"}],["path",{d:"M12 18v-4",key:"q1q25u"}],["path",{d:"M16 18v-6",key:"15y0np"}]],R0=ZC("FileChartColumnIncreasing",N0);var F0=Object.freeze({__proto__:null,__iconNode:N0,default:R0});const I0=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 18v-1",key:"zg0ygc"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"M16 18v-3",key:"j5jt4h"}]],z0=ZC("FileChartColumn",I0);var A0=Object.freeze({__proto__:null,__iconNode:I0,default:z0});const L0=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m16 13-3.5 3.5-2-2L8 17",key:"zz7yod"}]],B0=ZC("FileChartLine",L0);var V0=Object.freeze({__proto__:null,__iconNode:L0,default:B0});const $0=[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.5",key:"13ddob"}],["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"}]],H0=ZC("FileChartPie",$0);var q0=Object.freeze({__proto__:null,__iconNode:$0,default:H0});const W0=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m3 15 2 2 4-4",key:"1lhrkk"}]],U0=ZC("FileCheck2",W0);var G0=Object.freeze({__proto__:null,__iconNode:W0,default:U0});const K0=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m9 15 2 2 4-4",key:"1grp1n"}]],Y0=ZC("FileCheck",K0);var Z0=Object.freeze({__proto__:null,__iconNode:K0,default:Y0});const X0=[["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"37hlfg"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"8",cy:"16",r:"6",key:"10v15b"}],["path",{d:"M9.5 17.5 8 16.25V14",key:"1o80t2"}]],Q0=ZC("FileClock",X0);var J0=Object.freeze({__proto__:null,__iconNode:X0,default:Q0});const e2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m5 12-3 3 3 3",key:"oke12k"}],["path",{d:"m9 18 3-3-3-3",key:"112psh"}]],t2=ZC("FileCode2",e2);var r2=Object.freeze({__proto__:null,__iconNode:e2,default:t2});const o2=[["path",{d:"M10 12.5 8 15l2 2.5",key:"1tg20x"}],["path",{d:"m14 12.5 2 2.5-2 2.5",key:"yinavb"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}]],n2=ZC("FileCode",o2);var a2=Object.freeze({__proto__:null,__iconNode:o2,default:n2});const i2=[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m3.2 12.9-.9-.4",key:"1i3dj5"}],["path",{d:"m3.2 15.1-.9.4",key:"1fvgj0"}],["path",{d:"M4.677 21.5a2 2 0 0 0 1.313.5H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2.5",key:"1yo3oz"}],["path",{d:"m4.9 11.2-.4-.9",key:"otmhb9"}],["path",{d:"m4.9 16.8-.4.9",key:"1b8z07"}],["path",{d:"m7.5 10.3-.4.9",key:"11k65u"}],["path",{d:"m7.5 17.7-.4-.9",key:"431x55"}],["path",{d:"m9.7 12.5-.9.4",key:"87sjan"}],["path",{d:"m9.7 15.5-.9-.4",key:"khqm91"}],["circle",{cx:"6",cy:"14",r:"3",key:"a1xfv6"}]],s2=ZC("FileCog",i2);var l2=Object.freeze({__proto__:null,__iconNode:i2,default:s2});const c2=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M9 17h6",key:"r8uit2"}]],u2=ZC("FileDiff",c2);var d2=Object.freeze({__proto__:null,__iconNode:c2,default:u2});const p2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"4",height:"6",x:"2",y:"12",rx:"2",key:"jm304g"}],["path",{d:"M10 12h2v6",key:"12zw74"}],["path",{d:"M10 18h4",key:"1ulq68"}]],h2=ZC("FileDigit",p2);var f2=Object.freeze({__proto__:null,__iconNode:p2,default:h2});const m2=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"m9 15 3 3 3-3",key:"1npd3o"}]],y2=ZC("FileDown",m2);var g2=Object.freeze({__proto__:null,__iconNode:m2,default:y2});const v2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2",key:"17k7jt"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10.29 10.7a2.43 2.43 0 0 0-2.66-.52c-.29.12-.56.3-.78.53l-.35.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L6.5 18l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",key:"1c1fso"}]],x2=ZC("FileHeart",v2);var b2=Object.freeze({__proto__:null,__iconNode:v2,default:x2});const w2=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["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"}]],k2=ZC("FileImage",w2);var _2=Object.freeze({__proto__:null,__iconNode:w2,default:k2});const C2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 15h10",key:"jfw4w8"}],["path",{d:"m9 18 3-3-3-3",key:"112psh"}]],M2=ZC("FileInput",C2);var S2=Object.freeze({__proto__:null,__iconNode:C2,default:M2});const D2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 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:"fq0c9t"}],["path",{d:"M8 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:"4gibmv"}]],O2=ZC("FileJson2",D2);var P2=Object.freeze({__proto__:null,__iconNode:D2,default:O2});const E2=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["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"}]],j2=ZC("FileJson",E2);var T2=Object.freeze({__proto__:null,__iconNode:E2,default:j2});const N2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v6",key:"rc0qvx"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"4",cy:"16",r:"2",key:"1ehqvc"}],["path",{d:"m10 10-4.5 4.5",key:"7fwrp6"}],["path",{d:"m9 11 1 1",key:"wa6s5q"}]],R2=ZC("FileKey2",N2);var F2=Object.freeze({__proto__:null,__iconNode:N2,default:R2});const I2=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["circle",{cx:"10",cy:"16",r:"2",key:"4ckbqe"}],["path",{d:"m16 10-4.5 4.5",key:"7p3ebg"}],["path",{d:"m15 11 1 1",key:"1bsyx3"}]],z2=ZC("FileKey",I2);var A2=Object.freeze({__proto__:null,__iconNode:I2,default:z2});const L2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1",key:"jmtmu2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"8",height:"5",x:"2",y:"13",rx:"1",key:"10y5wo"}],["path",{d:"M8 13v-2a2 2 0 1 0-4 0v2",key:"1pdxzg"}]],B2=ZC("FileLock2",L2);var V2=Object.freeze({__proto__:null,__iconNode:L2,default:B2});const $2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 15h6",key:"4e2qda"}]],H2=ZC("FileMinus2",$2);var q2=Object.freeze({__proto__:null,__iconNode:$2,default:H2});const W2=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["rect",{width:"8",height:"6",x:"8",y:"12",rx:"1",key:"3yr8at"}],["path",{d:"M10 12v-2a2 2 0 1 1 4 0v2",key:"j4i8d"}]],U2=ZC("FileLock",W2);var G2=Object.freeze({__proto__:null,__iconNode:W2,default:U2});const K2=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}]],Y2=ZC("FileMinus",K2);var Z2=Object.freeze({__proto__:null,__iconNode:K2,default:Y2});const X2=[["path",{d:"M10.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v8.4",key:"1d3kfm"}],["path",{d:"M8 18v-7.7L16 9v7",key:"1oie6o"}],["circle",{cx:"14",cy:"16",r:"2",key:"1bzzi3"}],["circle",{cx:"6",cy:"18",r:"2",key:"1fncim"}]],Q2=ZC("FileMusic",X2);var J2=Object.freeze({__proto__:null,__iconNode:X2,default:Q2});const e4=[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 7V4a2 2 0 0 1 2-2 2 2 0 0 0-2 2",key:"1vk7w2"}],["path",{d:"M4.063 20.999a2 2 0 0 0 2 1L18 22a2 2 0 0 0 2-2V7l-5-5H6",key:"1jink5"}],["path",{d:"m5 11-3 3",key:"1dgrs4"}],["path",{d:"m5 17-3-3h10",key:"1mvvaf"}]],t4=ZC("FileOutput",e4);var r4=Object.freeze({__proto__:null,__iconNode:e4,default:t4});const o4=[["path",{d:"m18 5-2.414-2.414A2 2 0 0 0 14.172 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2",key:"142zxg"}],["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"}]],n4=ZC("FilePenLine",o4);var a4=Object.freeze({__proto__:null,__iconNode:o4,default:n4});const i4=[["path",{d:"M12.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v9.5",key:"1couwa"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["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"}]],s4=ZC("FilePen",i4);var l4=Object.freeze({__proto__:null,__iconNode:i4,default:s4});const c4=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 15h6",key:"4e2qda"}],["path",{d:"M6 12v6",key:"1u72j0"}]],u4=ZC("FilePlus2",c4);var d4=Object.freeze({__proto__:null,__iconNode:c4,default:u4});const p4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}],["path",{d:"M12 18v-6",key:"17g6i2"}]],h4=ZC("FilePlus",p4);var f4=Object.freeze({__proto__:null,__iconNode:p4,default:h4});const m4=[["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}]],y4=ZC("FileQuestion",m4);var g4=Object.freeze({__proto__:null,__iconNode:m4,default:y4});const v4=[["path",{d:"M20 10V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4",key:"1rdf37"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M16 14a2 2 0 0 0-2 2",key:"ceaadl"}],["path",{d:"M20 14a2 2 0 0 1 2 2",key:"1ny6zw"}],["path",{d:"M20 22a2 2 0 0 0 2-2",key:"1l9q4k"}],["path",{d:"M16 22a2 2 0 0 1-2-2",key:"1wqh5n"}]],x4=ZC("FileScan",v4);var b4=Object.freeze({__proto__:null,__iconNode:v4,default:x4});const w4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5",key:"1bq0ko"}],["path",{d:"M13.3 16.3 15 18",key:"2quom7"}]],k4=ZC("FileSearch2",w4);var _4=Object.freeze({__proto__:null,__iconNode:w4,default:k4});const C4=[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4.268 21a2 2 0 0 0 1.727 1H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"ms7g94"}],["path",{d:"m9 18-1.5-1.5",key:"1j6qii"}],["circle",{cx:"5",cy:"14",r:"3",key:"ufru5t"}]],M4=ZC("FileSearch",C4);var S4=Object.freeze({__proto__:null,__iconNode:C4,default:M4});const D4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M10 11v2",key:"1s651w"}],["path",{d:"M8 17h8",key:"wh5c61"}],["path",{d:"M14 16v2",key:"12fp5e"}]],O4=ZC("FileSliders",D4);var P4=Object.freeze({__proto__:null,__iconNode:D4,default:O4});const E4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 13h2",key:"yr2amv"}],["path",{d:"M14 13h2",key:"un5t4a"}],["path",{d:"M8 17h2",key:"2yhykz"}],["path",{d:"M14 17h2",key:"10kma7"}]],j4=ZC("FileSpreadsheet",E4);var T4=Object.freeze({__proto__:null,__iconNode:E4,default:j4});const N4=[["path",{d:"M21 7h-3a2 2 0 0 1-2-2V2",key:"9rb54x"}],["path",{d:"M21 6v6.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5v-9c0-.8.7-1.5 1.5-1.5H17Z",key:"1059l0"}],["path",{d:"M7 8v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H15",key:"16874u"}],["path",{d:"M3 12v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H11",key:"k2ox98"}]],R4=ZC("FileStack",N4);var F4=Object.freeze({__proto__:null,__iconNode:N4,default:R4});const I4=[["path",{d:"m10 18 3-3-3-3",key:"18f6ys"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 11V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7",key:"50q2rw"}]],z4=ZC("FileSymlink",I4);var A4=Object.freeze({__proto__:null,__iconNode:I4,default:z4});const L4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 16 2-2-2-2",key:"10vzyd"}],["path",{d:"M12 18h4",key:"1wd2n7"}]],B4=ZC("FileTerminal",L4);var V4=Object.freeze({__proto__:null,__iconNode:L4,default:B4});const $4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],H4=ZC("FileText",$4);var q4=Object.freeze({__proto__:null,__iconNode:$4,default:H4});const W4=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 13v-1h6v1",key:"1dh9dg"}],["path",{d:"M5 12v6",key:"150t9c"}],["path",{d:"M4 18h2",key:"1xrofg"}]],U4=ZC("FileType2",W4);var G4=Object.freeze({__proto__:null,__iconNode:W4,default:U4});const K4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 13v-1h6v1",key:"1bb014"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M11 18h2",key:"12mj7e"}]],Y4=ZC("FileType",K4);var Z4=Object.freeze({__proto__:null,__iconNode:K4,default:Y4});const X4=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"m15 15-3-3-3 3",key:"15xj92"}]],Q4=ZC("FileUp",X4);var J4=Object.freeze({__proto__:null,__iconNode:X4,default:Q4});const e5=[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15 18a3 3 0 1 0-6 0",key:"16awa0"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}]],t5=ZC("FileUser",e5);var r5=Object.freeze({__proto__:null,__iconNode:e5,default:t5});const o5=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"8",height:"6",x:"2",y:"12",rx:"1",key:"1a6c1e"}],["path",{d:"m10 15.5 4 2.5v-6l-4 2.5",key:"t7cp39"}]],n5=ZC("FileVideo2",o5);var a5=Object.freeze({__proto__:null,__iconNode:o5,default:n5});const i5=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m10 11 5 3-5 3v-6Z",key:"7ntvm4"}]],s5=ZC("FileVideo",i5);var l5=Object.freeze({__proto__:null,__iconNode:i5,default:s5});const c5=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["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"}]],u5=ZC("FileVolume2",c5);var d5=Object.freeze({__proto__:null,__iconNode:c5,default:u5});const p5=[["path",{d:"M11 11a5 5 0 0 1 0 6",key:"193qb2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 6.765V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-.93-.23",key:"ifyjnl"}],["path",{d:"M7 10.51a.5.5 0 0 0-.826-.38l-1.893 1.628A1 1 0 0 1 3.63 12H2.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h1.129a1 1 0 0 1 .652.242l1.893 1.63a.5.5 0 0 0 .826-.38z",key:"mk8rxu"}]],h5=ZC("FileVolume",p5);var f5=Object.freeze({__proto__:null,__iconNode:p5,default:h5});const m5=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],y5=ZC("FileWarning",m5);var g5=Object.freeze({__proto__:null,__iconNode:m5,default:y5});const v5=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 12.5-5 5",key:"b853mi"}],["path",{d:"m3 12.5 5 5",key:"1qls4r"}]],x5=ZC("FileX2",v5);var b5=Object.freeze({__proto__:null,__iconNode:v5,default:x5});const w5=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m14.5 12.5-5 5",key:"b62r18"}],["path",{d:"m9.5 12.5 5 5",key:"1rk7el"}]],k5=ZC("FileX",w5);var _5=Object.freeze({__proto__:null,__iconNode:w5,default:k5});const C5=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}]],M5=ZC("File",C5);var S5=Object.freeze({__proto__:null,__iconNode:C5,default:M5});const D5=[["path",{d:"M20 7h-3a2 2 0 0 1-2-2V2",key:"x099mo"}],["path",{d:"M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z",key:"18t6ie"}],["path",{d:"M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8",key:"1nja0z"}]],O5=ZC("Files",D5);var P5=Object.freeze({__proto__:null,__iconNode:D5,default:O5});const E5=[["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"}]],j5=ZC("Film",E5);var T5=Object.freeze({__proto__:null,__iconNode:E5,default:j5});const N5=[["path",{d:"M13.013 3H2l8 9.46V19l4 2v-8.54l.9-1.055",key:"1fi1da"}],["path",{d:"m22 3-5 5",key:"12jva0"}],["path",{d:"m17 3 5 5",key:"k36vhe"}]],R5=ZC("FilterX",N5);var F5=Object.freeze({__proto__:null,__iconNode:N5,default:R5});const I5=[["polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3",key:"1yg77f"}]],z5=ZC("Filter",I5);var A5=Object.freeze({__proto__:null,__iconNode:I5,default:z5});const L5=[["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"}]],B5=ZC("Fingerprint",L5);var V5=Object.freeze({__proto__:null,__iconNode:L5,default:B5});const $5=[["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"}]],H5=ZC("FireExtinguisher",$5);var q5=Object.freeze({__proto__:null,__iconNode:$5,default:H5});const W5=[["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"}]],U5=ZC("FishOff",W5);var G5=Object.freeze({__proto__:null,__iconNode:W5,default:U5});const K5=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8",key:"h4oh4o"}]],Y5=ZC("FishSymbol",K5);var Z5=Object.freeze({__proto__:null,__iconNode:K5,default:Y5});const X5=[["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"}]],Q5=ZC("Fish",X5);var J5=Object.freeze({__proto__:null,__iconNode:X5,default:Q5});const e3=[["path",{d:"M8 2c3 0 5 2 8 2s4-1 4-1v11",key:"9rwyz9"}],["path",{d:"M4 22V4",key:"1plyxx"}],["path",{d:"M4 15s1-1 4-1 5 2 8 2",key:"1myooe"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],t3=ZC("FlagOff",e3);var r3=Object.freeze({__proto__:null,__iconNode:e3,default:t3});const o3=[["path",{d:"M17 22V2L7 7l10 5",key:"1rmf0r"}]],n3=ZC("FlagTriangleLeft",o3);var a3=Object.freeze({__proto__:null,__iconNode:o3,default:n3});const i3=[["path",{d:"M7 22V2l10 5-10 5",key:"17n18y"}]],s3=ZC("FlagTriangleRight",i3);var l3=Object.freeze({__proto__:null,__iconNode:i3,default:s3});const c3=[["path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z",key:"i9b6wo"}],["line",{x1:"4",x2:"4",y1:"22",y2:"15",key:"1cm3nv"}]],u3=ZC("Flag",c3);var d3=Object.freeze({__proto__:null,__iconNode:c3,default:u3});const p3=[["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"}]],h3=ZC("FlameKindling",p3);var f3=Object.freeze({__proto__:null,__iconNode:p3,default:h3});const m3=[["path",{d:"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z",key:"96xj49"}]],y3=ZC("Flame",m3);var g3=Object.freeze({__proto__:null,__iconNode:m3,default:y3});const v3=[["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"}]],x3=ZC("FlashlightOff",v3);var b3=Object.freeze({__proto__:null,__iconNode:v3,default:x3});const w3=[["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"}]],k3=ZC("Flashlight",w3);var _3=Object.freeze({__proto__:null,__iconNode:w3,default:k3});const C3=[["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"}]],M3=ZC("FlaskConicalOff",C3);var S3=Object.freeze({__proto__:null,__iconNode:C3,default:M3});const D3=[["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"}]],O3=ZC("FlaskConical",D3);var P3=Object.freeze({__proto__:null,__iconNode:D3,default:O3});const E3=[["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"}]],j3=ZC("FlaskRound",E3);var T3=Object.freeze({__proto__:null,__iconNode:E3,default:j3});const N3=[["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"}]],R3=ZC("FlipHorizontal2",N3);var F3=Object.freeze({__proto__:null,__iconNode:N3,default:R3});const I3=[["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"}]],z3=ZC("FlipHorizontal",I3);var A3=Object.freeze({__proto__:null,__iconNode:I3,default:z3});const L3=[["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"}]],B3=ZC("FlipVertical2",L3);var V3=Object.freeze({__proto__:null,__iconNode:L3,default:B3});const $3=[["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"}]],H3=ZC("FlipVertical",$3);var q3=Object.freeze({__proto__:null,__iconNode:$3,default:H3});const W3=[["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"}]],U3=ZC("Flower2",W3);var G3=Object.freeze({__proto__:null,__iconNode:W3,default:U3});const K3=[["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"}]],Y3=ZC("Focus",K3);var Z3=Object.freeze({__proto__:null,__iconNode:K3,default:Y3});const X3=[["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"}]],Q3=ZC("Flower",X3);var J3=Object.freeze({__proto__:null,__iconNode:X3,default:Q3});const e6=[["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"}]],t6=ZC("FoldHorizontal",e6);var r6=Object.freeze({__proto__:null,__iconNode:e6,default:t6});const o6=[["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"}]],n6=ZC("FoldVertical",o6);var a6=Object.freeze({__proto__:null,__iconNode:o6,default:n6});const i6=[["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"}]],s6=ZC("FolderArchive",i6);var l6=Object.freeze({__proto__:null,__iconNode:i6,default:s6});const c6=[["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"}]],u6=ZC("FolderCheck",c6);var d6=Object.freeze({__proto__:null,__iconNode:c6,default:u6});const p6=[["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}],["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"}],["path",{d:"M16 14v2l1 1",key:"xth2jh"}]],h6=ZC("FolderClock",p6);var f6=Object.freeze({__proto__:null,__iconNode:p6,default:h6});const m6=[["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"}]],y6=ZC("FolderClosed",m6);var g6=Object.freeze({__proto__:null,__iconNode:m6,default:y6});const v6=[["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"}]],x6=ZC("FolderCode",v6);var b6=Object.freeze({__proto__:null,__iconNode:v6,default:x6});const w6=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"M10.3 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.3",key:"1k8050"}],["path",{d:"m21.7 19.4-.9-.3",key:"1qgwi9"}],["path",{d:"m15.2 16.9-.9-.3",key:"1t7mvx"}],["path",{d:"m16.6 21.7.3-.9",key:"1j67ps"}],["path",{d:"m19.1 15.2.3-.9",key:"18r7jp"}],["path",{d:"m19.6 21.7-.4-1",key:"z2vh2"}],["path",{d:"m16.8 15.3-.4-1",key:"1ei7r6"}],["path",{d:"m14.3 19.6 1-.4",key:"11sv9r"}],["path",{d:"m20.7 16.8 1-.4",key:"19m87a"}]],k6=ZC("FolderCog",w6);var _6=Object.freeze({__proto__:null,__iconNode:w6,default:k6});const C6=[["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"}]],M6=ZC("FolderDot",C6);var S6=Object.freeze({__proto__:null,__iconNode:C6,default:M6});const D6=[["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"}]],O6=ZC("FolderDown",D6);var P6=Object.freeze({__proto__:null,__iconNode:D6,default:O6});const E6=[["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"}]],j6=ZC("FolderGit2",E6);var T6=Object.freeze({__proto__:null,__iconNode:E6,default:j6});const N6=[["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"}]],R6=ZC("FolderGit",N6);var F6=Object.freeze({__proto__:null,__iconNode:N6,default:R6});const I6=[["path",{d:"M11 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 2v1.5",key:"6hud8k"}],["path",{d:"M13.9 17.45c-1.2-1.2-1.14-2.8-.2-3.73a2.43 2.43 0 0 1 3.44 0l.36.34.34-.34a2.43 2.43 0 0 1 3.45-.01c.95.95 1 2.53-.2 3.74L17.5 21Z",key:"wpff58"}]],z6=ZC("FolderHeart",I6);var A6=Object.freeze({__proto__:null,__iconNode:I6,default:z6});const L6=[["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"}]],B6=ZC("FolderInput",L6);var V6=Object.freeze({__proto__:null,__iconNode:L6,default:B6});const $6=[["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"}]],H6=ZC("FolderKanban",$6);var q6=Object.freeze({__proto__:null,__iconNode:$6,default:H6});const W6=[["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"}]],U6=ZC("FolderKey",W6);var G6=Object.freeze({__proto__:null,__iconNode:W6,default:U6});const K6=[["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"}]],Y6=ZC("FolderLock",K6);var Z6=Object.freeze({__proto__:null,__iconNode:K6,default:Y6});const X6=[["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"}]],Q6=ZC("FolderMinus",X6);var J6=Object.freeze({__proto__:null,__iconNode:X6,default:Q6});const e8=[["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"}]],t8=ZC("FolderOpenDot",e8);var r8=Object.freeze({__proto__:null,__iconNode:e8,default:t8});const o8=[["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"}]],n8=ZC("FolderOpen",o8);var a8=Object.freeze({__proto__:null,__iconNode:o8,default:n8});const i8=[["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"}]],s8=ZC("FolderOutput",i8);var l8=Object.freeze({__proto__:null,__iconNode:i8,default:s8});const c8=[["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"}]],u8=ZC("FolderPen",c8);var d8=Object.freeze({__proto__:null,__iconNode:c8,default:u8});const p8=[["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"}]],h8=ZC("FolderPlus",p8);var f8=Object.freeze({__proto__:null,__iconNode:p8,default:h8});const m8=[["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"}]],y8=ZC("FolderRoot",m8);var g8=Object.freeze({__proto__:null,__iconNode:m8,default:y8});const v8=[["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"}]],x8=ZC("FolderSearch2",v8);var b8=Object.freeze({__proto__:null,__iconNode:v8,default:x8});const w8=[["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-3a2 2 0 0 1 2-2h7",key:"x1c07l"}],["path",{d:"m8 16 3-3-3-3",key:"rlqrt1"}]],k8=ZC("FolderSymlink",w8);var _8=Object.freeze({__proto__:null,__iconNode:w8,default:k8});const C8=[["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"}]],M8=ZC("FolderSearch",C8);var S8=Object.freeze({__proto__:null,__iconNode:C8,default:M8});const D8=[["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"}]],O8=ZC("FolderSync",D8);var P8=Object.freeze({__proto__:null,__iconNode:D8,default:O8});const E8=[["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"}]],j8=ZC("FolderTree",E8);var T8=Object.freeze({__proto__:null,__iconNode:E8,default:j8});const N8=[["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"}]],R8=ZC("FolderUp",N8);var F8=Object.freeze({__proto__:null,__iconNode:N8,default:R8});const I8=[["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"}]],z8=ZC("FolderX",I8);var A8=Object.freeze({__proto__:null,__iconNode:I8,default:z8});const L8=[["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"}]],B8=ZC("Folder",L8);var V8=Object.freeze({__proto__:null,__iconNode:L8,default:B8});const $8=[["path",{d:"M20 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.9a2 2 0 0 1-1.69-.9l-.81-1.2a2 2 0 0 0-1.67-.9H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2Z",key:"4u7rpt"}],["path",{d:"M2 8v11a2 2 0 0 0 2 2h14",key:"1eicx1"}]],H8=ZC("Folders",$8);var q8=Object.freeze({__proto__:null,__iconNode:$8,default:H8});const W8=[["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"}]],U8=ZC("Footprints",W8);var G8=Object.freeze({__proto__:null,__iconNode:W8,default:U8});const K8=[["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"}]],Y8=ZC("Forklift",K8);var Z8=Object.freeze({__proto__:null,__iconNode:K8,default:Y8});const X8=[["polyline",{points:"15 17 20 12 15 7",key:"1w3sku"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12",key:"jmiej9"}]],Q8=ZC("Forward",X8);var J8=Object.freeze({__proto__:null,__iconNode:X8,default:Q8});const e7=[["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"}]],t7=ZC("Frame",e7);var r7=Object.freeze({__proto__:null,__iconNode:e7,default:t7});const o7=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7",key:"1a2nng"}]],n7=ZC("Framer",o7);var a7=Object.freeze({__proto__:null,__iconNode:o7,default:n7});const i7=[["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"}]],s7=ZC("Frown",i7);var l7=Object.freeze({__proto__:null,__iconNode:i7,default:s7});const c7=[["line",{x1:"3",x2:"15",y1:"22",y2:"22",key:"xegly4"}],["line",{x1:"4",x2:"14",y1:"9",y2:"9",key:"xcnuvu"}],["path",{d:"M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18",key:"16j0yd"}],["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5",key:"7cu91f"}]],u7=ZC("Fuel",c7);var d7=Object.freeze({__proto__:null,__iconNode:c7,default:u7});const p7=[["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"}]],h7=ZC("Fullscreen",p7);var f7=Object.freeze({__proto__:null,__iconNode:p7,default:h7});const m7=[["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"}]],y7=ZC("GalleryHorizontalEnd",m7);var g7=Object.freeze({__proto__:null,__iconNode:m7,default:y7});const v7=[["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"}]],x7=ZC("GalleryHorizontal",v7);var b7=Object.freeze({__proto__:null,__iconNode:v7,default:x7});const w7=[["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"}]],k7=ZC("GalleryThumbnails",w7);var _7=Object.freeze({__proto__:null,__iconNode:w7,default:k7});const C7=[["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"}]],M7=ZC("GalleryVerticalEnd",C7);var S7=Object.freeze({__proto__:null,__iconNode:C7,default:M7});const D7=[["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"}]],O7=ZC("GalleryVertical",D7);var P7=Object.freeze({__proto__:null,__iconNode:D7,default:O7});const E7=[["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"}]],j7=ZC("Gamepad2",E7);var T7=Object.freeze({__proto__:null,__iconNode:E7,default:j7});const N7=[["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"}]],R7=ZC("Gamepad",N7);var F7=Object.freeze({__proto__:null,__iconNode:N7,default:R7});const I7=[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]],z7=ZC("Gauge",I7);var A7=Object.freeze({__proto__:null,__iconNode:I7,default:z7});const L7=[["path",{d:"m14.5 12.5-8 8a2.119 2.119 0 1 1-3-3l8-8",key:"15492f"}],["path",{d:"m16 16 6-6",key:"vzrcl6"}],["path",{d:"m8 8 6-6",key:"18bi4p"}],["path",{d:"m9 7 8 8",key:"5jnvq1"}],["path",{d:"m21 11-8-8",key:"z4y7zo"}]],B7=ZC("Gavel",L7);var V7=Object.freeze({__proto__:null,__iconNode:L7,default:B7});const $7=[["path",{d:"M6 3h12l4 6-10 13L2 9Z",key:"1pcd5k"}],["path",{d:"M11 3 8 9l4 13 4-13-3-6",key:"1fcu3u"}],["path",{d:"M2 9h20",key:"16fsjt"}]],H7=ZC("Gem",$7);var q7=Object.freeze({__proto__:null,__iconNode:$7,default:H7});const W7=[["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"}]],U7=ZC("Ghost",W7);var G7=Object.freeze({__proto__:null,__iconNode:W7,default:U7});const K7=[["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"}]],Y7=ZC("Gift",K7);var Z7=Object.freeze({__proto__:null,__iconNode:K7,default:Y7});const X7=[["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"}]],Q7=ZC("GitBranch",X7);var J7=Object.freeze({__proto__:null,__iconNode:X7,default:Q7});const e9=[["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"}]],t9=ZC("GitCommitHorizontal",e9);var r9=Object.freeze({__proto__:null,__iconNode:e9,default:t9});const o9=[["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"}]],n9=ZC("GitBranchPlus",o9);var a9=Object.freeze({__proto__:null,__iconNode:o9,default:n9});const i9=[["path",{d:"M12 3v6",key:"1holv5"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 15v6",key:"a9ows0"}]],s9=ZC("GitCommitVertical",i9);var l9=Object.freeze({__proto__:null,__iconNode:i9,default:s9});const c9=[["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"}]],u9=ZC("GitCompareArrows",c9);var d9=Object.freeze({__proto__:null,__iconNode:c9,default:u9});const p9=[["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"}]],h9=ZC("GitCompare",p9);var f9=Object.freeze({__proto__:null,__iconNode:p9,default:h9});const m9=[["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"}]],y9=ZC("GitFork",m9);var g9=Object.freeze({__proto__:null,__iconNode:m9,default:y9});const v9=[["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"}]],x9=ZC("GitGraph",v9);var b9=Object.freeze({__proto__:null,__iconNode:v9,default:x9});const w9=[["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"}]],k9=ZC("GitMerge",w9);var _9=Object.freeze({__proto__:null,__iconNode:w9,default:k9});const C9=[["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"}]],M9=ZC("GitPullRequestArrow",C9);var S9=Object.freeze({__proto__:null,__iconNode:C9,default:M9});const D9=[["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"}]],O9=ZC("GitPullRequestClosed",D9);var P9=Object.freeze({__proto__:null,__iconNode:D9,default:O9});const E9=[["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"}]],j9=ZC("GitPullRequestCreateArrow",E9);var T9=Object.freeze({__proto__:null,__iconNode:E9,default:j9});const N9=[["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"}]],R9=ZC("GitPullRequestCreate",N9);var F9=Object.freeze({__proto__:null,__iconNode:N9,default:R9});const I9=[["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"}]],z9=ZC("GitPullRequestDraft",I9);var A9=Object.freeze({__proto__:null,__iconNode:I9,default:z9});const L9=[["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"}]],B9=ZC("GitPullRequest",L9);var V9=Object.freeze({__proto__:null,__iconNode:L9,default:B9});const $9=[["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"}]],H9=ZC("Github",$9);var q9=Object.freeze({__proto__:null,__iconNode:$9,default:H9});const W9=[["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"}]],U9=ZC("GlassWater",W9);var G9=Object.freeze({__proto__:null,__iconNode:W9,default:U9});const K9=[["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"}]],Y9=ZC("Gitlab",K9);var Z9=Object.freeze({__proto__:null,__iconNode:K9,default:Y9});const X9=[["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"}]],Q9=ZC("Glasses",X9);var J9=Object.freeze({__proto__:null,__iconNode:X9,default:Q9});const eee=[["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"}]],tee=ZC("GlobeLock",eee);var ree=Object.freeze({__proto__:null,__iconNode:eee,default:tee});const oee=[["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"}]],nee=ZC("Globe",oee);var aee=Object.freeze({__proto__:null,__iconNode:oee,default:nee});const iee=[["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"}]],see=ZC("Goal",iee);var lee=Object.freeze({__proto__:null,__iconNode:iee,default:see});const cee=[["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"}]],uee=ZC("Grab",cee);var dee=Object.freeze({__proto__:null,__iconNode:cee,default:uee});const pee=[["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"}]],hee=ZC("GraduationCap",pee);var fee=Object.freeze({__proto__:null,__iconNode:pee,default:hee});const mee=[["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"}]],yee=ZC("Grape",mee);var gee=Object.freeze({__proto__:null,__iconNode:mee,default:yee});const vee=[["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"}]],xee=ZC("Grid2x2Plus",vee);var bee=Object.freeze({__proto__:null,__iconNode:vee,default:xee});const wee=[["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"}]],kee=ZC("Grid2x2Check",wee);var _ee=Object.freeze({__proto__:null,__iconNode:wee,default:kee});const Cee=[["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"}]],Mee=ZC("Grid2x2X",Cee);var See=Object.freeze({__proto__:null,__iconNode:Cee,default:Mee});const Dee=[["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"}]],Oee=ZC("Grid2x2",Dee);var Pee=Object.freeze({__proto__:null,__iconNode:Dee,default:Oee});const Eee=[["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"}]],jee=ZC("Grid3x3",Eee);var Tee=Object.freeze({__proto__:null,__iconNode:Eee,default:jee});const Nee=[["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"}]],Ree=ZC("GripHorizontal",Nee);var Fee=Object.freeze({__proto__:null,__iconNode:Nee,default:Ree});const Iee=[["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"}]],zee=ZC("GripVertical",Iee);var Aee=Object.freeze({__proto__:null,__iconNode:Iee,default:zee});const Lee=[["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"}]],Bee=ZC("Grip",Lee);var Vee=Object.freeze({__proto__:null,__iconNode:Lee,default:Bee});const $ee=[["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"}]],Hee=ZC("Group",$ee);var qee=Object.freeze({__proto__:null,__iconNode:$ee,default:Hee});const Wee=[["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.2 9.9C8.7 8.8 9.8 8 11 8c2.8 0 5 2.2 5 5 0 1.2-.8 2.3-1.9 2.8l-.9.4A2 2 0 0 0 12 18a4 4 0 0 1-4 4c-3.3 0-6-2.7-6-6a4 4 0 0 1 4-4 2 2 0 0 0 1.8-1.2z",key:"1u8q3z"}],["circle",{cx:"11.5",cy:"12.5",r:".5",fill:"currentColor",key:"16onso"}]],Uee=ZC("Guitar",Wee);var Gee=Object.freeze({__proto__:null,__iconNode:Wee,default:Uee});const Kee=[["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"}]],Yee=ZC("Ham",Kee);var Zee=Object.freeze({__proto__:null,__iconNode:Kee,default:Yee});const Xee=[["path",{d:"m15 12-8.373 8.373a1 1 0 1 1-3-3L12 9",key:"eefl8a"}],["path",{d:"m18 15 4-4",key:"16gjal"}],["path",{d:"m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172V7l-2.26-2.26a6 6 0 0 0-4.202-1.756L9 2.96l.92.82A6.18 6.18 0 0 1 12 8.4V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5",key:"b7pghm"}]],Qee=ZC("Hammer",Xee);var Jee=Object.freeze({__proto__:null,__iconNode:Xee,default:Qee});const ete=[["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"}]],tte=ZC("HandCoins",ete);var rte=Object.freeze({__proto__:null,__iconNode:ete,default:tte});const ote=[["path",{d:"M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16",key:"1ifwr1"}],["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.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"17abbs"}],["path",{d:"m2 15 6 6",key:"10dquu"}],["path",{d:"M19.5 8.5c.7-.7 1.5-1.6 1.5-2.7A2.73 2.73 0 0 0 16 4a2.78 2.78 0 0 0-5 1.8c0 1.2.8 2 1.5 2.8L16 12Z",key:"1h3036"}]],nte=ZC("HandHeart",ote);var ate=Object.freeze({__proto__:null,__iconNode:ote,default:nte});const ite=[["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"}]],ste=ZC("HandHelping",ite);var lte=Object.freeze({__proto__:null,__iconNode:ite,default:ste});const cte=[["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"}]],ute=ZC("HandMetal",cte);var dte=Object.freeze({__proto__:null,__iconNode:cte,default:ute});const pte=[["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"}]],hte=ZC("HandPlatter",pte);var fte=Object.freeze({__proto__:null,__iconNode:pte,default:hte});const mte=[["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"}]],yte=ZC("Hand",mte);var gte=Object.freeze({__proto__:null,__iconNode:mte,default:yte});const vte=[["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"}]],xte=ZC("Handshake",vte);var bte=Object.freeze({__proto__:null,__iconNode:vte,default:xte});const wte=[["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"}]],kte=ZC("HardDriveDownload",wte);var _te=Object.freeze({__proto__:null,__iconNode:wte,default:kte});const Cte=[["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"}]],Mte=ZC("HardDriveUpload",Cte);var Ste=Object.freeze({__proto__:null,__iconNode:Cte,default:Mte});const Dte=[["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"}]],Ote=ZC("HardDrive",Dte);var Pte=Object.freeze({__proto__:null,__iconNode:Dte,default:Ote});const Ete=[["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"}]],jte=ZC("HardHat",Ete);var Tte=Object.freeze({__proto__:null,__iconNode:Ete,default:jte});const Nte=[["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"}]],Rte=ZC("Hash",Nte);var Fte=Object.freeze({__proto__:null,__iconNode:Nte,default:Rte});const Ite=[["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"}]],zte=ZC("Haze",Ite);var Ate=Object.freeze({__proto__:null,__iconNode:Ite,default:zte});const Lte=[["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"}]],Bte=ZC("HdmiPort",Lte);var Vte=Object.freeze({__proto__:null,__iconNode:Lte,default:Bte});const $te=[["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"}]],Hte=ZC("Heading1",$te);var qte=Object.freeze({__proto__:null,__iconNode:$te,default:Hte});const Wte=[["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"}]],Ute=ZC("Heading2",Wte);var Gte=Object.freeze({__proto__:null,__iconNode:Wte,default:Ute});const Kte=[["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"}]],Yte=ZC("Heading3",Kte);var Zte=Object.freeze({__proto__:null,__iconNode:Kte,default:Yte});const Xte=[["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"}]],Qte=ZC("Heading4",Xte);var Jte=Object.freeze({__proto__:null,__iconNode:Xte,default:Qte});const ere=[["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"}]],tre=ZC("Heading5",ere);var rre=Object.freeze({__proto__:null,__iconNode:ere,default:tre});const ore=[["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"}]],nre=ZC("Heading6",ore);var are=Object.freeze({__proto__:null,__iconNode:ore,default:nre});const ire=[["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M6 20V4",key:"1w1bmo"}],["path",{d:"M18 20V4",key:"o2hl4u"}]],sre=ZC("Heading",ire);var lre=Object.freeze({__proto__:null,__iconNode:ire,default:sre});const cre=[["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"}]],ure=ZC("HeadphoneOff",cre);var dre=Object.freeze({__proto__:null,__iconNode:cre,default:ure});const pre=[["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"}]],hre=ZC("Headphones",pre);var fre=Object.freeze({__proto__:null,__iconNode:pre,default:hre});const mre=[["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"}]],yre=ZC("Headset",mre);var gre=Object.freeze({__proto__:null,__iconNode:mre,default:yre});const vre=[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"m12 13-1-1 2-2-3-3 2-2",key:"xjdxli"}]],xre=ZC("HeartCrack",vre);var bre=Object.freeze({__proto__:null,__iconNode:vre,default:xre});const wre=[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"M12 5 9.04 7.96a2.17 2.17 0 0 0 0 3.08c.82.82 2.13.85 3 .07l2.07-1.9a2.82 2.82 0 0 1 3.79 0l2.96 2.66",key:"4oyue0"}],["path",{d:"m18 15-2-2",key:"60u0ii"}],["path",{d:"m15 18-2-2",key:"6p76be"}]],kre=ZC("HeartHandshake",wre);var _re=Object.freeze({__proto__:null,__iconNode:wre,default:kre});const Cre=[["line",{x1:"2",y1:"2",x2:"22",y2:"22",key:"1w4vcy"}],["path",{d:"M16.5 16.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5a5.5 5.5 0 0 1 2.14-4.35",key:"3mpagl"}],["path",{d:"M8.76 3.1c1.15.22 2.13.78 3.24 1.9 1.5-1.5 2.74-2 4.5-2A5.5 5.5 0 0 1 22 8.5c0 2.12-1.3 3.78-2.67 5.17",key:"1gh3v3"}]],Mre=ZC("HeartOff",Cre);var Sre=Object.freeze({__proto__:null,__iconNode:Cre,default:Mre});const Dre=[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"M3.22 12H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27",key:"1uw2ng"}]],Ore=ZC("HeartPulse",Dre);var Pre=Object.freeze({__proto__:null,__iconNode:Dre,default:Ore});const Ere=[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}]],jre=ZC("Heart",Ere);var Tre=Object.freeze({__proto__:null,__iconNode:Ere,default:jre});const Nre=[["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"}]],Rre=ZC("Heater",Nre);var Fre=Object.freeze({__proto__:null,__iconNode:Nre,default:Rre});const Ire=[["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"}]],zre=ZC("Hexagon",Ire);var Are=Object.freeze({__proto__:null,__iconNode:Ire,default:zre});const Lre=[["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"}]],Bre=ZC("History",Lre);var Vre=Object.freeze({__proto__:null,__iconNode:Lre,default:Bre});const $re=[["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"}]],Hre=ZC("Highlighter",$re);var qre=Object.freeze({__proto__:null,__iconNode:$re,default:Hre});const Wre=[["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"}]],Ure=ZC("HopOff",Wre);var Gre=Object.freeze({__proto__:null,__iconNode:Wre,default:Ure});const Kre=[["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"}]],Yre=ZC("Hop",Kre);var Zre=Object.freeze({__proto__:null,__iconNode:Kre,default:Yre});const Xre=[["path",{d:"M12 6v4",key:"16clxf"}],["path",{d:"M14 14h-4",key:"esezmu"}],["path",{d:"M14 18h-4",key:"16mqa2"}],["path",{d:"M14 8h-4",key:"z8ypaz"}],["path",{d:"M18 12h2a2 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:"b1k337"}],["path",{d:"M18 22V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v18",key:"16g51d"}]],Qre=ZC("Hospital",Xre);var Jre=Object.freeze({__proto__:null,__iconNode:Xre,default:Qre});const eoe=[["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"}]],toe=ZC("Hotel",eoe);var roe=Object.freeze({__proto__:null,__iconNode:eoe,default:toe});const ooe=[["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"}]],noe=ZC("Hourglass",ooe);var aoe=Object.freeze({__proto__:null,__iconNode:ooe,default:noe});const ioe=[["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-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2",key:"1gvg2z"}]],soe=ZC("HousePlug",ioe);var loe=Object.freeze({__proto__:null,__iconNode:ioe,default:soe});const coe=[["path",{d:"M13.22 2.416a2 2 0 0 0-2.511.057l-7 5.999A2 2 0 0 0 3 10v9a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7.354",key:"5phn05"}],["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"M18 3v6",key:"x1uolp"}]],uoe=ZC("HousePlus",coe);var doe=Object.freeze({__proto__:null,__iconNode:coe,default:uoe});const poe=[["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-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"1d0kgt"}],["path",{d:"M7 10.754a8 8 0 0 1 10 0",key:"exoy2g"}]],hoe=ZC("HouseWifi",poe);var foe=Object.freeze({__proto__:null,__iconNode:poe,default:hoe});const moe=[["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-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"1d0kgt"}]],yoe=ZC("House",moe);var goe=Object.freeze({__proto__:null,__iconNode:moe,default:yoe});const voe=[["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"}]],xoe=ZC("IceCreamBowl",voe);var boe=Object.freeze({__proto__:null,__iconNode:voe,default:xoe});const woe=[["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"}]],koe=ZC("IceCreamCone",woe);var _oe=Object.freeze({__proto__:null,__iconNode:woe,default:koe});const Coe=[["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"}]],Moe=ZC("IdCard",Coe);var Soe=Object.freeze({__proto__:null,__iconNode:Coe,default:Moe});const Doe=[["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"}]],Ooe=ZC("ImageDown",Doe);var Poe=Object.freeze({__proto__:null,__iconNode:Doe,default:Ooe});const Eoe=[["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"}]],joe=ZC("ImageMinus",Eoe);var Toe=Object.freeze({__proto__:null,__iconNode:Eoe,default:joe});const Noe=[["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"}]],Roe=ZC("ImageOff",Noe);var Foe=Object.freeze({__proto__:null,__iconNode:Noe,default:Roe});const Ioe=[["path",{d:"m11 16-5 5",key:"j5f7ct"}],["path",{d:"M11 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6.5",key:"7s81lt"}],["path",{d:"M15.765 22a.5.5 0 0 1-.765-.424V13.38a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z",key:"1omb6s"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]],zoe=ZC("ImagePlay",Ioe);var Aoe=Object.freeze({__proto__:null,__iconNode:Ioe,default:zoe});const Loe=[["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"}]],Boe=ZC("ImagePlus",Loe);var Voe=Object.freeze({__proto__:null,__iconNode:Loe,default:Boe});const $oe=[["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"}]],Hoe=ZC("ImageUp",$oe);var qoe=Object.freeze({__proto__:null,__iconNode:$oe,default:Hoe});const Woe=[["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"}]],Uoe=ZC("ImageUpscale",Woe);var Goe=Object.freeze({__proto__:null,__iconNode:Woe,default:Uoe});const Koe=[["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"}]],Yoe=ZC("Image",Koe);var Zoe=Object.freeze({__proto__:null,__iconNode:Koe,default:Yoe});const Xoe=[["path",{d:"M18 22H4a2 2 0 0 1-2-2V6",key:"pblm9e"}],["path",{d:"m22 13-1.296-1.296a2.41 2.41 0 0 0-3.408 0L11 18",key:"nf6bnh"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["rect",{width:"16",height:"16",x:"6",y:"2",rx:"2",key:"12espp"}]],Qoe=ZC("Images",Xoe);var Joe=Object.freeze({__proto__:null,__iconNode:Xoe,default:Qoe});const ene=[["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"}]],tne=ZC("Import",ene);var rne=Object.freeze({__proto__:null,__iconNode:ene,default:tne});const one=[["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"}]],nne=ZC("Inbox",one);var ane=Object.freeze({__proto__:null,__iconNode:one,default:nne});const ine=[["path",{d:"M21 12H11",key:"wd7e0v"}],["path",{d:"M21 18H11",key:"4wu86t"}],["path",{d:"M21 6H11",key:"6dy1d6"}],["path",{d:"m7 8-4 4 4 4",key:"o5hrat"}]],sne=ZC("IndentDecrease",ine);var lne=Object.freeze({__proto__:null,__iconNode:ine,default:sne});const cne=[["path",{d:"M21 12H11",key:"wd7e0v"}],["path",{d:"M21 18H11",key:"4wu86t"}],["path",{d:"M21 6H11",key:"6dy1d6"}],["path",{d:"m3 8 4 4-4 4",key:"1a3j6y"}]],une=ZC("IndentIncrease",cne);var dne=Object.freeze({__proto__:null,__iconNode:cne,default:une});const pne=[["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"}]],hne=ZC("IndianRupee",pne);var fne=Object.freeze({__proto__:null,__iconNode:pne,default:hne});const mne=[["path",{d:"M12 12c-2-2.67-4-4-6-4a4 4 0 1 0 0 8c2 0 4-1.33 6-4Zm0 0c2 2.67 4 4 6 4a4 4 0 0 0 0-8c-2 0-4 1.33-6 4Z",key:"1z0uae"}]],yne=ZC("Infinity",mne);var gne=Object.freeze({__proto__:null,__iconNode:mne,default:yne});const vne=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],xne=ZC("Info",vne);var bne=Object.freeze({__proto__:null,__iconNode:vne,default:xne});const wne=[["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"}]],kne=ZC("InspectionPanel",wne);var _ne=Object.freeze({__proto__:null,__iconNode:wne,default:kne});const Cne=[["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"}]],Mne=ZC("Instagram",Cne);var Sne=Object.freeze({__proto__:null,__iconNode:Cne,default:Mne});const Dne=[["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"}]],One=ZC("Italic",Dne);var Pne=Object.freeze({__proto__:null,__iconNode:Dne,default:One});const Ene=[["path",{d:"M20 10c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8h8",key:"4znkd0"}],["polyline",{points:"16 14 20 18 16 22",key:"11njsm"}]],jne=ZC("IterationCcw",Ene);var Tne=Object.freeze({__proto__:null,__iconNode:Ene,default:jne});const Nne=[["path",{d:"M4 10c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8H4",key:"tuf4su"}],["polyline",{points:"8 22 4 18 8 14",key:"evkj9s"}]],Rne=ZC("IterationCw",Nne);var Fne=Object.freeze({__proto__:null,__iconNode:Nne,default:Rne});const Ine=[["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"}]],zne=ZC("JapaneseYen",Ine);var Ane=Object.freeze({__proto__:null,__iconNode:Ine,default:zne});const Lne=[["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"}]],Bne=ZC("Joystick",Lne);var Vne=Object.freeze({__proto__:null,__iconNode:Lne,default:Bne});const $ne=[["path",{d:"M6 5v11",key:"mdvv1e"}],["path",{d:"M12 5v6",key:"14ar3b"}],["path",{d:"M18 5v14",key:"7ji314"}]],Hne=ZC("Kanban",$ne);var qne=Object.freeze({__proto__:null,__iconNode:$ne,default:Hne});const Wne=[["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"}]],Une=ZC("KeyRound",Wne);var Gne=Object.freeze({__proto__:null,__iconNode:Wne,default:Une});const Kne=[["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"}]],Yne=ZC("KeySquare",Kne);var Zne=Object.freeze({__proto__:null,__iconNode:Kne,default:Yne});const Xne=[["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"}]],Qne=ZC("Key",Xne);var Jne=Object.freeze({__proto__:null,__iconNode:Xne,default:Qne});const eae=[["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"}]],tae=ZC("KeyboardMusic",eae);var rae=Object.freeze({__proto__:null,__iconNode:eae,default:tae});const oae=[["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"}]],nae=ZC("KeyboardOff",oae);var aae=Object.freeze({__proto__:null,__iconNode:oae,default:nae});const iae=[["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"}]],sae=ZC("Keyboard",iae);var lae=Object.freeze({__proto__:null,__iconNode:iae,default:sae});const cae=[["path",{d:"M12 2v5",key:"nd4vlx"}],["path",{d:"M6 7h12l4 9H2l4-9Z",key:"123d64"}],["path",{d:"M9.17 16a3 3 0 1 0 5.66 0",key:"1061mw"}]],uae=ZC("LampCeiling",cae);var dae=Object.freeze({__proto__:null,__iconNode:cae,default:uae});const pae=[["path",{d:"m14 5-3 3 2 7 8-8-7-2Z",key:"1b0msb"}],["path",{d:"m14 5-3 3-3-3 3-3 3 3Z",key:"1uemms"}],["path",{d:"M9.5 6.5 4 12l3 6",key:"1bx08v"}],["path",{d:"M3 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H3Z",key:"wap775"}]],hae=ZC("LampDesk",pae);var fae=Object.freeze({__proto__:null,__iconNode:pae,default:hae});const mae=[["path",{d:"M9 2h6l3 7H6l3-7Z",key:"wcx6mj"}],["path",{d:"M12 9v13",key:"3n1su1"}],["path",{d:"M9 22h6",key:"1rlq3v"}]],yae=ZC("LampFloor",mae);var gae=Object.freeze({__proto__:null,__iconNode:mae,default:yae});const vae=[["path",{d:"M11 13h6l3 7H8l3-7Z",key:"9n3qlo"}],["path",{d:"M14 13V8a2 2 0 0 0-2-2H8",key:"1hu4hb"}],["path",{d:"M4 9h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4v6Z",key:"s053bc"}]],xae=ZC("LampWallDown",vae);var bae=Object.freeze({__proto__:null,__iconNode:vae,default:xae});const wae=[["path",{d:"M11 4h6l3 7H8l3-7Z",key:"11x1ee"}],["path",{d:"M14 11v5a2 2 0 0 1-2 2H8",key:"eutp5o"}],["path",{d:"M4 15h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4v-6Z",key:"1iuthr"}]],kae=ZC("LampWallUp",wae);var _ae=Object.freeze({__proto__:null,__iconNode:wae,default:kae});const Cae=[["path",{d:"M8 2h8l4 10H4L8 2Z",key:"9dma5w"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M8 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H8Z",key:"mwf4oh"}]],Mae=ZC("Lamp",Cae);var Sae=Object.freeze({__proto__:null,__iconNode:Cae,default:Mae});const Dae=[["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"}]],Oae=ZC("LandPlot",Dae);var Pae=Object.freeze({__proto__:null,__iconNode:Dae,default:Oae});const Eae=[["line",{x1:"3",x2:"21",y1:"22",y2:"22",key:"j8o0r"}],["line",{x1:"6",x2:"6",y1:"18",y2:"11",key:"10tf0k"}],["line",{x1:"10",x2:"10",y1:"18",y2:"11",key:"54lgf6"}],["line",{x1:"14",x2:"14",y1:"18",y2:"11",key:"380y"}],["line",{x1:"18",x2:"18",y1:"18",y2:"11",key:"1kevvc"}],["polygon",{points:"12 2 20 7 4 7",key:"jkujk7"}]],jae=ZC("Landmark",Eae);var Tae=Object.freeze({__proto__:null,__iconNode:Eae,default:jae});const Nae=[["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"}]],Rae=ZC("Languages",Nae);var Fae=Object.freeze({__proto__:null,__iconNode:Nae,default:Rae});const Iae=[["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"}]],zae=ZC("LaptopMinimalCheck",Iae);var Aae=Object.freeze({__proto__:null,__iconNode:Iae,default:zae});const Lae=[["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"}]],Bae=ZC("LaptopMinimal",Lae);var Vae=Object.freeze({__proto__:null,__iconNode:Lae,default:Bae});const $ae=[["path",{d:"M20 16V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v9m16 0H4m16 0 1.28 2.55a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45L4 16",key:"tarvll"}]],Hae=ZC("Laptop",$ae);var qae=Object.freeze({__proto__:null,__iconNode:$ae,default:Hae});const Wae=[["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"}]],Uae=ZC("LassoSelect",Wae);var Gae=Object.freeze({__proto__:null,__iconNode:Wae,default:Uae});const Kae=[["path",{d:"M7 22a5 5 0 0 1-2-4",key:"umushi"}],["path",{d:"M3.3 14A6.8 6.8 0 0 1 2 10c0-4.4 4.5-8 10-8s10 3.6 10 8-4.5 8-10 8a12 12 0 0 1-5-1",key:"146dds"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",key:"bq3ynw"}]],Yae=ZC("Lasso",Kae);var Zae=Object.freeze({__proto__:null,__iconNode:Kae,default:Yae});const Xae=[["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"}]],Qae=ZC("Laugh",Xae);var Jae=Object.freeze({__proto__:null,__iconNode:Xae,default:Qae});const eie=[["path",{d:"m16.02 12 5.48 3.13a1 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.74L7.98 12",key:"1cuww1"}],["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:"pdlvxu"}]],tie=ZC("Layers2",eie);var rie=Object.freeze({__proto__:null,__iconNode:eie,default:tie});const oie=[["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"}]],nie=ZC("Layers",oie);var aie=Object.freeze({__proto__:null,__iconNode:oie,default:nie});const iie=[["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"}]],sie=ZC("LayoutDashboard",iie);var lie=Object.freeze({__proto__:null,__iconNode:iie,default:sie});const cie=[["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"}]],uie=ZC("LayoutGrid",cie);var die=Object.freeze({__proto__:null,__iconNode:cie,default:uie});const pie=[["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"}]],hie=ZC("LayoutList",pie);var fie=Object.freeze({__proto__:null,__iconNode:pie,default:hie});const mie=[["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"}]],yie=ZC("LayoutPanelLeft",mie);var gie=Object.freeze({__proto__:null,__iconNode:mie,default:yie});const vie=[["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"}]],xie=ZC("LayoutPanelTop",vie);var bie=Object.freeze({__proto__:null,__iconNode:vie,default:xie});const wie=[["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"}]],kie=ZC("LayoutTemplate",wie);var _ie=Object.freeze({__proto__:null,__iconNode:wie,default:kie});const Cie=[["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"}]],Mie=ZC("Leaf",Cie);var Sie=Object.freeze({__proto__:null,__iconNode:Cie,default:Mie});const Die=[["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"}]],Oie=ZC("LeafyGreen",Die);var Pie=Object.freeze({__proto__:null,__iconNode:Die,default:Oie});const Eie=[["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"}]],jie=ZC("Lectern",Eie);var Tie=Object.freeze({__proto__:null,__iconNode:Eie,default:jie});const Nie=[["path",{d:"M15 12h6",key:"upa0zy"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"m3 13 3.553-7.724a.5.5 0 0 1 .894 0L11 13",key:"blevx4"}],["path",{d:"M3 18h18",key:"1h113x"}],["path",{d:"M4 11h6",key:"olkgv1"}]],Rie=ZC("LetterText",Nie);var Fie=Object.freeze({__proto__:null,__iconNode:Nie,default:Rie});const Iie=[["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"}]],zie=ZC("LibraryBig",Iie);var Aie=Object.freeze({__proto__:null,__iconNode:Iie,default:zie});const Lie=[["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"}]],Bie=ZC("Library",Lie);var Vie=Object.freeze({__proto__:null,__iconNode:Lie,default:Bie});const $ie=[["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"}]],Hie=ZC("LifeBuoy",$ie);var qie=Object.freeze({__proto__:null,__iconNode:$ie,default:Hie});const Wie=[["path",{d:"M8 20V8c0-2.2 1.8-4 4-4 1.5 0 2.8.8 3.5 2",key:"1rtphz"}],["path",{d:"M6 12h4",key:"a4o3ry"}],["path",{d:"M14 12h2v8",key:"c1fccl"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M14 20h4",key:"lzx1xo"}]],Uie=ZC("Ligature",Wie);var Gie=Object.freeze({__proto__:null,__iconNode:Wie,default:Uie});const Kie=[["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"}]],Yie=ZC("LightbulbOff",Kie);var Zie=Object.freeze({__proto__:null,__iconNode:Kie,default:Yie});const Xie=[["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"}]],Qie=ZC("Lightbulb",Xie);var Jie=Object.freeze({__proto__:null,__iconNode:Xie,default:Qie});const ese=[["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"}]],tse=ZC("Link2Off",ese);var rse=Object.freeze({__proto__:null,__iconNode:ese,default:tse});const ose=[["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"}]],nse=ZC("Link2",ose);var ase=Object.freeze({__proto__:null,__iconNode:ose,default:nse});const ise=[["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"}]],sse=ZC("Link",ise);var lse=Object.freeze({__proto__:null,__iconNode:ise,default:sse});const cse=[["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"}]],use=ZC("Linkedin",cse);var dse=Object.freeze({__proto__:null,__iconNode:cse,default:use});const pse=[["path",{d:"M11 18H3",key:"n3j2dh"}],["path",{d:"m15 18 2 2 4-4",key:"1szwhi"}],["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 6H3",key:"1wxfjs"}]],hse=ZC("ListCheck",pse);var fse=Object.freeze({__proto__:null,__iconNode:pse,default:hse});const mse=[["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"m3 7 2 2 4-4",key:"1obspn"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}]],yse=ZC("ListChecks",mse);var gse=Object.freeze({__proto__:null,__iconNode:mse,default:yse});const vse=[["path",{d:"m3 10 2.5-2.5L3 5",key:"i6eama"}],["path",{d:"m3 19 2.5-2.5L3 14",key:"w2gmor"}],["path",{d:"M10 6h11",key:"c7qv1k"}],["path",{d:"M10 12h11",key:"6m4ad9"}],["path",{d:"M10 18h11",key:"11hvi2"}]],xse=ZC("ListCollapse",vse);var bse=Object.freeze({__proto__:null,__iconNode:vse,default:xse});const wse=[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M10 18H3",key:"13769t"}],["path",{d:"M21 6v10a2 2 0 0 1-2 2h-5",key:"ilrcs8"}],["path",{d:"m16 16-2 2 2 2",key:"kkc6pm"}]],kse=ZC("ListEnd",wse);var _se=Object.freeze({__proto__:null,__iconNode:wse,default:kse});const Cse=[["path",{d:"M10 18h4",key:"1ulq68"}],["path",{d:"M11 6H3",key:"1u26ik"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"M18 9V3",key:"xwwp7m"}],["path",{d:"M7 12h8",key:"7a1bxv"}]],Mse=ZC("ListFilterPlus",Cse);var Sse=Object.freeze({__proto__:null,__iconNode:Cse,default:Mse});const Dse=[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M21 12h-6",key:"bt1uis"}]],Ose=ZC("ListMinus",Dse);var Pse=Object.freeze({__proto__:null,__iconNode:Dse,default:Ose});const Ese=[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M10 18h4",key:"1ulq68"}]],jse=ZC("ListFilter",Ese);var Tse=Object.freeze({__proto__:null,__iconNode:Ese,default:jse});const Nse=[["path",{d:"M21 15V6",key:"h1cx4g"}],["path",{d:"M18.5 18a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z",key:"8saifv"}],["path",{d:"M12 12H3",key:"18klou"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M12 18H3",key:"11ftsu"}]],Rse=ZC("ListMusic",Nse);var Fse=Object.freeze({__proto__:null,__iconNode:Nse,default:Rse});const Ise=[["path",{d:"M10 12h11",key:"6m4ad9"}],["path",{d:"M10 18h11",key:"11hvi2"}],["path",{d:"M10 6h11",key:"c7qv1k"}],["path",{d:"M4 10h2",key:"16xx2s"}],["path",{d:"M4 6h1v4",key:"cnovpq"}],["path",{d:"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1",key:"m9a95d"}]],zse=ZC("ListOrdered",Ise);var Ase=Object.freeze({__proto__:null,__iconNode:Ise,default:zse});const Lse=[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M18 9v6",key:"1twb98"}],["path",{d:"M21 12h-6",key:"bt1uis"}]],Bse=ZC("ListPlus",Lse);var Vse=Object.freeze({__proto__:null,__iconNode:Lse,default:Bse});const $se=[["path",{d:"M21 6H3",key:"1jwq7v"}],["path",{d:"M7 12H3",key:"13ou7f"}],["path",{d:"M7 18H3",key:"1sijw9"}],["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"}]],Hse=ZC("ListRestart",$se);var qse=Object.freeze({__proto__:null,__iconNode:$se,default:Hse});const Wse=[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M10 6H3",key:"lf8lx7"}],["path",{d:"M21 18V8a2 2 0 0 0-2-2h-5",key:"1hghli"}],["path",{d:"m16 8-2-2 2-2",key:"160uvd"}]],Use=ZC("ListStart",Wse);var Gse=Object.freeze({__proto__:null,__iconNode:Wse,default:Use});const Kse=[["rect",{x:"3",y:"5",width:"6",height:"6",rx:"1",key:"1defrl"}],["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}]],Yse=ZC("ListTodo",Kse);var Zse=Object.freeze({__proto__:null,__iconNode:Kse,default:Yse});const Xse=[["path",{d:"M12 12H3",key:"18klou"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M12 18H3",key:"11ftsu"}],["path",{d:"m16 12 5 3-5 3v-6Z",key:"zpskkp"}]],Qse=ZC("ListVideo",Xse);var Jse=Object.freeze({__proto__:null,__iconNode:Xse,default:Qse});const ele=[["path",{d:"M21 12h-8",key:"1bmf0i"}],["path",{d:"M21 6H8",key:"1pqkrb"}],["path",{d:"M21 18h-8",key:"1tm79t"}],["path",{d:"M3 6v4c0 1.1.9 2 2 2h3",key:"1ywdgy"}],["path",{d:"M3 10v6c0 1.1.9 2 2 2h3",key:"2wc746"}]],tle=ZC("ListTree",ele);var rle=Object.freeze({__proto__:null,__iconNode:ele,default:tle});const ole=[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"m19 10-4 4",key:"1tz659"}],["path",{d:"m15 10 4 4",key:"1n7nei"}]],nle=ZC("ListX",ole);var ale=Object.freeze({__proto__:null,__iconNode:ole,default:nle});const ile=[["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 18h.01",key:"1tta3j"}],["path",{d:"M3 6h.01",key:"1rqtza"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 18h13",key:"1lx6n3"}],["path",{d:"M8 6h13",key:"ik3vkj"}]],sle=ZC("List",ile);var lle=Object.freeze({__proto__:null,__iconNode:ile,default:sle});const cle=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]],ule=ZC("LoaderCircle",cle);var dle=Object.freeze({__proto__:null,__iconNode:cle,default:ule});const ple=[["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"}]],hle=ZC("LoaderPinwheel",ple);var fle=Object.freeze({__proto__:null,__iconNode:ple,default:hle});const mle=[["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"}]],yle=ZC("Loader",mle);var gle=Object.freeze({__proto__:null,__iconNode:mle,default:yle});const vle=[["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"}]],xle=ZC("LocateFixed",vle);var ble=Object.freeze({__proto__:null,__iconNode:vle,default:xle});const wle=[["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"}],["path",{d:"M7.11 7.11C5.83 8.39 5 10.1 5 12c0 3.87 3.13 7 7 7 1.9 0 3.61-.83 4.89-2.11",key:"1oh7ia"}],["path",{d:"M18.71 13.96c.19-.63.29-1.29.29-1.96 0-3.87-3.13-7-7-7-.67 0-1.33.1-1.96.29",key:"3qdecy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],kle=ZC("LocateOff",wle);var _le=Object.freeze({__proto__:null,__iconNode:wle,default:kle});const Cle=[["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"}]],Mle=ZC("Locate",Cle);var Sle=Object.freeze({__proto__:null,__iconNode:Cle,default:Mle});const Dle=[["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"}]],Ole=ZC("LockKeyholeOpen",Dle);var Ple=Object.freeze({__proto__:null,__iconNode:Dle,default:Ole});const Ele=[["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"}]],jle=ZC("LockKeyhole",Ele);var Tle=Object.freeze({__proto__:null,__iconNode:Ele,default:jle});const Nle=[["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"}]],Rle=ZC("LockOpen",Nle);var Fle=Object.freeze({__proto__:null,__iconNode:Nle,default:Rle});const Ile=[["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"}]],zle=ZC("Lock",Ile);var Ale=Object.freeze({__proto__:null,__iconNode:Ile,default:zle});const Lle=[["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4",key:"u53s6r"}],["polyline",{points:"10 17 15 12 10 7",key:"1ail0h"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12",key:"v6grx8"}]],Ble=ZC("LogIn",Lle);var Vle=Object.freeze({__proto__:null,__iconNode:Lle,default:Ble});const $le=[["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}],["polyline",{points:"16 17 21 12 16 7",key:"1gabdz"}],["line",{x1:"21",x2:"9",y1:"12",y2:"12",key:"1uyos4"}]],Hle=ZC("LogOut",$le);var qle=Object.freeze({__proto__:null,__iconNode:$le,default:Hle});const Wle=[["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M3 18h1",key:"1eiwyy"}],["path",{d:"M3 6h1",key:"rgxa97"}],["path",{d:"M8 12h1",key:"1con00"}],["path",{d:"M8 18h1",key:"13wk12"}],["path",{d:"M8 6h1",key:"tn6mkg"}]],Ule=ZC("Logs",Wle);var Gle=Object.freeze({__proto__:null,__iconNode:Wle,default:Ule});const Kle=[["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"}]],Yle=ZC("Lollipop",Kle);var Zle=Object.freeze({__proto__:null,__iconNode:Kle,default:Yle});const Xle=[["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"}]],Qle=ZC("Luggage",Xle);var Jle=Object.freeze({__proto__:null,__iconNode:Xle,default:Qle});const ece=[["path",{d:"m6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15",key:"1i3lhw"}],["path",{d:"m5 8 4 4",key:"j6kj7e"}],["path",{d:"m12 15 4 4",key:"lnac28"}]],tce=ZC("Magnet",ece);var rce=Object.freeze({__proto__:null,__iconNode:ece,default:tce});const oce=[["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"}]],nce=ZC("MailCheck",oce);var ace=Object.freeze({__proto__:null,__iconNode:oce,default:nce});const ice=[["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"}]],sce=ZC("MailMinus",ice);var lce=Object.freeze({__proto__:null,__iconNode:ice,default:sce});const cce=[["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"}]],uce=ZC("MailOpen",cce);var dce=Object.freeze({__proto__:null,__iconNode:cce,default:uce});const pce=[["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"}]],hce=ZC("MailPlus",pce);var fce=Object.freeze({__proto__:null,__iconNode:pce,default:hce});const mce=[["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"}]],yce=ZC("MailQuestion",mce);var gce=Object.freeze({__proto__:null,__iconNode:mce,default:yce});const vce=[["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"}]],xce=ZC("MailSearch",vce);var bce=Object.freeze({__proto__:null,__iconNode:vce,default:xce});const wce=[["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"}]],kce=ZC("MailWarning",wce);var _ce=Object.freeze({__proto__:null,__iconNode:wce,default:kce});const Cce=[["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"}]],Mce=ZC("MailX",Cce);var Sce=Object.freeze({__proto__:null,__iconNode:Cce,default:Mce});const Dce=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}]],Oce=ZC("Mail",Dce);var Pce=Object.freeze({__proto__:null,__iconNode:Dce,default:Oce});const Ece=[["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"}]],jce=ZC("Mailbox",Ece);var Tce=Object.freeze({__proto__:null,__iconNode:Ece,default:jce});const Nce=[["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"}]],Rce=ZC("MapPinCheckInside",Nce);var Fce=Object.freeze({__proto__:null,__iconNode:Nce,default:Rce});const Ice=[["rect",{width:"16",height:"13",x:"6",y:"4",rx:"2",key:"1drq3f"}],["path",{d:"m22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7",key:"xn252p"}],["path",{d:"M2 8v11c0 1.1.9 2 2 2h14",key:"n13cji"}]],zce=ZC("Mails",Ice);var Ace=Object.freeze({__proto__:null,__iconNode:Ice,default:zce});const Lce=[["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"}]],Bce=ZC("MapPinCheck",Lce);var Vce=Object.freeze({__proto__:null,__iconNode:Lce,default:Bce});const $ce=[["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"}]],Hce=ZC("MapPinHouse",$ce);var qce=Object.freeze({__proto__:null,__iconNode:$ce,default:Hce});const Wce=[["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"}]],Uce=ZC("MapPinMinusInside",Wce);var Gce=Object.freeze({__proto__:null,__iconNode:Wce,default:Uce});const Kce=[["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"}]],Yce=ZC("MapPinMinus",Kce);var Zce=Object.freeze({__proto__:null,__iconNode:Kce,default:Yce});const Xce=[["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"}]],Qce=ZC("MapPinOff",Xce);var Jce=Object.freeze({__proto__:null,__iconNode:Xce,default:Qce});const eue=[["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"}]],tue=ZC("MapPinPlusInside",eue);var rue=Object.freeze({__proto__:null,__iconNode:eue,default:tue});const oue=[["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"}]],nue=ZC("MapPinPlus",oue);var aue=Object.freeze({__proto__:null,__iconNode:oue,default:nue});const iue=[["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"}]],sue=ZC("MapPinXInside",iue);var lue=Object.freeze({__proto__:null,__iconNode:iue,default:sue});const cue=[["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"}]],uue=ZC("MapPinX",cue);var due=Object.freeze({__proto__:null,__iconNode:cue,default:uue});const pue=[["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"}]],hue=ZC("MapPin",pue);var fue=Object.freeze({__proto__:null,__iconNode:pue,default:hue});const mue=[["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"}]],yue=ZC("MapPinned",mue);var gue=Object.freeze({__proto__:null,__iconNode:mue,default:yue});const vue=[["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"}]],xue=ZC("MapPlus",vue);var bue=Object.freeze({__proto__:null,__iconNode:vue,default:xue});const wue=[["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"}]],kue=ZC("Map",wue);var _ue=Object.freeze({__proto__:null,__iconNode:wue,default:kue});const Cue=[["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"}]],Mue=ZC("MarsStroke",Cue);var Sue=Object.freeze({__proto__:null,__iconNode:Cue,default:Mue});const Due=[["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"}]],Oue=ZC("Mars",Due);var Pue=Object.freeze({__proto__:null,__iconNode:Due,default:Oue});const Eue=[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M12 11v11",key:"ur9y6a"}],["path",{d:"m19 3-7 8-7-8Z",key:"1sgpiw"}]],jue=ZC("Martini",Eue);var Tue=Object.freeze({__proto__:null,__iconNode:Eue,default:jue});const Nue=[["polyline",{points:"15 3 21 3 21 9",key:"mznyad"}],["polyline",{points:"9 21 3 21 3 15",key:"1avn1i"}],["line",{x1:"21",x2:"14",y1:"3",y2:"10",key:"ota7mn"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]],Rue=ZC("Maximize2",Nue);var Fue=Object.freeze({__proto__:null,__iconNode:Nue,default:Rue});const Iue=[["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"}]],zue=ZC("Maximize",Iue);var Aue=Object.freeze({__proto__:null,__iconNode:Iue,default:zue});const Lue=[["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"}]],Bue=ZC("Medal",Lue);var Vue=Object.freeze({__proto__:null,__iconNode:Lue,default:Bue});const $ue=[["path",{d:"M9.26 9.26 3 11v3l14.14 3.14",key:"3429n"}],["path",{d:"M21 15.34V6l-7.31 2.03",key:"4o1dh8"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6",key:"1yl0tm"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],Hue=ZC("MegaphoneOff",$ue);var que=Object.freeze({__proto__:null,__iconNode:$ue,default:Hue});const Wue=[["path",{d:"m3 11 18-5v12L3 14v-3z",key:"n962bs"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6",key:"1yl0tm"}]],Uue=ZC("Megaphone",Wue);var Gue=Object.freeze({__proto__:null,__iconNode:Wue,default:Uue});const Kue=[["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"}]],Yue=ZC("Meh",Kue);var Zue=Object.freeze({__proto__:null,__iconNode:Kue,default:Yue});const Xue=[["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"}]],Que=ZC("MemoryStick",Xue);var Jue=Object.freeze({__proto__:null,__iconNode:Xue,default:Que});const ede=[["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}],["line",{x1:"4",x2:"20",y1:"6",y2:"6",key:"1owob3"}],["line",{x1:"4",x2:"20",y1:"18",y2:"18",key:"yk5zj1"}]],tde=ZC("Menu",ede);var rde=Object.freeze({__proto__:null,__iconNode:ede,default:tde});const ode=[["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"}]],nde=ZC("Merge",ode);var ade=Object.freeze({__proto__:null,__iconNode:ode,default:nde});const ide=[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22z",key:"k85zhp"}]],sde=ZC("MessageCircleCode",ide);var lde=Object.freeze({__proto__:null,__iconNode:ide,default:sde});const cde=[["path",{d:"M13.5 3.1c-.5 0-1-.1-1.5-.1s-1 .1-1.5.1",key:"16ll65"}],["path",{d:"M19.3 6.8a10.45 10.45 0 0 0-2.1-2.1",key:"1nq77a"}],["path",{d:"M20.9 13.5c.1-.5.1-1 .1-1.5s-.1-1-.1-1.5",key:"1sf7wn"}],["path",{d:"M17.2 19.3a10.45 10.45 0 0 0 2.1-2.1",key:"x1hs5g"}],["path",{d:"M10.5 20.9c.5.1 1 .1 1.5.1s1-.1 1.5-.1",key:"19m18z"}],["path",{d:"M3.5 17.5 2 22l4.5-1.5",key:"1f36qi"}],["path",{d:"M3.1 10.5c0 .5-.1 1-.1 1.5s.1 1 .1 1.5",key:"1vz3ju"}],["path",{d:"M6.8 4.7a10.45 10.45 0 0 0-2.1 2.1",key:"19f9do"}]],ude=ZC("MessageCircleDashed",cde);var dde=Object.freeze({__proto__:null,__iconNode:cde,default:ude});const pde=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M15.8 9.2a2.5 2.5 0 0 0-3.5 0l-.3.4-.35-.3a2.42 2.42 0 1 0-3.2 3.6l3.6 3.5 3.6-3.5c1.2-1.2 1.1-2.7.2-3.7",key:"43lnbm"}]],hde=ZC("MessageCircleHeart",pde);var fde=Object.freeze({__proto__:null,__iconNode:pde,default:hde});const mde=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]],yde=ZC("MessageCircleMore",mde);var gde=Object.freeze({__proto__:null,__iconNode:mde,default:yde});const vde=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]],xde=ZC("MessageCirclePlus",vde);var bde=Object.freeze({__proto__:null,__iconNode:vde,default:xde});const wde=[["path",{d:"M20.5 14.9A9 9 0 0 0 9.1 3.5",key:"1iebmn"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5.6 5.6C3 8.3 2.2 12.5 4 16l-2 6 6-2c3.4 1.8 7.6 1.1 10.3-1.7",key:"1ov8ce"}]],kde=ZC("MessageCircleOff",wde);var _de=Object.freeze({__proto__:null,__iconNode:wde,default:kde});const Cde=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["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"}]],Mde=ZC("MessageCircleQuestion",Cde);var Sde=Object.freeze({__proto__:null,__iconNode:Cde,default:Mde});const Dde=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}],["path",{d:"M7 12h7a2 2 0 0 1 2 2v1",key:"1gheu4"}]],Ode=ZC("MessageCircleReply",Dde);var Pde=Object.freeze({__proto__:null,__iconNode:Dde,default:Ode});const Ede=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],jde=ZC("MessageCircleX",Ede);var Tde=Object.freeze({__proto__:null,__iconNode:Ede,default:jde});const Nde=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}]],Rde=ZC("MessageCircle",Nde);var Fde=Object.freeze({__proto__:null,__iconNode:Nde,default:Rde});const Ide=[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]],zde=ZC("MessageCircleWarning",Ide);var Ade=Object.freeze({__proto__:null,__iconNode:Ide,default:zde});const Lde=[["path",{d:"M10 7.5 8 10l2 2.5",key:"xb17xw"}],["path",{d:"m14 7.5 2 2.5-2 2.5",key:"5rap1v"}],["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}]],Bde=ZC("MessageSquareCode",Lde);var Vde=Object.freeze({__proto__:null,__iconNode:Lde,default:Bde});const $de=[["path",{d:"M10 17H7l-4 4v-7",key:"1r71xu"}],["path",{d:"M14 17h1",key:"nufu4t"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 14v1a2 2 0 0 1-2 2",key:"29akq3"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M9 3h1",key:"1yesri"}]],Hde=ZC("MessageSquareDashed",$de);var qde=Object.freeze({__proto__:null,__iconNode:$de,default:Hde});const Wde=[["path",{d:"m5 19-2 2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2",key:"1xuzuj"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 17h6",key:"r8uit2"}]],Ude=ZC("MessageSquareDiff",Wde);var Gde=Object.freeze({__proto__:null,__iconNode:Wde,default:Ude});const Kde=[["path",{d:"M11.7 3H5a2 2 0 0 0-2 2v16l4-4h12a2 2 0 0 0 2-2v-2.7",key:"uodpkb"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}]],Yde=ZC("MessageSquareDot",Kde);var Zde=Object.freeze({__proto__:null,__iconNode:Kde,default:Yde});const Xde=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M14.8 7.5a1.84 1.84 0 0 0-2.6 0l-.2.3-.3-.3a1.84 1.84 0 1 0-2.4 2.8L12 13l2.7-2.7c.9-.9.8-2.1.1-2.8",key:"1blaws"}]],Qde=ZC("MessageSquareHeart",Xde);var Jde=Object.freeze({__proto__:null,__iconNode:Xde,default:Qde});const epe=[["path",{d:"M19 15v-2a2 2 0 1 0-4 0v2",key:"h3d1vz"}],["path",{d:"M9 17H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3.5",key:"xsnnhn"}],["rect",{x:"13",y:"15",width:"8",height:"5",rx:"1",key:"1ccwuk"}]],tpe=ZC("MessageSquareLock",epe);var rpe=Object.freeze({__proto__:null,__iconNode:epe,default:tpe});const ope=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M16 10h.01",key:"1m94wz"}]],npe=ZC("MessageSquareMore",ope);var ape=Object.freeze({__proto__:null,__iconNode:ope,default:npe});const ipe=[["path",{d:"M21 15V5a2 2 0 0 0-2-2H9",key:"43el77"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M3.6 3.6c-.4.3-.6.8-.6 1.4v16l4-4h10",key:"pwpm4a"}]],spe=ZC("MessageSquareOff",ipe);var lpe=Object.freeze({__proto__:null,__iconNode:ipe,default:spe});const cpe=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]],upe=ZC("MessageSquarePlus",cpe);var dpe=Object.freeze({__proto__:null,__iconNode:cpe,default:upe});const ppe=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M8 12a2 2 0 0 0 2-2V8H8",key:"1jfesj"}],["path",{d:"M14 12a2 2 0 0 0 2-2V8h-2",key:"1dq9mh"}]],hpe=ZC("MessageSquareQuote",ppe);var fpe=Object.freeze({__proto__:null,__iconNode:ppe,default:hpe});const mpe=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"m10 7-3 3 3 3",key:"1eugdv"}],["path",{d:"M17 13v-1a2 2 0 0 0-2-2H7",key:"ernfh3"}]],ype=ZC("MessageSquareReply",mpe);var gpe=Object.freeze({__proto__:null,__iconNode:mpe,default:ype});const vpe=[["path",{d:"M21 12v3a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h7",key:"tqtdkg"}],["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"m16 8 5-5",key:"15mbrl"}]],xpe=ZC("MessageSquareShare",vpe);var bpe=Object.freeze({__proto__:null,__iconNode:vpe,default:xpe});const wpe=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M13 8H7",key:"14i4kc"}],["path",{d:"M17 12H7",key:"16if0g"}]],kpe=ZC("MessageSquareText",wpe);var _pe=Object.freeze({__proto__:null,__iconNode:wpe,default:kpe});const Cpe=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M12 7v2",key:"stiyo7"}],["path",{d:"M12 13h.01",key:"y0uutt"}]],Mpe=ZC("MessageSquareWarning",Cpe);var Spe=Object.freeze({__proto__:null,__iconNode:Cpe,default:Mpe});const Dpe=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]],Ope=ZC("MessageSquareX",Dpe);var Ppe=Object.freeze({__proto__:null,__iconNode:Dpe,default:Ope});const Epe=[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}]],jpe=ZC("MessageSquare",Epe);var Tpe=Object.freeze({__proto__:null,__iconNode:Epe,default:jpe});const Npe=[["path",{d:"M14 9a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2z",key:"p1xzt8"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1",key:"1cx29u"}]],Rpe=ZC("MessagesSquare",Npe);var Fpe=Object.freeze({__proto__:null,__iconNode:Npe,default:Rpe});const Ipe=[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M18.89 13.23A7.12 7.12 0 0 0 19 12v-2",key:"80xlxr"}],["path",{d:"M5 10v2a7 7 0 0 0 12 5",key:"p2k8kg"}],["path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33",key:"1gzdoj"}],["path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12",key:"r2i35w"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}]],zpe=ZC("MicOff",Ipe);var Ape=Object.freeze({__proto__:null,__iconNode:Ipe,default:zpe});const Lpe=[["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"}]],Bpe=ZC("MicVocal",Lpe);var Vpe=Object.freeze({__proto__:null,__iconNode:Lpe,default:Bpe});const $pe=[["path",{d:"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z",key:"131961"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2",key:"1vc78b"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}]],Hpe=ZC("Mic",$pe);var qpe=Object.freeze({__proto__:null,__iconNode:$pe,default:Hpe});const Wpe=[["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"}]],Upe=ZC("Microchip",Wpe);var Gpe=Object.freeze({__proto__:null,__iconNode:Wpe,default:Upe});const Kpe=[["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"}]],Ype=ZC("Microscope",Kpe);var Zpe=Object.freeze({__proto__:null,__iconNode:Kpe,default:Ype});const Xpe=[["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"}]],Qpe=ZC("Microwave",Xpe);var Jpe=Object.freeze({__proto__:null,__iconNode:Xpe,default:Qpe});const ehe=[["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"}]],the=ZC("Milestone",ehe);var rhe=Object.freeze({__proto__:null,__iconNode:ehe,default:the});const ohe=[["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"}]],nhe=ZC("MilkOff",ohe);var ahe=Object.freeze({__proto__:null,__iconNode:ohe,default:nhe});const ihe=[["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"}]],she=ZC("Milk",ihe);var lhe=Object.freeze({__proto__:null,__iconNode:ihe,default:she});const che=[["polyline",{points:"4 14 10 14 10 20",key:"11kfnr"}],["polyline",{points:"20 10 14 10 14 4",key:"rlmsce"}],["line",{x1:"14",x2:"21",y1:"10",y2:"3",key:"o5lafz"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]],uhe=ZC("Minimize2",che);var dhe=Object.freeze({__proto__:null,__iconNode:che,default:uhe});const phe=[["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"}]],hhe=ZC("Minimize",phe);var fhe=Object.freeze({__proto__:null,__iconNode:phe,default:hhe});const mhe=[["path",{d:"M5 12h14",key:"1ays0h"}]],yhe=ZC("Minus",mhe);var ghe=Object.freeze({__proto__:null,__iconNode:mhe,default:yhe});const vhe=[["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"}]],xhe=ZC("MonitorCheck",vhe);var bhe=Object.freeze({__proto__:null,__iconNode:vhe,default:xhe});const whe=[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m15.2 4.9-.9-.4",key:"12wd2u"}],["path",{d:"m15.2 7.1-.9.4",key:"1r2vl7"}],["path",{d:"m16.9 3.2-.4-.9",key:"3zbo91"}],["path",{d:"m16.9 8.8-.4.9",key:"1qr2dn"}],["path",{d:"m19.5 2.3-.4.9",key:"1rjrkq"}],["path",{d:"m19.5 9.7-.4-.9",key:"heryx5"}],["path",{d:"m21.7 4.5-.9.4",key:"17fqt1"}],["path",{d:"m21.7 7.5-.9-.4",key:"14zyni"}],["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"}]],khe=ZC("MonitorCog",whe);var _he=Object.freeze({__proto__:null,__iconNode:whe,default:khe});const Che=[["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}],["path",{d:"M22 12v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9",key:"1fet9y"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]],Mhe=ZC("MonitorDot",Che);var She=Object.freeze({__proto__:null,__iconNode:Che,default:Mhe});const Dhe=[["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"}]],Ohe=ZC("MonitorDown",Dhe);var Phe=Object.freeze({__proto__:null,__iconNode:Dhe,default:Ohe});const Ehe=[["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"}]],jhe=ZC("MonitorOff",Ehe);var The=Object.freeze({__proto__:null,__iconNode:Ehe,default:jhe});const Nhe=[["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"}]],Rhe=ZC("MonitorPause",Nhe);var Fhe=Object.freeze({__proto__:null,__iconNode:Nhe,default:Rhe});const Ihe=[["path",{d:"M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z",key:"1pctta"}],["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"}]],zhe=ZC("MonitorPlay",Ihe);var Ahe=Object.freeze({__proto__:null,__iconNode:Ihe,default:zhe});const Lhe=[["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"}]],Bhe=ZC("MonitorSmartphone",Lhe);var Vhe=Object.freeze({__proto__:null,__iconNode:Lhe,default:Bhe});const $he=[["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"}]],Hhe=ZC("MonitorSpeaker",$he);var qhe=Object.freeze({__proto__:null,__iconNode:$he,default:Hhe});const Whe=[["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"}]],Uhe=ZC("MonitorStop",Whe);var Ghe=Object.freeze({__proto__:null,__iconNode:Whe,default:Uhe});const Khe=[["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"}]],Yhe=ZC("MonitorUp",Khe);var Zhe=Object.freeze({__proto__:null,__iconNode:Khe,default:Yhe});const Xhe=[["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"}]],Qhe=ZC("MonitorX",Xhe);var Jhe=Object.freeze({__proto__:null,__iconNode:Xhe,default:Qhe});const efe=[["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"}]],tfe=ZC("Monitor",efe);var rfe=Object.freeze({__proto__:null,__iconNode:efe,default:tfe});const ofe=[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9",key:"4ay0iu"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}]],nfe=ZC("MoonStar",ofe);var afe=Object.freeze({__proto__:null,__iconNode:ofe,default:nfe});const ife=[["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"}]],sfe=ZC("MountainSnow",ife);var lfe=Object.freeze({__proto__:null,__iconNode:ife,default:sfe});const cfe=[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z",key:"a7tn18"}]],ufe=ZC("Moon",cfe);var dfe=Object.freeze({__proto__:null,__iconNode:cfe,default:ufe});const pfe=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}]],hfe=ZC("Mountain",pfe);var ffe=Object.freeze({__proto__:null,__iconNode:pfe,default:hfe});const mfe=[["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"}]],yfe=ZC("MouseOff",mfe);var gfe=Object.freeze({__proto__:null,__iconNode:mfe,default:yfe});const vfe=[["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"}]],xfe=ZC("MousePointer2",vfe);var bfe=Object.freeze({__proto__:null,__iconNode:vfe,default:xfe});const wfe=[["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"}]],kfe=ZC("MousePointerBan",wfe);var _fe=Object.freeze({__proto__:null,__iconNode:wfe,default:kfe});const Cfe=[["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"}]],Mfe=ZC("MousePointerClick",Cfe);var Sfe=Object.freeze({__proto__:null,__iconNode:Cfe,default:Mfe});const Dfe=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7",key:"11ol66"}],["path",{d:"M12 6v4",key:"16clxf"}]],Ofe=ZC("Mouse",Dfe);var Pfe=Object.freeze({__proto__:null,__iconNode:Dfe,default:Ofe});const Efe=[["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"}]],jfe=ZC("MousePointer",Efe);var Tfe=Object.freeze({__proto__:null,__iconNode:Efe,default:jfe});const Nfe=[["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"}]],Rfe=ZC("Move3d",Nfe);var Ffe=Object.freeze({__proto__:null,__iconNode:Nfe,default:Rfe});const Ife=[["path",{d:"M19 13v6h-6",key:"1hxl6d"}],["path",{d:"M5 11V5h6",key:"12e2xe"}],["path",{d:"m5 5 14 14",key:"11anup"}]],zfe=ZC("MoveDiagonal2",Ife);var Afe=Object.freeze({__proto__:null,__iconNode:Ife,default:zfe});const Lfe=[["path",{d:"M11 19H5v-6",key:"8awifj"}],["path",{d:"M13 5h6v6",key:"7voy1q"}],["path",{d:"M19 5 5 19",key:"wwaj1z"}]],Bfe=ZC("MoveDiagonal",Lfe);var Vfe=Object.freeze({__proto__:null,__iconNode:Lfe,default:Bfe});const $fe=[["path",{d:"M11 19H5V13",key:"1akmht"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]],Hfe=ZC("MoveDownLeft",$fe);var qfe=Object.freeze({__proto__:null,__iconNode:$fe,default:Hfe});const Wfe=[["path",{d:"M19 13V19H13",key:"10vkzq"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]],Ufe=ZC("MoveDownRight",Wfe);var Gfe=Object.freeze({__proto__:null,__iconNode:Wfe,default:Ufe});const Kfe=[["path",{d:"M8 18L12 22L16 18",key:"cskvfv"}],["path",{d:"M12 2V22",key:"r89rzk"}]],Yfe=ZC("MoveDown",Kfe);var Zfe=Object.freeze({__proto__:null,__iconNode:Kfe,default:Yfe});const Xfe=[["path",{d:"M6 8L2 12L6 16",key:"kyvwex"}],["path",{d:"M2 12H22",key:"1m8cig"}]],Qfe=ZC("MoveLeft",Xfe);var Jfe=Object.freeze({__proto__:null,__iconNode:Xfe,default:Qfe});const eme=[["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"}]],tme=ZC("MoveHorizontal",eme);var rme=Object.freeze({__proto__:null,__iconNode:eme,default:tme});const ome=[["path",{d:"M18 8L22 12L18 16",key:"1r0oui"}],["path",{d:"M2 12H22",key:"1m8cig"}]],nme=ZC("MoveRight",ome);var ame=Object.freeze({__proto__:null,__iconNode:ome,default:nme});const ime=[["path",{d:"M5 11V5H11",key:"3q78g9"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]],sme=ZC("MoveUpLeft",ime);var lme=Object.freeze({__proto__:null,__iconNode:ime,default:sme});const cme=[["path",{d:"M13 5H19V11",key:"1n1gyv"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]],ume=ZC("MoveUpRight",cme);var dme=Object.freeze({__proto__:null,__iconNode:cme,default:ume});const pme=[["path",{d:"M8 6L12 2L16 6",key:"1yvkyx"}],["path",{d:"M12 2V22",key:"r89rzk"}]],hme=ZC("MoveUp",pme);var fme=Object.freeze({__proto__:null,__iconNode:pme,default:hme});const mme=[["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"}]],yme=ZC("MoveVertical",mme);var gme=Object.freeze({__proto__:null,__iconNode:mme,default:yme});const vme=[["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"}]],xme=ZC("Move",vme);var bme=Object.freeze({__proto__:null,__iconNode:vme,default:xme});const wme=[["circle",{cx:"8",cy:"18",r:"4",key:"1fc0mg"}],["path",{d:"M12 18V2l7 4",key:"g04rme"}]],kme=ZC("Music2",wme);var _me=Object.freeze({__proto__:null,__iconNode:wme,default:kme});const Cme=[["circle",{cx:"12",cy:"18",r:"4",key:"m3r9ws"}],["path",{d:"M16 18V2",key:"40x2m5"}]],Mme=ZC("Music3",Cme);var Sme=Object.freeze({__proto__:null,__iconNode:Cme,default:Mme});const Dme=[["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"}]],Ome=ZC("Music4",Dme);var Pme=Object.freeze({__proto__:null,__iconNode:Dme,default:Ome});const Eme=[["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"}]],jme=ZC("Music",Eme);var Tme=Object.freeze({__proto__:null,__iconNode:Eme,default:jme});const Nme=[["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"}]],Rme=ZC("Navigation2Off",Nme);var Fme=Object.freeze({__proto__:null,__iconNode:Nme,default:Rme});const Ime=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2",key:"x8c0qg"}]],zme=ZC("Navigation2",Ime);var Ame=Object.freeze({__proto__:null,__iconNode:Ime,default:zme});const Lme=[["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"}]],Bme=ZC("NavigationOff",Lme);var Vme=Object.freeze({__proto__:null,__iconNode:Lme,default:Bme});const $me=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]],Hme=ZC("Navigation",$me);var qme=Object.freeze({__proto__:null,__iconNode:$me,default:Hme});const Wme=[["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"}]],Ume=ZC("Network",Wme);var Gme=Object.freeze({__proto__:null,__iconNode:Wme,default:Ume});const Kme=[["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-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2",key:"7pis2x"}],["path",{d:"M18 14h-8",key:"sponae"}],["path",{d:"M15 18h-5",key:"95g1m2"}],["path",{d:"M10 6h8v4h-8V6Z",key:"smlsk5"}]],Yme=ZC("Newspaper",Kme);var Zme=Object.freeze({__proto__:null,__iconNode:Kme,default:Yme});const Xme=[["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"}]],Qme=ZC("Nfc",Xme);var Jme=Object.freeze({__proto__:null,__iconNode:Xme,default:Qme});const eye=[["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"}]],tye=ZC("NotebookPen",eye);var rye=Object.freeze({__proto__:null,__iconNode:eye,default:tye});const oye=[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"m9 4 6 4",key:"t8piew"}],["path",{d:"m9 8 6-4",key:"sndyih"}],["circle",{cx:"12",cy:"17",r:"5",key:"qbz8iq"}]],nye=ZC("NonBinary",oye);var aye=Object.freeze({__proto__:null,__iconNode:oye,default:nye});const iye=[["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"}]],sye=ZC("NotebookTabs",iye);var lye=Object.freeze({__proto__:null,__iconNode:iye,default:sye});const cye=[["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"}]],uye=ZC("NotebookText",cye);var dye=Object.freeze({__proto__:null,__iconNode:cye,default:uye});const pye=[["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"}]],hye=ZC("Notebook",pye);var fye=Object.freeze({__proto__:null,__iconNode:pye,default:hye});const mye=[["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"}]],yye=ZC("NotepadTextDashed",mye);var gye=Object.freeze({__proto__:null,__iconNode:mye,default:yye});const vye=[["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"}]],xye=ZC("NotepadText",vye);var bye=Object.freeze({__proto__:null,__iconNode:vye,default:xye});const wye=[["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"}]],kye=ZC("NutOff",wye);var _ye=Object.freeze({__proto__:null,__iconNode:wye,default:kye});const Cye=[["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"}]],Mye=ZC("Nut",Cye);var Sye=Object.freeze({__proto__:null,__iconNode:Cye,default:Mye});const Dye=[["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"}]],Oye=ZC("OctagonAlert",Dye);var Pye=Object.freeze({__proto__:null,__iconNode:Dye,default:Oye});const Eye=[["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"}]],jye=ZC("OctagonMinus",Eye);var Tye=Object.freeze({__proto__:null,__iconNode:Eye,default:jye});const Nye=[["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"}]],Rye=ZC("OctagonPause",Nye);var Fye=Object.freeze({__proto__:null,__iconNode:Nye,default:Rye});const Iye=[["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"}]],zye=ZC("OctagonX",Iye);var Aye=Object.freeze({__proto__:null,__iconNode:Iye,default:zye});const Lye=[["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"}]],Bye=ZC("Octagon",Lye);var Vye=Object.freeze({__proto__:null,__iconNode:Lye,default:Bye});const $ye=[["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"}]],Hye=ZC("Omega",$ye);var qye=Object.freeze({__proto__:null,__iconNode:$ye,default:Hye});const Wye=[["path",{d:"M3 3h6l6 18h6",key:"ph9rgk"}],["path",{d:"M14 3h7",key:"16f0ms"}]],Uye=ZC("Option",Wye);var Gye=Object.freeze({__proto__:null,__iconNode:Wye,default:Uye});const Kye=[["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"}],["path",{d:"M10.4 21.9a10 10 0 0 0 9.941-15.416",key:"eohfx2"}],["path",{d:"M13.5 2.1a10 10 0 0 0-9.841 15.416",key:"19pvbm"}]],Yye=ZC("Orbit",Kye);var Zye=Object.freeze({__proto__:null,__iconNode:Kye,default:Yye});const Xye=[["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"}]],Qye=ZC("Origami",Xye);var Jye=Object.freeze({__proto__:null,__iconNode:Xye,default:Qye});const ege=[["path",{d:"M3 9h18v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9Z",key:"1ront0"}],["path",{d:"m3 9 2.45-4.9A2 2 0 0 1 7.24 3h9.52a2 2 0 0 1 1.8 1.1L21 9",key:"19h2x1"}],["path",{d:"M12 3v6",key:"1holv5"}]],tge=ZC("Package2",ege);var rge=Object.freeze({__proto__:null,__iconNode:ege,default:tge});const oge=[["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"}]],nge=ZC("PackageCheck",oge);var age=Object.freeze({__proto__:null,__iconNode:oge,default:nge});const ige=[["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"}]],sge=ZC("PackageMinus",ige);var lge=Object.freeze({__proto__:null,__iconNode:ige,default:sge});const cge=[["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"}]],uge=ZC("PackageOpen",cge);var dge=Object.freeze({__proto__:null,__iconNode:cge,default:uge});const pge=[["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"}]],hge=ZC("PackagePlus",pge);var fge=Object.freeze({__proto__:null,__iconNode:pge,default:hge});const mge=[["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"}]],yge=ZC("PackageSearch",mge);var gge=Object.freeze({__proto__:null,__iconNode:mge,default:yge});const vge=[["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"}]],xge=ZC("PackageX",vge);var bge=Object.freeze({__proto__:null,__iconNode:vge,default:xge});const wge=[["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"}]],kge=ZC("Package",wge);var _ge=Object.freeze({__proto__:null,__iconNode:wge,default:kge});const Cge=[["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"}]],Mge=ZC("PaintBucket",Cge);var Sge=Object.freeze({__proto__:null,__iconNode:Cge,default:Mge});const Dge=[["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"}]],Oge=ZC("PaintRoller",Dge);var Pge=Object.freeze({__proto__:null,__iconNode:Dge,default:Oge});const Ege=[["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"}]],jge=ZC("PaintbrushVertical",Ege);var Tge=Object.freeze({__proto__:null,__iconNode:Ege,default:jge});const Nge=[["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"}]],Rge=ZC("Paintbrush",Nge);var Fge=Object.freeze({__proto__:null,__iconNode:Nge,default:Rge});const Ige=[["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:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z",key:"12rzf8"}]],zge=ZC("Palette",Ige);var Age=Object.freeze({__proto__:null,__iconNode:Ige,default:zge});const Lge=[["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"}]],Bge=ZC("PanelBottomClose",Lge);var Vge=Object.freeze({__proto__:null,__iconNode:Lge,default:Bge});const $ge=[["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"}]],Hge=ZC("PanelBottomDashed",$ge);var qge=Object.freeze({__proto__:null,__iconNode:$ge,default:Hge});const Wge=[["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"}]],Uge=ZC("PanelBottomOpen",Wge);var Gge=Object.freeze({__proto__:null,__iconNode:Wge,default:Uge});const Kge=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}]],Yge=ZC("PanelBottom",Kge);var Zge=Object.freeze({__proto__:null,__iconNode:Kge,default:Yge});const Xge=[["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"}]],Qge=ZC("PanelLeftClose",Xge);var Jge=Object.freeze({__proto__:null,__iconNode:Xge,default:Qge});const eve=[["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"}]],tve=ZC("PanelLeftDashed",eve);var rve=Object.freeze({__proto__:null,__iconNode:eve,default:tve});const ove=[["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"}]],nve=ZC("PanelLeftOpen",ove);var ave=Object.freeze({__proto__:null,__iconNode:ove,default:nve});const ive=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}]],sve=ZC("PanelLeft",ive);var lve=Object.freeze({__proto__:null,__iconNode:ive,default:sve});const cve=[["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"}]],uve=ZC("PanelRightClose",cve);var dve=Object.freeze({__proto__:null,__iconNode:cve,default:uve});const pve=[["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"}]],hve=ZC("PanelRightDashed",pve);var fve=Object.freeze({__proto__:null,__iconNode:pve,default:hve});const mve=[["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"}]],yve=ZC("PanelRightOpen",mve);var gve=Object.freeze({__proto__:null,__iconNode:mve,default:yve});const vve=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}]],xve=ZC("PanelRight",vve);var bve=Object.freeze({__proto__:null,__iconNode:vve,default:xve});const wve=[["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"}]],kve=ZC("PanelTopClose",wve);var _ve=Object.freeze({__proto__:null,__iconNode:wve,default:kve});const Cve=[["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"}]],Mve=ZC("PanelTopDashed",Cve);var Sve=Object.freeze({__proto__:null,__iconNode:Cve,default:Mve});const Dve=[["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"}]],Ove=ZC("PanelTopOpen",Dve);var Pve=Object.freeze({__proto__:null,__iconNode:Dve,default:Ove});const Eve=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}]],jve=ZC("PanelTop",Eve);var Tve=Object.freeze({__proto__:null,__iconNode:Eve,default:jve});const Nve=[["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"}]],Rve=ZC("PanelsLeftBottom",Nve);var Fve=Object.freeze({__proto__:null,__iconNode:Nve,default:Rve});const Ive=[["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"}]],zve=ZC("PanelsRightBottom",Ive);var Ave=Object.freeze({__proto__:null,__iconNode:Ive,default:zve});const Lve=[["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"}]],Bve=ZC("PanelsTopLeft",Lve);var Vve=Object.freeze({__proto__:null,__iconNode:Lve,default:Bve});const $ve=[["path",{d:"M13.234 20.252 21 12.3",key:"1cbrk9"}],["path",{d:"m16 6-8.414 8.586a2 2 0 0 0 0 2.828 2 2 0 0 0 2.828 0l8.414-8.586a4 4 0 0 0 0-5.656 4 4 0 0 0-5.656 0l-8.415 8.585a6 6 0 1 0 8.486 8.486",key:"1pkts6"}]],Hve=ZC("Paperclip",$ve);var qve=Object.freeze({__proto__:null,__iconNode:$ve,default:Hve});const Wve=[["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"}]],Uve=ZC("Parentheses",Wve);var Gve=Object.freeze({__proto__:null,__iconNode:Wve,default:Uve});const Kve=[["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"}]],Yve=ZC("ParkingMeter",Kve);var Zve=Object.freeze({__proto__:null,__iconNode:Kve,default:Yve});const Xve=[["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"}]],Qve=ZC("PartyPopper",Xve);var Jve=Object.freeze({__proto__:null,__iconNode:Xve,default:Qve});const exe=[["rect",{x:"14",y:"4",width:"4",height:"16",rx:"1",key:"zuxfzm"}],["rect",{x:"6",y:"4",width:"4",height:"16",rx:"1",key:"1okwgv"}]],txe=ZC("Pause",exe);var rxe=Object.freeze({__proto__:null,__iconNode:exe,default:txe});const oxe=[["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"}]],nxe=ZC("PawPrint",oxe);var axe=Object.freeze({__proto__:null,__iconNode:oxe,default:nxe});const ixe=[["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"}]],sxe=ZC("PcCase",ixe);var lxe=Object.freeze({__proto__:null,__iconNode:ixe,default:sxe});const cxe=[["path",{d:"M12 20h9",key:"t2du7b"}],["path",{d:"M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z",key:"1ykcvy"}]],uxe=ZC("PenLine",cxe);var dxe=Object.freeze({__proto__:null,__iconNode:cxe,default:uxe});const pxe=[["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"}]],hxe=ZC("PenOff",pxe);var fxe=Object.freeze({__proto__:null,__iconNode:pxe,default:hxe});const mxe=[["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"}]],yxe=ZC("PenTool",mxe);var gxe=Object.freeze({__proto__:null,__iconNode:mxe,default:yxe});const vxe=[["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"}]],xxe=ZC("Pen",vxe);var bxe=Object.freeze({__proto__:null,__iconNode:vxe,default:xxe});const wxe=[["path",{d:"M12 20h9",key:"t2du7b"}],["path",{d:"M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z",key:"1ykcvy"}],["path",{d:"m15 5 3 3",key:"1w25hb"}]],kxe=ZC("PencilLine",wxe);var _xe=Object.freeze({__proto__:null,__iconNode:wxe,default:kxe});const Cxe=[["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"}]],Mxe=ZC("PencilOff",Cxe);var Sxe=Object.freeze({__proto__:null,__iconNode:Cxe,default:Mxe});const Dxe=[["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"}]],Oxe=ZC("PencilRuler",Dxe);var Pxe=Object.freeze({__proto__:null,__iconNode:Dxe,default:Oxe});const Exe=[["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"}]],jxe=ZC("Pencil",Exe);var Txe=Object.freeze({__proto__:null,__iconNode:Exe,default:jxe});const Nxe=[["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"}]],Rxe=ZC("Pentagon",Nxe);var Fxe=Object.freeze({__proto__:null,__iconNode:Nxe,default:Rxe});const Ixe=[["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"}]],zxe=ZC("Percent",Ixe);var Axe=Object.freeze({__proto__:null,__iconNode:Ixe,default:zxe});const Lxe=[["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"}]],Bxe=ZC("PersonStanding",Lxe);var Vxe=Object.freeze({__proto__:null,__iconNode:Lxe,default:Bxe});const $xe=[["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"}]],Hxe=ZC("PhilippinePeso",$xe);var qxe=Object.freeze({__proto__:null,__iconNode:$xe,default:Hxe});const Wxe=[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}],["path",{d:"M14.05 2a9 9 0 0 1 8 7.94",key:"vmijpz"}],["path",{d:"M14.05 6A5 5 0 0 1 18 10",key:"13nbpp"}]],Uxe=ZC("PhoneCall",Wxe);var Gxe=Object.freeze({__proto__:null,__iconNode:Wxe,default:Uxe});const Kxe=[["polyline",{points:"18 2 22 6 18 10",key:"6vjanh"}],["line",{x1:"14",x2:"22",y1:"6",y2:"6",key:"1jsywh"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]],Yxe=ZC("PhoneForwarded",Kxe);var Zxe=Object.freeze({__proto__:null,__iconNode:Kxe,default:Yxe});const Xxe=[["polyline",{points:"16 2 16 8 22 8",key:"1ygljm"}],["line",{x1:"22",x2:"16",y1:"2",y2:"8",key:"1xzwqn"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]],Qxe=ZC("PhoneIncoming",Xxe);var Jxe=Object.freeze({__proto__:null,__iconNode:Xxe,default:Qxe});const ebe=[["line",{x1:"22",x2:"16",y1:"2",y2:"8",key:"1xzwqn"}],["line",{x1:"16",x2:"22",y1:"2",y2:"8",key:"13zxdn"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]],tbe=ZC("PhoneMissed",ebe);var rbe=Object.freeze({__proto__:null,__iconNode:ebe,default:tbe});const obe=[["path",{d:"M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91",key:"z86iuo"}],["line",{x1:"22",x2:"2",y1:"2",y2:"22",key:"11kh81"}]],nbe=ZC("PhoneOff",obe);var abe=Object.freeze({__proto__:null,__iconNode:obe,default:nbe});const ibe=[["polyline",{points:"22 8 22 2 16 2",key:"1g204g"}],["line",{x1:"16",x2:"22",y1:"8",y2:"2",key:"1ggias"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]],sbe=ZC("PhoneOutgoing",ibe);var lbe=Object.freeze({__proto__:null,__iconNode:ibe,default:sbe});const cbe=[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]],ube=ZC("Phone",cbe);var dbe=Object.freeze({__proto__:null,__iconNode:cbe,default:ube});const pbe=[["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"}]],hbe=ZC("Pi",pbe);var fbe=Object.freeze({__proto__:null,__iconNode:pbe,default:hbe});const mbe=[["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"}]],ybe=ZC("Piano",mbe);var gbe=Object.freeze({__proto__:null,__iconNode:mbe,default:ybe});const vbe=[["path",{d:"M14.531 12.469 6.619 20.38a1 1 0 1 1-3-3l7.912-7.912",key:"we99rg"}],["path",{d:"M15.686 4.314A12.5 12.5 0 0 0 5.461 2.958 1 1 0 0 0 5.58 4.71a22 22 0 0 1 6.318 3.393",key:"1w6hck"}],["path",{d:"M17.7 3.7a1 1 0 0 0-1.4 0l-4.6 4.6a1 1 0 0 0 0 1.4l2.6 2.6a1 1 0 0 0 1.4 0l4.6-4.6a1 1 0 0 0 0-1.4z",key:"15hgfx"}],["path",{d:"M19.686 8.314a12.501 12.501 0 0 1 1.356 10.225 1 1 0 0 1-1.751-.119 22 22 0 0 0-3.393-6.319",key:"452b4h"}]],xbe=ZC("Pickaxe",vbe);var bbe=Object.freeze({__proto__:null,__iconNode:vbe,default:xbe});const wbe=[["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"}]],kbe=ZC("PictureInPicture",wbe);var _be=Object.freeze({__proto__:null,__iconNode:wbe,default:kbe});const Cbe=[["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"}]],Mbe=ZC("PictureInPicture2",Cbe);var Sbe=Object.freeze({__proto__:null,__iconNode:Cbe,default:Mbe});const Dbe=[["path",{d:"M19 5c-1.5 0-2.8 1.4-3 2-3.5-1.5-11-.3-11 5 0 1.8 0 3 2 4.5V20h4v-2h3v2h4v-4c1-.5 1.7-1 2-2h2v-4h-2c0-1-.5-1.5-1-2V5z",key:"1ivx2i"}],["path",{d:"M2 9v1c0 1.1.9 2 2 2h1",key:"nm575m"}],["path",{d:"M16 11h.01",key:"xkw8gn"}]],Obe=ZC("PiggyBank",Dbe);var Pbe=Object.freeze({__proto__:null,__iconNode:Dbe,default:Obe});const Ebe=[["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"}]],jbe=ZC("PilcrowLeft",Ebe);var Tbe=Object.freeze({__proto__:null,__iconNode:Ebe,default:jbe});const Nbe=[["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"}]],Rbe=ZC("PilcrowRight",Nbe);var Fbe=Object.freeze({__proto__:null,__iconNode:Nbe,default:Rbe});const Ibe=[["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"}]],zbe=ZC("Pilcrow",Ibe);var Abe=Object.freeze({__proto__:null,__iconNode:Ibe,default:zbe});const Lbe=[["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"}]],Bbe=ZC("PillBottle",Lbe);var Vbe=Object.freeze({__proto__:null,__iconNode:Lbe,default:Bbe});const $be=[["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"}]],Hbe=ZC("Pill",$be);var qbe=Object.freeze({__proto__:null,__iconNode:$be,default:Hbe});const Wbe=[["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"}]],Ube=ZC("PinOff",Wbe);var Gbe=Object.freeze({__proto__:null,__iconNode:Wbe,default:Ube});const Kbe=[["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"}]],Ybe=ZC("Pin",Kbe);var Zbe=Object.freeze({__proto__:null,__iconNode:Kbe,default:Ybe});const Xbe=[["path",{d:"m2 22 1-1h3l9-9",key:"1sre89"}],["path",{d:"M3 21v-3l9-9",key:"hpe2y6"}],["path",{d:"m15 6 3.4-3.4a2.1 2.1 0 1 1 3 3L18 9l.4.4a2.1 2.1 0 1 1-3 3l-3.8-3.8a2.1 2.1 0 1 1 3-3l.4.4Z",key:"196du1"}]],Qbe=ZC("Pipette",Xbe);var Jbe=Object.freeze({__proto__:null,__iconNode:Xbe,default:Qbe});const ewe=[["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"}]],twe=ZC("Pizza",ewe);var rwe=Object.freeze({__proto__:null,__iconNode:ewe,default:twe});const owe=[["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"}]],nwe=ZC("PlaneLanding",owe);var awe=Object.freeze({__proto__:null,__iconNode:owe,default:nwe});const iwe=[["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"}]],swe=ZC("PlaneTakeoff",iwe);var lwe=Object.freeze({__proto__:null,__iconNode:iwe,default:swe});const cwe=[["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"}]],uwe=ZC("Plane",cwe);var dwe=Object.freeze({__proto__:null,__iconNode:cwe,default:uwe});const pwe=[["polygon",{points:"6 3 20 12 6 21 6 3",key:"1oa8hb"}]],hwe=ZC("Play",pwe);var fwe=Object.freeze({__proto__:null,__iconNode:pwe,default:hwe});const mwe=[["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"}]],ywe=ZC("Plug2",mwe);var gwe=Object.freeze({__proto__:null,__iconNode:mwe,default:ywe});const vwe=[["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"}]],xwe=ZC("PlugZap",vwe);var bwe=Object.freeze({__proto__:null,__iconNode:vwe,default:xwe});const wwe=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],kwe=ZC("Plus",wwe);var _we=Object.freeze({__proto__:null,__iconNode:wwe,default:kwe});const Cwe=[["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"}]],Mwe=ZC("Plug",Cwe);var Swe=Object.freeze({__proto__:null,__iconNode:Cwe,default:Mwe});const Dwe=[["path",{d:"M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z",key:"1mz881"}],["polyline",{points:"8 10 12 14 16 10",key:"w4mbv5"}]],Owe=ZC("Pocket",Dwe);var Pwe=Object.freeze({__proto__:null,__iconNode:Dwe,default:Owe});const Ewe=[["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"}]],jwe=ZC("PocketKnife",Ewe);var Twe=Object.freeze({__proto__:null,__iconNode:Ewe,default:jwe});const Nwe=[["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",key:"1gvufo"}],["path",{d:"M13 17a1 1 0 1 0-2 0l.5 4.5a.5.5 0 1 0 1 0Z",key:"za5kbj"}]],Rwe=ZC("Podcast",Nwe);var Fwe=Object.freeze({__proto__:null,__iconNode:Nwe,default:Rwe});const Iwe=[["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"}]],zwe=ZC("PointerOff",Iwe);var Awe=Object.freeze({__proto__:null,__iconNode:Iwe,default:zwe});const Lwe=[["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"}]],Bwe=ZC("Pointer",Lwe);var Vwe=Object.freeze({__proto__:null,__iconNode:Lwe,default:Bwe});const $we=[["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"}]],Hwe=ZC("Popcorn",$we);var qwe=Object.freeze({__proto__:null,__iconNode:$we,default:Hwe});const Wwe=[["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"}]],Uwe=ZC("Popsicle",Wwe);var Gwe=Object.freeze({__proto__:null,__iconNode:Wwe,default:Uwe});const Kwe=[["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"}]],Ywe=ZC("PoundSterling",Kwe);var Zwe=Object.freeze({__proto__:null,__iconNode:Kwe,default:Ywe});const Xwe=[["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"}]],Qwe=ZC("PowerOff",Xwe);var Jwe=Object.freeze({__proto__:null,__iconNode:Xwe,default:Qwe});const eke=[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04",key:"obofu9"}]],tke=ZC("Power",eke);var rke=Object.freeze({__proto__:null,__iconNode:eke,default:tke});const oke=[["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"}]],nke=ZC("Presentation",oke);var ake=Object.freeze({__proto__:null,__iconNode:oke,default:nke});const ike=[["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"}]],ske=ZC("PrinterCheck",ike);var lke=Object.freeze({__proto__:null,__iconNode:ike,default:ske});const cke=[["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"}]],uke=ZC("Printer",cke);var dke=Object.freeze({__proto__:null,__iconNode:cke,default:uke});const pke=[["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"}]],hke=ZC("Projector",pke);var fke=Object.freeze({__proto__:null,__iconNode:pke,default:hke});const mke=[["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"}]],yke=ZC("Proportions",mke);var gke=Object.freeze({__proto__:null,__iconNode:mke,default:yke});const vke=[["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"}]],xke=ZC("Puzzle",vke);var bke=Object.freeze({__proto__:null,__iconNode:vke,default:xke});const wke=[["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"}]],kke=ZC("Pyramid",wke);var _ke=Object.freeze({__proto__:null,__iconNode:wke,default:kke});const Cke=[["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"}]],Mke=ZC("QrCode",Cke);var Ske=Object.freeze({__proto__:null,__iconNode:Cke,default:Mke});const Dke=[["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"}]],Oke=ZC("Quote",Dke);var Pke=Object.freeze({__proto__:null,__iconNode:Dke,default:Oke});const Eke=[["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"}]],jke=ZC("Radar",Eke);var Tke=Object.freeze({__proto__:null,__iconNode:Eke,default:jke});const Nke=[["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"}]],Rke=ZC("Rabbit",Nke);var Fke=Object.freeze({__proto__:null,__iconNode:Nke,default:Rke});const Ike=[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M7.5 4.2c-.3-.5-.9-.7-1.3-.4C3.9 5.5 2.3 8.1 2 11c-.1.5.4 1 1 1h5c0-1.5.8-2.8 2-3.4-1.1-1.9-2-3.5-2.5-4.4z",key:"wy49g3"}],["path",{d:"M21 12c.6 0 1-.4 1-1-.3-2.9-1.8-5.5-4.1-7.1-.4-.3-1.1-.2-1.3.3-.6.9-1.5 2.5-2.6 4.3 1.2.7 2 2 2 3.5h5z",key:"vklnvr"}],["path",{d:"M7.5 19.8c-.3.5-.1 1.1.4 1.3 2.6 1.2 5.6 1.2 8.2 0 .5-.2.7-.8.4-1.3-.5-.9-1.4-2.5-2.5-4.3-1.2.7-2.8.7-4 0-1.1 1.8-2 3.4-2.5 4.3z",key:"wkdf1o"}]],zke=ZC("Radiation",Ike);var Ake=Object.freeze({__proto__:null,__iconNode:Ike,default:zke});const Lke=[["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"}]],Bke=ZC("Radical",Lke);var Vke=Object.freeze({__proto__:null,__iconNode:Lke,default:Bke});const $ke=[["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"}]],Hke=ZC("RadioReceiver",$ke);var qke=Object.freeze({__proto__:null,__iconNode:$ke,default:Hke});const Wke=[["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"}]],Uke=ZC("RadioTower",Wke);var Gke=Object.freeze({__proto__:null,__iconNode:Wke,default:Uke});const Kke=[["path",{d:"M4.9 19.1C1 15.2 1 8.8 4.9 4.9",key:"1vaf9d"}],["path",{d:"M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5",key:"u1ii0m"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5",key:"1j5fej"}],["path",{d:"M19.1 4.9C23 8.8 23 15.1 19.1 19",key:"10b0cb"}]],Yke=ZC("Radio",Kke);var Zke=Object.freeze({__proto__:null,__iconNode:Kke,default:Yke});const Xke=[["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M5 9h14",key:"7tsvo6"}],["path",{d:"m14 20-5-5 6-6-5-5",key:"1jo42i"}]],Qke=ZC("RailSymbol",Xke);var Jke=Object.freeze({__proto__:null,__iconNode:Xke,default:Qke});const e_e=[["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"}]],t_e=ZC("Radius",e_e);var r_e=Object.freeze({__proto__:null,__iconNode:e_e,default:t_e});const o_e=[["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"}]],n_e=ZC("Rainbow",o_e);var a_e=Object.freeze({__proto__:null,__iconNode:o_e,default:n_e});const i_e=[["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"}]],s_e=ZC("Rat",i_e);var l_e=Object.freeze({__proto__:null,__iconNode:i_e,default:s_e});const c_e=[["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"}]],u_e=ZC("Ratio",c_e);var d_e=Object.freeze({__proto__:null,__iconNode:c_e,default:u_e});const p_e=[["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"}]],h_e=ZC("ReceiptCent",p_e);var f_e=Object.freeze({__proto__:null,__iconNode:p_e,default:h_e});const m_e=[["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"}]],y_e=ZC("ReceiptEuro",m_e);var g_e=Object.freeze({__proto__:null,__iconNode:m_e,default:y_e});const v_e=[["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"}]],x_e=ZC("ReceiptIndianRupee",v_e);var b_e=Object.freeze({__proto__:null,__iconNode:v_e,default:x_e});const w_e=[["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"}]],k_e=ZC("ReceiptJapaneseYen",w_e);var __e=Object.freeze({__proto__:null,__iconNode:w_e,default:k_e});const C_e=[["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"}]],M_e=ZC("ReceiptPoundSterling",C_e);var S_e=Object.freeze({__proto__:null,__iconNode:C_e,default:M_e});const D_e=[["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"}]],O_e=ZC("ReceiptRussianRuble",D_e);var P_e=Object.freeze({__proto__:null,__iconNode:D_e,default:O_e});const E_e=[["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"}]],j_e=ZC("ReceiptSwissFranc",E_e);var T_e=Object.freeze({__proto__:null,__iconNode:E_e,default:j_e});const N_e=[["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:"M14 8H8",key:"1l3xfs"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M13 16H8",key:"wsln4y"}]],R_e=ZC("ReceiptText",N_e);var F_e=Object.freeze({__proto__:null,__iconNode:N_e,default:R_e});const I_e=[["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"}]],z_e=ZC("Receipt",I_e);var A_e=Object.freeze({__proto__:null,__iconNode:I_e,default:z_e});const L_e=[["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"}]],B_e=ZC("RectangleEllipsis",L_e);var V_e=Object.freeze({__proto__:null,__iconNode:L_e,default:B_e});const $_e=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]],H_e=ZC("RectangleHorizontal",$_e);var q_e=Object.freeze({__proto__:null,__iconNode:$_e,default:H_e});const W_e=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}]],U_e=ZC("RectangleVertical",W_e);var G_e=Object.freeze({__proto__:null,__iconNode:W_e,default:U_e});const K_e=[["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"}]],Y_e=ZC("Recycle",K_e);var Z_e=Object.freeze({__proto__:null,__iconNode:K_e,default:Y_e});const X_e=[["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"}]],Q_e=ZC("Redo2",X_e);var J_e=Object.freeze({__proto__:null,__iconNode:X_e,default:Q_e});const eCe=[["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"}]],tCe=ZC("RedoDot",eCe);var rCe=Object.freeze({__proto__:null,__iconNode:eCe,default:tCe});const oCe=[["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"}]],nCe=ZC("Redo",oCe);var aCe=Object.freeze({__proto__:null,__iconNode:oCe,default:nCe});const iCe=[["path",{d:"M3 2v6h6",key:"18ldww"}],["path",{d:"M21 12A9 9 0 0 0 6 5.3L3 8",key:"1pbrqz"}],["path",{d:"M21 22v-6h-6",key:"usdfbe"}],["path",{d:"M3 12a9 9 0 0 0 15 6.7l3-2.7",key:"1hosoe"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],sCe=ZC("RefreshCcwDot",iCe);var lCe=Object.freeze({__proto__:null,__iconNode:iCe,default:sCe});const cCe=[["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"}]],uCe=ZC("RefreshCcw",cCe);var dCe=Object.freeze({__proto__:null,__iconNode:cCe,default:uCe});const pCe=[["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"}]],hCe=ZC("RefreshCwOff",pCe);var fCe=Object.freeze({__proto__:null,__iconNode:pCe,default:hCe});const mCe=[["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"}]],yCe=ZC("RefreshCw",mCe);var gCe=Object.freeze({__proto__:null,__iconNode:mCe,default:yCe});const vCe=[["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"}]],xCe=ZC("Refrigerator",vCe);var bCe=Object.freeze({__proto__:null,__iconNode:vCe,default:xCe});const wCe=[["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"}]],kCe=ZC("Regex",wCe);var _Ce=Object.freeze({__proto__:null,__iconNode:wCe,default:kCe});const CCe=[["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"}]],MCe=ZC("RemoveFormatting",CCe);var SCe=Object.freeze({__proto__:null,__iconNode:CCe,default:MCe});const DCe=[["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"}]],OCe=ZC("Repeat1",DCe);var PCe=Object.freeze({__proto__:null,__iconNode:DCe,default:OCe});const ECe=[["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"}]],jCe=ZC("Repeat2",ECe);var TCe=Object.freeze({__proto__:null,__iconNode:ECe,default:jCe});const NCe=[["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"}]],RCe=ZC("Repeat",NCe);var FCe=Object.freeze({__proto__:null,__iconNode:NCe,default:RCe});const ICe=[["path",{d:"M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"1yyzbs"}],["path",{d:"M14 4a2 2 0 0 1 2-2",key:"1w2hp7"}],["path",{d:"M16 10a2 2 0 0 1-2-2",key:"shjach"}],["path",{d:"M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"zfj4xr"}],["path",{d:"M20 2a2 2 0 0 1 2 2",key:"188mtx"}],["path",{d:"M22 8a2 2 0 0 1-2 2",key:"ddf4tu"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a 3 3 0 0 1 3-3h1",key:"1ageje"}],["rect",{x:"2",y:"14",width:"8",height:"8",rx:"2",key:"4rksxw"}]],zCe=ZC("ReplaceAll",ICe);var ACe=Object.freeze({__proto__:null,__iconNode:ICe,default:zCe});const LCe=[["path",{d:"M14 4a2 2 0 0 1 2-2",key:"1w2hp7"}],["path",{d:"M16 10a2 2 0 0 1-2-2",key:"shjach"}],["path",{d:"M20 2a2 2 0 0 1 2 2",key:"188mtx"}],["path",{d:"M22 8a2 2 0 0 1-2 2",key:"ddf4tu"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a3 3 0 0 1 3-3h1",key:"3y3t5z"}],["rect",{x:"2",y:"14",width:"8",height:"8",rx:"2",key:"4rksxw"}]],BCe=ZC("Replace",LCe);var VCe=Object.freeze({__proto__:null,__iconNode:LCe,default:BCe});const $Ce=[["polyline",{points:"7 17 2 12 7 7",key:"t83bqg"}],["polyline",{points:"12 17 7 12 12 7",key:"1g4ajm"}],["path",{d:"M22 18v-2a4 4 0 0 0-4-4H7",key:"1fcyog"}]],HCe=ZC("ReplyAll",$Ce);var qCe=Object.freeze({__proto__:null,__iconNode:$Ce,default:HCe});const WCe=[["polygon",{points:"11 19 2 12 11 5 11 19",key:"14yba5"}],["polygon",{points:"22 19 13 12 22 5 22 19",key:"1pi1cj"}]],UCe=ZC("Rewind",WCe);var GCe=Object.freeze({__proto__:null,__iconNode:WCe,default:UCe});const KCe=[["polyline",{points:"9 17 4 12 9 7",key:"hvgpf2"}],["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4",key:"5vmcpk"}]],YCe=ZC("Reply",KCe);var ZCe=Object.freeze({__proto__:null,__iconNode:KCe,default:YCe});const XCe=[["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"}]],QCe=ZC("Ribbon",XCe);var JCe=Object.freeze({__proto__:null,__iconNode:XCe,default:QCe});const eMe=[["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"}]],tMe=ZC("Rocket",eMe);var rMe=Object.freeze({__proto__:null,__iconNode:eMe,default:tMe});const oMe=[["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"}]],nMe=ZC("RockingChair",oMe);var aMe=Object.freeze({__proto__:null,__iconNode:oMe,default:nMe});const iMe=[["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"}]],sMe=ZC("RollerCoaster",iMe);var lMe=Object.freeze({__proto__:null,__iconNode:iMe,default:sMe});const cMe=[["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"}]],uMe=ZC("Rotate3d",cMe);var dMe=Object.freeze({__proto__:null,__iconNode:cMe,default:uMe});const pMe=[["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"}]],hMe=ZC("RotateCcwSquare",pMe);var fMe=Object.freeze({__proto__:null,__iconNode:pMe,default:hMe});const mMe=[["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"}]],yMe=ZC("RotateCcw",mMe);var gMe=Object.freeze({__proto__:null,__iconNode:mMe,default:yMe});const vMe=[["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"}]],xMe=ZC("RotateCwSquare",vMe);var bMe=Object.freeze({__proto__:null,__iconNode:vMe,default:xMe});const wMe=[["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"}]],kMe=ZC("RotateCw",wMe);var _Me=Object.freeze({__proto__:null,__iconNode:wMe,default:kMe});const CMe=[["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"}]],MMe=ZC("RouteOff",CMe);var SMe=Object.freeze({__proto__:null,__iconNode:CMe,default:MMe});const DMe=[["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"}]],OMe=ZC("Route",DMe);var PMe=Object.freeze({__proto__:null,__iconNode:DMe,default:OMe});const EMe=[["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"}]],jMe=ZC("Router",EMe);var TMe=Object.freeze({__proto__:null,__iconNode:EMe,default:jMe});const NMe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 12h18",key:"1i2n21"}]],RMe=ZC("Rows2",NMe);var FMe=Object.freeze({__proto__:null,__iconNode:NMe,default:RMe});const IMe=[["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"}]],zMe=ZC("Rows3",IMe);var AMe=Object.freeze({__proto__:null,__iconNode:IMe,default:zMe});const LMe=[["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"}]],BMe=ZC("Rows4",LMe);var VMe=Object.freeze({__proto__:null,__iconNode:LMe,default:BMe});const $Me=[["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"}]],HMe=ZC("Rss",$Me);var qMe=Object.freeze({__proto__:null,__iconNode:$Me,default:HMe});const WMe=[["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"}]],UMe=ZC("Ruler",WMe);var GMe=Object.freeze({__proto__:null,__iconNode:WMe,default:UMe});const KMe=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18",key:"18ai8t"}],["path",{d:"M6 15h8",key:"1y8f6l"}]],YMe=ZC("RussianRuble",KMe);var ZMe=Object.freeze({__proto__:null,__iconNode:KMe,default:YMe});const XMe=[["path",{d:"M22 18H2a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4Z",key:"1404fh"}],["path",{d:"M21 14 10 2 3 14h18Z",key:"1nzg7v"}],["path",{d:"M10 2v16",key:"1labyt"}]],QMe=ZC("Sailboat",XMe);var JMe=Object.freeze({__proto__:null,__iconNode:XMe,default:QMe});const eSe=[["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"}]],tSe=ZC("Salad",eSe);var rSe=Object.freeze({__proto__:null,__iconNode:eSe,default:tSe});const oSe=[["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"}]],nSe=ZC("Sandwich",oSe);var aSe=Object.freeze({__proto__:null,__iconNode:oSe,default:nSe});const iSe=[["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"}]],sSe=ZC("SatelliteDish",iSe);var lSe=Object.freeze({__proto__:null,__iconNode:iSe,default:sSe});const cSe=[["path",{d:"M13 7 9 3 5 7l4 4",key:"vyckw6"}],["path",{d:"m17 11 4 4-4 4-4-4",key:"rchckc"}],["path",{d:"m8 12 4 4 6-6-4-4Z",key:"1sshf7"}],["path",{d:"m16 8 3-3",key:"x428zp"}],["path",{d:"M9 21a6 6 0 0 0-6-6",key:"1iajcf"}]],uSe=ZC("Satellite",cSe);var dSe=Object.freeze({__proto__:null,__iconNode:cSe,default:uSe});const pSe=[["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"}]],hSe=ZC("SaveAll",pSe);var fSe=Object.freeze({__proto__:null,__iconNode:pSe,default:hSe});const mSe=[["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"}]],ySe=ZC("SaveOff",mSe);var gSe=Object.freeze({__proto__:null,__iconNode:mSe,default:ySe});const vSe=[["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"}]],xSe=ZC("Save",vSe);var bSe=Object.freeze({__proto__:null,__iconNode:vSe,default:xSe});const wSe=[["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"}]],kSe=ZC("Scale3d",wSe);var _Se=Object.freeze({__proto__:null,__iconNode:wSe,default:kSe});const CSe=[["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"}]],MSe=ZC("Scale",CSe);var SSe=Object.freeze({__proto__:null,__iconNode:CSe,default:MSe});const DSe=[["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"}]],OSe=ZC("Scaling",DSe);var PSe=Object.freeze({__proto__:null,__iconNode:DSe,default:OSe});const ESe=[["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"}]],jSe=ZC("ScanBarcode",ESe);var TSe=Object.freeze({__proto__:null,__iconNode:ESe,default:jSe});const NSe=[["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"}]],RSe=ZC("ScanEye",NSe);var FSe=Object.freeze({__proto__:null,__iconNode:NSe,default:RSe});const ISe=[["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"}]],zSe=ZC("ScanFace",ISe);var ASe=Object.freeze({__proto__:null,__iconNode:ISe,default:zSe});const LSe=[["path",{d:"M11.246 16.657a1 1 0 0 0 1.508 0l3.57-4.101A2.75 2.75 0 1 0 12 9.168a2.75 2.75 0 1 0-4.324 3.388z",key:"1algrk"}],["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"}]],BSe=ZC("ScanHeart",LSe);var VSe=Object.freeze({__proto__:null,__iconNode:LSe,default:BSe});const $Se=[["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"}]],HSe=ZC("ScanLine",$Se);var qSe=Object.freeze({__proto__:null,__iconNode:$Se,default:HSe});const WSe=[["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"}]],USe=ZC("ScanQrCode",WSe);var GSe=Object.freeze({__proto__:null,__iconNode:WSe,default:USe});const KSe=[["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"}]],YSe=ZC("ScanSearch",KSe);var ZSe=Object.freeze({__proto__:null,__iconNode:KSe,default:YSe});const XSe=[["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"}]],QSe=ZC("ScanText",XSe);var JSe=Object.freeze({__proto__:null,__iconNode:XSe,default:QSe});const eDe=[["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"}]],tDe=ZC("Scan",eDe);var rDe=Object.freeze({__proto__:null,__iconNode:eDe,default:tDe});const oDe=[["path",{d:"M14 22v-4a2 2 0 1 0-4 0v4",key:"hhkicm"}],["path",{d:"m18 10 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7.382a1 1 0 0 1 .553-.894L6 10",key:"1xqip1"}],["path",{d:"M18 5v17",key:"1sw6gf"}],["path",{d:"m4 6 7.106-3.553a2 2 0 0 1 1.788 0L20 6",key:"9d2mlk"}],["path",{d:"M6 5v17",key:"1xfsm0"}],["circle",{cx:"12",cy:"9",r:"2",key:"1092wv"}]],nDe=ZC("School",oDe);var aDe=Object.freeze({__proto__:null,__iconNode:oDe,default:nDe});const iDe=[["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"}]],sDe=ZC("ScissorsLineDashed",iDe);var lDe=Object.freeze({__proto__:null,__iconNode:iDe,default:sDe});const cDe=[["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"}]],uDe=ZC("Scissors",cDe);var dDe=Object.freeze({__proto__:null,__iconNode:cDe,default:uDe});const pDe=[["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"}]],hDe=ZC("ScreenShareOff",pDe);var fDe=Object.freeze({__proto__:null,__iconNode:pDe,default:hDe});const mDe=[["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"}]],yDe=ZC("ScreenShare",mDe);var gDe=Object.freeze({__proto__:null,__iconNode:mDe,default:yDe});const vDe=[["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"}]],xDe=ZC("ScrollText",vDe);var bDe=Object.freeze({__proto__:null,__iconNode:vDe,default:xDe});const wDe=[["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"}]],kDe=ZC("Scroll",wDe);var _De=Object.freeze({__proto__:null,__iconNode:wDe,default:kDe});const CDe=[["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"}]],MDe=ZC("SearchCheck",CDe);var SDe=Object.freeze({__proto__:null,__iconNode:CDe,default:MDe});const DDe=[["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"}]],ODe=ZC("SearchCode",DDe);var PDe=Object.freeze({__proto__:null,__iconNode:DDe,default:ODe});const EDe=[["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"}]],jDe=ZC("SearchSlash",EDe);var TDe=Object.freeze({__proto__:null,__iconNode:EDe,default:jDe});const NDe=[["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"}]],RDe=ZC("SearchX",NDe);var FDe=Object.freeze({__proto__:null,__iconNode:NDe,default:RDe});const IDe=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]],zDe=ZC("Search",IDe);var ADe=Object.freeze({__proto__:null,__iconNode:IDe,default:zDe});const LDe=[["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"}]],BDe=ZC("Section",LDe);var VDe=Object.freeze({__proto__:null,__iconNode:LDe,default:BDe});const $De=[["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"}]],HDe=ZC("SendHorizontal",$De);var qDe=Object.freeze({__proto__:null,__iconNode:$De,default:HDe});const WDe=[["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"}]],UDe=ZC("SendToBack",WDe);var GDe=Object.freeze({__proto__:null,__iconNode:WDe,default:UDe});const KDe=[["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"}]],YDe=ZC("Send",KDe);var ZDe=Object.freeze({__proto__:null,__iconNode:KDe,default:YDe});const XDe=[["line",{x1:"3",x2:"21",y1:"12",y2:"12",key:"10d38w"}],["polyline",{points:"8 8 12 4 16 8",key:"zo8t4w"}],["polyline",{points:"16 16 12 20 8 16",key:"1oyrid"}]],QDe=ZC("SeparatorHorizontal",XDe);var JDe=Object.freeze({__proto__:null,__iconNode:XDe,default:QDe});const eOe=[["line",{x1:"12",x2:"12",y1:"3",y2:"21",key:"1efggb"}],["polyline",{points:"8 8 4 12 8 16",key:"bnfmv4"}],["polyline",{points:"16 16 20 12 16 8",key:"u90052"}]],tOe=ZC("SeparatorVertical",eOe);var rOe=Object.freeze({__proto__:null,__iconNode:eOe,default:tOe});const oOe=[["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"}]],nOe=ZC("ServerCrash",oOe);var aOe=Object.freeze({__proto__:null,__iconNode:oOe,default:nOe});const iOe=[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["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 6h.01",key:"1utrut"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m15.7 13.4-.9-.3",key:"1jwmzr"}],["path",{d:"m9.2 10.9-.9-.3",key:"qapnim"}],["path",{d:"m10.6 15.7.3-.9",key:"quwk0k"}],["path",{d:"m13.6 15.7-.4-1",key:"cb9xp7"}],["path",{d:"m10.8 9.3-.4-1",key:"1uaiz5"}],["path",{d:"m8.3 13.6 1-.4",key:"s6srou"}],["path",{d:"m14.7 10.8 1-.4",key:"4d31cq"}],["path",{d:"m13.4 8.3-.3.9",key:"1bm987"}]],sOe=ZC("ServerCog",iOe);var lOe=Object.freeze({__proto__:null,__iconNode:iOe,default:sOe});const cOe=[["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"}]],uOe=ZC("ServerOff",cOe);var dOe=Object.freeze({__proto__:null,__iconNode:cOe,default:uOe});const pOe=[["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"}]],hOe=ZC("Server",pOe);var fOe=Object.freeze({__proto__:null,__iconNode:pOe,default:hOe});const mOe=[["path",{d:"M20 7h-9",key:"3s1dr2"}],["path",{d:"M14 17H5",key:"gfn3mx"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]],yOe=ZC("Settings2",mOe);var gOe=Object.freeze({__proto__:null,__iconNode:mOe,default:yOe});const vOe=[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",key:"1qme2f"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],xOe=ZC("Settings",vOe);var bOe=Object.freeze({__proto__:null,__iconNode:vOe,default:xOe});const wOe=[["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"}]],kOe=ZC("Shapes",wOe);var _Oe=Object.freeze({__proto__:null,__iconNode:wOe,default:kOe});const COe=[["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"}]],MOe=ZC("Share2",COe);var SOe=Object.freeze({__proto__:null,__iconNode:COe,default:MOe});const DOe=[["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",key:"1b2hhj"}],["polyline",{points:"16 6 12 2 8 6",key:"m901s6"}],["line",{x1:"12",x2:"12",y1:"2",y2:"15",key:"1p0rca"}]],OOe=ZC("Share",DOe);var POe=Object.freeze({__proto__:null,__iconNode:DOe,default:OOe});const EOe=[["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"}]],jOe=ZC("Sheet",EOe);var TOe=Object.freeze({__proto__:null,__iconNode:EOe,default:jOe});const NOe=[["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"}]],ROe=ZC("Shell",NOe);var FOe=Object.freeze({__proto__:null,__iconNode:NOe,default:ROe});const IOe=[["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"}]],zOe=ZC("ShieldAlert",IOe);var AOe=Object.freeze({__proto__:null,__iconNode:IOe,default:zOe});const LOe=[["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"}]],BOe=ZC("ShieldBan",LOe);var VOe=Object.freeze({__proto__:null,__iconNode:LOe,default:BOe});const $Oe=[["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"}]],HOe=ZC("ShieldCheck",$Oe);var qOe=Object.freeze({__proto__:null,__iconNode:$Oe,default:HOe});const WOe=[["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"}]],UOe=ZC("ShieldEllipsis",WOe);var GOe=Object.freeze({__proto__:null,__iconNode:WOe,default:UOe});const KOe=[["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"}]],YOe=ZC("ShieldHalf",KOe);var ZOe=Object.freeze({__proto__:null,__iconNode:KOe,default:YOe});const XOe=[["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"}]],QOe=ZC("ShieldMinus",XOe);var JOe=Object.freeze({__proto__:null,__iconNode:XOe,default:QOe});const ePe=[["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"}]],tPe=ZC("ShieldOff",ePe);var rPe=Object.freeze({__proto__:null,__iconNode:ePe,default:tPe});const oPe=[["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"}]],nPe=ZC("ShieldPlus",oPe);var aPe=Object.freeze({__proto__:null,__iconNode:oPe,default:nPe});const iPe=[["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"}]],sPe=ZC("ShieldQuestion",iPe);var lPe=Object.freeze({__proto__:null,__iconNode:iPe,default:sPe});const cPe=[["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"}]],uPe=ZC("ShieldUser",cPe);var dPe=Object.freeze({__proto__:null,__iconNode:cPe,default:uPe});const pPe=[["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"}]],hPe=ZC("ShieldX",pPe);var fPe=Object.freeze({__proto__:null,__iconNode:pPe,default:hPe});const mPe=[["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"}]],yPe=ZC("Shield",mPe);var gPe=Object.freeze({__proto__:null,__iconNode:mPe,default:yPe});const vPe=[["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"}]],xPe=ZC("ShipWheel",vPe);var bPe=Object.freeze({__proto__:null,__iconNode:vPe,default:xPe});const wPe=[["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"}]],kPe=ZC("Ship",wPe);var _Pe=Object.freeze({__proto__:null,__iconNode:wPe,default:kPe});const CPe=[["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"}]],MPe=ZC("Shirt",CPe);var SPe=Object.freeze({__proto__:null,__iconNode:CPe,default:MPe});const DPe=[["path",{d:"M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z",key:"hou9p0"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M16 10a4 4 0 0 1-8 0",key:"1ltviw"}]],OPe=ZC("ShoppingBag",DPe);var PPe=Object.freeze({__proto__:null,__iconNode:DPe,default:OPe});const EPe=[["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"}]],jPe=ZC("ShoppingCart",EPe);var TPe=Object.freeze({__proto__:null,__iconNode:EPe,default:jPe});const NPe=[["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"}]],RPe=ZC("ShoppingBasket",NPe);var FPe=Object.freeze({__proto__:null,__iconNode:NPe,default:RPe});const IPe=[["path",{d:"M2 22v-5l5-5 5 5-5 5z",key:"1fh25c"}],["path",{d:"M9.5 14.5 16 8",key:"1smz5x"}],["path",{d:"m17 2 5 5-.5.5a3.53 3.53 0 0 1-5 0s0 0 0 0a3.53 3.53 0 0 1 0-5L17 2",key:"1q8uv5"}]],zPe=ZC("Shovel",IPe);var APe=Object.freeze({__proto__:null,__iconNode:IPe,default:zPe});const LPe=[["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"}]],BPe=ZC("ShowerHead",LPe);var VPe=Object.freeze({__proto__:null,__iconNode:LPe,default:BPe});const $Pe=[["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"}]],HPe=ZC("Shrink",$Pe);var qPe=Object.freeze({__proto__:null,__iconNode:$Pe,default:HPe});const WPe=[["path",{d:"M12 22v-7l-2-2",key:"eqv9mc"}],["path",{d:"M17 8v.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0Z",key:"ubcgy"}],["path",{d:"m14 14-2 2",key:"847xa2"}]],UPe=ZC("Shrub",WPe);var GPe=Object.freeze({__proto__:null,__iconNode:WPe,default:UPe});const KPe=[["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"}]],YPe=ZC("Shuffle",KPe);var ZPe=Object.freeze({__proto__:null,__iconNode:KPe,default:YPe});const XPe=[["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"}]],QPe=ZC("Sigma",XPe);var JPe=Object.freeze({__proto__:null,__iconNode:XPe,default:QPe});const eEe=[["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"}]],tEe=ZC("SignalHigh",eEe);var rEe=Object.freeze({__proto__:null,__iconNode:eEe,default:tEe});const oEe=[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}]],nEe=ZC("SignalLow",oEe);var aEe=Object.freeze({__proto__:null,__iconNode:oEe,default:nEe});const iEe=[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}]],sEe=ZC("SignalMedium",iEe);var lEe=Object.freeze({__proto__:null,__iconNode:iEe,default:sEe});const cEe=[["path",{d:"M2 20h.01",key:"4haj6o"}]],uEe=ZC("SignalZero",cEe);var dEe=Object.freeze({__proto__:null,__iconNode:cEe,default:uEe});const pEe=[["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"}]],hEe=ZC("Signal",pEe);var fEe=Object.freeze({__proto__:null,__iconNode:pEe,default:hEe});const mEe=[["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"}]],yEe=ZC("Signature",mEe);var gEe=Object.freeze({__proto__:null,__iconNode:mEe,default:yEe});const vEe=[["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"}]],xEe=ZC("SignpostBig",vEe);var bEe=Object.freeze({__proto__:null,__iconNode:vEe,default:xEe});const wEe=[["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"}]],kEe=ZC("Siren",wEe);var _Ee=Object.freeze({__proto__:null,__iconNode:wEe,default:kEe});const CEe=[["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"}]],MEe=ZC("Signpost",CEe);var SEe=Object.freeze({__proto__:null,__iconNode:CEe,default:MEe});const DEe=[["polygon",{points:"19 20 9 12 19 4 19 20",key:"o2sva"}],["line",{x1:"5",x2:"5",y1:"19",y2:"5",key:"1ocqjk"}]],OEe=ZC("SkipBack",DEe);var PEe=Object.freeze({__proto__:null,__iconNode:DEe,default:OEe});const EEe=[["polygon",{points:"5 4 15 12 5 20 5 4",key:"16p6eg"}],["line",{x1:"19",x2:"19",y1:"5",y2:"19",key:"futhcm"}]],jEe=ZC("SkipForward",EEe);var TEe=Object.freeze({__proto__:null,__iconNode:EEe,default:jEe});const NEe=[["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"}]],REe=ZC("Skull",NEe);var FEe=Object.freeze({__proto__:null,__iconNode:NEe,default:REe});const IEe=[["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"}]],zEe=ZC("Slack",IEe);var AEe=Object.freeze({__proto__:null,__iconNode:IEe,default:zEe});const LEe=[["path",{d:"M22 2 2 22",key:"y4kqgn"}]],BEe=ZC("Slash",LEe);var VEe=Object.freeze({__proto__:null,__iconNode:LEe,default:BEe});const $Ee=[["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"}]],HEe=ZC("Slice",$Ee);var qEe=Object.freeze({__proto__:null,__iconNode:$Ee,default:HEe});const WEe=[["line",{x1:"4",x2:"4",y1:"21",y2:"14",key:"1p332r"}],["line",{x1:"4",x2:"4",y1:"10",y2:"3",key:"gb41h5"}],["line",{x1:"12",x2:"12",y1:"21",y2:"12",key:"hf2csr"}],["line",{x1:"12",x2:"12",y1:"8",y2:"3",key:"1kfi7u"}],["line",{x1:"20",x2:"20",y1:"21",y2:"16",key:"1lhrwl"}],["line",{x1:"20",x2:"20",y1:"12",y2:"3",key:"16vvfq"}],["line",{x1:"2",x2:"6",y1:"14",y2:"14",key:"1uebub"}],["line",{x1:"10",x2:"14",y1:"8",y2:"8",key:"1yglbp"}],["line",{x1:"18",x2:"22",y1:"16",y2:"16",key:"1jxqpz"}]],UEe=ZC("SlidersVertical",WEe);var GEe=Object.freeze({__proto__:null,__iconNode:WEe,default:UEe});const KEe=[["line",{x1:"21",x2:"14",y1:"4",y2:"4",key:"obuewd"}],["line",{x1:"10",x2:"3",y1:"4",y2:"4",key:"1q6298"}],["line",{x1:"21",x2:"12",y1:"12",y2:"12",key:"1iu8h1"}],["line",{x1:"8",x2:"3",y1:"12",y2:"12",key:"ntss68"}],["line",{x1:"21",x2:"16",y1:"20",y2:"20",key:"14d8ph"}],["line",{x1:"12",x2:"3",y1:"20",y2:"20",key:"m0wm8r"}],["line",{x1:"14",x2:"14",y1:"2",y2:"6",key:"14e1ph"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"16",x2:"16",y1:"18",y2:"22",key:"1lctlv"}]],YEe=ZC("SlidersHorizontal",KEe);var ZEe=Object.freeze({__proto__:null,__iconNode:KEe,default:YEe});const XEe=[["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"}]],QEe=ZC("SmartphoneCharging",XEe);var JEe=Object.freeze({__proto__:null,__iconNode:XEe,default:QEe});const eje=[["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"}]],tje=ZC("SmartphoneNfc",eje);var rje=Object.freeze({__proto__:null,__iconNode:eje,default:tje});const oje=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]],nje=ZC("Smartphone",oje);var aje=Object.freeze({__proto__:null,__iconNode:oje,default:nje});const ije=[["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"}]],sje=ZC("Smile",ije);var lje=Object.freeze({__proto__:null,__iconNode:ije,default:sje});const cje=[["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"}]],uje=ZC("SmilePlus",cje);var dje=Object.freeze({__proto__:null,__iconNode:cje,default:uje});const pje=[["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"}]],hje=ZC("Snail",pje);var fje=Object.freeze({__proto__:null,__iconNode:pje,default:hje});const mje=[["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"}]],yje=ZC("Snowflake",mje);var gje=Object.freeze({__proto__:null,__iconNode:mje,default:yje});const vje=[["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"}]],xje=ZC("Sofa",vje);var bje=Object.freeze({__proto__:null,__iconNode:vje,default:xje});const wje=[["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"}]],kje=ZC("Soup",wje);var _je=Object.freeze({__proto__:null,__iconNode:wje,default:kje});const Cje=[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]],Mje=ZC("Space",Cje);var Sje=Object.freeze({__proto__:null,__iconNode:Cje,default:Mje});const Dje=[["path",{d:"M5 9c-1.5 1.5-3 3.2-3 5.5A5.5 5.5 0 0 0 7.5 20c1.8 0 3-.5 4.5-2 1.5 1.5 2.7 2 4.5 2a5.5 5.5 0 0 0 5.5-5.5c0-2.3-1.5-4-3-5.5l-7-7-7 7Z",key:"40bo9n"}],["path",{d:"M12 18v4",key:"jadmvz"}]],Oje=ZC("Spade",Dje);var Pje=Object.freeze({__proto__:null,__iconNode:Dje,default:Oje});const Eje=[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}]],jje=ZC("Sparkle",Eje);var Tje=Object.freeze({__proto__:null,__iconNode:Eje,default:jje});const Nje=[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}],["path",{d:"M4 17v2",key:"vumght"}],["path",{d:"M5 18H3",key:"zchphs"}]],Rje=ZC("Sparkles",Nje);var Fje=Object.freeze({__proto__:null,__iconNode:Nje,default:Rje});const Ije=[["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"}]],zje=ZC("Speech",Ije);var Aje=Object.freeze({__proto__:null,__iconNode:Ije,default:zje});const Lje=[["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"}]],Bje=ZC("Speaker",Lje);var Vje=Object.freeze({__proto__:null,__iconNode:Lje,default:Bje});const $je=[["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"}]],Hje=ZC("SpellCheck2",$je);var qje=Object.freeze({__proto__:null,__iconNode:$je,default:Hje});const Wje=[["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"}]],Uje=ZC("SpellCheck",Wje);var Gje=Object.freeze({__proto__:null,__iconNode:Wje,default:Uje});const Kje=[["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"}]],Yje=ZC("Spline",Kje);var Zje=Object.freeze({__proto__:null,__iconNode:Kje,default:Yje});const Xje=[["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"}]],Qje=ZC("Split",Xje);var Jje=Object.freeze({__proto__:null,__iconNode:Xje,default:Qje});const eTe=[["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"}]],tTe=ZC("SprayCan",eTe);var rTe=Object.freeze({__proto__:null,__iconNode:eTe,default:tTe});const oTe=[["path",{d:"M7 20h10",key:"e6iznv"}],["path",{d:"M10 20c5.5-2.5.8-6.4 3-10",key:"161w41"}],["path",{d:"M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z",key:"9gtqwd"}],["path",{d:"M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z",key:"bkxnd2"}]],nTe=ZC("Sprout",oTe);var aTe=Object.freeze({__proto__:null,__iconNode:oTe,default:nTe});const iTe=[["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"}]],sTe=ZC("SquareActivity",iTe);var lTe=Object.freeze({__proto__:null,__iconNode:iTe,default:sTe});const cTe=[["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"}]],uTe=ZC("SquareArrowDownLeft",cTe);var dTe=Object.freeze({__proto__:null,__iconNode:cTe,default:uTe});const pTe=[["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"}]],hTe=ZC("SquareArrowDownRight",pTe);var fTe=Object.freeze({__proto__:null,__iconNode:pTe,default:hTe});const mTe=[["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"}]],yTe=ZC("SquareArrowDown",mTe);var gTe=Object.freeze({__proto__:null,__iconNode:mTe,default:yTe});const vTe=[["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"}]],xTe=ZC("SquareArrowLeft",vTe);var bTe=Object.freeze({__proto__:null,__iconNode:vTe,default:xTe});const wTe=[["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"}]],kTe=ZC("SquareArrowOutDownLeft",wTe);var _Te=Object.freeze({__proto__:null,__iconNode:wTe,default:kTe});const CTe=[["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"}]],MTe=ZC("SquareArrowOutDownRight",CTe);var STe=Object.freeze({__proto__:null,__iconNode:CTe,default:MTe});const DTe=[["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"}]],OTe=ZC("SquareArrowOutUpLeft",DTe);var PTe=Object.freeze({__proto__:null,__iconNode:DTe,default:OTe});const ETe=[["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"}]],jTe=ZC("SquareArrowOutUpRight",ETe);var TTe=Object.freeze({__proto__:null,__iconNode:ETe,default:jTe});const NTe=[["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"}]],RTe=ZC("SquareArrowRight",NTe);var FTe=Object.freeze({__proto__:null,__iconNode:NTe,default:RTe});const ITe=[["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"}]],zTe=ZC("SquareArrowUpLeft",ITe);var ATe=Object.freeze({__proto__:null,__iconNode:ITe,default:zTe});const LTe=[["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"}]],BTe=ZC("SquareArrowUpRight",LTe);var VTe=Object.freeze({__proto__:null,__iconNode:LTe,default:BTe});const $Te=[["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"}]],HTe=ZC("SquareArrowUp",$Te);var qTe=Object.freeze({__proto__:null,__iconNode:$Te,default:HTe});const WTe=[["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"}]],UTe=ZC("SquareAsterisk",WTe);var GTe=Object.freeze({__proto__:null,__iconNode:WTe,default:UTe});const KTe=[["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"}]],YTe=ZC("SquareBottomDashedScissors",KTe);var ZTe=Object.freeze({__proto__:null,__iconNode:KTe,default:YTe});const XTe=[["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"}]],QTe=ZC("SquareChartGantt",XTe);var JTe=Object.freeze({__proto__:null,__iconNode:XTe,default:QTe});const eNe=[["path",{d:"M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5",key:"1uzm8b"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],tNe=ZC("SquareCheckBig",eNe);var rNe=Object.freeze({__proto__:null,__iconNode:eNe,default:tNe});const oNe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],nNe=ZC("SquareCheck",oNe);var aNe=Object.freeze({__proto__:null,__iconNode:oNe,default:nNe});const iNe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]],sNe=ZC("SquareChevronDown",iNe);var lNe=Object.freeze({__proto__:null,__iconNode:iNe,default:sNe});const cNe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]],uNe=ZC("SquareChevronLeft",cNe);var dNe=Object.freeze({__proto__:null,__iconNode:cNe,default:uNe});const pNe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]],hNe=ZC("SquareChevronRight",pNe);var fNe=Object.freeze({__proto__:null,__iconNode:pNe,default:hNe});const mNe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]],yNe=ZC("SquareChevronUp",mNe);var gNe=Object.freeze({__proto__:null,__iconNode:mNe,default:yNe});const vNe=[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],xNe=ZC("SquareCode",vNe);var bNe=Object.freeze({__proto__:null,__iconNode:vNe,default:xNe});const wNe=[["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"}]],kNe=ZC("SquareDashedBottomCode",wNe);var _Ne=Object.freeze({__proto__:null,__iconNode:wNe,default:kNe});const CNe=[["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"}]],MNe=ZC("SquareDashedBottom",CNe);var SNe=Object.freeze({__proto__:null,__iconNode:CNe,default:MNe});const DNe=[["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"}]],ONe=ZC("SquareDashedKanban",DNe);var PNe=Object.freeze({__proto__:null,__iconNode:DNe,default:ONe});const ENe=[["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"}]],jNe=ZC("SquareDashedMousePointer",ENe);var TNe=Object.freeze({__proto__:null,__iconNode:ENe,default:jNe});const NNe=[["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"}]],RNe=ZC("SquareDashed",NNe);var FNe=Object.freeze({__proto__:null,__iconNode:NNe,default:RNe});const INe=[["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"}]],zNe=ZC("SquareDivide",INe);var ANe=Object.freeze({__proto__:null,__iconNode:INe,default:zNe});const LNe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],BNe=ZC("SquareDot",LNe);var VNe=Object.freeze({__proto__:null,__iconNode:LNe,default:BNe});const $Ne=[["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"}]],HNe=ZC("SquareEqual",$Ne);var qNe=Object.freeze({__proto__:null,__iconNode:$Ne,default:HNe});const WNe=[["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"}]],UNe=ZC("SquareFunction",WNe);var GNe=Object.freeze({__proto__:null,__iconNode:WNe,default:UNe});const KNe=[["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"}]],YNe=ZC("SquareKanban",KNe);var ZNe=Object.freeze({__proto__:null,__iconNode:KNe,default:YNe});const XNe=[["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"}]],QNe=ZC("SquareLibrary",XNe);var JNe=Object.freeze({__proto__:null,__iconNode:XNe,default:QNe});const eRe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 16V8l4 4 4-4v8",key:"141u4e"}]],tRe=ZC("SquareM",eRe);var rRe=Object.freeze({__proto__:null,__iconNode:eRe,default:tRe});const oRe=[["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"}]],nRe=ZC("SquareMenu",oRe);var aRe=Object.freeze({__proto__:null,__iconNode:oRe,default:nRe});const iRe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}]],sRe=ZC("SquareMinus",iRe);var lRe=Object.freeze({__proto__:null,__iconNode:iRe,default:sRe});const cRe=[["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"}]],uRe=ZC("SquareParkingOff",cRe);var dRe=Object.freeze({__proto__:null,__iconNode:cRe,default:uRe});const pRe=[["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"}]],hRe=ZC("SquareMousePointer",pRe);var fRe=Object.freeze({__proto__:null,__iconNode:pRe,default:hRe});const mRe=[["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"}]],yRe=ZC("SquareParking",mRe);var gRe=Object.freeze({__proto__:null,__iconNode:mRe,default:yRe});const vRe=[["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"}]],xRe=ZC("SquarePen",vRe);var bRe=Object.freeze({__proto__:null,__iconNode:vRe,default:xRe});const wRe=[["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"}]],kRe=ZC("SquarePercent",wRe);var _Re=Object.freeze({__proto__:null,__iconNode:wRe,default:kRe});const CRe=[["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"}]],MRe=ZC("SquarePi",CRe);var SRe=Object.freeze({__proto__:null,__iconNode:CRe,default:MRe});const DRe=[["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"}]],ORe=ZC("SquarePilcrow",DRe);var PRe=Object.freeze({__proto__:null,__iconNode:DRe,default:ORe});const ERe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 8 6 4-6 4Z",key:"f1r3lt"}]],jRe=ZC("SquarePlay",ERe);var TRe=Object.freeze({__proto__:null,__iconNode:ERe,default:jRe});const NRe=[["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"}]],RRe=ZC("SquarePlus",NRe);var FRe=Object.freeze({__proto__:null,__iconNode:NRe,default:RRe});const IRe=[["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"}]],zRe=ZC("SquarePower",IRe);var ARe=Object.freeze({__proto__:null,__iconNode:IRe,default:zRe});const LRe=[["path",{d:"M7 12h2l2 5 2-10h4",key:"1fxv6h"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],BRe=ZC("SquareRadical",LRe);var VRe=Object.freeze({__proto__:null,__iconNode:LRe,default:BRe});const $Re=[["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"}]],HRe=ZC("SquareRoundCorner",$Re);var qRe=Object.freeze({__proto__:null,__iconNode:$Re,default:HRe});const WRe=[["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"}]],URe=ZC("SquareScissors",WRe);var GRe=Object.freeze({__proto__:null,__iconNode:WRe,default:URe});const KRe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]],YRe=ZC("SquareSlash",KRe);var ZRe=Object.freeze({__proto__:null,__iconNode:KRe,default:YRe});const XRe=[["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"}]],QRe=ZC("SquareSigma",XRe);var JRe=Object.freeze({__proto__:null,__iconNode:XRe,default:QRe});const eFe=[["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"}]],tFe=ZC("SquareSplitHorizontal",eFe);var rFe=Object.freeze({__proto__:null,__iconNode:eFe,default:tFe});const oFe=[["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"}]],nFe=ZC("SquareSplitVertical",oFe);var aFe=Object.freeze({__proto__:null,__iconNode:oFe,default:nFe});const iFe=[["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"}]],sFe=ZC("SquareSquare",iFe);var lFe=Object.freeze({__proto__:null,__iconNode:iFe,default:sFe});const cFe=[["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"}]],uFe=ZC("SquareStack",cFe);var dFe=Object.freeze({__proto__:null,__iconNode:cFe,default:uFe});const pFe=[["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"}]],hFe=ZC("SquareTerminal",pFe);var fFe=Object.freeze({__proto__:null,__iconNode:pFe,default:hFe});const mFe=[["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"}]],yFe=ZC("SquareUserRound",mFe);var gFe=Object.freeze({__proto__:null,__iconNode:mFe,default:yFe});const vFe=[["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"}]],xFe=ZC("SquareUser",vFe);var bFe=Object.freeze({__proto__:null,__iconNode:vFe,default:xFe});const wFe=[["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"}]],kFe=ZC("SquareX",wFe);var _Fe=Object.freeze({__proto__:null,__iconNode:wFe,default:kFe});const CFe=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],MFe=ZC("Square",CFe);var SFe=Object.freeze({__proto__:null,__iconNode:CFe,default:MFe});const DFe=[["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"}]],OFe=ZC("Squircle",DFe);var PFe=Object.freeze({__proto__:null,__iconNode:DFe,default:OFe});const EFe=[["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"}]],jFe=ZC("Squirrel",EFe);var TFe=Object.freeze({__proto__:null,__iconNode:EFe,default:jFe});const NFe=[["path",{d:"M5 22h14",key:"ehvnwv"}],["path",{d:"M19.27 13.73A2.5 2.5 0 0 0 17.5 13h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1.5c0-.66-.26-1.3-.73-1.77Z",key:"1sy9ra"}],["path",{d:"M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-3-3c-1.66 0-3 1-3 3s1 2 1 3.5V13",key:"cnxgux"}]],RFe=ZC("Stamp",NFe);var FFe=Object.freeze({__proto__:null,__iconNode:NFe,default:RFe});const IFe=[["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"}]],zFe=ZC("StarHalf",IFe);var AFe=Object.freeze({__proto__:null,__iconNode:IFe,default:zFe});const LFe=[["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"}]],BFe=ZC("StarOff",LFe);var VFe=Object.freeze({__proto__:null,__iconNode:LFe,default:BFe});const $Fe=[["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"}]],HFe=ZC("Star",$Fe);var qFe=Object.freeze({__proto__:null,__iconNode:$Fe,default:HFe});const WFe=[["line",{x1:"18",x2:"18",y1:"20",y2:"4",key:"cun8e5"}],["polygon",{points:"14,20 4,12 14,4",key:"ypakod"}]],UFe=ZC("StepBack",WFe);var GFe=Object.freeze({__proto__:null,__iconNode:WFe,default:UFe});const KFe=[["line",{x1:"6",x2:"6",y1:"4",y2:"20",key:"fy8qot"}],["polygon",{points:"10,4 20,12 10,20",key:"1mc1pf"}]],YFe=ZC("StepForward",KFe);var ZFe=Object.freeze({__proto__:null,__iconNode:KFe,default:YFe});const XFe=[["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"}]],QFe=ZC("Stethoscope",XFe);var JFe=Object.freeze({__proto__:null,__iconNode:XFe,default:QFe});const eIe=[["path",{d:"M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z",key:"qazsjp"}],["path",{d:"M15 3v4a2 2 0 0 0 2 2h4",key:"40519r"}]],tIe=ZC("StickyNote",eIe);var rIe=Object.freeze({__proto__:null,__iconNode:eIe,default:tIe});const oIe=[["path",{d:"M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z",key:"1wis1t"}],["path",{d:"M14 3v4a2 2 0 0 0 2 2h4",key:"36rjfy"}],["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"}]],nIe=ZC("Sticker",oIe);var aIe=Object.freeze({__proto__:null,__iconNode:oIe,default:nIe});const iIe=[["path",{d:"m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7",key:"ztvudi"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",key:"1b2hhj"}],["path",{d:"M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4",key:"2ebpfo"}],["path",{d:"M2 7h20",key:"1fcdvo"}],["path",{d:"M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7",key:"6c3vgh"}]],sIe=ZC("Store",iIe);var lIe=Object.freeze({__proto__:null,__iconNode:iIe,default:sIe});const cIe=[["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"}]],uIe=ZC("StretchHorizontal",cIe);var dIe=Object.freeze({__proto__:null,__iconNode:cIe,default:uIe});const pIe=[["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"}]],hIe=ZC("StretchVertical",pIe);var fIe=Object.freeze({__proto__:null,__iconNode:pIe,default:hIe});const mIe=[["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"}]],yIe=ZC("Strikethrough",mIe);var gIe=Object.freeze({__proto__:null,__iconNode:mIe,default:yIe});const vIe=[["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"}]],xIe=ZC("Subscript",vIe);var bIe=Object.freeze({__proto__:null,__iconNode:vIe,default:xIe});const wIe=[["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"}]],kIe=ZC("SunDim",wIe);var _Ie=Object.freeze({__proto__:null,__iconNode:wIe,default:kIe});const CIe=[["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"}]],MIe=ZC("SunMedium",CIe);var SIe=Object.freeze({__proto__:null,__iconNode:CIe,default:MIe});const DIe=[["path",{d:"M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4",key:"1fu5g2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.9 4.9 1.4 1.4",key:"b9915j"}],["path",{d:"m17.7 17.7 1.4 1.4",key:"qc3ed3"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.3 17.7-1.4 1.4",key:"5gca6"}],["path",{d:"m19.1 4.9-1.4 1.4",key:"wpu9u6"}]],OIe=ZC("SunMoon",DIe);var PIe=Object.freeze({__proto__:null,__iconNode:DIe,default:OIe});const EIe=[["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"}]],jIe=ZC("SunSnow",EIe);var TIe=Object.freeze({__proto__:null,__iconNode:EIe,default:jIe});const NIe=[["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"}]],RIe=ZC("Sun",NIe);var FIe=Object.freeze({__proto__:null,__iconNode:NIe,default:RIe});const IIe=[["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"}]],zIe=ZC("Sunrise",IIe);var AIe=Object.freeze({__proto__:null,__iconNode:IIe,default:zIe});const LIe=[["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"}]],BIe=ZC("Sunset",LIe);var VIe=Object.freeze({__proto__:null,__iconNode:LIe,default:BIe});const $Ie=[["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"}]],HIe=ZC("SwatchBook",$Ie);var qIe=Object.freeze({__proto__:null,__iconNode:$Ie,default:HIe});const WIe=[["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"}]],UIe=ZC("Superscript",WIe);var GIe=Object.freeze({__proto__:null,__iconNode:WIe,default:UIe});const KIe=[["path",{d:"M10 21V3h8",key:"br2l0g"}],["path",{d:"M6 16h9",key:"2py0wn"}],["path",{d:"M10 9.5h7",key:"13dmhz"}]],YIe=ZC("SwissFranc",KIe);var ZIe=Object.freeze({__proto__:null,__iconNode:KIe,default:YIe});const XIe=[["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"}]],QIe=ZC("SwitchCamera",XIe);var JIe=Object.freeze({__proto__:null,__iconNode:XIe,default:QIe});const eze=[["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"}]],tze=ZC("Sword",eze);var rze=Object.freeze({__proto__:null,__iconNode:eze,default:tze});const oze=[["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"}]],nze=ZC("Swords",oze);var aze=Object.freeze({__proto__:null,__iconNode:oze,default:nze});const ize=[["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"}]],sze=ZC("Syringe",ize);var lze=Object.freeze({__proto__:null,__iconNode:ize,default:sze});const cze=[["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"}]],uze=ZC("Table2",cze);var dze=Object.freeze({__proto__:null,__iconNode:cze,default:uze});const pze=[["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"}]],hze=ZC("TableCellsMerge",pze);var fze=Object.freeze({__proto__:null,__iconNode:pze,default:hze});const mze=[["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"}]],yze=ZC("TableCellsSplit",mze);var gze=Object.freeze({__proto__:null,__iconNode:mze,default:yze});const vze=[["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"}]],xze=ZC("TableColumnsSplit",vze);var bze=Object.freeze({__proto__:null,__iconNode:vze,default:xze});const wze=[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M21 12h.01",key:"msek7k"}],["path",{d:"M21 18h.01",key:"1e8rq1"}],["path",{d:"M21 6h.01",key:"1koanj"}]],kze=ZC("TableOfContents",wze);var _ze=Object.freeze({__proto__:null,__iconNode:wze,default:kze});const Cze=[["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"}]],Mze=ZC("TableProperties",Cze);var Sze=Object.freeze({__proto__:null,__iconNode:Cze,default:Mze});const Dze=[["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"}]],Oze=ZC("TableRowsSplit",Dze);var Pze=Object.freeze({__proto__:null,__iconNode:Dze,default:Oze});const Eze=[["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"}]],jze=ZC("Table",Eze);var Tze=Object.freeze({__proto__:null,__iconNode:Eze,default:jze});const Nze=[["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"}]],Rze=ZC("TabletSmartphone",Nze);var Fze=Object.freeze({__proto__:null,__iconNode:Nze,default:Rze});const Ize=[["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"}]],zze=ZC("Tablet",Ize);var Aze=Object.freeze({__proto__:null,__iconNode:Ize,default:zze});const Lze=[["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"}]],Bze=ZC("Tablets",Lze);var Vze=Object.freeze({__proto__:null,__iconNode:Lze,default:Bze});const $ze=[["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"}]],Hze=ZC("Tag",$ze);var qze=Object.freeze({__proto__:null,__iconNode:$ze,default:Hze});const Wze=[["path",{d:"m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19",key:"1cbfv1"}],["path",{d:"M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z",key:"135mg7"}],["circle",{cx:"6.5",cy:"9.5",r:".5",fill:"currentColor",key:"5pm5xn"}]],Uze=ZC("Tags",Wze);var Gze=Object.freeze({__proto__:null,__iconNode:Wze,default:Uze});const Kze=[["path",{d:"M4 4v16",key:"6qkkli"}]],Yze=ZC("Tally1",Kze);var Zze=Object.freeze({__proto__:null,__iconNode:Kze,default:Yze});const Xze=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}]],Qze=ZC("Tally2",Xze);var Jze=Object.freeze({__proto__:null,__iconNode:Xze,default:Qze});const eAe=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}]],tAe=ZC("Tally3",eAe);var rAe=Object.freeze({__proto__:null,__iconNode:eAe,default:tAe});const oAe=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}]],nAe=ZC("Tally4",oAe);var aAe=Object.freeze({__proto__:null,__iconNode:oAe,default:nAe});const iAe=[["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"}]],sAe=ZC("Tally5",iAe);var lAe=Object.freeze({__proto__:null,__iconNode:iAe,default:sAe});const cAe=[["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"}]],uAe=ZC("Tangent",cAe);var dAe=Object.freeze({__proto__:null,__iconNode:cAe,default:uAe});const pAe=[["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"}]],hAe=ZC("Target",pAe);var fAe=Object.freeze({__proto__:null,__iconNode:pAe,default:hAe});const mAe=[["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"}]],yAe=ZC("Telescope",mAe);var gAe=Object.freeze({__proto__:null,__iconNode:mAe,default:yAe});const vAe=[["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"}]],xAe=ZC("TentTree",vAe);var bAe=Object.freeze({__proto__:null,__iconNode:vAe,default:xAe});const wAe=[["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"}]],kAe=ZC("Tent",wAe);var _Ae=Object.freeze({__proto__:null,__iconNode:wAe,default:kAe});const CAe=[["polyline",{points:"4 17 10 11 4 5",key:"akl6gq"}],["line",{x1:"12",x2:"20",y1:"19",y2:"19",key:"q2wloq"}]],MAe=ZC("Terminal",CAe);var SAe=Object.freeze({__proto__:null,__iconNode:CAe,default:MAe});const DAe=[["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"}]],OAe=ZC("TestTubeDiagonal",DAe);var PAe=Object.freeze({__proto__:null,__iconNode:DAe,default:OAe});const EAe=[["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"}]],jAe=ZC("TestTube",EAe);var TAe=Object.freeze({__proto__:null,__iconNode:EAe,default:jAe});const NAe=[["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"}]],RAe=ZC("TestTubes",NAe);var FAe=Object.freeze({__proto__:null,__iconNode:NAe,default:RAe});const IAe=[["path",{d:"M5 4h1a3 3 0 0 1 3 3 3 3 0 0 1 3-3h1",key:"18xjzo"}],["path",{d:"M13 20h-1a3 3 0 0 1-3-3 3 3 0 0 1-3 3H5",key:"fj48gi"}],["path",{d:"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1",key:"1n9rhb"}],["path",{d:"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7",key:"13ksps"}],["path",{d:"M9 7v10",key:"1vc8ob"}]],zAe=ZC("TextCursorInput",IAe);var AAe=Object.freeze({__proto__:null,__iconNode:IAe,default:zAe});const LAe=[["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"}]],BAe=ZC("TextCursor",LAe);var VAe=Object.freeze({__proto__:null,__iconNode:LAe,default:BAe});const $Ae=[["path",{d:"M17 6H3",key:"16j9eg"}],["path",{d:"M21 12H8",key:"scolzb"}],["path",{d:"M21 18H8",key:"1wfozv"}],["path",{d:"M3 12v6",key:"fv4c87"}]],HAe=ZC("TextQuote",$Ae);var qAe=Object.freeze({__proto__:null,__iconNode:$Ae,default:HAe});const WAe=[["path",{d:"M21 6H3",key:"1jwq7v"}],["path",{d:"M10 12H3",key:"1ulcyk"}],["path",{d:"M10 18H3",key:"13769t"}],["circle",{cx:"17",cy:"15",r:"3",key:"1upz2a"}],["path",{d:"m21 19-1.9-1.9",key:"dwi7p8"}]],UAe=ZC("TextSearch",WAe);var GAe=Object.freeze({__proto__:null,__iconNode:WAe,default:UAe});const KAe=[["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"}],["line",{x1:"7",x2:"15",y1:"8",y2:"8",key:"1758g8"}],["line",{x1:"7",x2:"17",y1:"12",y2:"12",key:"197423"}],["line",{x1:"7",x2:"13",y1:"16",y2:"16",key:"37cgm6"}]],YAe=ZC("TextSelect",KAe);var ZAe=Object.freeze({__proto__:null,__iconNode:KAe,default:YAe});const XAe=[["path",{d:"M17 6.1H3",key:"wptmhv"}],["path",{d:"M21 12.1H3",key:"1j38uz"}],["path",{d:"M15.1 18H3",key:"1nb16a"}]],QAe=ZC("Text",XAe);var JAe=Object.freeze({__proto__:null,__iconNode:XAe,default:QAe});const eLe=[["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"}]],tLe=ZC("Theater",eLe);var rLe=Object.freeze({__proto__:null,__iconNode:eLe,default:tLe});const oLe=[["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"}]],nLe=ZC("ThermometerSnowflake",oLe);var aLe=Object.freeze({__proto__:null,__iconNode:oLe,default:nLe});const iLe=[["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"}]],sLe=ZC("ThermometerSun",iLe);var lLe=Object.freeze({__proto__:null,__iconNode:iLe,default:sLe});const cLe=[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"17jzev"}]],uLe=ZC("Thermometer",cLe);var dLe=Object.freeze({__proto__:null,__iconNode:cLe,default:uLe});const pLe=[["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"}]],hLe=ZC("ThumbsDown",pLe);var fLe=Object.freeze({__proto__:null,__iconNode:pLe,default:hLe});const mLe=[["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"}]],yLe=ZC("ThumbsUp",mLe);var gLe=Object.freeze({__proto__:null,__iconNode:mLe,default:yLe});const vLe=[["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"}]],xLe=ZC("TicketCheck",vLe);var bLe=Object.freeze({__proto__:null,__iconNode:vLe,default:xLe});const wLe=[["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"}]],kLe=ZC("TicketMinus",wLe);var _Le=Object.freeze({__proto__:null,__iconNode:wLe,default:kLe});const CLe=[["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"}]],MLe=ZC("TicketPercent",CLe);var SLe=Object.freeze({__proto__:null,__iconNode:CLe,default:MLe});const DLe=[["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"}]],OLe=ZC("TicketPlus",DLe);var PLe=Object.freeze({__proto__:null,__iconNode:DLe,default:OLe});const ELe=[["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"}]],jLe=ZC("TicketSlash",ELe);var TLe=Object.freeze({__proto__:null,__iconNode:ELe,default:jLe});const NLe=[["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"}]],RLe=ZC("TicketX",NLe);var FLe=Object.freeze({__proto__:null,__iconNode:NLe,default:RLe});const ILe=[["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"}]],zLe=ZC("Ticket",ILe);var ALe=Object.freeze({__proto__:null,__iconNode:ILe,default:zLe});const LLe=[["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"}]],BLe=ZC("TicketsPlane",LLe);var VLe=Object.freeze({__proto__:null,__iconNode:LLe,default:BLe});const $Le=[["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"}]],HLe=ZC("Tickets",$Le);var qLe=Object.freeze({__proto__:null,__iconNode:$Le,default:HLe});const WLe=[["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"}]],ULe=ZC("TimerOff",WLe);var GLe=Object.freeze({__proto__:null,__iconNode:WLe,default:ULe});const KLe=[["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"}]],YLe=ZC("TimerReset",KLe);var ZLe=Object.freeze({__proto__:null,__iconNode:KLe,default:YLe});const XLe=[["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"}]],QLe=ZC("Timer",XLe);var JLe=Object.freeze({__proto__:null,__iconNode:XLe,default:QLe});const eBe=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6",key:"f2vt7d"}],["circle",{cx:"8",cy:"12",r:"2",key:"1nvbw3"}]],tBe=ZC("ToggleLeft",eBe);var rBe=Object.freeze({__proto__:null,__iconNode:eBe,default:tBe});const oBe=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6",key:"f2vt7d"}],["circle",{cx:"16",cy:"12",r:"2",key:"4ma0v8"}]],nBe=ZC("ToggleRight",oBe);var aBe=Object.freeze({__proto__:null,__iconNode:oBe,default:nBe});const iBe=[["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"}]],sBe=ZC("Toilet",iBe);var lBe=Object.freeze({__proto__:null,__iconNode:iBe,default:sBe});const cBe=[["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"}]],uBe=ZC("Tornado",cBe);var dBe=Object.freeze({__proto__:null,__iconNode:cBe,default:uBe});const pBe=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2",key:"1b2qxu"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5",key:"h8emeu"}]],hBe=ZC("Torus",pBe);var fBe=Object.freeze({__proto__:null,__iconNode:pBe,default:hBe});const mBe=[["path",{d:"M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16",key:"lnt0bk"}],["path",{d:"M2 14h12",key:"d8icqz"}],["path",{d:"M22 14h-2",key:"jrx26d"}],["path",{d:"M12 20v-6",key:"1rm09r"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M22 16V6a2 2 0 0 0-2-2H10",key:"11y8e4"}]],yBe=ZC("TouchpadOff",mBe);var gBe=Object.freeze({__proto__:null,__iconNode:mBe,default:yBe});const vBe=[["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"}]],xBe=ZC("Touchpad",vBe);var bBe=Object.freeze({__proto__:null,__iconNode:vBe,default:xBe});const wBe=[["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"}]],kBe=ZC("TowerControl",wBe);var _Be=Object.freeze({__proto__:null,__iconNode:wBe,default:kBe});const CBe=[["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"}]],MBe=ZC("ToyBrick",CBe);var SBe=Object.freeze({__proto__:null,__iconNode:CBe,default:MBe});const DBe=[["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"}]],OBe=ZC("Tractor",DBe);var PBe=Object.freeze({__proto__:null,__iconNode:DBe,default:OBe});const EBe=[["path",{d:"M9.3 6.2a4.55 4.55 0 0 0 5.4 0",key:"flyxqv"}],["path",{d:"M7.9 10.7c.9.8 2.4 1.3 4.1 1.3s3.2-.5 4.1-1.3",key:"1nlxxg"}],["path",{d:"M13.9 3.5a1.93 1.93 0 0 0-3.8-.1l-3 10c-.1.2-.1.4-.1.6 0 1.7 2.2 3 5 3s5-1.3 5-3c0-.2 0-.4-.1-.5Z",key:"vz7x1l"}],["path",{d:"m7.5 12.2-4.7 2.7c-.5.3-.8.7-.8 1.1s.3.8.8 1.1l7.6 4.5c.9.5 2.1.5 3 0l7.6-4.5c.7-.3 1-.7 1-1.1s-.3-.8-.8-1.1l-4.7-2.8",key:"1xfzlw"}]],jBe=ZC("TrafficCone",EBe);var TBe=Object.freeze({__proto__:null,__iconNode:EBe,default:jBe});const NBe=[["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"}]],RBe=ZC("TrainFrontTunnel",NBe);var FBe=Object.freeze({__proto__:null,__iconNode:NBe,default:RBe});const IBe=[["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"}]],zBe=ZC("TrainFront",IBe);var ABe=Object.freeze({__proto__:null,__iconNode:IBe,default:zBe});const LBe=[["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"}]],BBe=ZC("TrainTrack",LBe);var VBe=Object.freeze({__proto__:null,__iconNode:LBe,default:BBe});const $Be=[["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"}]],HBe=ZC("TramFront",$Be);var qBe=Object.freeze({__proto__:null,__iconNode:$Be,default:HBe});const WBe=[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}],["line",{x1:"10",x2:"10",y1:"11",y2:"17",key:"1uufr5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"17",key:"xtxkd"}]],UBe=ZC("Trash2",WBe);var GBe=Object.freeze({__proto__:null,__iconNode:WBe,default:UBe});const KBe=[["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"}]],YBe=ZC("Transgender",KBe);var ZBe=Object.freeze({__proto__:null,__iconNode:KBe,default:YBe});const XBe=[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}]],QBe=ZC("Trash",XBe);var JBe=Object.freeze({__proto__:null,__iconNode:XBe,default:QBe});const eVe=[["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"}]],tVe=ZC("TreeDeciduous",eVe);var rVe=Object.freeze({__proto__:null,__iconNode:eVe,default:tVe});const oVe=[["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"}]],nVe=ZC("TreePine",oVe);var aVe=Object.freeze({__proto__:null,__iconNode:oVe,default:nVe});const iVe=[["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"}]],sVe=ZC("TreePalm",iVe);var lVe=Object.freeze({__proto__:null,__iconNode:iVe,default:sVe});const cVe=[["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"}]],uVe=ZC("Trees",cVe);var dVe=Object.freeze({__proto__:null,__iconNode:cVe,default:uVe});const pVe=[["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"}]],hVe=ZC("Trello",pVe);var fVe=Object.freeze({__proto__:null,__iconNode:pVe,default:hVe});const mVe=[["polyline",{points:"22 17 13.5 8.5 8.5 13.5 2 7",key:"1r2t7k"}],["polyline",{points:"16 17 22 17 22 11",key:"11uiuu"}]],yVe=ZC("TrendingDown",mVe);var gVe=Object.freeze({__proto__:null,__iconNode:mVe,default:yVe});const vVe=[["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"}]],xVe=ZC("TrendingUpDown",vVe);var bVe=Object.freeze({__proto__:null,__iconNode:vVe,default:xVe});const wVe=[["polyline",{points:"22 7 13.5 15.5 8.5 10.5 2 17",key:"126l90"}],["polyline",{points:"16 7 22 7 22 13",key:"kwv8wd"}]],kVe=ZC("TrendingUp",wVe);var _Ve=Object.freeze({__proto__:null,__iconNode:wVe,default:kVe});const CVe=[["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"}]],MVe=ZC("TriangleAlert",CVe);var SVe=Object.freeze({__proto__:null,__iconNode:CVe,default:MVe});const DVe=[["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"}]],OVe=ZC("TriangleDashed",DVe);var PVe=Object.freeze({__proto__:null,__iconNode:DVe,default:OVe});const EVe=[["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"}]],jVe=ZC("TriangleRight",EVe);var TVe=Object.freeze({__proto__:null,__iconNode:EVe,default:jVe});const NVe=[["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"}]],RVe=ZC("Triangle",NVe);var FVe=Object.freeze({__proto__:null,__iconNode:NVe,default:RVe});const IVe=[["path",{d:"M6 9H4.5a2.5 2.5 0 0 1 0-5H6",key:"17hqa7"}],["path",{d:"M18 9h1.5a2.5 2.5 0 0 0 0-5H18",key:"lmptdp"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22",key:"1nw9bq"}],["path",{d:"M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22",key:"1np0yb"}],["path",{d:"M18 2H6v7a6 6 0 0 0 12 0V2Z",key:"u46fv3"}]],zVe=ZC("Trophy",IVe);var AVe=Object.freeze({__proto__:null,__iconNode:IVe,default:zVe});const LVe=[["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"}]],BVe=ZC("Truck",LVe);var VVe=Object.freeze({__proto__:null,__iconNode:LVe,default:BVe});const $Ve=[["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"}]],HVe=ZC("Turtle",$Ve);var qVe=Object.freeze({__proto__:null,__iconNode:$Ve,default:HVe});const WVe=[["path",{d:"M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z",key:"1pctta"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]],UVe=ZC("TvMinimalPlay",WVe);var GVe=Object.freeze({__proto__:null,__iconNode:WVe,default:UVe});const KVe=[["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]],YVe=ZC("TvMinimal",KVe);var ZVe=Object.freeze({__proto__:null,__iconNode:KVe,default:YVe});const XVe=[["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2",ry:"2",key:"10ag99"}],["polyline",{points:"17 2 12 7 7 2",key:"11pgbg"}]],QVe=ZC("Tv",XVe);var JVe=Object.freeze({__proto__:null,__iconNode:XVe,default:QVe});const e$e=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7",key:"c0yzno"}]],t$e=ZC("Twitch",e$e);var r$e=Object.freeze({__proto__:null,__iconNode:e$e,default:t$e});const o$e=[["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"}]],n$e=ZC("Twitter",o$e);var a$e=Object.freeze({__proto__:null,__iconNode:o$e,default:n$e});const i$e=[["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"}]],s$e=ZC("TypeOutline",i$e);var l$e=Object.freeze({__proto__:null,__iconNode:i$e,default:s$e});const c$e=[["polyline",{points:"4 7 4 4 20 4 20 7",key:"1nosan"}],["line",{x1:"9",x2:"15",y1:"20",y2:"20",key:"swin9y"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20",key:"1tx1rr"}]],u$e=ZC("Type",c$e);var d$e=Object.freeze({__proto__:null,__iconNode:c$e,default:u$e});const p$e=[["path",{d:"M12 2v1",key:"11qlp1"}],["path",{d:"M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575",key:"eki10q"}],["path",{d:"M17.5 12H22A10 10 0 0 0 9.004 3.455",key:"n2ayka"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],h$e=ZC("UmbrellaOff",p$e);var f$e=Object.freeze({__proto__:null,__iconNode:p$e,default:h$e});const m$e=[["path",{d:"M22 12a10.06 10.06 1 0 0-20 0Z",key:"1teyop"}],["path",{d:"M12 12v8a2 2 0 0 0 4 0",key:"ulpmoc"}],["path",{d:"M12 2v1",key:"11qlp1"}]],y$e=ZC("Umbrella",m$e);var g$e=Object.freeze({__proto__:null,__iconNode:m$e,default:y$e});const v$e=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4",key:"9kb039"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20",key:"nun2al"}]],x$e=ZC("Underline",v$e);var b$e=Object.freeze({__proto__:null,__iconNode:v$e,default:x$e});const w$e=[["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"}]],k$e=ZC("Undo2",w$e);var _$e=Object.freeze({__proto__:null,__iconNode:w$e,default:k$e});const C$e=[["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"}]],M$e=ZC("UndoDot",C$e);var S$e=Object.freeze({__proto__:null,__iconNode:C$e,default:M$e});const D$e=[["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"}]],O$e=ZC("Undo",D$e);var P$e=Object.freeze({__proto__:null,__iconNode:D$e,default:O$e});const E$e=[["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"}]],j$e=ZC("UnfoldHorizontal",E$e);var T$e=Object.freeze({__proto__:null,__iconNode:E$e,default:j$e});const N$e=[["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"}]],R$e=ZC("UnfoldVertical",N$e);var F$e=Object.freeze({__proto__:null,__iconNode:N$e,default:R$e});const I$e=[["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"}]],z$e=ZC("Ungroup",I$e);var A$e=Object.freeze({__proto__:null,__iconNode:I$e,default:z$e});const L$e=[["circle",{cx:"12",cy:"10",r:"1",key:"1gnqs8"}],["path",{d:"M22 20V8h-4l-6-4-6 4H2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2",key:"1qj5sn"}],["path",{d:"M6 17v.01",key:"roodi6"}],["path",{d:"M6 13v.01",key:"67c122"}],["path",{d:"M18 17v.01",key:"12ktxm"}],["path",{d:"M18 13v.01",key:"tn1rt1"}],["path",{d:"M14 22v-5a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5",key:"11g7fi"}]],B$e=ZC("University",L$e);var V$e=Object.freeze({__proto__:null,__iconNode:L$e,default:B$e});const $$e=[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2",key:"1re2ne"}]],H$e=ZC("Unlink2",$$e);var q$e=Object.freeze({__proto__:null,__iconNode:$$e,default:H$e});const W$e=[["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"}]],U$e=ZC("Unlink",W$e);var G$e=Object.freeze({__proto__:null,__iconNode:W$e,default:U$e});const K$e=[["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"}]],Y$e=ZC("Unplug",K$e);var Z$e=Object.freeze({__proto__:null,__iconNode:K$e,default:Y$e});const X$e=[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"17 8 12 3 7 8",key:"t8dd8p"}],["line",{x1:"12",x2:"12",y1:"3",y2:"15",key:"widbto"}]],Q$e=ZC("Upload",X$e);var J$e=Object.freeze({__proto__:null,__iconNode:X$e,default:Q$e});const eHe=[["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"}]],tHe=ZC("Usb",eHe);var rHe=Object.freeze({__proto__:null,__iconNode:eHe,default:tHe});const oHe=[["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"}],["polyline",{points:"16 11 18 13 22 9",key:"1pwet4"}]],nHe=ZC("UserCheck",oHe);var aHe=Object.freeze({__proto__:null,__iconNode:oHe,default:nHe});const iHe=[["circle",{cx:"18",cy:"15",r:"3",key:"gjjjvw"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["path",{d:"M10 15H6a4 4 0 0 0-4 4v2",key:"1nfge6"}],["path",{d:"m21.7 16.4-.9-.3",key:"12j9ji"}],["path",{d:"m15.2 13.9-.9-.3",key:"1fdjdi"}],["path",{d:"m16.6 18.7.3-.9",key:"heedtr"}],["path",{d:"m19.1 12.2.3-.9",key:"1af3ki"}],["path",{d:"m19.6 18.7-.4-1",key:"1x9vze"}],["path",{d:"m16.8 12.3-.4-1",key:"vqeiwj"}],["path",{d:"m14.3 16.6 1-.4",key:"1qlj63"}],["path",{d:"m20.7 13.8 1-.4",key:"1v5t8k"}]],sHe=ZC("UserCog",iHe);var lHe=Object.freeze({__proto__:null,__iconNode:iHe,default:sHe});const cHe=[["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"}]],uHe=ZC("UserMinus",cHe);var dHe=Object.freeze({__proto__:null,__iconNode:cHe,default:uHe});const pHe=[["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"}]],hHe=ZC("UserPen",pHe);var fHe=Object.freeze({__proto__:null,__iconNode:pHe,default:hHe});const mHe=[["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"}]],yHe=ZC("UserPlus",mHe);var gHe=Object.freeze({__proto__:null,__iconNode:mHe,default:yHe});const vHe=[["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"}]],xHe=ZC("UserRoundCheck",vHe);var bHe=Object.freeze({__proto__:null,__iconNode:vHe,default:xHe});const wHe=[["path",{d:"M2 21a8 8 0 0 1 10.434-7.62",key:"1yezr2"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m19.5 14.3-.4.9",key:"1eb35c"}],["path",{d:"m16.9 20.8-.4.9",key:"dfjc4z"}],["path",{d:"m21.7 19.5-.9-.4",key:"q4dx6b"}],["path",{d:"m15.2 16.9-.9-.4",key:"1r0w5f"}],["path",{d:"m21.7 16.5-.9.4",key:"1knoei"}],["path",{d:"m15.2 19.1-.9.4",key:"j188fs"}],["path",{d:"m19.5 21.7-.4-.9",key:"1tonu5"}],["path",{d:"m16.9 15.2-.4-.9",key:"699xu"}]],kHe=ZC("UserRoundCog",wHe);var _He=Object.freeze({__proto__:null,__iconNode:wHe,default:kHe});const CHe=[["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"}]],MHe=ZC("UserRoundMinus",CHe);var SHe=Object.freeze({__proto__:null,__iconNode:CHe,default:MHe});const DHe=[["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"}]],OHe=ZC("UserRoundPen",DHe);var PHe=Object.freeze({__proto__:null,__iconNode:DHe,default:OHe});const EHe=[["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"}]],jHe=ZC("UserRoundPlus",EHe);var THe=Object.freeze({__proto__:null,__iconNode:EHe,default:jHe});const NHe=[["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"}]],RHe=ZC("UserRoundSearch",NHe);var FHe=Object.freeze({__proto__:null,__iconNode:NHe,default:RHe});const IHe=[["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"}]],zHe=ZC("UserRoundX",IHe);var AHe=Object.freeze({__proto__:null,__iconNode:IHe,default:zHe});const LHe=[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]],BHe=ZC("UserRound",LHe);var VHe=Object.freeze({__proto__:null,__iconNode:LHe,default:BHe});const $He=[["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"}]],HHe=ZC("UserSearch",$He);var qHe=Object.freeze({__proto__:null,__iconNode:$He,default:HHe});const WHe=[["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"}]],UHe=ZC("UserX",WHe);var GHe=Object.freeze({__proto__:null,__iconNode:WHe,default:UHe});const KHe=[["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"}]],YHe=ZC("User",KHe);var ZHe=Object.freeze({__proto__:null,__iconNode:KHe,default:YHe});const XHe=[["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"}]],QHe=ZC("UsersRound",XHe);var JHe=Object.freeze({__proto__:null,__iconNode:XHe,default:QHe});const eqe=[["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"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["path",{d:"M16 3.13a4 4 0 0 1 0 7.75",key:"1da9ce"}]],tqe=ZC("Users",eqe);var rqe=Object.freeze({__proto__:null,__iconNode:eqe,default:tqe});const oqe=[["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"}]],nqe=ZC("UtensilsCrossed",oqe);var aqe=Object.freeze({__proto__:null,__iconNode:oqe,default:nqe});const iqe=[["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"}]],sqe=ZC("Utensils",iqe);var lqe=Object.freeze({__proto__:null,__iconNode:iqe,default:sqe});const cqe=[["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"}]],uqe=ZC("UtilityPole",cqe);var dqe=Object.freeze({__proto__:null,__iconNode:cqe,default:uqe});const pqe=[["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"}]],hqe=ZC("Variable",pqe);var fqe=Object.freeze({__proto__:null,__iconNode:pqe,default:hqe});const mqe=[["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"}]],yqe=ZC("Vault",mqe);var gqe=Object.freeze({__proto__:null,__iconNode:mqe,default:yqe});const vqe=[["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"}]],xqe=ZC("Vegan",vqe);var bqe=Object.freeze({__proto__:null,__iconNode:vqe,default:xqe});const wqe=[["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"}]],kqe=ZC("VenetianMask",wqe);var _qe=Object.freeze({__proto__:null,__iconNode:wqe,default:kqe});const Cqe=[["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"}]],Mqe=ZC("VenusAndMars",Cqe);var Sqe=Object.freeze({__proto__:null,__iconNode:Cqe,default:Mqe});const Dqe=[["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M9 19h6",key:"456am0"}],["circle",{cx:"12",cy:"9",r:"6",key:"1nw4tq"}]],Oqe=ZC("Venus",Dqe);var Pqe=Object.freeze({__proto__:null,__iconNode:Dqe,default:Oqe});const Eqe=[["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"}]],jqe=ZC("VibrateOff",Eqe);var Tqe=Object.freeze({__proto__:null,__iconNode:Eqe,default:jqe});const Nqe=[["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"}]],Rqe=ZC("VideoOff",Nqe);var Fqe=Object.freeze({__proto__:null,__iconNode:Nqe,default:Rqe});const Iqe=[["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"}]],zqe=ZC("Vibrate",Iqe);var Aqe=Object.freeze({__proto__:null,__iconNode:Iqe,default:zqe});const Lqe=[["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"}]],Bqe=ZC("Video",Lqe);var Vqe=Object.freeze({__proto__:null,__iconNode:Lqe,default:Bqe});const $qe=[["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"}]],Hqe=ZC("Videotape",$qe);var qqe=Object.freeze({__proto__:null,__iconNode:$qe,default:Hqe});const Wqe=[["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"}]],Uqe=ZC("View",Wqe);var Gqe=Object.freeze({__proto__:null,__iconNode:Wqe,default:Uqe});const Kqe=[["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"}]],Yqe=ZC("Voicemail",Kqe);var Zqe=Object.freeze({__proto__:null,__iconNode:Kqe,default:Yqe});const Xqe=[["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"}]],Qqe=ZC("Volleyball",Xqe);var Jqe=Object.freeze({__proto__:null,__iconNode:Xqe,default:Qqe});const eWe=[["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"}]],tWe=ZC("Volume1",eWe);var rWe=Object.freeze({__proto__:null,__iconNode:eWe,default:tWe});const oWe=[["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"}]],nWe=ZC("Volume2",oWe);var aWe=Object.freeze({__proto__:null,__iconNode:oWe,default:nWe});const iWe=[["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"}]],sWe=ZC("VolumeOff",iWe);var lWe=Object.freeze({__proto__:null,__iconNode:iWe,default:sWe});const cWe=[["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"}]],uWe=ZC("VolumeX",cWe);var dWe=Object.freeze({__proto__:null,__iconNode:cWe,default:uWe});const pWe=[["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"}]],hWe=ZC("Volume",pWe);var fWe=Object.freeze({__proto__:null,__iconNode:pWe,default:hWe});const mWe=[["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"}]],yWe=ZC("Vote",mWe);var gWe=Object.freeze({__proto__:null,__iconNode:mWe,default:yWe});const vWe=[["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"}]],xWe=ZC("WalletCards",vWe);var bWe=Object.freeze({__proto__:null,__iconNode:vWe,default:xWe});const wWe=[["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"}]],kWe=ZC("WalletMinimal",wWe);var _We=Object.freeze({__proto__:null,__iconNode:wWe,default:kWe});const CWe=[["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"}]],MWe=ZC("Wallet",CWe);var SWe=Object.freeze({__proto__:null,__iconNode:CWe,default:MWe});const DWe=[["circle",{cx:"8",cy:"9",r:"2",key:"gjzl9d"}],["path",{d:"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2",key:"69xh40"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}]],OWe=ZC("Wallpaper",DWe);var PWe=Object.freeze({__proto__:null,__iconNode:DWe,default:OWe});const EWe=[["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"}]],jWe=ZC("WandSparkles",EWe);var TWe=Object.freeze({__proto__:null,__iconNode:EWe,default:jWe});const NWe=[["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"}]],RWe=ZC("Wand",NWe);var FWe=Object.freeze({__proto__:null,__iconNode:NWe,default:RWe});const IWe=[["path",{d:"M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z",key:"gksnxg"}],["path",{d:"M6 18h12",key:"9pbo8z"}],["path",{d:"M6 14h12",key:"4cwo0f"}],["rect",{width:"12",height:"12",x:"6",y:"10",key:"apd30q"}]],zWe=ZC("Warehouse",IWe);var AWe=Object.freeze({__proto__:null,__iconNode:IWe,default:zWe});const LWe=[["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"}]],BWe=ZC("WashingMachine",LWe);var VWe=Object.freeze({__proto__:null,__iconNode:LWe,default:BWe});const $We=[["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["polyline",{points:"12 10 12 12 13 13",key:"19dquz"}],["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"}]],HWe=ZC("Watch",$We);var qWe=Object.freeze({__proto__:null,__iconNode:$We,default:HWe});const WWe=[["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"}]],UWe=ZC("WavesLadder",WWe);var GWe=Object.freeze({__proto__:null,__iconNode:WWe,default:UWe});const KWe=[["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"}]],YWe=ZC("Waves",KWe);var ZWe=Object.freeze({__proto__:null,__iconNode:KWe,default:YWe});const XWe=[["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"}]],QWe=ZC("Waypoints",XWe);var JWe=Object.freeze({__proto__:null,__iconNode:XWe,default:QWe});const eUe=[["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"}]],tUe=ZC("Webcam",eUe);var rUe=Object.freeze({__proto__:null,__iconNode:eUe,default:tUe});const oUe=[["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"}]],nUe=ZC("WebhookOff",oUe);var aUe=Object.freeze({__proto__:null,__iconNode:oUe,default:nUe});const iUe=[["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"}]],sUe=ZC("Webhook",iUe);var lUe=Object.freeze({__proto__:null,__iconNode:iUe,default:sUe});const cUe=[["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"}]],uUe=ZC("Weight",cUe);var dUe=Object.freeze({__proto__:null,__iconNode:cUe,default:uUe});const pUe=[["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"}]],hUe=ZC("WheatOff",pUe);var fUe=Object.freeze({__proto__:null,__iconNode:pUe,default:hUe});const mUe=[["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"}]],yUe=ZC("Wheat",mUe);var gUe=Object.freeze({__proto__:null,__iconNode:mUe,default:yUe});const vUe=[["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"}]],xUe=ZC("WholeWord",vUe);var bUe=Object.freeze({__proto__:null,__iconNode:vUe,default:xUe});const wUe=[["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"}]],kUe=ZC("WifiHigh",wUe);var _Ue=Object.freeze({__proto__:null,__iconNode:wUe,default:kUe});const CUe=[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]],MUe=ZC("WifiLow",CUe);var SUe=Object.freeze({__proto__:null,__iconNode:CUe,default:MUe});const DUe=[["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"}]],OUe=ZC("WifiOff",DUe);var PUe=Object.freeze({__proto__:null,__iconNode:DUe,default:OUe});const EUe=[["path",{d:"M12 20h.01",key:"zekei9"}]],jUe=ZC("WifiZero",EUe);var TUe=Object.freeze({__proto__:null,__iconNode:EUe,default:jUe});const NUe=[["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"}]],RUe=ZC("Wifi",NUe);var FUe=Object.freeze({__proto__:null,__iconNode:NUe,default:RUe});const IUe=[["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"}]],zUe=ZC("WindArrowDown",IUe);var AUe=Object.freeze({__proto__:null,__iconNode:IUe,default:zUe});const LUe=[["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"}]],BUe=ZC("Wind",LUe);var VUe=Object.freeze({__proto__:null,__iconNode:LUe,default:BUe});const $Ue=[["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"}]],HUe=ZC("WineOff",$Ue);var qUe=Object.freeze({__proto__:null,__iconNode:$Ue,default:HUe});const WUe=[["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"}]],UUe=ZC("Wine",WUe);var GUe=Object.freeze({__proto__:null,__iconNode:WUe,default:UUe});const KUe=[["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"}]],YUe=ZC("Workflow",KUe);var ZUe=Object.freeze({__proto__:null,__iconNode:KUe,default:YUe});const XUe=[["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"}]],QUe=ZC("Worm",XUe);var JUe=Object.freeze({__proto__:null,__iconNode:XUe,default:QUe});const eGe=[["line",{x1:"3",x2:"21",y1:"6",y2:"6",key:"4m8b97"}],["path",{d:"M3 12h15a3 3 0 1 1 0 6h-4",key:"1cl7v7"}],["polyline",{points:"16 16 14 18 16 20",key:"1jznyi"}],["line",{x1:"3",x2:"10",y1:"18",y2:"18",key:"1h33wv"}]],tGe=ZC("WrapText",eGe);var rGe=Object.freeze({__proto__:null,__iconNode:eGe,default:tGe});const oGe=[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z",key:"cbrjhi"}]],nGe=ZC("Wrench",oGe);var aGe=Object.freeze({__proto__:null,__iconNode:oGe,default:nGe});const iGe=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],sGe=ZC("X",iGe);var lGe=Object.freeze({__proto__:null,__iconNode:iGe,default:sGe});const cGe=[["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"}]],uGe=ZC("ZapOff",cGe);var dGe=Object.freeze({__proto__:null,__iconNode:cGe,default:uGe});const pGe=[["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"}]],hGe=ZC("Youtube",pGe);var fGe=Object.freeze({__proto__:null,__iconNode:pGe,default:hGe});const mGe=[["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"}]],yGe=ZC("Zap",mGe);var gGe=Object.freeze({__proto__:null,__iconNode:mGe,default:yGe});const vGe=[["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"}]],xGe=ZC("ZoomIn",vGe);var bGe=Object.freeze({__proto__:null,__iconNode:vGe,default:xGe});const wGe=[["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"}]],kGe=ZC("ZoomOut",wGe);var _Ge=Object.freeze({__proto__:null,__iconNode:wGe,default:kGe}),CGe=Object.freeze({__proto__:null,AArrowDown:QC,AArrowUp:tM,ALargeSmall:nM,Accessibility:sM,Activity:uM,AirVent:hM,Airplay:yM,AlarmClockCheck:xM,AlarmClockMinus:kM,AlarmClockOff:MM,AlarmClockPlus:OM,AlarmClock:jM,AlarmSmoke:RM,Album:zM,AlignCenterHorizontal:BM,AlignCenterVertical:HM,AlignCenter:UM,AlignEndVertical:YM,AlignEndHorizontal:QM,AlignHorizontalDistributeCenter:tS,AlignHorizontalDistributeEnd:nS,AlignHorizontalDistributeStart:sS,AlignHorizontalJustifyCenter:uS,AlignHorizontalJustifyEnd:hS,AlignHorizontalJustifyStart:yS,AlignHorizontalSpaceAround:xS,AlignHorizontalSpaceBetween:kS,AlignJustify:MS,AlignLeft:OS,AlignRight:jS,AlignStartHorizontal:RS,AlignStartVertical:zS,AlignVerticalDistributeCenter:BS,AlignVerticalDistributeEnd:HS,AlignVerticalDistributeStart:US,AlignVerticalJustifyCenter:YS,AlignVerticalJustifyEnd:QS,AlignVerticalJustifyStart:tD,AlignVerticalSpaceAround:nD,AlignVerticalSpaceBetween:sD,Ambulance:uD,Ampersand:hD,Ampersands:yD,Amphora:xD,Anchor:kD,Angry:MD,Annoyed:OD,Antenna:jD,Anvil:RD,Aperture:zD,AppWindowMac:BD,AppWindow:HD,Apple:UD,ArchiveRestore:YD,ArchiveX:QD,Archive:tO,Armchair:nO,ArrowBigDownDash:sO,ArrowBigDown:uO,ArrowBigLeftDash:hO,ArrowBigLeft:yO,ArrowBigRightDash:xO,ArrowBigRight:kO,ArrowBigUpDash:MO,ArrowBigUp:OO,ArrowDown01:jO,ArrowDown10:RO,ArrowDownAZ:zO,ArrowDownFromLine:BO,ArrowDownLeft:HO,ArrowDownNarrowWide:UO,ArrowDownRight:YO,ArrowDownToDot:QO,ArrowDownToLine:tP,ArrowDownUp:nP,ArrowDownWideNarrow:sP,ArrowDownZA:uP,ArrowDown:hP,ArrowLeftFromLine:yP,ArrowLeftRight:xP,ArrowLeftToLine:kP,ArrowLeft:MP,ArrowRightFromLine:OP,ArrowRightLeft:jP,ArrowRightToLine:RP,ArrowRight:zP,ArrowUp01:BP,ArrowUp10:HP,ArrowUpAZ:UP,ArrowUpDown:YP,ArrowUpFromDot:QP,ArrowUpFromLine:tE,ArrowUpLeft:nE,ArrowUpNarrowWide:sE,ArrowUpRight:uE,ArrowUpToLine:hE,ArrowUpWideNarrow:yE,ArrowUpZA:xE,ArrowUp:kE,ArrowsUpFromLine:ME,Asterisk:OE,AtSign:jE,Atom:RE,AudioLines:zE,AudioWaveform:BE,Award:HE,Axe:UE,Axis3d:YE,Baby:QE,Backpack:tj,BadgeAlert:nj,BadgeCent:sj,BadgeCheck:uj,BadgeDollarSign:hj,BadgeEuro:yj,BadgeHelp:xj,BadgeIndianRupee:kj,BadgeInfo:Mj,BadgeJapaneseYen:Oj,BadgeMinus:jj,BadgePercent:Rj,BadgePlus:zj,BadgePoundSterling:Bj,BadgeRussianRuble:Hj,BadgeSwissFranc:Uj,BadgeX:Yj,Badge:Qj,BaggageClaim:tT,Ban:nT,Banana:sT,Bandage:uT,Banknote:hT,Barcode:yT,Bath:xT,Baseline:kT,BatteryCharging:MT,BatteryFull:OT,BatteryLow:jT,BatteryMedium:RT,BatteryPlus:zT,BatteryWarning:BT,Beaker:HT,Battery:UT,BeanOff:YT,Bean:QT,BedDouble:tN,BedSingle:nN,Bed:sN,Beef:uN,BeerOff:hN,Beer:yN,BellDot:xN,BellElectric:kN,BellMinus:MN,BellOff:ON,BellPlus:jN,BellRing:RN,Bell:zN,BetweenHorizontalEnd:BN,BetweenHorizontalStart:HN,BetweenVerticalEnd:UN,BetweenVerticalStart:YN,BicepsFlexed:QN,Bike:tR,Binary:nR,Binoculars:sR,Biohazard:uR,Bird:hR,Bitcoin:yR,Blend:xR,Blinds:kR,Blocks:MR,BluetoothConnected:OR,BluetoothOff:jR,BluetoothSearching:RR,Bluetooth:zR,Bold:BR,Bolt:HR,Bomb:UR,Bone:YR,BookA:QR,BookAudio:tF,BookCopy:nF,BookCheck:sF,BookDashed:uF,BookDown:hF,BookHeadphones:yF,BookHeart:xF,BookImage:kF,BookKey:MF,BookLock:OF,BookMarked:jF,BookMinus:RF,BookOpenCheck:zF,BookOpenText:BF,BookOpen:HF,BookPlus:UF,BookText:YF,BookType:QF,BookUp2:tI,BookUp:nI,BookUser:sI,BookX:uI,Book:hI,BookmarkCheck:yI,BookmarkMinus:xI,BookmarkPlus:kI,BookmarkX:MI,Bookmark:OI,BoomBox:jI,BotMessageSquare:RI,BotOff:zI,Bot:BI,Box:HI,Boxes:UI,Braces:YI,Brackets:QI,BrainCircuit:tz,BrainCog:nz,Brain:sz,BrickWall:uz,BriefcaseBusiness:hz,BriefcaseConveyorBelt:yz,Briefcase:xz,BriefcaseMedical:kz,BringToFront:Mz,Brush:Oz,BugOff:jz,BugPlay:Rz,Bug:zz,Building2:Bz,Building:Hz,BusFront:Uz,Bus:Yz,CableCar:Qz,Cable:tA,CakeSlice:nA,Cake:sA,Calculator:uA,Calendar1:hA,CalendarArrowDown:yA,CalendarArrowUp:xA,CalendarCheck2:kA,CalendarCheck:MA,CalendarClock:OA,CalendarCog:jA,CalendarDays:RA,CalendarFold:zA,CalendarHeart:BA,CalendarMinus2:HA,CalendarMinus:UA,CalendarOff:YA,CalendarPlus2:QA,CalendarPlus:tL,CalendarRange:nL,CalendarSearch:sL,CalendarSync:uL,CalendarX2:hL,CalendarX:yL,Calendar:xL,CameraOff:kL,Camera:ML,CandyCane:OL,CandyOff:jL,Candy:RL,Cannabis:zL,CaptionsOff:BL,Captions:HL,CarFront:UL,Car:YL,CarTaxiFront:QL,Caravan:tB,Carrot:nB,CaseLower:sB,CaseSensitive:uB,CaseUpper:hB,CassetteTape:yB,Cast:xB,Castle:kB,Cat:MB,Cctv:OB,ChartArea:jB,ChartBarBig:RB,ChartBarDecreasing:zB,ChartBarIncreasing:BB,ChartBarStacked:HB,ChartBar:UB,ChartCandlestick:YB,ChartColumnBig:QB,ChartColumnIncreasing:tV,ChartColumnDecreasing:nV,ChartColumnStacked:sV,ChartColumn:uV,ChartGantt:hV,ChartLine:yV,ChartNetwork:xV,ChartNoAxesColumnDecreasing:kV,ChartNoAxesColumnIncreasing:MV,ChartNoAxesColumn:OV,ChartNoAxesCombined:jV,ChartNoAxesGantt:RV,ChartPie:zV,ChartScatter:BV,ChartSpline:HV,CheckCheck:UV,Check:YV,ChefHat:QV,Cherry:t$,ChevronDown:n$,ChevronFirst:s$,ChevronLast:u$,ChevronLeft:h$,ChevronRight:y$,ChevronUp:x$,ChevronsDownUp:k$,ChevronsDown:M$,ChevronsLeftRightEllipsis:O$,ChevronsLeftRight:j$,ChevronsLeft:R$,ChevronsRightLeft:z$,ChevronsRight:B$,ChevronsUpDown:H$,ChevronsUp:U$,Chrome:Y$,Church:Q$,CigaretteOff:tH,Cigarette:nH,CircleAlert:sH,CircleArrowDown:uH,CircleArrowLeft:hH,CircleArrowOutDownRight:yH,CircleArrowOutDownLeft:xH,CircleArrowOutUpLeft:kH,CircleArrowOutUpRight:MH,CircleArrowRight:OH,CircleArrowUp:jH,CircleCheckBig:RH,CircleCheck:zH,CircleChevronDown:BH,CircleChevronLeft:HH,CircleChevronRight:UH,CircleDashed:YH,CircleChevronUp:QH,CircleDivide:tq,CircleDollarSign:nq,CircleDotDashed:sq,CircleDot:uq,CircleEllipsis:hq,CircleEqual:yq,CircleFadingArrowUp:xq,CircleFadingPlus:kq,CircleGauge:Mq,CircleHelp:Oq,CircleMinus:jq,CircleOff:Rq,CircleParkingOff:zq,CircleParking:Bq,CirclePause:Hq,CirclePercent:Uq,CirclePlay:Yq,CirclePlus:Qq,CirclePower:tW,CircleSlash2:nW,CircleSlash:sW,CircleSmall:uW,CircleStop:hW,CircleUserRound:yW,CircleUser:xW,CircleX:kW,Circle:MW,CircuitBoard:OW,Citrus:jW,Clapperboard:RW,ClipboardCheck:zW,ClipboardCopy:BW,ClipboardList:HW,ClipboardMinus:UW,ClipboardPaste:YW,ClipboardPenLine:QW,ClipboardPen:tU,ClipboardPlus:nU,ClipboardType:sU,ClipboardX:uU,Clipboard:hU,Clock1:yU,Clock10:xU,Clock11:kU,Clock12:MU,Clock2:OU,Clock3:jU,Clock4:RU,Clock5:zU,Clock6:BU,Clock7:HU,Clock8:UU,Clock9:YU,ClockAlert:QU,ClockArrowDown:tG,ClockArrowUp:nG,Clock:sG,CloudAlert:uG,CloudCog:hG,CloudDownload:yG,CloudDrizzle:xG,CloudFog:kG,CloudHail:MG,CloudLightning:OG,CloudMoonRain:jG,CloudMoon:RG,CloudOff:zG,CloudRainWind:BG,CloudRain:HG,CloudSnow:UG,CloudSunRain:YG,CloudSun:QG,CloudUpload:tK,Cloud:nK,Cloudy:sK,Clover:uK,Club:hK,CodeXml:yK,Code:xK,Codepen:kK,Codesandbox:MK,Coffee:OK,Cog:jK,Coins:RK,Columns2:zK,Columns3:BK,Columns4:HK,Combine:UK,Compass:YK,Command:QK,Component:tY,Computer:nY,ConciergeBell:sY,Cone:uY,Construction:hY,ContactRound:yY,Container:xY,Contact:kY,Contrast:MY,Cookie:OY,CookingPot:jY,CopyCheck:RY,CopyMinus:zY,CopyPlus:BY,CopySlash:HY,CopyX:UY,Copy:YY,Copyleft:QY,Copyright:tZ,CornerDownLeft:nZ,CornerDownRight:sZ,CornerLeftDown:uZ,CornerLeftUp:hZ,CornerRightDown:yZ,CornerRightUp:xZ,CornerUpLeft:kZ,CornerUpRight:MZ,CreativeCommons:OZ,Cpu:jZ,CreditCard:RZ,Croissant:zZ,Cross:BZ,Crop:HZ,Crosshair:UZ,Crown:YZ,Cuboid:QZ,CupSoda:tX,Currency:nX,Cylinder:sX,Dam:uX,DatabaseBackup:hX,DatabaseZap:yX,Database:xX,Delete:kX,Dessert:MX,Diameter:OX,DiamondMinus:jX,DiamondPercent:RX,DiamondPlus:zX,Diamond:BX,Dice1:HX,Dice2:UX,Dice3:YX,Dice4:QX,Dice5:tQ,Dice6:nQ,Dices:sQ,Diff:uQ,Disc2:hQ,Disc3:yQ,DiscAlbum:xQ,Disc:kQ,Divide:MQ,DnaOff:OQ,Dna:jQ,Dock:RQ,Dog:zQ,DollarSign:BQ,Donut:HQ,DoorClosed:UQ,DoorOpen:YQ,Dot:QQ,Download:tJ,DraftingCompass:nJ,Drama:sJ,Dribbble:uJ,Drill:hJ,DropletOff:yJ,Droplet:xJ,Droplets:kJ,Drum:MJ,Drumstick:OJ,Dumbbell:jJ,EarOff:RJ,Ear:zJ,EarthLock:BJ,Earth:HJ,Eclipse:UJ,EggFried:YJ,EggOff:QJ,Egg:t1,EllipsisVertical:n1,Ellipsis:s1,EqualApproximately:u1,EqualNot:h1,Equal:y1,EthernetPort:x1,Eraser:k1,Euro:M1,Expand:O1,ExternalLink:j1,EyeClosed:R1,EyeOff:z1,Eye:B1,Facebook:H1,Factory:U1,Fan:Y1,FastForward:Q1,Feather:t0,Fence:n0,FerrisWheel:s0,Figma:u0,FileArchive:h0,FileAudio2:y0,FileAudio:x0,FileAxis3d:k0,FileBadge2:M0,FileBadge:O0,FileBox:j0,FileChartColumnIncreasing:R0,FileChartColumn:z0,FileChartLine:B0,FileChartPie:H0,FileCheck2:U0,FileCheck:Y0,FileClock:Q0,FileCode2:t2,FileCode:n2,FileCog:s2,FileDiff:u2,FileDigit:h2,FileDown:y2,FileHeart:x2,FileImage:k2,FileInput:M2,FileJson2:O2,FileJson:j2,FileKey2:R2,FileKey:z2,FileLock2:B2,FileMinus2:H2,FileLock:U2,FileMinus:Y2,FileMusic:Q2,FileOutput:t4,FilePenLine:n4,FilePen:s4,FilePlus2:u4,FilePlus:h4,FileQuestion:y4,FileScan:x4,FileSearch2:k4,FileSearch:M4,FileSliders:O4,FileSpreadsheet:j4,FileStack:R4,FileSymlink:z4,FileTerminal:B4,FileText:H4,FileType2:U4,FileType:Y4,FileUp:Q4,FileUser:t5,FileVideo2:n5,FileVideo:s5,FileVolume2:u5,FileVolume:h5,FileWarning:y5,FileX2:x5,FileX:k5,File:M5,Files:O5,Film:j5,FilterX:R5,Filter:z5,Fingerprint:B5,FireExtinguisher:H5,FishOff:U5,FishSymbol:Y5,Fish:Q5,FlagOff:t3,FlagTriangleLeft:n3,FlagTriangleRight:s3,Flag:u3,FlameKindling:h3,Flame:y3,FlashlightOff:x3,Flashlight:k3,FlaskConicalOff:M3,FlaskConical:O3,FlaskRound:j3,FlipHorizontal2:R3,FlipHorizontal:z3,FlipVertical2:B3,FlipVertical:H3,Flower2:U3,Focus:Y3,Flower:Q3,FoldHorizontal:t6,FoldVertical:n6,FolderArchive:s6,FolderCheck:u6,FolderClock:h6,FolderClosed:y6,FolderCode:x6,FolderCog:k6,FolderDot:M6,FolderDown:O6,FolderGit2:j6,FolderGit:R6,FolderHeart:z6,FolderInput:B6,FolderKanban:H6,FolderKey:U6,FolderLock:Y6,FolderMinus:Q6,FolderOpenDot:t8,FolderOpen:n8,FolderOutput:s8,FolderPen:u8,FolderPlus:h8,FolderRoot:y8,FolderSearch2:x8,FolderSymlink:k8,FolderSearch:M8,FolderSync:O8,FolderTree:j8,FolderUp:R8,FolderX:z8,Folder:B8,Folders:H8,Footprints:U8,Forklift:Y8,Forward:Q8,Frame:t7,Framer:n7,Frown:s7,Fuel:u7,Fullscreen:h7,GalleryHorizontalEnd:y7,GalleryHorizontal:x7,GalleryThumbnails:k7,GalleryVerticalEnd:M7,GalleryVertical:O7,Gamepad2:j7,Gamepad:R7,Gauge:z7,Gavel:B7,Gem:H7,Ghost:U7,Gift:Y7,GitBranch:Q7,GitCommitHorizontal:t9,GitBranchPlus:n9,GitCommitVertical:s9,GitCompareArrows:u9,GitCompare:h9,GitFork:y9,GitGraph:x9,GitMerge:k9,GitPullRequestArrow:M9,GitPullRequestClosed:O9,GitPullRequestCreateArrow:j9,GitPullRequestCreate:R9,GitPullRequestDraft:z9,GitPullRequest:B9,Github:H9,GlassWater:U9,Gitlab:Y9,Glasses:Q9,GlobeLock:tee,Globe:nee,Goal:see,Grab:uee,GraduationCap:hee,Grape:yee,Grid2x2Plus:xee,Grid2x2Check:kee,Grid2x2X:Mee,Grid2x2:Oee,Grid3x3:jee,GripHorizontal:Ree,GripVertical:zee,Grip:Bee,Group:Hee,Guitar:Uee,Ham:Yee,Hammer:Qee,HandCoins:tte,HandHeart:nte,HandHelping:ste,HandMetal:ute,HandPlatter:hte,Hand:yte,Handshake:xte,HardDriveDownload:kte,HardDriveUpload:Mte,HardDrive:Ote,HardHat:jte,Hash:Rte,Haze:zte,HdmiPort:Bte,Heading1:Hte,Heading2:Ute,Heading3:Yte,Heading4:Qte,Heading5:tre,Heading6:nre,Heading:sre,HeadphoneOff:ure,Headphones:hre,Headset:yre,HeartCrack:xre,HeartHandshake:kre,HeartOff:Mre,HeartPulse:Ore,Heart:jre,Heater:Rre,Hexagon:zre,History:Bre,Highlighter:Hre,HopOff:Ure,Hop:Yre,Hospital:Qre,Hotel:toe,Hourglass:noe,HousePlug:soe,HousePlus:uoe,HouseWifi:hoe,House:yoe,IceCreamBowl:xoe,IceCreamCone:koe,IdCard:Moe,ImageDown:Ooe,ImageMinus:joe,ImageOff:Roe,ImagePlay:zoe,ImagePlus:Boe,ImageUp:Hoe,ImageUpscale:Uoe,Image:Yoe,Images:Qoe,Import:tne,Inbox:nne,IndentDecrease:sne,IndentIncrease:une,IndianRupee:hne,Infinity:yne,Info:xne,InspectionPanel:kne,Instagram:Mne,Italic:One,IterationCcw:jne,IterationCw:Rne,JapaneseYen:zne,Joystick:Bne,Kanban:Hne,KeyRound:Une,KeySquare:Yne,Key:Qne,KeyboardMusic:tae,KeyboardOff:nae,Keyboard:sae,LampCeiling:uae,LampDesk:hae,LampFloor:yae,LampWallDown:xae,LampWallUp:kae,Lamp:Mae,LandPlot:Oae,Landmark:jae,Languages:Rae,LaptopMinimalCheck:zae,LaptopMinimal:Bae,Laptop:Hae,LassoSelect:Uae,Lasso:Yae,Laugh:Qae,Layers2:tie,Layers:nie,LayoutDashboard:sie,LayoutGrid:uie,LayoutList:hie,LayoutPanelLeft:yie,LayoutPanelTop:xie,LayoutTemplate:kie,Leaf:Mie,LeafyGreen:Oie,Lectern:jie,LetterText:Rie,LibraryBig:zie,Library:Bie,LifeBuoy:Hie,Ligature:Uie,LightbulbOff:Yie,Lightbulb:Qie,Link2Off:tse,Link2:nse,Link:sse,Linkedin:use,ListCheck:hse,ListChecks:yse,ListCollapse:xse,ListEnd:kse,ListFilterPlus:Mse,ListMinus:Ose,ListFilter:jse,ListMusic:Rse,ListOrdered:zse,ListPlus:Bse,ListRestart:Hse,ListStart:Use,ListTodo:Yse,ListVideo:Qse,ListTree:tle,ListX:nle,List:sle,LoaderCircle:ule,LoaderPinwheel:hle,Loader:yle,LocateFixed:xle,LocateOff:kle,Locate:Mle,LockKeyholeOpen:Ole,LockKeyhole:jle,LockOpen:Rle,Lock:zle,LogIn:Ble,LogOut:Hle,Logs:Ule,Lollipop:Yle,Luggage:Qle,Magnet:tce,MailCheck:nce,MailMinus:sce,MailOpen:uce,MailPlus:hce,MailQuestion:yce,MailSearch:xce,MailWarning:kce,MailX:Mce,Mail:Oce,Mailbox:jce,MapPinCheckInside:Rce,Mails:zce,MapPinCheck:Bce,MapPinHouse:Hce,MapPinMinusInside:Uce,MapPinMinus:Yce,MapPinOff:Qce,MapPinPlusInside:tue,MapPinPlus:nue,MapPinXInside:sue,MapPinX:uue,MapPin:hue,MapPinned:yue,MapPlus:xue,Map:kue,MarsStroke:Mue,Mars:Oue,Martini:jue,Maximize2:Rue,Maximize:zue,Medal:Bue,MegaphoneOff:Hue,Megaphone:Uue,Meh:Yue,MemoryStick:Que,Menu:tde,Merge:nde,MessageCircleCode:sde,MessageCircleDashed:ude,MessageCircleHeart:hde,MessageCircleMore:yde,MessageCirclePlus:xde,MessageCircleOff:kde,MessageCircleQuestion:Mde,MessageCircleReply:Ode,MessageCircleX:jde,MessageCircle:Rde,MessageCircleWarning:zde,MessageSquareCode:Bde,MessageSquareDashed:Hde,MessageSquareDiff:Ude,MessageSquareDot:Yde,MessageSquareHeart:Qde,MessageSquareLock:tpe,MessageSquareMore:npe,MessageSquareOff:spe,MessageSquarePlus:upe,MessageSquareQuote:hpe,MessageSquareReply:ype,MessageSquareShare:xpe,MessageSquareText:kpe,MessageSquareWarning:Mpe,MessageSquareX:Ope,MessageSquare:jpe,MessagesSquare:Rpe,MicOff:zpe,MicVocal:Bpe,Mic:Hpe,Microchip:Upe,Microscope:Ype,Microwave:Qpe,Milestone:the,MilkOff:nhe,Milk:she,Minimize2:uhe,Minimize:hhe,Minus:yhe,MonitorCheck:xhe,MonitorCog:khe,MonitorDot:Mhe,MonitorDown:Ohe,MonitorOff:jhe,MonitorPause:Rhe,MonitorPlay:zhe,MonitorSmartphone:Bhe,MonitorSpeaker:Hhe,MonitorStop:Uhe,MonitorUp:Yhe,MonitorX:Qhe,Monitor:tfe,MoonStar:nfe,MountainSnow:sfe,Moon:ufe,Mountain:hfe,MouseOff:yfe,MousePointer2:xfe,MousePointerBan:kfe,MousePointerClick:Mfe,Mouse:Ofe,MousePointer:jfe,Move3d:Rfe,MoveDiagonal2:zfe,MoveDiagonal:Bfe,MoveDownLeft:Hfe,MoveDownRight:Ufe,MoveDown:Yfe,MoveLeft:Qfe,MoveHorizontal:tme,MoveRight:nme,MoveUpLeft:sme,MoveUpRight:ume,MoveUp:hme,MoveVertical:yme,Move:xme,Music2:kme,Music3:Mme,Music4:Ome,Music:jme,Navigation2Off:Rme,Navigation2:zme,NavigationOff:Bme,Navigation:Hme,Network:Ume,Newspaper:Yme,Nfc:Qme,NotebookPen:tye,NonBinary:nye,NotebookTabs:sye,NotebookText:uye,Notebook:hye,NotepadTextDashed:yye,NotepadText:xye,NutOff:kye,Nut:Mye,OctagonAlert:Oye,OctagonMinus:jye,OctagonPause:Rye,OctagonX:zye,Octagon:Bye,Omega:Hye,Option:Uye,Orbit:Yye,Origami:Qye,Package2:tge,PackageCheck:nge,PackageMinus:sge,PackageOpen:uge,PackagePlus:hge,PackageSearch:yge,PackageX:xge,Package:kge,PaintBucket:Mge,PaintRoller:Oge,PaintbrushVertical:jge,Paintbrush:Rge,Palette:zge,PanelBottomClose:Bge,PanelBottomDashed:Hge,PanelBottomOpen:Uge,PanelBottom:Yge,PanelLeftClose:Qge,PanelLeftDashed:tve,PanelLeftOpen:nve,PanelLeft:sve,PanelRightClose:uve,PanelRightDashed:hve,PanelRightOpen:yve,PanelRight:xve,PanelTopClose:kve,PanelTopDashed:Mve,PanelTopOpen:Ove,PanelTop:jve,PanelsLeftBottom:Rve,PanelsRightBottom:zve,PanelsTopLeft:Bve,Paperclip:Hve,Parentheses:Uve,ParkingMeter:Yve,PartyPopper:Qve,Pause:txe,PawPrint:nxe,PcCase:sxe,PenLine:uxe,PenOff:hxe,PenTool:yxe,Pen:xxe,PencilLine:kxe,PencilOff:Mxe,PencilRuler:Oxe,Pencil:jxe,Pentagon:Rxe,Percent:zxe,PersonStanding:Bxe,PhilippinePeso:Hxe,PhoneCall:Uxe,PhoneForwarded:Yxe,PhoneIncoming:Qxe,PhoneMissed:tbe,PhoneOff:nbe,PhoneOutgoing:sbe,Phone:ube,Pi:hbe,Piano:ybe,Pickaxe:xbe,PictureInPicture:kbe,PictureInPicture2:Mbe,PiggyBank:Obe,PilcrowLeft:jbe,PilcrowRight:Rbe,Pilcrow:zbe,PillBottle:Bbe,Pill:Hbe,PinOff:Ube,Pin:Ybe,Pipette:Qbe,Pizza:twe,PlaneLanding:nwe,PlaneTakeoff:swe,Plane:uwe,Play:hwe,Plug2:ywe,PlugZap:xwe,Plus:kwe,Plug:Mwe,Pocket:Owe,PocketKnife:jwe,Podcast:Rwe,PointerOff:zwe,Pointer:Bwe,Popcorn:Hwe,Popsicle:Uwe,PoundSterling:Ywe,PowerOff:Qwe,Power:tke,Presentation:nke,PrinterCheck:ske,Printer:uke,Projector:hke,Proportions:yke,Puzzle:xke,Pyramid:kke,QrCode:Mke,Quote:Oke,Radar:jke,Rabbit:Rke,Radiation:zke,Radical:Bke,RadioReceiver:Hke,RadioTower:Uke,Radio:Yke,RailSymbol:Qke,Radius:t_e,Rainbow:n_e,Rat:s_e,Ratio:u_e,ReceiptCent:h_e,ReceiptEuro:y_e,ReceiptIndianRupee:x_e,ReceiptJapaneseYen:k_e,ReceiptPoundSterling:M_e,ReceiptRussianRuble:O_e,ReceiptSwissFranc:j_e,ReceiptText:R_e,Receipt:z_e,RectangleEllipsis:B_e,RectangleHorizontal:H_e,RectangleVertical:U_e,Recycle:Y_e,Redo2:Q_e,RedoDot:tCe,Redo:nCe,RefreshCcwDot:sCe,RefreshCcw:uCe,RefreshCwOff:hCe,RefreshCw:yCe,Refrigerator:xCe,Regex:kCe,RemoveFormatting:MCe,Repeat1:OCe,Repeat2:jCe,Repeat:RCe,ReplaceAll:zCe,Replace:BCe,ReplyAll:HCe,Rewind:UCe,Reply:YCe,Ribbon:QCe,Rocket:tMe,RockingChair:nMe,RollerCoaster:sMe,Rotate3d:uMe,RotateCcwSquare:hMe,RotateCcw:yMe,RotateCwSquare:xMe,RotateCw:kMe,RouteOff:MMe,Route:OMe,Router:jMe,Rows2:RMe,Rows3:zMe,Rows4:BMe,Rss:HMe,Ruler:UMe,RussianRuble:YMe,Sailboat:QMe,Salad:tSe,Sandwich:nSe,SatelliteDish:sSe,Satellite:uSe,SaveAll:hSe,SaveOff:ySe,Save:xSe,Scale3d:kSe,Scale:MSe,Scaling:OSe,ScanBarcode:jSe,ScanEye:RSe,ScanFace:zSe,ScanHeart:BSe,ScanLine:HSe,ScanQrCode:USe,ScanSearch:YSe,ScanText:QSe,Scan:tDe,School:nDe,ScissorsLineDashed:sDe,Scissors:uDe,ScreenShareOff:hDe,ScreenShare:yDe,ScrollText:xDe,Scroll:kDe,SearchCheck:MDe,SearchCode:ODe,SearchSlash:jDe,SearchX:RDe,Search:zDe,Section:BDe,SendHorizontal:HDe,SendToBack:UDe,Send:YDe,SeparatorHorizontal:QDe,SeparatorVertical:tOe,ServerCrash:nOe,ServerCog:sOe,ServerOff:uOe,Server:hOe,Settings2:yOe,Settings:xOe,Shapes:kOe,Share2:MOe,Share:OOe,Sheet:jOe,Shell:ROe,ShieldAlert:zOe,ShieldBan:BOe,ShieldCheck:HOe,ShieldEllipsis:UOe,ShieldHalf:YOe,ShieldMinus:QOe,ShieldOff:tPe,ShieldPlus:nPe,ShieldQuestion:sPe,ShieldUser:uPe,ShieldX:hPe,Shield:yPe,ShipWheel:xPe,Ship:kPe,Shirt:MPe,ShoppingBag:OPe,ShoppingCart:jPe,ShoppingBasket:RPe,Shovel:zPe,ShowerHead:BPe,Shrink:HPe,Shrub:UPe,Shuffle:YPe,Sigma:QPe,SignalHigh:tEe,SignalLow:nEe,SignalMedium:sEe,SignalZero:uEe,Signal:hEe,Signature:yEe,SignpostBig:xEe,Siren:kEe,Signpost:MEe,SkipBack:OEe,SkipForward:jEe,Skull:REe,Slack:zEe,Slash:BEe,Slice:HEe,SlidersVertical:UEe,SlidersHorizontal:YEe,SmartphoneCharging:QEe,SmartphoneNfc:tje,Smartphone:nje,Smile:sje,SmilePlus:uje,Snail:hje,Snowflake:yje,Sofa:xje,Soup:kje,Space:Mje,Spade:Oje,Sparkle:jje,Sparkles:Rje,Speech:zje,Speaker:Bje,SpellCheck2:Hje,SpellCheck:Uje,Spline:Yje,Split:Qje,SprayCan:tTe,Sprout:nTe,SquareActivity:sTe,SquareArrowDownLeft:uTe,SquareArrowDownRight:hTe,SquareArrowDown:yTe,SquareArrowLeft:xTe,SquareArrowOutDownLeft:kTe,SquareArrowOutDownRight:MTe,SquareArrowOutUpLeft:OTe,SquareArrowOutUpRight:jTe,SquareArrowRight:RTe,SquareArrowUpLeft:zTe,SquareArrowUpRight:BTe,SquareArrowUp:HTe,SquareAsterisk:UTe,SquareBottomDashedScissors:YTe,SquareChartGantt:QTe,SquareCheckBig:tNe,SquareCheck:nNe,SquareChevronDown:sNe,SquareChevronLeft:uNe,SquareChevronRight:hNe,SquareChevronUp:yNe,SquareCode:xNe,SquareDashedBottomCode:kNe,SquareDashedBottom:MNe,SquareDashedKanban:ONe,SquareDashedMousePointer:jNe,SquareDashed:RNe,SquareDivide:zNe,SquareDot:BNe,SquareEqual:HNe,SquareFunction:UNe,SquareKanban:YNe,SquareLibrary:QNe,SquareM:tRe,SquareMenu:nRe,SquareMinus:sRe,SquareParkingOff:uRe,SquareMousePointer:hRe,SquareParking:yRe,SquarePen:xRe,SquarePercent:kRe,SquarePi:MRe,SquarePilcrow:ORe,SquarePlay:jRe,SquarePlus:RRe,SquarePower:zRe,SquareRadical:BRe,SquareRoundCorner:HRe,SquareScissors:URe,SquareSlash:YRe,SquareSigma:QRe,SquareSplitHorizontal:tFe,SquareSplitVertical:nFe,SquareSquare:sFe,SquareStack:uFe,SquareTerminal:hFe,SquareUserRound:yFe,SquareUser:xFe,SquareX:kFe,Square:MFe,Squircle:OFe,Squirrel:jFe,Stamp:RFe,StarHalf:zFe,StarOff:BFe,Star:HFe,StepBack:UFe,StepForward:YFe,Stethoscope:QFe,StickyNote:tIe,Sticker:nIe,Store:sIe,StretchHorizontal:uIe,StretchVertical:hIe,Strikethrough:yIe,Subscript:xIe,SunDim:kIe,SunMedium:MIe,SunMoon:OIe,SunSnow:jIe,Sun:RIe,Sunrise:zIe,Sunset:BIe,SwatchBook:HIe,Superscript:UIe,SwissFranc:YIe,SwitchCamera:QIe,Sword:tze,Swords:nze,Syringe:sze,Table2:uze,TableCellsMerge:hze,TableCellsSplit:yze,TableColumnsSplit:xze,TableOfContents:kze,TableProperties:Mze,TableRowsSplit:Oze,Table:jze,TabletSmartphone:Rze,Tablet:zze,Tablets:Bze,Tag:Hze,Tags:Uze,Tally1:Yze,Tally2:Qze,Tally3:tAe,Tally4:nAe,Tally5:sAe,Tangent:uAe,Target:hAe,Telescope:yAe,TentTree:xAe,Tent:kAe,Terminal:MAe,TestTubeDiagonal:OAe,TestTube:jAe,TestTubes:RAe,TextCursorInput:zAe,TextCursor:BAe,TextQuote:HAe,TextSearch:UAe,TextSelect:YAe,Text:QAe,Theater:tLe,ThermometerSnowflake:nLe,ThermometerSun:sLe,Thermometer:uLe,ThumbsDown:hLe,ThumbsUp:yLe,TicketCheck:xLe,TicketMinus:kLe,TicketPercent:MLe,TicketPlus:OLe,TicketSlash:jLe,TicketX:RLe,Ticket:zLe,TicketsPlane:BLe,Tickets:HLe,TimerOff:ULe,TimerReset:YLe,Timer:QLe,ToggleLeft:tBe,ToggleRight:nBe,Toilet:sBe,Tornado:uBe,Torus:hBe,TouchpadOff:yBe,Touchpad:xBe,TowerControl:kBe,ToyBrick:MBe,Tractor:OBe,TrafficCone:jBe,TrainFrontTunnel:RBe,TrainFront:zBe,TrainTrack:BBe,TramFront:HBe,Trash2:UBe,Transgender:YBe,Trash:QBe,TreeDeciduous:tVe,TreePine:nVe,TreePalm:sVe,Trees:uVe,Trello:hVe,TrendingDown:yVe,TrendingUpDown:xVe,TrendingUp:kVe,TriangleAlert:MVe,TriangleDashed:OVe,TriangleRight:jVe,Triangle:RVe,Trophy:zVe,Truck:BVe,Turtle:HVe,TvMinimalPlay:UVe,TvMinimal:YVe,Tv:QVe,Twitch:t$e,Twitter:n$e,TypeOutline:s$e,Type:u$e,UmbrellaOff:h$e,Umbrella:y$e,Underline:x$e,Undo2:k$e,UndoDot:M$e,Undo:O$e,UnfoldHorizontal:j$e,UnfoldVertical:R$e,Ungroup:z$e,University:B$e,Unlink2:H$e,Unlink:U$e,Unplug:Y$e,Upload:Q$e,Usb:tHe,UserCheck:nHe,UserCog:sHe,UserMinus:uHe,UserPen:hHe,UserPlus:yHe,UserRoundCheck:xHe,UserRoundCog:kHe,UserRoundMinus:MHe,UserRoundPen:OHe,UserRoundPlus:jHe,UserRoundSearch:RHe,UserRoundX:zHe,UserRound:BHe,UserSearch:HHe,UserX:UHe,User:YHe,UsersRound:QHe,Users:tqe,UtensilsCrossed:nqe,Utensils:sqe,UtilityPole:uqe,Variable:hqe,Vault:yqe,Vegan:xqe,VenetianMask:kqe,VenusAndMars:Mqe,Venus:Oqe,VibrateOff:jqe,VideoOff:Rqe,Vibrate:zqe,Video:Bqe,Videotape:Hqe,View:Uqe,Voicemail:Yqe,Volleyball:Qqe,Volume1:tWe,Volume2:nWe,VolumeOff:sWe,VolumeX:uWe,Volume:hWe,Vote:yWe,WalletCards:xWe,WalletMinimal:kWe,Wallet:MWe,Wallpaper:OWe,WandSparkles:jWe,Wand:RWe,Warehouse:zWe,WashingMachine:BWe,Watch:HWe,WavesLadder:UWe,Waves:YWe,Waypoints:QWe,Webcam:tUe,WebhookOff:nUe,Webhook:sUe,Weight:uUe,WheatOff:hUe,Wheat:yUe,WholeWord:xUe,WifiHigh:kUe,WifiLow:MUe,WifiOff:OUe,WifiZero:jUe,Wifi:RUe,WindArrowDown:zUe,Wind:BUe,WineOff:HUe,Wine:UUe,Workflow:YUe,Worm:QUe,WrapText:tGe,Wrench:nGe,X:sGe,ZapOff:uGe,Youtube:hGe,Zap:yGe,ZoomIn:xGe,ZoomOut:kGe});const MGe={"a-arrow-down":()=>Promise.resolve().then(function(){return JC}),"a-arrow-up":()=>Promise.resolve().then(function(){return rM}),"a-large-small":()=>Promise.resolve().then(function(){return aM}),accessibility:()=>Promise.resolve().then(function(){return lM}),activity:()=>Promise.resolve().then(function(){return dM}),"air-vent":()=>Promise.resolve().then(function(){return fM}),airplay:()=>Promise.resolve().then(function(){return gM}),"alarm-clock-check":()=>Promise.resolve().then(function(){return bM}),"alarm-check":()=>Promise.resolve().then(function(){return bM}),"alarm-clock-minus":()=>Promise.resolve().then(function(){return _M}),"alarm-minus":()=>Promise.resolve().then(function(){return _M}),"alarm-clock-off":()=>Promise.resolve().then(function(){return SM}),"alarm-clock-plus":()=>Promise.resolve().then(function(){return PM}),"alarm-plus":()=>Promise.resolve().then(function(){return PM}),"alarm-clock":()=>Promise.resolve().then(function(){return TM}),"alarm-smoke":()=>Promise.resolve().then(function(){return FM}),album:()=>Promise.resolve().then(function(){return AM}),"align-center-horizontal":()=>Promise.resolve().then(function(){return VM}),"align-center-vertical":()=>Promise.resolve().then(function(){return qM}),"align-center":()=>Promise.resolve().then(function(){return GM}),"align-end-horizontal":()=>Promise.resolve().then(function(){return JM}),"align-end-vertical":()=>Promise.resolve().then(function(){return ZM}),"align-horizontal-distribute-center":()=>Promise.resolve().then(function(){return rS}),"align-horizontal-distribute-end":()=>Promise.resolve().then(function(){return aS}),"align-horizontal-distribute-start":()=>Promise.resolve().then(function(){return lS}),"align-horizontal-justify-center":()=>Promise.resolve().then(function(){return dS}),"align-horizontal-justify-end":()=>Promise.resolve().then(function(){return fS}),"align-horizontal-justify-start":()=>Promise.resolve().then(function(){return gS}),"align-horizontal-space-around":()=>Promise.resolve().then(function(){return bS}),"align-horizontal-space-between":()=>Promise.resolve().then(function(){return _S}),"align-justify":()=>Promise.resolve().then(function(){return SS}),"align-left":()=>Promise.resolve().then(function(){return PS}),"align-right":()=>Promise.resolve().then(function(){return TS}),"align-start-horizontal":()=>Promise.resolve().then(function(){return FS}),"align-start-vertical":()=>Promise.resolve().then(function(){return AS}),"align-vertical-distribute-center":()=>Promise.resolve().then(function(){return VS}),"align-vertical-distribute-end":()=>Promise.resolve().then(function(){return qS}),"align-vertical-distribute-start":()=>Promise.resolve().then(function(){return GS}),"align-vertical-justify-center":()=>Promise.resolve().then(function(){return ZS}),"align-vertical-justify-end":()=>Promise.resolve().then(function(){return JS}),"align-vertical-justify-start":()=>Promise.resolve().then(function(){return rD}),"align-vertical-space-around":()=>Promise.resolve().then(function(){return aD}),"align-vertical-space-between":()=>Promise.resolve().then(function(){return lD}),ambulance:()=>Promise.resolve().then(function(){return dD}),ampersand:()=>Promise.resolve().then(function(){return fD}),ampersands:()=>Promise.resolve().then(function(){return gD}),amphora:()=>Promise.resolve().then(function(){return bD}),anchor:()=>Promise.resolve().then(function(){return _D}),angry:()=>Promise.resolve().then(function(){return SD}),annoyed:()=>Promise.resolve().then(function(){return PD}),antenna:()=>Promise.resolve().then(function(){return TD}),anvil:()=>Promise.resolve().then(function(){return FD}),aperture:()=>Promise.resolve().then(function(){return AD}),"app-window-mac":()=>Promise.resolve().then(function(){return VD}),"app-window":()=>Promise.resolve().then(function(){return qD}),apple:()=>Promise.resolve().then(function(){return GD}),"archive-restore":()=>Promise.resolve().then(function(){return ZD}),"archive-x":()=>Promise.resolve().then(function(){return JD}),archive:()=>Promise.resolve().then(function(){return rO}),armchair:()=>Promise.resolve().then(function(){return aO}),"arrow-big-down-dash":()=>Promise.resolve().then(function(){return lO}),"arrow-big-down":()=>Promise.resolve().then(function(){return dO}),"arrow-big-left-dash":()=>Promise.resolve().then(function(){return fO}),"arrow-big-left":()=>Promise.resolve().then(function(){return gO}),"arrow-big-right-dash":()=>Promise.resolve().then(function(){return bO}),"arrow-big-right":()=>Promise.resolve().then(function(){return _O}),"arrow-big-up-dash":()=>Promise.resolve().then(function(){return SO}),"arrow-big-up":()=>Promise.resolve().then(function(){return PO}),"arrow-down-0-1":()=>Promise.resolve().then(function(){return TO}),"arrow-down-01":()=>Promise.resolve().then(function(){return TO}),"arrow-down-1-0":()=>Promise.resolve().then(function(){return FO}),"arrow-down-10":()=>Promise.resolve().then(function(){return FO}),"arrow-down-a-z":()=>Promise.resolve().then(function(){return AO}),"arrow-down-az":()=>Promise.resolve().then(function(){return AO}),"arrow-down-from-line":()=>Promise.resolve().then(function(){return VO}),"arrow-down-left":()=>Promise.resolve().then(function(){return qO}),"arrow-down-narrow-wide":()=>Promise.resolve().then(function(){return GO}),"arrow-down-right":()=>Promise.resolve().then(function(){return ZO}),"arrow-down-to-dot":()=>Promise.resolve().then(function(){return JO}),"arrow-down-to-line":()=>Promise.resolve().then(function(){return rP}),"arrow-down-up":()=>Promise.resolve().then(function(){return aP}),"arrow-down-wide-narrow":()=>Promise.resolve().then(function(){return lP}),"sort-desc":()=>Promise.resolve().then(function(){return lP}),"arrow-down-z-a":()=>Promise.resolve().then(function(){return dP}),"arrow-down-za":()=>Promise.resolve().then(function(){return dP}),"arrow-down":()=>Promise.resolve().then(function(){return fP}),"arrow-left-from-line":()=>Promise.resolve().then(function(){return gP}),"arrow-left-right":()=>Promise.resolve().then(function(){return bP}),"arrow-left-to-line":()=>Promise.resolve().then(function(){return _P}),"arrow-left":()=>Promise.resolve().then(function(){return SP}),"arrow-right-from-line":()=>Promise.resolve().then(function(){return PP}),"arrow-right-left":()=>Promise.resolve().then(function(){return TP}),"arrow-right-to-line":()=>Promise.resolve().then(function(){return FP}),"arrow-right":()=>Promise.resolve().then(function(){return AP}),"arrow-up-0-1":()=>Promise.resolve().then(function(){return VP}),"arrow-up-01":()=>Promise.resolve().then(function(){return VP}),"arrow-up-1-0":()=>Promise.resolve().then(function(){return qP}),"arrow-up-10":()=>Promise.resolve().then(function(){return qP}),"arrow-up-a-z":()=>Promise.resolve().then(function(){return GP}),"arrow-up-az":()=>Promise.resolve().then(function(){return GP}),"arrow-up-down":()=>Promise.resolve().then(function(){return ZP}),"arrow-up-from-dot":()=>Promise.resolve().then(function(){return JP}),"arrow-up-from-line":()=>Promise.resolve().then(function(){return rE}),"arrow-up-left":()=>Promise.resolve().then(function(){return aE}),"arrow-up-narrow-wide":()=>Promise.resolve().then(function(){return lE}),"sort-asc":()=>Promise.resolve().then(function(){return lE}),"arrow-up-right":()=>Promise.resolve().then(function(){return dE}),"arrow-up-to-line":()=>Promise.resolve().then(function(){return fE}),"arrow-up-wide-narrow":()=>Promise.resolve().then(function(){return gE}),"arrow-up-z-a":()=>Promise.resolve().then(function(){return bE}),"arrow-up-za":()=>Promise.resolve().then(function(){return bE}),"arrow-up":()=>Promise.resolve().then(function(){return _E}),"arrows-up-from-line":()=>Promise.resolve().then(function(){return SE}),asterisk:()=>Promise.resolve().then(function(){return PE}),"at-sign":()=>Promise.resolve().then(function(){return TE}),atom:()=>Promise.resolve().then(function(){return FE}),"audio-lines":()=>Promise.resolve().then(function(){return AE}),"audio-waveform":()=>Promise.resolve().then(function(){return VE}),award:()=>Promise.resolve().then(function(){return qE}),axe:()=>Promise.resolve().then(function(){return GE}),"axis-3d":()=>Promise.resolve().then(function(){return ZE}),"axis-3-d":()=>Promise.resolve().then(function(){return ZE}),baby:()=>Promise.resolve().then(function(){return JE}),backpack:()=>Promise.resolve().then(function(){return rj}),"badge-alert":()=>Promise.resolve().then(function(){return aj}),"badge-cent":()=>Promise.resolve().then(function(){return lj}),"badge-check":()=>Promise.resolve().then(function(){return dj}),verified:()=>Promise.resolve().then(function(){return dj}),"badge-dollar-sign":()=>Promise.resolve().then(function(){return fj}),"badge-euro":()=>Promise.resolve().then(function(){return gj}),"badge-help":()=>Promise.resolve().then(function(){return bj}),"badge-indian-rupee":()=>Promise.resolve().then(function(){return _j}),"badge-info":()=>Promise.resolve().then(function(){return Sj}),"badge-japanese-yen":()=>Promise.resolve().then(function(){return Pj}),"badge-minus":()=>Promise.resolve().then(function(){return Tj}),"badge-percent":()=>Promise.resolve().then(function(){return Fj}),"badge-plus":()=>Promise.resolve().then(function(){return Aj}),"badge-pound-sterling":()=>Promise.resolve().then(function(){return Vj}),"badge-russian-ruble":()=>Promise.resolve().then(function(){return qj}),"badge-swiss-franc":()=>Promise.resolve().then(function(){return Gj}),"badge-x":()=>Promise.resolve().then(function(){return Zj}),badge:()=>Promise.resolve().then(function(){return Jj}),"baggage-claim":()=>Promise.resolve().then(function(){return rT}),ban:()=>Promise.resolve().then(function(){return aT}),banana:()=>Promise.resolve().then(function(){return lT}),bandage:()=>Promise.resolve().then(function(){return dT}),banknote:()=>Promise.resolve().then(function(){return fT}),barcode:()=>Promise.resolve().then(function(){return gT}),baseline:()=>Promise.resolve().then(function(){return _T}),bath:()=>Promise.resolve().then(function(){return bT}),"battery-charging":()=>Promise.resolve().then(function(){return ST}),"battery-full":()=>Promise.resolve().then(function(){return PT}),"battery-low":()=>Promise.resolve().then(function(){return TT}),"battery-medium":()=>Promise.resolve().then(function(){return FT}),"battery-plus":()=>Promise.resolve().then(function(){return AT}),"battery-warning":()=>Promise.resolve().then(function(){return VT}),battery:()=>Promise.resolve().then(function(){return GT}),beaker:()=>Promise.resolve().then(function(){return qT}),"bean-off":()=>Promise.resolve().then(function(){return ZT}),bean:()=>Promise.resolve().then(function(){return JT}),"bed-double":()=>Promise.resolve().then(function(){return rN}),"bed-single":()=>Promise.resolve().then(function(){return aN}),bed:()=>Promise.resolve().then(function(){return lN}),beef:()=>Promise.resolve().then(function(){return dN}),"beer-off":()=>Promise.resolve().then(function(){return fN}),beer:()=>Promise.resolve().then(function(){return gN}),"bell-dot":()=>Promise.resolve().then(function(){return bN}),"bell-electric":()=>Promise.resolve().then(function(){return _N}),"bell-minus":()=>Promise.resolve().then(function(){return SN}),"bell-off":()=>Promise.resolve().then(function(){return PN}),"bell-plus":()=>Promise.resolve().then(function(){return TN}),"bell-ring":()=>Promise.resolve().then(function(){return FN}),bell:()=>Promise.resolve().then(function(){return AN}),"between-horizontal-end":()=>Promise.resolve().then(function(){return VN}),"between-horizonal-end":()=>Promise.resolve().then(function(){return VN}),"between-horizontal-start":()=>Promise.resolve().then(function(){return qN}),"between-horizonal-start":()=>Promise.resolve().then(function(){return qN}),"between-vertical-end":()=>Promise.resolve().then(function(){return GN}),"between-vertical-start":()=>Promise.resolve().then(function(){return ZN}),"biceps-flexed":()=>Promise.resolve().then(function(){return JN}),bike:()=>Promise.resolve().then(function(){return rR}),binary:()=>Promise.resolve().then(function(){return aR}),binoculars:()=>Promise.resolve().then(function(){return lR}),biohazard:()=>Promise.resolve().then(function(){return dR}),bird:()=>Promise.resolve().then(function(){return fR}),bitcoin:()=>Promise.resolve().then(function(){return gR}),blend:()=>Promise.resolve().then(function(){return bR}),blinds:()=>Promise.resolve().then(function(){return _R}),blocks:()=>Promise.resolve().then(function(){return SR}),"bluetooth-connected":()=>Promise.resolve().then(function(){return PR}),"bluetooth-off":()=>Promise.resolve().then(function(){return TR}),"bluetooth-searching":()=>Promise.resolve().then(function(){return FR}),bluetooth:()=>Promise.resolve().then(function(){return AR}),bold:()=>Promise.resolve().then(function(){return VR}),bolt:()=>Promise.resolve().then(function(){return qR}),bomb:()=>Promise.resolve().then(function(){return GR}),bone:()=>Promise.resolve().then(function(){return ZR}),"book-a":()=>Promise.resolve().then(function(){return JR}),"book-audio":()=>Promise.resolve().then(function(){return rF}),"book-check":()=>Promise.resolve().then(function(){return lF}),"book-copy":()=>Promise.resolve().then(function(){return aF}),"book-dashed":()=>Promise.resolve().then(function(){return dF}),"book-template":()=>Promise.resolve().then(function(){return dF}),"book-down":()=>Promise.resolve().then(function(){return fF}),"book-headphones":()=>Promise.resolve().then(function(){return gF}),"book-heart":()=>Promise.resolve().then(function(){return bF}),"book-image":()=>Promise.resolve().then(function(){return _F}),"book-key":()=>Promise.resolve().then(function(){return SF}),"book-lock":()=>Promise.resolve().then(function(){return PF}),"book-marked":()=>Promise.resolve().then(function(){return TF}),"book-minus":()=>Promise.resolve().then(function(){return FF}),"book-open-check":()=>Promise.resolve().then(function(){return AF}),"book-open-text":()=>Promise.resolve().then(function(){return VF}),"book-open":()=>Promise.resolve().then(function(){return qF}),"book-plus":()=>Promise.resolve().then(function(){return GF}),"book-text":()=>Promise.resolve().then(function(){return ZF}),"book-type":()=>Promise.resolve().then(function(){return JF}),"book-up-2":()=>Promise.resolve().then(function(){return rI}),"book-up":()=>Promise.resolve().then(function(){return aI}),"book-user":()=>Promise.resolve().then(function(){return lI}),"book-x":()=>Promise.resolve().then(function(){return dI}),book:()=>Promise.resolve().then(function(){return fI}),"bookmark-check":()=>Promise.resolve().then(function(){return gI}),"bookmark-minus":()=>Promise.resolve().then(function(){return bI}),"bookmark-plus":()=>Promise.resolve().then(function(){return _I}),"bookmark-x":()=>Promise.resolve().then(function(){return SI}),bookmark:()=>Promise.resolve().then(function(){return PI}),"boom-box":()=>Promise.resolve().then(function(){return TI}),"bot-message-square":()=>Promise.resolve().then(function(){return FI}),"bot-off":()=>Promise.resolve().then(function(){return AI}),bot:()=>Promise.resolve().then(function(){return VI}),box:()=>Promise.resolve().then(function(){return qI}),boxes:()=>Promise.resolve().then(function(){return GI}),braces:()=>Promise.resolve().then(function(){return ZI}),"curly-braces":()=>Promise.resolve().then(function(){return ZI}),brackets:()=>Promise.resolve().then(function(){return JI}),"brain-circuit":()=>Promise.resolve().then(function(){return rz}),"brain-cog":()=>Promise.resolve().then(function(){return az}),brain:()=>Promise.resolve().then(function(){return lz}),"brick-wall":()=>Promise.resolve().then(function(){return dz}),"briefcase-business":()=>Promise.resolve().then(function(){return fz}),"briefcase-conveyor-belt":()=>Promise.resolve().then(function(){return gz}),"briefcase-medical":()=>Promise.resolve().then(function(){return _z}),briefcase:()=>Promise.resolve().then(function(){return bz}),"bring-to-front":()=>Promise.resolve().then(function(){return Sz}),brush:()=>Promise.resolve().then(function(){return Pz}),"bug-off":()=>Promise.resolve().then(function(){return Tz}),"bug-play":()=>Promise.resolve().then(function(){return Fz}),bug:()=>Promise.resolve().then(function(){return Az}),"building-2":()=>Promise.resolve().then(function(){return Vz}),building:()=>Promise.resolve().then(function(){return qz}),"bus-front":()=>Promise.resolve().then(function(){return Gz}),bus:()=>Promise.resolve().then(function(){return Zz}),"cable-car":()=>Promise.resolve().then(function(){return Jz}),cable:()=>Promise.resolve().then(function(){return rA}),"cake-slice":()=>Promise.resolve().then(function(){return aA}),cake:()=>Promise.resolve().then(function(){return lA}),calculator:()=>Promise.resolve().then(function(){return dA}),"calendar-1":()=>Promise.resolve().then(function(){return fA}),"calendar-arrow-down":()=>Promise.resolve().then(function(){return gA}),"calendar-arrow-up":()=>Promise.resolve().then(function(){return bA}),"calendar-check-2":()=>Promise.resolve().then(function(){return _A}),"calendar-check":()=>Promise.resolve().then(function(){return SA}),"calendar-clock":()=>Promise.resolve().then(function(){return PA}),"calendar-cog":()=>Promise.resolve().then(function(){return TA}),"calendar-days":()=>Promise.resolve().then(function(){return FA}),"calendar-fold":()=>Promise.resolve().then(function(){return AA}),"calendar-heart":()=>Promise.resolve().then(function(){return VA}),"calendar-minus-2":()=>Promise.resolve().then(function(){return qA}),"calendar-minus":()=>Promise.resolve().then(function(){return GA}),"calendar-off":()=>Promise.resolve().then(function(){return ZA}),"calendar-plus-2":()=>Promise.resolve().then(function(){return JA}),"calendar-plus":()=>Promise.resolve().then(function(){return rL}),"calendar-range":()=>Promise.resolve().then(function(){return aL}),"calendar-search":()=>Promise.resolve().then(function(){return lL}),"calendar-sync":()=>Promise.resolve().then(function(){return dL}),"calendar-x-2":()=>Promise.resolve().then(function(){return fL}),"calendar-x":()=>Promise.resolve().then(function(){return gL}),calendar:()=>Promise.resolve().then(function(){return bL}),"camera-off":()=>Promise.resolve().then(function(){return _L}),camera:()=>Promise.resolve().then(function(){return SL}),"candy-cane":()=>Promise.resolve().then(function(){return PL}),"candy-off":()=>Promise.resolve().then(function(){return TL}),candy:()=>Promise.resolve().then(function(){return FL}),cannabis:()=>Promise.resolve().then(function(){return AL}),"captions-off":()=>Promise.resolve().then(function(){return VL}),captions:()=>Promise.resolve().then(function(){return qL}),subtitles:()=>Promise.resolve().then(function(){return qL}),"car-front":()=>Promise.resolve().then(function(){return GL}),"car-taxi-front":()=>Promise.resolve().then(function(){return JL}),car:()=>Promise.resolve().then(function(){return ZL}),caravan:()=>Promise.resolve().then(function(){return rB}),carrot:()=>Promise.resolve().then(function(){return aB}),"case-lower":()=>Promise.resolve().then(function(){return lB}),"case-sensitive":()=>Promise.resolve().then(function(){return dB}),"case-upper":()=>Promise.resolve().then(function(){return fB}),"cassette-tape":()=>Promise.resolve().then(function(){return gB}),cast:()=>Promise.resolve().then(function(){return bB}),castle:()=>Promise.resolve().then(function(){return _B}),cat:()=>Promise.resolve().then(function(){return SB}),cctv:()=>Promise.resolve().then(function(){return PB}),"chart-area":()=>Promise.resolve().then(function(){return TB}),"area-chart":()=>Promise.resolve().then(function(){return TB}),"chart-bar-big":()=>Promise.resolve().then(function(){return FB}),"bar-chart-horizontal-big":()=>Promise.resolve().then(function(){return FB}),"chart-bar-decreasing":()=>Promise.resolve().then(function(){return AB}),"chart-bar-increasing":()=>Promise.resolve().then(function(){return VB}),"chart-bar-stacked":()=>Promise.resolve().then(function(){return qB}),"chart-bar":()=>Promise.resolve().then(function(){return GB}),"bar-chart-horizontal":()=>Promise.resolve().then(function(){return GB}),"chart-candlestick":()=>Promise.resolve().then(function(){return ZB}),"candlestick-chart":()=>Promise.resolve().then(function(){return ZB}),"chart-column-big":()=>Promise.resolve().then(function(){return JB}),"bar-chart-big":()=>Promise.resolve().then(function(){return JB}),"chart-column-decreasing":()=>Promise.resolve().then(function(){return aV}),"chart-column-increasing":()=>Promise.resolve().then(function(){return rV}),"bar-chart-4":()=>Promise.resolve().then(function(){return rV}),"chart-column-stacked":()=>Promise.resolve().then(function(){return lV}),"chart-column":()=>Promise.resolve().then(function(){return dV}),"bar-chart-3":()=>Promise.resolve().then(function(){return dV}),"chart-gantt":()=>Promise.resolve().then(function(){return fV}),"chart-line":()=>Promise.resolve().then(function(){return gV}),"line-chart":()=>Promise.resolve().then(function(){return gV}),"chart-network":()=>Promise.resolve().then(function(){return bV}),"chart-no-axes-column-decreasing":()=>Promise.resolve().then(function(){return _V}),"chart-no-axes-column-increasing":()=>Promise.resolve().then(function(){return SV}),"bar-chart":()=>Promise.resolve().then(function(){return SV}),"chart-no-axes-column":()=>Promise.resolve().then(function(){return PV}),"bar-chart-2":()=>Promise.resolve().then(function(){return PV}),"chart-no-axes-combined":()=>Promise.resolve().then(function(){return TV}),"chart-no-axes-gantt":()=>Promise.resolve().then(function(){return FV}),"gantt-chart":()=>Promise.resolve().then(function(){return FV}),"chart-pie":()=>Promise.resolve().then(function(){return AV}),"pie-chart":()=>Promise.resolve().then(function(){return AV}),"chart-scatter":()=>Promise.resolve().then(function(){return VV}),"scatter-chart":()=>Promise.resolve().then(function(){return VV}),"chart-spline":()=>Promise.resolve().then(function(){return qV}),"check-check":()=>Promise.resolve().then(function(){return GV}),check:()=>Promise.resolve().then(function(){return ZV}),"chef-hat":()=>Promise.resolve().then(function(){return JV}),cherry:()=>Promise.resolve().then(function(){return r$}),"chevron-down":()=>Promise.resolve().then(function(){return a$}),"chevron-first":()=>Promise.resolve().then(function(){return l$}),"chevron-last":()=>Promise.resolve().then(function(){return d$}),"chevron-left":()=>Promise.resolve().then(function(){return f$}),"chevron-right":()=>Promise.resolve().then(function(){return g$}),"chevron-up":()=>Promise.resolve().then(function(){return b$}),"chevrons-down-up":()=>Promise.resolve().then(function(){return _$}),"chevrons-down":()=>Promise.resolve().then(function(){return S$}),"chevrons-left-right-ellipsis":()=>Promise.resolve().then(function(){return P$}),"chevrons-left-right":()=>Promise.resolve().then(function(){return T$}),"chevrons-left":()=>Promise.resolve().then(function(){return F$}),"chevrons-right-left":()=>Promise.resolve().then(function(){return A$}),"chevrons-right":()=>Promise.resolve().then(function(){return V$}),"chevrons-up-down":()=>Promise.resolve().then(function(){return q$}),"chevrons-up":()=>Promise.resolve().then(function(){return G$}),chrome:()=>Promise.resolve().then(function(){return Z$}),church:()=>Promise.resolve().then(function(){return J$}),"cigarette-off":()=>Promise.resolve().then(function(){return rH}),cigarette:()=>Promise.resolve().then(function(){return aH}),"circle-alert":()=>Promise.resolve().then(function(){return lH}),"alert-circle":()=>Promise.resolve().then(function(){return lH}),"circle-arrow-down":()=>Promise.resolve().then(function(){return dH}),"arrow-down-circle":()=>Promise.resolve().then(function(){return dH}),"circle-arrow-left":()=>Promise.resolve().then(function(){return fH}),"arrow-left-circle":()=>Promise.resolve().then(function(){return fH}),"circle-arrow-out-down-left":()=>Promise.resolve().then(function(){return bH}),"arrow-down-left-from-circle":()=>Promise.resolve().then(function(){return bH}),"circle-arrow-out-down-right":()=>Promise.resolve().then(function(){return gH}),"arrow-down-right-from-circle":()=>Promise.resolve().then(function(){return gH}),"circle-arrow-out-up-left":()=>Promise.resolve().then(function(){return _H}),"arrow-up-left-from-circle":()=>Promise.resolve().then(function(){return _H}),"circle-arrow-out-up-right":()=>Promise.resolve().then(function(){return SH}),"arrow-up-right-from-circle":()=>Promise.resolve().then(function(){return SH}),"circle-arrow-right":()=>Promise.resolve().then(function(){return PH}),"arrow-right-circle":()=>Promise.resolve().then(function(){return PH}),"circle-arrow-up":()=>Promise.resolve().then(function(){return TH}),"arrow-up-circle":()=>Promise.resolve().then(function(){return TH}),"circle-check-big":()=>Promise.resolve().then(function(){return FH}),"check-circle":()=>Promise.resolve().then(function(){return FH}),"circle-check":()=>Promise.resolve().then(function(){return AH}),"check-circle-2":()=>Promise.resolve().then(function(){return AH}),"circle-chevron-down":()=>Promise.resolve().then(function(){return VH}),"chevron-down-circle":()=>Promise.resolve().then(function(){return VH}),"circle-chevron-left":()=>Promise.resolve().then(function(){return qH}),"chevron-left-circle":()=>Promise.resolve().then(function(){return qH}),"circle-chevron-right":()=>Promise.resolve().then(function(){return GH}),"chevron-right-circle":()=>Promise.resolve().then(function(){return GH}),"circle-chevron-up":()=>Promise.resolve().then(function(){return JH}),"chevron-up-circle":()=>Promise.resolve().then(function(){return JH}),"circle-dashed":()=>Promise.resolve().then(function(){return ZH}),"circle-divide":()=>Promise.resolve().then(function(){return rq}),"divide-circle":()=>Promise.resolve().then(function(){return rq}),"circle-dollar-sign":()=>Promise.resolve().then(function(){return aq}),"circle-dot-dashed":()=>Promise.resolve().then(function(){return lq}),"circle-dot":()=>Promise.resolve().then(function(){return dq}),"circle-ellipsis":()=>Promise.resolve().then(function(){return fq}),"circle-equal":()=>Promise.resolve().then(function(){return gq}),"circle-fading-arrow-up":()=>Promise.resolve().then(function(){return bq}),"circle-fading-plus":()=>Promise.resolve().then(function(){return _q}),"circle-gauge":()=>Promise.resolve().then(function(){return Sq}),"gauge-circle":()=>Promise.resolve().then(function(){return Sq}),"circle-help":()=>Promise.resolve().then(function(){return Pq}),"help-circle":()=>Promise.resolve().then(function(){return Pq}),"circle-minus":()=>Promise.resolve().then(function(){return Tq}),"minus-circle":()=>Promise.resolve().then(function(){return Tq}),"circle-off":()=>Promise.resolve().then(function(){return Fq}),"circle-parking-off":()=>Promise.resolve().then(function(){return Aq}),"parking-circle-off":()=>Promise.resolve().then(function(){return Aq}),"circle-parking":()=>Promise.resolve().then(function(){return Vq}),"parking-circle":()=>Promise.resolve().then(function(){return Vq}),"circle-pause":()=>Promise.resolve().then(function(){return qq}),"pause-circle":()=>Promise.resolve().then(function(){return qq}),"circle-percent":()=>Promise.resolve().then(function(){return Gq}),"percent-circle":()=>Promise.resolve().then(function(){return Gq}),"circle-play":()=>Promise.resolve().then(function(){return Zq}),"play-circle":()=>Promise.resolve().then(function(){return Zq}),"circle-plus":()=>Promise.resolve().then(function(){return Jq}),"plus-circle":()=>Promise.resolve().then(function(){return Jq}),"circle-power":()=>Promise.resolve().then(function(){return rW}),"power-circle":()=>Promise.resolve().then(function(){return rW}),"circle-slash-2":()=>Promise.resolve().then(function(){return aW}),"circle-slashed":()=>Promise.resolve().then(function(){return aW}),"circle-slash":()=>Promise.resolve().then(function(){return lW}),"circle-small":()=>Promise.resolve().then(function(){return dW}),"circle-stop":()=>Promise.resolve().then(function(){return fW}),"stop-circle":()=>Promise.resolve().then(function(){return fW}),"circle-user-round":()=>Promise.resolve().then(function(){return gW}),"user-circle-2":()=>Promise.resolve().then(function(){return gW}),"circle-user":()=>Promise.resolve().then(function(){return bW}),"user-circle":()=>Promise.resolve().then(function(){return bW}),"circle-x":()=>Promise.resolve().then(function(){return _W}),"x-circle":()=>Promise.resolve().then(function(){return _W}),circle:()=>Promise.resolve().then(function(){return SW}),"circuit-board":()=>Promise.resolve().then(function(){return PW}),citrus:()=>Promise.resolve().then(function(){return TW}),clapperboard:()=>Promise.resolve().then(function(){return FW}),"clipboard-check":()=>Promise.resolve().then(function(){return AW}),"clipboard-copy":()=>Promise.resolve().then(function(){return VW}),"clipboard-list":()=>Promise.resolve().then(function(){return qW}),"clipboard-minus":()=>Promise.resolve().then(function(){return GW}),"clipboard-paste":()=>Promise.resolve().then(function(){return ZW}),"clipboard-pen-line":()=>Promise.resolve().then(function(){return JW}),"clipboard-signature":()=>Promise.resolve().then(function(){return JW}),"clipboard-pen":()=>Promise.resolve().then(function(){return rU}),"clipboard-edit":()=>Promise.resolve().then(function(){return rU}),"clipboard-plus":()=>Promise.resolve().then(function(){return aU}),"clipboard-type":()=>Promise.resolve().then(function(){return lU}),"clipboard-x":()=>Promise.resolve().then(function(){return dU}),clipboard:()=>Promise.resolve().then(function(){return fU}),"clock-1":()=>Promise.resolve().then(function(){return gU}),"clock-10":()=>Promise.resolve().then(function(){return bU}),"clock-11":()=>Promise.resolve().then(function(){return _U}),"clock-12":()=>Promise.resolve().then(function(){return SU}),"clock-2":()=>Promise.resolve().then(function(){return PU}),"clock-3":()=>Promise.resolve().then(function(){return TU}),"clock-4":()=>Promise.resolve().then(function(){return FU}),"clock-5":()=>Promise.resolve().then(function(){return AU}),"clock-6":()=>Promise.resolve().then(function(){return VU}),"clock-7":()=>Promise.resolve().then(function(){return qU}),"clock-8":()=>Promise.resolve().then(function(){return GU}),"clock-9":()=>Promise.resolve().then(function(){return ZU}),"clock-alert":()=>Promise.resolve().then(function(){return JU}),"clock-arrow-down":()=>Promise.resolve().then(function(){return rG}),"clock-arrow-up":()=>Promise.resolve().then(function(){return aG}),clock:()=>Promise.resolve().then(function(){return lG}),"cloud-alert":()=>Promise.resolve().then(function(){return dG}),"cloud-cog":()=>Promise.resolve().then(function(){return fG}),"cloud-download":()=>Promise.resolve().then(function(){return gG}),"download-cloud":()=>Promise.resolve().then(function(){return gG}),"cloud-drizzle":()=>Promise.resolve().then(function(){return bG}),"cloud-fog":()=>Promise.resolve().then(function(){return _G}),"cloud-hail":()=>Promise.resolve().then(function(){return SG}),"cloud-lightning":()=>Promise.resolve().then(function(){return PG}),"cloud-moon-rain":()=>Promise.resolve().then(function(){return TG}),"cloud-moon":()=>Promise.resolve().then(function(){return FG}),"cloud-off":()=>Promise.resolve().then(function(){return AG}),"cloud-rain-wind":()=>Promise.resolve().then(function(){return VG}),"cloud-rain":()=>Promise.resolve().then(function(){return qG}),"cloud-snow":()=>Promise.resolve().then(function(){return GG}),"cloud-sun-rain":()=>Promise.resolve().then(function(){return ZG}),"cloud-sun":()=>Promise.resolve().then(function(){return JG}),"cloud-upload":()=>Promise.resolve().then(function(){return rK}),"upload-cloud":()=>Promise.resolve().then(function(){return rK}),cloud:()=>Promise.resolve().then(function(){return aK}),cloudy:()=>Promise.resolve().then(function(){return lK}),clover:()=>Promise.resolve().then(function(){return dK}),club:()=>Promise.resolve().then(function(){return fK}),"code-xml":()=>Promise.resolve().then(function(){return gK}),"code-2":()=>Promise.resolve().then(function(){return gK}),code:()=>Promise.resolve().then(function(){return bK}),codepen:()=>Promise.resolve().then(function(){return _K}),codesandbox:()=>Promise.resolve().then(function(){return SK}),coffee:()=>Promise.resolve().then(function(){return PK}),cog:()=>Promise.resolve().then(function(){return TK}),coins:()=>Promise.resolve().then(function(){return FK}),"columns-2":()=>Promise.resolve().then(function(){return AK}),columns:()=>Promise.resolve().then(function(){return AK}),"columns-3":()=>Promise.resolve().then(function(){return VK}),"panels-left-right":()=>Promise.resolve().then(function(){return VK}),"columns-4":()=>Promise.resolve().then(function(){return qK}),combine:()=>Promise.resolve().then(function(){return GK}),command:()=>Promise.resolve().then(function(){return JK}),compass:()=>Promise.resolve().then(function(){return ZK}),component:()=>Promise.resolve().then(function(){return rY}),computer:()=>Promise.resolve().then(function(){return aY}),"concierge-bell":()=>Promise.resolve().then(function(){return lY}),cone:()=>Promise.resolve().then(function(){return dY}),construction:()=>Promise.resolve().then(function(){return fY}),"contact-round":()=>Promise.resolve().then(function(){return gY}),"contact-2":()=>Promise.resolve().then(function(){return gY}),contact:()=>Promise.resolve().then(function(){return _Y}),container:()=>Promise.resolve().then(function(){return bY}),contrast:()=>Promise.resolve().then(function(){return SY}),cookie:()=>Promise.resolve().then(function(){return PY}),"cooking-pot":()=>Promise.resolve().then(function(){return TY}),"copy-check":()=>Promise.resolve().then(function(){return FY}),"copy-minus":()=>Promise.resolve().then(function(){return AY}),"copy-plus":()=>Promise.resolve().then(function(){return VY}),"copy-slash":()=>Promise.resolve().then(function(){return qY}),"copy-x":()=>Promise.resolve().then(function(){return GY}),copy:()=>Promise.resolve().then(function(){return ZY}),copyleft:()=>Promise.resolve().then(function(){return JY}),copyright:()=>Promise.resolve().then(function(){return rZ}),"corner-down-left":()=>Promise.resolve().then(function(){return aZ}),"corner-down-right":()=>Promise.resolve().then(function(){return lZ}),"corner-left-down":()=>Promise.resolve().then(function(){return dZ}),"corner-left-up":()=>Promise.resolve().then(function(){return fZ}),"corner-right-down":()=>Promise.resolve().then(function(){return gZ}),"corner-right-up":()=>Promise.resolve().then(function(){return bZ}),"corner-up-left":()=>Promise.resolve().then(function(){return _Z}),"corner-up-right":()=>Promise.resolve().then(function(){return SZ}),cpu:()=>Promise.resolve().then(function(){return TZ}),"creative-commons":()=>Promise.resolve().then(function(){return PZ}),"credit-card":()=>Promise.resolve().then(function(){return FZ}),croissant:()=>Promise.resolve().then(function(){return AZ}),crop:()=>Promise.resolve().then(function(){return qZ}),cross:()=>Promise.resolve().then(function(){return VZ}),crosshair:()=>Promise.resolve().then(function(){return GZ}),crown:()=>Promise.resolve().then(function(){return ZZ}),cuboid:()=>Promise.resolve().then(function(){return JZ}),"cup-soda":()=>Promise.resolve().then(function(){return rX}),currency:()=>Promise.resolve().then(function(){return aX}),cylinder:()=>Promise.resolve().then(function(){return lX}),dam:()=>Promise.resolve().then(function(){return dX}),"database-backup":()=>Promise.resolve().then(function(){return fX}),"database-zap":()=>Promise.resolve().then(function(){return gX}),database:()=>Promise.resolve().then(function(){return bX}),delete:()=>Promise.resolve().then(function(){return _X}),dessert:()=>Promise.resolve().then(function(){return SX}),diameter:()=>Promise.resolve().then(function(){return PX}),"diamond-minus":()=>Promise.resolve().then(function(){return TX}),"diamond-percent":()=>Promise.resolve().then(function(){return FX}),"percent-diamond":()=>Promise.resolve().then(function(){return FX}),"diamond-plus":()=>Promise.resolve().then(function(){return AX}),diamond:()=>Promise.resolve().then(function(){return VX}),"dice-1":()=>Promise.resolve().then(function(){return qX}),"dice-2":()=>Promise.resolve().then(function(){return GX}),"dice-3":()=>Promise.resolve().then(function(){return ZX}),"dice-4":()=>Promise.resolve().then(function(){return JX}),"dice-5":()=>Promise.resolve().then(function(){return rQ}),"dice-6":()=>Promise.resolve().then(function(){return aQ}),dices:()=>Promise.resolve().then(function(){return lQ}),diff:()=>Promise.resolve().then(function(){return dQ}),"disc-2":()=>Promise.resolve().then(function(){return fQ}),"disc-3":()=>Promise.resolve().then(function(){return gQ}),"disc-album":()=>Promise.resolve().then(function(){return bQ}),disc:()=>Promise.resolve().then(function(){return _Q}),divide:()=>Promise.resolve().then(function(){return SQ}),"dna-off":()=>Promise.resolve().then(function(){return PQ}),dna:()=>Promise.resolve().then(function(){return TQ}),dock:()=>Promise.resolve().then(function(){return FQ}),dog:()=>Promise.resolve().then(function(){return AQ}),"dollar-sign":()=>Promise.resolve().then(function(){return VQ}),donut:()=>Promise.resolve().then(function(){return qQ}),"door-closed":()=>Promise.resolve().then(function(){return GQ}),"door-open":()=>Promise.resolve().then(function(){return ZQ}),dot:()=>Promise.resolve().then(function(){return JQ}),download:()=>Promise.resolve().then(function(){return rJ}),"drafting-compass":()=>Promise.resolve().then(function(){return aJ}),drama:()=>Promise.resolve().then(function(){return lJ}),dribbble:()=>Promise.resolve().then(function(){return dJ}),drill:()=>Promise.resolve().then(function(){return fJ}),"droplet-off":()=>Promise.resolve().then(function(){return gJ}),droplet:()=>Promise.resolve().then(function(){return bJ}),droplets:()=>Promise.resolve().then(function(){return _J}),drum:()=>Promise.resolve().then(function(){return SJ}),drumstick:()=>Promise.resolve().then(function(){return PJ}),dumbbell:()=>Promise.resolve().then(function(){return TJ}),"ear-off":()=>Promise.resolve().then(function(){return FJ}),ear:()=>Promise.resolve().then(function(){return AJ}),"earth-lock":()=>Promise.resolve().then(function(){return VJ}),earth:()=>Promise.resolve().then(function(){return qJ}),"globe-2":()=>Promise.resolve().then(function(){return qJ}),eclipse:()=>Promise.resolve().then(function(){return GJ}),"egg-fried":()=>Promise.resolve().then(function(){return ZJ}),"egg-off":()=>Promise.resolve().then(function(){return JJ}),egg:()=>Promise.resolve().then(function(){return r1}),"ellipsis-vertical":()=>Promise.resolve().then(function(){return a1}),"more-vertical":()=>Promise.resolve().then(function(){return a1}),ellipsis:()=>Promise.resolve().then(function(){return l1}),"more-horizontal":()=>Promise.resolve().then(function(){return l1}),"equal-approximately":()=>Promise.resolve().then(function(){return d1}),"equal-not":()=>Promise.resolve().then(function(){return f1}),equal:()=>Promise.resolve().then(function(){return g1}),eraser:()=>Promise.resolve().then(function(){return _1}),"ethernet-port":()=>Promise.resolve().then(function(){return b1}),euro:()=>Promise.resolve().then(function(){return S1}),expand:()=>Promise.resolve().then(function(){return P1}),"external-link":()=>Promise.resolve().then(function(){return T1}),"eye-closed":()=>Promise.resolve().then(function(){return F1}),"eye-off":()=>Promise.resolve().then(function(){return A1}),eye:()=>Promise.resolve().then(function(){return V1}),facebook:()=>Promise.resolve().then(function(){return q1}),factory:()=>Promise.resolve().then(function(){return G1}),fan:()=>Promise.resolve().then(function(){return Z1}),"fast-forward":()=>Promise.resolve().then(function(){return J1}),feather:()=>Promise.resolve().then(function(){return r0}),fence:()=>Promise.resolve().then(function(){return a0}),"ferris-wheel":()=>Promise.resolve().then(function(){return l0}),figma:()=>Promise.resolve().then(function(){return d0}),"file-archive":()=>Promise.resolve().then(function(){return f0}),"file-audio-2":()=>Promise.resolve().then(function(){return g0}),"file-audio":()=>Promise.resolve().then(function(){return b0}),"file-axis-3d":()=>Promise.resolve().then(function(){return _0}),"file-axis-3-d":()=>Promise.resolve().then(function(){return _0}),"file-badge-2":()=>Promise.resolve().then(function(){return S0}),"file-badge":()=>Promise.resolve().then(function(){return P0}),"file-box":()=>Promise.resolve().then(function(){return T0}),"file-chart-column-increasing":()=>Promise.resolve().then(function(){return F0}),"file-bar-chart":()=>Promise.resolve().then(function(){return F0}),"file-chart-column":()=>Promise.resolve().then(function(){return A0}),"file-bar-chart-2":()=>Promise.resolve().then(function(){return A0}),"file-chart-line":()=>Promise.resolve().then(function(){return V0}),"file-line-chart":()=>Promise.resolve().then(function(){return V0}),"file-chart-pie":()=>Promise.resolve().then(function(){return q0}),"file-pie-chart":()=>Promise.resolve().then(function(){return q0}),"file-check-2":()=>Promise.resolve().then(function(){return G0}),"file-check":()=>Promise.resolve().then(function(){return Z0}),"file-clock":()=>Promise.resolve().then(function(){return J0}),"file-code-2":()=>Promise.resolve().then(function(){return r2}),"file-code":()=>Promise.resolve().then(function(){return a2}),"file-cog":()=>Promise.resolve().then(function(){return l2}),"file-cog-2":()=>Promise.resolve().then(function(){return l2}),"file-diff":()=>Promise.resolve().then(function(){return d2}),"file-digit":()=>Promise.resolve().then(function(){return f2}),"file-down":()=>Promise.resolve().then(function(){return g2}),"file-heart":()=>Promise.resolve().then(function(){return b2}),"file-image":()=>Promise.resolve().then(function(){return _2}),"file-input":()=>Promise.resolve().then(function(){return S2}),"file-json-2":()=>Promise.resolve().then(function(){return P2}),"file-json":()=>Promise.resolve().then(function(){return T2}),"file-key-2":()=>Promise.resolve().then(function(){return F2}),"file-key":()=>Promise.resolve().then(function(){return A2}),"file-lock-2":()=>Promise.resolve().then(function(){return V2}),"file-lock":()=>Promise.resolve().then(function(){return G2}),"file-minus-2":()=>Promise.resolve().then(function(){return q2}),"file-minus":()=>Promise.resolve().then(function(){return Z2}),"file-music":()=>Promise.resolve().then(function(){return J2}),"file-output":()=>Promise.resolve().then(function(){return r4}),"file-pen-line":()=>Promise.resolve().then(function(){return a4}),"file-signature":()=>Promise.resolve().then(function(){return a4}),"file-pen":()=>Promise.resolve().then(function(){return l4}),"file-edit":()=>Promise.resolve().then(function(){return l4}),"file-plus-2":()=>Promise.resolve().then(function(){return d4}),"file-plus":()=>Promise.resolve().then(function(){return f4}),"file-question":()=>Promise.resolve().then(function(){return g4}),"file-scan":()=>Promise.resolve().then(function(){return b4}),"file-search-2":()=>Promise.resolve().then(function(){return _4}),"file-search":()=>Promise.resolve().then(function(){return S4}),"file-sliders":()=>Promise.resolve().then(function(){return P4}),"file-spreadsheet":()=>Promise.resolve().then(function(){return T4}),"file-stack":()=>Promise.resolve().then(function(){return F4}),"file-symlink":()=>Promise.resolve().then(function(){return A4}),"file-terminal":()=>Promise.resolve().then(function(){return V4}),"file-text":()=>Promise.resolve().then(function(){return q4}),"file-type-2":()=>Promise.resolve().then(function(){return G4}),"file-type":()=>Promise.resolve().then(function(){return Z4}),"file-up":()=>Promise.resolve().then(function(){return J4}),"file-user":()=>Promise.resolve().then(function(){return r5}),"file-video-2":()=>Promise.resolve().then(function(){return a5}),"file-video":()=>Promise.resolve().then(function(){return l5}),"file-volume-2":()=>Promise.resolve().then(function(){return d5}),"file-volume":()=>Promise.resolve().then(function(){return f5}),"file-warning":()=>Promise.resolve().then(function(){return g5}),"file-x-2":()=>Promise.resolve().then(function(){return b5}),"file-x":()=>Promise.resolve().then(function(){return _5}),file:()=>Promise.resolve().then(function(){return S5}),files:()=>Promise.resolve().then(function(){return P5}),film:()=>Promise.resolve().then(function(){return T5}),"filter-x":()=>Promise.resolve().then(function(){return F5}),filter:()=>Promise.resolve().then(function(){return A5}),fingerprint:()=>Promise.resolve().then(function(){return V5}),"fire-extinguisher":()=>Promise.resolve().then(function(){return q5}),"fish-off":()=>Promise.resolve().then(function(){return G5}),"fish-symbol":()=>Promise.resolve().then(function(){return Z5}),fish:()=>Promise.resolve().then(function(){return J5}),"flag-off":()=>Promise.resolve().then(function(){return r3}),"flag-triangle-left":()=>Promise.resolve().then(function(){return a3}),"flag-triangle-right":()=>Promise.resolve().then(function(){return l3}),flag:()=>Promise.resolve().then(function(){return d3}),"flame-kindling":()=>Promise.resolve().then(function(){return f3}),flame:()=>Promise.resolve().then(function(){return g3}),"flashlight-off":()=>Promise.resolve().then(function(){return b3}),flashlight:()=>Promise.resolve().then(function(){return _3}),"flask-conical-off":()=>Promise.resolve().then(function(){return S3}),"flask-conical":()=>Promise.resolve().then(function(){return P3}),"flask-round":()=>Promise.resolve().then(function(){return T3}),"flip-horizontal-2":()=>Promise.resolve().then(function(){return F3}),"flip-horizontal":()=>Promise.resolve().then(function(){return A3}),"flip-vertical-2":()=>Promise.resolve().then(function(){return V3}),"flip-vertical":()=>Promise.resolve().then(function(){return q3}),"flower-2":()=>Promise.resolve().then(function(){return G3}),flower:()=>Promise.resolve().then(function(){return J3}),focus:()=>Promise.resolve().then(function(){return Z3}),"fold-horizontal":()=>Promise.resolve().then(function(){return r6}),"fold-vertical":()=>Promise.resolve().then(function(){return a6}),"folder-archive":()=>Promise.resolve().then(function(){return l6}),"folder-check":()=>Promise.resolve().then(function(){return d6}),"folder-clock":()=>Promise.resolve().then(function(){return f6}),"folder-closed":()=>Promise.resolve().then(function(){return g6}),"folder-code":()=>Promise.resolve().then(function(){return b6}),"folder-cog":()=>Promise.resolve().then(function(){return _6}),"folder-cog-2":()=>Promise.resolve().then(function(){return _6}),"folder-dot":()=>Promise.resolve().then(function(){return S6}),"folder-down":()=>Promise.resolve().then(function(){return P6}),"folder-git-2":()=>Promise.resolve().then(function(){return T6}),"folder-git":()=>Promise.resolve().then(function(){return F6}),"folder-heart":()=>Promise.resolve().then(function(){return A6}),"folder-input":()=>Promise.resolve().then(function(){return V6}),"folder-kanban":()=>Promise.resolve().then(function(){return q6}),"folder-key":()=>Promise.resolve().then(function(){return G6}),"folder-lock":()=>Promise.resolve().then(function(){return Z6}),"folder-minus":()=>Promise.resolve().then(function(){return J6}),"folder-open-dot":()=>Promise.resolve().then(function(){return r8}),"folder-open":()=>Promise.resolve().then(function(){return a8}),"folder-output":()=>Promise.resolve().then(function(){return l8}),"folder-pen":()=>Promise.resolve().then(function(){return d8}),"folder-edit":()=>Promise.resolve().then(function(){return d8}),"folder-plus":()=>Promise.resolve().then(function(){return f8}),"folder-root":()=>Promise.resolve().then(function(){return g8}),"folder-search-2":()=>Promise.resolve().then(function(){return b8}),"folder-search":()=>Promise.resolve().then(function(){return S8}),"folder-symlink":()=>Promise.resolve().then(function(){return _8}),"folder-sync":()=>Promise.resolve().then(function(){return P8}),"folder-tree":()=>Promise.resolve().then(function(){return T8}),"folder-up":()=>Promise.resolve().then(function(){return F8}),"folder-x":()=>Promise.resolve().then(function(){return A8}),folder:()=>Promise.resolve().then(function(){return V8}),folders:()=>Promise.resolve().then(function(){return q8}),footprints:()=>Promise.resolve().then(function(){return G8}),forklift:()=>Promise.resolve().then(function(){return Z8}),forward:()=>Promise.resolve().then(function(){return J8}),frame:()=>Promise.resolve().then(function(){return r7}),framer:()=>Promise.resolve().then(function(){return a7}),frown:()=>Promise.resolve().then(function(){return l7}),fuel:()=>Promise.resolve().then(function(){return d7}),fullscreen:()=>Promise.resolve().then(function(){return f7}),"gallery-horizontal-end":()=>Promise.resolve().then(function(){return g7}),"gallery-horizontal":()=>Promise.resolve().then(function(){return b7}),"gallery-thumbnails":()=>Promise.resolve().then(function(){return _7}),"gallery-vertical-end":()=>Promise.resolve().then(function(){return S7}),"gallery-vertical":()=>Promise.resolve().then(function(){return P7}),"gamepad-2":()=>Promise.resolve().then(function(){return T7}),gamepad:()=>Promise.resolve().then(function(){return F7}),gauge:()=>Promise.resolve().then(function(){return A7}),gavel:()=>Promise.resolve().then(function(){return V7}),gem:()=>Promise.resolve().then(function(){return q7}),ghost:()=>Promise.resolve().then(function(){return G7}),gift:()=>Promise.resolve().then(function(){return Z7}),"git-branch-plus":()=>Promise.resolve().then(function(){return a9}),"git-branch":()=>Promise.resolve().then(function(){return J7}),"git-commit-horizontal":()=>Promise.resolve().then(function(){return r9}),"git-commit":()=>Promise.resolve().then(function(){return r9}),"git-commit-vertical":()=>Promise.resolve().then(function(){return l9}),"git-compare-arrows":()=>Promise.resolve().then(function(){return d9}),"git-compare":()=>Promise.resolve().then(function(){return f9}),"git-fork":()=>Promise.resolve().then(function(){return g9}),"git-graph":()=>Promise.resolve().then(function(){return b9}),"git-merge":()=>Promise.resolve().then(function(){return _9}),"git-pull-request-arrow":()=>Promise.resolve().then(function(){return S9}),"git-pull-request-closed":()=>Promise.resolve().then(function(){return P9}),"git-pull-request-create-arrow":()=>Promise.resolve().then(function(){return T9}),"git-pull-request-create":()=>Promise.resolve().then(function(){return F9}),"git-pull-request-draft":()=>Promise.resolve().then(function(){return A9}),"git-pull-request":()=>Promise.resolve().then(function(){return V9}),github:()=>Promise.resolve().then(function(){return q9}),gitlab:()=>Promise.resolve().then(function(){return Z9}),"glass-water":()=>Promise.resolve().then(function(){return G9}),glasses:()=>Promise.resolve().then(function(){return J9}),"globe-lock":()=>Promise.resolve().then(function(){return ree}),globe:()=>Promise.resolve().then(function(){return aee}),goal:()=>Promise.resolve().then(function(){return lee}),grab:()=>Promise.resolve().then(function(){return dee}),"graduation-cap":()=>Promise.resolve().then(function(){return fee}),grape:()=>Promise.resolve().then(function(){return gee}),"grid-2x2-check":()=>Promise.resolve().then(function(){return _ee}),"grid-2-x-2-check":()=>Promise.resolve().then(function(){return _ee}),"grid-2x2-plus":()=>Promise.resolve().then(function(){return bee}),"grid-2-x-2-plus":()=>Promise.resolve().then(function(){return bee}),"grid-2x2-x":()=>Promise.resolve().then(function(){return See}),"grid-2-x-2-x":()=>Promise.resolve().then(function(){return See}),"grid-2x2":()=>Promise.resolve().then(function(){return Pee}),"grid-2-x-2":()=>Promise.resolve().then(function(){return Pee}),"grid-3x3":()=>Promise.resolve().then(function(){return Tee}),grid:()=>Promise.resolve().then(function(){return Tee}),"grid-3-x-3":()=>Promise.resolve().then(function(){return Tee}),"grip-horizontal":()=>Promise.resolve().then(function(){return Fee}),"grip-vertical":()=>Promise.resolve().then(function(){return Aee}),grip:()=>Promise.resolve().then(function(){return Vee}),group:()=>Promise.resolve().then(function(){return qee}),guitar:()=>Promise.resolve().then(function(){return Gee}),ham:()=>Promise.resolve().then(function(){return Zee}),hammer:()=>Promise.resolve().then(function(){return Jee}),"hand-coins":()=>Promise.resolve().then(function(){return rte}),"hand-heart":()=>Promise.resolve().then(function(){return ate}),"hand-helping":()=>Promise.resolve().then(function(){return lte}),"helping-hand":()=>Promise.resolve().then(function(){return lte}),"hand-metal":()=>Promise.resolve().then(function(){return dte}),"hand-platter":()=>Promise.resolve().then(function(){return fte}),hand:()=>Promise.resolve().then(function(){return gte}),handshake:()=>Promise.resolve().then(function(){return bte}),"hard-drive-download":()=>Promise.resolve().then(function(){return _te}),"hard-drive-upload":()=>Promise.resolve().then(function(){return Ste}),"hard-drive":()=>Promise.resolve().then(function(){return Pte}),"hard-hat":()=>Promise.resolve().then(function(){return Tte}),hash:()=>Promise.resolve().then(function(){return Fte}),haze:()=>Promise.resolve().then(function(){return Ate}),"hdmi-port":()=>Promise.resolve().then(function(){return Vte}),"heading-1":()=>Promise.resolve().then(function(){return qte}),"heading-2":()=>Promise.resolve().then(function(){return Gte}),"heading-3":()=>Promise.resolve().then(function(){return Zte}),"heading-4":()=>Promise.resolve().then(function(){return Jte}),"heading-5":()=>Promise.resolve().then(function(){return rre}),"heading-6":()=>Promise.resolve().then(function(){return are}),heading:()=>Promise.resolve().then(function(){return lre}),"headphone-off":()=>Promise.resolve().then(function(){return dre}),headphones:()=>Promise.resolve().then(function(){return fre}),headset:()=>Promise.resolve().then(function(){return gre}),"heart-crack":()=>Promise.resolve().then(function(){return bre}),"heart-handshake":()=>Promise.resolve().then(function(){return _re}),"heart-off":()=>Promise.resolve().then(function(){return Sre}),"heart-pulse":()=>Promise.resolve().then(function(){return Pre}),heart:()=>Promise.resolve().then(function(){return Tre}),heater:()=>Promise.resolve().then(function(){return Fre}),hexagon:()=>Promise.resolve().then(function(){return Are}),highlighter:()=>Promise.resolve().then(function(){return qre}),history:()=>Promise.resolve().then(function(){return Vre}),"hop-off":()=>Promise.resolve().then(function(){return Gre}),hop:()=>Promise.resolve().then(function(){return Zre}),hospital:()=>Promise.resolve().then(function(){return Jre}),hotel:()=>Promise.resolve().then(function(){return roe}),hourglass:()=>Promise.resolve().then(function(){return aoe}),"house-plug":()=>Promise.resolve().then(function(){return loe}),"house-plus":()=>Promise.resolve().then(function(){return doe}),"house-wifi":()=>Promise.resolve().then(function(){return foe}),house:()=>Promise.resolve().then(function(){return goe}),home:()=>Promise.resolve().then(function(){return goe}),"ice-cream-bowl":()=>Promise.resolve().then(function(){return boe}),"ice-cream-2":()=>Promise.resolve().then(function(){return boe}),"ice-cream-cone":()=>Promise.resolve().then(function(){return _oe}),"ice-cream":()=>Promise.resolve().then(function(){return _oe}),"id-card":()=>Promise.resolve().then(function(){return Soe}),"image-down":()=>Promise.resolve().then(function(){return Poe}),"image-minus":()=>Promise.resolve().then(function(){return Toe}),"image-off":()=>Promise.resolve().then(function(){return Foe}),"image-play":()=>Promise.resolve().then(function(){return Aoe}),"image-plus":()=>Promise.resolve().then(function(){return Voe}),"image-up":()=>Promise.resolve().then(function(){return qoe}),"image-upscale":()=>Promise.resolve().then(function(){return Goe}),image:()=>Promise.resolve().then(function(){return Zoe}),images:()=>Promise.resolve().then(function(){return Joe}),import:()=>Promise.resolve().then(function(){return rne}),inbox:()=>Promise.resolve().then(function(){return ane}),"indent-decrease":()=>Promise.resolve().then(function(){return lne}),outdent:()=>Promise.resolve().then(function(){return lne}),"indent-increase":()=>Promise.resolve().then(function(){return dne}),indent:()=>Promise.resolve().then(function(){return dne}),"indian-rupee":()=>Promise.resolve().then(function(){return fne}),infinity:()=>Promise.resolve().then(function(){return gne}),info:()=>Promise.resolve().then(function(){return bne}),"inspection-panel":()=>Promise.resolve().then(function(){return _ne}),instagram:()=>Promise.resolve().then(function(){return Sne}),italic:()=>Promise.resolve().then(function(){return Pne}),"iteration-ccw":()=>Promise.resolve().then(function(){return Tne}),"iteration-cw":()=>Promise.resolve().then(function(){return Fne}),"japanese-yen":()=>Promise.resolve().then(function(){return Ane}),joystick:()=>Promise.resolve().then(function(){return Vne}),kanban:()=>Promise.resolve().then(function(){return qne}),"key-round":()=>Promise.resolve().then(function(){return Gne}),"key-square":()=>Promise.resolve().then(function(){return Zne}),key:()=>Promise.resolve().then(function(){return Jne}),"keyboard-music":()=>Promise.resolve().then(function(){return rae}),"keyboard-off":()=>Promise.resolve().then(function(){return aae}),keyboard:()=>Promise.resolve().then(function(){return lae}),"lamp-ceiling":()=>Promise.resolve().then(function(){return dae}),"lamp-desk":()=>Promise.resolve().then(function(){return fae}),"lamp-floor":()=>Promise.resolve().then(function(){return gae}),"lamp-wall-down":()=>Promise.resolve().then(function(){return bae}),"lamp-wall-up":()=>Promise.resolve().then(function(){return _ae}),lamp:()=>Promise.resolve().then(function(){return Sae}),"land-plot":()=>Promise.resolve().then(function(){return Pae}),landmark:()=>Promise.resolve().then(function(){return Tae}),languages:()=>Promise.resolve().then(function(){return Fae}),"laptop-minimal-check":()=>Promise.resolve().then(function(){return Aae}),"laptop-minimal":()=>Promise.resolve().then(function(){return Vae}),"laptop-2":()=>Promise.resolve().then(function(){return Vae}),laptop:()=>Promise.resolve().then(function(){return qae}),"lasso-select":()=>Promise.resolve().then(function(){return Gae}),lasso:()=>Promise.resolve().then(function(){return Zae}),laugh:()=>Promise.resolve().then(function(){return Jae}),"layers-2":()=>Promise.resolve().then(function(){return rie}),layers:()=>Promise.resolve().then(function(){return aie}),"layers-3":()=>Promise.resolve().then(function(){return aie}),"layout-dashboard":()=>Promise.resolve().then(function(){return lie}),"layout-grid":()=>Promise.resolve().then(function(){return die}),"layout-list":()=>Promise.resolve().then(function(){return fie}),"layout-panel-left":()=>Promise.resolve().then(function(){return gie}),"layout-panel-top":()=>Promise.resolve().then(function(){return bie}),"layout-template":()=>Promise.resolve().then(function(){return _ie}),leaf:()=>Promise.resolve().then(function(){return Sie}),"leafy-green":()=>Promise.resolve().then(function(){return Pie}),lectern:()=>Promise.resolve().then(function(){return Tie}),"letter-text":()=>Promise.resolve().then(function(){return Fie}),"library-big":()=>Promise.resolve().then(function(){return Aie}),library:()=>Promise.resolve().then(function(){return Vie}),"life-buoy":()=>Promise.resolve().then(function(){return qie}),ligature:()=>Promise.resolve().then(function(){return Gie}),"lightbulb-off":()=>Promise.resolve().then(function(){return Zie}),lightbulb:()=>Promise.resolve().then(function(){return Jie}),"link-2-off":()=>Promise.resolve().then(function(){return rse}),"link-2":()=>Promise.resolve().then(function(){return ase}),link:()=>Promise.resolve().then(function(){return lse}),linkedin:()=>Promise.resolve().then(function(){return dse}),"list-check":()=>Promise.resolve().then(function(){return fse}),"list-checks":()=>Promise.resolve().then(function(){return gse}),"list-collapse":()=>Promise.resolve().then(function(){return bse}),"list-end":()=>Promise.resolve().then(function(){return _se}),"list-filter-plus":()=>Promise.resolve().then(function(){return Sse}),"list-filter":()=>Promise.resolve().then(function(){return Tse}),"list-minus":()=>Promise.resolve().then(function(){return Pse}),"list-music":()=>Promise.resolve().then(function(){return Fse}),"list-ordered":()=>Promise.resolve().then(function(){return Ase}),"list-plus":()=>Promise.resolve().then(function(){return Vse}),"list-restart":()=>Promise.resolve().then(function(){return qse}),"list-start":()=>Promise.resolve().then(function(){return Gse}),"list-todo":()=>Promise.resolve().then(function(){return Zse}),"list-tree":()=>Promise.resolve().then(function(){return rle}),"list-video":()=>Promise.resolve().then(function(){return Jse}),"list-x":()=>Promise.resolve().then(function(){return ale}),list:()=>Promise.resolve().then(function(){return lle}),"loader-circle":()=>Promise.resolve().then(function(){return dle}),"loader-2":()=>Promise.resolve().then(function(){return dle}),"loader-pinwheel":()=>Promise.resolve().then(function(){return fle}),loader:()=>Promise.resolve().then(function(){return gle}),"locate-fixed":()=>Promise.resolve().then(function(){return ble}),"locate-off":()=>Promise.resolve().then(function(){return _le}),locate:()=>Promise.resolve().then(function(){return Sle}),"lock-keyhole-open":()=>Promise.resolve().then(function(){return Ple}),"unlock-keyhole":()=>Promise.resolve().then(function(){return Ple}),"lock-keyhole":()=>Promise.resolve().then(function(){return Tle}),"lock-open":()=>Promise.resolve().then(function(){return Fle}),unlock:()=>Promise.resolve().then(function(){return Fle}),lock:()=>Promise.resolve().then(function(){return Ale}),"log-in":()=>Promise.resolve().then(function(){return Vle}),"log-out":()=>Promise.resolve().then(function(){return qle}),logs:()=>Promise.resolve().then(function(){return Gle}),lollipop:()=>Promise.resolve().then(function(){return Zle}),luggage:()=>Promise.resolve().then(function(){return Jle}),magnet:()=>Promise.resolve().then(function(){return rce}),"mail-check":()=>Promise.resolve().then(function(){return ace}),"mail-minus":()=>Promise.resolve().then(function(){return lce}),"mail-open":()=>Promise.resolve().then(function(){return dce}),"mail-plus":()=>Promise.resolve().then(function(){return fce}),"mail-question":()=>Promise.resolve().then(function(){return gce}),"mail-search":()=>Promise.resolve().then(function(){return bce}),"mail-warning":()=>Promise.resolve().then(function(){return _ce}),"mail-x":()=>Promise.resolve().then(function(){return Sce}),mail:()=>Promise.resolve().then(function(){return Pce}),mailbox:()=>Promise.resolve().then(function(){return Tce}),mails:()=>Promise.resolve().then(function(){return Ace}),"map-pin-check-inside":()=>Promise.resolve().then(function(){return Fce}),"map-pin-check":()=>Promise.resolve().then(function(){return Vce}),"map-pin-house":()=>Promise.resolve().then(function(){return qce}),"map-pin-minus-inside":()=>Promise.resolve().then(function(){return Gce}),"map-pin-minus":()=>Promise.resolve().then(function(){return Zce}),"map-pin-off":()=>Promise.resolve().then(function(){return Jce}),"map-pin-plus-inside":()=>Promise.resolve().then(function(){return rue}),"map-pin-plus":()=>Promise.resolve().then(function(){return aue}),"map-pin-x-inside":()=>Promise.resolve().then(function(){return lue}),"map-pin-x":()=>Promise.resolve().then(function(){return due}),"map-pin":()=>Promise.resolve().then(function(){return fue}),"map-pinned":()=>Promise.resolve().then(function(){return gue}),"map-plus":()=>Promise.resolve().then(function(){return bue}),map:()=>Promise.resolve().then(function(){return _ue}),"mars-stroke":()=>Promise.resolve().then(function(){return Sue}),mars:()=>Promise.resolve().then(function(){return Pue}),martini:()=>Promise.resolve().then(function(){return Tue}),"maximize-2":()=>Promise.resolve().then(function(){return Fue}),maximize:()=>Promise.resolve().then(function(){return Aue}),medal:()=>Promise.resolve().then(function(){return Vue}),"megaphone-off":()=>Promise.resolve().then(function(){return que}),megaphone:()=>Promise.resolve().then(function(){return Gue}),meh:()=>Promise.resolve().then(function(){return Zue}),"memory-stick":()=>Promise.resolve().then(function(){return Jue}),menu:()=>Promise.resolve().then(function(){return rde}),merge:()=>Promise.resolve().then(function(){return ade}),"message-circle-code":()=>Promise.resolve().then(function(){return lde}),"message-circle-dashed":()=>Promise.resolve().then(function(){return dde}),"message-circle-heart":()=>Promise.resolve().then(function(){return fde}),"message-circle-more":()=>Promise.resolve().then(function(){return gde}),"message-circle-off":()=>Promise.resolve().then(function(){return _de}),"message-circle-plus":()=>Promise.resolve().then(function(){return bde}),"message-circle-question":()=>Promise.resolve().then(function(){return Sde}),"message-circle-reply":()=>Promise.resolve().then(function(){return Pde}),"message-circle-warning":()=>Promise.resolve().then(function(){return Ade}),"message-circle-x":()=>Promise.resolve().then(function(){return Tde}),"message-circle":()=>Promise.resolve().then(function(){return Fde}),"message-square-code":()=>Promise.resolve().then(function(){return Vde}),"message-square-dashed":()=>Promise.resolve().then(function(){return qde}),"message-square-diff":()=>Promise.resolve().then(function(){return Gde}),"message-square-dot":()=>Promise.resolve().then(function(){return Zde}),"message-square-heart":()=>Promise.resolve().then(function(){return Jde}),"message-square-lock":()=>Promise.resolve().then(function(){return rpe}),"message-square-more":()=>Promise.resolve().then(function(){return ape}),"message-square-off":()=>Promise.resolve().then(function(){return lpe}),"message-square-plus":()=>Promise.resolve().then(function(){return dpe}),"message-square-quote":()=>Promise.resolve().then(function(){return fpe}),"message-square-reply":()=>Promise.resolve().then(function(){return gpe}),"message-square-share":()=>Promise.resolve().then(function(){return bpe}),"message-square-text":()=>Promise.resolve().then(function(){return _pe}),"message-square-warning":()=>Promise.resolve().then(function(){return Spe}),"message-square-x":()=>Promise.resolve().then(function(){return Ppe}),"message-square":()=>Promise.resolve().then(function(){return Tpe}),"messages-square":()=>Promise.resolve().then(function(){return Fpe}),"mic-off":()=>Promise.resolve().then(function(){return Ape}),"mic-vocal":()=>Promise.resolve().then(function(){return Vpe}),"mic-2":()=>Promise.resolve().then(function(){return Vpe}),mic:()=>Promise.resolve().then(function(){return qpe}),microchip:()=>Promise.resolve().then(function(){return Gpe}),microscope:()=>Promise.resolve().then(function(){return Zpe}),microwave:()=>Promise.resolve().then(function(){return Jpe}),milestone:()=>Promise.resolve().then(function(){return rhe}),"milk-off":()=>Promise.resolve().then(function(){return ahe}),milk:()=>Promise.resolve().then(function(){return lhe}),"minimize-2":()=>Promise.resolve().then(function(){return dhe}),minimize:()=>Promise.resolve().then(function(){return fhe}),minus:()=>Promise.resolve().then(function(){return ghe}),"monitor-check":()=>Promise.resolve().then(function(){return bhe}),"monitor-cog":()=>Promise.resolve().then(function(){return _he}),"monitor-dot":()=>Promise.resolve().then(function(){return She}),"monitor-down":()=>Promise.resolve().then(function(){return Phe}),"monitor-off":()=>Promise.resolve().then(function(){return The}),"monitor-pause":()=>Promise.resolve().then(function(){return Fhe}),"monitor-play":()=>Promise.resolve().then(function(){return Ahe}),"monitor-smartphone":()=>Promise.resolve().then(function(){return Vhe}),"monitor-speaker":()=>Promise.resolve().then(function(){return qhe}),"monitor-stop":()=>Promise.resolve().then(function(){return Ghe}),"monitor-up":()=>Promise.resolve().then(function(){return Zhe}),"monitor-x":()=>Promise.resolve().then(function(){return Jhe}),monitor:()=>Promise.resolve().then(function(){return rfe}),"moon-star":()=>Promise.resolve().then(function(){return afe}),moon:()=>Promise.resolve().then(function(){return dfe}),"mountain-snow":()=>Promise.resolve().then(function(){return lfe}),mountain:()=>Promise.resolve().then(function(){return ffe}),"mouse-off":()=>Promise.resolve().then(function(){return gfe}),"mouse-pointer-2":()=>Promise.resolve().then(function(){return bfe}),"mouse-pointer-ban":()=>Promise.resolve().then(function(){return _fe}),"mouse-pointer-click":()=>Promise.resolve().then(function(){return Sfe}),"mouse-pointer":()=>Promise.resolve().then(function(){return Tfe}),mouse:()=>Promise.resolve().then(function(){return Pfe}),"move-3d":()=>Promise.resolve().then(function(){return Ffe}),"move-3-d":()=>Promise.resolve().then(function(){return Ffe}),"move-diagonal-2":()=>Promise.resolve().then(function(){return Afe}),"move-diagonal":()=>Promise.resolve().then(function(){return Vfe}),"move-down-left":()=>Promise.resolve().then(function(){return qfe}),"move-down-right":()=>Promise.resolve().then(function(){return Gfe}),"move-down":()=>Promise.resolve().then(function(){return Zfe}),"move-horizontal":()=>Promise.resolve().then(function(){return rme}),"move-left":()=>Promise.resolve().then(function(){return Jfe}),"move-right":()=>Promise.resolve().then(function(){return ame}),"move-up-left":()=>Promise.resolve().then(function(){return lme}),"move-up-right":()=>Promise.resolve().then(function(){return dme}),"move-up":()=>Promise.resolve().then(function(){return fme}),"move-vertical":()=>Promise.resolve().then(function(){return gme}),move:()=>Promise.resolve().then(function(){return bme}),"music-2":()=>Promise.resolve().then(function(){return _me}),"music-3":()=>Promise.resolve().then(function(){return Sme}),"music-4":()=>Promise.resolve().then(function(){return Pme}),music:()=>Promise.resolve().then(function(){return Tme}),"navigation-2-off":()=>Promise.resolve().then(function(){return Fme}),"navigation-2":()=>Promise.resolve().then(function(){return Ame}),"navigation-off":()=>Promise.resolve().then(function(){return Vme}),navigation:()=>Promise.resolve().then(function(){return qme}),network:()=>Promise.resolve().then(function(){return Gme}),newspaper:()=>Promise.resolve().then(function(){return Zme}),nfc:()=>Promise.resolve().then(function(){return Jme}),"non-binary":()=>Promise.resolve().then(function(){return aye}),"notebook-pen":()=>Promise.resolve().then(function(){return rye}),"notebook-tabs":()=>Promise.resolve().then(function(){return lye}),"notebook-text":()=>Promise.resolve().then(function(){return dye}),notebook:()=>Promise.resolve().then(function(){return fye}),"notepad-text-dashed":()=>Promise.resolve().then(function(){return gye}),"notepad-text":()=>Promise.resolve().then(function(){return bye}),"nut-off":()=>Promise.resolve().then(function(){return _ye}),nut:()=>Promise.resolve().then(function(){return Sye}),"octagon-alert":()=>Promise.resolve().then(function(){return Pye}),"alert-octagon":()=>Promise.resolve().then(function(){return Pye}),"octagon-minus":()=>Promise.resolve().then(function(){return Tye}),"octagon-pause":()=>Promise.resolve().then(function(){return Fye}),"pause-octagon":()=>Promise.resolve().then(function(){return Fye}),"octagon-x":()=>Promise.resolve().then(function(){return Aye}),"x-octagon":()=>Promise.resolve().then(function(){return Aye}),octagon:()=>Promise.resolve().then(function(){return Vye}),omega:()=>Promise.resolve().then(function(){return qye}),option:()=>Promise.resolve().then(function(){return Gye}),orbit:()=>Promise.resolve().then(function(){return Zye}),origami:()=>Promise.resolve().then(function(){return Jye}),"package-2":()=>Promise.resolve().then(function(){return rge}),"package-check":()=>Promise.resolve().then(function(){return age}),"package-minus":()=>Promise.resolve().then(function(){return lge}),"package-open":()=>Promise.resolve().then(function(){return dge}),"package-plus":()=>Promise.resolve().then(function(){return fge}),"package-search":()=>Promise.resolve().then(function(){return gge}),"package-x":()=>Promise.resolve().then(function(){return bge}),package:()=>Promise.resolve().then(function(){return _ge}),"paint-bucket":()=>Promise.resolve().then(function(){return Sge}),"paint-roller":()=>Promise.resolve().then(function(){return Pge}),"paintbrush-vertical":()=>Promise.resolve().then(function(){return Tge}),"paintbrush-2":()=>Promise.resolve().then(function(){return Tge}),paintbrush:()=>Promise.resolve().then(function(){return Fge}),palette:()=>Promise.resolve().then(function(){return Age}),"panel-bottom-close":()=>Promise.resolve().then(function(){return Vge}),"panel-bottom-dashed":()=>Promise.resolve().then(function(){return qge}),"panel-bottom-inactive":()=>Promise.resolve().then(function(){return qge}),"panel-bottom-open":()=>Promise.resolve().then(function(){return Gge}),"panel-bottom":()=>Promise.resolve().then(function(){return Zge}),"panel-left-close":()=>Promise.resolve().then(function(){return Jge}),"sidebar-close":()=>Promise.resolve().then(function(){return Jge}),"panel-left-dashed":()=>Promise.resolve().then(function(){return rve}),"panel-left-inactive":()=>Promise.resolve().then(function(){return rve}),"panel-left-open":()=>Promise.resolve().then(function(){return ave}),"sidebar-open":()=>Promise.resolve().then(function(){return ave}),"panel-left":()=>Promise.resolve().then(function(){return lve}),sidebar:()=>Promise.resolve().then(function(){return lve}),"panel-right-close":()=>Promise.resolve().then(function(){return dve}),"panel-right-dashed":()=>Promise.resolve().then(function(){return fve}),"panel-right-inactive":()=>Promise.resolve().then(function(){return fve}),"panel-right-open":()=>Promise.resolve().then(function(){return gve}),"panel-right":()=>Promise.resolve().then(function(){return bve}),"panel-top-close":()=>Promise.resolve().then(function(){return _ve}),"panel-top-dashed":()=>Promise.resolve().then(function(){return Sve}),"panel-top-inactive":()=>Promise.resolve().then(function(){return Sve}),"panel-top-open":()=>Promise.resolve().then(function(){return Pve}),"panel-top":()=>Promise.resolve().then(function(){return Tve}),"panels-left-bottom":()=>Promise.resolve().then(function(){return Fve}),"panels-right-bottom":()=>Promise.resolve().then(function(){return Ave}),"panels-top-left":()=>Promise.resolve().then(function(){return Vve}),layout:()=>Promise.resolve().then(function(){return Vve}),paperclip:()=>Promise.resolve().then(function(){return qve}),parentheses:()=>Promise.resolve().then(function(){return Gve}),"parking-meter":()=>Promise.resolve().then(function(){return Zve}),"party-popper":()=>Promise.resolve().then(function(){return Jve}),pause:()=>Promise.resolve().then(function(){return rxe}),"paw-print":()=>Promise.resolve().then(function(){return axe}),"pc-case":()=>Promise.resolve().then(function(){return lxe}),"pen-line":()=>Promise.resolve().then(function(){return dxe}),"edit-3":()=>Promise.resolve().then(function(){return dxe}),"pen-off":()=>Promise.resolve().then(function(){return fxe}),"pen-tool":()=>Promise.resolve().then(function(){return gxe}),pen:()=>Promise.resolve().then(function(){return bxe}),"edit-2":()=>Promise.resolve().then(function(){return bxe}),"pencil-line":()=>Promise.resolve().then(function(){return _xe}),"pencil-off":()=>Promise.resolve().then(function(){return Sxe}),"pencil-ruler":()=>Promise.resolve().then(function(){return Pxe}),pencil:()=>Promise.resolve().then(function(){return Txe}),pentagon:()=>Promise.resolve().then(function(){return Fxe}),percent:()=>Promise.resolve().then(function(){return Axe}),"person-standing":()=>Promise.resolve().then(function(){return Vxe}),"philippine-peso":()=>Promise.resolve().then(function(){return qxe}),"phone-call":()=>Promise.resolve().then(function(){return Gxe}),"phone-forwarded":()=>Promise.resolve().then(function(){return Zxe}),"phone-incoming":()=>Promise.resolve().then(function(){return Jxe}),"phone-missed":()=>Promise.resolve().then(function(){return rbe}),"phone-off":()=>Promise.resolve().then(function(){return abe}),"phone-outgoing":()=>Promise.resolve().then(function(){return lbe}),phone:()=>Promise.resolve().then(function(){return dbe}),pi:()=>Promise.resolve().then(function(){return fbe}),piano:()=>Promise.resolve().then(function(){return gbe}),pickaxe:()=>Promise.resolve().then(function(){return bbe}),"picture-in-picture-2":()=>Promise.resolve().then(function(){return Sbe}),"picture-in-picture":()=>Promise.resolve().then(function(){return _be}),"piggy-bank":()=>Promise.resolve().then(function(){return Pbe}),"pilcrow-left":()=>Promise.resolve().then(function(){return Tbe}),"pilcrow-right":()=>Promise.resolve().then(function(){return Fbe}),pilcrow:()=>Promise.resolve().then(function(){return Abe}),"pill-bottle":()=>Promise.resolve().then(function(){return Vbe}),pill:()=>Promise.resolve().then(function(){return qbe}),"pin-off":()=>Promise.resolve().then(function(){return Gbe}),pin:()=>Promise.resolve().then(function(){return Zbe}),pipette:()=>Promise.resolve().then(function(){return Jbe}),pizza:()=>Promise.resolve().then(function(){return rwe}),"plane-landing":()=>Promise.resolve().then(function(){return awe}),"plane-takeoff":()=>Promise.resolve().then(function(){return lwe}),plane:()=>Promise.resolve().then(function(){return dwe}),play:()=>Promise.resolve().then(function(){return fwe}),"plug-2":()=>Promise.resolve().then(function(){return gwe}),"plug-zap":()=>Promise.resolve().then(function(){return bwe}),"plug-zap-2":()=>Promise.resolve().then(function(){return bwe}),plug:()=>Promise.resolve().then(function(){return Swe}),plus:()=>Promise.resolve().then(function(){return _we}),"pocket-knife":()=>Promise.resolve().then(function(){return Twe}),pocket:()=>Promise.resolve().then(function(){return Pwe}),podcast:()=>Promise.resolve().then(function(){return Fwe}),"pointer-off":()=>Promise.resolve().then(function(){return Awe}),pointer:()=>Promise.resolve().then(function(){return Vwe}),popcorn:()=>Promise.resolve().then(function(){return qwe}),popsicle:()=>Promise.resolve().then(function(){return Gwe}),"pound-sterling":()=>Promise.resolve().then(function(){return Zwe}),"power-off":()=>Promise.resolve().then(function(){return Jwe}),power:()=>Promise.resolve().then(function(){return rke}),presentation:()=>Promise.resolve().then(function(){return ake}),"printer-check":()=>Promise.resolve().then(function(){return lke}),printer:()=>Promise.resolve().then(function(){return dke}),projector:()=>Promise.resolve().then(function(){return fke}),proportions:()=>Promise.resolve().then(function(){return gke}),puzzle:()=>Promise.resolve().then(function(){return bke}),pyramid:()=>Promise.resolve().then(function(){return _ke}),"qr-code":()=>Promise.resolve().then(function(){return Ske}),quote:()=>Promise.resolve().then(function(){return Pke}),rabbit:()=>Promise.resolve().then(function(){return Fke}),radar:()=>Promise.resolve().then(function(){return Tke}),radiation:()=>Promise.resolve().then(function(){return Ake}),radical:()=>Promise.resolve().then(function(){return Vke}),"radio-receiver":()=>Promise.resolve().then(function(){return qke}),"radio-tower":()=>Promise.resolve().then(function(){return Gke}),radio:()=>Promise.resolve().then(function(){return Zke}),radius:()=>Promise.resolve().then(function(){return r_e}),"rail-symbol":()=>Promise.resolve().then(function(){return Jke}),rainbow:()=>Promise.resolve().then(function(){return a_e}),rat:()=>Promise.resolve().then(function(){return l_e}),ratio:()=>Promise.resolve().then(function(){return d_e}),"receipt-cent":()=>Promise.resolve().then(function(){return f_e}),"receipt-euro":()=>Promise.resolve().then(function(){return g_e}),"receipt-indian-rupee":()=>Promise.resolve().then(function(){return b_e}),"receipt-japanese-yen":()=>Promise.resolve().then(function(){return __e}),"receipt-pound-sterling":()=>Promise.resolve().then(function(){return S_e}),"receipt-russian-ruble":()=>Promise.resolve().then(function(){return P_e}),"receipt-swiss-franc":()=>Promise.resolve().then(function(){return T_e}),"receipt-text":()=>Promise.resolve().then(function(){return F_e}),receipt:()=>Promise.resolve().then(function(){return A_e}),"rectangle-ellipsis":()=>Promise.resolve().then(function(){return V_e}),"form-input":()=>Promise.resolve().then(function(){return V_e}),"rectangle-horizontal":()=>Promise.resolve().then(function(){return q_e}),"rectangle-vertical":()=>Promise.resolve().then(function(){return G_e}),recycle:()=>Promise.resolve().then(function(){return Z_e}),"redo-2":()=>Promise.resolve().then(function(){return J_e}),"redo-dot":()=>Promise.resolve().then(function(){return rCe}),redo:()=>Promise.resolve().then(function(){return aCe}),"refresh-ccw-dot":()=>Promise.resolve().then(function(){return lCe}),"refresh-ccw":()=>Promise.resolve().then(function(){return dCe}),"refresh-cw-off":()=>Promise.resolve().then(function(){return fCe}),"refresh-cw":()=>Promise.resolve().then(function(){return gCe}),refrigerator:()=>Promise.resolve().then(function(){return bCe}),regex:()=>Promise.resolve().then(function(){return _Ce}),"remove-formatting":()=>Promise.resolve().then(function(){return SCe}),"repeat-1":()=>Promise.resolve().then(function(){return PCe}),"repeat-2":()=>Promise.resolve().then(function(){return TCe}),repeat:()=>Promise.resolve().then(function(){return FCe}),"replace-all":()=>Promise.resolve().then(function(){return ACe}),replace:()=>Promise.resolve().then(function(){return VCe}),"reply-all":()=>Promise.resolve().then(function(){return qCe}),reply:()=>Promise.resolve().then(function(){return ZCe}),rewind:()=>Promise.resolve().then(function(){return GCe}),ribbon:()=>Promise.resolve().then(function(){return JCe}),rocket:()=>Promise.resolve().then(function(){return rMe}),"rocking-chair":()=>Promise.resolve().then(function(){return aMe}),"roller-coaster":()=>Promise.resolve().then(function(){return lMe}),"rotate-3d":()=>Promise.resolve().then(function(){return dMe}),"rotate-3-d":()=>Promise.resolve().then(function(){return dMe}),"rotate-ccw-square":()=>Promise.resolve().then(function(){return fMe}),"rotate-ccw":()=>Promise.resolve().then(function(){return gMe}),"rotate-cw-square":()=>Promise.resolve().then(function(){return bMe}),"rotate-cw":()=>Promise.resolve().then(function(){return _Me}),"route-off":()=>Promise.resolve().then(function(){return SMe}),route:()=>Promise.resolve().then(function(){return PMe}),router:()=>Promise.resolve().then(function(){return TMe}),"rows-2":()=>Promise.resolve().then(function(){return FMe}),rows:()=>Promise.resolve().then(function(){return FMe}),"rows-3":()=>Promise.resolve().then(function(){return AMe}),"panels-top-bottom":()=>Promise.resolve().then(function(){return AMe}),"rows-4":()=>Promise.resolve().then(function(){return VMe}),rss:()=>Promise.resolve().then(function(){return qMe}),ruler:()=>Promise.resolve().then(function(){return GMe}),"russian-ruble":()=>Promise.resolve().then(function(){return ZMe}),sailboat:()=>Promise.resolve().then(function(){return JMe}),salad:()=>Promise.resolve().then(function(){return rSe}),sandwich:()=>Promise.resolve().then(function(){return aSe}),"satellite-dish":()=>Promise.resolve().then(function(){return lSe}),satellite:()=>Promise.resolve().then(function(){return dSe}),"save-all":()=>Promise.resolve().then(function(){return fSe}),"save-off":()=>Promise.resolve().then(function(){return gSe}),save:()=>Promise.resolve().then(function(){return bSe}),"scale-3d":()=>Promise.resolve().then(function(){return _Se}),"scale-3-d":()=>Promise.resolve().then(function(){return _Se}),scale:()=>Promise.resolve().then(function(){return SSe}),scaling:()=>Promise.resolve().then(function(){return PSe}),"scan-barcode":()=>Promise.resolve().then(function(){return TSe}),"scan-eye":()=>Promise.resolve().then(function(){return FSe}),"scan-face":()=>Promise.resolve().then(function(){return ASe}),"scan-heart":()=>Promise.resolve().then(function(){return VSe}),"scan-line":()=>Promise.resolve().then(function(){return qSe}),"scan-qr-code":()=>Promise.resolve().then(function(){return GSe}),"scan-search":()=>Promise.resolve().then(function(){return ZSe}),"scan-text":()=>Promise.resolve().then(function(){return JSe}),scan:()=>Promise.resolve().then(function(){return rDe}),school:()=>Promise.resolve().then(function(){return aDe}),"scissors-line-dashed":()=>Promise.resolve().then(function(){return lDe}),scissors:()=>Promise.resolve().then(function(){return dDe}),"screen-share-off":()=>Promise.resolve().then(function(){return fDe}),"screen-share":()=>Promise.resolve().then(function(){return gDe}),"scroll-text":()=>Promise.resolve().then(function(){return bDe}),scroll:()=>Promise.resolve().then(function(){return _De}),"search-check":()=>Promise.resolve().then(function(){return SDe}),"search-code":()=>Promise.resolve().then(function(){return PDe}),"search-slash":()=>Promise.resolve().then(function(){return TDe}),"search-x":()=>Promise.resolve().then(function(){return FDe}),search:()=>Promise.resolve().then(function(){return ADe}),section:()=>Promise.resolve().then(function(){return VDe}),"send-horizontal":()=>Promise.resolve().then(function(){return qDe}),"send-horizonal":()=>Promise.resolve().then(function(){return qDe}),"send-to-back":()=>Promise.resolve().then(function(){return GDe}),send:()=>Promise.resolve().then(function(){return ZDe}),"separator-horizontal":()=>Promise.resolve().then(function(){return JDe}),"separator-vertical":()=>Promise.resolve().then(function(){return rOe}),"server-cog":()=>Promise.resolve().then(function(){return lOe}),"server-crash":()=>Promise.resolve().then(function(){return aOe}),"server-off":()=>Promise.resolve().then(function(){return dOe}),server:()=>Promise.resolve().then(function(){return fOe}),"settings-2":()=>Promise.resolve().then(function(){return gOe}),settings:()=>Promise.resolve().then(function(){return bOe}),shapes:()=>Promise.resolve().then(function(){return _Oe}),"share-2":()=>Promise.resolve().then(function(){return SOe}),share:()=>Promise.resolve().then(function(){return POe}),sheet:()=>Promise.resolve().then(function(){return TOe}),shell:()=>Promise.resolve().then(function(){return FOe}),"shield-alert":()=>Promise.resolve().then(function(){return AOe}),"shield-ban":()=>Promise.resolve().then(function(){return VOe}),"shield-check":()=>Promise.resolve().then(function(){return qOe}),"shield-ellipsis":()=>Promise.resolve().then(function(){return GOe}),"shield-half":()=>Promise.resolve().then(function(){return ZOe}),"shield-minus":()=>Promise.resolve().then(function(){return JOe}),"shield-off":()=>Promise.resolve().then(function(){return rPe}),"shield-plus":()=>Promise.resolve().then(function(){return aPe}),"shield-question":()=>Promise.resolve().then(function(){return lPe}),"shield-user":()=>Promise.resolve().then(function(){return dPe}),"shield-x":()=>Promise.resolve().then(function(){return fPe}),"shield-close":()=>Promise.resolve().then(function(){return fPe}),shield:()=>Promise.resolve().then(function(){return gPe}),"ship-wheel":()=>Promise.resolve().then(function(){return bPe}),ship:()=>Promise.resolve().then(function(){return _Pe}),shirt:()=>Promise.resolve().then(function(){return SPe}),"shopping-bag":()=>Promise.resolve().then(function(){return PPe}),"shopping-basket":()=>Promise.resolve().then(function(){return FPe}),"shopping-cart":()=>Promise.resolve().then(function(){return TPe}),shovel:()=>Promise.resolve().then(function(){return APe}),"shower-head":()=>Promise.resolve().then(function(){return VPe}),shrink:()=>Promise.resolve().then(function(){return qPe}),shrub:()=>Promise.resolve().then(function(){return GPe}),shuffle:()=>Promise.resolve().then(function(){return ZPe}),sigma:()=>Promise.resolve().then(function(){return JPe}),"signal-high":()=>Promise.resolve().then(function(){return rEe}),"signal-low":()=>Promise.resolve().then(function(){return aEe}),"signal-medium":()=>Promise.resolve().then(function(){return lEe}),"signal-zero":()=>Promise.resolve().then(function(){return dEe}),signal:()=>Promise.resolve().then(function(){return fEe}),signature:()=>Promise.resolve().then(function(){return gEe}),"signpost-big":()=>Promise.resolve().then(function(){return bEe}),signpost:()=>Promise.resolve().then(function(){return SEe}),siren:()=>Promise.resolve().then(function(){return _Ee}),"skip-back":()=>Promise.resolve().then(function(){return PEe}),"skip-forward":()=>Promise.resolve().then(function(){return TEe}),skull:()=>Promise.resolve().then(function(){return FEe}),slack:()=>Promise.resolve().then(function(){return AEe}),slash:()=>Promise.resolve().then(function(){return VEe}),slice:()=>Promise.resolve().then(function(){return qEe}),"sliders-horizontal":()=>Promise.resolve().then(function(){return ZEe}),"sliders-vertical":()=>Promise.resolve().then(function(){return GEe}),sliders:()=>Promise.resolve().then(function(){return GEe}),"smartphone-charging":()=>Promise.resolve().then(function(){return JEe}),"smartphone-nfc":()=>Promise.resolve().then(function(){return rje}),smartphone:()=>Promise.resolve().then(function(){return aje}),"smile-plus":()=>Promise.resolve().then(function(){return dje}),smile:()=>Promise.resolve().then(function(){return lje}),snail:()=>Promise.resolve().then(function(){return fje}),snowflake:()=>Promise.resolve().then(function(){return gje}),sofa:()=>Promise.resolve().then(function(){return bje}),soup:()=>Promise.resolve().then(function(){return _je}),space:()=>Promise.resolve().then(function(){return Sje}),spade:()=>Promise.resolve().then(function(){return Pje}),sparkle:()=>Promise.resolve().then(function(){return Tje}),sparkles:()=>Promise.resolve().then(function(){return Fje}),stars:()=>Promise.resolve().then(function(){return Fje}),speaker:()=>Promise.resolve().then(function(){return Vje}),speech:()=>Promise.resolve().then(function(){return Aje}),"spell-check-2":()=>Promise.resolve().then(function(){return qje}),"spell-check":()=>Promise.resolve().then(function(){return Gje}),spline:()=>Promise.resolve().then(function(){return Zje}),split:()=>Promise.resolve().then(function(){return Jje}),"spray-can":()=>Promise.resolve().then(function(){return rTe}),sprout:()=>Promise.resolve().then(function(){return aTe}),"square-activity":()=>Promise.resolve().then(function(){return lTe}),"activity-square":()=>Promise.resolve().then(function(){return lTe}),"square-arrow-down-left":()=>Promise.resolve().then(function(){return dTe}),"arrow-down-left-square":()=>Promise.resolve().then(function(){return dTe}),"square-arrow-down-right":()=>Promise.resolve().then(function(){return fTe}),"arrow-down-right-square":()=>Promise.resolve().then(function(){return fTe}),"square-arrow-down":()=>Promise.resolve().then(function(){return gTe}),"arrow-down-square":()=>Promise.resolve().then(function(){return gTe}),"square-arrow-left":()=>Promise.resolve().then(function(){return bTe}),"arrow-left-square":()=>Promise.resolve().then(function(){return bTe}),"square-arrow-out-down-left":()=>Promise.resolve().then(function(){return _Te}),"arrow-down-left-from-square":()=>Promise.resolve().then(function(){return _Te}),"square-arrow-out-down-right":()=>Promise.resolve().then(function(){return STe}),"arrow-down-right-from-square":()=>Promise.resolve().then(function(){return STe}),"square-arrow-out-up-left":()=>Promise.resolve().then(function(){return PTe}),"arrow-up-left-from-square":()=>Promise.resolve().then(function(){return PTe}),"square-arrow-out-up-right":()=>Promise.resolve().then(function(){return TTe}),"arrow-up-right-from-square":()=>Promise.resolve().then(function(){return TTe}),"square-arrow-right":()=>Promise.resolve().then(function(){return FTe}),"arrow-right-square":()=>Promise.resolve().then(function(){return FTe}),"square-arrow-up-left":()=>Promise.resolve().then(function(){return ATe}),"arrow-up-left-square":()=>Promise.resolve().then(function(){return ATe}),"square-arrow-up-right":()=>Promise.resolve().then(function(){return VTe}),"arrow-up-right-square":()=>Promise.resolve().then(function(){return VTe}),"square-arrow-up":()=>Promise.resolve().then(function(){return qTe}),"arrow-up-square":()=>Promise.resolve().then(function(){return qTe}),"square-asterisk":()=>Promise.resolve().then(function(){return GTe}),"asterisk-square":()=>Promise.resolve().then(function(){return GTe}),"square-bottom-dashed-scissors":()=>Promise.resolve().then(function(){return ZTe}),"scissors-square-dashed-bottom":()=>Promise.resolve().then(function(){return ZTe}),"square-chart-gantt":()=>Promise.resolve().then(function(){return JTe}),"gantt-chart-square":()=>Promise.resolve().then(function(){return JTe}),"square-gantt-chart":()=>Promise.resolve().then(function(){return JTe}),"square-check-big":()=>Promise.resolve().then(function(){return rNe}),"check-square":()=>Promise.resolve().then(function(){return rNe}),"square-check":()=>Promise.resolve().then(function(){return aNe}),"check-square-2":()=>Promise.resolve().then(function(){return aNe}),"square-chevron-down":()=>Promise.resolve().then(function(){return lNe}),"chevron-down-square":()=>Promise.resolve().then(function(){return lNe}),"square-chevron-left":()=>Promise.resolve().then(function(){return dNe}),"chevron-left-square":()=>Promise.resolve().then(function(){return dNe}),"square-chevron-right":()=>Promise.resolve().then(function(){return fNe}),"chevron-right-square":()=>Promise.resolve().then(function(){return fNe}),"square-chevron-up":()=>Promise.resolve().then(function(){return gNe}),"chevron-up-square":()=>Promise.resolve().then(function(){return gNe}),"square-code":()=>Promise.resolve().then(function(){return bNe}),"code-square":()=>Promise.resolve().then(function(){return bNe}),"square-dashed-bottom-code":()=>Promise.resolve().then(function(){return _Ne}),"square-dashed-bottom":()=>Promise.resolve().then(function(){return SNe}),"square-dashed-kanban":()=>Promise.resolve().then(function(){return PNe}),"kanban-square-dashed":()=>Promise.resolve().then(function(){return PNe}),"square-dashed-mouse-pointer":()=>Promise.resolve().then(function(){return TNe}),"mouse-pointer-square-dashed":()=>Promise.resolve().then(function(){return TNe}),"square-dashed":()=>Promise.resolve().then(function(){return FNe}),"box-select":()=>Promise.resolve().then(function(){return FNe}),"square-divide":()=>Promise.resolve().then(function(){return ANe}),"divide-square":()=>Promise.resolve().then(function(){return ANe}),"square-dot":()=>Promise.resolve().then(function(){return VNe}),"dot-square":()=>Promise.resolve().then(function(){return VNe}),"square-equal":()=>Promise.resolve().then(function(){return qNe}),"equal-square":()=>Promise.resolve().then(function(){return qNe}),"square-function":()=>Promise.resolve().then(function(){return GNe}),"function-square":()=>Promise.resolve().then(function(){return GNe}),"square-kanban":()=>Promise.resolve().then(function(){return ZNe}),"kanban-square":()=>Promise.resolve().then(function(){return ZNe}),"square-library":()=>Promise.resolve().then(function(){return JNe}),"library-square":()=>Promise.resolve().then(function(){return JNe}),"square-m":()=>Promise.resolve().then(function(){return rRe}),"m-square":()=>Promise.resolve().then(function(){return rRe}),"square-menu":()=>Promise.resolve().then(function(){return aRe}),"menu-square":()=>Promise.resolve().then(function(){return aRe}),"square-minus":()=>Promise.resolve().then(function(){return lRe}),"minus-square":()=>Promise.resolve().then(function(){return lRe}),"square-mouse-pointer":()=>Promise.resolve().then(function(){return fRe}),inspect:()=>Promise.resolve().then(function(){return fRe}),"square-parking-off":()=>Promise.resolve().then(function(){return dRe}),"parking-square-off":()=>Promise.resolve().then(function(){return dRe}),"square-parking":()=>Promise.resolve().then(function(){return gRe}),"parking-square":()=>Promise.resolve().then(function(){return gRe}),"square-pen":()=>Promise.resolve().then(function(){return bRe}),"pen-box":()=>Promise.resolve().then(function(){return bRe}),edit:()=>Promise.resolve().then(function(){return bRe}),"pen-square":()=>Promise.resolve().then(function(){return bRe}),"square-percent":()=>Promise.resolve().then(function(){return _Re}),"percent-square":()=>Promise.resolve().then(function(){return _Re}),"square-pi":()=>Promise.resolve().then(function(){return SRe}),"pi-square":()=>Promise.resolve().then(function(){return SRe}),"square-pilcrow":()=>Promise.resolve().then(function(){return PRe}),"pilcrow-square":()=>Promise.resolve().then(function(){return PRe}),"square-play":()=>Promise.resolve().then(function(){return TRe}),"play-square":()=>Promise.resolve().then(function(){return TRe}),"square-plus":()=>Promise.resolve().then(function(){return FRe}),"plus-square":()=>Promise.resolve().then(function(){return FRe}),"square-power":()=>Promise.resolve().then(function(){return ARe}),"power-square":()=>Promise.resolve().then(function(){return ARe}),"square-radical":()=>Promise.resolve().then(function(){return VRe}),"square-round-corner":()=>Promise.resolve().then(function(){return qRe}),"square-scissors":()=>Promise.resolve().then(function(){return GRe}),"scissors-square":()=>Promise.resolve().then(function(){return GRe}),"square-sigma":()=>Promise.resolve().then(function(){return JRe}),"sigma-square":()=>Promise.resolve().then(function(){return JRe}),"square-slash":()=>Promise.resolve().then(function(){return ZRe}),"slash-square":()=>Promise.resolve().then(function(){return ZRe}),"square-split-horizontal":()=>Promise.resolve().then(function(){return rFe}),"split-square-horizontal":()=>Promise.resolve().then(function(){return rFe}),"square-split-vertical":()=>Promise.resolve().then(function(){return aFe}),"split-square-vertical":()=>Promise.resolve().then(function(){return aFe}),"square-square":()=>Promise.resolve().then(function(){return lFe}),"square-stack":()=>Promise.resolve().then(function(){return dFe}),"square-terminal":()=>Promise.resolve().then(function(){return fFe}),"terminal-square":()=>Promise.resolve().then(function(){return fFe}),"square-user-round":()=>Promise.resolve().then(function(){return gFe}),"user-square-2":()=>Promise.resolve().then(function(){return gFe}),"square-user":()=>Promise.resolve().then(function(){return bFe}),"user-square":()=>Promise.resolve().then(function(){return bFe}),"square-x":()=>Promise.resolve().then(function(){return _Fe}),"x-square":()=>Promise.resolve().then(function(){return _Fe}),square:()=>Promise.resolve().then(function(){return SFe}),squircle:()=>Promise.resolve().then(function(){return PFe}),squirrel:()=>Promise.resolve().then(function(){return TFe}),stamp:()=>Promise.resolve().then(function(){return FFe}),"star-half":()=>Promise.resolve().then(function(){return AFe}),"star-off":()=>Promise.resolve().then(function(){return VFe}),star:()=>Promise.resolve().then(function(){return qFe}),"step-back":()=>Promise.resolve().then(function(){return GFe}),"step-forward":()=>Promise.resolve().then(function(){return ZFe}),stethoscope:()=>Promise.resolve().then(function(){return JFe}),sticker:()=>Promise.resolve().then(function(){return aIe}),"sticky-note":()=>Promise.resolve().then(function(){return rIe}),store:()=>Promise.resolve().then(function(){return lIe}),"stretch-horizontal":()=>Promise.resolve().then(function(){return dIe}),"stretch-vertical":()=>Promise.resolve().then(function(){return fIe}),strikethrough:()=>Promise.resolve().then(function(){return gIe}),subscript:()=>Promise.resolve().then(function(){return bIe}),"sun-dim":()=>Promise.resolve().then(function(){return _Ie}),"sun-medium":()=>Promise.resolve().then(function(){return SIe}),"sun-moon":()=>Promise.resolve().then(function(){return PIe}),"sun-snow":()=>Promise.resolve().then(function(){return TIe}),sun:()=>Promise.resolve().then(function(){return FIe}),sunrise:()=>Promise.resolve().then(function(){return AIe}),sunset:()=>Promise.resolve().then(function(){return VIe}),superscript:()=>Promise.resolve().then(function(){return GIe}),"swatch-book":()=>Promise.resolve().then(function(){return qIe}),"swiss-franc":()=>Promise.resolve().then(function(){return ZIe}),"switch-camera":()=>Promise.resolve().then(function(){return JIe}),sword:()=>Promise.resolve().then(function(){return rze}),swords:()=>Promise.resolve().then(function(){return aze}),syringe:()=>Promise.resolve().then(function(){return lze}),"table-2":()=>Promise.resolve().then(function(){return dze}),"table-cells-merge":()=>Promise.resolve().then(function(){return fze}),"table-cells-split":()=>Promise.resolve().then(function(){return gze}),"table-columns-split":()=>Promise.resolve().then(function(){return bze}),"table-of-contents":()=>Promise.resolve().then(function(){return _ze}),"table-properties":()=>Promise.resolve().then(function(){return Sze}),"table-rows-split":()=>Promise.resolve().then(function(){return Pze}),table:()=>Promise.resolve().then(function(){return Tze}),"tablet-smartphone":()=>Promise.resolve().then(function(){return Fze}),tablet:()=>Promise.resolve().then(function(){return Aze}),tablets:()=>Promise.resolve().then(function(){return Vze}),tag:()=>Promise.resolve().then(function(){return qze}),tags:()=>Promise.resolve().then(function(){return Gze}),"tally-1":()=>Promise.resolve().then(function(){return Zze}),"tally-2":()=>Promise.resolve().then(function(){return Jze}),"tally-3":()=>Promise.resolve().then(function(){return rAe}),"tally-4":()=>Promise.resolve().then(function(){return aAe}),"tally-5":()=>Promise.resolve().then(function(){return lAe}),tangent:()=>Promise.resolve().then(function(){return dAe}),target:()=>Promise.resolve().then(function(){return fAe}),telescope:()=>Promise.resolve().then(function(){return gAe}),"tent-tree":()=>Promise.resolve().then(function(){return bAe}),tent:()=>Promise.resolve().then(function(){return _Ae}),terminal:()=>Promise.resolve().then(function(){return SAe}),"test-tube-diagonal":()=>Promise.resolve().then(function(){return PAe}),"test-tube-2":()=>Promise.resolve().then(function(){return PAe}),"test-tube":()=>Promise.resolve().then(function(){return TAe}),"test-tubes":()=>Promise.resolve().then(function(){return FAe}),"text-cursor-input":()=>Promise.resolve().then(function(){return AAe}),"text-cursor":()=>Promise.resolve().then(function(){return VAe}),"text-quote":()=>Promise.resolve().then(function(){return qAe}),"text-search":()=>Promise.resolve().then(function(){return GAe}),"text-select":()=>Promise.resolve().then(function(){return ZAe}),"text-selection":()=>Promise.resolve().then(function(){return ZAe}),text:()=>Promise.resolve().then(function(){return JAe}),theater:()=>Promise.resolve().then(function(){return rLe}),"thermometer-snowflake":()=>Promise.resolve().then(function(){return aLe}),"thermometer-sun":()=>Promise.resolve().then(function(){return lLe}),thermometer:()=>Promise.resolve().then(function(){return dLe}),"thumbs-down":()=>Promise.resolve().then(function(){return fLe}),"thumbs-up":()=>Promise.resolve().then(function(){return gLe}),"ticket-check":()=>Promise.resolve().then(function(){return bLe}),"ticket-minus":()=>Promise.resolve().then(function(){return _Le}),"ticket-percent":()=>Promise.resolve().then(function(){return SLe}),"ticket-plus":()=>Promise.resolve().then(function(){return PLe}),"ticket-slash":()=>Promise.resolve().then(function(){return TLe}),"ticket-x":()=>Promise.resolve().then(function(){return FLe}),ticket:()=>Promise.resolve().then(function(){return ALe}),"tickets-plane":()=>Promise.resolve().then(function(){return VLe}),tickets:()=>Promise.resolve().then(function(){return qLe}),"timer-off":()=>Promise.resolve().then(function(){return GLe}),"timer-reset":()=>Promise.resolve().then(function(){return ZLe}),timer:()=>Promise.resolve().then(function(){return JLe}),"toggle-left":()=>Promise.resolve().then(function(){return rBe}),"toggle-right":()=>Promise.resolve().then(function(){return aBe}),toilet:()=>Promise.resolve().then(function(){return lBe}),tornado:()=>Promise.resolve().then(function(){return dBe}),torus:()=>Promise.resolve().then(function(){return fBe}),"touchpad-off":()=>Promise.resolve().then(function(){return gBe}),touchpad:()=>Promise.resolve().then(function(){return bBe}),"tower-control":()=>Promise.resolve().then(function(){return _Be}),"toy-brick":()=>Promise.resolve().then(function(){return SBe}),tractor:()=>Promise.resolve().then(function(){return PBe}),"traffic-cone":()=>Promise.resolve().then(function(){return TBe}),"train-front-tunnel":()=>Promise.resolve().then(function(){return FBe}),"train-front":()=>Promise.resolve().then(function(){return ABe}),"train-track":()=>Promise.resolve().then(function(){return VBe}),"tram-front":()=>Promise.resolve().then(function(){return qBe}),train:()=>Promise.resolve().then(function(){return qBe}),transgender:()=>Promise.resolve().then(function(){return ZBe}),"trash-2":()=>Promise.resolve().then(function(){return GBe}),trash:()=>Promise.resolve().then(function(){return JBe}),"tree-deciduous":()=>Promise.resolve().then(function(){return rVe}),"tree-palm":()=>Promise.resolve().then(function(){return lVe}),palmtree:()=>Promise.resolve().then(function(){return lVe}),"tree-pine":()=>Promise.resolve().then(function(){return aVe}),trees:()=>Promise.resolve().then(function(){return dVe}),trello:()=>Promise.resolve().then(function(){return fVe}),"trending-down":()=>Promise.resolve().then(function(){return gVe}),"trending-up-down":()=>Promise.resolve().then(function(){return bVe}),"trending-up":()=>Promise.resolve().then(function(){return _Ve}),"triangle-alert":()=>Promise.resolve().then(function(){return SVe}),"alert-triangle":()=>Promise.resolve().then(function(){return SVe}),"triangle-dashed":()=>Promise.resolve().then(function(){return PVe}),"triangle-right":()=>Promise.resolve().then(function(){return TVe}),triangle:()=>Promise.resolve().then(function(){return FVe}),trophy:()=>Promise.resolve().then(function(){return AVe}),truck:()=>Promise.resolve().then(function(){return VVe}),turtle:()=>Promise.resolve().then(function(){return qVe}),"tv-minimal-play":()=>Promise.resolve().then(function(){return GVe}),"tv-minimal":()=>Promise.resolve().then(function(){return ZVe}),"tv-2":()=>Promise.resolve().then(function(){return ZVe}),tv:()=>Promise.resolve().then(function(){return JVe}),twitch:()=>Promise.resolve().then(function(){return r$e}),twitter:()=>Promise.resolve().then(function(){return a$e}),"type-outline":()=>Promise.resolve().then(function(){return l$e}),type:()=>Promise.resolve().then(function(){return d$e}),"umbrella-off":()=>Promise.resolve().then(function(){return f$e}),umbrella:()=>Promise.resolve().then(function(){return g$e}),underline:()=>Promise.resolve().then(function(){return b$e}),"undo-2":()=>Promise.resolve().then(function(){return _$e}),"undo-dot":()=>Promise.resolve().then(function(){return S$e}),undo:()=>Promise.resolve().then(function(){return P$e}),"unfold-horizontal":()=>Promise.resolve().then(function(){return T$e}),"unfold-vertical":()=>Promise.resolve().then(function(){return F$e}),ungroup:()=>Promise.resolve().then(function(){return A$e}),university:()=>Promise.resolve().then(function(){return V$e}),"school-2":()=>Promise.resolve().then(function(){return V$e}),"unlink-2":()=>Promise.resolve().then(function(){return q$e}),unlink:()=>Promise.resolve().then(function(){return G$e}),unplug:()=>Promise.resolve().then(function(){return Z$e}),upload:()=>Promise.resolve().then(function(){return J$e}),usb:()=>Promise.resolve().then(function(){return rHe}),"user-check":()=>Promise.resolve().then(function(){return aHe}),"user-cog":()=>Promise.resolve().then(function(){return lHe}),"user-minus":()=>Promise.resolve().then(function(){return dHe}),"user-pen":()=>Promise.resolve().then(function(){return fHe}),"user-plus":()=>Promise.resolve().then(function(){return gHe}),"user-round-check":()=>Promise.resolve().then(function(){return bHe}),"user-check-2":()=>Promise.resolve().then(function(){return bHe}),"user-round-cog":()=>Promise.resolve().then(function(){return _He}),"user-cog-2":()=>Promise.resolve().then(function(){return _He}),"user-round-minus":()=>Promise.resolve().then(function(){return SHe}),"user-minus-2":()=>Promise.resolve().then(function(){return SHe}),"user-round-pen":()=>Promise.resolve().then(function(){return PHe}),"user-round-plus":()=>Promise.resolve().then(function(){return THe}),"user-plus-2":()=>Promise.resolve().then(function(){return THe}),"user-round-search":()=>Promise.resolve().then(function(){return FHe}),"user-round-x":()=>Promise.resolve().then(function(){return AHe}),"user-x-2":()=>Promise.resolve().then(function(){return AHe}),"user-round":()=>Promise.resolve().then(function(){return VHe}),"user-2":()=>Promise.resolve().then(function(){return VHe}),"user-search":()=>Promise.resolve().then(function(){return qHe}),"user-x":()=>Promise.resolve().then(function(){return GHe}),user:()=>Promise.resolve().then(function(){return ZHe}),"users-round":()=>Promise.resolve().then(function(){return JHe}),"users-2":()=>Promise.resolve().then(function(){return JHe}),users:()=>Promise.resolve().then(function(){return rqe}),"utensils-crossed":()=>Promise.resolve().then(function(){return aqe}),"fork-knife-crossed":()=>Promise.resolve().then(function(){return aqe}),utensils:()=>Promise.resolve().then(function(){return lqe}),"fork-knife":()=>Promise.resolve().then(function(){return lqe}),"utility-pole":()=>Promise.resolve().then(function(){return dqe}),variable:()=>Promise.resolve().then(function(){return fqe}),vault:()=>Promise.resolve().then(function(){return gqe}),vegan:()=>Promise.resolve().then(function(){return bqe}),"venetian-mask":()=>Promise.resolve().then(function(){return _qe}),"venus-and-mars":()=>Promise.resolve().then(function(){return Sqe}),venus:()=>Promise.resolve().then(function(){return Pqe}),"vibrate-off":()=>Promise.resolve().then(function(){return Tqe}),vibrate:()=>Promise.resolve().then(function(){return Aqe}),"video-off":()=>Promise.resolve().then(function(){return Fqe}),video:()=>Promise.resolve().then(function(){return Vqe}),videotape:()=>Promise.resolve().then(function(){return qqe}),view:()=>Promise.resolve().then(function(){return Gqe}),voicemail:()=>Promise.resolve().then(function(){return Zqe}),volleyball:()=>Promise.resolve().then(function(){return Jqe}),"volume-1":()=>Promise.resolve().then(function(){return rWe}),"volume-2":()=>Promise.resolve().then(function(){return aWe}),"volume-off":()=>Promise.resolve().then(function(){return lWe}),"volume-x":()=>Promise.resolve().then(function(){return dWe}),volume:()=>Promise.resolve().then(function(){return fWe}),vote:()=>Promise.resolve().then(function(){return gWe}),"wallet-cards":()=>Promise.resolve().then(function(){return bWe}),"wallet-minimal":()=>Promise.resolve().then(function(){return _We}),"wallet-2":()=>Promise.resolve().then(function(){return _We}),wallet:()=>Promise.resolve().then(function(){return SWe}),wallpaper:()=>Promise.resolve().then(function(){return PWe}),"wand-sparkles":()=>Promise.resolve().then(function(){return TWe}),"wand-2":()=>Promise.resolve().then(function(){return TWe}),wand:()=>Promise.resolve().then(function(){return FWe}),warehouse:()=>Promise.resolve().then(function(){return AWe}),"washing-machine":()=>Promise.resolve().then(function(){return VWe}),watch:()=>Promise.resolve().then(function(){return qWe}),"waves-ladder":()=>Promise.resolve().then(function(){return GWe}),waves:()=>Promise.resolve().then(function(){return ZWe}),waypoints:()=>Promise.resolve().then(function(){return JWe}),webcam:()=>Promise.resolve().then(function(){return rUe}),"webhook-off":()=>Promise.resolve().then(function(){return aUe}),webhook:()=>Promise.resolve().then(function(){return lUe}),weight:()=>Promise.resolve().then(function(){return dUe}),"wheat-off":()=>Promise.resolve().then(function(){return fUe}),wheat:()=>Promise.resolve().then(function(){return gUe}),"whole-word":()=>Promise.resolve().then(function(){return bUe}),"wifi-high":()=>Promise.resolve().then(function(){return _Ue}),"wifi-low":()=>Promise.resolve().then(function(){return SUe}),"wifi-off":()=>Promise.resolve().then(function(){return PUe}),"wifi-zero":()=>Promise.resolve().then(function(){return TUe}),wifi:()=>Promise.resolve().then(function(){return FUe}),"wind-arrow-down":()=>Promise.resolve().then(function(){return AUe}),wind:()=>Promise.resolve().then(function(){return VUe}),"wine-off":()=>Promise.resolve().then(function(){return qUe}),wine:()=>Promise.resolve().then(function(){return GUe}),workflow:()=>Promise.resolve().then(function(){return ZUe}),worm:()=>Promise.resolve().then(function(){return JUe}),"wrap-text":()=>Promise.resolve().then(function(){return rGe}),wrench:()=>Promise.resolve().then(function(){return aGe}),x:()=>Promise.resolve().then(function(){return lGe}),youtube:()=>Promise.resolve().then(function(){return fGe}),"zap-off":()=>Promise.resolve().then(function(){return dGe}),zap:()=>Promise.resolve().then(function(){return gGe}),"zoom-in":()=>Promise.resolve().then(function(){return bGe}),"zoom-out":()=>Promise.resolve().then(function(){return _Ge})};const SGe=e.forwardRef(({name:t,fallback:r,...o},n)=>{const[a,i]=e.useState();return e.useEffect(()=>{(async function(e){if(!(e in MGe))throw new Error("[lucide-react]: Name in Lucide DynamicIcon not found");return(await MGe[e]()).__iconNode})(t).then(i).catch(e=>{console.error(e)})},[t]),null==a?null==r?null:e.createElement(r):e.createElement(YC,{ref:n,...o,iconNode:a})}),DGe=e.forwardRef(({iconName:t,size:r=24,color:o,borderRadius:n,backgroundColor:a,...i},s)=>t?t in MGe?ot(e.Suspense,{fallback:ot(yle,{size:r,color:o}),children:ot(SGe,{name:t,size:r,color:o,ref:s,style:{borderRadius:n,backgroundColor:a,display:"inline-flex",...i.style},...i})}):(process.env.NODE_ENV,null):null);DGe.displayName="IconRenderer";const OGe="getPickListOptions",PGe="getCalendarEvents",EGe="getDataGridRows",jGe="sendFormData",TGe=()=>{const{forms:e}=ct(),t=r.useQueryClient(),{mutateAsync:o,isPending:n}=r.useMutation({mutationKey:[jGe],mutationFn:async t=>{if(!e?.submit)throw new Error("forms.submit is not provided by ApiProvider");return e.submit(t)},onSuccess:()=>{t.invalidateQueries({queryKey:[OGe]})}});return{submitForm:o,isLoading:n}},NGe=(e,t)=>{if(e&&t)return Object.prototype.hasOwnProperty.call(e,t)?e[t]:t.split(".").reduce((e,t)=>e&&"object"==typeof e?e[t]:void 0,e)},RGe=e=>{const t=JSON.stringify(e);let r;if("undefined"!=typeof window&&"function"==typeof window.btoa)r=window.btoa(unescape(encodeURIComponent(t)));else{const e=globalThis?.Buffer;r=e?e.from(t,"utf8").toString("base64"):""}return r.replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/g,"")},FGe=e=>{try{const t=e.replace(/-/g,"+").replace(/_/g,"/"),r=t.length%4,o=r?new Array(4-r+1).join("="):"";let n;if("undefined"!=typeof window&&"function"==typeof window.atob)n=decodeURIComponent(escape(window.atob(t+o)));else{const e=globalThis?.Buffer;n=e?e.from(t+o,"base64").toString("utf8"):""}return JSON.parse(n)}catch{return null}},IGe=({includeRwoRecordId:e,recordId:t,mapping:r,contextSource:o})=>{const n={},a={};return(r||[]).forEach(e=>{const t=((e,t)=>{if(e&&t)return Object.prototype.hasOwnProperty.call(e,t)?e[t]:NGe(e,t)})(o,String(e.sourceDataModelFieldId));if(null==t)return;const r=(()=>{if("object"==typeof t&&null!==t&&!Array.isArray(t)){const e=t;if("value"in e&&("string"==typeof e.value||"number"==typeof e.value||"boolean"==typeof e.value))return String(e.value);if("id"in e&&null!=e.id)return String(e.id)}return String(t)})();e.targetOrganismIds.forEach(t=>{a[t]||(a[t]={}),a[t][String(e.sourceDataModelFieldId)]=r})}),e&&t&&(Object.keys(a).forEach(e=>{a[e].rwoRecordId=String(t)}),n.rwoRecordId=String(t)),Object.keys(a).length>0&&(n.rwoContext=RGe(a)),{query:n}},zGe=e=>{if(null!=e){if("object"==typeof e&&null!==e){const t=e;if("id"in t&&("string"==typeof t.id||"number"==typeof t.id||"boolean"==typeof t.id))return String(t.id)}return"string"==typeof e||"number"==typeof e||"boolean"==typeof e?String(e):void 0}},AGe=e=>{if(null!=e&&"object"==typeof e&&null!==e){const t=e;if("id"in t&&("string"==typeof t.id||"number"==typeof t.id||"boolean"==typeof t.id))return String(t.id);if("value"in t&&("string"==typeof t.value||"number"==typeof t.value||"boolean"==typeof t.value))return String(t.value)}},LGe=(t,r={})=>{const{properties:o,moleculeId:n,onClick:a,disabled:i}=t,{onActionStart:s,onActionComplete:l,onActionError:c,onAllActionsComplete:u,stopOnError:d=!0,executeAsync:p=!0}=r,[h,f]=e.useState(!1),[m,y]=e.useState(-1),[g,v]=e.useState([]),[x,b]=e.useState(null),w=e.useMemo(()=>{const e=o?.action,t=e?.action,r=t||e;return r?Array.isArray(r)?r:r&&"object"==typeof r&&"type"in r?[r]:[]:[]},[o?.action]),{setActivePopup:k,clearActivePopup:_}=FC(),C=Ut()||{},M=NC?.()||{},S=dt?.()||{},D=HC?.()||{},O=zC(),P=BC(),E=e.useContext(qC),{onInternalNavigation:j,formId:T,routing:N,submitHandler:R,localState:F,localStateObject:I,organismInfo:z}=M,{submitForm:A}=TGe()||{},L=e.useCallback(async e=>{if(!e.link)throw new Error("Link configuration missing");if("data_driven_link"===e.link?.type||"dataDrivenLink"===e.link?.type){const t=e.link?.sourceDataModelFieldId;if(!t)throw new Error("Missing sourceDataModelFieldId for data-driven link");let r;if(S?.rawItemDataByDmfId){const e=S.rawItemDataByDmfId[t];r=AGe(e)}if(!r&&C&&"function"==typeof C.getValues){const e=NGe(C.getValues(),t);r=zGe(e)}if(!r&&I){const e=NGe(I,t);r=AGe(e)}if(!r&&D?.stateConfig){const e=NGe(D.stateConfig,t);r=AGe(e)}if(!r)throw new Error("Resolved link is empty");return void I7e(r)}if(A7e(e.link)){const t={};e.link?.targetFormId&&(t.organismId=String(e.link?.targetFormId)),e.link?.rwoKey&&(t.rwo=String(e.link?.rwoKey)),j?.({link:e.link.internalLink||"",query:t})}else I7e(e.link.externalLink||"")},[j]),B=e.useCallback(async e=>{if(!e.download)throw new Error("Download configuration missing");F7e(e.download.url,e.download.name)},[]),V=e.useCallback(e=>{const t=e?.open_popup,r=t?.organismId;if(!r)throw new Error("Popup configuration missing");k?.({id:r})},[k]),$=e.useCallback(async e=>{if(!C?.handleSubmit)throw new Error("Form context not available for submit action");const t=(T??"").toString();if(!t)throw new Error("Form ID missing in OrganismContext for submit action");const r=N?.rwoRecordIdFromUrl;let o;return await C.handleSubmit(async n=>{const a={formId:t,data:n};let i;r&&(a.rwoRecordId=r);try{if(R)i=await R(a);else{if(!A)return;i=await A(a)}}catch(c){const t=e.submit?.onError?.link;if(t&&t.internalLink)if(A7e(t)){const e={};t?.rwoKey&&(e.rwo=String(t?.rwoKey)),j?.({link:t.internalLink||"",query:e})}else I7e(t.externalLink||"");throw c}o=i;const s=D?.stateHandler;"function"==typeof s&&t&&s({[t]:{interacted:"completed"}});const l=e?.submit?.onSuccess?.link;if(l&&(l.internalLink||l.externalLink))if(A7e(l)){const e={};l?.rwoKey&&(e.rwo=String(l?.rwoKey)),j?.({link:l.internalLink||"",query:e})}else I7e(l.externalLink||"");return C?.reset?.(),i},async e=>{throw new Error("Form validation failed")})(),o},[C,A,j,T,N]),H=e.useCallback(async(e,t)=>{const r=Y(e,t);if(!r)throw new Error(`Navigation configuration missing for ${t}`);switch(t){case"navigateToCreateForm":if(r.targetFormId){const e=`?organismId=${r.targetFormId}`;j?.({link:e})}break;case"navigateToEditForm":if(r.targetFormId){const e=N?.rwoRecordIdFromUrl,t=e||(z&&z.id?String(z.id):""),o=t?`?organismId=${r.targetFormId}&rwoRecordId=${t}`:`?organismId=${r.targetFormId}`;j?.({link:o})}break;case"navigateToPrepopulateForm":{const e=r?.link?.internalLink||"",{targetFormId:t}=r||{};if(!t&&!e)break;const o=Array.isArray(r?.fieldMap)?r.fieldMap:[],n=C&&"function"==typeof C.getValues?C.getValues():{},a=(()=>{const e=S?.rawItemDataByDmfId||{},t=Object.entries(e).map(([e,t])=>{let r=t;if(t&&"object"==typeof t&&null!==t){const e=t;!("id"in e)||"string"!=typeof e.id&&"number"!=typeof e.id&&"boolean"!=typeof e.id?!("value"in e)||"string"!=typeof e.value&&"number"!=typeof e.value&&"boolean"!=typeof e.value||(r=e.value):r=e.id}return[e,r]});return Object.fromEntries(t)})(),i=[a,n,I||{},D?.stateConfig||{}],s={};o.filter(e=>e?.source&&e?.destination).forEach(e=>{let t;for(let r=0;r<i.length;r+=1){const o=NGe(i[r],String(e.source));if(void 0!==o){t=o;break}}void 0!==t&&(s[String(e.destination)]=t)});const l=e||`?organismId=${encodeURIComponent(String(t||""))}`;j?.({link:l,state:{prefill:s,targetFormId:t}})}break;case"navigateToOrganismWithRwoContext":{const t=r?.sourceDataModelFieldId,o=r?.targetOrganismIds,n=e?.inputParams;if(!Array.isArray(o)||0===o.length)break;const a=C&&"function"==typeof C.getValues?C.getValues():{},i=S?.rawItemDataByDmfId||{},s=(()=>{try{const e=new URLSearchParams(window.location.search).get("rwoContext");return e?JSON.parse(atob(e)):{}}catch{return{}}})(),l={...s},c={};let u=!1;if(n&&n.length>0)n.forEach(e=>{const t=a[e.sourceFieldId]??i[e.sourceFieldId];null!=t&&""!==t&&(c[e.sourceFieldId]="object"==typeof t&&null!==t?t.id??t:t)});else if(t){let e;if(!e&&S?.rawItemDataByDmfId){const r=S.rawItemDataByDmfId[t];e=AGe(r)}if(!e&&C&&"function"==typeof C.getValues){const r=NGe(C.getValues(),t);e=zGe(r)}if(!e&&I){const r=NGe(I,t);e=AGe(r)}if(!e&&D?.stateConfig){const r=NGe(D.stateConfig,t);e=AGe(r)}!e&&t&&(e=String(t));const r=M?.organismInfo?.pmiObjectId;u=Boolean(r&&e),u?(l[t]=String(e),l.webpageSourceFieldId=t):e&&(c.rwoRecordId=String(e),c[String(t)]=String(e))}u||o.forEach(e=>{l[e]={...s[e]||{},...c}});const d={};if(u||Object.keys(c).length>0){const e=btoa(JSON.stringify(l));d.rwoContext=e}j?.({link:window.location.pathname,query:d})}break;case"navigateToPageWithRwoContext":{const e=r?.link,t=!1!==r?.includeRwoRecordId,o=Array.isArray(r?.rwoContextMapping)?r.rwoContextMapping:[];if(!e?.internalLink)break;const n=r?.sourceDataModelFieldId;let a=N?.rwoRecordIdFromUrl;if(n){if(!a&&S?.rawItemDataByDmfId){const e=S.rawItemDataByDmfId[n];a=AGe(e)}if(!a&&C&&"function"==typeof C.getValues){const e=NGe(C.getValues(),n);a=zGe(e)}if(!a&&I){const e=NGe(I,n);a=AGe(e)}if(!a&&D?.stateConfig){const e=NGe(D.stateConfig,n);a=AGe(e)}a||(a=String(n))}const i={...C&&"function"==typeof C.getValues?C.getValues():{},...I||{},...D?.stateConfig||{},...(()=>{const e=S?.rawItemDataByDmfId||{},t=Object.entries(e).map(([e,t])=>{let r=t;if(t&&"object"==typeof t&&null!==t){const e=t;!("id"in e)||"string"!=typeof e.id&&"number"!=typeof e.id&&"boolean"!=typeof e.id?!("value"in e)||"string"!=typeof e.value&&"number"!=typeof e.value&&"boolean"!=typeof e.value||(r=e.value):r=e.id}return[e,r]});return Object.fromEntries(t)})()},{query:s}=IGe({includeRwoRecordId:t,recordId:a,mapping:o,contextSource:i});j?.({link:e.internalLink,query:s})}}},[j,C,F,I,z,N]),q=e.useCallback(e=>{C?.reset?.()},[C]),W=e.useCallback(e=>{C?.reset?.(),"function"==typeof _?_():"function"==typeof k&&k(null)},[C,_,k]),U=e.useCallback(e=>{const t=e?.add_replicator||{},r=t.targetReplicatorFieldId;let o,n,a,i;if(r&&P){const e=P.getReplicator(r);if(!e)return void console.error(`[add_replicator] Replicator "${r}" not found in registry. Make sure the replicator container is rendered and has the correct replicatorFieldId.`);o=r,n=P.canAdd(r),a=e=>P.append(r,e),i=e.fieldArrayMethods.fields.length}else{if(!O)return void console.error("[add_replicator] No target replicator available. Either:\n1. Configure targetReplicatorFieldId in the button action, or\n2. Place the button inside a replicator container.");o=O.replicatorFieldId,n=O.canAdd,a=O.fieldArrayMethods.append,i=O.fieldArrayMethods.fields.length}if(n&&(a({}),!1!==t.scrollToNew)){const e=`[data-replicator-instance="${o}-${i}"]`,t=(r=3)=>{requestAnimationFrame(()=>{setTimeout(()=>{const o=document.querySelector(e);o?o.scrollIntoView({behavior:"smooth",block:"nearest"}):r>0&&t(r-1)},50)})};t()}},[O,P]),G=e.useCallback(e=>{const t=(e?.delete_replicator||{}).targetReplicatorFieldId;let r,o,n,a,i;if(t&&P){const e=P.getReplicator(t);if(!e)return void console.error(`[delete_replicator] Replicator "${t}" not found in registry. Make sure the replicator container is rendered and has the correct replicatorFieldId.`);r=t,o=P.canRemove(t),n=e=>P.remove(t,e),a=e.fieldArrayMethods.fields.length}else{if(!O)return void console.error("[delete_replicator] No target replicator available. Either:\n1. Configure targetReplicatorFieldId in the button action, or\n2. Place the button inside a replicator container.");r=O.replicatorFieldId,o=O.canRemove,n=O.fieldArrayMethods.remove,a=O.fieldArrayMethods.fields.length}o&&(i=void 0===S?.itemIndex||t?a-1:S.itemIndex,i<0||i>=a?console.error(`[delete_replicator] Invalid index ${i} (length: ${a})`):n(i))},[O,P,S]),K=e.useCallback(async e=>{if(!E?.openAIChat)return;if(E.isAIAvailable&&!E.isAIAvailable())return;const t=e?.open_ai_chat||e?.openAIChat||{},r=e?.inputParams,o=t?.cortexAgentId,n=C&&"function"==typeof C.getValues?C.getValues():{},a=S?.rawItemDataByDmfId||{},i={};if(r&&r.length>0)r.forEach(e=>{const t=n[e.sourceFieldId]??a[e.sourceFieldId];null!=t&&(i[e.sourceFieldId]="object"==typeof t&&null!==t?t.id??t:t)});else{const e=t?.cortexRwoContext?.sourceDataModelFieldId;if(e){let t;if(!t&&S?.rawItemDataByDmfId){const r=S.rawItemDataByDmfId[e];t=AGe(r)}if(!t&&C&&"function"==typeof C.getValues){const r=NGe(C.getValues(),e);t=zGe(r)}if(!t&&I){const r=NGe(I,e);t=AGe(r)}if(!t&&D?.stateConfig){const r=NGe(D.stateConfig,e);t=AGe(r)}t&&(i.rwoRecordId=t,i.sourceDataModelFieldId=e)}}const s=Object.keys(i).length>0?{inputParams:i}:void 0;await E.openAIChat({cortexAgentId:o,cortexRwoContext:s})},[E,C,I,S,D]),Y=e.useCallback((e,t)=>{switch(t){case"navigateToCreateForm":return e.navigateToCreateForm||e.navigate_to_create_form||null;case"navigateToEditForm":return e.navigateToEditForm||e.navigate_to_edit_form||null;case"navigateToPrepopulateForm":return e.navigateToPrepopulateForm||e.navigate_to_prepopulate_form||null;case"navigateToOrganismWithRwoContext":return e.navigateToOrganismWithRwoContext||e.navigate_to_organism_with_rwo_context||null;case"navigateToPageWithRwoContext":return e.navigateToPageWithRwoContext||e.navigate_to_page_with_rwo_context||null;default:return null}},[]),Z=e.useCallback(async(e,t)=>{s?.(e,t);try{let r;switch(e.type){case"link":await L(e),r="Link executed";break;case"download":await B(e),r="Download executed";break;case"submit":r=await $(e);break;case"open_popup":V(e),r="Popup opened";break;case"navigate_to_create_form":await H(e,"navigateToCreateForm"),r="Navigation executed";break;case"navigate_to_edit_form":await H(e,"navigateToEditForm"),r="Navigation executed";break;case"navigate_to_prepopulate_form":await H(e,"navigateToPrepopulateForm"),r="Navigation executed";break;case"navigate_to_organism_with_rwo_context":await H(e,"navigateToOrganismWithRwoContext"),r="Navigation executed";break;case"navigate_to_page_with_rwo_context":await H(e,"navigateToPageWithRwoContext"),r="Navigation executed";break;case"reset":q(e),r="Reset executed";break;case"destroy":W(e),r="Destroy executed";break;case"open_ai_chat":await K(e),r="AI Chat opened";break;case"add_replicator":U(e),r="Replicator instance added";break;case"delete_replicator":G(e),r="Replicator instance deleted";break;default:throw new Error(`Unsupported action type: ${e.type}`)}return l?.(e,t,r),r}catch(r){const o=r instanceof Error?r:new Error(String(r));if(c?.(e,t,o),d)throw o;return null}},[s,l,c,d,L,B,$,V,H,q,W,K,U,G]),X=e.useCallback(async()=>{if(0===w.length)return[];f(!0),y(0),v([]),b(null);try{const e=w.some(e=>"submit"===e?.type),t=new Set(["link","navigate_to_create_form","navigate_to_edit_form","navigate_to_prepopulate_form","navigate_to_organism_with_rwo_context","navigate_to_page_with_rwo_context"]),r=e=>"close"===e||"destroy"===e,o=(()=>{if(!e)return w;return[...w.filter(e=>e&&"submit"!==e.type&&!t.has(e.type)&&!r(e.type)),...w.filter(e=>e&&"submit"===e.type),...w.filter(e=>e&&r(e.type)),...w.filter(e=>e&&t.has(e.type))]})(),n=[];for(let a=0;a<o.length;a+=1){y(a);const e=await Z(o[a],a);n.push(e),v([...n])}return u?.(n),n}catch(e){const t=e instanceof Error?e:new Error(String(e));throw b(t),t}finally{f(!1),y(-1)}},[w,Z,u,p,d]),Q=e.useCallback(e=>{i||(a?a(e):w.length>0&&X().catch(()=>{}))},[i,n,a,w,X]);return{executeActions:X,handleAction:Q,isExecuting:h,currentActionIndex:m,results:g,error:x}},BGe=e.forwardRef(({gap:e,moleculeId:t,configurationItemInfo:r,fontSize:o,fontWeight:n,fontFamily:a,textAlign:i,text:s,wrapText:l=!1,properties:c,borderRadius:u=0,endIcon:d,startIcon:p,fullWidth:h=!1,height:f,width:m,minWidth:y,maxWidth:g,minHeight:v,maxHeight:x,iconOnly:b=!1,elevation:w=0,fillColor:k="primary",fillColorDisabled:_,fillColorHover:C,fillColorPressed:M,borderColor:S,borderColorDisabled:D,borderColorHover:O,borderColorPressed:P,textColor:E,textColorDisabled:j,textColorHover:T,textColorPressed:N,variant:R="contained",color:F="primary",disabled:I=!1,link:z,onClick:A,externalOnClick:L,marginTop:B="0",marginRight:V="0",marginBottom:$="0",marginLeft:H="0",paddingTop:q="0",paddingRight:W="0",paddingBottom:U="0",paddingLeft:G="0",...K},Y)=>{const{onStateChange:Z}=WC(),{handleAction:X,isExecuting:Q,currentActionIndex:J,results:ee,error:te}=LGe({properties:c?{...c,action:c.action||[]}:void 0,moleculeId:t,onClick:L||A,disabled:I},{onActionStart:void 0,onActionComplete:void 0,onActionError:void 0,onAllActionsComplete:void 0,stopOnError:!0,executeAsync:!0}),re=s||c?.text?.text||"",oe=e=>{I||Q||(L?(L(e),Z?.({id:t,type:"clicked"})):(X(e),Z?.({id:t,type:"clicked"})))},ne=k||F,ae="contained"===R,ie=_||to(ne,.5),se=j||to(E||no.colors.gray2,.5),le=D||to(S||ne,.5),ce=I||Q,ue=ce?se:E,de=S||ne,pe={style:{width:o,height:o,strokeWidth:"bold"===n?2.5:1.5}};return b?ot(id,{ref:Y,id:t,href:z,disabled:ce,onClick:oe,sx:{...h?{width:"100%"}:{width:m},height:f,...y&&{minWidth:y},...g&&{maxWidth:g},...v&&{minHeight:v},...x&&{maxHeight:x},marginTop:B,marginRight:V,marginBottom:$,marginLeft:H,paddingTop:q,paddingRight:W,paddingBottom:U,paddingLeft:G,borderRadius:u,backgroundColor:ae?ne:"transparent",borderWidth:"bold"===n?2:1.5,borderStyle:"solid",borderColor:de,color:ue,boxShadow:oo(w),"&:hover":{backgroundColor:C||to(ne,.8),borderColor:O||to(de,.8),color:T||ue},"&:active":{backgroundColor:M||to(ne,.6),borderColor:P||to(de,.6),color:N||ue},"&.Mui-disabled":{backgroundColor:ae?ie:"transparent",borderColor:le,color:se}},...r,...K,children:ot(DGe,{iconName:p||"circle-power",color:ue,...pe})}):ot(sm,{ref:Y,id:t,href:z,variant:R,disabled:ce,fullWidth:h,onClick:oe,disableElevation:0===w,endIcon:d&&ot(DGe,{color:ue,iconName:d,...pe}),startIcon:p&&ot(DGe,{color:ue,iconName:p,...pe}),sx:{...h?{}:{width:m},height:f,...y&&{minWidth:y},...g&&{maxWidth:g},...v&&{minHeight:v},...x&&{maxHeight:x},gap:e,alignItems:"center",justifyContent:i,pointerEvents:I?"none":"auto",marginTop:B,marginRight:V,marginBottom:$,marginLeft:H,paddingTop:q,paddingRight:W,paddingBottom:U,paddingLeft:G,borderRadius:u,borderWidth:"bold"===n?2:1.5,borderStyle:"solid",borderColor:de,textTransform:"none",backgroundColor:ae?ne:"transparent",color:ue,boxShadow:oo(w),"&:hover":{backgroundColor:C||(ae?to(ne,.8):"transparent"),borderColor:O||to(de,.8),color:T||ue},"&:active":{backgroundColor:M||(ae?to(ne,.6):"transparent"),borderColor:P||to(de,.6),color:N||ue},"&.Mui-disabled":{backgroundColor:ae?ie:"transparent",borderColor:le,color:se}},...r,...K,children:re&&ot(Sd,{component:"span",noWrap:!l,sx:{fontSize:o,fontWeight:n,fontFamily:a,textAlign:i,color:"inherit"},children:Q?"Loading...":re})})});BGe.displayName="NewButton";const VGe=({fill:e=no.colors.gray5,color:t=no.colors.gray3,size:r=33,...o})=>ot("svg",{width:r,height:r,viewBox:"0 0 33 33",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:ot("path",{d:"M21.734 24.2969L16.1687 20.8186L10.6035 24.2969V8.99253C10.6035 8.80803 10.6768 8.63109 10.8073 8.50063C10.9377 8.37017 11.1147 8.29688 11.2992 8.29688H21.0383C21.2228 8.29688 21.3997 8.37017 21.5302 8.50063C21.6607 8.63109 21.734 8.80803 21.734 8.99253V24.2969Z",stroke:t,fill:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),$Ge=({color:e=no.colors.gray1,size:t=32})=>ot("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",style:Jr(t),children:ot("path",{d:"M24 12.5417L16 20.5417L8 12.5417",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),HGe=({color:e=no.colors.gray1,...t})=>ot("svg",{width:18,height:11,fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:ot("path",{d:"m1 9.5 8-8 8 8",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})}),qGe=({color:e=no.colors.blue,size:t=16,...r})=>ot("svg",{width:17,height:16,viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:Jr(t),...r,children:ot("path",{d:"M10.7693 12L6.76929 8L10.7693 4",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"})}),WGe=({color:e=no.colors.gray1,size:t=33,...r})=>ot("svg",{width:"33",height:"33",viewBox:"0 0 33 33",fill:"none",...r,style:Jr(t),children:ot("path",{d:"M12.9968 8.5L20.9968 16.5L12.9968 24.5",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),UGe=({size:e=16,color:t=no.colors.black})=>ot("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",style:Jr(e),children:ot("path",{d:"M12 5.83331L6.66667 11.1666L4 8.49998",stroke:t,strokeLinecap:"round",strokeLinejoin:"round"})}),GGe=({size:e=16,color:t=no.colors.black})=>nt("svg",{pointerEvents:"none",width:e,height:e,viewBox:`0 0 ${e} ${e}`,fill:"none",children:[ot("path",{d:"M8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12Z",stroke:t,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M7.6665 7.66663H7.99984V9.99996H8.33317",stroke:t,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M7.91667 6.58333C8.14679 6.58333 8.33333 6.39679 8.33333 6.16667C8.33333 5.93655 8.14679 5.75 7.91667 5.75C7.68655 5.75 7.5 5.93655 7.5 6.16667C7.5 6.39679 7.68655 6.58333 7.91667 6.58333Z",fill:t})]}),KGe=({size:e=32,color:t=no.colors.gray1})=>ot("svg",{width:32,height:32,viewBox:"0 0 32 32",style:Jr(e),fill:"none",children:ot("path",{d:"M8.68138 8.45905H23.3186C23.4508 8.45909 23.5802 8.49758 23.6909 8.56983C23.8016 8.64208 23.8889 8.74498 23.9422 8.86598C23.9955 8.98698 24.0124 9.12086 23.991 9.25132C23.9695 9.38177 23.9105 9.50317 23.8213 9.60072L18.2237 15.7606C18.1072 15.8853 18.0431 16.0501 18.0448 16.2207V21.043C18.0458 21.1563 18.0183 21.268 17.9646 21.3677C17.911 21.4675 17.8331 21.5522 17.7381 21.6138L15.0117 23.4286C14.9094 23.4959 14.7909 23.5345 14.6686 23.5402C14.5462 23.5459 14.4246 23.5186 14.3165 23.461C14.2084 23.4035 14.1178 23.3179 14.0542 23.2132C13.9907 23.1086 13.9565 22.9887 13.9552 22.8663V16.2207C13.9569 16.0501 13.8928 15.8853 13.7763 15.7606L8.1787 9.60072C8.08946 9.50317 8.03051 9.38177 8.00905 9.25132C7.98758 9.12086 8.00451 8.98698 8.05779 8.86598C8.11107 8.74498 8.19838 8.64208 8.3091 8.56983C8.41982 8.49758 8.54917 8.45909 8.68138 8.45905V8.45905Z",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),YGe=({size:e=18,color:t=no.colors.gray2})=>nt("svg",{width:32,height:32,viewBox:"0 0 32 32",style:Jr(e),children:[ot("path",{d:"M24 8L8 24",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M24 24L8 8",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),ZGe=({color:e=no.colors.primary,size:t=32})=>nt("svg",{width:"33",height:"33",viewBox:"0 0 33 33",fill:"none",style:Jr(t),children:[ot("path",{d:"M16.8203 11.111C11.106 11.111 8.82031 16.2539 8.82031 16.2539C8.82031 16.2539 11.106 21.3967 16.8203 21.3967C22.5346 21.3967 24.8203 16.2539 24.8203 16.2539C24.8203 16.2539 22.5346 11.111 16.8203 11.111Z",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M16.8205 19.111C18.3985 19.111 19.6777 17.8318 19.6777 16.2539C19.6777 14.6759 18.3985 13.3967 16.8205 13.3967C15.2426 13.3967 13.9634 14.6759 13.9634 16.2539C13.9634 17.8318 15.2426 19.111 16.8205 19.111Z",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),XGe=({color:e=no.colors.gray1,size:t=32})=>nt("svg",{width:"17",height:"17",viewBox:"0 0 17 17",fill:"none",style:Jr(t),children:[ot("path",{d:"M11.8667 7.4231L12.8204 9.06807",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M9.91357 8.33929L10.2093 10.0176",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M7.72732 8.33508L7.43164 10.0175",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M5.77398 7.4231L4.82031 9.07639",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M4.82422 6.49023C5.52385 7.35645 6.80651 8.4517 8.82212 8.4517C10.8377 8.4517 12.1204 7.35645 12.82 6.49023",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"})]}),QGe=({color:e="#F20089",size:t=44})=>nt("svg",{width:t,height:t,viewBox:`0 0 ${t} ${t}`,fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ot("path",{d:"M3.90742 14.3118C2.63783 12.9106 1.95569 11.0749 2.00223 9.18463C2.04877 7.29439 2.82043 5.49444 4.15743 4.15743C5.49444 2.82043 7.29439 2.04877 9.18463 2.00223C11.0749 1.95569 12.9106 2.63783 14.3118 3.90742L40.0926 29.6882C41.3622 31.0894 42.0443 32.9251 41.9978 34.8154C41.9512 36.7056 41.1796 38.5056 39.8426 39.8426C38.5056 41.1796 36.7056 41.9512 34.8154 41.9978C32.9251 42.0443 31.0894 41.3622 29.6882 40.0926L3.90742 14.3118Z",stroke:e,strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M29.6882 3.90742C31.0894 2.63783 32.9251 1.95569 34.8154 2.00223C36.7056 2.04877 38.5056 2.82043 39.8426 4.15743C41.1796 5.49444 41.9512 7.29439 41.9978 9.18463C42.0443 11.0749 41.3622 12.9106 40.0926 14.3118L14.3118 40.0926C12.9106 41.3622 11.0749 42.0443 9.18463 41.9978C7.29439 41.9512 5.49444 41.1796 4.15743 39.8426C2.82043 38.5056 2.04877 36.7056 2.00223 34.8154C1.95569 32.9251 2.63783 31.0894 3.90742 29.6882L29.6882 3.90742Z",stroke:e,strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{opacity:"0.5",d:"M22 22.9208C22.5085 22.9208 22.9208 22.5086 22.9208 22.0001C22.9208 21.4916 22.5085 21.0793 22 21.0793C21.4915 21.0793 21.0793 21.4916 21.0793 22.0001C21.0793 22.5086 21.4915 22.9208 22 22.9208Z",stroke:e,strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M22 24.7622C23.5256 24.7622 24.7622 23.5256 24.7622 22C24.7622 20.4745 23.5256 19.2378 22 19.2378C20.4745 19.2378 19.2378 20.4745 19.2378 22C19.2378 23.5256 20.4745 24.7622 22 24.7622Z",fill:"#F20089"})]}),JGe=({size:e=16,color:t=no.colors.gray2})=>ot("svg",{width:e,height:e,viewBox:`0 0 ${e} ${e}`,fill:"none",xmlns:"http://www.w3.org/2000/svg",children:ot("path",{d:"M4 8H12",stroke:t,strokeLinecap:"round",strokeLinejoin:"round"})}),eKe=({size:e=18,color:t="#fff"})=>ot("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",style:Jr(e),children:ot("path",{d:"M5.325 17h5.333M2.017 7a5.992 5.992 0 0 1 6.025-6c3.3.025 5.941 2.767 5.941 6.075v.592c0 2.983.625 4.716 1.175 5.666a.666.666 0 0 1-.575 1H1.417a.668.668 0 0 1-.575-1c.55-.95 1.175-2.683 1.175-5.666V7Z",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})}),tKe=({size:e=18,color:t=no.colors.yellowShade})=>nt("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",style:Jr(e),children:[ot("path",{d:"M9 6.46v3.08M7.938 1.535 1.165 13.234a1.232 1.232 0 0 0 1.062 1.847h13.546a1.232 1.232 0 0 0 1.062-1.847L10.062 1.535a1.224 1.224 0 0 0-2.124 0v0Z",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M9 13.08a.77.77 0 1 0 0-1.54.77.77 0 0 0 0 1.54Z",fill:t})]}),rKe=({size:e=27,color:t=no.colors.gray1})=>ot("svg",{width:18,height:27,fill:"none",viewBox:"0 0 18 27",style:Jr(e),children:ot("path",{d:"M14.359 1.254H3.282c-1.02 0-1.846.826-1.846 1.846v20.308c0 1.02.826 1.846 1.846 1.846h11.077c1.02 0 1.846-.827 1.846-1.846V3.1c0-1.02-.827-1.846-1.846-1.846ZM1.436 4.946h14.769M1.436 21.562h14.769",stroke:t,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})}),oKe=({size:e=27,color:t=no.colors.gray1})=>nt("svg",{width:27,height:21,viewBox:"0 0 27 21",fill:"none",style:Jr(e),children:[ot("path",{d:"M1.82 1.254h24v17a1 1 0 0 1-1 1h-22a1 1 0 0 1-1-1v-17Z",stroke:t,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"m25.82 1.254-12 11-12-11",stroke:t,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})]}),nKe=({size:e=18,color:t=no.colors.gray2})=>nt("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",style:Jr(e),children:[ot("path",{d:"M8.65273 12.1304H5.87012V9.34783L14.2179 1L17.0006 3.78261L8.65273 12.1304Z",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M12.1318 3.08698L14.9144 5.86958",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M16.3053 8.65217V16.3043C16.3053 16.4888 16.232 16.6658 16.1016 16.7962C15.9711 16.9267 15.7942 17 15.6097 17H1.69663C1.51213 17 1.33519 16.9267 1.20473 16.7962C1.07427 16.6658 1.00098 16.4888 1.00098 16.3043V2.3913C1.00098 2.2068 1.07427 2.02986 1.20473 1.8994C1.33519 1.76894 1.51213 1.69565 1.69663 1.69565H9.3488",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),aKe=({size:e=18,color:t=no.colors.gray2})=>nt("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",style:Jr(e),children:[ot("path",{d:"M17.001 5.66364V16.2727C17.001 16.4656 16.9243 16.6506 16.788 16.787C16.6516 16.9234 16.4666 17 16.2737 17H1.72825C1.53536 17 1.35038 16.9234 1.21399 16.787C1.0776 16.6506 1.00098 16.4656 1.00098 16.2727V1.72728C1.00098 1.53439 1.0776 1.34941 1.21399 1.21302C1.35038 1.07663 1.53536 1 1.72825 1H12.3373C12.4318 0.999673 12.5253 1.01797 12.6127 1.05385C12.7001 1.08973 12.7795 1.14248 12.8464 1.2091L16.7919 5.15455C16.8585 5.22149 16.9112 5.30091 16.9471 5.38827C16.983 5.47563 17.0013 5.5692 17.001 5.66364V5.66364Z",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M4.6377 17V11.1819C4.6377 10.989 4.71432 10.804 4.85071 10.6676C4.9871 10.5312 5.17208 10.4546 5.36497 10.4546H12.6377C12.8306 10.4546 13.0156 10.5312 13.152 10.6676C13.2883 10.804 13.365 10.989 13.365 11.1819V17",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M11.1827 3.90906H6.0918",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),iKe=({size:e=19,color:t=no.colors.gray2})=>nt("svg",{width:19,height:14,viewBox:"0 0 19 14",fill:"none",style:Jr(e),children:[ot("path",{d:"M1.28174 7.14917H17.2817",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M1.28174 1.33105H17.2817",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M1.28174 12.9675H17.2817",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]}),sKe=({size:e=48,color:t=no.colors.gray4})=>nt("svg",{width:"49",height:"49",viewBox:"0 0 49 49",fill:"none",style:Jr(e),children:[ot("path",{d:"M24.457 40.4443C33.2936 40.4443 40.457 33.2809 40.457 24.4443C40.457 15.6078 33.2936 8.44434 24.457 8.44434C15.6205 8.44434 8.45703 15.6078 8.45703 24.4443C8.45703 33.2809 15.6205 40.4443 24.457 40.4443Z",stroke:t,strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M29.7827 24.4442L21.7827 19.1108V29.7775L29.7827 24.4442Z",stroke:t,strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),lKe=({size:e=32,color:t=no.colors.gray3,...r})=>nt("svg",{width:32,height:32,viewBox:"0 0 32 32",style:Jr(e),fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[ot("path",{d:"M15 22.0391C18.866 22.0391 22 18.9051 22 15.0391C22 11.1731 18.866 8.03906 15 8.03906C11.134 8.03906 8 11.1731 8 15.0391C8 18.9051 11.134 22.0391 15 22.0391Z",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M19.9502 19.9891L24.0002 24.0391",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),cKe=({color:e=no.colors.gray1,...t})=>nt("svg",{width:"19",height:"15",viewBox:"0 0 19 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[ot("path",{d:"M1.33337 7.5H17.3334",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),ot("path",{d:"M10.7878 0.95459L17.3332 7.50004L10.7878 14.0455",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),uKe={ArrowRight:cKe,Bell:eKe,Bookmark:VGe,CaretDown:$Ge,CaretLeft:qGe,CaretRight:WGe,CaretUp:HGe,Check:UGe,Close:YGe,Edit:nKe,Filter:KGe,Hide:XGe,Info:GGe,InfoBoxIcon:QGe,Mail:oKe,Menu:iKe,Minus:JGe,Mobile:rKe,Play:sKe,Save:aKe,Search:lKe,View:ZGe,Warning:tKe},dKe=({href:e,...t})=>{const r={target:"_blank"};return e&&""!==e&&(r.href=e),ot("a",{...r,...t})},pKe=Po(dKe)`
256
256
  ${({theme:{colors:e,fonts:t},disabled:r,size:o="medium",colorTheme:n="light",$styles:a,$variant:i="link",textColor:s})=>{const l=e["light"===n?"gray4":"indigoTint2"],c=bo`
257
257
  ${a}
258
258
 
@@ -1028,7 +1028,7 @@
1028
1028
  `,Dpt=e=>{if("menu_item"===e.type){const t=e;if(!t.sx)return!1;const r=e=>!!e&&(Array.isArray(e)?e.some(r):"function"!=typeof e&&("object"==typeof e&&("absolute"===e.position||"fixed"===e.position)));return r(t.sx)}return!1},Opt=({currentWebpageId:t,anchor:r="left",variant:o="persistent",open:n=!1,onClose:a,items:i=[],withButton:s=!0,buttonText:l="",buttonVariant:c="contained",buttonTextColor:u,buttonFontSize:d,buttonFontWeight:p,buttonFontFamily:h,buttonDisabled:f=!1,buttonGap:m=0,buttonStartIcon:y,buttonEndIcon:g,buttonBorderRadius:v="0px",buttonPaddingTop:x="0px",buttonPaddingRight:b="0px",buttonPaddingBottom:w="0px",buttonPaddingLeft:k="0px",buttonMarginTop:_="0px",buttonMarginRight:C="0px",buttonMarginBottom:M="0px",buttonMarginLeft:S="0px",buttonIconOnly:D,buttonElevation:O,buttonFillColor:P,buttonFillColorDisabled:E,buttonFillColorHover:j,buttonFillColorPressed:T,buttonBorderColor:N,buttonBorderColorDisabled:R,buttonBorderColorHover:F,buttonBorderColorPressed:I,buttonTextColorDisabled:z,buttonTextColorHover:A,buttonTextColorPressed:L,buttonColor:B="#1976d2",buttonDisabledColor:V,withCloseIcon:$=!0,closeIconColor:H=no.colors.gray2,closeIconName:q="x",closeIconSize:W=18,closeIconBackgroundColor:U="rgba(255, 255, 255, 0.9)",closeIconVisible:G=!1,closeIconTop:K="16px",closeIconLeft:Y="16px",closeIconBorderRadius:Z="50%",closeIconElevation:X=2,moleculeId:Q,configurationItemInfo:J,sx:ee,contentSx:te,scrollable:re=!1,paddingTop:oe,paddingRight:ne,paddingBottom:ae,paddingLeft:ie,height:se,width:le,mobileWidth:ce,backgroundColor:ue="#fff",gap:de="8px",marginTop:pe="0px",marginRight:he="0px",marginBottom:fe="0px",marginLeft:me="0px"})=>{const ye=Ge(),{isConfigurationMode:ge,selectedConfigurationItemId:ve,onConfigurationItemClicked:xe,onInternalNavigation:be}=NC(),{updateDrawer:we,drawerContainerRef:ke,headerHeight:_e,isMobile:Ce}=DC(),[Me,Se]=e.useState(n),[De]=(()=>{try{return vpt()}catch{return[new URLSearchParams,()=>{}]}})(),Oe=e.useMemo(()=>{if(t)return t;const e=De.get(j7e),r=De.get(E7e);let o=null,n=null;if("undefined"!=typeof window)try{const e=new URLSearchParams(window.location.search);o=e.get(j7e),n=e.get(E7e)}catch(lJe){}return e||r||o||n||""},[t,De]);e.useEffect(()=>{Se(n)},[n]);const Pe=Boolean(ge&&(ve===Q||i.some(e=>e.id===ve))),Ee=()=>"permanent"===o||(ge?Pe:s?Me:n);e.useEffect(()=>{const e=Ee(),t="left"===r||"right"===r,n=Ce&&void 0!==ce?ce:le;let a=0;if(void 0!==n)if("number"==typeof n)a=n;else if("string"==typeof n){const e=parseFloat(n);Number.isNaN(e)||(a=e)}let i=0;if(t&&!Ce)switch(o){case"permanent":i=a;break;case"persistent":default:i=e?a:0;break;case"temporary":i=0}return we({isOpen:e,position:r,width:i}),()=>{we({isOpen:!1,width:0})}},[Me,n,Pe,ge,s,r,le,ce,Ce,o,we]);const je=()=>{"permanent"!==o&&Se(!0)},Te=(e,t)=>{"permanent"!==o&&(Se(!1),a?.(e,t))},Ne=e=>{const t=ve===e.id,r={entityId:e.id,entity:"molecule_item",entityType:e.type},o=ge?{onClick:e=>{e.stopPropagation(),xe?.(r,!1)},onDoubleClick:e=>{e.stopPropagation(),xe?.(r,!0)},"data-organism-id":e.id,css:Att({theme:ye,selected:t})}:{};switch(e.type){case"menu_item":{const t=e;e.id;const r=(e=>{const t=e?.link;if(!t||!t.internalLink)return!1;const r=H7e(t.internalLink);return!(!r||!Oe)&&r===Oe})(t),n={backgroundColor:t.backgroundColor||"transparent",paddingTop:t.paddingTop||"8px",paddingRight:t.paddingRight||"16px",paddingBottom:t.paddingBottom||"8px",paddingLeft:t.paddingLeft||"16px",opacity:t.disabled?.6:1,pointerEvents:t.disabled?"none":"auto","&:hover":{backgroundColor:t.disabled?t.backgroundColor||"transparent":"rgba(0, 0, 0, 0.08)"}},a=t.sx?[n,t.sx]:n;return nt(yx,{sx:a,selected:r,onClick:()=>{if(t?.link){A7e(t.link)?be?.({link:t.link?.internalLink||""}):I7e(t.link?.externalLink)}},disabled:t.disabled,...o,children:[t.startIcon&&ot(DGe,{iconName:t.startIcon,color:t.textColor}),ot(Sd,{sx:{ml:t.startIcon?1:0,mr:t.endIcon?1:0,color:t.textColor||"inherit",fontSize:t.fontSize||"inherit",fontWeight:t.fontWeight||"normal",fontFamily:t.fontFamily||"inherit",whiteSpace:t.wrap?"normal":"nowrap",width:"100%",textAlign:t.textAlign||"left"},children:t.text}),t.endIcon&&ot(DGe,{iconName:t.endIcon,color:t.textColor})]},t.id)}case"divider_item":{const t=e;return ot(Wdt,{moleculeId:t.id,variant:t.variant,lineWeight:t.lineWeight,orientation:t.orientation,borderColor:t.borderColor,borderRadius:t.borderRadius,marginTop:t.marginTop,marginRight:t.marginRight,marginBottom:t.marginBottom,marginLeft:t.marginLeft,configurationItemInfo:o},t.id)}case"text_item":{const t=e;return ot(Ydt,{id:t.id,text:t.text,align:t.align,color:t.color,wrap:t.wrap,variant:"string"==typeof t.variant&&["inherit","body1","body2","caption","button","overline","subtitle1","subtitle2","h1","h2","h3","h4","h5","h6"].includes(t.variant)?t.variant:void 0,fontSize:t.fontSize??"",fontWeight:["normal","bold"].includes(t.fontWeight)?t.fontWeight:void 0,fontFamily:t.fontFamily??"",marginTop:t.marginTop||"",marginRight:t.marginRight||"",marginBottom:t.marginBottom||"",marginLeft:t.marginLeft||"",paddingTop:t.paddingTop||"",paddingRight:t.paddingRight||"",paddingBottom:t.paddingBottom||"",paddingLeft:t.paddingLeft||"",configurationsItemInfo:o},t.id)}case"rich_text_item":{const t=e;return ot(Kdt,{htmlElementId:t.id,text:t.text,isRichText:!0,marginTop:t.marginTop||"",marginRight:t.marginRight||"",marginBottom:t.marginBottom||"",marginLeft:t.marginLeft||"",paddingTop:t.paddingTop||"",paddingRight:t.paddingRight||"",paddingBottom:t.paddingBottom||"",paddingLeft:t.paddingLeft||"",configurationItemInfo:o},t.id)}case"image_item":{const t=e;return ot(Udt,{src:t.src,alt:t.alt||"Drawer image",height:t.height,width:t.width,raised:t.raised,borderRadius:t.borderRadius||"0",marginTop:t.marginTop||"0",marginRight:t.marginRight||"0",marginBottom:t.marginBottom||"0",marginLeft:t.marginLeft||"0",paddingTop:t.paddingTop||"0",paddingRight:t.paddingRight||"0",paddingBottom:t.paddingBottom||"0",paddingLeft:t.paddingLeft||"0",onClick:()=>{if(t?.link){A7e(t.link)?be?.({link:t.link?.internalLink||""}):I7e(t.link?.externalLink)}},moleculeId:t.id,configurationItemInfo:o},t.id)}default:return null}},Re=Ce&&void 0!==ce?ce:le,Fe=ot(wpt,{anchor:r,variant:o,open:Ee(),onClose:Te,paddingTop:oe,paddingRight:ne,paddingBottom:ae,paddingLeft:ie,height:se,width:Re,backgroundColor:ue,marginTop:`calc(${_e} + ${pe})`,marginRight:he,marginBottom:fe,marginLeft:me,container:ke,sx:ee,children:nt(Cpt,{scrollable:re,sx:te,...J&&Object.keys(J).length?{...J,"data-testid":"drawer-content-config","aria-label":"drawer-content"}:{},children:[(Ee()||"permanent"===o)&&i.length>0?nt(rt,{children:[ot(Spt,{gap:de,scrollable:re,children:i.filter(e=>!Dpt(e)).map(Ne)}),i.filter(e=>Dpt(e)).map(Ne)]}):null,!!$&&(!!G||Ee())&&ot(Mpt,{top:K,left:Y,borderRadius:Z,elevation:X,backgroundColor:U,onClick:e=>{e.stopPropagation();Ee()?Te(e,"closeIconClicked"):je()},"data-testid":"close-icon",children:ot(DGe,{"data-testid":"icon-renderer",iconName:q,size:W,color:H})})]})});return s&&"permanent"!==o?nt(rt,{children:[ot(BGe,{moleculeId:Q,gap:m,text:l,variant:c,textColor:u,fontSize:d,fontWeight:["normal","bold"].includes(p)?p:void 0,fontFamily:h,disabled:f,startIcon:y,endIcon:g,marginTop:_,marginRight:C,marginBottom:M,marginLeft:S,paddingTop:x,paddingRight:b,paddingBottom:w,paddingLeft:k,borderRadius:v,iconOnly:D,elevation:O,fillColor:P||B,fillColorDisabled:E||V,fillColorHover:j,fillColorPressed:T,borderColor:N,borderColorDisabled:R,borderColorHover:F,borderColorPressed:I,textColorDisabled:z,textColorHover:A,textColorPressed:L,externalOnClick:e=>Me?Te(e,"buttonClicked"):je(),configurationItemInfo:J}),ot(_pt,{children:Fe})]}):ot(_pt,{children:Fe})},Ppt=e.forwardRef((e,t)=>{const{inputRef:r,...o}=e;return ot(TKe,{...o,ref:e=>{"function"==typeof r&&r(e?e.inputElement:null)},mask:qKe,guide:!0,placeholderChar:" "})}),Ept=({masked:e,errorMsg:t,inputSx:r,labelSx:o,sx:n,...a})=>{const i=e?{inputComponent:Ppt}:{};return ot(oC,{...a,variant:"outlined",error:!!t,helperText:t||null,type:"text",sx:{...n},slotProps:{input:{sx:{...r,...n},...i},inputLabel:{sx:{...o,...n}}}})},jpt=({isDisplayOnly:t=!1,required:r=!1,requiredErrorText:o="Email is required",validationErrorText:n="Invalid email address",text:a,placeholderText:i,masked:s=!1,multiLine:l=!1,backgroundColor:c,borderColor:u,color:d="inherit",fontSize:p="16px",fontFamily:h="inherit",fontWeight:f="normal",textAlign:m="left",marginLeft:y="0",marginTop:g="0",marginRight:v="0",marginBottom:x="0",paddingLeft:b="0",paddingTop:w="0",paddingRight:k="0",paddingBottom:_="0",width:C,height:M,minHeight:S,maxHeight:D,minWidth:O,maxWidth:P,sx:E,name:j,sourceDataModelField:T,configurationItemInfo:N})=>{const R=Ut(),F=R?.control,I=!(!F||!j),{localStateObject:z}=NC(),{stateConfig:A}=HC(),L=dt(),B=z||A,V=T?B?.[T]?.value:void 0,$=T?L?.getDmfValue(T):void 0;e.useState("");const[H,q]=e.useState(""),W={required:!!r&&o,pattern:{value:/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@(([^<>()[\]\\.,;:\s@"]+\.)+[^<>()[\]\\.,;:\s@"]{2,})$/,message:n}};if(t){let e="";e=void 0!==$?String($??""):I?R.watch(j)||"":V||"";const t=e||i||"-";return nt("div",{style:{display:"inline-flex",flexDirection:"column",marginLeft:y,marginTop:g,marginRight:v,marginBottom:x,...C&&{width:C},...M&&{height:M},minHeight:S,maxHeight:D,minWidth:O,maxWidth:P},...N,children:[a&&ot(vg,{sx:{fontSize:p,fontFamily:h,fontWeight:f,color:d,marginLeft:0,marginBottom:"4px",...E},children:a}),ot(Sd,{sx:{fontSize:p,fontFamily:h,fontWeight:f,color:d,paddingLeft:b,paddingTop:w,paddingRight:k,paddingBottom:_,backgroundColor:c,border:`1px solid ${u||"#ccc"}`,borderRadius:"4px",minWidth:"120px",textAlign:m,...E},children:t})]})}const U={backgroundColor:c,color:d,fontSize:p,fontFamily:h,fontWeight:f,...C&&{width:C},...M&&{height:M},...O&&{minWidth:O},...P&&{maxWidth:P},...S&&{minHeight:S},...D&&{maxHeight:D},"& .MuiOutlinedInput-notchedOutline":{borderColor:u||"inherit"},"&:hover .MuiOutlinedInput-notchedOutline":{borderColor:u||"inherit"},"&.Mui-focused .MuiOutlinedInput-notchedOutline":{borderColor:u||"inherit"},"& .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline":{borderColor:u||"inherit"},"& .MuiOutlinedInput-root.Mui-disabled:hover .MuiOutlinedInput-notchedOutline":{borderColor:u||"inherit"},"& .MuiOutlinedInput-input":{textAlign:m,paddingLeft:b,paddingTop:w,paddingRight:k,paddingBottom:_}},G={color:d,"&.Mui-focused":{color:d}},K=l?3:1,Y={...C&&{width:C},...M&&{height:M},...O&&{minWidth:O},...P&&{maxWidth:P},...S&&{minHeight:S},...D&&{maxHeight:D}};return ot("div",I?{style:{marginLeft:y,marginTop:g,marginRight:v,marginBottom:x,...C&&{width:C},...M&&{height:M},minHeight:S,maxHeight:D,minWidth:O,maxWidth:P},sx:{"& .MuiTextField-root":{width:C||"100%",height:M,minHeight:S,maxHeight:D,minWidth:O,maxWidth:P},...E},children:ot(Jt,{name:j,rules:W,control:F,defaultValue:"",render:({field:e,fieldState:t})=>ot(Ept,{masked:s,required:r,errorMsg:t.error?.message,inputSx:U,labelSx:G,sx:{...Y,...E},label:a,placeholder:i,multiline:l,minRows:K,value:e.value||"",onChange:e.onChange,...N||{}})})}:{style:{marginLeft:y,marginTop:g,marginRight:v,marginBottom:x,...C&&{width:C},...M&&{height:M},minHeight:S,maxHeight:D,minWidth:O,maxWidth:P},sx:{"& .MuiTextField-root":{width:C||"100%",height:M,minHeight:S,maxHeight:D,minWidth:O,maxWidth:P},...E},children:ot(Ept,{masked:s,required:r,errorMsg:void 0,inputSx:U,labelSx:G,sx:{...Y,...E},label:a,placeholder:i,multiline:l,minRows:K,value:H,onChange:e=>q(e.target.value),...N||{}})})},Tpt=({src:t,text:r,type:o,link:n,sourceDataModelField:a,color:i=no.colors.deepBlue,disabled:s=!1,disabledColor:l,underline:c="hover",variant:u="body2",margin:d="0",padding:p="0",moleculeId:h,configurationItemInfo:f,marginTop:m="0",marginRight:y="0",marginBottom:g="0",marginLeft:v="0",paddingTop:x="0",paddingRight:b="0",paddingBottom:w="0",paddingLeft:k="0",fontFamily:_,fontWeight:C,fontSize:M,align:S,target:D,sx:O,borderColor:P,borderWidth:E,borderStyle:j,borderRadius:T,iconOnly:N,ariaLabel:R,iconName:F,iconSize:I,validationErrorText:z})=>{const{onStateChange:A}=WC(),{onInternalNavigation:L,isConfigurationMode:B,localStateObject:V}=NC(),{stateConfig:$}=HC(),H=dt(),q=V||$,W=e.useMemo(()=>{if(!a)return;const e=H?.getDmfValue(a);return null!=e?e:q?.[a]?.value},[H,a,q]),U=Boolean(a),G=e.useMemo(()=>{if(U)return W?String(W):void 0;const e=n?A7e(n):"internalLink"===o||"internal_link"===o,r=n?e?n.internalLink:n.externalLink:void 0;return t??r??void 0},[U,W,n,o,t]),K=!U&&!!n&&A7e(n),Y=U?D||"_blank":D||(K?"_self":"_blank"),Z=!!U&&!(e=>{if(!e)return!1;try{const t=new URL(e);return"http:"===t.protocol||"https:"===t.protocol}catch{return!1}})(G),X=Z?"#d32f2f":s?l||to(i):i,Q=B||s||Z?void 0:G,J=Boolean(F),ee="regular"===C?"normal":C,te=N?ot(DGe,{iconName:F||"external-link",size:I??16}):nt(rt,{children:[ot("span",{children:r}),J&&ot(DGe,{iconName:F,size:I??16})]}),{onClick:re,onDoubleClick:oe,...ne}=f||{},ae=ot(pv,{href:Q,component:"a",target:Y,onClick:e=>{A({id:h,type:"clicked"}),s||B||Z?e.preventDefault():U&&G?(e.preventDefault(),I7e(G)):K&&G?(e.preventDefault(),L?.({link:G})):!K&&G&&(e.preventDefault(),I7e(G))},onClickCapture:re||void 0,onDoubleClickCapture:oe||void 0,"aria-label":N?R||r||"link":void 0,sx:{color:X,textDecorationColor:X,margin:d,padding:p,marginTop:m,marginRight:y,marginBottom:g,marginLeft:v,paddingTop:x,paddingRight:b,paddingBottom:w,paddingLeft:k,fontFamily:_,fontWeight:ee,fontSize:M,textAlign:S,alignItems:"center",cursor:s?"not-allowed":"pointer",borderColor:P,borderWidth:E,borderStyle:j,borderRadius:T,display:N||J?"inline-flex":void 0,gap:J&&!N?"4px":void 0,"& .MuiLink-root":{color:"inherit",textDecorationColor:"inherit"},"&:hover":{color:s?X:to(X,.8),textDecorationColor:s?X:to(X,.8)},"&:active":{color:s?X:to(X,.6),textDecorationColor:s?X:to(X,.6)},"&.Mui-disabled":{color:l||to(i),textDecorationColor:l||to(i),cursor:"not-allowed"},...O},align:S,variant:u,underline:c,...ne,children:te});return Z?ot(Iw,{title:z||"Invalid link URL",arrow:!0,children:ot("span",{children:ae})}):ae},Npt=e=>({justifyContent:e.textAlign||"flex-start",backgroundColor:e.backgroundColor,paddingTop:e.paddingTop,paddingRight:e.paddingRight,paddingBottom:e.paddingBottom,paddingLeft:e.paddingLeft}),Rpt=({popover:t=!0,items:r,marginTop:o="0",marginRight:n="0",marginBottom:a="0",marginLeft:i="0",paddingTop:s="0",paddingRight:l="0",paddingBottom:c="0",paddingLeft:u="0",cornerRadius:d="4px",backgroundColor:p="#fff",width:h="100%",height:f="auto",borderColor:m="#ccc",borderWeight:y="1px",buttonText:g="Open Menu",buttonVariant:v="contained",buttonTextColor:x,buttonFontSize:b,buttonFontWeight:w,buttonFontFamily:k,buttonDisabled:_=!1,buttonGap:C=0,buttonStartIcon:M,buttonEndIcon:S,buttonCornerRadius:D="0",buttonMarginTop:O="0",buttonMarginRight:P="0",buttonMarginBottom:E="0",buttonMarginLeft:j="0",buttonPaddingTop:T="0",buttonPaddingRight:N="0",buttonPaddingBottom:R="0",buttonPaddingLeft:F="0",buttonIconOnly:I,buttonElevation:z,buttonFillColor:A,buttonFillColorDisabled:L,buttonFillColorHover:B,buttonFillColorPressed:V,buttonBorderColor:$,buttonBorderColorDisabled:H,buttonBorderColorHover:q,buttonBorderColorPressed:W,buttonTextColorDisabled:U,buttonTextColorHover:G,buttonTextColorPressed:K,buttonColor:Y="#1976d2",anchorOriginVertical:Z="bottom",anchorOriginHorizontal:X="left",transformOriginVertical:Q="top",transformOriginHorizontal:J="left",elevation:ee=3,sx:te,moleculeId:re,configurationItemInfo:oe})=>{const ne=Ge(),{isConfigurationMode:ae,selectedConfigurationItemId:ie,onConfigurationItemClicked:se,onInternalNavigation:le}=NC(),[ce,ue]=e.useState(null),[de,pe]=e.useState(!1),[he]=(()=>{try{return vpt()}catch{return[new URLSearchParams,()=>{}]}})(),fe=e.useMemo(()=>{const e=he.get(j7e),t=he.get(E7e);let r=null,o=null;if("undefined"!=typeof window)try{const e=new URLSearchParams(window.location.search);r=e.get(j7e),o=e.get(E7e)}catch(lJe){}return e||t||r||o||""},[he]),me=e=>{const t=e?.link;if(!t||!t.internalLink)return!1;const r=H7e(t.internalLink);return!(!r||!fe)&&r===fe},ye=Boolean(ae&&(ie===re||r.some(e=>e.id===ie))),ge=()=>pe(!0),ve=()=>pe(!1),xe={marginTop:o,marginRight:n,marginBottom:a,marginLeft:i,paddingTop:s,paddingRight:l,paddingBottom:c,paddingLeft:u,"& .MuiMenu-paper":{backgroundColor:p,border:`${y} solid ${m}`,borderRadius:d,boxShadow:0===ee?"none":ne?.shadows?.[ee]||ne?.shadows?.[3]},"& .MuiMenu-list":{padding:0,width:h,height:f,overflow:"hidden"},"& .MuiMenuItem-root":{minHeight:"auto",paddingTop:"8px",paddingBottom:"8px",paddingLeft:"16px",paddingRight:"16px"},"& .MuiListItemButton-root":{paddingTop:"8px",paddingBottom:"8px",paddingLeft:"16px",paddingRight:"16px"},"& .MuiListItemText-primary":{fontSize:"14px",fontFamily:"inherit"},"& .MuiTypography-root":{fontSize:"14px",fontFamily:"inherit"},...t?{display:"inline-block",zIndex:ne?.zIndex?.drawer}:{width:h,height:f,backgroundColor:p,display:"block",overflow:"hidden",border:`${y} solid ${m}`,borderRadius:d},...te};return t?nt(Gf,{children:[ot(BGe,{ref:ue,text:g,variant:v,moleculeId:re,textColor:x,fontSize:b,fontWeight:w,fontFamily:k,disabled:_,gap:C,startIcon:M,endIcon:S,onClick:ge,marginTop:O,marginRight:P,marginBottom:E,marginLeft:j,paddingTop:T,paddingRight:N,paddingBottom:R,paddingLeft:F,borderRadius:D,iconOnly:I,elevation:z,fillColor:A||Y,fillColorDisabled:L,fillColorHover:B,fillColorPressed:V,borderColor:$,borderColorDisabled:H,borderColorHover:q,borderColorPressed:W,textColorDisabled:U,textColorHover:G,textColorPressed:K,configurationItemInfo:oe}),ot(dx,{open:ae?ye:de,variant:"menu",anchorEl:ce,disablePortal:!0,disableScrollLock:!0,disableRestoreFocus:!0,disableEnforceFocus:!0,onClose:ve,anchorOrigin:{vertical:Z,horizontal:X},transformOrigin:{vertical:Q,horizontal:J},elevation:ee,slotProps:{paper:{sx:{backgroundColor:p,border:`${y} solid ${m}`,borderRadius:d,boxShadow:0===ee?"none":ne?.shadows?.[ee]||ne?.shadows?.[3],"& .MuiMenu-list":xe["& .MuiMenu-list"],"& .MuiMenuItem-root":xe["& .MuiMenuItem-root"],"& .MuiListItemText-primary":xe["& .MuiListItemText-primary"],"& .MuiTypography-root":xe["& .MuiTypography-root"]}}},sx:{...xe,"& .MuiMenu-paper":xe["& .MuiMenu-paper"]},children:r.map(e=>{const t=ie===e.id,r=me(e),o={entityId:e.id,entity:"molecule_item",entityType:"menu_item"},n=ae?e=>{e.stopPropagation(),se?.(o,!1)}:void 0,a=ae?e=>{e.stopPropagation(),se?.(o,!0)}:void 0,i=ae?{onClick:n,onDoubleClick:a,"data-organism-id":e.id,css:Att({theme:ne,selected:t})}:{};return nt(yx,{sx:Npt(e),selected:r,onClick:()=>{e?.link&&(A7e(e.link)?le?.({link:e.link?.internalLink||""}):I7e(e.link?.externalLink)),ve()},disabled:e.disabled,...i,children:[e.startIcon&&ot(DGe,{iconName:e.startIcon,color:e.textColor}),ot(Sd,{sx:{ml:e.startIcon?1:0,mr:e.endIcon?1:0,color:e.textColor||"inherit",fontSize:e.fontSize||"inherit",fontWeight:e.fontWeight||"normal",fontFamily:e.fontFamily||"inherit",whiteSpace:e.wrap?"normal":"nowrap",width:"100%",textAlign:e.textAlign||"left"},children:e.text}),e.endIcon&&ot(DGe,{iconName:e.endIcon,color:e.textColor})]},e.id)})})]}):ot(Qc,{id:re,sx:{...xe,backgroundColor:p,border:`${y} solid ${m}`,borderRadius:d,boxShadow:0===ee?"none":ne?.shadows?.[ee]||ne?.shadows?.[3]},elevation:ee,...oe,children:ot(vv,{disablePadding:!0,children:r.map(e=>{const t=ie===e.id,r=me(e),o={entityId:e.id,entity:"molecule_item",entityType:"menu_item"},n=ae?e=>{e.stopPropagation(),se?.(o,!1)}:void 0,a=ae?e=>{e.stopPropagation(),se?.(o,!0)}:void 0,i=ae?{onClick:n,onDoubleClick:a,"data-organism-id":e.id,css:Att({theme:ne,selected:t})}:{};return nt(Cv,{disabled:e.disabled,sx:Npt(e),selected:r,onClick:()=>{e?.link&&(A7e(e.link)?le?.({link:e.link?.internalLink||""}):I7e(e.link?.externalLink))},...i,children:[e.startIcon&&ot(DGe,{iconName:e.startIcon,color:e.textColor}),ot($v,{primary:ot(Sd,{sx:{ml:e.startIcon?1:0,mr:e.endIcon?1:0,color:e.textColor||"inherit",fontSize:e.fontSize||"inherit",fontWeight:e.fontWeight||"normal",fontFamily:e.fontFamily||"inherit",whiteSpace:e.wrap?"normal":"nowrap",textAlign:e.textAlign||"left"},children:e.text})}),e.endIcon&&ot(DGe,{iconName:e.endIcon,color:e.textColor})]},e.id)})})})};const Fpt=({errorMsg:e,stepValue:t,minValue:r,allowNegative:o,inputSx:n,labelSx:a,...i})=>ot(oC,{...i,variant:"outlined",type:"number",error:!!e,helperText:e||null,inputProps:{step:t,min:o?void 0:r},slotProps:{input:{sx:n},inputLabel:{sx:a}}}),Ipt=({isDisplayOnly:t=!1,required:r=!1,requiredErrorText:o="This field is required",validationErrorText:n="Invalid numeric value",text:a,placeholderText:i,backgroundColor:s,borderColor:l,textColor:c="#000",fontSize:u,fontFamily:d,fontWeight:p,allowNegative:h=!1,numericPrecision:f="1",name:m,sourceDataModelField:y,marginLeft:g="0",marginTop:v="0",marginRight:x="0",marginBottom:b="0",paddingLeft:w="0",paddingTop:k="0",paddingRight:_="0",paddingBottom:C="0",width:M,height:S,configurationItemInfo:D,textAlign:O,minHeight:P,maxHeight:E,minWidth:j,maxWidth:T,sx:N})=>{const R=Ut(),F=R?.control,I=!(!F||!m),{localStateObject:z}=NC(),{stateConfig:A}=HC(),L=dt(),B=z||A,V=y?B?.[y]?.value:void 0,$=y?L?.getDmfValue(y):void 0,[H,q]=e.useState(""),W=parseFloat(f),U=h?void 0:0,G={required:!!r&&o,pattern:{value:h?/^-?\d*(\.\d+)?$/:/^\d*(\.\d+)?$/,message:n}};if(h||(G.min={value:0,message:"Value cannot be less than zero"}),t){let e="";e=void 0!==$?String($??""):I?R.watch(m)||"":V;const t=e?function(e,t,r){if(!e)return"";const o=parseFloat(e);if(Number.isNaN(o))return e;if(!r&&o<0)return"0";if(t){const e=(t.split(".")[1]||"").length;if(e>0)return o.toFixed(e)}return e}(e,f,h):i||"-";return nt("div",{style:{display:"inline-flex",flexDirection:"column",marginLeft:g,marginTop:v,marginRight:x,marginBottom:b,...M&&{width:M},...S&&{height:S},...j&&{minWidth:j},...T&&{maxWidth:T},...P&&{minHeight:P},...E&&{maxHeight:E}},sx:N,...D,children:[a&&ot(vg,{sx:{fontSize:u,fontFamily:d,fontWeight:p,color:c,marginBottom:"4px"},children:a}),ot(Sd,{sx:{fontSize:u,fontFamily:d,fontWeight:p,color:c,paddingLeft:w,paddingTop:k,paddingRight:_,paddingBottom:C,backgroundColor:s,border:`1px solid ${l||"#ccc"}`,borderRadius:"4px",minWidth:"60px"},children:t})]})}const K={backgroundColor:s,color:c,fontSize:u,fontFamily:d,fontWeight:p,...M&&{width:M},...S&&{height:S},...j&&{minWidth:j},...T&&{maxWidth:T},...P&&{minHeight:P},...E&&{maxHeight:E},"& .MuiOutlinedInput-notchedOutline":{borderColor:l||"inherit"},"&:hover .MuiOutlinedInput-notchedOutline":{borderColor:l||"inherit"},"&.Mui-focused .MuiOutlinedInput-notchedOutline":{borderColor:l||"inherit"},"& .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline":{borderColor:l||"inherit"},"& .MuiOutlinedInput-root.Mui-disabled:hover .MuiOutlinedInput-notchedOutline":{borderColor:l||"inherit"}},Y={color:c,"&.Mui-focused":{color:c}},Z={...M&&{width:M},...S&&{height:S},...j&&{minWidth:j},...T&&{maxWidth:T},...P&&{minHeight:P},...E&&{maxHeight:E}};return ot(rg,I?{required:r,sx:{marginLeft:g,marginTop:v,marginRight:x,marginBottom:b,width:"fit-content",...M&&{width:M},...S&&{height:S},...j&&{minWidth:j},...T&&{maxWidth:T},...P&&{minHeight:P},...E&&{maxHeight:E},...N},...D,children:ot(Jt,{name:m,rules:G,control:F,defaultValue:"",render:({field:e,fieldState:t})=>ot(Fpt,{errorMsg:t.error?.message,label:a,placeholder:i,stepValue:W,minValue:U,allowNegative:h,inputSx:K,labelSx:Y,sx:Z,value:e.value||"",onChange:t=>e.onChange(t.target.value)})})}:{required:r,sx:{marginLeft:g,marginTop:v,marginRight:x,marginBottom:b,width:"fit-content",...M&&{width:M},...S&&{height:S},...j&&{minWidth:j},...T&&{maxWidth:T},...P&&{minHeight:P},...E&&{maxHeight:E},...N},...D,children:ot(Fpt,{errorMsg:void 0,label:a,placeholder:i,stepValue:W,minValue:U,allowNegative:h,inputSx:K,labelSx:Y,sx:Z,value:H,onChange:e=>q(e.target.value)})})},zpt=e=>{const t={text:e.label,validate:()=>!0},{rule:r}=e,o=Apt(r);if(o||Lpt(r)){const e=((e,t)=>(r=0)=>e?r<=t:r>=t)(o,o?r.MAX:r.MIN);switch(r.type){case"COUNT":t.validate=t=>e(t?.length);break;case"NUMBER_COUNT":t.validate=t=>e(t?.replace(/\D/g,"").length);break;case"CAPITAL_COUNT":t.validate=t=>e((t?.match(/[A-Z]/g)||[]).length);break;case"SPECIAL_CHARACTERS_COUNT":t.validate=t=>e(t?.replace(/[a-z]|\d|\s/gi,"").length);break;case"LOWER_CASE_COUNT":t.validate=t=>e((t?.match(/[a-z]/g)||[]).length)}}return t},Apt=e=>!!e?.MAX,Lpt=e=>!!e?.MIN,Bpt=({gap:t="0",inputProps:r,validations:o,htmlElementId:n,validationState:a,overridesProperties:i,configurationItemInfo:s,width:l,height:c,minWidth:u,maxWidth:d,minHeight:p,maxHeight:h,marginLeft:f="0",marginTop:m="0",marginRight:y="0",marginBottom:g="0",sx:v,...x})=>{const{watch:b,formState:w,setError:k}=Ut()||{},{text:_,subText:C,placeholderText:M,subPlaceholderText:S,validationText:D}=i,O=o.map(zpt),P="password",E=`reEnter${P}`,j=b?.(P),T=b?.(E);return e.useEffect(()=>{j!==T&&k(E,{type:"manual",message:"Passwords do not match"})},[j,T,k,E]),nt(Gf,{id:n,sx:{width:"100%",display:"flex",flexDirection:"column",gap:t,marginLeft:f,marginTop:m,marginRight:y,marginBottom:g,...l&&{width:l},...c&&{height:c},...u&&{minWidth:u},...d&&{maxWidth:d},...p&&{minHeight:p},...h&&{maxHeight:h},...v},...s,...x,children:[ot(Wtt,{...r,inputType:"password",text:_?.text,name:P,placeholderText:M?.text}),ot(Wtt,{...r,inputType:"password",text:C?.text,name:E,placeholderText:S?.text}),ot(CKe,{rules:O,value:j,label:D?.text,isSubmitted:w?.isDirty,validationState:a})]})},Vpt=["+"," ","(",/[0-9]/,/[0-9]/,/[0-9]/,")"," ",/[0-9]/,/[0-9]/,/[0-9]/,"-",/[0-9]/,/[0-9]/,/[0-9]/,/[0-9]/],$pt=e.forwardRef((e,t)=>{const{inputRef:r,...o}=e;return ot(TKe,{...o,ref:e=>{"function"==typeof r&&r(e?e.inputElement:null)},mask:Vpt,guide:!0,placeholderChar:" "})});function Hpt(e){const t=(e??"").replace(/\D+/g,"");if(!t)return"";let r="",o=0;return BKe.forEach(e=>{"string"==typeof e?r+=e:o<t.length?(r+=t[o],o+=1):r+="_"}),r}const qpt=({masked:e,errorMsg:t,inputSx:r,labelSx:o,...n})=>ot(oC,{...n,variant:"outlined",error:!!t,helperText:t||null,slotProps:{input:{sx:r,...e?{inputComponent:$pt}:{}},inputLabel:{sx:o}}}),Wpt=({isDisplayOnly:t=!1,required:r=!1,requiredErrorText:o="Phone is required",validationErrorText:n="Invalid phone number",text:a,placeholderText:i,masked:s=!0,multiLine:l=!1,backgroundColor:c,borderColor:u,textColor:d="#000",fontSize:p,fontFamily:h,fontWeight:f,textAlign:m,marginLeft:y="0",marginTop:g="0",marginRight:v="0",marginBottom:x="0",paddingLeft:b="0",paddingTop:w="0",paddingRight:k="0",paddingBottom:_="0",width:C,height:M,minHeight:S,maxHeight:D,minWidth:O,maxWidth:P,name:E,sourceDataModelField:j,configurationItemInfo:T,sx:N})=>{const R=Ut(),F=R?.control,I=!(!F||!E),{localStateObject:z}=NC(),{stateConfig:A}=HC(),L=dt(),B=z||A,V=j?B?.[j]?.value:void 0,$=j?L?.getDmfValue(j):void 0,[H,q]=e.useState(""),W={required:!!r&&o,pattern:{value:/^\d{10}$/,message:n}};if(t){let e="";e=void 0!==$?String($??""):I?R.watch(E)||"":String(V??"");const t=(s?Hpt(e):e)||i||"-";return nt("div",{style:{display:"inline-flex",flexDirection:"column",marginLeft:y,marginTop:g,marginRight:v,marginBottom:x,...C&&{width:C},...M&&{height:M},...O&&{minWidth:O},...P&&{maxWidth:P},...S&&{minHeight:S},...D&&{maxHeight:D}},...T,children:[a&&ot(vg,{sx:{fontSize:p,fontFamily:h,fontWeight:f,color:d,marginLeft:0,marginBottom:"4px",...N},children:a}),ot(Sd,{sx:{fontSize:p,fontFamily:h,fontWeight:f,color:d,paddingLeft:b,paddingTop:w,paddingRight:k,paddingBottom:_,backgroundColor:c,border:`1px solid ${u||"#ccc"}`,borderRadius:"4px",minWidth:"120px",...N},children:t})]})}const U={backgroundColor:c,color:d,fontSize:p,fontFamily:h,fontWeight:f,...C&&{width:C},...M&&{height:M},...O&&{minWidth:O},...P&&{maxWidth:P},...S&&{minHeight:S},...D&&{maxHeight:D},"& .MuiOutlinedInput-notchedOutline":{borderColor:u||"inherit"},"&:hover .MuiOutlinedInput-notchedOutline":{borderColor:u||"inherit"},"&.Mui-focused .MuiOutlinedInput-notchedOutline":{borderColor:u||"inherit"},"& .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline":{borderColor:u||"inherit"},"& .MuiOutlinedInput-root.Mui-disabled:hover .MuiOutlinedInput-notchedOutline":{borderColor:u||"inherit"}},G={color:d,"&.Mui-focused":{color:d}},K={marginLeft:y,marginTop:g,marginRight:v,marginBottom:x,width:"fit-content",...C&&{width:C},...M&&{height:M},...O&&{minWidth:O},...P&&{maxWidth:P},...S&&{minHeight:S},...D&&{maxHeight:D}};return ot(rg,I?{required:r,sx:{...K,...C&&{width:C},...M&&{height:M},...O&&{minWidth:O},...P&&{maxWidth:P},...S&&{minHeight:S},...D&&{maxHeight:D},...N},...T,children:ot(Jt,{name:E,rules:W,control:F,defaultValue:"",render:({field:e,fieldState:t})=>ot(qpt,{masked:s,errorMsg:t.error?.message,inputSx:U,labelSx:G,label:a,placeholder:i,value:e.value||"",onChange:t=>{const r=(t?.target?.value??"").toString().replace(/\D+/g,"");e.onChange(r)}})})}:{required:r,sx:{...K,...C&&{width:C},...M&&{height:M},...O&&{minWidth:O},...P&&{maxWidth:P},...S&&{minHeight:S},...D&&{maxHeight:D},...N},...T,children:ot(qpt,{masked:s,errorMsg:void 0,inputSx:U,labelSx:G,label:a,placeholder:i,value:H,onChange:e=>{const t=(e?.target?.value??"").toString();q(t.replace(/\D+/g,""))}})})},Upt=({text:t,name:r,isDisplayOnly:o=!1,required:n=!1,requiredErrorText:a="This field is required",validationErrorText:i="Invalid rating",placeholderText:s="",hoverFeedback:l=!1,sourceDataModelField:c,textAlign:u="left",color:d="black",textColor:p,selectColor:h,fontSize:f=14,fontFamily:m="Arial, sans-serif",fontWeight:y="normal",marginLeft:g="0",marginTop:v="0",marginRight:x="0",marginBottom:b="0",paddingLeft:w="0",paddingTop:k="0",paddingRight:_="0",paddingBottom:C="0",width:M,height:S,minHeight:D,maxHeight:O,minWidth:P,maxWidth:E,placement:j="right",configurationItemInfo:T={},disabled:N=!1,maxValue:R=5,ratingPrecision:F=.5,sx:I,...z})=>{const A=Ut(),L=A?.control,B=!!A&&!!L&&!!r,{localStateObject:V}=NC(),{stateConfig:$}=HC(),H=dt(),q=V||$,W=c?q?.[c]?.value:void 0;!B||A.formState.errors;const[U,G]=e.useState(null),[K,Y]=e.useState(-1),Z=l&&-1!==K;if(o){const e=c?H?.getDmfValue(c):void 0;let r=null;const o=e=>"number"!=typeof e||Number.isNaN(e)?"string"!=typeof e||Number.isNaN(Number(e))?null:Number(e):e;if(void 0!==e)r=o(e);else if(c&&q?.[c]){const e=q?.[c]?.value;r=o(e)}return nt(rg,{required:n,sx:{marginLeft:g,marginTop:v,marginRight:x,marginBottom:b,paddingLeft:w,paddingTop:k,paddingRight:_,paddingBottom:C,display:"inline-flex",...M&&{width:M},...S&&{height:S},...D&&{minHeight:D},...O&&{maxHeight:O},...P&&{minWidth:P},...E&&{maxWidth:E},...I},...T,children:[t&&ot(Sd,{variant:"subtitle1",sx:{fontSize:f,fontFamily:m,fontWeight:y,color:p||d,marginBottom:"4px"},children:t}),ot(yb,{value:r,max:R,precision:F,readOnly:!0,sx:{"& .MuiRating-iconEmpty":{color:d},"& .MuiRating-iconFilled":{color:h||d},...I},...z})]})}const X={required:!!n&&a,validate:e=>!n||null!==e&&0!==e||a};return nt(rg,{required:n,sx:{marginLeft:g,marginTop:v,marginRight:x,marginBottom:b,paddingLeft:w,paddingTop:k,paddingRight:_,paddingBottom:C,display:"inline-flex",...M&&{width:M},...S&&{height:S},...D&&{minHeight:D},...O&&{maxHeight:O},...P&&{minWidth:P},...E&&{maxWidth:E},...I},...T,children:[t&&ot(Sd,{variant:"subtitle1",sx:{fontSize:f,fontFamily:m,fontWeight:y,color:p||d,marginBottom:"4px"},children:t}),nt(Gf,{sx:{display:"flex",alignItems:"center"},children:["left"===j&&ot(Sd,{sx:{fontSize:f,fontFamily:m,fontWeight:y,color:p||d,minWidth:"2em"},children:Z?K:B?A.getValues(r)??W??"":U??W??""}),ot(Jt,{name:r,control:L,defaultValue:"number"==typeof W?W:null,rules:X,render:({field:e,fieldState:{error:t}})=>nt(rt,{children:[ot(yb,{value:e.value??W??0,max:R,precision:F,disabled:N,onChange:(t,r)=>e.onChange(r),onChangeActive:l?(e,t)=>Y(t??-1):void 0,sx:{"& .MuiRating-iconEmpty":{color:d},"& .MuiRating-iconFilled":{color:h||d},marginX:l?1:0,...I},...z}),t&&ot(vg,{error:!0,sx:{marginTop:"4px"},children:"required"===t.type?a:i})]})}),"right"===j&&ot(Sd,{sx:{fontSize:f,fontFamily:m,fontWeight:y,color:p||d,minWidth:"2em"},children:Z?K:B?A.getValues(r)??W??"":U??W??""})]})]})},Gpt=({open:t,text:o,disabled:n,sx:a,placeholderText:i,required:s=!1,requiredErrorText:c="This field is required",validationErrorText:u="Invalid format",isDisplayOnly:d=!1,displayText:p,visible:h=!0,fontSize:f,fontFamily:m,fontWeight:y,textColor:g,textAlign:v,borderColor:x,color:b,backgroundColor:w,marginLeft:k="0",marginTop:_="0",marginRight:C="0",marginBottom:M="0",paddingLeft:S="12px",paddingTop:D="14px",paddingRight:O="12px",paddingBottom:P="14px",width:E,height:j,minHeight:T,maxHeight:N,minWidth:R,maxWidth:F,configurationItemInfo:I={},name:z,sourceDataModelField:A,predefinedValue:L,...B})=>{const V=d?void 0:A,{dataModelFieldOptions:$,isLoading:H}=(e=>{const{pickList:t}=ct(),{data:o=[],refetch:n,isLoading:a}=r.useQuery({queryKey:[OGe,e],queryFn:()=>t.get(e),select:e=>{const t=e?.data;return Array.isArray(t)?t:t&&Array.isArray(t.data)?t.data:[]},enabled:Boolean(e),refetchOnWindowFocus:!0,refetchOnMount:!0});return{dataModelFieldOptions:o,refetch:n,isLoading:a}})(V),q=Ut(),W=q?.control,U=!!q&&!!W&&!!z,{formState:G}=q||{},{localStateObject:K,localState:Y,setLocalStateValue:Z,isConfigurationMode:X,selectedConfigurationItemId:Q}=NC(),{stateConfig:J}=HC(),{isMLR:ee}=DC(),te=dt(),re=K||J,oe=A?re?.[A]:void 0,ne=oe?.value||("string"==typeof oe||"number"==typeof oe?oe:void 0),ae=A?te?.getDmfValue(A):void 0,ie="string"==typeof ae||"number"==typeof ae?ae:ae&&"object"==typeof ae?ae.value??ae.label??ae.id:void 0,[se,le]=e.useState(""),[ce,ue]=e.useState(!1),[de,pe]=e.useState(!1),he=e.useRef(null),fe=e.useRef(null),me=l.default.useCallback(e=>{fe.current=e,pe(null!==e)},[]),ye=X&&Q===I?.["data-configuration-id"];e.useEffect(()=>{X&&ue(!!ye)},[ye,X]);const ge=e.useMemo(()=>!(Boolean(n)||null!=L&&""!==L)&&(X?!!ye&&ce:ee?t||!1:void 0),[X,ye,ce,ee,t,n,L]),ve=e.useMemo(()=>null!=L&&""!==L,[L]),xe=e.useMemo(()=>Boolean(n)||ve,[n,ve]);e.useEffect(()=>{ve&&null!=L&&(U?q?.setValue(z,L):le(L))},[ve,L,U,q,z]);const be=e.useMemo(()=>({required:!!s&&c,validate:()=>!0}),[s,c]),we=e.useMemo(()=>($||[]).map(e=>"string"==typeof e?{id:e,label:e}:e),[$]),ke=!xe&&(X&&ye||ee&&t),_e=ke&&de&&null!==fe.current,Ce=e.useMemo(()=>{const e=(()=>{switch(v){case"center":return"center";case"right":return"flex-end";case"justify":return"space-between";default:return"flex-start"}})(),t=g||b||"rgba(0, 0, 0, 0.87)",r=g?`${g}50`:"rgba(0, 0, 0, 0.6)",o=g?`${g}30`:"rgba(0, 0, 0, 0.26)";return{typography:{fontSize:f||"1rem",fontFamily:"string"==typeof m?m:"inherit",color:t},menuItem:{fontSize:f||"1rem",fontFamily:"string"==typeof m?m:"inherit",color:t,minHeight:"48px",padding:"6px 16px",transition:"background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms","&:hover":{backgroundColor:"rgba(127, 127, 127, 0.08)"},"&.Mui-selected":{backgroundColor:"rgba(25, 118, 210, 0.12)","&:hover":{backgroundColor:"rgba(25, 118, 210, 0.2)"}},"&.Mui-disabled":{color:o,backgroundColor:"rgba(127, 127, 127, 0.06)"}},inputSx:{fontSize:f,fontFamily:m,fontWeight:y,color:b,minHeight:"56px","& .MuiOutlinedInput-notchedOutline":{borderColor:x||"inherit"},"&:hover .MuiOutlinedInput-notchedOutline":{borderColor:x||"inherit"},"&.Mui-focused .MuiOutlinedInput-notchedOutline":{borderColor:x||"inherit"},"& .MuiSelect-select":{display:"flex",alignItems:"center",justifyContent:e,backgroundColor:w,textAlign:v,boxSizing:"border-box",paddingLeft:S,paddingTop:D,paddingRight:O,paddingBottom:P,minHeight:"1.4375em",lineHeight:"1.4375em"}},formControlSx:{marginLeft:k,marginTop:_,marginRight:C,marginBottom:M,...E&&{width:E},...j&&{height:j},...F&&{maxWidth:F},...T&&{minHeight:T},...N&&{maxHeight:N},...R?{minWidth:R}:E?{}:{minWidth:"240px"},...a},placeholderTypography:{fontSize:f||"1rem",fontFamily:"string"==typeof m?m:"inherit",color:r},placeholderColor:r}},[v,f,m,b,g,y,x,w,S,D,O,P,k,_,C,M,E,j,F,R,T,N]),Me=()=>ot(yx,{disabled:!0,value:"",sx:{...Ce.menuItem,backgroundColor:"rgba(0, 0, 0, 0.06) !important","&:hover":{backgroundColor:"rgba(0, 0, 0, 0.06) !important"}},children:ot("em",{style:{fontStyle:"italic",...Ce.placeholderTypography},children:i||"Select an option"})});e.useEffect(()=>{if(!d||!U)return;const e=null!=ie?String(ie):void 0,t=null!=ne?String(ne):void 0,r=("string"==typeof p&&""!==p?p:void 0)??e??t;void 0!==r&&q?.setValue(z,r)},[d,U,p,ie,ne,q,z]);const Se=(e,t)=>H?nt(yx,{disabled:!0,value:"loading",sx:Ce.menuItem,children:[ot(ed,{size:20,sx:{mr:1}}),"Loading..."]}):we.map(r=>ot(yx,{value:r.id,selected:e===r.id,onClick:t?()=>t(r.id):void 0,sx:Ce.menuItem,children:r.label},r.id));if(d){const e=!E||"auto"===E,t=("string"==typeof p&&""!==p?p:void 0)??(null!=ie?String(ie):void 0)??(null!=ne?String(ne):void 0)??(i||"-");return nt("div",{style:{display:"inline-flex",flexDirection:"column",marginTop:_,marginRight:C,marginBottom:M,marginLeft:k,...E?{width:E}:{width:"fit-content"},...j&&{height:j},...T&&{minHeight:T},...N&&{maxHeight:N},...R&&{minWidth:R},...F&&{maxWidth:F}},...I,children:[o&&ot("div",{style:{marginBottom:4},children:ot(vg,{sx:{fontSize:f,fontFamily:m,fontWeight:y,color:g||"#000",marginLeft:0,textAlign:v},children:o})}),ot(Sd,{sx:{fontSize:f,fontFamily:m,fontWeight:y,color:g,textAlign:v,paddingLeft:S,paddingTop:D,paddingRight:O,paddingBottom:P,backgroundColor:w,border:`1px solid ${x||"#ccc"}`,borderRadius:"4px",...e?{width:"fit-content"}:{}},children:t})]})}const De={slotProps:{paper:{elevation:3,sx:{borderRadius:"4px",backgroundColor:w||"background.paper",boxShadow:"0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12)",...Ce.typography,..._e?{display:"none !important",visibility:"hidden !important",opacity:"0 !important",pointerEvents:"none !important",position:"absolute !important",top:"-9999px !important",left:"-9999px !important",zIndex:"-9999 !important"}:{}}}},MenuListProps:{sx:{padding:"8px 0",...w&&{backgroundColor:w},"& .MuiMenuItem-root":Ce.menuItem}},anchorOrigin:{vertical:"bottom",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"left"},..._e?{disableScrollLock:!0,disablePortal:!0,disableAutoFocus:!0,disableRestoreFocus:!0,disableEnforceFocus:!0,hideBackdrop:!0}:{}},Oe=(e,t)=>{t?.onChange?t.onChange(e):(le(e),A&&Z&&Z(A,{id:e}))},Pe=e=>{if(!e||""===e)return ot("em",{style:{color:Ce.placeholderColor,fontStyle:"italic"},children:i||"Select an option"});const t=we.find(t=>t.id===e);return t?t.label:e},Ee=(e,t)=>nt(Tb,{...e||{},...B,...X?{open:ge}:{},...ee?{open:ge}:{},...ke?{open:!1,onClose:()=>{},onOpen:()=>{}}:{},error:t,disabled:xe,value:e?.value??se,onChange:t=>{_e||Oe(t.target.value,e)},labelId:`select-label-${z}`,input:ot(Nx,{label:o}),displayEmpty:!0,renderValue:Pe,MenuProps:De,sx:{...Ce.inputSx,...E&&{width:E},...j&&{height:j},...R&&{minWidth:R},...F&&{maxWidth:F},...T&&{minHeight:T},...N&&{maxHeight:N}},inputProps:{"aria-label":o},children:[Me(),Se()]}),je=e=>{if(!_e||xe)return null;const t=e?.value??se;return ot(fh,{open:!0,anchorEl:fe.current,placement:"bottom-start",disablePortal:!0,transition:!0,sx:{zIndex:1300},children:({TransitionProps:r})=>ot(jg,{...r,timeout:150,style:{transformOrigin:"top left"},children:ot(Qc,{elevation:3,sx:{borderRadius:"4px",backgroundColor:w||"background.paper",minWidth:fe.current?.offsetWidth||240,width:fe.current?.offsetWidth||240,maxHeight:300,overflowY:"auto",overflowX:"hidden",scrollbarWidth:"none",msOverflowStyle:"none","&::-webkit-scrollbar":{display:"none",width:0,height:0},boxShadow:"rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px",...Ce.typography},children:nt(Kv,{sx:{padding:"8px 0",...w&&{backgroundColor:w},"& .MuiMenuItem-root":Ce.menuItem},children:[Me(),Se(t,t=>Oe(t,e))]})})})})};return h?ot("div",{ref:he,style:{position:"relative",...E&&{width:E},...j&&{height:j},...R&&{minWidth:R},...F&&{maxWidth:F},...T&&{minHeight:T},...N&&{maxHeight:N}},...I,onClick:e=>{if(X&&I&&"onClick"in I){e.stopPropagation();I.onClick()}},children:nt(rg,{ref:me,variant:"outlined",sx:Ce.formControlSx,error:!!G?.errors?.[z],disabled:xe,required:s,children:[ot(Wg,{id:`select-label-${z}`,shrink:!0,sx:{color:g||"rgba(0, 0, 0, 0.6)",fontSize:f,fontFamily:m,fontWeight:y,"&.Mui-focused":{color:g||"rgba(0, 0, 0, 0.6)"}},children:o}),U?ot(Jt,{name:z,control:W,rules:be,render:({field:e,fieldState:{error:t}})=>nt(rt,{children:[Ee(e,!!t),je(e)]})}):nt(rt,{children:[Ee(void 0,!1),je(void 0)]}),G?.errors?.[z]&&ot(vg,{error:!0,children:G?.errors?.[z]?.message||("required"===G?.errors?.[z]?.type?c:u)})]})}):null};const Kpt=({text:e,name:t,isDisplayOnly:r=!1,required:o=!1,requiredErrorText:n="This field is required",validationErrorText:a="Invalid value",placeholderText:i="",startIcon:s,endIcon:l,borderColor:c,selectLineColor:u,lineWeight:d=1,orientation:p="horizontal",textColor:h,fontSize:f,fontFamily:m,fontWeight:y,valueFormat:g,valueDisplay:v="auto",iconSize:x,selectColor:b,iconColor:w,minValue:k=0,maxValue:_=100,step:C,labelPlacement:M="top",marginLeft:S="0",marginTop:D="0",marginRight:O="0",marginBottom:P="0",paddingLeft:E="0",paddingTop:j="0",paddingRight:T="0",paddingBottom:N="0",width:R,height:F,minHeight:I,maxHeight:z,minWidth:A,maxWidth:L,sx:B,configurationItemInfo:V,sourceDataModelField:$,disabled:H=!1,...q})=>{const W=Ut(),U=W?.control,{localStateObject:G}=NC(),{stateConfig:K}=HC(),Y=dt(),Z=G||K,X=$?Z?.[$]?.value:void 0,Q=$?Y?.getDmfValue($):void 0,J={required:!!o&&n,validate:e=>!o||null!=e||n},ee=e=>function(e,t){if(null==e)return"";switch(t){case"$0.00":return`$${e.toFixed(2)}`;case"$123":return`$${e}`;case"%0.00":return`${e.toFixed(2)}%`;case"%123":return`${e}%`;case"0.0":return e.toFixed(1);case"0.00":return e.toFixed(2);default:return e.toString()}}(e,g),te={width:"100%","& .MuiSlider-root":{width:"100%"},"& .MuiSlider-rail":{backgroundColor:c||"#ccc",..."vertical"===p?{width:`${d}px`}:{height:`${d}px`}},"& .MuiSlider-track":{backgroundColor:u||"#2196f3",border:`1px solid ${u||"#2196f3"}`,..."vertical"===p?{width:`${d}px`}:{height:`${d}px`}},"& .MuiSlider-thumb":{backgroundColor:b||"#2196f3",width:x||"16px",height:x||"16px",boxShadow:"none","&:focus, &:hover, &.Mui-active, &.Mui-focusVisible":{boxShadow:"none"}},"& .MuiSlider-valueLabel":{backgroundColor:b||"#2196f3",color:"#ffffff",borderRadius:"4px",fontSize:"12px",fontWeight:500},"& .MuiSlider-mark":{backgroundColor:c||"#ccc",width:"2px",height:"2px",borderRadius:"50%"},"& .MuiSlider-markActive":{backgroundColor:b||"#2196f3"},...B};if(r){let t=null;const r=e=>"number"!=typeof e||Number.isNaN(e)?"string"!=typeof e||Number.isNaN(Number(e))?null:Number(e):e;if(void 0!==Q)t=r(Q);else if($&&Z?.[$]){const e=Z?.[$]?.value;t=r(e)}return nt(rg,{required:o,sx:{marginLeft:S,marginTop:D,marginRight:O,marginBottom:P,paddingLeft:E,paddingTop:j,paddingRight:T,paddingBottom:N,display:"inline-flex",...R&&{width:R},...F&&{height:F},...I&&{minHeight:I},...z&&{maxHeight:z},...A&&{minWidth:A},...L&&{maxWidth:L},...B},...V,children:[e&&ot(Cg,{children:e}),nt(Gf,{display:"flex",flexDirection:"top"===M?"column":"row",alignItems:"center",mt:"top"===M?1:0,children:[s&&ot(Gf,{mr:"horizontal"===p?1:0,mb:"vertical"===p?1:0,children:ot(DGe,{iconName:s,color:w})}),ot(fw,{value:t??void 0,min:k,max:_,step:C,orientation:p,valueLabelDisplay:v,valueLabelFormat:ee,sx:te,disabled:!0,...q}),l&&ot(Gf,{ml:"horizontal"===p?1:0,mt:"vertical"===p?1:0,children:ot(DGe,{iconName:l,color:w})}),ot(Sd,{sx:{ml:1,fontSize:f,fontFamily:m,fontWeight:y,color:h},children:t})]})]})}return nt(rg,{required:o,sx:{marginLeft:S,marginTop:D,marginRight:O,marginBottom:P,paddingLeft:E,paddingTop:j,paddingRight:T,paddingBottom:N,display:"inline-flex",...R&&{width:R},...F&&{height:F},...I&&{minHeight:I},...z&&{maxHeight:z},...A&&{minWidth:A},...L&&{maxWidth:L},...B},...V,children:[e&&ot(Cg,{children:e}),ot(Jt,{name:t||"",control:U,defaultValue:"number"==typeof X?X:k,rules:J,render:({field:e,fieldState:t})=>nt(rt,{children:[ot(fw,{...e,min:k,max:_,step:C,orientation:p,valueLabelDisplay:v,valueLabelFormat:ee,sx:te,onChange:(t,r)=>e.onChange(r),...q}),t.error&&ot(vg,{error:!0,sx:{mt:1},children:"required"===t.error.type?n:a})]})})]})},Ypt=({direction:t="up",size:r="medium",ariaLabel:o="Speed Dial",openIconName:n="plus",closeIconName:a="x",openIconColor:i="#fff",closeIconColor:s="#fff",backgroundColor:l="#1976d2",items:c=[],configurationItemInfo:u={},tooltipOpen:d=!1,tooltipPlacement:p,showBackdrop:h=!1,openOnHover:f=!1,paddingTop:m,paddingRight:y,paddingBottom:g,paddingLeft:v,marginTop:x,marginRight:b,marginBottom:w,marginLeft:k,moleculeId:_,gap:C,sx:M,...S})=>{const D=Ge(),[O,P]=e.useState(!1),{isConfigurationMode:E,onConfigurationItemClicked:j,selectedConfigurationItemId:T,onInternalNavigation:N}=NC();e.useEffect(()=>{if(!O)return;const e=e=>{"Escape"!==e.key||E||P(!1)};return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)},[O,E]);const R=()=>P(!0),F=()=>P(!1);let I={};I=f&&!h?{onMouseEnter:R,onMouseLeave:F,onFocus:R,onBlur:F}:{onClick:e=>{P(e=>!e)}};const z={bgcolor:l,paddingTop:m,paddingRight:y,paddingBottom:g,paddingLeft:v,marginTop:x,marginRight:b,marginBottom:w,marginLeft:k},A=O||E&&(T===_||c.some(e=>e.id===T));return nt("div",{role:"presentation",children:[h&&ot(If,{open:O}),ot(Mw,{ariaLabel:o,direction:t,icon:ot(Yw,{icon:ot(DGe,{iconName:n,color:i,size:24}),openIcon:ot(DGe,{iconName:a,color:s,size:24})}),open:A,onOpen:f&&!h?R:void 0,onClose:f&&!h?F:void 0,FabProps:{color:"primary",sx:z,size:r,gap:C},slotProps:{fab:{"data-testid":"speed-dial-fab","aria-label":o}},sx:{"& .MuiSpeedDial-fab":{backgroundColor:l,...z},"& .MuiSpeedDial-actions":{gap:C||8},"& .MuiSpeedDialIcon-icon":{fontSize:"small"===r?"18px":"large"===r?"24px":"20px",color:"inherit"},"& .MuiSpeedDialIcon-openIcon":{fontSize:"small"===r?"18px":"large"===r?"24px":"20px",color:"inherit"},"& .MuiSpeedDialAction-fab":{backgroundColor:"#fff",color:"#757575","&:hover":{backgroundColor:"#f5f5f5"}},"& .MuiSpeedDialAction-staticTooltip":{backgroundColor:"rgba(97, 97, 97, 0.9)",color:"#fff",fontSize:"12px",padding:"4px 8px",borderRadius:"4px"},"& .MuiSpeedDialAction-staticTooltipLabel":{fontSize:"12px",fontWeight:500},...M},...I,...u,...S,children:c.map(e=>{const{text:t,link:o}=e.properties??{},{iconName:n="plus",disabled:a=!1,iconColor:i="#757575",tooltipText:s,backgroundColor:l="#fff"}=e.config?.props??{},c=String(t?.text||s||"Action"),u=E&&T===e.id,h={entityId:e.id,entity:"molecule_item",entityType:"speed_dial_action_item"},f=E?{onClick:e=>{e.stopPropagation(),j?.(h,!1)},onDoubleClick:e=>{e.stopPropagation(),j?.(h,!0)},"data-organism-id":e.id,css:Att({theme:D,selected:u})}:{};return ot(Hw,{icon:ot(DGe,{iconName:n,color:i,size:24}),tooltipOpen:d,tooltipTitle:c,tooltipPlacement:p,FabProps:{sx:{color:i,backgroundColor:l},size:r,disabled:a,"aria-label":c,onClick:e=>{e.stopPropagation(),o?(A7e(o)?N?.({link:o.internalLink??""}):I7e(o.externalLink),P(!1)):P(!1)},...f}},e.id)})})]})},Zpt=({items:e,gap:t,stepGap:r,isMobile:o=!1,iconSize:n="24px",orientation:a="horizontal",activeStep:i=0,lineColor:s,lineWidth:l,lineRadius:c,marginTop:u="0",marginRight:d="0",marginBottom:p="0",marginLeft:h="0",paddingTop:f="0",paddingRight:m="0",paddingBottom:y="0",paddingLeft:g="0",borderRadius:v="0",configurationItemInfo:x,backgroundColor:b="transparent",sx:w,...k})=>{const _=Ge(),C=o?"vertical":a,{isConfigurationMode:M,onConfigurationItemClicked:S,selectedConfigurationItemId:D}=NC();return ot(Ak,{sx:{gap:t,width:"100%",overflow:"hidden",marginTop:u,marginRight:d,marginBottom:p,marginLeft:h,paddingTop:f,paddingRight:m,paddingBottom:y,paddingLeft:g,borderRadius:v,backgroundColor:b,"& .MuiStep-root":{padding:"8px"},"& .MuiStepLabel-root":{gap:r,alignItems:"flex-start"},"& .MuiStepLabel-label":{fontSize:"inherit",fontWeight:"inherit",fontFamily:"inherit",color:"inherit"},"& .MuiStepConnector-root":{flex:"1 1 auto"},"& .MuiStepConnector-line":{borderColor:s,borderWidth:l,borderRadius:c},"& .MuiStepConnector-vertical":{width:n||"24px",display:"flex",justifyContent:"center",alignItems:"center",marginLeft:"4px"},"& .MuiStepConnector-horizontal":{marginLeft:"8px",marginRight:"8px"},"& .MuiStepContent-root":{margin:0,padding:0,marginTop:"4px",borderLeft:"none"},"& .MuiTypography-root":{fontSize:"inherit",fontWeight:"inherit",fontFamily:"inherit",color:"inherit"},...w},activeStep:i,orientation:C,connector:ot(Ok,{sx:{[`&.${Ck.vertical}`]:{width:n||"24px",display:"flex",justifyContent:"center",alignItems:"center",marginLeft:"4px"},[`&.${Ck.vertical} .${Ck.line}`]:{borderColor:s,borderWidth:l,borderRadius:c},[`&.${Ck.horizontal} .${Ck.line}`]:{borderColor:s,borderWidth:l,borderRadius:c}}}),...x,...k,children:e.map((e,t)=>{const o=D===e.id,a=t===i,s={entityId:e.id,entity:"molecule_item",entityType:"stepper_item"},l=M?{onClick:e=>{M&&(e.stopPropagation(),S?.(s,!1))},onDoubleClick:e=>{M&&(e.stopPropagation(),S?.(s,!0))},"data-organism-id":e.id,css:Att({theme:_,selected:o})}:{},c=e.color||(a?"#000":"#555");return ot(ak,{...l,children:nt(kk,{sx:{gap:r,"& .MuiStepLabel-iconContainer":{marginRight:"8px",display:"flex",alignItems:"center",justifyContent:"center"},"& .MuiStepLabel-labelContainer":{display:"flex",flexDirection:"column",alignItems:"flex-start"}},icon:e?.iconName?ot(DGe,{size:n,color:e.iconColor||"#000",iconName:e.iconName,borderRadius:e?.iconBorderRadius||0,backgroundColor:e.iconBackgroundColor||"transparent"}):void 0,children:[ot(Sd,{variant:"body1",sx:{padding:"4px",fontSize:e.fontSize||"inherit",fontWeight:e.fontWeight||"normal",fontFamily:e.fontFamily||"inherit",color:c,borderRadius:e.borderRadius||"0",display:"inline-block","&.MuiTypography-body1":{fontSize:"inherit",fontWeight:"inherit",fontFamily:"inherit",color:"inherit"}},children:e.title}),e.subText&&ot(Nk,{sx:{margin:0,padding:0,marginTop:"4px",borderLeft:"none","& .MuiStepContent-root":{margin:0,padding:0,marginTop:"4px",borderLeft:"none"}},transitionDuration:{enter:400,exit:400},children:ot(Sd,{variant:"body2",sx:{padding:"4px",fontSize:e.subTextFontSize||"inherit",fontWeight:e.subTextFontWeight||"normal",fontFamily:e.subTextFontFamily||"inherit",color:e.subTextColor||"#666",borderRadius:e.borderRadius||"0",display:"inline-block",..."horizontal"===C&&{maxWidth:"300px"},"&.MuiTypography-body2":{fontSize:"inherit",fontWeight:"inherit",fontFamily:"inherit",color:"inherit"}},children:e.subText})})]})},e.id)})})},Xpt=fl(Uk)(({thumbColor:e="#ff0000",thumbCheckedColor:t="#00ff00",trackColor:r="#0000ff",disabledThumbColor:o="#9e9e9e",sx:n})=>({"& .MuiSwitch-thumb":{backgroundColor:e,width:20,height:20},"& .MuiSwitch-switchBase.Mui-checked .MuiSwitch-thumb":{backgroundColor:t},"& .MuiSwitch-switchBase.Mui-checked + .MuiSwitch-track":{backgroundColor:r,opacity:1,backgroundImage:"none"},"& .MuiSwitch-track":{backgroundColor:r,opacity:1,backgroundImage:"none"},"&.Mui-disabled .MuiSwitch-thumb":{backgroundColor:o},"&.Mui-disabled .MuiSwitch-track":{backgroundColor:r,opacity:1,backgroundImage:"none"},"& .MuiSwitch-switchBase":{padding:"9px","&.Mui-checked":{transform:"translateX(16px)"}},"& .MuiSwitch-colorPrimary":{"&.Mui-checked":{color:t}},"& .MuiSwitch-colorSecondary":{"&.Mui-checked":{color:t}},...n})),Qpt=({isDisplayOnly:t=!1,required:r=!1,requiredErrorText:o="This field is required",validationErrorText:n="Invalid value",text:a="",thumbColor:i,thumbCheckedColor:s,trackColor:l,disabledThumbColor:c,labelPlacement:u="top",marginLeft:d="0",marginTop:p="0",marginRight:h="0",marginBottom:f="0",paddingLeft:m="0",paddingTop:y="0",paddingRight:g="0",paddingBottom:v="0",width:x,height:b,minHeight:w,maxHeight:k,minWidth:_,maxWidth:C,name:M,sourceDataModelField:S,disabled:D=!1,sx:O,configurationItemInfo:P,...E})=>{const j=Ut(),T=j?.control,N=!!T&&!!M,R={required:!!r&&o,validate:e=>!(r&&!e)||o},{localStateObject:F}=NC(),{stateConfig:I}=HC(),z=dt(),A=F||I,L=S?A?.[S]?.value:void 0,[B,V]=e.useState(!1);if(t){const e=S?z?.getDmfValue(S):void 0;let t=!1;return t=void 0!==e?"true"===String(e).toLowerCase()||!0===e:N?!!j.watch(M):!!L,nt(rg,{required:r,sx:{marginLeft:d,marginTop:p,marginRight:h,marginBottom:f,paddingLeft:m,paddingTop:y,paddingRight:g,paddingBottom:v,display:"inline-flex",...x&&{width:x},...b&&{height:b},...w&&{minHeight:w},...k&&{maxHeight:k},..._&&{minWidth:_},...C&&{maxWidth:C},"& .MuiFormLabel-root":{fontSize:"14px",fontWeight:500,color:"#333",marginBottom:"8px"},"& .MuiSwitch-root":{marginTop:"8px"},"& .MuiSwitch-switchBase":{padding:"9px"},"& .MuiSwitch-thumb":{width:"18px",height:"18px",borderRadius:"9px"},"& .MuiSwitch-track":{borderRadius:"9px",height:"14px"},"& .MuiTypography-root":{marginLeft:"8px",fontSize:"14px",fontWeight:500,color:"#333"},...O},...P,children:[a&&ot(Cg,{component:"legend",children:a}),nt(Gf,{display:"flex",alignItems:"center",mt:"top"===u?1:0,children:[ot(Xpt,{disabled:!0,checked:t,thumbColor:i,thumbCheckedColor:s,trackColor:l,disabledThumbColor:c,sx:{"& .MuiSwitch-switchBase":{pointerEvents:"none"}},...E}),ot(Sd,{sx:{ml:1},children:t?"ON":"OFF"})]})]})}return nt(rg,{required:r,sx:{marginLeft:d,marginTop:p,marginRight:h,marginBottom:f,paddingLeft:m,paddingTop:y,paddingRight:g,paddingBottom:v,display:"inline-flex",...x&&{width:x},...b&&{height:b},...w&&{minHeight:w},...k&&{maxHeight:k},..._&&{minWidth:_},...C&&{maxWidth:C},"& .MuiFormLabel-root":{fontSize:"14px",fontWeight:500,color:"#333",marginBottom:"8px"},"& .MuiSwitch-root":{marginTop:"8px"},"& .MuiSwitch-switchBase":{padding:"9px"},"& .MuiSwitch-thumb":{width:"18px",height:"18px",borderRadius:"9px"},"& .MuiSwitch-track":{borderRadius:"9px",height:"14px"},"& .MuiFormHelperText-root":{marginTop:"4px",fontSize:"12px",color:"#d32f2f"},...O},...P,children:[a&&ot(Cg,{component:"legend",children:a}),N?ot(Jt,{name:M,rules:R,control:T,defaultValue:!1,render:({field:e,fieldState:t})=>nt(rt,{children:[ot(Gf,{display:"flex",alignItems:"center",mt:"top"===u?1:0,children:ot(Xpt,{checked:!!e.value,disabled:D,onChange:(t,r)=>e.onChange(r),thumbColor:i,thumbCheckedColor:s,trackColor:l,disabledThumbColor:c,sx:{"& .MuiSwitch-switchBase":{"&:hover":{backgroundColor:"rgba(25, 118, 210, 0.04)"}}},...E})}),t.error&&ot(vg,{error:!0,sx:{marginTop:"4px"},children:"required"===t.error.type?o:n})]})}):ot(Gf,{display:"flex",alignItems:"center",mt:"top"===u?1:0,children:ot(Xpt,{checked:B,disabled:D,onChange:(e,t)=>{V(t)},thumbColor:i,thumbCheckedColor:s,trackColor:l,disabledThumbColor:c,sx:{"& .MuiSwitch-switchBase":{"&:hover":{backgroundColor:"rgba(25, 118, 210, 0.04)"}}},...E})})]})},Jpt=({items:t,onTabChange:r,activeTabKey:o,isMobile:n=!1,marginTop:a,marginRight:i,marginBottom:s,marginLeft:l,paddingTop:c,paddingRight:u,paddingBottom:d,paddingLeft:p,buttonPaddingTop:h,buttonPaddingRight:f,buttonPaddingBottom:m,buttonPaddingLeft:y,width:g,height:v,backgroundColor:x,borderRadius:b,elevation:w=1,gap:k,indicatorVisible:_=!0,indicatorColor:C,lineWidth:M="2px",orientation:S="horizontal",activeTextColor:D="#1976d2",inactiveTextColor:O="#000",fontSize:P,fontWeight:E,fontFamily:j,wrapText:T,textAlign:N,iconName:R,iconColor:F,iconSize:I,iconPlacement:z="left",hoverTextColor:A,itemBorder:L,itemBorderRadius:B,itemBackgroundColor:V,itemSelectedBackgroundColor:$,itemHoverBackgroundColor:H,selectedItemElevation:q=0,itemDisableRipple:W,configurationItemInfo:U,sx:G})=>{const K=Ge(),{isConfigurationMode:Y,onConfigurationItemClicked:Z,selectedConfigurationItemId:X}=NC(),[Q,J]=e.useState(null),ee=e=>J(e.currentTarget),te=()=>J(null),re={marginTop:a,marginRight:i,marginBottom:s,marginLeft:l,paddingTop:c,paddingRight:u,paddingBottom:d,paddingLeft:p,width:g,height:v,backgroundColor:x,borderRadius:b,display:"flex",overflow:"visible !important"},oe=e=>{const t=e?D:O,r=e&&$||V;return{color:t,fontSize:P,fontWeight:E,fontFamily:j,textAlign:N,whiteSpace:T?"normal":"nowrap",border:L,borderRadius:B,backgroundColor:r,boxShadow:e?K.shadows[q]:void 0,paddingTop:h,paddingRight:f,paddingBottom:m,paddingLeft:y,"&:hover":{color:A||t,backgroundColor:H||r}}},ne=e=>{r?.({newTabKey:e.tabKey,link:e.link})},ae=e=>{if(!Y)return{};const t=e.id===X,r={entityId:e.id,entity:"molecule_item",entityType:"tabs_item"};return{onClick:e=>{e.stopPropagation(),Z?.(r,!1)},onDoubleClick:e=>{e.stopPropagation(),Z?.(r,!0)},"data-organism-id":e.id,css:Att({theme:K,selected:t})}},ie=e=>{const t=e.tabKey===o,r=oe(t);return nt(yx,{onClick:()=>{ne(e),te()},sx:{...r,display:"flex",alignItems:"center"},...ae(e),children:[e.iconName&&ot(DGe,{iconName:e.iconName,sx:{fontSize:P,color:t?D:O,mr:1}}),ot(Gf,{component:"span",children:e.label})]},e.id)};if(n)return nt(Qc,{elevation:w,style:re,sx:G,...U,children:[ot(id,{onClick:ee,children:ot(DGe,{size:I,color:F,iconName:R})}),ot(dx,{anchorEl:Q,open:Boolean(Q),onClose:te,children:t.map(ie)})]});const se=t.findIndex(e=>e.tabKey===o);return ot(Qc,{elevation:w,style:re,sx:G,...U,children:ot(Q_,{value:se<0?0:se,onChange:(e,r)=>Y?null:ne(t[r]),orientation:S,sx:{overflow:"visible","& .MuiTabs-flexContainer":{gap:k}},TabIndicatorProps:{style:_?{height:M,borderRadius:b,backgroundColor:C||D}:{display:"none"}},children:t.map(e=>{const t=e.tabKey===o,r={...oe(t),"&.Mui-selected":{color:t?D:O}};return ot(Xk,{label:e.label,disableRipple:W,sx:{...r,textTransform:"none"},onClick:()=>ne(e),iconPosition:"right"===z?"end":"start",icon:e.iconName?ot(DGe,{iconName:e.iconName,sx:{fontSize:P,color:t?D:O}}):void 0,...ae(e)},e.id)})})})},eht=e=>{if(!e)return null;if(e instanceof Date)return Jrt(e)?e:null;if("object"==typeof e&&null!==e&&"function"==typeof e.toDate){const t=e.toDate();return t instanceof Date&&Jrt(t)?t:null}if("string"==typeof e){const t=e.trim();if(!t)return null;const r=t.match(/(\d{1,2}:\d{2}(?::\d{2})?)/),o=r?r[1]:t,n=new Date,a=["HH:mm:ss","H:mm:ss","HH:mm","H:mm","hh:mm a","h:mm a","hh a","h a","HHmm","Hmm","HH","H"];for(const e of a){const t=ant(o,e,n);if(Jrt(t))return t}return null}return null},tht=({name:t,text:r,isDisplayOnly:o=!1,sourceDataModelField:n,configurationItemInfo:a={},placeholderText:i,displayFormat:s="HH:mm",required:l=!1,requiredErrorText:c="This field is required",validationErrorText:u,sx:d,width:p,height:h,minWidth:f,maxWidth:m,minHeight:y,maxHeight:g,...v})=>{const x=Ut(),b=x?.control,w=!!b&&!!t,{localStateObject:k}=NC(),{stateConfig:_}=HC(),C=dt(),M=k||_,S=n?M?.[n]?.value:void 0,D=eht(S);e.useRef();const[O,P]=e.useState(D);if(o){const e=n?C?.getDmfValue(n):void 0,o=void 0!==e?e:w?x.watch(t):S,l=eht(o),c=l&&Jrt(l)?aot(l,s):"";return nt(Gf,{...a,sx:{width:p,height:h,minWidth:f,maxWidth:m,minHeight:y,maxHeight:g,"& .MuiFormHelperText-root":{marginBottom:"4px"},"& .MuiTypography-root":{border:"1px solid #ced4da",borderRadius:"4px",padding:"8px",minWidth:"100px"},...d},children:[r&&ot(vg,{children:r}),ot(Sd,{children:c||i||"-"})]})}return ot(Gf,w?{...a,sx:{width:p,height:h,minWidth:f,maxWidth:m,minHeight:y,maxHeight:g,"& .MuiTimePicker-root":{width:"100%"},"& .MuiTextField-root":{width:p,height:h,minWidth:f,maxWidth:m,minHeight:y,maxHeight:g},"& .MuiInputBase-root":{fontSize:"14px"},"& .MuiInputLabel-root":{fontSize:"14px"},"& .MuiFormHelperText-root":{fontSize:"12px"},"& .MuiSvgIcon-root":{fontSize:"20px"},...d},children:ot(Jt,{name:t,control:b,defaultValue:D??null,rules:{required:!!l&&(c||"This field is required"),validate:e=>{if(null==e||""===e)return!0;const t=eht(e);return t&&Jrt(t)||u||"Invalid time"}},render:({field:{onChange:e,value:t},fieldState:o})=>ot(Edt,{...v,enableAccessibleFieldDOMStructure:!1,value:eht(t),onChange:t=>{const r=eht(t);e(r?aot(r,"HH:mm"):null)},slots:{textField:oC},slotProps:{textField:{label:r,placeholder:i,error:!!o.error,helperText:o.error?.message,onMouseDown:e=>e.stopPropagation(),sx:{width:p,height:h,minWidth:f,maxWidth:m,minHeight:y,maxHeight:g}}}})})}:{...a,sx:{width:p,height:h,minWidth:f,maxWidth:m,minHeight:y,maxHeight:g,"& .MuiTimePicker-root":{width:"100%"},"& .MuiTextField-root":{width:p,height:h,minWidth:f,maxWidth:m,minHeight:y,maxHeight:g},"& .MuiInputBase-root":{fontSize:"14px"},"& .MuiInputLabel-root":{fontSize:"14px"},"& .MuiFormHelperText-root":{fontSize:"12px"},"& .MuiSvgIcon-root":{fontSize:"20px"},...d},children:ot(Edt,{...v,enableAccessibleFieldDOMStructure:!1,value:O,onChange:e=>P(eht(e)),slots:{textField:oC},slotProps:{textField:{label:r,placeholder:i,onMouseDown:e=>e.stopPropagation(),sx:{width:p,height:h,minWidth:f,maxWidth:m,minHeight:y,maxHeight:g}}}})})},rht=({src:t,poster:r,controls:o=!1,loop:n=!1,autoplay:a=!1,raised:i=!1,alt:s="",height:l="100%",width:c="100%",borderRadius:u="0",margin:d=0,padding:p=0,moleculeId:h,enableCoverImage:f,configurationItemInfo:m,marginTop:y="0px",marginRight:g="0px",marginBottom:v="0px",marginLeft:x="0px",paddingTop:b="0px",paddingRight:w="0px",paddingBottom:k="0px",paddingLeft:_="0px",sx:C})=>{const[M,S]=e.useState(!1),{onStateChange:D}=WC(),O=()=>{D({id:h,type:"started"})};return ot(oht,{id:h,raised:i,onClick:O,sx:{borderRadius:`${u}px`,margin:d,padding:p,marginTop:y,marginRight:g,marginBottom:v,marginLeft:x,paddingTop:b,paddingRight:w,paddingBottom:k,paddingLeft:_,"& .MuiCard-root":{display:"inline-block",overflow:"hidden"},"& .MuiCardMedia-root":{height:l,width:c,objectFit:"cover"},"& .MuiCardMedia-media":{height:"100%",width:"100%",objectFit:"cover"},...C},...m,children:M?ot(Sd,{component:"div",sx:{height:l,width:c,display:"flex",justifyContent:"center",alignItems:"center",fontSize:"16px",color:"gray",textAlign:"center"},children:s||"Video unavailable"}):ot(gm,{component:"video",src:t,poster:f?r:void 0,controls:o,loop:n,autoPlay:a,muted:a,"aria-label":s,sx:{height:l,width:c,objectFit:"cover","& .MuiCardMedia-media":{height:"100%",width:"100%",objectFit:"cover"}},onPlay:O,onEnded:()=>{D({id:h,type:"completed"})},onError:()=>{S(!0)}})})},oht=Po(dm)`
1029
1029
  display: inline-block;
1030
1030
  overflow: hidden;
1031
- `,nht=({children:e,additionalInfo:t})=>{try{return ot(rt,{children:e})}catch(r){return console.error(`Render error in SafeRender - ${t} :`,r),ot("div",{style:{color:"red",padding:24},children:"Render Error"})}};function aht(e,t,r,o){const n={...e};return 0===r.length?{...e,...t}:(t&&o&&r.forEach(e=>{void 0!==t[e]&&(n[e]=t[e])}),n)}function iht(e,t,r=!1){return t&&r?yn(e,t):e}const sht=({id:t,type:r,name:o,form:n,config:a,formData:i,isMobile:s,children:l,tabsProps:c,properties:u,moleculeLibraryId:d,organismLibraryMoleculeId:p})=>{const h=Ge(),f=SC("xs"),m=s||f,{formId:y,isPreview:g=!1,validations:v,submitHandler:x,isConfigurationMode:b,onConfigurationItemClicked:w,selectedConfigurationItemId:k,currentStyleProperties:_,currentContentProperties:C,onInternalNavigation:M,organismMetadata:S,organismInfo:D,localState:O}=NC(),{stateConfig:P}=HC(),E=P,j=a?.props?.dataCaptureName||u?.dataCapture?.dataCaptureName||t,T=u?.dataCapture?.sourceDataModelFieldId,N=u?.dataCapture?.predefinedValue,R=k===t,{isStateDisabled:F,isStateVisible:I}=(({stateListenerId:e})=>{const{localStateObject:t}=NC(),{stateConfig:r}=HC(),o=t||r;let n=!0,a=!1;if(!e)return{isStateDisabled:a,isStateVisible:n};const i=o?.[e]||{},{visible:s=!0,disabled:l=!1}=i||{};return e in o&&(n=Boolean(s),a=Boolean(l)),{isStateDisabled:a,isStateVisible:n,stateValue:i}})({stateListenerId:t}),z=e.useMemo(()=>({entityType:r,entity:"molecule",entityName:o,entityId:t,organismLibraryMoleculeId:p,libraryEntityId:d}),[r,o,t,p,d]),A=e.useCallback(e=>{e?.stopPropagation(),w(z,!1)},[w,z]),L=e.useCallback(e=>{e?.stopPropagation(),w(z,!0)},[w,z]),B=b?{onClick:A,onDoubleClick:L,"data-configuration-id":t,css:Att({theme:h,selected:R})}:{},V=b||F;if(!I)return null;return(()=>{switch(r){case"simple_text":{const e={text:u?.text},r=["text"],{text:o}=aht(e,C,r,R),n=iht(a?.props,_,R);return ot(Ydt,{...n,text:o?.text||"",htmlElementId:t,configurationsItemInfo:B})}case"text":{const e={text:u?.text},r=Object.keys(e),{text:o}=aht(e,C,r,R),n=iht(a?.props,_,R);return ot(Kdt,{...o,...n,htmlElementId:t,configurationItemInfo:B})}case"consent":{const e=aht(u,C,[],R),r=iht(a?.props,_,R)||{};return ot(Ztt,{...r,htmlElementId:t,properties:e,configurationItemInfo:B})}case"signup_password_fields":{const e={text:u?.text,subText:u?.subText,placeholderText:u?.placeholderText,subPlaceholderText:u?.subPlaceholderText,validationText:u?.validationText},r=Object.keys(e),o=aht(e,C,r,R),{state:n,gap:i,...s}=iht(a?.props,_,R);return ot(Bpt,{gap:i,inputProps:s,validations:v||[],htmlElementId:t,validationState:n,overridesProperties:o,configurationItemInfo:B})}case"stepper":{const e=iht(a?.props,_,R),r=l?.map(e=>{const t=k===e.id,{properties:r,config:o,...n}=e||{},a={title:r?.title,subText:r?.subText},i=Object.keys(a),{title:s,subText:l}=aht(a,C,i,t);return{...n,...iht(o?.props,_,t),title:s?.text||"",subText:l?.text||""}});return ot(Zpt,{...e,items:r||[],isMobile:m,moleculeId:t,configurationItemInfo:B})}case"checklist":{const e=iht(a?.props,_,R)||{},r=l?.map(e=>{const t=k===e.id,{properties:r,config:o,...n}=e||{};switch(e.type){case"checklist_item":{const a={label:r?.label,objectState:r?.objectState},i=Object.keys(a),s=aht(a,C,i,t),l=iht(o?.props,_,t)||{},c=s.label?.text||"",u=!!s.objectState?.pmiObjectId;return{...n,...l,type:"checklist_item",label:c,textColor:l.textColor||"#000",fontSize:l.fontSize||"14px",fontFamily:l.fontFamily||"inherit",fontWeight:l.fontWeight||"normal",textAlign:l.textAlign||"left",isSystemDriven:u,disabled:u,interacted:E?.[e.id]?.interacted||"unchecked"}}case"divider_item":{const e=iht(o?.props,_,t)||{};return{...n,...e,type:"divider_item"}}case"text_item":{const e={text:r?.text},a=Object.keys(e),i=aht(e,C,a,t),s=iht(o?.props,_,t)||{},l=i.text?.text||"";return{...n,...s,type:"text_item",text:l}}case"rich_text_item":{const e={text:r?.text},a=Object.keys(e),i=aht(e,C,a,t),s=iht(o?.props,_,t)||{},l=i.text?.text||V4e;return{...n,...s,type:"rich_text_item",text:l}}default:return{...n,type:e.type}}});return ot(Ktt,{...e,items:r||[],moleculeId:t,configurationItemInfo:B})}case"accordion":{const e=iht(a?.props,_,R),r=l?.map(e=>{const t=k===e.id,{properties:r,config:o,...n}=e||{},a={text:r?.text,subText:r?.subText,bodyText:r?.bodyText},i=Object.keys(a),{text:s,subText:l,bodyText:c}=aht(a,C,i,t);return{...n,...iht(o?.props,_,t),text:s?.text||"",subText:l?.text||"",bodyText:c?.text||""}});return ot(Btt,{...e,items:r||[],moleculeId:t,configurationItemInfo:B})}case"menu":{const e={text:u?.text,disabled:u?.disabled},r=Object.keys(e),{text:o,disabled:n}=aht(e,C,r,R),i=iht(a?.props,_,R),s=l?.map(e=>{const t=k===e.id,{properties:r,config:o,...n}=e||{},a={disabled:r&&"disabled"in r?r.disabled:void 0,text:r&&"text"in r?r.text:void 0,link:r&&"link"in r?r.link:void 0},i=Object.keys(a),{text:s,disabled:l,link:c}=aht(a,C,i,t),u=iht(o?.props,_,t);return{...n,...u,disabled:E?.[e.id]?E?.[e.id]?.disabled:l?.value||u?.disabled||!1,text:s?.text||"Menu Item",link:c}});return ot(Rpt,{...i,items:s||[],moleculeId:t,buttonText:o?.text||"Open Menu",configurationItemInfo:B,buttonDisabled:E?.[t]?E?.[t]?.disabled:n?.value||i?.disabled||!1})}case"tabs":{const e=iht(a?.props,_,R),r=l?.map(e=>{const t=k===e.id,{properties:r,config:o}=e||{},n={label:r?.label,link:r?.link},a=Object.keys(n),{label:i,link:s}=aht(n,C,a,t);return{...iht(o?.props,_,t),id:e.id,tabKey:A7e(s)?T7e(D7e,s?.internalLink):void 0,label:i?.text||"",link:s}}),o=c?.tabs.map(e=>{const{text:t,...r}=e;return{...r,label:t||""}}),n=Boolean(e?.isTabsSystemDerived),i=n?o:r,s=c?.activeTabKey||i?.[0]?.tabKey||"";return ot(Jpt,{...e,items:i||[],isMobile:m,moleculeId:t,activeTabKey:s,configurationItemInfo:B,onTabChange:b?void 0:({newTabKey:e,link:t})=>{n?c?.onTabChange?.(e):A7e(t)?M?.({link:t?.internalLink||""}):I7e(t?.externalLink)}})}case"divider":{const e=iht(a?.props,_,R);return ot(Wdt,{moleculeId:t,configurationItemInfo:B,...e})}case"link":{const e={text:u?.text,link:u?.link},r=Object.keys(e),{text:o,link:n}=aht(e,C,r,R),i=n,s=iht(a?.props,_,R);return ot(Tpt,{moleculeId:t,...s,link:i,type:i?.type,src:V?void 0:V7e(i,g)||"",text:o?.text||"",disabled:s?.disabled||F,configurationItemInfo:B})}case"data_driven_link":{const e={text:u?.text},r=Object.keys(e),{text:o}=aht(e,C,r,R),n=iht(a?.props,_,R);return ot(Tpt,{moleculeId:t,...n,text:o?.text||"",sourceDataModelField:T,disabled:n?.disabled||F,configurationItemInfo:B})}case"video":{const e={video:u?.video,coverImage:u?.coverImage},r=Object.keys(e),{video:o,coverImage:n}=aht(e,C,r,R),i=iht(a?.props,_,R);return ot(rht,{...i,moleculeId:t,poster:n?.imageFile?.url,src:o?.videoSource??o?.videoFile?.url??"",configurationItemInfo:B})}case"badge":{const e=iht(a?.props,_,R);return ot(Htt,{...e,configurationItemInfo:B})}case"alert":{const e={text:u?.text,subText:u?.subText},t=Object.keys(e),{text:r,subText:o}=aht(e,C,t,R),n=iht(a?.props,_,R);return ot(Vtt,{text:r?.text||"",subText:o?.text||"",...n,configurationItemInfo:B})}case"chip":{const e={text:u?.text},t=Object.keys(e),{text:r}=aht(e,C,t,R),o=iht(a?.props,_,R);return ot(Ytt,{text:r?.text||"",...o,configurationItemInfo:B})}case"email_display_field":case"email_input_field":{const e={text:u?.text,placeholderText:u?.placeholderText,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,placeholderText:n,required:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,t,R),c=iht(a?.props,_,R);return ot(jpt,{name:j,text:o?.text||"",placeholderText:n?.text||"",sourceDataModelField:T,required:i?.value,isDisplayOnly:"email_display_field"===r,requiredErrorText:s?.text,validationErrorText:l?.text,...c,configurationItemInfo:B})}case"phone_number_display_field":case"phone_number_input_field":{const e={text:u?.text,placeholderText:u?.placeholderText,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,placeholderText:n,required:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,t,R),c=iht(a?.props,_,R);return ot(Wpt,{name:j,text:o?.text||"",required:i?.value,requiredErrorText:s?.text,validationErrorText:l?.text,placeholderText:n?.text||"",sourceDataModelField:T,isDisplayOnly:"phone_number_display_field"===r,...c,configurationItemInfo:B})}case"numeric_display_field":case"numeric_input_field":{const e={text:u?.text,placeholderText:u?.placeholderText,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,placeholderText:n,required:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,t,R),c=iht(a?.props,_,R);return ot(Ipt,{name:j,text:o?.text||"",required:i?.value,isDisplayOnly:"numeric_display_field"===r,requiredErrorText:s?.text,validationErrorText:l?.text,placeholderText:n?.text||"",sourceDataModelField:T,...c,configurationItemInfo:B})}case"currency_display_field":case"currency_input_field":{const e={text:u?.text,placeholderText:u?.placeholderText,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,placeholderText:n,required:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,t,R),c=iht(a?.props,_,R);return ot(Jtt,{name:j,text:o?.text||"",required:i?.value,isDisplayOnly:"currency_display_field"===r,requiredErrorText:s?.text,validationErrorText:l?.text,placeholderText:n?.text||"",sourceDataModelField:T,...c,configurationItemInfo:B})}case"basic_text_display_field":case"basic_text_field":{const e={text:u?.text,placeholderText:u?.placeholderText,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,placeholderText:n,required:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,t,R),c=iht(a?.props,_,R);return ot(Wtt,{name:j,text:o?.text||"",required:i?.value,isDisplayOnly:"basic_text_display_field"===r,requiredErrorText:s?.text,validationErrorText:l?.text,placeholderText:n?.text||"",sourceDataModelField:T,...c,configurationItemInfo:B})}case"rating_display_field":case"rating":{const e={text:u?.text,dataCapture:u?.dataCapture,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,required:n,requiredErrorText:i,validationErrorText:s}=aht(e,C,t,R),l=iht(a?.props,_,R);return ot(Upt,{name:j,text:o?.text||"",required:n?.value,requiredErrorText:i?.text,validationErrorText:s?.text,sourceDataModelField:T,isDisplayOnly:"rating_display_field"===r,...l,configurationItemInfo:B})}case"switch_display_field":case"switch":{const e={text:u?.text,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},o=Object.keys(e),{text:n,required:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,o,R),c=iht(a?.props,_,R);return ot(Qpt,{name:j,moleculeId:t,text:n?.text||"",required:i?.value,isDisplayOnly:"switch_display_field"===r,requiredErrorText:s?.text,validationErrorText:l?.text,sourceDataModelField:T,...c,configurationItemInfo:B})}case"slider_display_field":case"slider":{const e={text:u?.text,required:u?.required,placeholderText:u?.placeholderText,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,required:n,requiredErrorText:i,validationErrorText:s,placeholderText:l}=aht(e,C,t,R),c=iht(a?.props,_,R);return ot(Kpt,{name:j,text:o?.text||"",required:n?.value,isDisplayOnly:"slider_display_field"===r,requiredErrorText:i?.text,validationErrorText:s?.text,placeholderText:l?.text,sourceDataModelField:T,...c,configurationItemInfo:B})}case"date_display_field":case"date_picker":{const e={text:u?.text,required:u?.required,placeholderText:u?.placeholderText,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},o=Object.keys(e),{text:n,required:i,placeholderText:s,requiredErrorText:l,validationErrorText:c}=aht(e,C,o,R),d=iht(a?.props,_,R);return ot(hat,{dateAdapter:pnt,children:ot(qdt,{moleculeId:t,name:j,text:n?.text||"",required:i?.value,placeholderText:s?.text||"",isDisplayOnly:"date_display_field"===r,requiredErrorText:l?.text,validationErrorText:c?.text,sourceDataModelField:T,...d,configurationItemInfo:B})})}case"time_picker_display":case"time_picker":{const e={text:u?.text,placeholderText:u?.placeholderText,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText,required:u?.required},t=Object.keys(e),{text:o,placeholderText:n,requiredErrorText:i,validationErrorText:s,required:l}=aht(e,C,t,R),c=iht(a?.props,_,R);return ot(hat,{dateAdapter:pnt,children:ot(tht,{...c,name:j,text:o?.text||"",placeholderText:n?.text||"",required:l?.value,requiredErrorText:i?.text,validationErrorText:s?.text,isDisplayOnly:"time_picker_display"===r,sourceDataModelField:T,configurationItemInfo:B})})}case"select_display_field":case"select":{const e={text:u?.text,required:u?.required,placeholderText:u?.placeholderText,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,required:n,placeholderText:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,t,R),c=iht(a?.props,_,R),d="select_display_field"===r;return ot(Gpt,{name:j,text:o?.text||"",required:n?.value,isDisplayOnly:d,predefinedValue:N,placeholderText:i?.text||"",requiredErrorText:s?.text,validationErrorText:l?.text,sourceDataModelField:T,...c,configurationItemInfo:B})}case"image":{const e={image:u?.image,link:u?.link},r=Object.keys(e),{image:o,link:n}=aht(e,C,r,R),i=iht(a?.props,_,R);return ot(Udt,{...i,src:o?.imageSource||o?.imageFile?.url||o?.imageFile?.id||"",onClick:n?()=>A7e(n)?M?.({link:n?.internalLink||""}):I7e(n?.externalLink):void 0,moleculeId:t,configurationItemInfo:B,properties:{image:o,link:n}})}case"button":{const e={text:u?.text,action:u?.action},r=Object.keys(e),{text:o,action:n}=aht(e,C,r,R),i=iht(a?.props,_,R);return ot(BGe,{moleculeId:t,text:o?.text||"",...i,disabled:i?.disabled||F,configurationItemInfo:B,properties:{text:o,action:n}})}case"avatar":{const e=iht(a?.props,_,R);return ot($tt,{...e,sourceDataModelField:T,configurationItemInfo:B})}case"drawer":{const e={text:u?.text,disabled:u?.disabled},r=Object.keys(e),{text:o,disabled:n}=aht(e,C,r,R),i=iht(a?.props,_,R),s=l?.map(e=>{const t=k===e.id,{properties:r,config:o,...n}=e||{};let a={},i=[];switch(e.type){case"menu_item":{const e=r;a={disabled:e?.disabled,text:e?.text,link:e?.link},i=Object.keys(a);break}case"text_item":{const e=r;a={text:e?.text},i=Object.keys(a);break}case"rich_text_item":{const e=r;a={text:e?.text},i=Object.keys(a);break}case"image_item":{const e=r;a={image:e?.image,alt:e?.alt,link:e?.link},i=Object.keys(a);break}default:a={},i=[]}const s=aht(a,C,i,t),l=iht(o?.props,_,t),c={...n,...l};switch(e.type){case"menu_item":return{...c,disabled:E?.[e.id]?E?.[e.id]?.disabled:s?.disabled?.value||l?.disabled||!1,text:s?.text?.text||"Menu Item",link:s?.link,sx:l?.sx||c.sx};case"text_item":return{...c,text:s?.text?.text||""};case"rich_text_item":return{...c,text:s?.text?.text||V4e};case"image_item":{const e=s?.image?.imageSource||s?.image?.imageFile?.url||"";return{...c,src:e,alt:s?.alt?.text||"Drawer image",link:s?.link}}default:return c}});return ot(Opt,{...i,items:s||[],moleculeId:t,buttonText:o?.text||i?.buttonText,buttonDisabled:E?.[t]?E?.[t]?.disabled:n?.value||i?.disabled||!1,configurationItemInfo:B})}case"speed_dial":{const e=iht(a?.props,_,R),r=l?.map(e=>{const t=k===e.id,{properties:r,config:o,...n}=e||{},a={link:r?.link,text:r?.text},i=Object.keys(a),s=aht(a,C,i,t),l=iht(o?.props,_,t);return{...n,config:{props:{...o?.props,...l,tooltipText:l?.tooltipText||""}},properties:{link:s?.link||r?.link,text:s?.text||r?.text}}});return ot(Ypt,{...e,items:r||[],moleculeId:t,configurationItemInfo:B})}case"checkbox":case"checkbox_display":{const e={label:u?.label,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},o=Object.keys(e),{label:n,required:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,o,R),c=iht(a?.props,_,R);return ot(Gtt,{name:j,moleculeId:t,label:n?.text||"",required:i?.value,requiredErrorText:s?.text,validationErrorText:l?.text,sourceDataModelField:T,isDisplayOnly:"checkbox_display"===r,...c,configurationItemInfo:B})}case"binary_radio_buttons":case"binary_radio_buttons_display":{const e={confirmText:u?.confirmText,rejectText:u?.rejectText,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},o=Object.keys(e),{confirmText:n,rejectText:i,required:s,requiredErrorText:l,validationErrorText:c}=aht(e,C,o,R),d=iht(a?.props,_,R);return ot(Utt,{name:j,moleculeId:t,confirmText:n?.text||"Yes",rejectText:i?.text||"No",required:s?.value,requiredErrorText:l?.text,validationErrorText:c?.text,sourceDataModelField:T,isDisplayOnly:"binary_radio_buttons_display"===r,...d,configurationItemInfo:B})}case"date_calendar":case"date_calendar_display":{const e={required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{required:o,requiredErrorText:n,validationErrorText:i}=aht(e,C,t,R),s=iht(a?.props,_,R);return ot(Cst,{...s,name:j,required:o?.value,requiredErrorText:n?.text,validationErrorText:i?.text,isDisplayOnly:"date_calendar_display"===r,sourceDataModelField:T,configurationItemInfo:B})}default:return ot(rt,{children:"There is no such type of molecule yet."})}})()},lht=e.memo(({item:t,tabsProps:r,formData:o,setFormData:n,isMobile:a,parentId:i,nestedPathSegments:s=[]})=>{const l=Ut(),{stateConfig:c}=HC(),{organismMetadata:u,localStateObject:d}=NC(),p=d||c,h="items"in t?t.items:void 0,f=e.useMemo(()=>(h||[]).filter(e=>{const t=e.config?.props?.visible??!0,r=p?.[e.id]?.visible??!0;return t&&r}),[h,p]);if("molecule"===t.instance)return ot(nht,{additionalInfo:`molecule: ${t.id}`,children:ot(sht,{...t,form:l,isMobile:a,formData:o,parentId:i,tabsProps:r,setFormData:n,metadata:{...t.metadata,stateListenerId:u?.stateListenerId||t.id}})});const m=!(!h||!h.length),y="form"===t.type&&t.config.props?.activeChildrenIds||[];return m?y.length?ot(nht,{additionalInfo:`form: ${t.id}`,children:ot(ght,{item:t,activeChildrenIds:y,formData:o,setFormData:n,isMobile:a})}):ot(nht,{additionalInfo:`container: ${t.id}`,children:ot(mht,{...t,isMobile:a,nestedPathSegments:s,config:t.config?{...t.config,props:t.config.props||{},wide:t.config.wide||{},compact:t.config.compact||{}}:{props:{},wide:{},compact:{}},children:f?.map(e=>ot(lht,{item:e,parentId:e.id,formData:o,setFormData:n,isMobile:a,tabsProps:r,nestedPathSegments:s},e.id))})}):null}),cht=({order:t=0,id:r,formStepStyles:o,containerProps:n={hasOwnButton:!1}})=>{const a=Ut(),[i,s]=e.useState({}),{formId:l,submitHandler:c,isFormInEditMode:u,organismMetadata:d}=NC(),{groupStepItemsByStepContainer:p}=NC();Object.keys(d?.popupPayload??{})[0];const{currentStep:h,canGoToNextStep:f,canGoToPrevStep:m,goToNextStep:y,goToPrevStep:g,reset:v,setStep:x}=Xr(),b=p(),{submitForm:w}=TGe(),{forms:k}=ct(),_=t+1,C=b.get(r)||[];return h!==_?null:ot("div",{style:o,children:nt(rt,{children:[C.map(e=>ot(lht,{item:e,setFormData:s,formData:i},e.id)),(!n?.hasOwnButton||d?.isFormInsidePopUp)&&u&&nt("div",{style:{display:"flex",gap:"16px"},children:[ot(BGe,{text:m?"Back":"Cancel",variant:"outlined",onClick:()=>{m?g():(v(),x(1))}}),ot(BGe,{text:f?"Next":"Submit",variant:"contained",onClick:async()=>{const e=await a.trigger();if(!e)return void w6e({message:"Please fill all required fields",type:"error"});if(f)return void y();const t=a.getValues();e&&l&&(c?await c({formId:l,data:t}):k?.submit&&await w({formId:l,data:t}))}})]})]})})},uht=e=>e&&"object"==typeof e&&"value"in e&&!Array.isArray(e)?e.value:e,dht=e=>{const t={};for(const[r,o]of Object.entries(e))t[r]=uht(o);return t},pht=e.memo(({replicatorFieldId:e,nestedPathSegments:t=[],children:r,renderWrapper:o})=>{const{localStateObject:n,formId:a}=NC(),i=dt(),s=zC();if(Boolean(a&&s)&&s){const{fieldArrayMethods:n}=s,{fields:a}=n;return ot(rt,{children:a.map((n,a)=>{const i=e?[...t,{dmfId:e,index:a}]:[...t,{index:a}],s={containerId:`replicator-${e||"default"}-${a}`,nestedPathSegments:i,itemIndex:a,itemDataByDmfId:n,rawItemDataByDmfId:n},l=o?o(a,r):r;return ot(pt,{value:s,children:ot("div",{"data-replicator-instance":`${e||"default"}-${a}`,style:{display:"contents"},children:l})},n.id)})})}const l=n||{},c=i?.itemDataByDmfId?i.itemDataByDmfId:((e,t)=>{if(!e)return null;let r=e;for(const o of t){if(!r||"object"!=typeof r)return null;const{dmfId:e,index:t}=o;if(r=r[e],void 0===r)return null;if(void 0!==t){if(!Array.isArray(r))return null;if(r=r[t],void 0===r)return null}}return r&&"object"==typeof r?r:null})(l,t),u=e?c?.[e]:c;if(!u||"object"!=typeof u){const n=e?[...t,{dmfId:e}]:t;return ot(pt,{value:{containerId:`replicator-${e||"default"}`,nestedPathSegments:n,itemDataByDmfId:{}},children:o?o(void 0,r):r})}if(Array.isArray(u))return ot(rt,{children:u.map((n,a)=>{const i=e?[...t,{dmfId:e,index:a}]:[...t,{index:a}],s={containerId:`replicator-${e||"default"}-${a}`,nestedPathSegments:i,itemIndex:a,itemDataByDmfId:dht(n),rawItemDataByDmfId:n};return ot(pt,{value:s,children:o?o(a,r):r},`${e||"default"}-${a}`)})});const d=e?[...t,{dmfId:e}]:t,p={containerId:`replicator-${e||"default"}`,nestedPathSegments:d,itemDataByDmfId:dht(u),rawItemDataByDmfId:u};return ot(pt,{value:p,children:o?o(void 0,r):r})}),hht=({replicatorFieldId:t,nestedPathSegments:r=[],minInstances:o=1,maxInstances:n,children:a})=>{const{control:i}=Ut(),s=BC(),c=e.useRef(!1),u=r.map(e=>void 0!==e.index?`${e.dmfId}.${e.index}`:e.dmfId).filter(Boolean).join(".");const d=u?`${u}.${t}`:t,p=function(e){const t=Ut(),{control:r=t.control,name:o,keyName:n="id",shouldUnregister:a,rules:i}=e,[s,c]=l.default.useState(r._getFieldArray(o)),u=l.default.useRef(r._getFieldArray(o).map(Lr)),d=l.default.useRef(s),p=l.default.useRef(o),h=l.default.useRef(!1);p.current=o,d.current=s,r._names.array.add(o),i&&r.register(o,i),Yt(()=>r._subjects.array.subscribe({next:({values:e,name:t})=>{if(t===p.current||!t){const t=Dt(e,p.current);Array.isArray(t)&&(c(t),u.current=t.map(Lr))}}}).unsubscribe,[r]);const f=l.default.useCallback(e=>{h.current=!0,r._setFieldArray(o,e)},[r,o]);return l.default.useEffect(()=>{if(r._state.action=!1,Pr(o,r._names)&&r._subjects.state.next({...r._formState}),h.current&&(!Sr(r._options.mode).isOnSubmit||r._formState.isSubmitted)&&!Sr(r._options.reValidateMode).isOnSubmit)if(r._options.resolver)r._runSchema([o]).then(e=>{const t=Dt(e.errors,o),n=Dt(r._formState.errors,o);(n?!t&&n.type||t&&(n.type!==t.type||n.message!==t.message):t&&t.type)&&(t?Pt(r._formState.errors,o,t):pr(r._formState.errors,o),r._subjects.state.next({errors:r._formState.errors}))});else{const e=Dt(r._fields,o);!e||!e._f||Sr(r._options.reValidateMode).isOnSubmit&&Sr(r._options.mode).isOnSubmit||Ir(e,r._names.disabled,r._formValues,r._options.criteriaMode===zt,r._options.shouldUseNativeValidation,!0).then(e=>!ar(e)&&r._subjects.state.next({errors:Tr(r._formState.errors,e,o)}))}r._subjects.state.next({name:o,values:kt(r._formValues)}),r._names.focus&&Er(r._fields,(e,t)=>{if(r._names.focus&&t.startsWith(r._names.focus)&&e.focus)return e.focus(),1}),r._names.focus="",r._setValid(),h.current=!1},[s,o,r]),l.default.useEffect(()=>(!Dt(r._formValues,o)&&r._setFieldArray(o),()=>{r._options.shouldUnregister||a?r.unregister(o):((e,t)=>{const o=Dt(r._fields,e);o&&o._f&&(o._f.mount=t)})(o,!1)}),[o,r,n,a]),{swap:l.default.useCallback((e,t)=>{const n=r._getFieldArray(o);Gr(n,e,t),Gr(u.current,e,t),f(n),c(n),r._setFieldArray(o,n,Gr,{argA:e,argB:t},!1)},[f,o,r]),move:l.default.useCallback((e,t)=>{const n=r._getFieldArray(o);qr(n,e,t),qr(u.current,e,t),f(n),c(n),r._setFieldArray(o,n,qr,{argA:e,argB:t},!1)},[f,o,r]),prepend:l.default.useCallback((e,t)=>{const n=tr(kt(e)),a=Wr(r._getFieldArray(o),n);r._names.focus=Br(o,0,t),u.current=Wr(u.current,n.map(Lr)),f(a),c(a),r._setFieldArray(o,a,Wr,{argA:$r(e)})},[f,o,r]),append:l.default.useCallback((e,t)=>{const n=tr(kt(e)),a=Vr(r._getFieldArray(o),n);r._names.focus=Br(o,a.length-1,t),u.current=Vr(u.current,n.map(Lr)),f(a),c(a),r._setFieldArray(o,a,Vr,{argA:$r(e)})},[f,o,r]),remove:l.default.useCallback(e=>{const t=Ur(r._getFieldArray(o),e);u.current=Ur(u.current,e),f(t),c(t),!Array.isArray(Dt(r._fields,o))&&Pt(r._fields,o,void 0),r._setFieldArray(o,t,Ur,{argA:e})},[f,o,r]),insert:l.default.useCallback((e,t,n)=>{const a=tr(kt(t)),i=Hr(r._getFieldArray(o),e,a);r._names.focus=Br(o,e,n),u.current=Hr(u.current,e,a.map(Lr)),f(i),c(i),r._setFieldArray(o,i,Hr,{argA:e,argB:$r(t)})},[f,o,r]),update:l.default.useCallback((e,t)=>{const n=kt(t),a=Kr(r._getFieldArray(o),e,n);u.current=[...a].map((t,r)=>t&&r!==e?u.current[r]:Lr()),f(a),c([...a]),r._setFieldArray(o,a,Kr,{argA:e,argB:n},!0,!1)},[f,o,r]),replace:l.default.useCallback(e=>{const t=tr(kt(e));u.current=t.map(Lr),f([...t]),c([...t]),r._setFieldArray(o,[...t],e=>e,{},!0,!1)},[f,o,r]),fields:l.default.useMemo(()=>s.map((e,t)=>({...e,[n]:u.current[t]||Lr()})),[s,n])}}({control:i,name:d}),{fields:h,append:f}=p;return e.useEffect(()=>{if(!c.current&&(c.current=!0,0===h.length&&o>0)){Array.from({length:o},()=>({})).forEach(e=>{f(e,{shouldFocus:!1})})}},[]),e.useEffect(()=>{if(s)return s.register({replicatorFieldId:t,fieldArrayName:d,fieldArrayMethods:p,minInstances:o,maxInstances:n}),()=>{s.unregister(t)}},[s,t,d,p,o,n]),ot(AC,{replicatorFieldId:t,fieldArrayName:d,fieldArrayMethods:p,minInstances:o,maxInstances:n,children:a})},fht={dots:!0,infinite:!1,autoplay:!1,autoplaySpeed:5e3,arrows:!0,slidesToShow:1,slidesToScroll:1,adaptiveHeight:!0,swipeToSlide:!0},mht=e.memo(({id:t,type:r,name:o,config:n,children:a,metadata:i,isMobile:s,properties:l,nestedPathSegments:c=[],replicatorFieldId:u})=>{const d=Ge(),{props:p,wide:h,compact:f}=n||{},m=u||p?.replicatorFieldId,{isConfigurationMode:y,onConfigurationItemClicked:g,selectedConfigurationItemId:v,currentStyleProperties:x,currentContentProperties:b,formId:w}=NC(),k=Ut(),_=Boolean(w&&k),C=v===t,M=C?{backgroundImage:b?.backgroundImage??l?.backgroundImage??{imageFile:{url:""}}}:l,{containerProps:S={},containerStyle:D={}}=h||{};let O={...D};const{containerProps:P={},containerStyle:E={}}=f||{};let j={...E};x&&C&&(j={...E,...x},O={...D,...x});const T=SC("xs"),N=s??T,R=N?j:O,F=N?P:S,I={...p,...F,enableBackgroundImage:R?.enableBackgroundImage},z=e.useMemo(()=>({entityId:t,entityType:r,entityName:o,entity:"container",libraryEntityId:i?.containerLibraryId||void 0}),[r,o,t,i]),A=y?{onClick:e=>{e&&e.stopPropagation(),g(z,!1)},onDoubleClick:e=>{e?.stopPropagation(),g(z,!0)}}:{},L=`${t}.${N?"mobile":"desktop"}`,B=bo`
1031
+ `,nht=({children:e,additionalInfo:t})=>{try{return ot(rt,{children:e})}catch(r){return console.error(`Render error in SafeRender - ${t} :`,r),ot("div",{style:{color:"red",padding:24},children:"Render Error"})}};function aht(e,t,r,o){const n={...e};return 0===r.length?{...e,...t}:(t&&o&&r.forEach(e=>{void 0!==t[e]&&(n[e]=t[e])}),n)}function iht(e,t,r=!1){return t&&r?yn(e,t):e}const sht=({id:t,type:r,name:o,form:n,config:a,formData:i,isMobile:s,children:l,tabsProps:c,properties:u,moleculeLibraryId:d,organismLibraryMoleculeId:p})=>{const h=Ge(),f=SC("xs"),m=s||f,{formId:y,isPreview:g=!1,validations:v,submitHandler:x,isConfigurationMode:b,onConfigurationItemClicked:w,selectedConfigurationItemId:k,currentStyleProperties:_,currentContentProperties:C,onInternalNavigation:M,organismMetadata:S,organismInfo:D,localState:O}=NC(),{stateConfig:P}=HC(),E=P,j=a?.props?.dataCaptureName||u?.dataCapture?.dataCaptureName||t,T=u?.dataCapture?.sourceDataModelFieldId,N=u?.dataCapture?.predefinedValue,R=k===t,{isStateDisabled:F,isStateVisible:I}=(({stateListenerId:e})=>{const{localStateObject:t}=NC(),{stateConfig:r}=HC(),o=t||r;let n=!0,a=!1;if(!e)return{isStateDisabled:a,isStateVisible:n};const i=o?.[e]||{},{visible:s=!0,disabled:l=!1}=i||{};return e in o&&(n=Boolean(s),a=Boolean(l)),{isStateDisabled:a,isStateVisible:n,stateValue:i}})({stateListenerId:t}),z=e.useMemo(()=>({entityType:r,entity:"molecule",entityName:o,entityId:t,organismLibraryMoleculeId:p,libraryEntityId:d}),[r,o,t,p,d]),A=e.useCallback(e=>{e?.stopPropagation(),w(z,!1)},[w,z]),L=e.useCallback(e=>{e?.stopPropagation(),w(z,!0)},[w,z]),B=b?{onClick:A,onDoubleClick:L,"data-configuration-id":t,css:Att({theme:h,selected:R})}:{},V=b||F;if(!I)return null;return(()=>{switch(r){case"simple_text":{const e={text:u?.text},r=["text"],{text:o}=aht(e,C,r,R),n=iht(a?.props,_,R);return ot(Ydt,{...n,text:o?.text||"",htmlElementId:t,configurationsItemInfo:B})}case"text":{const e={text:u?.text},r=Object.keys(e),{text:o}=aht(e,C,r,R),n=iht(a?.props,_,R);return ot(Kdt,{...o,...n,htmlElementId:t,configurationItemInfo:B})}case"consent":{const e=aht(u,C,[],R),r=iht(a?.props,_,R)||{};return ot(Ztt,{...r,htmlElementId:t,properties:e,configurationItemInfo:B})}case"signup_password_fields":{const e={text:u?.text,subText:u?.subText,placeholderText:u?.placeholderText,subPlaceholderText:u?.subPlaceholderText,validationText:u?.validationText},r=Object.keys(e),o=aht(e,C,r,R),{state:n,gap:i,...s}=iht(a?.props,_,R);return ot(Bpt,{gap:i,inputProps:s,validations:v||[],htmlElementId:t,validationState:n,overridesProperties:o,configurationItemInfo:B})}case"stepper":{const e=iht(a?.props,_,R),r=l?.map(e=>{const t=k===e.id,{properties:r,config:o,...n}=e||{},a={title:r?.title,subText:r?.subText},i=Object.keys(a),{title:s,subText:l}=aht(a,C,i,t);return{...n,...iht(o?.props,_,t),title:s?.text||"",subText:l?.text||""}});return ot(Zpt,{...e,items:r||[],isMobile:m,moleculeId:t,configurationItemInfo:B})}case"checklist":{const e=iht(a?.props,_,R)||{},r=l?.map(e=>{const t=k===e.id,{properties:r,config:o,...n}=e||{};switch(e.type){case"checklist_item":{const a={label:r?.label,objectState:r?.objectState},i=Object.keys(a),s=aht(a,C,i,t),l=iht(o?.props,_,t)||{},c=s.label?.text||"",u=!!s.objectState?.pmiObjectId;return{...n,...l,type:"checklist_item",label:c,textColor:l.textColor||"#000",fontSize:l.fontSize||"14px",fontFamily:l.fontFamily||"inherit",fontWeight:l.fontWeight||"normal",textAlign:l.textAlign||"left",isSystemDriven:u,disabled:u,interacted:E?.[e.id]?.interacted||"unchecked"}}case"divider_item":{const e=iht(o?.props,_,t)||{};return{...n,...e,type:"divider_item"}}case"text_item":{const e={text:r?.text},a=Object.keys(e),i=aht(e,C,a,t),s=iht(o?.props,_,t)||{},l=i.text?.text||"";return{...n,...s,type:"text_item",text:l}}case"rich_text_item":{const e={text:r?.text},a=Object.keys(e),i=aht(e,C,a,t),s=iht(o?.props,_,t)||{},l=i.text?.text||V4e;return{...n,...s,type:"rich_text_item",text:l}}default:return{...n,type:e.type}}});return ot(Ktt,{...e,items:r||[],moleculeId:t,configurationItemInfo:B})}case"accordion":{const e=iht(a?.props,_,R),r=l?.map(e=>{const t=k===e.id,{properties:r,config:o,...n}=e||{},a={text:r?.text,subText:r?.subText,bodyText:r?.bodyText},i=Object.keys(a),{text:s,subText:l,bodyText:c}=aht(a,C,i,t);return{...n,...iht(o?.props,_,t),text:s?.text||"",subText:l?.text||"",bodyText:c?.text||""}});return ot(Btt,{...e,items:r||[],moleculeId:t,configurationItemInfo:B})}case"menu":{const e={text:u?.text,disabled:u?.disabled},r=Object.keys(e),{text:o,disabled:n}=aht(e,C,r,R),i=iht(a?.props,_,R),s=l?.map(e=>{const t=k===e.id,{properties:r,config:o,...n}=e||{},a={disabled:r&&"disabled"in r?r.disabled:void 0,text:r&&"text"in r?r.text:void 0,link:r&&"link"in r?r.link:void 0},i=Object.keys(a),{text:s,disabled:l,link:c}=aht(a,C,i,t),u=iht(o?.props,_,t);return{...n,...u,disabled:E?.[e.id]?E?.[e.id]?.disabled:l?.value||u?.disabled||!1,text:s?.text||"Menu Item",link:c}});return ot(Rpt,{...i,items:s||[],moleculeId:t,buttonText:o?.text||"Open Menu",configurationItemInfo:B,buttonDisabled:E?.[t]?E?.[t]?.disabled:n?.value||i?.disabled||!1})}case"tabs":{const e=iht(a?.props,_,R),r=l?.map(e=>{const t=k===e.id,{properties:r,config:o}=e||{},n={label:r?.label,link:r?.link},a=Object.keys(n),{label:i,link:s}=aht(n,C,a,t);return{...iht(o?.props,_,t),id:e.id,tabKey:A7e(s)?T7e(D7e,s?.internalLink):void 0,label:i?.text||"",link:s}}),o=c?.tabs.map(e=>{const{text:t,...r}=e;return{...r,label:t||""}}),n=Boolean(e?.isTabsSystemDerived),i=n?o:r,s=c?.activeTabKey||i?.[0]?.tabKey||"";return ot(Jpt,{...e,items:i||[],isMobile:m,moleculeId:t,activeTabKey:s,configurationItemInfo:B,onTabChange:b?void 0:({newTabKey:e,link:t})=>{n?c?.onTabChange?.(e):A7e(t)?M?.({link:t?.internalLink||""}):I7e(t?.externalLink)}})}case"divider":{const e=iht(a?.props,_,R);return ot(Wdt,{moleculeId:t,configurationItemInfo:B,...e})}case"link":{const e={text:u?.text,link:u?.link},r=Object.keys(e),{text:o,link:n}=aht(e,C,r,R),i=n,s=iht(a?.props,_,R);return ot(Tpt,{moleculeId:t,...s,link:i,type:i?.type,src:V?void 0:V7e(i,g)||"",text:o?.text||"",disabled:s?.disabled||F,configurationItemInfo:B})}case"data_driven_link":{const e={text:u?.text},r=Object.keys(e),{text:o}=aht(e,C,r,R),n=iht(a?.props,_,R);return ot(Tpt,{moleculeId:t,...n,text:o?.text||"",sourceDataModelField:T,disabled:n?.disabled||F,configurationItemInfo:B})}case"video":{const e={video:u?.video,coverImage:u?.coverImage},r=Object.keys(e),{video:o,coverImage:n}=aht(e,C,r,R),i=iht(a?.props,_,R);return ot(rht,{...i,moleculeId:t,poster:n?.imageFile?.url,src:o?.videoSource??o?.videoFile?.url??"",configurationItemInfo:B})}case"badge":{const e=iht(a?.props,_,R);return ot(Htt,{...e,configurationItemInfo:B})}case"alert":{const e={text:u?.text,subText:u?.subText},t=Object.keys(e),{text:r,subText:o}=aht(e,C,t,R),n=iht(a?.props,_,R);return ot(Vtt,{text:r?.text||"",subText:o?.text||"",...n,configurationItemInfo:B})}case"chip":{const e={text:u?.text},t=Object.keys(e),{text:r}=aht(e,C,t,R),o=iht(a?.props,_,R);return ot(Ytt,{text:r?.text||"",...o,configurationItemInfo:B})}case"email_display_field":case"email_input_field":{const e={text:u?.text,placeholderText:u?.placeholderText,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,placeholderText:n,required:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,t,R),c=iht(a?.props,_,R);return ot(jpt,{name:j,text:o?.text||"",placeholderText:n?.text||"",sourceDataModelField:T,required:i?.value,isDisplayOnly:"email_display_field"===r,requiredErrorText:s?.text,validationErrorText:l?.text,...c,configurationItemInfo:B})}case"phone_number_display_field":case"phone_number_input_field":{const e={text:u?.text,placeholderText:u?.placeholderText,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,placeholderText:n,required:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,t,R),c=iht(a?.props,_,R);return ot(Wpt,{name:j,text:o?.text||"",required:i?.value,requiredErrorText:s?.text,validationErrorText:l?.text,placeholderText:n?.text||"",sourceDataModelField:T,isDisplayOnly:"phone_number_display_field"===r,...c,configurationItemInfo:B})}case"numeric_display_field":case"numeric_input_field":{const e={text:u?.text,placeholderText:u?.placeholderText,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,placeholderText:n,required:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,t,R),c=iht(a?.props,_,R);return ot(Ipt,{name:j,text:o?.text||"",required:i?.value,isDisplayOnly:"numeric_display_field"===r,requiredErrorText:s?.text,validationErrorText:l?.text,placeholderText:n?.text||"",sourceDataModelField:T,...c,configurationItemInfo:B})}case"currency_display_field":case"currency_input_field":{const e={text:u?.text,placeholderText:u?.placeholderText,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,placeholderText:n,required:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,t,R),c=iht(a?.props,_,R);return ot(Jtt,{name:j,text:o?.text||"",required:i?.value,isDisplayOnly:"currency_display_field"===r,requiredErrorText:s?.text,validationErrorText:l?.text,placeholderText:n?.text||"",sourceDataModelField:T,...c,configurationItemInfo:B})}case"basic_text_display_field":case"basic_text_field":{const e={text:u?.text,placeholderText:u?.placeholderText,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,placeholderText:n,required:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,t,R),c=iht(a?.props,_,R);return ot(Wtt,{name:j,text:o?.text||"",required:i?.value,isDisplayOnly:"basic_text_display_field"===r,requiredErrorText:s?.text,validationErrorText:l?.text,placeholderText:n?.text||"",sourceDataModelField:T,...c,configurationItemInfo:B})}case"rating_display_field":case"rating":{const e={text:u?.text,dataCapture:u?.dataCapture,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,required:n,requiredErrorText:i,validationErrorText:s}=aht(e,C,t,R),l=iht(a?.props,_,R);return ot(Upt,{name:j,text:o?.text||"",required:n?.value,requiredErrorText:i?.text,validationErrorText:s?.text,sourceDataModelField:T,isDisplayOnly:"rating_display_field"===r,...l,configurationItemInfo:B})}case"switch_display_field":case"switch":{const e={text:u?.text,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},o=Object.keys(e),{text:n,required:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,o,R),c=iht(a?.props,_,R);return ot(Qpt,{name:j,moleculeId:t,text:n?.text||"",required:i?.value,isDisplayOnly:"switch_display_field"===r,requiredErrorText:s?.text,validationErrorText:l?.text,sourceDataModelField:T,...c,configurationItemInfo:B})}case"slider_display_field":case"slider":{const e={text:u?.text,required:u?.required,placeholderText:u?.placeholderText,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,required:n,requiredErrorText:i,validationErrorText:s,placeholderText:l}=aht(e,C,t,R),c=iht(a?.props,_,R);return ot(Kpt,{name:j,text:o?.text||"",required:n?.value,isDisplayOnly:"slider_display_field"===r,requiredErrorText:i?.text,validationErrorText:s?.text,placeholderText:l?.text,sourceDataModelField:T,...c,configurationItemInfo:B})}case"date_display_field":case"date_picker":{const e={text:u?.text,required:u?.required,placeholderText:u?.placeholderText,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},o=Object.keys(e),{text:n,required:i,placeholderText:s,requiredErrorText:l,validationErrorText:c}=aht(e,C,o,R),d=iht(a?.props,_,R);return ot(hat,{dateAdapter:pnt,children:ot(qdt,{moleculeId:t,name:j,text:n?.text||"",required:i?.value,placeholderText:s?.text||"",isDisplayOnly:"date_display_field"===r,requiredErrorText:l?.text,validationErrorText:c?.text,sourceDataModelField:T,...d,configurationItemInfo:B})})}case"time_picker_display":case"time_picker":{const e={text:u?.text,placeholderText:u?.placeholderText,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText,required:u?.required},t=Object.keys(e),{text:o,placeholderText:n,requiredErrorText:i,validationErrorText:s,required:l}=aht(e,C,t,R),c=iht(a?.props,_,R);return ot(hat,{dateAdapter:pnt,children:ot(tht,{...c,name:j,text:o?.text||"",placeholderText:n?.text||"",required:l?.value,requiredErrorText:i?.text,validationErrorText:s?.text,isDisplayOnly:"time_picker_display"===r,sourceDataModelField:T,configurationItemInfo:B})})}case"select_display_field":case"select":{const e={text:u?.text,required:u?.required,placeholderText:u?.placeholderText,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{text:o,required:n,placeholderText:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,t,R),c=iht(a?.props,_,R),d="select_display_field"===r;return ot(Gpt,{name:j,text:o?.text||"",required:n?.value,isDisplayOnly:d,predefinedValue:N,placeholderText:i?.text||"",requiredErrorText:s?.text,validationErrorText:l?.text,sourceDataModelField:T,...c,configurationItemInfo:B})}case"image":{const e={image:u?.image,link:u?.link},r=Object.keys(e),{image:o,link:n}=aht(e,C,r,R),i=iht(a?.props,_,R);return ot(Udt,{...i,src:o?.imageSource||o?.imageFile?.url||o?.imageFile?.id||"",onClick:n?()=>A7e(n)?M?.({link:n?.internalLink||""}):I7e(n?.externalLink):void 0,moleculeId:t,configurationItemInfo:B,properties:{image:o,link:n}})}case"button":{const e={text:u?.text,action:u?.action},r=Object.keys(e),{text:o,action:n}=aht(e,C,r,R),i=iht(a?.props,_,R);return ot(BGe,{moleculeId:t,text:o?.text||"",...i,disabled:i?.disabled||F,configurationItemInfo:B,properties:{text:o,action:n}})}case"avatar":{const e=iht(a?.props,_,R);return ot($tt,{...e,sourceDataModelField:T,configurationItemInfo:B})}case"drawer":{const e={text:u?.text,disabled:u?.disabled},r=Object.keys(e),{text:o,disabled:n}=aht(e,C,r,R),i=iht(a?.props,_,R),s=l?.map(e=>{const t=k===e.id,{properties:r,config:o,...n}=e||{};let a={},i=[];switch(e.type){case"menu_item":{const e=r;a={disabled:e?.disabled,text:e?.text,link:e?.link},i=Object.keys(a);break}case"text_item":{const e=r;a={text:e?.text},i=Object.keys(a);break}case"rich_text_item":{const e=r;a={text:e?.text},i=Object.keys(a);break}case"image_item":{const e=r;a={image:e?.image,alt:e?.alt,link:e?.link},i=Object.keys(a);break}default:a={},i=[]}const s=aht(a,C,i,t),l=iht(o?.props,_,t),c={...n,...l};switch(e.type){case"menu_item":return{...c,disabled:E?.[e.id]?E?.[e.id]?.disabled:s?.disabled?.value||l?.disabled||!1,text:s?.text?.text||"Menu Item",link:s?.link,sx:l?.sx||c.sx};case"text_item":return{...c,text:s?.text?.text||""};case"rich_text_item":return{...c,text:s?.text?.text||V4e};case"image_item":{const e=s?.image?.imageSource||s?.image?.imageFile?.url||"";return{...c,src:e,alt:s?.alt?.text||"Drawer image",link:s?.link}}default:return c}});return ot(Opt,{...i,items:s||[],moleculeId:t,buttonText:o?.text||i?.buttonText,buttonDisabled:E?.[t]?E?.[t]?.disabled:n?.value||i?.disabled||!1,configurationItemInfo:B})}case"speed_dial":{const e=iht(a?.props,_,R),r=l?.map(e=>{const t=k===e.id,{properties:r,config:o,...n}=e||{},a={link:r?.link,text:r?.text},i=Object.keys(a),s=aht(a,C,i,t),l=iht(o?.props,_,t);return{...n,config:{props:{...o?.props,...l,tooltipText:l?.tooltipText||""}},properties:{link:s?.link||r?.link,text:s?.text||r?.text}}});return ot(Ypt,{...e,items:r||[],moleculeId:t,configurationItemInfo:B})}case"checkbox":case"checkbox_display":{const e={label:u?.label,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},o=Object.keys(e),{label:n,required:i,requiredErrorText:s,validationErrorText:l}=aht(e,C,o,R),c=iht(a?.props,_,R);return ot(Gtt,{name:j,moleculeId:t,label:n?.text||"",required:i?.value,requiredErrorText:s?.text,validationErrorText:l?.text,sourceDataModelField:T,isDisplayOnly:"checkbox_display"===r,...c,configurationItemInfo:B})}case"binary_radio_buttons":case"binary_radio_buttons_display":{const e={confirmText:u?.confirmText,rejectText:u?.rejectText,required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},o=Object.keys(e),{confirmText:n,rejectText:i,required:s,requiredErrorText:l,validationErrorText:c}=aht(e,C,o,R),d=iht(a?.props,_,R);return ot(Utt,{name:j,moleculeId:t,confirmText:n?.text||"Yes",rejectText:i?.text||"No",required:s?.value,requiredErrorText:l?.text,validationErrorText:c?.text,sourceDataModelField:T,isDisplayOnly:"binary_radio_buttons_display"===r,...d,configurationItemInfo:B})}case"date_calendar":case"date_calendar_display":{const e={required:u?.required,requiredErrorText:u?.requiredErrorText,validationErrorText:u?.validationErrorText},t=Object.keys(e),{required:o,requiredErrorText:n,validationErrorText:i}=aht(e,C,t,R),s=iht(a?.props,_,R);return ot(Cst,{...s,name:j,required:o?.value,requiredErrorText:n?.text,validationErrorText:i?.text,isDisplayOnly:"date_calendar_display"===r,sourceDataModelField:T,configurationItemInfo:B})}default:return ot(rt,{children:"There is no such type of molecule yet."})}})()},lht=e.memo(({item:t,tabsProps:r,formData:o,setFormData:n,isMobile:a,parentId:i,nestedPathSegments:s=[]})=>{const l=Ut(),{stateConfig:c}=HC(),{organismMetadata:u,localStateObject:d}=NC(),p=d||c,h="items"in t?t.items:void 0,f=e.useMemo(()=>(h||[]).filter(e=>{const t=e.config?.props?.visible??!0,r=p?.[e.id]?.visible??!0;return t&&r}),[h,p]);if("molecule"===t.instance)return ot(nht,{additionalInfo:`molecule: ${t.id}`,children:ot(sht,{...t,form:l,isMobile:a,formData:o,parentId:i,tabsProps:r,setFormData:n,metadata:{...t.metadata,stateListenerId:u?.stateListenerId||t.id}})});const m=!(!h||!h.length),y="form"===t.type&&t.config.props?.activeChildrenIds||[];return m?y.length?ot(nht,{additionalInfo:`form: ${t.id}`,children:ot(ght,{item:t,activeChildrenIds:y,formData:o,setFormData:n,isMobile:a})}):ot(nht,{additionalInfo:`container: ${t.id}`,children:ot(mht,{...t,isMobile:a,nestedPathSegments:s,config:t.config?{...t.config,props:t.config.props||{},wide:t.config.wide||{},compact:t.config.compact||{}}:{props:{},wide:{},compact:{}},children:f?.map(e=>ot(lht,{item:e,parentId:e.id,formData:o,setFormData:n,isMobile:a,tabsProps:r,nestedPathSegments:s},e.id))})}):null}),cht=({order:t=0,id:r,formStepStyles:o,containerProps:n={hasOwnButton:!1}})=>{const a=Ut(),[i,s]=e.useState({}),{formId:l,submitHandler:c,isFormInEditMode:u,organismMetadata:d}=NC(),{groupStepItemsByStepContainer:p}=NC();Object.keys(d?.popupPayload??{})[0];const{currentStep:h,canGoToNextStep:f,canGoToPrevStep:m,goToNextStep:y,goToPrevStep:g,reset:v,setStep:x}=Xr(),b=p(),{submitForm:w}=TGe(),{forms:k}=ct(),_=t+1,C=b.get(r)||[];return h!==_?null:ot("div",{style:o,children:nt(rt,{children:[C.map(e=>ot(lht,{item:e,setFormData:s,formData:i},e.id)),(!n?.hasOwnButton||d?.isFormInsidePopUp)&&u&&nt("div",{style:{display:"flex",gap:"16px"},children:[ot(BGe,{text:m?"Back":"Cancel",variant:"outlined",onClick:()=>{m?g():(v(),x(1))}}),ot(BGe,{text:f?"Next":"Submit",variant:"contained",onClick:async()=>{const e=await a.trigger();if(!e)return void w6e({message:"Please fill all required fields",type:"error"});if(f)return void y();const t=a.getValues();e&&l&&(c?await c({formId:l,data:t}):k?.submit&&await w({formId:l,data:t}))}})]})]})})},uht=e=>e&&"object"==typeof e&&"value"in e&&!Array.isArray(e)?e.value:e,dht=e=>{const t={};for(const[r,o]of Object.entries(e))t[r]=uht(o);return t},pht=e.memo(({replicatorFieldId:e,nestedPathSegments:t=[],children:r,renderWrapper:o})=>{const{localStateObject:n,formId:a}=NC(),i=dt(),s=zC();if(Boolean(a&&s)&&s){const{fieldArrayMethods:n}=s,{fields:a}=n;return ot(rt,{children:a.map((n,a)=>{const i=[...t,{dmfId:e||"default",index:a}],s={containerId:`replicator-${e||"default"}-${a}`,nestedPathSegments:i,itemIndex:a,itemDataByDmfId:n,rawItemDataByDmfId:n},l=o?o(a,r):r;return ot("div",{"data-replicator-instance":`${e||"default"}-${a}`,children:ot(pt,{value:s,children:l})},n.id)})})}const l=n||{},c=i?.itemDataByDmfId?i.itemDataByDmfId:((e,t)=>{if(!e)return null;let r=e;for(const o of t){if(!r||"object"!=typeof r)return null;const{dmfId:e,index:t}=o;if(r=r[e],void 0===r)return null;if(void 0!==t){if(!Array.isArray(r))return null;if(r=r[t],void 0===r)return null}}return r&&"object"==typeof r?r:null})(l,t),u=e?c?.[e]:c;if(!u||"object"!=typeof u){const n=e?[...t,{dmfId:e}]:t;return ot(pt,{value:{containerId:`replicator-${e||"default"}`,nestedPathSegments:n,itemDataByDmfId:{}},children:o?o(void 0,r):r})}if(Array.isArray(u))return ot(rt,{children:u.map((n,a)=>{const i=[...t,{dmfId:e||"default",index:a}],s={containerId:`replicator-${e||"default"}-${a}`,nestedPathSegments:i,itemIndex:a,itemDataByDmfId:dht(n),rawItemDataByDmfId:n};return ot(pt,{value:s,children:o?o(a,r):r},`${e||"default"}-${a}`)})});const d=e?[...t,{dmfId:e}]:t,p={containerId:`replicator-${e||"default"}`,nestedPathSegments:d,itemDataByDmfId:dht(u),rawItemDataByDmfId:u};return ot(pt,{value:p,children:o?o(void 0,r):r})}),hht=({replicatorFieldId:t,nestedPathSegments:r=[],minInstances:o=1,maxInstances:n,children:a})=>{const{control:i}=Ut(),s=BC(),c=e.useRef(!1),u=r.map(e=>void 0!==e.index?`${e.dmfId}.${e.index}`:e.dmfId).filter(Boolean).join(".");const d=u?`${u}.${t}`:t,p=function(e){const t=Ut(),{control:r=t.control,name:o,keyName:n="id",shouldUnregister:a,rules:i}=e,[s,c]=l.default.useState(r._getFieldArray(o)),u=l.default.useRef(r._getFieldArray(o).map(Lr)),d=l.default.useRef(s),p=l.default.useRef(o),h=l.default.useRef(!1);p.current=o,d.current=s,r._names.array.add(o),i&&r.register(o,i),Yt(()=>r._subjects.array.subscribe({next:({values:e,name:t})=>{if(t===p.current||!t){const t=Dt(e,p.current);Array.isArray(t)&&(c(t),u.current=t.map(Lr))}}}).unsubscribe,[r]);const f=l.default.useCallback(e=>{h.current=!0,r._setFieldArray(o,e)},[r,o]);return l.default.useEffect(()=>{if(r._state.action=!1,Pr(o,r._names)&&r._subjects.state.next({...r._formState}),h.current&&(!Sr(r._options.mode).isOnSubmit||r._formState.isSubmitted)&&!Sr(r._options.reValidateMode).isOnSubmit)if(r._options.resolver)r._runSchema([o]).then(e=>{const t=Dt(e.errors,o),n=Dt(r._formState.errors,o);(n?!t&&n.type||t&&(n.type!==t.type||n.message!==t.message):t&&t.type)&&(t?Pt(r._formState.errors,o,t):pr(r._formState.errors,o),r._subjects.state.next({errors:r._formState.errors}))});else{const e=Dt(r._fields,o);!e||!e._f||Sr(r._options.reValidateMode).isOnSubmit&&Sr(r._options.mode).isOnSubmit||Ir(e,r._names.disabled,r._formValues,r._options.criteriaMode===zt,r._options.shouldUseNativeValidation,!0).then(e=>!ar(e)&&r._subjects.state.next({errors:Tr(r._formState.errors,e,o)}))}r._subjects.state.next({name:o,values:kt(r._formValues)}),r._names.focus&&Er(r._fields,(e,t)=>{if(r._names.focus&&t.startsWith(r._names.focus)&&e.focus)return e.focus(),1}),r._names.focus="",r._setValid(),h.current=!1},[s,o,r]),l.default.useEffect(()=>(!Dt(r._formValues,o)&&r._setFieldArray(o),()=>{r._options.shouldUnregister||a?r.unregister(o):((e,t)=>{const o=Dt(r._fields,e);o&&o._f&&(o._f.mount=t)})(o,!1)}),[o,r,n,a]),{swap:l.default.useCallback((e,t)=>{const n=r._getFieldArray(o);Gr(n,e,t),Gr(u.current,e,t),f(n),c(n),r._setFieldArray(o,n,Gr,{argA:e,argB:t},!1)},[f,o,r]),move:l.default.useCallback((e,t)=>{const n=r._getFieldArray(o);qr(n,e,t),qr(u.current,e,t),f(n),c(n),r._setFieldArray(o,n,qr,{argA:e,argB:t},!1)},[f,o,r]),prepend:l.default.useCallback((e,t)=>{const n=tr(kt(e)),a=Wr(r._getFieldArray(o),n);r._names.focus=Br(o,0,t),u.current=Wr(u.current,n.map(Lr)),f(a),c(a),r._setFieldArray(o,a,Wr,{argA:$r(e)})},[f,o,r]),append:l.default.useCallback((e,t)=>{const n=tr(kt(e)),a=Vr(r._getFieldArray(o),n);r._names.focus=Br(o,a.length-1,t),u.current=Vr(u.current,n.map(Lr)),f(a),c(a),r._setFieldArray(o,a,Vr,{argA:$r(e)})},[f,o,r]),remove:l.default.useCallback(e=>{const t=Ur(r._getFieldArray(o),e);u.current=Ur(u.current,e),f(t),c(t),!Array.isArray(Dt(r._fields,o))&&Pt(r._fields,o,void 0),r._setFieldArray(o,t,Ur,{argA:e})},[f,o,r]),insert:l.default.useCallback((e,t,n)=>{const a=tr(kt(t)),i=Hr(r._getFieldArray(o),e,a);r._names.focus=Br(o,e,n),u.current=Hr(u.current,e,a.map(Lr)),f(i),c(i),r._setFieldArray(o,i,Hr,{argA:e,argB:$r(t)})},[f,o,r]),update:l.default.useCallback((e,t)=>{const n=kt(t),a=Kr(r._getFieldArray(o),e,n);u.current=[...a].map((t,r)=>t&&r!==e?u.current[r]:Lr()),f(a),c([...a]),r._setFieldArray(o,a,Kr,{argA:e,argB:n},!0,!1)},[f,o,r]),replace:l.default.useCallback(e=>{const t=tr(kt(e));u.current=t.map(Lr),f([...t]),c([...t]),r._setFieldArray(o,[...t],e=>e,{},!0,!1)},[f,o,r]),fields:l.default.useMemo(()=>s.map((e,t)=>({...e,[n]:u.current[t]||Lr()})),[s,n])}}({control:i,name:d}),{fields:h,append:f}=p;return e.useEffect(()=>{if(!c.current&&(c.current=!0,0===h.length&&o>0)){Array.from({length:o},()=>({})).forEach(e=>{f(e,{shouldFocus:!1})})}},[]),e.useEffect(()=>{if(s)return s.register({replicatorFieldId:t,fieldArrayName:d,fieldArrayMethods:p,minInstances:o,maxInstances:n}),()=>{s.unregister(t)}},[s,t,d,p,o,n]),ot(AC,{replicatorFieldId:t,fieldArrayName:d,fieldArrayMethods:p,minInstances:o,maxInstances:n,children:a})},fht={dots:!0,infinite:!1,autoplay:!1,autoplaySpeed:5e3,arrows:!0,slidesToShow:1,slidesToScroll:1,adaptiveHeight:!0,swipeToSlide:!0},mht=e.memo(({id:t,type:r,name:o,config:n,children:a,metadata:i,isMobile:s,properties:l,nestedPathSegments:c=[],replicatorFieldId:u})=>{const d=Ge(),{props:p,wide:h,compact:f}=n||{},m=u||p?.replicatorFieldId,{isConfigurationMode:y,onConfigurationItemClicked:g,selectedConfigurationItemId:v,currentStyleProperties:x,currentContentProperties:b,formId:w}=NC(),k=Ut(),_=Boolean(w&&k),C=v===t,M=C?{backgroundImage:b?.backgroundImage??l?.backgroundImage??{imageFile:{url:""}}}:l,{containerProps:S={},containerStyle:D={}}=h||{};let O={...D};const{containerProps:P={},containerStyle:E={}}=f||{};let j={...E};x&&C&&(j={...E,...x},O={...D,...x});const T=SC("xs"),N=s??T,R=N?j:O,F=N?P:S,I={...p,...F,enableBackgroundImage:R?.enableBackgroundImage},z=e.useMemo(()=>({entityId:t,entityType:r,entityName:o,entity:"container",libraryEntityId:i?.containerLibraryId||void 0}),[r,o,t,i]),A=y?{onClick:e=>{e&&e.stopPropagation(),g(z,!1)},onDoubleClick:e=>{e?.stopPropagation(),g(z,!0)}}:{},L=`${t}.${N?"mobile":"desktop"}`,B=bo`
1032
1032
  display: flex;
1033
1033
  position: relative; /* default containing block for absolute children */
1034
1034
  overflow: visible; /* allow positioned children to overflow */