@thebase/ui
Version:
CDN-installable Owl and Bootstrap 5 UI component library.
2 lines • 127 kB
JavaScript
var A=Object.defineProperty;var B=(e,n,t)=>n in e?A(e,n,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[n]=t;var m=(e,n,t)=>B(e,typeof n!="symbol"?n+"":n,t);var c=globalThis.owl;if(!c)throw new Error("BaseUI: load dist/baseui.min.js or dist/baseui.esm.js before this script (globalThis.owl is not set).");var M=c.App,w=c.Component,D=c.EventBus,F=c.OwlError,L=c.__info__,R=c.batched,T=c.blockDom,U=c.htmlEscape,z=c.loadFile,O=c.markRaw,H=c.markup,E=c.mount,W=c.onError,G=c.onMounted,V=c.onPatched,$=c.onRendered,N=c.onWillDestroy,X=c.onWillPatch,Z=c.onWillRender,_=c.onWillStart,j=c.onWillUnmount,K=c.onWillUpdateProps,Q=c.reactive,J=c.status,Y=c.toRaw,oo=c.useChildSubEnv,eo=c.useComponent,k=c.useEffect,to=c.useEnv,no=c.useExternalListener,co=c.useRef,b=c.useState,ro=c.useSubEnv,so=c.validate,ao=c.validateType,po=c.whenReady,io=c.xml;var lo="__BASEUI_VERSION__",C=new Map,x=new WeakMap,d="[b-ui], [b-icon]",xo="[data-bs-toggle], [data-bs-target], [data-bs-dismiss]";function Io(e){return typeof e=="string"?document.querySelector(e):e instanceof Element?e:null}function S(e,n,t={}){e.dispatchEvent(new CustomEvent(n,{bubbles:!0,detail:t}))}function uo(e,n={}){return e.hasAttribute("b-icon")?"icon":n.name||e.getAttribute("b-ui")}function ho(e,n){return n===document||n===e||n.contains(e)}function go(e,n={}){return!n.allowBootstrapControl&&e.matches(xo)}var fo=typeof window<"u"?window.BaseUI:void 0,I=fo||{version:lo,register(e,n){if(!e||!n)throw new Error("BaseUI.register requires a name and component definition.");return C.set(e,n),this},component(e){return C.get(e)},mount(e,n={}){let t=Io(e);if(!t||go(t,n))return null;let r=uo(t,n),s=C.get(r);if(!s)return null;let a=x.get(t);if(a?.name===r)return a;a&&(a.destroy?.(),x.delete(t),S(t,"baseui:destroyed",{name:a.name}));let i=s.mount?.(t,this,n)||{},l={name:r,element:t,destroy:i.destroy};return x.set(t,l),S(t,"baseui:mounted",{name:r,instance:l}),l},mountAll(e=document){let n=e||document,t=[...n.querySelectorAll?.(d)||[]];return n instanceof Element&&n.matches(d)&&t.unshift(n),t.map(r=>this.mount(r)).filter(Boolean)},destroy(e=document){let n=e||document,t=[...n.querySelectorAll?.(d)||[]];n instanceof Element&&n.matches(d)&&t.unshift(n);for(let r of t){let s=x.get(r);s&&ho(r,n)&&(s.destroy?.(),x.delete(r),S(r,"baseui:destroyed",{name:s.name}))}},theme:{set(e){let n=document.documentElement;if(typeof e=="string"){n.setAttribute("b-theme",e),n.dataset.bsTheme=e;return}for(let[t,r]of Object.entries(e||{})){let s=t==="radius"||t==="--b-radius"?"--base-radius":t.startsWith("--")?t:`--b-${t}`;n.style.setProperty(s,r)}}}};typeof window<"u"&&(window.BaseUI=I);var v="1.31.0",mo=`https://cdn.jsdelivr.net/npm/lucide-static@${v}/icons`,g="file",wo=/^[a-z0-9][a-z0-9-]*$/,y=new Map;function ko(e){return typeof Image>"u"?Promise.resolve(!0):(y.has(e)||y.set(e,new Promise(n=>{let t=new Image;t.onload=()=>n(!0),t.onerror=()=>n(!1),t.src=e})),y.get(e))}function h(e){return String(e||"").trim().replace(/([a-z0-9])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase()}function u(e,n={}){let t=h(e);if(!wo.test(t))throw new Error(`BaseUI icon name is invalid: ${e}`);return`${String(n.baseUrl||I.icons.lucide.cdnBaseUrl).replace(/\/+$/,"")}/${t}.svg`}function bo(e,n,t={}){let r=t.url||u(n,t),s=t.label??e.getAttribute("aria-label")??"";e.classList.add("bu-icon"),e.style.setProperty("--b-icon-url",`url("${r.replace(/"/g,"%22")}")`),(t.size||e.getAttribute("b-att-size"))&&e.style.setProperty("--b-icon-size",t.size||e.getAttribute("b-att-size")),s?(e.setAttribute("role","img"),e.setAttribute("aria-label",s)):e.setAttribute("aria-hidden","true");let a=t.fallback===!1?null:t.fallback||g;return a&&!t.url&&h(n)!==h(a)&&ko(r).then(i=>{if(i||!e.isConnected)return;let l=u(a,t);e.style.setProperty("--b-icon-url",`url("${l.replace(/"/g,"%22")}")`)}),e}I.icons={...I.icons||{},lucide:{version:v,cdnBaseUrl:mo,normalizeName:h,url:u,render:bo}};function q(...e){let n=[];for(let t of e)if(t){if(typeof t=="string")n.push(t);else if(Array.isArray(t)){let r=q(...t);r&&n.push(r)}else if(typeof t=="object")for(let[r,s]of Object.entries(t))s&&n.push(r)}return n.join(" ")}function f(e,n,t){return e[n]??(t?e[t]:void 0)}function P(...e){let n=[];for(let t of e)if(t){if(typeof t=="string"){let r=t.trim().replace(/;$/,"");r&&n.push(r)}else if(typeof t=="object")for(let[r,s]of Object.entries(t)){if(s==null||s==="")continue;let a=r.replace(/[A-Z]/g,i=>"-"+i.toLowerCase());n.push(`${a}:${s}`)}}return n.join(";")}var p=class extends w{setup(){this.state=b({failed:!1}),k(n=>{if(this.state.failed=!1,typeof Image>"u"||!n||n===g)return;let t=new Image;return t.onerror=()=>{this.state.failed=!0},t.src=this.buildUrl(n),()=>{t.onload=null,t.onerror=null}},()=>[this.name])}buildUrl(n){return u(n,{baseUrl:f(this.props,"base-url","baseUrl")})}get name(){return f(this.props,"icon","name")}get url(){return this.buildUrl(this.state.failed?g:this.name)}get style(){let n=[`--b-icon-url:url("${this.url.replace(/"/g,"%22")}")`];return this.props.size&&n.push(`--b-icon-size:${this.props.size}`),P(n.join(";"),this.props.style)}get classNames(){return q("bu-icon",this.props.className)}};m(p,"template","baseui.Icon"),m(p,"props",{icon:{type:String,optional:!0},name:{type:String,optional:!0},label:{type:String,optional:!0},title:{type:String,optional:!0},size:{type:String,optional:!0},"base-url":{type:String,optional:!0},baseUrl:{type:String,optional:!0},className:{type:String,optional:!0},style:{type:[String,Object],optional:!0}});function o(e){return class extends p{get name(){return f(this.props,"icon","name")||e}}}function Co(e){return`Icon${String(e).split("-").filter(Boolean).map(t=>t[0].toUpperCase()+t.slice(1)).join("")}`}var So=o("a-arrow-down"),yo=o("a-arrow-up"),qo=o("a-large-small"),vo=o("accessibility"),Po=o("activity"),Ao=o("activity-square"),Bo=o("ad"),Mo=o("air-vent"),Do=o("airplay"),Fo=o("alarm-check"),Lo=o("alarm-clock"),Ro=o("alarm-clock-check"),To=o("alarm-clock-minus"),Uo=o("alarm-clock-off"),zo=o("alarm-clock-plus"),Oo=o("alarm-minus"),Ho=o("alarm-plus"),Eo=o("alarm-smoke"),Wo=o("album"),Go=o("alert-circle"),Vo=o("alert-octagon"),$o=o("alert-triangle"),No=o("align-center"),Xo=o("align-center-horizontal"),Zo=o("align-center-vertical"),_o=o("align-end-horizontal"),jo=o("align-end-vertical"),Ko=o("align-horizontal-distribute-center"),Qo=o("align-horizontal-distribute-end"),Jo=o("align-horizontal-distribute-start"),Yo=o("align-horizontal-justify-center"),oe=o("align-horizontal-justify-end"),ee=o("align-horizontal-justify-start"),te=o("align-horizontal-space-around"),ne=o("align-horizontal-space-between"),ce=o("align-justify"),re=o("align-left"),se=o("align-right"),ae=o("align-start-horizontal"),pe=o("align-start-vertical"),ie=o("align-vertical-distribute-center"),le=o("align-vertical-distribute-end"),xe=o("align-vertical-distribute-start"),Ie=o("align-vertical-justify-center"),ue=o("align-vertical-justify-end"),de=o("align-vertical-justify-start"),he=o("align-vertical-space-around"),ge=o("align-vertical-space-between"),fe=o("ambulance"),me=o("ampersand"),we=o("ampersands"),ke=o("amphora"),be=o("anchor"),Ce=o("angle"),Se=o("angry"),ye=o("annoyed"),qe=o("antenna"),ve=o("anvil"),Pe=o("aperture"),Ae=o("app-window"),Be=o("app-window-mac"),Me=o("apple"),De=o("archive"),Fe=o("archive-restore"),Le=o("archive-x"),Re=o("area-chart"),Te=o("armchair"),Ue=o("arrow-big-down"),ze=o("arrow-big-down-dash"),Oe=o("arrow-big-left"),He=o("arrow-big-left-dash"),Ee=o("arrow-big-right"),We=o("arrow-big-right-dash"),Ge=o("arrow-big-up"),Ve=o("arrow-big-up-dash"),$e=o("arrow-down"),Ne=o("arrow-down-01"),Xe=o("arrow-down-10"),Ze=o("arrow-down-a-z"),_e=o("arrow-down-az"),je=o("arrow-down-circle"),Ke=o("arrow-down-from-line"),Qe=o("arrow-down-left"),Je=o("arrow-down-left-from-circle"),Ye=o("arrow-down-left-from-square"),ot=o("arrow-down-left-square"),et=o("arrow-down-narrow-wide"),tt=o("arrow-down-right"),nt=o("arrow-down-right-from-circle"),ct=o("arrow-down-right-from-square"),rt=o("arrow-down-right-square"),st=o("arrow-down-square"),at=o("arrow-down-to-dot"),pt=o("arrow-down-to-line"),it=o("arrow-down-up"),lt=o("arrow-down-wide-narrow"),xt=o("arrow-down-z-a"),It=o("arrow-down-za"),ut=o("arrow-left"),dt=o("arrow-left-circle"),ht=o("arrow-left-from-line"),gt=o("arrow-left-right"),ft=o("arrow-left-square"),mt=o("arrow-left-to-line"),wt=o("arrow-right"),kt=o("arrow-right-circle"),bt=o("arrow-right-from-line"),Ct=o("arrow-right-left"),St=o("arrow-right-square"),yt=o("arrow-right-to-line"),qt=o("arrow-up"),vt=o("arrow-up-01"),Pt=o("arrow-up-10"),At=o("arrow-up-a-z"),Bt=o("arrow-up-az"),Mt=o("arrow-up-circle"),Dt=o("arrow-up-down"),Ft=o("arrow-up-from-dot"),Lt=o("arrow-up-from-line"),Rt=o("arrow-up-left"),Tt=o("arrow-up-left-from-circle"),Ut=o("arrow-up-left-from-square"),zt=o("arrow-up-left-square"),Ot=o("arrow-up-narrow-wide"),Ht=o("arrow-up-right"),Et=o("arrow-up-right-from-circle"),Wt=o("arrow-up-right-from-square"),Gt=o("arrow-up-right-square"),Vt=o("arrow-up-square"),$t=o("arrow-up-to-line"),Nt=o("arrow-up-wide-narrow"),Xt=o("arrow-up-z-a"),Zt=o("arrow-up-za"),_t=o("arrows-up-from-line"),jt=o("asterisk"),Kt=o("asterisk-square"),Qt=o("astroid"),Jt=o("at-sign"),Yt=o("atom"),on=o("audio-lines"),en=o("audio-lines-x"),tn=o("audio-waveform"),nn=o("award"),cn=o("axe"),rn=o("axis-3-d"),sn=o("axis-3d"),an=o("baby"),pn=o("backpack"),ln=o("badge"),xn=o("badge-alert"),In=o("badge-cent"),un=o("badge-check"),dn=o("badge-dollar-sign"),hn=o("badge-euro"),gn=o("badge-help"),fn=o("badge-indian-rupee"),mn=o("badge-info"),wn=o("badge-japanese-yen"),kn=o("badge-minus"),bn=o("badge-percent"),Cn=o("badge-plus"),Sn=o("badge-pound-sterling"),yn=o("badge-question-mark"),qn=o("badge-russian-ruble"),vn=o("badge-swiss-franc"),Pn=o("badge-turkish-lira"),An=o("badge-x"),Bn=o("baggage-claim"),Mn=o("balloon"),Dn=o("ban"),Fn=o("banana"),Ln=o("bandage"),Rn=o("banknote"),Tn=o("banknote-arrow-down"),Un=o("banknote-arrow-up"),zn=o("banknote-check"),On=o("banknote-x"),Hn=o("bar-chart"),En=o("bar-chart-2"),Wn=o("bar-chart-3"),Gn=o("bar-chart-4"),Vn=o("bar-chart-big"),$n=o("bar-chart-horizontal"),Nn=o("bar-chart-horizontal-big"),Xn=o("barcode"),Zn=o("barrel"),_n=o("baseline"),jn=o("bath"),Kn=o("battery"),Qn=o("battery-charging"),Jn=o("battery-full"),Yn=o("battery-low"),oc=o("battery-medium"),ec=o("battery-plus"),tc=o("battery-warning"),nc=o("beaker"),cc=o("bean"),rc=o("bean-off"),sc=o("bed"),ac=o("bed-double"),pc=o("bed-single"),ic=o("beef"),lc=o("beef-off"),xc=o("beer"),Ic=o("beer-off"),uc=o("bell"),dc=o("bell-check"),hc=o("bell-dot"),gc=o("bell-electric"),fc=o("bell-minus"),mc=o("bell-off"),wc=o("bell-plus"),kc=o("bell-ring"),bc=o("between-horizonal-end"),Cc=o("between-horizonal-start"),Sc=o("between-horizontal-end"),yc=o("between-horizontal-start"),qc=o("between-vertical-end"),vc=o("between-vertical-start"),Pc=o("biceps-flexed"),Ac=o("bike"),Bc=o("binary"),Mc=o("binoculars"),Dc=o("biohazard"),Fc=o("bird"),Lc=o("birdhouse"),Rc=o("bitcoin"),Tc=o("blend"),Uc=o("blender"),zc=o("blinds"),Oc=o("blocks"),Hc=o("bluetooth"),Ec=o("bluetooth-connected"),Wc=o("bluetooth-off"),Gc=o("bluetooth-searching"),Vc=o("bold"),$c=o("bolt"),Nc=o("bomb"),Xc=o("bone"),Zc=o("bone-fracture"),_c=o("book"),jc=o("book-a"),Kc=o("book-alert"),Qc=o("book-audio"),Jc=o("book-check"),Yc=o("book-copy"),or=o("book-dashed"),er=o("book-down"),tr=o("book-headphones"),nr=o("book-heart"),cr=o("book-image"),rr=o("book-key"),sr=o("book-lock"),ar=o("book-marked"),pr=o("book-minus"),ir=o("book-open"),lr=o("book-open-check"),xr=o("book-open-text"),Ir=o("book-plus"),ur=o("book-search"),dr=o("book-template"),hr=o("book-text"),gr=o("book-type"),fr=o("book-up"),mr=o("book-up-2"),wr=o("book-user"),kr=o("book-x"),br=o("bookmark"),Cr=o("bookmark-check"),Sr=o("bookmark-minus"),yr=o("bookmark-off"),qr=o("bookmark-plus"),vr=o("bookmark-x"),Pr=o("boom-box"),Ar=o("bot"),Br=o("bot-message-square"),Mr=o("bot-off"),Dr=o("bottle-wine"),Fr=o("bow-arrow"),Lr=o("box"),Rr=o("box-select"),Tr=o("boxes"),Ur=o("braces"),zr=o("brackets"),Or=o("brain"),Hr=o("brain-circuit"),Er=o("brain-cog"),Wr=o("brick-wall"),Gr=o("brick-wall-fire"),Vr=o("brick-wall-shield"),$r=o("briefcase"),Nr=o("briefcase-business"),Xr=o("briefcase-conveyor-belt"),Zr=o("briefcase-medical"),_r=o("bring-to-front"),jr=o("broccoli"),Kr=o("broom"),Qr=o("broom-sparkles"),Jr=o("brush"),Yr=o("brush-cleaning"),os=o("bubbles"),es=o("bug"),ts=o("bug-off"),ns=o("bug-play"),cs=o("building"),rs=o("building-2"),ss=o("bus"),as=o("bus-front"),ps=o("cable"),is=o("cable-car"),ls=o("cake"),xs=o("cake-slice"),Is=o("calculator"),us=o("calendar"),ds=o("calendar-1"),hs=o("calendar-arrow-down"),gs=o("calendar-arrow-up"),fs=o("calendar-check"),ms=o("calendar-check-2"),ws=o("calendar-clock"),ks=o("calendar-cog"),bs=o("calendar-days"),Cs=o("calendar-fold"),Ss=o("calendar-heart"),ys=o("calendar-minus"),qs=o("calendar-minus-2"),vs=o("calendar-off"),Ps=o("calendar-plus"),As=o("calendar-plus-2"),Bs=o("calendar-range"),Ms=o("calendar-search"),Ds=o("calendar-sync"),Fs=o("calendar-x"),Ls=o("calendar-x-2"),Rs=o("calendars"),Ts=o("camera"),Us=o("camera-off"),zs=o("candlestick-chart"),Os=o("candy"),Hs=o("candy-cane"),Es=o("candy-off"),Ws=o("cannabis"),Gs=o("cannabis-off"),Vs=o("captions"),$s=o("captions-off"),Ns=o("car"),Xs=o("car-front"),Zs=o("car-taxi-front"),_s=o("caravan"),js=o("card-sim"),Ks=o("carrot"),Qs=o("case-lower"),Js=o("case-sensitive"),Ys=o("case-upper"),oa=o("cassette-tape"),ea=o("cast"),ta=o("castle"),na=o("cat"),ca=o("cctv"),ra=o("cctv-off"),sa=o("chart-area"),aa=o("chart-bar"),pa=o("chart-bar-big"),ia=o("chart-bar-decreasing"),la=o("chart-bar-increasing"),xa=o("chart-bar-stacked"),Ia=o("chart-candlestick"),ua=o("chart-column"),da=o("chart-column-big"),ha=o("chart-column-decreasing"),ga=o("chart-column-increasing"),fa=o("chart-column-stacked"),ma=o("chart-gantt"),wa=o("chart-line"),ka=o("chart-network"),ba=o("chart-no-axes-column"),Ca=o("chart-no-axes-column-decreasing"),Sa=o("chart-no-axes-column-increasing"),ya=o("chart-no-axes-combined"),qa=o("chart-no-axes-gantt"),va=o("chart-pie"),Pa=o("chart-scatter"),Aa=o("chart-spline"),Ba=o("check"),Ma=o("check-check"),Da=o("check-circle"),Fa=o("check-circle-2"),La=o("check-line"),Ra=o("check-square"),Ta=o("check-square-2"),Ua=o("chef-hat"),za=o("cherry"),Oa=o("chess-bishop"),Ha=o("chess-king"),Ea=o("chess-knight"),Wa=o("chess-pawn"),Ga=o("chess-queen"),Va=o("chess-rook"),$a=o("chevron-down"),Na=o("chevron-down-circle"),Xa=o("chevron-down-square"),Za=o("chevron-first"),_a=o("chevron-last"),ja=o("chevron-left"),Ka=o("chevron-left-circle"),Qa=o("chevron-left-square"),Ja=o("chevron-right"),Ya=o("chevron-right-circle"),op=o("chevron-right-square"),ep=o("chevron-up"),tp=o("chevron-up-circle"),np=o("chevron-up-square"),cp=o("chevrons-down"),rp=o("chevrons-down-up"),sp=o("chevrons-left"),ap=o("chevrons-left-right"),pp=o("chevrons-left-right-ellipsis"),ip=o("chevrons-right"),lp=o("chevrons-right-left"),xp=o("chevrons-up"),Ip=o("chevrons-up-down"),up=o("church"),dp=o("cigarette"),hp=o("cigarette-off"),gp=o("circle"),fp=o("circle-alert"),mp=o("circle-arrow-down"),wp=o("circle-arrow-left"),kp=o("circle-arrow-out-down-left"),bp=o("circle-arrow-out-down-right"),Cp=o("circle-arrow-out-up-left"),Sp=o("circle-arrow-out-up-right"),yp=o("circle-arrow-right"),qp=o("circle-arrow-up"),vp=o("circle-check"),Pp=o("circle-check-big"),Ap=o("circle-chevron-down"),Bp=o("circle-chevron-left"),Mp=o("circle-chevron-right"),Dp=o("circle-chevron-up"),Fp=o("circle-dashed"),Lp=o("circle-divide"),Rp=o("circle-dollar-sign"),Tp=o("circle-dot"),Up=o("circle-dot-dashed"),zp=o("circle-ellipsis"),Op=o("circle-equal"),Hp=o("circle-euro"),Ep=o("circle-fading-arrow-up"),Wp=o("circle-fading-plus"),Gp=o("circle-gauge"),Vp=o("circle-help"),$p=o("circle-minus"),Np=o("circle-off"),Xp=o("circle-parking"),Zp=o("circle-parking-off"),_p=o("circle-pause"),jp=o("circle-percent"),Kp=o("circle-pile"),Qp=o("circle-play"),Jp=o("circle-plus"),Yp=o("circle-pound-sterling"),oi=o("circle-power"),ei=o("circle-question-mark"),ti=o("circle-slash"),ni=o("circle-slash-2"),ci=o("circle-slashed"),ri=o("circle-small"),si=o("circle-star"),ai=o("circle-stop"),pi=o("circle-user"),ii=o("circle-user-round"),li=o("circle-x"),xi=o("circuit-board"),Ii=o("citrus"),ui=o("clapperboard"),di=o("clipboard"),hi=o("clipboard-check"),gi=o("clipboard-clock"),fi=o("clipboard-copy"),mi=o("clipboard-edit"),wi=o("clipboard-list"),ki=o("clipboard-minus"),bi=o("clipboard-paste"),Ci=o("clipboard-pen"),Si=o("clipboard-pen-line"),yi=o("clipboard-plus"),qi=o("clipboard-signature"),vi=o("clipboard-type"),Pi=o("clipboard-x"),Ai=o("clock"),Bi=o("clock-1"),Mi=o("clock-10"),Di=o("clock-11"),Fi=o("clock-12"),Li=o("clock-2"),Ri=o("clock-3"),Ti=o("clock-4"),Ui=o("clock-5"),zi=o("clock-6"),Oi=o("clock-7"),Hi=o("clock-8"),Ei=o("clock-9"),Wi=o("clock-alert"),Gi=o("clock-arrow-down"),Vi=o("clock-arrow-left"),$i=o("clock-arrow-right"),Ni=o("clock-arrow-up"),Xi=o("clock-check"),Zi=o("clock-fading"),_i=o("clock-plus"),ji=o("closed-caption"),Ki=o("cloud"),Qi=o("cloud-alert"),Ji=o("cloud-backup"),Yi=o("cloud-check"),ol=o("cloud-cog"),el=o("cloud-download"),tl=o("cloud-drizzle"),nl=o("cloud-fog"),cl=o("cloud-hail"),rl=o("cloud-lightning"),sl=o("cloud-moon"),al=o("cloud-moon-rain"),pl=o("cloud-off"),il=o("cloud-rain"),ll=o("cloud-rain-wind"),xl=o("cloud-snow"),Il=o("cloud-sun"),ul=o("cloud-sun-rain"),dl=o("cloud-sync"),hl=o("cloud-upload"),gl=o("cloudy"),fl=o("clover"),ml=o("club"),wl=o("code"),kl=o("code-2"),bl=o("code-square"),Cl=o("code-xml"),Sl=o("coffee"),yl=o("cog"),ql=o("coins"),vl=o("columns"),Pl=o("columns-2"),Al=o("columns-3"),Bl=o("columns-3-cog"),Ml=o("columns-4"),Dl=o("columns-settings"),Fl=o("combine"),Ll=o("command"),Rl=o("compass"),Tl=o("component"),Ul=o("computer"),zl=o("concierge-bell"),Ol=o("cone"),Hl=o("construction"),El=o("contact"),Wl=o("contact-2"),Gl=o("contact-round"),Vl=o("container"),$l=o("contrast"),Nl=o("cookie"),Xl=o("cooking-pot"),Zl=o("copy"),_l=o("copy-check"),jl=o("copy-minus"),Kl=o("copy-plus"),Ql=o("copy-slash"),Jl=o("copy-x"),Yl=o("copyleft"),ox=o("copyright"),ex=o("corner-down-left"),tx=o("corner-down-right"),nx=o("corner-left-down"),cx=o("corner-left-up"),rx=o("corner-right-down"),sx=o("corner-right-up"),ax=o("corner-up-left"),px=o("corner-up-right"),ix=o("cpu"),lx=o("creative-commons"),xx=o("credit-card"),Ix=o("croissant"),ux=o("crop"),dx=o("cross"),hx=o("crosshair"),gx=o("crown"),fx=o("cuboid"),mx=o("cup-soda"),wx=o("curly-braces"),kx=o("currency"),bx=o("cylinder"),Cx=o("dam"),Sx=o("database"),yx=o("database-arrow-down"),qx=o("database-arrow-up"),vx=o("database-backup"),Px=o("database-check"),Ax=o("database-minus"),Bx=o("database-plus"),Mx=o("database-search"),Dx=o("database-x"),Fx=o("database-zap"),Lx=o("decimals-arrow-left"),Rx=o("decimals-arrow-right"),Tx=o("delete"),Ux=o("dessert"),zx=o("diameter"),Ox=o("diamond"),Hx=o("diamond-minus"),Ex=o("diamond-percent"),Wx=o("diamond-plus"),Gx=o("dice-1"),Vx=o("dice-2"),$x=o("dice-3"),Nx=o("dice-4"),Xx=o("dice-5"),Zx=o("dice-6"),_x=o("dices"),jx=o("diff"),Kx=o("disc"),Qx=o("disc-2"),Jx=o("disc-3"),Yx=o("disc-album"),oI=o("divide"),eI=o("divide-circle"),tI=o("divide-square"),nI=o("dna"),cI=o("dna-off"),rI=o("dock"),sI=o("dog"),aI=o("dollar-sign"),pI=o("donut"),iI=o("door-closed"),lI=o("door-closed-locked"),xI=o("door-open"),II=o("dot"),uI=o("dot-square"),dI=o("download"),hI=o("download-cloud"),gI=o("drafting-compass"),fI=o("drama"),mI=o("drill"),wI=o("drone"),kI=o("droplet"),bI=o("droplet-off"),CI=o("droplets"),SI=o("drum"),yI=o("drumstick"),qI=o("dumbbell"),vI=o("ear"),PI=o("ear-off"),AI=o("earth"),BI=o("earth-lock"),MI=o("eclipse"),DI=o("edit"),FI=o("edit-2"),LI=o("edit-3"),RI=o("egg"),TI=o("egg-fried"),UI=o("egg-off"),zI=o("eject"),OI=o("ellipse"),HI=o("ellipsis"),EI=o("ellipsis-vertical"),WI=o("equal"),GI=o("equal-approximately"),VI=o("equal-not"),$I=o("equal-square"),NI=o("eraser"),XI=o("ethernet-port"),ZI=o("euro"),_I=o("ev-charger"),jI=o("expand"),KI=o("external-link"),QI=o("eye"),JI=o("eye-closed"),YI=o("eye-dashed"),ou=o("eye-off"),eu=o("face-angry"),tu=o("face-expressionless"),nu=o("face-grinning"),cu=o("face-neutral"),ru=o("face-slightly-frowning"),su=o("face-slightly-smiling"),au=o("face-slightly-smiling-plus"),pu=o("factory"),iu=o("fan"),lu=o("fast-forward"),xu=o("feather"),Iu=o("fence"),uu=o("ferris-wheel"),du=o("file"),hu=o("file-archive"),gu=o("file-audio"),fu=o("file-audio-2"),mu=o("file-axis-3-d"),wu=o("file-axis-3d"),ku=o("file-badge"),bu=o("file-badge-2"),Cu=o("file-bar-chart"),Su=o("file-bar-chart-2"),yu=o("file-box"),qu=o("file-braces"),vu=o("file-braces-corner"),Pu=o("file-chart-column"),Au=o("file-chart-column-increasing"),Bu=o("file-chart-line"),Mu=o("file-chart-pie"),Du=o("file-check"),Fu=o("file-check-2"),Lu=o("file-check-corner"),Ru=o("file-clock"),Tu=o("file-code"),Uu=o("file-code-2"),zu=o("file-code-corner"),Ou=o("file-cog"),Hu=o("file-cog-2"),Eu=o("file-diff"),Wu=o("file-digit"),Gu=o("file-down"),Vu=o("file-edit"),$u=o("file-exclamation-point"),Nu=o("file-headphone"),Xu=o("file-heart"),Zu=o("file-image"),_u=o("file-input"),ju=o("file-json"),Ku=o("file-json-2"),Qu=o("file-key"),Ju=o("file-key-2"),Yu=o("file-line-chart"),od=o("file-lock"),ed=o("file-lock-2"),td=o("file-minus"),nd=o("file-minus-2"),cd=o("file-minus-corner"),rd=o("file-music"),sd=o("file-output"),ad=o("file-pen"),pd=o("file-pen-line"),id=o("file-pie-chart"),ld=o("file-play"),xd=o("file-plus"),Id=o("file-plus-2"),ud=o("file-plus-corner"),dd=o("file-question"),hd=o("file-question-mark"),gd=o("file-scan"),fd=o("file-search"),md=o("file-search-2"),wd=o("file-search-corner"),kd=o("file-signal"),bd=o("file-signature"),Cd=o("file-sliders"),Sd=o("file-spreadsheet"),yd=o("file-stack"),qd=o("file-symlink"),vd=o("file-terminal"),Pd=o("file-text"),Ad=o("file-type"),Bd=o("file-type-2"),Md=o("file-type-corner"),Dd=o("file-up"),Fd=o("file-user"),Ld=o("file-video"),Rd=o("file-video-2"),Td=o("file-video-camera"),Ud=o("file-volume"),zd=o("file-volume-2"),Od=o("file-warning"),Hd=o("file-x"),Ed=o("file-x-2"),Wd=o("file-x-corner"),Gd=o("files"),Vd=o("film"),$d=o("filter"),Nd=o("filter-x"),Xd=o("fingerprint"),Zd=o("fingerprint-pattern"),_d=o("fire-extinguisher"),jd=o("fish"),Kd=o("fish-off"),Qd=o("fish-symbol"),Jd=o("fishing-hook"),Yd=o("fishing-rod"),oh=o("flag"),eh=o("flag-off"),th=o("flag-triangle-left"),nh=o("flag-triangle-right"),ch=o("flame"),rh=o("flame-kindling"),sh=o("flashlight"),ah=o("flashlight-off"),ph=o("flask-conical"),ih=o("flask-conical-off"),lh=o("flask-round"),xh=o("flip-horizontal"),Ih=o("flip-horizontal-2"),uh=o("flip-vertical"),dh=o("flip-vertical-2"),hh=o("flower"),gh=o("flower-2"),fh=o("focus"),mh=o("fold-horizontal"),wh=o("fold-vertical"),kh=o("folder"),bh=o("folder-archive"),Ch=o("folder-bookmark"),Sh=o("folder-check"),yh=o("folder-clock"),qh=o("folder-closed"),vh=o("folder-code"),Ph=o("folder-cog"),Ah=o("folder-cog-2"),Bh=o("folder-dot"),Mh=o("folder-down"),Dh=o("folder-edit"),Fh=o("folder-git"),Lh=o("folder-git-2"),Rh=o("folder-heart"),Th=o("folder-input"),Uh=o("folder-kanban"),zh=o("folder-key"),Oh=o("folder-lock"),Hh=o("folder-minus"),Eh=o("folder-open"),Wh=o("folder-open-dot"),Gh=o("folder-output"),Vh=o("folder-pen"),$h=o("folder-plus"),Nh=o("folder-root"),Xh=o("folder-search"),Zh=o("folder-search-2"),_h=o("folder-symlink"),jh=o("folder-sync"),Kh=o("folder-tree"),Qh=o("folder-up"),Jh=o("folder-x"),Yh=o("folders"),og=o("footprints"),eg=o("fork-knife"),tg=o("fork-knife-crossed"),ng=o("forklift"),cg=o("form"),rg=o("form-input"),sg=o("forward"),ag=o("frame"),pg=o("frown"),ig=o("fuel"),lg=o("fullscreen"),xg=o("function-square"),Ig=o("funnel"),ug=o("funnel-plus"),dg=o("funnel-x"),hg=o("gallery-horizontal"),gg=o("gallery-horizontal-end"),fg=o("gallery-thumbnails"),mg=o("gallery-vertical"),wg=o("gallery-vertical-end"),kg=o("gamepad"),bg=o("gamepad-2"),Cg=o("gamepad-directional"),Sg=o("gantt-chart"),yg=o("gantt-chart-square"),qg=o("gauge"),vg=o("gauge-circle"),Pg=o("gavel"),Ag=o("gem"),Bg=o("georgian-lari"),Mg=o("ghost"),Dg=o("gift"),Fg=o("git-branch"),Lg=o("git-branch-minus"),Rg=o("git-branch-plus"),Tg=o("git-commit"),Ug=o("git-commit-horizontal"),zg=o("git-commit-vertical"),Og=o("git-compare"),Hg=o("git-compare-arrows"),Eg=o("git-fork"),Wg=o("git-graph"),Gg=o("git-merge"),Vg=o("git-merge-conflict"),$g=o("git-pull-request"),Ng=o("git-pull-request-arrow"),Xg=o("git-pull-request-closed"),Zg=o("git-pull-request-create"),_g=o("git-pull-request-create-arrow"),jg=o("git-pull-request-draft"),Kg=o("glass-water"),Qg=o("glasses"),Jg=o("globe"),Yg=o("globe-2"),of=o("globe-check"),ef=o("globe-lock"),tf=o("globe-off"),nf=o("globe-x"),cf=o("goal"),rf=o("gpu"),sf=o("grab"),af=o("graduation-cap"),pf=o("grape"),lf=o("grid"),xf=o("grid-2-x-2"),If=o("grid-2-x-2-check"),uf=o("grid-2-x-2-plus"),df=o("grid-2-x-2-x"),hf=o("grid-2x2"),gf=o("grid-2x2-check"),ff=o("grid-2x2-plus"),mf=o("grid-2x2-x"),wf=o("grid-3-x-3"),kf=o("grid-3x2"),bf=o("grid-3x3"),Cf=o("grip"),Sf=o("grip-horizontal"),yf=o("grip-vertical"),qf=o("group"),vf=o("guitar"),Pf=o("ham"),Af=o("hamburger"),Bf=o("hammer"),Mf=o("hand"),Df=o("hand-coins"),Ff=o("hand-fist"),Lf=o("hand-grab"),Rf=o("hand-heart"),Tf=o("hand-helping"),Uf=o("hand-metal"),zf=o("hand-platter"),Of=o("handbag"),Hf=o("handshake"),Ef=o("hard-drive"),Wf=o("hard-drive-download"),Gf=o("hard-drive-upload"),Vf=o("hard-hat"),$f=o("hash"),Nf=o("hat-glasses"),Xf=o("haze"),Zf=o("hd"),_f=o("hdmi-port"),jf=o("heading"),Kf=o("heading-1"),Qf=o("heading-2"),Jf=o("heading-3"),Yf=o("heading-4"),om=o("heading-5"),em=o("heading-6"),tm=o("headphone-off"),nm=o("headphones"),cm=o("headset"),rm=o("heart"),sm=o("heart-crack"),am=o("heart-handshake"),pm=o("heart-minus"),im=o("heart-off"),lm=o("heart-plus"),xm=o("heart-pulse"),Im=o("heart-x"),um=o("heater"),dm=o("helicopter"),hm=o("help-circle"),gm=o("helping-hand"),fm=o("hexagon"),mm=o("highlighter"),wm=o("history"),km=o("home"),bm=o("hop"),Cm=o("hop-off"),Sm=o("hospital"),ym=o("hotel"),qm=o("hourglass"),vm=o("house"),Pm=o("house-heart"),Am=o("house-plug"),Bm=o("house-plus"),Mm=o("house-wifi"),Dm=o("ice-cream"),Fm=o("ice-cream-2"),Lm=o("ice-cream-bowl"),Rm=o("ice-cream-cone"),Tm=o("id-card"),Um=o("id-card-lanyard"),zm=o("image"),Om=o("image-down"),Hm=o("image-minus"),Em=o("image-off"),Wm=o("image-play"),Gm=o("image-plus"),Vm=o("image-up"),$m=o("image-upscale"),Nm=o("images"),Xm=o("import"),Zm=o("inbox"),_m=o("indent"),jm=o("indent-decrease"),Km=o("indent-increase"),Qm=o("indian-rupee"),Jm=o("infinity"),Ym=o("info"),ow=o("inspect"),ew=o("inspection-panel"),tw=o("italic"),nw=o("iteration-ccw"),cw=o("iteration-cw"),rw=o("japanese-yen"),sw=o("joystick"),aw=o("kanban"),pw=o("kanban-square"),iw=o("kanban-square-dashed"),lw=o("kayak"),xw=o("key"),Iw=o("key-round"),uw=o("key-square"),dw=o("keyboard"),hw=o("keyboard-music"),gw=o("keyboard-off"),fw=o("lamp"),mw=o("lamp-ceiling"),ww=o("lamp-desk"),kw=o("lamp-floor"),bw=o("lamp-wall-down"),Cw=o("lamp-wall-up"),Sw=o("land-plot"),yw=o("landmark"),qw=o("languages"),vw=o("laptop"),Pw=o("laptop-2"),Aw=o("laptop-minimal"),Bw=o("laptop-minimal-check"),Mw=o("lasso"),Dw=o("lasso-select"),Fw=o("laugh"),Lw=o("layer-arrow-down"),Rw=o("layer-arrow-up"),Tw=o("layers"),Uw=o("layers-2"),zw=o("layers-3"),Ow=o("layers-arrow-down"),Hw=o("layers-arrow-up"),Ew=o("layers-minus"),Ww=o("layers-plus"),Gw=o("layout"),Vw=o("layout-dashboard"),$w=o("layout-freeform"),Nw=o("layout-grid"),Xw=o("layout-list"),Zw=o("layout-panel-left"),_w=o("layout-panel-top"),jw=o("layout-template"),Kw=o("leaf"),Qw=o("leafy-green"),Jw=o("lectern"),Yw=o("lens-concave"),ok=o("lens-convex"),ek=o("letter-text"),tk=o("library"),nk=o("library-big"),ck=o("library-square"),rk=o("life-buoy"),sk=o("ligature"),ak=o("lightbulb"),pk=o("lightbulb-off"),ik=o("line-chart"),lk=o("line-dot-right-horizontal"),xk=o("line-squiggle"),Ik=o("line-style"),uk=o("link"),dk=o("link-2"),hk=o("link-2-off"),gk=o("list"),fk=o("list-check"),mk=o("list-checks"),wk=o("list-chevrons-down-up"),kk=o("list-chevrons-up-down"),bk=o("list-collapse"),Ck=o("list-end"),Sk=o("list-filter"),yk=o("list-filter-plus"),qk=o("list-indent-decrease"),vk=o("list-indent-increase"),Pk=o("list-minus"),Ak=o("list-music"),Bk=o("list-ordered"),Mk=o("list-plus"),Dk=o("list-restart"),Fk=o("list-sort-ascending"),Lk=o("list-sort-descending"),Rk=o("list-start"),Tk=o("list-todo"),Uk=o("list-tree"),zk=o("list-video"),Ok=o("list-x"),Hk=o("loader"),Ek=o("loader-2"),Wk=o("loader-circle"),Gk=o("loader-pinwheel"),Vk=o("locate"),$k=o("locate-fixed"),Nk=o("locate-off"),Xk=o("location-edit"),Zk=o("lock"),_k=o("lock-keyhole"),jk=o("lock-keyhole-open"),Kk=o("lock-open"),Qk=o("log-in"),Jk=o("log-out"),Yk=o("logs"),ob=o("lollipop"),eb=o("luggage"),tb=o("m-square"),nb=o("magnet"),cb=o("mail"),rb=o("mail-badge"),sb=o("mail-check"),ab=o("mail-minus"),pb=o("mail-open"),ib=o("mail-plus"),lb=o("mail-question"),xb=o("mail-question-mark"),Ib=o("mail-search"),ub=o("mail-warning"),db=o("mail-x"),hb=o("mailbox"),gb=o("mails"),fb=o("map"),mb=o("map-minus"),wb=o("map-pin"),kb=o("map-pin-check"),bb=o("map-pin-check-inside"),Cb=o("map-pin-house"),Sb=o("map-pin-minus"),yb=o("map-pin-minus-inside"),qb=o("map-pin-off"),vb=o("map-pin-pen"),Pb=o("map-pin-plus"),Ab=o("map-pin-plus-inside"),Bb=o("map-pin-search"),Mb=o("map-pin-x"),Db=o("map-pin-x-inside"),Fb=o("map-pinned"),Lb=o("map-plus"),Rb=o("mars"),Tb=o("mars-stroke"),Ub=o("martini"),zb=o("maximize"),Ob=o("maximize-2"),Hb=o("medal"),Eb=o("megaphone"),Wb=o("megaphone-off"),Gb=o("meh"),Vb=o("memory-stick"),$b=o("menu"),Nb=o("menu-square"),Xb=o("merge"),Zb=o("message-circle"),_b=o("message-circle-check"),jb=o("message-circle-code"),Kb=o("message-circle-dashed"),Qb=o("message-circle-heart"),Jb=o("message-circle-more"),Yb=o("message-circle-off"),oC=o("message-circle-plus"),eC=o("message-circle-question"),tC=o("message-circle-question-mark"),nC=o("message-circle-reply"),cC=o("message-circle-warning"),rC=o("message-circle-x"),sC=o("message-square"),aC=o("message-square-check"),pC=o("message-square-code"),iC=o("message-square-dashed"),lC=o("message-square-diff"),xC=o("message-square-dot"),IC=o("message-square-heart"),uC=o("message-square-lock"),dC=o("message-square-more"),hC=o("message-square-off"),gC=o("message-square-plus"),fC=o("message-square-quote"),mC=o("message-square-reply"),wC=o("message-square-share"),kC=o("message-square-text"),bC=o("message-square-warning"),CC=o("message-square-x"),SC=o("messages-square"),yC=o("metronome"),qC=o("mic"),vC=o("mic-2"),PC=o("mic-audio-lines"),AC=o("mic-off"),BC=o("mic-signal"),MC=o("mic-vocal"),DC=o("microchip"),FC=o("microscope"),LC=o("microwave"),RC=o("milestone"),TC=o("milk"),UC=o("milk-off"),zC=o("minimize"),OC=o("minimize-2"),HC=o("minus"),EC=o("minus-circle"),WC=o("minus-square"),GC=o("mirror-rectangular"),VC=o("mirror-round"),$C=o("monitor"),NC=o("monitor-check"),XC=o("monitor-cloud"),ZC=o("monitor-cog"),_C=o("monitor-dot"),jC=o("monitor-down"),KC=o("monitor-off"),QC=o("monitor-pause"),JC=o("monitor-play"),YC=o("monitor-smartphone"),oS=o("monitor-speaker"),eS=o("monitor-stop"),tS=o("monitor-up"),nS=o("monitor-x"),cS=o("moon"),rS=o("moon-star"),sS=o("more-horizontal"),aS=o("more-vertical"),pS=o("mosque"),iS=o("motorbike"),lS=o("mountain"),xS=o("mountain-snow"),IS=o("mouse"),uS=o("mouse-left"),dS=o("mouse-off"),hS=o("mouse-pointer"),gS=o("mouse-pointer-2"),fS=o("mouse-pointer-2-off"),mS=o("mouse-pointer-ban"),wS=o("mouse-pointer-click"),kS=o("mouse-pointer-square-dashed"),bS=o("mouse-right"),CS=o("move"),SS=o("move-3-d"),yS=o("move-3d"),qS=o("move-diagonal"),vS=o("move-diagonal-2"),PS=o("move-down"),AS=o("move-down-left"),BS=o("move-down-right"),MS=o("move-horizontal"),DS=o("move-left"),FS=o("move-right"),LS=o("move-up"),RS=o("move-up-left"),TS=o("move-up-right"),US=o("move-vertical"),zS=o("music"),OS=o("music-2"),HS=o("music-3"),ES=o("music-4"),WS=o("navigation"),GS=o("navigation-2"),VS=o("navigation-2-off"),$S=o("navigation-off"),NS=o("network"),XS=o("newspaper"),ZS=o("nfc"),_S=o("non-binary"),jS=o("notebook"),KS=o("notebook-pen"),QS=o("notebook-tabs"),JS=o("notebook-text"),YS=o("notepad-text"),oy=o("notepad-text-dashed"),ey=o("nut"),ty=o("nut-off"),ny=o("octagon"),cy=o("octagon-alert"),ry=o("octagon-minus"),sy=o("octagon-pause"),ay=o("octagon-x"),py=o("omega"),iy=o("option"),ly=o("orbit"),xy=o("origami"),Iy=o("outdent"),uy=o("package"),dy=o("package-2"),hy=o("package-check"),gy=o("package-minus"),fy=o("package-open"),my=o("package-plus"),wy=o("package-search"),ky=o("package-x"),by=o("paint-bucket"),Cy=o("paint-roller"),Sy=o("paintbrush"),yy=o("paintbrush-2"),qy=o("paintbrush-vertical"),vy=o("palette"),Py=o("palmtree"),Ay=o("panda"),By=o("panel-bottom"),My=o("panel-bottom-close"),Dy=o("panel-bottom-dashed"),Fy=o("panel-bottom-inactive"),Ly=o("panel-bottom-open"),Ry=o("panel-left"),Ty=o("panel-left-close"),Uy=o("panel-left-dashed"),zy=o("panel-left-inactive"),Oy=o("panel-left-open"),Hy=o("panel-left-right-dashed"),Ey=o("panel-right"),Wy=o("panel-right-close"),Gy=o("panel-right-dashed"),Vy=o("panel-right-inactive"),$y=o("panel-right-open"),Ny=o("panel-top"),Xy=o("panel-top-bottom-dashed"),Zy=o("panel-top-close"),_y=o("panel-top-dashed"),jy=o("panel-top-inactive"),Ky=o("panel-top-open"),Qy=o("panels-left-bottom"),Jy=o("panels-left-right"),Yy=o("panels-right-bottom"),oq=o("panels-top-bottom"),eq=o("panels-top-left"),tq=o("paper-bag"),nq=o("paperclip"),cq=o("parasol"),rq=o("parentheses"),sq=o("parking-circle"),aq=o("parking-circle-off"),pq=o("parking-meter"),iq=o("parking-square"),lq=o("parking-square-off"),xq=o("party-popper"),Iq=o("pause"),uq=o("pause-circle"),dq=o("pause-octagon"),hq=o("paw-print"),gq=o("pc-case"),fq=o("pen"),mq=o("pen-box"),wq=o("pen-line"),kq=o("pen-off"),bq=o("pen-square"),Cq=o("pen-tool"),Sq=o("pencil"),yq=o("pencil-line"),qq=o("pencil-off"),vq=o("pencil-ruler"),Pq=o("pencil-sparkles"),Aq=o("pentagon"),Bq=o("percent"),Mq=o("percent-circle"),Dq=o("percent-diamond"),Fq=o("percent-square"),Lq=o("person-standing"),Rq=o("phi"),Tq=o("philippine-peso"),Uq=o("phone"),zq=o("phone-call"),Oq=o("phone-forwarded"),Hq=o("phone-incoming"),Eq=o("phone-missed"),Wq=o("phone-off"),Gq=o("phone-outgoing"),Vq=o("pi"),$q=o("pi-square"),Nq=o("piano"),Xq=o("pickaxe"),Zq=o("picture-in-picture"),_q=o("picture-in-picture-2"),jq=o("pie-chart"),Kq=o("piggy-bank"),Qq=o("pilcrow"),Jq=o("pilcrow-left"),Yq=o("pilcrow-right"),ov=o("pilcrow-square"),ev=o("pill"),tv=o("pill-bottle"),nv=o("pin"),cv=o("pin-off"),rv=o("pipette"),sv=o("pizza"),av=o("plane"),pv=o("plane-landing"),iv=o("plane-takeoff"),lv=o("play"),xv=o("play-circle"),Iv=o("play-off"),uv=o("play-square"),dv=o("plug"),hv=o("plug-2"),gv=o("plug-zap"),fv=o("plug-zap-2"),mv=o("plus"),wv=o("plus-circle"),kv=o("plus-square"),bv=o("pocket-knife"),Cv=o("podcast"),Sv=o("podium"),yv=o("pointer"),qv=o("pointer-off"),vv=o("popcorn"),Pv=o("popsicle"),Av=o("pound-sterling"),Bv=o("power"),Mv=o("power-circle"),Dv=o("power-off"),Fv=o("power-square"),Lv=o("presentation"),Rv=o("printer"),Tv=o("printer-check"),Uv=o("printer-x"),zv=o("projector"),Ov=o("proportions"),Hv=o("puzzle"),Ev=o("pyramid"),Wv=o("qr-code"),Gv=o("quote"),Vv=o("rabbit"),$v=o("radar"),Nv=o("radiation"),Xv=o("radical"),Zv=o("radio"),_v=o("radio-off"),jv=o("radio-receiver"),Kv=o("radio-tower"),Qv=o("radius"),Jv=o("rainbow"),Yv=o("rat"),oP=o("ratio"),eP=o("receipt"),tP=o("receipt-cent"),nP=o("receipt-euro"),cP=o("receipt-indian-rupee"),rP=o("receipt-japanese-yen"),sP=o("receipt-pound-sterling"),aP=o("receipt-russian-ruble"),pP=o("receipt-swiss-franc"),iP=o("receipt-text"),lP=o("receipt-turkish-lira"),xP=o("rectangle-circle"),IP=o("rectangle-ellipsis"),uP=o("rectangle-goggles"),dP=o("rectangle-horizontal"),hP=o("rectangle-vertical"),gP=o("recycle"),fP=o("redo"),mP=o("redo-2"),wP=o("redo-dot"),kP=o("refresh-ccw"),bP=o("refresh-ccw-dot"),CP=o("refresh-cw"),SP=o("refresh-cw-off"),yP=o("refrigerator"),qP=o("regex"),vP=o("remove-formatting"),PP=o("repeat"),AP=o("repeat-1"),BP=o("repeat-2"),MP=o("repeat-off"),DP=o("replace"),FP=o("replace-all"),LP=o("reply"),RP=o("reply-all"),TP=o("rewind"),UP=o("ribbon"),zP=o("road"),OP=o("rocket"),HP=o("rocking-chair"),EP=o("roller-coaster"),WP=o("rose"),GP=o("rotate-3-d"),VP=o("rotate-3d"),$P=o("rotate-ccw"),NP=o("rotate-ccw-clock"),XP=o("rotate-ccw-key"),ZP=o("rotate-ccw-square"),_P=o("rotate-cw"),jP=o("rotate-cw-fading-clock"),KP=o("rotate-cw-square"),QP=o("route"),JP=o("route-off"),YP=o("router"),oA=o("rows"),eA=o("rows-2"),tA=o("rows-3"),nA=o("rows-4"),cA=o("rss"),rA=o("ruler"),sA=o("ruler-dimension-line"),aA=o("russian-ruble"),pA=o("sailboat"),iA=o("salad"),lA=o("sandwich"),xA=o("satellite"),IA=o("satellite-dish"),uA=o("saudi-riyal"),dA=o("save"),hA=o("save-all"),gA=o("save-check"),fA=o("save-off"),mA=o("save-pen"),wA=o("save-plus"),kA=o("scale"),bA=o("scale-3-d"),CA=o("scale-3d"),SA=o("scaling"),yA=o("scan"),qA=o("scan-barcode"),vA=o("scan-box"),PA=o("scan-eye"),AA=o("scan-face"),BA=o("scan-heart"),MA=o("scan-line"),DA=o("scan-qr-code"),FA=o("scan-search"),LA=o("scan-square"),RA=o("scan-text"),TA=o("scatter-chart"),UA=o("school"),zA=o("school-2"),OA=o("scissors"),HA=o("scissors-line-dashed"),EA=o("scissors-square"),WA=o("scissors-square-dashed-bottom"),GA=o("scooter"),VA=o("screen-share"),$A=o("screen-share-off"),NA=o("scroll"),XA=o("scroll-text"),ZA=o("search"),_A=o("search-alert"),jA=o("search-check"),KA=o("search-code"),QA=o("search-slash"),JA=o("search-x"),YA=o("section"),oB=o("send"),eB=o("send-horizonal"),tB=o("send-horizontal"),nB=o("send-to-back"),cB=o("separator-horizontal"),rB=o("separator-vertical"),sB=o("server"),aB=o("server-cog"),pB=o("server-crash"),iB=o("server-off"),lB=o("server-plus"),xB=o("settings"),IB=o("settings-2"),uB=o("shapes"),dB=o("share"),hB=o("share-2"),gB=o("sheet"),fB=o("shell"),mB=o("shelving-unit"),wB=o("shield"),kB=o("shield-alert"),bB=o("shield-ban"),CB=o("shield-check"),SB=o("shield-close"),yB=o("shield-cog"),qB=o("shield-cog-corner"),vB=o("shield-ellipsis"),PB=o("shield-half"),AB=o("shield-keyhole"),BB=o("shield-lock"),MB=o("shield-minus"),DB=o("shield-off"),FB=o("shield-plus"),LB=o("shield-question"),RB=o("shield-question-mark"),TB=o("shield-user"),UB=o("shield-x"),zB=o("ship"),OB=o("ship-wheel"),HB=o("shirt"),EB=o("shopping-bag"),WB=o("shopping-basket"),GB=o("shopping-cart"),VB=o("shovel"),$B=o("shower-head"),NB=o("shredder"),XB=o("shrimp"),ZB=o("shrink"),_B=o("shrub"),jB=o("shuffle"),KB=o("sidebar"),QB=o("sidebar-close"),JB=o("sidebar-open"),YB=o("sigma"),oM=o("sigma-square"),eM=o("signal"),tM=o("signal-high"),nM=o("signal-low"),cM=o("signal-medium"),rM=o("signal-zero"),sM=o("signature"),aM=o("signpost"),pM=o("signpost-big"),iM=o("siren"),lM=o("skip-back"),xM=o("skip-forward"),IM=o("skull"),uM=o("slash"),dM=o("slash-square"),hM=o("slice"),gM=o("sliders"),fM=o("sliders-horizontal"),mM=o("sliders-vertical"),wM=o("smartphone"),kM=o("smartphone-charging"),bM=o("smartphone-nfc"),CM=o("smile"),SM=o("smile-plus"),yM=o("snail"),qM=o("snowflake"),vM=o("soap-dispenser-droplet"),PM=o("sofa"),AM=o("solar-panel"),BM=o("sort-asc"),MM=o("sort-desc"),DM=o("soup"),FM=o("space"),LM=o("spade"),RM=o("sparkle"),TM=o("sparkles"),UM=o("speaker"),zM=o("speech"),OM=o("spell-check"),HM=o("spell-check-2"),EM=o("spline"),WM=o("spline-pointer"),GM=o("split"),VM=o("split-square-horizontal"),$M=o("split-square-vertical"),NM=o("spool"),XM=o("sport-shoe"),ZM=o("spotlight"),_M=o("spray-can"),jM=o("sprout"),KM=o("square"),QM=o("square-activity"),JM=o("square-arrow-down"),YM=o("square-arrow-down-left"),oD=o("square-arrow-down-right"),eD=o("square-arrow-left"),tD=o("square-arrow-out-down-left"),nD=o("square-arrow-out-down-right"),cD=o("square-arrow-out-up-left"),rD=o("square-arrow-out-up-right"),sD=o("square-arrow-right"),aD=o("square-arrow-right-enter"),pD=o("square-arrow-right-exit"),iD=o("square-arrow-up"),lD=o("square-arrow-up-left"),xD=o("square-arrow-up-right"),ID=o("square-asterisk"),uD=o("square-bottom-dashed-scissors"),dD=o("square-centerline-dashed-horizontal"),hD=o("square-centerline-dashed-vertical"),gD=o("square-chart-gantt"),fD=o("square-check"),mD=o("square-check-big"),wD=o("square-chevron-down"),kD=o("square-chevron-left"),bD=o("square-chevron-right"),CD=o("square-chevron-up"),SD=o("square-code"),yD=o("square-dashed"),qD=o("square-dashed-bottom"),vD=o("square-dashed-bottom-code"),PD=o("square-dashed-kanban"),AD=o("square-dashed-mouse-pointer"),BD=o("square-dashed-text"),MD=o("square-dashed-top-solid"),DD=o("square-divide"),FD=o("square-dot"),LD=o("square-equal"),RD=o("square-function"),TD=o("square-gantt-chart"),UD=o("square-kanban"),zD=o("square-library"),OD=o("square-m"),HD=o("square-menu"),ED=o("square-minus"),WD=o("square-mouse-pointer"),GD=o("square-off"),VD=o("square-parking"),$D=o("square-parking-off"),ND=o("square-pause"),XD=o("square-pen"),ZD=o("square-percent"),_D=o("square-pi"),jD=o("square-pilcrow"),KD=o("square-play"),QD=o("square-plus"),JD=o("square-power"),YD=o("square-radical"),oF=o("square-round-corner"),eF=o("square-scissors"),tF=o("square-sigma"),nF=o("square-slash"),cF=o("square-split-horizontal"),rF=o("square-split-vertical"),sF=o("square-square"),aF=o("square-stack"),pF=o("square-star"),iF=o("square-stop"),lF=o("square-terminal"),xF=o("square-user"),IF=o("square-user-round"),uF=o("square-x"),dF=o("squares-exclude"),hF=o("squares-intersect"),gF=o("squares-subtract"),fF=o("squares-unite"),mF=o("squircle"),wF=o("squircle-dashed"),kF=o("squirrel"),bF=o("stamp"),CF=o("star"),SF=o("star-check"),yF=o("star-half"),qF=o("star-minus"),vF=o("star-off"),PF=o("star-plus"),AF=o("star-x"),BF=o("stars"),MF=o("step-back"),DF=o("step-forward"),FF=o("stethoscope"),LF=o("sticker"),RF=o("sticky-note"),TF=o("sticky-note-check"),UF=o("sticky-note-minus"),zF=o("sticky-note-off"),OF=o("sticky-note-plus"),HF=o("sticky-note-x"),EF=o("sticky-notes"),WF=o("stone"),GF=o("stop-circle"),VF=o("store"),$F=o("stretch-horizontal"),NF=o("stretch-vertical"),XF=o("strikethrough"),ZF=o("subscript"),_F=o("subtitles"),jF=o("summary"),KF=o("sun"),QF=o("sun-dim"),JF=o("sun-medium"),YF=o("sun-moon"),oL=o("sun-snow"),eL=o("sunrise"),tL=o("sunset"),nL=o("superscript"),cL=o("swatch-book"),rL=o("swiss-franc"),sL=o("switch-camera"),aL=o("sword"),pL=o("swords"),iL=o("syringe"),lL=o("table"),xL=o("table-2"),IL=o("table-cells-merge"),uL=o("table-cells-split"),dL=o("table-columns-split"),hL=o("table-config"),gL=o("table-of-contents"),fL=o("table-properties"),mL=o("table-rows-split"),wL=o("tablet"),kL=o("tablet-smartphone"),bL=o("tablets"),CL=o("tag"),SL=o("tag-plus"),yL=o("tag-x"),qL=o("tags"),vL=o("tally-1"),PL=o("tally-2"),AL=o("tally-3"),BL=o("tally-4"),ML=o("tally-5"),DL=o("tangent"),FL=o("target"),LL=o("telescope"),RL=o("tent"),TL=o("tent-tree"),UL=o("terminal"),zL=o("terminal-square"),OL=o("test-tube"),HL=o("test-tube-2"),EL=o("test-tube-diagonal"),WL=o("test-tubes"),GL=o("text"),VL=o("text-align-center"),$L=o("text-align-end"),NL=o("text-align-justify"),XL=o("text-align-start"),ZL=o("text-cursor"),_L=o("text-cursor-input"),jL=o("text-initial"),KL=o("text-quote"),QL=o("text-search"),JL=o("text-select"),YL=o("text-selection"),o2=o("text-wrap"),e2=o("theater"),t2=o("thermometer"),n2=o("thermometer-snowflake"),c2=o("thermometer-sun"),r2=o("thumbs-down"),s2=o("thumbs-up"),a2=o("ticket"),p2=o("ticket-check"),i2=o("ticket-minus"),l2=o("ticket-percent"),x2=o("ticket-plus"),I2=o("ticket-slash"),u2=o("ticket-x"),d2=o("tickets"),h2=o("tickets-plane"),g2=o("timeline"),f2=o("timer"),m2=o("timer-off"),w2=o("timer-reset"),k2=o("toggle-left"),b2=o("toggle-right"),C2=o("toilet"),S2=o("tool-case"),y2=o("toolbox"),q2=o("tornado"),v2=o("torus"),P2=o("touchpad"),A2=o("touchpad-off"),B2=o("towel-rack"),M2=o("tower-control"),D2=o("toy-brick"),F2=o("tractor"),L2=o("traffic-cone"),R2=o("train"),T2=o("train-front"),U2=o("train-front-tunnel"),z2=o("train-track"),O2=o("tram-front"),H2=o("transgender"),E2=o("trash"),W2=o("trash-2"),G2=o("tree-deciduous"),V2=o("tree-palm"),$2=o("tree-pine"),N2=o("trees"),X2=o("trending-down"),Z2=o("trending-up"),_2=o("trending-up-down"),j2=o("triangle"),K2=o("triangle-alert"),Q2=o("triangle-dashed"),J2=o("triangle-right"),Y2=o("trophy"),oR=o("truck"),eR=o("truck-electric"),tR=o("turkish-lira"),nR=o("turntable"),cR=o("turtle"),rR=o("tv"),sR=o("tv-2"),aR=o("tv-minimal"),pR=o("tv-minimal-play"),iR=o("type"),lR=o("type-outline"),xR=o("umbrella"),IR=o("umbrella-off"),uR=o("underline"),dR=o("undo"),hR=o("undo-2"),gR=o("undo-dot"),fR=o("unfold-horizontal"),mR=o("unfold-vertical"),wR=o("ungroup"),kR=o("university"),bR=o("unlink"),CR=o("unlink-2"),SR=o("unlock"),yR=o("unlock-keyhole"),qR=o("unplug"),vR=o("upload"),PR=o("upload-cloud"),AR=o("usb"),BR=o("user"),MR=o("user-2"),DR=o("user-check"),FR=o("user-check-2"),LR=o("user-circle"),RR=o("user-circle-2"),TR=o("user-cog"),UR=o("user-cog-2"),zR=o("user-key"),OR=o("user-lock"),HR=o("user-minus"),ER=o("user-minus-2"),WR=o("user-pen"),GR=o("user-plus"),VR=o("user-plus-2"),$R=o("user-round"),NR=o("user-round-arrow-left"),XR=o("user-round-check"),ZR=o("user-round-cog"),_R=o("user-round-key"),jR=o("user-round-minus"),KR=o("user-round-pen"),QR=o("user-round-plus"),JR=o("user-round-search"),YR=o("user-round-x"),oT=o("user-search"),eT=o("user-shield"),tT=o("user-square"),nT=o("user-square-2"),cT=o("user-star"),rT=o("user-x"),sT=o("user-x-2"),aT=o("users"),pT=o("users-2"),iT=o("users-round"),lT=o("utensils"),xT=o("utensils-crossed"),IT=o("utility-pole"),uT=o("van"),dT=o("variable"),hT=o("vault"),gT=o("vector-square"),fT=o("vegan"),mT=o("venetian-mask"),wT=o("venus"),kT=o("venus-and-mars"),bT=o("verified"),CT=o("vibrate"),ST=o("vibrate-off"),yT=o("video"),qT=o("video-off"),vT=o("videotape"),PT=o("view"),AT=o("voicemail"),BT=o("volleyball"),MT=o("volume"),DT=o("volume-1"),FT=o("volume-2"),LT=o("volume-off"),RT=o("volume-x"),TT=o("vote"),UT=o("wallet"),zT=o("wallet-2"),OT=o("wallet-cards"),HT=o("wallet-minimal"),ET=o("wallpaper"),WT=o("wand"),GT=o("wand-2"),VT=o("wand-sparkles"),$T=o("warehouse"),NT=o("washing-machine"),XT=o("watch"),ZT=o("waves"),_T=o("waves-arrow-down"),jT=o("waves-arrow-up"),KT=o("waves-horizontal"),QT=o("waves-ladder"),JT=o("waves-vertical"),YT=o("waypoints"),oU=o("webcam"),eU=o("webcam-off"),tU=o("webhook"),nU=o("webhook-off"),cU=o("weight"),rU=o("weight-tilde"),sU=o("wheat"),aU=o("wheat-off"),pU=o("whole-word"),iU=o("wifi"),lU=o("wifi-cog"),xU=o("wifi-high"),IU=o("wifi-low"),uU=o("wifi-off"),dU=o("wifi-pen"),hU=o("wifi-sync"),gU=o("wifi-zero"),fU=o("wind"),mU=o("wind-arrow-down"),wU=o("wine"),kU=o("wine-off"),bU=o("workflow"),CU=o("worm"),SU=o("wrap-text"),yU=o("wrench"),qU=o("wrench-off"),vU=o("x"),PU=o("x-circle"),AU=o("x-line-top"),BU=o("x-octagon"),MU=o("x-square"),DU=o("zap"),FU=o("zap-off"),LU=o("zodiac-aquarius"),RU=o("zodiac-aries"),TU=o("zodiac-cancer"),UU=o("zodiac-capricorn"),zU=o("zodiac-gemini"),OU=o("zodiac-leo"),HU=o("zodiac-libra"),EU=o("zodiac-ophiuchus"),WU=o("zodiac-pisces"),GU=o("zodiac-sagittarius"),VU=o("zodiac-scorpio"),$U=o("zodiac-taurus"),NU=o("zodiac-virgo"),XU=o("zoom-in"),ZU=o("zoom-out"),xz={IconAArrowDown:So,IconAArrowUp:yo,IconALargeSmall:qo,IconAccessibility:vo,IconActivity:Po,IconActivitySquare:Ao,IconAd:Bo,IconAirVent:Mo,IconAirplay:Do,IconAlarmCheck:Fo,IconAlarmClock:Lo,IconAlarmClockCheck:Ro,IconAlarmClockMinus:To,IconAlarmClockOff:Uo,IconAlarmClockPlus:zo,IconAlarmMinus:Oo,IconAlarmPlus:Ho,IconAlarmSmoke:Eo,IconAlbum:Wo,IconAlertCircle:Go,IconAlertOctagon:Vo,IconAlertTriangle:$o,IconAlignCenter:No,IconAlignCenterHorizontal:Xo,IconAlignCenterVertical:Zo,IconAlignEndHorizontal:_o,IconAlignEndVertical:jo,IconAlignHorizontalDistributeCenter:Ko,IconAlignHorizontalDistributeEnd:Qo,IconAlignHorizontalDistributeStart:Jo,IconAlignHorizontalJustifyCenter:Yo,IconAlignHorizontalJustifyEnd:oe,IconAlignHorizontalJustifyStart:ee,IconAlignHorizontalSpaceAround:te,IconAlignHorizontalSpaceBetween:ne,IconAlignJustify:ce,IconAlignLeft:re,IconAlignRight:se,IconAlignStartHorizontal:ae,IconAlignStartVertical:pe,IconAlignVerticalDistributeCenter:ie,IconAlignVerticalDistributeEnd:le,IconAlignVerticalDistributeStart:xe,IconAlignVerticalJustifyCenter:Ie,IconAlignVerticalJustifyEnd:ue,IconAlignVerticalJustifyStart:de,IconAlignVerticalSpaceAround:he,IconAlignVerticalSpaceBetween:ge,IconAmbulance:fe,IconAmpersand:me,IconAmpersands:we,IconAmphora:ke,IconAnchor:be,IconAngle:Ce,IconAngry:Se,IconAnnoyed:ye,IconAntenna:qe,IconAnvil:ve,IconAperture:Pe,IconAppWindow:Ae,IconAppWindowMac:Be,IconApple:Me,IconArchive:De,IconArchiveRestore:Fe,IconArchiveX:Le,IconAreaChart:Re,IconArmchair:Te,IconArrowBigDown:Ue,IconArrowBigDownDash:ze,IconArrowBigLeft:Oe,IconArrowBigLeftDash:He,IconArrowBigRight:Ee,IconArrowBigRightDash:We,IconArrowBigUp:Ge,IconArrowBigUpDash:Ve,IconArrowDown:$e,IconArrowDown01:Ne,IconArrowDown10:Xe,IconArrowDownAZ:Ze,IconArrowDownAz:_e,IconArrowDownCircle:je,IconArrowDownFromLine:Ke,IconArrowDownLeft:Qe,IconArrowDownLeftFromCircle:Je,IconArrowDownLeftFromSquare:Ye,IconArrowDownLeftSquare:ot,IconArrowDownNarrowWide:et,IconArrowDownRight:tt,IconArrowDownRightFromCircle:nt,IconArrowDownRightFromSquare:ct,IconArrowDownRightSquare:rt,IconArrowDownSquare:st,IconArrowDownToDot:at,IconArrowDownToLine:pt,IconArrowDownUp:it,IconArrowDownWideNarrow:lt,IconArrowDownZA:xt,IconArrowDownZa:It,IconArrowLeft:ut,IconArrowLeftCircle:dt,IconArrowLeftFromLine:ht,IconArrowLeftRight:gt,IconArrowLeftSquare:ft,IconArrowLeftToLine:mt,IconArrowRight:wt,IconArrowRightCircle:kt,IconArrowRightFromLine:bt,IconArrowRightLeft:Ct,IconArrowRightSquare:St,IconArrowRightToLine:yt,IconArrowUp:qt,IconArrowUp01:vt,IconArrowUp10:Pt,IconArrowUpAZ:At,IconArrowUpAz:Bt,IconArrowUpCircle:Mt,IconArrowUpDown:Dt,IconArrowUpFromDot:Ft,IconArrowUpFromLine:Lt,IconArrowUpLeft:Rt,IconArrowUpLeftFromCircle:Tt,IconArrowUpLeftFromSquare:Ut,IconArrowUpLeftSquare:zt,IconArrowUpNarrowWide:Ot,IconArrowUpRight:Ht,IconArrowUpRightFromCircle:Et,IconArrowUpRightFromSquare:Wt,IconArrowUpRightSquare:Gt,IconArrowUpSquare:Vt,IconArrowUpToLine:$t,IconArrowUpWideNarrow:Nt,IconArrowUpZA:Xt,IconArrowUpZa:Zt,IconArrowsUpFromLine:_t,IconAsterisk:jt,IconAsteriskSquare:Kt,IconAstroid:Qt,IconAtSign:Jt,IconAtom:Yt,IconAudioLines:on,IconAudioLinesX:en,IconAudioWaveform:tn,IconAward:nn,IconAxe:cn,IconAxis3D:rn,IconAxis3d:sn,IconBaby:an,IconBackpack:pn,IconBadge:ln,IconBadgeAlert:xn,IconBadgeCent:In,IconBadgeCheck:un,IconBadgeDollarSign:dn,IconBadgeEuro:hn,IconBadgeHelp:gn,IconBadgeIndianRupee:fn,IconBadgeInfo:mn,IconBadgeJapaneseYen:wn,IconBadgeMinus:kn,IconBadgePercent:bn,IconBadgePlus:Cn,IconBadgePoundSterling:Sn,IconBadgeQuestionMark:yn,IconBadgeRussianRuble:qn,IconBadgeSwissFranc:vn,IconBadgeTurkishLira:Pn,IconBadgeX:An,IconBaggageClaim:Bn,IconBalloon:Mn,IconBan:Dn,IconBanana:Fn,IconBandage:Ln,IconBanknote:Rn,IconBanknoteArrowDown:Tn,IconBanknoteArrowUp:Un,IconBanknoteCheck:zn,IconBanknoteX:On,IconBarChart:Hn,IconBarChart2:En,IconBarChart3:Wn,IconBarChart4:Gn,IconBarChartBig:Vn,IconBarChartHorizontal:$n,IconBarChartHorizontalBig:Nn,IconBarcode:Xn,IconBarrel:Zn,IconBaseline:_n,IconBath:jn,IconBattery:Kn,IconBatteryCharging:Qn,IconBatteryFull:Jn,IconBatteryLow:Yn,IconBatteryMedium:oc,IconBatteryPlus:ec,IconBatteryWarning:tc,IconBeaker:nc,IconBean:cc,IconBeanOff:rc,IconBed:sc,IconBedDouble:ac,IconBedSingle:pc,IconBeef:ic,IconBeefOff:lc,IconBeer:xc,IconBeerOff:Ic,IconBell:uc,IconBellCheck:dc,IconBellDot:hc,IconBellElectric:gc,IconBellMinus:fc,IconBellOff:mc,IconBellPlus:wc,IconBellRing:kc,IconBetweenHorizonalEnd:bc,IconBetweenHorizonalStart:Cc,IconBetweenHorizontalEnd:Sc,IconBetweenHorizontalStart:yc,IconBetweenVerticalEnd:qc,IconBetweenVerticalStart:vc,IconBicepsFlexed:Pc,IconBike:Ac,IconBinary:Bc,IconBinoculars:Mc,IconBiohazard:Dc,IconBird:Fc,IconBirdhouse:Lc,IconBitcoin:Rc,IconBlend:Tc,IconBlender:Uc,IconBlinds:zc,IconBlocks:Oc,IconBluetooth:Hc,IconBluetoothConnected:Ec,IconBluetoothOff:Wc,IconBluetoothSearching:Gc,IconBold:Vc,IconBolt:$c,IconBomb:Nc,IconBone:Xc,IconBoneFracture:Zc,IconBook:_c,IconBookA:jc,IconBookAlert:Kc,IconBookAudio:Qc,IconBookCheck:Jc,IconBookCopy:Yc,IconBookDashed:or,IconBookDown:er,IconBookHeadphones:tr,IconBookHeart:nr,IconBookImage:cr,IconBookKey:rr,IconBookLock:sr,IconBookMarked:ar,IconBookMinus:pr,IconBookOpen:ir,IconBookOpenCheck:lr,IconBookOpenText:xr,IconBookPlus:Ir,IconBookSearch:ur,IconBookTemplate:dr,IconBookText:hr,IconBookType:gr,IconBookUp:fr,IconBookUp2:mr,IconBookUser:wr,IconBookX:kr,IconBookmark:br,IconBookmarkCheck:Cr,IconBookmarkMinus:Sr,IconBookmarkOff:yr,IconBookmarkPlus:qr,IconBookmarkX:vr,IconBoomBox:Pr,IconBot:Ar,IconBotMessageSquare:Br,IconBotOff:Mr,IconBottleWine:Dr,IconBowArrow:Fr,IconBox:Lr,IconBoxSelect:Rr,IconBoxes:Tr,IconBraces:Ur,IconBrackets:zr,IconBrain:Or,IconBrainCircuit:Hr,IconBrainCog:Er,IconBrickWall:Wr,IconBrickWallFire:Gr,IconBrickWallShield:Vr,IconBriefcase:$r,IconBriefcaseBusiness:Nr,IconBriefcaseConveyorBelt:Xr,IconBriefcaseMedical:Zr,IconBringToFront:_r,IconBroccoli:jr,IconBroom:Kr,IconBroomSparkles:Qr,IconBrush:Jr,IconBrushCleaning:Yr,IconBubbles:os,IconBug:es,IconBugOff:ts,IconBugPlay:ns,IconBuilding:cs,IconBuilding2:rs,IconBus:ss,IconBusFront:as,IconCable:ps,IconCableCar:is,IconCake:ls,IconCakeSlice:xs,IconCalculator:Is,IconCalendar:us,IconCalendar1:ds,IconCalendarArrowDown:hs,IconCalendarArrowUp:gs,IconCalendarCheck:fs,IconCalendarCheck2:ms,IconCalendarClock:ws,IconCalendarCog:ks,IconCalendarDays:bs,IconCalendarFold:Cs,IconCalendarHeart:Ss,IconCalendarMinus:ys,IconCalendarMinus2:qs,IconCalendarOff:vs,IconCalendarPlus:Ps,IconCalendarPlus2:As,IconCalendarRange:Bs,IconCalendarSearch:Ms,IconCalendarSync:Ds,IconCalendarX:Fs,IconCalendarX2:Ls,IconCalendars:Rs,IconCamera:Ts,IconCameraOff:Us,IconCandlestickChart:zs,IconCandy:Os,IconCandyCane:Hs,IconCandyOff:Es,IconCannabis:Ws,IconCannabisOff:Gs,IconCaptions:Vs,IconCaptionsOff:$s,IconCar:Ns,IconCarFront:Xs,IconCarTaxiFront:Zs,IconCaravan:_s,IconCardSim:js,IconCarrot:Ks,IconCaseLower:Qs,IconCaseSensitive:Js,IconCaseUpper:Ys,IconCassetteTape:oa,IconCast:ea,IconCastle:ta,IconCat:na,IconCctv:ca,IconCctvOff:ra,IconChartArea:sa,IconChartBar:aa,IconChartBarBig:pa,IconChartBarDecreasing:ia,IconChartBarIncreasing:la,IconChartBarStacked:xa,IconChartCandlestick:Ia,IconChartColumn:ua,IconChartColumnBig:da,IconChartColumnDecreasing:ha,IconChartColumnIncreasing:ga,IconChartColumnStacked:fa,IconChartGantt:ma,IconChartLine:wa,IconChartNetwork:ka,IconChartNoAxesColumn:ba,IconChartNoAxesColumnDecreasing:Ca,IconChartNoAxesColumnIncreasing:Sa,IconChartNoAxesCombined:ya,IconChartNoAxesGantt:qa,IconChartPie:va,IconChartScatter:Pa,IconChartSpline:Aa,IconCheck:Ba,IconCheckCheck:Ma,IconCheckCircle:Da,IconCheckCircle2:Fa,IconCheckLine:La,IconCheckSquare:Ra,IconCheckSquare2:Ta,IconChefHat:Ua,IconCherry:za,IconChessBishop:Oa,IconChessKing:Ha,IconChessKnight:Ea,IconChessPawn:Wa,IconChessQueen:Ga,IconChessRook:Va,IconChevronDown:$a,IconChevronDownCircle:Na,IconChevronDownSquare:Xa,IconChevronFirst:Za,IconChevronLast:_a,IconChevronLeft:ja,IconChevronLeftCircle:Ka,IconChevronLeftSquare:Qa,IconChevronRight:Ja,IconChevronRightCircle:Ya,IconChevronRightSquare:op,IconChevronUp:ep,IconChevronUpCircle:tp,IconChevronUpSquare:np,IconChevronsDown:cp,IconChevronsDownUp:rp,IconChevronsLeft:sp,IconChevronsLeftRight:ap,IconChevronsLeftRightEllipsis:pp,IconChevronsRight:ip,IconChevronsRightLeft:lp,IconChevronsUp:xp,IconChevronsUpDown:Ip,IconChurch:up,IconCigarette:dp,IconCigaretteOff:hp,IconCircle:gp,IconCircleAlert:fp,IconCircleArrowDown:mp,IconCircleArrowLeft:wp,IconCircleArrowOutDownLeft:kp,IconCircleArrowOutDownRight:bp,IconCircleArrowOutUpLeft:Cp,IconCircleArrowOutUpRight:Sp,IconCircleArrowRight:yp,IconCircleArrowUp:qp,IconCircleCheck:vp,IconCircleCheckBig:Pp,IconCircleChevronDown:Ap,IconCircleChevronLeft:Bp,IconCircleChevronRight:Mp,IconCircleChevronUp:Dp,IconCircleDashed:Fp,IconCircleDivide:Lp,IconCircleDollarSign:Rp,IconCircleDot:Tp,IconCircleDotDashed:Up,IconCircleEllipsis:zp,IconCircleEqual:Op,IconCircleEuro:Hp,IconCircleFadingArrowUp:Ep,IconCircleFadingPlus:Wp,IconCircleGauge:Gp,IconCircleHelp:Vp,IconCircleMinus:$p,IconCircleOff:Np,IconCircleParking:Xp,IconCircleParkingOff:Zp,IconCirclePause:_p,IconCirclePercent:jp,IconCirclePile:Kp,IconCirclePlay:Qp,IconCirclePlus:Jp,IconCirclePoundSterling:Yp,IconCirclePower:oi,IconCircleQuestionMark:ei,IconCircleSlash:ti,IconCircleSlash2:ni,IconCircleSlashed:ci,IconCircleSmall:ri,IconCircleStar:si,IconCircleStop:ai,IconCircleUser:pi,IconCircleUserRound:ii,IconCircleX:li,IconCircuitBoard:xi,IconCitrus:Ii,IconClapperboard:ui,IconClipboard:di,IconClipboardCheck:hi,IconClipboardClock:gi,IconClipboardCopy:fi,IconClipboardEdit:mi,IconClipboardList:wi,IconClipboardMinus:ki,IconClipboardPaste:bi,IconClipboardPen:Ci,IconClipboardPenLine:Si,IconClipboardPlus:yi,IconClipboardSignature:qi,IconClipboardType:vi,IconClipboardX:Pi,IconClock:Ai,IconClock1:Bi,IconClock10:Mi,IconClock11:Di,IconClock12:Fi,IconClock2:Li,IconClock3:Ri,IconClock4:Ti,IconClock5:Ui,IconClock6:zi,IconClock7:Oi,IconClock8:Hi,IconClock9:Ei,IconClockAlert:Wi,IconClockArrowDown:Gi,IconClockArrowLeft:Vi,IconClockArrowRight:$i,IconClockArrowUp:Ni,IconClockCheck:Xi,IconClockFading:Zi,IconClockPlus:_i,IconClosedCaption:ji,IconCloud:Ki,IconCloudAlert:Qi,IconCloudBackup:Ji,IconCloudCheck:Yi,IconCloudCog:ol,IconCloudDownload:el,IconCloudDrizzle:tl,IconCloudFog:nl,IconCloudHail:cl,IconCloudLightning:rl,IconCloudMoon:sl,IconCloudMoonRain:al,IconCloudOff:pl,IconCloudRain:il,IconCloudRainWind:ll,IconCloudSnow:xl,IconCloudSun:Il,IconCloudSunRain:ul,IconCloudSync:dl,IconCloudUpload:hl,IconCloudy:gl,IconClover:fl,IconClub:ml,IconCode:wl,IconCode2:kl,IconCodeSquare:bl,IconCodeXml:Cl,IconCoffee:Sl,IconCog:yl,IconCoins:ql,IconColumns:vl,IconColumns2:Pl,IconColumns3:Al,IconColumns3Cog:Bl,IconColumns4:Ml,IconColumnsSettings:Dl,IconCombine:Fl,IconCommand:Ll,IconCompass:Rl,IconComponent:Tl,IconComputer:Ul,IconConciergeBell:zl,IconCone:Ol,IconConstruction:Hl,IconContact:El,IconContact2:Wl,IconContactRound:Gl,IconContainer:Vl,IconContrast:$l,IconCookie:Nl,IconCookingPot:Xl,IconCopy:Zl,IconCopyCheck:_l,IconCopyMinus:jl,IconCopyPlus:Kl,IconCopySlash:Ql,IconCopyX:Jl,IconCopyleft:Yl,IconCopyright:ox,IconCornerDownLeft:ex,IconCornerDownRight:tx,IconCornerLeftDown:nx,IconCornerLeftUp:cx,IconCornerRightDown:rx,IconCornerRightUp:sx,IconCornerUpLeft:ax,IconCornerUpRight:px,IconCpu:ix,IconCreativeCommons:lx,IconCreditCard:xx,IconCroissant:Ix,IconCrop:ux,IconCross:dx,IconCrosshair:hx,IconCrown:gx,IconCuboid:fx,IconCupSoda:mx,IconCurlyBraces:wx,IconCurrency:kx,IconCylinder:bx,IconDam:Cx,IconDatabase:Sx,IconDatabaseArrowDown:yx,IconDatabaseArrowUp:qx,IconDatabaseBackup:vx,IconDatabaseCheck:Px,IconDatabaseMinus:Ax,IconDatabasePlus:Bx,IconDatabaseSearch:Mx,IconDatabaseX:Dx,IconDatabaseZap:Fx,IconDecimalsArrowLeft:Lx,IconDecimalsArrowRight:Rx,IconDelete:Tx,IconDessert:Ux,IconDiameter:zx,IconDiamond:Ox,IconDiamondMinus:Hx,IconDiamondPercent:Ex,IconDiamondPlus:Wx,IconDice1:Gx,IconDice2:Vx,IconDice3:$x,IconDice4:Nx,IconDice5:Xx,IconDice6:Zx,IconDices:_x,IconDiff:jx,IconDisc:Kx,IconDisc2:Qx,IconDisc3:Jx,IconDiscAlbum:Yx,IconDivide:oI,IconDivideCircle:eI,IconDivideSquare:tI,IconDna:nI,IconDnaOff:cI,IconDock:rI,IconDog:sI,IconDollarSign:aI,IconDonut:pI,IconDoorClosed:iI,IconDoorClosedLocked:lI,IconDoorOpen:xI,IconDot:II,IconDotSquare:uI,IconDownload:dI,IconDownloadCloud:hI,IconDraftingCompass:gI,IconDrama:fI,IconDrill:mI,IconDrone:wI,IconDroplet:kI,IconDropletOff:bI,IconDroplets:CI,IconDrum:SI,IconDrumstick:yI,IconDumbbell:qI,IconEar:vI,IconEarOff:PI,IconEarth:AI,IconEarthLock:BI,IconEclipse:MI,IconEdit:DI,IconEdit2:FI,IconEdit3:LI,IconEgg:RI,IconEggFried:TI,IconEggOff:UI,IconEject:zI,IconEllipse:OI,IconEllipsis:HI,IconEllipsisVertical:EI,IconEqual:WI,IconEqualApproximately:GI,IconEqualNot:VI,IconEqualSquare:$I,IconEraser:NI,IconEthernetPort:XI,IconEuro:ZI,IconEvCharger:_I,IconExpand:jI,IconExternalLink:KI,IconEye:QI,IconEyeClosed:JI,IconEyeDashed:YI,IconEyeOff:ou,IconFaceAngry:eu,IconFaceExpressionless:tu,IconFaceGrinning:nu,IconFaceNeutral:cu,IconFaceSlightlyFrowning:ru,IconFaceSlightlySmiling:su,IconFaceSlightlySmilingPlus:au,IconFactory:pu,IconFan:iu,IconFastForward:lu,IconFeather:xu,IconFence:Iu,IconFerrisWheel:uu,IconFile:du,IconFileArchive:hu,IconFileAudio:gu,IconFileAudio2:fu,IconFileAxis3D:mu,IconFileAxis3d:wu,IconFileBadge:ku,IconFileBadge2:bu,IconFileBarChart:Cu,IconFileBarChart2:Su,IconFileBox:yu,IconFileBraces:qu,IconFileBracesCorner:vu,IconFileChartColumn:Pu,IconFileChartColumnIncreasing:Au,IconFileChartLine:Bu,IconFileChartPie:Mu,IconFileCheck:Du,IconFileCheck2:Fu,IconFileCheckCorner:Lu,IconFileClock:Ru,IconFileCode:Tu,IconFileCode2:Uu,IconFileCodeCorner:zu,IconFileCog:Ou,IconFileCog2:Hu,IconFileDiff:Eu,IconFileDigit:Wu,IconFileDown:Gu,IconFileEdit:Vu,IconFileExclamationPoint:$u,IconFileHeadphone:Nu,IconFileHeart:Xu,IconFileImage:Zu,IconFileInput:_u,IconFileJson:ju,IconFileJson2:Ku,IconFileKey:Qu,IconFileKey2:Ju,IconFileLineChart:Yu,IconFileLock:od,IconFileLock2:ed,IconFileMinus:td,IconFileMinus2:nd,IconFileMinusCorner:cd,IconFileMusic:rd,IconFileOutput:sd,IconFilePen:ad,IconFilePenLine:pd,IconFilePieChart:id,IconFilePlay:ld,IconFilePlus:xd,IconFilePlus2:Id,IconFilePlusCorner:ud,IconFileQuestion:dd,IconFileQuestionMark:hd,IconFileScan:gd,IconFileSearch:fd,IconFileSearch2:md,IconFileSearchCorner:wd,IconFileSignal:kd,IconFileSignature:bd,IconFileSliders:Cd,IconFileSpreadsheet:Sd,IconFileStack:yd,IconFileSymlink:qd,IconFileTerminal:vd,IconFileText:Pd,IconFileType:Ad,IconFileType2:Bd,IconFileTypeCorner:Md,IconFileUp:Dd,IconFileUser:Fd,IconFileVideo:Ld,IconFileVideo2:Rd,IconFileVideoCamera:Td,IconFileVolume:Ud,IconFileVolume2:zd,IconFileWarning:Od,IconFileX:Hd,IconFileX2:Ed,IconFileXCorner:Wd,IconFiles:Gd,IconFilm:Vd,IconFilter:$d,IconFilterX:Nd,IconFingerprint:Xd,IconFingerprintPattern:Zd,IconFireExtinguisher:_d,IconFish:jd,IconFishOff:Kd,IconFishSymbol:Qd,IconFishingHook:Jd,IconFishingRod:Yd,IconFlag:oh,IconFlagOff:eh,IconFlagTriangleLeft:th,IconFlagTriangleRight:nh,IconFlame:ch,IconFlameKindling:rh,IconFlashlight:sh,IconFlashlightOff:ah,IconFlaskConical:ph,IconFlaskConicalOff:ih,IconFlaskRound:lh,IconFlipHorizontal:xh,IconFlipHorizontal2:Ih,IconFlipVertical:uh,IconFlipVertical2:dh,IconFlower:hh,IconFlower2:gh,IconFocus:fh,IconFoldHorizontal:mh,IconFoldVertical:wh,IconFolder:kh,IconFolderArchive:bh,IconFolderBookmark:Ch,IconFolderCheck:Sh,IconFolderClock:yh,IconFolderClosed:qh,IconFolderCode:vh,IconFolderCog:Ph,IconFolderCog2:Ah,IconFolderDot:Bh,IconFolderDown:Mh,IconFolderEdit:Dh,IconFolderGit:Fh,IconFolderGit2:Lh,IconFolderHeart:Rh,IconFolderInput:Th,IconFolderKanban:Uh,IconFolderKey:zh,IconFolderLock:Oh,IconFolderMinus:Hh,IconFolderOpen:Eh,IconFolderOpenDot:Wh,IconFolderOutput:Gh,IconFolderPen:Vh,IconFolderPlus:$h,IconFolderRoot:Nh,IconFolderSearch:Xh,IconFolderSearch2:Zh,IconFolderSymlink:_h,IconFolderSync:jh,IconFolderTree:Kh,IconFolderUp:Qh,IconFolderX:Jh,IconFolders:Yh,IconFootprints:og,IconForkKnife:eg,IconForkKnifeCrossed:tg,IconForklift:ng,IconForm:cg,IconFormInput:rg,IconForward:sg,IconFrame:ag,IconFrown:pg,IconFuel:ig,IconFullscreen:lg,IconFunctionSquare:xg,IconFunnel:Ig,IconFunnelPlus:ug,IconFunnelX:dg,IconGalleryHorizontal:hg,IconGalleryHorizontalEnd:gg,IconGalleryThumbnails:fg,IconGalleryVertical:mg,IconGalleryVerticalEnd:wg,IconGamepad:kg,IconGamepad2:bg,IconGamepadDirectional:Cg,IconGanttChart:Sg,IconGanttChartSquare:yg,IconGauge:qg,IconGaugeCircle:vg,IconGavel:Pg,IconGem:Ag,IconGeorgianLari:Bg,IconGhost:Mg,IconGift:Dg,IconGitBranch:Fg,IconGitBranchMinus:Lg,IconGitBranchPlus:Rg,IconGitCommit:Tg,IconGitCommitHorizontal:Ug,IconGitCommitVertical:zg,IconGitCompare:Og,IconGitCompareArrows:Hg,IconGitFork:Eg,IconGitGraph:Wg,IconGitMerge:Gg,IconGitMergeConflict:Vg,IconGitPullRequest:$g,IconGitPullRequestArrow:Ng,IconGitPullRequestClosed:Xg,IconGitPullRequestCreate:Zg,IconGitPullRequestCreateArrow:_g,IconGitPullRequestDraft:jg,IconGlassWater:Kg,IconGlasses:Qg,IconGlobe:Jg,IconGlobe2:Yg,IconGlobeCheck:of,IconGlobeLock:ef,IconGlobeOff:tf,IconGlobeX:nf,IconGoal:cf,IconGpu:rf,IconGrab:sf,IconGraduationCap:af,IconGrape:pf,IconGrid:lf,IconGrid2X2:xf,IconGrid2X2Check:If,IconGrid2X2Plus:uf,IconGrid2X2X:df,IconGrid2x2:hf,IconGrid2x2Check:gf,IconGrid2x2Plus:ff,IconGrid2x2X:mf,IconGrid3X3:wf,IconGrid3x2:kf,IconGrid3x3:bf,IconGrip:Cf,IconGripHorizontal:Sf,IconGripVertical:yf,IconGroup:qf,IconGuitar:vf,IconHam:Pf,IconHamburger:Af,IconHammer:Bf,IconHand:Mf,IconHandCoins:Df,IconHandFist:Ff,IconHandGrab:Lf,IconHandHeart:Rf,IconHandHelping:Tf,IconHandMetal:Uf,IconHandPlatter:zf,IconHandbag:Of,IconHandshake:Hf,IconHardDrive:Ef,IconHardDriveDownload:Wf,IconHardDriveUpload:Gf,IconHardHat:Vf,IconHash:$f,IconHatGlasses:Nf,IconHaze:Xf,IconHd:Zf,IconHdmiPort:_f,IconHeading:jf,IconHeading1:Kf,IconHeading2:Qf,IconHeading3:Jf,IconHeading4:Yf,IconHeading5:om,IconHeading6:em,IconHeadphoneOff:tm,IconHeadphones:nm,IconHeadset:cm,IconHeart:rm,IconHeartCrack:sm,IconHeartHandshake:am,IconHeartMinus:pm,IconHeartOff:im,IconHeartPlus:lm,IconHeartPulse:xm,IconHeartX:Im,IconHeater:um,IconHelicopter:dm,IconHelpCircle:hm,IconHelpingHand:gm,IconHexagon:fm,IconHighlighter:mm,IconHistory:wm,IconHome:km,IconHop:bm,IconHopOff:Cm,IconHospital:Sm,IconHotel:ym,IconHourglass:qm,IconHouse:vm,IconHouseHeart:Pm,IconHousePlug:Am,IconHousePlus:Bm,IconHouseWifi:Mm,IconIceCream:Dm,IconIceCream2:Fm,IconIceCreamBowl:Lm,IconIceCreamCone:Rm,IconIdCard:Tm,IconIdCardLanyard:Um,IconImage:zm,IconImageDown:Om,IconImageMinus:Hm,IconImageOff:Em,IconImagePlay:Wm,IconImagePlus:Gm,IconImageUp:Vm,IconImageUpscale:$m,IconImages:Nm,IconImport:Xm,IconInbox:Zm,IconIndent:_m,IconIndentDecrease:jm,IconIndentIncrease:Km,IconIndianRupee:Qm,IconInfinity:Jm,IconInfo:Ym,IconInspect:ow,IconInspectionPanel:ew,IconItalic:tw,IconIterationCcw:nw,IconIterationCw:cw,IconJapaneseYen:rw,IconJoystick:sw,IconKanban:aw,IconKanbanSquare:pw,IconKanbanSquareDashed:iw,IconKayak:lw,IconKey:xw,IconKeyRound:Iw,IconKeySquare:uw,IconKeyboard:dw,IconKeyboardMusic:hw,IconKeyboardOff:gw,IconLamp:fw,IconLampCeiling:mw,IconLampDesk:ww,IconLampFloor:kw,IconLampWallDown:bw,IconLampWallUp:Cw,IconLandPlot:Sw,IconLandmark:yw,IconLanguages:qw,IconLaptop:vw,IconLaptop2:Pw,IconLaptopMinimal:Aw,IconLaptopMinimalCheck:Bw,IconLasso:Mw,IconLassoSelect:Dw,IconLaugh:Fw,IconLayerArrowDown:Lw,IconLayerArrowUp:Rw,IconLayers:Tw,IconLayers2:Uw,IconLayers3:zw,IconLayersArrowDown:Ow,IconLayersArrowUp:Hw,IconLayersMinus:Ew,IconLayersPlus:Ww,IconLayout:Gw,IconLayoutDashboard:Vw,IconLayoutFreeform:$w,IconLayoutGrid:Nw,IconLayoutList:Xw,IconLayoutPanelLeft:Zw,IconLayoutPanelTop:_w,IconLayoutTemplate:jw,IconLeaf:Kw,IconLeafyGreen:Qw,IconLectern:Jw,IconLensConcave:Yw,IconLensConvex:ok,IconLetterText:ek,IconLibrary:tk,IconLibraryBig:nk,IconLibrarySquare:ck,IconLifeBuoy:rk,IconLigature:sk,IconLightbulb:ak,IconLightbulbOff:pk,IconLineChart:ik,IconLineDotRightHorizontal:lk,IconLineSquiggle:xk,IconLineStyle:Ik,IconLink:uk,IconLink2:dk,IconLink2Off:hk,IconList:gk,IconListCheck:fk,IconListChecks:mk,IconListChevronsDownUp:wk,IconListChevronsUpDown:kk,IconListCollapse:bk,IconListEnd:Ck,IconListFilter:Sk,IconListFilterPlus:yk,IconListIndentDecrease:qk,IconListIndentIncrease:vk,IconListMinus:Pk,IconListMusic:Ak,IconListOrdered:Bk,IconListPlus:Mk,IconListRestart:Dk,IconListSortAscending:Fk,IconListSortDescending:Lk,IconListStart:Rk,IconListTodo:Tk,IconListTree:Uk,IconListVideo:zk,IconListX:Ok,IconLoader:Hk,IconLoader2:Ek,IconLoaderCircle:Wk,IconLoaderPinwheel:Gk,IconLocate:Vk,IconLocateFixed:$k,IconLocateOff:Nk,IconLocationEdit:Xk,IconLock:Zk,IconLockKeyhole:_k,IconLockKeyholeOpen:jk,IconLockOpen:Kk,IconLogIn:Qk,IconLogOut:Jk,IconLogs:Yk,IconLollipop:ob,IconLuggage:eb,IconMSquare:tb,IconMagnet:nb,IconMail:cb,IconMailBadge:rb,IconMailCheck:sb,IconMailMinus:ab,IconMailOpen:pb,IconMailPlus:ib,IconMailQuestion:lb,IconMailQuestionMark:xb,IconMailSearch:Ib,IconMailWarning:ub,IconMailX:db,IconMailbox:hb,IconMails:gb,IconMap:fb,IconMapMinus:mb,IconMapPin:wb,IconMapPinCheck:kb,IconMapPinCheckInside:bb,IconMapPinHouse:Cb,IconMapPinMinus:Sb,IconMapPinMinusInside:yb,IconMapPinOff:qb,IconMapPinPen:vb,IconMapPinPlus:Pb,IconMapPinPlusInside:Ab,IconMapPinSearch:Bb,IconMapPinX:Mb,IconMapPinXInside:Db,IconMapPinned:Fb,IconMapPlus:Lb,IconMars:Rb,IconMarsStroke:Tb,IconMartini:Ub,IconMaximize:zb,IconMaximize2:Ob,IconMedal:Hb,IconMegaphone:Eb,IconMegaphoneOff:Wb,IconMeh:Gb,IconMemoryStick:Vb,IconMenu:$b,IconMenuSquare:Nb,IconMerge:Xb,IconMessageCircle:Zb,IconMessageCircleCheck:_b,IconMessageCircleCode:jb,IconMessageCircleDashed:Kb,IconMessageCircleHeart:Qb,IconMessageCircleMore:Jb,IconMessageCircleOff:Yb,IconMessageCirclePlus:oC,IconMessageCircleQuestion:eC,IconMessageCircleQuestionMark:tC,IconMessageCircleReply:nC,IconMessageCircleWarning:cC,IconMessageCircleX:rC,IconMessageSquare:sC,IconMessageSquareCheck:aC,IconMessageSquareCode:pC,IconMessageSquareDashed:iC,IconMessageSquareDiff:lC,IconMessageSquareDot:xC,IconMessageSquareHeart:IC,IconMessageSquareLock:uC,IconMessageSquareMore:dC,IconMessageSquareOff:hC,IconMessageSquarePlus:gC,IconMessageSquareQuote:fC,IconMessageSquareReply:mC,IconMessageSquareShare:wC,IconMessageSquareText:kC,IconMessageSquareWarning:bC,IconMessageSquareX:CC,IconMessagesSquare:SC,IconMetronome:yC,IconMic:qC,IconMic2:vC,IconMicAudioLines:PC,IconMicOff:AC,IconMicSignal:BC,IconMicVocal:MC,IconMicrochip:DC,IconMicroscope:FC,IconMicrowave:LC,IconMilestone:RC,IconMilk:TC,IconMilkOff:UC,IconMinimize:zC,IconMinimize2:OC,IconMinus:HC,IconMinusCircle:EC,IconMinusSquare:WC,IconMirrorRectangular:GC,IconMirrorRound:VC,IconMonitor:$C,IconMonitorCheck:NC,IconMonitorCloud:XC,IconMonitorCog:ZC,IconMonitorDot:_C,IconMonitorDown:jC,IconMonitorOff:KC,IconMonitorPause:QC,IconMonitorPlay:JC,IconMonitorSmartphone:YC,IconMonitorSpeaker:oS,IconMonitorStop:eS,IconMonitorUp:tS,IconMonitorX:nS,IconMoon:cS,IconMoonStar:rS,IconMoreHorizontal:sS,IconMoreVertical:aS,IconMosque:pS,IconMotorbike:iS,IconMountain:lS,IconMountainSnow:xS,IconMouse:IS,IconMouseLeft:uS,IconMouseOff:dS,IconMousePointer:hS,IconMousePointer2:gS,IconMousePointer2Off:fS,IconMousePointerBan:mS,IconMousePointerClick:wS,IconMousePointerSquareDashed:kS,IconMouseRight:bS,IconMove:CS,IconMove3D:SS,IconMove3d:yS,IconMoveDiagonal:qS,IconMoveDiagonal2:vS,IconMoveDown:PS,IconMoveDownLeft:AS,IconMoveDownRight:BS,IconMoveHorizontal:MS,IconMoveLeft:DS,IconMoveRight:FS,IconMoveUp:LS,IconMoveUpLeft:RS,IconMoveUpRight:TS,IconMoveVertical:US,IconMusic:zS,IconMusic2:OS,IconMusic3:HS,IconMusic4:ES,IconNavigation:WS,IconNavigation2:GS,IconNavigation2Off:VS,IconNavigationOff:$S,IconNetwork:NS,IconNewspaper:XS,IconNfc:ZS,IconNonBinary:_S,IconNotebook:jS,IconNotebookPen:KS,IconNotebookTabs:QS,IconNotebookText:JS,IconNotepadText:YS,IconNotepadTextDashed:oy,IconNut:ey,IconNutOff:ty,IconOctagon:ny,IconOctagonAlert:cy,IconOctagonMinus:ry,IconOctagonPause:sy,IconOctagonX:ay,IconOmega:py,IconOption:iy,IconOrbit:ly,IconOrigami:xy,IconOutdent:Iy,IconPackage:uy,IconPackage2:dy,IconPackageCheck:hy,IconPackageMinus:gy,IconPackageOpen:fy,IconPackagePlus:my,IconPackageSearch:wy,IconPackageX:ky,IconPaintBucket:by,IconPaintRoller:Cy,IconPaintbrush:Sy,IconPaintbrush2:yy,IconPaintbrushVertical:qy,IconPalette:vy,IconPalmtree:Py,IconPanda:Ay,IconPanelBottom:By,IconPanelBottomClose:My,IconPanelBottomDashed:Dy,IconPanelBottomInactive:Fy,IconPanelBottomOpen:Ly,IconPanelLeft:Ry,IconPanelLeftClose:Ty,IconPanelLeftDashed:Uy,IconPanelLeftInactive:zy,IconPanelLeftOpen:Oy,IconPanelLeftRightDashed:Hy,IconPanelRight:Ey,IconPanelRightClose:Wy,IconPanelRightDashed:Gy,IconPanelRightInactive:Vy,IconPanelRightOpen:$y,IconPanelTop:Ny,IconPanelTopBottomDashed:Xy,IconPanelTopClose:Zy,IconPanelTopDashed:_y,IconPanelTopInactive:jy,IconPanelTopOpen:Ky,IconPanelsLeftBottom:Qy,IconPanelsLeftRight:Jy,IconPanelsRightBottom:Yy,IconPanelsTopBottom:oq,IconPanelsTopLeft:eq,IconPaperBag:tq,IconPaperclip:nq,IconParasol:cq,IconParentheses:rq,IconParkingCircle:sq,IconParkingCircleOff:aq,IconParkingMeter:pq,IconParkingSquare:iq,IconParkingSquareOff:lq,IconPartyPopper:xq,IconPause:Iq,IconPauseCircle:uq,IconPauseOctagon:dq,IconPawPrint:hq,IconPcCase:gq,IconPen:fq,IconPenBox:mq,IconPenLine:wq,IconPenOff:kq,IconPenSquare:bq,IconPenTool:Cq,IconPencil:Sq,IconPencilLine:yq,IconPencilOff:qq,IconPencilRuler:vq,IconPencilSparkles:Pq,IconPentagon:Aq,IconPercent:Bq,IconPercentCircle:Mq,IconPercentDiamond:Dq,IconPercentSquare:Fq,IconPersonStanding:Lq,IconPhi:Rq,IconPhilippinePeso:Tq,IconPhone:Uq,IconPhoneCall:zq,IconPhoneForwarded:Oq,IconPhoneIncoming:Hq,IconPhoneMissed:Eq,IconPhoneOff:Wq,IconPhoneOutgoing:Gq,IconPi:Vq,IconPiSquare:$q,IconPiano:Nq,IconPickaxe:Xq,IconPictureInPicture:Zq,IconPictureInPicture2:_q,IconPieChart:jq,IconPiggyBank:Kq,IconPilcrow:Qq,IconPilcrowLeft:Jq,IconPilcrowRight:Yq,IconPilcrowSquare:ov,IconPill:ev,IconPillBottle:tv,IconPin:nv,IconPinOff:cv,IconPipette:rv,IconPizza:sv,IconPlane:av,IconPlaneLanding:pv,IconPlaneTakeoff:iv,IconPlay:lv,IconPlayCircle:xv,IconPlayOff:Iv,IconPlaySquare:uv,IconPlug:dv,IconPlug2:hv,IconPlugZap:gv,IconPlugZap2:fv,IconPlus:mv,IconPlusCircle:wv,IconPlusSquare:kv,IconPocketKnife:bv,IconPodcast:Cv,IconPodium:Sv,IconPointer:yv,IconPointerOff:qv,IconPopcorn:vv,IconPopsicle:Pv,IconPoundSterling:Av,IconPower:Bv,IconPowerCircle:Mv,IconPowerOff:Dv,IconPowerSquare:Fv,IconPresentation:Lv,IconPrinter:Rv,IconPrinterCheck:Tv,IconPrinterX:Uv,IconProjector:zv,IconProportions:Ov,IconPuzzle:Hv,IconPyramid:Ev,IconQrCode:Wv,IconQuote:Gv,IconRabbit:Vv,IconRadar:$v,IconRadiation:Nv,IconRadical:Xv,IconRadio:Zv,IconRadioOff:_v,IconRadioReceiver:jv,IconRadioTower:Kv,IconRadius:Qv,IconRainbow:Jv,IconRat:Yv,IconRatio:oP,IconReceipt:eP,IconReceiptCent:tP,IconReceiptEuro:nP,IconReceiptIndianRupee:cP,IconReceiptJapaneseYen:rP,IconReceiptPoundSterling:sP,IconReceiptRussianRuble:aP,IconReceiptSwissFranc:pP,IconReceiptText:iP,IconReceiptTurkishLira:lP,IconRectangleCircle:xP,IconRectangleEllipsis:IP,IconRectangleGoggles:uP,IconRectangleHorizontal:dP,IconRectangleVertical:hP,IconRecycle:gP,IconRedo:fP,IconRedo2:mP,IconRedoDot:wP,IconRefreshCcw:kP,IconRefreshCcwDot:bP,IconRefreshCw:CP,IconRefreshCwOff:SP,IconRefrigerator:yP,IconRegex:qP,IconRemoveFormatting:vP,IconRepeat:PP,IconRepeat1:AP,IconRepeat2:BP,IconRepeatOff:MP,IconReplace:DP,IconReplaceAll:FP,IconReply:LP,IconReplyAll:RP,IconRewind:TP,IconRibbon:UP,IconRoad:zP,IconRocket:OP,IconRockingChair:HP,IconRollerCoaster:EP,IconRose:WP,IconRotate3D:GP,IconRotate3d:VP,IconRotateCcw:$P,IconRotateCcwClock:NP,IconRotateCcwKey:XP,IconRotateCcwSquare:ZP,IconRotateCw:_P,IconRotateCwFadingClock:jP,IconRotateCwSquare:KP,IconRoute:QP,IconRouteOff:JP,IconRouter:YP,IconRows:oA,IconRows2:eA,IconRows3:tA,IconRows4:nA,IconRss:cA,IconRuler:rA,IconRulerDimensionLine:sA,IconRussianRuble:aA,IconSailboat:pA,IconSalad:iA,IconSandwich:lA,IconSatellite:xA,IconSatelliteDish:IA,IconSaudiRiyal:uA,IconSave:dA,IconSaveAll:hA,IconSaveCheck:gA,IconSaveOff:fA,IconSavePen:mA,IconSavePlus:wA,IconScale:kA,IconScale3D:bA,IconScale3d:CA,IconScaling:SA,IconScan:yA,IconScanBarcode:qA,IconScanBox:vA,IconScanEye:PA,IconScanFace:AA,IconScanHeart:BA,IconScanLine:MA,IconScanQrCode:DA,IconScanSearch:FA,IconScanSquare:LA,IconScanText:RA,IconScatterChart:TA,IconSchool:UA,IconSchool2:zA,IconScissors:OA,IconScissorsLineDashed:HA,IconScissorsSquare:EA,IconScissorsSquareDashedBottom:WA,IconScooter:GA,IconScreenShare:VA,IconScreenShareOff:$A,IconScroll:NA,IconScrollText:XA,IconSearch:ZA,IconSearchAlert:_A,IconSearchCheck:jA,IconSearchCode:KA,IconSearchSlash:QA,IconSearchX:JA,IconSection:YA,IconSend:oB,IconSendHorizonal:eB,IconSendHorizontal:tB,IconSendToBack:nB,IconSeparatorHorizontal:cB,IconSeparatorVertical:rB,IconServer:sB,IconServerCog:aB,IconServerCrash:pB,IconServerOff:iB,IconServerPlus:lB,IconSettings:xB,IconSettings2:IB,IconShapes:uB,IconShare:dB,IconShare2:hB,IconSheet:gB,IconShell:fB,IconShelvingUnit:mB,IconShield:wB,IconShieldAlert:kB,IconShieldBan:bB,IconShieldCheck:CB,IconShieldClose:SB,IconShieldCog:yB,IconShieldCogCorner:qB,IconShieldEllipsis:vB,IconShieldHalf:PB,IconShieldKeyhole:AB,IconShieldLock:BB,IconShieldMinus:MB,IconShieldOff:DB,IconShieldPlus:FB,IconShieldQuestion:LB,IconShieldQuestionMark:RB,IconShieldUser:TB,IconShieldX:UB,IconShip:zB,IconShipWheel:OB,IconShirt:HB,IconShoppingBag:EB,IconShoppingBasket:WB,IconShoppingCart:GB,IconShovel:VB,IconShowerHead:$B,IconShredder:NB,IconShrimp:XB,IconShrink:ZB,IconShrub:_B,IconShuffle:jB,IconSidebar:KB,IconSidebarClose:QB,IconSidebarOpen:JB,IconSigma:YB,IconSigmaSquare:oM,IconSignal:eM,IconSignalHigh:tM,IconSignalLow:nM,IconSignalMedium:cM,IconSignalZero:rM,IconSignature:sM,IconSignpost:aM,IconSignpostBig:pM,IconSiren:iM,IconSkipBack:lM,IconSkipForward:xM,IconSkull:IM,IconSlash:uM,IconSlashSquare:dM,IconSlice:hM,IconSliders:gM,IconSlidersHorizontal:fM,IconSlidersVertical:mM,IconSmartphone:wM,IconSmartphoneCharging:kM,IconSmartphoneNfc:bM,IconSmile:CM,IconSmilePlus:SM,IconSnail:yM,IconSnowflake:qM,IconSoapDispenserDroplet:vM,IconSofa:PM,IconSolarPanel:AM,IconSortAsc:BM,IconSortDesc:MM,IconSoup:DM,IconSpace:FM,IconSpade:LM,IconSparkle:RM,IconSparkles:TM,IconSpeaker:UM,IconSpeech:zM,IconSpellCheck:OM,IconSpellCheck2:HM,IconSpline:EM,IconSplinePointer:WM,IconSplit:GM,IconSplitSquareHorizontal:VM,IconSplitSquareVertical:$M,IconSpool:NM,IconSportShoe:XM,IconSpotlight:ZM,IconSprayCan:_M,IconSprout:jM,IconSquare:KM,IconSquareActivity:QM,IconSquareArrowDown:JM,IconSquareArrowDownLeft:YM,IconSquareArrowDownRight:oD,IconSquareArrowLeft:eD,IconSquareArrowOutDownLeft:tD,IconSquareArrowOutDownRight:nD,IconSquareArrowOutUpLeft:cD,IconSquareArrowOutUpRight:rD,IconSquareArrowRight:sD,IconSquareArrowRightEnter:aD,IconSquareArrowRightExit:pD,IconSquareArrowUp:iD,IconSquareArrowUpLeft:lD,IconSquareArrowUpRight:xD,IconSquareAsterisk:ID,IconSquareBottomDashedScissors:uD,IconSquareCenterlineDashedHorizontal:dD,IconSquareCenterlineDashedVertical:hD,IconSquareChartGantt:gD,IconSquareCheck:fD,IconSquareCheckBig:mD,IconSquareChevronDown:wD,IconSquareChevronLeft:kD,IconSquareChevronRight:bD,IconSquareChevronUp:CD,IconSquareCode:SD,IconSquareDashed:yD,IconSquareDashedBottom:qD,IconSquareDashedBottomCode:vD,IconSquareDashedKanban:PD,IconSquareDashedMousePointer:AD,IconSquareDashedText:BD,IconSquareDashedTopSolid:MD,IconSquareDivide:DD,IconSquareDot:FD,IconSquareEqual:LD,IconSquareFunction:RD,IconSquareGanttChart:TD,IconSquareKanban:UD,IconSquareLibrary:zD,IconSquareM:OD,IconSquareMenu:HD,IconSquareMinus:ED,IconSquareMousePointer:WD,IconSquareOff:GD,IconSquareParking:VD,IconSquareParkingOff:$D,IconSquarePause:ND,IconSquarePen:XD,IconSquarePercent:ZD,IconSquarePi:_D,IconSquarePilcrow:jD,IconSquarePlay:KD,IconSquarePlus:QD,IconSquarePower:JD,IconSquareRadical:YD,IconSquareRoundCorner:oF,IconSquareScissors:eF,IconSquareSigma:tF,IconSquareSlash:nF,IconSquareSplitHorizontal:cF,IconSquareSplitVertical:rF,IconSquareSquare:sF,IconSquareStack:aF,IconSquareStar:pF,IconSquareStop:iF,IconSquareTerminal:lF,IconSquareUser:xF,IconSquareUserRound:IF,IconSquareX:uF,IconSquaresExclude:dF,IconSquaresIntersect:hF,IconSquaresSubtract:gF,IconSquaresUnite:fF,IconSquircle:mF,IconSquircleDashed:wF,IconSquirrel:kF,IconStamp:bF,IconStar:CF,IconStarCheck:SF,IconStarHalf:yF,IconStarMinus:qF,IconStarOff:vF,IconStarPlus:PF,IconStarX:AF,IconStars:BF,IconStepBack:MF,IconStepForward:DF,IconStethoscope:FF,IconSticker:LF,IconStickyNote:RF,IconStickyNoteCheck:TF,IconStickyNoteMinus:UF,IconStickyNoteOff:zF,IconStickyNotePlus:OF,IconStickyNoteX:HF,IconStickyNotes:EF,IconStone:WF,IconStopCircle:GF,IconStore:VF,IconStretchHorizontal:$F,IconStretchVertical:NF,IconStrikethrough:XF,IconSubscript:ZF,IconSubtitles:_F,IconSummary:jF,IconSun:KF,IconSunDim:QF,IconSunMedium:JF,IconSunMoon:YF,IconSunSnow:oL,IconSunrise:eL,IconSunset:tL,IconSuperscript:nL,IconSwatchBook:cL,IconSwissFranc:rL,IconSwitchCamera:sL,IconSword:aL,IconSwords:pL,IconSyringe:iL,IconTable:lL,IconTable2:xL,IconTableCellsMerge:IL,IconTableCellsSplit:uL,IconTableColumnsSplit:dL,IconTableConfig:hL,IconTableOfContents:gL,IconTableProperties:fL,IconTableRowsSplit:mL,IconTablet:wL,IconTabletSmartphone:kL,IconTablets:bL,IconTag:CL,IconTagPlus:SL,IconTagX:yL,IconTags:qL,IconTally1:vL,IconTally2:PL,IconTally3:AL,IconTally4:BL,IconTally5:ML,IconTangent:DL,IconTarget:FL,IconTelescope:LL,IconTent:RL,IconTentTree:TL,IconTerminal:UL,IconTerminalSquare:zL,IconTestTube:OL,IconTestTube2:HL,IconTestTubeDiagonal:EL,IconTestTubes:WL,IconText:GL,IconTextAlignCenter:VL,IconTextAlignEnd:$L,IconTextAlignJustify:NL,IconTextAlignStart:XL,IconTextCursor:ZL,IconTextCursorInput:_L,IconTextInitial:jL,IconTextQuote:KL,IconTextSearch:QL,IconTextSelect:JL,IconTextSelection:YL,IconTextWrap:o2,IconTheater:e2,IconThermometer:t2,IconThermometerSnowflake:n2,IconThermometerSun:c2,IconThumbsDown:r2,IconThumbsUp:s2,IconTicket:a2,IconTicketCheck:p2,IconTicketMinus:i2,IconTicketPercent:l2,IconTicketPlus:x2,IconTicketSlash:I2,IconTicketX:u2,IconTickets:d2,IconTicketsPlane:h2,IconTimeline:g2,IconTimer:f2,IconTimerOff:m2,IconTimerReset:w2,IconToggleLeft:k2,IconToggleRight:b2,IconToilet:C2,IconToolCase:S2,IconToolbox:y2,IconTornado:q2,IconTorus:v2,IconTouchpad:P2,IconTouchpadOff:A2,IconTowelRack:B2,IconTowerControl:M2,IconToyBrick:D2,IconTractor:F2,IconTrafficCone:L2,IconTrain:R2,IconTrainFront:T2,IconTrainFrontTunnel:U2,IconTrainTrack:z2,IconTramFront:O2,IconTransgender:H2,IconTrash:E2,IconTrash2:W2,IconTreeDeciduous:G2,IconTreePalm:V2,IconTreePine:$2,IconTrees:N2,IconTrendingDown:X2,IconTrendingUp:Z2,IconTrendingUpDown:_2,IconTriangle:j2,IconTriangleAlert:K2,IconTriangleDashed:Q2,IconTriangleRight:J2,IconTrophy:Y2,IconTruck:oR,IconTruckElectric:eR,IconTurkishLira:tR,IconTurntable:nR,IconTurtle:cR,IconTv:rR,IconTv2:sR,IconTvMinimal:aR,IconTvMinimalPlay:pR,IconType:iR,IconTypeOutline:lR,IconUmbrella:xR,IconUmbrellaOff:IR,IconUnderline:uR,IconUndo:dR,IconUndo2:hR,IconUndoDot:gR,IconUnfoldHorizontal:fR,IconUnfoldVertical:mR,IconUngroup:wR,IconUniversity:kR,IconUnlink:bR,IconUnlink2:CR,IconUnlock:SR,IconUnlockKeyhole:yR,IconUnplug:qR,IconUpload:vR,IconUploadCloud:PR,IconUsb:AR,IconUser:BR,IconUser2:MR,IconUserCheck:DR,IconUserCheck2:FR,IconUserCircle:LR,IconUserCircle2:RR,IconUserCog:TR,IconUserCog2:UR,IconUserKey:zR,IconUserLock:OR,IconUserMinus:HR,IconUserMinus2:ER,IconUserPen:WR,IconUserPlus:GR,IconUserPlus2:VR,IconUserRound:$R,IconUserRoundArrowLeft:NR,IconUserRoundCheck:XR,IconUserRoundCog:ZR,IconUserRoundKey:_R,IconUserRoundMinus:jR,IconUserRoundPen:KR,IconUserRoundPlus:QR,IconUserRoundSearch:JR,IconUserRoundX:YR,IconUserSearch:oT,IconUserShield:eT,IconUserSquare:tT,IconUserSquare2:nT,IconUserStar:cT,IconUserX:rT,IconUserX2:sT,IconUsers:aT,IconUsers2:pT,IconUsersRound:iT,IconUtensils:lT,IconUtensilsCrossed:xT,IconUtilityPole:IT,IconVan:uT,IconVariable:dT,IconVault:hT,IconVectorSquare:gT,IconVegan:fT,IconVenetianMask:mT,IconVenus:wT,IconVenusAndMars:kT,IconVerified:bT,IconVibrate:CT,IconVibrateOff:ST,IconVideo:yT,IconVideoOff:qT,IconVideotape:vT,IconView:PT,IconVoicemail:AT,IconVolleyball:BT,IconVolume:MT,IconVolume1:DT,IconVolume2:FT,IconVolumeOff:LT,IconVolumeX:RT,IconVote:TT,IconWallet:UT,IconWallet2:zT,IconWalletCards:OT,IconWalletMinimal:HT,IconWallpaper:ET,IconWand:WT,IconWand2:GT,IconWandSparkles:VT,IconWarehouse:$T,IconWashingMachine:NT,IconWatch:XT,IconWaves:ZT,IconWavesArrowDown:_T,IconWavesArrowUp:jT,IconWavesHorizontal:KT,IconWavesLadder:QT,IconWavesVertical:JT,IconWaypoints:YT,IconWebcam:oU,IconWebcamOff:eU,IconWebhook:tU,IconWebhookOff:nU,IconWeight:cU,IconWeightTilde:rU,IconWheat:sU,IconWheatOff:aU,IconWholeWord:pU,IconWifi:iU,IconWifiCog:lU,IconWifiHigh:xU,IconWifiLow:IU,IconWifiOff:uU,IconWifiPen:dU,IconWifiSync:hU,IconWifiZero:gU,IconWind:fU,IconWindArrowDown:mU,IconWine:wU,IconWineOff:kU,IconWorkflow:bU,IconWorm:CU,IconWrapText:SU,IconWrench:yU,IconWrenchOff:qU,IconX:vU,IconXCircle:PU,IconXLineTop:AU,IconXOctagon:BU,IconXSquare:MU,IconZap:DU,IconZapOff:FU,IconZodiacAquarius:LU,IconZodiacAries:RU,IconZodiacCancer:TU,IconZodiacCapricorn:UU,IconZodiacGemini:zU,IconZodiacLeo:OU,IconZodiacLibra:HU,IconZodiacOphiuchus:EU,IconZodiacPisces:WU,IconZodiacSagittarius:GU,IconZodiacScorpio:VU,IconZodiacTaurus:$U,IconZodiacVirgo:NU,IconZoomIn:XU,IconZoomOut:ZU};export{p as Icon,So as IconAArrowDown,yo as IconAArrowUp,qo as IconALargeSmall,vo as IconAccessibility,Po as IconActivity,Ao as IconActivitySquare,Bo as IconAd,Mo as IconAirVent,Do as IconAirplay,Fo as IconAlarmCheck,Lo as IconAlarmClock,Ro as IconAlarmClockCheck,To as IconAlarmClockMinus,Uo as IconAlarmClockOff,zo as IconAlarmClockPlus,Oo as IconAlarmMinus,Ho as IconAlarmPlus,Eo as IconAlarmSmoke,Wo as IconAlbum,Go as IconAlertCircle,Vo as IconAlertOctagon,$o as IconAlertTriangle,No as IconAlignCenter,Xo as IconAlignCenterHorizontal,Zo as IconAlignCenterVertical,_o as IconAlignEndHorizontal,jo as IconAlignEndVertical,Ko as IconAlignHorizontalDistributeCenter,Qo as IconAlignHorizontalDistributeEnd,Jo as IconAlignHorizontalDistributeStart,Yo as IconAlignHorizontalJustifyCenter,oe as IconAlignHorizontalJustifyEnd,ee as IconAlignHorizontalJustifyStart,te as IconAlignHorizontalSpaceAround,ne as IconAlignHorizontalSpaceBetween,ce as IconAlignJustify,re as IconAlignLeft,se as IconAlignRight,ae as IconAlignStartHorizontal,pe as IconAlignStartVertical,ie as IconAlignVerticalDistributeCenter,le as IconAlignVerticalDistributeEnd,xe as IconAlignVerticalDistributeStart,Ie as IconAlignVerticalJustifyCenter,ue as IconAlignVerticalJustifyEnd,de as IconAlignVerticalJustifyStart,he as IconAlignVerticalSpaceAround,ge as IconAlignVerticalSpaceBetween,fe as IconAmbulance,me as IconAmpersand,we as IconAmpersands,ke as IconAmphora,be as IconAnchor,Ce as IconAngle,Se as IconAngry,ye as IconAnnoyed,qe as IconAntenna,ve as IconAnvil,Pe as IconAperture,Ae as IconAppWindow,Be as IconAppWindowMac,Me as IconApple,De as IconArchive,Fe as IconArchiveRestore,Le as IconArchiveX,Re as IconAreaChart,Te as IconArmchair,Ue as IconArrowBigDown,ze as IconArrowBigDownDash,Oe as IconArrowBigLeft,He as IconArrowBigLeftDash,Ee as IconArrowBigRight,We as IconArrowBigRightDash,Ge as IconArrowBigUp,Ve as IconArrowBigUpDash,$e as IconArrowDown,Ne as IconArrowDown01,Xe as IconArrowDown10,Ze as IconArrowDownAZ,_e as IconArrowDownAz,je as IconArrowDownCircle,Ke as IconArrowDownFromLine,Qe as IconArrowDownLeft,Je as IconArrowDownLeftFromCircle,Ye as IconArrowDownLeftFromSquare,ot as IconArrowDownLeftSquare,et as IconArrowDownNarrowWide,tt as IconArrowDownRight,nt as IconArrowDownRightFromCircle,ct as IconArrowDownRightFromSquare,rt as IconArrowDownRightSquare,st as IconArrowDownSquare,at as IconArrowDownToDot,pt as IconArrowDownToLine,it as IconArrowDownUp,lt as IconArrowDownWideNarrow,xt as IconArrowDownZA,It as IconArrowDownZa,ut as IconArrowLeft,dt as IconArrowLeftCircle,ht as IconArrowLeftFromLine,gt as IconArrowLeftRight,ft as IconArrowLeftSquare,mt as IconArrowLeftToLine,wt as IconArrowRight,kt as IconArrowRightCircle,bt as IconArrowRightFromLine,Ct as IconArrowRightLeft,St as IconArrowRightSquare,yt as IconArrowRightToLine,qt as IconArrowUp,vt as IconArrowUp01,Pt as IconArrowUp10,At as IconArrowUpAZ,Bt as IconArrowUpAz,Mt as IconArrowUpCircle,Dt as IconArrowUpDown,Ft as IconArrowUpFromDot,Lt as IconArrowUpFromLine,Rt as IconArrowUpLeft,Tt as IconArrowUpLeftFromCircle,Ut as IconArrowUpLeftFromSquare,zt as IconArrowUpLeftSquare,Ot as IconArrowUpNarrowWide,Ht as IconArrowUpRight,Et as IconArrowUpRightFromCircle,Wt as IconArrowUpRightFromSquare,Gt as IconArrowUpRightSquare,Vt as IconArrowUpSquare,$t as IconArrowUpToLine,Nt as IconArrowUpWideNarrow,Xt as IconArrowUpZA,Zt as IconArrowUpZa,_t as IconArrowsUpFromLine,jt as IconAsterisk,Kt as IconAsteriskSquare,Qt as IconAstroid,Jt as IconAtSign,Yt as IconAtom,on as IconAudioLines,en as IconAudioLinesX,tn as IconAudioWaveform,nn as IconAward,cn as IconAxe,rn as IconAxis3D,sn as IconAxis3d,an as IconBaby,pn as IconBackpack,ln as IconBadge,xn as IconBadgeAlert,In as IconBadgeCent,un as IconBadgeCheck,dn as IconBadgeDollarSign,hn as IconBadgeEuro,gn as IconBadgeHelp,fn as IconBadgeIndianRupee,mn as IconBadgeInfo,wn as IconBadgeJapaneseYen,kn as IconBadgeMinus,bn as IconBadgePercent,Cn as IconBadgePlus,Sn as IconBadgePoundSterling,yn as IconBadgeQuestionMark,qn as IconBadgeRussianRuble,vn as IconBadgeSwissFranc,Pn as IconBadgeTurkishLira,An as IconBadgeX,Bn as IconBaggageClaim,Mn as IconBalloon,Dn as IconBan,Fn as IconBanana,Ln as IconBandage,Rn as IconBanknote,Tn as IconBanknoteArrowDown,Un as IconBanknoteArrowUp,zn as IconBanknoteCheck,On as IconBanknoteX,Hn as IconBarChart,En as IconBarChart2,Wn as IconBarChart3,Gn as IconBarChart4,Vn as IconBarChartBig,$n as IconBarChartHorizontal,Nn as IconBarChartHorizontalBig,Xn as IconBarcode,Zn as IconBarrel,_n as IconBaseline,jn as IconBath,Kn as IconBattery,Qn as IconBatteryCharging,Jn as IconBatteryFull,Yn as IconBatteryLow,oc as IconBatteryMedium,ec as IconBatteryPlus,tc as IconBatteryWarning,nc as IconBeaker,cc as IconBean,rc as IconBeanOff,sc as IconBed,ac as IconBedDouble,pc as IconBedSingle,ic as IconBeef,lc as IconBeefOff,xc as IconBeer,Ic as IconBeerOff,uc as IconBell,dc as IconBellCheck,hc as IconBellDot,gc as IconBellElectric,fc as IconBellMinus,mc as IconBellOff,wc as IconBellPlus,kc as IconBellRing,bc as IconBetweenHorizonalEnd,Cc as IconBetweenHorizonalStart,Sc as IconBetweenHorizontalEnd,yc as IconBetweenHorizontalStart,qc as IconBetweenVerticalEnd,vc as IconBetweenVerticalStart,Pc as IconBicepsFlexed,Ac as IconBike,Bc as IconBinary,Mc as IconBinoculars,Dc as IconBiohazard,Fc as IconBird,Lc as IconBirdhouse,Rc as IconBitcoin,Tc as IconBlend,Uc as IconBlender,zc as IconBlinds,Oc as IconBlocks,Hc as IconBluetooth,Ec as IconBluetoothConnected,Wc as IconBluetoothOff,Gc as IconBluetoothSearching,Vc as IconBold,$c as IconBolt,Nc as IconBomb,Xc as IconBone,Zc as IconBoneFracture,_c as IconBook,jc as IconBookA,Kc as IconBookAlert,Qc as IconBookAudio,Jc as IconBookCheck,Yc as IconBookCopy,or as IconBookDashed,er as IconBookDown,tr as IconBookHeadphones,nr as IconBookHeart,cr as IconBookImage,rr as IconBookKey,sr as IconBookLock,ar as IconBookMarked,pr as IconBookMinus,ir as IconBookOpen,lr as IconBookOpenCheck,xr as IconBookOpenText,Ir as IconBookPlus,ur as IconBookSearch,dr as IconBookTemplate,hr as IconBookText,gr as IconBookType,fr as IconBookUp,mr as IconBookUp2,wr as IconBookUser,kr as IconBookX,br as IconBookmark,Cr as IconBookmarkCheck,Sr as IconBookmarkMinus,yr as IconBookmarkOff,qr as IconBookmarkPlus,vr as IconBookmarkX,Pr as IconBoomBox,Ar as IconBot,Br as IconBotMessageSquare,Mr as IconBotOff,Dr as IconBottleWine,Fr as IconBowArrow,Lr as IconBox,Rr as IconBoxSelect,Tr as IconBoxes,Ur as IconBraces,zr as IconBrackets,Or as IconBrain,Hr as IconBrainCircuit,Er as IconBrainCog,Wr as IconBrickWall,Gr as IconBrickWallFire,Vr as IconBrickWallShield,$r as IconBriefcase,Nr as IconBriefcaseBusiness,Xr as IconBriefcaseConveyorBelt,Zr as IconBriefcaseMedical,_r as IconBringToFront,jr as IconBroccoli,Kr as IconBroom,Qr as IconBroomSparkles,Jr as IconBrush,Yr as IconBrushCleaning,os as IconBubbles,es as IconBug,ts as IconBugOff,ns as IconBugPlay,cs as IconBuilding,rs as IconBuilding2,ss as IconBus,as as IconBusFront,ps as IconCable,is as IconCableCar,ls as IconCake,xs as IconCakeSlice,Is as IconCalculator,us as IconCalendar,ds as IconCalendar1,hs as IconCalendarArrowDown,gs as IconCalendarArrowUp,fs as IconCalendarCheck,ms as IconCalendarCheck2,ws as IconCalendarClock,ks as IconCalendarCog,bs as IconCalendarDays,Cs as IconCalendarFold,Ss as IconCalendarHeart,ys as IconCalendarMinus,qs as IconCalendarMinus2,vs as IconCalendarOff,Ps as IconCalendarPlus,As as IconCalendarPlus2,Bs as IconCalendarRange,Ms as IconCalendarSearch,Ds as IconCalendarSync,Fs as IconCalendarX,Ls as IconCalendarX2,Rs as IconCalendars,Ts as IconCamera,Us as IconCameraOff,zs as IconCandlestickChart,Os as IconCandy,Hs as IconCandyCane,Es as IconCandyOff,Ws as IconCannabis,Gs as IconCannabisOff,Vs as IconCaptions,$s as IconCaptionsOff,Ns as IconCar,Xs as IconCarFront,Zs as IconCarTaxiFront,_s as IconCaravan,js as IconCardSim,Ks as IconCarrot,Qs as IconCaseLower,Js as IconCaseSensitive,Ys as IconCaseUpper,oa as IconCassetteTape,ea as IconCast,ta as IconCastle,na as IconCat,ca as IconCctv,ra as IconCctvOff,sa as IconChartArea,aa as IconChartBar,pa as IconChartBarBig,ia as IconChartBarDecreasing,la as IconChartBarIncreasing,xa as IconChartBarStacked,Ia as IconChartCandlestick,ua as IconChartColumn,da as IconChartColumnBig,ha as IconChartColumnDecreasing,ga as IconChartColumnIncreasing,fa as IconChartColumnStacked,ma as IconChartGantt,wa as IconChartLine,ka as IconChartNetwork,ba as IconChartNoAxesColumn,Ca as IconChartNoAxesColumnDecreasing,Sa as IconChartNoAxesColumnIncreasing,ya as IconChartNoAxesCombined,qa as IconChartNoAxesGantt,va as IconChartPie,Pa as IconChartScatter,Aa as IconChartSpline,Ba as IconCheck,Ma as IconCheckCheck,Da as IconCheckCircle,Fa as IconCheckCircle2,La as IconCheckLine,Ra as IconCheckSquare,Ta as IconCheckSquare2,Ua as IconChefHat,za as IconCherry,Oa as IconChessBishop,Ha as IconChessKing,Ea as IconChessKnight,Wa as IconChessPawn,Ga as IconChessQueen,Va as IconChessRook,$a as IconChevronDown,Na as IconChevronDownCircle,Xa as IconChevronDownSquare,Za as IconChevronFirst,_a as IconChevronLast,ja as IconChevronLeft,Ka as IconChevronLeftCircle,Qa as IconChevronLeftSquare,Ja as IconChevronRight,Ya as IconChevronRightCircle,op as IconChevronRightSquare,ep as IconChevronUp,tp as IconChevronUpCircle,np as IconChevronUpSquare,cp as IconChevronsDown,rp as IconChevronsDownUp,sp as IconChevronsLeft,ap as IconChevronsLeftRight,pp as IconChevronsLeftRightEllipsis,ip as IconChevronsRight,lp as IconChevronsRightLeft,xp as IconChevronsUp,Ip as IconChevronsUpDown,up as IconChurch,dp as IconCigarette,hp as IconCigaretteOff,gp as IconCircle,fp as IconCircleAlert,mp as IconCircleArrowDown,wp as IconCircleArrowLeft,kp as IconCircleArrowOutDownLeft,bp as IconCircleArrowOutDownRight,Cp as IconCircleArrowOutUpLeft,Sp as IconCircleArrowOutUpRight,yp as IconCircleArrowRight,qp as IconCircleArrowUp,vp as IconCircleCheck,Pp as IconCircleCheckBig,Ap as IconCircleChevronDown,Bp as IconCircleChevronLeft,Mp as IconCircleChevronRight,Dp as IconCircleChevronUp,Fp as IconCircleDashed,Lp as IconCircleDivide,Rp as IconCircleDollarSign,Tp as IconCircleDot,Up as IconCircleDotDashed,zp as IconCircleEllipsis,Op as IconCircleEqual,Hp as IconCircleEuro,Ep as IconCircleFadingArrowUp,Wp as IconCircleFadingPlus,Gp as IconCircleGauge,Vp as IconCircleHelp,$p as IconCircleMinus,Np as IconCircleOff,Xp as IconCircleParking,Zp as IconCircleParkingOff,_p as IconCirclePause,jp as IconCirclePercent,Kp as IconCirclePile,Qp as IconCirclePlay,Jp as IconCirclePlus,Yp as IconCirclePoundSterling,oi as IconCirclePower,ei as IconCircleQuestionMark,ti as IconCircleSlash,ni as IconCircleSlash2,ci as IconCircleSlashed,ri as IconCircleSmall,si as IconCircleStar,ai as IconCircleStop,pi as IconCircleUser,ii as IconCircleUserRound,li as IconCircleX,xi as IconCircuitBoard,Ii as IconCitrus,ui as IconClapperboard,di as IconClipboard,hi as IconClipboardCheck,gi as IconClipboardClock,fi as IconClipboardCopy,mi as IconClipboardEdit,wi as IconClipboardList,ki as IconClipboardMinus,bi as IconClipboardPaste,Ci as IconClipboardPen,Si as IconClipboardPenLine,yi as IconClipboardPlus,qi as IconClipboardSignature,vi as IconClipboardType,Pi as IconClipboardX,Ai as IconClock,Bi as IconClock1,Mi as IconClock10,Di as IconClock11,Fi as IconClock12,Li as IconClock2,Ri as IconClock3,Ti as IconClock4,Ui as IconClock5,zi as IconClock6,Oi as IconClock7,Hi as IconClock8,Ei as IconClock9,Wi as IconClockAlert,Gi as IconClockArrowDown,Vi as IconClockArrowLeft,$i as IconClockArrowRight,Ni as IconClockArrowUp,Xi as IconClockCheck,Zi as IconClockFading,_i as IconClockPlus,ji as IconClosedCaption,Ki as IconCloud,Qi as IconCloudAlert,Ji as IconCloudBackup,Yi as IconCloudCheck,ol as IconCloudCog,el as IconCloudDownload,tl as IconCloudDrizzle,nl as IconCloudFog,cl as IconCloudHail,rl as IconCloudLightning,sl as IconCloudMoon,al as IconCloudMoonRain,pl as IconCloudOff,il as IconCloudRain,ll as IconCloudRainWind,xl as IconCloudSnow,Il as IconCloudSun,ul as IconCloudSunRain,dl as IconCloudSync,hl as IconCloudUpload,gl as IconCloudy,fl as IconClover,ml as IconClub,wl as IconCode,kl as IconCode2,bl as IconCodeSquare,Cl as IconCodeXml,Sl as IconCoffee,yl as IconCog,ql as IconCoins,vl as IconColumns,Pl as IconColumns2,Al as IconColumns3,Bl as IconColumns3Cog,Ml as IconColumns4,Dl as IconColumnsSettings,Fl as IconCombine,Ll as IconCommand,Rl as IconCompass,Tl as IconComponent,Ul as IconComputer,zl as IconConciergeBell,Ol as IconCone,Hl as IconConstruction,El as IconContact,Wl as IconContact2,Gl as IconContactRound,Vl as IconContainer,$l as IconContrast,Nl as IconCookie,Xl as IconCookingPot,Zl as IconCopy,_l as IconCopyCheck,jl as IconCopyMinus,Kl as IconCopyPlus,Ql as IconCopySlash,Jl as IconCopyX,Yl as IconCopyleft,ox as IconCopyright,ex as IconCornerDownLeft,tx as IconCornerDownRight,nx as IconCornerLeftDown,cx as IconCornerLeftUp,rx as IconCornerRightDown,sx as IconCornerRightUp,ax as IconCornerUpLeft,px as IconCornerUpRight,ix as IconCpu,lx as IconCreativeCommons,xx as IconCreditCard,Ix as IconCroissant,ux as IconCrop,dx as IconCross,hx as IconCrosshair,gx as IconCrown,fx as IconCuboid,mx as IconCupSoda,wx as IconCurlyBraces,kx as IconCurrency,bx as IconCylinder,Cx as IconDam,Sx as IconDatabase,yx as IconDatabaseArrowDown,qx as IconDatabaseArrowUp,vx as IconDatabaseBackup,Px as IconDatabaseCheck,Ax as IconDatabaseMinus,Bx as IconDatabasePlus,Mx as IconDatabaseSearch,Dx as IconDatabaseX,Fx as IconDatabaseZap,Lx as IconDecimalsArrowLeft,Rx as IconDecimalsArrowRight,Tx as IconDelete,Ux as IconDessert,zx as IconDiameter,Ox as IconDiamond,Hx as IconDiamondMinus,Ex as IconDiamondPercent,Wx as IconDiamondPlus,Gx as IconDice1,Vx as IconDice2,$x as IconDice3,Nx as IconDice4,Xx as IconDice5,Zx as IconDice6,_x as IconDices,jx as IconDiff,Kx as IconDisc,Qx as IconDisc2,Jx as IconDisc3,Yx as IconDiscAlbum,oI as IconDivide,eI as IconDivideCircle,tI as IconDivideSquare,nI as IconDna,cI as IconDnaOff,rI as IconDock,sI as IconDog,aI as IconDollarSign,pI as IconDonut,iI as IconDoorClosed,lI as IconDoorClosedLocked,xI as IconDoorOpen,II as IconDot,uI as IconDotSquare,dI as IconDownload,hI as IconDownloadCloud,gI as IconDraftingCompass,fI as IconDrama,mI as IconDrill,wI as IconDrone,kI as IconDroplet,bI as IconDropletOff,CI as IconDroplets,SI as IconDrum,yI as IconDrumstick,qI as IconDumbbell,vI as IconEar,PI as IconEarOff,AI as IconEarth,BI as IconEarthLock,MI as IconEclipse,DI as IconEdit,FI as IconEdit2,LI as IconEdit3,RI as IconEgg,TI as IconEggFried,UI as IconEggOff,zI as IconEject,OI as IconEllipse,HI as IconEllipsis,EI as IconEllipsisVertical,WI as IconEqual,GI as IconEqualApproximately,VI as IconEqualNot,$I as IconEqualSquare,NI as IconEraser,XI as IconEthernetPort,ZI as IconEuro,_I as IconEvCharger,jI as IconExpand,KI as IconExternalLink,QI as IconEye,JI as IconEyeClosed,YI as IconEyeDashed,ou as IconEyeOff,eu as IconFaceAngry,tu as IconFaceExpressionless,nu as IconFaceGrinning,cu as IconFaceNeutral,ru as IconFaceSlightlyFrowning,su as IconFaceSlightlySmiling,au as IconFaceSlightlySmilingPlus,pu as IconFactory,iu as IconFan,lu as IconFastForward,xu as IconFeather,Iu as IconFence,uu as IconFerrisWheel,du as IconFile,hu as IconFileArchive,gu as IconFileAudio,fu as IconFileAudio2,mu as IconFileAxis3D,wu as IconFileAxis3d,ku as IconFileBadge,bu as IconFileBadge2,Cu as IconFileBarChart,Su as IconFileBarChart2,yu as IconFileBox,qu as IconFileBraces,vu as IconFileBracesCorner,Pu as IconFileChartColumn,Au as IconFileChartColumnIncreasing,Bu as IconFileChartLine,Mu as IconFileChartPie,Du as IconFileCheck,Fu as IconFileCheck2,Lu as IconFileCheckCorner,Ru as IconFileClock,Tu as IconFileCode,Uu as IconFileCode2,zu as IconFileCodeCorner,Ou as IconFileCog,Hu as IconFileCog2,Eu as IconFileDiff,Wu as IconFileDigit,Gu as IconFileDown,Vu as IconFileEdit,$u as IconFileExclamationPoint,Nu as IconFileHeadphone,Xu as IconFileHeart,Zu as IconFileImage,_u as IconFileInput,ju as IconFileJson,Ku as IconFileJson2,Qu as IconFileKey,Ju as IconFileKey2,Yu as IconFileLineChart,od as IconFileLock,ed as IconFileLock2,td as IconFileMinus,nd as IconFileMinus2,cd as IconFileMinusCorner,rd as IconFileMusic,sd as IconFileOutput,ad as IconFilePen,pd as IconFilePenLine,id as IconFilePieChart,ld as IconFilePlay,xd as IconFilePlus,Id as IconFilePlus2,ud as IconFilePlusCorner,dd as IconFileQuestion,hd as IconFileQuestionMark,gd as IconFileScan,fd as IconFileSearch,md as IconFileSearch2,wd as IconFileSearchCorner,kd as IconFileSignal,bd as IconFileSignature,Cd as IconFileSliders,Sd as IconFileSpreadsheet,yd as IconFileStack,qd as IconFileSymlink,vd as IconFileTerminal,Pd as IconFileText,Ad as IconFileType,Bd as IconFileType2,Md as IconFileTypeCorner,Dd as IconFileUp,Fd as IconFileUser,Ld as IconFileVideo,Rd as IconFileVideo2,Td as IconFileVideoCamera,Ud as IconFileVolume,zd as IconFileVolume2,Od as IconFileWarning,Hd as IconFileX,Ed as IconFileX2,Wd as IconFileXCorner,Gd as IconFiles,Vd as IconFilm,$d as IconFilter,Nd as IconFilterX,Xd as IconFingerprint,Zd as IconFingerprintPattern,_d as IconFireExtinguisher,jd as IconFish,Kd as IconFishOff,Qd as IconFishSymbol,Jd as IconFishingHook,Yd as IconFishingRod,oh as IconFlag,eh as IconFlagOff,th as IconFlagTriangleLeft,nh as IconFlagTriangleRight,ch as IconFlame,rh as IconFlameKindling,sh as IconFlashlight,ah as IconFlashlightOff,ph as IconFlaskConical,ih as IconFlaskConicalOff,lh as IconFlaskRound,xh as IconFlipHorizontal,Ih as IconFlipHorizontal2,uh as IconFlipVertical,dh as IconFlipVertical2,hh as IconFlower,gh as IconFlower2,fh as IconFocus,mh as IconFoldHorizontal,wh as IconFoldVertical,kh as IconFolder,bh as IconFolderArchive,Ch as IconFolderBookmark,Sh as IconFolderCheck,yh as IconFolderClock,qh as IconFolderClosed,vh as IconFolderCode,Ph as IconFolderCog,Ah as IconFolderCog2,Bh as IconFolderDot,Mh as IconFolderDown,Dh as IconFolderEdit,Fh as IconFolderGit,Lh as IconFolderGit2,Rh as IconFolderHeart,Th as IconFolderInput,Uh as IconFolderKanban,zh as IconFolderKey,Oh as IconFolderLock,Hh as IconFolderMinus,Eh as IconFolderOpen,Wh as IconFolderOpenDot,Gh as IconFolderOutput,Vh as IconFolderPen,$h as IconFolderPlus,Nh as IconFolderRoot,Xh as IconFolderSearch,Zh as IconFolderSearch2,_h as IconFolderSymlink,jh as IconFolderSync,Kh as IconFolderTree,Qh as IconFolderUp,Jh as IconFolderX,Yh as IconFolders,og as IconFootprints,eg as IconForkKnife,tg as IconForkKnifeCrossed,ng as IconForklift,cg as IconForm,rg as IconFormInput,sg as IconForward,ag as IconFrame,pg as IconFrown,ig as IconFuel,lg as IconFullscreen,xg as IconFunctionSquare,Ig as IconFunnel,ug as IconFunnelPlus,dg as IconFunnelX,hg as IconGalleryHorizontal,gg as IconGalleryHorizontalEnd,fg as IconGalleryThumbnails,mg as IconGalleryVertical,wg as IconGalleryVerticalEnd,kg as IconGamepad,bg as IconGamepad2,Cg as IconGamepadDirectional,Sg as IconGanttChart,yg as IconGanttChartSquare,qg as IconGauge,vg as IconGaugeCircle,Pg as IconGavel,Ag as IconGem,Bg as IconGeorgianLari,Mg as IconGhost,Dg as IconGift,Fg as IconGitBranch,Lg as IconGitBranchMinus,Rg as IconGitBranchPlus,Tg as IconGitCommit,Ug as IconGitCommitHorizontal,zg as IconGitCommitVertical,Og as IconGitCompare,Hg as IconGitCompareArrows,Eg as IconGitFork,Wg as IconGitGraph,Gg as IconGitMerge,Vg as IconGitMergeConflict,$g as IconGitPullRequest,Ng as IconGitPullRequestArrow,Xg as IconGitPullRequestClosed,Zg as IconGitPullRequestCreate,_g as IconGitPullRequestCreateArrow,jg as IconGitPullRequestDraft,Kg as IconGlassWater,Qg as IconGlasses,Jg as IconGlobe,Yg as IconGlobe2,of as IconGlobeCheck,ef as IconGlobeLock,tf as IconGlobeOff,nf as IconGlobeX,cf as IconGoal,rf as IconGpu,sf as IconGrab,af as IconGraduationCap,pf as IconGrape,lf as IconGrid,xf as IconGrid2X2,If as IconGrid2X2Check,uf as IconGrid2X2Plus,df as IconGrid2X2X,hf as IconGrid2x2,gf as IconGrid2x2Check,ff as IconGrid2x2Plus,mf as IconGrid2x2X,wf as IconGrid3X3,kf as IconGrid3x2,bf as IconGrid3x3,Cf as IconGrip,Sf as IconGripHorizontal,yf as IconGripVertical,qf as IconGroup,vf as IconGuitar,Pf as IconHam,Af as IconHamburger,Bf as IconHammer,Mf as IconHand,Df as IconHandCoins,Ff as IconHandFist,Lf as IconHandGrab,Rf as IconHandHeart,Tf as IconHandHelping,Uf as IconHandMetal,zf as IconHandPlatter,Of as IconHandbag,Hf as IconHandshake,Ef as IconHardDrive,Wf as IconHardDriveDownload,Gf as IconHardDriveUpload,Vf as IconHardHat,$f as IconHash,Nf as IconHatGlasses,Xf as IconHaze,Zf as IconHd,_f as IconHdmiPort,jf as IconHeading,Kf as IconHeading1,Qf as IconHeading2,Jf as IconHeading3,Yf as IconHeading4,om as IconHeading5,em as IconHeading6,tm as IconHeadphoneOff,nm as IconHeadphones,cm as IconHeadset,rm as IconHeart,sm as IconHeartCrack,am as IconHeartHandshake,pm as IconHeartMinus,im as IconHeartOff,lm as IconHeartPlus,xm as IconHeartPulse,Im as IconHeartX,um as IconHeater,dm as IconHelicopter,hm as IconHelpCircle,gm as IconHelpingHand,fm as IconHexagon,mm as IconHighlighter,wm as IconHistory,km as IconHome,bm as IconHop,Cm as IconHopOff,Sm as IconHospital,ym as IconHotel,qm as IconHourglass,vm as IconHouse,Pm as IconHouseHeart,Am as IconHousePlug,Bm as IconHousePlus,Mm as IconHouseWifi,Dm as IconIceCream,Fm as IconIceCream2,Lm as IconIceCreamBowl,Rm as IconIceCreamCone,Tm as IconIdCard,Um as IconIdCardLanyard,zm as IconImage,Om as IconImageDown,Hm as IconImageMinus,Em as IconImageOff,Wm as IconImagePlay,Gm as IconImagePlus,Vm as IconImageUp,$m as IconImageUpscale,Nm as IconImages,Xm as IconImport,Zm as IconInbox,_m as IconIndent,jm as IconIndentDecrease,Km as IconIndentIncrease,Qm as IconIndianRupee,Jm as IconInfinity,Ym as IconInfo,ow as IconInspect,ew as IconInspectionPanel,tw as IconItalic,nw as IconIterationCcw,cw as IconIterationCw,rw as IconJapaneseYen,sw as IconJoystick,aw as IconKanban,pw as IconKanbanSquare,iw as IconKanbanSquareDashed,lw as IconKayak,xw as IconKey,Iw as IconKeyRound,uw as IconKeySquare,dw as IconKeyboard,hw as IconKeyboardMusic,gw as IconKeyboardOff,fw as IconLamp,mw as IconLampCeiling,ww as IconLampDesk,kw as IconLampFloor,bw as IconLampWallDown,Cw as IconLampWallUp,Sw as IconLandPlot,yw as IconLandmark,qw as IconLanguages,vw as IconLaptop,Pw as IconLaptop2,Aw as IconLaptopMinimal,Bw as IconLaptopMinimalCheck,Mw as IconLasso,Dw as IconLassoSelect,Fw as IconLaugh,Lw as IconLayerArrowDown,Rw as IconLayerArrowUp,Tw as IconLayers,Uw as IconLayers2,zw as IconLayers3,Ow as IconLayersArrowDown,Hw as IconLayersArrowUp,Ew as IconLayersMinus,Ww as IconLayersPlus,Gw as IconLayout,Vw as IconLayoutDashboard,$w as IconLayoutFreeform,Nw as IconLayoutGrid,Xw as IconLayoutList,Zw as IconLayoutPanelLeft,_w as IconLayoutPanelTop,jw as IconLayoutTemplate,Kw as IconLeaf,Qw as IconLeafyGreen,Jw as IconLectern,Yw as IconLensConcave,ok as IconLensConvex,ek as IconLetterText,tk as IconLibrary,nk as IconLibraryBig,ck as IconLibrarySquare,rk as IconLifeBuoy,sk as IconLigature,ak as IconLightbulb,pk as IconLightbulbOff,ik as IconLineChart,lk as IconLineDotRightHorizontal,xk as IconLineSquiggle,Ik as IconLineStyle,uk as IconLink,dk as IconLink2,hk as IconLink2Off,gk as IconList,fk as IconListCheck,mk as IconListChecks,wk as IconListChevronsDownUp,kk as IconListChevronsUpDown,bk as IconListCollapse,Ck as IconListEnd,Sk as IconListFilter,yk as IconListFilterPlus,qk as IconListIndentDecrease,vk as IconListIndentIncrease,Pk as IconListMinus,Ak as IconListMusic,Bk as IconListOrdered,Mk as IconListPlus,Dk as IconListRestart,Fk as IconListSortAscending,Lk as IconListSortDescending,Rk as IconListStart,Tk as IconListTodo,Uk as IconListTree,zk as IconListVideo,Ok as IconListX,Hk as IconLoader,Ek as IconLoader2,Wk as IconLoaderCircle,Gk as IconLoaderPinwheel,Vk as IconLocate,$k as IconLocateFixed,Nk as IconLocateOff,Xk as IconLocationEdit,Zk as IconLock,_k as IconLockKeyhole,jk as IconLockKeyholeOpen,Kk as IconLockOpen,Qk as IconLogIn,Jk as IconLogOut,Yk as IconLogs,ob as IconLollipop,eb as IconLuggage,tb as IconMSquare,nb as IconMagnet,cb as IconMail,rb as IconMailBadge,sb as IconMailCheck,ab as IconMailMinus,pb as IconMailOpen,ib as IconMailPlus,lb as IconMailQuestion,xb as IconMailQuestionMark,Ib as IconMailSearch,ub as IconMailWarning,db as IconMailX,hb as IconMailbox,gb as IconMails,fb as IconMap,mb as IconMapMinus,wb as IconMapPin,kb as IconMapPinCheck,bb as IconMapPinCheckInside,Cb as IconMapPinHouse,Sb as IconMapPinMinus,yb as IconMapPinMinusInside,qb as IconMapPinOff,vb as IconMapPinPen,Pb as IconMapPinPlus,Ab as IconMapPinPlusInside,Bb as IconMapPinSearch,Mb as IconMapPinX,Db as IconMapPinXInside,Fb as IconMapPinned,Lb as IconMapPlus,Rb as IconMars,Tb as IconMarsStroke,Ub as IconMartini,zb as IconMaximize,Ob as IconMaximize2,Hb as IconMedal,Eb as IconMegaphone,Wb as IconMegaphoneOff,Gb as IconMeh,Vb as IconMemoryStick,$b as IconMenu,Nb as IconMenuSquare,Xb as IconMerge,Zb as IconMessageCircle,_b as IconMessageCircleCheck,jb as IconMessageCircleCode,Kb as IconMessageCircleDashed,Qb as IconMessageCircleHeart,Jb as IconMessageCircleMore,Yb as IconMessageCircleOff,oC as IconMessageCirclePlus,eC as IconMessageCircleQuestion,tC as IconMessageCircleQuestionMark,nC as IconMessageCircleReply,cC as IconMessageCircleWarning,rC as IconMessageCircleX,sC as IconMessageSquare,aC as IconMessageSquareCheck,pC as IconMessageSquareCode,iC as IconMessageSquareDashed,lC as IconMessageSquareDiff,xC as IconMessageSquareDot,IC as IconMessageSquareHeart,uC as IconMessageSquareLock,dC as IconMessageSquareMore,hC as IconMessageSquareOff,gC as IconMessageSquarePlus,fC as IconMessageSquareQuote,mC as IconMessageSquareReply,wC as IconMessageSquareShare,kC as IconMessageSquareText,bC as IconMessageSquareWarning,CC as IconMessageSquareX,SC as IconMessagesSquare,yC as IconMetronome,qC as IconMic,vC as IconMic2,PC as IconMicAudioLines,AC as IconMicOff,BC as IconMicSignal,MC as IconMicVocal,DC as IconMicrochip,FC as IconMicroscope,LC as IconMicrowave,RC as IconMilestone,TC as IconMilk,UC as IconMilkOff,zC as IconMinimize,OC as IconMinimize2,HC as IconMinus,EC as IconMinusCircle,WC as IconMinusSquare,GC as IconMirrorRectangular,VC as IconMirrorRound,$C as IconMonitor,NC as IconMonitorCheck,XC as IconMonitorCloud,ZC as IconMonitorCog,_C as IconMonitorDot,jC as IconMonitorDown,KC as IconMonitorOff,QC as IconMonitorPause,JC as IconMonitorPlay,YC as IconMonitorSmartphone,oS as IconMonitorSpeaker,eS as IconMonitorStop,tS as IconMonitorUp,nS as IconMonitorX,cS as IconMoon,rS as IconMoonStar,sS as IconMoreHorizontal,aS as IconMoreVertical,pS as IconMosque,iS as IconMotorbike,lS as IconMountain,xS as IconMountainSnow,IS as IconMouse,uS as IconMouseLeft,dS as IconMouseOff,hS as IconMousePointer,gS as IconMousePointer2,fS as IconMousePointer2Off,mS as IconMousePointerBan,wS as IconMousePointerClick,kS as IconMousePointerSquareDashed,bS as IconMouseRight,CS as IconMove,SS as IconMove3D,yS as IconMove3d,qS as IconMoveDiagonal,vS as IconMoveDiagonal2,PS as IconMoveDown,AS as IconMoveDownLeft,BS as IconMoveDownRight,MS as IconMoveHorizontal,DS as IconMoveLeft,FS as IconMoveRight,LS as IconMoveUp,RS as IconMoveUpLeft,TS as IconMoveUpRight,US as IconMoveVertical,zS as IconMusic,OS as IconMusic2,HS as IconMusic3,ES as IconMusic4,WS as IconNavigation,GS as IconNavigation2,VS as IconNavigation2Off,$S as IconNavigationOff,NS as IconNetwork,XS as IconNewspaper,ZS as IconNfc,_S as IconNonBinary,jS as IconNotebook,KS as IconNotebookPen,QS as IconNotebookTabs,JS as IconNotebookText,YS as IconNotepadText,oy as IconNotepadTextDashed,ey as IconNut,ty as IconNutOff,ny as IconOctagon,cy as IconOctagonAlert,ry as IconOctagonMinus,sy as IconOctagonPause,ay as IconOctagonX,py as IconOmega,iy as IconOption,ly as IconOrbit,xy as IconOrigami,Iy as IconOutdent,uy as IconPackage,dy as IconPackage2,hy as IconPackageCheck,gy as IconPackageMinus,fy as IconPackageOpen,my as IconPackagePlus,wy as IconPackageSearch,ky as IconPackageX,by as IconPaintBucket,Cy as IconPaintRoller,Sy as IconPaintbrush,yy as IconPaintbrush2,qy as IconPaintbrushVertical,vy as IconPalette,Py as IconPalmtree,Ay as IconPanda,By as IconPanelBottom,My as IconPanelBottomClose,Dy as IconPanelBottomDashed,Fy as IconPanelBottomInactive,Ly as IconPanelBottomOpen,Ry as IconPanelLeft,Ty as IconPanelLeftClose,Uy as IconPanelLeftDashed,zy as IconPanelLeftInactive,Oy as IconPanelLeftOpen,Hy as IconPanelLeftRightDashed,Ey as IconPanelRight,Wy as IconPanelRightClose,Gy as IconPanelRightDashed,Vy as IconPanelRightInactive,$y as IconPanelRightOpen,Ny as IconPanelTop,Xy as IconPanelTopBottomDashed,Zy as IconPanelTopClose,_y as IconPanelTopDashed,jy as IconPanelTopInactive,Ky as IconPanelTopOpen,Qy as IconPanelsLeftBottom,Jy as IconPanelsLeftRight,Yy as IconPanelsRightBottom,oq as IconPanelsTopBottom,eq as IconPanelsTopLeft,tq as IconPaperBag,nq as IconPaperclip,cq as IconParasol,rq as IconParentheses,sq as IconParkingCircle,aq as IconParkingCircleOff,pq as IconParkingMeter,iq as IconParkingSquare,lq as IconParkingSquareOff,xq as IconPartyPopper,Iq as IconPause,uq as IconPauseCircle,dq as IconPauseOctagon,hq as IconPawPrint,gq as IconPcCase,fq as IconPen,mq as IconPenBox,wq as IconPenLine,kq as IconPenOff,bq as IconPenSquare,Cq as IconPenTool,Sq as IconPencil,yq as IconPencilLine,qq as IconPencilOff,vq as IconPencilRuler,Pq as IconPencilSparkles,Aq as IconPentagon,Bq as IconPercent,Mq as IconPercentCircle,Dq as IconPercentDiamond,Fq as IconPercentSquare,Lq as IconPersonStanding,Rq as IconPhi,Tq as IconPhilippinePeso,Uq as IconPhone,zq as IconPhoneCall,Oq as IconPhoneForwarded,Hq as IconPhoneIncoming,Eq as IconPhoneMissed,Wq as IconPhoneOff,Gq as IconPhoneOutgoing,Vq as IconPi,$q as IconPiSquare,Nq as IconPiano,Xq as IconPickaxe,Zq as IconPictureInPicture,_q as IconPictureInPicture2,jq as IconPieChart,Kq as IconPiggyBank,Qq as IconPilcrow,Jq as IconPilcrowLeft,Yq as IconPilcrowRight,ov as IconPilcrowSquare,ev as IconPill,tv as IconPillBottle,nv as IconPin,cv as IconPinOff,rv as IconPipette,sv as IconPizza,av as IconPlane,pv as IconPlaneLanding,iv as IconPlaneTakeoff,lv as IconPlay,xv as IconPlayCircle,Iv as IconPlayOff,uv as IconPlaySquare,dv as IconPlug,hv as IconPlug2,gv as IconPlugZap,fv as IconPlugZap2,mv as IconPlus,wv as IconPlusCircle,kv as IconPlusSquare,bv as IconPocketKnife,Cv as IconPodcast,Sv as IconPodium,yv as IconPointer,qv as IconPointerOff,vv as IconPopcorn,Pv as IconPopsicle,Av as IconPoundSterling,Bv as IconPower,Mv as IconPowerCircle,Dv as IconPowerOff,Fv as IconPowerSquare,Lv as IconPresentation,Rv as IconPrinter,Tv as IconPrinterCheck,Uv as IconPrinterX,zv as IconProjector,Ov as IconProportions,Hv as IconPuzzle,Ev as IconPyramid,Wv as IconQrCode,Gv as IconQuote,Vv as IconRabbit,$v as IconRadar,Nv as IconRadiation,Xv as IconRadical,Zv as IconRadio,_v as IconRadioOff,jv as IconRadioReceiver,Kv as IconRadioTower,Qv as IconRadius,Jv as IconRainbow,Yv as IconRat,oP as IconRatio,eP as IconReceipt,tP as IconReceiptCent,nP as IconReceiptEuro,cP as IconReceiptIndianRupee,rP as IconReceiptJapaneseYen,sP as IconReceiptPoundSterling,aP as IconReceiptRussianRuble,pP as IconReceiptSwissFranc,iP as IconReceiptText,lP as IconReceiptTurkishLira,xP as IconRectangleCircle,IP as IconRectangleEllipsis,uP as IconRectangleGoggles,dP as IconRectangleHorizontal,hP as IconRectangleVertical,gP as IconRecycle,fP as IconRedo,mP as IconRedo2,wP as IconRedoDot,kP as IconRefreshCcw,bP as IconRefreshCcwDot,CP as IconRefreshCw,SP as IconRefreshCwOff,yP as IconRefrigerator,qP as IconRegex,vP as IconRemoveFormatting,PP as IconRepeat,AP as IconRepeat1,BP as IconRepeat2,MP as IconRepeatOff,DP as IconReplace,FP as IconReplaceAll,LP as IconReply,RP as IconReplyAll,TP as IconRewind,UP as IconRibbon,zP as IconRoad,OP as IconRocket,HP as IconRockingChair,EP as IconRollerCoaster,WP as IconRose,GP as IconRotate3D,VP as IconRotate3d,$P as IconRotateCcw,NP as IconRotateCcwClock,XP as IconRotateCcwKey,ZP as IconRotateCcwSquare,_P as IconRotateCw,jP as IconRotateCwFadingClock,KP as IconRotateCwSquare,QP as IconRoute,JP as IconRouteOff,YP as IconRouter,oA as IconRows,eA as IconRows2,tA as IconRows3,nA as IconRows4,cA as IconRss,rA as IconRuler,sA as IconRulerDimensionLine,aA as IconRussianRuble,pA as IconSailboat,iA as IconSalad,lA as IconSandwich,xA as IconSatellite,IA as IconSatelliteDish,uA as IconSaudiRiyal,dA as IconSave,hA as IconSaveAll,gA as IconSaveCheck,fA as IconSaveOff,mA as IconSavePen,wA as IconSavePlus,kA as IconScale,bA as IconScale3D,CA as IconScale3d,SA as IconScaling,yA as IconScan,qA as IconScanBarcode,vA as IconScanBox,PA as IconScanEye,AA as IconScanFace,BA as IconScanHeart,MA as IconScanLine,DA as IconScanQrCode,FA as IconScanSearch,LA as IconScanSquare,RA as IconScanText,TA as IconScatterChart,UA as IconSchool,zA as IconSchool2,OA as IconScissors,HA as IconScissorsLineDashed,EA as IconScissorsSquare,WA as IconScissorsSquareDashedBottom,GA as IconScooter,VA as IconScreenShare,$A as IconScreenShareOff,NA as IconScroll,XA as IconScrollText,ZA as IconSearch,_A as IconSearchAlert,jA as IconSearchCheck,KA as IconSearchCode,QA as IconSearchSlash,JA as IconSearchX,YA as IconSection,oB as IconSend,eB as IconSendHorizonal,tB as IconSendHorizontal,nB as IconSendToBack,cB as IconSeparatorHorizontal,rB as IconSeparatorVertical,sB as IconServer,aB as IconServerCog,pB as IconServerCrash,iB as IconServerOff,lB as IconServerPlus,xB as IconSettings,IB as IconSettings2,uB as IconShapes,dB as IconShare,hB as IconShare2,gB as IconSheet,fB as IconShell,mB as IconShelvingUnit,wB as IconShield,kB as IconShieldAlert,bB as IconShieldBan,CB as IconShieldCheck,SB as IconShieldClose,yB as IconShieldCog,qB as IconShieldCogCorner,vB as IconShieldEllipsis,PB as IconShieldHalf,AB as IconShieldKeyhole,BB as IconShieldLock,MB as IconShieldMinus,DB as IconShieldOff,FB as IconShieldPlus,LB as IconShieldQuestion,RB as IconShieldQuestionMark,TB as IconShieldUser,UB as IconShieldX,zB as IconShip,OB as IconShipWheel,HB as IconShirt,EB as IconShoppingBag,WB as IconShoppingBasket,GB as IconShoppingCart,VB as IconShovel,$B as IconShowerHead,NB as IconShredder,XB as IconShrimp,ZB as IconShrink,_B as IconShrub,jB as IconShuffle,KB as IconSidebar,QB as IconSidebarClose,JB as IconSidebarOpen,YB as IconSigma,oM as IconSigmaSquare,eM as IconSignal,tM as IconSignalHigh,nM as IconSignalLow,cM as IconSignalMedium,rM as IconSignalZero,sM as IconSignature,aM as IconSignpost,pM as IconSignpostBig,iM as IconSiren,lM as IconSkipBack,xM as IconSkipForward,IM as IconSkull,uM as IconSlash,dM as IconSlashSquare,hM as IconSlice,gM as IconSliders,fM as IconSlidersHorizontal,mM as IconSlidersVertical,wM as IconSmartphone,kM as IconSmartphoneCharging,bM as IconSmartphoneNfc,CM as IconSmile,SM as IconSmilePlus,yM as IconSnail,qM as IconSnowflake,vM as IconSoapDispenserDroplet,PM as IconSofa,AM as IconSolarPanel,BM as IconSortAsc,MM as IconSortDesc,DM as IconSoup,FM as IconSpace,LM as IconSpade,RM as IconSparkle,TM as IconSparkles,UM as IconSpeaker,zM as IconSpeech,OM as IconSpellCheck,HM as IconSpellCheck2,EM as IconSpline,WM as IconSplinePointer,GM as IconSplit,VM as IconSplitSquareHorizontal,$M as IconSplitSquareVertical,NM as IconSpool,XM as IconSportShoe,ZM as IconSpotlight,_M as IconSprayCan,jM as IconSprout,KM as IconSquare,QM as IconSquareActivity,JM as IconSquareArrowDown,YM as IconSquareArrowDownLeft,oD as IconSquareArrowDownRight,eD as IconSquareArrowLeft,tD as IconSquareArrowOutDownLeft,nD as IconSquareArrowOutDownRight,cD as IconSquareArrowOutUpLeft,rD as IconSquareArrowOutUpRight,sD as IconSquareArrowRight,aD as IconSquareArrowRightEnter,pD as IconSquareArrowRightExit,iD as IconSquareArrowUp,lD as IconSquareArrowUpLeft,xD as IconSquareArrowUpRight,ID as IconSquareAsterisk,uD as IconSquareBottomDashedScissors,dD as IconSquareCenterlineDashedHorizontal,hD as IconSquareCenterlineDashedVertical,gD as IconSquareChartGantt,fD as IconSquareCheck,mD as IconSquareCheckBig,wD as IconSquareChevronDown,kD as IconSquareChevronLeft,bD as IconSquareChevronRight,CD as IconSquareChevronUp,SD as IconSquareCode,yD as IconSquareDashed,qD as IconSquareDashedBottom,vD as IconSquareDashedBottomCode,PD as IconSquareDashedKanban,AD as IconSquareDashedMousePointer,BD as IconSquareDashedText,MD as IconSquareDashedTopSolid,DD as IconSquareDivide,FD as IconSquareDot,LD as IconSquareEqual,RD as IconSquareFunction,TD as IconSquareGanttChart,UD as IconSquareKanban,zD as IconSquareLibrary,OD as IconSquareM,HD as IconSquareMenu,ED as IconSquareMinus,WD as IconSquareMousePointer,GD as IconSquareOff,VD as IconSquareParking,$D as IconSquareParkingOff,ND as IconSquarePause,XD as IconSquarePen,ZD as IconSquarePercent,_D as IconSquarePi,jD as IconSquarePilcrow,KD as IconSquarePlay,QD as IconSquarePlus,JD as IconSquarePower,YD as IconSquareRadical,oF as IconSquareRoundCorner,eF as IconSquareScissors,tF as IconSquareSigma,nF as IconSquareSlash,cF as IconSquareSplitHorizontal,rF as IconSquareSplitVertical,sF as IconSquareSquare,aF as IconSquareStack,pF as IconSquareStar,iF as IconSquareStop,lF as IconSquareTerminal,xF as IconSquareUser,IF as IconSquareUserRound,uF as IconSquareX,dF as IconSquaresExclude,hF as IconSquaresIntersect,gF as IconSquaresSubtract,fF as IconSquaresUnite,mF as IconSquircle,wF as IconSquircleDashed,kF as IconSquirrel,bF as IconStamp,CF as IconStar,SF as IconStarCheck,yF as IconStarHalf,qF as IconStarMinus,vF as IconStarOff,PF as IconStarPlus,AF as IconStarX,BF as IconStars,MF as IconStepBack,DF as IconStepForward,FF as IconStethoscope,LF as IconSticker,RF as IconStickyNote,TF as IconStickyNoteCheck,UF as IconStickyNoteMinus,zF as IconStickyNoteOff,OF as IconStickyNotePlus,HF as IconStickyNoteX,EF as IconStickyNotes,WF as IconStone,GF as IconStopCircle,VF as IconStore,$F as IconStretchHorizontal,NF as IconStretchVertical,XF as IconStrikethrough,ZF as IconSubscript,_F as IconSubtitles,jF as IconSummary,KF as IconSun,QF as IconSunDim,JF as IconSunMedium,YF as IconSunMoon,oL as IconSunSnow,eL as IconSunrise,tL as IconSunset,nL as IconSuperscript,cL as IconSwatchBook,rL as IconSwissFranc,sL as IconSwitchCamera,aL as IconSword,pL as IconSwords,iL as IconSyringe,lL as IconTable,xL as IconTable2,IL as IconTableCellsMerge,uL as IconTableCellsSplit,dL as IconTableColumnsSplit,hL as IconTableConfig,gL as IconTableOfContents,fL as IconTableProperties,mL as IconTableRowsSplit,wL as IconTablet,kL as IconTabletSmartphone,bL as IconTablets,CL as IconTag,SL as IconTagPlus,yL as IconTagX,qL as IconTags,vL as IconTally1,PL as IconTally2,AL as IconTally3,BL as IconTally4,ML as IconTally5,DL as IconTangent,FL as IconTarget,LL as IconTelescope,RL as IconTent,TL as IconTentTree,UL as IconTerminal,zL as IconTerminalSquare,OL as IconTestTube,HL as IconTestTube2,EL as IconTestTubeDiagonal,WL as IconTestTubes,GL as IconText,VL as IconTextAlignCenter,$L as IconTextAlignEnd,NL as IconTextAlignJustify,XL as IconTextAlignStart,ZL as IconTextCursor,_L as IconTextCursorInput,jL as IconTextInitial,KL as IconTextQuote,QL as IconTextSearch,JL as IconTextSelect,YL as IconTextSelection,o2 as IconTextWrap,e2 as IconTheater,t2 as IconThermometer,n2 as IconThermometerSnowflake,c2 as IconThermometerSun,r2 as IconThumbsDown,s2 as IconThumbsUp,a2 as IconTicket,p2 as IconTicketCheck,i2 as IconTicketMinus,l2 as IconTicketPercent,x2 as IconTicketPlus,I2 as IconTicketSlash,u2 as IconTicketX,d2 as IconTickets,h2 as IconTicketsPlane,g2 as IconTimeline,f2 as IconTimer,m2 as IconTimerOff,w2 as IconTimerReset,k2 as IconToggleLeft,b2 as IconToggleRight,C2 as IconToilet,S2 as IconToolCase,y2 as IconToolbox,q2 as IconTornado,v2 as IconTorus,P2 as IconTouchpad,A2 as IconTouchpadOff,B2 as IconTowelRack,M2 as IconTowerControl,D2 as IconToyBrick,F2 as IconTractor,L2 as IconTrafficCone,R2 as IconTrain,T2 as IconTrainFront,U2 as IconTrainFrontTunnel,z2 as IconTrainTrack,O2 as IconTramFront,H2 as IconTransgender,E2 as IconTrash,W2 as IconTrash2,G2 as IconTreeDeciduous,V2 as IconTreePalm,$2 as IconTreePine,N2 as IconTrees,X2 as IconTrendingDown,Z2 as IconTrendingUp,_2 as IconTrendingUpDown,j2 as IconTriangle,K2 as IconTriangleAlert,Q2 as IconTriangleDashed,J2 as IconTriangleRight,Y2 as IconTrophy,oR as IconTruck,eR as IconTruckElectric,tR as IconTurkishLira,nR as IconTurntable,cR as IconTurtle,rR as IconTv,sR as IconTv2,aR as IconTvMinimal,pR as IconTvMinimalPlay,iR as IconType,lR as IconTypeOutline,xR as IconUmbrella,IR as IconUmbrellaOff,uR as IconUnderline,dR as IconUndo,hR as IconUndo2,gR as IconUndoDot,fR as IconUnfoldHorizontal,mR as IconUnfoldVertical,wR as IconUngroup,kR as IconUniversity,bR as IconUnlink,CR as IconUnlink2,SR as IconUnlock,yR as IconUnlockKeyhole,qR as IconUnplug,vR as IconUpload,PR as IconUploadCloud,AR as IconUsb,BR as IconUser,MR as IconUser2,DR as IconUserCheck,FR as IconUserCheck2,LR as IconUserCircle,RR as IconUserCircle2,TR as IconUserCog,UR as IconUserCog2,zR as IconUserKey,OR as IconUserLock,HR as IconUserMinus,ER as IconUserMinus2,WR as IconUserPen,GR as IconUserPlus,VR as IconUserPlus2,$R as IconUserRound,NR as IconUserRoundArrowLeft,XR as IconUserRoundCheck,ZR as IconUserRoundCog,_R as IconUserRoundKey,jR as IconUserRoundMinus,KR as IconUserRoundPen,QR as IconUserRoundPlus,JR as IconUserRoundSearch,YR as IconUserRoundX,oT as IconUserSearch,eT as IconUserShield,tT as IconUserSquare,nT as IconUserSquare2,cT as IconUserStar,rT as IconUserX,sT as IconUserX2,aT as IconUsers,pT as IconUsers2,iT as IconUsersRound,lT as IconUtensils,xT as IconUtensilsCrossed,IT as IconUtilityPole,uT as IconVan,dT as IconVariable,hT as IconVault,gT as IconVectorSquare,fT as IconVegan,mT as IconVenetianMask,wT as IconVenus,kT as IconVenusAndMars,bT as IconVerified,CT as IconVibrate,ST as IconVibrateOff,yT as IconVideo,qT as IconVideoOff,vT as IconVideotape,PT as IconView,AT as IconVoicemail,BT as IconVolleyball,MT as IconVolume,DT as IconVolume1,FT as IconVolume2,LT as IconVolumeOff,RT as IconVolumeX,TT as IconVote,UT as IconWallet,zT as IconWallet2,OT as IconWalletCards,HT as IconWalletMinimal,ET as IconWallpaper,WT as IconWand,GT as IconWand2,VT as IconWandSparkles,$T as IconWarehouse,NT as IconWashingMachine,XT as IconWatch,ZT as IconWaves,_T as IconWavesArrowDown,jT as IconWavesArrowUp,KT as IconWavesHorizontal,QT as IconWavesLadder,JT as IconWavesVertical,YT as IconWaypoints,oU as IconWebcam,eU as IconWebcamOff,tU as IconWebhook,nU as IconWebhookOff,cU as IconWeight,rU as IconWeightTilde,sU as IconWheat,aU as IconWheatOff,pU as IconWholeWord,iU as IconWifi,lU as IconWifiCog,xU as IconWifiHigh,IU as IconWifiLow,uU as IconWifiOff,dU as IconWifiPen,hU as IconWifiSync,gU as IconWifiZero,fU as IconWind,mU as IconWindArrowDown,wU as IconWine,kU as IconWineOff,bU as IconWorkflow,CU as IconWorm,SU as IconWrapText,yU as IconWrench,qU as IconWrenchOff,vU as IconX,PU as IconXCircle,AU as IconXLineTop,BU as IconXOctagon,MU as IconXSquare,DU as IconZap,FU as IconZapOff,LU as IconZodiacAquarius,RU as IconZodiacAries,TU as IconZodiacCancer,UU as IconZodiacCapricorn,zU as IconZodiacGemini,OU as IconZodiacLeo,HU as IconZodiacLibra,EU as IconZodiacOphiuchus,WU as IconZodiacPisces,GU as IconZodiacSagittarius,VU as IconZodiacScorpio,$U as IconZodiacTaurus,NU as IconZodiacVirgo,XU as IconZoomIn,ZU as IconZoomOut,xz as NAMED_ICONS,o as createNamedIcon,Co as iconComponentName};