@wlloyalty/wll-react-sdk 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/atoms/BaseTile/index.d.ts +11 -1
- package/dist/components/atoms/Content/index.d.ts +14 -0
- package/dist/components/atoms/Icon/Icon.stories.d.ts +4 -4
- package/dist/components/atoms/ProgressBar/index.d.ts +1 -0
- package/dist/components/atoms/ProgressiveImage/ProgressiveImage.stories.d.ts +9 -0
- package/dist/components/atoms/ProgressiveImage/index.d.ts +10 -0
- package/dist/components/atoms/{BaseBanner/BaseBanner.stories.d.ts → RowHeader/RowHeader.stories.d.ts} +3 -3
- package/dist/components/atoms/RowHeader/index.d.ts +8 -0
- package/dist/components/atoms/Text/Text.stories.d.ts +3 -3
- package/dist/components/atoms/Text/index.d.ts +1 -1
- package/dist/components/atoms/TileContainer/index.d.ts +1 -1
- package/dist/components/atoms/index.d.ts +13 -9
- package/dist/components/molecules/Grid/index.d.ts +2 -2
- package/dist/components/molecules/ProgressIndicator/ProgressIndicator.stories.d.ts +2 -5
- package/dist/components/molecules/SectionHeader/index.d.ts +1 -1
- package/dist/components/organisms/BadgeTile/index.d.ts +1 -0
- package/dist/components/organisms/BadgeTileUpdated/BadgeTileUpdated.stories.d.ts +18 -0
- package/dist/components/organisms/BadgeTileUpdated/index.d.ts +19 -0
- package/dist/components/organisms/ContentTile/index.d.ts +17 -1
- package/dist/components/organisms/Group/Group.stories.d.ts +6 -0
- package/dist/components/organisms/Group/index.d.ts +6 -0
- package/dist/components/organisms/RewardCategoryTile/index.d.ts +4 -4
- package/dist/components/organisms/RewardTile/RewardTile.stories.d.ts +3 -0
- package/dist/components/organisms/RewardTile/index.d.ts +8 -2
- package/dist/components/organisms/Section/index.d.ts +5 -12
- package/dist/components/organisms/TierTile/TierTile.d.ts +7 -0
- package/dist/components/organisms/TierTileUpdated/TierTileUpdated.stories.d.ts +33 -0
- package/dist/components/organisms/TierTileUpdated/index.d.ts +15 -0
- package/dist/components/organisms/index.d.ts +4 -1
- package/dist/constants/grid.d.ts +1 -0
- package/dist/context/WllSdkContext.d.ts +11 -6
- package/dist/hooks/useTileSize.d.ts +5 -0
- package/dist/index.js +1 -1
- package/dist/types/group.d.ts +9 -0
- package/dist/types/section.d.ts +1 -0
- package/dist/types/theme.d.ts +1 -0
- package/dist/types/tile.d.ts +78 -23
- package/dist/types/wll.d.ts +14 -16
- package/dist/utils/apiHelpers.d.ts +28 -0
- package/dist/utils/styling.d.ts +1 -1
- package/dist/utils/themeHelpers.d.ts +3 -0
- package/package.json +2 -1
- package/dist/components/atoms/BaseTile/BaseTile.stories.d.ts +0 -14
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/*! For license information please see index.js.LICENSE.txt */
|
|
2
|
-
!function(e,a){"object"==typeof exports&&"object"==typeof module?module.exports=a(require("react")):"function"==typeof define&&define.amd?define(["react"],a):"object"==typeof exports?exports.WllReactSdk=a(require("react")):e.WllReactSdk=a(e.react)}(this,(e=>(()=>{var a={659:(e,a,t)=>{const r=t(156),i={};for(const e of Object.keys(r))i[r[e]]=e;const n={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};e.exports=n;for(const e of Object.keys(n)){if(!("channels"in n[e]))throw new Error("missing channels property: "+e);if(!("labels"in n[e]))throw new Error("missing channel labels property: "+e);if(n[e].labels.length!==n[e].channels)throw new Error("channel and label counts mismatch: "+e);const{channels:a,labels:t}=n[e];delete n[e].channels,delete n[e].labels,Object.defineProperty(n[e],"channels",{value:a}),Object.defineProperty(n[e],"labels",{value:t})}n.rgb.hsl=function(e){const a=e[0]/255,t=e[1]/255,r=e[2]/255,i=Math.min(a,t,r),n=Math.max(a,t,r),o=n-i;let c,d;n===i?c=0:a===n?c=(t-r)/o:t===n?c=2+(r-a)/o:r===n&&(c=4+(a-t)/o),c=Math.min(60*c,360),c<0&&(c+=360);const h=(i+n)/2;return d=n===i?0:h<=.5?o/(n+i):o/(2-n-i),[c,100*d,100*h]},n.rgb.hsv=function(e){let a,t,r,i,n;const o=e[0]/255,c=e[1]/255,d=e[2]/255,h=Math.max(o,c,d),l=h-Math.min(o,c,d),y=function(e){return(h-e)/6/l+.5};return 0===l?(i=0,n=0):(n=l/h,a=y(o),t=y(c),r=y(d),o===h?i=r-t:c===h?i=1/3+a-r:d===h&&(i=2/3+t-a),i<0?i+=1:i>1&&(i-=1)),[360*i,100*n,100*h]},n.rgb.hwb=function(e){const a=e[0],t=e[1];let r=e[2];const i=n.rgb.hsl(e)[0],o=1/255*Math.min(a,Math.min(t,r));return r=1-1/255*Math.max(a,Math.max(t,r)),[i,100*o,100*r]},n.rgb.cmyk=function(e){const a=e[0]/255,t=e[1]/255,r=e[2]/255,i=Math.min(1-a,1-t,1-r);return[100*((1-a-i)/(1-i)||0),100*((1-t-i)/(1-i)||0),100*((1-r-i)/(1-i)||0),100*i]},n.rgb.keyword=function(e){const a=i[e];if(a)return a;let t,n=1/0;for(const a of Object.keys(r)){const i=(c=r[a],((o=e)[0]-c[0])**2+(o[1]-c[1])**2+(o[2]-c[2])**2);i<n&&(n=i,t=a)}var o,c;return t},n.keyword.rgb=function(e){return r[e]},n.rgb.xyz=function(e){let a=e[0]/255,t=e[1]/255,r=e[2]/255;return a=a>.04045?((a+.055)/1.055)**2.4:a/12.92,t=t>.04045?((t+.055)/1.055)**2.4:t/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,[100*(.4124*a+.3576*t+.1805*r),100*(.2126*a+.7152*t+.0722*r),100*(.0193*a+.1192*t+.9505*r)]},n.rgb.lab=function(e){const a=n.rgb.xyz(e);let t=a[0],r=a[1],i=a[2];return t/=95.047,r/=100,i/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,i=i>.008856?i**(1/3):7.787*i+16/116,[116*r-16,500*(t-r),200*(r-i)]},n.hsl.rgb=function(e){const a=e[0]/360,t=e[1]/100,r=e[2]/100;let i,n,o;if(0===t)return o=255*r,[o,o,o];i=r<.5?r*(1+t):r+t-r*t;const c=2*r-i,d=[0,0,0];for(let e=0;e<3;e++)n=a+1/3*-(e-1),n<0&&n++,n>1&&n--,o=6*n<1?c+6*(i-c)*n:2*n<1?i:3*n<2?c+(i-c)*(2/3-n)*6:c,d[e]=255*o;return d},n.hsl.hsv=function(e){const a=e[0];let t=e[1]/100,r=e[2]/100,i=t;const n=Math.max(r,.01);return r*=2,t*=r<=1?r:2-r,i*=n<=1?n:2-n,[a,100*(0===r?2*i/(n+i):2*t/(r+t)),(r+t)/2*100]},n.hsv.rgb=function(e){const a=e[0]/60,t=e[1]/100;let r=e[2]/100;const i=Math.floor(a)%6,n=a-Math.floor(a),o=255*r*(1-t),c=255*r*(1-t*n),d=255*r*(1-t*(1-n));switch(r*=255,i){case 0:return[r,d,o];case 1:return[c,r,o];case 2:return[o,r,d];case 3:return[o,c,r];case 4:return[d,o,r];case 5:return[r,o,c]}},n.hsv.hsl=function(e){const a=e[0],t=e[1]/100,r=e[2]/100,i=Math.max(r,.01);let n,o;o=(2-t)*r;const c=(2-t)*i;return n=t*i,n/=c<=1?c:2-c,n=n||0,o/=2,[a,100*n,100*o]},n.hwb.rgb=function(e){const a=e[0]/360;let t=e[1]/100,r=e[2]/100;const i=t+r;let n;i>1&&(t/=i,r/=i);const o=Math.floor(6*a),c=1-r;n=6*a-o,1&o&&(n=1-n);const d=t+n*(c-t);let h,l,y;switch(o){default:case 6:case 0:h=c,l=d,y=t;break;case 1:h=d,l=c,y=t;break;case 2:h=t,l=c,y=d;break;case 3:h=t,l=d,y=c;break;case 4:h=d,l=t,y=c;break;case 5:h=c,l=t,y=d}return[255*h,255*l,255*y]},n.cmyk.rgb=function(e){const a=e[0]/100,t=e[1]/100,r=e[2]/100,i=e[3]/100;return[255*(1-Math.min(1,a*(1-i)+i)),255*(1-Math.min(1,t*(1-i)+i)),255*(1-Math.min(1,r*(1-i)+i))]},n.xyz.rgb=function(e){const a=e[0]/100,t=e[1]/100,r=e[2]/100;let i,n,o;return i=3.2406*a+-1.5372*t+-.4986*r,n=-.9689*a+1.8758*t+.0415*r,o=.0557*a+-.204*t+1.057*r,i=i>.0031308?1.055*i**(1/2.4)-.055:12.92*i,n=n>.0031308?1.055*n**(1/2.4)-.055:12.92*n,o=o>.0031308?1.055*o**(1/2.4)-.055:12.92*o,i=Math.min(Math.max(0,i),1),n=Math.min(Math.max(0,n),1),o=Math.min(Math.max(0,o),1),[255*i,255*n,255*o]},n.xyz.lab=function(e){let a=e[0],t=e[1],r=e[2];return a/=95.047,t/=100,r/=108.883,a=a>.008856?a**(1/3):7.787*a+16/116,t=t>.008856?t**(1/3):7.787*t+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,[116*t-16,500*(a-t),200*(t-r)]},n.lab.xyz=function(e){let a,t,r;t=(e[0]+16)/116,a=e[1]/500+t,r=t-e[2]/200;const i=t**3,n=a**3,o=r**3;return t=i>.008856?i:(t-16/116)/7.787,a=n>.008856?n:(a-16/116)/7.787,r=o>.008856?o:(r-16/116)/7.787,a*=95.047,t*=100,r*=108.883,[a,t,r]},n.lab.lch=function(e){const a=e[0],t=e[1],r=e[2];let i;return i=360*Math.atan2(r,t)/2/Math.PI,i<0&&(i+=360),[a,Math.sqrt(t*t+r*r),i]},n.lch.lab=function(e){const a=e[0],t=e[1],r=e[2]/360*2*Math.PI;return[a,t*Math.cos(r),t*Math.sin(r)]},n.rgb.ansi16=function(e,a=null){const[t,r,i]=e;let o=null===a?n.rgb.hsv(e)[2]:a;if(o=Math.round(o/50),0===o)return 30;let c=30+(Math.round(i/255)<<2|Math.round(r/255)<<1|Math.round(t/255));return 2===o&&(c+=60),c},n.hsv.ansi16=function(e){return n.rgb.ansi16(n.hsv.rgb(e),e[2])},n.rgb.ansi256=function(e){const a=e[0],t=e[1],r=e[2];return a===t&&t===r?a<8?16:a>248?231:Math.round((a-8)/247*24)+232:16+36*Math.round(a/255*5)+6*Math.round(t/255*5)+Math.round(r/255*5)},n.ansi16.rgb=function(e){let a=e%10;if(0===a||7===a)return e>50&&(a+=3.5),a=a/10.5*255,[a,a,a];const t=.5*(1+~~(e>50));return[(1&a)*t*255,(a>>1&1)*t*255,(a>>2&1)*t*255]},n.ansi256.rgb=function(e){if(e>=232){const a=10*(e-232)+8;return[a,a,a]}let a;return e-=16,[Math.floor(e/36)/5*255,Math.floor((a=e%36)/6)/5*255,a%6/5*255]},n.rgb.hex=function(e){const a=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(a.length)+a},n.hex.rgb=function(e){const a=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!a)return[0,0,0];let t=a[0];3===a[0].length&&(t=t.split("").map((e=>e+e)).join(""));const r=parseInt(t,16);return[r>>16&255,r>>8&255,255&r]},n.rgb.hcg=function(e){const a=e[0]/255,t=e[1]/255,r=e[2]/255,i=Math.max(Math.max(a,t),r),n=Math.min(Math.min(a,t),r),o=i-n;let c,d;return c=o<1?n/(1-o):0,d=o<=0?0:i===a?(t-r)/o%6:i===t?2+(r-a)/o:4+(a-t)/o,d/=6,d%=1,[360*d,100*o,100*c]},n.hsl.hcg=function(e){const a=e[1]/100,t=e[2]/100,r=t<.5?2*a*t:2*a*(1-t);let i=0;return r<1&&(i=(t-.5*r)/(1-r)),[e[0],100*r,100*i]},n.hsv.hcg=function(e){const a=e[1]/100,t=e[2]/100,r=a*t;let i=0;return r<1&&(i=(t-r)/(1-r)),[e[0],100*r,100*i]},n.hcg.rgb=function(e){const a=e[0]/360,t=e[1]/100,r=e[2]/100;if(0===t)return[255*r,255*r,255*r];const i=[0,0,0],n=a%1*6,o=n%1,c=1-o;let d=0;switch(Math.floor(n)){case 0:i[0]=1,i[1]=o,i[2]=0;break;case 1:i[0]=c,i[1]=1,i[2]=0;break;case 2:i[0]=0,i[1]=1,i[2]=o;break;case 3:i[0]=0,i[1]=c,i[2]=1;break;case 4:i[0]=o,i[1]=0,i[2]=1;break;default:i[0]=1,i[1]=0,i[2]=c}return d=(1-t)*r,[255*(t*i[0]+d),255*(t*i[1]+d),255*(t*i[2]+d)]},n.hcg.hsv=function(e){const a=e[1]/100,t=a+e[2]/100*(1-a);let r=0;return t>0&&(r=a/t),[e[0],100*r,100*t]},n.hcg.hsl=function(e){const a=e[1]/100,t=e[2]/100*(1-a)+.5*a;let r=0;return t>0&&t<.5?r=a/(2*t):t>=.5&&t<1&&(r=a/(2*(1-t))),[e[0],100*r,100*t]},n.hcg.hwb=function(e){const a=e[1]/100,t=a+e[2]/100*(1-a);return[e[0],100*(t-a),100*(1-t)]},n.hwb.hcg=function(e){const a=e[1]/100,t=1-e[2]/100,r=t-a;let i=0;return r<1&&(i=(t-r)/(1-r)),[e[0],100*r,100*i]},n.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},n.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},n.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},n.gray.hsl=function(e){return[0,0,e[0]]},n.gray.hsv=n.gray.hsl,n.gray.hwb=function(e){return[0,100,e[0]]},n.gray.cmyk=function(e){return[0,0,0,e[0]]},n.gray.lab=function(e){return[e[0],0,0]},n.gray.hex=function(e){const a=255&Math.round(e[0]/100*255),t=((a<<16)+(a<<8)+a).toString(16).toUpperCase();return"000000".substring(t.length)+t},n.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}},734:(e,a,t)=>{const r=t(659),i=t(507),n={};Object.keys(r).forEach((e=>{n[e]={},Object.defineProperty(n[e],"channels",{value:r[e].channels}),Object.defineProperty(n[e],"labels",{value:r[e].labels});const a=i(e);Object.keys(a).forEach((t=>{const r=a[t];n[e][t]=function(e){const a=function(...a){const t=a[0];if(null==t)return t;t.length>1&&(a=t);const r=e(a);if("object"==typeof r)for(let e=r.length,a=0;a<e;a++)r[a]=Math.round(r[a]);return r};return"conversion"in e&&(a.conversion=e.conversion),a}(r),n[e][t].raw=function(e){const a=function(...a){const t=a[0];return null==t?t:(t.length>1&&(a=t),e(a))};return"conversion"in e&&(a.conversion=e.conversion),a}(r)}))})),e.exports=n},507:(e,a,t)=>{const r=t(659);function i(e,a){return function(t){return a(e(t))}}function n(e,a){const t=[a[e].parent,e];let n=r[a[e].parent][e],o=a[e].parent;for(;a[o].parent;)t.unshift(a[o].parent),n=i(r[a[o].parent][o],n),o=a[o].parent;return n.conversion=t,n}e.exports=function(e){const a=function(e){const a=function(){const e={},a=Object.keys(r);for(let t=a.length,r=0;r<t;r++)e[a[r]]={distance:-1,parent:null};return e}(),t=[e];for(a[e].distance=0;t.length;){const e=t.pop(),i=Object.keys(r[e]);for(let r=i.length,n=0;n<r;n++){const r=i[n],o=a[r];-1===o.distance&&(o.distance=a[e].distance+1,o.parent=e,t.unshift(r))}}return a}(e),t={},i=Object.keys(a);for(let e=i.length,r=0;r<e;r++){const e=i[r];null!==a[e].parent&&(t[e]=n(e,a))}return t}},156:e=>{"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},854:(e,a,t)=>{var r=t(156),i=t(872),n=Object.hasOwnProperty,o=Object.create(null);for(var c in r)n.call(r,c)&&(o[r[c]]=c);var d=e.exports={to:{},get:{}};function h(e,a,t){return Math.min(Math.max(a,e),t)}function l(e){var a=Math.round(e).toString(16).toUpperCase();return a.length<2?"0"+a:a}d.get=function(e){var a,t;switch(e.substring(0,3).toLowerCase()){case"hsl":a=d.get.hsl(e),t="hsl";break;case"hwb":a=d.get.hwb(e),t="hwb";break;default:a=d.get.rgb(e),t="rgb"}return a?{model:t,value:a}:null},d.get.rgb=function(e){if(!e)return null;var a,t,i,o=[0,0,0,1];if(a=e.match(/^#([a-f0-9]{6})([a-f0-9]{2})?$/i)){for(i=a[2],a=a[1],t=0;t<3;t++){var c=2*t;o[t]=parseInt(a.slice(c,c+2),16)}i&&(o[3]=parseInt(i,16)/255)}else if(a=e.match(/^#([a-f0-9]{3,4})$/i)){for(i=(a=a[1])[3],t=0;t<3;t++)o[t]=parseInt(a[t]+a[t],16);i&&(o[3]=parseInt(i+i,16)/255)}else if(a=e.match(/^rgba?\(\s*([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)){for(t=0;t<3;t++)o[t]=parseInt(a[t+1],0);a[4]&&(a[5]?o[3]=.01*parseFloat(a[4]):o[3]=parseFloat(a[4]))}else{if(!(a=e.match(/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)))return(a=e.match(/^(\w+)$/))?"transparent"===a[1]?[0,0,0,0]:n.call(r,a[1])?((o=r[a[1]])[3]=1,o):null:null;for(t=0;t<3;t++)o[t]=Math.round(2.55*parseFloat(a[t+1]));a[4]&&(a[5]?o[3]=.01*parseFloat(a[4]):o[3]=parseFloat(a[4]))}for(t=0;t<3;t++)o[t]=h(o[t],0,255);return o[3]=h(o[3],0,1),o},d.get.hsl=function(e){if(!e)return null;var a=e.match(/^hsla?\(\s*([+-]?(?:\d{0,3}\.)?\d+)(?:deg)?\s*,?\s*([+-]?[\d\.]+)%\s*,?\s*([+-]?[\d\.]+)%\s*(?:[,|\/]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(a){var t=parseFloat(a[4]);return[(parseFloat(a[1])%360+360)%360,h(parseFloat(a[2]),0,100),h(parseFloat(a[3]),0,100),h(isNaN(t)?1:t,0,1)]}return null},d.get.hwb=function(e){if(!e)return null;var a=e.match(/^hwb\(\s*([+-]?\d{0,3}(?:\.\d+)?)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(a){var t=parseFloat(a[4]);return[(parseFloat(a[1])%360+360)%360,h(parseFloat(a[2]),0,100),h(parseFloat(a[3]),0,100),h(isNaN(t)?1:t,0,1)]}return null},d.to.hex=function(){var e=i(arguments);return"#"+l(e[0])+l(e[1])+l(e[2])+(e[3]<1?l(Math.round(255*e[3])):"")},d.to.rgb=function(){var e=i(arguments);return e.length<4||1===e[3]?"rgb("+Math.round(e[0])+", "+Math.round(e[1])+", "+Math.round(e[2])+")":"rgba("+Math.round(e[0])+", "+Math.round(e[1])+", "+Math.round(e[2])+", "+e[3]+")"},d.to.rgb.percent=function(){var e=i(arguments),a=Math.round(e[0]/255*100),t=Math.round(e[1]/255*100),r=Math.round(e[2]/255*100);return e.length<4||1===e[3]?"rgb("+a+"%, "+t+"%, "+r+"%)":"rgba("+a+"%, "+t+"%, "+r+"%, "+e[3]+")"},d.to.hsl=function(){var e=i(arguments);return e.length<4||1===e[3]?"hsl("+e[0]+", "+e[1]+"%, "+e[2]+"%)":"hsla("+e[0]+", "+e[1]+"%, "+e[2]+"%, "+e[3]+")"},d.to.hwb=function(){var e=i(arguments),a="";return e.length>=4&&1!==e[3]&&(a=", "+e[3]),"hwb("+e[0]+", "+e[1]+"%, "+e[2]+"%"+a+")"},d.to.keyword=function(e){return o[e.slice(0,3)]}},520:(e,a,t)=>{const r=t(854),i=t(734),n=["keyword","gray","hex"],o={};for(const e of Object.keys(i))o[[...i[e].labels].sort().join("")]=e;const c={};function d(e,a){if(!(this instanceof d))return new d(e,a);if(a&&a in n&&(a=null),a&&!(a in i))throw new Error("Unknown model: "+a);let t,h;if(null==e)this.model="rgb",this.color=[0,0,0],this.valpha=1;else if(e instanceof d)this.model=e.model,this.color=[...e.color],this.valpha=e.valpha;else if("string"==typeof e){const a=r.get(e);if(null===a)throw new Error("Unable to parse color from string: "+e);this.model=a.model,h=i[this.model].channels,this.color=a.value.slice(0,h),this.valpha="number"==typeof a.value[h]?a.value[h]:1}else if(e.length>0){this.model=a||"rgb",h=i[this.model].channels;const t=Array.prototype.slice.call(e,0,h);this.color=p(t,h),this.valpha="number"==typeof e[h]?e[h]:1}else if("number"==typeof e)this.model="rgb",this.color=[e>>16&255,e>>8&255,255&e],this.valpha=1;else{this.valpha=1;const a=Object.keys(e);"alpha"in e&&(a.splice(a.indexOf("alpha"),1),this.valpha="number"==typeof e.alpha?e.alpha:0);const r=a.sort().join("");if(!(r in o))throw new Error("Unable to parse color from object: "+JSON.stringify(e));this.model=o[r];const{labels:n}=i[this.model],c=[];for(t=0;t<n.length;t++)c.push(e[n[t]]);this.color=p(c)}if(c[this.model])for(h=i[this.model].channels,t=0;t<h;t++){const e=c[this.model][t];e&&(this.color[t]=e(this.color[t]))}this.valpha=Math.max(0,Math.min(1,this.valpha)),Object.freeze&&Object.freeze(this)}d.prototype={toString(){return this.string()},toJSON(){return this[this.model]()},string(e){let a=this.model in r.to?this:this.rgb();a=a.round("number"==typeof e?e:1);const t=1===a.valpha?a.color:[...a.color,this.valpha];return r.to[a.model](t)},percentString(e){const a=this.rgb().round("number"==typeof e?e:1),t=1===a.valpha?a.color:[...a.color,this.valpha];return r.to.rgb.percent(t)},array(){return 1===this.valpha?[...this.color]:[...this.color,this.valpha]},object(){const e={},{channels:a}=i[this.model],{labels:t}=i[this.model];for(let r=0;r<a;r++)e[t[r]]=this.color[r];return 1!==this.valpha&&(e.alpha=this.valpha),e},unitArray(){const e=this.rgb().color;return e[0]/=255,e[1]/=255,e[2]/=255,1!==this.valpha&&e.push(this.valpha),e},unitObject(){const e=this.rgb().object();return e.r/=255,e.g/=255,e.b/=255,1!==this.valpha&&(e.alpha=this.valpha),e},round(e){return e=Math.max(e||0,0),new d([...this.color.map(h(e)),this.valpha],this.model)},alpha(e){return void 0!==e?new d([...this.color,Math.max(0,Math.min(1,e))],this.model):this.valpha},red:l("rgb",0,y(255)),green:l("rgb",1,y(255)),blue:l("rgb",2,y(255)),hue:l(["hsl","hsv","hsl","hwb","hcg"],0,(e=>(e%360+360)%360)),saturationl:l("hsl",1,y(100)),lightness:l("hsl",2,y(100)),saturationv:l("hsv",1,y(100)),value:l("hsv",2,y(100)),chroma:l("hcg",1,y(100)),gray:l("hcg",2,y(100)),white:l("hwb",1,y(100)),wblack:l("hwb",2,y(100)),cyan:l("cmyk",0,y(100)),magenta:l("cmyk",1,y(100)),yellow:l("cmyk",2,y(100)),black:l("cmyk",3,y(100)),x:l("xyz",0,y(95.047)),y:l("xyz",1,y(100)),z:l("xyz",2,y(108.833)),l:l("lab",0,y(100)),a:l("lab",1),b:l("lab",2),keyword(e){return void 0!==e?new d(e):i[this.model].keyword(this.color)},hex(e){return void 0!==e?new d(e):r.to.hex(this.rgb().round().color)},hexa(e){if(void 0!==e)return new d(e);const a=this.rgb().round().color;let t=Math.round(255*this.valpha).toString(16).toUpperCase();return 1===t.length&&(t="0"+t),r.to.hex(a)+t},rgbNumber(){const e=this.rgb().color;return(255&e[0])<<16|(255&e[1])<<8|255&e[2]},luminosity(){const e=this.rgb().color,a=[];for(const[t,r]of e.entries()){const e=r/255;a[t]=e<=.04045?e/12.92:((e+.055)/1.055)**2.4}return.2126*a[0]+.7152*a[1]+.0722*a[2]},contrast(e){const a=this.luminosity(),t=e.luminosity();return a>t?(a+.05)/(t+.05):(t+.05)/(a+.05)},level(e){const a=this.contrast(e);return a>=7?"AAA":a>=4.5?"AA":""},isDark(){const e=this.rgb().color;return(2126*e[0]+7152*e[1]+722*e[2])/1e4<128},isLight(){return!this.isDark()},negate(){const e=this.rgb();for(let a=0;a<3;a++)e.color[a]=255-e.color[a];return e},lighten(e){const a=this.hsl();return a.color[2]+=a.color[2]*e,a},darken(e){const a=this.hsl();return a.color[2]-=a.color[2]*e,a},saturate(e){const a=this.hsl();return a.color[1]+=a.color[1]*e,a},desaturate(e){const a=this.hsl();return a.color[1]-=a.color[1]*e,a},whiten(e){const a=this.hwb();return a.color[1]+=a.color[1]*e,a},blacken(e){const a=this.hwb();return a.color[2]+=a.color[2]*e,a},grayscale(){const e=this.rgb().color,a=.3*e[0]+.59*e[1]+.11*e[2];return d.rgb(a,a,a)},fade(e){return this.alpha(this.valpha-this.valpha*e)},opaquer(e){return this.alpha(this.valpha+this.valpha*e)},rotate(e){const a=this.hsl();let t=a.color[0];return t=(t+e)%360,t=t<0?360+t:t,a.color[0]=t,a},mix(e,a){if(!e||!e.rgb)throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+typeof e);const t=e.rgb(),r=this.rgb(),i=void 0===a?.5:a,n=2*i-1,o=t.alpha()-r.alpha(),c=((n*o==-1?n:(n+o)/(1+n*o))+1)/2,h=1-c;return d.rgb(c*t.red()+h*r.red(),c*t.green()+h*r.green(),c*t.blue()+h*r.blue(),t.alpha()*i+r.alpha()*(1-i))}};for(const e of Object.keys(i)){if(n.includes(e))continue;const{channels:a}=i[e];d.prototype[e]=function(...a){return this.model===e?new d(this):a.length>0?new d(a,e):new d([...(t=i[this.model][e].raw(this.color),Array.isArray(t)?t:[t]),this.valpha],e);var t},d[e]=function(...t){let r=t[0];return"number"==typeof r&&(r=p(t,a)),new d(r,e)}}function h(e){return function(a){return function(e,a){return Number(e.toFixed(a))}(a,e)}}function l(e,a,t){e=Array.isArray(e)?e:[e];for(const r of e)(c[r]||(c[r]=[]))[a]=t;return e=e[0],function(r){let i;return void 0!==r?(t&&(r=t(r)),i=this[e](),i.color[a]=r,i):(i=this[e]().color[a],t&&(i=t(i)),i)}}function y(e){return function(a){return Math.max(0,Math.min(e,a))}}function p(e,a){for(let t=0;t<a;t++)"number"!=typeof e[t]&&(e[t]=0);return e}e.exports=d},486:(e,a,t)=>{"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function i(e,a){(null==a||a>e.length)&&(a=e.length);for(var t=0,r=new Array(a);t<a;t++)r[t]=e[t];return r}function n(e){return e.filter((function(a,t){return e.lastIndexOf(a)===t}))}function o(e){for(var a=0,t=arguments.length<=1?0:arguments.length-1;a<t;++a){var c=a+1<1||arguments.length<=a+1?void 0:arguments[a+1];for(var d in c){var h=c[d],l=e[d];if(l&&h){if(Array.isArray(l)){e[d]=n(l.concat(h));continue}if(Array.isArray(h)){e[d]=n([l].concat(function(e){if(Array.isArray(e))return i(e)}(y=h)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(y)||function(e,a){if(e){if("string"==typeof e)return i(e,a);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(t):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?i(e,a):void 0}}(y)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()));continue}if("object"===r(h)){e[d]=o({},l,h);continue}}e[d]=h}}var y;return e}t.r(a),t.d(a,{assignStyle:()=>o,camelCaseProperty:()=>y,cssifyDeclaration:()=>k,cssifyObject:()=>u,hyphenateProperty:()=>s,isPrefixedProperty:()=>g,isPrefixedValue:()=>m,isUnitlessProperty:()=>P,normalizeProperty:()=>H,resolveArrayValue:()=>T,unprefixProperty:()=>z,unprefixValue:()=>D});var c=/-([a-z])/g,d=/^Ms/g,h={};function l(e){return e[1].toUpperCase()}function y(e){if(h.hasOwnProperty(e))return h[e];var a=e.replace(c,l).replace(d,"ms");return h[e]=a,a}var p=t(685);function s(e){return(0,p.default)(e)}function k(e,a){return s(e)+":"+a}function u(e){var a="";for(var t in e){var r=e[t];"string"!=typeof r&&"number"!=typeof r||(a&&(a+=";"),a+=k(t,r))}return a}var M=/^(Webkit|Moz|O|ms)/;function g(e){return M.test(e)}var v=/-webkit-|-moz-|-ms-/;function m(e){return"string"==typeof e&&v.test(e)}var f={borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},x=["animationIterationCount","boxFlex","boxFlexGroup","boxOrdinalGroup","columnCount","flex","flexGrow","flexPositive","flexShrink","flexNegative","flexOrder","gridColumn","gridColumnEnd","gridColumnStart","gridRow","gridRowEnd","gridRowStart","lineClamp","order"],w=["Webkit","ms","Moz","O"];function L(e,a){return e+a.charAt(0).toUpperCase()+a.slice(1)}for(var C=0,b=x.length;C<b;++C){var S=x[C];f[S]=!0;for(var I=0,A=w.length;I<A;++I)f[L(w[I],S)]=!0}for(var q in f)f[s(q)]=!0;function P(e){return f.hasOwnProperty(e)}var R=/^(ms|Webkit|Moz|O)/;function z(e){var a=e.replace(R,"");return a.charAt(0).toLowerCase()+a.slice(1)}function H(e){return z(y(e))}function T(e,a){return a.join(";"+s(e)+":")}var B=/(-ms-|-webkit-|-moz-|-o-)/g;function D(e){return"string"==typeof e?e.replace(B,""):e}},721:(e,a,t)=>{"use strict";Object.defineProperty(a,"__esModule",{value:!0}),a.default=function(e){return(0,i.default)(e)};var r,i=(r=t(685))&&r.__esModule?r:{default:r}},633:(e,a)=>{"use strict";Object.defineProperty(a,"__esModule",{value:!0}),a.default=function(e){return"string"==typeof e&&t.test(e)};var t=/-webkit-|-moz-|-ms-/},395:e=>{"use strict";function a(e){return function(){return e}}var t=function(){};t.thatReturns=a,t.thatReturnsFalse=a(!1),t.thatReturnsTrue=a(!0),t.thatReturnsNull=a(null),t.thatReturnsThis=function(){return this},t.thatReturnsArgument=function(e){return e},e.exports=t},646:e=>{"use strict";e.exports=function(e,a){for(var t=arguments.length,r=new Array(t>2?t-2:0),i=2;i<t;i++)r[i-2]=arguments[i];if(!e){var n;if(void 0===a)n=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var o=0;(n=new Error(a.replace(/%s/g,(function(){return String(r[o++])})))).name="Invariant Violation"}throw n.framesToPop=1,n}}},594:(e,a,t)=>{"use strict";var r=t(395);e.exports=r},685:(e,a,t)=>{"use strict";t.r(a),t.d(a,{default:()=>c});var r=/[A-Z]/g,i=/^ms-/,n={};function o(e){return"-"+e.toLowerCase()}const c=function(e){if(n.hasOwnProperty(e))return n[e];var a=e.replace(r,o);return n[e]=i.test(a)?"-"+a:a}},485:(e,a,t)=>{"use strict";a.A=function(e){var a=e.prefixMap,t=e.plugins;return function e(c){for(var d in c){var h=c[d];if((0,o.default)(h))c[d]=e(h);else if(Array.isArray(h)){for(var l=[],y=0,p=h.length;y<p;++y){var s=(0,i.default)(t,d,h[y],c,a);(0,n.default)(l,s||h[y])}l.length>0&&(c[d]=l)}else{var k=(0,i.default)(t,d,h,c,a);k&&(c[d]=k),c=(0,r.default)(a,d,c)}}return c}};var r=c(t(49)),i=c(t(971)),n=c(t(863)),o=c(t(99));function c(e){return e&&e.__esModule?e:{default:e}}},217:(e,a)=>{"use strict";a.A=function(){return null}},261:(e,a,t)=>{"use strict";a.A=function(e,a){if("string"==typeof a&&!(0,r.isPrefixedValue)(a)&&-1!==a.indexOf("cross-fade("))return n.map((function(e){return a.replace(i,e+"cross-fade(")}))};var r=t(486),i=/cross-fade\(/g,n=["-webkit-",""]},41:(e,a)=>{"use strict";a.A=function(e,a){if("cursor"===e&&r.hasOwnProperty(a))return t.map((function(e){return e+a}))};var t=["-webkit-","-moz-",""],r={"zoom-in":!0,"zoom-out":!0,grab:!0,grabbing:!0}},33:(e,a,t)=>{"use strict";a.A=function(e,a){if("string"==typeof a&&!(0,r.isPrefixedValue)(a)&&-1!==a.indexOf("filter("))return n.map((function(e){return a.replace(i,e+"filter(")}))};var r=t(486),i=/filter\(/g,n=["-webkit-",""]},852:(e,a,t)=>{"use strict";a.A=function(e,a){if("string"==typeof a&&!(0,i.default)(a)&&a.indexOf("image-set(")>-1)return n.map((function(e){return a.replace(/image-set\(/g,e+"image-set(")}))};var r,i=(r=t(633))&&r.__esModule?r:{default:r},n=["-webkit-",""]},20:(e,a)=>{"use strict";a.A=function(e,a,r){if(Object.prototype.hasOwnProperty.call(t,e))for(var i=t[e],n=0,o=i.length;n<o;++n)r[i[n]]=a};var t={marginBlockStart:["WebkitMarginBefore"],marginBlockEnd:["WebkitMarginAfter"],marginInlineStart:["WebkitMarginStart","MozMarginStart"],marginInlineEnd:["WebkitMarginEnd","MozMarginEnd"],paddingBlockStart:["WebkitPaddingBefore"],paddingBlockEnd:["WebkitPaddingAfter"],paddingInlineStart:["WebkitPaddingStart","MozPaddingStart"],paddingInlineEnd:["WebkitPaddingEnd","MozPaddingEnd"],borderBlockStart:["WebkitBorderBefore"],borderBlockStartColor:["WebkitBorderBeforeColor"],borderBlockStartStyle:["WebkitBorderBeforeStyle"],borderBlockStartWidth:["WebkitBorderBeforeWidth"],borderBlockEnd:["WebkitBorderAfter"],borderBlockEndColor:["WebkitBorderAfterColor"],borderBlockEndStyle:["WebkitBorderAfterStyle"],borderBlockEndWidth:["WebkitBorderAfterWidth"],borderInlineStart:["WebkitBorderStart","MozBorderStart"],borderInlineStartColor:["WebkitBorderStartColor","MozBorderStartColor"],borderInlineStartStyle:["WebkitBorderStartStyle","MozBorderStartStyle"],borderInlineStartWidth:["WebkitBorderStartWidth","MozBorderStartWidth"],borderInlineEnd:["WebkitBorderEnd","MozBorderEnd"],borderInlineEndColor:["WebkitBorderEndColor","MozBorderEndColor"],borderInlineEndStyle:["WebkitBorderEndStyle","MozBorderEndStyle"],borderInlineEndWidth:["WebkitBorderEndWidth","MozBorderEndWidth"]}},996:(e,a)=>{"use strict";a.A=function(e,a){if("position"===e&&"sticky"===a)return["-webkit-sticky","sticky"]}},129:(e,a)=>{"use strict";a.A=function(e,a){if(r.hasOwnProperty(e)&&i.hasOwnProperty(a))return t.map((function(e){return e+a}))};var t=["-webkit-","-moz-",""],r={maxHeight:!0,maxWidth:!0,width:!0,height:!0,columnWidth:!0,minWidth:!0,minHeight:!0},i={"min-content":!0,"max-content":!0,"fill-available":!0,"fit-content":!0,"contain-floats":!0}},508:(e,a,t)=>{"use strict";a.A=function(e,a,t,o){if("string"==typeof a&&c.hasOwnProperty(e)){var h=function(e,a){if((0,i.default)(e))return e;for(var t=e.split(/,(?![^()]*(?:\([^()]*\))?\))/g),n=0,o=t.length;n<o;++n){var c=t[n],h=[c];for(var l in a){var y=(0,r.default)(l);if(c.indexOf(y)>-1&&"order"!==y)for(var p=a[l],s=0,k=p.length;s<k;++s)h.unshift(c.replace(y,d[p[s]]+y))}t[n]=h.join(",")}return t.join(",")}(a,o),l=h.split(/,(?![^()]*(?:\([^()]*\))?\))/g).filter((function(e){return!/-moz-|-ms-/.test(e)})).join(",");if(e.indexOf("Webkit")>-1)return l;var y=h.split(/,(?![^()]*(?:\([^()]*\))?\))/g).filter((function(e){return!/-webkit-|-ms-/.test(e)})).join(",");return e.indexOf("Moz")>-1?y:(t["Webkit"+(0,n.default)(e)]=l,t["Moz"+(0,n.default)(e)]=y,h)}};var r=o(t(721)),i=o(t(633)),n=o(t(91));function o(e){return e&&e.__esModule?e:{default:e}}var c={transition:!0,transitionProperty:!0,WebkitTransition:!0,WebkitTransitionProperty:!0,MozTransition:!0,MozTransitionProperty:!0},d={Webkit:"-webkit-",Moz:"-moz-",ms:"-ms-"}},863:(e,a)=>{"use strict";function t(e,a){-1===e.indexOf(a)&&e.push(a)}Object.defineProperty(a,"__esModule",{value:!0}),a.default=function(e,a){if(Array.isArray(a))for(var r=0,i=a.length;r<i;++r)t(e,a[r]);else t(e,a)}},91:(e,a)=>{"use strict";Object.defineProperty(a,"__esModule",{value:!0}),a.default=function(e){return e.charAt(0).toUpperCase()+e.slice(1)}},99:(e,a)=>{"use strict";Object.defineProperty(a,"__esModule",{value:!0}),a.default=function(e){return e instanceof Object&&!Array.isArray(e)}},49:(e,a,t)=>{"use strict";Object.defineProperty(a,"__esModule",{value:!0}),a.default=function(e,a,t){var r=e[a];if(r&&t.hasOwnProperty(a))for(var n=(0,i.default)(a),o=0;o<r.length;++o){var c=r[o]+n;t[c]||(t[c]=t[a])}return t};var r,i=(r=t(91))&&r.__esModule?r:{default:r}},971:(e,a)=>{"use strict";Object.defineProperty(a,"__esModule",{value:!0}),a.default=function(e,a,t,r,i){for(var n=0,o=e.length;n<o;++n){var c=e[n](a,t,r,i);if(c)return c}}},515:e=>{"use strict";function a(e,a,t){return t<0&&(t+=1),t>1&&(t-=1),t<1/6?e+6*(a-e)*t:t<.5?a:t<2/3?e+(a-e)*(2/3-t)*6:e}function t(e,t,r){const i=r<.5?r*(1+t):r+t-r*t,n=2*r-i,o=a(n,i,e+1/3),c=a(n,i,e),d=a(n,i,e-1/3);return Math.round(255*o)<<24|Math.round(255*c)<<16|Math.round(255*d)<<8}const r="[-+]?\\d*\\.?\\d+",i=r+"%";function n(...e){return"\\(\\s*("+e.join(")\\s*,?\\s*(")+")\\s*\\)"}function o(...e){return"\\(\\s*("+e.slice(0,e.length-1).join(")\\s*,?\\s*(")+")\\s*/\\s*("+e[e.length-1]+")\\s*\\)"}function c(...e){return"\\(\\s*("+e.join(")\\s*,\\s*(")+")\\s*\\)"}let d;function h(e){const a=parseInt(e,10);return a<0?0:a>255?255:a}function l(e){return(parseFloat(e)%360+360)%360/360}function y(e){const a=parseFloat(e);return a<0?0:a>1?255:Math.round(255*a)}function p(e){const a=parseFloat(e);return a<0?0:a>100?1:a/100}e.exports=function(e){if("number"==typeof e)return e>>>0===e&&e>=0&&e<=4294967295?e:null;if("string"!=typeof e)return null;const s=(void 0===d&&(d={rgb:new RegExp("rgb"+n(r,r,r)),rgba:new RegExp("rgba("+c(r,r,r,r)+"|"+o(r,r,r,r)+")"),hsl:new RegExp("hsl"+n(r,i,i)),hsla:new RegExp("hsla("+c(r,i,i,r)+"|"+o(r,i,i,r)+")"),hwb:new RegExp("hwb"+n(r,i,i)),hex3:/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex4:/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#([0-9a-fA-F]{6})$/,hex8:/^#([0-9a-fA-F]{8})$/}),d);let k;if(k=s.hex6.exec(e))return parseInt(k[1]+"ff",16)>>>0;const u=function(e){switch(e){case"transparent":return 0;case"aliceblue":return 4042850303;case"antiquewhite":return 4209760255;case"aqua":case"cyan":return 16777215;case"aquamarine":return 2147472639;case"azure":return 4043309055;case"beige":return 4126530815;case"bisque":return 4293182719;case"black":return 255;case"blanchedalmond":return 4293643775;case"blue":return 65535;case"blueviolet":return 2318131967;case"brown":return 2771004159;case"burlywood":return 3736635391;case"burntsienna":return 3934150143;case"cadetblue":return 1604231423;case"chartreuse":return 2147418367;case"chocolate":return 3530104575;case"coral":return 4286533887;case"cornflowerblue":return 1687547391;case"cornsilk":return 4294499583;case"crimson":return 3692313855;case"darkblue":return 35839;case"darkcyan":return 9145343;case"darkgoldenrod":return 3095792639;case"darkgray":case"darkgrey":return 2846468607;case"darkgreen":return 6553855;case"darkkhaki":return 3182914559;case"darkmagenta":return 2332068863;case"darkolivegreen":return 1433087999;case"darkorange":return 4287365375;case"darkorchid":return 2570243327;case"darkred":return 2332033279;case"darksalmon":return 3918953215;case"darkseagreen":return 2411499519;case"darkslateblue":return 1211993087;case"darkslategray":case"darkslategrey":return 793726975;case"darkturquoise":return 13554175;case"darkviolet":return 2483082239;case"deeppink":return 4279538687;case"deepskyblue":return 12582911;case"dimgray":case"dimgrey":return 1768516095;case"dodgerblue":return 512819199;case"firebrick":return 2988581631;case"floralwhite":return 4294635775;case"forestgreen":return 579543807;case"fuchsia":case"magenta":return 4278255615;case"gainsboro":return 3705462015;case"ghostwhite":return 4177068031;case"gold":return 4292280575;case"goldenrod":return 3668254975;case"gray":case"grey":return 2155905279;case"green":return 8388863;case"greenyellow":return 2919182335;case"honeydew":return 4043305215;case"hotpink":return 4285117695;case"indianred":return 3445382399;case"indigo":return 1258324735;case"ivory":return 4294963455;case"khaki":return 4041641215;case"lavender":return 3873897215;case"lavenderblush":return 4293981695;case"lawngreen":return 2096890111;case"lemonchiffon":return 4294626815;case"lightblue":return 2916673279;case"lightcoral":return 4034953471;case"lightcyan":return 3774873599;case"lightgoldenrodyellow":return 4210742015;case"lightgray":case"lightgrey":return 3553874943;case"lightgreen":return 2431553791;case"lightpink":return 4290167295;case"lightsalmon":return 4288707327;case"lightseagreen":return 548580095;case"lightskyblue":return 2278488831;case"lightslategray":case"lightslategrey":return 2005441023;case"lightsteelblue":return 2965692159;case"lightyellow":return 4294959359;case"lime":return 16711935;case"limegreen":return 852308735;case"linen":return 4210091775;case"maroon":return 2147483903;case"mediumaquamarine":return 1724754687;case"mediumblue":return 52735;case"mediumorchid":return 3126187007;case"mediumpurple":return 2473647103;case"mediumseagreen":return 1018393087;case"mediumslateblue":return 2070474495;case"mediumspringgreen":return 16423679;case"mediumturquoise":return 1221709055;case"mediumvioletred":return 3340076543;case"midnightblue":return 421097727;case"mintcream":return 4127193855;case"mistyrose":return 4293190143;case"moccasin":return 4293178879;case"navajowhite":return 4292783615;case"navy":return 33023;case"oldlace":return 4260751103;case"olive":return 2155872511;case"olivedrab":return 1804477439;case"orange":return 4289003775;case"orangered":return 4282712319;case"orchid":return 3664828159;case"palegoldenrod":return 4008225535;case"palegreen":return 2566625535;case"paleturquoise":return 2951671551;case"palevioletred":return 3681588223;case"papayawhip":return 4293907967;case"peachpuff":return 4292524543;case"peru":return 3448061951;case"pink":return 4290825215;case"plum":return 3718307327;case"powderblue":return 2967529215;case"purple":return 2147516671;case"rebeccapurple":return 1714657791;case"red":return 4278190335;case"rosybrown":return 3163525119;case"royalblue":return 1097458175;case"saddlebrown":return 2336560127;case"salmon":return 4202722047;case"sandybrown":return 4104413439;case"seagreen":return 780883967;case"seashell":return 4294307583;case"sienna":return 2689740287;case"silver":return 3233857791;case"skyblue":return 2278484991;case"slateblue":return 1784335871;case"slategray":case"slategrey":return 1887473919;case"snow":return 4294638335;case"springgreen":return 16744447;case"steelblue":return 1182971135;case"tan":return 3535047935;case"teal":return 8421631;case"thistle":return 3636451583;case"tomato":return 4284696575;case"turquoise":return 1088475391;case"violet":return 4001558271;case"wheat":return 4125012991;case"white":return 4294967295;case"whitesmoke":return 4126537215;case"yellow":return 4294902015;case"yellowgreen":return 2597139199}return null}(e);return null!=u?u:(k=s.rgb.exec(e))?(h(k[1])<<24|h(k[2])<<16|h(k[3])<<8|255)>>>0:(k=s.rgba.exec(e))?void 0!==k[6]?(h(k[6])<<24|h(k[7])<<16|h(k[8])<<8|y(k[9]))>>>0:(h(k[2])<<24|h(k[3])<<16|h(k[4])<<8|y(k[5]))>>>0:(k=s.hex3.exec(e))?parseInt(k[1]+k[1]+k[2]+k[2]+k[3]+k[3]+"ff",16)>>>0:(k=s.hex8.exec(e))?parseInt(k[1],16)>>>0:(k=s.hex4.exec(e))?parseInt(k[1]+k[1]+k[2]+k[2]+k[3]+k[3]+k[4]+k[4],16)>>>0:(k=s.hsl.exec(e))?(255|t(l(k[1]),p(k[2]),p(k[3])))>>>0:(k=s.hsla.exec(e))?void 0!==k[6]?(t(l(k[6]),p(k[7]),p(k[8]))|y(k[9]))>>>0:(t(l(k[2]),p(k[3]),p(k[4]))|y(k[5]))>>>0:(k=s.hwb.exec(e))?(255|function(e,t,r){if(t+r>=1){const e=Math.round(255*t/(t+r));return e<<24|e<<16|e<<8}const i=a(0,1,e+1/3)*(1-t-r)+t,n=a(0,1,e)*(1-t-r)+t,o=a(0,1,e-1/3)*(1-t-r)+t;return Math.round(255*i)<<24|Math.round(255*n)<<16|Math.round(255*o)<<8}(l(k[1]),p(k[2]),p(k[3])))>>>0:null}},872:(e,a,t)=>{"use strict";var r=t(496),i=Array.prototype.concat,n=Array.prototype.slice,o=e.exports=function(e){for(var a=[],t=0,o=e.length;t<o;t++){var c=e[t];r(c)?a=i.call(a,n.call(c)):a.push(c)}return a};o.wrap=function(e){return function(){return e(o(arguments))}}},496:e=>{e.exports=function(e){return!(!e||"string"==typeof e)&&(e instanceof Array||Array.isArray(e)||e.length>=0&&(e.splice instanceof Function||Object.getOwnPropertyDescriptor(e,e.length-1)&&"String"!==e.constructor.name))}},176:(e,a)=>{"use strict";a.P=void 0;var t=new WeakMap;function r(e){var a,r,i;return null!=e&&(a=!0===e.disableCache,r=!0===e.disableMix,i=e.transform),function(){for(var e=[],n="",o=null,c=a?null:t,d=new Array(arguments.length),h=0;h<arguments.length;h++)d[h]=arguments[h];for(;d.length>0;){var l=d.pop();if(null!=l&&!1!==l)if(Array.isArray(l))for(var y=0;y<l.length;y++)d.push(l[y]);else{var p=null!=i?i(l):l;if(p.$$css){var s="";if(null!=c&&c.has(p)){var k=c.get(p);null!=k&&(s=k[0],e.push.apply(e,k[1]),c=k[2])}else{var u=[];for(var M in p){var g=p[M];"$$css"!==M&&("string"==typeof g||null===g?e.includes(M)||(e.push(M),null!=c&&u.push(M),"string"==typeof g&&(s+=s?" "+g:g)):console.error("styleq: ".concat(M," typeof ").concat(String(g),' is not "string" or "null".')))}if(null!=c){var v=new WeakMap;c.set(p,[s,u,v]),c=v}}s&&(n=n?s+" "+n:s)}else if(r)null==o&&(o={}),o=Object.assign({},p,o);else{var m=null;for(var f in p){var x=p[f];void 0!==x&&(e.includes(f)||(null!=x&&(null==o&&(o={}),null==m&&(m={}),m[f]=x),e.push(f),c=null))}null!=m&&(o=Object.assign(m,o))}}}return[n,o]}}var i=r();a.P=i,i.factory=r},336:(e,a)=>{"use strict";a.n=function(e,a){if(null!=e[r]){var n=a?1:0;if(t.has(e)){var o=t.get(e),c=o[n];return null==c&&(c=i(e,a),o[n]=c,t.set(e,o)),c}var d=i(e,a),h=new Array(2);return h[n]=d,t.set(e,h),d}return e};var t=new WeakMap,r="$$css$localize";function i(e,a){var t={};for(var i in e)if(i!==r){var n=e[i];Array.isArray(n)?t[i]=a?n[1]:n[0]:t[i]=n}return t}},155:a=>{"use strict";a.exports=e}},t={};function r(e){var i=t[e];if(void 0!==i)return i.exports;var n=t[e]={exports:{}};return a[e](n,n.exports,r),n.exports}r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a}),a},r.d=(e,a)=>{for(var t in a)r.o(a,t)&&!r.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:a[t]})},r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var i={};return(()=>{"use strict";r.r(i),r.d(i,{BadgeTile:()=>gH,BadgeTileConfig:()=>iH,BadgeTileType:()=>Kz,BannerTile:()=>SH,BannerTileConfig:()=>eH,BaseTile:()=>pH,Button:()=>Er,Carousel:()=>_H,ContentTile:()=>AH,ContentTileConfig:()=>tH,Grid:()=>KH,Icon:()=>tz,Image:()=>Hz,LoadingIndicator:()=>Oz,PointsTile:()=>cT,PointsTileConfig:()=>aH,ProgressBar:()=>Wz,ProgressIndicator:()=>JH,ProgressType:()=>Jz,Reward:()=>mT,RewardCategory:()=>vT,RewardCategoryTile:()=>lT,RewardCategoryTileConfig:()=>nH,RewardTile:()=>sT,RewardTileConfig:()=>rH,Section:()=>nT,SectionHeader:()=>QH,SectionType:()=>qH,Text:()=>_z,TierTile:()=>uT,TierTileConfig:()=>oH,TierTileType:()=>Yz,TileContainer:()=>gT,TileHeight:()=>Qz,TileType:()=>$z,UrlTarget:()=>Xz,WllSdkProvider:()=>Tr,useWllSdk:()=>Br});var e={};r.r(e),r.d(e,{AArrowDown:()=>Gr,AArrowUp:()=>Nr,ALargeSmall:()=>_r,Accessibility:()=>Xr,Activity:()=>Kr,AirVent:()=>Yr,Airplay:()=>Jr,AlarmClock:()=>ti,AlarmClockCheck:()=>$r,AlarmClockMinus:()=>Qr,AlarmClockOff:()=>ei,AlarmClockPlus:()=>ai,AlarmSmoke:()=>ri,Album:()=>ii,AlignCenter:()=>ci,AlignCenterHorizontal:()=>ni,AlignCenterVertical:()=>oi,AlignEndHorizontal:()=>di,AlignEndVertical:()=>hi,AlignHorizontalDistributeCenter:()=>li,AlignHorizontalDistributeEnd:()=>yi,AlignHorizontalDistributeStart:()=>pi,AlignHorizontalJustifyCenter:()=>si,AlignHorizontalJustifyEnd:()=>ki,AlignHorizontalJustifyStart:()=>ui,AlignHorizontalSpaceAround:()=>Mi,AlignHorizontalSpaceBetween:()=>gi,AlignJustify:()=>vi,AlignLeft:()=>mi,AlignRight:()=>fi,AlignStartHorizontal:()=>xi,AlignStartVertical:()=>wi,AlignVerticalDistributeCenter:()=>Li,AlignVerticalDistributeEnd:()=>Ci,AlignVerticalDistributeStart:()=>bi,AlignVerticalJustifyCenter:()=>Si,AlignVerticalJustifyEnd:()=>Ii,AlignVerticalJustifyStart:()=>Ai,AlignVerticalSpaceAround:()=>qi,AlignVerticalSpaceBetween:()=>Pi,Ambulance:()=>Ri,Ampersand:()=>zi,Ampersands:()=>Hi,Amphora:()=>Ti,Anchor:()=>Bi,Angry:()=>Di,Annoyed:()=>Vi,Antenna:()=>ji,Anvil:()=>Fi,Aperture:()=>Ei,AppWindow:()=>Ui,AppWindowMac:()=>Oi,Apple:()=>Wi,Archive:()=>Ni,ArchiveRestore:()=>Zi,ArchiveX:()=>Gi,Armchair:()=>_i,ArrowBigDown:()=>Ki,ArrowBigDownDash:()=>Xi,ArrowBigLeft:()=>Ji,ArrowBigLeftDash:()=>Yi,ArrowBigRight:()=>Qi,ArrowBigRightDash:()=>$i,ArrowBigUp:()=>an,ArrowBigUpDash:()=>en,ArrowDown:()=>un,ArrowDown01:()=>tn,ArrowDown10:()=>rn,ArrowDownAZ:()=>nn,ArrowDownFromLine:()=>on,ArrowDownLeft:()=>cn,ArrowDownNarrowWide:()=>dn,ArrowDownRight:()=>hn,ArrowDownToDot:()=>ln,ArrowDownToLine:()=>yn,ArrowDownUp:()=>pn,ArrowDownWideNarrow:()=>sn,ArrowDownZA:()=>kn,ArrowLeft:()=>mn,ArrowLeftFromLine:()=>Mn,ArrowLeftRight:()=>gn,ArrowLeftToLine:()=>vn,ArrowRight:()=>Ln,ArrowRightFromLine:()=>fn,ArrowRightLeft:()=>xn,ArrowRightToLine:()=>wn,ArrowUp:()=>Dn,ArrowUp01:()=>Cn,ArrowUp10:()=>bn,ArrowUpAZ:()=>Sn,ArrowUpDown:()=>In,ArrowUpFromDot:()=>An,ArrowUpFromLine:()=>qn,ArrowUpLeft:()=>Pn,ArrowUpNarrowWide:()=>Rn,ArrowUpRight:()=>zn,ArrowUpToLine:()=>Hn,ArrowUpWideNarrow:()=>Tn,ArrowUpZA:()=>Bn,ArrowsUpFromLine:()=>Vn,Asterisk:()=>jn,AtSign:()=>Fn,Atom:()=>En,AudioLines:()=>On,AudioWaveform:()=>Un,Award:()=>Wn,Axe:()=>Zn,Axis3d:()=>Gn,Baby:()=>Nn,Backpack:()=>_n,Badge:()=>yo,BadgeAlert:()=>Xn,BadgeCent:()=>Kn,BadgeCheck:()=>Yn,BadgeDollarSign:()=>Jn,BadgeEuro:()=>$n,BadgeHelp:()=>Qn,BadgeIndianRupee:()=>eo,BadgeInfo:()=>ao,BadgeJapaneseYen:()=>to,BadgeMinus:()=>ro,BadgePercent:()=>io,BadgePlus:()=>no,BadgePoundSterling:()=>oo,BadgeRussianRuble:()=>co,BadgeSwissFranc:()=>ho,BadgeX:()=>lo,BaggageClaim:()=>po,Ban:()=>so,Banana:()=>ko,Bandage:()=>uo,Banknote:()=>Mo,Barcode:()=>go,Baseline:()=>vo,Bath:()=>mo,Battery:()=>bo,BatteryCharging:()=>fo,BatteryFull:()=>xo,BatteryLow:()=>wo,BatteryMedium:()=>Lo,BatteryWarning:()=>Co,Beaker:()=>So,Bean:()=>Ao,BeanOff:()=>Io,Bed:()=>Ro,BedDouble:()=>qo,BedSingle:()=>Po,Beef:()=>zo,Beer:()=>To,BeerOff:()=>Ho,Bell:()=>Oo,BellDot:()=>Bo,BellElectric:()=>Do,BellMinus:()=>Vo,BellOff:()=>jo,BellPlus:()=>Fo,BellRing:()=>Eo,BetweenHorizontalEnd:()=>Uo,BetweenHorizontalStart:()=>Wo,BetweenVerticalEnd:()=>Zo,BetweenVerticalStart:()=>Go,BicepsFlexed:()=>No,Bike:()=>_o,Binary:()=>Xo,Binoculars:()=>Ko,Biohazard:()=>Yo,Bird:()=>Jo,Bitcoin:()=>$o,Blend:()=>Qo,Blinds:()=>ec,Blocks:()=>ac,Bluetooth:()=>nc,BluetoothConnected:()=>tc,BluetoothOff:()=>rc,BluetoothSearching:()=>ic,Bold:()=>oc,Bolt:()=>cc,Bomb:()=>dc,Bone:()=>hc,Book:()=>Hc,BookA:()=>lc,BookAudio:()=>yc,BookCheck:()=>pc,BookCopy:()=>sc,BookDashed:()=>kc,BookDown:()=>uc,BookHeadphones:()=>Mc,BookHeart:()=>gc,BookImage:()=>vc,BookKey:()=>mc,BookLock:()=>fc,BookMarked:()=>xc,BookMinus:()=>wc,BookOpen:()=>bc,BookOpenCheck:()=>Lc,BookOpenText:()=>Cc,BookPlus:()=>Sc,BookText:()=>Ic,BookType:()=>Ac,BookUp:()=>Pc,BookUp2:()=>qc,BookUser:()=>Rc,BookX:()=>zc,Bookmark:()=>jc,BookmarkCheck:()=>Tc,BookmarkMinus:()=>Bc,BookmarkPlus:()=>Dc,BookmarkX:()=>Vc,BoomBox:()=>Fc,Bot:()=>Uc,BotMessageSquare:()=>Ec,BotOff:()=>Oc,Box:()=>Zc,BoxSelect:()=>Wc,Boxes:()=>Gc,Braces:()=>Nc,Brackets:()=>_c,Brain:()=>Yc,BrainCircuit:()=>Xc,BrainCog:()=>Kc,BrickWall:()=>Jc,Briefcase:()=>ed,BriefcaseBusiness:()=>$c,BriefcaseMedical:()=>Qc,BringToFront:()=>ad,Brush:()=>td,Bug:()=>nd,BugOff:()=>rd,BugPlay:()=>id,Building:()=>cd,Building2:()=>od,Bus:()=>hd,BusFront:()=>dd,Cable:()=>yd,CableCar:()=>ld,Cake:()=>sd,CakeSlice:()=>pd,Calculator:()=>kd,Calendar:()=>Hd,CalendarArrowDown:()=>ud,CalendarArrowUp:()=>Md,CalendarCheck:()=>vd,CalendarCheck2:()=>gd,CalendarClock:()=>md,CalendarCog:()=>fd,CalendarDays:()=>xd,CalendarFold:()=>wd,CalendarHeart:()=>Ld,CalendarMinus:()=>bd,CalendarMinus2:()=>Cd,CalendarOff:()=>Sd,CalendarPlus:()=>Ad,CalendarPlus2:()=>Id,CalendarRange:()=>qd,CalendarSearch:()=>Pd,CalendarX:()=>zd,CalendarX2:()=>Rd,Camera:()=>Bd,CameraOff:()=>Td,Candy:()=>jd,CandyCane:()=>Dd,CandyOff:()=>Vd,Cannabis:()=>Fd,Captions:()=>Od,CaptionsOff:()=>Ed,Car:()=>Zd,CarFront:()=>Ud,CarTaxiFront:()=>Wd,Caravan:()=>Gd,Carrot:()=>Nd,CaseLower:()=>_d,CaseSensitive:()=>Xd,CaseUpper:()=>Kd,CassetteTape:()=>Yd,Cast:()=>Jd,Castle:()=>$d,Cat:()=>Qd,Cctv:()=>eh,ChartArea:()=>ah,ChartBar:()=>oh,ChartBarBig:()=>th,ChartBarDecreasing:()=>rh,ChartBarIncreasing:()=>ih,ChartBarStacked:()=>nh,ChartCandlestick:()=>ch,ChartColumn:()=>ph,ChartColumnBig:()=>dh,ChartColumnDecreasing:()=>hh,ChartColumnIncreasing:()=>lh,ChartColumnStacked:()=>yh,ChartLine:()=>sh,ChartNetwork:()=>kh,ChartNoAxesColumn:()=>gh,ChartNoAxesColumnDecreasing:()=>uh,ChartNoAxesColumnIncreasing:()=>Mh,ChartNoAxesCombined:()=>vh,ChartNoAxesGantt:()=>mh,ChartPie:()=>fh,ChartScatter:()=>xh,ChartSpline:()=>wh,Check:()=>Ch,CheckCheck:()=>Lh,ChefHat:()=>bh,Cherry:()=>Sh,ChevronDown:()=>Ih,ChevronFirst:()=>Ah,ChevronLast:()=>qh,ChevronLeft:()=>Ph,ChevronRight:()=>Rh,ChevronUp:()=>zh,ChevronsDown:()=>Th,ChevronsDownUp:()=>Hh,ChevronsLeft:()=>Vh,ChevronsLeftRight:()=>Dh,ChevronsLeftRightEllipsis:()=>Bh,ChevronsRight:()=>Fh,ChevronsRightLeft:()=>jh,ChevronsUp:()=>Oh,ChevronsUpDown:()=>Eh,Chrome:()=>Uh,Church:()=>Wh,Cigarette:()=>Gh,CigaretteOff:()=>Zh,Circle:()=>Hl,CircleAlert:()=>Nh,CircleArrowDown:()=>_h,CircleArrowLeft:()=>Xh,CircleArrowOutDownLeft:()=>Kh,CircleArrowOutDownRight:()=>Yh,CircleArrowOutUpLeft:()=>Jh,CircleArrowOutUpRight:()=>$h,CircleArrowRight:()=>Qh,CircleArrowUp:()=>el,CircleCheck:()=>tl,CircleCheckBig:()=>al,CircleChevronDown:()=>rl,CircleChevronLeft:()=>il,CircleChevronRight:()=>nl,CircleChevronUp:()=>ol,CircleDashed:()=>cl,CircleDivide:()=>dl,CircleDollarSign:()=>hl,CircleDot:()=>yl,CircleDotDashed:()=>ll,CircleEllipsis:()=>pl,CircleEqual:()=>sl,CircleFadingArrowUp:()=>kl,CircleFadingPlus:()=>ul,CircleGauge:()=>Ml,CircleHelp:()=>gl,CircleMinus:()=>vl,CircleOff:()=>ml,CircleParking:()=>xl,CircleParkingOff:()=>fl,CirclePause:()=>wl,CirclePercent:()=>Ll,CirclePlay:()=>Cl,CirclePlus:()=>bl,CirclePower:()=>Sl,CircleSlash:()=>Al,CircleSlash2:()=>Il,CircleStop:()=>ql,CircleUser:()=>Rl,CircleUserRound:()=>Pl,CircleX:()=>zl,CircuitBoard:()=>Tl,Citrus:()=>Bl,Clapperboard:()=>Dl,Clipboard:()=>_l,ClipboardCheck:()=>Vl,ClipboardCopy:()=>jl,ClipboardList:()=>Fl,ClipboardMinus:()=>El,ClipboardPaste:()=>Ol,ClipboardPen:()=>Wl,ClipboardPenLine:()=>Ul,ClipboardPlus:()=>Zl,ClipboardType:()=>Gl,ClipboardX:()=>Nl,Clock:()=>dy,Clock1:()=>Xl,Clock10:()=>Kl,Clock11:()=>Yl,Clock12:()=>Jl,Clock2:()=>$l,Clock3:()=>Ql,Clock4:()=>ey,Clock5:()=>ay,Clock6:()=>ty,Clock7:()=>ry,Clock8:()=>iy,Clock9:()=>ny,ClockArrowDown:()=>oy,ClockArrowUp:()=>cy,Cloud:()=>Cy,CloudCog:()=>hy,CloudDownload:()=>ly,CloudDrizzle:()=>yy,CloudFog:()=>py,CloudHail:()=>sy,CloudLightning:()=>ky,CloudMoon:()=>My,CloudMoonRain:()=>uy,CloudOff:()=>gy,CloudRain:()=>my,CloudRainWind:()=>vy,CloudSnow:()=>fy,CloudSun:()=>wy,CloudSunRain:()=>xy,CloudUpload:()=>Ly,Cloudy:()=>by,Clover:()=>Sy,Club:()=>Iy,Code:()=>qy,CodeXml:()=>Ay,Codepen:()=>Py,Codesandbox:()=>Ry,Coffee:()=>zy,Cog:()=>Hy,Coins:()=>Ty,Columns2:()=>By,Columns3:()=>Dy,Columns4:()=>Vy,Combine:()=>jy,Command:()=>Fy,Compass:()=>Ey,Component:()=>Oy,Computer:()=>Uy,ConciergeBell:()=>Wy,Cone:()=>Zy,Construction:()=>Gy,Contact:()=>_y,ContactRound:()=>Ny,Container:()=>Xy,Contrast:()=>Ky,Cookie:()=>Yy,CookingPot:()=>Jy,Copy:()=>rp,CopyCheck:()=>$y,CopyMinus:()=>Qy,CopyPlus:()=>ep,CopySlash:()=>ap,CopyX:()=>tp,Copyleft:()=>ip,Copyright:()=>np,CornerDownLeft:()=>op,CornerDownRight:()=>cp,CornerLeftDown:()=>dp,CornerLeftUp:()=>hp,CornerRightDown:()=>lp,CornerRightUp:()=>yp,CornerUpLeft:()=>pp,CornerUpRight:()=>sp,Cpu:()=>kp,CreativeCommons:()=>up,CreditCard:()=>Mp,Croissant:()=>gp,Crop:()=>vp,Cross:()=>mp,Crosshair:()=>fp,Crown:()=>xp,Cuboid:()=>wp,CupSoda:()=>Lp,Currency:()=>Cp,Cylinder:()=>bp,Dam:()=>Sp,Database:()=>qp,DatabaseBackup:()=>Ip,DatabaseZap:()=>Ap,Delete:()=>Pp,Dessert:()=>Rp,Diameter:()=>zp,Diamond:()=>Dp,DiamondMinus:()=>Hp,DiamondPercent:()=>Tp,DiamondPlus:()=>Bp,Dice1:()=>Vp,Dice2:()=>jp,Dice3:()=>Fp,Dice4:()=>Ep,Dice5:()=>Op,Dice6:()=>Up,Dices:()=>Wp,Diff:()=>Zp,Disc:()=>Xp,Disc2:()=>Gp,Disc3:()=>Np,DiscAlbum:()=>_p,Divide:()=>Kp,Dna:()=>Jp,DnaOff:()=>Yp,Dock:()=>$p,Dog:()=>Qp,DollarSign:()=>es,Donut:()=>as,DoorClosed:()=>ts,DoorOpen:()=>rs,Dot:()=>is,Download:()=>ns,DraftingCompass:()=>os,Drama:()=>cs,Dribbble:()=>ds,Drill:()=>hs,Droplet:()=>ls,Droplets:()=>ys,Drum:()=>ps,Drumstick:()=>ss,Dumbbell:()=>ks,Ear:()=>Ms,EarOff:()=>us,Earth:()=>vs,EarthLock:()=>gs,Eclipse:()=>ms,Egg:()=>ws,EggFried:()=>fs,EggOff:()=>xs,Ellipsis:()=>Cs,EllipsisVertical:()=>Ls,Equal:()=>Ss,EqualNot:()=>bs,Eraser:()=>Is,EthernetPort:()=>As,Euro:()=>qs,Expand:()=>Ps,ExternalLink:()=>Rs,Eye:()=>Hs,EyeOff:()=>zs,Facebook:()=>Ts,Factory:()=>Bs,Fan:()=>Ds,FastForward:()=>Vs,Feather:()=>js,Fence:()=>Fs,FerrisWheel:()=>Es,Figma:()=>Os,File:()=>Gk,FileArchive:()=>Us,FileAudio:()=>Zs,FileAudio2:()=>Ws,FileAxis3d:()=>Gs,FileBadge:()=>_s,FileBadge2:()=>Ns,FileBox:()=>Xs,FileChartColumn:()=>Ys,FileChartColumnIncreasing:()=>Ks,FileChartLine:()=>Js,FileChartPie:()=>$s,FileCheck:()=>ek,FileCheck2:()=>Qs,FileClock:()=>ak,FileCode:()=>rk,FileCode2:()=>tk,FileCog:()=>ik,FileDiff:()=>nk,FileDigit:()=>ok,FileDown:()=>ck,FileHeart:()=>dk,FileImage:()=>hk,FileInput:()=>lk,FileJson:()=>pk,FileJson2:()=>yk,FileKey:()=>kk,FileKey2:()=>sk,FileLock:()=>Mk,FileLock2:()=>uk,FileMinus:()=>vk,FileMinus2:()=>gk,FileMusic:()=>mk,FileOutput:()=>fk,FilePen:()=>wk,FilePenLine:()=>xk,FilePlus:()=>Ck,FilePlus2:()=>Lk,FileQuestion:()=>bk,FileScan:()=>Sk,FileSearch:()=>Ak,FileSearch2:()=>Ik,FileSliders:()=>qk,FileSpreadsheet:()=>Pk,FileStack:()=>Rk,FileSymlink:()=>zk,FileTerminal:()=>Hk,FileText:()=>Tk,FileType:()=>Dk,FileType2:()=>Bk,FileUp:()=>Vk,FileVideo:()=>Fk,FileVideo2:()=>jk,FileVolume:()=>Ok,FileVolume2:()=>Ek,FileWarning:()=>Uk,FileX:()=>Zk,FileX2:()=>Wk,Files:()=>Nk,Film:()=>_k,Filter:()=>Kk,FilterX:()=>Xk,Fingerprint:()=>Yk,FireExtinguisher:()=>Jk,Fish:()=>eu,FishOff:()=>$k,FishSymbol:()=>Qk,Flag:()=>iu,FlagOff:()=>au,FlagTriangleLeft:()=>tu,FlagTriangleRight:()=>ru,Flame:()=>ou,FlameKindling:()=>nu,Flashlight:()=>du,FlashlightOff:()=>cu,FlaskConical:()=>lu,FlaskConicalOff:()=>hu,FlaskRound:()=>yu,FlipHorizontal:()=>su,FlipHorizontal2:()=>pu,FlipVertical:()=>uu,FlipVertical2:()=>ku,Flower:()=>gu,Flower2:()=>Mu,Focus:()=>vu,FoldHorizontal:()=>mu,FoldVertical:()=>fu,Folder:()=>Yu,FolderArchive:()=>xu,FolderCheck:()=>wu,FolderClock:()=>Lu,FolderClosed:()=>Cu,FolderCode:()=>bu,FolderCog:()=>Su,FolderDot:()=>Iu,FolderDown:()=>Au,FolderGit:()=>Pu,FolderGit2:()=>qu,FolderHeart:()=>Ru,FolderInput:()=>zu,FolderKanban:()=>Hu,FolderKey:()=>Tu,FolderLock:()=>Bu,FolderMinus:()=>Du,FolderOpen:()=>ju,FolderOpenDot:()=>Vu,FolderOutput:()=>Fu,FolderPen:()=>Eu,FolderPlus:()=>Ou,FolderRoot:()=>Uu,FolderSearch:()=>Zu,FolderSearch2:()=>Wu,FolderSymlink:()=>Gu,FolderSync:()=>Nu,FolderTree:()=>_u,FolderUp:()=>Xu,FolderX:()=>Ku,Folders:()=>Ju,Footprints:()=>$u,Forklift:()=>Qu,Forward:()=>eM,Frame:()=>aM,Framer:()=>tM,Frown:()=>rM,Fuel:()=>iM,Fullscreen:()=>nM,GalleryHorizontal:()=>cM,GalleryHorizontalEnd:()=>oM,GalleryThumbnails:()=>dM,GalleryVertical:()=>lM,GalleryVerticalEnd:()=>hM,Gamepad:()=>pM,Gamepad2:()=>yM,Gauge:()=>sM,Gavel:()=>kM,Gem:()=>uM,Ghost:()=>MM,Gift:()=>gM,GitBranch:()=>mM,GitBranchPlus:()=>vM,GitCommitHorizontal:()=>fM,GitCommitVertical:()=>xM,GitCompare:()=>LM,GitCompareArrows:()=>wM,GitFork:()=>CM,GitGraph:()=>bM,GitMerge:()=>SM,GitPullRequest:()=>zM,GitPullRequestArrow:()=>IM,GitPullRequestClosed:()=>AM,GitPullRequestCreate:()=>PM,GitPullRequestCreateArrow:()=>qM,GitPullRequestDraft:()=>RM,Github:()=>HM,Gitlab:()=>TM,GlassWater:()=>BM,Glasses:()=>DM,Globe:()=>jM,GlobeLock:()=>VM,Goal:()=>FM,Grab:()=>EM,GraduationCap:()=>OM,Grape:()=>UM,Grid2x2:()=>GM,Grid2x2Check:()=>WM,Grid2x2X:()=>ZM,Grid3x3:()=>NM,Grip:()=>KM,GripHorizontal:()=>_M,GripVertical:()=>XM,Group:()=>YM,Guitar:()=>JM,Ham:()=>$M,Hammer:()=>QM,Hand:()=>ng,HandCoins:()=>eg,HandHeart:()=>ag,HandHelping:()=>tg,HandMetal:()=>rg,HandPlatter:()=>ig,Handshake:()=>og,HardDrive:()=>hg,HardDriveDownload:()=>cg,HardDriveUpload:()=>dg,HardHat:()=>lg,Hash:()=>yg,Haze:()=>pg,HdmiPort:()=>sg,Heading:()=>fg,Heading1:()=>kg,Heading2:()=>ug,Heading3:()=>Mg,Heading4:()=>gg,Heading5:()=>vg,Heading6:()=>mg,Headphones:()=>xg,Headset:()=>wg,Heart:()=>Ig,HeartCrack:()=>Lg,HeartHandshake:()=>Cg,HeartOff:()=>bg,HeartPulse:()=>Sg,Heater:()=>Ag,Hexagon:()=>qg,Highlighter:()=>Pg,History:()=>Rg,Hop:()=>Hg,HopOff:()=>zg,Hospital:()=>Tg,Hotel:()=>Bg,Hourglass:()=>Dg,House:()=>Fg,HousePlug:()=>Vg,HousePlus:()=>jg,IceCreamBowl:()=>Eg,IceCreamCone:()=>Og,IdCard:()=>Ug,Image:()=>Kg,ImageDown:()=>Wg,ImageMinus:()=>Zg,ImageOff:()=>Gg,ImagePlay:()=>Ng,ImagePlus:()=>_g,ImageUp:()=>Xg,Images:()=>Yg,Import:()=>Jg,Inbox:()=>$g,IndentDecrease:()=>Qg,IndentIncrease:()=>ev,IndianRupee:()=>av,Infinity:()=>tv,Info:()=>rv,InspectionPanel:()=>iv,Instagram:()=>nv,Italic:()=>ov,IterationCcw:()=>cv,IterationCw:()=>dv,JapaneseYen:()=>hv,Joystick:()=>lv,Kanban:()=>yv,Key:()=>kv,KeyRound:()=>pv,KeySquare:()=>sv,Keyboard:()=>gv,KeyboardMusic:()=>uv,KeyboardOff:()=>Mv,Lamp:()=>Lv,LampCeiling:()=>vv,LampDesk:()=>mv,LampFloor:()=>fv,LampWallDown:()=>xv,LampWallUp:()=>wv,LandPlot:()=>Cv,Landmark:()=>bv,Languages:()=>Sv,Laptop:()=>Av,LaptopMinimal:()=>Iv,Lasso:()=>Pv,LassoSelect:()=>qv,Laugh:()=>Rv,Layers:()=>Tv,Layers2:()=>zv,Layers3:()=>Hv,LayoutDashboard:()=>Bv,LayoutGrid:()=>Dv,LayoutList:()=>Vv,LayoutPanelLeft:()=>jv,LayoutPanelTop:()=>Fv,LayoutTemplate:()=>Ev,Leaf:()=>Ov,LeafyGreen:()=>Uv,Lectern:()=>Wv,LetterText:()=>Zv,Library:()=>Nv,LibraryBig:()=>Gv,LifeBuoy:()=>_v,Ligature:()=>Xv,Lightbulb:()=>Yv,LightbulbOff:()=>Kv,Link:()=>Qv,Link2:()=>$v,Link2Off:()=>Jv,Linkedin:()=>em,List:()=>Mm,ListCheck:()=>am,ListChecks:()=>tm,ListCollapse:()=>rm,ListEnd:()=>im,ListFilter:()=>nm,ListMinus:()=>om,ListMusic:()=>cm,ListOrdered:()=>dm,ListPlus:()=>hm,ListRestart:()=>lm,ListStart:()=>ym,ListTodo:()=>pm,ListTree:()=>sm,ListVideo:()=>km,ListX:()=>um,Loader:()=>mm,LoaderCircle:()=>gm,LoaderPinwheel:()=>vm,Locate:()=>wm,LocateFixed:()=>fm,LocateOff:()=>xm,Lock:()=>Sm,LockKeyhole:()=>Cm,LockKeyholeOpen:()=>Lm,LockOpen:()=>bm,LogIn:()=>Im,LogOut:()=>Am,Logs:()=>qm,Lollipop:()=>Pm,Luggage:()=>Rm,Magnet:()=>zm,Mail:()=>Om,MailCheck:()=>Hm,MailMinus:()=>Tm,MailOpen:()=>Bm,MailPlus:()=>Dm,MailQuestion:()=>Vm,MailSearch:()=>jm,MailWarning:()=>Fm,MailX:()=>Em,Mailbox:()=>Um,Mails:()=>Wm,Map:()=>tf,MapPin:()=>ef,MapPinCheck:()=>Gm,MapPinCheckInside:()=>Zm,MapPinHouse:()=>Nm,MapPinMinus:()=>Xm,MapPinMinusInside:()=>_m,MapPinOff:()=>Km,MapPinPlus:()=>Jm,MapPinPlusInside:()=>Ym,MapPinX:()=>Qm,MapPinXInside:()=>$m,MapPinned:()=>af,Martini:()=>rf,Maximize:()=>of,Maximize2:()=>nf,Medal:()=>cf,Megaphone:()=>hf,MegaphoneOff:()=>df,Meh:()=>lf,MemoryStick:()=>yf,Menu:()=>pf,Merge:()=>sf,MessageCircle:()=>Cf,MessageCircleCode:()=>kf,MessageCircleDashed:()=>uf,MessageCircleHeart:()=>Mf,MessageCircleMore:()=>gf,MessageCircleOff:()=>vf,MessageCirclePlus:()=>mf,MessageCircleQuestion:()=>ff,MessageCircleReply:()=>xf,MessageCircleWarning:()=>wf,MessageCircleX:()=>Lf,MessageSquare:()=>Ff,MessageSquareCode:()=>bf,MessageSquareDashed:()=>Sf,MessageSquareDiff:()=>If,MessageSquareDot:()=>Af,MessageSquareHeart:()=>qf,MessageSquareMore:()=>Pf,MessageSquareOff:()=>Rf,MessageSquarePlus:()=>zf,MessageSquareQuote:()=>Hf,MessageSquareReply:()=>Tf,MessageSquareShare:()=>Bf,MessageSquareText:()=>Df,MessageSquareWarning:()=>Vf,MessageSquareX:()=>jf,MessagesSquare:()=>Ef,Mic:()=>Wf,MicOff:()=>Of,MicVocal:()=>Uf,Microchip:()=>Zf,Microscope:()=>Gf,Microwave:()=>Nf,Milestone:()=>_f,Milk:()=>Kf,MilkOff:()=>Xf,Minimize:()=>Jf,Minimize2:()=>Yf,Minus:()=>$f,Monitor:()=>yx,MonitorCheck:()=>Qf,MonitorCog:()=>ex,MonitorDot:()=>ax,MonitorDown:()=>tx,MonitorOff:()=>rx,MonitorPause:()=>ix,MonitorPlay:()=>nx,MonitorSmartphone:()=>ox,MonitorSpeaker:()=>cx,MonitorStop:()=>dx,MonitorUp:()=>hx,MonitorX:()=>lx,Moon:()=>sx,MoonStar:()=>px,Mountain:()=>ux,MountainSnow:()=>kx,Mouse:()=>xx,MouseOff:()=>Mx,MousePointer:()=>fx,MousePointer2:()=>gx,MousePointerBan:()=>vx,MousePointerClick:()=>mx,Move:()=>Bx,Move3d:()=>wx,MoveDiagonal:()=>Cx,MoveDiagonal2:()=>Lx,MoveDown:()=>Ix,MoveDownLeft:()=>bx,MoveDownRight:()=>Sx,MoveHorizontal:()=>Ax,MoveLeft:()=>qx,MoveRight:()=>Px,MoveUp:()=>Hx,MoveUpLeft:()=>Rx,MoveUpRight:()=>zx,MoveVertical:()=>Tx,Music:()=>Fx,Music2:()=>Dx,Music3:()=>Vx,Music4:()=>jx,Navigation:()=>Wx,Navigation2:()=>Ox,Navigation2Off:()=>Ex,NavigationOff:()=>Ux,Network:()=>Zx,Newspaper:()=>Gx,Nfc:()=>Nx,Notebook:()=>Yx,NotebookPen:()=>_x,NotebookTabs:()=>Xx,NotebookText:()=>Kx,NotepadText:()=>$x,NotepadTextDashed:()=>Jx,Nut:()=>ew,NutOff:()=>Qx,Octagon:()=>iw,OctagonAlert:()=>aw,OctagonPause:()=>tw,OctagonX:()=>rw,Omega:()=>nw,Option:()=>ow,Orbit:()=>cw,Origami:()=>dw,Package:()=>Mw,Package2:()=>hw,PackageCheck:()=>lw,PackageMinus:()=>yw,PackageOpen:()=>pw,PackagePlus:()=>sw,PackageSearch:()=>kw,PackageX:()=>uw,PaintBucket:()=>gw,PaintRoller:()=>vw,Paintbrush:()=>fw,PaintbrushVertical:()=>mw,Palette:()=>xw,PanelBottom:()=>bw,PanelBottomClose:()=>ww,PanelBottomDashed:()=>Lw,PanelBottomOpen:()=>Cw,PanelLeft:()=>qw,PanelLeftClose:()=>Sw,PanelLeftDashed:()=>Iw,PanelLeftOpen:()=>Aw,PanelRight:()=>Hw,PanelRightClose:()=>Pw,PanelRightDashed:()=>Rw,PanelRightOpen:()=>zw,PanelTop:()=>Vw,PanelTopClose:()=>Tw,PanelTopDashed:()=>Bw,PanelTopOpen:()=>Dw,PanelsLeftBottom:()=>jw,PanelsRightBottom:()=>Fw,PanelsTopLeft:()=>Ew,Paperclip:()=>Ow,Parentheses:()=>Uw,ParkingMeter:()=>Ww,PartyPopper:()=>Zw,Pause:()=>Gw,PawPrint:()=>Nw,PcCase:()=>_w,Pen:()=>Jw,PenLine:()=>Xw,PenOff:()=>Kw,PenTool:()=>Yw,Pencil:()=>aL,PencilLine:()=>$w,PencilOff:()=>Qw,PencilRuler:()=>eL,Pentagon:()=>tL,Percent:()=>rL,PersonStanding:()=>iL,PhilippinePeso:()=>nL,Phone:()=>pL,PhoneCall:()=>oL,PhoneForwarded:()=>cL,PhoneIncoming:()=>dL,PhoneMissed:()=>hL,PhoneOff:()=>lL,PhoneOutgoing:()=>yL,Pi:()=>sL,Piano:()=>kL,Pickaxe:()=>uL,PictureInPicture:()=>gL,PictureInPicture2:()=>ML,PiggyBank:()=>vL,Pilcrow:()=>xL,PilcrowLeft:()=>mL,PilcrowRight:()=>fL,Pill:()=>LL,PillBottle:()=>wL,Pin:()=>bL,PinOff:()=>CL,Pipette:()=>SL,Pizza:()=>IL,Plane:()=>PL,PlaneLanding:()=>AL,PlaneTakeoff:()=>qL,Play:()=>RL,Plug:()=>TL,Plug2:()=>zL,PlugZap:()=>HL,Plus:()=>BL,Pocket:()=>VL,PocketKnife:()=>DL,Podcast:()=>jL,Pointer:()=>EL,PointerOff:()=>FL,Popcorn:()=>OL,Popsicle:()=>UL,PoundSterling:()=>WL,Power:()=>GL,PowerOff:()=>ZL,Presentation:()=>NL,Printer:()=>XL,PrinterCheck:()=>_L,Projector:()=>KL,Proportions:()=>YL,Puzzle:()=>JL,Pyramid:()=>$L,QrCode:()=>QL,Quote:()=>eC,Rabbit:()=>aC,Radar:()=>tC,Radiation:()=>rC,Radical:()=>iC,Radio:()=>cC,RadioReceiver:()=>nC,RadioTower:()=>oC,Radius:()=>dC,RailSymbol:()=>hC,Rainbow:()=>lC,Rat:()=>yC,Ratio:()=>pC,Receipt:()=>xC,ReceiptCent:()=>sC,ReceiptEuro:()=>kC,ReceiptIndianRupee:()=>uC,ReceiptJapaneseYen:()=>MC,ReceiptPoundSterling:()=>gC,ReceiptRussianRuble:()=>vC,ReceiptSwissFranc:()=>mC,ReceiptText:()=>fC,RectangleEllipsis:()=>wC,RectangleHorizontal:()=>LC,RectangleVertical:()=>CC,Recycle:()=>bC,Redo:()=>AC,Redo2:()=>SC,RedoDot:()=>IC,RefreshCcw:()=>PC,RefreshCcwDot:()=>qC,RefreshCw:()=>zC,RefreshCwOff:()=>RC,Refrigerator:()=>HC,Regex:()=>TC,RemoveFormatting:()=>BC,Repeat:()=>jC,Repeat1:()=>DC,Repeat2:()=>VC,Replace:()=>EC,ReplaceAll:()=>FC,Reply:()=>UC,ReplyAll:()=>OC,Rewind:()=>WC,Ribbon:()=>ZC,Rocket:()=>GC,RockingChair:()=>NC,RollerCoaster:()=>_C,Rotate3d:()=>XC,RotateCcw:()=>YC,RotateCcwSquare:()=>KC,RotateCw:()=>$C,RotateCwSquare:()=>JC,Route:()=>eb,RouteOff:()=>QC,Router:()=>ab,Rows2:()=>tb,Rows3:()=>rb,Rows4:()=>ib,Rss:()=>nb,Ruler:()=>ob,RussianRuble:()=>cb,Sailboat:()=>db,Salad:()=>hb,Sandwich:()=>lb,Satellite:()=>pb,SatelliteDish:()=>yb,Save:()=>ub,SaveAll:()=>sb,SaveOff:()=>kb,Scale:()=>gb,Scale3d:()=>Mb,Scaling:()=>vb,Scan:()=>Sb,ScanBarcode:()=>mb,ScanEye:()=>fb,ScanFace:()=>xb,ScanLine:()=>wb,ScanQrCode:()=>Lb,ScanSearch:()=>Cb,ScanText:()=>bb,School:()=>Ib,Scissors:()=>qb,ScissorsLineDashed:()=>Ab,ScreenShare:()=>Rb,ScreenShareOff:()=>Pb,Scroll:()=>Hb,ScrollText:()=>zb,Search:()=>jb,SearchCheck:()=>Tb,SearchCode:()=>Bb,SearchSlash:()=>Db,SearchX:()=>Vb,Section:()=>Fb,Send:()=>Ub,SendHorizontal:()=>Eb,SendToBack:()=>Ob,SeparatorHorizontal:()=>Wb,SeparatorVertical:()=>Zb,Server:()=>Xb,ServerCog:()=>Gb,ServerCrash:()=>Nb,ServerOff:()=>_b,Settings:()=>Yb,Settings2:()=>Kb,Shapes:()=>Jb,Share:()=>Qb,Share2:()=>$b,Sheet:()=>eS,Shell:()=>aS,Shield:()=>pS,ShieldAlert:()=>tS,ShieldBan:()=>rS,ShieldCheck:()=>iS,ShieldEllipsis:()=>nS,ShieldHalf:()=>oS,ShieldMinus:()=>cS,ShieldOff:()=>dS,ShieldPlus:()=>hS,ShieldQuestion:()=>lS,ShieldX:()=>yS,Ship:()=>kS,ShipWheel:()=>sS,Shirt:()=>uS,ShoppingBag:()=>MS,ShoppingBasket:()=>gS,ShoppingCart:()=>vS,Shovel:()=>mS,ShowerHead:()=>fS,Shrink:()=>xS,Shrub:()=>wS,Shuffle:()=>LS,Sigma:()=>CS,Signal:()=>qS,SignalHigh:()=>bS,SignalLow:()=>SS,SignalMedium:()=>IS,SignalZero:()=>AS,Signature:()=>PS,Signpost:()=>zS,SignpostBig:()=>RS,Siren:()=>HS,SkipBack:()=>TS,SkipForward:()=>BS,Skull:()=>DS,Slack:()=>VS,Slash:()=>jS,Slice:()=>FS,SlidersHorizontal:()=>ES,SlidersVertical:()=>OS,Smartphone:()=>ZS,SmartphoneCharging:()=>US,SmartphoneNfc:()=>WS,Smile:()=>NS,SmilePlus:()=>GS,Snail:()=>_S,Snowflake:()=>XS,Sofa:()=>KS,Soup:()=>YS,Space:()=>JS,Spade:()=>$S,Sparkle:()=>QS,Sparkles:()=>eI,Speaker:()=>aI,Speech:()=>tI,SpellCheck:()=>iI,SpellCheck2:()=>rI,Spline:()=>nI,Split:()=>oI,SprayCan:()=>cI,Sprout:()=>dI,Square:()=>sA,SquareActivity:()=>hI,SquareArrowDown:()=>pI,SquareArrowDownLeft:()=>lI,SquareArrowDownRight:()=>yI,SquareArrowLeft:()=>sI,SquareArrowOutDownLeft:()=>kI,SquareArrowOutDownRight:()=>uI,SquareArrowOutUpLeft:()=>MI,SquareArrowOutUpRight:()=>gI,SquareArrowRight:()=>vI,SquareArrowUp:()=>xI,SquareArrowUpLeft:()=>mI,SquareArrowUpRight:()=>fI,SquareAsterisk:()=>wI,SquareBottomDashedScissors:()=>LI,SquareChartGantt:()=>CI,SquareCheck:()=>SI,SquareCheckBig:()=>bI,SquareChevronDown:()=>II,SquareChevronLeft:()=>AI,SquareChevronRight:()=>qI,SquareChevronUp:()=>PI,SquareCode:()=>RI,SquareDashedBottom:()=>HI,SquareDashedBottomCode:()=>zI,SquareDashedKanban:()=>TI,SquareDashedMousePointer:()=>BI,SquareDivide:()=>DI,SquareDot:()=>VI,SquareEqual:()=>jI,SquareFunction:()=>FI,SquareKanban:()=>EI,SquareLibrary:()=>OI,SquareM:()=>UI,SquareMenu:()=>WI,SquareMinus:()=>ZI,SquareMousePointer:()=>GI,SquareParking:()=>_I,SquareParkingOff:()=>NI,SquarePen:()=>XI,SquarePercent:()=>KI,SquarePi:()=>YI,SquarePilcrow:()=>JI,SquarePlay:()=>$I,SquarePlus:()=>QI,SquarePower:()=>eA,SquareRadical:()=>aA,SquareScissors:()=>tA,SquareSigma:()=>rA,SquareSlash:()=>iA,SquareSplitHorizontal:()=>nA,SquareSplitVertical:()=>oA,SquareSquare:()=>cA,SquareStack:()=>dA,SquareTerminal:()=>hA,SquareUser:()=>yA,SquareUserRound:()=>lA,SquareX:()=>pA,Squircle:()=>kA,Squirrel:()=>uA,Stamp:()=>MA,Star:()=>mA,StarHalf:()=>gA,StarOff:()=>vA,StepBack:()=>fA,StepForward:()=>xA,Stethoscope:()=>wA,Sticker:()=>LA,StickyNote:()=>CA,Store:()=>bA,StretchHorizontal:()=>SA,StretchVertical:()=>IA,Strikethrough:()=>AA,Subscript:()=>qA,Sun:()=>TA,SunDim:()=>PA,SunMedium:()=>RA,SunMoon:()=>zA,SunSnow:()=>HA,Sunrise:()=>BA,Sunset:()=>DA,Superscript:()=>VA,SwatchBook:()=>jA,SwissFranc:()=>FA,SwitchCamera:()=>EA,Sword:()=>OA,Swords:()=>UA,Syringe:()=>WA,Table:()=>JA,Table2:()=>ZA,TableCellsMerge:()=>GA,TableCellsSplit:()=>NA,TableColumnsSplit:()=>_A,TableOfContents:()=>XA,TableProperties:()=>KA,TableRowsSplit:()=>YA,Tablet:()=>QA,TabletSmartphone:()=>$A,Tablets:()=>eq,Tag:()=>aq,Tags:()=>tq,Tally1:()=>rq,Tally2:()=>iq,Tally3:()=>nq,Tally4:()=>oq,Tally5:()=>cq,Tangent:()=>dq,Target:()=>hq,Telescope:()=>lq,Tent:()=>pq,TentTree:()=>yq,Terminal:()=>sq,TestTube:()=>uq,TestTubeDiagonal:()=>kq,TestTubes:()=>Mq,Text:()=>wq,TextCursor:()=>vq,TextCursorInput:()=>gq,TextQuote:()=>mq,TextSearch:()=>fq,TextSelect:()=>xq,Theater:()=>Lq,Thermometer:()=>Sq,ThermometerSnowflake:()=>Cq,ThermometerSun:()=>bq,ThumbsDown:()=>Iq,ThumbsUp:()=>Aq,Ticket:()=>Bq,TicketCheck:()=>qq,TicketMinus:()=>Pq,TicketPercent:()=>Rq,TicketPlus:()=>zq,TicketSlash:()=>Hq,TicketX:()=>Tq,Tickets:()=>Dq,Timer:()=>Fq,TimerOff:()=>Vq,TimerReset:()=>jq,ToggleLeft:()=>Eq,ToggleRight:()=>Oq,Tornado:()=>Uq,Torus:()=>Wq,Touchpad:()=>Gq,TouchpadOff:()=>Zq,TowerControl:()=>Nq,ToyBrick:()=>_q,Tractor:()=>Xq,TrafficCone:()=>Kq,TrainFront:()=>Jq,TrainFrontTunnel:()=>Yq,TrainTrack:()=>$q,TramFront:()=>Qq,Trash:()=>aP,Trash2:()=>eP,TreeDeciduous:()=>tP,TreePalm:()=>rP,TreePine:()=>iP,Trees:()=>nP,Trello:()=>oP,TrendingDown:()=>cP,TrendingUp:()=>dP,Triangle:()=>yP,TriangleAlert:()=>hP,TriangleRight:()=>lP,Trophy:()=>pP,Truck:()=>sP,Turtle:()=>kP,Tv:()=>gP,TvMinimal:()=>MP,TvMinimalPlay:()=>uP,Twitch:()=>vP,Twitter:()=>mP,Type:()=>xP,TypeOutline:()=>fP,Umbrella:()=>LP,UmbrellaOff:()=>wP,Underline:()=>CP,Undo:()=>IP,Undo2:()=>bP,UndoDot:()=>SP,UnfoldHorizontal:()=>AP,UnfoldVertical:()=>qP,Ungroup:()=>PP,University:()=>RP,Unlink:()=>HP,Unlink2:()=>zP,Unplug:()=>TP,Upload:()=>BP,Usb:()=>DP,User:()=>$P,UserCheck:()=>VP,UserCog:()=>jP,UserMinus:()=>FP,UserPen:()=>EP,UserPlus:()=>OP,UserRound:()=>KP,UserRoundCheck:()=>UP,UserRoundCog:()=>WP,UserRoundMinus:()=>ZP,UserRoundPen:()=>GP,UserRoundPlus:()=>NP,UserRoundSearch:()=>_P,UserRoundX:()=>XP,UserSearch:()=>YP,UserX:()=>JP,Users:()=>eR,UsersRound:()=>QP,Utensils:()=>tR,UtensilsCrossed:()=>aR,UtilityPole:()=>rR,Variable:()=>iR,Vault:()=>nR,Vegan:()=>oR,VenetianMask:()=>cR,Vibrate:()=>hR,VibrateOff:()=>dR,Video:()=>yR,VideoOff:()=>lR,Videotape:()=>pR,View:()=>sR,Voicemail:()=>kR,Volume:()=>vR,Volume1:()=>uR,Volume2:()=>MR,VolumeX:()=>gR,Vote:()=>mR,Wallet:()=>wR,WalletCards:()=>fR,WalletMinimal:()=>xR,Wallpaper:()=>LR,Wand:()=>bR,WandSparkles:()=>CR,Warehouse:()=>SR,WashingMachine:()=>IR,Watch:()=>AR,Waves:()=>qR,Waypoints:()=>PR,Webcam:()=>RR,Webhook:()=>HR,WebhookOff:()=>zR,Weight:()=>TR,Wheat:()=>DR,WheatOff:()=>BR,WholeWord:()=>VR,Wifi:()=>UR,WifiHigh:()=>jR,WifiLow:()=>FR,WifiOff:()=>ER,WifiZero:()=>OR,Wind:()=>WR,Wine:()=>GR,WineOff:()=>ZR,Workflow:()=>NR,Worm:()=>_R,WrapText:()=>XR,Wrench:()=>KR,X:()=>YR,Youtube:()=>JR,Zap:()=>QR,ZapOff:()=>$R,ZoomIn:()=>ez,ZoomOut:()=>az});var a={};r.r(a),r.d(a,{AArrowDown:()=>Gr,AArrowDownIcon:()=>Gr,AArrowUp:()=>Nr,AArrowUpIcon:()=>Nr,ALargeSmall:()=>_r,ALargeSmallIcon:()=>_r,Accessibility:()=>Xr,AccessibilityIcon:()=>Xr,Activity:()=>Kr,ActivityIcon:()=>Kr,ActivitySquare:()=>hI,ActivitySquareIcon:()=>hI,AirVent:()=>Yr,AirVentIcon:()=>Yr,Airplay:()=>Jr,AirplayIcon:()=>Jr,AlarmCheck:()=>$r,AlarmCheckIcon:()=>$r,AlarmClock:()=>ti,AlarmClockCheck:()=>$r,AlarmClockCheckIcon:()=>$r,AlarmClockIcon:()=>ti,AlarmClockMinus:()=>Qr,AlarmClockMinusIcon:()=>Qr,AlarmClockOff:()=>ei,AlarmClockOffIcon:()=>ei,AlarmClockPlus:()=>ai,AlarmClockPlusIcon:()=>ai,AlarmMinus:()=>Qr,AlarmMinusIcon:()=>Qr,AlarmPlus:()=>ai,AlarmPlusIcon:()=>ai,AlarmSmoke:()=>ri,AlarmSmokeIcon:()=>ri,Album:()=>ii,AlbumIcon:()=>ii,AlertCircle:()=>Nh,AlertCircleIcon:()=>Nh,AlertOctagon:()=>aw,AlertOctagonIcon:()=>aw,AlertTriangle:()=>hP,AlertTriangleIcon:()=>hP,AlignCenter:()=>ci,AlignCenterHorizontal:()=>ni,AlignCenterHorizontalIcon:()=>ni,AlignCenterIcon:()=>ci,AlignCenterVertical:()=>oi,AlignCenterVerticalIcon:()=>oi,AlignEndHorizontal:()=>di,AlignEndHorizontalIcon:()=>di,AlignEndVertical:()=>hi,AlignEndVerticalIcon:()=>hi,AlignHorizontalDistributeCenter:()=>li,AlignHorizontalDistributeCenterIcon:()=>li,AlignHorizontalDistributeEnd:()=>yi,AlignHorizontalDistributeEndIcon:()=>yi,AlignHorizontalDistributeStart:()=>pi,AlignHorizontalDistributeStartIcon:()=>pi,AlignHorizontalJustifyCenter:()=>si,AlignHorizontalJustifyCenterIcon:()=>si,AlignHorizontalJustifyEnd:()=>ki,AlignHorizontalJustifyEndIcon:()=>ki,AlignHorizontalJustifyStart:()=>ui,AlignHorizontalJustifyStartIcon:()=>ui,AlignHorizontalSpaceAround:()=>Mi,AlignHorizontalSpaceAroundIcon:()=>Mi,AlignHorizontalSpaceBetween:()=>gi,AlignHorizontalSpaceBetweenIcon:()=>gi,AlignJustify:()=>vi,AlignJustifyIcon:()=>vi,AlignLeft:()=>mi,AlignLeftIcon:()=>mi,AlignRight:()=>fi,AlignRightIcon:()=>fi,AlignStartHorizontal:()=>xi,AlignStartHorizontalIcon:()=>xi,AlignStartVertical:()=>wi,AlignStartVerticalIcon:()=>wi,AlignVerticalDistributeCenter:()=>Li,AlignVerticalDistributeCenterIcon:()=>Li,AlignVerticalDistributeEnd:()=>Ci,AlignVerticalDistributeEndIcon:()=>Ci,AlignVerticalDistributeStart:()=>bi,AlignVerticalDistributeStartIcon:()=>bi,AlignVerticalJustifyCenter:()=>Si,AlignVerticalJustifyCenterIcon:()=>Si,AlignVerticalJustifyEnd:()=>Ii,AlignVerticalJustifyEndIcon:()=>Ii,AlignVerticalJustifyStart:()=>Ai,AlignVerticalJustifyStartIcon:()=>Ai,AlignVerticalSpaceAround:()=>qi,AlignVerticalSpaceAroundIcon:()=>qi,AlignVerticalSpaceBetween:()=>Pi,AlignVerticalSpaceBetweenIcon:()=>Pi,Ambulance:()=>Ri,AmbulanceIcon:()=>Ri,Ampersand:()=>zi,AmpersandIcon:()=>zi,Ampersands:()=>Hi,AmpersandsIcon:()=>Hi,Amphora:()=>Ti,AmphoraIcon:()=>Ti,Anchor:()=>Bi,AnchorIcon:()=>Bi,Angry:()=>Di,AngryIcon:()=>Di,Annoyed:()=>Vi,AnnoyedIcon:()=>Vi,Antenna:()=>ji,AntennaIcon:()=>ji,Anvil:()=>Fi,AnvilIcon:()=>Fi,Aperture:()=>Ei,ApertureIcon:()=>Ei,AppWindow:()=>Ui,AppWindowIcon:()=>Ui,AppWindowMac:()=>Oi,AppWindowMacIcon:()=>Oi,Apple:()=>Wi,AppleIcon:()=>Wi,Archive:()=>Ni,ArchiveIcon:()=>Ni,ArchiveRestore:()=>Zi,ArchiveRestoreIcon:()=>Zi,ArchiveX:()=>Gi,ArchiveXIcon:()=>Gi,AreaChart:()=>ah,AreaChartIcon:()=>ah,Armchair:()=>_i,ArmchairIcon:()=>_i,ArrowBigDown:()=>Ki,ArrowBigDownDash:()=>Xi,ArrowBigDownDashIcon:()=>Xi,ArrowBigDownIcon:()=>Ki,ArrowBigLeft:()=>Ji,ArrowBigLeftDash:()=>Yi,ArrowBigLeftDashIcon:()=>Yi,ArrowBigLeftIcon:()=>Ji,ArrowBigRight:()=>Qi,ArrowBigRightDash:()=>$i,ArrowBigRightDashIcon:()=>$i,ArrowBigRightIcon:()=>Qi,ArrowBigUp:()=>an,ArrowBigUpDash:()=>en,ArrowBigUpDashIcon:()=>en,ArrowBigUpIcon:()=>an,ArrowDown:()=>un,ArrowDown01:()=>tn,ArrowDown01Icon:()=>tn,ArrowDown10:()=>rn,ArrowDown10Icon:()=>rn,ArrowDownAZ:()=>nn,ArrowDownAZIcon:()=>nn,ArrowDownAz:()=>nn,ArrowDownAzIcon:()=>nn,ArrowDownCircle:()=>_h,ArrowDownCircleIcon:()=>_h,ArrowDownFromLine:()=>on,ArrowDownFromLineIcon:()=>on,ArrowDownIcon:()=>un,ArrowDownLeft:()=>cn,ArrowDownLeftFromCircle:()=>Kh,ArrowDownLeftFromCircleIcon:()=>Kh,ArrowDownLeftFromSquare:()=>kI,ArrowDownLeftFromSquareIcon:()=>kI,ArrowDownLeftIcon:()=>cn,ArrowDownLeftSquare:()=>lI,ArrowDownLeftSquareIcon:()=>lI,ArrowDownNarrowWide:()=>dn,ArrowDownNarrowWideIcon:()=>dn,ArrowDownRight:()=>hn,ArrowDownRightFromCircle:()=>Yh,ArrowDownRightFromCircleIcon:()=>Yh,ArrowDownRightFromSquare:()=>uI,ArrowDownRightFromSquareIcon:()=>uI,ArrowDownRightIcon:()=>hn,ArrowDownRightSquare:()=>yI,ArrowDownRightSquareIcon:()=>yI,ArrowDownSquare:()=>pI,ArrowDownSquareIcon:()=>pI,ArrowDownToDot:()=>ln,ArrowDownToDotIcon:()=>ln,ArrowDownToLine:()=>yn,ArrowDownToLineIcon:()=>yn,ArrowDownUp:()=>pn,ArrowDownUpIcon:()=>pn,ArrowDownWideNarrow:()=>sn,ArrowDownWideNarrowIcon:()=>sn,ArrowDownZA:()=>kn,ArrowDownZAIcon:()=>kn,ArrowDownZa:()=>kn,ArrowDownZaIcon:()=>kn,ArrowLeft:()=>mn,ArrowLeftCircle:()=>Xh,ArrowLeftCircleIcon:()=>Xh,ArrowLeftFromLine:()=>Mn,ArrowLeftFromLineIcon:()=>Mn,ArrowLeftIcon:()=>mn,ArrowLeftRight:()=>gn,ArrowLeftRightIcon:()=>gn,ArrowLeftSquare:()=>sI,ArrowLeftSquareIcon:()=>sI,ArrowLeftToLine:()=>vn,ArrowLeftToLineIcon:()=>vn,ArrowRight:()=>Ln,ArrowRightCircle:()=>Qh,ArrowRightCircleIcon:()=>Qh,ArrowRightFromLine:()=>fn,ArrowRightFromLineIcon:()=>fn,ArrowRightIcon:()=>Ln,ArrowRightLeft:()=>xn,ArrowRightLeftIcon:()=>xn,ArrowRightSquare:()=>vI,ArrowRightSquareIcon:()=>vI,ArrowRightToLine:()=>wn,ArrowRightToLineIcon:()=>wn,ArrowUp:()=>Dn,ArrowUp01:()=>Cn,ArrowUp01Icon:()=>Cn,ArrowUp10:()=>bn,ArrowUp10Icon:()=>bn,ArrowUpAZ:()=>Sn,ArrowUpAZIcon:()=>Sn,ArrowUpAz:()=>Sn,ArrowUpAzIcon:()=>Sn,ArrowUpCircle:()=>el,ArrowUpCircleIcon:()=>el,ArrowUpDown:()=>In,ArrowUpDownIcon:()=>In,ArrowUpFromDot:()=>An,ArrowUpFromDotIcon:()=>An,ArrowUpFromLine:()=>qn,ArrowUpFromLineIcon:()=>qn,ArrowUpIcon:()=>Dn,ArrowUpLeft:()=>Pn,ArrowUpLeftFromCircle:()=>Jh,ArrowUpLeftFromCircleIcon:()=>Jh,ArrowUpLeftFromSquare:()=>MI,ArrowUpLeftFromSquareIcon:()=>MI,ArrowUpLeftIcon:()=>Pn,ArrowUpLeftSquare:()=>mI,ArrowUpLeftSquareIcon:()=>mI,ArrowUpNarrowWide:()=>Rn,ArrowUpNarrowWideIcon:()=>Rn,ArrowUpRight:()=>zn,ArrowUpRightFromCircle:()=>$h,ArrowUpRightFromCircleIcon:()=>$h,ArrowUpRightFromSquare:()=>gI,ArrowUpRightFromSquareIcon:()=>gI,ArrowUpRightIcon:()=>zn,ArrowUpRightSquare:()=>fI,ArrowUpRightSquareIcon:()=>fI,ArrowUpSquare:()=>xI,ArrowUpSquareIcon:()=>xI,ArrowUpToLine:()=>Hn,ArrowUpToLineIcon:()=>Hn,ArrowUpWideNarrow:()=>Tn,ArrowUpWideNarrowIcon:()=>Tn,ArrowUpZA:()=>Bn,ArrowUpZAIcon:()=>Bn,ArrowUpZa:()=>Bn,ArrowUpZaIcon:()=>Bn,ArrowsUpFromLine:()=>Vn,ArrowsUpFromLineIcon:()=>Vn,Asterisk:()=>jn,AsteriskIcon:()=>jn,AsteriskSquare:()=>wI,AsteriskSquareIcon:()=>wI,AtSign:()=>Fn,AtSignIcon:()=>Fn,Atom:()=>En,AtomIcon:()=>En,AudioLines:()=>On,AudioLinesIcon:()=>On,AudioWaveform:()=>Un,AudioWaveformIcon:()=>Un,Award:()=>Wn,AwardIcon:()=>Wn,Axe:()=>Zn,AxeIcon:()=>Zn,Axis3D:()=>Gn,Axis3DIcon:()=>Gn,Axis3d:()=>Gn,Axis3dIcon:()=>Gn,Baby:()=>Nn,BabyIcon:()=>Nn,Backpack:()=>_n,BackpackIcon:()=>_n,Badge:()=>yo,BadgeAlert:()=>Xn,BadgeAlertIcon:()=>Xn,BadgeCent:()=>Kn,BadgeCentIcon:()=>Kn,BadgeCheck:()=>Yn,BadgeCheckIcon:()=>Yn,BadgeDollarSign:()=>Jn,BadgeDollarSignIcon:()=>Jn,BadgeEuro:()=>$n,BadgeEuroIcon:()=>$n,BadgeHelp:()=>Qn,BadgeHelpIcon:()=>Qn,BadgeIcon:()=>yo,BadgeIndianRupee:()=>eo,BadgeIndianRupeeIcon:()=>eo,BadgeInfo:()=>ao,BadgeInfoIcon:()=>ao,BadgeJapaneseYen:()=>to,BadgeJapaneseYenIcon:()=>to,BadgeMinus:()=>ro,BadgeMinusIcon:()=>ro,BadgePercent:()=>io,BadgePercentIcon:()=>io,BadgePlus:()=>no,BadgePlusIcon:()=>no,BadgePoundSterling:()=>oo,BadgePoundSterlingIcon:()=>oo,BadgeRussianRuble:()=>co,BadgeRussianRubleIcon:()=>co,BadgeSwissFranc:()=>ho,BadgeSwissFrancIcon:()=>ho,BadgeX:()=>lo,BadgeXIcon:()=>lo,BaggageClaim:()=>po,BaggageClaimIcon:()=>po,Ban:()=>so,BanIcon:()=>so,Banana:()=>ko,BananaIcon:()=>ko,Bandage:()=>uo,BandageIcon:()=>uo,Banknote:()=>Mo,BanknoteIcon:()=>Mo,BarChart:()=>Mh,BarChart2:()=>gh,BarChart2Icon:()=>gh,BarChart3:()=>ph,BarChart3Icon:()=>ph,BarChart4:()=>lh,BarChart4Icon:()=>lh,BarChartBig:()=>dh,BarChartBigIcon:()=>dh,BarChartHorizontal:()=>oh,BarChartHorizontalBig:()=>th,BarChartHorizontalBigIcon:()=>th,BarChartHorizontalIcon:()=>oh,BarChartIcon:()=>Mh,Barcode:()=>go,BarcodeIcon:()=>go,Baseline:()=>vo,BaselineIcon:()=>vo,Bath:()=>mo,BathIcon:()=>mo,Battery:()=>bo,BatteryCharging:()=>fo,BatteryChargingIcon:()=>fo,BatteryFull:()=>xo,BatteryFullIcon:()=>xo,BatteryIcon:()=>bo,BatteryLow:()=>wo,BatteryLowIcon:()=>wo,BatteryMedium:()=>Lo,BatteryMediumIcon:()=>Lo,BatteryWarning:()=>Co,BatteryWarningIcon:()=>Co,Beaker:()=>So,BeakerIcon:()=>So,Bean:()=>Ao,BeanIcon:()=>Ao,BeanOff:()=>Io,BeanOffIcon:()=>Io,Bed:()=>Ro,BedDouble:()=>qo,BedDoubleIcon:()=>qo,BedIcon:()=>Ro,BedSingle:()=>Po,BedSingleIcon:()=>Po,Beef:()=>zo,BeefIcon:()=>zo,Beer:()=>To,BeerIcon:()=>To,BeerOff:()=>Ho,BeerOffIcon:()=>Ho,Bell:()=>Oo,BellDot:()=>Bo,BellDotIcon:()=>Bo,BellElectric:()=>Do,BellElectricIcon:()=>Do,BellIcon:()=>Oo,BellMinus:()=>Vo,BellMinusIcon:()=>Vo,BellOff:()=>jo,BellOffIcon:()=>jo,BellPlus:()=>Fo,BellPlusIcon:()=>Fo,BellRing:()=>Eo,BellRingIcon:()=>Eo,BetweenHorizonalEnd:()=>Uo,BetweenHorizonalEndIcon:()=>Uo,BetweenHorizonalStart:()=>Wo,BetweenHorizonalStartIcon:()=>Wo,BetweenHorizontalEnd:()=>Uo,BetweenHorizontalEndIcon:()=>Uo,BetweenHorizontalStart:()=>Wo,BetweenHorizontalStartIcon:()=>Wo,BetweenVerticalEnd:()=>Zo,BetweenVerticalEndIcon:()=>Zo,BetweenVerticalStart:()=>Go,BetweenVerticalStartIcon:()=>Go,BicepsFlexed:()=>No,BicepsFlexedIcon:()=>No,Bike:()=>_o,BikeIcon:()=>_o,Binary:()=>Xo,BinaryIcon:()=>Xo,Binoculars:()=>Ko,BinocularsIcon:()=>Ko,Biohazard:()=>Yo,BiohazardIcon:()=>Yo,Bird:()=>Jo,BirdIcon:()=>Jo,Bitcoin:()=>$o,BitcoinIcon:()=>$o,Blend:()=>Qo,BlendIcon:()=>Qo,Blinds:()=>ec,BlindsIcon:()=>ec,Blocks:()=>ac,BlocksIcon:()=>ac,Bluetooth:()=>nc,BluetoothConnected:()=>tc,BluetoothConnectedIcon:()=>tc,BluetoothIcon:()=>nc,BluetoothOff:()=>rc,BluetoothOffIcon:()=>rc,BluetoothSearching:()=>ic,BluetoothSearchingIcon:()=>ic,Bold:()=>oc,BoldIcon:()=>oc,Bolt:()=>cc,BoltIcon:()=>cc,Bomb:()=>dc,BombIcon:()=>dc,Bone:()=>hc,BoneIcon:()=>hc,Book:()=>Hc,BookA:()=>lc,BookAIcon:()=>lc,BookAudio:()=>yc,BookAudioIcon:()=>yc,BookCheck:()=>pc,BookCheckIcon:()=>pc,BookCopy:()=>sc,BookCopyIcon:()=>sc,BookDashed:()=>kc,BookDashedIcon:()=>kc,BookDown:()=>uc,BookDownIcon:()=>uc,BookHeadphones:()=>Mc,BookHeadphonesIcon:()=>Mc,BookHeart:()=>gc,BookHeartIcon:()=>gc,BookIcon:()=>Hc,BookImage:()=>vc,BookImageIcon:()=>vc,BookKey:()=>mc,BookKeyIcon:()=>mc,BookLock:()=>fc,BookLockIcon:()=>fc,BookMarked:()=>xc,BookMarkedIcon:()=>xc,BookMinus:()=>wc,BookMinusIcon:()=>wc,BookOpen:()=>bc,BookOpenCheck:()=>Lc,BookOpenCheckIcon:()=>Lc,BookOpenIcon:()=>bc,BookOpenText:()=>Cc,BookOpenTextIcon:()=>Cc,BookPlus:()=>Sc,BookPlusIcon:()=>Sc,BookTemplate:()=>kc,BookTemplateIcon:()=>kc,BookText:()=>Ic,BookTextIcon:()=>Ic,BookType:()=>Ac,BookTypeIcon:()=>Ac,BookUp:()=>Pc,BookUp2:()=>qc,BookUp2Icon:()=>qc,BookUpIcon:()=>Pc,BookUser:()=>Rc,BookUserIcon:()=>Rc,BookX:()=>zc,BookXIcon:()=>zc,Bookmark:()=>jc,BookmarkCheck:()=>Tc,BookmarkCheckIcon:()=>Tc,BookmarkIcon:()=>jc,BookmarkMinus:()=>Bc,BookmarkMinusIcon:()=>Bc,BookmarkPlus:()=>Dc,BookmarkPlusIcon:()=>Dc,BookmarkX:()=>Vc,BookmarkXIcon:()=>Vc,BoomBox:()=>Fc,BoomBoxIcon:()=>Fc,Bot:()=>Uc,BotIcon:()=>Uc,BotMessageSquare:()=>Ec,BotMessageSquareIcon:()=>Ec,BotOff:()=>Oc,BotOffIcon:()=>Oc,Box:()=>Zc,BoxIcon:()=>Zc,BoxSelect:()=>Wc,BoxSelectIcon:()=>Wc,Boxes:()=>Gc,BoxesIcon:()=>Gc,Braces:()=>Nc,BracesIcon:()=>Nc,Brackets:()=>_c,BracketsIcon:()=>_c,Brain:()=>Yc,BrainCircuit:()=>Xc,BrainCircuitIcon:()=>Xc,BrainCog:()=>Kc,BrainCogIcon:()=>Kc,BrainIcon:()=>Yc,BrickWall:()=>Jc,BrickWallIcon:()=>Jc,Briefcase:()=>ed,BriefcaseBusiness:()=>$c,BriefcaseBusinessIcon:()=>$c,BriefcaseIcon:()=>ed,BriefcaseMedical:()=>Qc,BriefcaseMedicalIcon:()=>Qc,BringToFront:()=>ad,BringToFrontIcon:()=>ad,Brush:()=>td,BrushIcon:()=>td,Bug:()=>nd,BugIcon:()=>nd,BugOff:()=>rd,BugOffIcon:()=>rd,BugPlay:()=>id,BugPlayIcon:()=>id,Building:()=>cd,Building2:()=>od,Building2Icon:()=>od,BuildingIcon:()=>cd,Bus:()=>hd,BusFront:()=>dd,BusFrontIcon:()=>dd,BusIcon:()=>hd,Cable:()=>yd,CableCar:()=>ld,CableCarIcon:()=>ld,CableIcon:()=>yd,Cake:()=>sd,CakeIcon:()=>sd,CakeSlice:()=>pd,CakeSliceIcon:()=>pd,Calculator:()=>kd,CalculatorIcon:()=>kd,Calendar:()=>Hd,CalendarArrowDown:()=>ud,CalendarArrowDownIcon:()=>ud,CalendarArrowUp:()=>Md,CalendarArrowUpIcon:()=>Md,CalendarCheck:()=>vd,CalendarCheck2:()=>gd,CalendarCheck2Icon:()=>gd,CalendarCheckIcon:()=>vd,CalendarClock:()=>md,CalendarClockIcon:()=>md,CalendarCog:()=>fd,CalendarCogIcon:()=>fd,CalendarDays:()=>xd,CalendarDaysIcon:()=>xd,CalendarFold:()=>wd,CalendarFoldIcon:()=>wd,CalendarHeart:()=>Ld,CalendarHeartIcon:()=>Ld,CalendarIcon:()=>Hd,CalendarMinus:()=>bd,CalendarMinus2:()=>Cd,CalendarMinus2Icon:()=>Cd,CalendarMinusIcon:()=>bd,CalendarOff:()=>Sd,CalendarOffIcon:()=>Sd,CalendarPlus:()=>Ad,CalendarPlus2:()=>Id,CalendarPlus2Icon:()=>Id,CalendarPlusIcon:()=>Ad,CalendarRange:()=>qd,CalendarRangeIcon:()=>qd,CalendarSearch:()=>Pd,CalendarSearchIcon:()=>Pd,CalendarX:()=>zd,CalendarX2:()=>Rd,CalendarX2Icon:()=>Rd,CalendarXIcon:()=>zd,Camera:()=>Bd,CameraIcon:()=>Bd,CameraOff:()=>Td,CameraOffIcon:()=>Td,CandlestickChart:()=>ch,CandlestickChartIcon:()=>ch,Candy:()=>jd,CandyCane:()=>Dd,CandyCaneIcon:()=>Dd,CandyIcon:()=>jd,CandyOff:()=>Vd,CandyOffIcon:()=>Vd,Cannabis:()=>Fd,CannabisIcon:()=>Fd,Captions:()=>Od,CaptionsIcon:()=>Od,CaptionsOff:()=>Ed,CaptionsOffIcon:()=>Ed,Car:()=>Zd,CarFront:()=>Ud,CarFrontIcon:()=>Ud,CarIcon:()=>Zd,CarTaxiFront:()=>Wd,CarTaxiFrontIcon:()=>Wd,Caravan:()=>Gd,CaravanIcon:()=>Gd,Carrot:()=>Nd,CarrotIcon:()=>Nd,CaseLower:()=>_d,CaseLowerIcon:()=>_d,CaseSensitive:()=>Xd,CaseSensitiveIcon:()=>Xd,CaseUpper:()=>Kd,CaseUpperIcon:()=>Kd,CassetteTape:()=>Yd,CassetteTapeIcon:()=>Yd,Cast:()=>Jd,CastIcon:()=>Jd,Castle:()=>$d,CastleIcon:()=>$d,Cat:()=>Qd,CatIcon:()=>Qd,Cctv:()=>eh,CctvIcon:()=>eh,ChartArea:()=>ah,ChartAreaIcon:()=>ah,ChartBar:()=>oh,ChartBarBig:()=>th,ChartBarBigIcon:()=>th,ChartBarDecreasing:()=>rh,ChartBarDecreasingIcon:()=>rh,ChartBarIcon:()=>oh,ChartBarIncreasing:()=>ih,ChartBarIncreasingIcon:()=>ih,ChartBarStacked:()=>nh,ChartBarStackedIcon:()=>nh,ChartCandlestick:()=>ch,ChartCandlestickIcon:()=>ch,ChartColumn:()=>ph,ChartColumnBig:()=>dh,ChartColumnBigIcon:()=>dh,ChartColumnDecreasing:()=>hh,ChartColumnDecreasingIcon:()=>hh,ChartColumnIcon:()=>ph,ChartColumnIncreasing:()=>lh,ChartColumnIncreasingIcon:()=>lh,ChartColumnStacked:()=>yh,ChartColumnStackedIcon:()=>yh,ChartLine:()=>sh,ChartLineIcon:()=>sh,ChartNetwork:()=>kh,ChartNetworkIcon:()=>kh,ChartNoAxesColumn:()=>gh,ChartNoAxesColumnDecreasing:()=>uh,ChartNoAxesColumnDecreasingIcon:()=>uh,ChartNoAxesColumnIcon:()=>gh,ChartNoAxesColumnIncreasing:()=>Mh,ChartNoAxesColumnIncreasingIcon:()=>Mh,ChartNoAxesCombined:()=>vh,ChartNoAxesCombinedIcon:()=>vh,ChartNoAxesGantt:()=>mh,ChartNoAxesGanttIcon:()=>mh,ChartPie:()=>fh,ChartPieIcon:()=>fh,ChartScatter:()=>xh,ChartScatterIcon:()=>xh,ChartSpline:()=>wh,ChartSplineIcon:()=>wh,Check:()=>Ch,CheckCheck:()=>Lh,CheckCheckIcon:()=>Lh,CheckCircle:()=>al,CheckCircle2:()=>tl,CheckCircle2Icon:()=>tl,CheckCircleIcon:()=>al,CheckIcon:()=>Ch,CheckSquare:()=>bI,CheckSquare2:()=>SI,CheckSquare2Icon:()=>SI,CheckSquareIcon:()=>bI,ChefHat:()=>bh,ChefHatIcon:()=>bh,Cherry:()=>Sh,CherryIcon:()=>Sh,ChevronDown:()=>Ih,ChevronDownCircle:()=>rl,ChevronDownCircleIcon:()=>rl,ChevronDownIcon:()=>Ih,ChevronDownSquare:()=>II,ChevronDownSquareIcon:()=>II,ChevronFirst:()=>Ah,ChevronFirstIcon:()=>Ah,ChevronLast:()=>qh,ChevronLastIcon:()=>qh,ChevronLeft:()=>Ph,ChevronLeftCircle:()=>il,ChevronLeftCircleIcon:()=>il,ChevronLeftIcon:()=>Ph,ChevronLeftSquare:()=>AI,ChevronLeftSquareIcon:()=>AI,ChevronRight:()=>Rh,ChevronRightCircle:()=>nl,ChevronRightCircleIcon:()=>nl,ChevronRightIcon:()=>Rh,ChevronRightSquare:()=>qI,ChevronRightSquareIcon:()=>qI,ChevronUp:()=>zh,ChevronUpCircle:()=>ol,ChevronUpCircleIcon:()=>ol,ChevronUpIcon:()=>zh,ChevronUpSquare:()=>PI,ChevronUpSquareIcon:()=>PI,ChevronsDown:()=>Th,ChevronsDownIcon:()=>Th,ChevronsDownUp:()=>Hh,ChevronsDownUpIcon:()=>Hh,ChevronsLeft:()=>Vh,ChevronsLeftIcon:()=>Vh,ChevronsLeftRight:()=>Dh,ChevronsLeftRightEllipsis:()=>Bh,ChevronsLeftRightEllipsisIcon:()=>Bh,ChevronsLeftRightIcon:()=>Dh,ChevronsRight:()=>Fh,ChevronsRightIcon:()=>Fh,ChevronsRightLeft:()=>jh,ChevronsRightLeftIcon:()=>jh,ChevronsUp:()=>Oh,ChevronsUpDown:()=>Eh,ChevronsUpDownIcon:()=>Eh,ChevronsUpIcon:()=>Oh,Chrome:()=>Uh,ChromeIcon:()=>Uh,Church:()=>Wh,ChurchIcon:()=>Wh,Cigarette:()=>Gh,CigaretteIcon:()=>Gh,CigaretteOff:()=>Zh,CigaretteOffIcon:()=>Zh,Circle:()=>Hl,CircleAlert:()=>Nh,CircleAlertIcon:()=>Nh,CircleArrowDown:()=>_h,CircleArrowDownIcon:()=>_h,CircleArrowLeft:()=>Xh,CircleArrowLeftIcon:()=>Xh,CircleArrowOutDownLeft:()=>Kh,CircleArrowOutDownLeftIcon:()=>Kh,CircleArrowOutDownRight:()=>Yh,CircleArrowOutDownRightIcon:()=>Yh,CircleArrowOutUpLeft:()=>Jh,CircleArrowOutUpLeftIcon:()=>Jh,CircleArrowOutUpRight:()=>$h,CircleArrowOutUpRightIcon:()=>$h,CircleArrowRight:()=>Qh,CircleArrowRightIcon:()=>Qh,CircleArrowUp:()=>el,CircleArrowUpIcon:()=>el,CircleCheck:()=>tl,CircleCheckBig:()=>al,CircleCheckBigIcon:()=>al,CircleCheckIcon:()=>tl,CircleChevronDown:()=>rl,CircleChevronDownIcon:()=>rl,CircleChevronLeft:()=>il,CircleChevronLeftIcon:()=>il,CircleChevronRight:()=>nl,CircleChevronRightIcon:()=>nl,CircleChevronUp:()=>ol,CircleChevronUpIcon:()=>ol,CircleDashed:()=>cl,CircleDashedIcon:()=>cl,CircleDivide:()=>dl,CircleDivideIcon:()=>dl,CircleDollarSign:()=>hl,CircleDollarSignIcon:()=>hl,CircleDot:()=>yl,CircleDotDashed:()=>ll,CircleDotDashedIcon:()=>ll,CircleDotIcon:()=>yl,CircleEllipsis:()=>pl,CircleEllipsisIcon:()=>pl,CircleEqual:()=>sl,CircleEqualIcon:()=>sl,CircleFadingArrowUp:()=>kl,CircleFadingArrowUpIcon:()=>kl,CircleFadingPlus:()=>ul,CircleFadingPlusIcon:()=>ul,CircleGauge:()=>Ml,CircleGaugeIcon:()=>Ml,CircleHelp:()=>gl,CircleHelpIcon:()=>gl,CircleIcon:()=>Hl,CircleMinus:()=>vl,CircleMinusIcon:()=>vl,CircleOff:()=>ml,CircleOffIcon:()=>ml,CircleParking:()=>xl,CircleParkingIcon:()=>xl,CircleParkingOff:()=>fl,CircleParkingOffIcon:()=>fl,CirclePause:()=>wl,CirclePauseIcon:()=>wl,CirclePercent:()=>Ll,CirclePercentIcon:()=>Ll,CirclePlay:()=>Cl,CirclePlayIcon:()=>Cl,CirclePlus:()=>bl,CirclePlusIcon:()=>bl,CirclePower:()=>Sl,CirclePowerIcon:()=>Sl,CircleSlash:()=>Al,CircleSlash2:()=>Il,CircleSlash2Icon:()=>Il,CircleSlashIcon:()=>Al,CircleSlashed:()=>Il,CircleSlashedIcon:()=>Il,CircleStop:()=>ql,CircleStopIcon:()=>ql,CircleUser:()=>Rl,CircleUserIcon:()=>Rl,CircleUserRound:()=>Pl,CircleUserRoundIcon:()=>Pl,CircleX:()=>zl,CircleXIcon:()=>zl,CircuitBoard:()=>Tl,CircuitBoardIcon:()=>Tl,Citrus:()=>Bl,CitrusIcon:()=>Bl,Clapperboard:()=>Dl,ClapperboardIcon:()=>Dl,Clipboard:()=>_l,ClipboardCheck:()=>Vl,ClipboardCheckIcon:()=>Vl,ClipboardCopy:()=>jl,ClipboardCopyIcon:()=>jl,ClipboardEdit:()=>Wl,ClipboardEditIcon:()=>Wl,ClipboardIcon:()=>_l,ClipboardList:()=>Fl,ClipboardListIcon:()=>Fl,ClipboardMinus:()=>El,ClipboardMinusIcon:()=>El,ClipboardPaste:()=>Ol,ClipboardPasteIcon:()=>Ol,ClipboardPen:()=>Wl,ClipboardPenIcon:()=>Wl,ClipboardPenLine:()=>Ul,ClipboardPenLineIcon:()=>Ul,ClipboardPlus:()=>Zl,ClipboardPlusIcon:()=>Zl,ClipboardSignature:()=>Ul,ClipboardSignatureIcon:()=>Ul,ClipboardType:()=>Gl,ClipboardTypeIcon:()=>Gl,ClipboardX:()=>Nl,ClipboardXIcon:()=>Nl,Clock:()=>dy,Clock1:()=>Xl,Clock10:()=>Kl,Clock10Icon:()=>Kl,Clock11:()=>Yl,Clock11Icon:()=>Yl,Clock12:()=>Jl,Clock12Icon:()=>Jl,Clock1Icon:()=>Xl,Clock2:()=>$l,Clock2Icon:()=>$l,Clock3:()=>Ql,Clock3Icon:()=>Ql,Clock4:()=>ey,Clock4Icon:()=>ey,Clock5:()=>ay,Clock5Icon:()=>ay,Clock6:()=>ty,Clock6Icon:()=>ty,Clock7:()=>ry,Clock7Icon:()=>ry,Clock8:()=>iy,Clock8Icon:()=>iy,Clock9:()=>ny,Clock9Icon:()=>ny,ClockArrowDown:()=>oy,ClockArrowDownIcon:()=>oy,ClockArrowUp:()=>cy,ClockArrowUpIcon:()=>cy,ClockIcon:()=>dy,Cloud:()=>Cy,CloudCog:()=>hy,CloudCogIcon:()=>hy,CloudDownload:()=>ly,CloudDownloadIcon:()=>ly,CloudDrizzle:()=>yy,CloudDrizzleIcon:()=>yy,CloudFog:()=>py,CloudFogIcon:()=>py,CloudHail:()=>sy,CloudHailIcon:()=>sy,CloudIcon:()=>Cy,CloudLightning:()=>ky,CloudLightningIcon:()=>ky,CloudMoon:()=>My,CloudMoonIcon:()=>My,CloudMoonRain:()=>uy,CloudMoonRainIcon:()=>uy,CloudOff:()=>gy,CloudOffIcon:()=>gy,CloudRain:()=>my,CloudRainIcon:()=>my,CloudRainWind:()=>vy,CloudRainWindIcon:()=>vy,CloudSnow:()=>fy,CloudSnowIcon:()=>fy,CloudSun:()=>wy,CloudSunIcon:()=>wy,CloudSunRain:()=>xy,CloudSunRainIcon:()=>xy,CloudUpload:()=>Ly,CloudUploadIcon:()=>Ly,Cloudy:()=>by,CloudyIcon:()=>by,Clover:()=>Sy,CloverIcon:()=>Sy,Club:()=>Iy,ClubIcon:()=>Iy,Code:()=>qy,Code2:()=>Ay,Code2Icon:()=>Ay,CodeIcon:()=>qy,CodeSquare:()=>RI,CodeSquareIcon:()=>RI,CodeXml:()=>Ay,CodeXmlIcon:()=>Ay,Codepen:()=>Py,CodepenIcon:()=>Py,Codesandbox:()=>Ry,CodesandboxIcon:()=>Ry,Coffee:()=>zy,CoffeeIcon:()=>zy,Cog:()=>Hy,CogIcon:()=>Hy,Coins:()=>Ty,CoinsIcon:()=>Ty,Columns:()=>By,Columns2:()=>By,Columns2Icon:()=>By,Columns3:()=>Dy,Columns3Icon:()=>Dy,Columns4:()=>Vy,Columns4Icon:()=>Vy,ColumnsIcon:()=>By,Combine:()=>jy,CombineIcon:()=>jy,Command:()=>Fy,CommandIcon:()=>Fy,Compass:()=>Ey,CompassIcon:()=>Ey,Component:()=>Oy,ComponentIcon:()=>Oy,Computer:()=>Uy,ComputerIcon:()=>Uy,ConciergeBell:()=>Wy,ConciergeBellIcon:()=>Wy,Cone:()=>Zy,ConeIcon:()=>Zy,Construction:()=>Gy,ConstructionIcon:()=>Gy,Contact:()=>_y,Contact2:()=>Ny,Contact2Icon:()=>Ny,ContactIcon:()=>_y,ContactRound:()=>Ny,ContactRoundIcon:()=>Ny,Container:()=>Xy,ContainerIcon:()=>Xy,Contrast:()=>Ky,ContrastIcon:()=>Ky,Cookie:()=>Yy,CookieIcon:()=>Yy,CookingPot:()=>Jy,CookingPotIcon:()=>Jy,Copy:()=>rp,CopyCheck:()=>$y,CopyCheckIcon:()=>$y,CopyIcon:()=>rp,CopyMinus:()=>Qy,CopyMinusIcon:()=>Qy,CopyPlus:()=>ep,CopyPlusIcon:()=>ep,CopySlash:()=>ap,CopySlashIcon:()=>ap,CopyX:()=>tp,CopyXIcon:()=>tp,Copyleft:()=>ip,CopyleftIcon:()=>ip,Copyright:()=>np,CopyrightIcon:()=>np,CornerDownLeft:()=>op,CornerDownLeftIcon:()=>op,CornerDownRight:()=>cp,CornerDownRightIcon:()=>cp,CornerLeftDown:()=>dp,CornerLeftDownIcon:()=>dp,CornerLeftUp:()=>hp,CornerLeftUpIcon:()=>hp,CornerRightDown:()=>lp,CornerRightDownIcon:()=>lp,CornerRightUp:()=>yp,CornerRightUpIcon:()=>yp,CornerUpLeft:()=>pp,CornerUpLeftIcon:()=>pp,CornerUpRight:()=>sp,CornerUpRightIcon:()=>sp,Cpu:()=>kp,CpuIcon:()=>kp,CreativeCommons:()=>up,CreativeCommonsIcon:()=>up,CreditCard:()=>Mp,CreditCardIcon:()=>Mp,Croissant:()=>gp,CroissantIcon:()=>gp,Crop:()=>vp,CropIcon:()=>vp,Cross:()=>mp,CrossIcon:()=>mp,Crosshair:()=>fp,CrosshairIcon:()=>fp,Crown:()=>xp,CrownIcon:()=>xp,Cuboid:()=>wp,CuboidIcon:()=>wp,CupSoda:()=>Lp,CupSodaIcon:()=>Lp,CurlyBraces:()=>Nc,CurlyBracesIcon:()=>Nc,Currency:()=>Cp,CurrencyIcon:()=>Cp,Cylinder:()=>bp,CylinderIcon:()=>bp,Dam:()=>Sp,DamIcon:()=>Sp,Database:()=>qp,DatabaseBackup:()=>Ip,DatabaseBackupIcon:()=>Ip,DatabaseIcon:()=>qp,DatabaseZap:()=>Ap,DatabaseZapIcon:()=>Ap,Delete:()=>Pp,DeleteIcon:()=>Pp,Dessert:()=>Rp,DessertIcon:()=>Rp,Diameter:()=>zp,DiameterIcon:()=>zp,Diamond:()=>Dp,DiamondIcon:()=>Dp,DiamondMinus:()=>Hp,DiamondMinusIcon:()=>Hp,DiamondPercent:()=>Tp,DiamondPercentIcon:()=>Tp,DiamondPlus:()=>Bp,DiamondPlusIcon:()=>Bp,Dice1:()=>Vp,Dice1Icon:()=>Vp,Dice2:()=>jp,Dice2Icon:()=>jp,Dice3:()=>Fp,Dice3Icon:()=>Fp,Dice4:()=>Ep,Dice4Icon:()=>Ep,Dice5:()=>Op,Dice5Icon:()=>Op,Dice6:()=>Up,Dice6Icon:()=>Up,Dices:()=>Wp,DicesIcon:()=>Wp,Diff:()=>Zp,DiffIcon:()=>Zp,Disc:()=>Xp,Disc2:()=>Gp,Disc2Icon:()=>Gp,Disc3:()=>Np,Disc3Icon:()=>Np,DiscAlbum:()=>_p,DiscAlbumIcon:()=>_p,DiscIcon:()=>Xp,Divide:()=>Kp,DivideCircle:()=>dl,DivideCircleIcon:()=>dl,DivideIcon:()=>Kp,DivideSquare:()=>DI,DivideSquareIcon:()=>DI,Dna:()=>Jp,DnaIcon:()=>Jp,DnaOff:()=>Yp,DnaOffIcon:()=>Yp,Dock:()=>$p,DockIcon:()=>$p,Dog:()=>Qp,DogIcon:()=>Qp,DollarSign:()=>es,DollarSignIcon:()=>es,Donut:()=>as,DonutIcon:()=>as,DoorClosed:()=>ts,DoorClosedIcon:()=>ts,DoorOpen:()=>rs,DoorOpenIcon:()=>rs,Dot:()=>is,DotIcon:()=>is,DotSquare:()=>VI,DotSquareIcon:()=>VI,Download:()=>ns,DownloadCloud:()=>ly,DownloadCloudIcon:()=>ly,DownloadIcon:()=>ns,DraftingCompass:()=>os,DraftingCompassIcon:()=>os,Drama:()=>cs,DramaIcon:()=>cs,Dribbble:()=>ds,DribbbleIcon:()=>ds,Drill:()=>hs,DrillIcon:()=>hs,Droplet:()=>ls,DropletIcon:()=>ls,Droplets:()=>ys,DropletsIcon:()=>ys,Drum:()=>ps,DrumIcon:()=>ps,Drumstick:()=>ss,DrumstickIcon:()=>ss,Dumbbell:()=>ks,DumbbellIcon:()=>ks,Ear:()=>Ms,EarIcon:()=>Ms,EarOff:()=>us,EarOffIcon:()=>us,Earth:()=>vs,EarthIcon:()=>vs,EarthLock:()=>gs,EarthLockIcon:()=>gs,Eclipse:()=>ms,EclipseIcon:()=>ms,Edit:()=>XI,Edit2:()=>Jw,Edit2Icon:()=>Jw,Edit3:()=>Xw,Edit3Icon:()=>Xw,EditIcon:()=>XI,Egg:()=>ws,EggFried:()=>fs,EggFriedIcon:()=>fs,EggIcon:()=>ws,EggOff:()=>xs,EggOffIcon:()=>xs,Ellipsis:()=>Cs,EllipsisIcon:()=>Cs,EllipsisVertical:()=>Ls,EllipsisVerticalIcon:()=>Ls,Equal:()=>Ss,EqualIcon:()=>Ss,EqualNot:()=>bs,EqualNotIcon:()=>bs,EqualSquare:()=>jI,EqualSquareIcon:()=>jI,Eraser:()=>Is,EraserIcon:()=>Is,EthernetPort:()=>As,EthernetPortIcon:()=>As,Euro:()=>qs,EuroIcon:()=>qs,Expand:()=>Ps,ExpandIcon:()=>Ps,ExternalLink:()=>Rs,ExternalLinkIcon:()=>Rs,Eye:()=>Hs,EyeIcon:()=>Hs,EyeOff:()=>zs,EyeOffIcon:()=>zs,Facebook:()=>Ts,FacebookIcon:()=>Ts,Factory:()=>Bs,FactoryIcon:()=>Bs,Fan:()=>Ds,FanIcon:()=>Ds,FastForward:()=>Vs,FastForwardIcon:()=>Vs,Feather:()=>js,FeatherIcon:()=>js,Fence:()=>Fs,FenceIcon:()=>Fs,FerrisWheel:()=>Es,FerrisWheelIcon:()=>Es,Figma:()=>Os,FigmaIcon:()=>Os,File:()=>Gk,FileArchive:()=>Us,FileArchiveIcon:()=>Us,FileAudio:()=>Zs,FileAudio2:()=>Ws,FileAudio2Icon:()=>Ws,FileAudioIcon:()=>Zs,FileAxis3D:()=>Gs,FileAxis3DIcon:()=>Gs,FileAxis3d:()=>Gs,FileAxis3dIcon:()=>Gs,FileBadge:()=>_s,FileBadge2:()=>Ns,FileBadge2Icon:()=>Ns,FileBadgeIcon:()=>_s,FileBarChart:()=>Ks,FileBarChart2:()=>Ys,FileBarChart2Icon:()=>Ys,FileBarChartIcon:()=>Ks,FileBox:()=>Xs,FileBoxIcon:()=>Xs,FileChartColumn:()=>Ys,FileChartColumnIcon:()=>Ys,FileChartColumnIncreasing:()=>Ks,FileChartColumnIncreasingIcon:()=>Ks,FileChartLine:()=>Js,FileChartLineIcon:()=>Js,FileChartPie:()=>$s,FileChartPieIcon:()=>$s,FileCheck:()=>ek,FileCheck2:()=>Qs,FileCheck2Icon:()=>Qs,FileCheckIcon:()=>ek,FileClock:()=>ak,FileClockIcon:()=>ak,FileCode:()=>rk,FileCode2:()=>tk,FileCode2Icon:()=>tk,FileCodeIcon:()=>rk,FileCog:()=>ik,FileCog2:()=>ik,FileCog2Icon:()=>ik,FileCogIcon:()=>ik,FileDiff:()=>nk,FileDiffIcon:()=>nk,FileDigit:()=>ok,FileDigitIcon:()=>ok,FileDown:()=>ck,FileDownIcon:()=>ck,FileEdit:()=>wk,FileEditIcon:()=>wk,FileHeart:()=>dk,FileHeartIcon:()=>dk,FileIcon:()=>Gk,FileImage:()=>hk,FileImageIcon:()=>hk,FileInput:()=>lk,FileInputIcon:()=>lk,FileJson:()=>pk,FileJson2:()=>yk,FileJson2Icon:()=>yk,FileJsonIcon:()=>pk,FileKey:()=>kk,FileKey2:()=>sk,FileKey2Icon:()=>sk,FileKeyIcon:()=>kk,FileLineChart:()=>Js,FileLineChartIcon:()=>Js,FileLock:()=>Mk,FileLock2:()=>uk,FileLock2Icon:()=>uk,FileLockIcon:()=>Mk,FileMinus:()=>vk,FileMinus2:()=>gk,FileMinus2Icon:()=>gk,FileMinusIcon:()=>vk,FileMusic:()=>mk,FileMusicIcon:()=>mk,FileOutput:()=>fk,FileOutputIcon:()=>fk,FilePen:()=>wk,FilePenIcon:()=>wk,FilePenLine:()=>xk,FilePenLineIcon:()=>xk,FilePieChart:()=>$s,FilePieChartIcon:()=>$s,FilePlus:()=>Ck,FilePlus2:()=>Lk,FilePlus2Icon:()=>Lk,FilePlusIcon:()=>Ck,FileQuestion:()=>bk,FileQuestionIcon:()=>bk,FileScan:()=>Sk,FileScanIcon:()=>Sk,FileSearch:()=>Ak,FileSearch2:()=>Ik,FileSearch2Icon:()=>Ik,FileSearchIcon:()=>Ak,FileSignature:()=>xk,FileSignatureIcon:()=>xk,FileSliders:()=>qk,FileSlidersIcon:()=>qk,FileSpreadsheet:()=>Pk,FileSpreadsheetIcon:()=>Pk,FileStack:()=>Rk,FileStackIcon:()=>Rk,FileSymlink:()=>zk,FileSymlinkIcon:()=>zk,FileTerminal:()=>Hk,FileTerminalIcon:()=>Hk,FileText:()=>Tk,FileTextIcon:()=>Tk,FileType:()=>Dk,FileType2:()=>Bk,FileType2Icon:()=>Bk,FileTypeIcon:()=>Dk,FileUp:()=>Vk,FileUpIcon:()=>Vk,FileVideo:()=>Fk,FileVideo2:()=>jk,FileVideo2Icon:()=>jk,FileVideoIcon:()=>Fk,FileVolume:()=>Ok,FileVolume2:()=>Ek,FileVolume2Icon:()=>Ek,FileVolumeIcon:()=>Ok,FileWarning:()=>Uk,FileWarningIcon:()=>Uk,FileX:()=>Zk,FileX2:()=>Wk,FileX2Icon:()=>Wk,FileXIcon:()=>Zk,Files:()=>Nk,FilesIcon:()=>Nk,Film:()=>_k,FilmIcon:()=>_k,Filter:()=>Kk,FilterIcon:()=>Kk,FilterX:()=>Xk,FilterXIcon:()=>Xk,Fingerprint:()=>Yk,FingerprintIcon:()=>Yk,FireExtinguisher:()=>Jk,FireExtinguisherIcon:()=>Jk,Fish:()=>eu,FishIcon:()=>eu,FishOff:()=>$k,FishOffIcon:()=>$k,FishSymbol:()=>Qk,FishSymbolIcon:()=>Qk,Flag:()=>iu,FlagIcon:()=>iu,FlagOff:()=>au,FlagOffIcon:()=>au,FlagTriangleLeft:()=>tu,FlagTriangleLeftIcon:()=>tu,FlagTriangleRight:()=>ru,FlagTriangleRightIcon:()=>ru,Flame:()=>ou,FlameIcon:()=>ou,FlameKindling:()=>nu,FlameKindlingIcon:()=>nu,Flashlight:()=>du,FlashlightIcon:()=>du,FlashlightOff:()=>cu,FlashlightOffIcon:()=>cu,FlaskConical:()=>lu,FlaskConicalIcon:()=>lu,FlaskConicalOff:()=>hu,FlaskConicalOffIcon:()=>hu,FlaskRound:()=>yu,FlaskRoundIcon:()=>yu,FlipHorizontal:()=>su,FlipHorizontal2:()=>pu,FlipHorizontal2Icon:()=>pu,FlipHorizontalIcon:()=>su,FlipVertical:()=>uu,FlipVertical2:()=>ku,FlipVertical2Icon:()=>ku,FlipVerticalIcon:()=>uu,Flower:()=>gu,Flower2:()=>Mu,Flower2Icon:()=>Mu,FlowerIcon:()=>gu,Focus:()=>vu,FocusIcon:()=>vu,FoldHorizontal:()=>mu,FoldHorizontalIcon:()=>mu,FoldVertical:()=>fu,FoldVerticalIcon:()=>fu,Folder:()=>Yu,FolderArchive:()=>xu,FolderArchiveIcon:()=>xu,FolderCheck:()=>wu,FolderCheckIcon:()=>wu,FolderClock:()=>Lu,FolderClockIcon:()=>Lu,FolderClosed:()=>Cu,FolderClosedIcon:()=>Cu,FolderCode:()=>bu,FolderCodeIcon:()=>bu,FolderCog:()=>Su,FolderCog2:()=>Su,FolderCog2Icon:()=>Su,FolderCogIcon:()=>Su,FolderDot:()=>Iu,FolderDotIcon:()=>Iu,FolderDown:()=>Au,FolderDownIcon:()=>Au,FolderEdit:()=>Eu,FolderEditIcon:()=>Eu,FolderGit:()=>Pu,FolderGit2:()=>qu,FolderGit2Icon:()=>qu,FolderGitIcon:()=>Pu,FolderHeart:()=>Ru,FolderHeartIcon:()=>Ru,FolderIcon:()=>Yu,FolderInput:()=>zu,FolderInputIcon:()=>zu,FolderKanban:()=>Hu,FolderKanbanIcon:()=>Hu,FolderKey:()=>Tu,FolderKeyIcon:()=>Tu,FolderLock:()=>Bu,FolderLockIcon:()=>Bu,FolderMinus:()=>Du,FolderMinusIcon:()=>Du,FolderOpen:()=>ju,FolderOpenDot:()=>Vu,FolderOpenDotIcon:()=>Vu,FolderOpenIcon:()=>ju,FolderOutput:()=>Fu,FolderOutputIcon:()=>Fu,FolderPen:()=>Eu,FolderPenIcon:()=>Eu,FolderPlus:()=>Ou,FolderPlusIcon:()=>Ou,FolderRoot:()=>Uu,FolderRootIcon:()=>Uu,FolderSearch:()=>Zu,FolderSearch2:()=>Wu,FolderSearch2Icon:()=>Wu,FolderSearchIcon:()=>Zu,FolderSymlink:()=>Gu,FolderSymlinkIcon:()=>Gu,FolderSync:()=>Nu,FolderSyncIcon:()=>Nu,FolderTree:()=>_u,FolderTreeIcon:()=>_u,FolderUp:()=>Xu,FolderUpIcon:()=>Xu,FolderX:()=>Ku,FolderXIcon:()=>Ku,Folders:()=>Ju,FoldersIcon:()=>Ju,Footprints:()=>$u,FootprintsIcon:()=>$u,ForkKnife:()=>tR,ForkKnifeCrossed:()=>aR,ForkKnifeCrossedIcon:()=>aR,ForkKnifeIcon:()=>tR,Forklift:()=>Qu,ForkliftIcon:()=>Qu,FormInput:()=>wC,FormInputIcon:()=>wC,Forward:()=>eM,ForwardIcon:()=>eM,Frame:()=>aM,FrameIcon:()=>aM,Framer:()=>tM,FramerIcon:()=>tM,Frown:()=>rM,FrownIcon:()=>rM,Fuel:()=>iM,FuelIcon:()=>iM,Fullscreen:()=>nM,FullscreenIcon:()=>nM,FunctionSquare:()=>FI,FunctionSquareIcon:()=>FI,GalleryHorizontal:()=>cM,GalleryHorizontalEnd:()=>oM,GalleryHorizontalEndIcon:()=>oM,GalleryHorizontalIcon:()=>cM,GalleryThumbnails:()=>dM,GalleryThumbnailsIcon:()=>dM,GalleryVertical:()=>lM,GalleryVerticalEnd:()=>hM,GalleryVerticalEndIcon:()=>hM,GalleryVerticalIcon:()=>lM,Gamepad:()=>pM,Gamepad2:()=>yM,Gamepad2Icon:()=>yM,GamepadIcon:()=>pM,GanttChart:()=>mh,GanttChartIcon:()=>mh,GanttChartSquare:()=>CI,GanttChartSquareIcon:()=>CI,Gauge:()=>sM,GaugeCircle:()=>Ml,GaugeCircleIcon:()=>Ml,GaugeIcon:()=>sM,Gavel:()=>kM,GavelIcon:()=>kM,Gem:()=>uM,GemIcon:()=>uM,Ghost:()=>MM,GhostIcon:()=>MM,Gift:()=>gM,GiftIcon:()=>gM,GitBranch:()=>mM,GitBranchIcon:()=>mM,GitBranchPlus:()=>vM,GitBranchPlusIcon:()=>vM,GitCommit:()=>fM,GitCommitHorizontal:()=>fM,GitCommitHorizontalIcon:()=>fM,GitCommitIcon:()=>fM,GitCommitVertical:()=>xM,GitCommitVerticalIcon:()=>xM,GitCompare:()=>LM,GitCompareArrows:()=>wM,GitCompareArrowsIcon:()=>wM,GitCompareIcon:()=>LM,GitFork:()=>CM,GitForkIcon:()=>CM,GitGraph:()=>bM,GitGraphIcon:()=>bM,GitMerge:()=>SM,GitMergeIcon:()=>SM,GitPullRequest:()=>zM,GitPullRequestArrow:()=>IM,GitPullRequestArrowIcon:()=>IM,GitPullRequestClosed:()=>AM,GitPullRequestClosedIcon:()=>AM,GitPullRequestCreate:()=>PM,GitPullRequestCreateArrow:()=>qM,GitPullRequestCreateArrowIcon:()=>qM,GitPullRequestCreateIcon:()=>PM,GitPullRequestDraft:()=>RM,GitPullRequestDraftIcon:()=>RM,GitPullRequestIcon:()=>zM,Github:()=>HM,GithubIcon:()=>HM,Gitlab:()=>TM,GitlabIcon:()=>TM,GlassWater:()=>BM,GlassWaterIcon:()=>BM,Glasses:()=>DM,GlassesIcon:()=>DM,Globe:()=>jM,Globe2:()=>vs,Globe2Icon:()=>vs,GlobeIcon:()=>jM,GlobeLock:()=>VM,GlobeLockIcon:()=>VM,Goal:()=>FM,GoalIcon:()=>FM,Grab:()=>EM,GrabIcon:()=>EM,GraduationCap:()=>OM,GraduationCapIcon:()=>OM,Grape:()=>UM,GrapeIcon:()=>UM,Grid:()=>NM,Grid2X2:()=>GM,Grid2X2Icon:()=>GM,Grid2x2:()=>GM,Grid2x2Check:()=>WM,Grid2x2CheckIcon:()=>WM,Grid2x2Icon:()=>GM,Grid2x2X:()=>ZM,Grid2x2XIcon:()=>ZM,Grid3X3:()=>NM,Grid3X3Icon:()=>NM,Grid3x3:()=>NM,Grid3x3Icon:()=>NM,GridIcon:()=>NM,Grip:()=>KM,GripHorizontal:()=>_M,GripHorizontalIcon:()=>_M,GripIcon:()=>KM,GripVertical:()=>XM,GripVerticalIcon:()=>XM,Group:()=>YM,GroupIcon:()=>YM,Guitar:()=>JM,GuitarIcon:()=>JM,Ham:()=>$M,HamIcon:()=>$M,Hammer:()=>QM,HammerIcon:()=>QM,Hand:()=>ng,HandCoins:()=>eg,HandCoinsIcon:()=>eg,HandHeart:()=>ag,HandHeartIcon:()=>ag,HandHelping:()=>tg,HandHelpingIcon:()=>tg,HandIcon:()=>ng,HandMetal:()=>rg,HandMetalIcon:()=>rg,HandPlatter:()=>ig,HandPlatterIcon:()=>ig,Handshake:()=>og,HandshakeIcon:()=>og,HardDrive:()=>hg,HardDriveDownload:()=>cg,HardDriveDownloadIcon:()=>cg,HardDriveIcon:()=>hg,HardDriveUpload:()=>dg,HardDriveUploadIcon:()=>dg,HardHat:()=>lg,HardHatIcon:()=>lg,Hash:()=>yg,HashIcon:()=>yg,Haze:()=>pg,HazeIcon:()=>pg,HdmiPort:()=>sg,HdmiPortIcon:()=>sg,Heading:()=>fg,Heading1:()=>kg,Heading1Icon:()=>kg,Heading2:()=>ug,Heading2Icon:()=>ug,Heading3:()=>Mg,Heading3Icon:()=>Mg,Heading4:()=>gg,Heading4Icon:()=>gg,Heading5:()=>vg,Heading5Icon:()=>vg,Heading6:()=>mg,Heading6Icon:()=>mg,HeadingIcon:()=>fg,Headphones:()=>xg,HeadphonesIcon:()=>xg,Headset:()=>wg,HeadsetIcon:()=>wg,Heart:()=>Ig,HeartCrack:()=>Lg,HeartCrackIcon:()=>Lg,HeartHandshake:()=>Cg,HeartHandshakeIcon:()=>Cg,HeartIcon:()=>Ig,HeartOff:()=>bg,HeartOffIcon:()=>bg,HeartPulse:()=>Sg,HeartPulseIcon:()=>Sg,Heater:()=>Ag,HeaterIcon:()=>Ag,HelpCircle:()=>gl,HelpCircleIcon:()=>gl,HelpingHand:()=>tg,HelpingHandIcon:()=>tg,Hexagon:()=>qg,HexagonIcon:()=>qg,Highlighter:()=>Pg,HighlighterIcon:()=>Pg,History:()=>Rg,HistoryIcon:()=>Rg,Home:()=>Fg,HomeIcon:()=>Fg,Hop:()=>Hg,HopIcon:()=>Hg,HopOff:()=>zg,HopOffIcon:()=>zg,Hospital:()=>Tg,HospitalIcon:()=>Tg,Hotel:()=>Bg,HotelIcon:()=>Bg,Hourglass:()=>Dg,HourglassIcon:()=>Dg,House:()=>Fg,HouseIcon:()=>Fg,HousePlug:()=>Vg,HousePlugIcon:()=>Vg,HousePlus:()=>jg,HousePlusIcon:()=>jg,IceCream:()=>Og,IceCream2:()=>Eg,IceCream2Icon:()=>Eg,IceCreamBowl:()=>Eg,IceCreamBowlIcon:()=>Eg,IceCreamCone:()=>Og,IceCreamConeIcon:()=>Og,IceCreamIcon:()=>Og,Icon:()=>Wr,IdCard:()=>Ug,IdCardIcon:()=>Ug,Image:()=>Kg,ImageDown:()=>Wg,ImageDownIcon:()=>Wg,ImageIcon:()=>Kg,ImageMinus:()=>Zg,ImageMinusIcon:()=>Zg,ImageOff:()=>Gg,ImageOffIcon:()=>Gg,ImagePlay:()=>Ng,ImagePlayIcon:()=>Ng,ImagePlus:()=>_g,ImagePlusIcon:()=>_g,ImageUp:()=>Xg,ImageUpIcon:()=>Xg,Images:()=>Yg,ImagesIcon:()=>Yg,Import:()=>Jg,ImportIcon:()=>Jg,Inbox:()=>$g,InboxIcon:()=>$g,Indent:()=>ev,IndentDecrease:()=>Qg,IndentDecreaseIcon:()=>Qg,IndentIcon:()=>ev,IndentIncrease:()=>ev,IndentIncreaseIcon:()=>ev,IndianRupee:()=>av,IndianRupeeIcon:()=>av,Infinity:()=>tv,InfinityIcon:()=>tv,Info:()=>rv,InfoIcon:()=>rv,Inspect:()=>GI,InspectIcon:()=>GI,InspectionPanel:()=>iv,InspectionPanelIcon:()=>iv,Instagram:()=>nv,InstagramIcon:()=>nv,Italic:()=>ov,ItalicIcon:()=>ov,IterationCcw:()=>cv,IterationCcwIcon:()=>cv,IterationCw:()=>dv,IterationCwIcon:()=>dv,JapaneseYen:()=>hv,JapaneseYenIcon:()=>hv,Joystick:()=>lv,JoystickIcon:()=>lv,Kanban:()=>yv,KanbanIcon:()=>yv,KanbanSquare:()=>EI,KanbanSquareDashed:()=>TI,KanbanSquareDashedIcon:()=>TI,KanbanSquareIcon:()=>EI,Key:()=>kv,KeyIcon:()=>kv,KeyRound:()=>pv,KeyRoundIcon:()=>pv,KeySquare:()=>sv,KeySquareIcon:()=>sv,Keyboard:()=>gv,KeyboardIcon:()=>gv,KeyboardMusic:()=>uv,KeyboardMusicIcon:()=>uv,KeyboardOff:()=>Mv,KeyboardOffIcon:()=>Mv,Lamp:()=>Lv,LampCeiling:()=>vv,LampCeilingIcon:()=>vv,LampDesk:()=>mv,LampDeskIcon:()=>mv,LampFloor:()=>fv,LampFloorIcon:()=>fv,LampIcon:()=>Lv,LampWallDown:()=>xv,LampWallDownIcon:()=>xv,LampWallUp:()=>wv,LampWallUpIcon:()=>wv,LandPlot:()=>Cv,LandPlotIcon:()=>Cv,Landmark:()=>bv,LandmarkIcon:()=>bv,Languages:()=>Sv,LanguagesIcon:()=>Sv,Laptop:()=>Av,Laptop2:()=>Iv,Laptop2Icon:()=>Iv,LaptopIcon:()=>Av,LaptopMinimal:()=>Iv,LaptopMinimalIcon:()=>Iv,Lasso:()=>Pv,LassoIcon:()=>Pv,LassoSelect:()=>qv,LassoSelectIcon:()=>qv,Laugh:()=>Rv,LaughIcon:()=>Rv,Layers:()=>Tv,Layers2:()=>zv,Layers2Icon:()=>zv,Layers3:()=>Hv,Layers3Icon:()=>Hv,LayersIcon:()=>Tv,Layout:()=>Ew,LayoutDashboard:()=>Bv,LayoutDashboardIcon:()=>Bv,LayoutGrid:()=>Dv,LayoutGridIcon:()=>Dv,LayoutIcon:()=>Ew,LayoutList:()=>Vv,LayoutListIcon:()=>Vv,LayoutPanelLeft:()=>jv,LayoutPanelLeftIcon:()=>jv,LayoutPanelTop:()=>Fv,LayoutPanelTopIcon:()=>Fv,LayoutTemplate:()=>Ev,LayoutTemplateIcon:()=>Ev,Leaf:()=>Ov,LeafIcon:()=>Ov,LeafyGreen:()=>Uv,LeafyGreenIcon:()=>Uv,Lectern:()=>Wv,LecternIcon:()=>Wv,LetterText:()=>Zv,LetterTextIcon:()=>Zv,Library:()=>Nv,LibraryBig:()=>Gv,LibraryBigIcon:()=>Gv,LibraryIcon:()=>Nv,LibrarySquare:()=>OI,LibrarySquareIcon:()=>OI,LifeBuoy:()=>_v,LifeBuoyIcon:()=>_v,Ligature:()=>Xv,LigatureIcon:()=>Xv,Lightbulb:()=>Yv,LightbulbIcon:()=>Yv,LightbulbOff:()=>Kv,LightbulbOffIcon:()=>Kv,LineChart:()=>sh,LineChartIcon:()=>sh,Link:()=>Qv,Link2:()=>$v,Link2Icon:()=>$v,Link2Off:()=>Jv,Link2OffIcon:()=>Jv,LinkIcon:()=>Qv,Linkedin:()=>em,LinkedinIcon:()=>em,List:()=>Mm,ListCheck:()=>am,ListCheckIcon:()=>am,ListChecks:()=>tm,ListChecksIcon:()=>tm,ListCollapse:()=>rm,ListCollapseIcon:()=>rm,ListEnd:()=>im,ListEndIcon:()=>im,ListFilter:()=>nm,ListFilterIcon:()=>nm,ListIcon:()=>Mm,ListMinus:()=>om,ListMinusIcon:()=>om,ListMusic:()=>cm,ListMusicIcon:()=>cm,ListOrdered:()=>dm,ListOrderedIcon:()=>dm,ListPlus:()=>hm,ListPlusIcon:()=>hm,ListRestart:()=>lm,ListRestartIcon:()=>lm,ListStart:()=>ym,ListStartIcon:()=>ym,ListTodo:()=>pm,ListTodoIcon:()=>pm,ListTree:()=>sm,ListTreeIcon:()=>sm,ListVideo:()=>km,ListVideoIcon:()=>km,ListX:()=>um,ListXIcon:()=>um,Loader:()=>mm,Loader2:()=>gm,Loader2Icon:()=>gm,LoaderCircle:()=>gm,LoaderCircleIcon:()=>gm,LoaderIcon:()=>mm,LoaderPinwheel:()=>vm,LoaderPinwheelIcon:()=>vm,Locate:()=>wm,LocateFixed:()=>fm,LocateFixedIcon:()=>fm,LocateIcon:()=>wm,LocateOff:()=>xm,LocateOffIcon:()=>xm,Lock:()=>Sm,LockIcon:()=>Sm,LockKeyhole:()=>Cm,LockKeyholeIcon:()=>Cm,LockKeyholeOpen:()=>Lm,LockKeyholeOpenIcon:()=>Lm,LockOpen:()=>bm,LockOpenIcon:()=>bm,LogIn:()=>Im,LogInIcon:()=>Im,LogOut:()=>Am,LogOutIcon:()=>Am,Logs:()=>qm,LogsIcon:()=>qm,Lollipop:()=>Pm,LollipopIcon:()=>Pm,LucideAArrowDown:()=>Gr,LucideAArrowUp:()=>Nr,LucideALargeSmall:()=>_r,LucideAccessibility:()=>Xr,LucideActivity:()=>Kr,LucideActivitySquare:()=>hI,LucideAirVent:()=>Yr,LucideAirplay:()=>Jr,LucideAlarmCheck:()=>$r,LucideAlarmClock:()=>ti,LucideAlarmClockCheck:()=>$r,LucideAlarmClockMinus:()=>Qr,LucideAlarmClockOff:()=>ei,LucideAlarmClockPlus:()=>ai,LucideAlarmMinus:()=>Qr,LucideAlarmPlus:()=>ai,LucideAlarmSmoke:()=>ri,LucideAlbum:()=>ii,LucideAlertCircle:()=>Nh,LucideAlertOctagon:()=>aw,LucideAlertTriangle:()=>hP,LucideAlignCenter:()=>ci,LucideAlignCenterHorizontal:()=>ni,LucideAlignCenterVertical:()=>oi,LucideAlignEndHorizontal:()=>di,LucideAlignEndVertical:()=>hi,LucideAlignHorizontalDistributeCenter:()=>li,LucideAlignHorizontalDistributeEnd:()=>yi,LucideAlignHorizontalDistributeStart:()=>pi,LucideAlignHorizontalJustifyCenter:()=>si,LucideAlignHorizontalJustifyEnd:()=>ki,LucideAlignHorizontalJustifyStart:()=>ui,LucideAlignHorizontalSpaceAround:()=>Mi,LucideAlignHorizontalSpaceBetween:()=>gi,LucideAlignJustify:()=>vi,LucideAlignLeft:()=>mi,LucideAlignRight:()=>fi,LucideAlignStartHorizontal:()=>xi,LucideAlignStartVertical:()=>wi,LucideAlignVerticalDistributeCenter:()=>Li,LucideAlignVerticalDistributeEnd:()=>Ci,LucideAlignVerticalDistributeStart:()=>bi,LucideAlignVerticalJustifyCenter:()=>Si,LucideAlignVerticalJustifyEnd:()=>Ii,LucideAlignVerticalJustifyStart:()=>Ai,LucideAlignVerticalSpaceAround:()=>qi,LucideAlignVerticalSpaceBetween:()=>Pi,LucideAmbulance:()=>Ri,LucideAmpersand:()=>zi,LucideAmpersands:()=>Hi,LucideAmphora:()=>Ti,LucideAnchor:()=>Bi,LucideAngry:()=>Di,LucideAnnoyed:()=>Vi,LucideAntenna:()=>ji,LucideAnvil:()=>Fi,LucideAperture:()=>Ei,LucideAppWindow:()=>Ui,LucideAppWindowMac:()=>Oi,LucideApple:()=>Wi,LucideArchive:()=>Ni,LucideArchiveRestore:()=>Zi,LucideArchiveX:()=>Gi,LucideAreaChart:()=>ah,LucideArmchair:()=>_i,LucideArrowBigDown:()=>Ki,LucideArrowBigDownDash:()=>Xi,LucideArrowBigLeft:()=>Ji,LucideArrowBigLeftDash:()=>Yi,LucideArrowBigRight:()=>Qi,LucideArrowBigRightDash:()=>$i,LucideArrowBigUp:()=>an,LucideArrowBigUpDash:()=>en,LucideArrowDown:()=>un,LucideArrowDown01:()=>tn,LucideArrowDown10:()=>rn,LucideArrowDownAZ:()=>nn,LucideArrowDownAz:()=>nn,LucideArrowDownCircle:()=>_h,LucideArrowDownFromLine:()=>on,LucideArrowDownLeft:()=>cn,LucideArrowDownLeftFromCircle:()=>Kh,LucideArrowDownLeftFromSquare:()=>kI,LucideArrowDownLeftSquare:()=>lI,LucideArrowDownNarrowWide:()=>dn,LucideArrowDownRight:()=>hn,LucideArrowDownRightFromCircle:()=>Yh,LucideArrowDownRightFromSquare:()=>uI,LucideArrowDownRightSquare:()=>yI,LucideArrowDownSquare:()=>pI,LucideArrowDownToDot:()=>ln,LucideArrowDownToLine:()=>yn,LucideArrowDownUp:()=>pn,LucideArrowDownWideNarrow:()=>sn,LucideArrowDownZA:()=>kn,LucideArrowDownZa:()=>kn,LucideArrowLeft:()=>mn,LucideArrowLeftCircle:()=>Xh,LucideArrowLeftFromLine:()=>Mn,LucideArrowLeftRight:()=>gn,LucideArrowLeftSquare:()=>sI,LucideArrowLeftToLine:()=>vn,LucideArrowRight:()=>Ln,LucideArrowRightCircle:()=>Qh,LucideArrowRightFromLine:()=>fn,LucideArrowRightLeft:()=>xn,LucideArrowRightSquare:()=>vI,LucideArrowRightToLine:()=>wn,LucideArrowUp:()=>Dn,LucideArrowUp01:()=>Cn,LucideArrowUp10:()=>bn,LucideArrowUpAZ:()=>Sn,LucideArrowUpAz:()=>Sn,LucideArrowUpCircle:()=>el,LucideArrowUpDown:()=>In,LucideArrowUpFromDot:()=>An,LucideArrowUpFromLine:()=>qn,LucideArrowUpLeft:()=>Pn,LucideArrowUpLeftFromCircle:()=>Jh,LucideArrowUpLeftFromSquare:()=>MI,LucideArrowUpLeftSquare:()=>mI,LucideArrowUpNarrowWide:()=>Rn,LucideArrowUpRight:()=>zn,LucideArrowUpRightFromCircle:()=>$h,LucideArrowUpRightFromSquare:()=>gI,LucideArrowUpRightSquare:()=>fI,LucideArrowUpSquare:()=>xI,LucideArrowUpToLine:()=>Hn,LucideArrowUpWideNarrow:()=>Tn,LucideArrowUpZA:()=>Bn,LucideArrowUpZa:()=>Bn,LucideArrowsUpFromLine:()=>Vn,LucideAsterisk:()=>jn,LucideAsteriskSquare:()=>wI,LucideAtSign:()=>Fn,LucideAtom:()=>En,LucideAudioLines:()=>On,LucideAudioWaveform:()=>Un,LucideAward:()=>Wn,LucideAxe:()=>Zn,LucideAxis3D:()=>Gn,LucideAxis3d:()=>Gn,LucideBaby:()=>Nn,LucideBackpack:()=>_n,LucideBadge:()=>yo,LucideBadgeAlert:()=>Xn,LucideBadgeCent:()=>Kn,LucideBadgeCheck:()=>Yn,LucideBadgeDollarSign:()=>Jn,LucideBadgeEuro:()=>$n,LucideBadgeHelp:()=>Qn,LucideBadgeIndianRupee:()=>eo,LucideBadgeInfo:()=>ao,LucideBadgeJapaneseYen:()=>to,LucideBadgeMinus:()=>ro,LucideBadgePercent:()=>io,LucideBadgePlus:()=>no,LucideBadgePoundSterling:()=>oo,LucideBadgeRussianRuble:()=>co,LucideBadgeSwissFranc:()=>ho,LucideBadgeX:()=>lo,LucideBaggageClaim:()=>po,LucideBan:()=>so,LucideBanana:()=>ko,LucideBandage:()=>uo,LucideBanknote:()=>Mo,LucideBarChart:()=>Mh,LucideBarChart2:()=>gh,LucideBarChart3:()=>ph,LucideBarChart4:()=>lh,LucideBarChartBig:()=>dh,LucideBarChartHorizontal:()=>oh,LucideBarChartHorizontalBig:()=>th,LucideBarcode:()=>go,LucideBaseline:()=>vo,LucideBath:()=>mo,LucideBattery:()=>bo,LucideBatteryCharging:()=>fo,LucideBatteryFull:()=>xo,LucideBatteryLow:()=>wo,LucideBatteryMedium:()=>Lo,LucideBatteryWarning:()=>Co,LucideBeaker:()=>So,LucideBean:()=>Ao,LucideBeanOff:()=>Io,LucideBed:()=>Ro,LucideBedDouble:()=>qo,LucideBedSingle:()=>Po,LucideBeef:()=>zo,LucideBeer:()=>To,LucideBeerOff:()=>Ho,LucideBell:()=>Oo,LucideBellDot:()=>Bo,LucideBellElectric:()=>Do,LucideBellMinus:()=>Vo,LucideBellOff:()=>jo,LucideBellPlus:()=>Fo,LucideBellRing:()=>Eo,LucideBetweenHorizonalEnd:()=>Uo,LucideBetweenHorizonalStart:()=>Wo,LucideBetweenHorizontalEnd:()=>Uo,LucideBetweenHorizontalStart:()=>Wo,LucideBetweenVerticalEnd:()=>Zo,LucideBetweenVerticalStart:()=>Go,LucideBicepsFlexed:()=>No,LucideBike:()=>_o,LucideBinary:()=>Xo,LucideBinoculars:()=>Ko,LucideBiohazard:()=>Yo,LucideBird:()=>Jo,LucideBitcoin:()=>$o,LucideBlend:()=>Qo,LucideBlinds:()=>ec,LucideBlocks:()=>ac,LucideBluetooth:()=>nc,LucideBluetoothConnected:()=>tc,LucideBluetoothOff:()=>rc,LucideBluetoothSearching:()=>ic,LucideBold:()=>oc,LucideBolt:()=>cc,LucideBomb:()=>dc,LucideBone:()=>hc,LucideBook:()=>Hc,LucideBookA:()=>lc,LucideBookAudio:()=>yc,LucideBookCheck:()=>pc,LucideBookCopy:()=>sc,LucideBookDashed:()=>kc,LucideBookDown:()=>uc,LucideBookHeadphones:()=>Mc,LucideBookHeart:()=>gc,LucideBookImage:()=>vc,LucideBookKey:()=>mc,LucideBookLock:()=>fc,LucideBookMarked:()=>xc,LucideBookMinus:()=>wc,LucideBookOpen:()=>bc,LucideBookOpenCheck:()=>Lc,LucideBookOpenText:()=>Cc,LucideBookPlus:()=>Sc,LucideBookTemplate:()=>kc,LucideBookText:()=>Ic,LucideBookType:()=>Ac,LucideBookUp:()=>Pc,LucideBookUp2:()=>qc,LucideBookUser:()=>Rc,LucideBookX:()=>zc,LucideBookmark:()=>jc,LucideBookmarkCheck:()=>Tc,LucideBookmarkMinus:()=>Bc,LucideBookmarkPlus:()=>Dc,LucideBookmarkX:()=>Vc,LucideBoomBox:()=>Fc,LucideBot:()=>Uc,LucideBotMessageSquare:()=>Ec,LucideBotOff:()=>Oc,LucideBox:()=>Zc,LucideBoxSelect:()=>Wc,LucideBoxes:()=>Gc,LucideBraces:()=>Nc,LucideBrackets:()=>_c,LucideBrain:()=>Yc,LucideBrainCircuit:()=>Xc,LucideBrainCog:()=>Kc,LucideBrickWall:()=>Jc,LucideBriefcase:()=>ed,LucideBriefcaseBusiness:()=>$c,LucideBriefcaseMedical:()=>Qc,LucideBringToFront:()=>ad,LucideBrush:()=>td,LucideBug:()=>nd,LucideBugOff:()=>rd,LucideBugPlay:()=>id,LucideBuilding:()=>cd,LucideBuilding2:()=>od,LucideBus:()=>hd,LucideBusFront:()=>dd,LucideCable:()=>yd,LucideCableCar:()=>ld,LucideCake:()=>sd,LucideCakeSlice:()=>pd,LucideCalculator:()=>kd,LucideCalendar:()=>Hd,LucideCalendarArrowDown:()=>ud,LucideCalendarArrowUp:()=>Md,LucideCalendarCheck:()=>vd,LucideCalendarCheck2:()=>gd,LucideCalendarClock:()=>md,LucideCalendarCog:()=>fd,LucideCalendarDays:()=>xd,LucideCalendarFold:()=>wd,LucideCalendarHeart:()=>Ld,LucideCalendarMinus:()=>bd,LucideCalendarMinus2:()=>Cd,LucideCalendarOff:()=>Sd,LucideCalendarPlus:()=>Ad,LucideCalendarPlus2:()=>Id,LucideCalendarRange:()=>qd,LucideCalendarSearch:()=>Pd,LucideCalendarX:()=>zd,LucideCalendarX2:()=>Rd,LucideCamera:()=>Bd,LucideCameraOff:()=>Td,LucideCandlestickChart:()=>ch,LucideCandy:()=>jd,LucideCandyCane:()=>Dd,LucideCandyOff:()=>Vd,LucideCannabis:()=>Fd,LucideCaptions:()=>Od,LucideCaptionsOff:()=>Ed,LucideCar:()=>Zd,LucideCarFront:()=>Ud,LucideCarTaxiFront:()=>Wd,LucideCaravan:()=>Gd,LucideCarrot:()=>Nd,LucideCaseLower:()=>_d,LucideCaseSensitive:()=>Xd,LucideCaseUpper:()=>Kd,LucideCassetteTape:()=>Yd,LucideCast:()=>Jd,LucideCastle:()=>$d,LucideCat:()=>Qd,LucideCctv:()=>eh,LucideChartArea:()=>ah,LucideChartBar:()=>oh,LucideChartBarBig:()=>th,LucideChartBarDecreasing:()=>rh,LucideChartBarIncreasing:()=>ih,LucideChartBarStacked:()=>nh,LucideChartCandlestick:()=>ch,LucideChartColumn:()=>ph,LucideChartColumnBig:()=>dh,LucideChartColumnDecreasing:()=>hh,LucideChartColumnIncreasing:()=>lh,LucideChartColumnStacked:()=>yh,LucideChartLine:()=>sh,LucideChartNetwork:()=>kh,LucideChartNoAxesColumn:()=>gh,LucideChartNoAxesColumnDecreasing:()=>uh,LucideChartNoAxesColumnIncreasing:()=>Mh,LucideChartNoAxesCombined:()=>vh,LucideChartNoAxesGantt:()=>mh,LucideChartPie:()=>fh,LucideChartScatter:()=>xh,LucideChartSpline:()=>wh,LucideCheck:()=>Ch,LucideCheckCheck:()=>Lh,LucideCheckCircle:()=>al,LucideCheckCircle2:()=>tl,LucideCheckSquare:()=>bI,LucideCheckSquare2:()=>SI,LucideChefHat:()=>bh,LucideCherry:()=>Sh,LucideChevronDown:()=>Ih,LucideChevronDownCircle:()=>rl,LucideChevronDownSquare:()=>II,LucideChevronFirst:()=>Ah,LucideChevronLast:()=>qh,LucideChevronLeft:()=>Ph,LucideChevronLeftCircle:()=>il,LucideChevronLeftSquare:()=>AI,LucideChevronRight:()=>Rh,LucideChevronRightCircle:()=>nl,LucideChevronRightSquare:()=>qI,LucideChevronUp:()=>zh,LucideChevronUpCircle:()=>ol,LucideChevronUpSquare:()=>PI,LucideChevronsDown:()=>Th,LucideChevronsDownUp:()=>Hh,LucideChevronsLeft:()=>Vh,LucideChevronsLeftRight:()=>Dh,LucideChevronsLeftRightEllipsis:()=>Bh,LucideChevronsRight:()=>Fh,LucideChevronsRightLeft:()=>jh,LucideChevronsUp:()=>Oh,LucideChevronsUpDown:()=>Eh,LucideChrome:()=>Uh,LucideChurch:()=>Wh,LucideCigarette:()=>Gh,LucideCigaretteOff:()=>Zh,LucideCircle:()=>Hl,LucideCircleAlert:()=>Nh,LucideCircleArrowDown:()=>_h,LucideCircleArrowLeft:()=>Xh,LucideCircleArrowOutDownLeft:()=>Kh,LucideCircleArrowOutDownRight:()=>Yh,LucideCircleArrowOutUpLeft:()=>Jh,LucideCircleArrowOutUpRight:()=>$h,LucideCircleArrowRight:()=>Qh,LucideCircleArrowUp:()=>el,LucideCircleCheck:()=>tl,LucideCircleCheckBig:()=>al,LucideCircleChevronDown:()=>rl,LucideCircleChevronLeft:()=>il,LucideCircleChevronRight:()=>nl,LucideCircleChevronUp:()=>ol,LucideCircleDashed:()=>cl,LucideCircleDivide:()=>dl,LucideCircleDollarSign:()=>hl,LucideCircleDot:()=>yl,LucideCircleDotDashed:()=>ll,LucideCircleEllipsis:()=>pl,LucideCircleEqual:()=>sl,LucideCircleFadingArrowUp:()=>kl,LucideCircleFadingPlus:()=>ul,LucideCircleGauge:()=>Ml,LucideCircleHelp:()=>gl,LucideCircleMinus:()=>vl,LucideCircleOff:()=>ml,LucideCircleParking:()=>xl,LucideCircleParkingOff:()=>fl,LucideCirclePause:()=>wl,LucideCirclePercent:()=>Ll,LucideCirclePlay:()=>Cl,LucideCirclePlus:()=>bl,LucideCirclePower:()=>Sl,LucideCircleSlash:()=>Al,LucideCircleSlash2:()=>Il,LucideCircleSlashed:()=>Il,LucideCircleStop:()=>ql,LucideCircleUser:()=>Rl,LucideCircleUserRound:()=>Pl,LucideCircleX:()=>zl,LucideCircuitBoard:()=>Tl,LucideCitrus:()=>Bl,LucideClapperboard:()=>Dl,LucideClipboard:()=>_l,LucideClipboardCheck:()=>Vl,LucideClipboardCopy:()=>jl,LucideClipboardEdit:()=>Wl,LucideClipboardList:()=>Fl,LucideClipboardMinus:()=>El,LucideClipboardPaste:()=>Ol,LucideClipboardPen:()=>Wl,LucideClipboardPenLine:()=>Ul,LucideClipboardPlus:()=>Zl,LucideClipboardSignature:()=>Ul,LucideClipboardType:()=>Gl,LucideClipboardX:()=>Nl,LucideClock:()=>dy,LucideClock1:()=>Xl,LucideClock10:()=>Kl,LucideClock11:()=>Yl,LucideClock12:()=>Jl,LucideClock2:()=>$l,LucideClock3:()=>Ql,LucideClock4:()=>ey,LucideClock5:()=>ay,LucideClock6:()=>ty,LucideClock7:()=>ry,LucideClock8:()=>iy,LucideClock9:()=>ny,LucideClockArrowDown:()=>oy,LucideClockArrowUp:()=>cy,LucideCloud:()=>Cy,LucideCloudCog:()=>hy,LucideCloudDownload:()=>ly,LucideCloudDrizzle:()=>yy,LucideCloudFog:()=>py,LucideCloudHail:()=>sy,LucideCloudLightning:()=>ky,LucideCloudMoon:()=>My,LucideCloudMoonRain:()=>uy,LucideCloudOff:()=>gy,LucideCloudRain:()=>my,LucideCloudRainWind:()=>vy,LucideCloudSnow:()=>fy,LucideCloudSun:()=>wy,LucideCloudSunRain:()=>xy,LucideCloudUpload:()=>Ly,LucideCloudy:()=>by,LucideClover:()=>Sy,LucideClub:()=>Iy,LucideCode:()=>qy,LucideCode2:()=>Ay,LucideCodeSquare:()=>RI,LucideCodeXml:()=>Ay,LucideCodepen:()=>Py,LucideCodesandbox:()=>Ry,LucideCoffee:()=>zy,LucideCog:()=>Hy,LucideCoins:()=>Ty,LucideColumns:()=>By,LucideColumns2:()=>By,LucideColumns3:()=>Dy,LucideColumns4:()=>Vy,LucideCombine:()=>jy,LucideCommand:()=>Fy,LucideCompass:()=>Ey,LucideComponent:()=>Oy,LucideComputer:()=>Uy,LucideConciergeBell:()=>Wy,LucideCone:()=>Zy,LucideConstruction:()=>Gy,LucideContact:()=>_y,LucideContact2:()=>Ny,LucideContactRound:()=>Ny,LucideContainer:()=>Xy,LucideContrast:()=>Ky,LucideCookie:()=>Yy,LucideCookingPot:()=>Jy,LucideCopy:()=>rp,LucideCopyCheck:()=>$y,LucideCopyMinus:()=>Qy,LucideCopyPlus:()=>ep,LucideCopySlash:()=>ap,LucideCopyX:()=>tp,LucideCopyleft:()=>ip,LucideCopyright:()=>np,LucideCornerDownLeft:()=>op,LucideCornerDownRight:()=>cp,LucideCornerLeftDown:()=>dp,LucideCornerLeftUp:()=>hp,LucideCornerRightDown:()=>lp,LucideCornerRightUp:()=>yp,LucideCornerUpLeft:()=>pp,LucideCornerUpRight:()=>sp,LucideCpu:()=>kp,LucideCreativeCommons:()=>up,LucideCreditCard:()=>Mp,LucideCroissant:()=>gp,LucideCrop:()=>vp,LucideCross:()=>mp,LucideCrosshair:()=>fp,LucideCrown:()=>xp,LucideCuboid:()=>wp,LucideCupSoda:()=>Lp,LucideCurlyBraces:()=>Nc,LucideCurrency:()=>Cp,LucideCylinder:()=>bp,LucideDam:()=>Sp,LucideDatabase:()=>qp,LucideDatabaseBackup:()=>Ip,LucideDatabaseZap:()=>Ap,LucideDelete:()=>Pp,LucideDessert:()=>Rp,LucideDiameter:()=>zp,LucideDiamond:()=>Dp,LucideDiamondMinus:()=>Hp,LucideDiamondPercent:()=>Tp,LucideDiamondPlus:()=>Bp,LucideDice1:()=>Vp,LucideDice2:()=>jp,LucideDice3:()=>Fp,LucideDice4:()=>Ep,LucideDice5:()=>Op,LucideDice6:()=>Up,LucideDices:()=>Wp,LucideDiff:()=>Zp,LucideDisc:()=>Xp,LucideDisc2:()=>Gp,LucideDisc3:()=>Np,LucideDiscAlbum:()=>_p,LucideDivide:()=>Kp,LucideDivideCircle:()=>dl,LucideDivideSquare:()=>DI,LucideDna:()=>Jp,LucideDnaOff:()=>Yp,LucideDock:()=>$p,LucideDog:()=>Qp,LucideDollarSign:()=>es,LucideDonut:()=>as,LucideDoorClosed:()=>ts,LucideDoorOpen:()=>rs,LucideDot:()=>is,LucideDotSquare:()=>VI,LucideDownload:()=>ns,LucideDownloadCloud:()=>ly,LucideDraftingCompass:()=>os,LucideDrama:()=>cs,LucideDribbble:()=>ds,LucideDrill:()=>hs,LucideDroplet:()=>ls,LucideDroplets:()=>ys,LucideDrum:()=>ps,LucideDrumstick:()=>ss,LucideDumbbell:()=>ks,LucideEar:()=>Ms,LucideEarOff:()=>us,LucideEarth:()=>vs,LucideEarthLock:()=>gs,LucideEclipse:()=>ms,LucideEdit:()=>XI,LucideEdit2:()=>Jw,LucideEdit3:()=>Xw,LucideEgg:()=>ws,LucideEggFried:()=>fs,LucideEggOff:()=>xs,LucideEllipsis:()=>Cs,LucideEllipsisVertical:()=>Ls,LucideEqual:()=>Ss,LucideEqualNot:()=>bs,LucideEqualSquare:()=>jI,LucideEraser:()=>Is,LucideEthernetPort:()=>As,LucideEuro:()=>qs,LucideExpand:()=>Ps,LucideExternalLink:()=>Rs,LucideEye:()=>Hs,LucideEyeOff:()=>zs,LucideFacebook:()=>Ts,LucideFactory:()=>Bs,LucideFan:()=>Ds,LucideFastForward:()=>Vs,LucideFeather:()=>js,LucideFence:()=>Fs,LucideFerrisWheel:()=>Es,LucideFigma:()=>Os,LucideFile:()=>Gk,LucideFileArchive:()=>Us,LucideFileAudio:()=>Zs,LucideFileAudio2:()=>Ws,LucideFileAxis3D:()=>Gs,LucideFileAxis3d:()=>Gs,LucideFileBadge:()=>_s,LucideFileBadge2:()=>Ns,LucideFileBarChart:()=>Ks,LucideFileBarChart2:()=>Ys,LucideFileBox:()=>Xs,LucideFileChartColumn:()=>Ys,LucideFileChartColumnIncreasing:()=>Ks,LucideFileChartLine:()=>Js,LucideFileChartPie:()=>$s,LucideFileCheck:()=>ek,LucideFileCheck2:()=>Qs,LucideFileClock:()=>ak,LucideFileCode:()=>rk,LucideFileCode2:()=>tk,LucideFileCog:()=>ik,LucideFileCog2:()=>ik,LucideFileDiff:()=>nk,LucideFileDigit:()=>ok,LucideFileDown:()=>ck,LucideFileEdit:()=>wk,LucideFileHeart:()=>dk,LucideFileImage:()=>hk,LucideFileInput:()=>lk,LucideFileJson:()=>pk,LucideFileJson2:()=>yk,LucideFileKey:()=>kk,LucideFileKey2:()=>sk,LucideFileLineChart:()=>Js,LucideFileLock:()=>Mk,LucideFileLock2:()=>uk,LucideFileMinus:()=>vk,LucideFileMinus2:()=>gk,LucideFileMusic:()=>mk,LucideFileOutput:()=>fk,LucideFilePen:()=>wk,LucideFilePenLine:()=>xk,LucideFilePieChart:()=>$s,LucideFilePlus:()=>Ck,LucideFilePlus2:()=>Lk,LucideFileQuestion:()=>bk,LucideFileScan:()=>Sk,LucideFileSearch:()=>Ak,LucideFileSearch2:()=>Ik,LucideFileSignature:()=>xk,LucideFileSliders:()=>qk,LucideFileSpreadsheet:()=>Pk,LucideFileStack:()=>Rk,LucideFileSymlink:()=>zk,LucideFileTerminal:()=>Hk,LucideFileText:()=>Tk,LucideFileType:()=>Dk,LucideFileType2:()=>Bk,LucideFileUp:()=>Vk,LucideFileVideo:()=>Fk,LucideFileVideo2:()=>jk,LucideFileVolume:()=>Ok,LucideFileVolume2:()=>Ek,LucideFileWarning:()=>Uk,LucideFileX:()=>Zk,LucideFileX2:()=>Wk,LucideFiles:()=>Nk,LucideFilm:()=>_k,LucideFilter:()=>Kk,LucideFilterX:()=>Xk,LucideFingerprint:()=>Yk,LucideFireExtinguisher:()=>Jk,LucideFish:()=>eu,LucideFishOff:()=>$k,LucideFishSymbol:()=>Qk,LucideFlag:()=>iu,LucideFlagOff:()=>au,LucideFlagTriangleLeft:()=>tu,LucideFlagTriangleRight:()=>ru,LucideFlame:()=>ou,LucideFlameKindling:()=>nu,LucideFlashlight:()=>du,LucideFlashlightOff:()=>cu,LucideFlaskConical:()=>lu,LucideFlaskConicalOff:()=>hu,LucideFlaskRound:()=>yu,LucideFlipHorizontal:()=>su,LucideFlipHorizontal2:()=>pu,LucideFlipVertical:()=>uu,LucideFlipVertical2:()=>ku,LucideFlower:()=>gu,LucideFlower2:()=>Mu,LucideFocus:()=>vu,LucideFoldHorizontal:()=>mu,LucideFoldVertical:()=>fu,LucideFolder:()=>Yu,LucideFolderArchive:()=>xu,LucideFolderCheck:()=>wu,LucideFolderClock:()=>Lu,LucideFolderClosed:()=>Cu,LucideFolderCode:()=>bu,LucideFolderCog:()=>Su,LucideFolderCog2:()=>Su,LucideFolderDot:()=>Iu,LucideFolderDown:()=>Au,LucideFolderEdit:()=>Eu,LucideFolderGit:()=>Pu,LucideFolderGit2:()=>qu,LucideFolderHeart:()=>Ru,LucideFolderInput:()=>zu,LucideFolderKanban:()=>Hu,LucideFolderKey:()=>Tu,LucideFolderLock:()=>Bu,LucideFolderMinus:()=>Du,LucideFolderOpen:()=>ju,LucideFolderOpenDot:()=>Vu,LucideFolderOutput:()=>Fu,LucideFolderPen:()=>Eu,LucideFolderPlus:()=>Ou,LucideFolderRoot:()=>Uu,LucideFolderSearch:()=>Zu,LucideFolderSearch2:()=>Wu,LucideFolderSymlink:()=>Gu,LucideFolderSync:()=>Nu,LucideFolderTree:()=>_u,LucideFolderUp:()=>Xu,LucideFolderX:()=>Ku,LucideFolders:()=>Ju,LucideFootprints:()=>$u,LucideForkKnife:()=>tR,LucideForkKnifeCrossed:()=>aR,LucideForklift:()=>Qu,LucideFormInput:()=>wC,LucideForward:()=>eM,LucideFrame:()=>aM,LucideFramer:()=>tM,LucideFrown:()=>rM,LucideFuel:()=>iM,LucideFullscreen:()=>nM,LucideFunctionSquare:()=>FI,LucideGalleryHorizontal:()=>cM,LucideGalleryHorizontalEnd:()=>oM,LucideGalleryThumbnails:()=>dM,LucideGalleryVertical:()=>lM,LucideGalleryVerticalEnd:()=>hM,LucideGamepad:()=>pM,LucideGamepad2:()=>yM,LucideGanttChart:()=>mh,LucideGanttChartSquare:()=>CI,LucideGauge:()=>sM,LucideGaugeCircle:()=>Ml,LucideGavel:()=>kM,LucideGem:()=>uM,LucideGhost:()=>MM,LucideGift:()=>gM,LucideGitBranch:()=>mM,LucideGitBranchPlus:()=>vM,LucideGitCommit:()=>fM,LucideGitCommitHorizontal:()=>fM,LucideGitCommitVertical:()=>xM,LucideGitCompare:()=>LM,LucideGitCompareArrows:()=>wM,LucideGitFork:()=>CM,LucideGitGraph:()=>bM,LucideGitMerge:()=>SM,LucideGitPullRequest:()=>zM,LucideGitPullRequestArrow:()=>IM,LucideGitPullRequestClosed:()=>AM,LucideGitPullRequestCreate:()=>PM,LucideGitPullRequestCreateArrow:()=>qM,LucideGitPullRequestDraft:()=>RM,LucideGithub:()=>HM,LucideGitlab:()=>TM,LucideGlassWater:()=>BM,LucideGlasses:()=>DM,LucideGlobe:()=>jM,LucideGlobe2:()=>vs,LucideGlobeLock:()=>VM,LucideGoal:()=>FM,LucideGrab:()=>EM,LucideGraduationCap:()=>OM,LucideGrape:()=>UM,LucideGrid:()=>NM,LucideGrid2X2:()=>GM,LucideGrid2x2:()=>GM,LucideGrid2x2Check:()=>WM,LucideGrid2x2X:()=>ZM,LucideGrid3X3:()=>NM,LucideGrid3x3:()=>NM,LucideGrip:()=>KM,LucideGripHorizontal:()=>_M,LucideGripVertical:()=>XM,LucideGroup:()=>YM,LucideGuitar:()=>JM,LucideHam:()=>$M,LucideHammer:()=>QM,LucideHand:()=>ng,LucideHandCoins:()=>eg,LucideHandHeart:()=>ag,LucideHandHelping:()=>tg,LucideHandMetal:()=>rg,LucideHandPlatter:()=>ig,LucideHandshake:()=>og,LucideHardDrive:()=>hg,LucideHardDriveDownload:()=>cg,LucideHardDriveUpload:()=>dg,LucideHardHat:()=>lg,LucideHash:()=>yg,LucideHaze:()=>pg,LucideHdmiPort:()=>sg,LucideHeading:()=>fg,LucideHeading1:()=>kg,LucideHeading2:()=>ug,LucideHeading3:()=>Mg,LucideHeading4:()=>gg,LucideHeading5:()=>vg,LucideHeading6:()=>mg,LucideHeadphones:()=>xg,LucideHeadset:()=>wg,LucideHeart:()=>Ig,LucideHeartCrack:()=>Lg,LucideHeartHandshake:()=>Cg,LucideHeartOff:()=>bg,LucideHeartPulse:()=>Sg,LucideHeater:()=>Ag,LucideHelpCircle:()=>gl,LucideHelpingHand:()=>tg,LucideHexagon:()=>qg,LucideHighlighter:()=>Pg,LucideHistory:()=>Rg,LucideHome:()=>Fg,LucideHop:()=>Hg,LucideHopOff:()=>zg,LucideHospital:()=>Tg,LucideHotel:()=>Bg,LucideHourglass:()=>Dg,LucideHouse:()=>Fg,LucideHousePlug:()=>Vg,LucideHousePlus:()=>jg,LucideIceCream:()=>Og,LucideIceCream2:()=>Eg,LucideIceCreamBowl:()=>Eg,LucideIceCreamCone:()=>Og,LucideIdCard:()=>Ug,LucideImage:()=>Kg,LucideImageDown:()=>Wg,LucideImageMinus:()=>Zg,LucideImageOff:()=>Gg,LucideImagePlay:()=>Ng,LucideImagePlus:()=>_g,LucideImageUp:()=>Xg,LucideImages:()=>Yg,LucideImport:()=>Jg,LucideInbox:()=>$g,LucideIndent:()=>ev,LucideIndentDecrease:()=>Qg,LucideIndentIncrease:()=>ev,LucideIndianRupee:()=>av,LucideInfinity:()=>tv,LucideInfo:()=>rv,LucideInspect:()=>GI,LucideInspectionPanel:()=>iv,LucideInstagram:()=>nv,LucideItalic:()=>ov,LucideIterationCcw:()=>cv,LucideIterationCw:()=>dv,LucideJapaneseYen:()=>hv,LucideJoystick:()=>lv,LucideKanban:()=>yv,LucideKanbanSquare:()=>EI,LucideKanbanSquareDashed:()=>TI,LucideKey:()=>kv,LucideKeyRound:()=>pv,LucideKeySquare:()=>sv,LucideKeyboard:()=>gv,LucideKeyboardMusic:()=>uv,LucideKeyboardOff:()=>Mv,LucideLamp:()=>Lv,LucideLampCeiling:()=>vv,LucideLampDesk:()=>mv,LucideLampFloor:()=>fv,LucideLampWallDown:()=>xv,LucideLampWallUp:()=>wv,LucideLandPlot:()=>Cv,LucideLandmark:()=>bv,LucideLanguages:()=>Sv,LucideLaptop:()=>Av,LucideLaptop2:()=>Iv,LucideLaptopMinimal:()=>Iv,LucideLasso:()=>Pv,LucideLassoSelect:()=>qv,LucideLaugh:()=>Rv,LucideLayers:()=>Tv,LucideLayers2:()=>zv,LucideLayers3:()=>Hv,LucideLayout:()=>Ew,LucideLayoutDashboard:()=>Bv,LucideLayoutGrid:()=>Dv,LucideLayoutList:()=>Vv,LucideLayoutPanelLeft:()=>jv,LucideLayoutPanelTop:()=>Fv,LucideLayoutTemplate:()=>Ev,LucideLeaf:()=>Ov,LucideLeafyGreen:()=>Uv,LucideLectern:()=>Wv,LucideLetterText:()=>Zv,LucideLibrary:()=>Nv,LucideLibraryBig:()=>Gv,LucideLibrarySquare:()=>OI,LucideLifeBuoy:()=>_v,LucideLigature:()=>Xv,LucideLightbulb:()=>Yv,LucideLightbulbOff:()=>Kv,LucideLineChart:()=>sh,LucideLink:()=>Qv,LucideLink2:()=>$v,LucideLink2Off:()=>Jv,LucideLinkedin:()=>em,LucideList:()=>Mm,LucideListCheck:()=>am,LucideListChecks:()=>tm,LucideListCollapse:()=>rm,LucideListEnd:()=>im,LucideListFilter:()=>nm,LucideListMinus:()=>om,LucideListMusic:()=>cm,LucideListOrdered:()=>dm,LucideListPlus:()=>hm,LucideListRestart:()=>lm,LucideListStart:()=>ym,LucideListTodo:()=>pm,LucideListTree:()=>sm,LucideListVideo:()=>km,LucideListX:()=>um,LucideLoader:()=>mm,LucideLoader2:()=>gm,LucideLoaderCircle:()=>gm,LucideLoaderPinwheel:()=>vm,LucideLocate:()=>wm,LucideLocateFixed:()=>fm,LucideLocateOff:()=>xm,LucideLock:()=>Sm,LucideLockKeyhole:()=>Cm,LucideLockKeyholeOpen:()=>Lm,LucideLockOpen:()=>bm,LucideLogIn:()=>Im,LucideLogOut:()=>Am,LucideLogs:()=>qm,LucideLollipop:()=>Pm,LucideLuggage:()=>Rm,LucideMSquare:()=>UI,LucideMagnet:()=>zm,LucideMail:()=>Om,LucideMailCheck:()=>Hm,LucideMailMinus:()=>Tm,LucideMailOpen:()=>Bm,LucideMailPlus:()=>Dm,LucideMailQuestion:()=>Vm,LucideMailSearch:()=>jm,LucideMailWarning:()=>Fm,LucideMailX:()=>Em,LucideMailbox:()=>Um,LucideMails:()=>Wm,LucideMap:()=>tf,LucideMapPin:()=>ef,LucideMapPinCheck:()=>Gm,LucideMapPinCheckInside:()=>Zm,LucideMapPinHouse:()=>Nm,LucideMapPinMinus:()=>Xm,LucideMapPinMinusInside:()=>_m,LucideMapPinOff:()=>Km,LucideMapPinPlus:()=>Jm,LucideMapPinPlusInside:()=>Ym,LucideMapPinX:()=>Qm,LucideMapPinXInside:()=>$m,LucideMapPinned:()=>af,LucideMartini:()=>rf,LucideMaximize:()=>of,LucideMaximize2:()=>nf,LucideMedal:()=>cf,LucideMegaphone:()=>hf,LucideMegaphoneOff:()=>df,LucideMeh:()=>lf,LucideMemoryStick:()=>yf,LucideMenu:()=>pf,LucideMenuSquare:()=>WI,LucideMerge:()=>sf,LucideMessageCircle:()=>Cf,LucideMessageCircleCode:()=>kf,LucideMessageCircleDashed:()=>uf,LucideMessageCircleHeart:()=>Mf,LucideMessageCircleMore:()=>gf,LucideMessageCircleOff:()=>vf,LucideMessageCirclePlus:()=>mf,LucideMessageCircleQuestion:()=>ff,LucideMessageCircleReply:()=>xf,LucideMessageCircleWarning:()=>wf,LucideMessageCircleX:()=>Lf,LucideMessageSquare:()=>Ff,LucideMessageSquareCode:()=>bf,LucideMessageSquareDashed:()=>Sf,LucideMessageSquareDiff:()=>If,LucideMessageSquareDot:()=>Af,LucideMessageSquareHeart:()=>qf,LucideMessageSquareMore:()=>Pf,LucideMessageSquareOff:()=>Rf,LucideMessageSquarePlus:()=>zf,LucideMessageSquareQuote:()=>Hf,LucideMessageSquareReply:()=>Tf,LucideMessageSquareShare:()=>Bf,LucideMessageSquareText:()=>Df,LucideMessageSquareWarning:()=>Vf,LucideMessageSquareX:()=>jf,LucideMessagesSquare:()=>Ef,LucideMic:()=>Wf,LucideMic2:()=>Uf,LucideMicOff:()=>Of,LucideMicVocal:()=>Uf,LucideMicrochip:()=>Zf,LucideMicroscope:()=>Gf,LucideMicrowave:()=>Nf,LucideMilestone:()=>_f,LucideMilk:()=>Kf,LucideMilkOff:()=>Xf,LucideMinimize:()=>Jf,LucideMinimize2:()=>Yf,LucideMinus:()=>$f,LucideMinusCircle:()=>vl,LucideMinusSquare:()=>ZI,LucideMonitor:()=>yx,LucideMonitorCheck:()=>Qf,LucideMonitorCog:()=>ex,LucideMonitorDot:()=>ax,LucideMonitorDown:()=>tx,LucideMonitorOff:()=>rx,LucideMonitorPause:()=>ix,LucideMonitorPlay:()=>nx,LucideMonitorSmartphone:()=>ox,LucideMonitorSpeaker:()=>cx,LucideMonitorStop:()=>dx,LucideMonitorUp:()=>hx,LucideMonitorX:()=>lx,LucideMoon:()=>sx,LucideMoonStar:()=>px,LucideMoreHorizontal:()=>Cs,LucideMoreVertical:()=>Ls,LucideMountain:()=>ux,LucideMountainSnow:()=>kx,LucideMouse:()=>xx,LucideMouseOff:()=>Mx,LucideMousePointer:()=>fx,LucideMousePointer2:()=>gx,LucideMousePointerBan:()=>vx,LucideMousePointerClick:()=>mx,LucideMousePointerSquareDashed:()=>BI,LucideMove:()=>Bx,LucideMove3D:()=>wx,LucideMove3d:()=>wx,LucideMoveDiagonal:()=>Cx,LucideMoveDiagonal2:()=>Lx,LucideMoveDown:()=>Ix,LucideMoveDownLeft:()=>bx,LucideMoveDownRight:()=>Sx,LucideMoveHorizontal:()=>Ax,LucideMoveLeft:()=>qx,LucideMoveRight:()=>Px,LucideMoveUp:()=>Hx,LucideMoveUpLeft:()=>Rx,LucideMoveUpRight:()=>zx,LucideMoveVertical:()=>Tx,LucideMusic:()=>Fx,LucideMusic2:()=>Dx,LucideMusic3:()=>Vx,LucideMusic4:()=>jx,LucideNavigation:()=>Wx,LucideNavigation2:()=>Ox,LucideNavigation2Off:()=>Ex,LucideNavigationOff:()=>Ux,LucideNetwork:()=>Zx,LucideNewspaper:()=>Gx,LucideNfc:()=>Nx,LucideNotebook:()=>Yx,LucideNotebookPen:()=>_x,LucideNotebookTabs:()=>Xx,LucideNotebookText:()=>Kx,LucideNotepadText:()=>$x,LucideNotepadTextDashed:()=>Jx,LucideNut:()=>ew,LucideNutOff:()=>Qx,LucideOctagon:()=>iw,LucideOctagonAlert:()=>aw,LucideOctagonPause:()=>tw,LucideOctagonX:()=>rw,LucideOmega:()=>nw,LucideOption:()=>ow,LucideOrbit:()=>cw,LucideOrigami:()=>dw,LucideOutdent:()=>Qg,LucidePackage:()=>Mw,LucidePackage2:()=>hw,LucidePackageCheck:()=>lw,LucidePackageMinus:()=>yw,LucidePackageOpen:()=>pw,LucidePackagePlus:()=>sw,LucidePackageSearch:()=>kw,LucidePackageX:()=>uw,LucidePaintBucket:()=>gw,LucidePaintRoller:()=>vw,LucidePaintbrush:()=>fw,LucidePaintbrush2:()=>mw,LucidePaintbrushVertical:()=>mw,LucidePalette:()=>xw,LucidePalmtree:()=>rP,LucidePanelBottom:()=>bw,LucidePanelBottomClose:()=>ww,LucidePanelBottomDashed:()=>Lw,LucidePanelBottomInactive:()=>Lw,LucidePanelBottomOpen:()=>Cw,LucidePanelLeft:()=>qw,LucidePanelLeftClose:()=>Sw,LucidePanelLeftDashed:()=>Iw,LucidePanelLeftInactive:()=>Iw,LucidePanelLeftOpen:()=>Aw,LucidePanelRight:()=>Hw,LucidePanelRightClose:()=>Pw,LucidePanelRightDashed:()=>Rw,LucidePanelRightInactive:()=>Rw,LucidePanelRightOpen:()=>zw,LucidePanelTop:()=>Vw,LucidePanelTopClose:()=>Tw,LucidePanelTopDashed:()=>Bw,LucidePanelTopInactive:()=>Bw,LucidePanelTopOpen:()=>Dw,LucidePanelsLeftBottom:()=>jw,LucidePanelsLeftRight:()=>Dy,LucidePanelsRightBottom:()=>Fw,LucidePanelsTopBottom:()=>rb,LucidePanelsTopLeft:()=>Ew,LucidePaperclip:()=>Ow,LucideParentheses:()=>Uw,LucideParkingCircle:()=>xl,LucideParkingCircleOff:()=>fl,LucideParkingMeter:()=>Ww,LucideParkingSquare:()=>_I,LucideParkingSquareOff:()=>NI,LucidePartyPopper:()=>Zw,LucidePause:()=>Gw,LucidePauseCircle:()=>wl,LucidePauseOctagon:()=>tw,LucidePawPrint:()=>Nw,LucidePcCase:()=>_w,LucidePen:()=>Jw,LucidePenBox:()=>XI,LucidePenLine:()=>Xw,LucidePenOff:()=>Kw,LucidePenSquare:()=>XI,LucidePenTool:()=>Yw,LucidePencil:()=>aL,LucidePencilLine:()=>$w,LucidePencilOff:()=>Qw,LucidePencilRuler:()=>eL,LucidePentagon:()=>tL,LucidePercent:()=>rL,LucidePercentCircle:()=>Ll,LucidePercentDiamond:()=>Tp,LucidePercentSquare:()=>KI,LucidePersonStanding:()=>iL,LucidePhilippinePeso:()=>nL,LucidePhone:()=>pL,LucidePhoneCall:()=>oL,LucidePhoneForwarded:()=>cL,LucidePhoneIncoming:()=>dL,LucidePhoneMissed:()=>hL,LucidePhoneOff:()=>lL,LucidePhoneOutgoing:()=>yL,LucidePi:()=>sL,LucidePiSquare:()=>YI,LucidePiano:()=>kL,LucidePickaxe:()=>uL,LucidePictureInPicture:()=>gL,LucidePictureInPicture2:()=>ML,LucidePieChart:()=>fh,LucidePiggyBank:()=>vL,LucidePilcrow:()=>xL,LucidePilcrowLeft:()=>mL,LucidePilcrowRight:()=>fL,LucidePilcrowSquare:()=>JI,LucidePill:()=>LL,LucidePillBottle:()=>wL,LucidePin:()=>bL,LucidePinOff:()=>CL,LucidePipette:()=>SL,LucidePizza:()=>IL,LucidePlane:()=>PL,LucidePlaneLanding:()=>AL,LucidePlaneTakeoff:()=>qL,LucidePlay:()=>RL,LucidePlayCircle:()=>Cl,LucidePlaySquare:()=>$I,LucidePlug:()=>TL,LucidePlug2:()=>zL,LucidePlugZap:()=>HL,LucidePlugZap2:()=>HL,LucidePlus:()=>BL,LucidePlusCircle:()=>bl,LucidePlusSquare:()=>QI,LucidePocket:()=>VL,LucidePocketKnife:()=>DL,LucidePodcast:()=>jL,LucidePointer:()=>EL,LucidePointerOff:()=>FL,LucidePopcorn:()=>OL,LucidePopsicle:()=>UL,LucidePoundSterling:()=>WL,LucidePower:()=>GL,LucidePowerCircle:()=>Sl,LucidePowerOff:()=>ZL,LucidePowerSquare:()=>eA,LucidePresentation:()=>NL,LucidePrinter:()=>XL,LucidePrinterCheck:()=>_L,LucideProjector:()=>KL,LucideProportions:()=>YL,LucidePuzzle:()=>JL,LucidePyramid:()=>$L,LucideQrCode:()=>QL,LucideQuote:()=>eC,LucideRabbit:()=>aC,LucideRadar:()=>tC,LucideRadiation:()=>rC,LucideRadical:()=>iC,LucideRadio:()=>cC,LucideRadioReceiver:()=>nC,LucideRadioTower:()=>oC,LucideRadius:()=>dC,LucideRailSymbol:()=>hC,LucideRainbow:()=>lC,LucideRat:()=>yC,LucideRatio:()=>pC,LucideReceipt:()=>xC,LucideReceiptCent:()=>sC,LucideReceiptEuro:()=>kC,LucideReceiptIndianRupee:()=>uC,LucideReceiptJapaneseYen:()=>MC,LucideReceiptPoundSterling:()=>gC,LucideReceiptRussianRuble:()=>vC,LucideReceiptSwissFranc:()=>mC,LucideReceiptText:()=>fC,LucideRectangleEllipsis:()=>wC,LucideRectangleHorizontal:()=>LC,LucideRectangleVertical:()=>CC,LucideRecycle:()=>bC,LucideRedo:()=>AC,LucideRedo2:()=>SC,LucideRedoDot:()=>IC,LucideRefreshCcw:()=>PC,LucideRefreshCcwDot:()=>qC,LucideRefreshCw:()=>zC,LucideRefreshCwOff:()=>RC,LucideRefrigerator:()=>HC,LucideRegex:()=>TC,LucideRemoveFormatting:()=>BC,LucideRepeat:()=>jC,LucideRepeat1:()=>DC,LucideRepeat2:()=>VC,LucideReplace:()=>EC,LucideReplaceAll:()=>FC,LucideReply:()=>UC,LucideReplyAll:()=>OC,LucideRewind:()=>WC,LucideRibbon:()=>ZC,LucideRocket:()=>GC,LucideRockingChair:()=>NC,LucideRollerCoaster:()=>_C,LucideRotate3D:()=>XC,LucideRotate3d:()=>XC,LucideRotateCcw:()=>YC,LucideRotateCcwSquare:()=>KC,LucideRotateCw:()=>$C,LucideRotateCwSquare:()=>JC,LucideRoute:()=>eb,LucideRouteOff:()=>QC,LucideRouter:()=>ab,LucideRows:()=>tb,LucideRows2:()=>tb,LucideRows3:()=>rb,LucideRows4:()=>ib,LucideRss:()=>nb,LucideRuler:()=>ob,LucideRussianRuble:()=>cb,LucideSailboat:()=>db,LucideSalad:()=>hb,LucideSandwich:()=>lb,LucideSatellite:()=>pb,LucideSatelliteDish:()=>yb,LucideSave:()=>ub,LucideSaveAll:()=>sb,LucideSaveOff:()=>kb,LucideScale:()=>gb,LucideScale3D:()=>Mb,LucideScale3d:()=>Mb,LucideScaling:()=>vb,LucideScan:()=>Sb,LucideScanBarcode:()=>mb,LucideScanEye:()=>fb,LucideScanFace:()=>xb,LucideScanLine:()=>wb,LucideScanQrCode:()=>Lb,LucideScanSearch:()=>Cb,LucideScanText:()=>bb,LucideScatterChart:()=>xh,LucideSchool:()=>Ib,LucideSchool2:()=>RP,LucideScissors:()=>qb,LucideScissorsLineDashed:()=>Ab,LucideScissorsSquare:()=>tA,LucideScissorsSquareDashedBottom:()=>LI,LucideScreenShare:()=>Rb,LucideScreenShareOff:()=>Pb,LucideScroll:()=>Hb,LucideScrollText:()=>zb,LucideSearch:()=>jb,LucideSearchCheck:()=>Tb,LucideSearchCode:()=>Bb,LucideSearchSlash:()=>Db,LucideSearchX:()=>Vb,LucideSection:()=>Fb,LucideSend:()=>Ub,LucideSendHorizonal:()=>Eb,LucideSendHorizontal:()=>Eb,LucideSendToBack:()=>Ob,LucideSeparatorHorizontal:()=>Wb,LucideSeparatorVertical:()=>Zb,LucideServer:()=>Xb,LucideServerCog:()=>Gb,LucideServerCrash:()=>Nb,LucideServerOff:()=>_b,LucideSettings:()=>Yb,LucideSettings2:()=>Kb,LucideShapes:()=>Jb,LucideShare:()=>Qb,LucideShare2:()=>$b,LucideSheet:()=>eS,LucideShell:()=>aS,LucideShield:()=>pS,LucideShieldAlert:()=>tS,LucideShieldBan:()=>rS,LucideShieldCheck:()=>iS,LucideShieldClose:()=>yS,LucideShieldEllipsis:()=>nS,LucideShieldHalf:()=>oS,LucideShieldMinus:()=>cS,LucideShieldOff:()=>dS,LucideShieldPlus:()=>hS,LucideShieldQuestion:()=>lS,LucideShieldX:()=>yS,LucideShip:()=>kS,LucideShipWheel:()=>sS,LucideShirt:()=>uS,LucideShoppingBag:()=>MS,LucideShoppingBasket:()=>gS,LucideShoppingCart:()=>vS,LucideShovel:()=>mS,LucideShowerHead:()=>fS,LucideShrink:()=>xS,LucideShrub:()=>wS,LucideShuffle:()=>LS,LucideSidebar:()=>qw,LucideSidebarClose:()=>Sw,LucideSidebarOpen:()=>Aw,LucideSigma:()=>CS,LucideSigmaSquare:()=>rA,LucideSignal:()=>qS,LucideSignalHigh:()=>bS,LucideSignalLow:()=>SS,LucideSignalMedium:()=>IS,LucideSignalZero:()=>AS,LucideSignature:()=>PS,LucideSignpost:()=>zS,LucideSignpostBig:()=>RS,LucideSiren:()=>HS,LucideSkipBack:()=>TS,LucideSkipForward:()=>BS,LucideSkull:()=>DS,LucideSlack:()=>VS,LucideSlash:()=>jS,LucideSlashSquare:()=>iA,LucideSlice:()=>FS,LucideSliders:()=>OS,LucideSlidersHorizontal:()=>ES,LucideSlidersVertical:()=>OS,LucideSmartphone:()=>ZS,LucideSmartphoneCharging:()=>US,LucideSmartphoneNfc:()=>WS,LucideSmile:()=>NS,LucideSmilePlus:()=>GS,LucideSnail:()=>_S,LucideSnowflake:()=>XS,LucideSofa:()=>KS,LucideSortAsc:()=>Rn,LucideSortDesc:()=>sn,LucideSoup:()=>YS,LucideSpace:()=>JS,LucideSpade:()=>$S,LucideSparkle:()=>QS,LucideSparkles:()=>eI,LucideSpeaker:()=>aI,LucideSpeech:()=>tI,LucideSpellCheck:()=>iI,LucideSpellCheck2:()=>rI,LucideSpline:()=>nI,LucideSplit:()=>oI,LucideSplitSquareHorizontal:()=>nA,LucideSplitSquareVertical:()=>oA,LucideSprayCan:()=>cI,LucideSprout:()=>dI,LucideSquare:()=>sA,LucideSquareActivity:()=>hI,LucideSquareArrowDown:()=>pI,LucideSquareArrowDownLeft:()=>lI,LucideSquareArrowDownRight:()=>yI,LucideSquareArrowLeft:()=>sI,LucideSquareArrowOutDownLeft:()=>kI,LucideSquareArrowOutDownRight:()=>uI,LucideSquareArrowOutUpLeft:()=>MI,LucideSquareArrowOutUpRight:()=>gI,LucideSquareArrowRight:()=>vI,LucideSquareArrowUp:()=>xI,LucideSquareArrowUpLeft:()=>mI,LucideSquareArrowUpRight:()=>fI,LucideSquareAsterisk:()=>wI,LucideSquareBottomDashedScissors:()=>LI,LucideSquareChartGantt:()=>CI,LucideSquareCheck:()=>SI,LucideSquareCheckBig:()=>bI,LucideSquareChevronDown:()=>II,LucideSquareChevronLeft:()=>AI,LucideSquareChevronRight:()=>qI,LucideSquareChevronUp:()=>PI,LucideSquareCode:()=>RI,LucideSquareDashedBottom:()=>HI,LucideSquareDashedBottomCode:()=>zI,LucideSquareDashedKanban:()=>TI,LucideSquareDashedMousePointer:()=>BI,LucideSquareDivide:()=>DI,LucideSquareDot:()=>VI,LucideSquareEqual:()=>jI,LucideSquareFunction:()=>FI,LucideSquareGanttChart:()=>CI,LucideSquareKanban:()=>EI,LucideSquareLibrary:()=>OI,LucideSquareM:()=>UI,LucideSquareMenu:()=>WI,LucideSquareMinus:()=>ZI,LucideSquareMousePointer:()=>GI,LucideSquareParking:()=>_I,LucideSquareParkingOff:()=>NI,LucideSquarePen:()=>XI,LucideSquarePercent:()=>KI,LucideSquarePi:()=>YI,LucideSquarePilcrow:()=>JI,LucideSquarePlay:()=>$I,LucideSquarePlus:()=>QI,LucideSquarePower:()=>eA,LucideSquareRadical:()=>aA,LucideSquareScissors:()=>tA,LucideSquareSigma:()=>rA,LucideSquareSlash:()=>iA,LucideSquareSplitHorizontal:()=>nA,LucideSquareSplitVertical:()=>oA,LucideSquareSquare:()=>cA,LucideSquareStack:()=>dA,LucideSquareTerminal:()=>hA,LucideSquareUser:()=>yA,LucideSquareUserRound:()=>lA,LucideSquareX:()=>pA,LucideSquircle:()=>kA,LucideSquirrel:()=>uA,LucideStamp:()=>MA,LucideStar:()=>mA,LucideStarHalf:()=>gA,LucideStarOff:()=>vA,LucideStars:()=>eI,LucideStepBack:()=>fA,LucideStepForward:()=>xA,LucideStethoscope:()=>wA,LucideSticker:()=>LA,LucideStickyNote:()=>CA,LucideStopCircle:()=>ql,LucideStore:()=>bA,LucideStretchHorizontal:()=>SA,LucideStretchVertical:()=>IA,LucideStrikethrough:()=>AA,LucideSubscript:()=>qA,LucideSubtitles:()=>Od,LucideSun:()=>TA,LucideSunDim:()=>PA,LucideSunMedium:()=>RA,LucideSunMoon:()=>zA,LucideSunSnow:()=>HA,LucideSunrise:()=>BA,LucideSunset:()=>DA,LucideSuperscript:()=>VA,LucideSwatchBook:()=>jA,LucideSwissFranc:()=>FA,LucideSwitchCamera:()=>EA,LucideSword:()=>OA,LucideSwords:()=>UA,LucideSyringe:()=>WA,LucideTable:()=>JA,LucideTable2:()=>ZA,LucideTableCellsMerge:()=>GA,LucideTableCellsSplit:()=>NA,LucideTableColumnsSplit:()=>_A,LucideTableOfContents:()=>XA,LucideTableProperties:()=>KA,LucideTableRowsSplit:()=>YA,LucideTablet:()=>QA,LucideTabletSmartphone:()=>$A,LucideTablets:()=>eq,LucideTag:()=>aq,LucideTags:()=>tq,LucideTally1:()=>rq,LucideTally2:()=>iq,LucideTally3:()=>nq,LucideTally4:()=>oq,LucideTally5:()=>cq,LucideTangent:()=>dq,LucideTarget:()=>hq,LucideTelescope:()=>lq,LucideTent:()=>pq,LucideTentTree:()=>yq,LucideTerminal:()=>sq,LucideTerminalSquare:()=>hA,LucideTestTube:()=>uq,LucideTestTube2:()=>kq,LucideTestTubeDiagonal:()=>kq,LucideTestTubes:()=>Mq,LucideText:()=>wq,LucideTextCursor:()=>vq,LucideTextCursorInput:()=>gq,LucideTextQuote:()=>mq,LucideTextSearch:()=>fq,LucideTextSelect:()=>xq,LucideTextSelection:()=>xq,LucideTheater:()=>Lq,LucideThermometer:()=>Sq,LucideThermometerSnowflake:()=>Cq,LucideThermometerSun:()=>bq,LucideThumbsDown:()=>Iq,LucideThumbsUp:()=>Aq,LucideTicket:()=>Bq,LucideTicketCheck:()=>qq,LucideTicketMinus:()=>Pq,LucideTicketPercent:()=>Rq,LucideTicketPlus:()=>zq,LucideTicketSlash:()=>Hq,LucideTicketX:()=>Tq,LucideTickets:()=>Dq,LucideTimer:()=>Fq,LucideTimerOff:()=>Vq,LucideTimerReset:()=>jq,LucideToggleLeft:()=>Eq,LucideToggleRight:()=>Oq,LucideTornado:()=>Uq,LucideTorus:()=>Wq,LucideTouchpad:()=>Gq,LucideTouchpadOff:()=>Zq,LucideTowerControl:()=>Nq,LucideToyBrick:()=>_q,LucideTractor:()=>Xq,LucideTrafficCone:()=>Kq,LucideTrain:()=>Qq,LucideTrainFront:()=>Jq,LucideTrainFrontTunnel:()=>Yq,LucideTrainTrack:()=>$q,LucideTramFront:()=>Qq,LucideTrash:()=>aP,LucideTrash2:()=>eP,LucideTreeDeciduous:()=>tP,LucideTreePalm:()=>rP,LucideTreePine:()=>iP,LucideTrees:()=>nP,LucideTrello:()=>oP,LucideTrendingDown:()=>cP,LucideTrendingUp:()=>dP,LucideTriangle:()=>yP,LucideTriangleAlert:()=>hP,LucideTriangleRight:()=>lP,LucideTrophy:()=>pP,LucideTruck:()=>sP,LucideTurtle:()=>kP,LucideTv:()=>gP,LucideTv2:()=>MP,LucideTvMinimal:()=>MP,LucideTvMinimalPlay:()=>uP,LucideTwitch:()=>vP,LucideTwitter:()=>mP,LucideType:()=>xP,LucideTypeOutline:()=>fP,LucideUmbrella:()=>LP,LucideUmbrellaOff:()=>wP,LucideUnderline:()=>CP,LucideUndo:()=>IP,LucideUndo2:()=>bP,LucideUndoDot:()=>SP,LucideUnfoldHorizontal:()=>AP,LucideUnfoldVertical:()=>qP,LucideUngroup:()=>PP,LucideUniversity:()=>RP,LucideUnlink:()=>HP,LucideUnlink2:()=>zP,LucideUnlock:()=>bm,LucideUnlockKeyhole:()=>Lm,LucideUnplug:()=>TP,LucideUpload:()=>BP,LucideUploadCloud:()=>Ly,LucideUsb:()=>DP,LucideUser:()=>$P,LucideUser2:()=>KP,LucideUserCheck:()=>VP,LucideUserCheck2:()=>UP,LucideUserCircle:()=>Rl,LucideUserCircle2:()=>Pl,LucideUserCog:()=>jP,LucideUserCog2:()=>WP,LucideUserMinus:()=>FP,LucideUserMinus2:()=>ZP,LucideUserPen:()=>EP,LucideUserPlus:()=>OP,LucideUserPlus2:()=>NP,LucideUserRound:()=>KP,LucideUserRoundCheck:()=>UP,LucideUserRoundCog:()=>WP,LucideUserRoundMinus:()=>ZP,LucideUserRoundPen:()=>GP,LucideUserRoundPlus:()=>NP,LucideUserRoundSearch:()=>_P,LucideUserRoundX:()=>XP,LucideUserSearch:()=>YP,LucideUserSquare:()=>yA,LucideUserSquare2:()=>lA,LucideUserX:()=>JP,LucideUserX2:()=>XP,LucideUsers:()=>eR,LucideUsers2:()=>QP,LucideUsersRound:()=>QP,LucideUtensils:()=>tR,LucideUtensilsCrossed:()=>aR,LucideUtilityPole:()=>rR,LucideVariable:()=>iR,LucideVault:()=>nR,LucideVegan:()=>oR,LucideVenetianMask:()=>cR,LucideVerified:()=>Yn,LucideVibrate:()=>hR,LucideVibrateOff:()=>dR,LucideVideo:()=>yR,LucideVideoOff:()=>lR,LucideVideotape:()=>pR,LucideView:()=>sR,LucideVoicemail:()=>kR,LucideVolume:()=>vR,LucideVolume1:()=>uR,LucideVolume2:()=>MR,LucideVolumeX:()=>gR,LucideVote:()=>mR,LucideWallet:()=>wR,LucideWallet2:()=>xR,LucideWalletCards:()=>fR,LucideWalletMinimal:()=>xR,LucideWallpaper:()=>LR,LucideWand:()=>bR,LucideWand2:()=>CR,LucideWandSparkles:()=>CR,LucideWarehouse:()=>SR,LucideWashingMachine:()=>IR,LucideWatch:()=>AR,LucideWaves:()=>qR,LucideWaypoints:()=>PR,LucideWebcam:()=>RR,LucideWebhook:()=>HR,LucideWebhookOff:()=>zR,LucideWeight:()=>TR,LucideWheat:()=>DR,LucideWheatOff:()=>BR,LucideWholeWord:()=>VR,LucideWifi:()=>UR,LucideWifiHigh:()=>jR,LucideWifiLow:()=>FR,LucideWifiOff:()=>ER,LucideWifiZero:()=>OR,LucideWind:()=>WR,LucideWine:()=>GR,LucideWineOff:()=>ZR,LucideWorkflow:()=>NR,LucideWorm:()=>_R,LucideWrapText:()=>XR,LucideWrench:()=>KR,LucideX:()=>YR,LucideXCircle:()=>zl,LucideXOctagon:()=>rw,LucideXSquare:()=>pA,LucideYoutube:()=>JR,LucideZap:()=>QR,LucideZapOff:()=>$R,LucideZoomIn:()=>ez,LucideZoomOut:()=>az,Luggage:()=>Rm,LuggageIcon:()=>Rm,MSquare:()=>UI,MSquareIcon:()=>UI,Magnet:()=>zm,MagnetIcon:()=>zm,Mail:()=>Om,MailCheck:()=>Hm,MailCheckIcon:()=>Hm,MailIcon:()=>Om,MailMinus:()=>Tm,MailMinusIcon:()=>Tm,MailOpen:()=>Bm,MailOpenIcon:()=>Bm,MailPlus:()=>Dm,MailPlusIcon:()=>Dm,MailQuestion:()=>Vm,MailQuestionIcon:()=>Vm,MailSearch:()=>jm,MailSearchIcon:()=>jm,MailWarning:()=>Fm,MailWarningIcon:()=>Fm,MailX:()=>Em,MailXIcon:()=>Em,Mailbox:()=>Um,MailboxIcon:()=>Um,Mails:()=>Wm,MailsIcon:()=>Wm,Map:()=>tf,MapIcon:()=>tf,MapPin:()=>ef,MapPinCheck:()=>Gm,MapPinCheckIcon:()=>Gm,MapPinCheckInside:()=>Zm,MapPinCheckInsideIcon:()=>Zm,MapPinHouse:()=>Nm,MapPinHouseIcon:()=>Nm,MapPinIcon:()=>ef,MapPinMinus:()=>Xm,MapPinMinusIcon:()=>Xm,MapPinMinusInside:()=>_m,MapPinMinusInsideIcon:()=>_m,MapPinOff:()=>Km,MapPinOffIcon:()=>Km,MapPinPlus:()=>Jm,MapPinPlusIcon:()=>Jm,MapPinPlusInside:()=>Ym,MapPinPlusInsideIcon:()=>Ym,MapPinX:()=>Qm,MapPinXIcon:()=>Qm,MapPinXInside:()=>$m,MapPinXInsideIcon:()=>$m,MapPinned:()=>af,MapPinnedIcon:()=>af,Martini:()=>rf,MartiniIcon:()=>rf,Maximize:()=>of,Maximize2:()=>nf,Maximize2Icon:()=>nf,MaximizeIcon:()=>of,Medal:()=>cf,MedalIcon:()=>cf,Megaphone:()=>hf,MegaphoneIcon:()=>hf,MegaphoneOff:()=>df,MegaphoneOffIcon:()=>df,Meh:()=>lf,MehIcon:()=>lf,MemoryStick:()=>yf,MemoryStickIcon:()=>yf,Menu:()=>pf,MenuIcon:()=>pf,MenuSquare:()=>WI,MenuSquareIcon:()=>WI,Merge:()=>sf,MergeIcon:()=>sf,MessageCircle:()=>Cf,MessageCircleCode:()=>kf,MessageCircleCodeIcon:()=>kf,MessageCircleDashed:()=>uf,MessageCircleDashedIcon:()=>uf,MessageCircleHeart:()=>Mf,MessageCircleHeartIcon:()=>Mf,MessageCircleIcon:()=>Cf,MessageCircleMore:()=>gf,MessageCircleMoreIcon:()=>gf,MessageCircleOff:()=>vf,MessageCircleOffIcon:()=>vf,MessageCirclePlus:()=>mf,MessageCirclePlusIcon:()=>mf,MessageCircleQuestion:()=>ff,MessageCircleQuestionIcon:()=>ff,MessageCircleReply:()=>xf,MessageCircleReplyIcon:()=>xf,MessageCircleWarning:()=>wf,MessageCircleWarningIcon:()=>wf,MessageCircleX:()=>Lf,MessageCircleXIcon:()=>Lf,MessageSquare:()=>Ff,MessageSquareCode:()=>bf,MessageSquareCodeIcon:()=>bf,MessageSquareDashed:()=>Sf,MessageSquareDashedIcon:()=>Sf,MessageSquareDiff:()=>If,MessageSquareDiffIcon:()=>If,MessageSquareDot:()=>Af,MessageSquareDotIcon:()=>Af,MessageSquareHeart:()=>qf,MessageSquareHeartIcon:()=>qf,MessageSquareIcon:()=>Ff,MessageSquareMore:()=>Pf,MessageSquareMoreIcon:()=>Pf,MessageSquareOff:()=>Rf,MessageSquareOffIcon:()=>Rf,MessageSquarePlus:()=>zf,MessageSquarePlusIcon:()=>zf,MessageSquareQuote:()=>Hf,MessageSquareQuoteIcon:()=>Hf,MessageSquareReply:()=>Tf,MessageSquareReplyIcon:()=>Tf,MessageSquareShare:()=>Bf,MessageSquareShareIcon:()=>Bf,MessageSquareText:()=>Df,MessageSquareTextIcon:()=>Df,MessageSquareWarning:()=>Vf,MessageSquareWarningIcon:()=>Vf,MessageSquareX:()=>jf,MessageSquareXIcon:()=>jf,MessagesSquare:()=>Ef,MessagesSquareIcon:()=>Ef,Mic:()=>Wf,Mic2:()=>Uf,Mic2Icon:()=>Uf,MicIcon:()=>Wf,MicOff:()=>Of,MicOffIcon:()=>Of,MicVocal:()=>Uf,MicVocalIcon:()=>Uf,Microchip:()=>Zf,MicrochipIcon:()=>Zf,Microscope:()=>Gf,MicroscopeIcon:()=>Gf,Microwave:()=>Nf,MicrowaveIcon:()=>Nf,Milestone:()=>_f,MilestoneIcon:()=>_f,Milk:()=>Kf,MilkIcon:()=>Kf,MilkOff:()=>Xf,MilkOffIcon:()=>Xf,Minimize:()=>Jf,Minimize2:()=>Yf,Minimize2Icon:()=>Yf,MinimizeIcon:()=>Jf,Minus:()=>$f,MinusCircle:()=>vl,MinusCircleIcon:()=>vl,MinusIcon:()=>$f,MinusSquare:()=>ZI,MinusSquareIcon:()=>ZI,Monitor:()=>yx,MonitorCheck:()=>Qf,MonitorCheckIcon:()=>Qf,MonitorCog:()=>ex,MonitorCogIcon:()=>ex,MonitorDot:()=>ax,MonitorDotIcon:()=>ax,MonitorDown:()=>tx,MonitorDownIcon:()=>tx,MonitorIcon:()=>yx,MonitorOff:()=>rx,MonitorOffIcon:()=>rx,MonitorPause:()=>ix,MonitorPauseIcon:()=>ix,MonitorPlay:()=>nx,MonitorPlayIcon:()=>nx,MonitorSmartphone:()=>ox,MonitorSmartphoneIcon:()=>ox,MonitorSpeaker:()=>cx,MonitorSpeakerIcon:()=>cx,MonitorStop:()=>dx,MonitorStopIcon:()=>dx,MonitorUp:()=>hx,MonitorUpIcon:()=>hx,MonitorX:()=>lx,MonitorXIcon:()=>lx,Moon:()=>sx,MoonIcon:()=>sx,MoonStar:()=>px,MoonStarIcon:()=>px,MoreHorizontal:()=>Cs,MoreHorizontalIcon:()=>Cs,MoreVertical:()=>Ls,MoreVerticalIcon:()=>Ls,Mountain:()=>ux,MountainIcon:()=>ux,MountainSnow:()=>kx,MountainSnowIcon:()=>kx,Mouse:()=>xx,MouseIcon:()=>xx,MouseOff:()=>Mx,MouseOffIcon:()=>Mx,MousePointer:()=>fx,MousePointer2:()=>gx,MousePointer2Icon:()=>gx,MousePointerBan:()=>vx,MousePointerBanIcon:()=>vx,MousePointerClick:()=>mx,MousePointerClickIcon:()=>mx,MousePointerIcon:()=>fx,MousePointerSquareDashed:()=>BI,MousePointerSquareDashedIcon:()=>BI,Move:()=>Bx,Move3D:()=>wx,Move3DIcon:()=>wx,Move3d:()=>wx,Move3dIcon:()=>wx,MoveDiagonal:()=>Cx,MoveDiagonal2:()=>Lx,MoveDiagonal2Icon:()=>Lx,MoveDiagonalIcon:()=>Cx,MoveDown:()=>Ix,MoveDownIcon:()=>Ix,MoveDownLeft:()=>bx,MoveDownLeftIcon:()=>bx,MoveDownRight:()=>Sx,MoveDownRightIcon:()=>Sx,MoveHorizontal:()=>Ax,MoveHorizontalIcon:()=>Ax,MoveIcon:()=>Bx,MoveLeft:()=>qx,MoveLeftIcon:()=>qx,MoveRight:()=>Px,MoveRightIcon:()=>Px,MoveUp:()=>Hx,MoveUpIcon:()=>Hx,MoveUpLeft:()=>Rx,MoveUpLeftIcon:()=>Rx,MoveUpRight:()=>zx,MoveUpRightIcon:()=>zx,MoveVertical:()=>Tx,MoveVerticalIcon:()=>Tx,Music:()=>Fx,Music2:()=>Dx,Music2Icon:()=>Dx,Music3:()=>Vx,Music3Icon:()=>Vx,Music4:()=>jx,Music4Icon:()=>jx,MusicIcon:()=>Fx,Navigation:()=>Wx,Navigation2:()=>Ox,Navigation2Icon:()=>Ox,Navigation2Off:()=>Ex,Navigation2OffIcon:()=>Ex,NavigationIcon:()=>Wx,NavigationOff:()=>Ux,NavigationOffIcon:()=>Ux,Network:()=>Zx,NetworkIcon:()=>Zx,Newspaper:()=>Gx,NewspaperIcon:()=>Gx,Nfc:()=>Nx,NfcIcon:()=>Nx,Notebook:()=>Yx,NotebookIcon:()=>Yx,NotebookPen:()=>_x,NotebookPenIcon:()=>_x,NotebookTabs:()=>Xx,NotebookTabsIcon:()=>Xx,NotebookText:()=>Kx,NotebookTextIcon:()=>Kx,NotepadText:()=>$x,NotepadTextDashed:()=>Jx,NotepadTextDashedIcon:()=>Jx,NotepadTextIcon:()=>$x,Nut:()=>ew,NutIcon:()=>ew,NutOff:()=>Qx,NutOffIcon:()=>Qx,Octagon:()=>iw,OctagonAlert:()=>aw,OctagonAlertIcon:()=>aw,OctagonIcon:()=>iw,OctagonPause:()=>tw,OctagonPauseIcon:()=>tw,OctagonX:()=>rw,OctagonXIcon:()=>rw,Omega:()=>nw,OmegaIcon:()=>nw,Option:()=>ow,OptionIcon:()=>ow,Orbit:()=>cw,OrbitIcon:()=>cw,Origami:()=>dw,OrigamiIcon:()=>dw,Outdent:()=>Qg,OutdentIcon:()=>Qg,Package:()=>Mw,Package2:()=>hw,Package2Icon:()=>hw,PackageCheck:()=>lw,PackageCheckIcon:()=>lw,PackageIcon:()=>Mw,PackageMinus:()=>yw,PackageMinusIcon:()=>yw,PackageOpen:()=>pw,PackageOpenIcon:()=>pw,PackagePlus:()=>sw,PackagePlusIcon:()=>sw,PackageSearch:()=>kw,PackageSearchIcon:()=>kw,PackageX:()=>uw,PackageXIcon:()=>uw,PaintBucket:()=>gw,PaintBucketIcon:()=>gw,PaintRoller:()=>vw,PaintRollerIcon:()=>vw,Paintbrush:()=>fw,Paintbrush2:()=>mw,Paintbrush2Icon:()=>mw,PaintbrushIcon:()=>fw,PaintbrushVertical:()=>mw,PaintbrushVerticalIcon:()=>mw,Palette:()=>xw,PaletteIcon:()=>xw,Palmtree:()=>rP,PalmtreeIcon:()=>rP,PanelBottom:()=>bw,PanelBottomClose:()=>ww,PanelBottomCloseIcon:()=>ww,PanelBottomDashed:()=>Lw,PanelBottomDashedIcon:()=>Lw,PanelBottomIcon:()=>bw,PanelBottomInactive:()=>Lw,PanelBottomInactiveIcon:()=>Lw,PanelBottomOpen:()=>Cw,PanelBottomOpenIcon:()=>Cw,PanelLeft:()=>qw,PanelLeftClose:()=>Sw,PanelLeftCloseIcon:()=>Sw,PanelLeftDashed:()=>Iw,PanelLeftDashedIcon:()=>Iw,PanelLeftIcon:()=>qw,PanelLeftInactive:()=>Iw,PanelLeftInactiveIcon:()=>Iw,PanelLeftOpen:()=>Aw,PanelLeftOpenIcon:()=>Aw,PanelRight:()=>Hw,PanelRightClose:()=>Pw,PanelRightCloseIcon:()=>Pw,PanelRightDashed:()=>Rw,PanelRightDashedIcon:()=>Rw,PanelRightIcon:()=>Hw,PanelRightInactive:()=>Rw,PanelRightInactiveIcon:()=>Rw,PanelRightOpen:()=>zw,PanelRightOpenIcon:()=>zw,PanelTop:()=>Vw,PanelTopClose:()=>Tw,PanelTopCloseIcon:()=>Tw,PanelTopDashed:()=>Bw,PanelTopDashedIcon:()=>Bw,PanelTopIcon:()=>Vw,PanelTopInactive:()=>Bw,PanelTopInactiveIcon:()=>Bw,PanelTopOpen:()=>Dw,PanelTopOpenIcon:()=>Dw,PanelsLeftBottom:()=>jw,PanelsLeftBottomIcon:()=>jw,PanelsLeftRight:()=>Dy,PanelsLeftRightIcon:()=>Dy,PanelsRightBottom:()=>Fw,PanelsRightBottomIcon:()=>Fw,PanelsTopBottom:()=>rb,PanelsTopBottomIcon:()=>rb,PanelsTopLeft:()=>Ew,PanelsTopLeftIcon:()=>Ew,Paperclip:()=>Ow,PaperclipIcon:()=>Ow,Parentheses:()=>Uw,ParenthesesIcon:()=>Uw,ParkingCircle:()=>xl,ParkingCircleIcon:()=>xl,ParkingCircleOff:()=>fl,ParkingCircleOffIcon:()=>fl,ParkingMeter:()=>Ww,ParkingMeterIcon:()=>Ww,ParkingSquare:()=>_I,ParkingSquareIcon:()=>_I,ParkingSquareOff:()=>NI,ParkingSquareOffIcon:()=>NI,PartyPopper:()=>Zw,PartyPopperIcon:()=>Zw,Pause:()=>Gw,PauseCircle:()=>wl,PauseCircleIcon:()=>wl,PauseIcon:()=>Gw,PauseOctagon:()=>tw,PauseOctagonIcon:()=>tw,PawPrint:()=>Nw,PawPrintIcon:()=>Nw,PcCase:()=>_w,PcCaseIcon:()=>_w,Pen:()=>Jw,PenBox:()=>XI,PenBoxIcon:()=>XI,PenIcon:()=>Jw,PenLine:()=>Xw,PenLineIcon:()=>Xw,PenOff:()=>Kw,PenOffIcon:()=>Kw,PenSquare:()=>XI,PenSquareIcon:()=>XI,PenTool:()=>Yw,PenToolIcon:()=>Yw,Pencil:()=>aL,PencilIcon:()=>aL,PencilLine:()=>$w,PencilLineIcon:()=>$w,PencilOff:()=>Qw,PencilOffIcon:()=>Qw,PencilRuler:()=>eL,PencilRulerIcon:()=>eL,Pentagon:()=>tL,PentagonIcon:()=>tL,Percent:()=>rL,PercentCircle:()=>Ll,PercentCircleIcon:()=>Ll,PercentDiamond:()=>Tp,PercentDiamondIcon:()=>Tp,PercentIcon:()=>rL,PercentSquare:()=>KI,PercentSquareIcon:()=>KI,PersonStanding:()=>iL,PersonStandingIcon:()=>iL,PhilippinePeso:()=>nL,PhilippinePesoIcon:()=>nL,Phone:()=>pL,PhoneCall:()=>oL,PhoneCallIcon:()=>oL,PhoneForwarded:()=>cL,PhoneForwardedIcon:()=>cL,PhoneIcon:()=>pL,PhoneIncoming:()=>dL,PhoneIncomingIcon:()=>dL,PhoneMissed:()=>hL,PhoneMissedIcon:()=>hL,PhoneOff:()=>lL,PhoneOffIcon:()=>lL,PhoneOutgoing:()=>yL,PhoneOutgoingIcon:()=>yL,Pi:()=>sL,PiIcon:()=>sL,PiSquare:()=>YI,PiSquareIcon:()=>YI,Piano:()=>kL,PianoIcon:()=>kL,Pickaxe:()=>uL,PickaxeIcon:()=>uL,PictureInPicture:()=>gL,PictureInPicture2:()=>ML,PictureInPicture2Icon:()=>ML,PictureInPictureIcon:()=>gL,PieChart:()=>fh,PieChartIcon:()=>fh,PiggyBank:()=>vL,PiggyBankIcon:()=>vL,Pilcrow:()=>xL,PilcrowIcon:()=>xL,PilcrowLeft:()=>mL,PilcrowLeftIcon:()=>mL,PilcrowRight:()=>fL,PilcrowRightIcon:()=>fL,PilcrowSquare:()=>JI,PilcrowSquareIcon:()=>JI,Pill:()=>LL,PillBottle:()=>wL,PillBottleIcon:()=>wL,PillIcon:()=>LL,Pin:()=>bL,PinIcon:()=>bL,PinOff:()=>CL,PinOffIcon:()=>CL,Pipette:()=>SL,PipetteIcon:()=>SL,Pizza:()=>IL,PizzaIcon:()=>IL,Plane:()=>PL,PlaneIcon:()=>PL,PlaneLanding:()=>AL,PlaneLandingIcon:()=>AL,PlaneTakeoff:()=>qL,PlaneTakeoffIcon:()=>qL,Play:()=>RL,PlayCircle:()=>Cl,PlayCircleIcon:()=>Cl,PlayIcon:()=>RL,PlaySquare:()=>$I,PlaySquareIcon:()=>$I,Plug:()=>TL,Plug2:()=>zL,Plug2Icon:()=>zL,PlugIcon:()=>TL,PlugZap:()=>HL,PlugZap2:()=>HL,PlugZap2Icon:()=>HL,PlugZapIcon:()=>HL,Plus:()=>BL,PlusCircle:()=>bl,PlusCircleIcon:()=>bl,PlusIcon:()=>BL,PlusSquare:()=>QI,PlusSquareIcon:()=>QI,Pocket:()=>VL,PocketIcon:()=>VL,PocketKnife:()=>DL,PocketKnifeIcon:()=>DL,Podcast:()=>jL,PodcastIcon:()=>jL,Pointer:()=>EL,PointerIcon:()=>EL,PointerOff:()=>FL,PointerOffIcon:()=>FL,Popcorn:()=>OL,PopcornIcon:()=>OL,Popsicle:()=>UL,PopsicleIcon:()=>UL,PoundSterling:()=>WL,PoundSterlingIcon:()=>WL,Power:()=>GL,PowerCircle:()=>Sl,PowerCircleIcon:()=>Sl,PowerIcon:()=>GL,PowerOff:()=>ZL,PowerOffIcon:()=>ZL,PowerSquare:()=>eA,PowerSquareIcon:()=>eA,Presentation:()=>NL,PresentationIcon:()=>NL,Printer:()=>XL,PrinterCheck:()=>_L,PrinterCheckIcon:()=>_L,PrinterIcon:()=>XL,Projector:()=>KL,ProjectorIcon:()=>KL,Proportions:()=>YL,ProportionsIcon:()=>YL,Puzzle:()=>JL,PuzzleIcon:()=>JL,Pyramid:()=>$L,PyramidIcon:()=>$L,QrCode:()=>QL,QrCodeIcon:()=>QL,Quote:()=>eC,QuoteIcon:()=>eC,Rabbit:()=>aC,RabbitIcon:()=>aC,Radar:()=>tC,RadarIcon:()=>tC,Radiation:()=>rC,RadiationIcon:()=>rC,Radical:()=>iC,RadicalIcon:()=>iC,Radio:()=>cC,RadioIcon:()=>cC,RadioReceiver:()=>nC,RadioReceiverIcon:()=>nC,RadioTower:()=>oC,RadioTowerIcon:()=>oC,Radius:()=>dC,RadiusIcon:()=>dC,RailSymbol:()=>hC,RailSymbolIcon:()=>hC,Rainbow:()=>lC,RainbowIcon:()=>lC,Rat:()=>yC,RatIcon:()=>yC,Ratio:()=>pC,RatioIcon:()=>pC,Receipt:()=>xC,ReceiptCent:()=>sC,ReceiptCentIcon:()=>sC,ReceiptEuro:()=>kC,ReceiptEuroIcon:()=>kC,ReceiptIcon:()=>xC,ReceiptIndianRupee:()=>uC,ReceiptIndianRupeeIcon:()=>uC,ReceiptJapaneseYen:()=>MC,ReceiptJapaneseYenIcon:()=>MC,ReceiptPoundSterling:()=>gC,ReceiptPoundSterlingIcon:()=>gC,ReceiptRussianRuble:()=>vC,ReceiptRussianRubleIcon:()=>vC,ReceiptSwissFranc:()=>mC,ReceiptSwissFrancIcon:()=>mC,ReceiptText:()=>fC,ReceiptTextIcon:()=>fC,RectangleEllipsis:()=>wC,RectangleEllipsisIcon:()=>wC,RectangleHorizontal:()=>LC,RectangleHorizontalIcon:()=>LC,RectangleVertical:()=>CC,RectangleVerticalIcon:()=>CC,Recycle:()=>bC,RecycleIcon:()=>bC,Redo:()=>AC,Redo2:()=>SC,Redo2Icon:()=>SC,RedoDot:()=>IC,RedoDotIcon:()=>IC,RedoIcon:()=>AC,RefreshCcw:()=>PC,RefreshCcwDot:()=>qC,RefreshCcwDotIcon:()=>qC,RefreshCcwIcon:()=>PC,RefreshCw:()=>zC,RefreshCwIcon:()=>zC,RefreshCwOff:()=>RC,RefreshCwOffIcon:()=>RC,Refrigerator:()=>HC,RefrigeratorIcon:()=>HC,Regex:()=>TC,RegexIcon:()=>TC,RemoveFormatting:()=>BC,RemoveFormattingIcon:()=>BC,Repeat:()=>jC,Repeat1:()=>DC,Repeat1Icon:()=>DC,Repeat2:()=>VC,Repeat2Icon:()=>VC,RepeatIcon:()=>jC,Replace:()=>EC,ReplaceAll:()=>FC,ReplaceAllIcon:()=>FC,ReplaceIcon:()=>EC,Reply:()=>UC,ReplyAll:()=>OC,ReplyAllIcon:()=>OC,ReplyIcon:()=>UC,Rewind:()=>WC,RewindIcon:()=>WC,Ribbon:()=>ZC,RibbonIcon:()=>ZC,Rocket:()=>GC,RocketIcon:()=>GC,RockingChair:()=>NC,RockingChairIcon:()=>NC,RollerCoaster:()=>_C,RollerCoasterIcon:()=>_C,Rotate3D:()=>XC,Rotate3DIcon:()=>XC,Rotate3d:()=>XC,Rotate3dIcon:()=>XC,RotateCcw:()=>YC,RotateCcwIcon:()=>YC,RotateCcwSquare:()=>KC,RotateCcwSquareIcon:()=>KC,RotateCw:()=>$C,RotateCwIcon:()=>$C,RotateCwSquare:()=>JC,RotateCwSquareIcon:()=>JC,Route:()=>eb,RouteIcon:()=>eb,RouteOff:()=>QC,RouteOffIcon:()=>QC,Router:()=>ab,RouterIcon:()=>ab,Rows:()=>tb,Rows2:()=>tb,Rows2Icon:()=>tb,Rows3:()=>rb,Rows3Icon:()=>rb,Rows4:()=>ib,Rows4Icon:()=>ib,RowsIcon:()=>tb,Rss:()=>nb,RssIcon:()=>nb,Ruler:()=>ob,RulerIcon:()=>ob,RussianRuble:()=>cb,RussianRubleIcon:()=>cb,Sailboat:()=>db,SailboatIcon:()=>db,Salad:()=>hb,SaladIcon:()=>hb,Sandwich:()=>lb,SandwichIcon:()=>lb,Satellite:()=>pb,SatelliteDish:()=>yb,SatelliteDishIcon:()=>yb,SatelliteIcon:()=>pb,Save:()=>ub,SaveAll:()=>sb,SaveAllIcon:()=>sb,SaveIcon:()=>ub,SaveOff:()=>kb,SaveOffIcon:()=>kb,Scale:()=>gb,Scale3D:()=>Mb,Scale3DIcon:()=>Mb,Scale3d:()=>Mb,Scale3dIcon:()=>Mb,ScaleIcon:()=>gb,Scaling:()=>vb,ScalingIcon:()=>vb,Scan:()=>Sb,ScanBarcode:()=>mb,ScanBarcodeIcon:()=>mb,ScanEye:()=>fb,ScanEyeIcon:()=>fb,ScanFace:()=>xb,ScanFaceIcon:()=>xb,ScanIcon:()=>Sb,ScanLine:()=>wb,ScanLineIcon:()=>wb,ScanQrCode:()=>Lb,ScanQrCodeIcon:()=>Lb,ScanSearch:()=>Cb,ScanSearchIcon:()=>Cb,ScanText:()=>bb,ScanTextIcon:()=>bb,ScatterChart:()=>xh,ScatterChartIcon:()=>xh,School:()=>Ib,School2:()=>RP,School2Icon:()=>RP,SchoolIcon:()=>Ib,Scissors:()=>qb,ScissorsIcon:()=>qb,ScissorsLineDashed:()=>Ab,ScissorsLineDashedIcon:()=>Ab,ScissorsSquare:()=>tA,ScissorsSquareDashedBottom:()=>LI,ScissorsSquareDashedBottomIcon:()=>LI,ScissorsSquareIcon:()=>tA,ScreenShare:()=>Rb,ScreenShareIcon:()=>Rb,ScreenShareOff:()=>Pb,ScreenShareOffIcon:()=>Pb,Scroll:()=>Hb,ScrollIcon:()=>Hb,ScrollText:()=>zb,ScrollTextIcon:()=>zb,Search:()=>jb,SearchCheck:()=>Tb,SearchCheckIcon:()=>Tb,SearchCode:()=>Bb,SearchCodeIcon:()=>Bb,SearchIcon:()=>jb,SearchSlash:()=>Db,SearchSlashIcon:()=>Db,SearchX:()=>Vb,SearchXIcon:()=>Vb,Section:()=>Fb,SectionIcon:()=>Fb,Send:()=>Ub,SendHorizonal:()=>Eb,SendHorizonalIcon:()=>Eb,SendHorizontal:()=>Eb,SendHorizontalIcon:()=>Eb,SendIcon:()=>Ub,SendToBack:()=>Ob,SendToBackIcon:()=>Ob,SeparatorHorizontal:()=>Wb,SeparatorHorizontalIcon:()=>Wb,SeparatorVertical:()=>Zb,SeparatorVerticalIcon:()=>Zb,Server:()=>Xb,ServerCog:()=>Gb,ServerCogIcon:()=>Gb,ServerCrash:()=>Nb,ServerCrashIcon:()=>Nb,ServerIcon:()=>Xb,ServerOff:()=>_b,ServerOffIcon:()=>_b,Settings:()=>Yb,Settings2:()=>Kb,Settings2Icon:()=>Kb,SettingsIcon:()=>Yb,Shapes:()=>Jb,ShapesIcon:()=>Jb,Share:()=>Qb,Share2:()=>$b,Share2Icon:()=>$b,ShareIcon:()=>Qb,Sheet:()=>eS,SheetIcon:()=>eS,Shell:()=>aS,ShellIcon:()=>aS,Shield:()=>pS,ShieldAlert:()=>tS,ShieldAlertIcon:()=>tS,ShieldBan:()=>rS,ShieldBanIcon:()=>rS,ShieldCheck:()=>iS,ShieldCheckIcon:()=>iS,ShieldClose:()=>yS,ShieldCloseIcon:()=>yS,ShieldEllipsis:()=>nS,ShieldEllipsisIcon:()=>nS,ShieldHalf:()=>oS,ShieldHalfIcon:()=>oS,ShieldIcon:()=>pS,ShieldMinus:()=>cS,ShieldMinusIcon:()=>cS,ShieldOff:()=>dS,ShieldOffIcon:()=>dS,ShieldPlus:()=>hS,ShieldPlusIcon:()=>hS,ShieldQuestion:()=>lS,ShieldQuestionIcon:()=>lS,ShieldX:()=>yS,ShieldXIcon:()=>yS,Ship:()=>kS,ShipIcon:()=>kS,ShipWheel:()=>sS,ShipWheelIcon:()=>sS,Shirt:()=>uS,ShirtIcon:()=>uS,ShoppingBag:()=>MS,ShoppingBagIcon:()=>MS,ShoppingBasket:()=>gS,ShoppingBasketIcon:()=>gS,ShoppingCart:()=>vS,ShoppingCartIcon:()=>vS,Shovel:()=>mS,ShovelIcon:()=>mS,ShowerHead:()=>fS,ShowerHeadIcon:()=>fS,Shrink:()=>xS,ShrinkIcon:()=>xS,Shrub:()=>wS,ShrubIcon:()=>wS,Shuffle:()=>LS,ShuffleIcon:()=>LS,Sidebar:()=>qw,SidebarClose:()=>Sw,SidebarCloseIcon:()=>Sw,SidebarIcon:()=>qw,SidebarOpen:()=>Aw,SidebarOpenIcon:()=>Aw,Sigma:()=>CS,SigmaIcon:()=>CS,SigmaSquare:()=>rA,SigmaSquareIcon:()=>rA,Signal:()=>qS,SignalHigh:()=>bS,SignalHighIcon:()=>bS,SignalIcon:()=>qS,SignalLow:()=>SS,SignalLowIcon:()=>SS,SignalMedium:()=>IS,SignalMediumIcon:()=>IS,SignalZero:()=>AS,SignalZeroIcon:()=>AS,Signature:()=>PS,SignatureIcon:()=>PS,Signpost:()=>zS,SignpostBig:()=>RS,SignpostBigIcon:()=>RS,SignpostIcon:()=>zS,Siren:()=>HS,SirenIcon:()=>HS,SkipBack:()=>TS,SkipBackIcon:()=>TS,SkipForward:()=>BS,SkipForwardIcon:()=>BS,Skull:()=>DS,SkullIcon:()=>DS,Slack:()=>VS,SlackIcon:()=>VS,Slash:()=>jS,SlashIcon:()=>jS,SlashSquare:()=>iA,SlashSquareIcon:()=>iA,Slice:()=>FS,SliceIcon:()=>FS,Sliders:()=>OS,SlidersHorizontal:()=>ES,SlidersHorizontalIcon:()=>ES,SlidersIcon:()=>OS,SlidersVertical:()=>OS,SlidersVerticalIcon:()=>OS,Smartphone:()=>ZS,SmartphoneCharging:()=>US,SmartphoneChargingIcon:()=>US,SmartphoneIcon:()=>ZS,SmartphoneNfc:()=>WS,SmartphoneNfcIcon:()=>WS,Smile:()=>NS,SmileIcon:()=>NS,SmilePlus:()=>GS,SmilePlusIcon:()=>GS,Snail:()=>_S,SnailIcon:()=>_S,Snowflake:()=>XS,SnowflakeIcon:()=>XS,Sofa:()=>KS,SofaIcon:()=>KS,SortAsc:()=>Rn,SortAscIcon:()=>Rn,SortDesc:()=>sn,SortDescIcon:()=>sn,Soup:()=>YS,SoupIcon:()=>YS,Space:()=>JS,SpaceIcon:()=>JS,Spade:()=>$S,SpadeIcon:()=>$S,Sparkle:()=>QS,SparkleIcon:()=>QS,Sparkles:()=>eI,SparklesIcon:()=>eI,Speaker:()=>aI,SpeakerIcon:()=>aI,Speech:()=>tI,SpeechIcon:()=>tI,SpellCheck:()=>iI,SpellCheck2:()=>rI,SpellCheck2Icon:()=>rI,SpellCheckIcon:()=>iI,Spline:()=>nI,SplineIcon:()=>nI,Split:()=>oI,SplitIcon:()=>oI,SplitSquareHorizontal:()=>nA,SplitSquareHorizontalIcon:()=>nA,SplitSquareVertical:()=>oA,SplitSquareVerticalIcon:()=>oA,SprayCan:()=>cI,SprayCanIcon:()=>cI,Sprout:()=>dI,SproutIcon:()=>dI,Square:()=>sA,SquareActivity:()=>hI,SquareActivityIcon:()=>hI,SquareArrowDown:()=>pI,SquareArrowDownIcon:()=>pI,SquareArrowDownLeft:()=>lI,SquareArrowDownLeftIcon:()=>lI,SquareArrowDownRight:()=>yI,SquareArrowDownRightIcon:()=>yI,SquareArrowLeft:()=>sI,SquareArrowLeftIcon:()=>sI,SquareArrowOutDownLeft:()=>kI,SquareArrowOutDownLeftIcon:()=>kI,SquareArrowOutDownRight:()=>uI,SquareArrowOutDownRightIcon:()=>uI,SquareArrowOutUpLeft:()=>MI,SquareArrowOutUpLeftIcon:()=>MI,SquareArrowOutUpRight:()=>gI,SquareArrowOutUpRightIcon:()=>gI,SquareArrowRight:()=>vI,SquareArrowRightIcon:()=>vI,SquareArrowUp:()=>xI,SquareArrowUpIcon:()=>xI,SquareArrowUpLeft:()=>mI,SquareArrowUpLeftIcon:()=>mI,SquareArrowUpRight:()=>fI,SquareArrowUpRightIcon:()=>fI,SquareAsterisk:()=>wI,SquareAsteriskIcon:()=>wI,SquareBottomDashedScissors:()=>LI,SquareBottomDashedScissorsIcon:()=>LI,SquareChartGantt:()=>CI,SquareChartGanttIcon:()=>CI,SquareCheck:()=>SI,SquareCheckBig:()=>bI,SquareCheckBigIcon:()=>bI,SquareCheckIcon:()=>SI,SquareChevronDown:()=>II,SquareChevronDownIcon:()=>II,SquareChevronLeft:()=>AI,SquareChevronLeftIcon:()=>AI,SquareChevronRight:()=>qI,SquareChevronRightIcon:()=>qI,SquareChevronUp:()=>PI,SquareChevronUpIcon:()=>PI,SquareCode:()=>RI,SquareCodeIcon:()=>RI,SquareDashedBottom:()=>HI,SquareDashedBottomCode:()=>zI,SquareDashedBottomCodeIcon:()=>zI,SquareDashedBottomIcon:()=>HI,SquareDashedKanban:()=>TI,SquareDashedKanbanIcon:()=>TI,SquareDashedMousePointer:()=>BI,SquareDashedMousePointerIcon:()=>BI,SquareDivide:()=>DI,SquareDivideIcon:()=>DI,SquareDot:()=>VI,SquareDotIcon:()=>VI,SquareEqual:()=>jI,SquareEqualIcon:()=>jI,SquareFunction:()=>FI,SquareFunctionIcon:()=>FI,SquareGanttChart:()=>CI,SquareGanttChartIcon:()=>CI,SquareIcon:()=>sA,SquareKanban:()=>EI,SquareKanbanIcon:()=>EI,SquareLibrary:()=>OI,SquareLibraryIcon:()=>OI,SquareM:()=>UI,SquareMIcon:()=>UI,SquareMenu:()=>WI,SquareMenuIcon:()=>WI,SquareMinus:()=>ZI,SquareMinusIcon:()=>ZI,SquareMousePointer:()=>GI,SquareMousePointerIcon:()=>GI,SquareParking:()=>_I,SquareParkingIcon:()=>_I,SquareParkingOff:()=>NI,SquareParkingOffIcon:()=>NI,SquarePen:()=>XI,SquarePenIcon:()=>XI,SquarePercent:()=>KI,SquarePercentIcon:()=>KI,SquarePi:()=>YI,SquarePiIcon:()=>YI,SquarePilcrow:()=>JI,SquarePilcrowIcon:()=>JI,SquarePlay:()=>$I,SquarePlayIcon:()=>$I,SquarePlus:()=>QI,SquarePlusIcon:()=>QI,SquarePower:()=>eA,SquarePowerIcon:()=>eA,SquareRadical:()=>aA,SquareRadicalIcon:()=>aA,SquareScissors:()=>tA,SquareScissorsIcon:()=>tA,SquareSigma:()=>rA,SquareSigmaIcon:()=>rA,SquareSlash:()=>iA,SquareSlashIcon:()=>iA,SquareSplitHorizontal:()=>nA,SquareSplitHorizontalIcon:()=>nA,SquareSplitVertical:()=>oA,SquareSplitVerticalIcon:()=>oA,SquareSquare:()=>cA,SquareSquareIcon:()=>cA,SquareStack:()=>dA,SquareStackIcon:()=>dA,SquareTerminal:()=>hA,SquareTerminalIcon:()=>hA,SquareUser:()=>yA,SquareUserIcon:()=>yA,SquareUserRound:()=>lA,SquareUserRoundIcon:()=>lA,SquareX:()=>pA,SquareXIcon:()=>pA,Squircle:()=>kA,SquircleIcon:()=>kA,Squirrel:()=>uA,SquirrelIcon:()=>uA,Stamp:()=>MA,StampIcon:()=>MA,Star:()=>mA,StarHalf:()=>gA,StarHalfIcon:()=>gA,StarIcon:()=>mA,StarOff:()=>vA,StarOffIcon:()=>vA,Stars:()=>eI,StarsIcon:()=>eI,StepBack:()=>fA,StepBackIcon:()=>fA,StepForward:()=>xA,StepForwardIcon:()=>xA,Stethoscope:()=>wA,StethoscopeIcon:()=>wA,Sticker:()=>LA,StickerIcon:()=>LA,StickyNote:()=>CA,StickyNoteIcon:()=>CA,StopCircle:()=>ql,StopCircleIcon:()=>ql,Store:()=>bA,StoreIcon:()=>bA,StretchHorizontal:()=>SA,StretchHorizontalIcon:()=>SA,StretchVertical:()=>IA,StretchVerticalIcon:()=>IA,Strikethrough:()=>AA,StrikethroughIcon:()=>AA,Subscript:()=>qA,SubscriptIcon:()=>qA,Subtitles:()=>Od,SubtitlesIcon:()=>Od,Sun:()=>TA,SunDim:()=>PA,SunDimIcon:()=>PA,SunIcon:()=>TA,SunMedium:()=>RA,SunMediumIcon:()=>RA,SunMoon:()=>zA,SunMoonIcon:()=>zA,SunSnow:()=>HA,SunSnowIcon:()=>HA,Sunrise:()=>BA,SunriseIcon:()=>BA,Sunset:()=>DA,SunsetIcon:()=>DA,Superscript:()=>VA,SuperscriptIcon:()=>VA,SwatchBook:()=>jA,SwatchBookIcon:()=>jA,SwissFranc:()=>FA,SwissFrancIcon:()=>FA,SwitchCamera:()=>EA,SwitchCameraIcon:()=>EA,Sword:()=>OA,SwordIcon:()=>OA,Swords:()=>UA,SwordsIcon:()=>UA,Syringe:()=>WA,SyringeIcon:()=>WA,Table:()=>JA,Table2:()=>ZA,Table2Icon:()=>ZA,TableCellsMerge:()=>GA,TableCellsMergeIcon:()=>GA,TableCellsSplit:()=>NA,TableCellsSplitIcon:()=>NA,TableColumnsSplit:()=>_A,TableColumnsSplitIcon:()=>_A,TableIcon:()=>JA,TableOfContents:()=>XA,TableOfContentsIcon:()=>XA,TableProperties:()=>KA,TablePropertiesIcon:()=>KA,TableRowsSplit:()=>YA,TableRowsSplitIcon:()=>YA,Tablet:()=>QA,TabletIcon:()=>QA,TabletSmartphone:()=>$A,TabletSmartphoneIcon:()=>$A,Tablets:()=>eq,TabletsIcon:()=>eq,Tag:()=>aq,TagIcon:()=>aq,Tags:()=>tq,TagsIcon:()=>tq,Tally1:()=>rq,Tally1Icon:()=>rq,Tally2:()=>iq,Tally2Icon:()=>iq,Tally3:()=>nq,Tally3Icon:()=>nq,Tally4:()=>oq,Tally4Icon:()=>oq,Tally5:()=>cq,Tally5Icon:()=>cq,Tangent:()=>dq,TangentIcon:()=>dq,Target:()=>hq,TargetIcon:()=>hq,Telescope:()=>lq,TelescopeIcon:()=>lq,Tent:()=>pq,TentIcon:()=>pq,TentTree:()=>yq,TentTreeIcon:()=>yq,Terminal:()=>sq,TerminalIcon:()=>sq,TerminalSquare:()=>hA,TerminalSquareIcon:()=>hA,TestTube:()=>uq,TestTube2:()=>kq,TestTube2Icon:()=>kq,TestTubeDiagonal:()=>kq,TestTubeDiagonalIcon:()=>kq,TestTubeIcon:()=>uq,TestTubes:()=>Mq,TestTubesIcon:()=>Mq,Text:()=>wq,TextCursor:()=>vq,TextCursorIcon:()=>vq,TextCursorInput:()=>gq,TextCursorInputIcon:()=>gq,TextIcon:()=>wq,TextQuote:()=>mq,TextQuoteIcon:()=>mq,TextSearch:()=>fq,TextSearchIcon:()=>fq,TextSelect:()=>xq,TextSelectIcon:()=>xq,TextSelection:()=>xq,TextSelectionIcon:()=>xq,Theater:()=>Lq,TheaterIcon:()=>Lq,Thermometer:()=>Sq,ThermometerIcon:()=>Sq,ThermometerSnowflake:()=>Cq,ThermometerSnowflakeIcon:()=>Cq,ThermometerSun:()=>bq,ThermometerSunIcon:()=>bq,ThumbsDown:()=>Iq,ThumbsDownIcon:()=>Iq,ThumbsUp:()=>Aq,ThumbsUpIcon:()=>Aq,Ticket:()=>Bq,TicketCheck:()=>qq,TicketCheckIcon:()=>qq,TicketIcon:()=>Bq,TicketMinus:()=>Pq,TicketMinusIcon:()=>Pq,TicketPercent:()=>Rq,TicketPercentIcon:()=>Rq,TicketPlus:()=>zq,TicketPlusIcon:()=>zq,TicketSlash:()=>Hq,TicketSlashIcon:()=>Hq,TicketX:()=>Tq,TicketXIcon:()=>Tq,Tickets:()=>Dq,TicketsIcon:()=>Dq,Timer:()=>Fq,TimerIcon:()=>Fq,TimerOff:()=>Vq,TimerOffIcon:()=>Vq,TimerReset:()=>jq,TimerResetIcon:()=>jq,ToggleLeft:()=>Eq,ToggleLeftIcon:()=>Eq,ToggleRight:()=>Oq,ToggleRightIcon:()=>Oq,Tornado:()=>Uq,TornadoIcon:()=>Uq,Torus:()=>Wq,TorusIcon:()=>Wq,Touchpad:()=>Gq,TouchpadIcon:()=>Gq,TouchpadOff:()=>Zq,TouchpadOffIcon:()=>Zq,TowerControl:()=>Nq,TowerControlIcon:()=>Nq,ToyBrick:()=>_q,ToyBrickIcon:()=>_q,Tractor:()=>Xq,TractorIcon:()=>Xq,TrafficCone:()=>Kq,TrafficConeIcon:()=>Kq,Train:()=>Qq,TrainFront:()=>Jq,TrainFrontIcon:()=>Jq,TrainFrontTunnel:()=>Yq,TrainFrontTunnelIcon:()=>Yq,TrainIcon:()=>Qq,TrainTrack:()=>$q,TrainTrackIcon:()=>$q,TramFront:()=>Qq,TramFrontIcon:()=>Qq,Trash:()=>aP,Trash2:()=>eP,Trash2Icon:()=>eP,TrashIcon:()=>aP,TreeDeciduous:()=>tP,TreeDeciduousIcon:()=>tP,TreePalm:()=>rP,TreePalmIcon:()=>rP,TreePine:()=>iP,TreePineIcon:()=>iP,Trees:()=>nP,TreesIcon:()=>nP,Trello:()=>oP,TrelloIcon:()=>oP,TrendingDown:()=>cP,TrendingDownIcon:()=>cP,TrendingUp:()=>dP,TrendingUpIcon:()=>dP,Triangle:()=>yP,TriangleAlert:()=>hP,TriangleAlertIcon:()=>hP,TriangleIcon:()=>yP,TriangleRight:()=>lP,TriangleRightIcon:()=>lP,Trophy:()=>pP,TrophyIcon:()=>pP,Truck:()=>sP,TruckIcon:()=>sP,Turtle:()=>kP,TurtleIcon:()=>kP,Tv:()=>gP,Tv2:()=>MP,Tv2Icon:()=>MP,TvIcon:()=>gP,TvMinimal:()=>MP,TvMinimalIcon:()=>MP,TvMinimalPlay:()=>uP,TvMinimalPlayIcon:()=>uP,Twitch:()=>vP,TwitchIcon:()=>vP,Twitter:()=>mP,TwitterIcon:()=>mP,Type:()=>xP,TypeIcon:()=>xP,TypeOutline:()=>fP,TypeOutlineIcon:()=>fP,Umbrella:()=>LP,UmbrellaIcon:()=>LP,UmbrellaOff:()=>wP,UmbrellaOffIcon:()=>wP,Underline:()=>CP,UnderlineIcon:()=>CP,Undo:()=>IP,Undo2:()=>bP,Undo2Icon:()=>bP,UndoDot:()=>SP,UndoDotIcon:()=>SP,UndoIcon:()=>IP,UnfoldHorizontal:()=>AP,UnfoldHorizontalIcon:()=>AP,UnfoldVertical:()=>qP,UnfoldVerticalIcon:()=>qP,Ungroup:()=>PP,UngroupIcon:()=>PP,University:()=>RP,UniversityIcon:()=>RP,Unlink:()=>HP,Unlink2:()=>zP,Unlink2Icon:()=>zP,UnlinkIcon:()=>HP,Unlock:()=>bm,UnlockIcon:()=>bm,UnlockKeyhole:()=>Lm,UnlockKeyholeIcon:()=>Lm,Unplug:()=>TP,UnplugIcon:()=>TP,Upload:()=>BP,UploadCloud:()=>Ly,UploadCloudIcon:()=>Ly,UploadIcon:()=>BP,Usb:()=>DP,UsbIcon:()=>DP,User:()=>$P,User2:()=>KP,User2Icon:()=>KP,UserCheck:()=>VP,UserCheck2:()=>UP,UserCheck2Icon:()=>UP,UserCheckIcon:()=>VP,UserCircle:()=>Rl,UserCircle2:()=>Pl,UserCircle2Icon:()=>Pl,UserCircleIcon:()=>Rl,UserCog:()=>jP,UserCog2:()=>WP,UserCog2Icon:()=>WP,UserCogIcon:()=>jP,UserIcon:()=>$P,UserMinus:()=>FP,UserMinus2:()=>ZP,UserMinus2Icon:()=>ZP,UserMinusIcon:()=>FP,UserPen:()=>EP,UserPenIcon:()=>EP,UserPlus:()=>OP,UserPlus2:()=>NP,UserPlus2Icon:()=>NP,UserPlusIcon:()=>OP,UserRound:()=>KP,UserRoundCheck:()=>UP,UserRoundCheckIcon:()=>UP,UserRoundCog:()=>WP,UserRoundCogIcon:()=>WP,UserRoundIcon:()=>KP,UserRoundMinus:()=>ZP,UserRoundMinusIcon:()=>ZP,UserRoundPen:()=>GP,UserRoundPenIcon:()=>GP,UserRoundPlus:()=>NP,UserRoundPlusIcon:()=>NP,UserRoundSearch:()=>_P,UserRoundSearchIcon:()=>_P,UserRoundX:()=>XP,UserRoundXIcon:()=>XP,UserSearch:()=>YP,UserSearchIcon:()=>YP,UserSquare:()=>yA,UserSquare2:()=>lA,UserSquare2Icon:()=>lA,UserSquareIcon:()=>yA,UserX:()=>JP,UserX2:()=>XP,UserX2Icon:()=>XP,UserXIcon:()=>JP,Users:()=>eR,Users2:()=>QP,Users2Icon:()=>QP,UsersIcon:()=>eR,UsersRound:()=>QP,UsersRoundIcon:()=>QP,Utensils:()=>tR,UtensilsCrossed:()=>aR,UtensilsCrossedIcon:()=>aR,UtensilsIcon:()=>tR,UtilityPole:()=>rR,UtilityPoleIcon:()=>rR,Variable:()=>iR,VariableIcon:()=>iR,Vault:()=>nR,VaultIcon:()=>nR,Vegan:()=>oR,VeganIcon:()=>oR,VenetianMask:()=>cR,VenetianMaskIcon:()=>cR,Verified:()=>Yn,VerifiedIcon:()=>Yn,Vibrate:()=>hR,VibrateIcon:()=>hR,VibrateOff:()=>dR,VibrateOffIcon:()=>dR,Video:()=>yR,VideoIcon:()=>yR,VideoOff:()=>lR,VideoOffIcon:()=>lR,Videotape:()=>pR,VideotapeIcon:()=>pR,View:()=>sR,ViewIcon:()=>sR,Voicemail:()=>kR,VoicemailIcon:()=>kR,Volume:()=>vR,Volume1:()=>uR,Volume1Icon:()=>uR,Volume2:()=>MR,Volume2Icon:()=>MR,VolumeIcon:()=>vR,VolumeX:()=>gR,VolumeXIcon:()=>gR,Vote:()=>mR,VoteIcon:()=>mR,Wallet:()=>wR,Wallet2:()=>xR,Wallet2Icon:()=>xR,WalletCards:()=>fR,WalletCardsIcon:()=>fR,WalletIcon:()=>wR,WalletMinimal:()=>xR,WalletMinimalIcon:()=>xR,Wallpaper:()=>LR,WallpaperIcon:()=>LR,Wand:()=>bR,Wand2:()=>CR,Wand2Icon:()=>CR,WandIcon:()=>bR,WandSparkles:()=>CR,WandSparklesIcon:()=>CR,Warehouse:()=>SR,WarehouseIcon:()=>SR,WashingMachine:()=>IR,WashingMachineIcon:()=>IR,Watch:()=>AR,WatchIcon:()=>AR,Waves:()=>qR,WavesIcon:()=>qR,Waypoints:()=>PR,WaypointsIcon:()=>PR,Webcam:()=>RR,WebcamIcon:()=>RR,Webhook:()=>HR,WebhookIcon:()=>HR,WebhookOff:()=>zR,WebhookOffIcon:()=>zR,Weight:()=>TR,WeightIcon:()=>TR,Wheat:()=>DR,WheatIcon:()=>DR,WheatOff:()=>BR,WheatOffIcon:()=>BR,WholeWord:()=>VR,WholeWordIcon:()=>VR,Wifi:()=>UR,WifiHigh:()=>jR,WifiHighIcon:()=>jR,WifiIcon:()=>UR,WifiLow:()=>FR,WifiLowIcon:()=>FR,WifiOff:()=>ER,WifiOffIcon:()=>ER,WifiZero:()=>OR,WifiZeroIcon:()=>OR,Wind:()=>WR,WindIcon:()=>WR,Wine:()=>GR,WineIcon:()=>GR,WineOff:()=>ZR,WineOffIcon:()=>ZR,Workflow:()=>NR,WorkflowIcon:()=>NR,Worm:()=>_R,WormIcon:()=>_R,WrapText:()=>XR,WrapTextIcon:()=>XR,Wrench:()=>KR,WrenchIcon:()=>KR,X:()=>YR,XCircle:()=>zl,XCircleIcon:()=>zl,XIcon:()=>YR,XOctagon:()=>rw,XOctagonIcon:()=>rw,XSquare:()=>pA,XSquareIcon:()=>pA,Youtube:()=>JR,YoutubeIcon:()=>JR,Zap:()=>QR,ZapIcon:()=>QR,ZapOff:()=>$R,ZapOffIcon:()=>$R,ZoomIn:()=>ez,ZoomInIcon:()=>ez,ZoomOut:()=>az,ZoomOutIcon:()=>az,createLucideIcon:()=>Zr,icons:()=>e});var t=r(155),n=r.n(t);function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function c(e,a,t){return(a=function(e){var a=function(e){if("object"!=o(e)||!e)return e;var a=e[Symbol.toPrimitive];if(void 0!==a){var t=a.call(e,"string");if("object"!=o(t))return t;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==o(a)?a:a+""}(a))in e?Object.defineProperty(e,a,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[a]=t,e}function d(e,a){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);a&&(r=r.filter((function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable}))),t.push.apply(t,r)}return t}function h(e){for(var a=1;a<arguments.length;a++){var t=null!=arguments[a]?arguments[a]:{};a%2?d(Object(t),!0).forEach((function(a){c(e,a,t[a])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):d(Object(t)).forEach((function(a){Object.defineProperty(e,a,Object.getOwnPropertyDescriptor(t,a))}))}return e}function l(e,a){if(null==e)return{};var t={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(a.includes(r))continue;t[r]=e[r]}return t}var y={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexOrder:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,fontWeight:!0,gridRow:!0,gridRowEnd:!0,gridRowGap:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnGap:!0,gridColumnStart:!0,lineClamp:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0,scale:!0,scaleX:!0,scaleY:!0,scaleZ:!0,shadowOpacity:!0},p=["ms","Moz","O","Webkit"];Object.keys(y).forEach((e=>{p.forEach((a=>{y[((e,a)=>e+a.charAt(0).toUpperCase()+a.substring(1))(a,e)]=y[e]}))}));const s=y;var k=r(515),u=r.n(k);const M=function(e,a){if(void 0===a&&(a=1),null!=e){if("string"==typeof e&&(e=>"currentcolor"===e||"currentColor"===e||"inherit"===e||0===e.indexOf("var("))(e))return e;var t=(e=>{if(null==e)return e;var a=u()(e);return null!=a?a=(a<<24|a>>>8)>>>0:void 0})(e);if(null!=t)return"rgba("+(t>>16&255)+","+(t>>8&255)+","+(255&t)+","+((t>>24&255)/255*a).toFixed(2)+")"}};var g={backgroundColor:!0,borderColor:!0,borderTopColor:!0,borderRightColor:!0,borderBottomColor:!0,borderLeftColor:!0,color:!0,shadowColor:!0,textDecorationColor:!0,textShadowColor:!0};function v(e,a){var t=e;return null!=a&&s[a]||"number"!=typeof e?null!=a&&g[a]&&(t=M(e)):t=e+"px",t}const m=!("undefined"==typeof window||!window.document||!window.document.createElement);var f={},x=!m||null!=window.CSS&&null!=window.CSS.supports&&(window.CSS.supports("text-decoration-line","none")||window.CSS.supports("-webkit-text-decoration-line","none")),w='-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif',L={borderColor:["borderTopColor","borderRightColor","borderBottomColor","borderLeftColor"],borderBlockColor:["borderTopColor","borderBottomColor"],borderInlineColor:["borderRightColor","borderLeftColor"],borderRadius:["borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius"],borderStyle:["borderTopStyle","borderRightStyle","borderBottomStyle","borderLeftStyle"],borderBlockStyle:["borderTopStyle","borderBottomStyle"],borderInlineStyle:["borderRightStyle","borderLeftStyle"],borderWidth:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"],borderBlockWidth:["borderTopWidth","borderBottomWidth"],borderInlineWidth:["borderRightWidth","borderLeftWidth"],insetBlock:["top","bottom"],insetInline:["left","right"],marginBlock:["marginTop","marginBottom"],marginInline:["marginRight","marginLeft"],paddingBlock:["paddingTop","paddingBottom"],paddingInline:["paddingRight","paddingLeft"],overflow:["overflowX","overflowY"],overscrollBehavior:["overscrollBehaviorX","overscrollBehaviorY"],borderBlockStartColor:["borderTopColor"],borderBlockStartStyle:["borderTopStyle"],borderBlockStartWidth:["borderTopWidth"],borderBlockEndColor:["borderBottomColor"],borderBlockEndStyle:["borderBottomStyle"],borderBlockEndWidth:["borderBottomWidth"],borderEndStartRadius:["borderBottomLeftRadius"],borderEndEndRadius:["borderBottomRightRadius"],borderStartStartRadius:["borderTopLeftRadius"],borderStartEndRadius:["borderTopRightRadius"],insetBlockEnd:["bottom"],insetBlockStart:["top"],marginBlockStart:["marginTop"],marginBlockEnd:["marginBottom"],paddingBlockStart:["paddingTop"],paddingBlockEnd:["paddingBottom"]};const C=(e,a)=>{if(!e)return f;var t={},r=function(){var r=e[i];if(null==r)return"continue";if("backgroundClip"===i)"text"===r&&(t.backgroundClip=r,t.WebkitBackgroundClip=r);else if("flex"===i)-1===r?(t.flexGrow=0,t.flexShrink=1,t.flexBasis="auto"):t.flex=r;else if("font"===i)t[i]=r.replace("System",w);else if("fontFamily"===i)if(r.indexOf("System")>-1){var n=r.split(/,\s*/);n[n.indexOf("System")]=w,t[i]=n.join(",")}else t[i]="monospace"===r?"monospace,monospace":r;else if("textDecorationLine"===i)x?t.textDecorationLine=r:t.textDecoration=r;else if("writingDirection"===i)t.direction=r;else{var o=v(e[i],i),c=L[i];a&&"inset"===i?(null==e.insetInline&&(t.left=o,t.right=o),null==e.insetBlock&&(t.top=o,t.bottom=o)):a&&"margin"===i?(null==e.marginInline&&(t.marginLeft=o,t.marginRight=o),null==e.marginBlock&&(t.marginTop=o,t.marginBottom=o)):a&&"padding"===i?(null==e.paddingInline&&(t.paddingLeft=o,t.paddingRight=o),null==e.paddingBlock&&(t.paddingTop=o,t.paddingBottom=o)):c?c.forEach(((a,r)=>{null==e[a]&&(t[a]=o)})):t[i]=o}};for(var i in e)r();return t},b=e=>function(e){for(var a,t=e.length,r=1^t,i=0;t>=4;)a=1540483477*(65535&(a=255&e.charCodeAt(i)|(255&e.charCodeAt(++i))<<8|(255&e.charCodeAt(++i))<<16|(255&e.charCodeAt(++i))<<24))+((1540483477*(a>>>16)&65535)<<16),r=1540483477*(65535&r)+((1540483477*(r>>>16)&65535)<<16)^(a=1540483477*(65535&(a^=a>>>24))+((1540483477*(a>>>16)&65535)<<16)),t-=4,++i;switch(t){case 3:r^=(255&e.charCodeAt(i+2))<<16;case 2:r^=(255&e.charCodeAt(i+1))<<8;case 1:r=1540483477*(65535&(r^=255&e.charCodeAt(i)))+((1540483477*(r>>>16)&65535)<<16)}return r=1540483477*(65535&(r^=r>>>13))+((1540483477*(r>>>16)&65535)<<16),(r^=r>>>15)>>>0}(e).toString(36);var S=/[A-Z]/g,I=/^ms-/,A={};function q(e){return"-"+e.toLowerCase()}const P=function(e){if(e in A)return A[e];var a=e.replace(S,q);return A[e]=I.test(a)?"-"+a:a};var R=r(485),z=r(217),H=r(261),T=r(41),B=r(33),D=r(852),V=r(20),j=r(996),F=r(129),E=r(508),O=["Webkit"],U=["Webkit","ms"];const W={plugins:[z.A,H.A,T.A,B.A,D.A,V.A,j.A,F.A,E.A],prefixMap:{appearance:["Webkit","Moz","ms"],userSelect:["Webkit","Moz"],textEmphasisPosition:U,textEmphasis:U,textEmphasisStyle:U,textEmphasisColor:U,boxDecorationBreak:U,clipPath:O,maskImage:U,maskMode:U,maskRepeat:U,maskPosition:U,maskClip:U,maskOrigin:U,maskSize:U,maskComposite:U,mask:U,maskBorderSource:U,maskBorderMode:U,maskBorderSlice:U,maskBorderWidth:U,maskBorderOutset:U,maskBorderRepeat:U,maskBorder:U,maskType:U,textDecorationStyle:O,textDecorationSkip:O,textDecorationLine:O,textDecorationColor:O,filter:O,breakAfter:O,breakBefore:O,breakInside:O,columnCount:O,columnFill:O,columnGap:O,columnRule:O,columnRuleColor:O,columnRuleStyle:O,columnRuleWidth:O,columns:O,columnSpan:O,columnWidth:O,backdropFilter:O,hyphens:O,flowInto:O,flowFrom:O,regionFragment:O,textOrientation:O,tabSize:["Moz"],fontKerning:O,textSizeAdjust:O}},Z=(0,R.A)(W);var G=["animationKeyframes"],N=new Map,_={},X=1,K=3,Y={borderColor:2,borderRadius:2,borderStyle:2,borderWidth:2,display:2,flex:2,inset:2,margin:2,overflow:2,overscrollBehavior:2,padding:2,insetBlock:2.1,insetInline:2.1,marginInline:2.1,marginBlock:2.1,paddingInline:2.1,paddingBlock:2.1,borderBlockStartColor:2.2,borderBlockStartStyle:2.2,borderBlockStartWidth:2.2,borderBlockEndColor:2.2,borderBlockEndStyle:2.2,borderBlockEndWidth:2.2,borderInlineStartColor:2.2,borderInlineStartStyle:2.2,borderInlineStartWidth:2.2,borderInlineEndColor:2.2,borderInlineEndStyle:2.2,borderInlineEndWidth:2.2,borderEndStartRadius:2.2,borderEndEndRadius:2.2,borderStartStartRadius:2.2,borderStartEndRadius:2.2,insetBlockEnd:2.2,insetBlockStart:2.2,insetInlineEnd:2.2,insetInlineStart:2.2,marginBlockStart:2.2,marginBlockEnd:2.2,marginInlineStart:2.2,marginInlineEnd:2.2,paddingBlockStart:2.2,paddingBlockEnd:2.2,paddingInlineStart:2.2,paddingInlineEnd:2.2},J="borderTopLeftRadius",$="borderTopRightRadius",Q="borderBottomLeftRadius",ee="borderBottomRightRadius",ae="borderLeftColor",te="borderLeftStyle",re="borderLeftWidth",ie="borderRightColor",ne="borderRightStyle",oe="borderRightWidth",ce="right",de="marginLeft",he="marginRight",le="paddingLeft",ye="paddingRight",pe="left",se={[J]:$,[$]:J,[Q]:ee,[ee]:Q,[ae]:ie,[te]:ne,[re]:oe,[ie]:ae,[ne]:te,[oe]:re,[pe]:ce,[de]:he,[he]:de,[le]:ye,[ye]:le,[ce]:pe},ke={borderStartStartRadius:J,borderStartEndRadius:$,borderEndStartRadius:Q,borderEndEndRadius:ee,borderInlineStartColor:ae,borderInlineStartStyle:te,borderInlineStartWidth:re,borderInlineEndColor:ie,borderInlineEndStyle:ne,borderInlineEndWidth:oe,insetInlineEnd:ce,insetInlineStart:pe,marginInlineStart:de,marginInlineEnd:he,paddingInlineStart:le,paddingInlineEnd:ye},ue=["clear","float","textAlign"];function Me(e){var a=Z(C(e));return"{"+Object.keys(a).map((e=>{var t=a[e],r=P(e);return Array.isArray(t)?t.map((e=>r+":"+e)).join(";"):r+":"+t})).sort().join(";")+";}"}function ge(e,a,t){return e+"-"+b(a+t)}function ve(e){if("number"==typeof e)throw new Error("Invalid CSS keyframes type: "+typeof e);var a=[],t=[];return(Array.isArray(e)?e:[e]).forEach((e=>{if("string"==typeof e)a.push(e);else{var r=function(e){var a=ge("r","animation",JSON.stringify(e)),t="{"+Object.keys(e).map((a=>""+a+Me(e[a]))).join("")+"}",r=["-webkit-",""].map((e=>"@"+e+"keyframes "+a+t));return[a,r]}(e),i=r[0],n=r[1];a.push(i),t.push(...n)}})),[a,t]}function me(e,a,t){if(m){var r=null!=a?a:document,i=r.getElementById(e);if(null==i)if((i=document.createElement("style")).setAttribute("id",e),"string"==typeof t&&i.appendChild(document.createTextNode(t)),r instanceof ShadowRoot)r.insertBefore(i,r.firstChild);else{var n=r.head;n&&n.insertBefore(i,n.firstChild)}return i.sheet}return null}var fe=Array.prototype.slice;function xe(e){var a,t={},r={};function i(e,a,r){var i=Le(t),n=i.indexOf(a)+1,o=i[n],c=null!=o&&null!=t[o].start?t[o].start:e.cssRules.length,d=function(e,a,t){try{return e.insertRule(a,t),!0}catch(e){return!1}}(e,r,c);if(d){null==t[a].start&&(t[a].start=c);for(var h=n;h<i.length;h+=1){var l=i[h],y=t[l].start||0;t[l].start=y+1}}return d}null!=e&&fe.call(e.cssRules).forEach(((e,i)=>{var n=e.cssText;if(n.indexOf("stylesheet-group")>-1)a=function(e){return Number(e.selectorText.split(we)[1])}(e),t[a]={start:i,rules:[n]};else{var o=be(n);null!=o&&(r[o]=!0,t[a].rules.push(n))}}));var n={getTextContent:()=>Le(t).map((e=>{var a=t[e].rules,r=a.shift();return a.sort(),a.unshift(r),a.join("\n")})).join("\n"),insert(a,n){var o=Number(n);if(null==t[o]){var c=function(e){return'[stylesheet-group="'+e+'"]{}'}(o);t[o]={start:null,rules:[c]},null!=e&&i(e,o,c)}var d=be(a);null!=d&&null==r[d]&&(r[d]=!0,t[o].rules.push(a),null!=e&&(i(e,o,a)||t[o].rules.pop()))}};return n}var we=/["']/g;function Le(e){return Object.keys(e).map(Number).sort(((e,a)=>e>a?1:-1))}var Ce=/\s*([,])\s*/g;function be(e){var a=e.split("{")[0].trim();return""!==a?a.replace(Ce,"$1"):null}var Se=new WeakMap,Ie=[],Ae=["html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}","body{margin:0;}","button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}","input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}"],qe=r(336);var Pe={},Re={height:0,width:0},ze=e=>{var a=e.shadowColor,t=e.shadowOffset,r=e.shadowOpacity,i=e.shadowRadius,n=t||Re,o=n.height,c=v(n.width),d=v(o),h=v(i||0),l=M(a||"black",r);if(null!=l&&null!=c&&null!=d&&null!=h)return c+" "+d+" "+h+" "+l},He=e=>{var a=Object.keys(e)[0],t=e[a];return"matrix"===a||"matrix3d"===a?a+"("+t.join(",")+")":a+"("+v(t,a)+")"},Te=e=>e.map(He).join(" "),Be={borderBottomEndRadius:"borderEndEndRadius",borderBottomStartRadius:"borderEndStartRadius",borderTopEndRadius:"borderStartEndRadius",borderTopStartRadius:"borderStartStartRadius",borderEndColor:"borderInlineEndColor",borderEndStyle:"borderInlineEndStyle",borderEndWidth:"borderInlineEndWidth",borderStartColor:"borderInlineStartColor",borderStartStyle:"borderInlineStartStyle",borderStartWidth:"borderInlineStartWidth",end:"insetInlineEnd",marginEnd:"marginInlineEnd",marginHorizontal:"marginInline",marginStart:"marginInlineStart",marginVertical:"marginBlock",paddingEnd:"paddingInlineEnd",paddingHorizontal:"paddingInline",paddingStart:"paddingInlineStart",paddingVertical:"paddingBlock",start:"insetInlineStart"},De={elevation:!0,overlayColor:!0,resizeMode:!0,tintColor:!0},Ve=function(e,a){void 0===a&&(a={});var t=e||Pe,r={};if(a.shadow,null!=t.shadowColor||null!=t.shadowOffset||null!=t.shadowOpacity||null!=t.shadowRadius){var i=ze(t);if(null!=i&&null==r.boxShadow){var n=t.boxShadow,o=n?n+", "+i:i;r.boxShadow=o}}if(a.textShadow,null!=t.textShadowColor||null!=t.textShadowOffset||null!=t.textShadowRadius){var c=(e=>{var a=e.textShadowColor,t=e.textShadowOffset,r=e.textShadowRadius,i=t||Re,n=i.height,o=i.width,c=r||0,d=v(o),h=v(n),l=v(c),y=v(a,"textShadowColor");if(y&&(0!==n||0!==o||0!==c)&&null!=d&&null!=h&&null!=l)return d+" "+h+" "+l+" "+y})(t);if(null!=c&&null==r.textShadow){var d=t.textShadow,h=d?d+", "+c:c;r.textShadow=h}}for(var l in t)if(null==De[l]&&"shadowColor"!==l&&"shadowOffset"!==l&&"shadowOpacity"!==l&&"shadowRadius"!==l&&"textShadowColor"!==l&&"textShadowOffset"!==l&&"textShadowRadius"!==l){var y=t[l],p=Be[l]||l,s=y;!Object.prototype.hasOwnProperty.call(t,l)||p!==l&&null!=t[p]||("aspectRatio"===p&&"number"==typeof s?r[p]=s.toString():"fontVariant"===p?(Array.isArray(s)&&s.length>0&&(s=s.join(" ")),r[p]=s):"textAlignVertical"===p?null==t.verticalAlign&&(r.verticalAlign="center"===s?"middle":s):"transform"===p?(Array.isArray(s)&&(s=Te(s)),r.transform=s):r[p]=s)}return r},je=r(176),Fe=["writingDirection"],Ee=new WeakMap,Oe=function(e,a){var t;if(void 0===a&&(a="react-native-stylesheet"),m){var r=document;if(0===Ie.length)t=xe(me(a)),Ae.forEach((e=>{t.insert(e,0)})),Se.set(r,Ie.length),Ie.push(t);else{var i=Se.get(r);if(null==i){var n=Ie[0],o=null!=n?n.getTextContent():"";t=xe(me(a,r,o)),Se.set(r,Ie.length),Ie.push(t)}else t=Ie[i]}}else 0===Ie.length?(t=xe(me(a)),Ae.forEach((e=>{t.insert(e,0)})),Ie.push(t)):t=Ie[0];return{getTextContent:()=>t.getTextContent(),id:a,insert(e,a){Ie.forEach((t=>{t.insert(e,a)}))}}}(),Ue={shadow:!0,textShadow:!0};function We(e){e.forEach((e=>{var a=e[0],t=e[1];null!=Oe&&a.forEach((e=>{Oe.insert(e,t)}))}))}var Ze={position:"absolute",left:0,right:0,top:0,bottom:0},Ge=Ne({x:h({},Ze)}).x;function Ne(e){return Object.keys(e).forEach((a=>{var t,r,i,n=e[a];null!=n&&!0!==n.$$css&&(a.indexOf("$raw")>-1?t=function(e,a){var t=function(e,a){var t,r={$$css:!0},i=[],n=e.animationKeyframes,o=l(e,G),c=ge("css",a,JSON.stringify(e)),d="."+c;if(null!=n){var y=ve(n),p=y[0],s=y[1];t=p.join(","),i.push(...s)}var k=Me(h(h({},o),{},{animationName:t}));return i.push(""+d+k),r[c]=c,[r,[[i,X]]]}(e,a),r=t[0];return We(t[1]),r}(n,a.split("$raw")[0]):(r=function(e){var a={$$css:!0},t=[];function r(e,a,r){var i,n=function(e,a){var t=v(e,a);return"string"!=typeof t?JSON.stringify(t||""):t}(r,a),o=a+n,c=N.get(o);if(null!=c)i=c[0],t.push(c[1]);else{i=ge("r",e,e!==a?o:n);var d=Y[e]||K,h=function(e,a,t){var r=[],i="."+e;switch(a){case"animationKeyframes":var n=ve(t),o=n[0],c=n[1],d=Me({animationName:o.join(",")});r.push(""+i+d,...c);break;case"placeholderTextColor":var h=Me({color:t,opacity:1});r.push(i+"::-webkit-input-placeholder"+h,i+"::-moz-placeholder"+h,i+":-ms-input-placeholder"+h,i+"::placeholder"+h);break;case"pointerEvents":var l=t;if("auto"===t||"box-only"===t){if(l="auto!important","box-only"===t){var y=Me({pointerEvents:"none"});r.push(i+">*"+y)}}else if(("none"===t||"box-none"===t)&&(l="none!important","box-none"===t)){var p=Me({pointerEvents:"auto"});r.push(i+">*"+p)}var s=Me({pointerEvents:l});r.push(""+i+s);break;case"scrollbarWidth":"none"===t&&r.push(i+"::-webkit-scrollbar{display:none}");var k=Me({scrollbarWidth:t});r.push(""+i+k);break;default:var u=Me({[a]:t});r.push(""+i+u)}return r}(i,a,r),l=[h,d];t.push(l),N.set(o,[i,l])}return i}return Object.keys(e).sort().forEach((t=>{var i=e[t];if(null!=i){var n;if(ue.indexOf(t)>-1){var o=r(t,t,"left"),c=r(t,t,"right");"start"===i?n=[o,c]:"end"===i&&(n=[c,o])}var d=ke[t];if(null!=d){var h=r(t,d,i),l=r(t,se[d],i);n=[h,l]}if("transitionProperty"===t){for(var y=Array.isArray(i)?i:[i],p=[],s=0;s<y.length;s++){var k=y[s];"string"==typeof k&&null!=ke[k]&&p.push(s)}if(p.length>0){var u=[...y],M=[...y];p.forEach((e=>{var a=u[e];if("string"==typeof a){var i=ke[a],o=se[i];u[e]=i,M[e]=o;var c=r(t,t,u),d=r(t,t,M);n=[c,d]}}))}}null==n?n=r(t,t,i):a.$$css$localize=!0,a[t]=n}})),[a,t]}(Ve(n,Ue)),i=r[0],We(r[1]),t=i),Ee.set(n,t))})),e}function _e(e,a){void 0===a&&(a={});var t="rtl"===a.writingDirection,r=function(e,a){void 0===a&&(a={});var t=a,r=t.writingDirection,i=l(t,Fe),n="rtl"===r;return je.P.factory({transform(e){var a=Ee.get(e);return null!=a?(0,qe.n)(a,n):Ve(e,h(h({},Ue),i))}})(e)}(e,a);return Array.isArray(r)&&null!=r[1]&&(r[1]=function(e,a){var t=e||_,r={},i={},n=function(){var e=t[o],n=o,c=e;if(!Object.prototype.hasOwnProperty.call(t,o)||null==e)return"continue";ue.indexOf(o)>-1&&("start"===e?c=a?"right":"left":"end"===e&&(c=a?"left":"right"));var d=ke[o];if(null!=d&&(n=a?se[d]:d),"transitionProperty"===o){var h=Array.isArray(e)?e:[e];h.forEach(((e,t)=>{if("string"==typeof e){var r=ke[e];null!=r&&(h[t]=a?se[r]:r,c=h.join(" "))}}))}r[n]||(i[n]=c),n===o&&(r[n]=!0)};for(var o in t)n();return C(i,!0)}(r[1],t)),r}_e.absoluteFill=Ge,_e.absoluteFillObject=Ze,_e.create=Ne,_e.compose=function(e,a){return[e,a]},_e.flatten=function(){for(var e=arguments.length,a=new Array(e),t=0;t<e;t++)a[t]=arguments[t];for(var r=a.flat(1/0),i={},n=0;n<r.length;n++){var o=r[n];null!=o&&"object"==typeof o&&Object.assign(i,o)}return i},_e.getSheet=function(){return{id:Oe.id,textContent:Oe.getTextContent()}},_e.hairlineWidth=1,m&&window.__REACT_DEVTOOLS_GLOBAL_HOOK__&&(window.__REACT_DEVTOOLS_GLOBAL_HOOK__.resolveRNStyle=_e.flatten);const Xe=_e;var Ke={adjustable:"slider",button:"button",header:"heading",image:"img",imagebutton:null,keyboardkey:null,label:null,link:"link",none:"presentation",search:"search",summary:"region",text:null};const Ye=e=>{var a=e.accessibilityRole,t=e.role||a;if(t){var r=Ke[t];if(null!==r)return r||t}};var Je={article:"article",banner:"header",blockquote:"blockquote",button:"button",code:"code",complementary:"aside",contentinfo:"footer",deletion:"del",emphasis:"em",figure:"figure",insertion:"ins",form:"form",list:"ul",listitem:"li",main:"main",navigation:"nav",paragraph:"p",region:"section",strong:"strong"},$e={};const Qe=function(e){if(void 0===e&&(e=$e),"label"===(e.role||e.accessibilityRole))return"label";var a=Ye(e);if(a){if("heading"===a){var t=e.accessibilityLevel||e["aria-level"];return null!=t?"h"+t:"h1"}return Je[a]}},ea=Ye;var aa=["aria-activedescendant","accessibilityActiveDescendant","aria-atomic","accessibilityAtomic","aria-autocomplete","accessibilityAutoComplete","aria-busy","accessibilityBusy","aria-checked","accessibilityChecked","aria-colcount","accessibilityColumnCount","aria-colindex","accessibilityColumnIndex","aria-colspan","accessibilityColumnSpan","aria-controls","accessibilityControls","aria-current","accessibilityCurrent","aria-describedby","accessibilityDescribedBy","aria-details","accessibilityDetails","aria-disabled","accessibilityDisabled","aria-errormessage","accessibilityErrorMessage","aria-expanded","accessibilityExpanded","aria-flowto","accessibilityFlowTo","aria-haspopup","accessibilityHasPopup","aria-hidden","accessibilityHidden","aria-invalid","accessibilityInvalid","aria-keyshortcuts","accessibilityKeyShortcuts","aria-label","accessibilityLabel","aria-labelledby","accessibilityLabelledBy","aria-level","accessibilityLevel","aria-live","accessibilityLiveRegion","aria-modal","accessibilityModal","aria-multiline","accessibilityMultiline","aria-multiselectable","accessibilityMultiSelectable","aria-orientation","accessibilityOrientation","aria-owns","accessibilityOwns","aria-placeholder","accessibilityPlaceholder","aria-posinset","accessibilityPosInSet","aria-pressed","accessibilityPressed","aria-readonly","accessibilityReadOnly","aria-required","accessibilityRequired","role","accessibilityRole","aria-roledescription","accessibilityRoleDescription","aria-rowcount","accessibilityRowCount","aria-rowindex","accessibilityRowIndex","aria-rowspan","accessibilityRowSpan","aria-selected","accessibilitySelected","aria-setsize","accessibilitySetSize","aria-sort","accessibilitySort","aria-valuemax","accessibilityValueMax","aria-valuemin","accessibilityValueMin","aria-valuenow","accessibilityValueNow","aria-valuetext","accessibilityValueText","dataSet","focusable","id","nativeID","pointerEvents","style","tabIndex","testID"],ta={},ra=Object.prototype.hasOwnProperty,ia=Array.isArray,na=/[A-Z]/g;function oa(e){return"-"+e.toLowerCase()}function ca(e){return ia(e)?e.join(" "):e}var da=Xe.create({auto:{pointerEvents:"auto"},"box-none":{pointerEvents:"box-none"},"box-only":{pointerEvents:"box-only"},none:{pointerEvents:"none"}});var ha=new Set(["Arab","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),la=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","far","glk","he","iw","khw","ks","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]),ya=new Map,pa={direction:"ltr",locale:"en-US"},sa=(0,t.createContext)(pa);function ka(e){return function(e){var a=ya.get(e);if(a)return a;var t=!1;if(Intl.Locale){var r=new Intl.Locale(e).maximize().script;t=ha.has(r)}else{var i=e.split("-")[0];t=la.has(i)}return ya.set(e,t),t}(e)?"rtl":"ltr"}function ua(e){var a=e.direction,t=e.locale,r=e.children;return a||t?n().createElement(sa.Provider,{children:r,value:{direction:t?ka(t):a,locale:t}}):r}function Ma(){return(0,t.useContext)(sa)}const ga=(e,a,t)=>{var r;e&&e.constructor===String&&(r=Qe(a));var i=r||e,o=((e,a,t)=>{a||(a=ta);var r=a,i=r["aria-activedescendant"],n=r.accessibilityActiveDescendant,o=r["aria-atomic"],c=r.accessibilityAtomic,d=r["aria-autocomplete"],y=r.accessibilityAutoComplete,p=r["aria-busy"],s=r.accessibilityBusy,k=r["aria-checked"],u=r.accessibilityChecked,M=r["aria-colcount"],g=r.accessibilityColumnCount,v=r["aria-colindex"],m=r.accessibilityColumnIndex,f=r["aria-colspan"],x=r.accessibilityColumnSpan,w=r["aria-controls"],L=r.accessibilityControls,C=r["aria-current"],b=r.accessibilityCurrent,S=r["aria-describedby"],I=r.accessibilityDescribedBy,A=r["aria-details"],q=r.accessibilityDetails,P=r["aria-disabled"],R=r.accessibilityDisabled,z=r["aria-errormessage"],H=r.accessibilityErrorMessage,T=r["aria-expanded"],B=r.accessibilityExpanded,D=r["aria-flowto"],V=r.accessibilityFlowTo,j=r["aria-haspopup"],F=r.accessibilityHasPopup,E=r["aria-hidden"],O=r.accessibilityHidden,U=r["aria-invalid"],W=r.accessibilityInvalid,Z=r["aria-keyshortcuts"],G=r.accessibilityKeyShortcuts,N=r["aria-label"],_=r.accessibilityLabel,X=r["aria-labelledby"],K=r.accessibilityLabelledBy,Y=r["aria-level"],J=r.accessibilityLevel,$=r["aria-live"],Q=r.accessibilityLiveRegion,ee=r["aria-modal"],ae=r.accessibilityModal,te=r["aria-multiline"],re=r.accessibilityMultiline,ie=r["aria-multiselectable"],ne=r.accessibilityMultiSelectable,oe=r["aria-orientation"],ce=r.accessibilityOrientation,de=r["aria-owns"],he=r.accessibilityOwns,le=r["aria-placeholder"],ye=r.accessibilityPlaceholder,pe=r["aria-posinset"],se=r.accessibilityPosInSet,ke=r["aria-pressed"],ue=r.accessibilityPressed,Me=r["aria-readonly"],ge=r.accessibilityReadOnly,ve=r["aria-required"],me=r.accessibilityRequired,fe=(r.role,r.accessibilityRole,r["aria-roledescription"]),xe=r.accessibilityRoleDescription,we=r["aria-rowcount"],Le=r.accessibilityRowCount,Ce=r["aria-rowindex"],be=r.accessibilityRowIndex,Se=r["aria-rowspan"],Ie=r.accessibilityRowSpan,Ae=r["aria-selected"],qe=r.accessibilitySelected,Pe=r["aria-setsize"],Re=r.accessibilitySetSize,ze=r["aria-sort"],He=r.accessibilitySort,Te=r["aria-valuemax"],Be=r.accessibilityValueMax,De=r["aria-valuemin"],Ve=r.accessibilityValueMin,je=r["aria-valuenow"],Fe=r.accessibilityValueNow,Ee=r["aria-valuetext"],Oe=r.accessibilityValueText,Ue=r.dataSet,We=r.focusable,Ze=r.id,Ge=r.nativeID,Ne=r.pointerEvents,_e=r.style,Ke=r.tabIndex,Ye=r.testID,Je=l(r,aa),$e=P||R,Qe=ea(a),ia=null!=i?i:n;null!=ia&&(Je["aria-activedescendant"]=ia);var ha=null!=o?i:c;null!=ha&&(Je["aria-atomic"]=ha);var la=null!=d?d:y;null!=la&&(Je["aria-autocomplete"]=la);var ya=null!=p?p:s;null!=ya&&(Je["aria-busy"]=ya);var pa=null!=k?k:u;null!=pa&&(Je["aria-checked"]=pa);var sa=null!=M?M:g;null!=sa&&(Je["aria-colcount"]=sa);var ka=null!=v?v:m;null!=ka&&(Je["aria-colindex"]=ka);var ua=null!=f?f:x;null!=ua&&(Je["aria-colspan"]=ua);var Ma=null!=w?w:L;null!=Ma&&(Je["aria-controls"]=ca(Ma));var ga=null!=C?C:b;null!=ga&&(Je["aria-current"]=ga);var va=null!=S?S:I;null!=va&&(Je["aria-describedby"]=ca(va));var ma=null!=A?A:q;null!=ma&&(Je["aria-details"]=ma),!0===$e&&(Je["aria-disabled"]=!0,"button"!==e&&"form"!==e&&"input"!==e&&"select"!==e&&"textarea"!==e||(Je.disabled=!0));var fa=null!=z?z:H;null!=fa&&(Je["aria-errormessage"]=fa);var xa=null!=T?T:B;null!=xa&&(Je["aria-expanded"]=xa);var wa=null!=D?D:V;null!=wa&&(Je["aria-flowto"]=ca(wa));var La=null!=j?j:F;null!=La&&(Je["aria-haspopup"]=La);var Ca=null!=E?E:O;!0===Ca&&(Je["aria-hidden"]=Ca);var ba=null!=U?U:W;null!=ba&&(Je["aria-invalid"]=ba);var Sa=null!=Z?Z:G;null!=Sa&&(Je["aria-keyshortcuts"]=ca(Sa));var Ia=null!=N?N:_;null!=Ia&&(Je["aria-label"]=Ia);var Aa=null!=X?X:K;null!=Aa&&(Je["aria-labelledby"]=ca(Aa));var qa=null!=Y?Y:J;null!=qa&&(Je["aria-level"]=qa);var Pa=null!=$?$:Q;null!=Pa&&(Je["aria-live"]="none"===Pa?"off":Pa);var Ra=null!=ee?ee:ae;null!=Ra&&(Je["aria-modal"]=Ra);var za=null!=te?te:re;null!=za&&(Je["aria-multiline"]=za);var Ha=null!=ie?ie:ne;null!=Ha&&(Je["aria-multiselectable"]=Ha);var Ta=null!=oe?oe:ce;null!=Ta&&(Je["aria-orientation"]=Ta);var Ba=null!=de?de:he;null!=Ba&&(Je["aria-owns"]=ca(Ba));var Da=null!=le?le:ye;null!=Da&&(Je["aria-placeholder"]=Da);var Va=null!=pe?pe:se;null!=Va&&(Je["aria-posinset"]=Va);var ja=null!=ke?ke:ue;null!=ja&&(Je["aria-pressed"]=ja);var Fa=null!=Me?Me:ge;null!=Fa&&(Je["aria-readonly"]=Fa,"input"!==e&&"select"!==e&&"textarea"!==e||(Je.readOnly=!0));var Ea=null!=ve?ve:me;null!=Ea&&(Je["aria-required"]=Ea,"input"!==e&&"select"!==e&&"textarea"!==e||(Je.required=me)),null!=Qe&&(Je.role="none"===Qe?"presentation":Qe);var Oa=null!=fe?fe:xe;null!=Oa&&(Je["aria-roledescription"]=Oa);var Ua=null!=we?we:Le;null!=Ua&&(Je["aria-rowcount"]=Ua);var Wa=null!=Ce?Ce:be;null!=Wa&&(Je["aria-rowindex"]=Wa);var Za=null!=Se?Se:Ie;null!=Za&&(Je["aria-rowspan"]=Za);var Ga=null!=Ae?Ae:qe;null!=Ga&&(Je["aria-selected"]=Ga);var Na=null!=Pe?Pe:Re;null!=Na&&(Je["aria-setsize"]=Na);var _a=null!=ze?ze:He;null!=_a&&(Je["aria-sort"]=_a);var Xa=null!=Te?Te:Be;null!=Xa&&(Je["aria-valuemax"]=Xa);var Ka=null!=De?De:Ve;null!=Ka&&(Je["aria-valuemin"]=Ka);var Ya=null!=je?je:Fe;null!=Ya&&(Je["aria-valuenow"]=Ya);var Ja=null!=Ee?Ee:Oe;if(null!=Ja&&(Je["aria-valuetext"]=Ja),null!=Ue)for(var $a in Ue)if(ra.call(Ue,$a)){var Qa=$a.replace(na,oa),et=Ue[$a];null!=et&&(Je["data-"+Qa]=et)}0===Ke||"0"===Ke||-1===Ke||"-1"===Ke?Je.tabIndex=Ke:(!1===We&&(Je.tabIndex="-1"),"a"===e||"button"===e||"input"===e||"select"===e||"textarea"===e?!1!==We&&!0!==R||(Je.tabIndex="-1"):"button"===Qe||"checkbox"===Qe||"link"===Qe||"radio"===Qe||"textbox"===Qe||"switch"===Qe?!1!==We&&(Je.tabIndex="0"):!0===We&&(Je.tabIndex="0"));var at=Xe([_e,Ne&&da[Ne]],h({writingDirection:"ltr"},t)),tt=at[0],rt=at[1];tt&&(Je.className=tt),rt&&(Je.style=rt);var it=null!=Ze?Ze:Ge;return null!=it&&(Je.id=it),null!=Ye&&(Je["data-testid"]=Ye),null==Je.type&&"button"===e&&(Je.type="button"),Je})(i,a,t),c=n().createElement(i,o);return o.dir?n().createElement(ua,{children:c,direction:o.dir,locale:o.lang}):c};var va={children:!0,dataSet:!0,dir:!0,id:!0,ref:!0,suppressHydrationWarning:!0,tabIndex:!0,testID:!0,focusable:!0,nativeID:!0},ma={"aria-activedescendant":!0,"aria-atomic":!0,"aria-autocomplete":!0,"aria-busy":!0,"aria-checked":!0,"aria-colcount":!0,"aria-colindex":!0,"aria-colspan":!0,"aria-controls":!0,"aria-current":!0,"aria-describedby":!0,"aria-details":!0,"aria-disabled":!0,"aria-errormessage":!0,"aria-expanded":!0,"aria-flowto":!0,"aria-haspopup":!0,"aria-hidden":!0,"aria-invalid":!0,"aria-keyshortcuts":!0,"aria-label":!0,"aria-labelledby":!0,"aria-level":!0,"aria-live":!0,"aria-modal":!0,"aria-multiline":!0,"aria-multiselectable":!0,"aria-orientation":!0,"aria-owns":!0,"aria-placeholder":!0,"aria-posinset":!0,"aria-pressed":!0,"aria-readonly":!0,"aria-required":!0,role:!0,"aria-roledescription":!0,"aria-rowcount":!0,"aria-rowindex":!0,"aria-rowspan":!0,"aria-selected":!0,"aria-setsize":!0,"aria-sort":!0,"aria-valuemax":!0,"aria-valuemin":!0,"aria-valuenow":!0,"aria-valuetext":!0,accessibilityActiveDescendant:!0,accessibilityAtomic:!0,accessibilityAutoComplete:!0,accessibilityBusy:!0,accessibilityChecked:!0,accessibilityColumnCount:!0,accessibilityColumnIndex:!0,accessibilityColumnSpan:!0,accessibilityControls:!0,accessibilityCurrent:!0,accessibilityDescribedBy:!0,accessibilityDetails:!0,accessibilityDisabled:!0,accessibilityErrorMessage:!0,accessibilityExpanded:!0,accessibilityFlowTo:!0,accessibilityHasPopup:!0,accessibilityHidden:!0,accessibilityInvalid:!0,accessibilityKeyShortcuts:!0,accessibilityLabel:!0,accessibilityLabelledBy:!0,accessibilityLevel:!0,accessibilityLiveRegion:!0,accessibilityModal:!0,accessibilityMultiline:!0,accessibilityMultiSelectable:!0,accessibilityOrientation:!0,accessibilityOwns:!0,accessibilityPlaceholder:!0,accessibilityPosInSet:!0,accessibilityPressed:!0,accessibilityReadOnly:!0,accessibilityRequired:!0,accessibilityRole:!0,accessibilityRoleDescription:!0,accessibilityRowCount:!0,accessibilityRowIndex:!0,accessibilityRowSpan:!0,accessibilitySelected:!0,accessibilitySetSize:!0,accessibilitySort:!0,accessibilityValueMax:!0,accessibilityValueMin:!0,accessibilityValueNow:!0,accessibilityValueText:!0},fa={onClick:!0,onAuxClick:!0,onContextMenu:!0,onGotPointerCapture:!0,onLostPointerCapture:!0,onPointerCancel:!0,onPointerDown:!0,onPointerEnter:!0,onPointerMove:!0,onPointerLeave:!0,onPointerOut:!0,onPointerOver:!0,onPointerUp:!0},xa={onBlur:!0,onFocus:!0},wa={onKeyDown:!0,onKeyDownCapture:!0,onKeyUp:!0,onKeyUpCapture:!0},La={onMouseDown:!0,onMouseEnter:!0,onMouseLeave:!0,onMouseMove:!0,onMouseOver:!0,onMouseOut:!0,onMouseUp:!0},Ca={onTouchCancel:!0,onTouchCancelCapture:!0,onTouchEnd:!0,onTouchEndCapture:!0,onTouchMove:!0,onTouchMoveCapture:!0,onTouchStart:!0,onTouchStartCapture:!0},ba={style:!0};function Sa(e,a){var t={};for(var r in e)e.hasOwnProperty(r)&&!0===a[r]&&(t[r]=e[r]);return t}const Ia=m?t.useLayoutEffect:t.useEffect,Aa=e=>{if(null!=e&&1===e.nodeType&&"function"==typeof e.getBoundingClientRect)return e.getBoundingClientRect()};var qa={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexOrder:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,fontWeight:!0,gridRow:!0,gridRowEnd:!0,gridRowGap:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnGap:!0,gridColumnStart:!0,lineClamp:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0,scale:!0,scaleX:!0,scaleY:!0,scaleZ:!0,shadowOpacity:!0},Pa=["ms","Moz","O","Webkit"];Object.keys(qa).forEach((e=>{Pa.forEach((a=>{qa[((e,a)=>e+a.charAt(0).toUpperCase()+a.substring(1))(a,e)]=qa[e]}))}));const Ra=qa,za=function(e,a,t){return null==a||"boolean"==typeof a||""===a?"":t||"number"!=typeof a||0===a||Ra.hasOwnProperty(e)&&Ra[e]?(""+a).trim():a+"px"},Ha=function(e,a){var t=e.style;for(var r in a)if(a.hasOwnProperty(r)){var i=0===r.indexOf("--"),n=za(r,a[r],i);"float"===r&&(r="cssFloat"),i?t.setProperty(r,n):t[r]=n}};var Ta=e=>{var a=e.offsetHeight,t=e.offsetWidth,r=e.offsetLeft,i=e.offsetTop;for(e=e.offsetParent;e&&1===e.nodeType;)r+=e.offsetLeft+e.clientLeft-e.scrollLeft,i+=e.offsetTop+e.clientTop-e.scrollTop,e=e.offsetParent;return{width:t,height:a,top:i-=window.scrollY,left:r-=window.scrollX}},Ba=(e,a,t)=>{var r=a||e&&e.parentNode;e&&r&&setTimeout((()=>{if(e.isConnected&&r.isConnected){var a=Ta(r),i=Ta(e),n=i.height,o=i.left,c=i.top,d=i.width,h=o-a.left,l=c-a.top;t(h,l,d,n,o,c)}}),0)},Da={A:!0,BODY:!0,INPUT:!0,SELECT:!0,TEXTAREA:!0},Va={blur(e){try{e.blur()}catch(e){}},focus(e){try{var a=e.nodeName;null==e.getAttribute("tabIndex")&&!0!==e.isContentEditable&&null==Da[a]&&e.setAttribute("tabIndex","-1"),e.focus()}catch(e){}},measure(e,a){Ba(e,null,a)},measureInWindow(e,a){e&&setTimeout((()=>{var t=Aa(e),r=t.height,i=t.left,n=t.top,o=t.width;a(i,n,o,r)}),0)},measureLayout(e,a,t,r){Ba(e,a,r)},updateView(e,a){for(var t in a)if(Object.prototype.hasOwnProperty.call(a,t)){var r=a[t];switch(t){case"style":Ha(e,r);break;case"class":case"className":e.setAttribute("class",r);break;case"text":case"value":e.value=r;break;default:e.setAttribute(t,r)}}},configureNextLayoutAnimation(e,a){a()},setLayoutAnimationEnabledExperimental(){}};const ja=Va;var Fa="__reactLayoutHandler",Ea=null;function Oa(e,a){var t=(m&&void 0!==window.ResizeObserver&&null==Ea&&(Ea=new window.ResizeObserver((function(e){e.forEach((e=>{var a=e.target,t=a[Fa];"function"==typeof t&&ja.measure(a,((a,r,i,n,o,c)=>{var d={nativeEvent:{layout:{x:a,y:r,width:i,height:n,left:o,top:c}},timeStamp:Date.now()};Object.defineProperty(d.nativeEvent,"target",{enumerable:!0,get:()=>e.target}),t(d)}))}))}))),Ea);Ia((()=>{var t=e.current;null!=t&&(t[Fa]=a)}),[e,a]),Ia((()=>{var a=e.current;return null!=a&&null!=t&&("function"==typeof a[Fa]?t.observe(a):t.unobserve(a)),()=>{null!=a&&null!=t&&t.unobserve(a)}}),[e,t])}function Ua(){for(var e=arguments.length,a=new Array(e),t=0;t<e;t++)a[t]=arguments[t];return function(e){a.forEach((a=>{null!=a&&("function"!=typeof a?"object"!=typeof a?console.error("mergeRefs cannot handle Refs of type boolean, number or string, received ref "+String(a)):a.current=e:a(e))}))}}function Wa(){for(var e=arguments.length,a=new Array(e),r=0;r<e;r++)a[r]=arguments[r];return t.useMemo((()=>Ua(...a)),[...a])}var Za="function"==typeof Symbol&&"symbol"==typeof Symbol()?Symbol():Object.freeze({});function Ga(e){return e.pointerEvents,e.style,(a=t.useRef(Za)).current===Za&&(a.current=e=>{null!=e&&(e.measure=a=>ja.measure(e,a),e.measureLayout=(a,t,r)=>ja.measureLayout(e,a,r,t),e.measureInWindow=a=>ja.measureInWindow(e,a))}),a.current;var a}var Na=()=>{},_a={},Xa=[];function Ka(e){return e>20?e%20:e}function Ya(e,a){var t,r,i,n=!1,o=e.changedTouches,c=e.type,d=!0===e.metaKey,h=!0===e.shiftKey,l=o&&o[0].force||0,y=Ka(o&&o[0].identifier||0),p=o&&o[0].clientX||e.clientX,s=o&&o[0].clientY||e.clientY,k=o&&o[0].pageX||e.pageX,u=o&&o[0].pageY||e.pageY,M="function"==typeof e.preventDefault?e.preventDefault.bind(e):Na,g=e.timeStamp;function v(e){return Array.prototype.slice.call(e).map((e=>({force:e.force,identifier:Ka(e.identifier),get locationX(){return x(e.clientX)},get locationY(){return w(e.clientY)},pageX:e.pageX,pageY:e.pageY,target:e.target,timestamp:g})))}if(null!=o)r=v(o),i=v(e.touches);else{var m=[{force:l,identifier:y,get locationX(){return x(p)},get locationY(){return w(s)},pageX:k,pageY:u,target:e.target,timestamp:g}];r=m,i="mouseup"===c||"dragstart"===c?Xa:m}var f={bubbles:!0,cancelable:!0,currentTarget:null,defaultPrevented:e.defaultPrevented,dispatchConfig:_a,eventPhase:e.eventPhase,isDefaultPrevented:()=>e.defaultPrevented,isPropagationStopped:()=>n,isTrusted:e.isTrusted,nativeEvent:{altKey:!1,ctrlKey:!1,metaKey:d,shiftKey:h,changedTouches:r,force:l,identifier:y,get locationX(){return x(p)},get locationY(){return w(s)},pageX:k,pageY:u,target:e.target,timestamp:g,touches:i,type:c},persist:Na,preventDefault:M,stopPropagation(){n=!0},target:e.target,timeStamp:g,touchHistory:a.touchHistory};function x(e){if(t=t||Aa(f.currentTarget))return e-t.left}function w(e){if(t=t||Aa(f.currentTarget))return e-t.top}return f}var Ja="mousedown",$a="mousemove",Qa="mouseup",et="dragstart",at="touchstart",tt="touchmove",rt="touchend",it="touchcancel",nt="scroll",ot="select",ct="selectionchange";function dt(e){return e===at||e===Ja}function ht(e){return e===tt||e===$a}function lt(e){return e===rt||e===Qa||yt(e)}function yt(e){return e===it||e===et}var pt="__reactResponderId";function st(e){for(var a=[];null!=e&&e!==document.body;)a.push(e),e=e.parentNode;return a}function kt(e){return null!=e?e[pt]:null}var ut=!1,Mt=20;function gt(e){return e.timeStamp||e.timestamp}function vt(e){var a=e.identifier;return null==a&&console.error("Touch object is missing identifier."),ut&&a>Mt&&console.error("Touch identifier %s is greater than maximum supported %s which causes performance issues backfilling array locations for all of the indices.",a,Mt),a}function mt(e){return JSON.stringify({identifier:e.identifier,pageX:e.pageX,pageY:e.pageY,timestamp:gt(e)})}function ft(e){var a=e.touchBank,t=JSON.stringify(a.slice(0,Mt));return a.length>Mt&&(t+=" (original size: "+a.length+")"),t}var xt={},wt=["onStartShouldSetResponderCapture","onStartShouldSetResponder",{bubbles:!0}],Lt=["onMoveShouldSetResponderCapture","onMoveShouldSetResponder",{bubbles:!0}],Ct={touchstart:wt,mousedown:wt,touchmove:Lt,mousemove:Lt,scroll:["onScrollShouldSetResponderCapture","onScrollShouldSetResponder",{bubbles:!1}]},bt={id:null,idPath:null,node:null},St=new Map,It=!1,At=0,qt={id:null,node:null,idPath:null},Pt=new class{constructor(){this._touchHistory={touchBank:[],numberActiveTouches:0,indexOfSingleActiveTouch:-1,mostRecentTimeStamp:0}}recordTouchTrack(e,a){var t=this._touchHistory;if(ht(e))a.changedTouches.forEach((e=>function(e,a){var t=a.touchBank[vt(e)];t?(t.touchActive=!0,t.previousPageX=t.currentPageX,t.previousPageY=t.currentPageY,t.previousTimeStamp=t.currentTimeStamp,t.currentPageX=e.pageX,t.currentPageY=e.pageY,t.currentTimeStamp=gt(e),a.mostRecentTimeStamp=gt(e)):console.warn("Cannot record touch move without a touch start.\n","Touch Move: "+mt(e)+"\n","Touch Bank: "+ft(a))}(e,t)));else if(dt(e))a.changedTouches.forEach((e=>function(e,a){var t=vt(e),r=a.touchBank[t];r?function(e,a){e.touchActive=!0,e.startPageX=a.pageX,e.startPageY=a.pageY,e.startTimeStamp=gt(a),e.currentPageX=a.pageX,e.currentPageY=a.pageY,e.currentTimeStamp=gt(a),e.previousPageX=a.pageX,e.previousPageY=a.pageY,e.previousTimeStamp=gt(a)}(r,e):a.touchBank[t]=function(e){return{touchActive:!0,startPageX:e.pageX,startPageY:e.pageY,startTimeStamp:gt(e),currentPageX:e.pageX,currentPageY:e.pageY,currentTimeStamp:gt(e),previousPageX:e.pageX,previousPageY:e.pageY,previousTimeStamp:gt(e)}}(e),a.mostRecentTimeStamp=gt(e)}(e,t))),t.numberActiveTouches=a.touches.length,1===t.numberActiveTouches&&(t.indexOfSingleActiveTouch=a.touches[0].identifier);else if(lt(e)&&(a.changedTouches.forEach((e=>function(e,a){var t=a.touchBank[vt(e)];t?(t.touchActive=!1,t.previousPageX=t.currentPageX,t.previousPageY=t.currentPageY,t.previousTimeStamp=t.currentTimeStamp,t.currentPageX=e.pageX,t.currentPageY=e.pageY,t.currentTimeStamp=gt(e),a.mostRecentTimeStamp=gt(e)):console.warn("Cannot record touch end without a touch start.\n","Touch End: "+mt(e)+"\n","Touch Bank: "+ft(a))}(e,t))),t.numberActiveTouches=a.touches.length,1===t.numberActiveTouches)){for(var r=t.touchBank,i=0;i<r.length;i++){var n=r[i];if(null!=n&&n.touchActive){t.indexOfSingleActiveTouch=i;break}}if(ut){var o=r[t.indexOfSingleActiveTouch];null!=o&&o.touchActive||console.error("Cannot find single active touch.")}}}get touchHistory(){return this._touchHistory}};function Rt(e){qt=e}function zt(e){var a=St.get(e);return null!=a?a:xt}function Ht(e){var a=e.type,t=e.target;if("touchstart"===a&&(It=!0),("touchmove"===a||At>1)&&(It=!1),!("mousedown"===a&&It||"mousemove"===a&&It||"mousemove"===a&&At<1))if(It&&"mouseup"===a)0===At&&(It=!1);else{var r=dt(a)&&function(e){var a=e.altKey,t=e.button,r=e.buttons,i=e.ctrlKey,n=e.type,o=!1===a&&!1===i;return!!("touchstart"===n||"touchmove"===n||"mousedown"===n&&(0===t||1===r)&&o||"mousemove"===n&&1===r&&o)}(e),i=ht(a),n=lt(a),o=function(e){return e===nt}(a),c=function(e){return e===ot||e===ct}(a),d=Ya(e,Pt);(r||i||n)&&(e.touches?At=e.touches.length:r?At=1:n&&(At=0),Pt.recordTouchTrack(a,d.nativeEvent));var h,l=function(e){for(var a=[],t=[],r=function(e){return"selectionchange"===e.type?st(window.getSelection().anchorNode):null!=e.composedPath?e.composedPath():st(e.target)}(e),i=0;i<r.length;i++){var n=r[i],o=kt(n);null!=o&&(a.push(o),t.push(n))}return{idPath:a,nodePath:t}}(e),y=!1;if(r||i||o&&At>0){var p=qt.idPath,s=l.idPath;if(null!=p&&null!=s){var k=function(e,a){var t=e.length,r=a.length;if(0===t||0===r||e[t-1]!==a[r-1])return null;var i=e[0],n=0,o=a[0],c=0;t-r>0&&(i=e[n=t-r],t=r),r-t>0&&(o=a[c=r-t],r=t);for(var d=t;d--;){if(i===o)return i;i=e[n++],o=a[c++]}return null}(p,s);if(null!=k){var u=s.indexOf(k)+(k===qt.id?1:0);l={idPath:s.slice(u),nodePath:l.nodePath.slice(u)}}else l=null}null!=l&&(h=function(e,a,t){var r=Ct[a.type];if(null!=r){for(var i=e.idPath,n=e.nodePath,o=r[0],c=r[1],d=r[2].bubbles,h=function(e,a,r){var n=zt(e)[r];if(null!=n&&(t.currentTarget=a,!0===n(t)))return{id:e,node:a,idPath:i.slice(i.indexOf(e))}},l=i.length-1;l>=0;l--){var y=h(i[l],n[l],o);if(null!=y)return y;if(!0===t.isPropagationStopped())return}if(d)for(var p=0;p<i.length;p++){var s=h(i[p],n[p],c);if(null!=s)return s;if(!0===t.isPropagationStopped())return}else{var k=i[0],u=n[0];if(a.target===u)return h(k,u,c)}}}(l,e,d),null!=h&&(function(e,a){var t=qt,r=t.id,i=t.node,n=a.id,o=a.node,c=zt(n),d=c.onResponderGrant,h=c.onResponderReject;if(e.bubbles=!1,e.cancelable=!1,e.currentTarget=o,null==r)null!=d&&(e.currentTarget=o,e.dispatchConfig.registrationName="onResponderGrant",d(e)),Rt(a);else{var l=zt(r),y=l.onResponderTerminate,p=l.onResponderTerminationRequest,s=!0;null!=p&&(e.currentTarget=i,e.dispatchConfig.registrationName="onResponderTerminationRequest",!1===p(e)&&(s=!1)),s?(null!=y&&(e.currentTarget=i,e.dispatchConfig.registrationName="onResponderTerminate",y(e)),null!=d&&(e.currentTarget=o,e.dispatchConfig.registrationName="onResponderGrant",d(e)),Rt(a)):null!=h&&(e.currentTarget=o,e.dispatchConfig.registrationName="onResponderReject",h(e))}}(d,h),y=!0))}if(null!=qt.id&&null!=qt.node){var M=qt,g=M.id,v=M.node,m=zt(g),f=m.onResponderStart,x=m.onResponderMove,w=m.onResponderEnd,L=m.onResponderRelease,C=m.onResponderTerminate,b=m.onResponderTerminationRequest;if(d.bubbles=!1,d.cancelable=!1,d.currentTarget=v,r)null!=f&&(d.dispatchConfig.registrationName="onResponderStart",f(d));else if(i)null!=x&&(d.dispatchConfig.registrationName="onResponderMove",x(d));else{var S=yt(a)||"contextmenu"===a||"blur"===a&&t===window||"blur"===a&&t.contains(v)&&e.relatedTarget!==v||o&&0===At||o&&t.contains(v)&&t!==v||c&&function(e){return"selectionchange"===e.type?(t=(a=window.getSelection()).toString(),r=a.anchorNode,i=a.focusNode,n=r&&r.nodeType===window.Node.TEXT_NODE||i&&i.nodeType===window.Node.TEXT_NODE,t.length>=1&&"\n"!==t&&n):"select"===e.type;var a,t,r,i,n}(e),I=n&&!S&&!function(e,a){if(!a||0===a.length)return!1;for(var t=0;t<a.length;t++){var r=a[t].target;if(null!=r&&e.contains(r))return!0}return!1}(v,e.touches);if(n&&null!=w&&(d.dispatchConfig.registrationName="onResponderEnd",w(d)),I&&(null!=L&&(d.dispatchConfig.registrationName="onResponderRelease",L(d)),Rt(bt)),S){var A=!0;"contextmenu"!==a&&"scroll"!==a&&"selectionchange"!==a||(y?A=!1:null!=b&&(d.dispatchConfig.registrationName="onResponderTerminationRequest",!1===b(d)&&(A=!1))),A&&(null!=C&&(d.dispatchConfig.registrationName="onResponderTerminate",C(d)),Rt(bt),It=!1,At=0)}}}}}var Tt=["blur","scroll"],Bt=["mousedown","mousemove","mouseup","dragstart","touchstart","touchmove","touchend","touchcancel","contextmenu","select","selectionchange"];function Dt(e){qt.id===e&&function(){var e=qt,a=e.id,t=e.node;if(null!=a&&null!=t){var r=zt(a).onResponderTerminate;if(null!=r){var i=Ya({},Pt);i.currentTarget=t,r(i)}Rt(bt)}It=!1,At=0}(),St.has(e)&&St.delete(e)}var Vt={},jt=0;function Ft(e,a){void 0===a&&(a=Vt);var r,i,n=(r=()=>jt++,null==(i=t.useRef(null)).current&&(i.current=r()),i.current),o=t.useRef(!1);t.useEffect((()=>(m&&null==window.__reactResponderSystemActive&&(window.addEventListener("blur",Ht),Bt.forEach((e=>{document.addEventListener(e,Ht)})),Tt.forEach((e=>{document.addEventListener(e,Ht,!0)})),window.__reactResponderSystemActive=!0),()=>{Dt(n)})),[n]),t.useEffect((()=>{var t=a,r=t.onMoveShouldSetResponder,i=t.onMoveShouldSetResponderCapture,c=t.onScrollShouldSetResponder,d=t.onScrollShouldSetResponderCapture,h=t.onSelectionChangeShouldSetResponder,l=t.onSelectionChangeShouldSetResponderCapture,y=t.onStartShouldSetResponder,p=t.onStartShouldSetResponderCapture,s=null!=r||null!=i||null!=c||null!=d||null!=h||null!=l||null!=y||null!=p,k=e.current;s?(function(e,a,t){!function(e,a){null!=e&&(e[pt]=a)}(a,e),St.set(e,t)}(n,k,a),o.current=!0):o.current&&(Dt(n),o.current=!1)}),[a,e,n]),t.useDebugValue({isResponder:e.current===qt.node}),t.useDebugValue(a)}const Et=(0,t.createContext)(!1);var Ot=["hrefAttrs","numberOfLines","onClick","onLayout","onPress","onMoveShouldSetResponder","onMoveShouldSetResponderCapture","onResponderEnd","onResponderGrant","onResponderMove","onResponderReject","onResponderRelease","onResponderStart","onResponderTerminate","onResponderTerminationRequest","onScrollShouldSetResponder","onScrollShouldSetResponderCapture","onSelectionChangeShouldSetResponder","onSelectionChangeShouldSetResponderCapture","onStartShouldSetResponder","onStartShouldSetResponderCapture","selectable"],Ut=Object.assign({},va,ma,fa,xa,wa,La,Ca,ba,{href:!0,lang:!0,pointerEvents:!0}),Wt=t.forwardRef(((e,a)=>{var r=e.hrefAttrs,i=e.numberOfLines,n=e.onClick,o=e.onLayout,c=e.onPress,d=e.onMoveShouldSetResponder,h=e.onMoveShouldSetResponderCapture,y=e.onResponderEnd,p=e.onResponderGrant,s=e.onResponderMove,k=e.onResponderReject,u=e.onResponderRelease,M=e.onResponderStart,g=e.onResponderTerminate,v=e.onResponderTerminationRequest,m=e.onScrollShouldSetResponder,f=e.onScrollShouldSetResponderCapture,x=e.onSelectionChangeShouldSetResponder,w=e.onSelectionChangeShouldSetResponderCapture,L=e.onStartShouldSetResponder,C=e.onStartShouldSetResponderCapture,b=e.selectable,S=l(e,Ot),I=t.useContext(Et),A=t.useRef(null),q=Ma().direction;Oa(A,o),Ft(A,{onMoveShouldSetResponder:d,onMoveShouldSetResponderCapture:h,onResponderEnd:y,onResponderGrant:p,onResponderMove:s,onResponderReject:k,onResponderRelease:u,onResponderStart:M,onResponderTerminate:g,onResponderTerminationRequest:v,onScrollShouldSetResponder:m,onScrollShouldSetResponderCapture:f,onSelectionChangeShouldSetResponder:x,onSelectionChangeShouldSetResponderCapture:w,onStartShouldSetResponder:L,onStartShouldSetResponderCapture:C});var P=t.useCallback((e=>{null!=n?n(e):null!=c&&(e.stopPropagation(),c(e))}),[n,c]),R=I?"span":"div",z=null!=e.lang?ka(e.lang):null,H=e.dir||z,T=H||q,B=(e=>Sa(e,Ut))(S);if(B.dir=H,I||(B.dir=null!=H?H:"auto"),(n||c)&&(B.onClick=P),B.style=[null!=i&&i>1&&{WebkitLineClamp:i},!0===I?Gt.textHasAncestor$raw:Gt.text$raw,1===i&&Gt.textOneLine,null!=i&&i>1&&Gt.textMultiLine,e.style,!0===b&&Gt.selectable,!1===b&&Gt.notSelectable,c&&Gt.pressable],null!=e.href&&(R="a",null!=r)){var D=r.download,V=r.rel,j=r.target;null!=D&&(B.download=D),null!=V&&(B.rel=V),"string"==typeof j&&(B.target="_"!==j.charAt(0)?"_"+j:j)}var F=Wa(A,Ga(B),a);B.ref=F;var E=ga(R,B,{writingDirection:T});return I?E:t.createElement(Et.Provider,{value:!0},E)}));Wt.displayName="Text";var Zt={backgroundColor:"transparent",border:"0 solid black",boxSizing:"border-box",color:"black",display:"inline",font:"14px System",listStyle:"none",margin:0,padding:0,position:"relative",textAlign:"start",textDecoration:"none",whiteSpace:"pre-wrap",wordWrap:"break-word"},Gt=Xe.create({text$raw:Zt,textHasAncestor$raw:h(h({},Zt),{},{color:"inherit",font:"inherit",textAlign:"inherit",whiteSpace:"inherit"}),textOneLine:{maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",wordWrap:"normal"},textMultiLine:{display:"-webkit-box",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",WebkitBoxOrient:"vertical"},notSelectable:{userSelect:"none"},selectable:{userSelect:"text"},pressable:{cursor:"pointer"}});const Nt=Wt;function _t(){return _t=Object.assign?Object.assign.bind():function(e){for(var a=1;a<arguments.length;a++){var t=arguments[a];for(var r in t)({}).hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},_t.apply(null,arguments)}var Xt="DELAY",Kt="ERROR",Yt="LONG_PRESS_DETECTED",Jt="NOT_RESPONDER",$t="RESPONDER_ACTIVE_LONG_PRESS_START",Qt="RESPONDER_ACTIVE_PRESS_START",er="RESPONDER_INACTIVE_PRESS_START",ar="RESPONDER_RELEASE",tr="RESPONDER_TERMINATED",rr=Object.freeze({NOT_RESPONDER:{DELAY:Kt,RESPONDER_GRANT:er,RESPONDER_RELEASE:Kt,RESPONDER_TERMINATED:Kt,LONG_PRESS_DETECTED:Kt},RESPONDER_INACTIVE_PRESS_START:{DELAY:Qt,RESPONDER_GRANT:Kt,RESPONDER_RELEASE:Jt,RESPONDER_TERMINATED:Jt,LONG_PRESS_DETECTED:Kt},RESPONDER_ACTIVE_PRESS_START:{DELAY:Kt,RESPONDER_GRANT:Kt,RESPONDER_RELEASE:Jt,RESPONDER_TERMINATED:Jt,LONG_PRESS_DETECTED:$t},RESPONDER_ACTIVE_LONG_PRESS_START:{DELAY:Kt,RESPONDER_GRANT:Kt,RESPONDER_RELEASE:Jt,RESPONDER_TERMINATED:Jt,LONG_PRESS_DETECTED:$t},ERROR:{DELAY:Jt,RESPONDER_GRANT:er,RESPONDER_RELEASE:Jt,RESPONDER_TERMINATED:Jt,LONG_PRESS_DETECTED:Jt}}),ir=e=>e.getAttribute("role"),nr=e=>e.tagName.toLowerCase(),or=e=>e===Qt||e===$t,cr=e=>"button"===ir(e),dr=e=>e===er||e===Qt||e===$t,hr=e=>{var a=e.key,t=e.target,r=" "===a||"Spacebar"===a,i="button"===nr(t)||cr(t);return"Enter"===a||r&&i};class lr{constructor(e){this._eventHandlers=null,this._isPointerTouch=!1,this._longPressDelayTimeout=null,this._longPressDispatched=!1,this._pressDelayTimeout=null,this._pressOutDelayTimeout=null,this._touchState=Jt,this._responderElement=null,this.configure(e)}configure(e){this._config=e}reset(){this._cancelLongPressDelayTimeout(),this._cancelPressDelayTimeout(),this._cancelPressOutDelayTimeout()}getEventHandlers(){return null==this._eventHandlers&&(this._eventHandlers=this._createEventHandlers()),this._eventHandlers}_createEventHandlers(){var e=(e,a)=>{e.persist(),this._cancelPressOutDelayTimeout(),this._longPressDispatched=!1,this._selectionTerminated=!1,this._touchState=Jt,this._isPointerTouch="touchstart"===e.nativeEvent.type,this._receiveSignal("RESPONDER_GRANT",e);var t=yr(this._config.delayPressStart,0,50);!1!==a&&t>0?this._pressDelayTimeout=setTimeout((()=>{this._receiveSignal(Xt,e)}),t):this._receiveSignal(Xt,e);var r=yr(this._config.delayLongPress,10,450);this._longPressDelayTimeout=setTimeout((()=>{this._handleLongPress(e)}),r+t)},a=e=>{this._receiveSignal(ar,e)},t=e=>{var r=this._config.onPress,i=e.target;if(this._touchState!==Jt&&hr(e)){a(e),document.removeEventListener("keyup",t);var n=i.getAttribute("role"),o=nr(i),c="link"===n||"a"===o||"button"===o||"input"===o||"select"===o||"textarea"===o,d=this._responderElement===i;null!=r&&!c&&d&&r(e),this._responderElement=null}};return{onStartShouldSetResponder:e=>{var a=this._config.disabled;return a&&cr(e.currentTarget)&&e.stopPropagation(),null==a||!a},onKeyDown:a=>{var r=this._config.disabled,i=a.key,n=a.target;if(!r&&hr(a)){this._touchState===Jt&&(e(a,!1),this._responderElement=n,document.addEventListener("keyup",t));var o=" "===i||"Spacebar"===i,c=ir(n);o&&("button"===c||"menuitem"===c)&&"button"!==nr(n)&&a.preventDefault(),a.stopPropagation()}},onResponderGrant:a=>e(a),onResponderMove:e=>{null!=this._config.onPressMove&&this._config.onPressMove(e);var a=pr(e);if(null!=this._touchActivatePosition){var t=this._touchActivatePosition.pageX-a.pageX,r=this._touchActivatePosition.pageY-a.pageY;Math.hypot(t,r)>10&&this._cancelLongPressDelayTimeout()}},onResponderRelease:e=>a(e),onResponderTerminate:e=>{"selectionchange"===e.nativeEvent.type&&(this._selectionTerminated=!0),this._receiveSignal(tr,e)},onResponderTerminationRequest:e=>{var a=this._config,t=a.cancelable,r=a.disabled,i=a.onLongPress;return!(!r&&null!=i&&this._isPointerTouch&&"contextmenu"===e.nativeEvent.type)&&(null==t||t)},onClick:e=>{var a=this._config,t=a.disabled,r=a.onPress;t?cr(e.currentTarget)&&e.stopPropagation():(e.stopPropagation(),this._longPressDispatched||this._selectionTerminated?e.preventDefault():null!=r&&!1===e.altKey&&r(e))},onContextMenu:e=>{var a=this._config,t=a.disabled,r=a.onLongPress;t?cr(e.currentTarget)&&e.stopPropagation():null!=r&&this._isPointerTouch&&!e.defaultPrevented&&(e.preventDefault(),e.stopPropagation())}}}_receiveSignal(e,a){var t=this._touchState,r=null;null!=rr[t]&&(r=rr[t][e]),this._touchState===Jt&&e===ar||(null==r||r===Kt?console.error("PressResponder: Invalid signal "+e+" for state "+t+" on responder"):t!==r&&(this._performTransitionSideEffects(t,r,e,a),this._touchState=r))}_performTransitionSideEffects(e,a,t,r){if((e=>e===tr||e===ar)(t)&&(setTimeout((()=>{this._isPointerTouch=!1}),0),this._touchActivatePosition=null,this._cancelLongPressDelayTimeout()),dr(e)&&t===Yt){var i=this._config.onLongPress;null!=i&&null==r.nativeEvent.key&&(i(r),this._longPressDispatched=!0)}var n=or(e),o=or(a);if(!n&&o?this._activate(r):n&&!o&&this._deactivate(r),dr(e)&&t===ar){var c=this._config,d=c.onLongPress;null!=c.onPress&&(null!=d&&e===$t||o||n||(this._activate(r),this._deactivate(r)))}this._cancelPressDelayTimeout()}_activate(e){var a=this._config,t=a.onPressChange,r=a.onPressStart,i=pr(e);this._touchActivatePosition={pageX:i.pageX,pageY:i.pageY},null!=r&&r(e),null!=t&&t(!0)}_deactivate(e){var a=this._config,t=a.onPressChange,r=a.onPressEnd;function i(){null!=r&&r(e),null!=t&&t(!1)}var n=yr(this._config.delayPressEnd);n>0?this._pressOutDelayTimeout=setTimeout((()=>{i()}),n):i()}_handleLongPress(e){this._touchState!==Qt&&this._touchState!==$t||this._receiveSignal(Yt,e)}_cancelLongPressDelayTimeout(){null!=this._longPressDelayTimeout&&(clearTimeout(this._longPressDelayTimeout),this._longPressDelayTimeout=null)}_cancelPressDelayTimeout(){null!=this._pressDelayTimeout&&(clearTimeout(this._pressDelayTimeout),this._pressDelayTimeout=null)}_cancelPressOutDelayTimeout(){null!=this._pressOutDelayTimeout&&(clearTimeout(this._pressOutDelayTimeout),this._pressOutDelayTimeout=null)}}function yr(e,a,t){return void 0===a&&(a=0),void 0===t&&(t=0),Math.max(a,null!=e?e:t)}function pr(e){var a=e.nativeEvent,t=a.changedTouches,r=a.touches;return null!=r&&r.length>0?r[0]:null!=t&&t.length>0?t[0]:e.nativeEvent}var sr=["hrefAttrs","onLayout","onMoveShouldSetResponder","onMoveShouldSetResponderCapture","onResponderEnd","onResponderGrant","onResponderMove","onResponderReject","onResponderRelease","onResponderStart","onResponderTerminate","onResponderTerminationRequest","onScrollShouldSetResponder","onScrollShouldSetResponderCapture","onSelectionChangeShouldSetResponder","onSelectionChangeShouldSetResponderCapture","onStartShouldSetResponder","onStartShouldSetResponderCapture"],kr=Object.assign({},va,ma,fa,xa,wa,La,Ca,ba,{href:!0,lang:!0,onScroll:!0,onWheel:!0,pointerEvents:!0}),ur=t.forwardRef(((e,a)=>{var r=e.hrefAttrs,i=e.onLayout,n=e.onMoveShouldSetResponder,o=e.onMoveShouldSetResponderCapture,c=e.onResponderEnd,d=e.onResponderGrant,h=e.onResponderMove,y=e.onResponderReject,p=e.onResponderRelease,s=e.onResponderStart,k=e.onResponderTerminate,u=e.onResponderTerminationRequest,M=e.onScrollShouldSetResponder,g=e.onScrollShouldSetResponderCapture,v=e.onSelectionChangeShouldSetResponder,m=e.onSelectionChangeShouldSetResponderCapture,f=e.onStartShouldSetResponder,x=e.onStartShouldSetResponderCapture,w=l(e,sr),L=t.useContext(Et),C=t.useRef(null),b=Ma().direction;Oa(C,i),Ft(C,{onMoveShouldSetResponder:n,onMoveShouldSetResponderCapture:o,onResponderEnd:c,onResponderGrant:d,onResponderMove:h,onResponderReject:y,onResponderRelease:p,onResponderStart:s,onResponderTerminate:k,onResponderTerminationRequest:u,onScrollShouldSetResponder:M,onScrollShouldSetResponderCapture:g,onSelectionChangeShouldSetResponder:v,onSelectionChangeShouldSetResponderCapture:m,onStartShouldSetResponder:f,onStartShouldSetResponderCapture:x});var S="div",I=null!=e.lang?ka(e.lang):null,A=e.dir||I,q=A||b,P=(e=>Sa(e,kr))(w);if(P.dir=A,P.style=[Mr.view$raw,L&&Mr.inline,e.style],null!=e.href&&(S="a",null!=r)){var R=r.download,z=r.rel,H=r.target;null!=R&&(P.download=R),null!=z&&(P.rel=z),"string"==typeof H&&(P.target="_"!==H.charAt(0)?"_"+H:H)}var T=Wa(C,Ga(P),a);return P.ref=T,ga(S,P,{writingDirection:q})}));ur.displayName="View";var Mr=Xe.create({view$raw:{alignItems:"stretch",backgroundColor:"transparent",border:"0 solid black",boxSizing:"border-box",display:"flex",flexBasis:"auto",flexDirection:"column",flexShrink:0,listStyle:"none",margin:0,minHeight:0,minWidth:0,padding:0,position:"relative",textDecoration:"none",zIndex:0},inline:{display:"inline-flex"}});const gr=ur;var vr=["activeOpacity","delayPressIn","delayPressOut","delayLongPress","disabled","focusable","onLongPress","onPress","onPressIn","onPressOut","rejectResponderTermination","style"];function mr(e,a){var r=e.activeOpacity,i=e.delayPressIn,n=e.delayPressOut,o=e.delayLongPress,c=e.disabled,d=e.focusable,h=e.onLongPress,y=e.onPress,p=e.onPressIn,s=e.onPressOut,k=e.rejectResponderTermination,u=e.style,M=l(e,vr),g=Wa(a,(0,t.useRef)(null)),v=(0,t.useState)("0s"),m=v[0],f=v[1],x=(0,t.useState)(null),w=x[0],L=x[1],C=(0,t.useCallback)(((e,a)=>{L(e),f(a?a/1e3+"s":"0s")}),[L,f]),b=(0,t.useCallback)((e=>{C(null!=r?r:.2,e)}),[r,C]),S=(0,t.useCallback)((e=>{C(null,e)}),[C]),I=function(e,a){var r=(0,t.useRef)(null);null==r.current&&(r.current=new lr(a));var i=r.current;return(0,t.useEffect)((()=>{i.configure(a)}),[a,i]),(0,t.useEffect)((()=>()=>{i.reset()}),[i]),(0,t.useDebugValue)(a),i.getEventHandlers()}(0,(0,t.useMemo)((()=>({cancelable:!k,disabled:c,delayLongPress:o,delayPressStart:i,delayPressEnd:n,onLongPress:h,onPress:y,onPressStart(e){var a=null!=e.dispatchConfig?"onResponderGrant"===e.dispatchConfig.registrationName:"keydown"===e.type;b(a?0:150),null!=p&&p(e)},onPressEnd(e){S(250),null!=s&&s(e)}})),[o,i,n,c,h,y,p,s,k,b,S]));return t.createElement(gr,_t({},M,I,{accessibilityDisabled:c,focusable:!c&&!1!==d,pointerEvents:c?"box-none":void 0,ref:g,style:[fr.root,!c&&fr.actionable,u,null!=w&&{opacity:w},{transitionDuration:m}]}))}var fr=Xe.create({root:{transitionProperty:"opacity",transitionDuration:"0.15s",userSelect:"none"},actionable:{cursor:"pointer",touchAction:"manipulation"}}),xr=t.memo(t.forwardRef(mr));xr.displayName="TouchableOpacity";const wr=xr,Lr={borderRadiusSm:15,borderRadiusLg:20,borderRadiusButton:9,borderRadiusRounded:9999,sm:6,md:10,lg:16},Cr={background:"#F0F0F0",text:"#000000",primary:"#392ed7",accent:"#ff6a3d",surface:"#f8f7fc",surfaceText:"#000000",pageButtonBackground:"#392ed7",pageButtonText:"#ffffff",errorPrimary:"#000000",positive:"#008000",negative:"#ff0000"};var br=r(520),Sr=r.n(br);const Ir=e=>{const a=Sr()(e);return a.isDark()?a.lighten(.2).string():a.darken(.2).string()},Ar=e=>{const a=Sr()(e),t=Sr()("#fff"),r=Sr()("#000");return a.contrast(t)>=2?t.hex():r.hex()},qr=[5,10,20,30,40,50,60,70,80,90,95],Pr=(e,a)=>{const t=Sr()(e),r={};return qr.forEach((e=>{const i=a(t,e);r[e]=i.toString()})),r},Rr=e=>{const a=Sr()(e).isDark();return Pr(e,((e,t)=>a?e.lightness(t):e.lightness(100-t)))},zr=(e={})=>{const a={...Cr,...e},{background:t,primary:r,accent:i,positive:n,negative:o,surfaceText:c,surface:d}=a;return{...a,sizes:Lr,derivedBackground:Ir(t),primaryText:Ar(r),accentText:Ar(i),positiveText:Ar(n),negativeText:Ar(o),derivedSurface:Rr(d),derivedSurfaceText:Rr(c),alphaDerivedPrimary:(h=r,Pr(h,((e,a)=>e.alpha(a/100))))};var h},Hr=n().createContext(void 0),Tr=({children:e,theme:a,config:t})=>{const[r,i]=n().useState((()=>zr(a||{}))),o=n().useCallback((e=>{i((a=>zr({...a,...e})))}),[]),c=async e=>({status:"success",data:{type:"GRID",tiles:[{tileHeight:"FULL",active:!0,type:"REWARD_CATEGORY",configuration:{rewardCategoryId:"e946921f-cd35-4163-bfad-43057e097ac9",allowDecorationOverlay:!0,rewardCategory:{name:"Sports",priority:0,type:"REWARD",id:"e946921f-cd35-4163-bfad-43057e097ac9",createdAt:"2024-08-20T08:46:43.803Z",updatedAt:"2024-08-20T08:46:43.803Z",description:null,metadata:null,pictureUrl:"https://picsum.photos/200/300",rewards:[{id:"e785dff1-5d66-41d6-95eb-9369279e8abf",createdAt:"2024-08-20T08:46:43.810Z",updatedAt:"2024-08-20T08:46:43.810Z",name:"Intelligent Metal Pants",pictureUrl:"https://picsum.photos/200/300",price:19,priority:0,availability:{start:"2024-08-20T08:46:43.798Z",end:"2025-01-31T13:56:28.366Z"},purchasable:!0,tier:null,summary:null,redemptionMessage:null,visibilityCriteria:null}],parent:null}},id:"f12410a4-d280-4dfc-8204-ff9eef32aae1",createdAt:"2024-08-15T13:32:36.819Z",updatedAt:"2024-08-15T13:32:36.819Z",visibilityCriteria:null},{tileHeight:"HALF",active:!0,type:"TIER",configuration:{type:"SPECIFIC",tierId:"83642bc2-78cb-4d7e-ade3-e0f28f09e90f",tier:{id:"83642bc2-78cb-4d7e-ade3-e0f28f09e90f",name:"Gold",description:null,artworkUrl:null,pointsRequirement:10,earnedPoints:100,attained:!1}},id:"ee15fee1-f3b7-46fb-b2fd-71db3a1c7ee1",createdAt:"2024-08-21T07:24:23.003Z",updatedAt:"2024-08-21T07:24:23.003Z",visibilityCriteria:null},{tileHeight:"FULL",active:!0,type:"TIER",configuration:{type:"NEXT",tier:{id:"cab44129-ccb4-4d3c-94f1-57aff3183bf3",name:"Emerald",description:null,artworkUrl:null,pointsRequirement:500,earnedPoints:100,attained:!1}},id:"ffd24e5f-1557-4100-b19a-837bfa8da460",createdAt:"2024-08-15T13:03:42.763Z",updatedAt:"2024-08-15T13:03:42.763Z",visibilityCriteria:null},{tileHeight:"HALF",active:!0,type:"CONTENT",configuration:{title:"Welcome Nick! ",imageUrl:null,subtitle:"Lorem ipsum dolor sit amet, consectetur adipiscing elit."},id:"863df8df-0182-428b-bb35-d5117050b860",createdAt:"2024-08-21T15:16:02.804Z",updatedAt:"2024-08-21T15:16:02.804Z",visibilityCriteria:null},{tileHeight:"HALF",active:!0,type:"CONTENT",configuration:{title:"Test Content Title",imageUrl:"https://picsum.photos/200/300",subtitle:"Test content subtitle"},id:"f563f4ac-6f79-4b59-b0e9-1b6ae25b1a94",createdAt:"2024-08-22T08:28:51.065Z",updatedAt:"2024-08-22T08:28:51.065Z",visibilityCriteria:null},{tileHeight:"FULL",active:!0,type:"TIER",configuration:{type:"CURRENT",tier:{id:"83642bc2-78cb-4d7e-ade3-e0f28f09e90f",name:"Gold",description:null,artworkUrl:null,pointsRequirement:10,earnedPoints:100,attained:!1}},id:"02a7e6a6-7d47-4c52-8dbf-80f0f1a68a42",createdAt:"2024-08-15T13:03:27.127Z",updatedAt:"2024-08-15T13:03:27.127Z",visibilityCriteria:null},{tileHeight:"FULL",active:!0,type:"REWARD_CATEGORY",configuration:{rewardCategoryId:"b8cd84ee-ff9e-4244-b4d9-91436e6a6e80",allowDecorationOverlay:!0,rewardCategory:{name:"Sports",priority:0,type:"REWARD",id:"e946921f-cd35-4163-bfad-43057e097ac9",createdAt:"2024-08-20T08:46:43.803Z",updatedAt:"2024-08-20T08:46:43.803Z",description:null,metadata:null,pictureUrl:"https://picsum.photos/200/300",rewards:[{id:"e785dff1-5d66-41d6-95eb-9369279e8abf",createdAt:"2024-08-20T08:46:43.810Z",updatedAt:"2024-08-20T08:46:43.810Z",name:"Intelligent Metal Pants",pictureUrl:"https://picsum.photos/200/300",price:19,priority:0,availability:{start:"2024-08-20T08:46:43.798Z",end:"2025-01-31T13:56:28.366Z"},purchasable:!0,tier:null,summary:null,redemptionMessage:null,visibilityCriteria:null}],parent:null}},id:"0d2c9333-b235-4194-9102-2560c4e0ea62",createdAt:"2024-08-15T13:06:36.022Z",updatedAt:"2024-08-15T13:27:12.434Z",visibilityCriteria:null},{tileHeight:"FULL",active:!0,type:"REWARD_CATEGORY",configuration:{rewardCategoryId:"a7a3e1f2-be70-4e5a-a4b7-0d9870c56f0d",allowDecorationOverlay:!1,rewardCategory:{name:"Sports",priority:0,type:"REWARD",id:"e946921f-cd35-4163-bfad-43057e097ac9",createdAt:"2024-08-20T08:46:43.803Z",updatedAt:"2024-08-20T08:46:43.803Z",description:null,metadata:null,pictureUrl:"https://picsum.photos/200/300",rewards:[{id:"e785dff1-5d66-41d6-95eb-9369279e8abf",createdAt:"2024-08-20T08:46:43.810Z",updatedAt:"2024-08-20T08:46:43.810Z",name:"Intelligent Metal Pants",pictureUrl:"https://picsum.photos/200/300",price:19,priority:0,availability:{start:"2024-08-20T08:46:43.798Z",end:"2025-01-31T13:56:28.366Z"},purchasable:!0,tier:null,summary:null,redemptionMessage:null,visibilityCriteria:null}],parent:null}},id:"a5889c18-8adb-43f3-a093-12a8a14930b3",createdAt:"2024-08-15T13:06:14.583Z",updatedAt:"2024-08-15T13:06:14.583Z",visibilityCriteria:null},{tileHeight:"FULL",active:!0,type:"BADGE",configuration:{badgeId:"a7a3e1f2-be70-4e5a-a4b7-0d9870c56f0d",badge:{id:"a7a3e1f2-be70-4e5a-a4b7-0d9870c56f0d",name:"Top Shopper",description:"You’ve earned the Top Shopper badge 2 times! Last awarded on 1 Jan 2024.",artworkUrl:"https://picsum.photos/200/300",createdAt:"2024-08-15T13:06:14.583Z",updatedAt:"2024-08-15T13:06:14.583Z"}},id:"a5889c18-8adb-43f3-a093-12a8a14930b3",createdAt:"2024-08-15T13:06:14.583Z",updatedAt:"2024-08-15T13:06:14.583Z",visibilityCriteria:null},{tileHeight:"HALF",active:!0,type:"TIER",configuration:{type:"CURRENT",tier:{id:"83642bc2-78cb-4d7e-ade3-e0f28f09e90f",name:"Gold",description:null,artworkUrl:null,pointsRequirement:10,earnedPoints:100,attained:!1}},id:"030c9640-5fd3-438e-a52a-56fa36e63f25",createdAt:"2024-08-21T07:41:24.883Z",updatedAt:"2024-08-21T07:41:24.883Z",visibilityCriteria:null},{tileHeight:"HALF",active:!0,type:"TIER",configuration:{type:"NEXT",tier:{id:"cab44129-ccb4-4d3c-94f1-57aff3183bf3",name:"Emerald",description:null,artworkUrl:null,pointsRequirement:500,earnedPoints:100,attained:!1}},id:"34d2a663-7495-4da5-8d8e-9772f79d3c49",createdAt:"2024-08-21T10:18:02.305Z",updatedAt:"2024-08-21T10:18:02.305Z",visibilityCriteria:null},{tileHeight:"HALF",active:!0,type:"POINTS",configuration:{title:"Points",imageUrl:"https://picsum.photos/200/200",multiplier:null,points:100,prefix:null,suffix:null},id:"405a6844-f472-4d9e-84b9-20fb55dbd399",createdAt:"2024-08-20T12:59:33.670Z",updatedAt:"2024-08-20T12:59:33.670Z",visibilityCriteria:null},{tileHeight:"FULL",active:!0,type:"TIER",configuration:{type:"SPECIFIC",tierId:"83642bc2-78cb-4d7e-ade3-e0f28f09e90f",tier:{id:"83642bc2-78cb-4d7e-ade3-e0f28f09e90f",name:"Gold",description:null,artworkUrl:null,pointsRequirement:10,earnedPoints:100,attained:!1}},id:"42d99d45-ab97-47bd-a7da-fdbaec4054d9",createdAt:"2024-08-15T13:04:01.941Z",updatedAt:"2024-08-15T13:04:01.941Z",visibilityCriteria:null},{tileHeight:"HALF",active:!0,type:"REWARD",configuration:{rewardId:"02fdea07-e3eb-4a2d-a66a-cb0368427bd2",showPrice:!1,reward:{id:"02fdea07-e3eb-4a2d-a66a-cb0368427bd2",createdAt:"2024-08-20T08:46:43.851Z",updatedAt:"2024-08-20T08:46:43.851Z",name:"Incredible Granite Soap",description:"Ut quidem nostrum atque.",pictureUrl:"https://picsum.photos/200/300",value:0,price:61,priority:0,availability:{start:"2024-08-20T08:46:43.848Z",end:"2024-09-14T03:04:54.056Z"},purchasable:!0,terms:"",tier:null,venues:[],category:null,discounts:[],summary:null,redemptionChannels:["IN_STORE","ONLINE"],purchasableForAudiences:[],logoUrl:null,redemptionMessage:null,visibilityCriteria:null,type:"VOUCHER",codeType:"HUMAN",code:null,purchaseExpiration:null,hideCode:!1,notificationConfig:null}},id:"511b2a95-5094-4a01-b958-05643f813822",createdAt:"2024-08-20T13:05:16.974Z",updatedAt:"2024-08-20T13:05:16.974Z",visibilityCriteria:null}],priority:1,active:!0,pointsMultiplier:100,id:"47c72773-11c6-41b0-988d-fcc74f58181f",createdAt:"2024-08-15T13:38:20.852Z",updatedAt:"2024-08-15T13:38:20.852Z",title:"Example Section",description:"This is an example description",pointsPrefix:null,pointsSuffix:"pts"}}),d=async e=>({status:"success",data:{tileHeight:"FULL",active:!0,type:"TIER",configuration:{type:"NEXT",tier:{id:"cab44129-ccb4-4d3c-94f1-57aff3183bf3",name:"Emerald",description:null,artworkUrl:null,pointsRequirement:500,earnedPoints:100,attained:!1}},id:"ffd24e5f-1557-4100-b19a-837bfa8da460",createdAt:"2024-08-15T13:03:42.763Z",updatedAt:"2024-08-15T13:03:42.763Z",visibilityCriteria:null}}),h=n().useMemo((()=>({theme:r,setTheme:o,getSectionByID:c,getTileByID:d})),[r,o,c,d]);return n().createElement(Hr.Provider,{value:h},e)},Br=()=>{const e=n().useContext(Hr);if(void 0===e)throw new Error("useWllSdk must be used within a WllSdkProvider");return e};function Dr(e,a){return(t,r)=>{const i=a(t);return[e,i[r]]}}const Vr=Xe.create({button:{justifyContent:"center",alignItems:"center",maxWidth:200},buttonInner:{paddingHorizontal:14,paddingVertical:9},text:{fontWeight:"bold",textAlign:"center",textTransform:"uppercase"}}),jr=Dr(Vr.button,(e=>({primary:{backgroundColor:e.primary},accent:{backgroundColor:e.accent},positive:{backgroundColor:e.positive},negative:{backgroundColor:e.negative}}))),Fr=Dr(Vr.text,(e=>({primary:{color:e.primaryText},accent:{color:e.accentText},positive:{color:e.positiveText},negative:{color:e.negativeText}}))),Er=({title:e,onPress:a,variant:r})=>{const{theme:i}=Br(),n=jr(i,r),o=Fr(i,r);return t.createElement(wr,{style:[n,{borderRadius:i.sizes.borderRadiusButton}],onPress:a},t.createElement(gr,{style:Vr.buttonInner},t.createElement(Nt,{style:[o,{fontSize:12}]},e)))},Or=(...e)=>e.filter(((e,a,t)=>Boolean(e)&&t.indexOf(e)===a)).join(" ");var Ur={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};const Wr=(0,t.forwardRef)((({color:e="currentColor",size:a=24,strokeWidth:r=2,absoluteStrokeWidth:i,className:n="",children:o,iconNode:c,...d},h)=>(0,t.createElement)("svg",{ref:h,...Ur,width:a,height:a,stroke:e,strokeWidth:i?24*Number(r)/Number(a):r,className:Or("lucide",n),...d},[...c.map((([e,a])=>(0,t.createElement)(e,a))),...Array.isArray(o)?o:[o]]))),Zr=(e,a)=>{const r=(0,t.forwardRef)((({className:r,...i},n)=>{return(0,t.createElement)(Wr,{ref:n,iconNode:a,className:Or(`lucide-${o=e,o.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,r),...i});var o}));return r.displayName=`${e}`,r},Gr=Zr("AArrowDown",[["path",{d:"M3.5 13h6",key:"p1my2r"}],["path",{d:"m2 16 4.5-9 4.5 9",key:"ndf0b3"}],["path",{d:"M18 7v9",key:"pknjwm"}],["path",{d:"m14 12 4 4 4-4",key:"buelq4"}]]),Nr=Zr("AArrowUp",[["path",{d:"M3.5 13h6",key:"p1my2r"}],["path",{d:"m2 16 4.5-9 4.5 9",key:"ndf0b3"}],["path",{d:"M18 16V7",key:"ty0viw"}],["path",{d:"m14 11 4-4 4 4",key:"1pu57t"}]]),_r=Zr("ALargeSmall",[["path",{d:"M21 14h-5",key:"1vh23k"}],["path",{d:"M16 16v-3.5a2.5 2.5 0 0 1 5 0V16",key:"1wh10o"}],["path",{d:"M4.5 13h6",key:"dfilno"}],["path",{d:"m3 16 4.5-9 4.5 9",key:"2dxa0e"}]]),Xr=Zr("Accessibility",[["circle",{cx:"16",cy:"4",r:"1",key:"1grugj"}],["path",{d:"m18 19 1-7-6 1",key:"r0i19z"}],["path",{d:"m5 8 3-3 5.5 3-2.36 3.5",key:"9ptxx2"}],["path",{d:"M4.24 14.5a5 5 0 0 0 6.88 6",key:"10kmtu"}],["path",{d:"M13.76 17.5a5 5 0 0 0-6.88-6",key:"2qq6rc"}]]),Kr=Zr("Activity",[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]]),Yr=Zr("AirVent",[["path",{d:"M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",key:"larmp2"}],["path",{d:"M6 8h12",key:"6g4wlu"}],["path",{d:"M18.3 17.7a2.5 2.5 0 0 1-3.16 3.83 2.53 2.53 0 0 1-1.14-2V12",key:"1bo8pg"}],["path",{d:"M6.6 15.6A2 2 0 1 0 10 17v-5",key:"t9h90c"}]]),Jr=Zr("Airplay",[["path",{d:"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1",key:"ns4c3b"}],["path",{d:"m12 15 5 6H7Z",key:"14qnn2"}]]),$r=Zr("AlarmClockCheck",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"m9 13 2 2 4-4",key:"6343dt"}]]),Qr=Zr("AlarmClockMinus",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"M9 13h6",key:"1uhe8q"}]]),ei=Zr("AlarmClockOff",[["path",{d:"M6.87 6.87a8 8 0 1 0 11.26 11.26",key:"3on8tj"}],["path",{d:"M19.9 14.25a8 8 0 0 0-9.15-9.15",key:"15ghsc"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.26 18.67 4 21",key:"yzmioq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M4 4 2 6",key:"1ycko6"}]]),ai=Zr("AlarmClockPlus",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}]]),ti=Zr("AlarmClock",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M12 9v4l2 2",key:"1c63tq"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}]]),ri=Zr("AlarmSmoke",[["path",{d:"M11 21c0-2.5 2-2.5 2-5",key:"1sicvv"}],["path",{d:"M16 21c0-2.5 2-2.5 2-5",key:"1o3eny"}],["path",{d:"m19 8-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8",key:"1bvca4"}],["path",{d:"M21 3a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1z",key:"x3qr1j"}],["path",{d:"M6 21c0-2.5 2-2.5 2-5",key:"i3w1gp"}]]),ii=Zr("Album",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["polyline",{points:"11 3 11 11 14 8 17 11 17 3",key:"1wcwz3"}]]),ni=Zr("AlignCenterHorizontal",[["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4",key:"11f1s0"}],["path",{d:"M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4",key:"t14dx9"}],["path",{d:"M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1",key:"1w07xs"}],["path",{d:"M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1",key:"1apec2"}]]),oi=Zr("AlignCenterVertical",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4",key:"14d6g8"}],["path",{d:"M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4",key:"1e2lrw"}],["path",{d:"M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1",key:"1fkdwx"}],["path",{d:"M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1",key:"1euafb"}]]),ci=Zr("AlignCenter",[["line",{x1:"21",x2:"3",y1:"6",y2:"6",key:"1fp77t"}],["line",{x1:"17",x2:"7",y1:"12",y2:"12",key:"rsh8ii"}],["line",{x1:"19",x2:"5",y1:"18",y2:"18",key:"1t0tuv"}]]),di=Zr("AlignEndHorizontal",[["rect",{width:"6",height:"16",x:"4",y:"2",rx:"2",key:"z5wdxg"}],["rect",{width:"6",height:"9",x:"14",y:"9",rx:"2",key:"um7a8w"}],["path",{d:"M22 22H2",key:"19qnx5"}]]),hi=Zr("AlignEndVertical",[["rect",{width:"16",height:"6",x:"2",y:"4",rx:"2",key:"10wcwx"}],["rect",{width:"9",height:"6",x:"9",y:"14",rx:"2",key:"4p5bwg"}],["path",{d:"M22 22V2",key:"12ipfv"}]]),li=Zr("AlignHorizontalDistributeCenter",[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M17 22v-5",key:"4b6g73"}],["path",{d:"M17 7V2",key:"hnrr36"}],["path",{d:"M7 22v-3",key:"1r4jpn"}],["path",{d:"M7 5V2",key:"liy1u9"}]]),yi=Zr("AlignHorizontalDistributeEnd",[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M10 2v20",key:"uyc634"}],["path",{d:"M20 2v20",key:"1tx262"}]]),pi=Zr("AlignHorizontalDistributeStart",[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M4 2v20",key:"gtpd5x"}],["path",{d:"M14 2v20",key:"tg6bpw"}]]),si=Zr("AlignHorizontalJustifyCenter",[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2",key:"dy24zr"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2",key:"13zkjt"}],["path",{d:"M12 2v20",key:"t6zp3m"}]]),ki=Zr("AlignHorizontalJustifyEnd",[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2",key:"dy24zr"}],["rect",{width:"6",height:"10",x:"12",y:"7",rx:"2",key:"1ht384"}],["path",{d:"M22 2v20",key:"40qfg1"}]]),ui=Zr("AlignHorizontalJustifyStart",[["rect",{width:"6",height:"14",x:"6",y:"5",rx:"2",key:"hsirpf"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2",key:"13zkjt"}],["path",{d:"M2 2v20",key:"1ivd8o"}]]),Mi=Zr("AlignHorizontalSpaceAround",[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2",key:"yn7j0q"}],["path",{d:"M4 22V2",key:"tsjzd3"}],["path",{d:"M20 22V2",key:"1bnhr8"}]]),gi=Zr("AlignHorizontalSpaceBetween",[["rect",{width:"6",height:"14",x:"3",y:"5",rx:"2",key:"j77dae"}],["rect",{width:"6",height:"10",x:"15",y:"7",rx:"2",key:"bq30hj"}],["path",{d:"M3 2v20",key:"1d2pfg"}],["path",{d:"M21 2v20",key:"p059bm"}]]),vi=Zr("AlignJustify",[["line",{x1:"3",x2:"21",y1:"6",y2:"6",key:"4m8b97"}],["line",{x1:"3",x2:"21",y1:"12",y2:"12",key:"10d38w"}],["line",{x1:"3",x2:"21",y1:"18",y2:"18",key:"kwyyxn"}]]),mi=Zr("AlignLeft",[["line",{x1:"21",x2:"3",y1:"6",y2:"6",key:"1fp77t"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12",key:"v6grx8"}],["line",{x1:"17",x2:"3",y1:"18",y2:"18",key:"1awlsn"}]]),fi=Zr("AlignRight",[["line",{x1:"21",x2:"3",y1:"6",y2:"6",key:"1fp77t"}],["line",{x1:"21",x2:"9",y1:"12",y2:"12",key:"1uyos4"}],["line",{x1:"21",x2:"7",y1:"18",y2:"18",key:"1g9eri"}]]),xi=Zr("AlignStartHorizontal",[["rect",{width:"6",height:"16",x:"4",y:"6",rx:"2",key:"1n4dg1"}],["rect",{width:"6",height:"9",x:"14",y:"6",rx:"2",key:"17khns"}],["path",{d:"M22 2H2",key:"fhrpnj"}]]),wi=Zr("AlignStartVertical",[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2",key:"lpm2y7"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2",key:"rdj6ps"}],["path",{d:"M2 2v20",key:"1ivd8o"}]]),Li=Zr("AlignVerticalDistributeCenter",[["path",{d:"M22 17h-3",key:"1lwga1"}],["path",{d:"M22 7h-5",key:"o2endc"}],["path",{d:"M5 17H2",key:"1gx9xc"}],["path",{d:"M7 7H2",key:"6bq26l"}],["rect",{x:"5",y:"14",width:"14",height:"6",rx:"2",key:"1qrzuf"}],["rect",{x:"7",y:"4",width:"10",height:"6",rx:"2",key:"we8e9z"}]]),Ci=Zr("AlignVerticalDistributeEnd",[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2",key:"jmoj9s"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2",key:"aza5on"}],["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"M2 10h20",key:"1ir3d8"}]]),bi=Zr("AlignVerticalDistributeStart",[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2",key:"jmoj9s"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2",key:"aza5on"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M2 4h20",key:"mda7wb"}]]),Si=Zr("AlignVerticalJustifyCenter",[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2",key:"1i8z2d"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2",key:"ypihtt"}],["path",{d:"M2 12h20",key:"9i4pu4"}]]),Ii=Zr("AlignVerticalJustifyEnd",[["rect",{width:"14",height:"6",x:"5",y:"12",rx:"2",key:"4l4tp2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2",key:"ypihtt"}],["path",{d:"M2 22h20",key:"272qi7"}]]),Ai=Zr("AlignVerticalJustifyStart",[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2",key:"1i8z2d"}],["rect",{width:"10",height:"6",x:"7",y:"6",rx:"2",key:"13squh"}],["path",{d:"M2 2h20",key:"1ennik"}]]),qi=Zr("AlignVerticalSpaceAround",[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2",key:"b1zbii"}],["path",{d:"M22 20H2",key:"1p1f7z"}],["path",{d:"M22 4H2",key:"1b7qnq"}]]),Pi=Zr("AlignVerticalSpaceBetween",[["rect",{width:"14",height:"6",x:"5",y:"15",rx:"2",key:"1w91an"}],["rect",{width:"10",height:"6",x:"7",y:"3",rx:"2",key:"17wqzy"}],["path",{d:"M2 21h20",key:"1nyx9w"}],["path",{d:"M2 3h20",key:"91anmk"}]]),Ri=Zr("Ambulance",[["path",{d:"M10 10H6",key:"1bsnug"}],["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2",key:"wrbu53"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14",key:"lrkjwd"}],["path",{d:"M8 8v4",key:"1fwk8c"}],["path",{d:"M9 18h6",key:"x1upvd"}],["circle",{cx:"17",cy:"18",r:"2",key:"332jqn"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]]),zi=Zr("Ampersand",[["path",{d:"M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13",key:"1o9ehi"}],["path",{d:"M16 12h3",key:"4uvgyw"}]]),Hi=Zr("Ampersands",[["path",{d:"M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",key:"12lh1k"}],["path",{d:"M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",key:"173c68"}]]),Ti=Zr("Amphora",[["path",{d:"M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8",key:"1h8rid"}],["path",{d:"M10 5H8a2 2 0 0 0 0 4h.68",key:"3ezsi6"}],["path",{d:"M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8",key:"yt6q09"}],["path",{d:"M14 5h2a2 2 0 0 1 0 4h-.68",key:"8f95yk"}],["path",{d:"M18 22H6",key:"mg6kv4"}],["path",{d:"M9 2h6",key:"1jrp98"}]]),Bi=Zr("Anchor",[["path",{d:"M12 22V8",key:"qkxhtm"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3",key:"1hv3nh"}],["circle",{cx:"12",cy:"5",r:"3",key:"rqqgnr"}]]),Di=Zr("Angry",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2",key:"epbg0q"}],["path",{d:"M7.5 8 10 9",key:"olxxln"}],["path",{d:"m14 9 2.5-1",key:"1j6cij"}],["path",{d:"M9 10h.01",key:"qbtxuw"}],["path",{d:"M15 10h.01",key:"1qmjsl"}]]),Vi=Zr("Annoyed",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 15h8",key:"45n4r"}],["path",{d:"M8 9h2",key:"1g203m"}],["path",{d:"M14 9h2",key:"116p9w"}]]),ji=Zr("Antenna",[["path",{d:"M2 12 7 2",key:"117k30"}],["path",{d:"m7 12 5-10",key:"1tvx22"}],["path",{d:"m12 12 5-10",key:"ev1o1a"}],["path",{d:"m17 12 5-10",key:"1e4ti3"}],["path",{d:"M4.5 7h15",key:"vlsxkz"}],["path",{d:"M12 16v6",key:"c8a4gj"}]]),Fi=Zr("Anvil",[["path",{d:"M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4",key:"1hjpb6"}],["path",{d:"M7 5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1 7 7 0 0 1-7 7H8a1 1 0 0 1-1-1z",key:"1qn45f"}],["path",{d:"M9 12v5",key:"3anwtq"}],["path",{d:"M15 12v5",key:"5xh3zn"}],["path",{d:"M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3 1 1 0 0 1-1 1H6a1 1 0 0 1-1-1",key:"1fi4x8"}]]),Ei=Zr("Aperture",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14.31 8 5.74 9.94",key:"1y6ab4"}],["path",{d:"M9.69 8h11.48",key:"1wxppr"}],["path",{d:"m7.38 12 5.74-9.94",key:"1grp0k"}],["path",{d:"M9.69 16 3.95 6.06",key:"libnyf"}],["path",{d:"M14.31 16H2.83",key:"x5fava"}],["path",{d:"m16.62 12-5.74 9.94",key:"1vwawt"}]]),Oi=Zr("AppWindowMac",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M10 8h.01",key:"1r9ogq"}],["path",{d:"M14 8h.01",key:"1primd"}]]),Ui=Zr("AppWindow",[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",key:"izxlao"}],["path",{d:"M10 4v4",key:"pp8u80"}],["path",{d:"M2 8h20",key:"d11cs7"}],["path",{d:"M6 4v4",key:"1svtjw"}]]),Wi=Zr("Apple",[["path",{d:"M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z",key:"3s7exb"}],["path",{d:"M10 2c1 .5 2 2 2 5",key:"fcco2y"}]]),Zi=Zr("ArchiveRestore",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h2",key:"tvwodi"}],["path",{d:"M20 8v11a2 2 0 0 1-2 2h-2",key:"1gkqxj"}],["path",{d:"m9 15 3-3 3 3",key:"1pd0qc"}],["path",{d:"M12 12v9",key:"192myk"}]]),Gi=Zr("ArchiveX",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"m9.5 17 5-5",key:"nakeu6"}],["path",{d:"m9.5 12 5 5",key:"1hccrj"}]]),Ni=Zr("Archive",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"M10 12h4",key:"a56b0p"}]]),_i=Zr("Armchair",[["path",{d:"M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3",key:"irtipd"}],["path",{d:"M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",key:"1qyhux"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]]),Xi=Zr("ArrowBigDownDash",[["path",{d:"M15 5H9",key:"1tp3ed"}],["path",{d:"M15 9v3h4l-7 7-7-7h4V9z",key:"ncdc4b"}]]),Ki=Zr("ArrowBigDown",[["path",{d:"M15 6v6h4l-7 7-7-7h4V6h6z",key:"1thax2"}]]),Yi=Zr("ArrowBigLeftDash",[["path",{d:"M19 15V9",key:"1hci5f"}],["path",{d:"M15 15h-3v4l-7-7 7-7v4h3v6z",key:"16tjna"}]]),Ji=Zr("ArrowBigLeft",[["path",{d:"M18 15h-6v4l-7-7 7-7v4h6v6z",key:"lbrdak"}]]),$i=Zr("ArrowBigRightDash",[["path",{d:"M5 9v6",key:"158jrl"}],["path",{d:"M9 9h3V5l7 7-7 7v-4H9V9z",key:"1sg2xn"}]]),Qi=Zr("ArrowBigRight",[["path",{d:"M6 9h6V5l7 7-7 7v-4H6V9z",key:"7fvt9c"}]]),en=Zr("ArrowBigUpDash",[["path",{d:"M9 19h6",key:"456am0"}],["path",{d:"M9 15v-3H5l7-7 7 7h-4v3H9z",key:"1r2uve"}]]),an=Zr("ArrowBigUp",[["path",{d:"M9 18v-6H5l7-7 7 7h-4v6H9z",key:"1x06kx"}]]),tn=Zr("ArrowDown01",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2",key:"1bwicg"}],["path",{d:"M17 20v-6h-2",key:"1qp1so"}],["path",{d:"M15 20h4",key:"1j968p"}]]),rn=Zr("ArrowDown10",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M17 10V4h-2",key:"zcsr5x"}],["path",{d:"M15 10h4",key:"id2lce"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2",key:"33xykx"}]]),nn=Zr("ArrowDownAZ",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]]),on=Zr("ArrowDownFromLine",[["path",{d:"M19 3H5",key:"1236rx"}],["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m6 15 6 6 6-6",key:"h15q88"}]]),cn=Zr("ArrowDownLeft",[["path",{d:"M17 7 7 17",key:"15tmo1"}],["path",{d:"M17 17H7V7",key:"1org7z"}]]),dn=Zr("ArrowDownNarrowWide",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M11 4h4",key:"6d7r33"}],["path",{d:"M11 8h7",key:"djye34"}],["path",{d:"M11 12h10",key:"1438ji"}]]),hn=Zr("ArrowDownRight",[["path",{d:"m7 7 10 10",key:"1fmybs"}],["path",{d:"M17 7v10H7",key:"6fjiku"}]]),ln=Zr("ArrowDownToDot",[["path",{d:"M12 2v14",key:"jyx4ut"}],["path",{d:"m19 9-7 7-7-7",key:"1oe3oy"}],["circle",{cx:"12",cy:"21",r:"1",key:"o0uj5v"}]]),yn=Zr("ArrowDownToLine",[["path",{d:"M12 17V3",key:"1cwfxf"}],["path",{d:"m6 11 6 6 6-6",key:"12ii2o"}],["path",{d:"M19 21H5",key:"150jfl"}]]),pn=Zr("ArrowDownUp",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"m21 8-4-4-4 4",key:"1c9v7m"}],["path",{d:"M17 4v16",key:"7dpous"}]]),sn=Zr("ArrowDownWideNarrow",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M11 4h10",key:"1w87gc"}],["path",{d:"M11 8h7",key:"djye34"}],["path",{d:"M11 12h4",key:"q8tih4"}]]),kn=Zr("ArrowDownZA",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M15 4h5l-5 6h5",key:"8asdl1"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20",key:"r6l5cz"}],["path",{d:"M20 18h-5",key:"18j1r2"}]]),un=Zr("ArrowDown",[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]]),Mn=Zr("ArrowLeftFromLine",[["path",{d:"m9 6-6 6 6 6",key:"7v63n9"}],["path",{d:"M3 12h14",key:"13k4hi"}],["path",{d:"M21 19V5",key:"b4bplr"}]]),gn=Zr("ArrowLeftRight",[["path",{d:"M8 3 4 7l4 4",key:"9rb6wj"}],["path",{d:"M4 7h16",key:"6tx8e3"}],["path",{d:"m16 21 4-4-4-4",key:"siv7j2"}],["path",{d:"M20 17H4",key:"h6l3hr"}]]),vn=Zr("ArrowLeftToLine",[["path",{d:"M3 19V5",key:"rwsyhb"}],["path",{d:"m13 6-6 6 6 6",key:"1yhaz7"}],["path",{d:"M7 12h14",key:"uoisry"}]]),mn=Zr("ArrowLeft",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]),fn=Zr("ArrowRightFromLine",[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M21 12H7",key:"13ipq5"}],["path",{d:"m15 18 6-6-6-6",key:"6tx3qv"}]]),xn=Zr("ArrowRightLeft",[["path",{d:"m16 3 4 4-4 4",key:"1x1c3m"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"m8 21-4-4 4-4",key:"h9nckh"}],["path",{d:"M4 17h16",key:"g4d7ey"}]]),wn=Zr("ArrowRightToLine",[["path",{d:"M17 12H3",key:"8awo09"}],["path",{d:"m11 18 6-6-6-6",key:"8c2y43"}],["path",{d:"M21 5v14",key:"nzette"}]]),Ln=Zr("ArrowRight",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]),Cn=Zr("ArrowUp01",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2",key:"1bwicg"}],["path",{d:"M17 20v-6h-2",key:"1qp1so"}],["path",{d:"M15 20h4",key:"1j968p"}]]),bn=Zr("ArrowUp10",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M17 10V4h-2",key:"zcsr5x"}],["path",{d:"M15 10h4",key:"id2lce"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2",key:"33xykx"}]]),Sn=Zr("ArrowUpAZ",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]]),In=Zr("ArrowUpDown",[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]]),An=Zr("ArrowUpFromDot",[["path",{d:"m5 9 7-7 7 7",key:"1hw5ic"}],["path",{d:"M12 16V2",key:"ywoabb"}],["circle",{cx:"12",cy:"21",r:"1",key:"o0uj5v"}]]),qn=Zr("ArrowUpFromLine",[["path",{d:"m18 9-6-6-6 6",key:"kcunyi"}],["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 21h14",key:"11awu3"}]]),Pn=Zr("ArrowUpLeft",[["path",{d:"M7 17V7h10",key:"11bw93"}],["path",{d:"M17 17 7 7",key:"2786uv"}]]),Rn=Zr("ArrowUpNarrowWide",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M11 12h4",key:"q8tih4"}],["path",{d:"M11 16h7",key:"uosisv"}],["path",{d:"M11 20h10",key:"jvxblo"}]]),zn=Zr("ArrowUpRight",[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]]),Hn=Zr("ArrowUpToLine",[["path",{d:"M5 3h14",key:"7usisc"}],["path",{d:"m18 13-6-6-6 6",key:"1kf1n9"}],["path",{d:"M12 7v14",key:"1akyts"}]]),Tn=Zr("ArrowUpWideNarrow",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 16h7",key:"uosisv"}],["path",{d:"M11 20h4",key:"1krc32"}]]),Bn=Zr("ArrowUpZA",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M15 4h5l-5 6h5",key:"8asdl1"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20",key:"r6l5cz"}],["path",{d:"M20 18h-5",key:"18j1r2"}]]),Dn=Zr("ArrowUp",[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]]),Vn=Zr("ArrowsUpFromLine",[["path",{d:"m4 6 3-3 3 3",key:"9aidw8"}],["path",{d:"M7 17V3",key:"19qxw1"}],["path",{d:"m14 6 3-3 3 3",key:"6iy689"}],["path",{d:"M17 17V3",key:"o0fmgi"}],["path",{d:"M4 21h16",key:"1h09gz"}]]),jn=Zr("Asterisk",[["path",{d:"M12 6v12",key:"1vza4d"}],["path",{d:"M17.196 9 6.804 15",key:"1ah31z"}],["path",{d:"m6.804 9 10.392 6",key:"1b6pxd"}]]),Fn=Zr("AtSign",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8",key:"7n84p3"}]]),En=Zr("Atom",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z",key:"1l2ple"}],["path",{d:"M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z",key:"1wam0m"}]]),On=Zr("AudioLines",[["path",{d:"M2 10v3",key:"1fnikh"}],["path",{d:"M6 6v11",key:"11sgs0"}],["path",{d:"M10 3v18",key:"yhl04a"}],["path",{d:"M14 8v7",key:"3a1oy3"}],["path",{d:"M18 5v13",key:"123xd1"}],["path",{d:"M22 10v3",key:"154ddg"}]]),Un=Zr("AudioWaveform",[["path",{d:"M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2",key:"57tc96"}]]),Wn=Zr("Award",[["path",{d:"m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526",key:"1yiouv"}],["circle",{cx:"12",cy:"8",r:"6",key:"1vp47v"}]]),Zn=Zr("Axe",[["path",{d:"m14 12-8.5 8.5a2.12 2.12 0 1 1-3-3L11 9",key:"csbz4o"}],["path",{d:"M15 13 9 7l4-4 6 6h3a8 8 0 0 1-7 7z",key:"113wfo"}]]),Gn=Zr("Axis3d",[["path",{d:"M4 4v16h16",key:"1s015l"}],["path",{d:"m4 20 7-7",key:"17qe9y"}]]),Nn=Zr("Baby",[["path",{d:"M9 12h.01",key:"157uk2"}],["path",{d:"M15 12h.01",key:"1k8ypt"}],["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5",key:"1u7htd"}],["path",{d:"M19 6.3a9 9 0 0 1 1.8 3.9 2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1",key:"5yv0yz"}]]),_n=Zr("Backpack",[["path",{d:"M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z",key:"wvr1b5"}],["path",{d:"M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2",key:"donm21"}],["path",{d:"M8 21v-5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v5",key:"xk3gvk"}],["path",{d:"M8 10h8",key:"c7uz4u"}],["path",{d:"M8 18h8",key:"1no2b1"}]]),Xn=Zr("BadgeAlert",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]),Kn=Zr("BadgeCent",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M15.4 10a4 4 0 1 0 0 4",key:"2eqtx8"}]]),Yn=Zr("BadgeCheck",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]),Jn=Zr("BadgeDollarSign",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 18V6",key:"zqpxq5"}]]),$n=Zr("BadgeEuro",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M7 12h5",key:"gblrwe"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2",key:"1makmb"}]]),Qn=Zr("BadgeHelp",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["line",{x1:"12",x2:"12.01",y1:"17",y2:"17",key:"io3f8k"}]]),eo=Zr("BadgeIndianRupee",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M8 8h8",key:"1bis0t"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m13 17-5-1h1a4 4 0 0 0 0-8",key:"nu2bwa"}]]),ao=Zr("BadgeInfo",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"16",y2:"12",key:"1y1yb1"}],["line",{x1:"12",x2:"12.01",y1:"8",y2:"8",key:"110wyk"}]]),to=Zr("BadgeJapaneseYen",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 8 3 3v7",key:"17yadx"}],["path",{d:"m12 11 3-3",key:"p4cfq1"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M9 16h6",key:"8wimt3"}]]),ro=Zr("BadgeMinus",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]),io=Zr("BadgePercent",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]),no=Zr("BadgePlus",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"8",y2:"16",key:"10p56q"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]),oo=Zr("BadgePoundSterling",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M8 12h4",key:"qz6y1c"}],["path",{d:"M10 16V9.5a2.5 2.5 0 0 1 5 0",key:"3mlbjk"}],["path",{d:"M8 16h7",key:"sbedsn"}]]),co=Zr("BadgeRussianRuble",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M9 16h5",key:"1syiyw"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9",key:"1ge9c1"}]]),ho=Zr("BadgeSwissFranc",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M11 17V8h4",key:"1bfq6y"}],["path",{d:"M11 12h3",key:"2eqnfz"}],["path",{d:"M9 16h4",key:"1skf3a"}]]),lo=Zr("BadgeX",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15",key:"f7djnv"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15",key:"1shsy8"}]]),yo=Zr("Badge",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}]]),po=Zr("BaggageClaim",[["path",{d:"M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2",key:"4irg2o"}],["path",{d:"M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10",key:"14fcyx"}],["rect",{width:"13",height:"8",x:"8",y:"6",rx:"1",key:"o6oiis"}],["circle",{cx:"18",cy:"20",r:"2",key:"t9985n"}],["circle",{cx:"9",cy:"20",r:"2",key:"e5v82j"}]]),so=Zr("Ban",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.9 4.9 14.2 14.2",key:"1m5liu"}]]),ko=Zr("Banana",[["path",{d:"M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5",key:"1cscit"}],["path",{d:"M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z",key:"1y1nbv"}]]),uo=Zr("Bandage",[["path",{d:"M10 10.01h.01",key:"1e9xi7"}],["path",{d:"M10 14.01h.01",key:"ac23bv"}],["path",{d:"M14 10.01h.01",key:"2wfrvf"}],["path",{d:"M14 14.01h.01",key:"8tw8yn"}],["path",{d:"M18 6v11.5",key:"dkbidh"}],["path",{d:"M6 6v12",key:"vkc79e"}],["rect",{x:"2",y:"6",width:"20",height:"12",rx:"2",key:"1wpnh2"}]]),Mo=Zr("Banknote",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M6 12h.01M18 12h.01",key:"113zkx"}]]),go=Zr("Barcode",[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M8 5v14",key:"1ybrkv"}],["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"M17 5v14",key:"ycjyhj"}],["path",{d:"M21 5v14",key:"nzette"}]]),vo=Zr("Baseline",[["path",{d:"M4 20h16",key:"14thso"}],["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}]]),mo=Zr("Bath",[["path",{d:"M9 6 6.5 3.5a1.5 1.5 0 0 0-1-.5C4.683 3 4 3.683 4 4.5V17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5",key:"1r8yf5"}],["line",{x1:"10",x2:"8",y1:"5",y2:"7",key:"h5g8z4"}],["line",{x1:"2",x2:"22",y1:"12",y2:"12",key:"1dnqot"}],["line",{x1:"7",x2:"7",y1:"19",y2:"21",key:"16jp00"}],["line",{x1:"17",x2:"17",y1:"19",y2:"21",key:"1pxrnk"}]]),fo=Zr("BatteryCharging",[["path",{d:"M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2",key:"1sdynx"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1",key:"1gkd3k"}],["path",{d:"m11 7-3 5h4l-3 5",key:"b4a64w"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}]]),xo=Zr("BatteryFull",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13",key:"haxvl5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"13",key:"c6fn6x"}]]),wo=Zr("BatteryLow",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}]]),Lo=Zr("BatteryMedium",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13",key:"haxvl5"}]]),Co=Zr("BatteryWarning",[["path",{d:"M14 7h2a2 2 0 0 1 2 2v6c0 1-1 2-2 2h-2",key:"1if82c"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6c0 1 1 2 2 2h2",key:"2pdlyl"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"10",x2:"10",y1:"7",y2:"13",key:"1uzyus"}],["line",{x1:"10",x2:"10",y1:"17",y2:"17.01",key:"1y8k4g"}]]),bo=Zr("Battery",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}]]),So=Zr("Beaker",[["path",{d:"M4.5 3h15",key:"c7n0jr"}],["path",{d:"M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3",key:"m1uhx7"}],["path",{d:"M6 14h12",key:"4cwo0f"}]]),Io=Zr("BeanOff",[["path",{d:"M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1",key:"bq3udt"}],["path",{d:"M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66",key:"17ccse"}],["path",{d:"M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04",key:"18zqgq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),Ao=Zr("Bean",[["path",{d:"M10.165 6.598C9.954 7.478 9.64 8.36 9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22c7.732 0 14-6.268 14-14a6 6 0 0 0-11.835-1.402Z",key:"1tvzk7"}],["path",{d:"M5.341 10.62a4 4 0 1 0 5.279-5.28",key:"2cyri2"}]]),qo=Zr("BedDouble",[["path",{d:"M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8",key:"1k78r4"}],["path",{d:"M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4",key:"fb3tl2"}],["path",{d:"M12 4v6",key:"1dcgq2"}],["path",{d:"M2 18h20",key:"ajqnye"}]]),Po=Zr("BedSingle",[["path",{d:"M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8",key:"1wm6mi"}],["path",{d:"M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4",key:"4k93s5"}],["path",{d:"M3 18h18",key:"1h113x"}]]),Ro=Zr("Bed",[["path",{d:"M2 4v16",key:"vw9hq8"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10",key:"1dgv2r"}],["path",{d:"M2 17h20",key:"18nfp3"}],["path",{d:"M6 8v9",key:"1yriud"}]]),zo=Zr("Beef",[["circle",{cx:"12.5",cy:"8.5",r:"2.5",key:"9738u8"}],["path",{d:"M12.5 2a6.5 6.5 0 0 0-6.22 4.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3A6.5 6.5 0 0 0 12.5 2Z",key:"o0f6za"}],["path",{d:"m18.5 6 2.19 4.5a6.48 6.48 0 0 1 .31 2 6.49 6.49 0 0 1-2.6 5.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5",key:"k7p6i0"}]]),Ho=Zr("BeerOff",[["path",{d:"M13 13v5",key:"igwfh0"}],["path",{d:"M17 11.47V8",key:"16yw0g"}],["path",{d:"M17 11h1a3 3 0 0 1 2.745 4.211",key:"1xbt65"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3",key:"c55o3e"}],["path",{d:"M7.536 7.535C6.766 7.649 6.154 8 5.5 8a2.5 2.5 0 0 1-1.768-4.268",key:"1ydug7"}],["path",{d:"M8.727 3.204C9.306 2.767 9.885 2 11 2c1.56 0 2 1.5 3 1.5s1.72-.5 2.5-.5a1 1 0 1 1 0 5c-.78 0-1.5-.5-2.5-.5a3.149 3.149 0 0 0-.842.12",key:"q81o7q"}],["path",{d:"M9 14.6V18",key:"20ek98"}]]),To=Zr("Beer",[["path",{d:"M17 11h1a3 3 0 0 1 0 6h-1",key:"1yp76v"}],["path",{d:"M9 12v6",key:"1u1cab"}],["path",{d:"M13 12v6",key:"1sugkk"}],["path",{d:"M14 7.5c-1 0-1.44.5-3 .5s-2-.5-3-.5-1.72.5-2.5.5a2.5 2.5 0 0 1 0-5c.78 0 1.57.5 2.5.5S9.44 2 11 2s2 1.5 3 1.5 1.72-.5 2.5-.5a2.5 2.5 0 0 1 0 5c-.78 0-1.5-.5-2.5-.5Z",key:"1510fo"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8",key:"19jb7n"}]]),Bo=Zr("BellDot",[["path",{d:"M19.4 14.9C20.2 16.4 21 17 21 17H3s3-2 3-9c0-3.3 2.7-6 6-6 .7 0 1.3.1 1.9.3",key:"xcehk"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0",key:"qgo35s"}],["circle",{cx:"18",cy:"8",r:"3",key:"1g0gzu"}]]),Do=Zr("BellElectric",[["path",{d:"M18.8 4A6.3 8.7 0 0 1 20 9",key:"xve1fh"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["rect",{width:"10",height:"6",x:"4",y:"16",rx:"2",key:"17f3te"}],["path",{d:"M14 19c3 0 4.6-1.6 4.6-1.6",key:"n7odp6"}],["circle",{cx:"20",cy:"16",r:"2",key:"1v9bxh"}]]),Vo=Zr("BellMinus",[["path",{d:"M18.4 12c.8 3.8 2.6 5 2.6 5H3s3-2 3-9c0-3.3 2.7-6 6-6 1.8 0 3.4.8 4.5 2",key:"eck70s"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0",key:"qgo35s"}],["path",{d:"M15 8h6",key:"8ybuxh"}]]),jo=Zr("BellOff",[["path",{d:"M8.7 3A6 6 0 0 1 18 8a21.3 21.3 0 0 0 .6 5",key:"o7mx20"}],["path",{d:"M17 17H3s3-2 3-9a4.67 4.67 0 0 1 .3-1.7",key:"16f1lm"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0",key:"qgo35s"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),Fo=Zr("BellPlus",[["path",{d:"M19.3 14.8C20.1 16.4 21 17 21 17H3s3-2 3-9c0-3.3 2.7-6 6-6 1 0 1.9.2 2.8.7",key:"guizqy"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0",key:"qgo35s"}],["path",{d:"M15 8h6",key:"8ybuxh"}],["path",{d:"M18 5v6",key:"g5ayrv"}]]),Eo=Zr("BellRing",[["path",{d:"M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9",key:"1qo2s2"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0",key:"qgo35s"}],["path",{d:"M4 2C2.8 3.7 2 5.7 2 8",key:"tap9e0"}],["path",{d:"M22 8c0-2.3-.8-4.3-2-6",key:"5bb3ad"}]]),Oo=Zr("Bell",[["path",{d:"M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9",key:"1qo2s2"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0",key:"qgo35s"}]]),Uo=Zr("BetweenHorizontalEnd",[["rect",{width:"13",height:"7",x:"3",y:"3",rx:"1",key:"11xb64"}],["path",{d:"m22 15-3-3 3-3",key:"26chmm"}],["rect",{width:"13",height:"7",x:"3",y:"14",rx:"1",key:"k6ky7n"}]]),Wo=Zr("BetweenHorizontalStart",[["rect",{width:"13",height:"7",x:"8",y:"3",rx:"1",key:"pkso9a"}],["path",{d:"m2 9 3 3-3 3",key:"1agib5"}],["rect",{width:"13",height:"7",x:"8",y:"14",rx:"1",key:"1q5fc1"}]]),Zo=Zr("BetweenVerticalEnd",[["rect",{width:"7",height:"13",x:"3",y:"3",rx:"1",key:"1fdu0f"}],["path",{d:"m9 22 3-3 3 3",key:"17z65a"}],["rect",{width:"7",height:"13",x:"14",y:"3",rx:"1",key:"1squn4"}]]),Go=Zr("BetweenVerticalStart",[["rect",{width:"7",height:"13",x:"3",y:"8",rx:"1",key:"1fjrkv"}],["path",{d:"m15 2-3 3-3-3",key:"1uh6eb"}],["rect",{width:"7",height:"13",x:"14",y:"8",rx:"1",key:"w3fjg8"}]]),No=Zr("BicepsFlexed",[["path",{d:"M12.409 13.017A5 5 0 0 1 22 15c0 3.866-4 7-9 7-4.077 0-8.153-.82-10.371-2.462-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 0 1 3 3 2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1",key:"1pmlyh"}],["path",{d:"M15 14a5 5 0 0 0-7.584 2",key:"5rb254"}],["path",{d:"M9.964 6.825C8.019 7.977 9.5 13 8 15",key:"kbvsx9"}]]),_o=Zr("Bike",[["circle",{cx:"18.5",cy:"17.5",r:"3.5",key:"15x4ox"}],["circle",{cx:"5.5",cy:"17.5",r:"3.5",key:"1noe27"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["path",{d:"M12 17.5V14l-3-3 4-3 2 3h2",key:"1npguv"}]]),Xo=Zr("Binary",[["rect",{x:"14",y:"14",width:"4",height:"6",rx:"2",key:"p02svl"}],["rect",{x:"6",y:"4",width:"4",height:"6",rx:"2",key:"xm4xkj"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M14 10h4",key:"ru81e7"}],["path",{d:"M6 14h2v6",key:"16z9wg"}],["path",{d:"M14 4h2v6",key:"1idq9u"}]]),Ko=Zr("Binoculars",[["path",{d:"M10 10h4",key:"tcdvrf"}],["path",{d:"M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3",key:"3apit1"}],["path",{d:"M20 21a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2z",key:"rhpgnw"}],["path",{d:"M 22 16 L 2 16",key:"14lkq7"}],["path",{d:"M4 21a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2z",key:"104b3k"}],["path",{d:"M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3",key:"14fczp"}]]),Yo=Zr("Biohazard",[["circle",{cx:"12",cy:"11.9",r:"2",key:"e8h31w"}],["path",{d:"M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6",key:"17bolr"}],["path",{d:"m8.9 10.1 1.4.8",key:"15ezny"}],["path",{d:"M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5",key:"wtwa5u"}],["path",{d:"m15.1 10.1-1.4.8",key:"1r0b28"}],["path",{d:"M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2",key:"m7qszh"}],["path",{d:"M12 13.9v1.6",key:"zfyyim"}],["path",{d:"M13.5 5.4c-1-.2-2-.2-3 0",key:"1bi9q0"}],["path",{d:"M17 16.4c.7-.7 1.2-1.6 1.5-2.5",key:"1rhjqw"}],["path",{d:"M5.5 13.9c.3.9.8 1.8 1.5 2.5",key:"8gsud3"}]]),Jo=Zr("Bird",[["path",{d:"M16 7h.01",key:"1kdx03"}],["path",{d:"M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20",key:"oj1oa8"}],["path",{d:"m20 7 2 .5-2 .5",key:"12nv4d"}],["path",{d:"M10 18v3",key:"1yea0a"}],["path",{d:"M14 17.75V21",key:"1pymcb"}],["path",{d:"M7 18a6 6 0 0 0 3.84-10.61",key:"1npnn0"}]]),$o=Zr("Bitcoin",[["path",{d:"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727",key:"yr8idg"}]]),Qo=Zr("Blend",[["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["circle",{cx:"15",cy:"15",r:"7",key:"19ennj"}]]),ec=Zr("Blinds",[["path",{d:"M3 3h18",key:"o7r712"}],["path",{d:"M20 7H8",key:"gd2fo2"}],["path",{d:"M20 11H8",key:"1ynp89"}],["path",{d:"M10 19h10",key:"19hjk5"}],["path",{d:"M8 15h12",key:"1yqzne"}],["path",{d:"M4 3v14",key:"fggqzn"}],["circle",{cx:"4",cy:"19",r:"2",key:"p3m9r0"}]]),ac=Zr("Blocks",[["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["path",{d:"M10 21V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H3",key:"1fpvtg"}]]),tc=Zr("BluetoothConnected",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}],["line",{x1:"18",x2:"21",y1:"12",y2:"12",key:"1rsjjs"}],["line",{x1:"3",x2:"6",y1:"12",y2:"12",key:"11yl8c"}]]),rc=Zr("BluetoothOff",[["path",{d:"m17 17-5 5V12l-5 5",key:"v5aci6"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M14.5 9.5 17 7l-5-5v4.5",key:"1kddfz"}]]),ic=Zr("BluetoothSearching",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}],["path",{d:"M20.83 14.83a4 4 0 0 0 0-5.66",key:"k8tn1j"}],["path",{d:"M18 12h.01",key:"yjnet6"}]]),nc=Zr("Bluetooth",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}]]),oc=Zr("Bold",[["path",{d:"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8",key:"mg9rjx"}]]),cc=Zr("Bolt",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]]),dc=Zr("Bomb",[["circle",{cx:"11",cy:"13",r:"9",key:"hd149"}],["path",{d:"M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95",key:"jp4j1b"}],["path",{d:"m22 2-1.5 1.5",key:"ay92ug"}]]),hc=Zr("Bone",[["path",{d:"M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z",key:"w610uw"}]]),lc=Zr("BookA",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m8 13 4-7 4 7",key:"4rari8"}],["path",{d:"M9.1 11h5.7",key:"1gkovt"}]]),yc=Zr("BookAudio",[["path",{d:"M12 6v7",key:"1f6ttz"}],["path",{d:"M16 8v3",key:"gejaml"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 8v3",key:"1qzp49"}]]),pc=Zr("BookCheck",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 9.5 2 2 4-4",key:"1dth82"}]]),sc=Zr("BookCopy",[["path",{d:"M2 16V4a2 2 0 0 1 2-2h11",key:"spzkk5"}],["path",{d:"M22 18H11a2 2 0 1 0 0 4h10.5a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5H11a2 2 0 0 0-2 2v12",key:"1wz07i"}],["path",{d:"M5 14H4a2 2 0 1 0 0 4h1",key:"16gqf9"}]]),kc=Zr("BookDashed",[["path",{d:"M12 17h2",key:"13u4lk"}],["path",{d:"M12 22h2",key:"kn7ki6"}],["path",{d:"M12 2h2",key:"cvn524"}],["path",{d:"M18 22h1a1 1 0 0 0 1-1",key:"w6gbqz"}],["path",{d:"M18 2h1a1 1 0 0 1 1 1v1",key:"1vpra5"}],["path",{d:"M20 15v2h-2",key:"fph276"}],["path",{d:"M20 8v3",key:"deu0bs"}],["path",{d:"M4 11V9",key:"v3xsx8"}],["path",{d:"M4 19.5V15",key:"6gr39e"}],["path",{d:"M4 5v-.5A2.5 2.5 0 0 1 6.5 2H8",key:"wywhs9"}],["path",{d:"M8 22H6.5a1 1 0 0 1 0-5H8",key:"1cu73q"}]]),uc=Zr("BookDown",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 10 3 3 3-3",key:"zt5b4y"}]]),Mc=Zr("BookHeadphones",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 12v-2a4 4 0 0 1 8 0v2",key:"1vsqkj"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}]]),gc=Zr("BookHeart",[["path",{d:"M16 8.2A2.22 2.22 0 0 0 13.8 6c-.8 0-1.4.3-1.8.9-.4-.6-1-.9-1.8-.9A2.22 2.22 0 0 0 8 8.2c0 .6.3 1.2.7 1.6A226.652 226.652 0 0 0 12 13a404 404 0 0 0 3.3-3.1 2.413 2.413 0 0 0 .7-1.7",key:"1t75a8"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]),vc=Zr("BookImage",[["path",{d:"m20 13.7-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17",key:"q6ojf0"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["circle",{cx:"10",cy:"8",r:"2",key:"2qkj4p"}]]),mc=Zr("BookKey",[["path",{d:"m19 3 1 1",key:"ze14oc"}],["path",{d:"m20 2-4.5 4.5",key:"1sppr8"}],["path",{d:"M20 8v13a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"1ocbpn"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H14",key:"1gfsgw"}],["circle",{cx:"14",cy:"8",r:"2",key:"u49eql"}]]),fc=Zr("BookLock",[["path",{d:"M18 6V4a2 2 0 1 0-4 0v2",key:"1aquzs"}],["path",{d:"M20 15v6a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"1rkj32"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10",key:"18wgow"}],["rect",{x:"12",y:"6",width:"8",height:"5",rx:"1",key:"73l30o"}]]),xc=Zr("BookMarked",[["path",{d:"M10 2v8l3-3 3 3V2",key:"sqw3rj"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]),wc=Zr("BookMinus",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]),Lc=Zr("BookOpenCheck",[["path",{d:"M8 3H2v15h7c1.7 0 3 1.3 3 3V7c0-2.2-1.8-4-4-4Z",key:"1i8u0n"}],["path",{d:"m16 12 2 2 4-4",key:"mdajum"}],["path",{d:"M22 6V3h-6c-2.2 0-4 1.8-4 4v14c0-1.7 1.3-3 3-3h7v-2.3",key:"jb5l51"}]]),Cc=Zr("BookOpenText",[["path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z",key:"vv98re"}],["path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z",key:"1cyq3y"}],["path",{d:"M6 8h2",key:"30oboj"}],["path",{d:"M6 12h2",key:"32wvfc"}],["path",{d:"M16 8h2",key:"msurwy"}],["path",{d:"M16 12h2",key:"7q9ll5"}]]),bc=Zr("BookOpen",[["path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z",key:"vv98re"}],["path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z",key:"1cyq3y"}]]),Sc=Zr("BookPlus",[["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]),Ic=Zr("BookText",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 11h8",key:"vwpz6n"}],["path",{d:"M8 7h6",key:"1f0q6e"}]]),Ac=Zr("BookType",[["path",{d:"M10 13h4",key:"ytezjc"}],["path",{d:"M12 6v7",key:"1f6ttz"}],["path",{d:"M16 8V6H8v2",key:"x8j6u4"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]),qc=Zr("BookUp2",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M18 2h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"161d7n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2",key:"1lorq7"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}],["path",{d:"m9 5 3-3 3 3",key:"l8vdw6"}]]),Pc=Zr("BookUp",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}]]),Rc=Zr("BookUser",[["path",{d:"M15 13a3 3 0 1 0-6 0",key:"10j68g"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}]]),zc=Zr("BookX",[["path",{d:"m14.5 7-5 5",key:"dy991v"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9.5 7 5 5",key:"s45iea"}]]),Hc=Zr("Book",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]),Tc=Zr("BookmarkCheck",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z",key:"169p4p"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}]]),Bc=Zr("BookmarkMinus",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10",key:"1gty7f"}]]),Dc=Zr("BookmarkPlus",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}],["line",{x1:"12",x2:"12",y1:"7",y2:"13",key:"1cppfj"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10",key:"1gty7f"}]]),Vc=Zr("BookmarkX",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z",key:"169p4p"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]]),jc=Zr("Bookmark",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}]]),Fc=Zr("BoomBox",[["path",{d:"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4",key:"vvzvr1"}],["path",{d:"M8 8v1",key:"xcqmfk"}],["path",{d:"M12 8v1",key:"1rj8u4"}],["path",{d:"M16 8v1",key:"1q12zr"}],["rect",{width:"20",height:"12",x:"2",y:"9",rx:"2",key:"igpb89"}],["circle",{cx:"8",cy:"15",r:"2",key:"fa4a8s"}],["circle",{cx:"16",cy:"15",r:"2",key:"14c3ya"}]]),Ec=Zr("BotMessageSquare",[["path",{d:"M12 6V2H8",key:"1155em"}],["path",{d:"m8 18-4 4V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Z",key:"w2lp3e"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M9 11v2",key:"1ueba0"}],["path",{d:"M15 11v2",key:"i11awn"}],["path",{d:"M20 12h2",key:"1q8mjw"}]]),Oc=Zr("BotOff",[["path",{d:"M13.67 8H18a2 2 0 0 1 2 2v4.33",key:"7az073"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}],["path",{d:"M8 8H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 1.414-.586",key:"s09a7a"}],["path",{d:"M9 13v2",key:"rq6x2g"}],["path",{d:"M9.67 4H12v2.33",key:"110xot"}]]),Uc=Zr("Bot",[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]]),Wc=Zr("BoxSelect",[["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M21 14v1",key:"169vum"}]]),Zc=Zr("Box",[["path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z",key:"hh9hay"}],["path",{d:"m3.3 7 8.7 5 8.7-5",key:"g66t2b"}],["path",{d:"M12 22V12",key:"d0xqtd"}]]),Gc=Zr("Boxes",[["path",{d:"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z",key:"lc1i9w"}],["path",{d:"m7 16.5-4.74-2.85",key:"1o9zyk"}],["path",{d:"m7 16.5 5-3",key:"va8pkn"}],["path",{d:"M7 16.5v5.17",key:"jnp8gn"}],["path",{d:"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z",key:"8zsnat"}],["path",{d:"m17 16.5-5-3",key:"8arw3v"}],["path",{d:"m17 16.5 4.74-2.85",key:"8rfmw"}],["path",{d:"M17 16.5v5.17",key:"k6z78m"}],["path",{d:"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z",key:"1xygjf"}],["path",{d:"M12 8 7.26 5.15",key:"1vbdud"}],["path",{d:"m12 8 4.74-2.85",key:"3rx089"}],["path",{d:"M12 13.5V8",key:"1io7kd"}]]),Nc=Zr("Braces",[["path",{d:"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1",key:"ezmyqa"}],["path",{d:"M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1",key:"e1hn23"}]]),_c=Zr("Brackets",[["path",{d:"M16 3h3v18h-3",key:"1yor1f"}],["path",{d:"M8 21H5V3h3",key:"1qrfwo"}]]),Xc=Zr("BrainCircuit",[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M9 13a4.5 4.5 0 0 0 3-4",key:"10igwf"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M12 13h4",key:"1ku699"}],["path",{d:"M12 18h6a2 2 0 0 1 2 2v1",key:"105ag5"}],["path",{d:"M12 8h8",key:"1lhi5i"}],["path",{d:"M16 8V5a2 2 0 0 1 2-2",key:"u6izg6"}],["circle",{cx:"16",cy:"13",r:".5",key:"ry7gng"}],["circle",{cx:"18",cy:"3",r:".5",key:"1aiba7"}],["circle",{cx:"20",cy:"21",r:".5",key:"yhc1fs"}],["circle",{cx:"20",cy:"8",r:".5",key:"1e43v0"}]]),Kc=Zr("BrainCog",[["path",{d:"M12 5a3 3 0 1 0-5.997.142 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588 4 4 0 0 0 7.636 2.106 3.2 3.2 0 0 0 .164-.546c.028-.13.306-.13.335 0a3.2 3.2 0 0 0 .163.546 4 4 0 0 0 7.636-2.106 4 4 0 0 0 .556-6.588 4 4 0 0 0-2.526-5.77A3 3 0 1 0 12 5",key:"1kgmhc"}],["path",{d:"M17.599 6.5a3 3 0 0 0 .399-1.375",key:"tmeiqw"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M19.938 10.5a4 4 0 0 1 .585.396",key:"1qfode"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M19.967 17.484A4 4 0 0 1 18 18",key:"159ez6"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m15.7 10.4-.9.4",key:"ayzo6p"}],["path",{d:"m9.2 13.2-.9.4",key:"1uzb3g"}],["path",{d:"m13.6 15.7-.4-.9",key:"11ifqf"}],["path",{d:"m10.8 9.2-.4-.9",key:"1pmk2v"}],["path",{d:"m15.7 13.5-.9-.4",key:"7ng02m"}],["path",{d:"m9.2 10.9-.9-.4",key:"1x66zd"}],["path",{d:"m10.5 15.7.4-.9",key:"3js94g"}],["path",{d:"m13.1 9.2.4-.9",key:"18n7mc"}]]),Yc=Zr("Brain",[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z",key:"ep3f8r"}],["path",{d:"M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4",key:"1p4c4q"}],["path",{d:"M17.599 6.5a3 3 0 0 0 .399-1.375",key:"tmeiqw"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M19.938 10.5a4 4 0 0 1 .585.396",key:"1qfode"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M19.967 17.484A4 4 0 0 1 18 18",key:"159ez6"}]]),Jc=Zr("BrickWall",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 9v6",key:"199k2o"}],["path",{d:"M16 15v6",key:"8rj2es"}],["path",{d:"M16 3v6",key:"1j6rpj"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M8 15v6",key:"1stoo3"}],["path",{d:"M8 3v6",key:"vlvjmk"}]]),$c=Zr("BriefcaseBusiness",[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M22 13a18.15 18.15 0 0 1-20 0",key:"12hx5q"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]),Qc=Zr("BriefcaseMedical",[["path",{d:"M12 11v4",key:"a6ujw6"}],["path",{d:"M14 13h-4",key:"1pl8zg"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M18 6v14",key:"1mu4gy"}],["path",{d:"M6 6v14",key:"1s15cj"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]),ed=Zr("Briefcase",[["path",{d:"M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16",key:"jecpp"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]),ad=Zr("BringToFront",[["rect",{x:"8",y:"8",width:"8",height:"8",rx:"2",key:"yj20xf"}],["path",{d:"M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2",key:"1ltk23"}],["path",{d:"M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2",key:"1q24h9"}]]),td=Zr("Brush",[["path",{d:"m9.06 11.9 8.07-8.06a2.85 2.85 0 1 1 4.03 4.03l-8.06 8.08",key:"1styjt"}],["path",{d:"M7.07 14.94c-1.66 0-3 1.35-3 3.02 0 1.33-2.5 1.52-2 2.02 1.08 1.1 2.49 2.02 4 2.02 2.2 0 4-1.8 4-4.04a3.01 3.01 0 0 0-3-3.02z",key:"z0l1mu"}]]),rd=Zr("BugOff",[["path",{d:"M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2",key:"vl8zik"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M22 13h-4v-2a4 4 0 0 0-4-4h-1.3",key:"1ou0bd"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13",key:"1njkjs"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}]]),id=Zr("BugPlay",[["path",{d:"M12.765 21.522a.5.5 0 0 1-.765-.424v-8.196a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z",key:"17shqo"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M18 11a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4v3a6.1 6.1 0 0 0 2 4.5",key:"1tjixy"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5",key:"32zzws"}],["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1",key:"d7y7pr"}]]),nd=Zr("Bug",[["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1",key:"d7y7pr"}],["path",{d:"M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6",key:"xs1cw7"}],["path",{d:"M12 20v-9",key:"1qisl0"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5",key:"32zzws"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"M22 13h-4",key:"1jl80f"}],["path",{d:"M17.2 17c2.1.1 3.8 1.9 3.8 4",key:"k3fwyw"}]]),od=Zr("Building2",[["path",{d:"M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z",key:"1b4qmf"}],["path",{d:"M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2",key:"i71pzd"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2",key:"10jefs"}],["path",{d:"M10 6h4",key:"1itunk"}],["path",{d:"M10 10h4",key:"tcdvrf"}],["path",{d:"M10 14h4",key:"kelpxr"}],["path",{d:"M10 18h4",key:"1ulq68"}]]),cd=Zr("Building",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2",key:"76otgf"}],["path",{d:"M9 22v-4h6v4",key:"r93iot"}],["path",{d:"M8 6h.01",key:"1dz90k"}],["path",{d:"M16 6h.01",key:"1x0f13"}],["path",{d:"M12 6h.01",key:"1vi96p"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M8 14h.01",key:"6423bh"}]]),dd=Zr("BusFront",[["path",{d:"M4 6 2 7",key:"1mqr15"}],["path",{d:"M10 6h4",key:"1itunk"}],["path",{d:"m22 7-2-1",key:"1umjhc"}],["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2",key:"1wxw4b"}],["path",{d:"M4 11h16",key:"mpoxn0"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M16 15h.01",key:"rnfrdf"}],["path",{d:"M6 19v2",key:"1loha6"}],["path",{d:"M18 21v-2",key:"sqyl04"}]]),hd=Zr("Bus",[["path",{d:"M8 6v6",key:"18i7km"}],["path",{d:"M15 6v6",key:"1sg6z9"}],["path",{d:"M2 12h19.6",key:"de5uta"}],["path",{d:"M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2 0-.4-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3",key:"1wwztk"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}],["path",{d:"M9 18h5",key:"lrx6i"}],["circle",{cx:"16",cy:"18",r:"2",key:"1v4tcr"}]]),ld=Zr("CableCar",[["path",{d:"M10 3h.01",key:"lbucoy"}],["path",{d:"M14 2h.01",key:"1k8aa1"}],["path",{d:"m2 9 20-5",key:"1kz0j5"}],["path",{d:"M12 12V6.5",key:"1vbrij"}],["rect",{width:"16",height:"10",x:"4",y:"12",rx:"3",key:"if91er"}],["path",{d:"M9 12v5",key:"3anwtq"}],["path",{d:"M15 12v5",key:"5xh3zn"}],["path",{d:"M4 17h16",key:"g4d7ey"}]]),yd=Zr("Cable",[["path",{d:"M17 21v-2a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1",key:"10bnsj"}],["path",{d:"M19 15V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V9",key:"1eqmu1"}],["path",{d:"M21 21v-2h-4",key:"14zm7j"}],["path",{d:"M3 5h4V3",key:"z442eg"}],["path",{d:"M7 5a1 1 0 0 1 1 1v1a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1V3",key:"ebdjd7"}]]),pd=Zr("CakeSlice",[["circle",{cx:"9",cy:"7",r:"2",key:"1305pl"}],["path",{d:"M7.2 7.9 3 11v9c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-9c0-2-3-6-7-8l-3.6 2.6",key:"xle13f"}],["path",{d:"M16 13H3",key:"1wpj08"}],["path",{d:"M16 17H3",key:"3lvfcd"}]]),sd=Zr("Cake",[["path",{d:"M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8",key:"1w3rig"}],["path",{d:"M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1",key:"n2jgmb"}],["path",{d:"M2 21h20",key:"1nyx9w"}],["path",{d:"M7 8v3",key:"1qtyvj"}],["path",{d:"M12 8v3",key:"hwp4zt"}],["path",{d:"M17 8v3",key:"1i6e5u"}],["path",{d:"M7 4h.01",key:"1bh4kh"}],["path",{d:"M12 4h.01",key:"1ujb9j"}],["path",{d:"M17 4h.01",key:"1upcoc"}]]),kd=Zr("Calculator",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["line",{x1:"8",x2:"16",y1:"6",y2:"6",key:"x4nwl0"}],["line",{x1:"16",x2:"16",y1:"14",y2:"18",key:"wjye3r"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M8 18h.01",key:"lrp35t"}]]),ud=Zr("CalendarArrowDown",[["path",{d:"m14 18 4 4 4-4",key:"1waygx"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M18 14v8",key:"irew45"}],["path",{d:"M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343",key:"bse4f3"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]]),Md=Zr("CalendarArrowUp",[["path",{d:"m14 18 4-4 4 4",key:"ftkppy"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M18 22v-8",key:"su0gjh"}],["path",{d:"M21 11.343V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9",key:"1exg90"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]]),gd=Zr("CalendarCheck2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"bce9hv"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m16 20 2 2 4-4",key:"13tcca"}]]),vd=Zr("CalendarCheck",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m9 16 2 2 4-4",key:"19s6y9"}]]),md=Zr("CalendarClock",[["path",{d:"M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5",key:"1osxxc"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M3 10h5",key:"r794hk"}],["path",{d:"M17.5 17.5 16 16.3V14",key:"akvzfd"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}]]),fd=Zr("CalendarCog",[["path",{d:"m15.2 16.9-.9-.4",key:"1r0w5f"}],["path",{d:"m15.2 19.1-.9.4",key:"j188fs"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"m16.9 15.2-.4-.9",key:"699xu"}],["path",{d:"m16.9 20.8-.4.9",key:"dfjc4z"}],["path",{d:"m19.5 14.3-.4.9",key:"1eb35c"}],["path",{d:"m19.5 21.7-.4-.9",key:"1tonu5"}],["path",{d:"M21 10.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"11kmuh"}],["path",{d:"m21.7 16.5-.9.4",key:"1knoei"}],["path",{d:"m21.7 19.5-.9-.4",key:"q4dx6b"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]]),xd=Zr("CalendarDays",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 18h.01",key:"lrp35t"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M16 18h.01",key:"kzsmim"}]]),wd=Zr("CalendarFold",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 17V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11Z",key:"kg77oy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M15 22v-4a2 2 0 0 1 2-2h4",key:"1gnbqr"}]]),Ld=Zr("CalendarHeart",[["path",{d:"M3 10h18V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7",key:"136lmk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21.29 14.7a2.43 2.43 0 0 0-2.65-.52c-.3.12-.57.3-.8.53l-.34.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L17.5 22l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",key:"1t7hil"}]]),Cd=Zr("CalendarMinus2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M10 16h4",key:"17e571"}]]),bd=Zr("CalendarMinus",[["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 15V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5",key:"1scpom"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]]),Sd=Zr("CalendarOff",[["path",{d:"M4.2 4.2A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18",key:"16swn3"}],["path",{d:"M21 15.5V6a2 2 0 0 0-2-2H9.5",key:"yhw86o"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h7",key:"1wap6i"}],["path",{d:"M21 10h-5.5",key:"quycpq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),Id=Zr("CalendarPlus2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M10 16h4",key:"17e571"}],["path",{d:"M12 14v4",key:"1thi36"}]]),Ad=Zr("CalendarPlus",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"3spt84"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M19 16v6",key:"tddt3s"}]]),qd=Zr("CalendarRange",[["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M17 14h-6",key:"bkmgh3"}],["path",{d:"M13 18H7",key:"bb0bb7"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 18h.01",key:"1bdyru"}]]),Pd=Zr("CalendarSearch",[["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 11.75V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.25",key:"1jrsq6"}],["path",{d:"m22 22-1.875-1.875",key:"13zax7"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]]),Rd=Zr("CalendarX2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"3spt84"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m17 22 5-5",key:"1k6ppv"}],["path",{d:"m17 17 5 5",key:"p7ous7"}]]),zd=Zr("CalendarX",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m14 14-4 4",key:"rymu2i"}],["path",{d:"m10 14 4 4",key:"3sz06r"}]]),Hd=Zr("Calendar",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]]),Td=Zr("CameraOff",[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16",key:"qmtpty"}],["path",{d:"M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5",key:"1ufyfc"}],["path",{d:"M14.121 15.121A3 3 0 1 1 9.88 10.88",key:"11zox6"}]]),Bd=Zr("Camera",[["path",{d:"M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z",key:"1tc9qg"}],["circle",{cx:"12",cy:"13",r:"3",key:"1vg3eu"}]]),Dd=Zr("CandyCane",[["path",{d:"M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6 2 2 0 1 1-3.464-2 2 2 0 1 0-3.464-2Z",key:"isaq8g"}],["path",{d:"M17.75 7 15 2.1",key:"12x7e8"}],["path",{d:"M10.9 4.8 13 9",key:"100a87"}],["path",{d:"m7.9 9.7 2 4.4",key:"ntfhaj"}],["path",{d:"M4.9 14.7 7 18.9",key:"1x43jy"}]]),Vd=Zr("CandyOff",[["path",{d:"m8.5 8.5-1 1a4.95 4.95 0 0 0 7 7l1-1",key:"1ff4ui"}],["path",{d:"M11.843 6.187A4.947 4.947 0 0 1 16.5 7.5a4.947 4.947 0 0 1 1.313 4.657",key:"1sbrv4"}],["path",{d:"M14 16.5V14",key:"1maf8j"}],["path",{d:"M14 6.5v1.843",key:"1a6u6t"}],["path",{d:"M10 10v7.5",key:"80pj65"}],["path",{d:"m16 7 1-5 1.367.683A3 3 0 0 0 19.708 3H21v1.292a3 3 0 0 0 .317 1.341L22 7l-5 1",key:"11a9mt"}],["path",{d:"m8 17-1 5-1.367-.683A3 3 0 0 0 4.292 21H3v-1.292a3 3 0 0 0-.317-1.341L2 17l5-1",key:"3mjmon"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),jd=Zr("Candy",[["path",{d:"m9.5 7.5-2 2a4.95 4.95 0 1 0 7 7l2-2a4.95 4.95 0 1 0-7-7Z",key:"ue6khb"}],["path",{d:"M14 6.5v10",key:"5xnk7c"}],["path",{d:"M10 7.5v10",key:"1uew51"}],["path",{d:"m16 7 1-5 1.37.68A3 3 0 0 0 19.7 3H21v1.3c0 .46.1.92.32 1.33L22 7l-5 1",key:"b9cp6k"}],["path",{d:"m8 17-1 5-1.37-.68A3 3 0 0 0 4.3 21H3v-1.3a3 3 0 0 0-.32-1.33L2 17l5-1",key:"5lney8"}]]),Fd=Zr("Cannabis",[["path",{d:"M12 22v-4",key:"1utk9m"}],["path",{d:"M7 12c-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3 1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5 0 0 2.5.5 6-1-.5-1.5-3.5-3-5-3 1.5-1 4-4 4-6-2.5 0-5.5 1.5-7 3 0-2.5-.5-5-2-7-1.5 2-2 4.5-2 7-1.5-1.5-4.5-3-7-3 0 2 2.5 5 4 6",key:"1mezod"}]]),Ed=Zr("CaptionsOff",[["path",{d:"M10.5 5H19a2 2 0 0 1 2 2v8.5",key:"jqtk4d"}],["path",{d:"M17 11h-.5",key:"1961ue"}],["path",{d:"M19 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2",key:"1keqsi"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7 11h4",key:"1o1z6v"}],["path",{d:"M7 15h2.5",key:"1ina1g"}]]),Od=Zr("Captions",[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2",key:"12ruh7"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4",key:"1ueiar"}]]),Ud=Zr("CarFront",[["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",key:"1imjwt"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 14h.01",key:"7oqj8z"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2",key:"a7itu8"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]]),Wd=Zr("CarTaxiFront",[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",key:"1imjwt"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 14h.01",key:"7oqj8z"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2",key:"a7itu8"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]]),Zd=Zr("Car",[["path",{d:"M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2",key:"5owen"}],["circle",{cx:"7",cy:"17",r:"2",key:"u2ysq9"}],["path",{d:"M9 17h6",key:"r8uit2"}],["circle",{cx:"17",cy:"17",r:"2",key:"axvx0g"}]]),Gd=Zr("Caravan",[["rect",{width:"4",height:"4",x:"2",y:"9",key:"1vcvhd"}],["rect",{width:"4",height:"10",x:"10",y:"9",key:"1b7ev2"}],["path",{d:"M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2",key:"19jm3t"}],["circle",{cx:"8",cy:"19",r:"2",key:"t8fc5s"}],["path",{d:"M10 19h12v-2",key:"1yu2qx"}]]),Nd=Zr("Carrot",[["path",{d:"M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 0 0-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7zM8.64 14l-2.05-2.04M15.34 15l-2.46-2.46",key:"rfqxbe"}],["path",{d:"M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9z",key:"6b25w4"}],["path",{d:"M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2z",key:"fn65lo"}]]),_d=Zr("CaseLower",[["circle",{cx:"7",cy:"12",r:"3",key:"12clwm"}],["path",{d:"M10 9v6",key:"17i7lo"}],["circle",{cx:"17",cy:"12",r:"3",key:"gl7c2s"}],["path",{d:"M14 7v8",key:"dl84cr"}]]),Xd=Zr("CaseSensitive",[["path",{d:"m3 15 4-8 4 8",key:"1vwr6u"}],["path",{d:"M4 13h6",key:"1r9ots"}],["circle",{cx:"18",cy:"12",r:"3",key:"1kchzo"}],["path",{d:"M21 9v6",key:"anns31"}]]),Kd=Zr("CaseUpper",[["path",{d:"m3 15 4-8 4 8",key:"1vwr6u"}],["path",{d:"M4 13h6",key:"1r9ots"}],["path",{d:"M15 11h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4",key:"1sqfas"}]]),Yd=Zr("CassetteTape",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["circle",{cx:"8",cy:"10",r:"2",key:"1xl4ub"}],["path",{d:"M8 12h8",key:"1wcyev"}],["circle",{cx:"16",cy:"10",r:"2",key:"r14t7q"}],["path",{d:"m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3",key:"l01ucn"}]]),Jd=Zr("Cast",[["path",{d:"M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6",key:"3zrzxg"}],["path",{d:"M2 12a9 9 0 0 1 8 8",key:"g6cvee"}],["path",{d:"M2 16a5 5 0 0 1 4 4",key:"1y1dii"}],["line",{x1:"2",x2:"2.01",y1:"20",y2:"20",key:"xu2jvo"}]]),$d=Zr("Castle",[["path",{d:"M22 20v-9H2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2Z",key:"109fe4"}],["path",{d:"M18 11V4H6v7",key:"mon5oj"}],["path",{d:"M15 22v-4a3 3 0 0 0-3-3a3 3 0 0 0-3 3v4",key:"1k4jtn"}],["path",{d:"M22 11V9",key:"3zbp94"}],["path",{d:"M2 11V9",key:"1x5rnq"}],["path",{d:"M6 4V2",key:"1rsq15"}],["path",{d:"M18 4V2",key:"1jsdo1"}],["path",{d:"M10 4V2",key:"75d9ly"}],["path",{d:"M14 4V2",key:"8nj3z6"}]]),Qd=Zr("Cat",[["path",{d:"M12 5c.67 0 1.35.09 2 .26 1.78-2 5.03-2.84 6.42-2.26 1.4.58-.42 7-.42 7 .57 1.07 1 2.24 1 3.44C21 17.9 16.97 21 12 21s-9-3-9-7.56c0-1.25.5-2.4 1-3.44 0 0-1.89-6.42-.5-7 1.39-.58 4.72.23 6.5 2.23A9.04 9.04 0 0 1 12 5Z",key:"x6xyqk"}],["path",{d:"M8 14v.5",key:"1nzgdb"}],["path",{d:"M16 14v.5",key:"1lajdz"}],["path",{d:"M11.25 16.25h1.5L12 17l-.75-.75Z",key:"12kq1m"}]]),eh=Zr("Cctv",[["path",{d:"M16.75 12h3.632a1 1 0 0 1 .894 1.447l-2.034 4.069a1 1 0 0 1-1.708.134l-2.124-2.97",key:"ir91b5"}],["path",{d:"M17.106 9.053a1 1 0 0 1 .447 1.341l-3.106 6.211a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.92 2.92 0 0 1 3.92-1.3z",key:"jlp8i1"}],["path",{d:"M2 19h3.76a2 2 0 0 0 1.8-1.1L9 15",key:"19bib8"}],["path",{d:"M2 21v-4",key:"l40lih"}],["path",{d:"M7 9h.01",key:"19b3jx"}]]),ah=Zr("ChartArea",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11.207a.5.5 0 0 1 .146-.353l2-2a.5.5 0 0 1 .708 0l3.292 3.292a.5.5 0 0 0 .708 0l4.292-4.292a.5.5 0 0 1 .854.353V16a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1z",key:"q0gr47"}]]),th=Zr("ChartBarBig",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1",key:"1iip1u"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1",key:"1anskk"}]]),rh=Zr("ChartBarDecreasing",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11h8",key:"1feolt"}],["path",{d:"M7 16h3",key:"ur6vzw"}],["path",{d:"M7 6h12",key:"sz5b0d"}]]),ih=Zr("ChartBarIncreasing",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11h8",key:"1feolt"}],["path",{d:"M7 16h12",key:"wsnu98"}],["path",{d:"M7 6h3",key:"w9rmul"}]]),nh=Zr("ChartBarStacked",[["path",{d:"M11 13v4",key:"vyy2rb"}],["path",{d:"M15 5v4",key:"1gx88a"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1",key:"1iip1u"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1",key:"1anskk"}]]),oh=Zr("ChartBar",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 16h8",key:"srdodz"}],["path",{d:"M7 11h12",key:"127s9w"}],["path",{d:"M7 6h3",key:"w9rmul"}]]),ch=Zr("ChartCandlestick",[["path",{d:"M9 5v4",key:"14uxtq"}],["rect",{width:"4",height:"6",x:"7",y:"9",rx:"1",key:"f4fvz0"}],["path",{d:"M9 15v2",key:"r5rk32"}],["path",{d:"M17 3v2",key:"1l2re6"}],["rect",{width:"4",height:"8",x:"15",y:"5",rx:"1",key:"z38je5"}],["path",{d:"M17 13v3",key:"5l0wba"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}]]),dh=Zr("ChartColumnBig",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1",key:"q8uenq"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1",key:"sr5ea"}]]),hh=Zr("ChartColumnDecreasing",[["path",{d:"M13 17V9",key:"1fwyjl"}],["path",{d:"M18 17v-3",key:"1sqioe"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 17V5",key:"1wzmnc"}]]),lh=Zr("ChartColumnIncreasing",[["path",{d:"M13 17V9",key:"1fwyjl"}],["path",{d:"M18 17V5",key:"sfb6ij"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 17v-3",key:"17ska0"}]]),yh=Zr("ChartColumnStacked",[["path",{d:"M11 13H7",key:"t0o9gq"}],["path",{d:"M19 9h-4",key:"rera1j"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1",key:"q8uenq"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1",key:"sr5ea"}]]),ph=Zr("ChartColumn",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]]),sh=Zr("ChartLine",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]]),kh=Zr("ChartNetwork",[["path",{d:"m13.11 7.664 1.78 2.672",key:"go2gg9"}],["path",{d:"m14.162 12.788-3.324 1.424",key:"11x848"}],["path",{d:"m20 4-6.06 1.515",key:"1wxxh7"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["circle",{cx:"12",cy:"6",r:"2",key:"1jj5th"}],["circle",{cx:"16",cy:"12",r:"2",key:"4ma0v8"}],["circle",{cx:"9",cy:"15",r:"2",key:"lf2ghp"}]]),uh=Zr("ChartNoAxesColumnDecreasing",[["path",{d:"M12 20V10",key:"g8npz5"}],["path",{d:"M18 20v-4",key:"8uic4z"}],["path",{d:"M6 20V4",key:"1w1bmo"}]]),Mh=Zr("ChartNoAxesColumnIncreasing",[["line",{x1:"12",x2:"12",y1:"20",y2:"10",key:"1vz5eb"}],["line",{x1:"18",x2:"18",y1:"20",y2:"4",key:"cun8e5"}],["line",{x1:"6",x2:"6",y1:"20",y2:"16",key:"hq0ia6"}]]),gh=Zr("ChartNoAxesColumn",[["line",{x1:"18",x2:"18",y1:"20",y2:"10",key:"1xfpm4"}],["line",{x1:"12",x2:"12",y1:"20",y2:"4",key:"be30l9"}],["line",{x1:"6",x2:"6",y1:"20",y2:"14",key:"1r4le6"}]]),vh=Zr("ChartNoAxesCombined",[["path",{d:"M12 16v5",key:"zza2cw"}],["path",{d:"M16 14v7",key:"1g90b9"}],["path",{d:"M20 10v11",key:"1iqoj0"}],["path",{d:"m22 3-8.646 8.646a.5.5 0 0 1-.708 0L9.354 8.354a.5.5 0 0 0-.707 0L2 15",key:"1fw8x9"}],["path",{d:"M4 18v3",key:"1yp0dc"}],["path",{d:"M8 14v7",key:"n3cwzv"}]]),mh=Zr("ChartNoAxesGantt",[["path",{d:"M8 6h10",key:"9lnwnk"}],["path",{d:"M6 12h9",key:"1g9pqf"}],["path",{d:"M11 18h7",key:"c8dzvl"}]]),fh=Zr("ChartPie",[["path",{d:"M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z",key:"pzmjnu"}],["path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83",key:"k2fpak"}]]),xh=Zr("ChartScatter",[["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}],["circle",{cx:"18.5",cy:"5.5",r:".5",fill:"currentColor",key:"lysivs"}],["circle",{cx:"11.5",cy:"11.5",r:".5",fill:"currentColor",key:"byv1b8"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor",key:"nkw3mc"}],["circle",{cx:"17.5",cy:"14.5",r:".5",fill:"currentColor",key:"1gjh6j"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}]]),wh=Zr("ChartSpline",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 16c.5-2 1.5-7 4-7 2 0 2 3 4 3 2.5 0 4.5-5 5-7",key:"lw07rv"}]]),Lh=Zr("CheckCheck",[["path",{d:"M18 6 7 17l-5-5",key:"116fxf"}],["path",{d:"m22 10-7.5 7.5L13 16",key:"ke71qq"}]]),Ch=Zr("Check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]]),bh=Zr("ChefHat",[["path",{d:"M17 21a1 1 0 0 0 1-1v-5.35c0-.457.316-.844.727-1.041a4 4 0 0 0-2.134-7.589 5 5 0 0 0-9.186 0 4 4 0 0 0-2.134 7.588c.411.198.727.585.727 1.041V20a1 1 0 0 0 1 1Z",key:"1qvrer"}],["path",{d:"M6 17h12",key:"1jwigz"}]]),Sh=Zr("Cherry",[["path",{d:"M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",key:"cvxqlc"}],["path",{d:"M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",key:"1ostrc"}],["path",{d:"M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12",key:"hqx58h"}],["path",{d:"M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z",key:"eykp1o"}]]),Ih=Zr("ChevronDown",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]),Ah=Zr("ChevronFirst",[["path",{d:"m17 18-6-6 6-6",key:"1yerx2"}],["path",{d:"M7 6v12",key:"1p53r6"}]]),qh=Zr("ChevronLast",[["path",{d:"m7 18 6-6-6-6",key:"lwmzdw"}],["path",{d:"M17 6v12",key:"1o0aio"}]]),Ph=Zr("ChevronLeft",[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]]),Rh=Zr("ChevronRight",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]),zh=Zr("ChevronUp",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]]),Hh=Zr("ChevronsDownUp",[["path",{d:"m7 20 5-5 5 5",key:"13a0gw"}],["path",{d:"m7 4 5 5 5-5",key:"1kwcof"}]]),Th=Zr("ChevronsDown",[["path",{d:"m7 6 5 5 5-5",key:"1lc07p"}],["path",{d:"m7 13 5 5 5-5",key:"1d48rs"}]]),Bh=Zr("ChevronsLeftRightEllipsis",[["path",{d:"m18 8 4 4-4 4",key:"1ak13k"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]]),Dh=Zr("ChevronsLeftRight",[["path",{d:"m9 7-5 5 5 5",key:"j5w590"}],["path",{d:"m15 7 5 5-5 5",key:"1bl6da"}]]),Vh=Zr("ChevronsLeft",[["path",{d:"m11 17-5-5 5-5",key:"13zhaf"}],["path",{d:"m18 17-5-5 5-5",key:"h8a8et"}]]),jh=Zr("ChevronsRightLeft",[["path",{d:"m20 17-5-5 5-5",key:"30x0n2"}],["path",{d:"m4 17 5-5-5-5",key:"16spf4"}]]),Fh=Zr("ChevronsRight",[["path",{d:"m6 17 5-5-5-5",key:"xnjwq"}],["path",{d:"m13 17 5-5-5-5",key:"17xmmf"}]]),Eh=Zr("ChevronsUpDown",[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]]),Oh=Zr("ChevronsUp",[["path",{d:"m17 11-5-5-5 5",key:"e8nh98"}],["path",{d:"m17 18-5-5-5 5",key:"2avn1x"}]]),Uh=Zr("Chrome",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["line",{x1:"21.17",x2:"12",y1:"8",y2:"8",key:"a0cw5f"}],["line",{x1:"3.95",x2:"8.54",y1:"6.06",y2:"14",key:"1kftof"}],["line",{x1:"10.88",x2:"15.46",y1:"21.94",y2:"14",key:"1ymyh8"}]]),Wh=Zr("Church",[["path",{d:"M10 9h4",key:"u4k05v"}],["path",{d:"M12 7v5",key:"ma6bk"}],["path",{d:"M14 22v-4a2 2 0 0 0-4 0v4",key:"1pdhuj"}],["path",{d:"M18 22V5.618a1 1 0 0 0-.553-.894l-4.553-2.277a2 2 0 0 0-1.788 0L6.553 4.724A1 1 0 0 0 6 5.618V22",key:"1rkokr"}],["path",{d:"m18 7 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.618a1 1 0 0 1 .553-.894L6 7",key:"1w6esw"}]]),Zh=Zr("CigaretteOff",[["path",{d:"M12 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h13",key:"1gdiyg"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5",key:"1il607"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 12a1 1 0 0 1 1 1v2a1 1 0 0 1-.5.866",key:"166zjj"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5",key:"1gah44"}],["path",{d:"M7 12v4",key:"jqww69"}]]),Gh=Zr("Cigarette",[["path",{d:"M17 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14",key:"1mb5g1"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5",key:"1il607"}],["path",{d:"M21 16a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"1yl5r7"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5",key:"1gah44"}],["path",{d:"M7 12v4",key:"jqww69"}]]),Nh=Zr("CircleAlert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]),_h=Zr("CircleArrowDown",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8 12 4 4 4-4",key:"k98ssh"}]]),Xh=Zr("CircleArrowLeft",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"m12 8-4 4 4 4",key:"15vm53"}]]),Kh=Zr("CircleArrowOutDownLeft",[["path",{d:"M2 12a10 10 0 1 1 10 10",key:"1yn6ov"}],["path",{d:"m2 22 10-10",key:"28ilpk"}],["path",{d:"M8 22H2v-6",key:"sulq54"}]]),Yh=Zr("CircleArrowOutDownRight",[["path",{d:"M12 22a10 10 0 1 1 10-10",key:"130bv5"}],["path",{d:"M22 22 12 12",key:"131aw7"}],["path",{d:"M22 16v6h-6",key:"1gvm70"}]]),Jh=Zr("CircleArrowOutUpLeft",[["path",{d:"M2 8V2h6",key:"hiwtdz"}],["path",{d:"m2 2 10 10",key:"1oh8rs"}],["path",{d:"M12 2A10 10 0 1 1 2 12",key:"rrk4fa"}]]),$h=Zr("CircleArrowOutUpRight",[["path",{d:"M22 12A10 10 0 1 1 12 2",key:"1fm58d"}],["path",{d:"M22 2 12 12",key:"yg2myt"}],["path",{d:"M16 2h6v6",key:"zan5cs"}]]),Qh=Zr("CircleArrowRight",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m12 16 4-4-4-4",key:"1i9zcv"}]]),el=Zr("CircleArrowUp",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}]]),al=Zr("CircleCheckBig",[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]),tl=Zr("CircleCheck",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]),rl=Zr("CircleChevronDown",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]]),il=Zr("CircleChevronLeft",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]]),nl=Zr("CircleChevronRight",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]]),ol=Zr("CircleChevronUp",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]]),cl=Zr("CircleDashed",[["path",{d:"M10.1 2.182a10 10 0 0 1 3.8 0",key:"5ilxe3"}],["path",{d:"M13.9 21.818a10 10 0 0 1-3.8 0",key:"11zvb9"}],["path",{d:"M17.609 3.721a10 10 0 0 1 2.69 2.7",key:"1iw5b2"}],["path",{d:"M2.182 13.9a10 10 0 0 1 0-3.8",key:"c0bmvh"}],["path",{d:"M20.279 17.609a10 10 0 0 1-2.7 2.69",key:"1ruxm7"}],["path",{d:"M21.818 10.1a10 10 0 0 1 0 3.8",key:"qkgqxc"}],["path",{d:"M3.721 6.391a10 10 0 0 1 2.7-2.69",key:"1mcia2"}],["path",{d:"M6.391 20.279a10 10 0 0 1-2.69-2.7",key:"1fvljs"}]]),dl=Zr("CircleDivide",[["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16",key:"aqc6ln"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8",key:"1mkcni"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),hl=Zr("CircleDollarSign",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 18V6",key:"zqpxq5"}]]),ll=Zr("CircleDotDashed",[["path",{d:"M10.1 2.18a9.93 9.93 0 0 1 3.8 0",key:"1qdqn0"}],["path",{d:"M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7",key:"1bq7p6"}],["path",{d:"M21.82 10.1a9.93 9.93 0 0 1 0 3.8",key:"1rlaqf"}],["path",{d:"M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69",key:"1xk03u"}],["path",{d:"M13.9 21.82a9.94 9.94 0 0 1-3.8 0",key:"l7re25"}],["path",{d:"M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7",key:"1v18p6"}],["path",{d:"M2.18 13.9a9.93 9.93 0 0 1 0-3.8",key:"xdo6bj"}],["path",{d:"M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69",key:"1jjmaz"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]),yl=Zr("CircleDot",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]),pl=Zr("CircleEllipsis",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M17 12h.01",key:"1m0b6t"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M7 12h.01",key:"eqddd0"}]]),sl=Zr("CircleEqual",[["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),kl=Zr("CircleFadingArrowUp",[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]]),ul=Zr("CircleFadingPlus",[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]]),Ml=Zr("CircleGauge",[["path",{d:"M15.6 2.7a10 10 0 1 0 5.7 5.7",key:"1e0p6d"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M13.4 10.6 19 5",key:"1kr7tw"}]]),gl=Zr("CircleHelp",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]]),vl=Zr("CircleMinus",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]]),ml=Zr("CircleOff",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.35 2.69A10 10 0 0 1 21.3 15.65",key:"1pfsoa"}],["path",{d:"M19.08 19.08A10 10 0 1 1 4.92 4.92",key:"1ablyi"}]]),fl=Zr("CircleParkingOff",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m5 5 14 14",key:"11anup"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2",key:"uoagbd"}],["path",{d:"M9 17v-2.34",key:"a9qo08"}]]),xl=Zr("CircleParking",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]]),wl=Zr("CirclePause",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"10",x2:"10",y1:"15",y2:"9",key:"c1nkhi"}],["line",{x1:"14",x2:"14",y1:"15",y2:"9",key:"h65svq"}]]),Ll=Zr("CirclePercent",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]),Cl=Zr("CirclePlay",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polygon",{points:"10 8 16 12 10 16 10 8",key:"1cimsy"}]]),bl=Zr("CirclePlus",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]),Sl=Zr("CirclePower",[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005",key:"1pek45"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),Il=Zr("CircleSlash2",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M22 2 2 22",key:"y4kqgn"}]]),Al=Zr("CircleSlash",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]]),ql=Zr("CircleStop",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["rect",{width:"6",height:"6",x:"9",y:"9",key:"1wrtvo"}]]),Pl=Zr("CircleUserRound",[["path",{d:"M18 20a6 6 0 0 0-12 0",key:"1qehca"}],["circle",{cx:"12",cy:"10",r:"4",key:"1h16sb"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),Rl=Zr("CircleUser",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662",key:"154egf"}]]),zl=Zr("CircleX",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]),Hl=Zr("Circle",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),Tl=Zr("CircuitBoard",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M11 9h4a2 2 0 0 0 2-2V3",key:"1ve2rv"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"M7 21v-4a2 2 0 0 1 2-2h4",key:"1fwkro"}],["circle",{cx:"15",cy:"15",r:"2",key:"3i40o0"}]]),Bl=Zr("Citrus",[["path",{d:"M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z",key:"4ite01"}],["path",{d:"M19.65 15.66A8 8 0 0 1 8.35 4.34",key:"1gxipu"}],["path",{d:"m14 10-5.5 5.5",key:"92pfem"}],["path",{d:"M14 17.85V10H6.15",key:"xqmtsk"}]]),Dl=Zr("Clapperboard",[["path",{d:"M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z",key:"1tn4o7"}],["path",{d:"m6.2 5.3 3.1 3.9",key:"iuk76l"}],["path",{d:"m12.4 3.4 3.1 4",key:"6hsd6n"}],["path",{d:"M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z",key:"ltgou9"}]]),Vl=Zr("ClipboardCheck",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"m9 14 2 2 4-4",key:"df797q"}]]),jl=Zr("ClipboardCopy",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2",key:"4jdomd"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v4",key:"3hqy98"}],["path",{d:"M21 14H11",key:"1bme5i"}],["path",{d:"m15 10-4 4 4 4",key:"5dvupr"}]]),Fl=Zr("ClipboardList",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M12 11h4",key:"1jrz19"}],["path",{d:"M12 16h4",key:"n85exb"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]),El=Zr("ClipboardMinus",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 14h6",key:"159ibu"}]]),Ol=Zr("ClipboardPaste",[["path",{d:"M15 2H9a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1Z",key:"1pp7kr"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M16 4h2a2 2 0 0 1 2 2v2M11 14h10",key:"2ik1ml"}],["path",{d:"m17 10 4 4-4 4",key:"vp2hj1"}]]),Ul=Zr("ClipboardPenLine",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",key:"1oijnt"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5",key:"1but9f"}],["path",{d:"M16 4h2a2 2 0 0 1 1.73 1",key:"1p8n7l"}],["path",{d:"M8 18h1",key:"13wk12"}],["path",{d:"M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"2t3380"}]]),Wl=Zr("ClipboardPen",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",key:"1oijnt"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5",key:"cereej"}],["path",{d:"M4 13.5V6a2 2 0 0 1 2-2h2",key:"5ua5vh"}],["path",{d:"M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1y4qbx"}]]),Zl=Zr("ClipboardPlus",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 14h6",key:"159ibu"}],["path",{d:"M12 17v-6",key:"1y8rbf"}]]),Gl=Zr("ClipboardType",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 12v-1h6v1",key:"iehl6m"}],["path",{d:"M11 17h2",key:"12w5me"}],["path",{d:"M12 11v6",key:"1bwqyc"}]]),Nl=Zr("ClipboardX",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"m15 11-6 6",key:"1toa9n"}],["path",{d:"m9 11 6 6",key:"wlibny"}]]),_l=Zr("Clipboard",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}]]),Xl=Zr("Clock1",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 14.5 8",key:"12zbmj"}]]),Kl=Zr("Clock10",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 8 10",key:"atfzqc"}]]),Yl=Zr("Clock11",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 9.5 8",key:"l5bg6f"}]]),Jl=Zr("Clock12",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12",key:"1fub01"}]]),$l=Zr("Clock2",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 10",key:"1g230d"}]]),Ql=Zr("Clock3",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16.5 12",key:"1aq6pp"}]]),ey=Zr("Clock4",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]]),ay=Zr("Clock5",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 14.5 16",key:"1pcbox"}]]),ty=Zr("Clock6",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 12 16.5",key:"hb2qv6"}]]),ry=Zr("Clock7",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 9.5 16",key:"ka3394"}]]),iy=Zr("Clock8",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 8 14",key:"tmc9b4"}]]),ny=Zr("Clock9",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 7.5 12",key:"1k60p0"}]]),oy=Zr("ClockArrowDown",[["path",{d:"M12.338 21.994A10 10 0 1 1 21.925 13.227",key:"1i7shu"}],["path",{d:"M12 6v6l2 1",key:"19cm8n"}],["path",{d:"m14 18 4 4 4-4",key:"1waygx"}],["path",{d:"M18 14v8",key:"irew45"}]]),cy=Zr("ClockArrowUp",[["path",{d:"M13.228 21.925A10 10 0 1 1 21.994 12.338",key:"1fzlyi"}],["path",{d:"M12 6v6l1.562.781",key:"1ujuk9"}],["path",{d:"m14 18 4-4 4 4",key:"ftkppy"}],["path",{d:"M18 22v-8",key:"su0gjh"}]]),dy=Zr("Clock",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]]),hy=Zr("CloudCog",[["circle",{cx:"12",cy:"17",r:"3",key:"1spfwm"}],["path",{d:"M4.2 15.1A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2",key:"zaobp"}],["path",{d:"m15.7 18.4-.9-.3",key:"4qxpbn"}],["path",{d:"m9.2 15.9-.9-.3",key:"17q7o2"}],["path",{d:"m10.6 20.7.3-.9",key:"1pf4s2"}],["path",{d:"m13.1 14.2.3-.9",key:"1mnuqm"}],["path",{d:"m13.6 20.7-.4-1",key:"1jpd1m"}],["path",{d:"m10.8 14.3-.4-1",key:"17ugyy"}],["path",{d:"m8.3 18.6 1-.4",key:"s42vdx"}],["path",{d:"m14.7 15.8 1-.4",key:"2wizun"}]]),ly=Zr("CloudDownload",[["path",{d:"M12 13v8l-4-4",key:"1f5nwf"}],["path",{d:"m12 21 4-4",key:"1lfcce"}],["path",{d:"M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284",key:"ui1hmy"}]]),yy=Zr("CloudDrizzle",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M8 19v1",key:"1dk2by"}],["path",{d:"M8 14v1",key:"84yxot"}],["path",{d:"M16 19v1",key:"v220m7"}],["path",{d:"M16 14v1",key:"g12gj6"}],["path",{d:"M12 21v1",key:"q8vafk"}],["path",{d:"M12 16v1",key:"1mx6rx"}]]),py=Zr("CloudFog",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 17H7",key:"pygtm1"}],["path",{d:"M17 21H9",key:"1u2q02"}]]),sy=Zr("CloudHail",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 14v2",key:"a1is7l"}],["path",{d:"M8 14v2",key:"1e9m6t"}],["path",{d:"M16 20h.01",key:"xwek51"}],["path",{d:"M8 20h.01",key:"1vjney"}],["path",{d:"M12 16v2",key:"z66u1j"}],["path",{d:"M12 22h.01",key:"1urd7a"}]]),ky=Zr("CloudLightning",[["path",{d:"M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973",key:"1cez44"}],["path",{d:"m13 12-3 5h4l-3 5",key:"1t22er"}]]),uy=Zr("CloudMoonRain",[["path",{d:"M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197",key:"erj67n"}],["path",{d:"M11 20v2",key:"174qtz"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24",key:"1qmrp3"}],["path",{d:"M7 19v2",key:"12npes"}]]),My=Zr("CloudMoon",[["path",{d:"M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197",key:"erj67n"}],["path",{d:"M13 16a3 3 0 1 1 0 6H7a5 5 0 1 1 4.9-6Z",key:"p44pc9"}]]),gy=Zr("CloudOff",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193",key:"yfwify"}],["path",{d:"M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07",key:"jlfiyv"}]]),vy=Zr("CloudRainWind",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m9.2 22 3-7",key:"sb5f6j"}],["path",{d:"m9 13-3 7",key:"500co5"}],["path",{d:"m17 13-3 7",key:"8t2fiy"}]]),my=Zr("CloudRain",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 14v6",key:"1j4efv"}],["path",{d:"M8 14v6",key:"17c4r9"}],["path",{d:"M12 16v6",key:"c8a4gj"}]]),fy=Zr("CloudSnow",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M8 19h.01",key:"puxtts"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M12 21h.01",key:"h35vbk"}],["path",{d:"M16 15h.01",key:"rnfrdf"}],["path",{d:"M16 19h.01",key:"1vcnzz"}]]),xy=Zr("CloudSunRain",[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128",key:"dpwdj0"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24",key:"1qmrp3"}],["path",{d:"M11 20v2",key:"174qtz"}],["path",{d:"M7 19v2",key:"12npes"}]]),wy=Zr("CloudSun",[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128",key:"dpwdj0"}],["path",{d:"M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z",key:"s09mg5"}]]),Ly=Zr("CloudUpload",[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m8 17 4-4 4 4",key:"1quai1"}]]),Cy=Zr("Cloud",[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]]),by=Zr("Cloudy",[["path",{d:"M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"gqqjvc"}],["path",{d:"M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5",key:"1p2s76"}]]),Sy=Zr("Clover",[["path",{d:"M16.17 7.83 2 22",key:"t58vo8"}],["path",{d:"M4.02 12a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12",key:"17k36q"}],["path",{d:"m7.83 7.83 8.34 8.34",key:"1d7sxk"}]]),Iy=Zr("Club",[["path",{d:"M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6Z",key:"27yuqz"}],["path",{d:"M12 17.66L12 22",key:"ogfahf"}]]),Ay=Zr("CodeXml",[["path",{d:"m18 16 4-4-4-4",key:"1inbqp"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"m14.5 4-5 16",key:"e7oirm"}]]),qy=Zr("Code",[["polyline",{points:"16 18 22 12 16 6",key:"z7tu5w"}],["polyline",{points:"8 6 2 12 8 18",key:"1eg1df"}]]),Py=Zr("Codepen",[["polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2",key:"srzb37"}],["line",{x1:"12",x2:"12",y1:"22",y2:"15.5",key:"1t73f2"}],["polyline",{points:"22 8.5 12 15.5 2 8.5",key:"ajlxae"}],["polyline",{points:"2 15.5 12 8.5 22 15.5",key:"susrui"}],["line",{x1:"12",x2:"12",y1:"2",y2:"8.5",key:"2cldga"}]]),Ry=Zr("Codesandbox",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}],["polyline",{points:"7.5 4.21 12 6.81 16.5 4.21",key:"fabo96"}],["polyline",{points:"7.5 19.79 7.5 14.6 3 12",key:"z377f1"}],["polyline",{points:"21 12 16.5 14.6 16.5 19.79",key:"9nrev1"}],["polyline",{points:"3.27 6.96 12 12.01 20.73 6.96",key:"1180pa"}],["line",{x1:"12",x2:"12",y1:"22.08",y2:"12",key:"3z3uq6"}]]),zy=Zr("Coffee",[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1",key:"pwadti"}],["path",{d:"M6 2v2",key:"colzsn"}]]),Hy=Zr("Cog",[["path",{d:"M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z",key:"sobvz5"}],["path",{d:"M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",key:"11i496"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 22v-2",key:"1osdcq"}],["path",{d:"m17 20.66-1-1.73",key:"eq3orb"}],["path",{d:"M11 10.27 7 3.34",key:"16pf9h"}],["path",{d:"m20.66 17-1.73-1",key:"sg0v6f"}],["path",{d:"m3.34 7 1.73 1",key:"1ulond"}],["path",{d:"M14 12h8",key:"4f43i9"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"m20.66 7-1.73 1",key:"1ow05n"}],["path",{d:"m3.34 17 1.73-1",key:"nuk764"}],["path",{d:"m17 3.34-1 1.73",key:"2wel8s"}],["path",{d:"m11 13.73-4 6.93",key:"794ttg"}]]),Ty=Zr("Coins",[["circle",{cx:"8",cy:"8",r:"6",key:"3yglwk"}],["path",{d:"M18.09 10.37A6 6 0 1 1 10.34 18",key:"t5s6rm"}],["path",{d:"M7 6h1v4",key:"1obek4"}],["path",{d:"m16.71 13.88.7.71-2.82 2.82",key:"1rbuyh"}]]),By=Zr("Columns2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 3v18",key:"108xh3"}]]),Dy=Zr("Columns3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]]),Vy=Zr("Columns4",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7.5 3v18",key:"w0wo6v"}],["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M16.5 3v18",key:"10tjh1"}]]),jy=Zr("Combine",[["rect",{width:"8",height:"8",x:"2",y:"2",rx:"2",key:"z1hh3n"}],["path",{d:"M14 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2",key:"83orz6"}],["path",{d:"M20 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2",key:"k86dmt"}],["path",{d:"M10 18H5c-1.7 0-3-1.3-3-3v-1",key:"6vokjl"}],["polyline",{points:"7 21 10 18 7 15",key:"1k02g0"}],["rect",{width:"8",height:"8",x:"14",y:"14",rx:"2",key:"1fa9i4"}]]),Fy=Zr("Command",[["path",{d:"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3",key:"11bfej"}]]),Ey=Zr("Compass",[["path",{d:"m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z",key:"9ktpf1"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),Oy=Zr("Component",[["path",{d:"M5.5 8.5 9 12l-3.5 3.5L2 12l3.5-3.5Z",key:"1kciei"}],["path",{d:"m12 2 3.5 3.5L12 9 8.5 5.5 12 2Z",key:"1ome0g"}],["path",{d:"M18.5 8.5 22 12l-3.5 3.5L15 12l3.5-3.5Z",key:"vbupec"}],["path",{d:"m12 15 3.5 3.5L12 22l-3.5-3.5L12 15Z",key:"16csic"}]]),Uy=Zr("Computer",[["rect",{width:"14",height:"8",x:"5",y:"2",rx:"2",key:"wc9tft"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h2",key:"rwmk9e"}],["path",{d:"M12 18h6",key:"aqd8w3"}]]),Wy=Zr("ConciergeBell",[["path",{d:"M3 20a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1Z",key:"1pvr1r"}],["path",{d:"M20 16a8 8 0 1 0-16 0",key:"1pa543"}],["path",{d:"M12 4v4",key:"1bq03y"}],["path",{d:"M10 4h4",key:"1xpv9s"}]]),Zy=Zr("Cone",[["path",{d:"m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98",key:"53pte7"}],["ellipse",{cx:"12",cy:"19",rx:"9",ry:"3",key:"1ji25f"}]]),Gy=Zr("Construction",[["rect",{x:"2",y:"6",width:"20",height:"8",rx:"1",key:"1estib"}],["path",{d:"M17 14v7",key:"7m2elx"}],["path",{d:"M7 14v7",key:"1cm7wv"}],["path",{d:"M17 3v3",key:"1v4jwn"}],["path",{d:"M7 3v3",key:"7o6guu"}],["path",{d:"M10 14 2.3 6.3",key:"1023jk"}],["path",{d:"m14 6 7.7 7.7",key:"1s8pl2"}],["path",{d:"m8 6 8 8",key:"hl96qh"}]]),Ny=Zr("ContactRound",[["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}],["circle",{cx:"12",cy:"11",r:"3",key:"itu57m"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["line",{x1:"8",x2:"8",y1:"2",y2:"4",key:"1ff9gb"}],["line",{x1:"16",x2:"16",y1:"2",y2:"4",key:"1ufoma"}]]),_y=Zr("Contact",[["path",{d:"M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2",key:"1mghuy"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["circle",{cx:"12",cy:"10",r:"2",key:"1yojzk"}],["line",{x1:"8",x2:"8",y1:"2",y2:"4",key:"1ff9gb"}],["line",{x1:"16",x2:"16",y1:"2",y2:"4",key:"1ufoma"}]]),Xy=Zr("Container",[["path",{d:"M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z",key:"1t2lqe"}],["path",{d:"M10 21.9V14L2.1 9.1",key:"o7czzq"}],["path",{d:"m10 14 11.9-6.9",key:"zm5e20"}],["path",{d:"M14 19.8v-8.1",key:"159ecu"}],["path",{d:"M18 17.5V9.4",key:"11uown"}]]),Ky=Zr("Contrast",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z",key:"j4l70d"}]]),Yy=Zr("Cookie",[["path",{d:"M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5",key:"laymnq"}],["path",{d:"M8.5 8.5v.01",key:"ue8clq"}],["path",{d:"M16 15.5v.01",key:"14dtrp"}],["path",{d:"M12 12v.01",key:"u5ubse"}],["path",{d:"M11 17v.01",key:"1hyl5a"}],["path",{d:"M7 14v.01",key:"uct60s"}]]),Jy=Zr("CookingPot",[["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8",key:"u0tga0"}],["path",{d:"m4 8 16-4",key:"16g0ng"}],["path",{d:"m8.86 6.78-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8",key:"12cejc"}]]),$y=Zr("CopyCheck",[["path",{d:"m12 15 2 2 4-4",key:"2c609p"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]),Qy=Zr("CopyMinus",[["line",{x1:"12",x2:"18",y1:"15",y2:"15",key:"1nscbv"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]),ep=Zr("CopyPlus",[["line",{x1:"15",x2:"15",y1:"12",y2:"18",key:"1p7wdc"}],["line",{x1:"12",x2:"18",y1:"15",y2:"15",key:"1nscbv"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]),ap=Zr("CopySlash",[["line",{x1:"12",x2:"18",y1:"18",y2:"12",key:"ebkxgr"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]),tp=Zr("CopyX",[["line",{x1:"12",x2:"18",y1:"12",y2:"18",key:"1rg63v"}],["line",{x1:"12",x2:"18",y1:"18",y2:"12",key:"ebkxgr"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]),rp=Zr("Copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]),ip=Zr("Copyleft",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66",key:"1sveal"}]]),np=Zr("Copyright",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66",key:"1i56pz"}]]),op=Zr("CornerDownLeft",[["polyline",{points:"9 10 4 15 9 20",key:"r3jprv"}],["path",{d:"M20 4v7a4 4 0 0 1-4 4H4",key:"6o5b7l"}]]),cp=Zr("CornerDownRight",[["polyline",{points:"15 10 20 15 15 20",key:"1q7qjw"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12",key:"z08zvw"}]]),dp=Zr("CornerLeftDown",[["polyline",{points:"14 15 9 20 4 15",key:"nkc4i"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12",key:"nbpdq2"}]]),hp=Zr("CornerLeftUp",[["polyline",{points:"14 9 9 4 4 9",key:"m9oyvo"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4",key:"1blwi3"}]]),lp=Zr("CornerRightDown",[["polyline",{points:"10 15 15 20 20 15",key:"axus6l"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12",key:"wcbgct"}]]),yp=Zr("CornerRightUp",[["polyline",{points:"10 9 15 4 20 9",key:"1lr6px"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4",key:"1plgdj"}]]),pp=Zr("CornerUpLeft",[["polyline",{points:"9 14 4 9 9 4",key:"881910"}],["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4",key:"1nkjon"}]]),sp=Zr("CornerUpRight",[["polyline",{points:"15 14 20 9 15 4",key:"1tbx3s"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12",key:"1lu4f8"}]]),kp=Zr("Cpu",[["rect",{width:"16",height:"16",x:"4",y:"4",rx:"2",key:"14l7u7"}],["rect",{width:"6",height:"6",x:"9",y:"9",rx:"1",key:"5aljv4"}],["path",{d:"M15 2v2",key:"13l42r"}],["path",{d:"M15 20v2",key:"15mkzm"}],["path",{d:"M2 15h2",key:"1gxd5l"}],["path",{d:"M2 9h2",key:"1bbxkp"}],["path",{d:"M20 15h2",key:"19e6y8"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M9 2v2",key:"165o2o"}],["path",{d:"M9 20v2",key:"i2bqo8"}]]),up=Zr("CreativeCommons",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M10 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",key:"1ss3eq"}],["path",{d:"M17 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",key:"1od56t"}]]),Mp=Zr("CreditCard",[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]]),gp=Zr("Croissant",[["path",{d:"m4.6 13.11 5.79-3.21c1.89-1.05 4.79 1.78 3.71 3.71l-3.22 5.81C8.8 23.16.79 15.23 4.6 13.11Z",key:"1ozxlb"}],["path",{d:"m10.5 9.5-1-2.29C9.2 6.48 8.8 6 8 6H4.5C2.79 6 2 6.5 2 8.5a7.71 7.71 0 0 0 2 4.83",key:"ffuyb5"}],["path",{d:"M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4",key:"osnpzi"}],["path",{d:"m14.5 13.5 2.29 1c.73.3 1.21.7 1.21 1.5v3.5c0 1.71-.5 2.5-2.5 2.5a7.71 7.71 0 0 1-4.83-2",key:"1vubaw"}],["path",{d:"M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5",key:"wxr772"}]]),vp=Zr("Crop",[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14",key:"ron5a4"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2",key:"7s9ehn"}]]),mp=Zr("Cross",[["path",{d:"M11 2a2 2 0 0 0-2 2v5H4a2 2 0 0 0-2 2v2c0 1.1.9 2 2 2h5v5c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2v-5h5a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-5V4a2 2 0 0 0-2-2h-2z",key:"1t5g7j"}]]),fp=Zr("Crosshair",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"22",x2:"18",y1:"12",y2:"12",key:"l9bcsi"}],["line",{x1:"6",x2:"2",y1:"12",y2:"12",key:"13hhkx"}],["line",{x1:"12",x2:"12",y1:"6",y2:"2",key:"10w3f3"}],["line",{x1:"12",x2:"12",y1:"22",y2:"18",key:"15g9kq"}]]),xp=Zr("Crown",[["path",{d:"M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z",key:"1vdc57"}],["path",{d:"M5 21h14",key:"11awu3"}]]),wp=Zr("Cuboid",[["path",{d:"m21.12 6.4-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66Z",key:"1u2ovd"}],["path",{d:"M10 22v-8L2.25 9.15",key:"11pn4q"}],["path",{d:"m10 14 11.77-6.87",key:"1kt1wh"}]]),Lp=Zr("CupSoda",[["path",{d:"m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8",key:"8166m8"}],["path",{d:"M5 8h14",key:"pcz4l3"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0",key:"yjz344"}],["path",{d:"m12 8 1-6h2",key:"3ybfa4"}]]),Cp=Zr("Currency",[["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}],["line",{x1:"3",x2:"6",y1:"3",y2:"6",key:"1jkytn"}],["line",{x1:"21",x2:"18",y1:"3",y2:"6",key:"14zfjt"}],["line",{x1:"3",x2:"6",y1:"21",y2:"18",key:"iusuec"}],["line",{x1:"21",x2:"18",y1:"21",y2:"18",key:"yj2dd7"}]]),bp=Zr("Cylinder",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5",key:"aqi0yr"}]]),Sp=Zr("Dam",[["path",{d:"M11 11.31c1.17.56 1.54 1.69 3.5 1.69 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"157kva"}],["path",{d:"M11.75 18c.35.5 1.45 1 2.75 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"d7q6m6"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M7 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1L10 4a1 1 0 0 0-1-1z",key:"pr6s65"}]]),Ip=Zr("DatabaseBackup",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 12a9 3 0 0 0 5 2.69",key:"1ui2ym"}],["path",{d:"M21 9.3V5",key:"6k6cib"}],["path",{d:"M3 5v14a9 3 0 0 0 6.47 2.88",key:"i62tjy"}],["path",{d:"M12 12v4h4",key:"1bxaet"}],["path",{d:"M13 20a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16",key:"1f4ei9"}]]),Ap=Zr("DatabaseZap",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 15 21.84",key:"14ibmq"}],["path",{d:"M21 5V8",key:"1marbg"}],["path",{d:"M21 12L18 17H22L19 22",key:"zafso"}],["path",{d:"M3 12A9 3 0 0 0 14.59 14.87",key:"1y4wr8"}]]),qp=Zr("Database",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5",key:"1wlel7"}],["path",{d:"M3 12A9 3 0 0 0 21 12",key:"mv7ke4"}]]),Pp=Zr("Delete",[["path",{d:"M10 5a2 2 0 0 0-1.344.519l-6.328 5.74a1 1 0 0 0 0 1.481l6.328 5.741A2 2 0 0 0 10 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z",key:"1yo7s0"}],["path",{d:"m12 9 6 6",key:"anjzzh"}],["path",{d:"m18 9-6 6",key:"1fp51s"}]]),Rp=Zr("Dessert",[["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}],["path",{d:"M10.2 3.2C5.5 4 2 8.1 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4 0c0-4.9-3.5-9-8.2-9.8",key:"lfo06j"}],["path",{d:"M3.2 14.8a9 9 0 0 0 17.6 0",key:"12xarc"}]]),zp=Zr("Diameter",[["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["circle",{cx:"5",cy:"5",r:"2",key:"1gwv83"}],["path",{d:"M6.48 3.66a10 10 0 0 1 13.86 13.86",key:"xr8kdq"}],["path",{d:"m6.41 6.41 11.18 11.18",key:"uhpjw7"}],["path",{d:"M3.66 6.48a10 10 0 0 0 13.86 13.86",key:"cldpwv"}]]),Hp=Zr("DiamondMinus",[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",key:"1ey20j"}],["path",{d:"M8 12h8",key:"1wcyev"}]]),Tp=Zr("DiamondPercent",[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z",key:"1tpxz2"}],["path",{d:"M9.2 9.2h.01",key:"1b7bvt"}],["path",{d:"m14.5 9.5-5 5",key:"17q4r4"}],["path",{d:"M14.7 14.8h.01",key:"17nsh4"}]]),Bp=Zr("DiamondPlus",[["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",key:"1ey20j"}],["path",{d:"M8 12h8",key:"1wcyev"}]]),Dp=Zr("Diamond",[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z",key:"1f1r0c"}]]),Vp=Zr("Dice1",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]),jp=Zr("Dice2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M15 9h.01",key:"x1ddxp"}],["path",{d:"M9 15h.01",key:"fzyn71"}]]),Fp=Zr("Dice3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]),Ep=Zr("Dice4",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 16h.01",key:"18s6g9"}],["path",{d:"M16 16h.01",key:"1f9h7w"}]]),Op=Zr("Dice5",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 16h.01",key:"18s6g9"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]),Up=Zr("Dice6",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]),Wp=Zr("Dices",[["rect",{width:"12",height:"12",x:"2",y:"10",rx:"2",ry:"2",key:"6agr2n"}],["path",{d:"m17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6",key:"1o487t"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 14h.01",key:"ssrbsk"}],["path",{d:"M15 6h.01",key:"cblpky"}],["path",{d:"M18 9h.01",key:"2061c0"}]]),Zp=Zr("Diff",[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]]),Gp=Zr("Disc2",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]),Np=Zr("Disc3",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M6 12c0-1.7.7-3.2 1.8-4.2",key:"oqkarx"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M18 12c0 1.7-.7 3.2-1.8 4.2",key:"1eah9h"}]]),_p=Zr("DiscAlbum",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"5",key:"nd82uf"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]),Xp=Zr("Disc",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]),Kp=Zr("Divide",[["circle",{cx:"12",cy:"6",r:"1",key:"1bh7o1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12",key:"13b5wn"}],["circle",{cx:"12",cy:"18",r:"1",key:"lqb9t5"}]]),Yp=Zr("DnaOff",[["path",{d:"M15 2c-1.35 1.5-2.092 3-2.5 4.5L14 8",key:"1bivrr"}],["path",{d:"m17 6-2.891-2.891",key:"xu6p2f"}],["path",{d:"M2 15c3.333-3 6.667-3 10-3",key:"nxix30"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"m20 9 .891.891",key:"3xwk7g"}],["path",{d:"M22 9c-1.5 1.35-3 2.092-4.5 2.5l-1-1",key:"18cutr"}],["path",{d:"M3.109 14.109 4 15",key:"q76aoh"}],["path",{d:"m6.5 12.5 1 1",key:"cs35ky"}],["path",{d:"m7 18 2.891 2.891",key:"1sisit"}],["path",{d:"M9 22c1.35-1.5 2.092-3 2.5-4.5L10 16",key:"rlvei3"}]]),Jp=Zr("Dna",[["path",{d:"m10 16 1.5 1.5",key:"11lckj"}],["path",{d:"m14 8-1.5-1.5",key:"1ohn8i"}],["path",{d:"M15 2c-1.798 1.998-2.518 3.995-2.807 5.993",key:"80uv8i"}],["path",{d:"m16.5 10.5 1 1",key:"696xn5"}],["path",{d:"m17 6-2.891-2.891",key:"xu6p2f"}],["path",{d:"M2 15c6.667-6 13.333 0 20-6",key:"1pyr53"}],["path",{d:"m20 9 .891.891",key:"3xwk7g"}],["path",{d:"M3.109 14.109 4 15",key:"q76aoh"}],["path",{d:"m6.5 12.5 1 1",key:"cs35ky"}],["path",{d:"m7 18 2.891 2.891",key:"1sisit"}],["path",{d:"M9 22c1.798-1.998 2.518-3.995 2.807-5.993",key:"q3hbxp"}]]),$p=Zr("Dock",[["path",{d:"M2 8h20",key:"d11cs7"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 16h12",key:"u522kt"}]]),Qp=Zr("Dog",[["path",{d:"M11.25 16.25h1.5L12 17z",key:"w7jh35"}],["path",{d:"M16 14v.5",key:"1lajdz"}],["path",{d:"M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444a11.702 11.702 0 0 0-.493-3.309",key:"u7s9ue"}],["path",{d:"M8 14v.5",key:"1nzgdb"}],["path",{d:"M8.5 8.5c-.384 1.05-1.083 2.028-2.344 2.5-1.931.722-3.576-.297-3.656-1-.113-.994 1.177-6.53 4-7 1.923-.321 3.651.845 3.651 2.235A7.497 7.497 0 0 1 14 5.277c0-1.39 1.844-2.598 3.767-2.277 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5",key:"v8hric"}]]),es=Zr("DollarSign",[["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6",key:"1b0p4s"}]]),as=Zr("Donut",[["path",{d:"M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4 10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3",key:"19sr3x"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]),ts=Zr("DoorClosed",[["path",{d:"M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14",key:"36qu9e"}],["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"M14 12v.01",key:"xfcn54"}]]),rs=Zr("DoorOpen",[["path",{d:"M13 4h3a2 2 0 0 1 2 2v14",key:"hrm0s9"}],["path",{d:"M2 20h3",key:"1gaodv"}],["path",{d:"M13 20h9",key:"s90cdi"}],["path",{d:"M10 12v.01",key:"vx6srw"}],["path",{d:"M13 4.562v16.157a1 1 0 0 1-1.242.97L5 20V5.562a2 2 0 0 1 1.515-1.94l4-1A2 2 0 0 1 13 4.561Z",key:"199qr4"}]]),is=Zr("Dot",[["circle",{cx:"12.1",cy:"12.1",r:"1",key:"18d7e5"}]]),ns=Zr("Download",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"7 10 12 15 17 10",key:"2ggqvy"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3",key:"1vk2je"}]]),os=Zr("DraftingCompass",[["path",{d:"m12.99 6.74 1.93 3.44",key:"iwagvd"}],["path",{d:"M19.136 12a10 10 0 0 1-14.271 0",key:"ppmlo4"}],["path",{d:"m21 21-2.16-3.84",key:"vylbct"}],["path",{d:"m3 21 8.02-14.26",key:"1ssaw4"}],["circle",{cx:"12",cy:"5",r:"2",key:"f1ur92"}]]),cs=Zr("Drama",[["path",{d:"M10 11h.01",key:"d2at3l"}],["path",{d:"M14 6h.01",key:"k028ub"}],["path",{d:"M18 6h.01",key:"1v4wsw"}],["path",{d:"M6.5 13.1h.01",key:"1748ia"}],["path",{d:"M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3",key:"172yzv"}],["path",{d:"M17.4 9.9c-.8.8-2 .8-2.8 0",key:"1obv0w"}],["path",{d:"M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7",key:"rqjl8i"}],["path",{d:"M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4",key:"1mr6wy"}]]),ds=Zr("Dribbble",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94",key:"hpej1"}],["path",{d:"M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32",key:"1tr44o"}],["path",{d:"M8.56 2.75c4.37 6 6 9.42 8 17.72",key:"kbh691"}]]),hs=Zr("Drill",[["path",{d:"M14 9c0 .6-.4 1-1 1H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9c.6 0 1 .4 1 1Z",key:"b6nnkj"}],["path",{d:"M18 6h4",key:"66u95g"}],["path",{d:"M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3",key:"105ega"}],["path",{d:"m5 10-2 8",key:"xt2lic"}],["path",{d:"M12 10v3c0 .6-.4 1-1 1H8",key:"mwpjnk"}],["path",{d:"m7 18 2-8",key:"1bzku2"}],["path",{d:"M5 22c-1.7 0-3-1.3-3-3 0-.6.4-1 1-1h7c.6 0 1 .4 1 1v2c0 .6-.4 1-1 1Z",key:"117add"}]]),ls=Zr("Droplet",[["path",{d:"M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z",key:"c7niix"}]]),ys=Zr("Droplets",[["path",{d:"M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z",key:"1ptgy4"}],["path",{d:"M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97",key:"1sl1rz"}]]),ps=Zr("Drum",[["path",{d:"m2 2 8 8",key:"1v6059"}],["path",{d:"m22 2-8 8",key:"173r8a"}],["ellipse",{cx:"12",cy:"9",rx:"10",ry:"5",key:"liohsx"}],["path",{d:"M7 13.4v7.9",key:"1yi6u9"}],["path",{d:"M12 14v8",key:"1tn2tj"}],["path",{d:"M17 13.4v7.9",key:"eqz2v3"}],["path",{d:"M2 9v8a10 5 0 0 0 20 0V9",key:"1750ul"}]]),ss=Zr("Drumstick",[["path",{d:"M15.4 15.63a7.875 6 135 1 1 6.23-6.23 4.5 3.43 135 0 0-6.23 6.23",key:"1dtqwm"}],["path",{d:"m8.29 12.71-2.6 2.6a2.5 2.5 0 1 0-1.65 4.65A2.5 2.5 0 1 0 8.7 18.3l2.59-2.59",key:"1oq1fw"}]]),ks=Zr("Dumbbell",[["path",{d:"M14.4 14.4 9.6 9.6",key:"ic80wn"}],["path",{d:"M18.657 21.485a2 2 0 1 1-2.829-2.828l-1.767 1.768a2 2 0 1 1-2.829-2.829l6.364-6.364a2 2 0 1 1 2.829 2.829l-1.768 1.767a2 2 0 1 1 2.828 2.829z",key:"nnl7wr"}],["path",{d:"m21.5 21.5-1.4-1.4",key:"1f1ice"}],["path",{d:"M3.9 3.9 2.5 2.5",key:"1evmna"}],["path",{d:"M6.404 12.768a2 2 0 1 1-2.829-2.829l1.768-1.767a2 2 0 1 1-2.828-2.829l2.828-2.828a2 2 0 1 1 2.829 2.828l1.767-1.768a2 2 0 1 1 2.829 2.829z",key:"yhosts"}]]),us=Zr("EarOff",[["path",{d:"M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46",key:"1qngmn"}],["path",{d:"M6 8.5c0-.75.13-1.47.36-2.14",key:"b06bma"}],["path",{d:"M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76",key:"g10hsz"}],["path",{d:"M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18",key:"ygzou7"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),Ms=Zr("Ear",[["path",{d:"M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0",key:"1dfaln"}],["path",{d:"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4",key:"1qnva7"}]]),gs=Zr("EarthLock",[["path",{d:"M7 3.34V5a3 3 0 0 0 3 3",key:"w732o8"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",key:"f02343"}],["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54",key:"1djwo0"}],["path",{d:"M12 2a10 10 0 1 0 9.54 13",key:"zjsr6q"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2",key:"1of5e8"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1",key:"1fmf51"}]]),vs=Zr("Earth",[["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54",key:"1djwo0"}],["path",{d:"M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17",key:"1tzkfa"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",key:"14pb5j"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),ms=Zr("Eclipse",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a7 7 0 1 0 10 10",key:"1yuj32"}]]),fs=Zr("EggFried",[["circle",{cx:"11.5",cy:"12.5",r:"3.5",key:"1cl1mi"}],["path",{d:"M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z",key:"165ef9"}]]),xs=Zr("EggOff",[["path",{d:"M6.399 6.399C5.362 8.157 4.65 10.189 4.5 12c-.37 4.43 1.27 9.95 7.5 10 3.256-.026 5.259-1.547 6.375-3.625",key:"6et380"}],["path",{d:"M19.532 13.875A14.07 14.07 0 0 0 19.5 12c-.36-4.34-3.95-9.96-7.5-10-1.04.012-2.082.502-3.046 1.297",key:"gcdc3f"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),ws=Zr("Egg",[["path",{d:"M12 22c6.23-.05 7.87-5.57 7.5-10-.36-4.34-3.95-9.96-7.5-10-3.55.04-7.14 5.66-7.5 10-.37 4.43 1.27 9.95 7.5 10z",key:"1c39pg"}]]),Ls=Zr("EllipsisVertical",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}]]),Cs=Zr("Ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]),bs=Zr("EqualNot",[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}]]),Ss=Zr("Equal",[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}]]),Is=Zr("Eraser",[["path",{d:"m7 21-4.3-4.3c-1-1-1-2.5 0-3.4l9.6-9.6c1-1 2.5-1 3.4 0l5.6 5.6c1 1 1 2.5 0 3.4L13 21",key:"182aya"}],["path",{d:"M22 21H7",key:"t4ddhn"}],["path",{d:"m5 11 9 9",key:"1mo9qw"}]]),As=Zr("EthernetPort",[["path",{d:"m15 20 3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3z",key:"rbahqx"}],["path",{d:"M6 8v1",key:"1636ez"}],["path",{d:"M10 8v1",key:"1talb4"}],["path",{d:"M14 8v1",key:"1rsfgr"}],["path",{d:"M18 8v1",key:"gnkwox"}]]),qs=Zr("Euro",[["path",{d:"M4 10h12",key:"1y6xl8"}],["path",{d:"M4 14h9",key:"1loblj"}],["path",{d:"M19 6a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8 2 0 3.8-.8 5.2-2",key:"1j6lzo"}]]),Ps=Zr("Expand",[["path",{d:"m21 21-6-6m6 6v-4.8m0 4.8h-4.8",key:"1c15vz"}],["path",{d:"M3 16.2V21m0 0h4.8M3 21l6-6",key:"1fsnz2"}],["path",{d:"M21 7.8V3m0 0h-4.8M21 3l-6 6",key:"hawz9i"}],["path",{d:"M3 7.8V3m0 0h4.8M3 3l6 6",key:"u9ee12"}]]),Rs=Zr("ExternalLink",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]]),zs=Zr("EyeOff",[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),Hs=Zr("Eye",[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]),Ts=Zr("Facebook",[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z",key:"1jg4f8"}]]),Bs=Zr("Factory",[["path",{d:"M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"159hny"}],["path",{d:"M17 18h1",key:"uldtlt"}],["path",{d:"M12 18h1",key:"s9uhes"}],["path",{d:"M7 18h1",key:"1neino"}]]),Ds=Zr("Fan",[["path",{d:"M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z",key:"484a7f"}],["path",{d:"M12 12v.01",key:"u5ubse"}]]),Vs=Zr("FastForward",[["polygon",{points:"13 19 22 12 13 5 13 19",key:"587y9g"}],["polygon",{points:"2 19 11 12 2 5 2 19",key:"3pweh0"}]]),js=Zr("Feather",[["path",{d:"M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z",key:"18jl4k"}],["path",{d:"M16 8 2 22",key:"vp34q"}],["path",{d:"M17.5 15H9",key:"1oz8nu"}]]),Fs=Zr("Fence",[["path",{d:"M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"1n2rgs"}],["path",{d:"M6 8h4",key:"utf9t1"}],["path",{d:"M6 18h4",key:"12yh4b"}],["path",{d:"m12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"3ha7mj"}],["path",{d:"M14 8h4",key:"1r8wg2"}],["path",{d:"M14 18h4",key:"1t3kbu"}],["path",{d:"m20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"dfd4e2"}]]),Es=Zr("FerrisWheel",[["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m6.8 15-3.5 2",key:"hjy98k"}],["path",{d:"m20.7 7-3.5 2",key:"f08gto"}],["path",{d:"M6.8 9 3.3 7",key:"1aevh4"}],["path",{d:"m20.7 17-3.5-2",key:"1liqo3"}],["path",{d:"m9 22 3-8 3 8",key:"wees03"}],["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M18 18.7a9 9 0 1 0-12 0",key:"dhzg4g"}]]),Os=Zr("Figma",[["path",{d:"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z",key:"1340ok"}],["path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z",key:"1hz3m3"}],["path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z",key:"1oz8n2"}],["path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z",key:"1ff65i"}],["path",{d:"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z",key:"pdip6e"}]]),Us=Zr("FileArchive",[["path",{d:"M10 12v-1",key:"v7bkov"}],["path",{d:"M10 18v-2",key:"1cjy8d"}],["path",{d:"M10 7V6",key:"dljcrl"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 .274 1.01",key:"gkbcor"}],["circle",{cx:"10",cy:"20",r:"2",key:"1xzdoj"}]]),Ws=Zr("FileAudio2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2",key:"17k7jt"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"3",cy:"17",r:"1",key:"vo6nti"}],["path",{d:"M2 17v-3a4 4 0 0 1 8 0v3",key:"1ggdre"}],["circle",{cx:"9",cy:"17",r:"1",key:"bc1fq4"}]]),Zs=Zr("FileAudio",[["path",{d:"M17.5 22h.5a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"rslqgf"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 19a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 1 1-4 0v-1a2 2 0 1 1 4 0",key:"9f7x3i"}]]),Gs=Zr("FileAxis3d",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 18 4-4",key:"12zab0"}],["path",{d:"M8 10v8h8",key:"tlaukw"}]]),Ns=Zr("FileBadge2",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m14 12.5 1 5.5-3-1-3 1 1-5.5",key:"14xlky"}]]),_s=Zr("FileBadge",[["path",{d:"M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"12ixgl"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M5 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",key:"u0c8gj"}],["path",{d:"M7 16.5 8 22l-3-1-3 1 1-5.5",key:"5gm2nr"}]]),Xs=Zr("FileBox",[["path",{d:"M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"16lz6z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01Z",key:"99pj1s"}],["path",{d:"M7 17v5",key:"1yj1jh"}],["path",{d:"M11.7 14.2 7 17l-4.7-2.8",key:"1yk8tc"}]]),Ks=Zr("FileChartColumnIncreasing",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 18v-2",key:"qcmpov"}],["path",{d:"M12 18v-4",key:"q1q25u"}],["path",{d:"M16 18v-6",key:"15y0np"}]]),Ys=Zr("FileChartColumn",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 18v-1",key:"zg0ygc"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"M16 18v-3",key:"j5jt4h"}]]),Js=Zr("FileChartLine",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m16 13-3.5 3.5-2-2L8 17",key:"zz7yod"}]]),$s=Zr("FileChartPie",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.5",key:"13ddob"}],["path",{d:"M4.017 11.512a6 6 0 1 0 8.466 8.475",key:"s6vs5t"}],["path",{d:"M9 16a1 1 0 0 1-1-1v-4c0-.552.45-1.008.995-.917a6 6 0 0 1 4.922 4.922c.091.544-.365.995-.917.995z",key:"1dl6s6"}]]),Qs=Zr("FileCheck2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m3 15 2 2 4-4",key:"1lhrkk"}]]),ek=Zr("FileCheck",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m9 15 2 2 4-4",key:"1grp1n"}]]),ak=Zr("FileClock",[["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"37hlfg"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"8",cy:"16",r:"6",key:"10v15b"}],["path",{d:"M9.5 17.5 8 16.25V14",key:"1o80t2"}]]),tk=Zr("FileCode2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m5 12-3 3 3 3",key:"oke12k"}],["path",{d:"m9 18 3-3-3-3",key:"112psh"}]]),rk=Zr("FileCode",[["path",{d:"M10 12.5 8 15l2 2.5",key:"1tg20x"}],["path",{d:"m14 12.5 2 2.5-2 2.5",key:"yinavb"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}]]),ik=Zr("FileCog",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m3.2 12.9-.9-.4",key:"1i3dj5"}],["path",{d:"m3.2 15.1-.9.4",key:"1fvgj0"}],["path",{d:"M4.677 21.5a2 2 0 0 0 1.313.5H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2.5",key:"1yo3oz"}],["path",{d:"m4.9 11.2-.4-.9",key:"otmhb9"}],["path",{d:"m4.9 16.8-.4.9",key:"1b8z07"}],["path",{d:"m7.5 10.3-.4.9",key:"11k65u"}],["path",{d:"m7.5 17.7-.4-.9",key:"431x55"}],["path",{d:"m9.7 12.5-.9.4",key:"87sjan"}],["path",{d:"m9.7 15.5-.9-.4",key:"khqm91"}],["circle",{cx:"6",cy:"14",r:"3",key:"a1xfv6"}]]),nk=Zr("FileDiff",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M9 17h6",key:"r8uit2"}]]),ok=Zr("FileDigit",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"4",height:"6",x:"2",y:"12",rx:"2",key:"jm304g"}],["path",{d:"M10 12h2v6",key:"12zw74"}],["path",{d:"M10 18h4",key:"1ulq68"}]]),ck=Zr("FileDown",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"m9 15 3 3 3-3",key:"1npd3o"}]]),dk=Zr("FileHeart",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2",key:"17k7jt"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10.29 10.7a2.43 2.43 0 0 0-2.66-.52c-.29.12-.56.3-.78.53l-.35.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L6.5 18l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",key:"1c1fso"}]]),hk=Zr("FileImage",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"10",cy:"12",r:"2",key:"737tya"}],["path",{d:"m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22",key:"wt3hpn"}]]),lk=Zr("FileInput",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 15h10",key:"jfw4w8"}],["path",{d:"m9 18 3-3-3-3",key:"112psh"}]]),yk=Zr("FileJson2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1",key:"fq0c9t"}],["path",{d:"M8 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1",key:"4gibmv"}]]),pk=Zr("FileJson",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1",key:"1oajmo"}],["path",{d:"M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1",key:"mpwhp6"}]]),sk=Zr("FileKey2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v6",key:"rc0qvx"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"4",cy:"16",r:"2",key:"1ehqvc"}],["path",{d:"m10 10-4.5 4.5",key:"7fwrp6"}],["path",{d:"m9 11 1 1",key:"wa6s5q"}]]),kk=Zr("FileKey",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["circle",{cx:"10",cy:"16",r:"2",key:"4ckbqe"}],["path",{d:"m16 10-4.5 4.5",key:"7p3ebg"}],["path",{d:"m15 11 1 1",key:"1bsyx3"}]]),uk=Zr("FileLock2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1",key:"jmtmu2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"8",height:"5",x:"2",y:"13",rx:"1",key:"10y5wo"}],["path",{d:"M8 13v-2a2 2 0 1 0-4 0v2",key:"1pdxzg"}]]),Mk=Zr("FileLock",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["rect",{width:"8",height:"6",x:"8",y:"12",rx:"1",key:"3yr8at"}],["path",{d:"M10 12v-2a2 2 0 1 1 4 0v2",key:"j4i8d"}]]),gk=Zr("FileMinus2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 15h6",key:"4e2qda"}]]),vk=Zr("FileMinus",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}]]),mk=Zr("FileMusic",[["circle",{cx:"14",cy:"16",r:"2",key:"1bzzi3"}],["circle",{cx:"6",cy:"18",r:"2",key:"1fncim"}],["path",{d:"M4 12.4V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2h-7.5",key:"skc018"}],["path",{d:"M8 18v-7.7L16 9v7",key:"1oie6o"}]]),fk=Zr("FileOutput",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 7V4a2 2 0 0 1 2-2 2 2 0 0 0-2 2",key:"1vk7w2"}],["path",{d:"M4.063 20.999a2 2 0 0 0 2 1L18 22a2 2 0 0 0 2-2V7l-5-5H6",key:"1jink5"}],["path",{d:"m5 11-3 3",key:"1dgrs4"}],["path",{d:"m5 17-3-3h10",key:"1mvvaf"}]]),xk=Zr("FilePenLine",[["path",{d:"m18 5-2.414-2.414A2 2 0 0 0 14.172 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2",key:"142zxg"}],["path",{d:"M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"2t3380"}],["path",{d:"M8 18h1",key:"13wk12"}]]),wk=Zr("FilePen",[["path",{d:"M12.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v9.5",key:"1couwa"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1y4qbx"}]]),Lk=Zr("FilePlus2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 15h6",key:"4e2qda"}],["path",{d:"M6 12v6",key:"1u72j0"}]]),Ck=Zr("FilePlus",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}],["path",{d:"M12 18v-6",key:"17g6i2"}]]),bk=Zr("FileQuestion",[["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}]]),Sk=Zr("FileScan",[["path",{d:"M20 10V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4",key:"1rdf37"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M16 14a2 2 0 0 0-2 2",key:"ceaadl"}],["path",{d:"M20 14a2 2 0 0 1 2 2",key:"1ny6zw"}],["path",{d:"M20 22a2 2 0 0 0 2-2",key:"1l9q4k"}],["path",{d:"M16 22a2 2 0 0 1-2-2",key:"1wqh5n"}]]),Ik=Zr("FileSearch2",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5",key:"1bq0ko"}],["path",{d:"M13.3 16.3 15 18",key:"2quom7"}]]),Ak=Zr("FileSearch",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4.268 21a2 2 0 0 0 1.727 1H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"ms7g94"}],["path",{d:"m9 18-1.5-1.5",key:"1j6qii"}],["circle",{cx:"5",cy:"14",r:"3",key:"ufru5t"}]]),qk=Zr("FileSliders",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M10 11v2",key:"1s651w"}],["path",{d:"M8 17h8",key:"wh5c61"}],["path",{d:"M14 16v2",key:"12fp5e"}]]),Pk=Zr("FileSpreadsheet",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 13h2",key:"yr2amv"}],["path",{d:"M14 13h2",key:"un5t4a"}],["path",{d:"M8 17h2",key:"2yhykz"}],["path",{d:"M14 17h2",key:"10kma7"}]]),Rk=Zr("FileStack",[["path",{d:"M21 7h-3a2 2 0 0 1-2-2V2",key:"9rb54x"}],["path",{d:"M21 6v6.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5v-9c0-.8.7-1.5 1.5-1.5H17Z",key:"1059l0"}],["path",{d:"M7 8v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H15",key:"16874u"}],["path",{d:"M3 12v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H11",key:"k2ox98"}]]),zk=Zr("FileSymlink",[["path",{d:"m10 18 3-3-3-3",key:"18f6ys"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 11V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7",key:"50q2rw"}]]),Hk=Zr("FileTerminal",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 16 2-2-2-2",key:"10vzyd"}],["path",{d:"M12 18h4",key:"1wd2n7"}]]),Tk=Zr("FileText",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]]),Bk=Zr("FileType2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 13v-1h6v1",key:"1dh9dg"}],["path",{d:"M5 12v6",key:"150t9c"}],["path",{d:"M4 18h2",key:"1xrofg"}]]),Dk=Zr("FileType",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 13v-1h6v1",key:"1bb014"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M11 18h2",key:"12mj7e"}]]),Vk=Zr("FileUp",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"m15 15-3-3-3 3",key:"15xj92"}]]),jk=Zr("FileVideo2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"8",height:"6",x:"2",y:"12",rx:"1",key:"1a6c1e"}],["path",{d:"m10 15.5 4 2.5v-6l-4 2.5",key:"t7cp39"}]]),Fk=Zr("FileVideo",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m10 11 5 3-5 3v-6Z",key:"7ntvm4"}]]),Ek=Zr("FileVolume2",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M11.5 13.5a2.5 2.5 0 0 1 0 3",key:"1fccat"}],["path",{d:"M15 12a5 5 0 0 1 0 6",key:"ps46cm"}]]),Ok=Zr("FileVolume",[["path",{d:"M11 11a5 5 0 0 1 0 6",key:"193qb2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4.268 21A2 2 0 0 0 6 22h12a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"1x9xgf"}],["path",{d:"m7 10-3 2H2v4h2l3 2z",key:"1ln807"}]]),Uk=Zr("FileWarning",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]),Wk=Zr("FileX2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 12.5-5 5",key:"b853mi"}],["path",{d:"m3 12.5 5 5",key:"1qls4r"}]]),Zk=Zr("FileX",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m14.5 12.5-5 5",key:"b62r18"}],["path",{d:"m9.5 12.5 5 5",key:"1rk7el"}]]),Gk=Zr("File",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}]]),Nk=Zr("Files",[["path",{d:"M20 7h-3a2 2 0 0 1-2-2V2",key:"x099mo"}],["path",{d:"M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z",key:"18t6ie"}],["path",{d:"M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8",key:"1nja0z"}]]),_k=Zr("Film",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 3v18",key:"bbkbws"}],["path",{d:"M3 7.5h4",key:"zfgn84"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 16.5h4",key:"1230mu"}],["path",{d:"M17 3v18",key:"in4fa5"}],["path",{d:"M17 7.5h4",key:"myr1c1"}],["path",{d:"M17 16.5h4",key:"go4c1d"}]]),Xk=Zr("FilterX",[["path",{d:"M13.013 3H2l8 9.46V19l4 2v-8.54l.9-1.055",key:"1fi1da"}],["path",{d:"m22 3-5 5",key:"12jva0"}],["path",{d:"m17 3 5 5",key:"k36vhe"}]]),Kk=Zr("Filter",[["polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3",key:"1yg77f"}]]),Yk=Zr("Fingerprint",[["path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4",key:"1nerag"}],["path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88",key:"o46ks0"}],["path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02",key:"ptglia"}],["path",{d:"M2 12a10 10 0 0 1 18-6",key:"ydlgp0"}],["path",{d:"M2 16h.01",key:"1gqxmh"}],["path",{d:"M21.8 16c.2-2 .131-5.354 0-6",key:"drycrb"}],["path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2",key:"1tidbn"}],["path",{d:"M8.65 22c.21-.66.45-1.32.57-2",key:"13wd9y"}],["path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2",key:"1fr1j5"}]]),Jk=Zr("FireExtinguisher",[["path",{d:"M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5",key:"sqyvz"}],["path",{d:"M9 18h8",key:"i7pszb"}],["path",{d:"M18 3h-3",key:"7idoqj"}],["path",{d:"M11 3a6 6 0 0 0-6 6v11",key:"1v5je3"}],["path",{d:"M5 13h4",key:"svpcxo"}],["path",{d:"M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z",key:"vsjego"}]]),$k=Zr("FishOff",[["path",{d:"M18 12.47v.03m0-.5v.47m-.475 5.056A6.744 6.744 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6 .348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.802 8.802 0 0 1 15 6c3.56 0 6.06 2.54 7 6-.309 1.14-.786 2.177-1.413 3.058",key:"1j1hse"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.77 9.77 0 0 1 16 6.07m0 11.86a9.77 9.77 0 0 1-1.728-3.618",key:"1q46z8"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 2l20 20",key:"1407gh"}]]),Qk=Zr("FishSymbol",[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8",key:"h4oh4o"}]]),eu=Zr("Fish",[["path",{d:"M6.5 12c.94-3.46 4.94-6 8.5-6 3.56 0 6.06 2.54 7 6-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6Z",key:"15baut"}],["path",{d:"M18 12v.5",key:"18hhni"}],["path",{d:"M16 17.93a9.77 9.77 0 0 1 0-11.86",key:"16dt7o"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33",key:"l9di03"}],["path",{d:"M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4",key:"1kjonw"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98",key:"1zlm23"}]]),au=Zr("FlagOff",[["path",{d:"M8 2c3 0 5 2 8 2s4-1 4-1v11",key:"9rwyz9"}],["path",{d:"M4 22V4",key:"1plyxx"}],["path",{d:"M4 15s1-1 4-1 5 2 8 2",key:"1myooe"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),tu=Zr("FlagTriangleLeft",[["path",{d:"M17 22V2L7 7l10 5",key:"1rmf0r"}]]),ru=Zr("FlagTriangleRight",[["path",{d:"M7 22V2l10 5-10 5",key:"17n18y"}]]),iu=Zr("Flag",[["path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z",key:"i9b6wo"}],["line",{x1:"4",x2:"4",y1:"22",y2:"15",key:"1cm3nv"}]]),nu=Zr("FlameKindling",[["path",{d:"M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2Z",key:"1ir223"}],["path",{d:"m5 22 14-4",key:"1brv4h"}],["path",{d:"m5 18 14 4",key:"lgyyje"}]]),ou=Zr("Flame",[["path",{d:"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z",key:"96xj49"}]]),cu=Zr("FlashlightOff",[["path",{d:"M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4",key:"1r120k"}],["path",{d:"M7 2h11v4c0 2-2 2-2 4v1",key:"dz1920"}],["line",{x1:"11",x2:"18",y1:"6",y2:"6",key:"bi1vpe"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),du=Zr("Flashlight",[["path",{d:"M18 6c0 2-2 2-2 4v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4V2h12z",key:"1orkel"}],["line",{x1:"6",x2:"18",y1:"6",y2:"6",key:"1z11jq"}],["line",{x1:"12",x2:"12",y1:"12",y2:"12",key:"1f4yc1"}]]),hu=Zr("FlaskConicalOff",[["path",{d:"M10 10 4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-1.272-2.542",key:"59ek9y"}],["path",{d:"M10 2v2.343",key:"15t272"}],["path",{d:"M14 2v6.343",key:"sxr80q"}],["path",{d:"M8.5 2h7",key:"csnxdl"}],["path",{d:"M7 16h9",key:"t5njau"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),lu=Zr("FlaskConical",[["path",{d:"M10 2v7.527a2 2 0 0 1-.211.896L4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-5.069-10.127A2 2 0 0 1 14 9.527V2",key:"pzvekw"}],["path",{d:"M8.5 2h7",key:"csnxdl"}],["path",{d:"M7 16h10",key:"wp8him"}]]),yu=Zr("FlaskRound",[["path",{d:"M10 2v7.31",key:"5d1hyh"}],["path",{d:"M14 9.3V1.99",key:"14k4l0"}],["path",{d:"M8.5 2h7",key:"csnxdl"}],["path",{d:"M14 9.3a6.5 6.5 0 1 1-4 0",key:"1r8fvy"}],["path",{d:"M5.52 16h12.96",key:"46hh1i"}]]),pu=Zr("FlipHorizontal2",[["path",{d:"m3 7 5 5-5 5V7",key:"couhi7"}],["path",{d:"m21 7-5 5 5 5V7",key:"6ouia7"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]]),su=Zr("FlipHorizontal",[["path",{d:"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3",key:"1i73f7"}],["path",{d:"M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3",key:"saxlbk"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]]),ku=Zr("FlipVertical2",[["path",{d:"m17 3-5 5-5-5h10",key:"1ftt6x"}],["path",{d:"m17 21-5-5-5 5h10",key:"1m0wmu"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]]),uu=Zr("FlipVertical",[["path",{d:"M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3",key:"14bfxa"}],["path",{d:"M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3",key:"14rx03"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]]),Mu=Zr("Flower2",[["path",{d:"M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1",key:"3pnvol"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["path",{d:"M12 10v12",key:"6ubwww"}],["path",{d:"M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z",key:"9hd38g"}],["path",{d:"M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z",key:"ufn41s"}]]),gu=Zr("Flower",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 16.5A4.5 4.5 0 1 1 7.5 12 4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 1 1 4.5 4.5 4.5 4.5 0 1 1-4.5 4.5",key:"14wa3c"}],["path",{d:"M12 7.5V9",key:"1oy5b0"}],["path",{d:"M7.5 12H9",key:"eltsq1"}],["path",{d:"M16.5 12H15",key:"vk5kw4"}],["path",{d:"M12 16.5V15",key:"k7eayi"}],["path",{d:"m8 8 1.88 1.88",key:"nxy4qf"}],["path",{d:"M14.12 9.88 16 8",key:"1lst6k"}],["path",{d:"m8 16 1.88-1.88",key:"h2eex1"}],["path",{d:"M14.12 14.12 16 16",key:"uqkrx3"}]]),vu=Zr("Focus",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]]),mu=Zr("FoldHorizontal",[["path",{d:"M2 12h6",key:"1wqiqv"}],["path",{d:"M22 12h-6",key:"1eg9hc"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m19 9-3 3 3 3",key:"12ol22"}],["path",{d:"m5 15 3-3-3-3",key:"1kdhjc"}]]),fu=Zr("FoldVertical",[["path",{d:"M12 22v-6",key:"6o8u61"}],["path",{d:"M12 8V2",key:"1wkif3"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}],["path",{d:"m15 19-3-3-3 3",key:"e37ymu"}],["path",{d:"m15 5-3 3-3-3",key:"19d6lf"}]]),xu=Zr("FolderArchive",[["circle",{cx:"15",cy:"19",r:"2",key:"u2pros"}],["path",{d:"M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1",key:"1jj40k"}],["path",{d:"M15 11v-1",key:"cntcp"}],["path",{d:"M15 17v-2",key:"1279jj"}]]),wu=Zr("FolderCheck",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"m9 13 2 2 4-4",key:"6343dt"}]]),Lu=Zr("FolderClock",[["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}],["path",{d:"M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2",key:"1urifu"}],["path",{d:"M16 14v2l1 1",key:"xth2jh"}]]),Cu=Zr("FolderClosed",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M2 10h20",key:"1ir3d8"}]]),bu=Zr("FolderCode",[["path",{d:"M10 10.5 8 13l2 2.5",key:"m4t9c1"}],["path",{d:"m14 10.5 2 2.5-2 2.5",key:"14w2eb"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z",key:"1u1bxd"}]]),Su=Zr("FolderCog",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.3",key:"1k8050"}],["path",{d:"m21.7 19.4-.9-.3",key:"1qgwi9"}],["path",{d:"m15.2 16.9-.9-.3",key:"1t7mvx"}],["path",{d:"m16.6 21.7.3-.9",key:"1j67ps"}],["path",{d:"m19.1 15.2.3-.9",key:"18r7jp"}],["path",{d:"m19.6 21.7-.4-1",key:"z2vh2"}],["path",{d:"m16.8 15.3-.4-1",key:"1ei7r6"}],["path",{d:"m14.3 19.6 1-.4",key:"11sv9r"}],["path",{d:"m20.7 16.8 1-.4",key:"19m87a"}]]),Iu=Zr("FolderDot",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["circle",{cx:"12",cy:"13",r:"1",key:"49l61u"}]]),Au=Zr("FolderDown",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"m15 13-3 3-3-3",key:"6j2sf0"}]]),qu=Zr("FolderGit2",[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5",key:"1w6njk"}],["circle",{cx:"13",cy:"12",r:"2",key:"1j92g6"}],["path",{d:"M18 19c-2.8 0-5-2.2-5-5v8",key:"pkpw2h"}],["circle",{cx:"20",cy:"19",r:"2",key:"1obnsp"}]]),Pu=Zr("FolderGit",[["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M14 13h3",key:"1dgedf"}],["path",{d:"M7 13h3",key:"1pygq7"}]]),Ru=Zr("FolderHeart",[["path",{d:"M11 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v1.5",key:"6hud8k"}],["path",{d:"M13.9 17.45c-1.2-1.2-1.14-2.8-.2-3.73a2.43 2.43 0 0 1 3.44 0l.36.34.34-.34a2.43 2.43 0 0 1 3.45-.01c.95.95 1 2.53-.2 3.74L17.5 21Z",key:"wpff58"}]]),zu=Zr("FolderInput",[["path",{d:"M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1",key:"fm4g5t"}],["path",{d:"M2 13h10",key:"pgb2dq"}],["path",{d:"m9 16 3-3-3-3",key:"6m91ic"}]]),Hu=Zr("FolderKanban",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["path",{d:"M8 10v4",key:"tgpxqk"}],["path",{d:"M12 10v2",key:"hh53o1"}],["path",{d:"M16 10v6",key:"1d6xys"}]]),Tu=Zr("FolderKey",[["circle",{cx:"16",cy:"20",r:"2",key:"1vifvg"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2",key:"3hgo9p"}],["path",{d:"m22 14-4.5 4.5",key:"1ef6z8"}],["path",{d:"m21 15 1 1",key:"1ejcpy"}]]),Bu=Zr("FolderLock",[["rect",{width:"8",height:"5",x:"14",y:"17",rx:"1",key:"19aais"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2.5",key:"1w6v7t"}],["path",{d:"M20 17v-2a2 2 0 1 0-4 0v2",key:"pwaxnr"}]]),Du=Zr("FolderMinus",[["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]),Vu=Zr("FolderOpenDot",[["path",{d:"m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2",key:"1nmvlm"}],["circle",{cx:"14",cy:"15",r:"1",key:"1gm4qj"}]]),ju=Zr("FolderOpen",[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]]),Fu=Zr("FolderOutput",[["path",{d:"M2 7.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-1.5",key:"1yk7aj"}],["path",{d:"M2 13h10",key:"pgb2dq"}],["path",{d:"m5 10-3 3 3 3",key:"1r8ie0"}]]),Eu=Zr("FolderPen",[["path",{d:"M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5",key:"a8xqs0"}],["path",{d:"M11.378 13.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1saktj"}]]),Ou=Zr("FolderPlus",[["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]),Uu=Zr("FolderRoot",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}],["path",{d:"M12 15v5",key:"11xva1"}]]),Wu=Zr("FolderSearch2",[["circle",{cx:"11.5",cy:"12.5",r:"2.5",key:"1ea5ju"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M13.3 14.3 15 16",key:"1y4v1n"}]]),Zu=Zr("FolderSearch",[["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["path",{d:"M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1",key:"1bw5m7"}],["path",{d:"m21 21-1.5-1.5",key:"3sg1j"}]]),Gu=Zr("FolderSymlink",[["path",{d:"M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7",key:"x1c07l"}],["path",{d:"m8 16 3-3-3-3",key:"rlqrt1"}]]),Nu=Zr("FolderSync",[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5",key:"1dkoa9"}],["path",{d:"M12 10v4h4",key:"1czhmt"}],["path",{d:"m12 14 1.535-1.605a5 5 0 0 1 8 1.5",key:"lvuxfi"}],["path",{d:"M22 22v-4h-4",key:"1ewp4q"}],["path",{d:"m22 18-1.535 1.605a5 5 0 0 1-8-1.5",key:"14ync0"}]]),_u=Zr("FolderTree",[["path",{d:"M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"hod4my"}],["path",{d:"M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"w4yl2u"}],["path",{d:"M3 5a2 2 0 0 0 2 2h3",key:"f2jnh7"}],["path",{d:"M3 3v13a2 2 0 0 0 2 2h3",key:"k8epm1"}]]),Xu=Zr("FolderUp",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"m9 13 3-3 3 3",key:"1pxg3c"}]]),Ku=Zr("FolderX",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"m9.5 10.5 5 5",key:"ra9qjz"}],["path",{d:"m14.5 10.5-5 5",key:"l2rkpq"}]]),Yu=Zr("Folder",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]),Ju=Zr("Folders",[["path",{d:"M20 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.9a2 2 0 0 1-1.69-.9l-.81-1.2a2 2 0 0 0-1.67-.9H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2Z",key:"4u7rpt"}],["path",{d:"M2 8v11a2 2 0 0 0 2 2h14",key:"1eicx1"}]]),$u=Zr("Footprints",[["path",{d:"M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z",key:"1dudjm"}],["path",{d:"M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z",key:"l2t8xc"}],["path",{d:"M16 17h4",key:"1dejxt"}],["path",{d:"M4 13h4",key:"1bwh8b"}]]),Qu=Zr("Forklift",[["path",{d:"M12 12H5a2 2 0 0 0-2 2v5",key:"7zsz91"}],["circle",{cx:"13",cy:"19",r:"2",key:"wjnkru"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5",key:"13bk1p"}]]),eM=Zr("Forward",[["polyline",{points:"15 17 20 12 15 7",key:"1w3sku"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12",key:"jmiej9"}]]),aM=Zr("Frame",[["line",{x1:"22",x2:"2",y1:"6",y2:"6",key:"15w7dq"}],["line",{x1:"22",x2:"2",y1:"18",y2:"18",key:"1ip48p"}],["line",{x1:"6",x2:"6",y1:"2",y2:"22",key:"a2lnyx"}],["line",{x1:"18",x2:"18",y1:"2",y2:"22",key:"8vb6jd"}]]),tM=Zr("Framer",[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7",key:"1a2nng"}]]),rM=Zr("Frown",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2",key:"epbg0q"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]),iM=Zr("Fuel",[["line",{x1:"3",x2:"15",y1:"22",y2:"22",key:"xegly4"}],["line",{x1:"4",x2:"14",y1:"9",y2:"9",key:"xcnuvu"}],["path",{d:"M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18",key:"16j0yd"}],["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5",key:"7cu91f"}]]),nM=Zr("Fullscreen",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["rect",{width:"10",height:"8",x:"7",y:"8",rx:"1",key:"vys8me"}]]),oM=Zr("GalleryHorizontalEnd",[["path",{d:"M2 7v10",key:"a2pl2d"}],["path",{d:"M6 5v14",key:"1kq3d7"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2",key:"13i7bc"}]]),cM=Zr("GalleryHorizontal",[["path",{d:"M2 3v18",key:"pzttux"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2",key:"btr8bg"}],["path",{d:"M22 3v18",key:"6jf3v"}]]),dM=Zr("GalleryThumbnails",[["rect",{width:"18",height:"14",x:"3",y:"3",rx:"2",key:"74y24f"}],["path",{d:"M4 21h1",key:"16zlid"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M19 21h1",key:"edywat"}]]),hM=Zr("GalleryVerticalEnd",[["path",{d:"M7 2h10",key:"nczekb"}],["path",{d:"M5 6h14",key:"u2x4p"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2",key:"l0tzu3"}]]),lM=Zr("GalleryVertical",[["path",{d:"M3 2h18",key:"15qxfx"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2",key:"1439r6"}],["path",{d:"M3 22h18",key:"8prr45"}]]),yM=Zr("Gamepad2",[["line",{x1:"6",x2:"10",y1:"11",y2:"11",key:"1gktln"}],["line",{x1:"8",x2:"8",y1:"9",y2:"13",key:"qnk9ow"}],["line",{x1:"15",x2:"15.01",y1:"12",y2:"12",key:"krot7o"}],["line",{x1:"18",x2:"18.01",y1:"10",y2:"10",key:"1lcuu1"}],["path",{d:"M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z",key:"mfqc10"}]]),pM=Zr("Gamepad",[["line",{x1:"6",x2:"10",y1:"12",y2:"12",key:"161bw2"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"15",x2:"15.01",y1:"13",y2:"13",key:"dqpgro"}],["line",{x1:"18",x2:"18.01",y1:"11",y2:"11",key:"meh2c"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]),sM=Zr("Gauge",[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]]),kM=Zr("Gavel",[["path",{d:"m14.5 12.5-8 8a2.119 2.119 0 1 1-3-3l8-8",key:"15492f"}],["path",{d:"m16 16 6-6",key:"vzrcl6"}],["path",{d:"m8 8 6-6",key:"18bi4p"}],["path",{d:"m9 7 8 8",key:"5jnvq1"}],["path",{d:"m21 11-8-8",key:"z4y7zo"}]]),uM=Zr("Gem",[["path",{d:"M6 3h12l4 6-10 13L2 9Z",key:"1pcd5k"}],["path",{d:"M11 3 8 9l4 13 4-13-3-6",key:"1fcu3u"}],["path",{d:"M2 9h20",key:"16fsjt"}]]),MM=Zr("Ghost",[["path",{d:"M9 10h.01",key:"qbtxuw"}],["path",{d:"M15 10h.01",key:"1qmjsl"}],["path",{d:"M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z",key:"uwwb07"}]]),gM=Zr("Gift",[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1",key:"bkv52"}],["path",{d:"M12 8v13",key:"1c76mn"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7",key:"6wjy6b"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5",key:"1ihvrl"}]]),vM=Zr("GitBranchPlus",[["path",{d:"M6 3v12",key:"qpgusn"}],["path",{d:"M18 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",key:"1d02ji"}],["path",{d:"M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",key:"chk6ph"}],["path",{d:"M15 6a9 9 0 0 0-9 9",key:"or332x"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}]]),mM=Zr("GitBranch",[["line",{x1:"6",x2:"6",y1:"3",y2:"15",key:"17qcm7"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M18 9a9 9 0 0 1-9 9",key:"n2h4wq"}]]),fM=Zr("GitCommitHorizontal",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["line",{x1:"3",x2:"9",y1:"12",y2:"12",key:"1dyftd"}],["line",{x1:"15",x2:"21",y1:"12",y2:"12",key:"oup4p8"}]]),xM=Zr("GitCommitVertical",[["path",{d:"M12 3v6",key:"1holv5"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 15v6",key:"a9ows0"}]]),wM=Zr("GitCompareArrows",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7",key:"1yj91y"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["circle",{cx:"19",cy:"18",r:"3",key:"1qljk2"}],["path",{d:"M12 18H7a2 2 0 0 1-2-2V9",key:"16sdep"}],["path",{d:"m9 15 3 3-3 3",key:"1m3kbl"}]]),LM=Zr("GitCompare",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["path",{d:"M11 18H8a2 2 0 0 1-2-2V9",key:"19pyzm"}]]),CM=Zr("GitFork",[["circle",{cx:"12",cy:"18",r:"3",key:"1mpf1b"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["path",{d:"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9",key:"1uq4wg"}],["path",{d:"M12 12v3",key:"158kv8"}]]),bM=Zr("GitGraph",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v6",key:"158jrl"}],["circle",{cx:"5",cy:"18",r:"3",key:"104gr9"}],["path",{d:"M12 3v18",key:"108xh3"}],["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}],["path",{d:"M16 15.7A9 9 0 0 0 19 9",key:"1e3vqb"}]]),SM=Zr("GitMerge",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9",key:"7kw0sc"}]]),IM=Zr("GitPullRequestArrow",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v12",key:"ih889a"}],["circle",{cx:"19",cy:"18",r:"3",key:"1qljk2"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7",key:"1yj91y"}]]),AM=Zr("GitPullRequestClosed",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 9v12",key:"1sc30k"}],["path",{d:"m21 3-6 6",key:"16nqsk"}],["path",{d:"m21 9-6-6",key:"9j17rh"}],["path",{d:"M18 11.5V15",key:"65xf6f"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]]),qM=Zr("GitPullRequestCreateArrow",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v12",key:"ih889a"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v3",key:"1rbwk6"}],["path",{d:"M19 15v6",key:"10aioa"}],["path",{d:"M22 18h-6",key:"1d5gi5"}]]),PM=Zr("GitPullRequestCreate",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 9v12",key:"1sc30k"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v3",key:"1jb6z3"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}]]),RM=Zr("GitPullRequestDraft",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M18 6V5",key:"1oao2s"}],["path",{d:"M18 11v-1",key:"11c8tz"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21",key:"rroup"}]]),zM=Zr("GitPullRequest",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21",key:"rroup"}]]),HM=Zr("Github",[["path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4",key:"tonef"}],["path",{d:"M9 18c-4.51 2-5-2-7-2",key:"9comsn"}]]),TM=Zr("Gitlab",[["path",{d:"m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z",key:"148pdi"}]]),BM=Zr("GlassWater",[["path",{d:"M15.2 22H8.8a2 2 0 0 1-2-1.79L5 3h14l-1.81 17.21A2 2 0 0 1 15.2 22Z",key:"48rfw3"}],["path",{d:"M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0",key:"mjntcy"}]]),DM=Zr("Glasses",[["circle",{cx:"6",cy:"15",r:"4",key:"vux9w4"}],["circle",{cx:"18",cy:"15",r:"4",key:"18o8ve"}],["path",{d:"M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2",key:"1ag4bs"}],["path",{d:"M2.5 13 5 7c.7-1.3 1.4-2 3-2",key:"1hm1gs"}],["path",{d:"M21.5 13 19 7c-.7-1.3-1.5-2-3-2",key:"1r31ai"}]]),VM=Zr("GlobeLock",[["path",{d:"M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13",key:"qkt0x6"}],["path",{d:"M2 12h8.5",key:"ovaggd"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2",key:"1of5e8"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1",key:"1fmf51"}]]),jM=Zr("Globe",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]]),FM=Zr("Goal",[["path",{d:"M12 13V2l8 4-8 4",key:"5wlwwj"}],["path",{d:"M20.561 10.222a9 9 0 1 1-12.55-5.29",key:"1c0wjv"}],["path",{d:"M8.002 9.997a5 5 0 1 0 8.9 2.02",key:"gb1g7m"}]]),EM=Zr("Grab",[["path",{d:"M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4",key:"edstyy"}],["path",{d:"M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",key:"19wdwo"}],["path",{d:"M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5",key:"1lugqo"}],["path",{d:"M6 14a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1hbeus"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0",key:"1etffm"}]]),OM=Zr("GraduationCap",[["path",{d:"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",key:"j76jl0"}],["path",{d:"M22 10v6",key:"1lu8f3"}],["path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5",key:"1r8lef"}]]),UM=Zr("Grape",[["path",{d:"M22 5V2l-5.89 5.89",key:"1eenpo"}],["circle",{cx:"16.6",cy:"15.89",r:"3",key:"xjtalx"}],["circle",{cx:"8.11",cy:"7.4",r:"3",key:"u2fv6i"}],["circle",{cx:"12.35",cy:"11.65",r:"3",key:"i6i8g7"}],["circle",{cx:"13.91",cy:"5.85",r:"3",key:"6ye0dv"}],["circle",{cx:"18.15",cy:"10.09",r:"3",key:"snx9no"}],["circle",{cx:"6.56",cy:"13.2",r:"3",key:"17x4xg"}],["circle",{cx:"10.8",cy:"17.44",r:"3",key:"1hogw9"}],["circle",{cx:"5",cy:"19",r:"3",key:"1sn6vo"}]]),WM=Zr("Grid2x2Check",[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]]),ZM=Zr("Grid2x2X",[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"m16 16 5 5",key:"8tpb07"}],["path",{d:"m16 21 5-5",key:"193jll"}]]),GM=Zr("Grid2x2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M12 3v18",key:"108xh3"}]]),NM=Zr("Grid3x3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]]),_M=Zr("GripHorizontal",[["circle",{cx:"12",cy:"9",r:"1",key:"124mty"}],["circle",{cx:"19",cy:"9",r:"1",key:"1ruzo2"}],["circle",{cx:"5",cy:"9",r:"1",key:"1a8b28"}],["circle",{cx:"12",cy:"15",r:"1",key:"1e56xg"}],["circle",{cx:"19",cy:"15",r:"1",key:"1a92ep"}],["circle",{cx:"5",cy:"15",r:"1",key:"5r1jwy"}]]),XM=Zr("GripVertical",[["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}],["circle",{cx:"9",cy:"5",r:"1",key:"hp0tcf"}],["circle",{cx:"9",cy:"19",r:"1",key:"fkjjf6"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["circle",{cx:"15",cy:"19",r:"1",key:"f4zoj3"}]]),KM=Zr("Grip",[["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"19",cy:"5",r:"1",key:"w8mnmm"}],["circle",{cx:"5",cy:"5",r:"1",key:"lttvr7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}],["circle",{cx:"19",cy:"19",r:"1",key:"shf9b7"}],["circle",{cx:"5",cy:"19",r:"1",key:"bfqh0e"}]]),YM=Zr("Group",[["path",{d:"M3 7V5c0-1.1.9-2 2-2h2",key:"adw53z"}],["path",{d:"M17 3h2c1.1 0 2 .9 2 2v2",key:"an4l38"}],["path",{d:"M21 17v2c0 1.1-.9 2-2 2h-2",key:"144t0e"}],["path",{d:"M7 21H5c-1.1 0-2-.9-2-2v-2",key:"rtnfgi"}],["rect",{width:"7",height:"5",x:"7",y:"7",rx:"1",key:"1eyiv7"}],["rect",{width:"7",height:"5",x:"10",y:"12",rx:"1",key:"1qlmkx"}]]),JM=Zr("Guitar",[["path",{d:"m11.9 12.1 4.514-4.514",key:"109xqo"}],["path",{d:"M20.1 2.3a1 1 0 0 0-1.4 0l-1.114 1.114A2 2 0 0 0 17 4.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 17.828 7h1.344a2 2 0 0 0 1.414-.586L21.7 5.3a1 1 0 0 0 0-1.4z",key:"txyc8t"}],["path",{d:"m6 16 2 2",key:"16qmzd"}],["path",{d:"M8.2 9.9C8.7 8.8 9.8 8 11 8c2.8 0 5 2.2 5 5 0 1.2-.8 2.3-1.9 2.8l-.9.4A2 2 0 0 0 12 18a4 4 0 0 1-4 4c-3.3 0-6-2.7-6-6a4 4 0 0 1 4-4 2 2 0 0 0 1.8-1.2z",key:"1u8q3z"}],["circle",{cx:"11.5",cy:"12.5",r:".5",fill:"currentColor",key:"16onso"}]]),$M=Zr("Ham",[["path",{d:"M13.144 21.144A7.274 10.445 45 1 0 2.856 10.856",key:"1k1t7q"}],["path",{d:"M13.144 21.144A7.274 4.365 45 0 0 2.856 10.856a7.274 4.365 45 0 0 10.288 10.288",key:"153t1g"}],["path",{d:"M16.565 10.435 18.6 8.4a2.501 2.501 0 1 0 1.65-4.65 2.5 2.5 0 1 0-4.66 1.66l-2.024 2.025",key:"gzrt0n"}],["path",{d:"m8.5 16.5-1-1",key:"otr954"}]]),QM=Zr("Hammer",[["path",{d:"m15 12-8.373 8.373a1 1 0 1 1-3-3L12 9",key:"eefl8a"}],["path",{d:"m18 15 4-4",key:"16gjal"}],["path",{d:"m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172V7l-2.26-2.26a6 6 0 0 0-4.202-1.756L9 2.96l.92.82A6.18 6.18 0 0 1 12 8.4V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5",key:"b7pghm"}]]),eg=Zr("HandCoins",[["path",{d:"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17",key:"geh8rc"}],["path",{d:"m7 21 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"1fto5m"}],["path",{d:"m2 16 6 6",key:"1pfhp9"}],["circle",{cx:"16",cy:"9",r:"2.9",key:"1n0dlu"}],["circle",{cx:"6",cy:"5",r:"3",key:"151irh"}]]),ag=Zr("HandHeart",[["path",{d:"M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16",key:"1ifwr1"}],["path",{d:"m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"17abbs"}],["path",{d:"m2 15 6 6",key:"10dquu"}],["path",{d:"M19.5 8.5c.7-.7 1.5-1.6 1.5-2.7A2.73 2.73 0 0 0 16 4a2.78 2.78 0 0 0-5 1.8c0 1.2.8 2 1.5 2.8L16 12Z",key:"1h3036"}]]),tg=Zr("HandHelping",[["path",{d:"M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14",key:"1j4xps"}],["path",{d:"m7 18 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"uospg8"}],["path",{d:"m2 13 6 6",key:"16e5sb"}]]),rg=Zr("HandMetal",[["path",{d:"M18 12.5V10a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4",key:"wc6myp"}],["path",{d:"M14 11V9a2 2 0 1 0-4 0v2",key:"94qvcw"}],["path",{d:"M10 10.5V5a2 2 0 1 0-4 0v9",key:"m1ah89"}],["path",{d:"m7 15-1.76-1.76a2 2 0 0 0-2.83 2.82l3.6 3.6C7.5 21.14 9.2 22 12 22h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v5",key:"t1skq1"}]]),ig=Zr("HandPlatter",[["path",{d:"M12 3V2",key:"ar7q03"}],["path",{d:"M5 10a7.1 7.1 0 0 1 14 0",key:"1t9y3n"}],["path",{d:"M4 10h16",key:"img6z1"}],["path",{d:"M2 14h12a2 2 0 1 1 0 4h-2",key:"loyjft"}],["path",{d:"m15.4 17.4 3.2-2.8a2 2 0 0 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2L5 18",key:"1rixiy"}],["path",{d:"M5 14v7H2",key:"3mujks"}]]),ng=Zr("Hand",[["path",{d:"M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1fvzgz"}],["path",{d:"M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",key:"1kc0my"}],["path",{d:"M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8",key:"10h0bg"}],["path",{d:"M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",key:"1s1gnw"}]]),og=Zr("Handshake",[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3",key:"efffak"}],["path",{d:"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",key:"9pr0kb"}],["path",{d:"m21 3 1 11h-2",key:"1tisrp"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3",key:"1uvwmv"}],["path",{d:"M3 4h8",key:"1ep09j"}]]),cg=Zr("HardDriveDownload",[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"m16 6-4 4-4-4",key:"6wukr"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 18h.01",key:"h775k"}]]),dg=Zr("HardDriveUpload",[["path",{d:"m16 6-4-4-4 4",key:"13yo43"}],["path",{d:"M12 2v8",key:"1q4o3n"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 18h.01",key:"h775k"}]]),hg=Zr("HardDrive",[["line",{x1:"22",x2:"2",y1:"12",y2:"12",key:"1y58io"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}],["line",{x1:"6",x2:"6.01",y1:"16",y2:"16",key:"sgf278"}],["line",{x1:"10",x2:"10.01",y1:"16",y2:"16",key:"1l4acy"}]]),lg=Zr("HardHat",[["path",{d:"M2 18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2z",key:"1dej2m"}],["path",{d:"M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5",key:"1p9q5i"}],["path",{d:"M4 15v-3a6 6 0 0 1 6-6",key:"9ciidu"}],["path",{d:"M14 6a6 6 0 0 1 6 6v3",key:"1hnv84"}]]),yg=Zr("Hash",[["line",{x1:"4",x2:"20",y1:"9",y2:"9",key:"4lhtct"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15",key:"vyu0kd"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21",key:"1ggp8o"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21",key:"weycgp"}]]),pg=Zr("Haze",[["path",{d:"m5.2 6.2 1.4 1.4",key:"17imol"}],["path",{d:"M2 13h2",key:"13gyu8"}],["path",{d:"M20 13h2",key:"16rner"}],["path",{d:"m17.4 7.6 1.4-1.4",key:"t4xlah"}],["path",{d:"M22 17H2",key:"1gtaj3"}],["path",{d:"M22 21H2",key:"1gy6en"}],["path",{d:"M16 13a4 4 0 0 0-8 0",key:"1dyczq"}],["path",{d:"M12 5V2.5",key:"1vytko"}]]),sg=Zr("HdmiPort",[["path",{d:"M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z",key:"2128wb"}],["path",{d:"M7.5 12h9",key:"1t0ckc"}]]),kg=Zr("Heading1",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"m17 12 3-2v8",key:"1hhhft"}]]),ug=Zr("Heading2",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1",key:"9jr5yi"}]]),Mg=Zr("Heading3",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2",key:"68ncm8"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2",key:"1ejuhz"}]]),gg=Zr("Heading4",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17 10v4h4",key:"13sv97"}],["path",{d:"M21 10v8",key:"1kdml4"}]]),vg=Zr("Heading5",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17 13v-3h4",key:"1nvgqp"}],["path",{d:"M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17",key:"2nebdn"}]]),mg=Zr("Heading6",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["circle",{cx:"19",cy:"16",r:"2",key:"15mx69"}],["path",{d:"M20 10c-2 2-3 3.5-3 6",key:"f35dl0"}]]),fg=Zr("Heading",[["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M6 20V4",key:"1w1bmo"}],["path",{d:"M18 20V4",key:"o2hl4u"}]]),xg=Zr("Headphones",[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3",key:"1xhozi"}]]),wg=Zr("Headset",[["path",{d:"M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3Z",key:"12oyoe"}],["path",{d:"M21 16v2a4 4 0 0 1-4 4h-5",key:"1x7m43"}]]),Lg=Zr("HeartCrack",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"m12 13-1-1 2-2-3-3 2-2",key:"xjdxli"}]]),Cg=Zr("HeartHandshake",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"M12 5 9.04 7.96a2.17 2.17 0 0 0 0 3.08c.82.82 2.13.85 3 .07l2.07-1.9a2.82 2.82 0 0 1 3.79 0l2.96 2.66",key:"4oyue0"}],["path",{d:"m18 15-2-2",key:"60u0ii"}],["path",{d:"m15 18-2-2",key:"6p76be"}]]),bg=Zr("HeartOff",[["line",{x1:"2",y1:"2",x2:"22",y2:"22",key:"1w4vcy"}],["path",{d:"M16.5 16.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5a5.5 5.5 0 0 1 2.14-4.35",key:"3mpagl"}],["path",{d:"M8.76 3.1c1.15.22 2.13.78 3.24 1.9 1.5-1.5 2.74-2 4.5-2A5.5 5.5 0 0 1 22 8.5c0 2.12-1.3 3.78-2.67 5.17",key:"1gh3v3"}]]),Sg=Zr("HeartPulse",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"M3.22 12H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27",key:"1uw2ng"}]]),Ig=Zr("Heart",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}]]),Ag=Zr("Heater",[["path",{d:"M11 8c2-3-2-3 0-6",key:"1ldv5m"}],["path",{d:"M15.5 8c2-3-2-3 0-6",key:"1otqoz"}],["path",{d:"M6 10h.01",key:"1lbq93"}],["path",{d:"M6 14h.01",key:"zudwn7"}],["path",{d:"M10 16v-4",key:"1c25yv"}],["path",{d:"M14 16v-4",key:"1dkbt8"}],["path",{d:"M18 16v-4",key:"1yg9me"}],["path",{d:"M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3",key:"1ubg90"}],["path",{d:"M5 20v2",key:"1abpe8"}],["path",{d:"M19 20v2",key:"kqn6ft"}]]),qg=Zr("Hexagon",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}]]),Pg=Zr("Highlighter",[["path",{d:"m9 11-6 6v3h9l3-3",key:"1a3l36"}],["path",{d:"m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4",key:"14a9rk"}]]),Rg=Zr("History",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M12 7v5l4 2",key:"1fdv2h"}]]),zg=Zr("HopOff",[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.28.01.53-.09.7-.27",key:"qyzcap"}],["path",{d:"M11.14 20.57c.52.24 2.44 1.12 4.08 1.37.46.06.86-.25.9-.71.12-1.52-.3-3.43-.5-4.28",key:"y078lb"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .7-.26",key:"1utre3"}],["path",{d:"M17.99 5.52a20.83 20.83 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-1.17.1-2.5.02-3.9-.25",key:"17o9hm"}],["path",{d:"M20.57 11.14c.24.52 1.12 2.44 1.37 4.08.04.3-.08.59-.31.75",key:"1d1n4p"}],["path",{d:"M4.93 4.93a10 10 0 0 0-.67 13.4c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.85.85 0 0 0 .48-.24",key:"9uv3tt"}],["path",{d:"M5.52 17.99c1.05.95 2.91 2.42 4.5 3.15a.8.8 0 0 0 1.13-.68c.2-2.34-.33-5.3-1.57-8.28",key:"1292wz"}],["path",{d:"M8.35 2.68a10 10 0 0 1 9.98 1.58c.43.35.4.96-.12 1.17-1.5.6-4.3.98-6.07 1.05",key:"7ozu9p"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),Hg=Zr("Hop",[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.55.03 1-.42.97-.97-.06-1.27-.26-3.5-.85-5.18",key:"18lxf1"}],["path",{d:"M11.5 6.5c1.64 0 5-.38 6.71-1.07.52-.2.55-.82.12-1.17A10 10 0 0 0 4.26 18.33c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.88.88 0 0 0 .73-.74c.3-2.14-.15-3.5-.61-4.88",key:"vtfxrw"}],["path",{d:"M15.62 16.95c.2.85.62 2.76.5 4.28a.77.77 0 0 1-.9.7 16.64 16.64 0 0 1-4.08-1.36",key:"13hl71"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .96-.96 17.68 17.68 0 0 0-.9-4.87",key:"1sl8oj"}],["path",{d:"M16.94 15.62c.86.2 2.77.62 4.29.5a.77.77 0 0 0 .7-.9 16.64 16.64 0 0 0-1.36-4.08",key:"19c6kt"}],["path",{d:"M17.99 5.52a20.82 20.82 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-2.33.2-5.3-.32-8.27-1.57",key:"85ghs3"}],["path",{d:"M4.93 4.93 3 3a.7.7 0 0 1 0-1",key:"x087yj"}],["path",{d:"M9.58 12.18c1.24 2.98 1.77 5.95 1.57 8.28a.8.8 0 0 1-1.13.68 20.82 20.82 0 0 1-4.5-3.15",key:"11xdqo"}]]),Tg=Zr("Hospital",[["path",{d:"M12 6v4",key:"16clxf"}],["path",{d:"M14 14h-4",key:"esezmu"}],["path",{d:"M14 18h-4",key:"16mqa2"}],["path",{d:"M14 8h-4",key:"z8ypaz"}],["path",{d:"M18 12h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h2",key:"b1k337"}],["path",{d:"M18 22V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v18",key:"16g51d"}]]),Bg=Zr("Hotel",[["path",{d:"M10 22v-6.57",key:"1wmca3"}],["path",{d:"M12 11h.01",key:"z322tv"}],["path",{d:"M12 7h.01",key:"1ivr5q"}],["path",{d:"M14 15.43V22",key:"1q2vjd"}],["path",{d:"M15 16a5 5 0 0 0-6 0",key:"o9wqvi"}],["path",{d:"M16 11h.01",key:"xkw8gn"}],["path",{d:"M16 7h.01",key:"1kdx03"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 7h.01",key:"1vti4s"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",key:"1uxh74"}]]),Dg=Zr("Hourglass",[["path",{d:"M5 22h14",key:"ehvnwv"}],["path",{d:"M5 2h14",key:"pdyrp9"}],["path",{d:"M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22",key:"1d314k"}],["path",{d:"M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2",key:"1vvvr6"}]]),Vg=Zr("HousePlug",[["path",{d:"M10 12V8.964",key:"1vll13"}],["path",{d:"M14 12V8.964",key:"1x3qvg"}],["path",{d:"M15 12a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2a1 1 0 0 1 1-1z",key:"ppykja"}],["path",{d:"M8.5 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2",key:"1gvg2z"}]]),jg=Zr("HousePlus",[["path",{d:"M13.22 2.416a2 2 0 0 0-2.511.057l-7 5.999A2 2 0 0 0 3 10v9a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7.354",key:"5phn05"}],["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"M18 3v6",key:"x1uolp"}]]),Fg=Zr("House",[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"1d0kgt"}]]),Eg=Zr("IceCreamBowl",[["path",{d:"M12 17c5 0 8-2.69 8-6H4c0 3.31 3 6 8 6m-4 4h8m-4-3v3M5.14 11a3.5 3.5 0 1 1 6.71 0",key:"1uxfcu"}],["path",{d:"M12.14 11a3.5 3.5 0 1 1 6.71 0",key:"4k3m1s"}],["path",{d:"M15.5 6.5a3.5 3.5 0 1 0-7 0",key:"zmuahr"}]]),Og=Zr("IceCreamCone",[["path",{d:"m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11",key:"1v6356"}],["path",{d:"M17 7A5 5 0 0 0 7 7",key:"151p3v"}],["path",{d:"M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4",key:"1sdaij"}]]),Ug=Zr("IdCard",[["path",{d:"M16 10h2",key:"8sgtl7"}],["path",{d:"M16 14h2",key:"epxaof"}],["path",{d:"M6.17 15a3 3 0 0 1 5.66 0",key:"n6f512"}],["circle",{cx:"9",cy:"11",r:"2",key:"yxgjnd"}],["rect",{x:"2",y:"5",width:"20",height:"14",rx:"2",key:"qneu4z"}]]),Wg=Zr("ImageDown",[["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",key:"9csbqa"}],["path",{d:"m14 19 3 3v-5.5",key:"9ldu5r"}],["path",{d:"m17 22 3-3",key:"1nkfve"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]),Zg=Zr("ImageMinus",[["path",{d:"M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7",key:"m87ecr"}],["line",{x1:"16",x2:"22",y1:"5",y2:"5",key:"ez7e4s"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]]),Gg=Zr("ImageOff",[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M10.41 10.41a2 2 0 1 1-2.83-2.83",key:"1bzlo9"}],["line",{x1:"13.5",x2:"6",y1:"13.5",y2:"21",key:"1q0aeu"}],["line",{x1:"18",x2:"21",y1:"12",y2:"15",key:"5mozeu"}],["path",{d:"M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59",key:"mmje98"}],["path",{d:"M21 15V5a2 2 0 0 0-2-2H9",key:"43el77"}]]),Ng=Zr("ImagePlay",[["path",{d:"m11 16-5 5",key:"j5f7ct"}],["path",{d:"M11 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6.5",key:"7s81lt"}],["path",{d:"M15.765 22a.5.5 0 0 1-.765-.424V13.38a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z",key:"1omb6s"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]),_g=Zr("ImagePlus",[["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 2v6",key:"4bpg5p"}],["path",{d:"M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5",key:"1ue2ih"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]),Xg=Zr("ImageUp",[["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",key:"9csbqa"}],["path",{d:"m14 19.5 3-3 3 3",key:"9vmjn0"}],["path",{d:"M17 22v-5.5",key:"1aa6fl"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]),Kg=Zr("Image",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]]),Yg=Zr("Images",[["path",{d:"M18 22H4a2 2 0 0 1-2-2V6",key:"pblm9e"}],["path",{d:"m22 13-1.296-1.296a2.41 2.41 0 0 0-3.408 0L11 18",key:"nf6bnh"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["rect",{width:"16",height:"16",x:"6",y:"2",rx:"2",key:"12espp"}]]),Jg=Zr("Import",[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m8 11 4 4 4-4",key:"1dohi6"}],["path",{d:"M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4",key:"1ywtjm"}]]),$g=Zr("Inbox",[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]]),Qg=Zr("IndentDecrease",[["polyline",{points:"7 8 3 12 7 16",key:"2j60jr"}],["line",{x1:"21",x2:"11",y1:"12",y2:"12",key:"1fxxak"}],["line",{x1:"21",x2:"11",y1:"6",y2:"6",key:"asgu94"}],["line",{x1:"21",x2:"11",y1:"18",y2:"18",key:"13dsj7"}]]),ev=Zr("IndentIncrease",[["polyline",{points:"3 8 7 12 3 16",key:"f3rxhf"}],["line",{x1:"21",x2:"11",y1:"12",y2:"12",key:"1fxxak"}],["line",{x1:"21",x2:"11",y1:"6",y2:"6",key:"asgu94"}],["line",{x1:"21",x2:"11",y1:"18",y2:"18",key:"13dsj7"}]]),av=Zr("IndianRupee",[["path",{d:"M6 3h12",key:"ggurg9"}],["path",{d:"M6 8h12",key:"6g4wlu"}],["path",{d:"m6 13 8.5 8",key:"u1kupk"}],["path",{d:"M6 13h3",key:"wdp6ag"}],["path",{d:"M9 13c6.667 0 6.667-10 0-10",key:"1nkvk2"}]]),tv=Zr("Infinity",[["path",{d:"M12 12c-2-2.67-4-4-6-4a4 4 0 1 0 0 8c2 0 4-1.33 6-4Zm0 0c2 2.67 4 4 6 4a4 4 0 0 0 0-8c-2 0-4 1.33-6 4Z",key:"1z0uae"}]]),rv=Zr("Info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]),iv=Zr("InspectionPanel",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7h.01",key:"7u93v4"}],["path",{d:"M17 7h.01",key:"14a9sn"}],["path",{d:"M7 17h.01",key:"19xn7k"}],["path",{d:"M17 17h.01",key:"1sd3ek"}]]),nv=Zr("Instagram",[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"5",ry:"5",key:"2e1cvw"}],["path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z",key:"9exkf1"}],["line",{x1:"17.5",x2:"17.51",y1:"6.5",y2:"6.5",key:"r4j83e"}]]),ov=Zr("Italic",[["line",{x1:"19",x2:"10",y1:"4",y2:"4",key:"15jd3p"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20",key:"bu0au3"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20",key:"uljnxc"}]]),cv=Zr("IterationCcw",[["path",{d:"M20 10c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8h8",key:"4znkd0"}],["polyline",{points:"16 14 20 18 16 22",key:"11njsm"}]]),dv=Zr("IterationCw",[["path",{d:"M4 10c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8H4",key:"tuf4su"}],["polyline",{points:"8 22 4 18 8 14",key:"evkj9s"}]]),hv=Zr("JapaneseYen",[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3",key:"2ej80x"}],["path",{d:"M6 15h12",key:"1hwgt5"}],["path",{d:"M6 11h12",key:"wf4gp6"}]]),lv=Zr("Joystick",[["path",{d:"M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z",key:"jg2n2t"}],["path",{d:"M6 15v-2",key:"gd6mvg"}],["path",{d:"M12 15V9",key:"8c7uyn"}],["circle",{cx:"12",cy:"6",r:"3",key:"1gm2ql"}]]),yv=Zr("Kanban",[["path",{d:"M6 5v11",key:"mdvv1e"}],["path",{d:"M12 5v6",key:"14ar3b"}],["path",{d:"M18 5v14",key:"7ji314"}]]),pv=Zr("KeyRound",[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]]),sv=Zr("KeySquare",[["path",{d:"M12.4 2.7a2.5 2.5 0 0 1 3.4 0l5.5 5.5a2.5 2.5 0 0 1 0 3.4l-3.7 3.7a2.5 2.5 0 0 1-3.4 0L8.7 9.8a2.5 2.5 0 0 1 0-3.4z",key:"165ttr"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"m9.4 10.6-6.814 6.814A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814",key:"1ubxi2"}]]),kv=Zr("Key",[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4",key:"g0fldk"}],["path",{d:"m21 2-9.6 9.6",key:"1j0ho8"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5",key:"yqb3hr"}]]),uv=Zr("KeyboardMusic",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 8h4",key:"utf9t1"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M6 12v4",key:"dy92yo"}],["path",{d:"M10 12v4",key:"1fxnav"}],["path",{d:"M14 12v4",key:"1hft58"}],["path",{d:"M18 12v4",key:"tjjnbz"}]]),Mv=Zr("KeyboardOff",[["path",{d:"M 20 4 A2 2 0 0 1 22 6",key:"1g1fkt"}],["path",{d:"M 22 6 L 22 16.41",key:"1qjg3w"}],["path",{d:"M 7 16 L 16 16",key:"n0yqwb"}],["path",{d:"M 9.69 4 L 20 4",key:"kbpcgx"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2",key:"s23sx2"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M8 12h.01",key:"czm47f"}]]),gv=Zr("Keyboard",[["path",{d:"M10 8h.01",key:"1r9ogq"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M7 16h10",key:"wp8him"}],["path",{d:"M8 12h.01",key:"czm47f"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}]]),vv=Zr("LampCeiling",[["path",{d:"M12 2v5",key:"nd4vlx"}],["path",{d:"M6 7h12l4 9H2l4-9Z",key:"123d64"}],["path",{d:"M9.17 16a3 3 0 1 0 5.66 0",key:"1061mw"}]]),mv=Zr("LampDesk",[["path",{d:"m14 5-3 3 2 7 8-8-7-2Z",key:"1b0msb"}],["path",{d:"m14 5-3 3-3-3 3-3 3 3Z",key:"1uemms"}],["path",{d:"M9.5 6.5 4 12l3 6",key:"1bx08v"}],["path",{d:"M3 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H3Z",key:"wap775"}]]),fv=Zr("LampFloor",[["path",{d:"M9 2h6l3 7H6l3-7Z",key:"wcx6mj"}],["path",{d:"M12 9v13",key:"3n1su1"}],["path",{d:"M9 22h6",key:"1rlq3v"}]]),xv=Zr("LampWallDown",[["path",{d:"M11 13h6l3 7H8l3-7Z",key:"9n3qlo"}],["path",{d:"M14 13V8a2 2 0 0 0-2-2H8",key:"1hu4hb"}],["path",{d:"M4 9h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4v6Z",key:"s053bc"}]]),wv=Zr("LampWallUp",[["path",{d:"M11 4h6l3 7H8l3-7Z",key:"11x1ee"}],["path",{d:"M14 11v5a2 2 0 0 1-2 2H8",key:"eutp5o"}],["path",{d:"M4 15h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4v-6Z",key:"1iuthr"}]]),Lv=Zr("Lamp",[["path",{d:"M8 2h8l4 10H4L8 2Z",key:"9dma5w"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M8 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H8Z",key:"mwf4oh"}]]),Cv=Zr("LandPlot",[["path",{d:"m12 8 6-3-6-3v10",key:"mvpnpy"}],["path",{d:"m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12",key:"ek95tt"}],["path",{d:"m6.49 12.85 11.02 6.3",key:"1kt42w"}],["path",{d:"M17.51 12.85 6.5 19.15",key:"v55bdg"}]]),bv=Zr("Landmark",[["line",{x1:"3",x2:"21",y1:"22",y2:"22",key:"j8o0r"}],["line",{x1:"6",x2:"6",y1:"18",y2:"11",key:"10tf0k"}],["line",{x1:"10",x2:"10",y1:"18",y2:"11",key:"54lgf6"}],["line",{x1:"14",x2:"14",y1:"18",y2:"11",key:"380y"}],["line",{x1:"18",x2:"18",y1:"18",y2:"11",key:"1kevvc"}],["polygon",{points:"12 2 20 7 4 7",key:"jkujk7"}]]),Sv=Zr("Languages",[["path",{d:"m5 8 6 6",key:"1wu5hv"}],["path",{d:"m4 14 6-6 2-3",key:"1k1g8d"}],["path",{d:"M2 5h12",key:"or177f"}],["path",{d:"M7 2h1",key:"1t2jsx"}],["path",{d:"m22 22-5-10-5 10",key:"don7ne"}],["path",{d:"M14 18h6",key:"1m8k6r"}]]),Iv=Zr("LaptopMinimal",[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2",key:"1qhy41"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20",key:"ni3hll"}]]),Av=Zr("Laptop",[["path",{d:"M20 16V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v9m16 0H4m16 0 1.28 2.55a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45L4 16",key:"tarvll"}]]),qv=Zr("LassoSelect",[["path",{d:"M7 22a5 5 0 0 1-2-4",key:"umushi"}],["path",{d:"M7 16.93c.96.43 1.96.74 2.99.91",key:"ybbtv3"}],["path",{d:"M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.19 7.19 0 0 1-.33 2",key:"gt5e1w"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",key:"bq3ynw"}],["path",{d:"M14.33 22h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14z",key:"72q637"}]]),Pv=Zr("Lasso",[["path",{d:"M7 22a5 5 0 0 1-2-4",key:"umushi"}],["path",{d:"M3.3 14A6.8 6.8 0 0 1 2 10c0-4.4 4.5-8 10-8s10 3.6 10 8-4.5 8-10 8a12 12 0 0 1-5-1",key:"146dds"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",key:"bq3ynw"}]]),Rv=Zr("Laugh",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z",key:"b2q4dd"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]),zv=Zr("Layers2",[["path",{d:"m16.02 12 5.48 3.13a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74L7.98 12",key:"1cuww1"}],["path",{d:"M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74Z",key:"pdlvxu"}]]),Hv=Zr("Layers3",[["path",{d:"m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z",key:"8b97xw"}],["path",{d:"m6.08 9.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59",key:"1e5n1m"}],["path",{d:"m6.08 14.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59",key:"1iwflc"}]]),Tv=Zr("Layers",[["path",{d:"m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z",key:"8b97xw"}],["path",{d:"m22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65",key:"dd6zsq"}],["path",{d:"m22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65",key:"ep9fru"}]]),Bv=Zr("LayoutDashboard",[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]]),Dv=Zr("LayoutGrid",[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}]]),Vv=Zr("LayoutList",[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}],["path",{d:"M14 4h7",key:"3xa0d5"}],["path",{d:"M14 9h7",key:"1icrd9"}],["path",{d:"M14 15h7",key:"1mj8o2"}],["path",{d:"M14 20h7",key:"11slyb"}]]),jv=Zr("LayoutPanelLeft",[["rect",{width:"7",height:"18",x:"3",y:"3",rx:"1",key:"2obqm"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}]]),Fv=Zr("LayoutPanelTop",[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1",key:"f1a2em"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}]]),Ev=Zr("LayoutTemplate",[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1",key:"f1a2em"}],["rect",{width:"9",height:"7",x:"3",y:"14",rx:"1",key:"jqznyg"}],["rect",{width:"5",height:"7",x:"16",y:"14",rx:"1",key:"q5h2i8"}]]),Ov=Zr("Leaf",[["path",{d:"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z",key:"nnexq3"}],["path",{d:"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12",key:"mt58a7"}]]),Uv=Zr("LeafyGreen",[["path",{d:"M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5 4 4 0 0 0 6.187-2.353 3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8 3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373 3.5 3.5 0 0 0-5.116 3.69 4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1 3.926 19.743 3.014 20.732 2 22",key:"1134nt"}],["path",{d:"M2 22 17 7",key:"1q7jp2"}]]),Wv=Zr("Lectern",[["path",{d:"M16 12h3a2 2 0 0 0 1.902-1.38l1.056-3.333A1 1 0 0 0 21 6H3a1 1 0 0 0-.958 1.287l1.056 3.334A2 2 0 0 0 5 12h3",key:"13jjxg"}],["path",{d:"M18 6V3a1 1 0 0 0-1-1h-3",key:"1550fe"}],["rect",{width:"8",height:"12",x:"8",y:"10",rx:"1",key:"qmu8b6"}]]),Zv=Zr("LetterText",[["path",{d:"M15 12h6",key:"upa0zy"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"m3 13 3.553-7.724a.5.5 0 0 1 .894 0L11 13",key:"blevx4"}],["path",{d:"M3 18h18",key:"1h113x"}],["path",{d:"M4 11h6",key:"olkgv1"}]]),Gv=Zr("LibraryBig",[["rect",{width:"8",height:"18",x:"3",y:"3",rx:"1",key:"oynpb5"}],["path",{d:"M7 3v18",key:"bbkbws"}],["path",{d:"M20.4 18.9c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z",key:"1qboyk"}]]),Nv=Zr("Library",[["path",{d:"m16 6 4 14",key:"ji33uf"}],["path",{d:"M12 6v14",key:"1n7gus"}],["path",{d:"M8 8v12",key:"1gg7y9"}],["path",{d:"M4 4v16",key:"6qkkli"}]]),_v=Zr("LifeBuoy",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.93 4.93 4.24 4.24",key:"1ymg45"}],["path",{d:"m14.83 9.17 4.24-4.24",key:"1cb5xl"}],["path",{d:"m14.83 14.83 4.24 4.24",key:"q42g0n"}],["path",{d:"m9.17 14.83-4.24 4.24",key:"bqpfvv"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]]),Xv=Zr("Ligature",[["path",{d:"M8 20V8c0-2.2 1.8-4 4-4 1.5 0 2.8.8 3.5 2",key:"1rtphz"}],["path",{d:"M6 12h4",key:"a4o3ry"}],["path",{d:"M14 12h2v8",key:"c1fccl"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M14 20h4",key:"lzx1xo"}]]),Kv=Zr("LightbulbOff",[["path",{d:"M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5",key:"1fkcox"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5",key:"10m8kw"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]]),Yv=Zr("Lightbulb",[["path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5",key:"1gvzjb"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]]),Jv=Zr("Link2Off",[["path",{d:"M9 17H7A5 5 0 0 1 7 7",key:"10o201"}],["path",{d:"M15 7h2a5 5 0 0 1 4 8",key:"1d3206"}],["line",{x1:"8",x2:"12",y1:"12",y2:"12",key:"rvw6j4"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),$v=Zr("Link2",[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]),Qv=Zr("Link",[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]]),em=Zr("Linkedin",[["path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z",key:"c2jq9f"}],["rect",{width:"4",height:"12",x:"2",y:"9",key:"mk3on5"}],["circle",{cx:"4",cy:"4",r:"2",key:"bt5ra8"}]]),am=Zr("ListCheck",[["path",{d:"M11 18H3",key:"n3j2dh"}],["path",{d:"m15 18 2 2 4-4",key:"1szwhi"}],["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 6H3",key:"1wxfjs"}]]),tm=Zr("ListChecks",[["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"m3 7 2 2 4-4",key:"1obspn"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}]]),rm=Zr("ListCollapse",[["path",{d:"m3 10 2.5-2.5L3 5",key:"i6eama"}],["path",{d:"m3 19 2.5-2.5L3 14",key:"w2gmor"}],["path",{d:"M10 6h11",key:"c7qv1k"}],["path",{d:"M10 12h11",key:"6m4ad9"}],["path",{d:"M10 18h11",key:"11hvi2"}]]),im=Zr("ListEnd",[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M10 18H3",key:"13769t"}],["path",{d:"M21 6v10a2 2 0 0 1-2 2h-5",key:"ilrcs8"}],["path",{d:"m16 16-2 2 2 2",key:"kkc6pm"}]]),nm=Zr("ListFilter",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M10 18h4",key:"1ulq68"}]]),om=Zr("ListMinus",[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M21 12h-6",key:"bt1uis"}]]),cm=Zr("ListMusic",[["path",{d:"M21 15V6",key:"h1cx4g"}],["path",{d:"M18.5 18a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z",key:"8saifv"}],["path",{d:"M12 12H3",key:"18klou"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M12 18H3",key:"11ftsu"}]]),dm=Zr("ListOrdered",[["line",{x1:"10",x2:"21",y1:"6",y2:"6",key:"76qw6h"}],["line",{x1:"10",x2:"21",y1:"12",y2:"12",key:"16nom4"}],["line",{x1:"10",x2:"21",y1:"18",y2:"18",key:"u3jurt"}],["path",{d:"M4 6h1v4",key:"cnovpq"}],["path",{d:"M4 10h2",key:"16xx2s"}],["path",{d:"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1",key:"m9a95d"}]]),hm=Zr("ListPlus",[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M18 9v6",key:"1twb98"}],["path",{d:"M21 12h-6",key:"bt1uis"}]]),lm=Zr("ListRestart",[["path",{d:"M21 6H3",key:"1jwq7v"}],["path",{d:"M7 12H3",key:"13ou7f"}],["path",{d:"M7 18H3",key:"1sijw9"}],["path",{d:"M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14",key:"qth677"}],["path",{d:"M11 10v4h4",key:"172dkj"}]]),ym=Zr("ListStart",[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M10 6H3",key:"lf8lx7"}],["path",{d:"M21 18V8a2 2 0 0 0-2-2h-5",key:"1hghli"}],["path",{d:"m16 8-2-2 2-2",key:"160uvd"}]]),pm=Zr("ListTodo",[["rect",{x:"3",y:"5",width:"6",height:"6",rx:"1",key:"1defrl"}],["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}]]),sm=Zr("ListTree",[["path",{d:"M21 12h-8",key:"1bmf0i"}],["path",{d:"M21 6H8",key:"1pqkrb"}],["path",{d:"M21 18h-8",key:"1tm79t"}],["path",{d:"M3 6v4c0 1.1.9 2 2 2h3",key:"1ywdgy"}],["path",{d:"M3 10v6c0 1.1.9 2 2 2h3",key:"2wc746"}]]),km=Zr("ListVideo",[["path",{d:"M12 12H3",key:"18klou"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M12 18H3",key:"11ftsu"}],["path",{d:"m16 12 5 3-5 3v-6Z",key:"zpskkp"}]]),um=Zr("ListX",[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"m19 10-4 4",key:"1tz659"}],["path",{d:"m15 10 4 4",key:"1n7nei"}]]),Mm=Zr("List",[["line",{x1:"8",x2:"21",y1:"6",y2:"6",key:"7ey8pc"}],["line",{x1:"8",x2:"21",y1:"12",y2:"12",key:"rjfblc"}],["line",{x1:"8",x2:"21",y1:"18",y2:"18",key:"c3b1m8"}],["line",{x1:"3",x2:"3.01",y1:"6",y2:"6",key:"1g7gq3"}],["line",{x1:"3",x2:"3.01",y1:"12",y2:"12",key:"1pjlvk"}],["line",{x1:"3",x2:"3.01",y1:"18",y2:"18",key:"28t2mc"}]]),gm=Zr("LoaderCircle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]]),vm=Zr("LoaderPinwheel",[["path",{d:"M2 12c0-2.8 2.2-5 5-5s5 2.2 5 5 2.2 5 5 5 5-2.2 5-5",key:"1cg5zf"}],["path",{d:"M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6",key:"1gnrpi"}],["path",{d:"M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6",key:"u9yy5q"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),mm=Zr("Loader",[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]]),fm=Zr("LocateFixed",[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]),xm=Zr("LocateOff",[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["path",{d:"M7.11 7.11C5.83 8.39 5 10.1 5 12c0 3.87 3.13 7 7 7 1.9 0 3.61-.83 4.89-2.11",key:"1oh7ia"}],["path",{d:"M18.71 13.96c.19-.63.29-1.29.29-1.96 0-3.87-3.13-7-7-7-.67 0-1.33.1-1.96.29",key:"3qdecy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),wm=Zr("Locate",[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}]]),Lm=Zr("LockKeyholeOpen",[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2",key:"l0tzu3"}],["path",{d:"M7 10V7a5 5 0 0 1 9.33-2.5",key:"car5b7"}]]),Cm=Zr("LockKeyhole",[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2",key:"6s8ecr"}],["path",{d:"M7 10V7a5 5 0 0 1 10 0v3",key:"1pqi11"}]]),bm=Zr("LockOpen",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 9.9-1",key:"1mm8w8"}]]),Sm=Zr("Lock",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]]),Im=Zr("LogIn",[["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4",key:"u53s6r"}],["polyline",{points:"10 17 15 12 10 7",key:"1ail0h"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12",key:"v6grx8"}]]),Am=Zr("LogOut",[["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}],["polyline",{points:"16 17 21 12 16 7",key:"1gabdz"}],["line",{x1:"21",x2:"9",y1:"12",y2:"12",key:"1uyos4"}]]),qm=Zr("Logs",[["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M3 18h1",key:"1eiwyy"}],["path",{d:"M3 6h1",key:"rgxa97"}],["path",{d:"M8 12h1",key:"1con00"}],["path",{d:"M8 18h1",key:"13wk12"}],["path",{d:"M8 6h1",key:"tn6mkg"}]]),Pm=Zr("Lollipop",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0",key:"107gwy"}]]),Rm=Zr("Luggage",[["path",{d:"M6 20a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2",key:"1m57jg"}],["path",{d:"M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14",key:"1l99gc"}],["path",{d:"M10 20h4",key:"ni2waw"}],["circle",{cx:"16",cy:"20",r:"2",key:"1vifvg"}],["circle",{cx:"8",cy:"20",r:"2",key:"ckkr5m"}]]),zm=Zr("Magnet",[["path",{d:"m6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15",key:"1i3lhw"}],["path",{d:"m5 8 4 4",key:"j6kj7e"}],["path",{d:"m12 15 4 4",key:"lnac28"}]]),Hm=Zr("MailCheck",[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"12jkf8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]]),Tm=Zr("MailMinus",[["path",{d:"M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"fuxbkv"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M16 19h6",key:"xwg31i"}]]),Bm=Zr("MailOpen",[["path",{d:"M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z",key:"1jhwl8"}],["path",{d:"m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10",key:"1qfld7"}]]),Dm=Zr("MailPlus",[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"12jkf8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M16 19h6",key:"xwg31i"}]]),Vm=Zr("MailQuestion",[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",key:"e61zoh"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2",key:"7z9rxb"}],["path",{d:"M20 22v.01",key:"12bgn6"}]]),jm=Zr("MailSearch",[["path",{d:"M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5",key:"w80f2v"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",key:"8lzu5m"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m22 22-1.5-1.5",key:"1x83k4"}]]),Fm=Zr("MailWarning",[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",key:"e61zoh"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M20 14v4",key:"1hm744"}],["path",{d:"M20 22v.01",key:"12bgn6"}]]),Em=Zr("MailX",[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9",key:"1j9vog"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"m17 17 4 4",key:"1b3523"}],["path",{d:"m21 17-4 4",key:"uinynz"}]]),Om=Zr("Mail",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}]]),Um=Zr("Mailbox",[["path",{d:"M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z",key:"1lbycx"}],["polyline",{points:"15,9 18,9 18,11",key:"1pm9c0"}],["path",{d:"M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2",key:"15i455"}],["line",{x1:"6",x2:"7",y1:"10",y2:"10",key:"1e2scm"}]]),Wm=Zr("Mails",[["rect",{width:"16",height:"13",x:"6",y:"4",rx:"2",key:"1drq3f"}],["path",{d:"m22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7",key:"xn252p"}],["path",{d:"M2 8v11c0 1.1.9 2 2 2h14",key:"n13cji"}]]),Zm=Zr("MapPinCheckInside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}]]),Gm=Zr("MapPinCheck",[["path",{d:"M19.43 12.935c.357-.967.57-1.955.57-2.935a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32.197 32.197 0 0 0 .813-.728",key:"1dq61d"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"m16 18 2 2 4-4",key:"1mkfmb"}]]),Nm=Zr("MapPinHouse",[["path",{d:"M15 22a1 1 0 0 1-1-1v-4a1 1 0 0 1 .445-.832l3-2a1 1 0 0 1 1.11 0l3 2A1 1 0 0 1 22 17v4a1 1 0 0 1-1 1z",key:"1p1rcz"}],["path",{d:"M18 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 .601.2",key:"mcbcs9"}],["path",{d:"M18 22v-3",key:"1t1ugv"}],["circle",{cx:"10",cy:"10",r:"3",key:"1ns7v1"}]]),_m=Zr("MapPinMinusInside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]),Xm=Zr("MapPinMinus",[["path",{d:"M18.977 14C19.6 12.701 20 11.343 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",key:"11uxia"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M16 18h6",key:"987eiv"}]]),Km=Zr("MapPinOff",[["path",{d:"M12.75 7.09a3 3 0 0 1 2.16 2.16",key:"1d4wjd"}],["path",{d:"M17.072 17.072c-1.634 2.17-3.527 3.912-4.471 4.727a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 1.432-4.568",key:"12yil7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533",key:"lhrkcz"}],["path",{d:"M9.13 9.13a3 3 0 0 0 3.74 3.74",key:"13wojd"}]]),Ym=Zr("MapPinPlusInside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]),Jm=Zr("MapPinPlus",[["path",{d:"M19.914 11.105A7.298 7.298 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",key:"fcdtly"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M16 18h6",key:"987eiv"}],["path",{d:"M19 15v6",key:"10aioa"}]]),$m=Zr("MapPinXInside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]]),Qm=Zr("MapPinX",[["path",{d:"M19.752 11.901A7.78 7.78 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 19 19 0 0 0 .09-.077",key:"y0ewhp"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"m21.5 15.5-5 5",key:"11iqnx"}],["path",{d:"m21.5 20.5-5-5",key:"1bylgx"}]]),ef=Zr("MapPin",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]]),af=Zr("MapPinned",[["path",{d:"M18 8c0 3.613-3.869 7.429-5.393 8.795a1 1 0 0 1-1.214 0C9.87 15.429 6 11.613 6 8a6 6 0 0 1 12 0",key:"11u0oz"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["path",{d:"M8.714 14h-3.71a1 1 0 0 0-.948.683l-2.004 6A1 1 0 0 0 3 22h18a1 1 0 0 0 .948-1.316l-2-6a1 1 0 0 0-.949-.684h-3.712",key:"q8zwxj"}]]),tf=Zr("Map",[["path",{d:"M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z",key:"169xi5"}],["path",{d:"M15 5.764v15",key:"1pn4in"}],["path",{d:"M9 3.236v15",key:"1uimfh"}]]),rf=Zr("Martini",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M12 11v11",key:"ur9y6a"}],["path",{d:"m19 3-7 8-7-8Z",key:"1sgpiw"}]]),nf=Zr("Maximize2",[["polyline",{points:"15 3 21 3 21 9",key:"mznyad"}],["polyline",{points:"9 21 3 21 3 15",key:"1avn1i"}],["line",{x1:"21",x2:"14",y1:"3",y2:"10",key:"ota7mn"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]]),of=Zr("Maximize",[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3",key:"1dcmit"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3",key:"1e4gt3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3",key:"wsl5sc"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3",key:"18trek"}]]),cf=Zr("Medal",[["path",{d:"M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15",key:"143lza"}],["path",{d:"M11 12 5.12 2.2",key:"qhuxz6"}],["path",{d:"m13 12 5.88-9.8",key:"hbye0f"}],["path",{d:"M8 7h8",key:"i86dvs"}],["circle",{cx:"12",cy:"17",r:"5",key:"qbz8iq"}],["path",{d:"M12 18v-2h-.5",key:"fawc4q"}]]),df=Zr("MegaphoneOff",[["path",{d:"M9.26 9.26 3 11v3l14.14 3.14",key:"3429n"}],["path",{d:"M21 15.34V6l-7.31 2.03",key:"4o1dh8"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6",key:"1yl0tm"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),hf=Zr("Megaphone",[["path",{d:"m3 11 18-5v12L3 14v-3z",key:"n962bs"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6",key:"1yl0tm"}]]),lf=Zr("Meh",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"8",x2:"16",y1:"15",y2:"15",key:"1xb1d9"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]),yf=Zr("MemoryStick",[["path",{d:"M6 19v-3",key:"1nvgqn"}],["path",{d:"M10 19v-3",key:"iu8nkm"}],["path",{d:"M14 19v-3",key:"kcehxu"}],["path",{d:"M18 19v-3",key:"1vh91z"}],["path",{d:"M8 11V9",key:"63erz4"}],["path",{d:"M16 11V9",key:"fru6f3"}],["path",{d:"M12 11V9",key:"ha00sb"}],["path",{d:"M2 15h20",key:"16ne18"}],["path",{d:"M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.1a2 2 0 0 0 0 3.837V17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5.1a2 2 0 0 0 0-3.837Z",key:"lhddv3"}]]),pf=Zr("Menu",[["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}],["line",{x1:"4",x2:"20",y1:"6",y2:"6",key:"1owob3"}],["line",{x1:"4",x2:"20",y1:"18",y2:"18",key:"yk5zj1"}]]),sf=Zr("Merge",[["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}],["path",{d:"M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22",key:"1hyw0i"}],["path",{d:"m20 22-5-5",key:"1m27yz"}]]),kf=Zr("MessageCircleCode",[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22z",key:"k85zhp"}]]),uf=Zr("MessageCircleDashed",[["path",{d:"M13.5 3.1c-.5 0-1-.1-1.5-.1s-1 .1-1.5.1",key:"16ll65"}],["path",{d:"M19.3 6.8a10.45 10.45 0 0 0-2.1-2.1",key:"1nq77a"}],["path",{d:"M20.9 13.5c.1-.5.1-1 .1-1.5s-.1-1-.1-1.5",key:"1sf7wn"}],["path",{d:"M17.2 19.3a10.45 10.45 0 0 0 2.1-2.1",key:"x1hs5g"}],["path",{d:"M10.5 20.9c.5.1 1 .1 1.5.1s1-.1 1.5-.1",key:"19m18z"}],["path",{d:"M3.5 17.5 2 22l4.5-1.5",key:"1f36qi"}],["path",{d:"M3.1 10.5c0 .5-.1 1-.1 1.5s.1 1 .1 1.5",key:"1vz3ju"}],["path",{d:"M6.8 4.7a10.45 10.45 0 0 0-2.1 2.1",key:"19f9do"}]]),Mf=Zr("MessageCircleHeart",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M15.8 9.2a2.5 2.5 0 0 0-3.5 0l-.3.4-.35-.3a2.42 2.42 0 1 0-3.2 3.6l3.6 3.5 3.6-3.5c1.2-1.2 1.1-2.7.2-3.7",key:"43lnbm"}]]),gf=Zr("MessageCircleMore",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]]),vf=Zr("MessageCircleOff",[["path",{d:"M20.5 14.9A9 9 0 0 0 9.1 3.5",key:"1iebmn"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5.6 5.6C3 8.3 2.2 12.5 4 16l-2 6 6-2c3.4 1.8 7.6 1.1 10.3-1.7",key:"1ov8ce"}]]),mf=Zr("MessageCirclePlus",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]),ff=Zr("MessageCircleQuestion",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]]),xf=Zr("MessageCircleReply",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}],["path",{d:"M7 12h7a2 2 0 0 1 2 2v1",key:"1gheu4"}]]),wf=Zr("MessageCircleWarning",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]]),Lf=Zr("MessageCircleX",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]),Cf=Zr("MessageCircle",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}]]),bf=Zr("MessageSquareCode",[["path",{d:"M10 7.5 8 10l2 2.5",key:"xb17xw"}],["path",{d:"m14 7.5 2 2.5-2 2.5",key:"5rap1v"}],["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}]]),Sf=Zr("MessageSquareDashed",[["path",{d:"M3 6V5c0-1.1.9-2 2-2h2",key:"9usibi"}],["path",{d:"M11 3h3",key:"1c3ji7"}],["path",{d:"M18 3h1c1.1 0 2 .9 2 2",key:"19esxn"}],["path",{d:"M21 9v2",key:"p14lih"}],["path",{d:"M21 15c0 1.1-.9 2-2 2h-1",key:"1fo1j8"}],["path",{d:"M14 17h-3",key:"1w4p2m"}],["path",{d:"m7 17-4 4v-5",key:"ph9x1h"}],["path",{d:"M3 12v-2",key:"856n1q"}]]),If=Zr("MessageSquareDiff",[["path",{d:"m5 19-2 2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2",key:"1xuzuj"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 17h6",key:"r8uit2"}]]),Af=Zr("MessageSquareDot",[["path",{d:"M11.7 3H5a2 2 0 0 0-2 2v16l4-4h12a2 2 0 0 0 2-2v-2.7",key:"uodpkb"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}]]),qf=Zr("MessageSquareHeart",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M14.8 7.5a1.84 1.84 0 0 0-2.6 0l-.2.3-.3-.3a1.84 1.84 0 1 0-2.4 2.8L12 13l2.7-2.7c.9-.9.8-2.1.1-2.8",key:"1blaws"}]]),Pf=Zr("MessageSquareMore",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M16 10h.01",key:"1m94wz"}]]),Rf=Zr("MessageSquareOff",[["path",{d:"M21 15V5a2 2 0 0 0-2-2H9",key:"43el77"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M3.6 3.6c-.4.3-.6.8-.6 1.4v16l4-4h10",key:"pwpm4a"}]]),zf=Zr("MessageSquarePlus",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]),Hf=Zr("MessageSquareQuote",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M8 12a2 2 0 0 0 2-2V8H8",key:"1jfesj"}],["path",{d:"M14 12a2 2 0 0 0 2-2V8h-2",key:"1dq9mh"}]]),Tf=Zr("MessageSquareReply",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"m10 7-3 3 3 3",key:"1eugdv"}],["path",{d:"M17 13v-1a2 2 0 0 0-2-2H7",key:"ernfh3"}]]),Bf=Zr("MessageSquareShare",[["path",{d:"M21 12v3a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h7",key:"tqtdkg"}],["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"m16 8 5-5",key:"15mbrl"}]]),Df=Zr("MessageSquareText",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M13 8H7",key:"14i4kc"}],["path",{d:"M17 12H7",key:"16if0g"}]]),Vf=Zr("MessageSquareWarning",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M12 7v2",key:"stiyo7"}],["path",{d:"M12 13h.01",key:"y0uutt"}]]),jf=Zr("MessageSquareX",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]]),Ff=Zr("MessageSquare",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}]]),Ef=Zr("MessagesSquare",[["path",{d:"M14 9a2 2 0 0 1-2 2H6l-4 4V4c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2z",key:"jj09z8"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1",key:"1cx29u"}]]),Of=Zr("MicOff",[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M18.89 13.23A7.12 7.12 0 0 0 19 12v-2",key:"80xlxr"}],["path",{d:"M5 10v2a7 7 0 0 0 12 5",key:"p2k8kg"}],["path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33",key:"1gzdoj"}],["path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12",key:"r2i35w"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}]]),Uf=Zr("MicVocal",[["path",{d:"m11 7.601-5.994 8.19a1 1 0 0 0 .1 1.298l.817.818a1 1 0 0 0 1.314.087L15.09 12",key:"80a601"}],["path",{d:"M16.5 21.174C15.5 20.5 14.372 20 13 20c-2.058 0-3.928 2.356-6 2-2.072-.356-2.775-3.369-1.5-4.5",key:"j0ngtp"}],["circle",{cx:"16",cy:"7",r:"5",key:"d08jfb"}]]),Wf=Zr("Mic",[["path",{d:"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z",key:"131961"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2",key:"1vc78b"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}]]),Zf=Zr("Microchip",[["path",{d:"M18 12h2",key:"quuxs7"}],["path",{d:"M18 16h2",key:"zsn3lv"}],["path",{d:"M18 20h2",key:"9x5y9y"}],["path",{d:"M18 4h2",key:"1luxfb"}],["path",{d:"M18 8h2",key:"nxqzg"}],["path",{d:"M4 12h2",key:"1ltxp0"}],["path",{d:"M4 16h2",key:"8a5zha"}],["path",{d:"M4 20h2",key:"27dk57"}],["path",{d:"M4 4h2",key:"10groj"}],["path",{d:"M4 8h2",key:"18vq6w"}],["path",{d:"M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-1.5c-.276 0-.494.227-.562.495a2 2 0 0 1-3.876 0C9.994 2.227 9.776 2 9.5 2z",key:"1681fp"}]]),Gf=Zr("Microscope",[["path",{d:"M6 18h8",key:"1borvv"}],["path",{d:"M3 22h18",key:"8prr45"}],["path",{d:"M14 22a7 7 0 1 0 0-14h-1",key:"1jwaiy"}],["path",{d:"M9 14h2",key:"197e7h"}],["path",{d:"M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z",key:"1bmzmy"}],["path",{d:"M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3",key:"1drr47"}]]),Nf=Zr("Microwave",[["rect",{width:"20",height:"15",x:"2",y:"4",rx:"2",key:"2no95f"}],["rect",{width:"8",height:"7",x:"6",y:"8",rx:"1",key:"zh9wx"}],["path",{d:"M18 8v7",key:"o5zi4n"}],["path",{d:"M6 19v2",key:"1loha6"}],["path",{d:"M18 19v2",key:"1dawf0"}]]),_f=Zr("Milestone",[["path",{d:"M18 6H5a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h13l4-3.5L18 6Z",key:"1mp5s7"}],["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M12 3v3",key:"1n5kay"}]]),Xf=Zr("MilkOff",[["path",{d:"M8 2h8",key:"1ssgc1"}],["path",{d:"M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3",key:"y0ejgx"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435",key:"iaxqsy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),Kf=Zr("Milk",[["path",{d:"M8 2h8",key:"1ssgc1"}],["path",{d:"M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2",key:"qtp12x"}],["path",{d:"M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0",key:"ygeh44"}]]),Yf=Zr("Minimize2",[["polyline",{points:"4 14 10 14 10 20",key:"11kfnr"}],["polyline",{points:"20 10 14 10 14 4",key:"rlmsce"}],["line",{x1:"14",x2:"21",y1:"10",y2:"3",key:"o5lafz"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]]),Jf=Zr("Minimize",[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3",key:"hohbtr"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3",key:"5jw1f3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3",key:"198tvr"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3",key:"ph8mxp"}]]),$f=Zr("Minus",[["path",{d:"M5 12h14",key:"1ays0h"}]]),Qf=Zr("MonitorCheck",[["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]),ex=Zr("MonitorCog",[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m15.2 4.9-.9-.4",key:"12wd2u"}],["path",{d:"m15.2 7.1-.9.4",key:"1r2vl7"}],["path",{d:"m16.9 3.2-.4-.9",key:"3zbo91"}],["path",{d:"m16.9 8.8-.4.9",key:"1qr2dn"}],["path",{d:"m19.5 2.3-.4.9",key:"1rjrkq"}],["path",{d:"m19.5 9.7-.4-.9",key:"heryx5"}],["path",{d:"m21.7 4.5-.9.4",key:"17fqt1"}],["path",{d:"m21.7 7.5-.9-.4",key:"14zyni"}],["path",{d:"M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7",key:"1tnzv8"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}]]),ax=Zr("MonitorDot",[["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}],["path",{d:"M22 12v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9",key:"1fet9y"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]),tx=Zr("MonitorDown",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"m15 10-3 3-3-3",key:"lzhmyn"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]),rx=Zr("MonitorOff",[["path",{d:"M17 17H4a2 2 0 0 1-2-2V5c0-1.5 1-2 1-2",key:"k0q8oc"}],["path",{d:"M22 15V5a2 2 0 0 0-2-2H9",key:"cp1ac0"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),ix=Zr("MonitorPause",[["path",{d:"M10 13V7",key:"1u13u9"}],["path",{d:"M14 13V7",key:"1vj9om"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]),nx=Zr("MonitorPlay",[["path",{d:"M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z",key:"1pctta"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}]]),ox=Zr("MonitorSmartphone",[["path",{d:"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8",key:"10dyio"}],["path",{d:"M10 19v-3.96 3.15",key:"1irgej"}],["path",{d:"M7 19h5",key:"qswx4l"}],["rect",{width:"6",height:"10",x:"16",y:"12",rx:"2",key:"1egngj"}]]),cx=Zr("MonitorSpeaker",[["path",{d:"M5.5 20H8",key:"1k40s5"}],["path",{d:"M17 9h.01",key:"1j24nn"}],["rect",{width:"10",height:"16",x:"12",y:"4",rx:"2",key:"ixliua"}],["path",{d:"M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4",key:"1mp6e1"}],["circle",{cx:"17",cy:"15",r:"1",key:"tqvash"}]]),dx=Zr("MonitorStop",[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}],["rect",{x:"9",y:"7",width:"6",height:"6",rx:"1",key:"5m2oou"}]]),hx=Zr("MonitorUp",[["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}],["path",{d:"M12 13V7",key:"h0r20n"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]),lx=Zr("MonitorX",[["path",{d:"m14.5 12.5-5-5",key:"1jahn5"}],["path",{d:"m9.5 12.5 5-5",key:"1k2t7b"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]),yx=Zr("Monitor",[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21",key:"1svkeh"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21",key:"vw1qmm"}]]),px=Zr("MoonStar",[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9",key:"4ay0iu"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}]]),sx=Zr("Moon",[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z",key:"a7tn18"}]]),kx=Zr("MountainSnow",[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}],["path",{d:"M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19",key:"1pvmmp"}]]),ux=Zr("Mountain",[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}]]),Mx=Zr("MouseOff",[["path",{d:"M12 6v.343",key:"1gyhex"}],["path",{d:"M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218",key:"ukzz01"}],["path",{d:"M19 13.343V9A7 7 0 0 0 8.56 2.902",key:"104jy9"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}]]),gx=Zr("MousePointer2",[["path",{d:"M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z",key:"edeuup"}]]),vx=Zr("MousePointerBan",[["path",{d:"M2.034 2.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.944L8.204 7.545a1 1 0 0 0-.66.66l-1.066 3.443a.5.5 0 0 1-.944.033z",key:"11pp1i"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}],["path",{d:"m11.8 11.8 8.4 8.4",key:"oogvdj"}]]),mx=Zr("MousePointerClick",[["path",{d:"M14 4.1 12 6",key:"ita8i4"}],["path",{d:"m5.1 8-2.9-.8",key:"1go3kf"}],["path",{d:"m6 12-1.9 2",key:"mnht97"}],["path",{d:"M7.2 2.2 8 5.1",key:"1cfko1"}],["path",{d:"M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z",key:"s0h3yz"}]]),fx=Zr("MousePointer",[["path",{d:"M12.586 12.586 19 19",key:"ea5xo7"}],["path",{d:"M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z",key:"277e5u"}]]),xx=Zr("Mouse",[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7",key:"11ol66"}],["path",{d:"M12 6v4",key:"16clxf"}]]),wx=Zr("Move3d",[["path",{d:"M5 3v16h16",key:"1mqmf9"}],["path",{d:"m5 19 6-6",key:"jh6hbb"}],["path",{d:"m2 6 3-3 3 3",key:"tkyvxa"}],["path",{d:"m18 16 3 3-3 3",key:"1d4glt"}]]),Lx=Zr("MoveDiagonal2",[["polyline",{points:"5 11 5 5 11 5",key:"ncfzxk"}],["polyline",{points:"19 13 19 19 13 19",key:"1mk7hk"}],["line",{x1:"5",x2:"19",y1:"5",y2:"19",key:"mcyte3"}]]),Cx=Zr("MoveDiagonal",[["polyline",{points:"13 5 19 5 19 11",key:"11219e"}],["polyline",{points:"11 19 5 19 5 13",key:"sfq3wq"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}]]),bx=Zr("MoveDownLeft",[["path",{d:"M11 19H5V13",key:"1akmht"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]]),Sx=Zr("MoveDownRight",[["path",{d:"M19 13V19H13",key:"10vkzq"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]]),Ix=Zr("MoveDown",[["path",{d:"M8 18L12 22L16 18",key:"cskvfv"}],["path",{d:"M12 2V22",key:"r89rzk"}]]),Ax=Zr("MoveHorizontal",[["polyline",{points:"18 8 22 12 18 16",key:"1hqrds"}],["polyline",{points:"6 8 2 12 6 16",key:"f0ernq"}],["line",{x1:"2",x2:"22",y1:"12",y2:"12",key:"1dnqot"}]]),qx=Zr("MoveLeft",[["path",{d:"M6 8L2 12L6 16",key:"kyvwex"}],["path",{d:"M2 12H22",key:"1m8cig"}]]),Px=Zr("MoveRight",[["path",{d:"M18 8L22 12L18 16",key:"1r0oui"}],["path",{d:"M2 12H22",key:"1m8cig"}]]),Rx=Zr("MoveUpLeft",[["path",{d:"M5 11V5H11",key:"3q78g9"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]]),zx=Zr("MoveUpRight",[["path",{d:"M13 5H19V11",key:"1n1gyv"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]]),Hx=Zr("MoveUp",[["path",{d:"M8 6L12 2L16 6",key:"1yvkyx"}],["path",{d:"M12 2V22",key:"r89rzk"}]]),Tx=Zr("MoveVertical",[["polyline",{points:"8 18 12 22 16 18",key:"1uutw3"}],["polyline",{points:"8 6 12 2 16 6",key:"d60sxy"}],["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}]]),Bx=Zr("Move",[["polyline",{points:"5 9 2 12 5 15",key:"1r5uj5"}],["polyline",{points:"9 5 12 2 15 5",key:"5v383o"}],["polyline",{points:"15 19 12 22 9 19",key:"g7qi8m"}],["polyline",{points:"19 9 22 12 19 15",key:"tpp73q"}],["line",{x1:"2",x2:"22",y1:"12",y2:"12",key:"1dnqot"}],["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}]]),Dx=Zr("Music2",[["circle",{cx:"8",cy:"18",r:"4",key:"1fc0mg"}],["path",{d:"M12 18V2l7 4",key:"g04rme"}]]),Vx=Zr("Music3",[["circle",{cx:"12",cy:"18",r:"4",key:"m3r9ws"}],["path",{d:"M16 18V2",key:"40x2m5"}]]),jx=Zr("Music4",[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["path",{d:"m9 9 12-2",key:"1e64n2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]]),Fx=Zr("Music",[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]]),Ex=Zr("Navigation2Off",[["path",{d:"M9.31 9.31 5 21l7-4 7 4-1.17-3.17",key:"qoq2o2"}],["path",{d:"M14.53 8.88 12 2l-1.17 3.17",key:"k3sjzy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),Ox=Zr("Navigation2",[["polygon",{points:"12 2 19 21 12 17 5 21 12 2",key:"x8c0qg"}]]),Ux=Zr("NavigationOff",[["path",{d:"M8.43 8.43 3 11l8 2 2 8 2.57-5.43",key:"1vdtb7"}],["path",{d:"M17.39 11.73 22 2l-9.73 4.61",key:"tya3r6"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),Wx=Zr("Navigation",[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]]),Zx=Zr("Network",[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1",key:"4q2zg0"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1",key:"8cvhb9"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1",key:"1egb70"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",key:"1jsf9p"}],["path",{d:"M12 12V8",key:"2874zd"}]]),Gx=Zr("Newspaper",[["path",{d:"M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2",key:"7pis2x"}],["path",{d:"M18 14h-8",key:"sponae"}],["path",{d:"M15 18h-5",key:"95g1m2"}],["path",{d:"M10 6h8v4h-8V6Z",key:"smlsk5"}]]),Nx=Zr("Nfc",[["path",{d:"M6 8.32a7.43 7.43 0 0 1 0 7.36",key:"9iaqei"}],["path",{d:"M9.46 6.21a11.76 11.76 0 0 1 0 11.58",key:"1yha7l"}],["path",{d:"M12.91 4.1a15.91 15.91 0 0 1 .01 15.8",key:"4iu2gk"}],["path",{d:"M16.37 2a20.16 20.16 0 0 1 0 20",key:"sap9u2"}]]),_x=Zr("NotebookPen",[["path",{d:"M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4",key:"re6nr2"}],["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["path",{d:"M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"pqwjuv"}]]),Xx=Zr("NotebookTabs",[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M15 2v20",key:"dcj49h"}],["path",{d:"M15 7h5",key:"1xj5lc"}],["path",{d:"M15 12h5",key:"w5shd9"}],["path",{d:"M15 17h5",key:"1qaofu"}]]),Kx=Zr("NotebookText",[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M9.5 8h5",key:"11mslq"}],["path",{d:"M9.5 12H16",key:"ktog6x"}],["path",{d:"M9.5 16H14",key:"p1seyn"}]]),Yx=Zr("Notebook",[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M16 2v20",key:"rotuqe"}]]),Jx=Zr("NotepadTextDashed",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"j91f56"}],["path",{d:"M20 12v2",key:"w8o0tu"}],["path",{d:"M20 18v2a2 2 0 0 1-2 2h-1",key:"1c9ggx"}],["path",{d:"M13 22h-2",key:"191ugt"}],["path",{d:"M7 22H6a2 2 0 0 1-2-2v-2",key:"1rt9px"}],["path",{d:"M4 14v-2",key:"1v0sqh"}],["path",{d:"M4 8V6a2 2 0 0 1 2-2h2",key:"1mwabg"}],["path",{d:"M8 10h6",key:"3oa6kw"}],["path",{d:"M8 14h8",key:"1fgep2"}],["path",{d:"M8 18h5",key:"17enja"}]]),$x=Zr("NotepadText",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"16",height:"18",x:"4",y:"4",rx:"2",key:"1u9h20"}],["path",{d:"M8 10h6",key:"3oa6kw"}],["path",{d:"M8 14h8",key:"1fgep2"}],["path",{d:"M8 18h5",key:"17enja"}]]),Qx=Zr("NutOff",[["path",{d:"M12 4V2",key:"1k5q1u"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7.01 7.01 0 0 0 4.125-2.939",key:"1xcvy9"}],["path",{d:"M19 10v3.343",key:"163tfc"}],["path",{d:"M12 12c-1.349-.573-1.905-1.005-2.5-2-.546.902-1.048 1.353-2.5 2-1.018-.644-1.46-1.08-2-2-1.028.71-1.69.918-3 1 1.081-1.048 1.757-2.03 2-3 .194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4-.74 0-1.461.068-2.15.192",key:"17914v"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),ew=Zr("Nut",[["path",{d:"M12 4V2",key:"1k5q1u"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592A7.003 7.003 0 0 0 19 14v-4",key:"1tgyif"}],["path",{d:"M12 4C8 4 4.5 6 4 8c-.243.97-.919 1.952-2 3 1.31-.082 1.972-.29 3-1 .54.92.982 1.356 2 2 1.452-.647 1.954-1.098 2.5-2 .595.995 1.151 1.427 2.5 2 1.31-.621 1.862-1.058 2.5-2 .629.977 1.162 1.423 2.5 2 1.209-.548 1.68-.967 2-2 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4Z",key:"tnsqj"}]]),aw=Zr("OctagonAlert",[["path",{d:"M12 16h.01",key:"1drbdi"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z",key:"1fd625"}]]),tw=Zr("OctagonPause",[["path",{d:"M10 15V9",key:"1lckn7"}],["path",{d:"M14 15V9",key:"1muqhk"}],["path",{d:"M2.586 16.872A2 2 0 0 1 2 15.458V8.542a2 2 0 0 1 .586-1.414l4.542-4.542A2 2 0 0 1 8.542 2h6.916a2 2 0 0 1 1.414.586l4.542 4.542A2 2 0 0 1 22 8.542v6.916a2 2 0 0 1-.586 1.414l-4.542 4.542a2 2 0 0 1-1.414.586H8.542a2 2 0 0 1-1.414-.586z",key:"1e17ew"}]]),rw=Zr("OctagonX",[["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]),iw=Zr("Octagon",[["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}]]),nw=Zr("Omega",[["path",{d:"M3 20h4.5a.5.5 0 0 0 .5-.5v-.282a.52.52 0 0 0-.247-.437 8 8 0 1 1 8.494-.001.52.52 0 0 0-.247.438v.282a.5.5 0 0 0 .5.5H21",key:"1x94xo"}]]),ow=Zr("Option",[["path",{d:"M3 3h6l6 18h6",key:"ph9rgk"}],["path",{d:"M14 3h7",key:"16f0ms"}]]),cw=Zr("Orbit",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M10.4 21.9a10 10 0 0 0 9.941-15.416",key:"eohfx2"}],["path",{d:"M13.5 2.1a10 10 0 0 0-9.841 15.416",key:"19pvbm"}]]),dw=Zr("Origami",[["path",{d:"M12 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025",key:"1bx4vc"}],["path",{d:"m12 21-7.414-7.414A2 2 0 0 1 4 12.172V6.415a1.002 1.002 0 0 1 1.707-.707L20 20.009",key:"1h3km6"}],["path",{d:"m12.214 3.381 8.414 14.966a1 1 0 0 1-.167 1.199l-1.168 1.163a1 1 0 0 1-.706.291H6.351a1 1 0 0 1-.625-.219L3.25 18.8a1 1 0 0 1 .631-1.781l4.165.027",key:"1hj4wg"}]]),hw=Zr("Package2",[["path",{d:"M3 9h18v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9Z",key:"1ront0"}],["path",{d:"m3 9 2.45-4.9A2 2 0 0 1 7.24 3h9.52a2 2 0 0 1 1.8 1.1L21 9",key:"19h2x1"}],["path",{d:"M12 3v6",key:"1holv5"}]]),lw=Zr("PackageCheck",[["path",{d:"m16 16 2 2 4-4",key:"gfu2re"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]),yw=Zr("PackageMinus",[["path",{d:"M16 16h6",key:"100bgy"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]),pw=Zr("PackageOpen",[["path",{d:"M12 22v-9",key:"x3hkom"}],["path",{d:"M15.17 2.21a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.655 1.655 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z",key:"2ntwy6"}],["path",{d:"M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13",key:"1pmm1c"}],["path",{d:"M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.636 1.636 0 0 0 1.63 0z",key:"12ttoo"}]]),sw=Zr("PackagePlus",[["path",{d:"M16 16h6",key:"100bgy"}],["path",{d:"M19 13v6",key:"85cyf1"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]),kw=Zr("PackageSearch",[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}],["circle",{cx:"18.5",cy:"15.5",r:"2.5",key:"b5zd12"}],["path",{d:"M20.27 17.27 22 19",key:"1l4muz"}]]),uw=Zr("PackageX",[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}],["path",{d:"m17 13 5 5m-5 0 5-5",key:"im3w4b"}]]),Mw=Zr("Package",[["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z",key:"hh9hay"}],["path",{d:"m3.3 7 8.7 5 8.7-5",key:"g66t2b"}],["path",{d:"M12 22V12",key:"d0xqtd"}]]),gw=Zr("PaintBucket",[["path",{d:"m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z",key:"irua1i"}],["path",{d:"m5 2 5 5",key:"1lls2c"}],["path",{d:"M2 13h15",key:"1hkzvu"}],["path",{d:"M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z",key:"xk76lq"}]]),vw=Zr("PaintRoller",[["rect",{width:"16",height:"6",x:"2",y:"2",rx:"2",key:"jcyz7m"}],["path",{d:"M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2",key:"1b9h7c"}],["rect",{width:"4",height:"6",x:"8",y:"16",rx:"1",key:"d6e7yl"}]]),mw=Zr("PaintbrushVertical",[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v4",key:"qmzblu"}],["path",{d:"M17 2a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1z",key:"ycvu00"}],["path",{d:"M6 12a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h2a1 1 0 0 1 1 1v2.9a2 2 0 1 0 4 0V17a1 1 0 0 1 1-1h2a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1",key:"iw4wnp"}]]),fw=Zr("Paintbrush",[["path",{d:"m14.622 17.897-10.68-2.913",key:"vj2p1u"}],["path",{d:"M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0z",key:"18tc5c"}],["path",{d:"M9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15",key:"ytzfxy"}]]),xw=Zr("Palette",[["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z",key:"12rzf8"}]]),ww=Zr("PanelBottomClose",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"m15 8-3 3-3-3",key:"1oxy1z"}]]),Lw=Zr("PanelBottomDashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M14 15h1",key:"171nev"}],["path",{d:"M19 15h2",key:"1vnucp"}],["path",{d:"M3 15h2",key:"8bym0q"}],["path",{d:"M9 15h1",key:"1tg3ks"}]]),Cw=Zr("PanelBottomOpen",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}]]),bw=Zr("PanelBottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}]]),Sw=Zr("PanelLeftClose",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m16 15-3-3 3-3",key:"14y99z"}]]),Iw=Zr("PanelLeftDashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 14v1",key:"askpd8"}],["path",{d:"M9 19v2",key:"16tejx"}],["path",{d:"M9 3v2",key:"1noubl"}],["path",{d:"M9 9v1",key:"19ebxg"}]]),Aw=Zr("PanelLeftOpen",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m14 9 3 3-3 3",key:"8010ee"}]]),qw=Zr("PanelLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}]]),Pw=Zr("PanelRightClose",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m8 9 3 3-3 3",key:"12hl5m"}]]),Rw=Zr("PanelRightDashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 14v1",key:"ilsfch"}],["path",{d:"M15 19v2",key:"1fst2f"}],["path",{d:"M15 3v2",key:"z204g4"}],["path",{d:"M15 9v1",key:"z2a8b1"}]]),zw=Zr("PanelRightOpen",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}]]),Hw=Zr("PanelRight",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}]]),Tw=Zr("PanelTopClose",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m9 16 3-3 3 3",key:"1idcnm"}]]),Bw=Zr("PanelTopDashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M14 9h1",key:"l0svgy"}],["path",{d:"M19 9h2",key:"te2zfg"}],["path",{d:"M3 9h2",key:"1h4ldw"}],["path",{d:"M9 9h1",key:"15jzuz"}]]),Dw=Zr("PanelTopOpen",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m15 14-3 3-3-3",key:"g215vf"}]]),Vw=Zr("PanelTop",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}]]),jw=Zr("PanelsLeftBottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M9 15h12",key:"5ijen5"}]]),Fw=Zr("PanelsRightBottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h12",key:"1wkqb3"}],["path",{d:"M15 3v18",key:"14nvp0"}]]),Ew=Zr("PanelsTopLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M9 21V9",key:"1oto5p"}]]),Ow=Zr("Paperclip",[["path",{d:"m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48",key:"1u3ebp"}]]),Uw=Zr("Parentheses",[["path",{d:"M8 21s-4-3-4-9 4-9 4-9",key:"uto9ud"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9",key:"4w2vsq"}]]),Ww=Zr("ParkingMeter",[["path",{d:"M9 9a3 3 0 1 1 6 0",key:"jdoeu8"}],["path",{d:"M12 12v3",key:"158kv8"}],["path",{d:"M11 15h2",key:"199qp6"}],["path",{d:"M19 9a7 7 0 1 0-13.6 2.3C6.4 14.4 8 19 8 19h8s1.6-4.6 2.6-7.7c.3-.8.4-1.5.4-2.3",key:"1l50wn"}],["path",{d:"M12 19v3",key:"npa21l"}]]),Zw=Zr("PartyPopper",[["path",{d:"M5.8 11.3 2 22l10.7-3.79",key:"gwxi1d"}],["path",{d:"M4 3h.01",key:"1vcuye"}],["path",{d:"M22 8h.01",key:"1mrtc2"}],["path",{d:"M15 2h.01",key:"1cjtqr"}],["path",{d:"M22 20h.01",key:"1mrys2"}],["path",{d:"m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10",key:"hbicv8"}],["path",{d:"m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17",key:"1i94pl"}],["path",{d:"m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7",key:"1cofks"}],["path",{d:"M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z",key:"4kbmks"}]]),Gw=Zr("Pause",[["rect",{x:"14",y:"4",width:"4",height:"16",rx:"1",key:"zuxfzm"}],["rect",{x:"6",y:"4",width:"4",height:"16",rx:"1",key:"1okwgv"}]]),Nw=Zr("PawPrint",[["circle",{cx:"11",cy:"4",r:"2",key:"vol9p0"}],["circle",{cx:"18",cy:"8",r:"2",key:"17gozi"}],["circle",{cx:"20",cy:"16",r:"2",key:"1v9bxh"}],["path",{d:"M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z",key:"1ydw1z"}]]),_w=Zr("PcCase",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",key:"1uq1d7"}],["path",{d:"M15 14h.01",key:"1kp3bh"}],["path",{d:"M9 6h6",key:"dgm16u"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]),Xw=Zr("PenLine",[["path",{d:"M12 20h9",key:"t2du7b"}],["path",{d:"M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z",key:"1ykcvy"}]]),Kw=Zr("PenOff",[["path",{d:"m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",key:"bjo8r8"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353",key:"16h5ne"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),Yw=Zr("PenTool",[["path",{d:"M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z",key:"nt11vn"}],["path",{d:"m18 13-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18",key:"15qc1e"}],["path",{d:"m2.3 2.3 7.286 7.286",key:"1wuzzi"}],["circle",{cx:"11",cy:"11",r:"2",key:"xmgehs"}]]),Jw=Zr("Pen",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]]),$w=Zr("PencilLine",[["path",{d:"M12 20h9",key:"t2du7b"}],["path",{d:"M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z",key:"1ykcvy"}],["path",{d:"m15 5 3 3",key:"1w25hb"}]]),Qw=Zr("PencilOff",[["path",{d:"m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",key:"bjo8r8"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353",key:"16h5ne"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),eL=Zr("PencilRuler",[["path",{d:"M13 7 8.7 2.7a2.41 2.41 0 0 0-3.4 0L2.7 5.3a2.41 2.41 0 0 0 0 3.4L7 13",key:"orapub"}],["path",{d:"m8 6 2-2",key:"115y1s"}],["path",{d:"m18 16 2-2",key:"ee94s4"}],["path",{d:"m17 11 4.3 4.3c.94.94.94 2.46 0 3.4l-2.6 2.6c-.94.94-2.46.94-3.4 0L11 17",key:"cfq27r"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]]),aL=Zr("Pencil",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]]),tL=Zr("Pentagon",[["path",{d:"M10.83 2.38a2 2 0 0 1 2.34 0l8 5.74a2 2 0 0 1 .73 2.25l-3.04 9.26a2 2 0 0 1-1.9 1.37H7.04a2 2 0 0 1-1.9-1.37L2.1 10.37a2 2 0 0 1 .73-2.25z",key:"2hea0t"}]]),rL=Zr("Percent",[["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5",key:"4mh3h7"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5",key:"1mdrzq"}]]),iL=Zr("PersonStanding",[["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["path",{d:"m9 20 3-6 3 6",key:"se2kox"}],["path",{d:"m6 8 6 2 6-2",key:"4o3us4"}],["path",{d:"M12 10v4",key:"1kjpxc"}]]),nL=Zr("PhilippinePeso",[["path",{d:"M20 11H4",key:"6ut86h"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"M7 21V4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 12H7",key:"1ana5r"}]]),oL=Zr("PhoneCall",[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}],["path",{d:"M14.05 2a9 9 0 0 1 8 7.94",key:"vmijpz"}],["path",{d:"M14.05 6A5 5 0 0 1 18 10",key:"13nbpp"}]]),cL=Zr("PhoneForwarded",[["polyline",{points:"18 2 22 6 18 10",key:"6vjanh"}],["line",{x1:"14",x2:"22",y1:"6",y2:"6",key:"1jsywh"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]),dL=Zr("PhoneIncoming",[["polyline",{points:"16 2 16 8 22 8",key:"1ygljm"}],["line",{x1:"22",x2:"16",y1:"2",y2:"8",key:"1xzwqn"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]),hL=Zr("PhoneMissed",[["line",{x1:"22",x2:"16",y1:"2",y2:"8",key:"1xzwqn"}],["line",{x1:"16",x2:"22",y1:"2",y2:"8",key:"13zxdn"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]),lL=Zr("PhoneOff",[["path",{d:"M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91",key:"z86iuo"}],["line",{x1:"22",x2:"2",y1:"2",y2:"22",key:"11kh81"}]]),yL=Zr("PhoneOutgoing",[["polyline",{points:"22 8 22 2 16 2",key:"1g204g"}],["line",{x1:"16",x2:"22",y1:"8",y2:"2",key:"1ggias"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]),pL=Zr("Phone",[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]),sL=Zr("Pi",[["line",{x1:"9",x2:"9",y1:"4",y2:"20",key:"ovs5a5"}],["path",{d:"M4 7c0-1.7 1.3-3 3-3h13",key:"10pag4"}],["path",{d:"M18 20c-1.7 0-3-1.3-3-3V4",key:"1gaosr"}]]),kL=Zr("Piano",[["path",{d:"M18.5 8c-1.4 0-2.6-.8-3.2-2A6.87 6.87 0 0 0 2 9v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-8.5C22 9.6 20.4 8 18.5 8",key:"lag0yf"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M6 14v4",key:"9ng0ue"}],["path",{d:"M10 14v4",key:"1v8uk5"}],["path",{d:"M14 14v4",key:"1tqops"}],["path",{d:"M18 14v4",key:"18uqwm"}]]),uL=Zr("Pickaxe",[["path",{d:"M14.531 12.469 6.619 20.38a1 1 0 1 1-3-3l7.912-7.912",key:"we99rg"}],["path",{d:"M15.686 4.314A12.5 12.5 0 0 0 5.461 2.958 1 1 0 0 0 5.58 4.71a22 22 0 0 1 6.318 3.393",key:"1w6hck"}],["path",{d:"M17.7 3.7a1 1 0 0 0-1.4 0l-4.6 4.6a1 1 0 0 0 0 1.4l2.6 2.6a1 1 0 0 0 1.4 0l4.6-4.6a1 1 0 0 0 0-1.4z",key:"15hgfx"}],["path",{d:"M19.686 8.314a12.501 12.501 0 0 1 1.356 10.225 1 1 0 0 1-1.751-.119 22 22 0 0 0-3.393-6.319",key:"452b4h"}]]),ML=Zr("PictureInPicture2",[["path",{d:"M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4",key:"daa4of"}],["rect",{width:"10",height:"7",x:"12",y:"13",rx:"2",key:"1nb8gs"}]]),gL=Zr("PictureInPicture",[["path",{d:"M8 4.5v5H3m-1-6 6 6m13 0v-3c0-1.16-.84-2-2-2h-7m-9 9v2c0 1.05.95 2 2 2h3",key:"bcd8fb"}],["rect",{width:"10",height:"7",x:"12",y:"13.5",ry:"2",key:"136fx3"}]]),vL=Zr("PiggyBank",[["path",{d:"M19 5c-1.5 0-2.8 1.4-3 2-3.5-1.5-11-.3-11 5 0 1.8 0 3 2 4.5V20h4v-2h3v2h4v-4c1-.5 1.7-1 2-2h2v-4h-2c0-1-.5-1.5-1-2V5z",key:"1ivx2i"}],["path",{d:"M2 9v1c0 1.1.9 2 2 2h1",key:"nm575m"}],["path",{d:"M16 11h.01",key:"xkw8gn"}]]),mL=Zr("PilcrowLeft",[["path",{d:"M14 3v11",key:"mlfb7b"}],["path",{d:"M14 9h-3a3 3 0 0 1 0-6h9",key:"1ulc19"}],["path",{d:"M18 3v11",key:"1phi0r"}],["path",{d:"M22 18H2l4-4",key:"yt65j9"}],["path",{d:"m6 22-4-4",key:"6jgyf5"}]]),fL=Zr("PilcrowRight",[["path",{d:"M10 3v11",key:"o3l5kj"}],["path",{d:"M10 9H7a1 1 0 0 1 0-6h8",key:"1wb1nc"}],["path",{d:"M14 3v11",key:"mlfb7b"}],["path",{d:"m18 14 4 4H2",key:"4r8io1"}],["path",{d:"m22 18-4 4",key:"1hjjrd"}]]),xL=Zr("Pilcrow",[["path",{d:"M13 4v16",key:"8vvj80"}],["path",{d:"M17 4v16",key:"7dpous"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13",key:"sh4n9v"}]]),wL=Zr("PillBottle",[["path",{d:"M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4",key:"17ldeb"}],["path",{d:"M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7",key:"nc37y6"}],["rect",{width:"16",height:"5",x:"4",y:"2",rx:"1",key:"3jeezo"}]]),LL=Zr("Pill",[["path",{d:"m10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z",key:"wa1lgi"}],["path",{d:"m8.5 8.5 7 7",key:"rvfmvr"}]]),CL=Zr("PinOff",[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M15 9.34V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H7.89",key:"znwnzq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h11",key:"c9qhm2"}]]),bL=Zr("Pin",[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",key:"1nkz8b"}]]),SL=Zr("Pipette",[["path",{d:"m2 22 1-1h3l9-9",key:"1sre89"}],["path",{d:"M3 21v-3l9-9",key:"hpe2y6"}],["path",{d:"m15 6 3.4-3.4a2.1 2.1 0 1 1 3 3L18 9l.4.4a2.1 2.1 0 1 1-3 3l-3.8-3.8a2.1 2.1 0 1 1 3-3l.4.4Z",key:"196du1"}]]),IL=Zr("Pizza",[["path",{d:"M15 11h.01",key:"rns66s"}],["path",{d:"M11 15h.01",key:"k85uqc"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"m2 16 20 6-6-20A20 20 0 0 0 2 16",key:"e4slt2"}],["path",{d:"M5.71 17.11a17.04 17.04 0 0 1 11.4-11.4",key:"rerf8f"}]]),AL=Zr("PlaneLanding",[["path",{d:"M2 22h20",key:"272qi7"}],["path",{d:"M3.77 10.77 2 9l2-4.5 1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6 1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38Z",key:"1ma21e"}]]),qL=Zr("PlaneTakeoff",[["path",{d:"M2 22h20",key:"272qi7"}],["path",{d:"M6.36 17.4 4 17l-2-4 1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12 5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.41 2.41 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z",key:"fkigj9"}]]),PL=Zr("Plane",[["path",{d:"M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z",key:"1v9wt8"}]]),RL=Zr("Play",[["polygon",{points:"6 3 20 12 6 21 6 3",key:"1oa8hb"}]]),zL=Zr("Plug2",[["path",{d:"M9 2v6",key:"17ngun"}],["path",{d:"M15 2v6",key:"s7yy2p"}],["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M5 8h14",key:"pcz4l3"}],["path",{d:"M6 11V8h12v3a6 6 0 1 1-12 0Z",key:"wtfw2c"}]]),HL=Zr("PlugZap",[["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",key:"goz73y"}],["path",{d:"m2 22 3-3",key:"19mgm9"}],["path",{d:"M7.5 13.5 10 11",key:"7xgeeb"}],["path",{d:"M10.5 16.5 13 14",key:"10btkg"}],["path",{d:"m18 3-4 4h6l-4 4",key:"16psg9"}]]),TL=Zr("Plug",[["path",{d:"M12 22v-5",key:"1ega77"}],["path",{d:"M9 8V2",key:"14iosj"}],["path",{d:"M15 8V2",key:"18g5xt"}],["path",{d:"M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z",key:"osxo6l"}]]),BL=Zr("Plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]),DL=Zr("PocketKnife",[["path",{d:"M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2-2 1-2 2 2 1 2 2",key:"19w3oe"}],["path",{d:"M18 6h.01",key:"1v4wsw"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M20.83 8.83a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z",key:"6fykxj"}],["path",{d:"M18 11.66V22a4 4 0 0 0 4-4V6",key:"1utzek"}]]),VL=Zr("Pocket",[["path",{d:"M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z",key:"1mz881"}],["polyline",{points:"8 10 12 14 16 10",key:"w4mbv5"}]]),jL=Zr("Podcast",[["path",{d:"M16.85 18.58a9 9 0 1 0-9.7 0",key:"d71mpg"}],["path",{d:"M8 14a5 5 0 1 1 8 0",key:"fc81rn"}],["circle",{cx:"12",cy:"11",r:"1",key:"1gvufo"}],["path",{d:"M13 17a1 1 0 1 0-2 0l.5 4.5a.5.5 0 1 0 1 0Z",key:"za5kbj"}]]),FL=Zr("PointerOff",[["path",{d:"M10 4.5V4a2 2 0 0 0-2.41-1.957",key:"jsi14n"}],["path",{d:"M13.9 8.4a2 2 0 0 0-1.26-1.295",key:"hirc7f"}],["path",{d:"M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158",key:"1jxb2e"}],["path",{d:"m7 15-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343",key:"10r7hm"}],["path",{d:"M6 6v8",key:"tv5xkp"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),EL=Zr("Pointer",[["path",{d:"M22 14a8 8 0 0 1-8 8",key:"56vcr3"}],["path",{d:"M18 11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1agjmk"}],["path",{d:"M14 10V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1",key:"wdbh2u"}],["path",{d:"M10 9.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10",key:"1ibuk9"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",key:"g6ys72"}]]),OL=Zr("Popcorn",[["path",{d:"M18 8a2 2 0 0 0 0-4 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0 0 4",key:"10td1f"}],["path",{d:"M10 22 9 8",key:"yjptiv"}],["path",{d:"m14 22 1-14",key:"8jwc8b"}],["path",{d:"M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1Z",key:"1qo33t"}]]),UL=Zr("Popsicle",[["path",{d:"M18.6 14.4c.8-.8.8-2 0-2.8l-8.1-8.1a4.95 4.95 0 1 0-7.1 7.1l8.1 8.1c.9.7 2.1.7 2.9-.1Z",key:"1o68ps"}],["path",{d:"m22 22-5.5-5.5",key:"17o70y"}]]),WL=Zr("PoundSterling",[["path",{d:"M18 7c0-5.333-8-5.333-8 0",key:"1prm2n"}],["path",{d:"M10 7v14",key:"18tmcs"}],["path",{d:"M6 21h12",key:"4dkmi1"}],["path",{d:"M6 13h10",key:"ybwr4a"}]]),ZL=Zr("PowerOff",[["path",{d:"M18.36 6.64A9 9 0 0 1 20.77 15",key:"dxknvb"}],["path",{d:"M6.16 6.16a9 9 0 1 0 12.68 12.68",key:"1x7qb5"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),GL=Zr("Power",[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04",key:"obofu9"}]]),NL=Zr("Presentation",[["path",{d:"M2 3h20",key:"91anmk"}],["path",{d:"M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3",key:"2k9sn8"}],["path",{d:"m7 21 5-5 5 5",key:"bip4we"}]]),_L=Zr("PrinterCheck",[["path",{d:"M13.5 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v.5",key:"qeb09x"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2",key:"1md90i"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}]]),XL=Zr("Printer",[["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",key:"143wyd"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}],["rect",{x:"6",y:"14",width:"12",height:"8",rx:"1",key:"1ue0tg"}]]),KL=Zr("Projector",[["path",{d:"M5 7 3 5",key:"1yys58"}],["path",{d:"M9 6V3",key:"1ptz9u"}],["path",{d:"m13 7 2-2",key:"1w3vmq"}],["circle",{cx:"9",cy:"13",r:"3",key:"1mma13"}],["path",{d:"M11.83 12H20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.17",key:"2frwzc"}],["path",{d:"M16 16h2",key:"dnq2od"}]]),YL=Zr("Proportions",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M12 9v11",key:"1fnkrn"}],["path",{d:"M2 9h13a2 2 0 0 1 2 2v9",key:"11z3ex"}]]),JL=Zr("Puzzle",[["path",{d:"M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z",key:"i0oyt7"}]]),$L=Zr("Pyramid",[["path",{d:"M2.5 16.88a1 1 0 0 1-.32-1.43l9-13.02a1 1 0 0 1 1.64 0l9 13.01a1 1 0 0 1-.32 1.44l-8.51 4.86a2 2 0 0 1-1.98 0Z",key:"aenxs0"}],["path",{d:"M12 2v20",key:"t6zp3m"}]]),QL=Zr("QrCode",[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1",key:"1tu5fj"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1",key:"1v8r4q"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1",key:"1x03jg"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3",key:"177gqh"}],["path",{d:"M21 21v.01",key:"ents32"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7",key:"8crl2c"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M12 3h.01",key:"n36tog"}],["path",{d:"M12 16v.01",key:"133mhm"}],["path",{d:"M16 12h1",key:"1slzba"}],["path",{d:"M21 12v.01",key:"1lwtk9"}],["path",{d:"M12 21v-1",key:"1880an"}]]),eC=Zr("Quote",[["path",{d:"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"rib7q0"}],["path",{d:"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"1ymkrd"}]]),aC=Zr("Rabbit",[["path",{d:"M13 16a3 3 0 0 1 2.24 5",key:"1epib5"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"M18 21h-8a4 4 0 0 1-4-4 7 7 0 0 1 7-7h.2L9.6 6.4a1 1 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1a3 3 0 0 0-3 3",key:"ue9ozu"}],["path",{d:"M20 8.54V4a2 2 0 1 0-4 0v3",key:"49iql8"}],["path",{d:"M7.612 12.524a3 3 0 1 0-1.6 4.3",key:"1e33i0"}]]),tC=Zr("Radar",[["path",{d:"M19.07 4.93A10 10 0 0 0 6.99 3.34",key:"z3du51"}],["path",{d:"M4 6h.01",key:"oypzma"}],["path",{d:"M2.29 9.62A10 10 0 1 0 21.31 8.35",key:"qzzz0"}],["path",{d:"M16.24 7.76A6 6 0 1 0 8.23 16.67",key:"1yjesh"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M17.99 11.66A6 6 0 0 1 15.77 16.67",key:"1u2y91"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"m13.41 10.59 5.66-5.66",key:"mhq4k0"}]]),rC=Zr("Radiation",[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M7.5 4.2c-.3-.5-.9-.7-1.3-.4C3.9 5.5 2.3 8.1 2 11c-.1.5.4 1 1 1h5c0-1.5.8-2.8 2-3.4-1.1-1.9-2-3.5-2.5-4.4z",key:"wy49g3"}],["path",{d:"M21 12c.6 0 1-.4 1-1-.3-2.9-1.8-5.5-4.1-7.1-.4-.3-1.1-.2-1.3.3-.6.9-1.5 2.5-2.6 4.3 1.2.7 2 2 2 3.5h5z",key:"vklnvr"}],["path",{d:"M7.5 19.8c-.3.5-.1 1.1.4 1.3 2.6 1.2 5.6 1.2 8.2 0 .5-.2.7-.8.4-1.3-.5-.9-1.4-2.5-2.5-4.3-1.2.7-2.8.7-4 0-1.1 1.8-2 3.4-2.5 4.3z",key:"wkdf1o"}]]),iC=Zr("Radical",[["path",{d:"M3 12h3.28a1 1 0 0 1 .948.684l2.298 7.934a.5.5 0 0 0 .96-.044L13.82 4.771A1 1 0 0 1 14.792 4H21",key:"1mqj8i"}]]),nC=Zr("RadioReceiver",[["path",{d:"M5 16v2",key:"g5qcv5"}],["path",{d:"M19 16v2",key:"1gbaio"}],["rect",{width:"20",height:"8",x:"2",y:"8",rx:"2",key:"vjsjur"}],["path",{d:"M18 12h.01",key:"yjnet6"}]]),oC=Zr("RadioTower",[["path",{d:"M4.9 16.1C1 12.2 1 5.8 4.9 1.9",key:"s0qx1y"}],["path",{d:"M7.8 4.7a6.14 6.14 0 0 0-.8 7.5",key:"1idnkw"}],["circle",{cx:"12",cy:"9",r:"2",key:"1092wv"}],["path",{d:"M16.2 4.8c2 2 2.26 5.11.8 7.47",key:"ojru2q"}],["path",{d:"M19.1 1.9a9.96 9.96 0 0 1 0 14.1",key:"rhi7fg"}],["path",{d:"M9.5 18h5",key:"mfy3pd"}],["path",{d:"m8 22 4-11 4 11",key:"25yftu"}]]),cC=Zr("Radio",[["path",{d:"M4.9 19.1C1 15.2 1 8.8 4.9 4.9",key:"1vaf9d"}],["path",{d:"M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5",key:"u1ii0m"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5",key:"1j5fej"}],["path",{d:"M19.1 4.9C23 8.8 23 15.1 19.1 19",key:"10b0cb"}]]),dC=Zr("Radius",[["path",{d:"M20.34 17.52a10 10 0 1 0-2.82 2.82",key:"fydyku"}],["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["path",{d:"m13.41 13.41 4.18 4.18",key:"1gqbwc"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]),hC=Zr("RailSymbol",[["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M5 9h14",key:"7tsvo6"}],["path",{d:"m14 20-5-5 6-6-5-5",key:"1jo42i"}]]),lC=Zr("Rainbow",[["path",{d:"M22 17a10 10 0 0 0-20 0",key:"ozegv"}],["path",{d:"M6 17a6 6 0 0 1 12 0",key:"5giftw"}],["path",{d:"M10 17a2 2 0 0 1 4 0",key:"gnsikk"}]]),yC=Zr("Rat",[["path",{d:"M17 5c0-1.7-1.3-3-3-3s-3 1.3-3 3c0 .8.3 1.5.8 2H11c-3.9 0-7 3.1-7 7c0 2.2 1.8 4 4 4",key:"1wq71c"}],["path",{d:"M16.8 3.9c.3-.3.6-.5 1-.7 1.5-.6 3.3.1 3.9 1.6.6 1.5-.1 3.3-1.6 3.9l1.6 2.8c.2.3.2.7.2 1-.2.8-.9 1.2-1.7 1.1 0 0-1.6-.3-2.7-.6H17c-1.7 0-3 1.3-3 3",key:"1crdmb"}],["path",{d:"M13.2 18a3 3 0 0 0-2.2-5",key:"1ol3lk"}],["path",{d:"M13 22H4a2 2 0 0 1 0-4h12",key:"bt3f23"}],["path",{d:"M16 9h.01",key:"1bdo4e"}]]),pC=Zr("Ratio",[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]),sC=Zr("ReceiptCent",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M12 6.5v11",key:"ecfhkf"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2",key:"1makmb"}]]),kC=Zr("ReceiptEuro",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 12h5",key:"1g6qi8"}],["path",{d:"M16 9.5a4 4 0 1 0 0 5.2",key:"b2px4r"}]]),uC=Zr("ReceiptIndianRupee",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 7h8",key:"i86dvs"}],["path",{d:"M12 17.5 8 15h1a4 4 0 0 0 0-8",key:"grpkl4"}],["path",{d:"M8 11h8",key:"vwpz6n"}]]),MC=Zr("ReceiptJapaneseYen",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"m12 10 3-3",key:"1mc12w"}],["path",{d:"m9 7 3 3v7.5",key:"39i0xv"}],["path",{d:"M9 11h6",key:"1fldmi"}],["path",{d:"M9 15h6",key:"cctwl0"}]]),gC=Zr("ReceiptPoundSterling",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 13h5",key:"1k9z8w"}],["path",{d:"M10 17V9.5a2.5 2.5 0 0 1 5 0",key:"1dzgp0"}],["path",{d:"M8 17h7",key:"8mjdqu"}]]),vC=Zr("ReceiptRussianRuble",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 15h5",key:"vxg57a"}],["path",{d:"M8 11h5a2 2 0 1 0 0-4h-3v10",key:"1usi5u"}]]),mC=Zr("ReceiptSwissFranc",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M10 17V7h5",key:"k7jq18"}],["path",{d:"M10 11h4",key:"1i0mka"}],["path",{d:"M8 15h5",key:"vxg57a"}]]),fC=Zr("ReceiptText",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M14 8H8",key:"1l3xfs"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M13 16H8",key:"wsln4y"}]]),xC=Zr("Receipt",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 17.5v-11",key:"1jc1ny"}]]),wC=Zr("RectangleEllipsis",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M17 12h.01",key:"1m0b6t"}],["path",{d:"M7 12h.01",key:"eqddd0"}]]),LC=Zr("RectangleHorizontal",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]),CC=Zr("RectangleVertical",[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}]]),bC=Zr("Recycle",[["path",{d:"M7 19H4.815a1.83 1.83 0 0 1-1.57-.881 1.785 1.785 0 0 1-.004-1.784L7.196 9.5",key:"x6z5xu"}],["path",{d:"M11 19h8.203a1.83 1.83 0 0 0 1.556-.89 1.784 1.784 0 0 0 0-1.775l-1.226-2.12",key:"1x4zh5"}],["path",{d:"m14 16-3 3 3 3",key:"f6jyew"}],["path",{d:"M8.293 13.596 7.196 9.5 3.1 10.598",key:"wf1obh"}],["path",{d:"m9.344 5.811 1.093-1.892A1.83 1.83 0 0 1 11.985 3a1.784 1.784 0 0 1 1.546.888l3.943 6.843",key:"9tzpgr"}],["path",{d:"m13.378 9.633 4.096 1.098 1.097-4.096",key:"1oe83g"}]]),SC=Zr("Redo2",[["path",{d:"m15 14 5-5-5-5",key:"12vg1m"}],["path",{d:"M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13",key:"6uklza"}]]),IC=Zr("RedoDot",[["circle",{cx:"12",cy:"17",r:"1",key:"1ixnty"}],["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]]),AC=Zr("Redo",[["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]]),qC=Zr("RefreshCcwDot",[["path",{d:"M3 2v6h6",key:"18ldww"}],["path",{d:"M21 12A9 9 0 0 0 6 5.3L3 8",key:"1pbrqz"}],["path",{d:"M21 22v-6h-6",key:"usdfbe"}],["path",{d:"M3 12a9 9 0 0 0 15 6.7l3-2.7",key:"1hosoe"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]),PC=Zr("RefreshCcw",[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"14sxne"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16",key:"1hlbsb"}],["path",{d:"M16 16h5v5",key:"ccwih5"}]]),RC=Zr("RefreshCwOff",[["path",{d:"M21 8L18.74 5.74A9.75 9.75 0 0 0 12 3C11 3 10.03 3.16 9.13 3.47",key:"1krf6h"}],["path",{d:"M8 16H3v5",key:"1cv678"}],["path",{d:"M3 12C3 9.51 4 7.26 5.64 5.64",key:"ruvoct"}],["path",{d:"m3 16 2.26 2.26A9.75 9.75 0 0 0 12 21c2.49 0 4.74-1 6.36-2.64",key:"19q130"}],["path",{d:"M21 12c0 1-.16 1.97-.47 2.87",key:"4w8emr"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}]]),zC=Zr("RefreshCw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]),HC=Zr("Refrigerator",[["path",{d:"M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6Z",key:"fpq118"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M15 7v6",key:"1nx30x"}]]),TC=Zr("Regex",[["path",{d:"M17 3v10",key:"15fgeh"}],["path",{d:"m12.67 5.5 8.66 5",key:"1gpheq"}],["path",{d:"m12.67 10.5 8.66-5",key:"1dkfa6"}],["path",{d:"M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z",key:"swwfx4"}]]),BC=Zr("RemoveFormatting",[["path",{d:"M4 7V4h16v3",key:"9msm58"}],["path",{d:"M5 20h6",key:"1h6pxn"}],["path",{d:"M13 4 8 20",key:"kqq6aj"}],["path",{d:"m15 15 5 5",key:"me55sn"}],["path",{d:"m20 15-5 5",key:"11p7ol"}]]),DC=Zr("Repeat1",[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}],["path",{d:"M11 10h1v4",key:"70cz1p"}]]),VC=Zr("Repeat2",[["path",{d:"m2 9 3-3 3 3",key:"1ltn5i"}],["path",{d:"M13 18H7a2 2 0 0 1-2-2V6",key:"1r6tfw"}],["path",{d:"m22 15-3 3-3-3",key:"4rnwn2"}],["path",{d:"M11 6h6a2 2 0 0 1 2 2v10",key:"2f72bc"}]]),jC=Zr("Repeat",[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}]]),FC=Zr("ReplaceAll",[["path",{d:"M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"1yyzbs"}],["path",{d:"M14 4a2 2 0 0 1 2-2",key:"1w2hp7"}],["path",{d:"M16 10a2 2 0 0 1-2-2",key:"shjach"}],["path",{d:"M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"zfj4xr"}],["path",{d:"M20 2a2 2 0 0 1 2 2",key:"188mtx"}],["path",{d:"M22 8a2 2 0 0 1-2 2",key:"ddf4tu"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a 3 3 0 0 1 3-3h1",key:"1ageje"}],["rect",{x:"2",y:"14",width:"8",height:"8",rx:"2",key:"4rksxw"}]]),EC=Zr("Replace",[["path",{d:"M14 4a2 2 0 0 1 2-2",key:"1w2hp7"}],["path",{d:"M16 10a2 2 0 0 1-2-2",key:"shjach"}],["path",{d:"M20 2a2 2 0 0 1 2 2",key:"188mtx"}],["path",{d:"M22 8a2 2 0 0 1-2 2",key:"ddf4tu"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a3 3 0 0 1 3-3h1",key:"3y3t5z"}],["rect",{x:"2",y:"14",width:"8",height:"8",rx:"2",key:"4rksxw"}]]),OC=Zr("ReplyAll",[["polyline",{points:"7 17 2 12 7 7",key:"t83bqg"}],["polyline",{points:"12 17 7 12 12 7",key:"1g4ajm"}],["path",{d:"M22 18v-2a4 4 0 0 0-4-4H7",key:"1fcyog"}]]),UC=Zr("Reply",[["polyline",{points:"9 17 4 12 9 7",key:"hvgpf2"}],["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4",key:"5vmcpk"}]]),WC=Zr("Rewind",[["polygon",{points:"11 19 2 12 11 5 11 19",key:"14yba5"}],["polygon",{points:"22 19 13 12 22 5 22 19",key:"1pi1cj"}]]),ZC=Zr("Ribbon",[["path",{d:"M12 11.22C11 9.997 10 9 10 8a2 2 0 0 1 4 0c0 1-.998 2.002-2.01 3.22",key:"1rnhq3"}],["path",{d:"m12 18 2.57-3.5",key:"116vt7"}],["path",{d:"M6.243 9.016a7 7 0 0 1 11.507-.009",key:"10dq0b"}],["path",{d:"M9.35 14.53 12 11.22",key:"tdsyp2"}],["path",{d:"M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0 1 12 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 0 1-.203 1.43l-1.894 1.36a1 1 0 0 1-1.384-.215L12 18l-2.679 3.593a1 1 0 0 1-1.39.213l-1.865-1.353a1 1 0 0 1-.203-1.422z",key:"nmifey"}]]),GC=Zr("Rocket",[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]]),NC=Zr("RockingChair",[["polyline",{points:"3.5 2 6.5 12.5 18 12.5",key:"y3iy52"}],["line",{x1:"9.5",x2:"5.5",y1:"12.5",y2:"20",key:"19vg5i"}],["line",{x1:"15",x2:"18.5",y1:"12.5",y2:"20",key:"1inpmv"}],["path",{d:"M2.75 18a13 13 0 0 0 18.5 0",key:"1nquas"}]]),_C=Zr("RollerCoaster",[["path",{d:"M6 19V5",key:"1r845m"}],["path",{d:"M10 19V6.8",key:"9j2tfs"}],["path",{d:"M14 19v-7.8",key:"10s8qv"}],["path",{d:"M18 5v4",key:"1tajlv"}],["path",{d:"M18 19v-6",key:"ielfq3"}],["path",{d:"M22 19V9",key:"158nzp"}],["path",{d:"M2 19V9a4 4 0 0 1 4-4c2 0 4 1.33 6 4s4 4 6 4a4 4 0 1 0-3-6.65",key:"1930oh"}]]),XC=Zr("Rotate3d",[["path",{d:"M16.466 7.5C15.643 4.237 13.952 2 12 2 9.239 2 7 6.477 7 12s2.239 10 5 10c.342 0 .677-.069 1-.2",key:"10n0gc"}],["path",{d:"m15.194 13.707 3.814 1.86-1.86 3.814",key:"16shm9"}],["path",{d:"M19 15.57c-1.804.885-4.274 1.43-7 1.43-5.523 0-10-2.239-10-5s4.477-5 10-5c4.838 0 8.873 1.718 9.8 4",key:"1lxi77"}]]),KC=Zr("RotateCcwSquare",[["path",{d:"M20 9V7a2 2 0 0 0-2-2h-6",key:"19z8uc"}],["path",{d:"m15 2-3 3 3 3",key:"177bxs"}],["path",{d:"M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2",key:"d36hnl"}]]),YC=Zr("RotateCcw",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]]),JC=Zr("RotateCwSquare",[["path",{d:"M12 5H6a2 2 0 0 0-2 2v3",key:"l96uqu"}],["path",{d:"m9 8 3-3-3-3",key:"1gzgc3"}],["path",{d:"M4 14v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2",key:"1w2k5h"}]]),$C=Zr("RotateCw",[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",key:"1p45f6"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}]]),QC=Zr("RouteOff",[["circle",{cx:"6",cy:"19",r:"3",key:"1kj8tv"}],["path",{d:"M9 19h8.5c.4 0 .9-.1 1.3-.2",key:"1effex"}],["path",{d:"M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12",key:"k9y2ds"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 15.3a3.5 3.5 0 0 0-3.3-3.3",key:"11nlu2"}],["path",{d:"M15 5h-4.3",key:"6537je"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]]),eb=Zr("Route",[["circle",{cx:"6",cy:"19",r:"3",key:"1kj8tv"}],["path",{d:"M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15",key:"1d8sl"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]]),ab=Zr("Router",[["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6.01 18H6",key:"19vcac"}],["path",{d:"M10.01 18H10",key:"uamcmx"}],["path",{d:"M15 10v4",key:"qjz1xs"}],["path",{d:"M17.84 7.17a4 4 0 0 0-5.66 0",key:"1rif40"}],["path",{d:"M20.66 4.34a8 8 0 0 0-11.31 0",key:"6a5xfq"}]]),tb=Zr("Rows2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 12h18",key:"1i2n21"}]]),rb=Zr("Rows3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 9H3",key:"1338ky"}],["path",{d:"M21 15H3",key:"9uk58r"}]]),ib=Zr("Rows4",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 7.5H3",key:"1hm9pq"}],["path",{d:"M21 12H3",key:"2avoz0"}],["path",{d:"M21 16.5H3",key:"n7jzkj"}]]),nb=Zr("Rss",[["path",{d:"M4 11a9 9 0 0 1 9 9",key:"pv89mb"}],["path",{d:"M4 4a16 16 0 0 1 16 16",key:"k0647b"}],["circle",{cx:"5",cy:"19",r:"1",key:"bfqh0e"}]]),ob=Zr("Ruler",[["path",{d:"M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z",key:"icamh8"}],["path",{d:"m14.5 12.5 2-2",key:"inckbg"}],["path",{d:"m11.5 9.5 2-2",key:"fmmyf7"}],["path",{d:"m8.5 6.5 2-2",key:"vc6u1g"}],["path",{d:"m17.5 15.5 2-2",key:"wo5hmg"}]]),cb=Zr("RussianRuble",[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18",key:"18ai8t"}],["path",{d:"M6 15h8",key:"1y8f6l"}]]),db=Zr("Sailboat",[["path",{d:"M22 18H2a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4Z",key:"1404fh"}],["path",{d:"M21 14 10 2 3 14h18Z",key:"1nzg7v"}],["path",{d:"M10 2v16",key:"1labyt"}]]),hb=Zr("Salad",[["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M11.38 12a2.4 2.4 0 0 1-.4-4.77 2.4 2.4 0 0 1 3.2-2.77 2.4 2.4 0 0 1 3.47-.63 2.4 2.4 0 0 1 3.37 3.37 2.4 2.4 0 0 1-1.1 3.7 2.51 2.51 0 0 1 .03 1.1",key:"10xrj0"}],["path",{d:"m13 12 4-4",key:"1hckqy"}],["path",{d:"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2",key:"1p4srx"}]]),lb=Zr("Sandwich",[["path",{d:"M3 11v3a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-3",key:"34v9d7"}],["path",{d:"M12 19H4a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3.83",key:"1k5vfb"}],["path",{d:"m3 11 7.77-6.04a2 2 0 0 1 2.46 0L21 11H3Z",key:"1oe7l6"}],["path",{d:"M12.97 19.77 7 15h12.5l-3.75 4.5a2 2 0 0 1-2.78.27Z",key:"1ts2ri"}]]),yb=Zr("SatelliteDish",[["path",{d:"M4 10a7.31 7.31 0 0 0 10 10Z",key:"1fzpp3"}],["path",{d:"m9 15 3-3",key:"88sc13"}],["path",{d:"M17 13a6 6 0 0 0-6-6",key:"15cc6u"}],["path",{d:"M21 13A10 10 0 0 0 11 3",key:"11nf8s"}]]),pb=Zr("Satellite",[["path",{d:"M13 7 9 3 5 7l4 4",key:"vyckw6"}],["path",{d:"m17 11 4 4-4 4-4-4",key:"rchckc"}],["path",{d:"m8 12 4 4 6-6-4-4Z",key:"1sshf7"}],["path",{d:"m16 8 3-3",key:"x428zp"}],["path",{d:"M9 21a6 6 0 0 0-6-6",key:"1iajcf"}]]),sb=Zr("SaveAll",[["path",{d:"M10 2v3a1 1 0 0 0 1 1h5",key:"1xspal"}],["path",{d:"M18 18v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6",key:"1ra60u"}],["path",{d:"M18 22H4a2 2 0 0 1-2-2V6",key:"pblm9e"}],["path",{d:"M8 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 22 6.828V16a2 2 0 0 1-2.01 2z",key:"1yve0x"}]]),kb=Zr("SaveOff",[["path",{d:"M13 13H8a1 1 0 0 0-1 1v7",key:"h8g396"}],["path",{d:"M14 8h1",key:"1lfen6"}],["path",{d:"M17 21v-4",key:"1yknxs"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20.41 20.41A2 2 0 0 1 19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 .59-1.41",key:"1t4vdl"}],["path",{d:"M29.5 11.5s5 5 4 5",key:"zzn4i6"}],["path",{d:"M9 3h6.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V15",key:"24cby9"}]]),ub=Zr("Save",[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]]),Mb=Zr("Scale3d",[["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["circle",{cx:"5",cy:"5",r:"2",key:"1gwv83"}],["path",{d:"M5 7v12h12",key:"vtaa4r"}],["path",{d:"m5 19 6-6",key:"jh6hbb"}]]),gb=Zr("Scale",[["path",{d:"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",key:"7g6ntu"}],["path",{d:"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",key:"ijws7r"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2",key:"3gwbw2"}]]),vb=Zr("Scaling",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M14 15H9v-5",key:"pi4jk9"}],["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M21 3 9 15",key:"15kdhq"}]]),mb=Zr("ScanBarcode",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M8 7v10",key:"23sfjj"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M17 7v10",key:"578dap"}]]),fb=Zr("ScanEye",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",key:"11ak4c"}]]),xb=Zr("ScanFace",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 9h.01",key:"x1ddxp"}]]),wb=Zr("ScanLine",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7 12h10",key:"b7w52i"}]]),Lb=Zr("ScanQrCode",[["path",{d:"M17 12v4a1 1 0 0 1-1 1h-4",key:"uk4fdo"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M17 8V7",key:"q2g9wo"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M7 17h.01",key:"19xn7k"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["rect",{x:"7",y:"7",width:"5",height:"5",rx:"1",key:"m9kyts"}]]),Cb=Zr("ScanSearch",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m16 16-1.9-1.9",key:"1dq9hf"}]]),bb=Zr("ScanText",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7 8h8",key:"1jbsf9"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h6",key:"1vyc9m"}]]),Sb=Zr("Scan",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]]),Ib=Zr("School",[["path",{d:"M14 22v-4a2 2 0 1 0-4 0v4",key:"hhkicm"}],["path",{d:"m18 10 4 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8l4-2",key:"1vwozw"}],["path",{d:"M18 5v17",key:"1sw6gf"}],["path",{d:"m4 6 8-4 8 4",key:"1q0ilc"}],["path",{d:"M6 5v17",key:"1xfsm0"}],["circle",{cx:"12",cy:"9",r:"2",key:"1092wv"}]]),Ab=Zr("ScissorsLineDashed",[["path",{d:"M5.42 9.42 8 12",key:"12pkuq"}],["circle",{cx:"4",cy:"8",r:"2",key:"107mxr"}],["path",{d:"m14 6-8.58 8.58",key:"gvzu5l"}],["circle",{cx:"4",cy:"16",r:"2",key:"1ehqvc"}],["path",{d:"M10.8 14.8 14 18",key:"ax7m9r"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]]),qb=Zr("Scissors",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M8.12 8.12 12 12",key:"1alkpv"}],["path",{d:"M20 4 8.12 15.88",key:"xgtan2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M14.8 14.8 20 20",key:"ptml3r"}]]),Pb=Zr("ScreenShareOff",[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",key:"i8wdob"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m22 3-5 5",key:"12jva0"}],["path",{d:"m17 3 5 5",key:"k36vhe"}]]),Rb=Zr("ScreenShare",[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",key:"i8wdob"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m17 8 5-5",key:"fqif7o"}],["path",{d:"M17 3h5v5",key:"1o3tu8"}]]),zb=Zr("ScrollText",[["path",{d:"M15 12h-5",key:"r7krc0"}],["path",{d:"M15 8h-5",key:"1khuty"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]]),Hb=Zr("Scroll",[["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]]),Tb=Zr("SearchCheck",[["path",{d:"m8 11 2 2 4-4",key:"1sed1v"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]),Bb=Zr("SearchCode",[["path",{d:"m13 13.5 2-2.5-2-2.5",key:"1rvxrh"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M9 8.5 7 11l2 2.5",key:"6ffwbx"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]]),Db=Zr("SearchSlash",[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]),Vb=Zr("SearchX",[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["path",{d:"m8.5 8.5 5 5",key:"a8mexj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]),jb=Zr("Search",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]),Fb=Zr("Section",[["path",{d:"M16 5a4 3 0 0 0-8 0c0 4 8 3 8 7a4 3 0 0 1-8 0",key:"vqan6v"}],["path",{d:"M8 19a4 3 0 0 0 8 0c0-4-8-3-8-7a4 3 0 0 1 8 0",key:"wdjd8o"}]]),Eb=Zr("SendHorizontal",[["path",{d:"m3 3 3 9-3 9 19-9Z",key:"1aobqy"}],["path",{d:"M6 12h16",key:"s4cdu5"}]]),Ob=Zr("SendToBack",[["rect",{x:"14",y:"14",width:"8",height:"8",rx:"2",key:"1b0bso"}],["rect",{x:"2",y:"2",width:"8",height:"8",rx:"2",key:"1x09vl"}],["path",{d:"M7 14v1a2 2 0 0 0 2 2h1",key:"pao6x6"}],["path",{d:"M14 7h1a2 2 0 0 1 2 2v1",key:"19tdru"}]]),Ub=Zr("Send",[["path",{d:"m22 2-7 20-4-9-9-4Z",key:"1q3vgg"}],["path",{d:"M22 2 11 13",key:"nzbqef"}]]),Wb=Zr("SeparatorHorizontal",[["line",{x1:"3",x2:"21",y1:"12",y2:"12",key:"10d38w"}],["polyline",{points:"8 8 12 4 16 8",key:"zo8t4w"}],["polyline",{points:"16 16 12 20 8 16",key:"1oyrid"}]]),Zb=Zr("SeparatorVertical",[["line",{x1:"12",x2:"12",y1:"3",y2:"21",key:"1efggb"}],["polyline",{points:"8 8 4 12 8 16",key:"bnfmv4"}],["polyline",{points:"16 16 20 12 16 8",key:"u90052"}]]),Gb=Zr("ServerCog",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M4.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-.5",key:"tn8das"}],["path",{d:"M4.5 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-.5",key:"1g2pve"}],["path",{d:"M6 6h.01",key:"1utrut"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m15.7 13.4-.9-.3",key:"1jwmzr"}],["path",{d:"m9.2 10.9-.9-.3",key:"qapnim"}],["path",{d:"m10.6 15.7.3-.9",key:"quwk0k"}],["path",{d:"m13.6 15.7-.4-1",key:"cb9xp7"}],["path",{d:"m10.8 9.3-.4-1",key:"1uaiz5"}],["path",{d:"m8.3 13.6 1-.4",key:"s6srou"}],["path",{d:"m14.7 10.8 1-.4",key:"4d31cq"}],["path",{d:"m13.4 8.3-.3.9",key:"1bm987"}]]),Nb=Zr("ServerCrash",[["path",{d:"M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2",key:"4b9dqc"}],["path",{d:"M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2",key:"22nnkd"}],["path",{d:"M6 6h.01",key:"1utrut"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m13 6-4 6h6l-4 6",key:"14hqih"}]]),_b=Zr("ServerOff",[["path",{d:"M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5",key:"bt2siv"}],["path",{d:"M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z",key:"1hjrv1"}],["path",{d:"M22 17v-1a2 2 0 0 0-2-2h-1",key:"1iynyr"}],["path",{d:"M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z",key:"161ggg"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),Xb=Zr("Server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]),Kb=Zr("Settings2",[["path",{d:"M20 7h-9",key:"3s1dr2"}],["path",{d:"M14 17H5",key:"gfn3mx"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]]),Yb=Zr("Settings",[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",key:"1qme2f"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]),Jb=Zr("Shapes",[["path",{d:"M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z",key:"1bo67w"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1",key:"1bkyp8"}],["circle",{cx:"17.5",cy:"17.5",r:"3.5",key:"w3z12y"}]]),$b=Zr("Share2",[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]]),Qb=Zr("Share",[["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",key:"1b2hhj"}],["polyline",{points:"16 6 12 2 8 6",key:"m901s6"}],["line",{x1:"12",x2:"12",y1:"2",y2:"15",key:"1p0rca"}]]),eS=Zr("Sheet",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["line",{x1:"3",x2:"21",y1:"9",y2:"9",key:"1vqk6q"}],["line",{x1:"3",x2:"21",y1:"15",y2:"15",key:"o2sbyz"}],["line",{x1:"9",x2:"9",y1:"9",y2:"21",key:"1ib60c"}],["line",{x1:"15",x2:"15",y1:"9",y2:"21",key:"1n26ft"}]]),aS=Zr("Shell",[["path",{d:"M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44",key:"1cn552"}]]),tS=Zr("ShieldAlert",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]]),rS=Zr("ShieldBan",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m4.243 5.21 14.39 12.472",key:"1c9a7c"}]]),iS=Zr("ShieldCheck",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]),nS=Zr("ShieldEllipsis",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]]),oS=Zr("ShieldHalf",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 22V2",key:"zs6s6o"}]]),cS=Zr("ShieldMinus",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9 12h6",key:"1c52cq"}]]),dS=Zr("ShieldOff",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5 5a1 1 0 0 0-1 1v7c0 5 3.5 7.5 7.67 8.94a1 1 0 0 0 .67.01c2.35-.82 4.48-1.97 5.9-3.71",key:"1jlk70"}],["path",{d:"M9.309 3.652A12.252 12.252 0 0 0 11.24 2.28a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v7a9.784 9.784 0 0 1-.08 1.264",key:"18rp1v"}]]),hS=Zr("ShieldPlus",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M12 9v6",key:"199k2o"}]]),lS=Zr("ShieldQuestion",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}],["path",{d:"M12 17h.01",key:"p32p05"}]]),yS=Zr("ShieldX",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m14.5 9.5-5 5",key:"17q4r4"}],["path",{d:"m9.5 9.5 5 5",key:"18nt4w"}]]),pS=Zr("Shield",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}]]),sS=Zr("ShipWheel",[["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}],["path",{d:"M12 2v7.5",key:"1e5rl5"}],["path",{d:"m19 5-5.23 5.23",key:"1ezxxf"}],["path",{d:"M22 12h-7.5",key:"le1719"}],["path",{d:"m19 19-5.23-5.23",key:"p3fmgn"}],["path",{d:"M12 14.5V22",key:"dgcmos"}],["path",{d:"M10.23 13.77 5 19",key:"qwopd4"}],["path",{d:"M9.5 12H2",key:"r7bup8"}],["path",{d:"M10.23 10.23 5 5",key:"k2y7lj"}],["circle",{cx:"12",cy:"12",r:"2.5",key:"ix0uyj"}]]),kS=Zr("Ship",[["path",{d:"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 .6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"iegodh"}],["path",{d:"M19.38 20A11.6 11.6 0 0 0 21 14l-9-4-9 4c0 2.9.94 5.34 2.81 7.76",key:"fp8vka"}],["path",{d:"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6",key:"qpkstq"}],["path",{d:"M12 10v4",key:"1kjpxc"}],["path",{d:"M12 2v3",key:"qbqxhf"}]]),uS=Zr("Shirt",[["path",{d:"M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z",key:"1wgbhj"}]]),MS=Zr("ShoppingBag",[["path",{d:"M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z",key:"hou9p0"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M16 10a4 4 0 0 1-8 0",key:"1ltviw"}]]),gS=Zr("ShoppingBasket",[["path",{d:"m15 11-1 9",key:"5wnq3a"}],["path",{d:"m19 11-4-7",key:"cnml18"}],["path",{d:"M2 11h20",key:"3eubbj"}],["path",{d:"m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8a2 2 0 0 0 2-1.6l1.7-7.4",key:"yiazzp"}],["path",{d:"M4.5 15.5h15",key:"13mye1"}],["path",{d:"m5 11 4-7",key:"116ra9"}],["path",{d:"m9 11 1 9",key:"1ojof7"}]]),vS=Zr("ShoppingCart",[["circle",{cx:"8",cy:"21",r:"1",key:"jimo8o"}],["circle",{cx:"19",cy:"21",r:"1",key:"13723u"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12",key:"9zh506"}]]),mS=Zr("Shovel",[["path",{d:"M2 22v-5l5-5 5 5-5 5z",key:"1fh25c"}],["path",{d:"M9.5 14.5 16 8",key:"1smz5x"}],["path",{d:"m17 2 5 5-.5.5a3.53 3.53 0 0 1-5 0s0 0 0 0a3.53 3.53 0 0 1 0-5L17 2",key:"1q8uv5"}]]),fS=Zr("ShowerHead",[["path",{d:"m4 4 2.5 2.5",key:"uv2vmf"}],["path",{d:"M13.5 6.5a4.95 4.95 0 0 0-7 7",key:"frdkwv"}],["path",{d:"M15 5 5 15",key:"1ag8rq"}],["path",{d:"M14 17v.01",key:"eokfpp"}],["path",{d:"M10 16v.01",key:"14uyyl"}],["path",{d:"M13 13v.01",key:"1v1k97"}],["path",{d:"M16 10v.01",key:"5169yg"}],["path",{d:"M11 20v.01",key:"cj92p8"}],["path",{d:"M17 14v.01",key:"11cswd"}],["path",{d:"M20 11v.01",key:"19e0od"}]]),xS=Zr("Shrink",[["path",{d:"m15 15 6 6m-6-6v4.8m0-4.8h4.8",key:"17vawe"}],["path",{d:"M9 19.8V15m0 0H4.2M9 15l-6 6",key:"chjx8e"}],["path",{d:"M15 4.2V9m0 0h4.8M15 9l6-6",key:"lav6yq"}],["path",{d:"M9 4.2V9m0 0H4.2M9 9 3 3",key:"1pxi2q"}]]),wS=Zr("Shrub",[["path",{d:"M12 22v-7l-2-2",key:"eqv9mc"}],["path",{d:"M17 8v.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0Z",key:"ubcgy"}],["path",{d:"m14 14-2 2",key:"847xa2"}]]),LS=Zr("Shuffle",[["path",{d:"M2 18h1.4c1.3 0 2.5-.6 3.3-1.7l6.1-8.6c.7-1.1 2-1.7 3.3-1.7H22",key:"1wmou1"}],["path",{d:"m18 2 4 4-4 4",key:"pucp1d"}],["path",{d:"M2 6h1.9c1.5 0 2.9.9 3.6 2.2",key:"10bdb2"}],["path",{d:"M22 18h-5.9c-1.3 0-2.6-.7-3.3-1.8l-.5-.8",key:"vgxac0"}],["path",{d:"m18 14 4 4-4 4",key:"10pe0f"}]]),CS=Zr("Sigma",[["path",{d:"M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2",key:"wuwx1p"}]]),bS=Zr("SignalHigh",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M17 20V8",key:"1tkaf5"}]]),SS=Zr("SignalLow",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}]]),IS=Zr("SignalMedium",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}]]),AS=Zr("SignalZero",[["path",{d:"M2 20h.01",key:"4haj6o"}]]),qS=Zr("Signal",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M17 20V8",key:"1tkaf5"}],["path",{d:"M22 4v16",key:"sih9yq"}]]),PS=Zr("Signature",[["path",{d:"m21 17-2.156-1.868A.5.5 0 0 0 18 15.5v.5a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1c0-2.545-3.991-3.97-8.5-4a1 1 0 0 0 0 5c4.153 0 4.745-11.295 5.708-13.5a2.5 2.5 0 1 1 3.31 3.284",key:"y32ogt"}],["path",{d:"M3 21h18",key:"itz85i"}]]),RS=Zr("SignpostBig",[["path",{d:"M10 9H4L2 7l2-2h6",key:"1hq7x2"}],["path",{d:"M14 5h6l2 2-2 2h-6",key:"bv62ej"}],["path",{d:"M10 22V4a2 2 0 1 1 4 0v18",key:"eqpcf2"}],["path",{d:"M8 22h8",key:"rmew8v"}]]),zS=Zr("Signpost",[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M12 3v3",key:"1n5kay"}],["path",{d:"M18 6a2 2 0 0 1 1.414.586l2.293 2.207a1 1 0 0 1 0 1.414l-2.27 2.184a2 2 0 0 1-1.742.586L6 13a2 2 0 0 1-1.414-.586l-2.293-2.207a1 1 0 0 1 0-1.414l2.293-2.207A2 2 0 0 1 6 6z",key:"rb0lus"}]]),HS=Zr("Siren",[["path",{d:"M7 18v-6a5 5 0 1 1 10 0v6",key:"pcx96s"}],["path",{d:"M5 21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2z",key:"1b4s83"}],["path",{d:"M21 12h1",key:"jtio3y"}],["path",{d:"M18.5 4.5 18 5",key:"g5sp9y"}],["path",{d:"M2 12h1",key:"1uaihz"}],["path",{d:"M12 2v1",key:"11qlp1"}],["path",{d:"m4.929 4.929.707.707",key:"1i51kw"}],["path",{d:"M12 12v6",key:"3ahymv"}]]),TS=Zr("SkipBack",[["polygon",{points:"19 20 9 12 19 4 19 20",key:"o2sva"}],["line",{x1:"5",x2:"5",y1:"19",y2:"5",key:"1ocqjk"}]]),BS=Zr("SkipForward",[["polygon",{points:"5 4 15 12 5 20 5 4",key:"16p6eg"}],["line",{x1:"19",x2:"19",y1:"5",y2:"19",key:"futhcm"}]]),DS=Zr("Skull",[["path",{d:"m12.5 17-.5-1-.5 1h1z",key:"3me087"}],["path",{d:"M15 22a1 1 0 0 0 1-1v-1a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20v1a1 1 0 0 0 1 1z",key:"1o5pge"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}]]),VS=Zr("Slack",[["rect",{width:"3",height:"8",x:"13",y:"2",rx:"1.5",key:"diqz80"}],["path",{d:"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5",key:"183iwg"}],["rect",{width:"3",height:"8",x:"8",y:"14",rx:"1.5",key:"hqg7r1"}],["path",{d:"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5",key:"76g71w"}],["rect",{width:"8",height:"3",x:"14",y:"13",rx:"1.5",key:"1kmz0a"}],["path",{d:"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5",key:"jc4sz0"}],["rect",{width:"8",height:"3",x:"2",y:"8",rx:"1.5",key:"1omvl4"}],["path",{d:"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5",key:"16f3cl"}]]),jS=Zr("Slash",[["path",{d:"M22 2 2 22",key:"y4kqgn"}]]),FS=Zr("Slice",[["path",{d:"m8 14-6 6h9v-3",key:"zo3j9a"}],["path",{d:"M18.37 3.63 8 14l3 3L21.37 6.63a2.12 2.12 0 1 0-3-3Z",key:"1dzx0j"}]]),ES=Zr("SlidersHorizontal",[["line",{x1:"21",x2:"14",y1:"4",y2:"4",key:"obuewd"}],["line",{x1:"10",x2:"3",y1:"4",y2:"4",key:"1q6298"}],["line",{x1:"21",x2:"12",y1:"12",y2:"12",key:"1iu8h1"}],["line",{x1:"8",x2:"3",y1:"12",y2:"12",key:"ntss68"}],["line",{x1:"21",x2:"16",y1:"20",y2:"20",key:"14d8ph"}],["line",{x1:"12",x2:"3",y1:"20",y2:"20",key:"m0wm8r"}],["line",{x1:"14",x2:"14",y1:"2",y2:"6",key:"14e1ph"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"16",x2:"16",y1:"18",y2:"22",key:"1lctlv"}]]),OS=Zr("SlidersVertical",[["line",{x1:"4",x2:"4",y1:"21",y2:"14",key:"1p332r"}],["line",{x1:"4",x2:"4",y1:"10",y2:"3",key:"gb41h5"}],["line",{x1:"12",x2:"12",y1:"21",y2:"12",key:"hf2csr"}],["line",{x1:"12",x2:"12",y1:"8",y2:"3",key:"1kfi7u"}],["line",{x1:"20",x2:"20",y1:"21",y2:"16",key:"1lhrwl"}],["line",{x1:"20",x2:"20",y1:"12",y2:"3",key:"16vvfq"}],["line",{x1:"2",x2:"6",y1:"14",y2:"14",key:"1uebub"}],["line",{x1:"10",x2:"14",y1:"8",y2:"8",key:"1yglbp"}],["line",{x1:"18",x2:"22",y1:"16",y2:"16",key:"1jxqpz"}]]),US=Zr("SmartphoneCharging",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12.667 8 10 12h4l-2.667 4",key:"h9lk2d"}]]),WS=Zr("SmartphoneNfc",[["rect",{width:"7",height:"12",x:"2",y:"6",rx:"1",key:"5nje8w"}],["path",{d:"M13 8.32a7.43 7.43 0 0 1 0 7.36",key:"1g306n"}],["path",{d:"M16.46 6.21a11.76 11.76 0 0 1 0 11.58",key:"uqvjvo"}],["path",{d:"M19.91 4.1a15.91 15.91 0 0 1 .01 15.8",key:"ujntz3"}]]),ZS=Zr("Smartphone",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]]),GS=Zr("SmilePlus",[["path",{d:"M22 11v1a10 10 0 1 1-9-10",key:"ew0xw9"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}],["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 2v6",key:"4bpg5p"}]]),NS=Zr("Smile",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]),_S=Zr("Snail",[["path",{d:"M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0",key:"hneq2s"}],["circle",{cx:"10",cy:"13",r:"8",key:"194lz3"}],["path",{d:"M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6",key:"ixqyt7"}],["path",{d:"M18 3 19.1 5.2",key:"9tjm43"}],["path",{d:"M22 3 20.9 5.2",key:"j3odrs"}]]),XS=Zr("Snowflake",[["line",{x1:"2",x2:"22",y1:"12",y2:"12",key:"1dnqot"}],["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}],["path",{d:"m20 16-4-4 4-4",key:"rquw4f"}],["path",{d:"m4 8 4 4-4 4",key:"12s3z9"}],["path",{d:"m16 4-4 4-4-4",key:"1tumq1"}],["path",{d:"m8 20 4-4 4 4",key:"9p200w"}]]),KS=Zr("Sofa",[["path",{d:"M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3",key:"1dgpiv"}],["path",{d:"M2 16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",key:"xacw8m"}],["path",{d:"M4 18v2",key:"jwo5n2"}],["path",{d:"M20 18v2",key:"1ar1qi"}],["path",{d:"M12 4v9",key:"oqhhn3"}]]),YS=Zr("Soup",[["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M19.5 12 22 6",key:"shfsr5"}],["path",{d:"M16.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.73 1.62",key:"rpc6vp"}],["path",{d:"M11.25 3c.27.1.8.53.74 1.36-.05.83-.93 1.2-.98 2.02-.06.78.33 1.24.72 1.62",key:"1lf63m"}],["path",{d:"M6.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.74 1.62",key:"97tijn"}]]),JS=Zr("Space",[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]]),$S=Zr("Spade",[["path",{d:"M5 9c-1.5 1.5-3 3.2-3 5.5A5.5 5.5 0 0 0 7.5 20c1.8 0 3-.5 4.5-2 1.5 1.5 2.7 2 4.5 2a5.5 5.5 0 0 0 5.5-5.5c0-2.3-1.5-4-3-5.5l-7-7-7 7Z",key:"40bo9n"}],["path",{d:"M12 18v4",key:"jadmvz"}]]),QS=Zr("Sparkle",[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}]]),eI=Zr("Sparkles",[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}],["path",{d:"M4 17v2",key:"vumght"}],["path",{d:"M5 18H3",key:"zchphs"}]]),aI=Zr("Speaker",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M12 6h.01",key:"1vi96p"}],["circle",{cx:"12",cy:"14",r:"4",key:"1jruaj"}],["path",{d:"M12 14h.01",key:"1etili"}]]),tI=Zr("Speech",[["path",{d:"M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20",key:"11atix"}],["path",{d:"M19.8 17.8a7.5 7.5 0 0 0 .003-10.603",key:"yol142"}],["path",{d:"M17 15a3.5 3.5 0 0 0-.025-4.975",key:"ssbmkc"}]]),rI=Zr("SpellCheck2",[["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M4 21c1.1 0 1.1-1 2.3-1s1.1 1 2.3 1c1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1",key:"8mdmtu"}]]),iI=Zr("SpellCheck",[["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m16 20 2 2 4-4",key:"13tcca"}]]),nI=Zr("Spline",[["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M5 17A12 12 0 0 1 17 5",key:"1okkup"}]]),oI=Zr("Split",[["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M8 3H3v5",key:"15dfkv"}],["path",{d:"M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3",key:"1qrqzj"}],["path",{d:"m15 9 6-6",key:"ko1vev"}]]),cI=Zr("SprayCan",[["path",{d:"M3 3h.01",key:"159qn6"}],["path",{d:"M7 5h.01",key:"1hq22a"}],["path",{d:"M11 7h.01",key:"1osv80"}],["path",{d:"M3 7h.01",key:"1xzrh3"}],["path",{d:"M7 9h.01",key:"19b3jx"}],["path",{d:"M3 11h.01",key:"1eifu7"}],["rect",{width:"4",height:"4",x:"15",y:"5",key:"mri9e4"}],["path",{d:"m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2",key:"aib6hk"}],["path",{d:"m13 14 8-2",key:"1d7bmk"}],["path",{d:"m13 19 8-2",key:"1y2vml"}]]),dI=Zr("Sprout",[["path",{d:"M7 20h10",key:"e6iznv"}],["path",{d:"M10 20c5.5-2.5.8-6.4 3-10",key:"161w41"}],["path",{d:"M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z",key:"9gtqwd"}],["path",{d:"M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z",key:"bkxnd2"}]]),hI=Zr("SquareActivity",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7",key:"15hlnc"}]]),lI=Zr("SquareArrowDownLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 8-8 8",key:"166keh"}],["path",{d:"M16 16H8V8",key:"1w2ppm"}]]),yI=Zr("SquareArrowDownRight",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 8 8 8",key:"1imecy"}],["path",{d:"M16 8v8H8",key:"1lbpgo"}]]),pI=Zr("SquareArrowDown",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8 12 4 4 4-4",key:"k98ssh"}]]),sI=Zr("SquareArrowLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m12 8-4 4 4 4",key:"15vm53"}],["path",{d:"M16 12H8",key:"1fr5h0"}]]),kI=Zr("SquareArrowOutDownLeft",[["path",{d:"M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6",key:"14qz4y"}],["path",{d:"m3 21 9-9",key:"1jfql5"}],["path",{d:"M9 21H3v-6",key:"wtvkvv"}]]),uI=Zr("SquareArrowOutDownRight",[["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"14rsvq"}],["path",{d:"m21 21-9-9",key:"1et2py"}],["path",{d:"M21 15v6h-6",key:"1jko0i"}]]),MI=Zr("SquareArrowOutUpLeft",[["path",{d:"M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6",key:"14mv1t"}],["path",{d:"m3 3 9 9",key:"rks13r"}],["path",{d:"M3 9V3h6",key:"ira0h2"}]]),gI=Zr("SquareArrowOutUpRight",[["path",{d:"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6",key:"y09zxi"}],["path",{d:"m21 3-9 9",key:"mpx6sq"}],["path",{d:"M15 3h6v6",key:"1q9fwt"}]]),vI=Zr("SquareArrowRight",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m12 16 4-4-4-4",key:"1i9zcv"}]]),mI=Zr("SquareArrowUpLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 16V8h8",key:"19xb1h"}],["path",{d:"M16 16 8 8",key:"1qdy8n"}]]),fI=Zr("SquareArrowUpRight",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 8h8v8",key:"b65dnt"}],["path",{d:"m8 16 8-8",key:"13b9ih"}]]),xI=Zr("SquareArrowUp",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}]]),wI=Zr("SquareAsterisk",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8.5 14 7-4",key:"12hpby"}],["path",{d:"m8.5 10 7 4",key:"wwy2dy"}]]),LI=Zr("SquareBottomDashedScissors",[["path",{d:"M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2",key:"1vzg26"}],["path",{d:"M10 22H8",key:"euku7a"}],["path",{d:"M16 22h-2",key:"18d249"}],["circle",{cx:"8",cy:"8",r:"2",key:"14cg06"}],["path",{d:"M9.414 9.414 12 12",key:"qz4lzr"}],["path",{d:"M14.8 14.8 18 18",key:"11flf1"}],["circle",{cx:"8",cy:"16",r:"2",key:"1acxsx"}],["path",{d:"m18 6-8.586 8.586",key:"11kzk1"}]]),CI=Zr("SquareChartGantt",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 8h7",key:"kbo1nt"}],["path",{d:"M8 12h6",key:"ikassy"}],["path",{d:"M11 16h5",key:"oq65wt"}]]),bI=Zr("SquareCheckBig",[["path",{d:"M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5",key:"1uzm8b"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]),SI=Zr("SquareCheck",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]),II=Zr("SquareChevronDown",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]]),AI=Zr("SquareChevronLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]]),qI=Zr("SquareChevronRight",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]]),PI=Zr("SquareChevronUp",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]]),RI=Zr("SquareCode",[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]),zI=Zr("SquareDashedBottomCode",[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",key:"as5y1o"}],["path",{d:"M9 21h1",key:"15o7lz"}]]),HI=Zr("SquareDashedBottom",[["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",key:"as5y1o"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 21h1",key:"v9vybs"}]]),TI=Zr("SquareDashedKanban",[["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M21 14v1",key:"169vum"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M3 9v1",key:"1r0deq"}]]),BI=Zr("SquareDashedMousePointer",[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h2",key:"1qve2z"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v2",key:"p14lih"}],["path",{d:"M3 14v1",key:"vnatye"}]]),DI=Zr("SquareDivide",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16",key:"aqc6ln"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8",key:"1mkcni"}]]),VI=Zr("SquareDot",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]),jI=Zr("SquareEqual",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}]]),FI=Zr("SquareFunction",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3",key:"m1af9g"}],["path",{d:"M9 11.2h5.7",key:"3zgcl2"}]]),EI=Zr("SquareKanban",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}]]),OI=Zr("SquareLibrary",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7v10",key:"d5nglc"}],["path",{d:"M11 7v10",key:"pptsnr"}],["path",{d:"m15 7 2 10",key:"1m7qm5"}]]),UI=Zr("SquareM",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 16V8l4 4 4-4v8",key:"141u4e"}]]),WI=Zr("SquareMenu",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 8h10",key:"1jw688"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h10",key:"wp8him"}]]),ZI=Zr("SquareMinus",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}]]),GI=Zr("SquareMousePointer",[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"14rsvq"}]]),NI=Zr("SquareParkingOff",[["path",{d:"M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41",key:"9l1ft6"}],["path",{d:"M3 8.7V19a2 2 0 0 0 2 2h10.3",key:"17knke"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2",key:"uoagbd"}],["path",{d:"M9 17v-2.3",key:"1jxgo2"}]]),_I=Zr("SquareParking",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]]),XI=Zr("SquarePen",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]]),KI=Zr("SquarePercent",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]),YI=Zr("SquarePi",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7h10",key:"udp07y"}],["path",{d:"M10 7v10",key:"i1d9ee"}],["path",{d:"M16 17a2 2 0 0 1-2-2V7",key:"ftwdc7"}]]),JI=Zr("SquarePilcrow",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 12H9.5a2.5 2.5 0 0 1 0-5H17",key:"1l9586"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M16 7v10",key:"lavkr4"}]]),$I=Zr("SquarePlay",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 8 6 4-6 4Z",key:"f1r3lt"}]]),QI=Zr("SquarePlus",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]),eA=Zr("SquarePower",[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005",key:"1pek45"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]),aA=Zr("SquareRadical",[["path",{d:"M7 12h2l2 5 2-10h4",key:"1fxv6h"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]),tA=Zr("SquareScissors",[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"2",key:"1btzen"}],["circle",{cx:"8",cy:"8",r:"2",key:"14cg06"}],["path",{d:"M9.414 9.414 12 12",key:"qz4lzr"}],["path",{d:"M14.8 14.8 18 18",key:"11flf1"}],["circle",{cx:"8",cy:"16",r:"2",key:"1acxsx"}],["path",{d:"m18 6-8.586 8.586",key:"11kzk1"}]]),rA=Zr("SquareSigma",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9",key:"9nih0i"}]]),iA=Zr("SquareSlash",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]]),nA=Zr("SquareSplitHorizontal",[["path",{d:"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3",key:"lubmu8"}],["path",{d:"M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3",key:"1ag34g"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20",key:"1tx1rr"}]]),oA=Zr("SquareSplitVertical",[["path",{d:"M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3",key:"1pi83i"}],["path",{d:"M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3",key:"ido5k7"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]]),cA=Zr("SquareSquare",[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1",key:"z9xiuo"}]]),dA=Zr("SquareStack",[["path",{d:"M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",key:"4i38lg"}],["path",{d:"M10 16c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",key:"mlte4a"}],["rect",{width:"8",height:"8",x:"14",y:"14",rx:"2",key:"1fa9i4"}]]),hA=Zr("SquareTerminal",[["path",{d:"m7 11 2-2-2-2",key:"1lz0vl"}],["path",{d:"M11 13h4",key:"1p7l4v"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}]]),lA=Zr("SquareUserRound",[["path",{d:"M18 21a6 6 0 0 0-12 0",key:"kaz2du"}],["circle",{cx:"12",cy:"11",r:"4",key:"1gt34v"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]),yA=Zr("SquareUser",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2",key:"1m6ac2"}]]),pA=Zr("SquareX",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]),sA=Zr("Square",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]),kA=Zr("Squircle",[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9-9-1.8-9-9 1.8-9 9-9",key:"garfkc"}]]),uA=Zr("Squirrel",[["path",{d:"M15.236 22a3 3 0 0 0-2.2-5",key:"21bitc"}],["path",{d:"M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4",key:"oh0fg0"}],["path",{d:"M18 13h.01",key:"9veqaj"}],["path",{d:"M18 6a4 4 0 0 0-4 4 7 7 0 0 0-7 7c0-5 4-5 4-10.5a4.5 4.5 0 1 0-9 0 2.5 2.5 0 0 0 5 0C7 10 3 11 3 17c0 2.8 2.2 5 5 5h10",key:"980v8a"}]]),MA=Zr("Stamp",[["path",{d:"M5 22h14",key:"ehvnwv"}],["path",{d:"M19.27 13.73A2.5 2.5 0 0 0 17.5 13h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1.5c0-.66-.26-1.3-.73-1.77Z",key:"1sy9ra"}],["path",{d:"M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-3-3c-1.66 0-3 1-3 3s1 2 1 3.5V13",key:"cnxgux"}]]),gA=Zr("StarHalf",[["path",{d:"M12 17.8 5.8 21 7 14.1 2 9.3l7-1L12 2",key:"nare05"}]]),vA=Zr("StarOff",[["path",{d:"M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43",key:"16m0ql"}],["path",{d:"M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91",key:"1vt8nq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),mA=Zr("Star",[["polygon",{points:"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2",key:"8f66p6"}]]),fA=Zr("StepBack",[["line",{x1:"18",x2:"18",y1:"20",y2:"4",key:"cun8e5"}],["polygon",{points:"14,20 4,12 14,4",key:"ypakod"}]]),xA=Zr("StepForward",[["line",{x1:"6",x2:"6",y1:"4",y2:"20",key:"fy8qot"}],["polygon",{points:"10,4 20,12 10,20",key:"1mc1pf"}]]),wA=Zr("Stethoscope",[["path",{d:"M4.8 2.3A.3.3 0 1 0 5 2H4a2 2 0 0 0-2 2v5a6 6 0 0 0 6 6a6 6 0 0 0 6-6V4a2 2 0 0 0-2-2h-1a.2.2 0 1 0 .3.3",key:"10lez9"}],["path",{d:"M8 15v1a6 6 0 0 0 6 6a6 6 0 0 0 6-6v-4",key:"ce9bce"}],["circle",{cx:"20",cy:"10",r:"2",key:"ts1r5v"}]]),LA=Zr("Sticker",[["path",{d:"M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z",key:"1wis1t"}],["path",{d:"M14 3v4a2 2 0 0 0 2 2h4",key:"36rjfy"}],["path",{d:"M8 13h.01",key:"1sbv64"}],["path",{d:"M16 13h.01",key:"wip0gl"}],["path",{d:"M10 16s.8 1 2 1c1.3 0 2-1 2-1",key:"1vvgv3"}]]),CA=Zr("StickyNote",[["path",{d:"M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z",key:"qazsjp"}],["path",{d:"M15 3v4a2 2 0 0 0 2 2h4",key:"40519r"}]]),bA=Zr("Store",[["path",{d:"m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7",key:"ztvudi"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",key:"1b2hhj"}],["path",{d:"M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4",key:"2ebpfo"}],["path",{d:"M2 7h20",key:"1fcdvo"}],["path",{d:"M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7",key:"6c3vgh"}]]),SA=Zr("StretchHorizontal",[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2",key:"qdearl"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2",key:"1xrn6j"}]]),IA=Zr("StretchVertical",[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2",key:"19qu7m"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2",key:"24v0nk"}]]),AA=Zr("Strikethrough",[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4",key:"43sutm"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6",key:"nlfj13"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]]),qA=Zr("Subscript",[["path",{d:"m4 5 8 8",key:"1eunvl"}],["path",{d:"m12 5-8 8",key:"1ah0jp"}],["path",{d:"M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07",key:"e8ta8j"}]]),PA=Zr("SunDim",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 4h.01",key:"1ujb9j"}],["path",{d:"M20 12h.01",key:"1ykeid"}],["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M4 12h.01",key:"158zrr"}],["path",{d:"M17.657 6.343h.01",key:"31pqzk"}],["path",{d:"M17.657 17.657h.01",key:"jehnf4"}],["path",{d:"M6.343 17.657h.01",key:"gdk6ow"}],["path",{d:"M6.343 6.343h.01",key:"1uurf0"}]]),RA=Zr("SunMedium",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 3v1",key:"1asbbs"}],["path",{d:"M12 20v1",key:"1wcdkc"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M20 12h1",key:"1vloll"}],["path",{d:"m18.364 5.636-.707.707",key:"1hakh0"}],["path",{d:"m6.343 17.657-.707.707",key:"18m9nf"}],["path",{d:"m5.636 5.636.707.707",key:"1xv1c5"}],["path",{d:"m17.657 17.657.707.707",key:"vl76zb"}]]),zA=Zr("SunMoon",[["path",{d:"M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4",key:"1fu5g2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.9 4.9 1.4 1.4",key:"b9915j"}],["path",{d:"m17.7 17.7 1.4 1.4",key:"qc3ed3"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.3 17.7-1.4 1.4",key:"5gca6"}],["path",{d:"m19.1 4.9-1.4 1.4",key:"wpu9u6"}]]),HA=Zr("SunSnow",[["path",{d:"M10 9a3 3 0 1 0 0 6",key:"6zmtdl"}],["path",{d:"M2 12h1",key:"1uaihz"}],["path",{d:"M14 21V3",key:"1llu3z"}],["path",{d:"M10 4V3",key:"pkzwkn"}],["path",{d:"M10 21v-1",key:"1u8rkd"}],["path",{d:"m3.64 18.36.7-.7",key:"105rm9"}],["path",{d:"m4.34 6.34-.7-.7",key:"d3unjp"}],["path",{d:"M14 12h8",key:"4f43i9"}],["path",{d:"m17 4-3 3",key:"15jcng"}],["path",{d:"m14 17 3 3",key:"6tlq38"}],["path",{d:"m21 15-3-3 3-3",key:"1nlnje"}]]),TA=Zr("Sun",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m17.66 17.66 1.41 1.41",key:"ptbguv"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}]]),BA=Zr("Sunrise",[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"m4.93 10.93 1.41 1.41",key:"2a7f42"}],["path",{d:"M2 18h2",key:"j10viu"}],["path",{d:"M20 18h2",key:"wocana"}],["path",{d:"m19.07 10.93-1.41 1.41",key:"15zs5n"}],["path",{d:"M22 22H2",key:"19qnx5"}],["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}],["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}]]),DA=Zr("Sunset",[["path",{d:"M12 10V2",key:"16sf7g"}],["path",{d:"m4.93 10.93 1.41 1.41",key:"2a7f42"}],["path",{d:"M2 18h2",key:"j10viu"}],["path",{d:"M20 18h2",key:"wocana"}],["path",{d:"m19.07 10.93-1.41 1.41",key:"15zs5n"}],["path",{d:"M22 22H2",key:"19qnx5"}],["path",{d:"m16 6-4 4-4-4",key:"6wukr"}],["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}]]),VA=Zr("Superscript",[["path",{d:"m4 19 8-8",key:"hr47gm"}],["path",{d:"m12 19-8-8",key:"1dhhmo"}],["path",{d:"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06",key:"1dfcux"}]]),jA=Zr("SwatchBook",[["path",{d:"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z",key:"1ldrpk"}],["path",{d:"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7",key:"11i5po"}],["path",{d:"M 7 17h.01",key:"1euzgo"}],["path",{d:"m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8",key:"o2gii7"}]]),FA=Zr("SwissFranc",[["path",{d:"M10 21V3h8",key:"br2l0g"}],["path",{d:"M6 16h9",key:"2py0wn"}],["path",{d:"M10 9.5h7",key:"13dmhz"}]]),EA=Zr("SwitchCamera",[["path",{d:"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5",key:"mtk2lu"}],["path",{d:"M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5",key:"120jsl"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m18 22-3-3 3-3",key:"kgdoj7"}],["path",{d:"m6 2 3 3-3 3",key:"1fnbkv"}]]),OA=Zr("Sword",[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5",key:"1hfsw2"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13",key:"1vrmhu"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20",key:"1bron3"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19",key:"13pww6"}]]),UA=Zr("Swords",[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5",key:"1hfsw2"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13",key:"1vrmhu"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20",key:"1bron3"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19",key:"13pww6"}],["polyline",{points:"14.5 6.5 18 3 21 3 21 6 17.5 9.5",key:"hbey2j"}],["line",{x1:"5",x2:"9",y1:"14",y2:"18",key:"1hf58s"}],["line",{x1:"7",x2:"4",y1:"17",y2:"20",key:"pidxm4"}],["line",{x1:"3",x2:"5",y1:"19",y2:"21",key:"1pehsh"}]]),WA=Zr("Syringe",[["path",{d:"m18 2 4 4",key:"22kx64"}],["path",{d:"m17 7 3-3",key:"1w1zoj"}],["path",{d:"M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5",key:"1exhtz"}],["path",{d:"m9 11 4 4",key:"rovt3i"}],["path",{d:"m5 19-3 3",key:"59f2uf"}],["path",{d:"m14 4 6 6",key:"yqp9t2"}]]),ZA=Zr("Table2",[["path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",key:"gugj83"}]]),GA=Zr("TableCellsMerge",[["path",{d:"M12 21v-6",key:"lihzve"}],["path",{d:"M12 9V3",key:"da5inc"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]),NA=Zr("TableCellsSplit",[["path",{d:"M12 15V9",key:"8c7uyn"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]),_A=Zr("TableColumnsSplit",[["path",{d:"M14 14v2",key:"w2a1xv"}],["path",{d:"M14 20v2",key:"1lq872"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M14 8v2",key:"i67w9a"}],["path",{d:"M2 15h8",key:"82wtch"}],["path",{d:"M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2",key:"up0l64"}],["path",{d:"M2 9h8",key:"yelfik"}],["path",{d:"M22 15h-4",key:"1es58f"}],["path",{d:"M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2",key:"pdjoqf"}],["path",{d:"M22 9h-4",key:"1luja7"}],["path",{d:"M5 3v18",key:"14hmio"}]]),XA=Zr("TableOfContents",[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M21 12h.01",key:"msek7k"}],["path",{d:"M21 18h.01",key:"1e8rq1"}],["path",{d:"M21 6h.01",key:"1koanj"}]]),KA=Zr("TableProperties",[["path",{d:"M15 3v18",key:"14nvp0"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 9H3",key:"1338ky"}],["path",{d:"M21 15H3",key:"9uk58r"}]]),YA=Zr("TableRowsSplit",[["path",{d:"M14 10h2",key:"1lstlu"}],["path",{d:"M15 22v-8",key:"1fwwgm"}],["path",{d:"M15 2v4",key:"1044rn"}],["path",{d:"M2 10h2",key:"1r8dkt"}],["path",{d:"M20 10h2",key:"1ug425"}],["path",{d:"M3 19h18",key:"awlh7x"}],["path",{d:"M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6",key:"ibqhof"}],["path",{d:"M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2",key:"1uenja"}],["path",{d:"M8 10h2",key:"66od0"}],["path",{d:"M9 22v-8",key:"fmnu31"}],["path",{d:"M9 2v4",key:"j1yeou"}]]),JA=Zr("Table",[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]]),$A=Zr("TabletSmartphone",[["rect",{width:"10",height:"14",x:"3",y:"8",rx:"2",key:"1vrsiq"}],["path",{d:"M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4",key:"1j4zmg"}],["path",{d:"M8 18h.01",key:"lrp35t"}]]),QA=Zr("Tablet",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2",key:"76otgf"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18",key:"1dp563"}]]),eq=Zr("Tablets",[["circle",{cx:"7",cy:"7",r:"5",key:"x29byf"}],["circle",{cx:"17",cy:"17",r:"5",key:"1op1d2"}],["path",{d:"M12 17h10",key:"ls21zv"}],["path",{d:"m3.46 10.54 7.08-7.08",key:"1rehiu"}]]),aq=Zr("Tag",[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",key:"vktsd0"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}]]),tq=Zr("Tags",[["path",{d:"m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19",key:"1cbfv1"}],["path",{d:"M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z",key:"135mg7"}],["circle",{cx:"6.5",cy:"9.5",r:".5",fill:"currentColor",key:"5pm5xn"}]]),rq=Zr("Tally1",[["path",{d:"M4 4v16",key:"6qkkli"}]]),iq=Zr("Tally2",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}]]),nq=Zr("Tally3",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}]]),oq=Zr("Tally4",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}]]),cq=Zr("Tally5",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}],["path",{d:"M22 6 2 18",key:"h9moai"}]]),dq=Zr("Tangent",[["circle",{cx:"17",cy:"4",r:"2",key:"y5j2s2"}],["path",{d:"M15.59 5.41 5.41 15.59",key:"l0vprr"}],["circle",{cx:"4",cy:"17",r:"2",key:"9p4efm"}],["path",{d:"M12 22s-4-9-1.5-11.5S22 12 22 12",key:"1twk4o"}]]),hq=Zr("Target",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]),lq=Zr("Telescope",[["path",{d:"m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44",key:"k4qptu"}],["path",{d:"m13.56 11.747 4.332-.924",key:"19l80z"}],["path",{d:"m16 21-3.105-6.21",key:"7oh9d"}],["path",{d:"M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.727l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z",key:"m7xp4m"}],["path",{d:"m6.158 8.633 1.114 4.456",key:"74o979"}],["path",{d:"m8 21 3.105-6.21",key:"1fvxut"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}]]),yq=Zr("TentTree",[["circle",{cx:"4",cy:"4",r:"2",key:"bt5ra8"}],["path",{d:"m14 5 3-3 3 3",key:"1sorif"}],["path",{d:"m14 10 3-3 3 3",key:"1jyi9h"}],["path",{d:"M17 14V2",key:"8ymqnk"}],["path",{d:"M17 14H7l-5 8h20Z",key:"13ar7p"}],["path",{d:"M8 14v8",key:"1ghmqk"}],["path",{d:"m9 14 5 8",key:"13pgi6"}]]),pq=Zr("Tent",[["path",{d:"M3.5 21 14 3",key:"1szst5"}],["path",{d:"M20.5 21 10 3",key:"1310c3"}],["path",{d:"M15.5 21 12 15l-3.5 6",key:"1ddtfw"}],["path",{d:"M2 21h20",key:"1nyx9w"}]]),sq=Zr("Terminal",[["polyline",{points:"4 17 10 11 4 5",key:"akl6gq"}],["line",{x1:"12",x2:"20",y1:"19",y2:"19",key:"q2wloq"}]]),kq=Zr("TestTubeDiagonal",[["path",{d:"M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3",key:"1ub6xw"}],["path",{d:"m16 2 6 6",key:"1gw87d"}],["path",{d:"M12 16H4",key:"1cjfip"}]]),uq=Zr("TestTube",[["path",{d:"M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5c-1.4 0-2.5-1.1-2.5-2.5V2",key:"125lnx"}],["path",{d:"M8.5 2h7",key:"csnxdl"}],["path",{d:"M14.5 16h-5",key:"1ox875"}]]),Mq=Zr("TestTubes",[["path",{d:"M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2",key:"1hjrqt"}],["path",{d:"M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5V2",key:"16lc8n"}],["path",{d:"M3 2h7",key:"7s29d5"}],["path",{d:"M14 2h7",key:"7sicin"}],["path",{d:"M9 16H4",key:"1bfye3"}],["path",{d:"M20 16h-5",key:"ddnjpe"}]]),gq=Zr("TextCursorInput",[["path",{d:"M5 4h1a3 3 0 0 1 3 3 3 3 0 0 1 3-3h1",key:"18xjzo"}],["path",{d:"M13 20h-1a3 3 0 0 1-3-3 3 3 0 0 1-3 3H5",key:"fj48gi"}],["path",{d:"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1",key:"1n9rhb"}],["path",{d:"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7",key:"13ksps"}],["path",{d:"M9 7v10",key:"1vc8ob"}]]),vq=Zr("TextCursor",[["path",{d:"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1",key:"uvaxm9"}],["path",{d:"M7 22h1a4 4 0 0 0 4-4v-1",key:"11xy8d"}],["path",{d:"M7 2h1a4 4 0 0 1 4 4v1",key:"1uw06m"}]]),mq=Zr("TextQuote",[["path",{d:"M17 6H3",key:"16j9eg"}],["path",{d:"M21 12H8",key:"scolzb"}],["path",{d:"M21 18H8",key:"1wfozv"}],["path",{d:"M3 12v6",key:"fv4c87"}]]),fq=Zr("TextSearch",[["path",{d:"M21 6H3",key:"1jwq7v"}],["path",{d:"M10 12H3",key:"1ulcyk"}],["path",{d:"M10 18H3",key:"13769t"}],["circle",{cx:"17",cy:"15",r:"3",key:"1upz2a"}],["path",{d:"m21 19-1.9-1.9",key:"dwi7p8"}]]),xq=Zr("TextSelect",[["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M21 14v1",key:"169vum"}],["line",{x1:"7",x2:"15",y1:"8",y2:"8",key:"1758g8"}],["line",{x1:"7",x2:"17",y1:"12",y2:"12",key:"197423"}],["line",{x1:"7",x2:"13",y1:"16",y2:"16",key:"37cgm6"}]]),wq=Zr("Text",[["path",{d:"M17 6.1H3",key:"wptmhv"}],["path",{d:"M21 12.1H3",key:"1j38uz"}],["path",{d:"M15.1 18H3",key:"1nb16a"}]]),Lq=Zr("Theater",[["path",{d:"M2 10s3-3 3-8",key:"3xiif0"}],["path",{d:"M22 10s-3-3-3-8",key:"ioaa5q"}],["path",{d:"M10 2c0 4.4-3.6 8-8 8",key:"16fkpi"}],["path",{d:"M14 2c0 4.4 3.6 8 8 8",key:"b9eulq"}],["path",{d:"M2 10s2 2 2 5",key:"1au1lb"}],["path",{d:"M22 10s-2 2-2 5",key:"qi2y5e"}],["path",{d:"M8 15h8",key:"45n4r"}],["path",{d:"M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",key:"1vsc2m"}],["path",{d:"M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",key:"hrha4u"}]]),Cq=Zr("ThermometerSnowflake",[["path",{d:"M2 12h10",key:"19562f"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"m3 9 3 3-3 3",key:"1sas0l"}],["path",{d:"M12 6 9 9 6 6",key:"pfrgxu"}],["path",{d:"m6 18 3-3 1.5 1.5",key:"1e277p"}],["path",{d:"M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"iof6y5"}]]),bq=Zr("ThermometerSun",[["path",{d:"M12 9a4 4 0 0 0-2 7.5",key:"1jvsq6"}],["path",{d:"M12 3v2",key:"1w22ol"}],["path",{d:"m6.6 18.4-1.4 1.4",key:"w2yidj"}],["path",{d:"M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"iof6y5"}],["path",{d:"M4 13H2",key:"118le4"}],["path",{d:"M6.34 7.34 4.93 5.93",key:"1brd51"}]]),Sq=Zr("Thermometer",[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"17jzev"}]]),Iq=Zr("ThumbsDown",[["path",{d:"M17 14V2",key:"8ymqnk"}],["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z",key:"m61m77"}]]),Aq=Zr("ThumbsUp",[["path",{d:"M7 10v12",key:"1qc93n"}],["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z",key:"emmmcr"}]]),qq=Zr("TicketCheck",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]),Pq=Zr("TicketMinus",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M9 12h6",key:"1c52cq"}]]),Rq=Zr("TicketPercent",[["path",{d:"M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"1l48ns"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]),zq=Zr("TicketPlus",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M12 9v6",key:"199k2o"}]]),Hq=Zr("TicketSlash",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9.5 14.5 5-5",key:"qviqfa"}]]),Tq=Zr("TicketX",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9.5 14.5 5-5",key:"qviqfa"}],["path",{d:"m9.5 9.5 5 5",key:"18nt4w"}]]),Bq=Zr("Ticket",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M13 5v2",key:"dyzc3o"}],["path",{d:"M13 17v2",key:"1ont0d"}],["path",{d:"M13 11v2",key:"1wjjxi"}]]),Dq=Zr("Tickets",[["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8",key:"12lg5p"}],["path",{d:"M6 10V8",key:"1y41hn"}],["path",{d:"M6 14v1",key:"cao2tf"}],["path",{d:"M6 19v2",key:"1loha6"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2",key:"p3bz5l"}]]),Vq=Zr("TimerOff",[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7",key:"10he05"}],["path",{d:"M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2",key:"15f7sh"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M12 12v-2",key:"fwoke6"}]]),jq=Zr("TimerReset",[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"M12 14v-4",key:"1evpnu"}],["path",{d:"M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6",key:"1ts96g"}],["path",{d:"M9 17H4v5",key:"8t5av"}]]),Fq=Zr("Timer",[["line",{x1:"10",x2:"14",y1:"2",y2:"2",key:"14vaq8"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11",key:"17fdiu"}],["circle",{cx:"12",cy:"14",r:"8",key:"1e1u0o"}]]),Eq=Zr("ToggleLeft",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6",key:"f2vt7d"}],["circle",{cx:"8",cy:"12",r:"2",key:"1nvbw3"}]]),Oq=Zr("ToggleRight",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6",key:"f2vt7d"}],["circle",{cx:"16",cy:"12",r:"2",key:"4ma0v8"}]]),Uq=Zr("Tornado",[["path",{d:"M21 4H3",key:"1hwok0"}],["path",{d:"M18 8H6",key:"41n648"}],["path",{d:"M19 12H9",key:"1g4lpz"}],["path",{d:"M16 16h-6",key:"1j5d54"}],["path",{d:"M11 20H9",key:"39obr8"}]]),Wq=Zr("Torus",[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2",key:"1b2qxu"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5",key:"h8emeu"}]]),Zq=Zr("TouchpadOff",[["path",{d:"M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16",key:"lnt0bk"}],["path",{d:"M2 14h12",key:"d8icqz"}],["path",{d:"M22 14h-2",key:"jrx26d"}],["path",{d:"M12 20v-6",key:"1rm09r"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M22 16V6a2 2 0 0 0-2-2H10",key:"11y8e4"}]]),Gq=Zr("Touchpad",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M12 20v-6",key:"1rm09r"}]]),Nq=Zr("TowerControl",[["path",{d:"M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z",key:"1pledb"}],["path",{d:"M8 13v9",key:"hmv0ci"}],["path",{d:"M16 22v-9",key:"ylnf1u"}],["path",{d:"m9 6 1 7",key:"dpdgam"}],["path",{d:"m15 6-1 7",key:"ls7zgu"}],["path",{d:"M12 6V2",key:"1pj48d"}],["path",{d:"M13 2h-2",key:"mj6ths"}]]),_q=Zr("ToyBrick",[["rect",{width:"18",height:"12",x:"3",y:"8",rx:"1",key:"158fvp"}],["path",{d:"M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3",key:"s0042v"}],["path",{d:"M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3",key:"9wmeh2"}]]),Xq=Zr("Tractor",[["path",{d:"m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20",key:"she1j9"}],["path",{d:"M16 18h-5",key:"bq60fd"}],["path",{d:"M18 5a1 1 0 0 0-1 1v5.573",key:"1kv8ia"}],["path",{d:"M3 4h8.129a1 1 0 0 1 .99.863L13 11.246",key:"1q1ert"}],["path",{d:"M4 11V4",key:"9ft8pt"}],["path",{d:"M7 15h.01",key:"k5ht0j"}],["path",{d:"M8 10.1V4",key:"1jgyzo"}],["circle",{cx:"18",cy:"18",r:"2",key:"1emm8v"}],["circle",{cx:"7",cy:"15",r:"5",key:"ddtuc"}]]),Kq=Zr("TrafficCone",[["path",{d:"M9.3 6.2a4.55 4.55 0 0 0 5.4 0",key:"flyxqv"}],["path",{d:"M7.9 10.7c.9.8 2.4 1.3 4.1 1.3s3.2-.5 4.1-1.3",key:"1nlxxg"}],["path",{d:"M13.9 3.5a1.93 1.93 0 0 0-3.8-.1l-3 10c-.1.2-.1.4-.1.6 0 1.7 2.2 3 5 3s5-1.3 5-3c0-.2 0-.4-.1-.5Z",key:"vz7x1l"}],["path",{d:"m7.5 12.2-4.7 2.7c-.5.3-.8.7-.8 1.1s.3.8.8 1.1l7.6 4.5c.9.5 2.1.5 3 0l7.6-4.5c.7-.3 1-.7 1-1.1s-.3-.8-.8-1.1l-4.7-2.8",key:"1xfzlw"}]]),Yq=Zr("TrainFrontTunnel",[["path",{d:"M2 22V12a10 10 0 1 1 20 0v10",key:"o0fyp0"}],["path",{d:"M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8",key:"m8q3n9"}],["path",{d:"M10 15h.01",key:"44in9x"}],["path",{d:"M14 15h.01",key:"5mohn5"}],["path",{d:"M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z",key:"hckbmu"}],["path",{d:"m9 19-2 3",key:"iij7hm"}],["path",{d:"m15 19 2 3",key:"npx8sa"}]]),Jq=Zr("TrainFront",[["path",{d:"M8 3.1V7a4 4 0 0 0 8 0V3.1",key:"1v71zp"}],["path",{d:"m9 15-1-1",key:"1yrq24"}],["path",{d:"m15 15 1-1",key:"1t0d6s"}],["path",{d:"M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Z",key:"1p0hjs"}],["path",{d:"m8 19-2 3",key:"13i0xs"}],["path",{d:"m16 19 2 3",key:"xo31yx"}]]),$q=Zr("TrainTrack",[["path",{d:"M2 17 17 2",key:"18b09t"}],["path",{d:"m2 14 8 8",key:"1gv9hu"}],["path",{d:"m5 11 8 8",key:"189pqp"}],["path",{d:"m8 8 8 8",key:"1imecy"}],["path",{d:"m11 5 8 8",key:"ummqn6"}],["path",{d:"m14 2 8 8",key:"1vk7dn"}],["path",{d:"M7 22 22 7",key:"15mb1i"}]]),Qq=Zr("TramFront",[["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2",key:"1wxw4b"}],["path",{d:"M4 11h16",key:"mpoxn0"}],["path",{d:"M12 3v8",key:"1h2ygw"}],["path",{d:"m8 19-2 3",key:"13i0xs"}],["path",{d:"m18 22-2-3",key:"1p0ohu"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M16 15h.01",key:"rnfrdf"}]]),eP=Zr("Trash2",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}],["line",{x1:"10",x2:"10",y1:"11",y2:"17",key:"1uufr5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"17",key:"xtxkd"}]]),aP=Zr("Trash",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}]]),tP=Zr("TreeDeciduous",[["path",{d:"M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z",key:"oadzkq"}],["path",{d:"M12 19v3",key:"npa21l"}]]),rP=Zr("TreePalm",[["path",{d:"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4",key:"foxbe7"}],["path",{d:"M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3",key:"18arnh"}],["path",{d:"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35",key:"ywahnh"}],["path",{d:"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14",key:"ft0feo"}]]),iP=Zr("TreePine",[["path",{d:"m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z",key:"cpyugq"}],["path",{d:"M12 22v-3",key:"kmzjlo"}]]),nP=Zr("Trees",[["path",{d:"M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z",key:"1l6gj6"}],["path",{d:"M7 16v6",key:"1a82de"}],["path",{d:"M13 19v3",key:"13sx9i"}],["path",{d:"M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5",key:"1sj9kv"}]]),oP=Zr("Trello",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["rect",{width:"3",height:"9",x:"7",y:"7",key:"14n3xi"}],["rect",{width:"3",height:"5",x:"14",y:"7",key:"s4azjd"}]]),cP=Zr("TrendingDown",[["polyline",{points:"22 17 13.5 8.5 8.5 13.5 2 7",key:"1r2t7k"}],["polyline",{points:"16 17 22 17 22 11",key:"11uiuu"}]]),dP=Zr("TrendingUp",[["polyline",{points:"22 7 13.5 15.5 8.5 10.5 2 17",key:"126l90"}],["polyline",{points:"16 7 22 7 22 13",key:"kwv8wd"}]]),hP=Zr("TriangleAlert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]),lP=Zr("TriangleRight",[["path",{d:"M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z",key:"183wce"}]]),yP=Zr("Triangle",[["path",{d:"M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z",key:"14u9p9"}]]),pP=Zr("Trophy",[["path",{d:"M6 9H4.5a2.5 2.5 0 0 1 0-5H6",key:"17hqa7"}],["path",{d:"M18 9h1.5a2.5 2.5 0 0 0 0-5H18",key:"lmptdp"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22",key:"1nw9bq"}],["path",{d:"M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22",key:"1np0yb"}],["path",{d:"M18 2H6v7a6 6 0 0 0 12 0V2Z",key:"u46fv3"}]]),sP=Zr("Truck",[["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2",key:"wrbu53"}],["path",{d:"M15 18H9",key:"1lyqi6"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14",key:"lysw3i"}],["circle",{cx:"17",cy:"18",r:"2",key:"332jqn"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]]),kP=Zr("Turtle",[["path",{d:"m12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z",key:"1lbbv7"}],["path",{d:"M4.82 7.9 8 10",key:"m9wose"}],["path",{d:"M15.18 7.9 12 10",key:"p8dp2u"}],["path",{d:"M16.93 10H20a2 2 0 0 1 0 4H2",key:"12nsm7"}]]),uP=Zr("TvMinimalPlay",[["path",{d:"M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z",key:"1pctta"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]]),MP=Zr("TvMinimal",[["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]]),gP=Zr("Tv",[["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2",ry:"2",key:"10ag99"}],["polyline",{points:"17 2 12 7 7 2",key:"11pgbg"}]]),vP=Zr("Twitch",[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7",key:"c0yzno"}]]),mP=Zr("Twitter",[["path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z",key:"pff0z6"}]]),fP=Zr("TypeOutline",[["path",{d:"M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z",key:"1reda3"}]]),xP=Zr("Type",[["polyline",{points:"4 7 4 4 20 4 20 7",key:"1nosan"}],["line",{x1:"9",x2:"15",y1:"20",y2:"20",key:"swin9y"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20",key:"1tx1rr"}]]),wP=Zr("UmbrellaOff",[["path",{d:"M12 2v1",key:"11qlp1"}],["path",{d:"M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575",key:"eki10q"}],["path",{d:"M17.5 12H22A10 10 0 0 0 9.004 3.455",key:"n2ayka"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),LP=Zr("Umbrella",[["path",{d:"M22 12a10.06 10.06 1 0 0-20 0Z",key:"1teyop"}],["path",{d:"M12 12v8a2 2 0 0 0 4 0",key:"ulpmoc"}],["path",{d:"M12 2v1",key:"11qlp1"}]]),CP=Zr("Underline",[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4",key:"9kb039"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20",key:"nun2al"}]]),bP=Zr("Undo2",[["path",{d:"M9 14 4 9l5-5",key:"102s5s"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11",key:"f3b9sd"}]]),SP=Zr("UndoDot",[["circle",{cx:"12",cy:"17",r:"1",key:"1ixnty"}],["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]]),IP=Zr("Undo",[["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]]),AP=Zr("UnfoldHorizontal",[["path",{d:"M16 12h6",key:"15xry1"}],["path",{d:"M8 12H2",key:"1jqql6"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m19 15 3-3-3-3",key:"wjy7rq"}],["path",{d:"m5 9-3 3 3 3",key:"j64kie"}]]),qP=Zr("UnfoldVertical",[["path",{d:"M12 22v-6",key:"6o8u61"}],["path",{d:"M12 8V2",key:"1wkif3"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}],["path",{d:"m15 19-3 3-3-3",key:"11eu04"}],["path",{d:"m15 5-3-3-3 3",key:"itvq4r"}]]),PP=Zr("Ungroup",[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1",key:"nzclkv"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1",key:"4tytwb"}]]),RP=Zr("University",[["circle",{cx:"12",cy:"10",r:"1",key:"1gnqs8"}],["path",{d:"M22 20V8h-4l-6-4-6 4H2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2",key:"1qj5sn"}],["path",{d:"M6 17v.01",key:"roodi6"}],["path",{d:"M6 13v.01",key:"67c122"}],["path",{d:"M18 17v.01",key:"12ktxm"}],["path",{d:"M18 13v.01",key:"tn1rt1"}],["path",{d:"M14 22v-5a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5",key:"11g7fi"}]]),zP=Zr("Unlink2",[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2",key:"1re2ne"}]]),HP=Zr("Unlink",[["path",{d:"m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71",key:"yqzxt4"}],["path",{d:"m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71",key:"4qinb0"}],["line",{x1:"8",x2:"8",y1:"2",y2:"5",key:"1041cp"}],["line",{x1:"2",x2:"5",y1:"8",y2:"8",key:"14m1p5"}],["line",{x1:"16",x2:"16",y1:"19",y2:"22",key:"rzdirn"}],["line",{x1:"19",x2:"22",y1:"16",y2:"16",key:"ox905f"}]]),TP=Zr("Unplug",[["path",{d:"m19 5 3-3",key:"yk6iyv"}],["path",{d:"m2 22 3-3",key:"19mgm9"}],["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",key:"goz73y"}],["path",{d:"M7.5 13.5 10 11",key:"7xgeeb"}],["path",{d:"M10.5 16.5 13 14",key:"10btkg"}],["path",{d:"m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z",key:"1snsnr"}]]),BP=Zr("Upload",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"17 8 12 3 7 8",key:"t8dd8p"}],["line",{x1:"12",x2:"12",y1:"3",y2:"15",key:"widbto"}]]),DP=Zr("Usb",[["circle",{cx:"10",cy:"7",r:"1",key:"dypaad"}],["circle",{cx:"4",cy:"20",r:"1",key:"22iqad"}],["path",{d:"M4.7 19.3 19 5",key:"1enqfc"}],["path",{d:"m21 3-3 1 2 2Z",key:"d3ov82"}],["path",{d:"M9.26 7.68 5 12l2 5",key:"1esawj"}],["path",{d:"m10 14 5 2 3.5-3.5",key:"v8oal5"}],["path",{d:"m18 12 1-1 1 1-1 1Z",key:"1bh22v"}]]),VP=Zr("UserCheck",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["polyline",{points:"16 11 18 13 22 9",key:"1pwet4"}]]),jP=Zr("UserCog",[["circle",{cx:"18",cy:"15",r:"3",key:"gjjjvw"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["path",{d:"M10 15H6a4 4 0 0 0-4 4v2",key:"1nfge6"}],["path",{d:"m21.7 16.4-.9-.3",key:"12j9ji"}],["path",{d:"m15.2 13.9-.9-.3",key:"1fdjdi"}],["path",{d:"m16.6 18.7.3-.9",key:"heedtr"}],["path",{d:"m19.1 12.2.3-.9",key:"1af3ki"}],["path",{d:"m19.6 18.7-.4-1",key:"1x9vze"}],["path",{d:"m16.8 12.3-.4-1",key:"vqeiwj"}],["path",{d:"m14.3 16.6 1-.4",key:"1qlj63"}],["path",{d:"m20.7 13.8 1-.4",key:"1v5t8k"}]]),FP=Zr("UserMinus",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]]),EP=Zr("UserPen",[["path",{d:"M11.5 15H7a4 4 0 0 0-4 4v2",key:"15lzij"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}]]),OP=Zr("UserPlus",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14",key:"1bvyxn"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]]),UP=Zr("UserRoundCheck",[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]]),WP=Zr("UserRoundCog",[["path",{d:"M2 21a8 8 0 0 1 10.434-7.62",key:"1yezr2"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m19.5 14.3-.4.9",key:"1eb35c"}],["path",{d:"m16.9 20.8-.4.9",key:"dfjc4z"}],["path",{d:"m21.7 19.5-.9-.4",key:"q4dx6b"}],["path",{d:"m15.2 16.9-.9-.4",key:"1r0w5f"}],["path",{d:"m21.7 16.5-.9.4",key:"1knoei"}],["path",{d:"m15.2 19.1-.9.4",key:"j188fs"}],["path",{d:"m19.5 21.7-.4-.9",key:"1tonu5"}],["path",{d:"m16.9 15.2-.4-.9",key:"699xu"}]]),ZP=Zr("UserRoundMinus",[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 19h-6",key:"vcuq98"}]]),GP=Zr("UserRoundPen",[["path",{d:"M2 21a8 8 0 0 1 10.821-7.487",key:"1c8h7z"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}]]),NP=Zr("UserRoundPlus",[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M22 19h-6",key:"vcuq98"}]]),_P=Zr("UserRoundSearch",[["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M2 21a8 8 0 0 1 10.434-7.62",key:"1yezr2"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m22 22-1.9-1.9",key:"1e5ubv"}]]),XP=Zr("UserRoundX",[["path",{d:"M2 21a8 8 0 0 1 11.873-7",key:"74fkxq"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m17 17 5 5",key:"p7ous7"}],["path",{d:"m22 17-5 5",key:"gqnmv0"}]]),KP=Zr("UserRound",[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]]),YP=Zr("UserSearch",[["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}],["path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2",key:"3bnktk"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["path",{d:"m21 21-1.9-1.9",key:"1g2n9r"}]]),JP=Zr("UserX",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"17",x2:"22",y1:"8",y2:"13",key:"3nzzx3"}],["line",{x1:"22",x2:"17",y1:"8",y2:"13",key:"1swrse"}]]),$P=Zr("User",[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]]),QP=Zr("UsersRound",[["path",{d:"M18 21a8 8 0 0 0-16 0",key:"3ypg7q"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3",key:"10s06x"}]]),eR=Zr("Users",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["path",{d:"M16 3.13a4 4 0 0 1 0 7.75",key:"1da9ce"}]]),aR=Zr("UtensilsCrossed",[["path",{d:"m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8",key:"n7qcjb"}],["path",{d:"M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7",key:"d0u48b"}],["path",{d:"m2.1 21.8 6.4-6.3",key:"yn04lh"}],["path",{d:"m19 5-7 7",key:"194lzd"}]]),tR=Zr("Utensils",[["path",{d:"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2",key:"cjf0a3"}],["path",{d:"M7 2v20",key:"1473qp"}],["path",{d:"M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7",key:"j28e5"}]]),rR=Zr("UtilityPole",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"M2 5h20",key:"1fs1ex"}],["path",{d:"M3 3v2",key:"9imdir"}],["path",{d:"M7 3v2",key:"n0os7"}],["path",{d:"M17 3v2",key:"1l2re6"}],["path",{d:"M21 3v2",key:"1duuac"}],["path",{d:"m19 5-7 7-7-7",key:"133zxf"}]]),iR=Zr("Variable",[["path",{d:"M8 21s-4-3-4-9 4-9 4-9",key:"uto9ud"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9",key:"4w2vsq"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15",key:"f7djnv"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15",key:"1shsy8"}]]),nR=Zr("Vault",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}],["path",{d:"m7.9 7.9 2.7 2.7",key:"hpeyl3"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}],["path",{d:"m13.4 10.6 2.7-2.7",key:"264c1n"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor",key:"nkw3mc"}],["path",{d:"m7.9 16.1 2.7-2.7",key:"p81g5e"}],["circle",{cx:"16.5",cy:"16.5",r:".5",fill:"currentColor",key:"fubopw"}],["path",{d:"m13.4 13.4 2.7 2.7",key:"abhel3"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]),oR=Zr("Vegan",[["path",{d:"M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14",key:"qiv7li"}],["path",{d:"M16 8c4 0 6-2 6-6-4 0-6 2-6 6",key:"n7eohy"}],["path",{d:"M17.41 3.6a10 10 0 1 0 3 3",key:"1dion0"}]]),cR=Zr("VenetianMask",[["path",{d:"M2 12a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V7h-5a8 8 0 0 0-5 2 8 8 0 0 0-5-2H2Z",key:"1g6z3j"}],["path",{d:"M6 11c1.5 0 3 .5 3 2-2 0-3 0-3-2Z",key:"c2lwnf"}],["path",{d:"M18 11c-1.5 0-3 .5-3 2 2 0 3 0 3-2Z",key:"njd9zo"}]]),dR=Zr("VibrateOff",[["path",{d:"m2 8 2 2-2 2 2 2-2 2",key:"sv1b1"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2",key:"101i4y"}],["path",{d:"M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2",key:"1hbad5"}],["path",{d:"M16 10.34V6c0-.55-.45-1-1-1h-4.34",key:"1x5tf0"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),hR=Zr("Vibrate",[["path",{d:"m2 8 2 2-2 2 2 2-2 2",key:"sv1b1"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2",key:"101i4y"}],["rect",{width:"8",height:"14",x:"8",y:"5",rx:"1",key:"1oyrl4"}]]),lR=Zr("VideoOff",[["path",{d:"M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196",key:"w8jjjt"}],["path",{d:"M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2",key:"1xawa7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),yR=Zr("Video",[["path",{d:"m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5",key:"ftymec"}],["rect",{x:"2",y:"6",width:"14",height:"12",rx:"2",key:"158x01"}]]),pR=Zr("Videotape",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M2 8h20",key:"d11cs7"}],["circle",{cx:"8",cy:"14",r:"2",key:"1k2qr5"}],["path",{d:"M8 12h8",key:"1wcyev"}],["circle",{cx:"16",cy:"14",r:"2",key:"14k7lr"}]]),sR=Zr("View",[["path",{d:"M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2",key:"mrq65r"}],["path",{d:"M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2",key:"be3xqs"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",key:"11ak4c"}]]),kR=Zr("Voicemail",[["circle",{cx:"6",cy:"12",r:"4",key:"1ehtga"}],["circle",{cx:"18",cy:"12",r:"4",key:"4vafl8"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16",key:"pmt8us"}]]),uR=Zr("Volume1",[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5",key:"16drj5"}],["path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07",key:"ltjumu"}]]),MR=Zr("Volume2",[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5",key:"16drj5"}],["path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07",key:"ltjumu"}],["path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14",key:"1kegas"}]]),gR=Zr("VolumeX",[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5",key:"16drj5"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15",key:"1ewh16"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15",key:"5ykzw1"}]]),vR=Zr("Volume",[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5",key:"16drj5"}]]),mR=Zr("Vote",[["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}],["path",{d:"M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z",key:"1ezoue"}],["path",{d:"M22 19H2",key:"nuriw5"}]]),fR=Zr("WalletCards",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2",key:"4125el"}],["path",{d:"M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21",key:"1dpki6"}]]),xR=Zr("WalletMinimal",[["path",{d:"M17 14h.01",key:"7oqj8z"}],["path",{d:"M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14",key:"u1rqew"}]]),wR=Zr("Wallet",[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"18etb6"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4",key:"xoc0q4"}]]),LR=Zr("Wallpaper",[["circle",{cx:"8",cy:"9",r:"2",key:"gjzl9d"}],["path",{d:"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2",key:"69xh40"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}]]),CR=Zr("WandSparkles",[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",key:"ul74o6"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"M5 6v4",key:"ilb8ba"}],["path",{d:"M19 14v4",key:"blhpug"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M7 8H3",key:"zfb6yr"}],["path",{d:"M21 16h-4",key:"1cnmox"}],["path",{d:"M11 3H9",key:"1obp7u"}]]),bR=Zr("Wand",[["path",{d:"M15 4V2",key:"z1p9b7"}],["path",{d:"M15 16v-2",key:"px0unx"}],["path",{d:"M8 9h2",key:"1g203m"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M17.8 11.8 19 13",key:"yihg8r"}],["path",{d:"M15 9h.01",key:"x1ddxp"}],["path",{d:"M17.8 6.2 19 5",key:"fd4us0"}],["path",{d:"m3 21 9-9",key:"1jfql5"}],["path",{d:"M12.2 6.2 11 5",key:"i3da3b"}]]),SR=Zr("Warehouse",[["path",{d:"M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z",key:"gksnxg"}],["path",{d:"M6 18h12",key:"9pbo8z"}],["path",{d:"M6 14h12",key:"4cwo0f"}],["rect",{width:"12",height:"12",x:"6",y:"10",key:"apd30q"}]]),IR=Zr("WashingMachine",[["path",{d:"M3 6h3",key:"155dbl"}],["path",{d:"M17 6h.01",key:"e2y6kg"}],["rect",{width:"18",height:"20",x:"3",y:"2",rx:"2",key:"od3kk9"}],["circle",{cx:"12",cy:"13",r:"5",key:"nlbqau"}],["path",{d:"M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5",key:"17lach"}]]),AR=Zr("Watch",[["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["polyline",{points:"12 10 12 12 13 13",key:"19dquz"}],["path",{d:"m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05",key:"18k57s"}],["path",{d:"m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05",key:"16ny36"}]]),qR=Zr("Waves",[["path",{d:"M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"knzxuh"}],["path",{d:"M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"2jd2cc"}],["path",{d:"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"rd2r6e"}]]),PR=Zr("Waypoints",[["circle",{cx:"12",cy:"4.5",r:"2.5",key:"r5ysbb"}],["path",{d:"m10.2 6.3-3.9 3.9",key:"1nzqf6"}],["circle",{cx:"4.5",cy:"12",r:"2.5",key:"jydg6v"}],["path",{d:"M7 12h10",key:"b7w52i"}],["circle",{cx:"19.5",cy:"12",r:"2.5",key:"1piiel"}],["path",{d:"m13.8 17.7 3.9-3.9",key:"1wyg1y"}],["circle",{cx:"12",cy:"19.5",r:"2.5",key:"13o1pw"}]]),RR=Zr("Webcam",[["circle",{cx:"12",cy:"10",r:"8",key:"1gshiw"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 22h10",key:"10w4w3"}],["path",{d:"M12 22v-4",key:"1utk9m"}]]),zR=Zr("WebhookOff",[["path",{d:"M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15",key:"1tvl6x"}],["path",{d:"M9 3.4a4 4 0 0 1 6.52.66",key:"q04jfq"}],["path",{d:"m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05",key:"azowf0"}],["path",{d:"M20.3 20.3a4 4 0 0 1-2.3.7",key:"5joiws"}],["path",{d:"M18.6 13a4 4 0 0 1 3.357 3.414",key:"cangb8"}],["path",{d:"m12 6 .6 1",key:"tpjl1n"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),HR=Zr("Webhook",[["path",{d:"M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2",key:"q3hayz"}],["path",{d:"m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06",key:"1go1hn"}],["path",{d:"m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8",key:"qlwsc0"}]]),TR=Zr("Weight",[["circle",{cx:"12",cy:"5",r:"3",key:"rqqgnr"}],["path",{d:"M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z",key:"56o5sh"}]]),BR=Zr("WheatOff",[["path",{d:"m2 22 10-10",key:"28ilpk"}],["path",{d:"m16 8-1.17 1.17",key:"1qqm82"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1rdhi6"}],["path",{d:"m8 8-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97",key:"4wz8re"}],["path",{d:"M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62",key:"rves66"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",key:"19rau1"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"tc8ph9"}],["path",{d:"m16 16-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.49 3.49 0 0 1 1.97-.98",key:"ak46r"}],["path",{d:"M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28",key:"1tw520"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),DR=Zr("Wheat",[["path",{d:"M2 22 16 8",key:"60hf96"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1rdhi6"}],["path",{d:"M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1sdzmb"}],["path",{d:"M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"eoatbi"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",key:"19rau1"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"tc8ph9"}],["path",{d:"M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"2m8kc5"}],["path",{d:"M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"vex3ng"}]]),VR=Zr("WholeWord",[["circle",{cx:"7",cy:"12",r:"3",key:"12clwm"}],["path",{d:"M10 9v6",key:"17i7lo"}],["circle",{cx:"17",cy:"12",r:"3",key:"gl7c2s"}],["path",{d:"M14 7v8",key:"dl84cr"}],["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]]),jR=Zr("WifiHigh",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0",key:"1x1e6c"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]),FR=Zr("WifiLow",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]),ER=Zr("WifiOff",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}],["path",{d:"M5 12.859a10 10 0 0 1 5.17-2.69",key:"1dl1wf"}],["path",{d:"M19 12.859a10 10 0 0 0-2.007-1.523",key:"4k23kn"}],["path",{d:"M2 8.82a15 15 0 0 1 4.177-2.643",key:"1grhjp"}],["path",{d:"M22 8.82a15 15 0 0 0-11.288-3.764",key:"z3jwby"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),OR=Zr("WifiZero",[["path",{d:"M12 20h.01",key:"zekei9"}]]),UR=Zr("Wifi",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0",key:"dnpr2z"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0",key:"1x1e6c"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]),WR=Zr("Wind",[["path",{d:"M17.7 7.7a2.5 2.5 0 1 1 1.8 4.3H2",key:"1k4u03"}],["path",{d:"M9.6 4.6A2 2 0 1 1 11 8H2",key:"b7d0fd"}],["path",{d:"M12.6 19.4A2 2 0 1 0 14 16H2",key:"1p5cb3"}]]),ZR=Zr("WineOff",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M7 10h3m7 0h-1.343",key:"v48bem"}],["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198",key:"1ymjlu"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),GR=Zr("Wine",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z",key:"10ffi3"}]]),NR=Zr("Workflow",[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]]),_R=Zr("Worm",[["path",{d:"m19 12-1.5 3",key:"9bcu4o"}],["path",{d:"M19.63 18.81 22 20",key:"121v98"}],["path",{d:"M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z",key:"1tij6q"}]]),XR=Zr("WrapText",[["line",{x1:"3",x2:"21",y1:"6",y2:"6",key:"4m8b97"}],["path",{d:"M3 12h15a3 3 0 1 1 0 6h-4",key:"1cl7v7"}],["polyline",{points:"16 16 14 18 16 20",key:"1jznyi"}],["line",{x1:"3",x2:"10",y1:"18",y2:"18",key:"1h33wv"}]]),KR=Zr("Wrench",[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z",key:"cbrjhi"}]]),YR=Zr("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]),JR=Zr("Youtube",[["path",{d:"M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17",key:"1q2vi4"}],["path",{d:"m10 15 5-3-5-3z",key:"1jp15x"}]]),$R=Zr("ZapOff",[["path",{d:"M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317",key:"193nxd"}],["path",{d:"M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773",key:"27a7lr"}],["path",{d:"M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643",key:"1e0qe9"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),QR=Zr("Zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]]),ez=Zr("ZoomIn",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"11",x2:"11",y1:"8",y2:"14",key:"1vmskp"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]]),az=Zr("ZoomOut",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]]),tz=({name:e,color:r="black",size:i=24,strokeWidth:n=2,...o})=>{const c=a[e];return c?t.createElement(gr,o,t.createElement(c,{color:r,size:i,strokeWidth:n})):(console.warn(`Icon "${e}" not found in Lucide icons`),null)};var rz=[];function iz(e){return rz[e-1]}var nz=/^data:/;class oz{static has(e){var a=oz._entries;return nz.test(e)||Boolean(a[e])}static add(e){var a=oz._entries,t=Date.now();a[e]?(a[e].lastUsedTimestamp=t,a[e].refCount+=1):a[e]={lastUsedTimestamp:t,refCount:1}}static remove(e){var a=oz._entries;a[e]&&(a[e].refCount-=1),oz._cleanUpIfNeeded()}static _cleanUpIfNeeded(){var e,a,t=oz._entries,r=Object.keys(t);r.length+1>oz._maximumEntries&&(r.forEach((r=>{var i=t[r];(!a||i.lastUsedTimestamp<a.lastUsedTimestamp)&&0===i.refCount&&(e=r,a=i)})),e&&delete t[e])}}oz._maximumEntries=256,oz._entries={};var cz=0,dz={},hz={abort(e){var a=dz[""+e];a&&(a.onerror=null,a.onload=null,a=null,delete dz[""+e])},getSize(e,a,t){var r=!1,i=setInterval(o,16),n=hz.load(e,o,(function(){"function"==typeof t&&t(),hz.abort(n),clearInterval(i)}));function o(){var e=dz[""+n];if(e){var t=e.naturalHeight,o=e.naturalWidth;t&&o&&(a(o,t),r=!0)}r&&(hz.abort(n),clearInterval(i))}},has:e=>oz.has(e),load(e,a,t){cz+=1;var r=new window.Image;return r.onerror=t,r.onload=e=>{var t=()=>a({nativeEvent:e});"function"==typeof r.decode?r.decode().then(t,t):setTimeout(t,0)},r.src=e,dz[""+cz]=r,cz},prefetch:e=>new Promise(((a,t)=>{hz.load(e,(()=>{oz.add(e),oz.remove(e),a()}),t)})),queryCache(e){var a={};return e.forEach((e=>{oz.has(e)&&(a[e]="disk/memory")})),Promise.resolve(a)}};const lz=hz;var yz=r(646),pz=r.n(yz),sz={window:{fontScale:1,height:0,scale:1,width:0},screen:{fontScale:1,height:0,scale:1,width:0}},kz={},uz=m;function Mz(){if(m){var e,a,t=window;if(t.visualViewport){var r=t.visualViewport;e=Math.round(r.height*r.scale),a=Math.round(r.width*r.scale)}else{var i=t.document.documentElement;e=i.clientHeight,a=i.clientWidth}sz.window={fontScale:1,height:e,scale:t.devicePixelRatio||1,width:a},sz.screen={fontScale:1,height:t.screen.height,scale:t.devicePixelRatio||1,width:t.screen.width}}}function gz(){Mz(),Array.isArray(kz.change)&&kz.change.forEach((e=>e(sz)))}class vz{static get(e){return uz&&(uz=!1,Mz()),pz()(sz[e],"No dimension set for key "+e),sz[e]}static set(e){e&&(m?pz()(!1,"Dimensions cannot be set in the browser"):(null!=e.screen&&(sz.screen=e.screen),null!=e.window&&(sz.window=e.window)))}static addEventListener(e,a){return kz[e]=kz[e]||[],kz[e].push(a),{remove:()=>{this.removeEventListener(e,a)}}}static removeEventListener(e,a){Array.isArray(kz[e])&&(kz[e]=kz[e].filter((e=>e!==a)))}}m&&(window.visualViewport?window.visualViewport.addEventListener("resize",gz,!1):window.addEventListener("resize",gz,!1));class mz{static get(){return vz.get("window").scale}static getFontScale(){return vz.get("window").fontScale||mz.get()}static getPixelSizeForLayoutSize(e){return Math.round(e*mz.get())}static roundToNearestPixel(e){var a=mz.get();return Math.round(e*a)/a}}var fz=["aria-label","accessibilityLabel","blurRadius","defaultSource","draggable","onError","onLayout","onLoad","onLoadEnd","onLoadStart","pointerEvents","source","style"],xz="LOADED",wz="LOADING",Lz=0,Cz=/^(data:image\/svg\+xml;utf8,)(.*)/;function bz(e){var a=null;if("number"==typeof e){var t=iz(e);if(null==t)throw new Error('Image: asset with ID "'+e+'" could not be found. Please check the image source or packager.');var r=t.scales[0];if(t.scales.length>1){var i=mz.get();r=t.scales.reduce(((e,a)=>Math.abs(a-i)<Math.abs(e-i)?a:e))}var n=1!==r?"@"+r+"x":"";a=t?t.httpServerLocation+"/"+t.name+n+"."+t.type:""}else"string"==typeof e?a=e:e&&"string"==typeof e.uri&&(a=e.uri);if(a){var o=a.match(Cz);if(o){var c=o[1],d=o[2];return""+c+encodeURIComponent(d)}}return a}var Sz=t.forwardRef(((e,a)=>{var r=e["aria-label"],i=e.accessibilityLabel,n=e.blurRadius,o=e.defaultSource,c=e.draggable,d=e.onError,h=e.onLayout,y=e.onLoad,p=e.onLoadEnd,s=e.onLoadStart,k=e.pointerEvents,u=e.source,M=e.style,g=l(e,fz),v=r||i,m=t.useState((()=>{var e=bz(u);return null!=e&&lz.has(e)?xz:"IDLE"})),f=m[0],x=m[1],w=t.useState({}),L=w[0],C=w[1],b=t.useContext(Et),S=t.useRef(null),I=t.useRef(Lz++),A=t.useRef(null),q=f===xz||f===wz&&null==o,P=function(e,a,t,r){var i=Xe.flatten(e),n=i.filter,o=i.resizeMode,c=i.shadowOffset,d=i.tintColor;i.resizeMode,i.tintColor;var h=[],l=null;if(n&&h.push(n),a&&h.push("blur("+a+"px)"),c){var y=ze(i);y&&h.push("drop-shadow("+y+")")}return(r||d)&&null!=t&&h.push("url(#tint-"+t+")"),h.length>0&&(l=h.join(" ")),[o,l,d]}(M,n,I.current,e.tintColor),R=P[0],z=P[1],H=P[2],T=e.resizeMode||R||"cover",B=e.tintColor||H,D=q?u:o,V=bz(D),j=function(e){if("number"==typeof e){var a=iz(e);return{height:a.height,width:a.width}}if(null!=e&&!Array.isArray(e)&&"object"==typeof e)return{height:e.height,width:e.width}}(D),F=V?'url("'+V+'")':null,E=function(){if(null!=S.current&&("center"===T||"repeat"===T)){var e=S.current,a=e.naturalHeight,t=e.naturalWidth,r=L.height,i=L.width;if(a&&t&&r&&i){var n=Math.min(1,i/t,r/a);return Math.ceil(n*t)+"px "+Math.ceil(n*a)+"px"}}}(),O=V?ga("img",{alt:v||"",style:Az.accessibilityImage$raw,draggable:c||!1,ref:S,src:V}):null,U=bz(u);return t.useEffect((()=>{function e(){null!=A.current&&(lz.abort(A.current),A.current=null)}return e(),null!=U&&(x(wz),s&&s(),A.current=lz.load(U,(function(e){x(xz),y&&y(e),p&&p()}),(function(){x("ERRORED"),d&&d({nativeEvent:{error:"Failed to load resource "+U+" (404)"}}),p&&p()}))),e}),[U,A,x,d,y,p,s]),t.createElement(gr,_t({},g,{"aria-label":v,onLayout:function(e){if("center"===T||"repeat"===T||h){var a=e.nativeEvent.layout;h&&h(e),C(a)}},pointerEvents:k,ref:a,style:[Az.root,b&&Az.inline,j,M,Az.undo,{boxShadow:null}]}),t.createElement(gr,{style:[Az.image,qz[T],{backgroundImage:F,filter:z},null!=E&&{backgroundSize:E}],suppressHydrationWarning:!0}),O,function(e,a){return e&&null!=a?t.createElement("svg",{style:{position:"absolute",height:0,visibility:"hidden",width:0}},t.createElement("defs",null,t.createElement("filter",{id:"tint-"+a,suppressHydrationWarning:!0},t.createElement("feFlood",{floodColor:""+e,key:e}),t.createElement("feComposite",{in2:"SourceAlpha",operator:"atop"})))):null}(B,I.current))}));Sz.displayName="Image";var Iz=Sz;Iz.getSize=function(e,a,t){lz.getSize(e,a,t)},Iz.prefetch=function(e){return lz.prefetch(e)},Iz.queryCache=function(e){return lz.queryCache(e)};var Az=Xe.create({root:{flexBasis:"auto",overflow:"hidden",zIndex:0},inline:{display:"inline-flex"},undo:{blurRadius:null,shadowColor:null,shadowOpacity:null,shadowOffset:null,shadowRadius:null,tintColor:null,overlayColor:null,resizeMode:null},image:h(h({},Xe.absoluteFillObject),{},{backgroundColor:"transparent",backgroundPosition:"center",backgroundRepeat:"no-repeat",backgroundSize:"cover",height:"100%",width:"100%",zIndex:-1}),accessibilityImage$raw:h(h({},Xe.absoluteFillObject),{},{height:"100%",opacity:0,width:"100%",zIndex:-1})}),qz=Xe.create({center:{backgroundSize:"auto"},contain:{backgroundSize:"contain"},cover:{backgroundSize:"cover"},none:{backgroundPosition:"0",backgroundSize:"auto"},repeat:{backgroundPosition:"0",backgroundRepeat:"repeat",backgroundSize:"auto"},stretch:{backgroundSize:"100% 100%"}});const Pz=Iz;function Rz(){return Rz=Object.assign?Object.assign.bind():function(e){for(var a=1;a<arguments.length;a++){var t=arguments[a];for(var r in t)({}).hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},Rz.apply(null,arguments)}const zz=Xe.create({container:{overflow:"hidden"},image:{width:"100%",height:void 0}}),Hz=({roundedCorners:e,borderRadius:a=8,aspectRatio:t,style:r,...i})=>{const o=Xe.flatten([zz.image,e&&{borderRadius:a},void 0!==t&&{aspectRatio:t},r]);return n().createElement(gr,{style:zz.container},n().createElement(Pz,Rz({style:o},i)))};var Tz=["animating","color","hidesWhenStopped","size","style"],Bz=e=>t.createElement("circle",{cx:"16",cy:"16",fill:"none",r:"14",strokeWidth:"4",style:e}),Dz=t.forwardRef(((e,a)=>{var r=e.animating,i=void 0===r||r,n=e.color,o=void 0===n?"#1976D2":n,c=e.hidesWhenStopped,d=void 0===c||c,h=e.size,y=void 0===h?"small":h,p=e.style,s=l(e,Tz),k=t.createElement("svg",{height:"100%",viewBox:"0 0 32 32",width:"100%"},Bz({stroke:o,opacity:.2}),Bz({stroke:o,strokeDasharray:80,strokeDashoffset:60}));return t.createElement(gr,_t({},s,{"aria-valuemax":1,"aria-valuemin":0,ref:a,role:"progressbar",style:[Vz.container,p]}),t.createElement(gr,{children:k,style:["number"==typeof y?{height:y,width:y}:jz[y],Vz.animation,!i&&Vz.animationPause,!i&&d&&Vz.hidesWhenStopped]}))}));Dz.displayName="ActivityIndicator";var Vz=Xe.create({container:{alignItems:"center",justifyContent:"center"},hidesWhenStopped:{visibility:"hidden"},animation:{animationDuration:"0.75s",animationKeyframes:[{"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(360deg)"}}],animationTimingFunction:"linear",animationIterationCount:"infinite"},animationPause:{animationPlayState:"paused"}}),jz=Xe.create({small:{width:20,height:20},large:{width:36,height:36}});const Fz=Dz,Ez=Xe.create({container:{width:"100%",height:"100%",overflow:"hidden",alignItems:"center",justifyContent:"center",position:"relative"}}),Oz=()=>{const{theme:e}=Br();return t.createElement(gr,{style:[Ez.container,{borderRadius:e.sizes.borderRadiusSm,padding:e.sizes.md}]},t.createElement(Fz,{size:"small",color:e.primary}))},Uz=Dr((e=>({borderRadius:e.sizes.borderRadiusSmRounded})),(e=>({primary:{backgroundColor:e.primary},accent:{backgroundColor:e.accent},positive:{backgroundColor:e.positive},negative:{backgroundColor:e.negative}}))),Wz=({percentage:e,variant:a="primary",height:r="sm"})=>{const{theme:i}=Br(),n=(e=>Xe.create({container:{width:"100%",borderRadius:e.sizes.borderRadiusRounded,overflow:"hidden"},progress:{borderRadius:e.sizes.borderRadiusRounded,height:"100%"}}))(i),o=(e=>({sm:{height:e.sizes.sm},md:{height:e.sizes.md},lg:{height:e.sizes.lg}}))(i),c=Uz(i,a),d=[n.container,o[r],{backgroundColor:i.derivedSurface[20]}],h={width:`${Math.min(Math.max(e,0),100)}%`};return t.createElement(gr,{style:d},t.createElement(gr,{style:[n.progress,c,h]}))},Zz=e=>{const a=vz.get("window").width;return Object.entries(e).reduce(((e,[t,r])=>(Array.isArray(r)?e[t]=a>768?r[2]||r[1]||r[0]:a>767&&r[1]||r[0]:e[t]=r,e)),{})};function Gz(){return Gz=Object.assign?Object.assign.bind():function(e){for(var a=1;a<arguments.length;a++){var t=arguments[a];for(var r in t)({}).hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},Gz.apply(null,arguments)}const Nz=Xe.create({base:{}}),_z=({variant:e="body",style:a,isSurface:r=!1,...i})=>{const{theme:n}=Br(),o=(e=>{const a={color:n.surfaceText};switch(e){case"eyebrow":return Zz({...a,fontSize:[12,12,14],marginBottom:[4,4,8]});case"title":return Zz({...a,fontSize:[14,14,24],fontWeight:"bold"});case"subtitle":case"label":default:return Zz({...a});case"body":return Zz({color:n.derivedSurfaceText[20],fontSize:[10,10,14]});case"caption":return Zz({...a,fontWeight:"bold",fontSize:[18,18,24],color:n.primary});case"tier-earned":return Zz({...a,fontSize:[14,14,20],fontWeight:"bold"});case"tier-requirement":return Zz({...a,fontSize:[12,12,18],fontWeight:"bold"})}})(e);return t.createElement(Nt,Gz({style:[Nz.base,o,a]},i))};let Xz=function(e){return e.sameWindow="SAME_WINDOW",e.newWindow="NEW_WINDOW",e}({}),Kz=function(e){return e.latestEarned="LATEST_EARNED",e.specificBadge="SPECIFIC_BADGE",e}({}),Yz=function(e){return e.currentTier="CURRENT_TIER",e.currentTargetNext="CURRENT_TARGET_NEXT",e.currentTargetSpecific="CURRENT_TARGET_SPECIFIC",e}({}),Jz=function(e){return e.Name="NAME",e.Points="POINTS",e}({}),$z=function(e){return e.Banner="BANNER",e.Points="POINTS",e.Content="CONTENT",e.Reward="REWARD",e.Badge="BADGE",e.RewardCategory="REWARD_CATEGORY",e.Tier="TIER",e}({}),Qz=function(e){return e.Half="HALF",e.Full="FULL",e}({});class eH{constructor(){this.imageUrl=void 0,this.title=void 0,this.description=void 0,this.buttonText=void 0,this.url=void 0,this.urlTarget=void 0}}class aH{constructor(){this.title=void 0,this.multiplier=void 0,this.prefix=void 0,this.suffix=void 0,this.imageUrl=void 0,this.points=void 0}}class tH{constructor(){this.title=void 0,this.subtitle=void 0,this.imageUrl=void 0,this.linkURL=void 0}}class rH{constructor(){this.reward=void 0,this.showPrice=void 0}}class iH{constructor(){this.badgeTileType=void 0,this.badgeId=void 0,this.badge=void 0,this.count=0}}class nH{constructor(){this.categoryId=void 0,this.allowDecorationOverlay=void 0,this.rewardCategory=void 0}}class oH{constructor(){this.progressType=Jz.Name,this.pointsMultiplier=void 0,this.pointsPrefix=void 0,this.pointsSuffix=void 0,this.tier=void 0,this.targetTier=void 0,this.type=void 0,this.targetTierAttainingPeriod=void 0}}function cH(){return cH=Object.assign?Object.assign.bind():function(e){for(var a=1;a<arguments.length;a++){var t=arguments[a];for(var r in t)({}).hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},cH.apply(null,arguments)}const dH=(0,t.createContext)(null),hH=()=>{const e=(0,t.useContext)(dH);if(!e)throw new Error("Tile components must be used within a BaseTile");return e},lH=({tile:e,children:a,style:t})=>{const{theme:r}=Br(),{imageUrl:i}=e.configuration,o={flexDirection:"column",justifyContent:e.tileHeight!==Qz.Half&&i?"flex-start":"center",alignItems:"stretch"},c=Zz({borderRadius:[r.sizes.borderRadiusSm,r.sizes.borderRadiusSm,r.sizes.borderRadiusLg],maxWidth:[175,175,258],backgroundColor:"FULL"===e.tileHeight?"red":"blue"});return n().createElement(dH.Provider,{value:e},n().createElement(gr,{style:[yH.container,{backgroundColor:r.surface,borderRadius:c.borderRadius,maxWidth:c.maxWidth},o,t]},a))};lH.Title=()=>{const e=hH(),{theme:a}=Br(),{title:t,imageUrl:r,linkURL:i}=e.configuration,o=Zz({marginTop:[8,8,12]});return t?n().createElement(gr,{style:[yH.titleContainer,{marginTop:r?o.marginTop:void 0}],accessibilityRole:"header"},n().createElement(_z,{variant:"title",accessibilityLabel:t},t),i&&n().createElement(tz,{name:"ChevronRight",color:a.derivedSurfaceText[20]})):null},lH.Body=e=>{const a=hH(),{subtitle:t}=a.configuration;return t?n().createElement(_z,cH({variant:"body"},e,{accessibilityLabel:t}),t):null},lH.Image=e=>{const a=hH(),{imageUrl:t,title:r,subtitle:i}=a.configuration;if(!t)return null;const o=!!r,c=!!i;return n().createElement(Pz,cH({},e,{source:{uri:t},style:[e.style,{flexBasis:o&&c?"50%":"100%"}]}))};const yH=Xe.create({container:{width:"100%",height:"100%",overflow:"hidden",position:"relative",aspectRatio:1},titleContainer:Zz({flexDirection:"row",alignItems:"center",justifyContent:"space-between",marginBottom:[4,4,8]})}),pH=lH;function sH(){return sH=Object.assign?Object.assign.bind():function(e){for(var a=1;a<arguments.length;a++){var t=arguments[a];for(var r in t)({}).hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},sH.apply(null,arguments)}const kH=()=>n().createElement(gr,{style:MH.lockOverlay},n().createElement(Cm,{color:"#FFF",size:50})),uH=({tile:e})=>{const{theme:a}=Br();return n().createElement(pH,{tile:e},n().createElement(uH.Image,{style:MH.image}),n().createElement(gr,{style:MH.textContainer},n().createElement(gr,{style:MH.row},n().createElement(uH.Title,null),n().createElement(tz,{name:"ChevronRight",color:a.derivedSurfaceText[20]})),n().createElement(uH.Body,null)))};uH.Image=e=>{const a=hH(),{theme:t}=Br(),{configuration:r}=a,{badge:i}=r;return i?.artworkUrl?n().createElement(gr,{style:[MH.imageContainer,{backgroundColor:t.alphaDerivedPrimary[20]}]},0===r.count&&n().createElement(kH,null),n().createElement(Pz,sH({},e,{source:{uri:i.artworkUrl},resizeMode:"cover",style:MH.image}))):null},uH.Title=e=>{const a=hH(),{badge:t}=a.configuration;return t?.name?n().createElement(_z,sH({variant:"title"},e),t.name):null},uH.Body=e=>{const a=hH(),{badge:t}=a.configuration;return t?.description?n().createElement(_z,sH({variant:"body"},e),t.description):null};const MH=Xe.create({textContainer:Zz({paddingHorizontal:[8,8,12],flex:1}),imageContainer:Zz({width:"100%",flexBasis:"50%",marginBottom:[8,8,12],position:"relative"}),row:Zz({flexDirection:"row",alignItems:"center",justifyContent:"space-between",marginBottom:[4,4,8]}),lockOverlay:{backgroundColor:"rgba(0,0,0,0.6)",width:"100%",position:"absolute",zIndex:999,alignItems:"center",justifyContent:"center",height:"100%"},image:{position:"absolute",width:"100%",height:"100%",top:0,left:0}}),gH=uH;var vH=m?window.location.href:"";const mH=new class{constructor(){this._eventCallbacks={}}_dispatchEvent(e){for(var a=arguments.length,t=new Array(a>1?a-1:0),r=1;r<a;r++)t[r-1]=arguments[r];var i=this._eventCallbacks[e];null!=i&&Array.isArray(i)&&i.map((e=>{e(...t)}))}addEventListener(e,a){var t=this;return t._eventCallbacks[e]||(t._eventCallbacks[e]=[a]),t._eventCallbacks[e].push(a),{remove(){var r=t._eventCallbacks[e].filter((e=>e.toString()!==a.toString()));t._eventCallbacks[e]=r}}}removeEventListener(e,a){console.error("Linking.removeEventListener('"+e+"', ...): Method has been deprecated. Please instead use `remove()` on the subscription returned by `Linking.addEventListener`.");var t=this._eventCallbacks[e].filter((e=>e.toString()!==a.toString()));this._eventCallbacks[e]=t}canOpenURL(){return Promise.resolve(!0)}getInitialURL(){return Promise.resolve(vH)}openURL(e,a){1===arguments.length&&(a="_blank");try{return((e,a)=>{if(m){var t=new URL(e,window.location).toString();0===t.indexOf("tel:")?window.location=t:window.open(t,a,"noopener")}})(e,a),this._dispatchEvent("onOpen",e),Promise.resolve()}catch(e){return Promise.reject(e)}}_validateURL(e){pz()("string"==typeof e,"Invalid URL: should be a string. Was: "+e),pz()(e,"Invalid URL: cannot be empty")}},fH=t.createContext(null),xH=()=>{const e=t.useContext(fH);if(!e)throw new Error("Tile components must be used within a BaseTile");return e},wH=Xe.create({container:{width:"100%",maxWidth:1080,flexDirection:"row",alignItems:"center",justifyContent:"space-between",overflow:"hidden"}}),LH=({tile:e,children:a})=>{const{theme:r}=Br();return t.createElement(fH.Provider,{value:e},t.createElement(gr,{style:[wH.container,{backgroundColor:r.surface,borderRadius:r.sizes.borderRadiusLg}]},a))},CH=({tile:e})=>t.createElement(LH,{tile:e},t.createElement(CH.Image,null),t.createElement(gr,{style:bH.slideContent},t.createElement(CH.Title,null),t.createElement(CH.Description,null),t.createElement(CH.CTA,null))),bH=Xe.create({slide:Zz({width:"100%",maxWidth:1080,borderRadius:10,flexDirection:"row",alignItems:"center",justifyContent:"space-between",overflow:"hidden"}),slideContent:Zz({padding:[16,16,20],flex:1}),imageContainer:Zz({width:"20%",aspectRatio:1,position:"relative",overflow:"hidden"}),image:{position:"absolute",width:"100%",height:"100%",objectFit:"cover"},title:Zz({marginBottom:[8,8,10]}),description:Zz({marginBottom:[16,16,20]})});CH.Image=()=>{const{configuration:e}=xH(),{imageUrl:a}=e;return a?t.createElement(gr,{style:bH.imageContainer},t.createElement(Pz,{source:{uri:a},style:bH.image,resizeMode:"cover",onError:e=>console.error("Image loading error:",e)})):null},CH.Title=()=>{const{configuration:e}=xH(),{title:a}=e;return a?t.createElement(_z,{variant:"title",style:bH.title,isSurface:!0},a):null},CH.Description=()=>{const{configuration:e}=xH(),{description:a}=e;return a?t.createElement(_z,{variant:"body",style:bH.description,isSurface:!0},a):null},CH.CTA=()=>{const{configuration:e}=xH(),{buttonText:a,url:r}=e;return a?t.createElement(Er,{title:a,variant:"accent",onPress:()=>(async e=>{e&&await mH.canOpenURL(e)&&mH.openURL(e)})(r)}):null};const SH=CH,IH=Xe.create({textContainer:Zz({paddingHorizontal:[8,8,12]}),image:Zz({width:"100%"}),row:Zz({flexDirection:"row",alignItems:"center",marginBottom:[4,4,8],justifyContent:"space-between"})}),AH=({tile:e})=>t.createElement(pH,{tile:e},t.createElement(pH.Image,{style:IH.image}),t.createElement(gr,{style:IH.textContainer},t.createElement(pH.Title,null),t.createElement(pH.Body,null)));let qH=function(e){return e.Grid="GRID",e.Banner="BANNER",e}({});const PH={_currentlyFocusedNode:null,currentlyFocusedField(){return document.activeElement!==this._currentlyFocusedNode&&(this._currentlyFocusedNode=null),this._currentlyFocusedNode},focusTextInput(e){null!==e&&(this._currentlyFocusedNode=e,document.activeElement!==e&&ja.focus(e))},blurTextInput(e){null!==e&&(this._currentlyFocusedNode=null,document.activeElement===e&&ja.blur(e))}},RH={OS:"web",select:e=>"web"in e?e.web:e.default,get isTesting(){return!1}};var zH=["onScroll","onTouchMove","onWheel","scrollEnabled","scrollEventThrottle","showsHorizontalScrollIndicator","showsVerticalScrollIndicator","style"];function HH(e){return{nativeEvent:{contentOffset:{get x(){return e.target.scrollLeft},get y(){return e.target.scrollTop}},contentSize:{get height(){return e.target.scrollHeight},get width(){return e.target.scrollWidth}},layoutMeasurement:{get height(){return e.target.offsetHeight},get width(){return e.target.offsetWidth}}},timeStamp:Date.now()}}var TH=t.forwardRef(((e,a)=>{var r=e.onScroll,i=e.onTouchMove,n=e.onWheel,o=e.scrollEnabled,c=void 0===o||o,d=e.scrollEventThrottle,h=void 0===d?0:d,y=e.showsHorizontalScrollIndicator,p=e.showsVerticalScrollIndicator,s=e.style,k=l(e,zH),u=t.useRef({isScrolling:!1,scrollLastTick:0}),M=t.useRef(null),g=t.useRef(null);function v(e){return a=>{c&&e&&e(a)}}function m(e){u.current.scrollLastTick=Date.now(),r&&r(HH(e))}var f=!1===y||!1===p;return t.createElement(gr,_t({},k,{onScroll:function(e){var a,t,i;e.stopPropagation(),e.target===g.current&&(e.persist(),null!=M.current&&clearTimeout(M.current),M.current=setTimeout((()=>{!function(e){u.current.isScrolling=!1,r&&r(HH(e))}(e)}),100),u.current.isScrolling?(a=u.current.scrollLastTick,t=h,i=Date.now()-a,t>0&&i>=t&&m(e)):function(e){u.current.isScrolling=!0,m(e)}(e))},onTouchMove:v(i),onWheel:v(n),ref:Wa(g,a),style:[s,!c&&BH.scrollDisabled,f&&BH.hideScrollbar]}))})),BH=Xe.create({scrollDisabled:{overflowX:"hidden",overflowY:"hidden",touchAction:"none"},hideScrollbar:{scrollbarWidth:"none"}});const DH=TH;var VH=r(594),jH=r.n(VH),FH=["contentContainerStyle","horizontal","onContentSizeChange","refreshControl","stickyHeaderIndices","pagingEnabled","forwardedRef","keyboardDismissMode","onScroll","centerContent"],EH={};class OH extends n().Component{constructor(){super(...arguments),this._scrollNodeRef=null,this._innerViewRef=null,this.isTouching=!1,this.lastMomentumScrollBeginTime=0,this.lastMomentumScrollEndTime=0,this.observedScrollSinceBecomingResponder=!1,this.becameResponderWhileAnimating=!1,this.scrollResponderHandleScrollShouldSetResponder=()=>this.isTouching,this.scrollResponderHandleStartShouldSetResponderCapture=e=>this.scrollResponderIsAnimating(),this.scrollResponderHandleTerminationRequest=()=>!this.observedScrollSinceBecomingResponder,this.scrollResponderHandleTouchEnd=e=>{var a=e.nativeEvent;this.isTouching=0!==a.touches.length,this.props.onTouchEnd&&this.props.onTouchEnd(e)},this.scrollResponderHandleResponderRelease=e=>{this.props.onResponderRelease&&this.props.onResponderRelease(e);var a=PH.currentlyFocusedField();this.props.keyboardShouldPersistTaps||null==a||e.target===a||this.observedScrollSinceBecomingResponder||this.becameResponderWhileAnimating||(this.props.onScrollResponderKeyboardDismissed&&this.props.onScrollResponderKeyboardDismissed(e),PH.blurTextInput(a))},this.scrollResponderHandleScroll=e=>{this.observedScrollSinceBecomingResponder=!0,this.props.onScroll&&this.props.onScroll(e)},this.scrollResponderHandleResponderGrant=e=>{this.observedScrollSinceBecomingResponder=!1,this.props.onResponderGrant&&this.props.onResponderGrant(e),this.becameResponderWhileAnimating=this.scrollResponderIsAnimating()},this.scrollResponderHandleScrollBeginDrag=e=>{this.props.onScrollBeginDrag&&this.props.onScrollBeginDrag(e)},this.scrollResponderHandleScrollEndDrag=e=>{this.props.onScrollEndDrag&&this.props.onScrollEndDrag(e)},this.scrollResponderHandleMomentumScrollBegin=e=>{this.lastMomentumScrollBeginTime=Date.now(),this.props.onMomentumScrollBegin&&this.props.onMomentumScrollBegin(e)},this.scrollResponderHandleMomentumScrollEnd=e=>{this.lastMomentumScrollEndTime=Date.now(),this.props.onMomentumScrollEnd&&this.props.onMomentumScrollEnd(e)},this.scrollResponderHandleTouchStart=e=>{this.isTouching=!0,this.props.onTouchStart&&this.props.onTouchStart(e)},this.scrollResponderHandleTouchMove=e=>{this.props.onTouchMove&&this.props.onTouchMove(e)},this.scrollResponderIsAnimating=()=>Date.now()-this.lastMomentumScrollEndTime<16||this.lastMomentumScrollEndTime<this.lastMomentumScrollBeginTime,this.scrollResponderScrollTo=(e,a,t)=>{if("number"==typeof e)console.warn("`scrollResponderScrollTo(x, y, animated)` is deprecated. Use `scrollResponderScrollTo({x: 5, y: 5, animated: true})` instead.");else{var r=e||EH;e=r.x,a=r.y,t=r.animated}var i=this.getScrollableNode(),n=e||0,o=a||0;null!=i&&("function"==typeof i.scroll?i.scroll({top:o,left:n,behavior:t?"smooth":"auto"}):(i.scrollLeft=n,i.scrollTop=o))},this.scrollResponderZoomTo=(e,a)=>{"ios"!==RH.OS&&pz()("zoomToRect is not implemented")},this.scrollResponderScrollNativeHandleToKeyboard=(e,a,t)=>{this.additionalScrollOffset=a||0,this.preventNegativeScrollOffset=!!t,ja.measureLayout(e,this.getInnerViewNode(),this.scrollResponderTextInputFocusError,this.scrollResponderInputMeasureAndScrollToKeyboard)},this.scrollResponderInputMeasureAndScrollToKeyboard=(e,a,t,r)=>{var i=vz.get("window").height;this.keyboardWillOpenTo&&(i=this.keyboardWillOpenTo.endCoordinates.screenY);var n=a-i+r+this.additionalScrollOffset;this.preventNegativeScrollOffset&&(n=Math.max(0,n)),this.scrollResponderScrollTo({x:0,y:n,animated:!0}),this.additionalOffset=0,this.preventNegativeScrollOffset=!1},this.scrollResponderKeyboardWillShow=e=>{this.keyboardWillOpenTo=e,this.props.onKeyboardWillShow&&this.props.onKeyboardWillShow(e)},this.scrollResponderKeyboardWillHide=e=>{this.keyboardWillOpenTo=null,this.props.onKeyboardWillHide&&this.props.onKeyboardWillHide(e)},this.scrollResponderKeyboardDidShow=e=>{e&&(this.keyboardWillOpenTo=e),this.props.onKeyboardDidShow&&this.props.onKeyboardDidShow(e)},this.scrollResponderKeyboardDidHide=e=>{this.keyboardWillOpenTo=null,this.props.onKeyboardDidHide&&this.props.onKeyboardDidHide(e)},this.flashScrollIndicators=()=>{this.scrollResponderFlashScrollIndicators()},this.getScrollResponder=()=>this,this.getScrollableNode=()=>this._scrollNodeRef,this.getInnerViewRef=()=>this._innerViewRef,this.getInnerViewNode=()=>this._innerViewRef,this.getNativeScrollRef=()=>this._scrollNodeRef,this.scrollTo=(e,a,t)=>{if("number"==typeof e)console.warn("`scrollTo(y, x, animated)` is deprecated. Use `scrollTo({x: 5, y: 5, animated: true})` instead.");else{var r=e||EH;a=r.x,e=r.y,t=r.animated}this.scrollResponderScrollTo({x:a||0,y:e||0,animated:!1!==t})},this.scrollToEnd=e=>{var a=!1!==(e&&e.animated),t=this.props.horizontal,r=this.getScrollableNode(),i=t?r.scrollWidth:0,n=t?0:r.scrollHeight;this.scrollResponderScrollTo({x:i,y:n,animated:a})},this._handleContentOnLayout=e=>{var a=e.nativeEvent.layout,t=a.width,r=a.height;this.props.onContentSizeChange(t,r)},this._handleScroll=e=>{"on-drag"===this.props.keyboardDismissMode&&PH.blurTextInput(PH.currentlyFocusedField()),this.scrollResponderHandleScroll(e)},this._setInnerViewRef=e=>{this._innerViewRef=e},this._setScrollNodeRef=e=>{this._scrollNodeRef=e,null!=e&&(e.getScrollResponder=this.getScrollResponder,e.getInnerViewNode=this.getInnerViewNode,e.getInnerViewRef=this.getInnerViewRef,e.getNativeScrollRef=this.getNativeScrollRef,e.getScrollableNode=this.getScrollableNode,e.scrollTo=this.scrollTo,e.scrollToEnd=this.scrollToEnd,e.flashScrollIndicators=this.flashScrollIndicators,e.scrollResponderZoomTo=this.scrollResponderZoomTo,e.scrollResponderScrollNativeHandleToKeyboard=this.scrollResponderScrollNativeHandleToKeyboard),Ua(this.props.forwardedRef)(e)}}scrollResponderHandleStartShouldSetResponder(){return!1}scrollResponderHandleResponderReject(){jH()(!1,"ScrollView doesn't take rejection well - scrolls anyway")}scrollResponderFlashScrollIndicators(){}scrollResponderTextInputFocusError(e){console.error("Error measuring text field: ",e)}render(){var e=this.props,a=e.contentContainerStyle,t=e.horizontal,r=e.onContentSizeChange,i=e.refreshControl,o=e.stickyHeaderIndices,c=e.pagingEnabled,d=(e.forwardedRef,e.keyboardDismissMode,e.onScroll,e.centerContent),y=l(e,FH),p={};r&&(p={onLayout:this._handleContentOnLayout});var s=!t&&Array.isArray(o),k=s||c?n().Children.map(this.props.children,((e,a)=>{var t=s&&o.indexOf(a)>-1;return null!=e&&(t||c)?n().createElement(gr,{style:[t&&WH.stickyHeader,c&&WH.pagingEnabledChild]},e):e})):this.props.children,u=n().createElement(gr,_t({},p,{children:k,collapsable:!1,ref:this._setInnerViewRef,style:[t&&WH.contentContainerHorizontal,d&&WH.contentContainerCenterContent,a]})),M=t?WH.baseHorizontal:WH.baseVertical,g=t?WH.pagingEnabledHorizontal:WH.pagingEnabledVertical,v=h(h({},y),{},{style:[M,c&&g,this.props.style],onTouchStart:this.scrollResponderHandleTouchStart,onTouchMove:this.scrollResponderHandleTouchMove,onTouchEnd:this.scrollResponderHandleTouchEnd,onScrollBeginDrag:this.scrollResponderHandleScrollBeginDrag,onScrollEndDrag:this.scrollResponderHandleScrollEndDrag,onMomentumScrollBegin:this.scrollResponderHandleMomentumScrollBegin,onMomentumScrollEnd:this.scrollResponderHandleMomentumScrollEnd,onStartShouldSetResponder:this.scrollResponderHandleStartShouldSetResponder,onStartShouldSetResponderCapture:this.scrollResponderHandleStartShouldSetResponderCapture,onScrollShouldSetResponder:this.scrollResponderHandleScrollShouldSetResponder,onScroll:this._handleScroll,onResponderGrant:this.scrollResponderHandleResponderGrant,onResponderTerminationRequest:this.scrollResponderHandleTerminationRequest,onResponderTerminate:this.scrollResponderHandleTerminate,onResponderRelease:this.scrollResponderHandleResponderRelease,onResponderReject:this.scrollResponderHandleResponderReject}),m=DH;pz()(void 0!==m,"ScrollViewClass must not be undefined");var f=n().createElement(m,_t({},v,{ref:this._setScrollNodeRef}),u);return i?n().cloneElement(i,{style:v.style},f):f}}var UH={flexGrow:1,flexShrink:1,transform:"translateZ(0)",WebkitOverflowScrolling:"touch"},WH=Xe.create({baseVertical:h(h({},UH),{},{flexDirection:"column",overflowX:"hidden",overflowY:"auto"}),baseHorizontal:h(h({},UH),{},{flexDirection:"row",overflowX:"auto",overflowY:"hidden"}),contentContainerHorizontal:{flexDirection:"row"},contentContainerCenterContent:{justifyContent:"center",flexGrow:1},stickyHeader:{position:"sticky",top:0,zIndex:10},pagingEnabledHorizontal:{scrollSnapType:"x mandatory"},pagingEnabledVertical:{scrollSnapType:"y mandatory"},pagingEnabledChild:{scrollSnapAlign:"start"}}),ZH=n().forwardRef(((e,a)=>n().createElement(OH,_t({},e,{forwardedRef:a}))));ZH.displayName="ScrollView";const GH=ZH,NH=Xe.create({container:{width:"100%",maxWidth:1080,alignSelf:"center",position:"relative"},sectionTitle:{fontSize:31,marginBottom:10},sectionDescription:{marginBottom:21},title:{marginBottom:10},description:{marginBottom:20},carouselContainer:{flexDirection:"row",alignItems:"center",justifyContent:"center"},carouselContent:{overflow:"hidden"},slide:{borderRadius:10,flexDirection:"row",alignItems:"center",justifyContent:"space-between",overflow:"hidden"},slideContent:{padding:20,flex:1},imageContainer:{width:"20%",aspectRatio:1,position:"relative",overflow:"hidden"},image:{position:"absolute",width:"100%",height:"100%",objectFit:"cover"},navButton:{padding:10,alignItems:"center",justifyContent:"center",borderRadius:9999,width:30,height:30,position:"absolute",zIndex:100,shadowColor:"#000",shadowOffset:{width:0,height:2},shadowOpacity:.25,shadowRadius:4},navButtonLeft:{left:-15},navButtonRight:{right:-15},indicators:{flexDirection:"row",justifyContent:"center",marginTop:20},indicator:{width:8,height:8,borderRadius:4,marginHorizontal:4},activeIndicator:{width:30}}),_H=({section:e})=>{const{theme:a}=Br(),r=(0,t.useRef)(null),[i,o]=(0,t.useState)(0),c=1080,d=e.tiles.filter((e=>e.type===$z.Banner)),h=d.length>1;return n().createElement(n().Fragment,null,n().createElement(QH,{title:e.title,description:e.description}),n().createElement(gr,{style:NH.container},n().createElement(gr,{style:NH.carouselContainer},h&&n().createElement(wr,{style:[NH.navButton,NH.navButtonLeft,{backgroundColor:a.background}],onPress:()=>{const e=Math.max(0,i-1);o(e),r.current?.scrollTo({x:e*c,animated:!0})}},n().createElement(tz,{name:"ArrowLeft",size:20,color:a.primary})),n().createElement(GH,{ref:r,horizontal:!0,pagingEnabled:!0,showsHorizontalScrollIndicator:!1,onScroll:e=>{const a=e.nativeEvent.contentOffset.x,t=Math.round(a/c);t!==i&&o(t)},onMomentumScrollEnd:e=>{const a=e.nativeEvent.contentOffset.x,t=Math.round(a/c);o(t)},scrollEventThrottle:16,style:[NH.carouselContent,{width:c}],contentContainerStyle:{width:c*d.length},decelerationRate:"fast",snapToInterval:c,snapToAlignment:"start"},d.map(((e,a)=>n().createElement(gr,{key:a,style:[{width:c}]},n().createElement(SH,{tile:e}))))),h&&n().createElement(wr,{style:[NH.navButton,NH.navButtonRight,{backgroundColor:a.surface}],onPress:()=>{const e=Math.min(d.length-1,i+1);o(e),r.current?.scrollTo({x:e*c,animated:!0})}},n().createElement(tz,{name:"ArrowRight",size:20,color:a.primary}))),h&&n().createElement(gr,{style:NH.indicators},d.map(((e,t)=>n().createElement(gr,{key:t,style:[NH.indicator,{backgroundColor:a.derivedBackground},t===i&&[NH.activeIndicator,{backgroundColor:a.primary}]]}))))))},XH=Xe.create({grid:{flexDirection:"row",flexWrap:"wrap"}}),KH=({section:e})=>{const{width:a}=(i=(r=(0,t.useState)((()=>vz.get("window"))))[0],n=r[1],(0,t.useEffect)((()=>{function e(e){var a=e.window;null!=a&&n(a)}return vz.addEventListener("change",e),n(vz.get("window")),()=>{vz.removeEventListener("change",e)}}),[]),i);var r,i,n;const o=a>=700?4:2;return t.createElement(t.Fragment,null,t.createElement(QH,{title:e.title,description:e.description}),t.createElement(gr,{style:XH.grid},(()=>{const a=[];let r=[];const i=e.tiles.filter((e=>e.type!==$z.Banner));return i.forEach(((e,n)=>{r.push(e),2!==r.length&&e.tileHeight!==Qz.Full&&n!==i.length-1||(a.push(t.createElement(gr,{key:`container-${n}`,style:{width:100/o+"%",padding:8}},t.createElement(gT,{tiles:r}))),r=[])})),a})()),";")},YH=Xe.create({container:{width:"100%",flexDirection:"row",alignItems:"center",justifyContent:"center"},circleContainer:{position:"absolute",right:0},circle:{width:21,height:21,borderRadius:9999,backgroundColor:"red",alignItems:"center",justifyContent:"center"}}),JH=({currentPoints:e,maxPoints:a,variant:r="primary",height:i="sm",attained:n=!1})=>{const{theme:o}=Br(),c=n?100:e/a*100,d=c>=100||n;let h=r;return d?h="primary":c<50&&(h="accent"),t.createElement(gr,{style:YH.container},t.createElement(Wz,{percentage:c,variant:h,height:i}),t.createElement(gr,{style:[YH.circleContainer]},t.createElement(gr,{style:[YH.circle,{borderColor:o.derivedSurface[20],backgroundColor:d?o.primary:o.surface,borderWidth:d?0:4}]},d&&t.createElement(tz,{name:"Check",size:12,color:o.primaryText}))))},$H=Xe.create({sectionHeader:{marginBottom:20,paddingHorizontal:15},sectionTitle:{fontSize:24,fontWeight:"bold",marginBottom:8},sectionDescription:{fontSize:16,color:"#666"}}),QH=({title:e,description:a})=>n().createElement(gr,{style:$H.sectionHeader},e||a?n().createElement(n().Fragment,null,e&&n().createElement(_z,{variant:"title",style:$H.sectionTitle},e),a&&n().createElement(_z,{variant:"body",style:$H.sectionDescription},a)):null),eT=(0,t.createContext)(void 0),aT=({sectionId:e,children:a})=>{const[r,i]=(0,t.useState)(null),[o,c]=(0,t.useState)(!0),[d,h]=(0,t.useState)(null),{getSectionByID:l}=Br();return(0,t.useEffect)((()=>{(async()=>{try{c(!0);const{data:a,status:t}=await l(e);if("success"!==t)throw new Error(`Unexpected response status: ${t}`);i(a)}catch(e){h(e instanceof Error?e:new Error("An unknown error occurred"))}finally{c(!1)}})()}),[e,l]),n().createElement(eT.Provider,{value:{sectionData:r,loading:o,error:d}},a)},tT=()=>{const e=(0,t.useContext)(eT);if(void 0===e)throw new Error("useSectionContext must be used within a SectionProvider");return e},rT=()=>{const{theme:e}=Br(),{sectionData:a,error:t}=tT();if(t)return n().createElement(gr,{style:[iT.sectionContent,{borderRadius:e.sizes.borderRadiusSm}]},n().createElement(tz,{name:"AlertTriangle",size:24,color:"#967132"}),n().createElement(Nt,{style:iT.sectionContentText},"Error: ",t.message));if(!a)return null;switch(a.type){case qH.Banner:return n().createElement(_H,{section:a});case qH.Grid:return n().createElement(KH,{section:a});default:return console.warn(`Unknown section type: ${a.type}`),null}},iT=Xe.create({section:{width:"100%",maxWidth:1080,marginHorizontal:"auto"},sectionContent:{width:"100%",maxWidth:1080,marginHorizontal:"auto",padding:16,alignItems:"center",flexDirection:"row",justifyContent:"center",borderColor:"#DACF8A",borderWidth:1,backgroundColor:"#F8F3D6"},sectionContentText:{color:"#967132",fontSize:16,marginLeft:16}}),nT=({section:e})=>n().createElement(aT,{sectionId:e.id},n().createElement(gr,{style:iT.section},n().createElement(rT,null))),oT=({tile:e})=>{const{theme:a}=Br(),r=e.tileHeight===Qz.Full,i=Xe.create({container:Zz({paddingHorizontal:[8,8,12],borderRadius:a.sizes.borderRadiusSm,width:"100%",flexDirection:r?"row":"row-reverse",alignItems:r?"flex-start":"center",justifyContent:"space-between"}),contentContainer:{flexDirection:"column",width:r?"100%":"auto"}});return t.createElement(pH,{tile:e},r&&t.createElement(oT.Image,{isFullSize:r}),t.createElement(gr,{style:i.container},!r&&t.createElement(oT.Image,{isFullSize:r}),t.createElement(gr,{style:i.contentContainer},t.createElement(oT.Title,null),t.createElement(oT.Points,null))))};oT.Title=()=>{const{configuration:e}=hH(),{title:a}=e;return t.createElement(_z,{variant:"eyebrow"},a)},oT.Points=()=>{const{theme:e}=Br(),{sectionData:a}=tT(),{configuration:r}=hH(),{multiplier:i,prefix:n,suffix:o,points:c}=r,d=i??a?.pointsMultiplier??1,h=n??a?.pointsPrefix??"",l=o??a?.pointsSuffix??"pts",y=void 0!==c?c*d:null,p=Xe.create({suffix:Zz({fontSize:[14,14,18],color:e.primary}),pointsWithSuffix:{flexDirection:"row",alignItems:"center",justifyContent:"center"}});return null===y?null:t.createElement(_z,{variant:"caption"},h,t.createElement(gr,{style:p.pointsWithSuffix},y,t.createElement(_z,{style:p.suffix},l)))},oT.Image=({isFullSize:e})=>{const{theme:a}=Br(),{configuration:r}=hH(),{imageUrl:i}=r,n=Xe.create({imageContainer:Zz({width:e?"100%":57,height:e?"50%":57,marginBottom:e?[8,8,12]:0,backgroundColor:e?a.alphaDerivedPrimary[20]:a.surface,justifyContent:"center",alignItems:"center"}),image:{width:"80%",height:"80%",resizeMode:"contain"}});return i?t.createElement(gr,{style:n.imageContainer},t.createElement(Pz,{source:{uri:i},style:n.image})):null};const cT=oT,dT=({tile:e})=>{const{configuration:a}=e,{rewardCategory:r}=a;return r?t.createElement(pH,{tile:e},t.createElement(dT.Overlay,null),t.createElement(dT.Image,null)):null},hT=Xe.create({overlay:{position:"absolute",top:0,left:0,right:0,zIndex:10,height:35,alignItems:"center",justifyContent:"center"},overlayText:{fontSize:16,paddingHorizontal:30},image:{position:"absolute",width:"100%",height:"100%",objectFit:"cover"}});dT.Overlay=()=>{const{theme:e}=Br(),{configuration:a}=hH(),{allowDecorationOverlay:r,rewardCategory:i}=a,{name:n}=i||{};return r&&n?t.createElement(gr,{style:[hT.overlay,{backgroundColor:e.primary}]},t.createElement(_z,{style:[hT.overlayText,{color:e.primaryText}],ellipsizeMode:"tail",numberOfLines:1},n)):null},dT.Image=()=>{const{configuration:e}=hH(),{rewardCategory:a}=e,{pictureUrl:r}=a||{};return r?t.createElement(Pz,{source:{uri:r},style:hT.image,resizeMode:"cover",onError:e=>console.error("Image loading error:",e)}):null};const lT=dT,yT=({tile:e})=>{const{theme:a}=Br();return t.createElement(pH,{tile:e},t.createElement(yT.Image,null),t.createElement(gr,{style:pT.textContainer},t.createElement(gr,{style:pT.row},t.createElement(yT.Title,null),t.createElement(tz,{name:"ChevronRight",color:a.derivedSurfaceText[20]})),t.createElement(yT.Description,null),t.createElement(yT.Points,null)))},pT=Xe.create({imageContainer:Zz({width:"100%",flexBasis:"50%",marginBottom:[8,8,12]}),image:{position:"absolute",top:0,left:0,bottom:0,right:0,width:"100%",height:"100%",resizeMode:"cover"},textContainer:Zz({paddingHorizontal:[8,8,12],flex:1}),row:Zz({flexDirection:"row",alignItems:"center",justifyContent:"space-between",marginBottom:[4,4,8]}),points:{marginTop:8,fontSize:14,fontWeight:"bold"}});yT.Image=()=>{const{configuration:e}=hH(),{reward:a}=e;return a?.pictureUrl?t.createElement(gr,{style:pT.imageContainer},t.createElement(Pz,{source:{uri:a?.pictureUrl},style:pT.image})):null},yT.Title=()=>{const{configuration:e}=hH(),{reward:a}=e;return a?.name?t.createElement(_z,{variant:"title",ellipsizeMode:"tail",numberOfLines:1},a?.name):null},yT.Description=()=>{const{configuration:e}=hH(),{reward:a}=e;return a?.description?t.createElement(_z,{variant:"body"},a?.description):null},yT.Points=()=>{const{sectionData:e}=tT(),{configuration:a}=hH(),{theme:r}=Br(),{reward:i}=a,n=e?.pointsMultiplier??1,o=e?.pointsPrefix??"",c=e?.pointsSuffix??"pts",d=void 0!==i?.price?i.price*n:null;return 0===i?.price?null:t.createElement(_z,{style:[pT.points,{color:r.primary}]},o,d,c)};const sT=yT,kT=({tile:e})=>{const a=e.tileHeight===Qz.Full,r=e.configuration,i=Xe.create({container:Zz({paddingHorizontal:[8,8,12],width:"100%",flexDirection:a?"column":"row-reverse",alignItems:a?"flex-start":"center",justifyContent:"space-between",marginTop:a?20:null}),contentContainer:{flexDirection:"column",width:a?"100%":"auto"},row:{flexDirection:"row",alignItems:"center",justifyContent:"space-between"}});return t.createElement(pH,{tile:e},(()=>{switch(r.type){case Yz.currentTier:return t.createElement(t.Fragment,null,a?t.createElement(kT.Image,{isFullSize:a}):null,t.createElement(gr,{style:i.container},!a&&t.createElement(kT.Image,{isFullSize:a}),t.createElement(gr,null,t.createElement(_z,null,"Your Tier"),t.createElement(kT.Name,null)),a&&t.createElement(kT.Description,null)));case Yz.currentTargetNext:return t.createElement(t.Fragment,null,t.createElement(kT.Image,{isFullSize:a}),t.createElement(gr,{style:{padding:12}},t.createElement(kT.Progress,null),t.createElement(gr,{style:i.container},t.createElement(kT.Count,null),t.createElement(kT.Description,null))));case Yz.currentTargetSpecific:return t.createElement(t.Fragment,null,t.createElement(kT.Image,{isFullSize:a}),t.createElement(gr,{style:{padding:12}},t.createElement(kT.Progress,null),t.createElement(kT.Description,null),t.createElement(gr,{style:i.row},t.createElement(gr,null,t.createElement(kT.Name,null),t.createElement(kT.Count,null)),t.createElement(gr,null,t.createElement(kT.NextName,null),t.createElement(kT.NextCount,null)))));default:return null}})())};kT.Name=()=>{const{configuration:e}=hH(),{tier:a}=e;return t.createElement(_z,{variant:"title"},a?.name)},kT.Count=()=>{const{configuration:e}=hH(),{tier:a}=e;return t.createElement(gr,{style:{flexDirection:"row",alignItems:"center",justifyContent:"flex-start"}},t.createElement(_z,{variant:"tier-earned"},`${a?.earnedPoints}/`),t.createElement(_z,{variant:"tier-requirement"},a?.pointsRequirement))},kT.Image=({isFullSize:e})=>{const{theme:a}=Br(),{configuration:r}=hH(),{tier:i}=r,n=Xe.create({imageContainer:Zz({width:e?"100%":57,height:e?"100%":57,marginBottom:e?[8,8,12]:0,backgroundColor:e?a.alphaDerivedPrimary[20]:a.surface,justifyContent:"center",alignItems:"center",flexBasis:e?"50%":null}),image:{width:"80%",height:"80%",resizeMode:"contain"}});return i?t.createElement(gr,{style:n.imageContainer},t.createElement(Pz,{source:{uri:i.artworkUrl},style:n.image})):null},kT.Progress=()=>{const{configuration:e}=hH(),{tier:a}=e;return a&&void 0!==a.earnedPoints&&void 0!==a.pointsRequirement?t.createElement(JH,{currentPoints:a.earnedPoints,maxPoints:a.pointsRequirement,attained:a.attained}):null},kT.Description=()=>{const{configuration:e}=hH(),{tier:a}=e;return t.createElement(_z,{variant:"body"},a?.description)},kT.NextName=()=>{const{configuration:e}=hH(),{targetTier:a}=e;return t.createElement(_z,{variant:"title"},a?.name)},kT.NextCount=()=>{const{configuration:e}=hH(),{targetTier:a}=e;return t.createElement(gr,{style:{flexDirection:"row",alignItems:"center",justifyContent:"flex-start"}},t.createElement(_z,{variant:"tier-earned"},`${a?.earnedPoints}/`),t.createElement(_z,{variant:"tier-requirement"},a?.pointsRequirement))};const uT=kT,MT=Xe.create({container:{flexDirection:"column",aspectRatio:1},tileContainer:{flex:1}}),gT=({tiles:e})=>t.createElement(gr,{style:MT.container},e.map(((e,a)=>t.createElement(gr,{key:e.id,style:[MT.tileContainer,{marginBottom:15}]},(e=>{switch(e.type){case $z.Content:return t.createElement(AH,{tile:e});case $z.Badge:return t.createElement(gH,{tile:e});case $z.Tier:return t.createElement(uT,{tile:e});case $z.Points:return t.createElement(cT,{tile:e});case $z.Reward:return t.createElement(sT,{tile:e});case $z.RewardCategory:return t.createElement(lT,{tile:e})}})(e)))));class vT{constructor(){this.name=void 0,this.priority=void 0,this.type=void 0,this.id=void 0,this.createdAt=void 0,this.updatedAt=void 0,this.description=void 0,this.metadata=void 0,this.pictureUrl=void 0,this.rewards=void 0,this.parent=void 0}}class mT{constructor(){this.id=void 0,this.createdAt=void 0,this.updatedAt=void 0,this.name=void 0,this.pictureUrl=void 0,this.description=void 0,this.price=void 0,this.value=void 0,this.priority=void 0,this.availability=void 0,this.purchasable=void 0,this.tier=void 0,this.summary=void 0,this.redemptionMessage=void 0,this.visibilityCriteria=void 0}}})(),i})()));
|
|
2
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react")):"function"==typeof define&&define.amd?define(["react"],t):"object"==typeof exports?exports.WllReactSdk=t(require("react")):e.WllReactSdk=t(e.react)}(this,(e=>(()=>{var t={659:(e,t,a)=>{const r=a(156),i={};for(const e of Object.keys(r))i[r[e]]=e;const n={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};e.exports=n;for(const e of Object.keys(n)){if(!("channels"in n[e]))throw new Error("missing channels property: "+e);if(!("labels"in n[e]))throw new Error("missing channel labels property: "+e);if(n[e].labels.length!==n[e].channels)throw new Error("channel and label counts mismatch: "+e);const{channels:t,labels:a}=n[e];delete n[e].channels,delete n[e].labels,Object.defineProperty(n[e],"channels",{value:t}),Object.defineProperty(n[e],"labels",{value:a})}n.rgb.hsl=function(e){const t=e[0]/255,a=e[1]/255,r=e[2]/255,i=Math.min(t,a,r),n=Math.max(t,a,r),o=n-i;let l,c;n===i?l=0:t===n?l=(a-r)/o:a===n?l=2+(r-t)/o:r===n&&(l=4+(t-a)/o),l=Math.min(60*l,360),l<0&&(l+=360);const h=(i+n)/2;return c=n===i?0:h<=.5?o/(n+i):o/(2-n-i),[l,100*c,100*h]},n.rgb.hsv=function(e){let t,a,r,i,n;const o=e[0]/255,l=e[1]/255,c=e[2]/255,h=Math.max(o,l,c),d=h-Math.min(o,l,c),s=function(e){return(h-e)/6/d+.5};return 0===d?(i=0,n=0):(n=d/h,t=s(o),a=s(l),r=s(c),o===h?i=r-a:l===h?i=1/3+t-r:c===h&&(i=2/3+a-t),i<0?i+=1:i>1&&(i-=1)),[360*i,100*n,100*h]},n.rgb.hwb=function(e){const t=e[0],a=e[1];let r=e[2];const i=n.rgb.hsl(e)[0],o=1/255*Math.min(t,Math.min(a,r));return r=1-1/255*Math.max(t,Math.max(a,r)),[i,100*o,100*r]},n.rgb.cmyk=function(e){const t=e[0]/255,a=e[1]/255,r=e[2]/255,i=Math.min(1-t,1-a,1-r);return[100*((1-t-i)/(1-i)||0),100*((1-a-i)/(1-i)||0),100*((1-r-i)/(1-i)||0),100*i]},n.rgb.keyword=function(e){const t=i[e];if(t)return t;let a,n=1/0;for(const t of Object.keys(r)){const i=(l=r[t],((o=e)[0]-l[0])**2+(o[1]-l[1])**2+(o[2]-l[2])**2);i<n&&(n=i,a=t)}var o,l;return a},n.keyword.rgb=function(e){return r[e]},n.rgb.xyz=function(e){let t=e[0]/255,a=e[1]/255,r=e[2]/255;return t=t>.04045?((t+.055)/1.055)**2.4:t/12.92,a=a>.04045?((a+.055)/1.055)**2.4:a/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,[100*(.4124*t+.3576*a+.1805*r),100*(.2126*t+.7152*a+.0722*r),100*(.0193*t+.1192*a+.9505*r)]},n.rgb.lab=function(e){const t=n.rgb.xyz(e);let a=t[0],r=t[1],i=t[2];return a/=95.047,r/=100,i/=108.883,a=a>.008856?a**(1/3):7.787*a+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,i=i>.008856?i**(1/3):7.787*i+16/116,[116*r-16,500*(a-r),200*(r-i)]},n.hsl.rgb=function(e){const t=e[0]/360,a=e[1]/100,r=e[2]/100;let i,n,o;if(0===a)return o=255*r,[o,o,o];i=r<.5?r*(1+a):r+a-r*a;const l=2*r-i,c=[0,0,0];for(let e=0;e<3;e++)n=t+1/3*-(e-1),n<0&&n++,n>1&&n--,o=6*n<1?l+6*(i-l)*n:2*n<1?i:3*n<2?l+(i-l)*(2/3-n)*6:l,c[e]=255*o;return c},n.hsl.hsv=function(e){const t=e[0];let a=e[1]/100,r=e[2]/100,i=a;const n=Math.max(r,.01);return r*=2,a*=r<=1?r:2-r,i*=n<=1?n:2-n,[t,100*(0===r?2*i/(n+i):2*a/(r+a)),(r+a)/2*100]},n.hsv.rgb=function(e){const t=e[0]/60,a=e[1]/100;let r=e[2]/100;const i=Math.floor(t)%6,n=t-Math.floor(t),o=255*r*(1-a),l=255*r*(1-a*n),c=255*r*(1-a*(1-n));switch(r*=255,i){case 0:return[r,c,o];case 1:return[l,r,o];case 2:return[o,r,c];case 3:return[o,l,r];case 4:return[c,o,r];case 5:return[r,o,l]}},n.hsv.hsl=function(e){const t=e[0],a=e[1]/100,r=e[2]/100,i=Math.max(r,.01);let n,o;o=(2-a)*r;const l=(2-a)*i;return n=a*i,n/=l<=1?l:2-l,n=n||0,o/=2,[t,100*n,100*o]},n.hwb.rgb=function(e){const t=e[0]/360;let a=e[1]/100,r=e[2]/100;const i=a+r;let n;i>1&&(a/=i,r/=i);const o=Math.floor(6*t),l=1-r;n=6*t-o,1&o&&(n=1-n);const c=a+n*(l-a);let h,d,s;switch(o){default:case 6:case 0:h=l,d=c,s=a;break;case 1:h=c,d=l,s=a;break;case 2:h=a,d=l,s=c;break;case 3:h=a,d=c,s=l;break;case 4:h=c,d=a,s=l;break;case 5:h=l,d=a,s=c}return[255*h,255*d,255*s]},n.cmyk.rgb=function(e){const t=e[0]/100,a=e[1]/100,r=e[2]/100,i=e[3]/100;return[255*(1-Math.min(1,t*(1-i)+i)),255*(1-Math.min(1,a*(1-i)+i)),255*(1-Math.min(1,r*(1-i)+i))]},n.xyz.rgb=function(e){const t=e[0]/100,a=e[1]/100,r=e[2]/100;let i,n,o;return i=3.2406*t+-1.5372*a+-.4986*r,n=-.9689*t+1.8758*a+.0415*r,o=.0557*t+-.204*a+1.057*r,i=i>.0031308?1.055*i**(1/2.4)-.055:12.92*i,n=n>.0031308?1.055*n**(1/2.4)-.055:12.92*n,o=o>.0031308?1.055*o**(1/2.4)-.055:12.92*o,i=Math.min(Math.max(0,i),1),n=Math.min(Math.max(0,n),1),o=Math.min(Math.max(0,o),1),[255*i,255*n,255*o]},n.xyz.lab=function(e){let t=e[0],a=e[1],r=e[2];return t/=95.047,a/=100,r/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,a=a>.008856?a**(1/3):7.787*a+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,[116*a-16,500*(t-a),200*(a-r)]},n.lab.xyz=function(e){let t,a,r;a=(e[0]+16)/116,t=e[1]/500+a,r=a-e[2]/200;const i=a**3,n=t**3,o=r**3;return a=i>.008856?i:(a-16/116)/7.787,t=n>.008856?n:(t-16/116)/7.787,r=o>.008856?o:(r-16/116)/7.787,t*=95.047,a*=100,r*=108.883,[t,a,r]},n.lab.lch=function(e){const t=e[0],a=e[1],r=e[2];let i;return i=360*Math.atan2(r,a)/2/Math.PI,i<0&&(i+=360),[t,Math.sqrt(a*a+r*r),i]},n.lch.lab=function(e){const t=e[0],a=e[1],r=e[2]/360*2*Math.PI;return[t,a*Math.cos(r),a*Math.sin(r)]},n.rgb.ansi16=function(e,t=null){const[a,r,i]=e;let o=null===t?n.rgb.hsv(e)[2]:t;if(o=Math.round(o/50),0===o)return 30;let l=30+(Math.round(i/255)<<2|Math.round(r/255)<<1|Math.round(a/255));return 2===o&&(l+=60),l},n.hsv.ansi16=function(e){return n.rgb.ansi16(n.hsv.rgb(e),e[2])},n.rgb.ansi256=function(e){const t=e[0],a=e[1],r=e[2];return t===a&&a===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(a/255*5)+Math.round(r/255*5)},n.ansi16.rgb=function(e){let t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];const a=.5*(1+~~(e>50));return[(1&t)*a*255,(t>>1&1)*a*255,(t>>2&1)*a*255]},n.ansi256.rgb=function(e){if(e>=232){const t=10*(e-232)+8;return[t,t,t]}let t;return e-=16,[Math.floor(e/36)/5*255,Math.floor((t=e%36)/6)/5*255,t%6/5*255]},n.rgb.hex=function(e){const t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},n.hex.rgb=function(e){const t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];let a=t[0];3===t[0].length&&(a=a.split("").map((e=>e+e)).join(""));const r=parseInt(a,16);return[r>>16&255,r>>8&255,255&r]},n.rgb.hcg=function(e){const t=e[0]/255,a=e[1]/255,r=e[2]/255,i=Math.max(Math.max(t,a),r),n=Math.min(Math.min(t,a),r),o=i-n;let l,c;return l=o<1?n/(1-o):0,c=o<=0?0:i===t?(a-r)/o%6:i===a?2+(r-t)/o:4+(t-a)/o,c/=6,c%=1,[360*c,100*o,100*l]},n.hsl.hcg=function(e){const t=e[1]/100,a=e[2]/100,r=a<.5?2*t*a:2*t*(1-a);let i=0;return r<1&&(i=(a-.5*r)/(1-r)),[e[0],100*r,100*i]},n.hsv.hcg=function(e){const t=e[1]/100,a=e[2]/100,r=t*a;let i=0;return r<1&&(i=(a-r)/(1-r)),[e[0],100*r,100*i]},n.hcg.rgb=function(e){const t=e[0]/360,a=e[1]/100,r=e[2]/100;if(0===a)return[255*r,255*r,255*r];const i=[0,0,0],n=t%1*6,o=n%1,l=1-o;let c=0;switch(Math.floor(n)){case 0:i[0]=1,i[1]=o,i[2]=0;break;case 1:i[0]=l,i[1]=1,i[2]=0;break;case 2:i[0]=0,i[1]=1,i[2]=o;break;case 3:i[0]=0,i[1]=l,i[2]=1;break;case 4:i[0]=o,i[1]=0,i[2]=1;break;default:i[0]=1,i[1]=0,i[2]=l}return c=(1-a)*r,[255*(a*i[0]+c),255*(a*i[1]+c),255*(a*i[2]+c)]},n.hcg.hsv=function(e){const t=e[1]/100,a=t+e[2]/100*(1-t);let r=0;return a>0&&(r=t/a),[e[0],100*r,100*a]},n.hcg.hsl=function(e){const t=e[1]/100,a=e[2]/100*(1-t)+.5*t;let r=0;return a>0&&a<.5?r=t/(2*a):a>=.5&&a<1&&(r=t/(2*(1-a))),[e[0],100*r,100*a]},n.hcg.hwb=function(e){const t=e[1]/100,a=t+e[2]/100*(1-t);return[e[0],100*(a-t),100*(1-a)]},n.hwb.hcg=function(e){const t=e[1]/100,a=1-e[2]/100,r=a-t;let i=0;return r<1&&(i=(a-r)/(1-r)),[e[0],100*r,100*i]},n.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},n.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},n.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},n.gray.hsl=function(e){return[0,0,e[0]]},n.gray.hsv=n.gray.hsl,n.gray.hwb=function(e){return[0,100,e[0]]},n.gray.cmyk=function(e){return[0,0,0,e[0]]},n.gray.lab=function(e){return[e[0],0,0]},n.gray.hex=function(e){const t=255&Math.round(e[0]/100*255),a=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(a.length)+a},n.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}},734:(e,t,a)=>{const r=a(659),i=a(507),n={};Object.keys(r).forEach((e=>{n[e]={},Object.defineProperty(n[e],"channels",{value:r[e].channels}),Object.defineProperty(n[e],"labels",{value:r[e].labels});const t=i(e);Object.keys(t).forEach((a=>{const r=t[a];n[e][a]=function(e){const t=function(...t){const a=t[0];if(null==a)return a;a.length>1&&(t=a);const r=e(t);if("object"==typeof r)for(let e=r.length,t=0;t<e;t++)r[t]=Math.round(r[t]);return r};return"conversion"in e&&(t.conversion=e.conversion),t}(r),n[e][a].raw=function(e){const t=function(...t){const a=t[0];return null==a?a:(a.length>1&&(t=a),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(r)}))})),e.exports=n},507:(e,t,a)=>{const r=a(659);function i(e,t){return function(a){return t(e(a))}}function n(e,t){const a=[t[e].parent,e];let n=r[t[e].parent][e],o=t[e].parent;for(;t[o].parent;)a.unshift(t[o].parent),n=i(r[t[o].parent][o],n),o=t[o].parent;return n.conversion=a,n}e.exports=function(e){const t=function(e){const t=function(){const e={},t=Object.keys(r);for(let a=t.length,r=0;r<a;r++)e[t[r]]={distance:-1,parent:null};return e}(),a=[e];for(t[e].distance=0;a.length;){const e=a.pop(),i=Object.keys(r[e]);for(let r=i.length,n=0;n<r;n++){const r=i[n],o=t[r];-1===o.distance&&(o.distance=t[e].distance+1,o.parent=e,a.unshift(r))}}return t}(e),a={},i=Object.keys(t);for(let e=i.length,r=0;r<e;r++){const e=i[r];null!==t[e].parent&&(a[e]=n(e,t))}return a}},156:e=>{"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},854:(e,t,a)=>{var r=a(156),i=a(872),n=Object.hasOwnProperty,o=Object.create(null);for(var l in r)n.call(r,l)&&(o[r[l]]=l);var c=e.exports={to:{},get:{}};function h(e,t,a){return Math.min(Math.max(t,e),a)}function d(e){var t=Math.round(e).toString(16).toUpperCase();return t.length<2?"0"+t:t}c.get=function(e){var t,a;switch(e.substring(0,3).toLowerCase()){case"hsl":t=c.get.hsl(e),a="hsl";break;case"hwb":t=c.get.hwb(e),a="hwb";break;default:t=c.get.rgb(e),a="rgb"}return t?{model:a,value:t}:null},c.get.rgb=function(e){if(!e)return null;var t,a,i,o=[0,0,0,1];if(t=e.match(/^#([a-f0-9]{6})([a-f0-9]{2})?$/i)){for(i=t[2],t=t[1],a=0;a<3;a++){var l=2*a;o[a]=parseInt(t.slice(l,l+2),16)}i&&(o[3]=parseInt(i,16)/255)}else if(t=e.match(/^#([a-f0-9]{3,4})$/i)){for(i=(t=t[1])[3],a=0;a<3;a++)o[a]=parseInt(t[a]+t[a],16);i&&(o[3]=parseInt(i+i,16)/255)}else if(t=e.match(/^rgba?\(\s*([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)){for(a=0;a<3;a++)o[a]=parseInt(t[a+1],0);t[4]&&(t[5]?o[3]=.01*parseFloat(t[4]):o[3]=parseFloat(t[4]))}else{if(!(t=e.match(/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)))return(t=e.match(/^(\w+)$/))?"transparent"===t[1]?[0,0,0,0]:n.call(r,t[1])?((o=r[t[1]])[3]=1,o):null:null;for(a=0;a<3;a++)o[a]=Math.round(2.55*parseFloat(t[a+1]));t[4]&&(t[5]?o[3]=.01*parseFloat(t[4]):o[3]=parseFloat(t[4]))}for(a=0;a<3;a++)o[a]=h(o[a],0,255);return o[3]=h(o[3],0,1),o},c.get.hsl=function(e){if(!e)return null;var t=e.match(/^hsla?\(\s*([+-]?(?:\d{0,3}\.)?\d+)(?:deg)?\s*,?\s*([+-]?[\d\.]+)%\s*,?\s*([+-]?[\d\.]+)%\s*(?:[,|\/]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(t){var a=parseFloat(t[4]);return[(parseFloat(t[1])%360+360)%360,h(parseFloat(t[2]),0,100),h(parseFloat(t[3]),0,100),h(isNaN(a)?1:a,0,1)]}return null},c.get.hwb=function(e){if(!e)return null;var t=e.match(/^hwb\(\s*([+-]?\d{0,3}(?:\.\d+)?)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(t){var a=parseFloat(t[4]);return[(parseFloat(t[1])%360+360)%360,h(parseFloat(t[2]),0,100),h(parseFloat(t[3]),0,100),h(isNaN(a)?1:a,0,1)]}return null},c.to.hex=function(){var e=i(arguments);return"#"+d(e[0])+d(e[1])+d(e[2])+(e[3]<1?d(Math.round(255*e[3])):"")},c.to.rgb=function(){var e=i(arguments);return e.length<4||1===e[3]?"rgb("+Math.round(e[0])+", "+Math.round(e[1])+", "+Math.round(e[2])+")":"rgba("+Math.round(e[0])+", "+Math.round(e[1])+", "+Math.round(e[2])+", "+e[3]+")"},c.to.rgb.percent=function(){var e=i(arguments),t=Math.round(e[0]/255*100),a=Math.round(e[1]/255*100),r=Math.round(e[2]/255*100);return e.length<4||1===e[3]?"rgb("+t+"%, "+a+"%, "+r+"%)":"rgba("+t+"%, "+a+"%, "+r+"%, "+e[3]+")"},c.to.hsl=function(){var e=i(arguments);return e.length<4||1===e[3]?"hsl("+e[0]+", "+e[1]+"%, "+e[2]+"%)":"hsla("+e[0]+", "+e[1]+"%, "+e[2]+"%, "+e[3]+")"},c.to.hwb=function(){var e=i(arguments),t="";return e.length>=4&&1!==e[3]&&(t=", "+e[3]),"hwb("+e[0]+", "+e[1]+"%, "+e[2]+"%"+t+")"},c.to.keyword=function(e){return o[e.slice(0,3)]}},520:(e,t,a)=>{const r=a(854),i=a(734),n=["keyword","gray","hex"],o={};for(const e of Object.keys(i))o[[...i[e].labels].sort().join("")]=e;const l={};function c(e,t){if(!(this instanceof c))return new c(e,t);if(t&&t in n&&(t=null),t&&!(t in i))throw new Error("Unknown model: "+t);let a,h;if(null==e)this.model="rgb",this.color=[0,0,0],this.valpha=1;else if(e instanceof c)this.model=e.model,this.color=[...e.color],this.valpha=e.valpha;else if("string"==typeof e){const t=r.get(e);if(null===t)throw new Error("Unable to parse color from string: "+e);this.model=t.model,h=i[this.model].channels,this.color=t.value.slice(0,h),this.valpha="number"==typeof t.value[h]?t.value[h]:1}else if(e.length>0){this.model=t||"rgb",h=i[this.model].channels;const a=Array.prototype.slice.call(e,0,h);this.color=y(a,h),this.valpha="number"==typeof e[h]?e[h]:1}else if("number"==typeof e)this.model="rgb",this.color=[e>>16&255,e>>8&255,255&e],this.valpha=1;else{this.valpha=1;const t=Object.keys(e);"alpha"in e&&(t.splice(t.indexOf("alpha"),1),this.valpha="number"==typeof e.alpha?e.alpha:0);const r=t.sort().join("");if(!(r in o))throw new Error("Unable to parse color from object: "+JSON.stringify(e));this.model=o[r];const{labels:n}=i[this.model],l=[];for(a=0;a<n.length;a++)l.push(e[n[a]]);this.color=y(l)}if(l[this.model])for(h=i[this.model].channels,a=0;a<h;a++){const e=l[this.model][a];e&&(this.color[a]=e(this.color[a]))}this.valpha=Math.max(0,Math.min(1,this.valpha)),Object.freeze&&Object.freeze(this)}c.prototype={toString(){return this.string()},toJSON(){return this[this.model]()},string(e){let t=this.model in r.to?this:this.rgb();t=t.round("number"==typeof e?e:1);const a=1===t.valpha?t.color:[...t.color,this.valpha];return r.to[t.model](a)},percentString(e){const t=this.rgb().round("number"==typeof e?e:1),a=1===t.valpha?t.color:[...t.color,this.valpha];return r.to.rgb.percent(a)},array(){return 1===this.valpha?[...this.color]:[...this.color,this.valpha]},object(){const e={},{channels:t}=i[this.model],{labels:a}=i[this.model];for(let r=0;r<t;r++)e[a[r]]=this.color[r];return 1!==this.valpha&&(e.alpha=this.valpha),e},unitArray(){const e=this.rgb().color;return e[0]/=255,e[1]/=255,e[2]/=255,1!==this.valpha&&e.push(this.valpha),e},unitObject(){const e=this.rgb().object();return e.r/=255,e.g/=255,e.b/=255,1!==this.valpha&&(e.alpha=this.valpha),e},round(e){return e=Math.max(e||0,0),new c([...this.color.map(h(e)),this.valpha],this.model)},alpha(e){return void 0!==e?new c([...this.color,Math.max(0,Math.min(1,e))],this.model):this.valpha},red:d("rgb",0,s(255)),green:d("rgb",1,s(255)),blue:d("rgb",2,s(255)),hue:d(["hsl","hsv","hsl","hwb","hcg"],0,(e=>(e%360+360)%360)),saturationl:d("hsl",1,s(100)),lightness:d("hsl",2,s(100)),saturationv:d("hsv",1,s(100)),value:d("hsv",2,s(100)),chroma:d("hcg",1,s(100)),gray:d("hcg",2,s(100)),white:d("hwb",1,s(100)),wblack:d("hwb",2,s(100)),cyan:d("cmyk",0,s(100)),magenta:d("cmyk",1,s(100)),yellow:d("cmyk",2,s(100)),black:d("cmyk",3,s(100)),x:d("xyz",0,s(95.047)),y:d("xyz",1,s(100)),z:d("xyz",2,s(108.833)),l:d("lab",0,s(100)),a:d("lab",1),b:d("lab",2),keyword(e){return void 0!==e?new c(e):i[this.model].keyword(this.color)},hex(e){return void 0!==e?new c(e):r.to.hex(this.rgb().round().color)},hexa(e){if(void 0!==e)return new c(e);const t=this.rgb().round().color;let a=Math.round(255*this.valpha).toString(16).toUpperCase();return 1===a.length&&(a="0"+a),r.to.hex(t)+a},rgbNumber(){const e=this.rgb().color;return(255&e[0])<<16|(255&e[1])<<8|255&e[2]},luminosity(){const e=this.rgb().color,t=[];for(const[a,r]of e.entries()){const e=r/255;t[a]=e<=.04045?e/12.92:((e+.055)/1.055)**2.4}return.2126*t[0]+.7152*t[1]+.0722*t[2]},contrast(e){const t=this.luminosity(),a=e.luminosity();return t>a?(t+.05)/(a+.05):(a+.05)/(t+.05)},level(e){const t=this.contrast(e);return t>=7?"AAA":t>=4.5?"AA":""},isDark(){const e=this.rgb().color;return(2126*e[0]+7152*e[1]+722*e[2])/1e4<128},isLight(){return!this.isDark()},negate(){const e=this.rgb();for(let t=0;t<3;t++)e.color[t]=255-e.color[t];return e},lighten(e){const t=this.hsl();return t.color[2]+=t.color[2]*e,t},darken(e){const t=this.hsl();return t.color[2]-=t.color[2]*e,t},saturate(e){const t=this.hsl();return t.color[1]+=t.color[1]*e,t},desaturate(e){const t=this.hsl();return t.color[1]-=t.color[1]*e,t},whiten(e){const t=this.hwb();return t.color[1]+=t.color[1]*e,t},blacken(e){const t=this.hwb();return t.color[2]+=t.color[2]*e,t},grayscale(){const e=this.rgb().color,t=.3*e[0]+.59*e[1]+.11*e[2];return c.rgb(t,t,t)},fade(e){return this.alpha(this.valpha-this.valpha*e)},opaquer(e){return this.alpha(this.valpha+this.valpha*e)},rotate(e){const t=this.hsl();let a=t.color[0];return a=(a+e)%360,a=a<0?360+a:a,t.color[0]=a,t},mix(e,t){if(!e||!e.rgb)throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+typeof e);const a=e.rgb(),r=this.rgb(),i=void 0===t?.5:t,n=2*i-1,o=a.alpha()-r.alpha(),l=((n*o==-1?n:(n+o)/(1+n*o))+1)/2,h=1-l;return c.rgb(l*a.red()+h*r.red(),l*a.green()+h*r.green(),l*a.blue()+h*r.blue(),a.alpha()*i+r.alpha()*(1-i))}};for(const e of Object.keys(i)){if(n.includes(e))continue;const{channels:t}=i[e];c.prototype[e]=function(...t){return this.model===e?new c(this):t.length>0?new c(t,e):new c([...(a=i[this.model][e].raw(this.color),Array.isArray(a)?a:[a]),this.valpha],e);var a},c[e]=function(...a){let r=a[0];return"number"==typeof r&&(r=y(a,t)),new c(r,e)}}function h(e){return function(t){return function(e,t){return Number(e.toFixed(t))}(t,e)}}function d(e,t,a){e=Array.isArray(e)?e:[e];for(const r of e)(l[r]||(l[r]=[]))[t]=a;return e=e[0],function(r){let i;return void 0!==r?(a&&(r=a(r)),i=this[e](),i.color[t]=r,i):(i=this[e]().color[t],a&&(i=a(i)),i)}}function s(e){return function(t){return Math.max(0,Math.min(e,t))}}function y(e,t){for(let a=0;a<t;a++)"number"!=typeof e[a]&&(e[a]=0);return e}e.exports=c},486:(e,t,a)=>{"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,r=new Array(t);a<t;a++)r[a]=e[a];return r}function n(e){return e.filter((function(t,a){return e.lastIndexOf(t)===a}))}function o(e){for(var t=0,a=arguments.length<=1?0:arguments.length-1;t<a;++t){var l=t+1<1||arguments.length<=t+1?void 0:arguments[t+1];for(var c in l){var h=l[c],d=e[c];if(d&&h){if(Array.isArray(d)){e[c]=n(d.concat(h));continue}if(Array.isArray(h)){e[c]=n([d].concat(function(e){if(Array.isArray(e))return i(e)}(s=h)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(s)||function(e,t){if(e){if("string"==typeof e)return i(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(a):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?i(e,t):void 0}}(s)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()));continue}if("object"===r(h)){e[c]=o({},d,h);continue}}e[c]=h}}var s;return e}a.r(t),a.d(t,{assignStyle:()=>o,camelCaseProperty:()=>s,cssifyDeclaration:()=>u,cssifyObject:()=>k,hyphenateProperty:()=>p,isPrefixedProperty:()=>g,isPrefixedValue:()=>f,isUnitlessProperty:()=>R,normalizeProperty:()=>T,resolveArrayValue:()=>z,unprefixProperty:()=>P,unprefixValue:()=>V});var l=/-([a-z])/g,c=/^Ms/g,h={};function d(e){return e[1].toUpperCase()}function s(e){if(h.hasOwnProperty(e))return h[e];var t=e.replace(l,d).replace(c,"ms");return h[e]=t,t}var y=a(685);function p(e){return(0,y.default)(e)}function u(e,t){return p(e)+":"+t}function k(e){var t="";for(var a in e){var r=e[a];"string"!=typeof r&&"number"!=typeof r||(t&&(t+=";"),t+=u(a,r))}return t}var m=/^(Webkit|Moz|O|ms)/;function g(e){return m.test(e)}var v=/-webkit-|-moz-|-ms-/;function f(e){return"string"==typeof e&&v.test(e)}var M={borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},x=["animationIterationCount","boxFlex","boxFlexGroup","boxOrdinalGroup","columnCount","flex","flexGrow","flexPositive","flexShrink","flexNegative","flexOrder","gridColumn","gridColumnEnd","gridColumnStart","gridRow","gridRowEnd","gridRowStart","lineClamp","order"],w=["Webkit","ms","Moz","O"];function C(e,t){return e+t.charAt(0).toUpperCase()+t.slice(1)}for(var L=0,b=x.length;L<b;++L){var S=x[L];M[S]=!0;for(var I=0,_=w.length;I<_;++I)M[C(w[I],S)]=!0}for(var A in M)M[p(A)]=!0;function R(e){return M.hasOwnProperty(e)}var q=/^(ms|Webkit|Moz|O)/;function P(e){var t=e.replace(q,"");return t.charAt(0).toLowerCase()+t.slice(1)}function T(e){return P(s(e))}function z(e,t){return t.join(";"+p(e)+":")}var H=/(-ms-|-webkit-|-moz-|-o-)/g;function V(e){return"string"==typeof e?e.replace(H,""):e}},721:(e,t,a)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,i.default)(e)};var r,i=(r=a(685))&&r.__esModule?r:{default:r}},14:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return"string"==typeof e&&a.test(e)};var a=/-webkit-|-moz-|-ms-/},395:e=>{"use strict";function t(e){return function(){return e}}var a=function(){};a.thatReturns=t,a.thatReturnsFalse=t(!1),a.thatReturnsTrue=t(!0),a.thatReturnsNull=t(null),a.thatReturnsThis=function(){return this},a.thatReturnsArgument=function(e){return e},e.exports=a},646:e=>{"use strict";e.exports=function(e,t){for(var a=arguments.length,r=new Array(a>2?a-2:0),i=2;i<a;i++)r[i-2]=arguments[i];if(!e){var n;if(void 0===t)n=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var o=0;(n=new Error(t.replace(/%s/g,(function(){return String(r[o++])})))).name="Invariant Violation"}throw n.framesToPop=1,n}}},594:(e,t,a)=>{"use strict";var r=a(395);e.exports=r},685:(e,t,a)=>{"use strict";a.r(t),a.d(t,{default:()=>l});var r=/[A-Z]/g,i=/^ms-/,n={};function o(e){return"-"+e.toLowerCase()}const l=function(e){if(n.hasOwnProperty(e))return n[e];var t=e.replace(r,o);return n[e]=i.test(t)?"-"+t:t}},485:(e,t,a)=>{"use strict";t.A=function(e){var t=e.prefixMap,a=e.plugins;return function e(l){for(var c in l){var h=l[c];if((0,o.default)(h))l[c]=e(h);else if(Array.isArray(h)){for(var d=[],s=0,y=h.length;s<y;++s){var p=(0,i.default)(a,c,h[s],l,t);(0,n.default)(d,p||h[s])}d.length>0&&(l[c]=d)}else{var u=(0,i.default)(a,c,h,l,t);u&&(l[c]=u),l=(0,r.default)(t,c,l)}}return l}};var r=l(a(49)),i=l(a(971)),n=l(a(863)),o=l(a(99));function l(e){return e&&e.__esModule?e:{default:e}}},217:(e,t)=>{"use strict";t.A=function(){return null}},261:(e,t,a)=>{"use strict";t.A=function(e,t){if("string"==typeof t&&!(0,r.isPrefixedValue)(t)&&-1!==t.indexOf("cross-fade("))return n.map((function(e){return t.replace(i,e+"cross-fade(")}))};var r=a(486),i=/cross-fade\(/g,n=["-webkit-",""]},41:(e,t)=>{"use strict";t.A=function(e,t){if("cursor"===e&&r.hasOwnProperty(t))return a.map((function(e){return e+t}))};var a=["-webkit-","-moz-",""],r={"zoom-in":!0,"zoom-out":!0,grab:!0,grabbing:!0}},33:(e,t,a)=>{"use strict";t.A=function(e,t){if("string"==typeof t&&!(0,r.isPrefixedValue)(t)&&-1!==t.indexOf("filter("))return n.map((function(e){return t.replace(i,e+"filter(")}))};var r=a(486),i=/filter\(/g,n=["-webkit-",""]},852:(e,t,a)=>{"use strict";t.A=function(e,t){if("string"==typeof t&&!(0,i.default)(t)&&t.indexOf("image-set(")>-1)return n.map((function(e){return t.replace(/image-set\(/g,e+"image-set(")}))};var r,i=(r=a(14))&&r.__esModule?r:{default:r},n=["-webkit-",""]},20:(e,t)=>{"use strict";t.A=function(e,t,r){if(Object.prototype.hasOwnProperty.call(a,e))for(var i=a[e],n=0,o=i.length;n<o;++n)r[i[n]]=t};var a={marginBlockStart:["WebkitMarginBefore"],marginBlockEnd:["WebkitMarginAfter"],marginInlineStart:["WebkitMarginStart","MozMarginStart"],marginInlineEnd:["WebkitMarginEnd","MozMarginEnd"],paddingBlockStart:["WebkitPaddingBefore"],paddingBlockEnd:["WebkitPaddingAfter"],paddingInlineStart:["WebkitPaddingStart","MozPaddingStart"],paddingInlineEnd:["WebkitPaddingEnd","MozPaddingEnd"],borderBlockStart:["WebkitBorderBefore"],borderBlockStartColor:["WebkitBorderBeforeColor"],borderBlockStartStyle:["WebkitBorderBeforeStyle"],borderBlockStartWidth:["WebkitBorderBeforeWidth"],borderBlockEnd:["WebkitBorderAfter"],borderBlockEndColor:["WebkitBorderAfterColor"],borderBlockEndStyle:["WebkitBorderAfterStyle"],borderBlockEndWidth:["WebkitBorderAfterWidth"],borderInlineStart:["WebkitBorderStart","MozBorderStart"],borderInlineStartColor:["WebkitBorderStartColor","MozBorderStartColor"],borderInlineStartStyle:["WebkitBorderStartStyle","MozBorderStartStyle"],borderInlineStartWidth:["WebkitBorderStartWidth","MozBorderStartWidth"],borderInlineEnd:["WebkitBorderEnd","MozBorderEnd"],borderInlineEndColor:["WebkitBorderEndColor","MozBorderEndColor"],borderInlineEndStyle:["WebkitBorderEndStyle","MozBorderEndStyle"],borderInlineEndWidth:["WebkitBorderEndWidth","MozBorderEndWidth"]}},996:(e,t)=>{"use strict";t.A=function(e,t){if("position"===e&&"sticky"===t)return["-webkit-sticky","sticky"]}},129:(e,t)=>{"use strict";t.A=function(e,t){if(r.hasOwnProperty(e)&&i.hasOwnProperty(t))return a.map((function(e){return e+t}))};var a=["-webkit-","-moz-",""],r={maxHeight:!0,maxWidth:!0,width:!0,height:!0,columnWidth:!0,minWidth:!0,minHeight:!0},i={"min-content":!0,"max-content":!0,"fill-available":!0,"fit-content":!0,"contain-floats":!0}},508:(e,t,a)=>{"use strict";t.A=function(e,t,a,o){if("string"==typeof t&&l.hasOwnProperty(e)){var h=function(e,t){if((0,i.default)(e))return e;for(var a=e.split(/,(?![^()]*(?:\([^()]*\))?\))/g),n=0,o=a.length;n<o;++n){var l=a[n],h=[l];for(var d in t){var s=(0,r.default)(d);if(l.indexOf(s)>-1&&"order"!==s)for(var y=t[d],p=0,u=y.length;p<u;++p)h.unshift(l.replace(s,c[y[p]]+s))}a[n]=h.join(",")}return a.join(",")}(t,o),d=h.split(/,(?![^()]*(?:\([^()]*\))?\))/g).filter((function(e){return!/-moz-|-ms-/.test(e)})).join(",");if(e.indexOf("Webkit")>-1)return d;var s=h.split(/,(?![^()]*(?:\([^()]*\))?\))/g).filter((function(e){return!/-webkit-|-ms-/.test(e)})).join(",");return e.indexOf("Moz")>-1?s:(a["Webkit"+(0,n.default)(e)]=d,a["Moz"+(0,n.default)(e)]=s,h)}};var r=o(a(721)),i=o(a(14)),n=o(a(91));function o(e){return e&&e.__esModule?e:{default:e}}var l={transition:!0,transitionProperty:!0,WebkitTransition:!0,WebkitTransitionProperty:!0,MozTransition:!0,MozTransitionProperty:!0},c={Webkit:"-webkit-",Moz:"-moz-",ms:"-ms-"}},863:(e,t)=>{"use strict";function a(e,t){-1===e.indexOf(t)&&e.push(t)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(Array.isArray(t))for(var r=0,i=t.length;r<i;++r)a(e,t[r]);else a(e,t)}},91:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return e.charAt(0).toUpperCase()+e.slice(1)}},99:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return e instanceof Object&&!Array.isArray(e)}},49:(e,t,a)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,a){var r=e[t];if(r&&a.hasOwnProperty(t))for(var n=(0,i.default)(t),o=0;o<r.length;++o){var l=r[o]+n;a[l]||(a[l]=a[t])}return a};var r,i=(r=a(91))&&r.__esModule?r:{default:r}},971:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,a,r,i){for(var n=0,o=e.length;n<o;++n){var l=e[n](t,a,r,i);if(l)return l}}},801:e=>{"use strict";function t(e,t){if(null!=e)return e;var a=new Error(void 0!==t?t:"Got unexpected "+e);throw a.framesToPop=1,a}e.exports=t,e.exports.default=t,Object.defineProperty(e.exports,"__esModule",{value:!0})},515:e=>{"use strict";function t(e,t,a){return a<0&&(a+=1),a>1&&(a-=1),a<1/6?e+6*(t-e)*a:a<.5?t:a<2/3?e+(t-e)*(2/3-a)*6:e}function a(e,a,r){const i=r<.5?r*(1+a):r+a-r*a,n=2*r-i,o=t(n,i,e+1/3),l=t(n,i,e),c=t(n,i,e-1/3);return Math.round(255*o)<<24|Math.round(255*l)<<16|Math.round(255*c)<<8}const r="[-+]?\\d*\\.?\\d+",i=r+"%";function n(...e){return"\\(\\s*("+e.join(")\\s*,?\\s*(")+")\\s*\\)"}function o(...e){return"\\(\\s*("+e.slice(0,e.length-1).join(")\\s*,?\\s*(")+")\\s*/\\s*("+e[e.length-1]+")\\s*\\)"}function l(...e){return"\\(\\s*("+e.join(")\\s*,\\s*(")+")\\s*\\)"}let c;function h(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function d(e){return(parseFloat(e)%360+360)%360/360}function s(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function y(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}e.exports=function(e){if("number"==typeof e)return e>>>0===e&&e>=0&&e<=4294967295?e:null;if("string"!=typeof e)return null;const p=(void 0===c&&(c={rgb:new RegExp("rgb"+n(r,r,r)),rgba:new RegExp("rgba("+l(r,r,r,r)+"|"+o(r,r,r,r)+")"),hsl:new RegExp("hsl"+n(r,i,i)),hsla:new RegExp("hsla("+l(r,i,i,r)+"|"+o(r,i,i,r)+")"),hwb:new RegExp("hwb"+n(r,i,i)),hex3:/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex4:/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#([0-9a-fA-F]{6})$/,hex8:/^#([0-9a-fA-F]{8})$/}),c);let u;if(u=p.hex6.exec(e))return parseInt(u[1]+"ff",16)>>>0;const k=function(e){switch(e){case"transparent":return 0;case"aliceblue":return 4042850303;case"antiquewhite":return 4209760255;case"aqua":case"cyan":return 16777215;case"aquamarine":return 2147472639;case"azure":return 4043309055;case"beige":return 4126530815;case"bisque":return 4293182719;case"black":return 255;case"blanchedalmond":return 4293643775;case"blue":return 65535;case"blueviolet":return 2318131967;case"brown":return 2771004159;case"burlywood":return 3736635391;case"burntsienna":return 3934150143;case"cadetblue":return 1604231423;case"chartreuse":return 2147418367;case"chocolate":return 3530104575;case"coral":return 4286533887;case"cornflowerblue":return 1687547391;case"cornsilk":return 4294499583;case"crimson":return 3692313855;case"darkblue":return 35839;case"darkcyan":return 9145343;case"darkgoldenrod":return 3095792639;case"darkgray":case"darkgrey":return 2846468607;case"darkgreen":return 6553855;case"darkkhaki":return 3182914559;case"darkmagenta":return 2332068863;case"darkolivegreen":return 1433087999;case"darkorange":return 4287365375;case"darkorchid":return 2570243327;case"darkred":return 2332033279;case"darksalmon":return 3918953215;case"darkseagreen":return 2411499519;case"darkslateblue":return 1211993087;case"darkslategray":case"darkslategrey":return 793726975;case"darkturquoise":return 13554175;case"darkviolet":return 2483082239;case"deeppink":return 4279538687;case"deepskyblue":return 12582911;case"dimgray":case"dimgrey":return 1768516095;case"dodgerblue":return 512819199;case"firebrick":return 2988581631;case"floralwhite":return 4294635775;case"forestgreen":return 579543807;case"fuchsia":case"magenta":return 4278255615;case"gainsboro":return 3705462015;case"ghostwhite":return 4177068031;case"gold":return 4292280575;case"goldenrod":return 3668254975;case"gray":case"grey":return 2155905279;case"green":return 8388863;case"greenyellow":return 2919182335;case"honeydew":return 4043305215;case"hotpink":return 4285117695;case"indianred":return 3445382399;case"indigo":return 1258324735;case"ivory":return 4294963455;case"khaki":return 4041641215;case"lavender":return 3873897215;case"lavenderblush":return 4293981695;case"lawngreen":return 2096890111;case"lemonchiffon":return 4294626815;case"lightblue":return 2916673279;case"lightcoral":return 4034953471;case"lightcyan":return 3774873599;case"lightgoldenrodyellow":return 4210742015;case"lightgray":case"lightgrey":return 3553874943;case"lightgreen":return 2431553791;case"lightpink":return 4290167295;case"lightsalmon":return 4288707327;case"lightseagreen":return 548580095;case"lightskyblue":return 2278488831;case"lightslategray":case"lightslategrey":return 2005441023;case"lightsteelblue":return 2965692159;case"lightyellow":return 4294959359;case"lime":return 16711935;case"limegreen":return 852308735;case"linen":return 4210091775;case"maroon":return 2147483903;case"mediumaquamarine":return 1724754687;case"mediumblue":return 52735;case"mediumorchid":return 3126187007;case"mediumpurple":return 2473647103;case"mediumseagreen":return 1018393087;case"mediumslateblue":return 2070474495;case"mediumspringgreen":return 16423679;case"mediumturquoise":return 1221709055;case"mediumvioletred":return 3340076543;case"midnightblue":return 421097727;case"mintcream":return 4127193855;case"mistyrose":return 4293190143;case"moccasin":return 4293178879;case"navajowhite":return 4292783615;case"navy":return 33023;case"oldlace":return 4260751103;case"olive":return 2155872511;case"olivedrab":return 1804477439;case"orange":return 4289003775;case"orangered":return 4282712319;case"orchid":return 3664828159;case"palegoldenrod":return 4008225535;case"palegreen":return 2566625535;case"paleturquoise":return 2951671551;case"palevioletred":return 3681588223;case"papayawhip":return 4293907967;case"peachpuff":return 4292524543;case"peru":return 3448061951;case"pink":return 4290825215;case"plum":return 3718307327;case"powderblue":return 2967529215;case"purple":return 2147516671;case"rebeccapurple":return 1714657791;case"red":return 4278190335;case"rosybrown":return 3163525119;case"royalblue":return 1097458175;case"saddlebrown":return 2336560127;case"salmon":return 4202722047;case"sandybrown":return 4104413439;case"seagreen":return 780883967;case"seashell":return 4294307583;case"sienna":return 2689740287;case"silver":return 3233857791;case"skyblue":return 2278484991;case"slateblue":return 1784335871;case"slategray":case"slategrey":return 1887473919;case"snow":return 4294638335;case"springgreen":return 16744447;case"steelblue":return 1182971135;case"tan":return 3535047935;case"teal":return 8421631;case"thistle":return 3636451583;case"tomato":return 4284696575;case"turquoise":return 1088475391;case"violet":return 4001558271;case"wheat":return 4125012991;case"white":return 4294967295;case"whitesmoke":return 4126537215;case"yellow":return 4294902015;case"yellowgreen":return 2597139199}return null}(e);return null!=k?k:(u=p.rgb.exec(e))?(h(u[1])<<24|h(u[2])<<16|h(u[3])<<8|255)>>>0:(u=p.rgba.exec(e))?void 0!==u[6]?(h(u[6])<<24|h(u[7])<<16|h(u[8])<<8|s(u[9]))>>>0:(h(u[2])<<24|h(u[3])<<16|h(u[4])<<8|s(u[5]))>>>0:(u=p.hex3.exec(e))?parseInt(u[1]+u[1]+u[2]+u[2]+u[3]+u[3]+"ff",16)>>>0:(u=p.hex8.exec(e))?parseInt(u[1],16)>>>0:(u=p.hex4.exec(e))?parseInt(u[1]+u[1]+u[2]+u[2]+u[3]+u[3]+u[4]+u[4],16)>>>0:(u=p.hsl.exec(e))?(255|a(d(u[1]),y(u[2]),y(u[3])))>>>0:(u=p.hsla.exec(e))?void 0!==u[6]?(a(d(u[6]),y(u[7]),y(u[8]))|s(u[9]))>>>0:(a(d(u[2]),y(u[3]),y(u[4]))|s(u[5]))>>>0:(u=p.hwb.exec(e))?(255|function(e,a,r){if(a+r>=1){const e=Math.round(255*a/(a+r));return e<<24|e<<16|e<<8}const i=t(0,1,e+1/3)*(1-a-r)+a,n=t(0,1,e)*(1-a-r)+a,o=t(0,1,e-1/3)*(1-a-r)+a;return Math.round(255*i)<<24|Math.round(255*n)<<16|Math.round(255*o)<<8}(d(u[1]),y(u[2]),y(u[3])))>>>0:null}},872:(e,t,a)=>{"use strict";var r=a(496),i=Array.prototype.concat,n=Array.prototype.slice,o=e.exports=function(e){for(var t=[],a=0,o=e.length;a<o;a++){var l=e[a];r(l)?t=i.call(t,n.call(l)):t.push(l)}return t};o.wrap=function(e){return function(){return e(o(arguments))}}},496:e=>{e.exports=function(e){return!(!e||"string"==typeof e)&&(e instanceof Array||Array.isArray(e)||e.length>=0&&(e.splice instanceof Function||Object.getOwnPropertyDescriptor(e,e.length-1)&&"String"!==e.constructor.name))}},176:(e,t)=>{"use strict";t.P=void 0;var a=new WeakMap;function r(e){var t,r,i;return null!=e&&(t=!0===e.disableCache,r=!0===e.disableMix,i=e.transform),function(){for(var e=[],n="",o=null,l=t?null:a,c=new Array(arguments.length),h=0;h<arguments.length;h++)c[h]=arguments[h];for(;c.length>0;){var d=c.pop();if(null!=d&&!1!==d)if(Array.isArray(d))for(var s=0;s<d.length;s++)c.push(d[s]);else{var y=null!=i?i(d):d;if(y.$$css){var p="";if(null!=l&&l.has(y)){var u=l.get(y);null!=u&&(p=u[0],e.push.apply(e,u[1]),l=u[2])}else{var k=[];for(var m in y){var g=y[m];"$$css"!==m&&("string"==typeof g||null===g?e.includes(m)||(e.push(m),null!=l&&k.push(m),"string"==typeof g&&(p+=p?" "+g:g)):console.error("styleq: ".concat(m," typeof ").concat(String(g),' is not "string" or "null".')))}if(null!=l){var v=new WeakMap;l.set(y,[p,k,v]),l=v}}p&&(n=n?p+" "+n:p)}else if(r)null==o&&(o={}),o=Object.assign({},y,o);else{var f=null;for(var M in y){var x=y[M];void 0!==x&&(e.includes(M)||(null!=x&&(null==o&&(o={}),null==f&&(f={}),f[M]=x),e.push(M),l=null))}null!=f&&(o=Object.assign(f,o))}}}return[n,o]}}var i=r();t.P=i,i.factory=r},336:(e,t)=>{"use strict";t.n=function(e,t){if(null!=e[r]){var n=t?1:0;if(a.has(e)){var o=a.get(e),l=o[n];return null==l&&(l=i(e,t),o[n]=l,a.set(e,o)),l}var c=i(e,t),h=new Array(2);return h[n]=c,a.set(e,h),c}return e};var a=new WeakMap,r="$$css$localize";function i(e,t){var a={};for(var i in e)if(i!==r){var n=e[i];Array.isArray(n)?a[i]=t?n[1]:n[0]:a[i]=n}return a}},155:t=>{"use strict";t.exports=e}},a={};function r(e){var i=a[e];if(void 0!==i)return i.exports;var n=a[e]={exports:{}};return t[e](n,n.exports,r),n.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var a in t)r.o(t,a)&&!r.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var i={};return(()=>{"use strict";r.r(i),r.d(i,{BadgeTile:()=>cB,BadgeTileConfig:()=>Sr,BadgeTileType:()=>br,BadgeTileUpdated:()=>yB,BannerTile:()=>gB,BannerTileConfig:()=>xr,BaseBanner:()=>kr,BaseTile:()=>Nr,Button:()=>Si,Carousel:()=>CB,Content:()=>Ri,ContentTile:()=>MB,ContentTileConfig:()=>Cr,Grid:()=>bB,Group:()=>TB,Icon:()=>ZP,Image:()=>kT,LoadingIndicator:()=>CT,PointsTile:()=>HB,PointsTileConfig:()=>wr,ProgressBar:()=>XV,ProgressIndicator:()=>IB,ProgressType:()=>vr,ProgressiveImage:()=>JV,Reward:()=>KB,RewardCategoryTile:()=>DB,RewardCategoryTileConfig:()=>Ir,RewardTile:()=>jB,RewardTileConfig:()=>Lr,RowHeader:()=>eB,Section:()=>PB,SectionHeader:()=>AB,SectionType:()=>xB,Text:()=>rB,TierTile:()=>UB,TierTileConfig:()=>_r,TierTileType:()=>gr,TierTileUpdated:()=>ZB,TileContainer:()=>XB,TileHeight:()=>Mr,TileType:()=>fr,UrlTarget:()=>mr,WllSdkProvider:()=>dr,useWllSdk:()=>sr});var e={};r.r(e),r.d(e,{AArrowDown:()=>Hi,AArrowUp:()=>Vi,ALargeSmall:()=>Bi,Accessibility:()=>Di,Activity:()=>Ei,AirVent:()=>Fi,Airplay:()=>ji,AlarmClock:()=>Zi,AlarmClockCheck:()=>Oi,AlarmClockMinus:()=>Ui,AlarmClockOff:()=>Ni,AlarmClockPlus:()=>Wi,AlarmSmoke:()=>Gi,Album:()=>Xi,AlignCenter:()=>Ji,AlignCenterHorizontal:()=>Ki,AlignCenterVertical:()=>Yi,AlignEndHorizontal:()=>$i,AlignEndVertical:()=>Qi,AlignHorizontalDistributeCenter:()=>en,AlignHorizontalDistributeEnd:()=>tn,AlignHorizontalDistributeStart:()=>an,AlignHorizontalJustifyCenter:()=>rn,AlignHorizontalJustifyEnd:()=>nn,AlignHorizontalJustifyStart:()=>on,AlignHorizontalSpaceAround:()=>ln,AlignHorizontalSpaceBetween:()=>cn,AlignJustify:()=>hn,AlignLeft:()=>dn,AlignRight:()=>sn,AlignStartHorizontal:()=>yn,AlignStartVertical:()=>pn,AlignVerticalDistributeCenter:()=>un,AlignVerticalDistributeEnd:()=>kn,AlignVerticalDistributeStart:()=>mn,AlignVerticalJustifyCenter:()=>gn,AlignVerticalJustifyEnd:()=>vn,AlignVerticalJustifyStart:()=>fn,AlignVerticalSpaceAround:()=>Mn,AlignVerticalSpaceBetween:()=>xn,Ambulance:()=>wn,Ampersand:()=>Cn,Ampersands:()=>Ln,Amphora:()=>bn,Anchor:()=>Sn,Angry:()=>In,Annoyed:()=>_n,Antenna:()=>An,Anvil:()=>Rn,Aperture:()=>qn,AppWindow:()=>Tn,AppWindowMac:()=>Pn,Apple:()=>zn,Archive:()=>Bn,ArchiveRestore:()=>Hn,ArchiveX:()=>Vn,Armchair:()=>Dn,ArrowBigDown:()=>Fn,ArrowBigDownDash:()=>En,ArrowBigLeft:()=>On,ArrowBigLeftDash:()=>jn,ArrowBigRight:()=>Nn,ArrowBigRightDash:()=>Un,ArrowBigUp:()=>Zn,ArrowBigUpDash:()=>Wn,ArrowDown:()=>no,ArrowDown01:()=>Gn,ArrowDown10:()=>Xn,ArrowDownAZ:()=>Kn,ArrowDownFromLine:()=>Yn,ArrowDownLeft:()=>Jn,ArrowDownNarrowWide:()=>$n,ArrowDownRight:()=>Qn,ArrowDownToDot:()=>eo,ArrowDownToLine:()=>to,ArrowDownUp:()=>ao,ArrowDownWideNarrow:()=>ro,ArrowDownZA:()=>io,ArrowLeft:()=>ho,ArrowLeftFromLine:()=>oo,ArrowLeftRight:()=>lo,ArrowLeftToLine:()=>co,ArrowRight:()=>uo,ArrowRightFromLine:()=>so,ArrowRightLeft:()=>yo,ArrowRightToLine:()=>po,ArrowUp:()=>Io,ArrowUp01:()=>ko,ArrowUp10:()=>mo,ArrowUpAZ:()=>go,ArrowUpDown:()=>vo,ArrowUpFromDot:()=>fo,ArrowUpFromLine:()=>Mo,ArrowUpLeft:()=>xo,ArrowUpNarrowWide:()=>wo,ArrowUpRight:()=>Co,ArrowUpToLine:()=>Lo,ArrowUpWideNarrow:()=>bo,ArrowUpZA:()=>So,ArrowsUpFromLine:()=>_o,Asterisk:()=>Ao,AtSign:()=>Ro,Atom:()=>qo,AudioLines:()=>Po,AudioWaveform:()=>To,Award:()=>zo,Axe:()=>Ho,Axis3d:()=>Vo,Baby:()=>Bo,Backpack:()=>Do,Badge:()=>tl,BadgeAlert:()=>Eo,BadgeCent:()=>Fo,BadgeCheck:()=>jo,BadgeDollarSign:()=>Oo,BadgeEuro:()=>Uo,BadgeHelp:()=>No,BadgeIndianRupee:()=>Wo,BadgeInfo:()=>Zo,BadgeJapaneseYen:()=>Go,BadgeMinus:()=>Xo,BadgePercent:()=>Ko,BadgePlus:()=>Yo,BadgePoundSterling:()=>Jo,BadgeRussianRuble:()=>$o,BadgeSwissFranc:()=>Qo,BadgeX:()=>el,BaggageClaim:()=>al,Ban:()=>rl,Banana:()=>il,Bandage:()=>nl,Banknote:()=>ol,Barcode:()=>ll,Baseline:()=>cl,Bath:()=>hl,Battery:()=>kl,BatteryCharging:()=>dl,BatteryFull:()=>sl,BatteryLow:()=>yl,BatteryMedium:()=>pl,BatteryWarning:()=>ul,Beaker:()=>ml,Bean:()=>vl,BeanOff:()=>gl,Bed:()=>xl,BedDouble:()=>fl,BedSingle:()=>Ml,Beef:()=>wl,Beer:()=>Ll,BeerOff:()=>Cl,Bell:()=>ql,BellDot:()=>bl,BellElectric:()=>Sl,BellMinus:()=>Il,BellOff:()=>_l,BellPlus:()=>Al,BellRing:()=>Rl,BetweenHorizontalEnd:()=>Pl,BetweenHorizontalStart:()=>Tl,BetweenVerticalEnd:()=>zl,BetweenVerticalStart:()=>Hl,BicepsFlexed:()=>Vl,Bike:()=>Bl,Binary:()=>Dl,Binoculars:()=>El,Biohazard:()=>Fl,Bird:()=>jl,Bitcoin:()=>Ol,Blend:()=>Ul,Blinds:()=>Nl,Blocks:()=>Wl,Bluetooth:()=>Kl,BluetoothConnected:()=>Zl,BluetoothOff:()=>Gl,BluetoothSearching:()=>Xl,Bold:()=>Yl,Bolt:()=>Jl,Bomb:()=>$l,Bone:()=>Ql,Book:()=>Cc,BookA:()=>ec,BookAudio:()=>tc,BookCheck:()=>ac,BookCopy:()=>rc,BookDashed:()=>ic,BookDown:()=>nc,BookHeadphones:()=>oc,BookHeart:()=>lc,BookImage:()=>cc,BookKey:()=>hc,BookLock:()=>dc,BookMarked:()=>sc,BookMinus:()=>yc,BookOpen:()=>kc,BookOpenCheck:()=>pc,BookOpenText:()=>uc,BookPlus:()=>mc,BookText:()=>gc,BookType:()=>vc,BookUp:()=>Mc,BookUp2:()=>fc,BookUser:()=>xc,BookX:()=>wc,Bookmark:()=>_c,BookmarkCheck:()=>Lc,BookmarkMinus:()=>bc,BookmarkPlus:()=>Sc,BookmarkX:()=>Ic,BoomBox:()=>Ac,Bot:()=>Pc,BotMessageSquare:()=>Rc,BotOff:()=>qc,Box:()=>zc,BoxSelect:()=>Tc,Boxes:()=>Hc,Braces:()=>Vc,Brackets:()=>Bc,Brain:()=>Fc,BrainCircuit:()=>Dc,BrainCog:()=>Ec,BrickWall:()=>jc,Briefcase:()=>Nc,BriefcaseBusiness:()=>Oc,BriefcaseMedical:()=>Uc,BringToFront:()=>Wc,Brush:()=>Zc,Bug:()=>Kc,BugOff:()=>Gc,BugPlay:()=>Xc,Building:()=>Jc,Building2:()=>Yc,Bus:()=>Qc,BusFront:()=>$c,Cable:()=>th,CableCar:()=>eh,Cake:()=>rh,CakeSlice:()=>ah,Calculator:()=>ih,Calendar:()=>Ch,CalendarArrowDown:()=>nh,CalendarArrowUp:()=>oh,CalendarCheck:()=>ch,CalendarCheck2:()=>lh,CalendarClock:()=>hh,CalendarCog:()=>dh,CalendarDays:()=>sh,CalendarFold:()=>yh,CalendarHeart:()=>ph,CalendarMinus:()=>kh,CalendarMinus2:()=>uh,CalendarOff:()=>mh,CalendarPlus:()=>vh,CalendarPlus2:()=>gh,CalendarRange:()=>fh,CalendarSearch:()=>Mh,CalendarX:()=>wh,CalendarX2:()=>xh,Camera:()=>bh,CameraOff:()=>Lh,Candy:()=>_h,CandyCane:()=>Sh,CandyOff:()=>Ih,Cannabis:()=>Ah,Captions:()=>qh,CaptionsOff:()=>Rh,Car:()=>zh,CarFront:()=>Ph,CarTaxiFront:()=>Th,Caravan:()=>Hh,Carrot:()=>Vh,CaseLower:()=>Bh,CaseSensitive:()=>Dh,CaseUpper:()=>Eh,CassetteTape:()=>Fh,Cast:()=>jh,Castle:()=>Oh,Cat:()=>Uh,Cctv:()=>Nh,ChartArea:()=>Wh,ChartBar:()=>Yh,ChartBarBig:()=>Zh,ChartBarDecreasing:()=>Gh,ChartBarIncreasing:()=>Xh,ChartBarStacked:()=>Kh,ChartCandlestick:()=>Jh,ChartColumn:()=>ad,ChartColumnBig:()=>$h,ChartColumnDecreasing:()=>Qh,ChartColumnIncreasing:()=>ed,ChartColumnStacked:()=>td,ChartLine:()=>rd,ChartNetwork:()=>id,ChartNoAxesColumn:()=>ld,ChartNoAxesColumnDecreasing:()=>nd,ChartNoAxesColumnIncreasing:()=>od,ChartNoAxesCombined:()=>cd,ChartNoAxesGantt:()=>hd,ChartPie:()=>dd,ChartScatter:()=>sd,ChartSpline:()=>yd,Check:()=>ud,CheckCheck:()=>pd,ChefHat:()=>kd,Cherry:()=>md,ChevronDown:()=>gd,ChevronFirst:()=>vd,ChevronLast:()=>fd,ChevronLeft:()=>Md,ChevronRight:()=>xd,ChevronUp:()=>wd,ChevronsDown:()=>Ld,ChevronsDownUp:()=>Cd,ChevronsLeft:()=>Id,ChevronsLeftRight:()=>Sd,ChevronsLeftRightEllipsis:()=>bd,ChevronsRight:()=>Ad,ChevronsRightLeft:()=>_d,ChevronsUp:()=>qd,ChevronsUpDown:()=>Rd,Chrome:()=>Pd,Church:()=>Td,Cigarette:()=>Hd,CigaretteOff:()=>zd,Circle:()=>Cs,CircleAlert:()=>Vd,CircleArrowDown:()=>Bd,CircleArrowLeft:()=>Dd,CircleArrowOutDownLeft:()=>Ed,CircleArrowOutDownRight:()=>Fd,CircleArrowOutUpLeft:()=>jd,CircleArrowOutUpRight:()=>Od,CircleArrowRight:()=>Ud,CircleArrowUp:()=>Nd,CircleCheck:()=>Zd,CircleCheckBig:()=>Wd,CircleChevronDown:()=>Gd,CircleChevronLeft:()=>Xd,CircleChevronRight:()=>Kd,CircleChevronUp:()=>Yd,CircleDashed:()=>Jd,CircleDivide:()=>$d,CircleDollarSign:()=>Qd,CircleDot:()=>ts,CircleDotDashed:()=>es,CircleEllipsis:()=>as,CircleEqual:()=>rs,CircleFadingArrowUp:()=>is,CircleFadingPlus:()=>ns,CircleGauge:()=>os,CircleHelp:()=>ls,CircleMinus:()=>cs,CircleOff:()=>hs,CircleParking:()=>ss,CircleParkingOff:()=>ds,CirclePause:()=>ys,CirclePercent:()=>ps,CirclePlay:()=>us,CirclePlus:()=>ks,CirclePower:()=>ms,CircleSlash:()=>vs,CircleSlash2:()=>gs,CircleStop:()=>fs,CircleUser:()=>xs,CircleUserRound:()=>Ms,CircleX:()=>ws,CircuitBoard:()=>Ls,Citrus:()=>bs,Clapperboard:()=>Ss,Clipboard:()=>Bs,ClipboardCheck:()=>Is,ClipboardCopy:()=>_s,ClipboardList:()=>As,ClipboardMinus:()=>Rs,ClipboardPaste:()=>qs,ClipboardPen:()=>Ts,ClipboardPenLine:()=>Ps,ClipboardPlus:()=>zs,ClipboardType:()=>Hs,ClipboardX:()=>Vs,Clock:()=>$s,Clock1:()=>Ds,Clock10:()=>Es,Clock11:()=>Fs,Clock12:()=>js,Clock2:()=>Os,Clock3:()=>Us,Clock4:()=>Ns,Clock5:()=>Ws,Clock6:()=>Zs,Clock7:()=>Gs,Clock8:()=>Xs,Clock9:()=>Ks,ClockArrowDown:()=>Ys,ClockArrowUp:()=>Js,Cloud:()=>uy,CloudCog:()=>Qs,CloudDownload:()=>ey,CloudDrizzle:()=>ty,CloudFog:()=>ay,CloudHail:()=>ry,CloudLightning:()=>iy,CloudMoon:()=>oy,CloudMoonRain:()=>ny,CloudOff:()=>ly,CloudRain:()=>hy,CloudRainWind:()=>cy,CloudSnow:()=>dy,CloudSun:()=>yy,CloudSunRain:()=>sy,CloudUpload:()=>py,Cloudy:()=>ky,Clover:()=>my,Club:()=>gy,Code:()=>fy,CodeXml:()=>vy,Codepen:()=>My,Codesandbox:()=>xy,Coffee:()=>wy,Cog:()=>Cy,Coins:()=>Ly,Columns2:()=>by,Columns3:()=>Sy,Columns4:()=>Iy,Combine:()=>_y,Command:()=>Ay,Compass:()=>Ry,Component:()=>qy,Computer:()=>Py,ConciergeBell:()=>Ty,Cone:()=>zy,Construction:()=>Hy,Contact:()=>By,ContactRound:()=>Vy,Container:()=>Dy,Contrast:()=>Ey,Cookie:()=>Fy,CookingPot:()=>jy,Copy:()=>Gy,CopyCheck:()=>Oy,CopyMinus:()=>Uy,CopyPlus:()=>Ny,CopySlash:()=>Wy,CopyX:()=>Zy,Copyleft:()=>Xy,Copyright:()=>Ky,CornerDownLeft:()=>Yy,CornerDownRight:()=>Jy,CornerLeftDown:()=>$y,CornerLeftUp:()=>Qy,CornerRightDown:()=>ep,CornerRightUp:()=>tp,CornerUpLeft:()=>ap,CornerUpRight:()=>rp,Cpu:()=>ip,CreativeCommons:()=>np,CreditCard:()=>op,Croissant:()=>lp,Crop:()=>cp,Cross:()=>hp,Crosshair:()=>dp,Crown:()=>sp,Cuboid:()=>yp,CupSoda:()=>pp,Currency:()=>up,Cylinder:()=>kp,Dam:()=>mp,Database:()=>fp,DatabaseBackup:()=>gp,DatabaseZap:()=>vp,Delete:()=>Mp,Dessert:()=>xp,Diameter:()=>wp,Diamond:()=>Sp,DiamondMinus:()=>Cp,DiamondPercent:()=>Lp,DiamondPlus:()=>bp,Dice1:()=>Ip,Dice2:()=>_p,Dice3:()=>Ap,Dice4:()=>Rp,Dice5:()=>qp,Dice6:()=>Pp,Dices:()=>Tp,Diff:()=>zp,Disc:()=>Dp,Disc2:()=>Hp,Disc3:()=>Vp,DiscAlbum:()=>Bp,Divide:()=>Ep,Dna:()=>jp,DnaOff:()=>Fp,Dock:()=>Op,Dog:()=>Up,DollarSign:()=>Np,Donut:()=>Wp,DoorClosed:()=>Zp,DoorOpen:()=>Gp,Dot:()=>Xp,Download:()=>Kp,DraftingCompass:()=>Yp,Drama:()=>Jp,Dribbble:()=>$p,Drill:()=>Qp,Droplet:()=>eu,Droplets:()=>tu,Drum:()=>au,Drumstick:()=>ru,Dumbbell:()=>iu,Ear:()=>ou,EarOff:()=>nu,Earth:()=>cu,EarthLock:()=>lu,Eclipse:()=>hu,Egg:()=>yu,EggFried:()=>du,EggOff:()=>su,Ellipsis:()=>uu,EllipsisVertical:()=>pu,Equal:()=>mu,EqualNot:()=>ku,Eraser:()=>gu,EthernetPort:()=>vu,Euro:()=>fu,Expand:()=>Mu,ExternalLink:()=>xu,Eye:()=>Cu,EyeOff:()=>wu,Facebook:()=>Lu,Factory:()=>bu,Fan:()=>Su,FastForward:()=>Iu,Feather:()=>_u,Fence:()=>Au,FerrisWheel:()=>Ru,Figma:()=>qu,File:()=>Hk,FileArchive:()=>Pu,FileAudio:()=>zu,FileAudio2:()=>Tu,FileAxis3d:()=>Hu,FileBadge:()=>Bu,FileBadge2:()=>Vu,FileBox:()=>Du,FileChartColumn:()=>Fu,FileChartColumnIncreasing:()=>Eu,FileChartLine:()=>ju,FileChartPie:()=>Ou,FileCheck:()=>Nu,FileCheck2:()=>Uu,FileClock:()=>Wu,FileCode:()=>Gu,FileCode2:()=>Zu,FileCog:()=>Xu,FileDiff:()=>Ku,FileDigit:()=>Yu,FileDown:()=>Ju,FileHeart:()=>$u,FileImage:()=>Qu,FileInput:()=>ek,FileJson:()=>ak,FileJson2:()=>tk,FileKey:()=>ik,FileKey2:()=>rk,FileLock:()=>ok,FileLock2:()=>nk,FileMinus:()=>ck,FileMinus2:()=>lk,FileMusic:()=>hk,FileOutput:()=>dk,FilePen:()=>yk,FilePenLine:()=>sk,FilePlus:()=>uk,FilePlus2:()=>pk,FileQuestion:()=>kk,FileScan:()=>mk,FileSearch:()=>vk,FileSearch2:()=>gk,FileSliders:()=>fk,FileSpreadsheet:()=>Mk,FileStack:()=>xk,FileSymlink:()=>wk,FileTerminal:()=>Ck,FileText:()=>Lk,FileType:()=>Sk,FileType2:()=>bk,FileUp:()=>Ik,FileVideo:()=>Ak,FileVideo2:()=>_k,FileVolume:()=>qk,FileVolume2:()=>Rk,FileWarning:()=>Pk,FileX:()=>zk,FileX2:()=>Tk,Files:()=>Vk,Film:()=>Bk,Filter:()=>Ek,FilterX:()=>Dk,Fingerprint:()=>Fk,FireExtinguisher:()=>jk,Fish:()=>Nk,FishOff:()=>Ok,FishSymbol:()=>Uk,Flag:()=>Xk,FlagOff:()=>Wk,FlagTriangleLeft:()=>Zk,FlagTriangleRight:()=>Gk,Flame:()=>Yk,FlameKindling:()=>Kk,Flashlight:()=>$k,FlashlightOff:()=>Jk,FlaskConical:()=>em,FlaskConicalOff:()=>Qk,FlaskRound:()=>tm,FlipHorizontal:()=>rm,FlipHorizontal2:()=>am,FlipVertical:()=>nm,FlipVertical2:()=>im,Flower:()=>lm,Flower2:()=>om,Focus:()=>cm,FoldHorizontal:()=>hm,FoldVertical:()=>dm,Folder:()=>Fm,FolderArchive:()=>sm,FolderCheck:()=>ym,FolderClock:()=>pm,FolderClosed:()=>um,FolderCode:()=>km,FolderCog:()=>mm,FolderDot:()=>gm,FolderDown:()=>vm,FolderGit:()=>Mm,FolderGit2:()=>fm,FolderHeart:()=>xm,FolderInput:()=>wm,FolderKanban:()=>Cm,FolderKey:()=>Lm,FolderLock:()=>bm,FolderMinus:()=>Sm,FolderOpen:()=>_m,FolderOpenDot:()=>Im,FolderOutput:()=>Am,FolderPen:()=>Rm,FolderPlus:()=>qm,FolderRoot:()=>Pm,FolderSearch:()=>zm,FolderSearch2:()=>Tm,FolderSymlink:()=>Hm,FolderSync:()=>Vm,FolderTree:()=>Bm,FolderUp:()=>Dm,FolderX:()=>Em,Folders:()=>jm,Footprints:()=>Om,Forklift:()=>Um,Forward:()=>Nm,Frame:()=>Wm,Framer:()=>Zm,Frown:()=>Gm,Fuel:()=>Xm,Fullscreen:()=>Km,GalleryHorizontal:()=>Jm,GalleryHorizontalEnd:()=>Ym,GalleryThumbnails:()=>$m,GalleryVertical:()=>eg,GalleryVerticalEnd:()=>Qm,Gamepad:()=>ag,Gamepad2:()=>tg,Gauge:()=>rg,Gavel:()=>ig,Gem:()=>ng,Ghost:()=>og,Gift:()=>lg,GitBranch:()=>hg,GitBranchPlus:()=>cg,GitCommitHorizontal:()=>dg,GitCommitVertical:()=>sg,GitCompare:()=>pg,GitCompareArrows:()=>yg,GitFork:()=>ug,GitGraph:()=>kg,GitMerge:()=>mg,GitPullRequest:()=>wg,GitPullRequestArrow:()=>gg,GitPullRequestClosed:()=>vg,GitPullRequestCreate:()=>Mg,GitPullRequestCreateArrow:()=>fg,GitPullRequestDraft:()=>xg,Github:()=>Cg,Gitlab:()=>Lg,GlassWater:()=>bg,Glasses:()=>Sg,Globe:()=>_g,GlobeLock:()=>Ig,Goal:()=>Ag,Grab:()=>Rg,GraduationCap:()=>qg,Grape:()=>Pg,Grid2x2:()=>Hg,Grid2x2Check:()=>Tg,Grid2x2X:()=>zg,Grid3x3:()=>Vg,Grip:()=>Eg,GripHorizontal:()=>Bg,GripVertical:()=>Dg,Group:()=>Fg,Guitar:()=>jg,Ham:()=>Og,Hammer:()=>Ug,Hand:()=>Kg,HandCoins:()=>Ng,HandHeart:()=>Wg,HandHelping:()=>Zg,HandMetal:()=>Gg,HandPlatter:()=>Xg,Handshake:()=>Yg,HardDrive:()=>Qg,HardDriveDownload:()=>Jg,HardDriveUpload:()=>$g,HardHat:()=>ev,Hash:()=>tv,Haze:()=>av,HdmiPort:()=>rv,Heading:()=>dv,Heading1:()=>iv,Heading2:()=>nv,Heading3:()=>ov,Heading4:()=>lv,Heading5:()=>cv,Heading6:()=>hv,Headphones:()=>sv,Headset:()=>yv,Heart:()=>gv,HeartCrack:()=>pv,HeartHandshake:()=>uv,HeartOff:()=>kv,HeartPulse:()=>mv,Heater:()=>vv,Hexagon:()=>fv,Highlighter:()=>Mv,History:()=>xv,Hop:()=>Cv,HopOff:()=>wv,Hospital:()=>Lv,Hotel:()=>bv,Hourglass:()=>Sv,House:()=>Av,HousePlug:()=>Iv,HousePlus:()=>_v,IceCreamBowl:()=>Rv,IceCreamCone:()=>qv,IdCard:()=>Pv,Image:()=>Ev,ImageDown:()=>Tv,ImageMinus:()=>zv,ImageOff:()=>Hv,ImagePlay:()=>Vv,ImagePlus:()=>Bv,ImageUp:()=>Dv,Images:()=>Fv,Import:()=>jv,Inbox:()=>Ov,IndentDecrease:()=>Uv,IndentIncrease:()=>Nv,IndianRupee:()=>Wv,Infinity:()=>Zv,Info:()=>Gv,InspectionPanel:()=>Xv,Instagram:()=>Kv,Italic:()=>Yv,IterationCcw:()=>Jv,IterationCw:()=>$v,JapaneseYen:()=>Qv,Joystick:()=>ef,Kanban:()=>tf,Key:()=>nf,KeyRound:()=>af,KeySquare:()=>rf,Keyboard:()=>cf,KeyboardMusic:()=>of,KeyboardOff:()=>lf,Lamp:()=>uf,LampCeiling:()=>hf,LampDesk:()=>df,LampFloor:()=>sf,LampWallDown:()=>yf,LampWallUp:()=>pf,LandPlot:()=>kf,Landmark:()=>mf,Languages:()=>gf,Laptop:()=>ff,LaptopMinimal:()=>vf,Lasso:()=>xf,LassoSelect:()=>Mf,Laugh:()=>wf,Layers:()=>bf,Layers2:()=>Cf,Layers3:()=>Lf,LayoutDashboard:()=>Sf,LayoutGrid:()=>If,LayoutList:()=>_f,LayoutPanelLeft:()=>Af,LayoutPanelTop:()=>Rf,LayoutTemplate:()=>qf,Leaf:()=>Pf,LeafyGreen:()=>Tf,Lectern:()=>zf,LetterText:()=>Hf,Library:()=>Bf,LibraryBig:()=>Vf,LifeBuoy:()=>Df,Ligature:()=>Ef,Lightbulb:()=>jf,LightbulbOff:()=>Ff,Link:()=>Nf,Link2:()=>Uf,Link2Off:()=>Of,Linkedin:()=>Wf,List:()=>lM,ListCheck:()=>Zf,ListChecks:()=>Gf,ListCollapse:()=>Xf,ListEnd:()=>Kf,ListFilter:()=>Yf,ListMinus:()=>Jf,ListMusic:()=>$f,ListOrdered:()=>Qf,ListPlus:()=>eM,ListRestart:()=>tM,ListStart:()=>aM,ListTodo:()=>rM,ListTree:()=>iM,ListVideo:()=>nM,ListX:()=>oM,Loader:()=>dM,LoaderCircle:()=>cM,LoaderPinwheel:()=>hM,Locate:()=>pM,LocateFixed:()=>sM,LocateOff:()=>yM,Lock:()=>gM,LockKeyhole:()=>kM,LockKeyholeOpen:()=>uM,LockOpen:()=>mM,LogIn:()=>vM,LogOut:()=>fM,Logs:()=>MM,Lollipop:()=>xM,Luggage:()=>wM,Magnet:()=>CM,Mail:()=>PM,MailCheck:()=>LM,MailMinus:()=>bM,MailOpen:()=>SM,MailPlus:()=>IM,MailQuestion:()=>_M,MailSearch:()=>AM,MailWarning:()=>RM,MailX:()=>qM,Mailbox:()=>TM,Mails:()=>zM,Map:()=>GM,MapPin:()=>WM,MapPinCheck:()=>VM,MapPinCheckInside:()=>HM,MapPinHouse:()=>BM,MapPinMinus:()=>EM,MapPinMinusInside:()=>DM,MapPinOff:()=>FM,MapPinPlus:()=>OM,MapPinPlusInside:()=>jM,MapPinX:()=>NM,MapPinXInside:()=>UM,MapPinned:()=>ZM,Martini:()=>XM,Maximize:()=>YM,Maximize2:()=>KM,Medal:()=>JM,Megaphone:()=>QM,MegaphoneOff:()=>$M,Meh:()=>ex,MemoryStick:()=>tx,Menu:()=>ax,Merge:()=>rx,MessageCircle:()=>ux,MessageCircleCode:()=>ix,MessageCircleDashed:()=>nx,MessageCircleHeart:()=>ox,MessageCircleMore:()=>lx,MessageCircleOff:()=>cx,MessageCirclePlus:()=>hx,MessageCircleQuestion:()=>dx,MessageCircleReply:()=>sx,MessageCircleWarning:()=>yx,MessageCircleX:()=>px,MessageSquare:()=>Ax,MessageSquareCode:()=>kx,MessageSquareDashed:()=>mx,MessageSquareDiff:()=>gx,MessageSquareDot:()=>vx,MessageSquareHeart:()=>fx,MessageSquareMore:()=>Mx,MessageSquareOff:()=>xx,MessageSquarePlus:()=>wx,MessageSquareQuote:()=>Cx,MessageSquareReply:()=>Lx,MessageSquareShare:()=>bx,MessageSquareText:()=>Sx,MessageSquareWarning:()=>Ix,MessageSquareX:()=>_x,MessagesSquare:()=>Rx,Mic:()=>Tx,MicOff:()=>qx,MicVocal:()=>Px,Microchip:()=>zx,Microscope:()=>Hx,Microwave:()=>Vx,Milestone:()=>Bx,Milk:()=>Ex,MilkOff:()=>Dx,Minimize:()=>jx,Minimize2:()=>Fx,Minus:()=>Ox,Monitor:()=>tw,MonitorCheck:()=>Ux,MonitorCog:()=>Nx,MonitorDot:()=>Wx,MonitorDown:()=>Zx,MonitorOff:()=>Gx,MonitorPause:()=>Xx,MonitorPlay:()=>Kx,MonitorSmartphone:()=>Yx,MonitorSpeaker:()=>Jx,MonitorStop:()=>$x,MonitorUp:()=>Qx,MonitorX:()=>ew,Moon:()=>rw,MoonStar:()=>aw,Mountain:()=>nw,MountainSnow:()=>iw,Mouse:()=>sw,MouseOff:()=>ow,MousePointer:()=>dw,MousePointer2:()=>lw,MousePointerBan:()=>cw,MousePointerClick:()=>hw,Move:()=>bw,Move3d:()=>yw,MoveDiagonal:()=>uw,MoveDiagonal2:()=>pw,MoveDown:()=>gw,MoveDownLeft:()=>kw,MoveDownRight:()=>mw,MoveHorizontal:()=>vw,MoveLeft:()=>fw,MoveRight:()=>Mw,MoveUp:()=>Cw,MoveUpLeft:()=>xw,MoveUpRight:()=>ww,MoveVertical:()=>Lw,Music:()=>Aw,Music2:()=>Sw,Music3:()=>Iw,Music4:()=>_w,Navigation:()=>Tw,Navigation2:()=>qw,Navigation2Off:()=>Rw,NavigationOff:()=>Pw,Network:()=>zw,Newspaper:()=>Hw,Nfc:()=>Vw,Notebook:()=>Fw,NotebookPen:()=>Bw,NotebookTabs:()=>Dw,NotebookText:()=>Ew,NotepadText:()=>Ow,NotepadTextDashed:()=>jw,Nut:()=>Nw,NutOff:()=>Uw,Octagon:()=>Xw,OctagonAlert:()=>Ww,OctagonPause:()=>Zw,OctagonX:()=>Gw,Omega:()=>Kw,Option:()=>Yw,Orbit:()=>Jw,Origami:()=>$w,Package:()=>oC,Package2:()=>Qw,PackageCheck:()=>eC,PackageMinus:()=>tC,PackageOpen:()=>aC,PackagePlus:()=>rC,PackageSearch:()=>iC,PackageX:()=>nC,PaintBucket:()=>lC,PaintRoller:()=>cC,Paintbrush:()=>dC,PaintbrushVertical:()=>hC,Palette:()=>sC,PanelBottom:()=>kC,PanelBottomClose:()=>yC,PanelBottomDashed:()=>pC,PanelBottomOpen:()=>uC,PanelLeft:()=>fC,PanelLeftClose:()=>mC,PanelLeftDashed:()=>gC,PanelLeftOpen:()=>vC,PanelRight:()=>CC,PanelRightClose:()=>MC,PanelRightDashed:()=>xC,PanelRightOpen:()=>wC,PanelTop:()=>IC,PanelTopClose:()=>LC,PanelTopDashed:()=>bC,PanelTopOpen:()=>SC,PanelsLeftBottom:()=>_C,PanelsRightBottom:()=>AC,PanelsTopLeft:()=>RC,Paperclip:()=>qC,Parentheses:()=>PC,ParkingMeter:()=>TC,PartyPopper:()=>zC,Pause:()=>HC,PawPrint:()=>VC,PcCase:()=>BC,Pen:()=>jC,PenLine:()=>DC,PenOff:()=>EC,PenTool:()=>FC,Pencil:()=>WC,PencilLine:()=>OC,PencilOff:()=>UC,PencilRuler:()=>NC,Pentagon:()=>ZC,Percent:()=>GC,PersonStanding:()=>XC,PhilippinePeso:()=>KC,Phone:()=>aL,PhoneCall:()=>YC,PhoneForwarded:()=>JC,PhoneIncoming:()=>$C,PhoneMissed:()=>QC,PhoneOff:()=>eL,PhoneOutgoing:()=>tL,Pi:()=>rL,Piano:()=>iL,Pickaxe:()=>nL,PictureInPicture:()=>lL,PictureInPicture2:()=>oL,PiggyBank:()=>cL,Pilcrow:()=>sL,PilcrowLeft:()=>hL,PilcrowRight:()=>dL,Pill:()=>pL,PillBottle:()=>yL,Pin:()=>kL,PinOff:()=>uL,Pipette:()=>mL,Pizza:()=>gL,Plane:()=>ML,PlaneLanding:()=>vL,PlaneTakeoff:()=>fL,Play:()=>xL,Plug:()=>LL,Plug2:()=>wL,PlugZap:()=>CL,Plus:()=>bL,Pocket:()=>IL,PocketKnife:()=>SL,Podcast:()=>_L,Pointer:()=>RL,PointerOff:()=>AL,Popcorn:()=>qL,Popsicle:()=>PL,PoundSterling:()=>TL,Power:()=>HL,PowerOff:()=>zL,Presentation:()=>VL,Printer:()=>DL,PrinterCheck:()=>BL,Projector:()=>EL,Proportions:()=>FL,Puzzle:()=>jL,Pyramid:()=>OL,QrCode:()=>UL,Quote:()=>NL,Rabbit:()=>WL,Radar:()=>ZL,Radiation:()=>GL,Radical:()=>XL,Radio:()=>JL,RadioReceiver:()=>KL,RadioTower:()=>YL,Radius:()=>$L,RailSymbol:()=>QL,Rainbow:()=>eb,Rat:()=>tb,Ratio:()=>ab,Receipt:()=>sb,ReceiptCent:()=>rb,ReceiptEuro:()=>ib,ReceiptIndianRupee:()=>nb,ReceiptJapaneseYen:()=>ob,ReceiptPoundSterling:()=>lb,ReceiptRussianRuble:()=>cb,ReceiptSwissFranc:()=>hb,ReceiptText:()=>db,RectangleEllipsis:()=>yb,RectangleHorizontal:()=>pb,RectangleVertical:()=>ub,Recycle:()=>kb,Redo:()=>vb,Redo2:()=>mb,RedoDot:()=>gb,RefreshCcw:()=>Mb,RefreshCcwDot:()=>fb,RefreshCw:()=>wb,RefreshCwOff:()=>xb,Refrigerator:()=>Cb,Regex:()=>Lb,RemoveFormatting:()=>bb,Repeat:()=>_b,Repeat1:()=>Sb,Repeat2:()=>Ib,Replace:()=>Rb,ReplaceAll:()=>Ab,Reply:()=>Pb,ReplyAll:()=>qb,Rewind:()=>Tb,Ribbon:()=>zb,Rocket:()=>Hb,RockingChair:()=>Vb,RollerCoaster:()=>Bb,Rotate3d:()=>Db,RotateCcw:()=>Fb,RotateCcwSquare:()=>Eb,RotateCw:()=>Ob,RotateCwSquare:()=>jb,Route:()=>Nb,RouteOff:()=>Ub,Router:()=>Wb,Rows2:()=>Zb,Rows3:()=>Gb,Rows4:()=>Xb,Rss:()=>Kb,Ruler:()=>Yb,RussianRuble:()=>Jb,Sailboat:()=>$b,Salad:()=>Qb,Sandwich:()=>eS,Satellite:()=>aS,SatelliteDish:()=>tS,Save:()=>nS,SaveAll:()=>rS,SaveOff:()=>iS,Scale:()=>lS,Scale3d:()=>oS,Scaling:()=>cS,Scan:()=>mS,ScanBarcode:()=>hS,ScanEye:()=>dS,ScanFace:()=>sS,ScanLine:()=>yS,ScanQrCode:()=>pS,ScanSearch:()=>uS,ScanText:()=>kS,School:()=>gS,Scissors:()=>fS,ScissorsLineDashed:()=>vS,ScreenShare:()=>xS,ScreenShareOff:()=>MS,Scroll:()=>CS,ScrollText:()=>wS,Search:()=>_S,SearchCheck:()=>LS,SearchCode:()=>bS,SearchSlash:()=>SS,SearchX:()=>IS,Section:()=>AS,Send:()=>PS,SendHorizontal:()=>RS,SendToBack:()=>qS,SeparatorHorizontal:()=>TS,SeparatorVertical:()=>zS,Server:()=>DS,ServerCog:()=>HS,ServerCrash:()=>VS,ServerOff:()=>BS,Settings:()=>FS,Settings2:()=>ES,Shapes:()=>jS,Share:()=>US,Share2:()=>OS,Sheet:()=>NS,Shell:()=>WS,Shield:()=>aI,ShieldAlert:()=>ZS,ShieldBan:()=>GS,ShieldCheck:()=>XS,ShieldEllipsis:()=>KS,ShieldHalf:()=>YS,ShieldMinus:()=>JS,ShieldOff:()=>$S,ShieldPlus:()=>QS,ShieldQuestion:()=>eI,ShieldX:()=>tI,Ship:()=>iI,ShipWheel:()=>rI,Shirt:()=>nI,ShoppingBag:()=>oI,ShoppingBasket:()=>lI,ShoppingCart:()=>cI,Shovel:()=>hI,ShowerHead:()=>dI,Shrink:()=>sI,Shrub:()=>yI,Shuffle:()=>pI,Sigma:()=>uI,Signal:()=>fI,SignalHigh:()=>kI,SignalLow:()=>mI,SignalMedium:()=>gI,SignalZero:()=>vI,Signature:()=>MI,Signpost:()=>wI,SignpostBig:()=>xI,Siren:()=>CI,SkipBack:()=>LI,SkipForward:()=>bI,Skull:()=>SI,Slack:()=>II,Slash:()=>_I,Slice:()=>AI,SlidersHorizontal:()=>RI,SlidersVertical:()=>qI,Smartphone:()=>zI,SmartphoneCharging:()=>PI,SmartphoneNfc:()=>TI,Smile:()=>VI,SmilePlus:()=>HI,Snail:()=>BI,Snowflake:()=>DI,Sofa:()=>EI,Soup:()=>FI,Space:()=>jI,Spade:()=>OI,Sparkle:()=>UI,Sparkles:()=>NI,Speaker:()=>WI,Speech:()=>ZI,SpellCheck:()=>XI,SpellCheck2:()=>GI,Spline:()=>KI,Split:()=>YI,SprayCan:()=>JI,Sprout:()=>$I,Square:()=>rA,SquareActivity:()=>QI,SquareArrowDown:()=>a_,SquareArrowDownLeft:()=>e_,SquareArrowDownRight:()=>t_,SquareArrowLeft:()=>r_,SquareArrowOutDownLeft:()=>i_,SquareArrowOutDownRight:()=>n_,SquareArrowOutUpLeft:()=>o_,SquareArrowOutUpRight:()=>l_,SquareArrowRight:()=>c_,SquareArrowUp:()=>s_,SquareArrowUpLeft:()=>h_,SquareArrowUpRight:()=>d_,SquareAsterisk:()=>y_,SquareBottomDashedScissors:()=>p_,SquareChartGantt:()=>u_,SquareCheck:()=>m_,SquareCheckBig:()=>k_,SquareChevronDown:()=>g_,SquareChevronLeft:()=>v_,SquareChevronRight:()=>f_,SquareChevronUp:()=>M_,SquareCode:()=>x_,SquareDashedBottom:()=>C_,SquareDashedBottomCode:()=>w_,SquareDashedKanban:()=>L_,SquareDashedMousePointer:()=>b_,SquareDivide:()=>S_,SquareDot:()=>I_,SquareEqual:()=>__,SquareFunction:()=>A_,SquareKanban:()=>R_,SquareLibrary:()=>q_,SquareM:()=>P_,SquareMenu:()=>T_,SquareMinus:()=>z_,SquareMousePointer:()=>H_,SquareParking:()=>B_,SquareParkingOff:()=>V_,SquarePen:()=>D_,SquarePercent:()=>E_,SquarePi:()=>F_,SquarePilcrow:()=>j_,SquarePlay:()=>O_,SquarePlus:()=>U_,SquarePower:()=>N_,SquareRadical:()=>W_,SquareScissors:()=>Z_,SquareSigma:()=>G_,SquareSlash:()=>X_,SquareSplitHorizontal:()=>K_,SquareSplitVertical:()=>Y_,SquareSquare:()=>J_,SquareStack:()=>$_,SquareTerminal:()=>Q_,SquareUser:()=>tA,SquareUserRound:()=>eA,SquareX:()=>aA,Squircle:()=>iA,Squirrel:()=>nA,Stamp:()=>oA,Star:()=>hA,StarHalf:()=>lA,StarOff:()=>cA,StepBack:()=>dA,StepForward:()=>sA,Stethoscope:()=>yA,Sticker:()=>pA,StickyNote:()=>uA,Store:()=>kA,StretchHorizontal:()=>mA,StretchVertical:()=>gA,Strikethrough:()=>vA,Subscript:()=>fA,Sun:()=>LA,SunDim:()=>MA,SunMedium:()=>xA,SunMoon:()=>wA,SunSnow:()=>CA,Sunrise:()=>bA,Sunset:()=>SA,Superscript:()=>IA,SwatchBook:()=>_A,SwissFranc:()=>AA,SwitchCamera:()=>RA,Sword:()=>qA,Swords:()=>PA,Syringe:()=>TA,Table:()=>jA,Table2:()=>zA,TableCellsMerge:()=>HA,TableCellsSplit:()=>VA,TableColumnsSplit:()=>BA,TableOfContents:()=>DA,TableProperties:()=>EA,TableRowsSplit:()=>FA,Tablet:()=>UA,TabletSmartphone:()=>OA,Tablets:()=>NA,Tag:()=>WA,Tags:()=>ZA,Tally1:()=>GA,Tally2:()=>XA,Tally3:()=>KA,Tally4:()=>YA,Tally5:()=>JA,Tangent:()=>$A,Target:()=>QA,Telescope:()=>eR,Tent:()=>aR,TentTree:()=>tR,Terminal:()=>rR,TestTube:()=>nR,TestTubeDiagonal:()=>iR,TestTubes:()=>oR,Text:()=>yR,TextCursor:()=>cR,TextCursorInput:()=>lR,TextQuote:()=>hR,TextSearch:()=>dR,TextSelect:()=>sR,Theater:()=>pR,Thermometer:()=>mR,ThermometerSnowflake:()=>uR,ThermometerSun:()=>kR,ThumbsDown:()=>gR,ThumbsUp:()=>vR,Ticket:()=>bR,TicketCheck:()=>fR,TicketMinus:()=>MR,TicketPercent:()=>xR,TicketPlus:()=>wR,TicketSlash:()=>CR,TicketX:()=>LR,Tickets:()=>SR,Timer:()=>AR,TimerOff:()=>IR,TimerReset:()=>_R,ToggleLeft:()=>RR,ToggleRight:()=>qR,Tornado:()=>PR,Torus:()=>TR,Touchpad:()=>HR,TouchpadOff:()=>zR,TowerControl:()=>VR,ToyBrick:()=>BR,Tractor:()=>DR,TrafficCone:()=>ER,TrainFront:()=>jR,TrainFrontTunnel:()=>FR,TrainTrack:()=>OR,TramFront:()=>UR,Trash:()=>WR,Trash2:()=>NR,TreeDeciduous:()=>ZR,TreePalm:()=>GR,TreePine:()=>XR,Trees:()=>KR,Trello:()=>YR,TrendingDown:()=>JR,TrendingUp:()=>$R,Triangle:()=>tq,TriangleAlert:()=>QR,TriangleRight:()=>eq,Trophy:()=>aq,Truck:()=>rq,Turtle:()=>iq,Tv:()=>lq,TvMinimal:()=>oq,TvMinimalPlay:()=>nq,Twitch:()=>cq,Twitter:()=>hq,Type:()=>sq,TypeOutline:()=>dq,Umbrella:()=>pq,UmbrellaOff:()=>yq,Underline:()=>uq,Undo:()=>gq,Undo2:()=>kq,UndoDot:()=>mq,UnfoldHorizontal:()=>vq,UnfoldVertical:()=>fq,Ungroup:()=>Mq,University:()=>xq,Unlink:()=>Cq,Unlink2:()=>wq,Unplug:()=>Lq,Upload:()=>bq,Usb:()=>Sq,User:()=>Oq,UserCheck:()=>Iq,UserCog:()=>_q,UserMinus:()=>Aq,UserPen:()=>Rq,UserPlus:()=>qq,UserRound:()=>Eq,UserRoundCheck:()=>Pq,UserRoundCog:()=>Tq,UserRoundMinus:()=>zq,UserRoundPen:()=>Hq,UserRoundPlus:()=>Vq,UserRoundSearch:()=>Bq,UserRoundX:()=>Dq,UserSearch:()=>Fq,UserX:()=>jq,Users:()=>Nq,UsersRound:()=>Uq,Utensils:()=>Zq,UtensilsCrossed:()=>Wq,UtilityPole:()=>Gq,Variable:()=>Xq,Vault:()=>Kq,Vegan:()=>Yq,VenetianMask:()=>Jq,Vibrate:()=>Qq,VibrateOff:()=>$q,Video:()=>tP,VideoOff:()=>eP,Videotape:()=>aP,View:()=>rP,Voicemail:()=>iP,Volume:()=>cP,Volume1:()=>nP,Volume2:()=>oP,VolumeX:()=>lP,Vote:()=>hP,Wallet:()=>yP,WalletCards:()=>dP,WalletMinimal:()=>sP,Wallpaper:()=>pP,Wand:()=>kP,WandSparkles:()=>uP,Warehouse:()=>mP,WashingMachine:()=>gP,Watch:()=>vP,Waves:()=>fP,Waypoints:()=>MP,Webcam:()=>xP,Webhook:()=>CP,WebhookOff:()=>wP,Weight:()=>LP,Wheat:()=>SP,WheatOff:()=>bP,WholeWord:()=>IP,Wifi:()=>PP,WifiHigh:()=>_P,WifiLow:()=>AP,WifiOff:()=>RP,WifiZero:()=>qP,Wind:()=>TP,Wine:()=>HP,WineOff:()=>zP,Workflow:()=>VP,Worm:()=>BP,WrapText:()=>DP,Wrench:()=>EP,X:()=>FP,Youtube:()=>jP,Zap:()=>UP,ZapOff:()=>OP,ZoomIn:()=>NP,ZoomOut:()=>WP});var t={};r.r(t),r.d(t,{AArrowDown:()=>Hi,AArrowDownIcon:()=>Hi,AArrowUp:()=>Vi,AArrowUpIcon:()=>Vi,ALargeSmall:()=>Bi,ALargeSmallIcon:()=>Bi,Accessibility:()=>Di,AccessibilityIcon:()=>Di,Activity:()=>Ei,ActivityIcon:()=>Ei,ActivitySquare:()=>QI,ActivitySquareIcon:()=>QI,AirVent:()=>Fi,AirVentIcon:()=>Fi,Airplay:()=>ji,AirplayIcon:()=>ji,AlarmCheck:()=>Oi,AlarmCheckIcon:()=>Oi,AlarmClock:()=>Zi,AlarmClockCheck:()=>Oi,AlarmClockCheckIcon:()=>Oi,AlarmClockIcon:()=>Zi,AlarmClockMinus:()=>Ui,AlarmClockMinusIcon:()=>Ui,AlarmClockOff:()=>Ni,AlarmClockOffIcon:()=>Ni,AlarmClockPlus:()=>Wi,AlarmClockPlusIcon:()=>Wi,AlarmMinus:()=>Ui,AlarmMinusIcon:()=>Ui,AlarmPlus:()=>Wi,AlarmPlusIcon:()=>Wi,AlarmSmoke:()=>Gi,AlarmSmokeIcon:()=>Gi,Album:()=>Xi,AlbumIcon:()=>Xi,AlertCircle:()=>Vd,AlertCircleIcon:()=>Vd,AlertOctagon:()=>Ww,AlertOctagonIcon:()=>Ww,AlertTriangle:()=>QR,AlertTriangleIcon:()=>QR,AlignCenter:()=>Ji,AlignCenterHorizontal:()=>Ki,AlignCenterHorizontalIcon:()=>Ki,AlignCenterIcon:()=>Ji,AlignCenterVertical:()=>Yi,AlignCenterVerticalIcon:()=>Yi,AlignEndHorizontal:()=>$i,AlignEndHorizontalIcon:()=>$i,AlignEndVertical:()=>Qi,AlignEndVerticalIcon:()=>Qi,AlignHorizontalDistributeCenter:()=>en,AlignHorizontalDistributeCenterIcon:()=>en,AlignHorizontalDistributeEnd:()=>tn,AlignHorizontalDistributeEndIcon:()=>tn,AlignHorizontalDistributeStart:()=>an,AlignHorizontalDistributeStartIcon:()=>an,AlignHorizontalJustifyCenter:()=>rn,AlignHorizontalJustifyCenterIcon:()=>rn,AlignHorizontalJustifyEnd:()=>nn,AlignHorizontalJustifyEndIcon:()=>nn,AlignHorizontalJustifyStart:()=>on,AlignHorizontalJustifyStartIcon:()=>on,AlignHorizontalSpaceAround:()=>ln,AlignHorizontalSpaceAroundIcon:()=>ln,AlignHorizontalSpaceBetween:()=>cn,AlignHorizontalSpaceBetweenIcon:()=>cn,AlignJustify:()=>hn,AlignJustifyIcon:()=>hn,AlignLeft:()=>dn,AlignLeftIcon:()=>dn,AlignRight:()=>sn,AlignRightIcon:()=>sn,AlignStartHorizontal:()=>yn,AlignStartHorizontalIcon:()=>yn,AlignStartVertical:()=>pn,AlignStartVerticalIcon:()=>pn,AlignVerticalDistributeCenter:()=>un,AlignVerticalDistributeCenterIcon:()=>un,AlignVerticalDistributeEnd:()=>kn,AlignVerticalDistributeEndIcon:()=>kn,AlignVerticalDistributeStart:()=>mn,AlignVerticalDistributeStartIcon:()=>mn,AlignVerticalJustifyCenter:()=>gn,AlignVerticalJustifyCenterIcon:()=>gn,AlignVerticalJustifyEnd:()=>vn,AlignVerticalJustifyEndIcon:()=>vn,AlignVerticalJustifyStart:()=>fn,AlignVerticalJustifyStartIcon:()=>fn,AlignVerticalSpaceAround:()=>Mn,AlignVerticalSpaceAroundIcon:()=>Mn,AlignVerticalSpaceBetween:()=>xn,AlignVerticalSpaceBetweenIcon:()=>xn,Ambulance:()=>wn,AmbulanceIcon:()=>wn,Ampersand:()=>Cn,AmpersandIcon:()=>Cn,Ampersands:()=>Ln,AmpersandsIcon:()=>Ln,Amphora:()=>bn,AmphoraIcon:()=>bn,Anchor:()=>Sn,AnchorIcon:()=>Sn,Angry:()=>In,AngryIcon:()=>In,Annoyed:()=>_n,AnnoyedIcon:()=>_n,Antenna:()=>An,AntennaIcon:()=>An,Anvil:()=>Rn,AnvilIcon:()=>Rn,Aperture:()=>qn,ApertureIcon:()=>qn,AppWindow:()=>Tn,AppWindowIcon:()=>Tn,AppWindowMac:()=>Pn,AppWindowMacIcon:()=>Pn,Apple:()=>zn,AppleIcon:()=>zn,Archive:()=>Bn,ArchiveIcon:()=>Bn,ArchiveRestore:()=>Hn,ArchiveRestoreIcon:()=>Hn,ArchiveX:()=>Vn,ArchiveXIcon:()=>Vn,AreaChart:()=>Wh,AreaChartIcon:()=>Wh,Armchair:()=>Dn,ArmchairIcon:()=>Dn,ArrowBigDown:()=>Fn,ArrowBigDownDash:()=>En,ArrowBigDownDashIcon:()=>En,ArrowBigDownIcon:()=>Fn,ArrowBigLeft:()=>On,ArrowBigLeftDash:()=>jn,ArrowBigLeftDashIcon:()=>jn,ArrowBigLeftIcon:()=>On,ArrowBigRight:()=>Nn,ArrowBigRightDash:()=>Un,ArrowBigRightDashIcon:()=>Un,ArrowBigRightIcon:()=>Nn,ArrowBigUp:()=>Zn,ArrowBigUpDash:()=>Wn,ArrowBigUpDashIcon:()=>Wn,ArrowBigUpIcon:()=>Zn,ArrowDown:()=>no,ArrowDown01:()=>Gn,ArrowDown01Icon:()=>Gn,ArrowDown10:()=>Xn,ArrowDown10Icon:()=>Xn,ArrowDownAZ:()=>Kn,ArrowDownAZIcon:()=>Kn,ArrowDownAz:()=>Kn,ArrowDownAzIcon:()=>Kn,ArrowDownCircle:()=>Bd,ArrowDownCircleIcon:()=>Bd,ArrowDownFromLine:()=>Yn,ArrowDownFromLineIcon:()=>Yn,ArrowDownIcon:()=>no,ArrowDownLeft:()=>Jn,ArrowDownLeftFromCircle:()=>Ed,ArrowDownLeftFromCircleIcon:()=>Ed,ArrowDownLeftFromSquare:()=>i_,ArrowDownLeftFromSquareIcon:()=>i_,ArrowDownLeftIcon:()=>Jn,ArrowDownLeftSquare:()=>e_,ArrowDownLeftSquareIcon:()=>e_,ArrowDownNarrowWide:()=>$n,ArrowDownNarrowWideIcon:()=>$n,ArrowDownRight:()=>Qn,ArrowDownRightFromCircle:()=>Fd,ArrowDownRightFromCircleIcon:()=>Fd,ArrowDownRightFromSquare:()=>n_,ArrowDownRightFromSquareIcon:()=>n_,ArrowDownRightIcon:()=>Qn,ArrowDownRightSquare:()=>t_,ArrowDownRightSquareIcon:()=>t_,ArrowDownSquare:()=>a_,ArrowDownSquareIcon:()=>a_,ArrowDownToDot:()=>eo,ArrowDownToDotIcon:()=>eo,ArrowDownToLine:()=>to,ArrowDownToLineIcon:()=>to,ArrowDownUp:()=>ao,ArrowDownUpIcon:()=>ao,ArrowDownWideNarrow:()=>ro,ArrowDownWideNarrowIcon:()=>ro,ArrowDownZA:()=>io,ArrowDownZAIcon:()=>io,ArrowDownZa:()=>io,ArrowDownZaIcon:()=>io,ArrowLeft:()=>ho,ArrowLeftCircle:()=>Dd,ArrowLeftCircleIcon:()=>Dd,ArrowLeftFromLine:()=>oo,ArrowLeftFromLineIcon:()=>oo,ArrowLeftIcon:()=>ho,ArrowLeftRight:()=>lo,ArrowLeftRightIcon:()=>lo,ArrowLeftSquare:()=>r_,ArrowLeftSquareIcon:()=>r_,ArrowLeftToLine:()=>co,ArrowLeftToLineIcon:()=>co,ArrowRight:()=>uo,ArrowRightCircle:()=>Ud,ArrowRightCircleIcon:()=>Ud,ArrowRightFromLine:()=>so,ArrowRightFromLineIcon:()=>so,ArrowRightIcon:()=>uo,ArrowRightLeft:()=>yo,ArrowRightLeftIcon:()=>yo,ArrowRightSquare:()=>c_,ArrowRightSquareIcon:()=>c_,ArrowRightToLine:()=>po,ArrowRightToLineIcon:()=>po,ArrowUp:()=>Io,ArrowUp01:()=>ko,ArrowUp01Icon:()=>ko,ArrowUp10:()=>mo,ArrowUp10Icon:()=>mo,ArrowUpAZ:()=>go,ArrowUpAZIcon:()=>go,ArrowUpAz:()=>go,ArrowUpAzIcon:()=>go,ArrowUpCircle:()=>Nd,ArrowUpCircleIcon:()=>Nd,ArrowUpDown:()=>vo,ArrowUpDownIcon:()=>vo,ArrowUpFromDot:()=>fo,ArrowUpFromDotIcon:()=>fo,ArrowUpFromLine:()=>Mo,ArrowUpFromLineIcon:()=>Mo,ArrowUpIcon:()=>Io,ArrowUpLeft:()=>xo,ArrowUpLeftFromCircle:()=>jd,ArrowUpLeftFromCircleIcon:()=>jd,ArrowUpLeftFromSquare:()=>o_,ArrowUpLeftFromSquareIcon:()=>o_,ArrowUpLeftIcon:()=>xo,ArrowUpLeftSquare:()=>h_,ArrowUpLeftSquareIcon:()=>h_,ArrowUpNarrowWide:()=>wo,ArrowUpNarrowWideIcon:()=>wo,ArrowUpRight:()=>Co,ArrowUpRightFromCircle:()=>Od,ArrowUpRightFromCircleIcon:()=>Od,ArrowUpRightFromSquare:()=>l_,ArrowUpRightFromSquareIcon:()=>l_,ArrowUpRightIcon:()=>Co,ArrowUpRightSquare:()=>d_,ArrowUpRightSquareIcon:()=>d_,ArrowUpSquare:()=>s_,ArrowUpSquareIcon:()=>s_,ArrowUpToLine:()=>Lo,ArrowUpToLineIcon:()=>Lo,ArrowUpWideNarrow:()=>bo,ArrowUpWideNarrowIcon:()=>bo,ArrowUpZA:()=>So,ArrowUpZAIcon:()=>So,ArrowUpZa:()=>So,ArrowUpZaIcon:()=>So,ArrowsUpFromLine:()=>_o,ArrowsUpFromLineIcon:()=>_o,Asterisk:()=>Ao,AsteriskIcon:()=>Ao,AsteriskSquare:()=>y_,AsteriskSquareIcon:()=>y_,AtSign:()=>Ro,AtSignIcon:()=>Ro,Atom:()=>qo,AtomIcon:()=>qo,AudioLines:()=>Po,AudioLinesIcon:()=>Po,AudioWaveform:()=>To,AudioWaveformIcon:()=>To,Award:()=>zo,AwardIcon:()=>zo,Axe:()=>Ho,AxeIcon:()=>Ho,Axis3D:()=>Vo,Axis3DIcon:()=>Vo,Axis3d:()=>Vo,Axis3dIcon:()=>Vo,Baby:()=>Bo,BabyIcon:()=>Bo,Backpack:()=>Do,BackpackIcon:()=>Do,Badge:()=>tl,BadgeAlert:()=>Eo,BadgeAlertIcon:()=>Eo,BadgeCent:()=>Fo,BadgeCentIcon:()=>Fo,BadgeCheck:()=>jo,BadgeCheckIcon:()=>jo,BadgeDollarSign:()=>Oo,BadgeDollarSignIcon:()=>Oo,BadgeEuro:()=>Uo,BadgeEuroIcon:()=>Uo,BadgeHelp:()=>No,BadgeHelpIcon:()=>No,BadgeIcon:()=>tl,BadgeIndianRupee:()=>Wo,BadgeIndianRupeeIcon:()=>Wo,BadgeInfo:()=>Zo,BadgeInfoIcon:()=>Zo,BadgeJapaneseYen:()=>Go,BadgeJapaneseYenIcon:()=>Go,BadgeMinus:()=>Xo,BadgeMinusIcon:()=>Xo,BadgePercent:()=>Ko,BadgePercentIcon:()=>Ko,BadgePlus:()=>Yo,BadgePlusIcon:()=>Yo,BadgePoundSterling:()=>Jo,BadgePoundSterlingIcon:()=>Jo,BadgeRussianRuble:()=>$o,BadgeRussianRubleIcon:()=>$o,BadgeSwissFranc:()=>Qo,BadgeSwissFrancIcon:()=>Qo,BadgeX:()=>el,BadgeXIcon:()=>el,BaggageClaim:()=>al,BaggageClaimIcon:()=>al,Ban:()=>rl,BanIcon:()=>rl,Banana:()=>il,BananaIcon:()=>il,Bandage:()=>nl,BandageIcon:()=>nl,Banknote:()=>ol,BanknoteIcon:()=>ol,BarChart:()=>od,BarChart2:()=>ld,BarChart2Icon:()=>ld,BarChart3:()=>ad,BarChart3Icon:()=>ad,BarChart4:()=>ed,BarChart4Icon:()=>ed,BarChartBig:()=>$h,BarChartBigIcon:()=>$h,BarChartHorizontal:()=>Yh,BarChartHorizontalBig:()=>Zh,BarChartHorizontalBigIcon:()=>Zh,BarChartHorizontalIcon:()=>Yh,BarChartIcon:()=>od,Barcode:()=>ll,BarcodeIcon:()=>ll,Baseline:()=>cl,BaselineIcon:()=>cl,Bath:()=>hl,BathIcon:()=>hl,Battery:()=>kl,BatteryCharging:()=>dl,BatteryChargingIcon:()=>dl,BatteryFull:()=>sl,BatteryFullIcon:()=>sl,BatteryIcon:()=>kl,BatteryLow:()=>yl,BatteryLowIcon:()=>yl,BatteryMedium:()=>pl,BatteryMediumIcon:()=>pl,BatteryWarning:()=>ul,BatteryWarningIcon:()=>ul,Beaker:()=>ml,BeakerIcon:()=>ml,Bean:()=>vl,BeanIcon:()=>vl,BeanOff:()=>gl,BeanOffIcon:()=>gl,Bed:()=>xl,BedDouble:()=>fl,BedDoubleIcon:()=>fl,BedIcon:()=>xl,BedSingle:()=>Ml,BedSingleIcon:()=>Ml,Beef:()=>wl,BeefIcon:()=>wl,Beer:()=>Ll,BeerIcon:()=>Ll,BeerOff:()=>Cl,BeerOffIcon:()=>Cl,Bell:()=>ql,BellDot:()=>bl,BellDotIcon:()=>bl,BellElectric:()=>Sl,BellElectricIcon:()=>Sl,BellIcon:()=>ql,BellMinus:()=>Il,BellMinusIcon:()=>Il,BellOff:()=>_l,BellOffIcon:()=>_l,BellPlus:()=>Al,BellPlusIcon:()=>Al,BellRing:()=>Rl,BellRingIcon:()=>Rl,BetweenHorizonalEnd:()=>Pl,BetweenHorizonalEndIcon:()=>Pl,BetweenHorizonalStart:()=>Tl,BetweenHorizonalStartIcon:()=>Tl,BetweenHorizontalEnd:()=>Pl,BetweenHorizontalEndIcon:()=>Pl,BetweenHorizontalStart:()=>Tl,BetweenHorizontalStartIcon:()=>Tl,BetweenVerticalEnd:()=>zl,BetweenVerticalEndIcon:()=>zl,BetweenVerticalStart:()=>Hl,BetweenVerticalStartIcon:()=>Hl,BicepsFlexed:()=>Vl,BicepsFlexedIcon:()=>Vl,Bike:()=>Bl,BikeIcon:()=>Bl,Binary:()=>Dl,BinaryIcon:()=>Dl,Binoculars:()=>El,BinocularsIcon:()=>El,Biohazard:()=>Fl,BiohazardIcon:()=>Fl,Bird:()=>jl,BirdIcon:()=>jl,Bitcoin:()=>Ol,BitcoinIcon:()=>Ol,Blend:()=>Ul,BlendIcon:()=>Ul,Blinds:()=>Nl,BlindsIcon:()=>Nl,Blocks:()=>Wl,BlocksIcon:()=>Wl,Bluetooth:()=>Kl,BluetoothConnected:()=>Zl,BluetoothConnectedIcon:()=>Zl,BluetoothIcon:()=>Kl,BluetoothOff:()=>Gl,BluetoothOffIcon:()=>Gl,BluetoothSearching:()=>Xl,BluetoothSearchingIcon:()=>Xl,Bold:()=>Yl,BoldIcon:()=>Yl,Bolt:()=>Jl,BoltIcon:()=>Jl,Bomb:()=>$l,BombIcon:()=>$l,Bone:()=>Ql,BoneIcon:()=>Ql,Book:()=>Cc,BookA:()=>ec,BookAIcon:()=>ec,BookAudio:()=>tc,BookAudioIcon:()=>tc,BookCheck:()=>ac,BookCheckIcon:()=>ac,BookCopy:()=>rc,BookCopyIcon:()=>rc,BookDashed:()=>ic,BookDashedIcon:()=>ic,BookDown:()=>nc,BookDownIcon:()=>nc,BookHeadphones:()=>oc,BookHeadphonesIcon:()=>oc,BookHeart:()=>lc,BookHeartIcon:()=>lc,BookIcon:()=>Cc,BookImage:()=>cc,BookImageIcon:()=>cc,BookKey:()=>hc,BookKeyIcon:()=>hc,BookLock:()=>dc,BookLockIcon:()=>dc,BookMarked:()=>sc,BookMarkedIcon:()=>sc,BookMinus:()=>yc,BookMinusIcon:()=>yc,BookOpen:()=>kc,BookOpenCheck:()=>pc,BookOpenCheckIcon:()=>pc,BookOpenIcon:()=>kc,BookOpenText:()=>uc,BookOpenTextIcon:()=>uc,BookPlus:()=>mc,BookPlusIcon:()=>mc,BookTemplate:()=>ic,BookTemplateIcon:()=>ic,BookText:()=>gc,BookTextIcon:()=>gc,BookType:()=>vc,BookTypeIcon:()=>vc,BookUp:()=>Mc,BookUp2:()=>fc,BookUp2Icon:()=>fc,BookUpIcon:()=>Mc,BookUser:()=>xc,BookUserIcon:()=>xc,BookX:()=>wc,BookXIcon:()=>wc,Bookmark:()=>_c,BookmarkCheck:()=>Lc,BookmarkCheckIcon:()=>Lc,BookmarkIcon:()=>_c,BookmarkMinus:()=>bc,BookmarkMinusIcon:()=>bc,BookmarkPlus:()=>Sc,BookmarkPlusIcon:()=>Sc,BookmarkX:()=>Ic,BookmarkXIcon:()=>Ic,BoomBox:()=>Ac,BoomBoxIcon:()=>Ac,Bot:()=>Pc,BotIcon:()=>Pc,BotMessageSquare:()=>Rc,BotMessageSquareIcon:()=>Rc,BotOff:()=>qc,BotOffIcon:()=>qc,Box:()=>zc,BoxIcon:()=>zc,BoxSelect:()=>Tc,BoxSelectIcon:()=>Tc,Boxes:()=>Hc,BoxesIcon:()=>Hc,Braces:()=>Vc,BracesIcon:()=>Vc,Brackets:()=>Bc,BracketsIcon:()=>Bc,Brain:()=>Fc,BrainCircuit:()=>Dc,BrainCircuitIcon:()=>Dc,BrainCog:()=>Ec,BrainCogIcon:()=>Ec,BrainIcon:()=>Fc,BrickWall:()=>jc,BrickWallIcon:()=>jc,Briefcase:()=>Nc,BriefcaseBusiness:()=>Oc,BriefcaseBusinessIcon:()=>Oc,BriefcaseIcon:()=>Nc,BriefcaseMedical:()=>Uc,BriefcaseMedicalIcon:()=>Uc,BringToFront:()=>Wc,BringToFrontIcon:()=>Wc,Brush:()=>Zc,BrushIcon:()=>Zc,Bug:()=>Kc,BugIcon:()=>Kc,BugOff:()=>Gc,BugOffIcon:()=>Gc,BugPlay:()=>Xc,BugPlayIcon:()=>Xc,Building:()=>Jc,Building2:()=>Yc,Building2Icon:()=>Yc,BuildingIcon:()=>Jc,Bus:()=>Qc,BusFront:()=>$c,BusFrontIcon:()=>$c,BusIcon:()=>Qc,Cable:()=>th,CableCar:()=>eh,CableCarIcon:()=>eh,CableIcon:()=>th,Cake:()=>rh,CakeIcon:()=>rh,CakeSlice:()=>ah,CakeSliceIcon:()=>ah,Calculator:()=>ih,CalculatorIcon:()=>ih,Calendar:()=>Ch,CalendarArrowDown:()=>nh,CalendarArrowDownIcon:()=>nh,CalendarArrowUp:()=>oh,CalendarArrowUpIcon:()=>oh,CalendarCheck:()=>ch,CalendarCheck2:()=>lh,CalendarCheck2Icon:()=>lh,CalendarCheckIcon:()=>ch,CalendarClock:()=>hh,CalendarClockIcon:()=>hh,CalendarCog:()=>dh,CalendarCogIcon:()=>dh,CalendarDays:()=>sh,CalendarDaysIcon:()=>sh,CalendarFold:()=>yh,CalendarFoldIcon:()=>yh,CalendarHeart:()=>ph,CalendarHeartIcon:()=>ph,CalendarIcon:()=>Ch,CalendarMinus:()=>kh,CalendarMinus2:()=>uh,CalendarMinus2Icon:()=>uh,CalendarMinusIcon:()=>kh,CalendarOff:()=>mh,CalendarOffIcon:()=>mh,CalendarPlus:()=>vh,CalendarPlus2:()=>gh,CalendarPlus2Icon:()=>gh,CalendarPlusIcon:()=>vh,CalendarRange:()=>fh,CalendarRangeIcon:()=>fh,CalendarSearch:()=>Mh,CalendarSearchIcon:()=>Mh,CalendarX:()=>wh,CalendarX2:()=>xh,CalendarX2Icon:()=>xh,CalendarXIcon:()=>wh,Camera:()=>bh,CameraIcon:()=>bh,CameraOff:()=>Lh,CameraOffIcon:()=>Lh,CandlestickChart:()=>Jh,CandlestickChartIcon:()=>Jh,Candy:()=>_h,CandyCane:()=>Sh,CandyCaneIcon:()=>Sh,CandyIcon:()=>_h,CandyOff:()=>Ih,CandyOffIcon:()=>Ih,Cannabis:()=>Ah,CannabisIcon:()=>Ah,Captions:()=>qh,CaptionsIcon:()=>qh,CaptionsOff:()=>Rh,CaptionsOffIcon:()=>Rh,Car:()=>zh,CarFront:()=>Ph,CarFrontIcon:()=>Ph,CarIcon:()=>zh,CarTaxiFront:()=>Th,CarTaxiFrontIcon:()=>Th,Caravan:()=>Hh,CaravanIcon:()=>Hh,Carrot:()=>Vh,CarrotIcon:()=>Vh,CaseLower:()=>Bh,CaseLowerIcon:()=>Bh,CaseSensitive:()=>Dh,CaseSensitiveIcon:()=>Dh,CaseUpper:()=>Eh,CaseUpperIcon:()=>Eh,CassetteTape:()=>Fh,CassetteTapeIcon:()=>Fh,Cast:()=>jh,CastIcon:()=>jh,Castle:()=>Oh,CastleIcon:()=>Oh,Cat:()=>Uh,CatIcon:()=>Uh,Cctv:()=>Nh,CctvIcon:()=>Nh,ChartArea:()=>Wh,ChartAreaIcon:()=>Wh,ChartBar:()=>Yh,ChartBarBig:()=>Zh,ChartBarBigIcon:()=>Zh,ChartBarDecreasing:()=>Gh,ChartBarDecreasingIcon:()=>Gh,ChartBarIcon:()=>Yh,ChartBarIncreasing:()=>Xh,ChartBarIncreasingIcon:()=>Xh,ChartBarStacked:()=>Kh,ChartBarStackedIcon:()=>Kh,ChartCandlestick:()=>Jh,ChartCandlestickIcon:()=>Jh,ChartColumn:()=>ad,ChartColumnBig:()=>$h,ChartColumnBigIcon:()=>$h,ChartColumnDecreasing:()=>Qh,ChartColumnDecreasingIcon:()=>Qh,ChartColumnIcon:()=>ad,ChartColumnIncreasing:()=>ed,ChartColumnIncreasingIcon:()=>ed,ChartColumnStacked:()=>td,ChartColumnStackedIcon:()=>td,ChartLine:()=>rd,ChartLineIcon:()=>rd,ChartNetwork:()=>id,ChartNetworkIcon:()=>id,ChartNoAxesColumn:()=>ld,ChartNoAxesColumnDecreasing:()=>nd,ChartNoAxesColumnDecreasingIcon:()=>nd,ChartNoAxesColumnIcon:()=>ld,ChartNoAxesColumnIncreasing:()=>od,ChartNoAxesColumnIncreasingIcon:()=>od,ChartNoAxesCombined:()=>cd,ChartNoAxesCombinedIcon:()=>cd,ChartNoAxesGantt:()=>hd,ChartNoAxesGanttIcon:()=>hd,ChartPie:()=>dd,ChartPieIcon:()=>dd,ChartScatter:()=>sd,ChartScatterIcon:()=>sd,ChartSpline:()=>yd,ChartSplineIcon:()=>yd,Check:()=>ud,CheckCheck:()=>pd,CheckCheckIcon:()=>pd,CheckCircle:()=>Wd,CheckCircle2:()=>Zd,CheckCircle2Icon:()=>Zd,CheckCircleIcon:()=>Wd,CheckIcon:()=>ud,CheckSquare:()=>k_,CheckSquare2:()=>m_,CheckSquare2Icon:()=>m_,CheckSquareIcon:()=>k_,ChefHat:()=>kd,ChefHatIcon:()=>kd,Cherry:()=>md,CherryIcon:()=>md,ChevronDown:()=>gd,ChevronDownCircle:()=>Gd,ChevronDownCircleIcon:()=>Gd,ChevronDownIcon:()=>gd,ChevronDownSquare:()=>g_,ChevronDownSquareIcon:()=>g_,ChevronFirst:()=>vd,ChevronFirstIcon:()=>vd,ChevronLast:()=>fd,ChevronLastIcon:()=>fd,ChevronLeft:()=>Md,ChevronLeftCircle:()=>Xd,ChevronLeftCircleIcon:()=>Xd,ChevronLeftIcon:()=>Md,ChevronLeftSquare:()=>v_,ChevronLeftSquareIcon:()=>v_,ChevronRight:()=>xd,ChevronRightCircle:()=>Kd,ChevronRightCircleIcon:()=>Kd,ChevronRightIcon:()=>xd,ChevronRightSquare:()=>f_,ChevronRightSquareIcon:()=>f_,ChevronUp:()=>wd,ChevronUpCircle:()=>Yd,ChevronUpCircleIcon:()=>Yd,ChevronUpIcon:()=>wd,ChevronUpSquare:()=>M_,ChevronUpSquareIcon:()=>M_,ChevronsDown:()=>Ld,ChevronsDownIcon:()=>Ld,ChevronsDownUp:()=>Cd,ChevronsDownUpIcon:()=>Cd,ChevronsLeft:()=>Id,ChevronsLeftIcon:()=>Id,ChevronsLeftRight:()=>Sd,ChevronsLeftRightEllipsis:()=>bd,ChevronsLeftRightEllipsisIcon:()=>bd,ChevronsLeftRightIcon:()=>Sd,ChevronsRight:()=>Ad,ChevronsRightIcon:()=>Ad,ChevronsRightLeft:()=>_d,ChevronsRightLeftIcon:()=>_d,ChevronsUp:()=>qd,ChevronsUpDown:()=>Rd,ChevronsUpDownIcon:()=>Rd,ChevronsUpIcon:()=>qd,Chrome:()=>Pd,ChromeIcon:()=>Pd,Church:()=>Td,ChurchIcon:()=>Td,Cigarette:()=>Hd,CigaretteIcon:()=>Hd,CigaretteOff:()=>zd,CigaretteOffIcon:()=>zd,Circle:()=>Cs,CircleAlert:()=>Vd,CircleAlertIcon:()=>Vd,CircleArrowDown:()=>Bd,CircleArrowDownIcon:()=>Bd,CircleArrowLeft:()=>Dd,CircleArrowLeftIcon:()=>Dd,CircleArrowOutDownLeft:()=>Ed,CircleArrowOutDownLeftIcon:()=>Ed,CircleArrowOutDownRight:()=>Fd,CircleArrowOutDownRightIcon:()=>Fd,CircleArrowOutUpLeft:()=>jd,CircleArrowOutUpLeftIcon:()=>jd,CircleArrowOutUpRight:()=>Od,CircleArrowOutUpRightIcon:()=>Od,CircleArrowRight:()=>Ud,CircleArrowRightIcon:()=>Ud,CircleArrowUp:()=>Nd,CircleArrowUpIcon:()=>Nd,CircleCheck:()=>Zd,CircleCheckBig:()=>Wd,CircleCheckBigIcon:()=>Wd,CircleCheckIcon:()=>Zd,CircleChevronDown:()=>Gd,CircleChevronDownIcon:()=>Gd,CircleChevronLeft:()=>Xd,CircleChevronLeftIcon:()=>Xd,CircleChevronRight:()=>Kd,CircleChevronRightIcon:()=>Kd,CircleChevronUp:()=>Yd,CircleChevronUpIcon:()=>Yd,CircleDashed:()=>Jd,CircleDashedIcon:()=>Jd,CircleDivide:()=>$d,CircleDivideIcon:()=>$d,CircleDollarSign:()=>Qd,CircleDollarSignIcon:()=>Qd,CircleDot:()=>ts,CircleDotDashed:()=>es,CircleDotDashedIcon:()=>es,CircleDotIcon:()=>ts,CircleEllipsis:()=>as,CircleEllipsisIcon:()=>as,CircleEqual:()=>rs,CircleEqualIcon:()=>rs,CircleFadingArrowUp:()=>is,CircleFadingArrowUpIcon:()=>is,CircleFadingPlus:()=>ns,CircleFadingPlusIcon:()=>ns,CircleGauge:()=>os,CircleGaugeIcon:()=>os,CircleHelp:()=>ls,CircleHelpIcon:()=>ls,CircleIcon:()=>Cs,CircleMinus:()=>cs,CircleMinusIcon:()=>cs,CircleOff:()=>hs,CircleOffIcon:()=>hs,CircleParking:()=>ss,CircleParkingIcon:()=>ss,CircleParkingOff:()=>ds,CircleParkingOffIcon:()=>ds,CirclePause:()=>ys,CirclePauseIcon:()=>ys,CirclePercent:()=>ps,CirclePercentIcon:()=>ps,CirclePlay:()=>us,CirclePlayIcon:()=>us,CirclePlus:()=>ks,CirclePlusIcon:()=>ks,CirclePower:()=>ms,CirclePowerIcon:()=>ms,CircleSlash:()=>vs,CircleSlash2:()=>gs,CircleSlash2Icon:()=>gs,CircleSlashIcon:()=>vs,CircleSlashed:()=>gs,CircleSlashedIcon:()=>gs,CircleStop:()=>fs,CircleStopIcon:()=>fs,CircleUser:()=>xs,CircleUserIcon:()=>xs,CircleUserRound:()=>Ms,CircleUserRoundIcon:()=>Ms,CircleX:()=>ws,CircleXIcon:()=>ws,CircuitBoard:()=>Ls,CircuitBoardIcon:()=>Ls,Citrus:()=>bs,CitrusIcon:()=>bs,Clapperboard:()=>Ss,ClapperboardIcon:()=>Ss,Clipboard:()=>Bs,ClipboardCheck:()=>Is,ClipboardCheckIcon:()=>Is,ClipboardCopy:()=>_s,ClipboardCopyIcon:()=>_s,ClipboardEdit:()=>Ts,ClipboardEditIcon:()=>Ts,ClipboardIcon:()=>Bs,ClipboardList:()=>As,ClipboardListIcon:()=>As,ClipboardMinus:()=>Rs,ClipboardMinusIcon:()=>Rs,ClipboardPaste:()=>qs,ClipboardPasteIcon:()=>qs,ClipboardPen:()=>Ts,ClipboardPenIcon:()=>Ts,ClipboardPenLine:()=>Ps,ClipboardPenLineIcon:()=>Ps,ClipboardPlus:()=>zs,ClipboardPlusIcon:()=>zs,ClipboardSignature:()=>Ps,ClipboardSignatureIcon:()=>Ps,ClipboardType:()=>Hs,ClipboardTypeIcon:()=>Hs,ClipboardX:()=>Vs,ClipboardXIcon:()=>Vs,Clock:()=>$s,Clock1:()=>Ds,Clock10:()=>Es,Clock10Icon:()=>Es,Clock11:()=>Fs,Clock11Icon:()=>Fs,Clock12:()=>js,Clock12Icon:()=>js,Clock1Icon:()=>Ds,Clock2:()=>Os,Clock2Icon:()=>Os,Clock3:()=>Us,Clock3Icon:()=>Us,Clock4:()=>Ns,Clock4Icon:()=>Ns,Clock5:()=>Ws,Clock5Icon:()=>Ws,Clock6:()=>Zs,Clock6Icon:()=>Zs,Clock7:()=>Gs,Clock7Icon:()=>Gs,Clock8:()=>Xs,Clock8Icon:()=>Xs,Clock9:()=>Ks,Clock9Icon:()=>Ks,ClockArrowDown:()=>Ys,ClockArrowDownIcon:()=>Ys,ClockArrowUp:()=>Js,ClockArrowUpIcon:()=>Js,ClockIcon:()=>$s,Cloud:()=>uy,CloudCog:()=>Qs,CloudCogIcon:()=>Qs,CloudDownload:()=>ey,CloudDownloadIcon:()=>ey,CloudDrizzle:()=>ty,CloudDrizzleIcon:()=>ty,CloudFog:()=>ay,CloudFogIcon:()=>ay,CloudHail:()=>ry,CloudHailIcon:()=>ry,CloudIcon:()=>uy,CloudLightning:()=>iy,CloudLightningIcon:()=>iy,CloudMoon:()=>oy,CloudMoonIcon:()=>oy,CloudMoonRain:()=>ny,CloudMoonRainIcon:()=>ny,CloudOff:()=>ly,CloudOffIcon:()=>ly,CloudRain:()=>hy,CloudRainIcon:()=>hy,CloudRainWind:()=>cy,CloudRainWindIcon:()=>cy,CloudSnow:()=>dy,CloudSnowIcon:()=>dy,CloudSun:()=>yy,CloudSunIcon:()=>yy,CloudSunRain:()=>sy,CloudSunRainIcon:()=>sy,CloudUpload:()=>py,CloudUploadIcon:()=>py,Cloudy:()=>ky,CloudyIcon:()=>ky,Clover:()=>my,CloverIcon:()=>my,Club:()=>gy,ClubIcon:()=>gy,Code:()=>fy,Code2:()=>vy,Code2Icon:()=>vy,CodeIcon:()=>fy,CodeSquare:()=>x_,CodeSquareIcon:()=>x_,CodeXml:()=>vy,CodeXmlIcon:()=>vy,Codepen:()=>My,CodepenIcon:()=>My,Codesandbox:()=>xy,CodesandboxIcon:()=>xy,Coffee:()=>wy,CoffeeIcon:()=>wy,Cog:()=>Cy,CogIcon:()=>Cy,Coins:()=>Ly,CoinsIcon:()=>Ly,Columns:()=>by,Columns2:()=>by,Columns2Icon:()=>by,Columns3:()=>Sy,Columns3Icon:()=>Sy,Columns4:()=>Iy,Columns4Icon:()=>Iy,ColumnsIcon:()=>by,Combine:()=>_y,CombineIcon:()=>_y,Command:()=>Ay,CommandIcon:()=>Ay,Compass:()=>Ry,CompassIcon:()=>Ry,Component:()=>qy,ComponentIcon:()=>qy,Computer:()=>Py,ComputerIcon:()=>Py,ConciergeBell:()=>Ty,ConciergeBellIcon:()=>Ty,Cone:()=>zy,ConeIcon:()=>zy,Construction:()=>Hy,ConstructionIcon:()=>Hy,Contact:()=>By,Contact2:()=>Vy,Contact2Icon:()=>Vy,ContactIcon:()=>By,ContactRound:()=>Vy,ContactRoundIcon:()=>Vy,Container:()=>Dy,ContainerIcon:()=>Dy,Contrast:()=>Ey,ContrastIcon:()=>Ey,Cookie:()=>Fy,CookieIcon:()=>Fy,CookingPot:()=>jy,CookingPotIcon:()=>jy,Copy:()=>Gy,CopyCheck:()=>Oy,CopyCheckIcon:()=>Oy,CopyIcon:()=>Gy,CopyMinus:()=>Uy,CopyMinusIcon:()=>Uy,CopyPlus:()=>Ny,CopyPlusIcon:()=>Ny,CopySlash:()=>Wy,CopySlashIcon:()=>Wy,CopyX:()=>Zy,CopyXIcon:()=>Zy,Copyleft:()=>Xy,CopyleftIcon:()=>Xy,Copyright:()=>Ky,CopyrightIcon:()=>Ky,CornerDownLeft:()=>Yy,CornerDownLeftIcon:()=>Yy,CornerDownRight:()=>Jy,CornerDownRightIcon:()=>Jy,CornerLeftDown:()=>$y,CornerLeftDownIcon:()=>$y,CornerLeftUp:()=>Qy,CornerLeftUpIcon:()=>Qy,CornerRightDown:()=>ep,CornerRightDownIcon:()=>ep,CornerRightUp:()=>tp,CornerRightUpIcon:()=>tp,CornerUpLeft:()=>ap,CornerUpLeftIcon:()=>ap,CornerUpRight:()=>rp,CornerUpRightIcon:()=>rp,Cpu:()=>ip,CpuIcon:()=>ip,CreativeCommons:()=>np,CreativeCommonsIcon:()=>np,CreditCard:()=>op,CreditCardIcon:()=>op,Croissant:()=>lp,CroissantIcon:()=>lp,Crop:()=>cp,CropIcon:()=>cp,Cross:()=>hp,CrossIcon:()=>hp,Crosshair:()=>dp,CrosshairIcon:()=>dp,Crown:()=>sp,CrownIcon:()=>sp,Cuboid:()=>yp,CuboidIcon:()=>yp,CupSoda:()=>pp,CupSodaIcon:()=>pp,CurlyBraces:()=>Vc,CurlyBracesIcon:()=>Vc,Currency:()=>up,CurrencyIcon:()=>up,Cylinder:()=>kp,CylinderIcon:()=>kp,Dam:()=>mp,DamIcon:()=>mp,Database:()=>fp,DatabaseBackup:()=>gp,DatabaseBackupIcon:()=>gp,DatabaseIcon:()=>fp,DatabaseZap:()=>vp,DatabaseZapIcon:()=>vp,Delete:()=>Mp,DeleteIcon:()=>Mp,Dessert:()=>xp,DessertIcon:()=>xp,Diameter:()=>wp,DiameterIcon:()=>wp,Diamond:()=>Sp,DiamondIcon:()=>Sp,DiamondMinus:()=>Cp,DiamondMinusIcon:()=>Cp,DiamondPercent:()=>Lp,DiamondPercentIcon:()=>Lp,DiamondPlus:()=>bp,DiamondPlusIcon:()=>bp,Dice1:()=>Ip,Dice1Icon:()=>Ip,Dice2:()=>_p,Dice2Icon:()=>_p,Dice3:()=>Ap,Dice3Icon:()=>Ap,Dice4:()=>Rp,Dice4Icon:()=>Rp,Dice5:()=>qp,Dice5Icon:()=>qp,Dice6:()=>Pp,Dice6Icon:()=>Pp,Dices:()=>Tp,DicesIcon:()=>Tp,Diff:()=>zp,DiffIcon:()=>zp,Disc:()=>Dp,Disc2:()=>Hp,Disc2Icon:()=>Hp,Disc3:()=>Vp,Disc3Icon:()=>Vp,DiscAlbum:()=>Bp,DiscAlbumIcon:()=>Bp,DiscIcon:()=>Dp,Divide:()=>Ep,DivideCircle:()=>$d,DivideCircleIcon:()=>$d,DivideIcon:()=>Ep,DivideSquare:()=>S_,DivideSquareIcon:()=>S_,Dna:()=>jp,DnaIcon:()=>jp,DnaOff:()=>Fp,DnaOffIcon:()=>Fp,Dock:()=>Op,DockIcon:()=>Op,Dog:()=>Up,DogIcon:()=>Up,DollarSign:()=>Np,DollarSignIcon:()=>Np,Donut:()=>Wp,DonutIcon:()=>Wp,DoorClosed:()=>Zp,DoorClosedIcon:()=>Zp,DoorOpen:()=>Gp,DoorOpenIcon:()=>Gp,Dot:()=>Xp,DotIcon:()=>Xp,DotSquare:()=>I_,DotSquareIcon:()=>I_,Download:()=>Kp,DownloadCloud:()=>ey,DownloadCloudIcon:()=>ey,DownloadIcon:()=>Kp,DraftingCompass:()=>Yp,DraftingCompassIcon:()=>Yp,Drama:()=>Jp,DramaIcon:()=>Jp,Dribbble:()=>$p,DribbbleIcon:()=>$p,Drill:()=>Qp,DrillIcon:()=>Qp,Droplet:()=>eu,DropletIcon:()=>eu,Droplets:()=>tu,DropletsIcon:()=>tu,Drum:()=>au,DrumIcon:()=>au,Drumstick:()=>ru,DrumstickIcon:()=>ru,Dumbbell:()=>iu,DumbbellIcon:()=>iu,Ear:()=>ou,EarIcon:()=>ou,EarOff:()=>nu,EarOffIcon:()=>nu,Earth:()=>cu,EarthIcon:()=>cu,EarthLock:()=>lu,EarthLockIcon:()=>lu,Eclipse:()=>hu,EclipseIcon:()=>hu,Edit:()=>D_,Edit2:()=>jC,Edit2Icon:()=>jC,Edit3:()=>DC,Edit3Icon:()=>DC,EditIcon:()=>D_,Egg:()=>yu,EggFried:()=>du,EggFriedIcon:()=>du,EggIcon:()=>yu,EggOff:()=>su,EggOffIcon:()=>su,Ellipsis:()=>uu,EllipsisIcon:()=>uu,EllipsisVertical:()=>pu,EllipsisVerticalIcon:()=>pu,Equal:()=>mu,EqualIcon:()=>mu,EqualNot:()=>ku,EqualNotIcon:()=>ku,EqualSquare:()=>__,EqualSquareIcon:()=>__,Eraser:()=>gu,EraserIcon:()=>gu,EthernetPort:()=>vu,EthernetPortIcon:()=>vu,Euro:()=>fu,EuroIcon:()=>fu,Expand:()=>Mu,ExpandIcon:()=>Mu,ExternalLink:()=>xu,ExternalLinkIcon:()=>xu,Eye:()=>Cu,EyeIcon:()=>Cu,EyeOff:()=>wu,EyeOffIcon:()=>wu,Facebook:()=>Lu,FacebookIcon:()=>Lu,Factory:()=>bu,FactoryIcon:()=>bu,Fan:()=>Su,FanIcon:()=>Su,FastForward:()=>Iu,FastForwardIcon:()=>Iu,Feather:()=>_u,FeatherIcon:()=>_u,Fence:()=>Au,FenceIcon:()=>Au,FerrisWheel:()=>Ru,FerrisWheelIcon:()=>Ru,Figma:()=>qu,FigmaIcon:()=>qu,File:()=>Hk,FileArchive:()=>Pu,FileArchiveIcon:()=>Pu,FileAudio:()=>zu,FileAudio2:()=>Tu,FileAudio2Icon:()=>Tu,FileAudioIcon:()=>zu,FileAxis3D:()=>Hu,FileAxis3DIcon:()=>Hu,FileAxis3d:()=>Hu,FileAxis3dIcon:()=>Hu,FileBadge:()=>Bu,FileBadge2:()=>Vu,FileBadge2Icon:()=>Vu,FileBadgeIcon:()=>Bu,FileBarChart:()=>Eu,FileBarChart2:()=>Fu,FileBarChart2Icon:()=>Fu,FileBarChartIcon:()=>Eu,FileBox:()=>Du,FileBoxIcon:()=>Du,FileChartColumn:()=>Fu,FileChartColumnIcon:()=>Fu,FileChartColumnIncreasing:()=>Eu,FileChartColumnIncreasingIcon:()=>Eu,FileChartLine:()=>ju,FileChartLineIcon:()=>ju,FileChartPie:()=>Ou,FileChartPieIcon:()=>Ou,FileCheck:()=>Nu,FileCheck2:()=>Uu,FileCheck2Icon:()=>Uu,FileCheckIcon:()=>Nu,FileClock:()=>Wu,FileClockIcon:()=>Wu,FileCode:()=>Gu,FileCode2:()=>Zu,FileCode2Icon:()=>Zu,FileCodeIcon:()=>Gu,FileCog:()=>Xu,FileCog2:()=>Xu,FileCog2Icon:()=>Xu,FileCogIcon:()=>Xu,FileDiff:()=>Ku,FileDiffIcon:()=>Ku,FileDigit:()=>Yu,FileDigitIcon:()=>Yu,FileDown:()=>Ju,FileDownIcon:()=>Ju,FileEdit:()=>yk,FileEditIcon:()=>yk,FileHeart:()=>$u,FileHeartIcon:()=>$u,FileIcon:()=>Hk,FileImage:()=>Qu,FileImageIcon:()=>Qu,FileInput:()=>ek,FileInputIcon:()=>ek,FileJson:()=>ak,FileJson2:()=>tk,FileJson2Icon:()=>tk,FileJsonIcon:()=>ak,FileKey:()=>ik,FileKey2:()=>rk,FileKey2Icon:()=>rk,FileKeyIcon:()=>ik,FileLineChart:()=>ju,FileLineChartIcon:()=>ju,FileLock:()=>ok,FileLock2:()=>nk,FileLock2Icon:()=>nk,FileLockIcon:()=>ok,FileMinus:()=>ck,FileMinus2:()=>lk,FileMinus2Icon:()=>lk,FileMinusIcon:()=>ck,FileMusic:()=>hk,FileMusicIcon:()=>hk,FileOutput:()=>dk,FileOutputIcon:()=>dk,FilePen:()=>yk,FilePenIcon:()=>yk,FilePenLine:()=>sk,FilePenLineIcon:()=>sk,FilePieChart:()=>Ou,FilePieChartIcon:()=>Ou,FilePlus:()=>uk,FilePlus2:()=>pk,FilePlus2Icon:()=>pk,FilePlusIcon:()=>uk,FileQuestion:()=>kk,FileQuestionIcon:()=>kk,FileScan:()=>mk,FileScanIcon:()=>mk,FileSearch:()=>vk,FileSearch2:()=>gk,FileSearch2Icon:()=>gk,FileSearchIcon:()=>vk,FileSignature:()=>sk,FileSignatureIcon:()=>sk,FileSliders:()=>fk,FileSlidersIcon:()=>fk,FileSpreadsheet:()=>Mk,FileSpreadsheetIcon:()=>Mk,FileStack:()=>xk,FileStackIcon:()=>xk,FileSymlink:()=>wk,FileSymlinkIcon:()=>wk,FileTerminal:()=>Ck,FileTerminalIcon:()=>Ck,FileText:()=>Lk,FileTextIcon:()=>Lk,FileType:()=>Sk,FileType2:()=>bk,FileType2Icon:()=>bk,FileTypeIcon:()=>Sk,FileUp:()=>Ik,FileUpIcon:()=>Ik,FileVideo:()=>Ak,FileVideo2:()=>_k,FileVideo2Icon:()=>_k,FileVideoIcon:()=>Ak,FileVolume:()=>qk,FileVolume2:()=>Rk,FileVolume2Icon:()=>Rk,FileVolumeIcon:()=>qk,FileWarning:()=>Pk,FileWarningIcon:()=>Pk,FileX:()=>zk,FileX2:()=>Tk,FileX2Icon:()=>Tk,FileXIcon:()=>zk,Files:()=>Vk,FilesIcon:()=>Vk,Film:()=>Bk,FilmIcon:()=>Bk,Filter:()=>Ek,FilterIcon:()=>Ek,FilterX:()=>Dk,FilterXIcon:()=>Dk,Fingerprint:()=>Fk,FingerprintIcon:()=>Fk,FireExtinguisher:()=>jk,FireExtinguisherIcon:()=>jk,Fish:()=>Nk,FishIcon:()=>Nk,FishOff:()=>Ok,FishOffIcon:()=>Ok,FishSymbol:()=>Uk,FishSymbolIcon:()=>Uk,Flag:()=>Xk,FlagIcon:()=>Xk,FlagOff:()=>Wk,FlagOffIcon:()=>Wk,FlagTriangleLeft:()=>Zk,FlagTriangleLeftIcon:()=>Zk,FlagTriangleRight:()=>Gk,FlagTriangleRightIcon:()=>Gk,Flame:()=>Yk,FlameIcon:()=>Yk,FlameKindling:()=>Kk,FlameKindlingIcon:()=>Kk,Flashlight:()=>$k,FlashlightIcon:()=>$k,FlashlightOff:()=>Jk,FlashlightOffIcon:()=>Jk,FlaskConical:()=>em,FlaskConicalIcon:()=>em,FlaskConicalOff:()=>Qk,FlaskConicalOffIcon:()=>Qk,FlaskRound:()=>tm,FlaskRoundIcon:()=>tm,FlipHorizontal:()=>rm,FlipHorizontal2:()=>am,FlipHorizontal2Icon:()=>am,FlipHorizontalIcon:()=>rm,FlipVertical:()=>nm,FlipVertical2:()=>im,FlipVertical2Icon:()=>im,FlipVerticalIcon:()=>nm,Flower:()=>lm,Flower2:()=>om,Flower2Icon:()=>om,FlowerIcon:()=>lm,Focus:()=>cm,FocusIcon:()=>cm,FoldHorizontal:()=>hm,FoldHorizontalIcon:()=>hm,FoldVertical:()=>dm,FoldVerticalIcon:()=>dm,Folder:()=>Fm,FolderArchive:()=>sm,FolderArchiveIcon:()=>sm,FolderCheck:()=>ym,FolderCheckIcon:()=>ym,FolderClock:()=>pm,FolderClockIcon:()=>pm,FolderClosed:()=>um,FolderClosedIcon:()=>um,FolderCode:()=>km,FolderCodeIcon:()=>km,FolderCog:()=>mm,FolderCog2:()=>mm,FolderCog2Icon:()=>mm,FolderCogIcon:()=>mm,FolderDot:()=>gm,FolderDotIcon:()=>gm,FolderDown:()=>vm,FolderDownIcon:()=>vm,FolderEdit:()=>Rm,FolderEditIcon:()=>Rm,FolderGit:()=>Mm,FolderGit2:()=>fm,FolderGit2Icon:()=>fm,FolderGitIcon:()=>Mm,FolderHeart:()=>xm,FolderHeartIcon:()=>xm,FolderIcon:()=>Fm,FolderInput:()=>wm,FolderInputIcon:()=>wm,FolderKanban:()=>Cm,FolderKanbanIcon:()=>Cm,FolderKey:()=>Lm,FolderKeyIcon:()=>Lm,FolderLock:()=>bm,FolderLockIcon:()=>bm,FolderMinus:()=>Sm,FolderMinusIcon:()=>Sm,FolderOpen:()=>_m,FolderOpenDot:()=>Im,FolderOpenDotIcon:()=>Im,FolderOpenIcon:()=>_m,FolderOutput:()=>Am,FolderOutputIcon:()=>Am,FolderPen:()=>Rm,FolderPenIcon:()=>Rm,FolderPlus:()=>qm,FolderPlusIcon:()=>qm,FolderRoot:()=>Pm,FolderRootIcon:()=>Pm,FolderSearch:()=>zm,FolderSearch2:()=>Tm,FolderSearch2Icon:()=>Tm,FolderSearchIcon:()=>zm,FolderSymlink:()=>Hm,FolderSymlinkIcon:()=>Hm,FolderSync:()=>Vm,FolderSyncIcon:()=>Vm,FolderTree:()=>Bm,FolderTreeIcon:()=>Bm,FolderUp:()=>Dm,FolderUpIcon:()=>Dm,FolderX:()=>Em,FolderXIcon:()=>Em,Folders:()=>jm,FoldersIcon:()=>jm,Footprints:()=>Om,FootprintsIcon:()=>Om,ForkKnife:()=>Zq,ForkKnifeCrossed:()=>Wq,ForkKnifeCrossedIcon:()=>Wq,ForkKnifeIcon:()=>Zq,Forklift:()=>Um,ForkliftIcon:()=>Um,FormInput:()=>yb,FormInputIcon:()=>yb,Forward:()=>Nm,ForwardIcon:()=>Nm,Frame:()=>Wm,FrameIcon:()=>Wm,Framer:()=>Zm,FramerIcon:()=>Zm,Frown:()=>Gm,FrownIcon:()=>Gm,Fuel:()=>Xm,FuelIcon:()=>Xm,Fullscreen:()=>Km,FullscreenIcon:()=>Km,FunctionSquare:()=>A_,FunctionSquareIcon:()=>A_,GalleryHorizontal:()=>Jm,GalleryHorizontalEnd:()=>Ym,GalleryHorizontalEndIcon:()=>Ym,GalleryHorizontalIcon:()=>Jm,GalleryThumbnails:()=>$m,GalleryThumbnailsIcon:()=>$m,GalleryVertical:()=>eg,GalleryVerticalEnd:()=>Qm,GalleryVerticalEndIcon:()=>Qm,GalleryVerticalIcon:()=>eg,Gamepad:()=>ag,Gamepad2:()=>tg,Gamepad2Icon:()=>tg,GamepadIcon:()=>ag,GanttChart:()=>hd,GanttChartIcon:()=>hd,GanttChartSquare:()=>u_,GanttChartSquareIcon:()=>u_,Gauge:()=>rg,GaugeCircle:()=>os,GaugeCircleIcon:()=>os,GaugeIcon:()=>rg,Gavel:()=>ig,GavelIcon:()=>ig,Gem:()=>ng,GemIcon:()=>ng,Ghost:()=>og,GhostIcon:()=>og,Gift:()=>lg,GiftIcon:()=>lg,GitBranch:()=>hg,GitBranchIcon:()=>hg,GitBranchPlus:()=>cg,GitBranchPlusIcon:()=>cg,GitCommit:()=>dg,GitCommitHorizontal:()=>dg,GitCommitHorizontalIcon:()=>dg,GitCommitIcon:()=>dg,GitCommitVertical:()=>sg,GitCommitVerticalIcon:()=>sg,GitCompare:()=>pg,GitCompareArrows:()=>yg,GitCompareArrowsIcon:()=>yg,GitCompareIcon:()=>pg,GitFork:()=>ug,GitForkIcon:()=>ug,GitGraph:()=>kg,GitGraphIcon:()=>kg,GitMerge:()=>mg,GitMergeIcon:()=>mg,GitPullRequest:()=>wg,GitPullRequestArrow:()=>gg,GitPullRequestArrowIcon:()=>gg,GitPullRequestClosed:()=>vg,GitPullRequestClosedIcon:()=>vg,GitPullRequestCreate:()=>Mg,GitPullRequestCreateArrow:()=>fg,GitPullRequestCreateArrowIcon:()=>fg,GitPullRequestCreateIcon:()=>Mg,GitPullRequestDraft:()=>xg,GitPullRequestDraftIcon:()=>xg,GitPullRequestIcon:()=>wg,Github:()=>Cg,GithubIcon:()=>Cg,Gitlab:()=>Lg,GitlabIcon:()=>Lg,GlassWater:()=>bg,GlassWaterIcon:()=>bg,Glasses:()=>Sg,GlassesIcon:()=>Sg,Globe:()=>_g,Globe2:()=>cu,Globe2Icon:()=>cu,GlobeIcon:()=>_g,GlobeLock:()=>Ig,GlobeLockIcon:()=>Ig,Goal:()=>Ag,GoalIcon:()=>Ag,Grab:()=>Rg,GrabIcon:()=>Rg,GraduationCap:()=>qg,GraduationCapIcon:()=>qg,Grape:()=>Pg,GrapeIcon:()=>Pg,Grid:()=>Vg,Grid2X2:()=>Hg,Grid2X2Icon:()=>Hg,Grid2x2:()=>Hg,Grid2x2Check:()=>Tg,Grid2x2CheckIcon:()=>Tg,Grid2x2Icon:()=>Hg,Grid2x2X:()=>zg,Grid2x2XIcon:()=>zg,Grid3X3:()=>Vg,Grid3X3Icon:()=>Vg,Grid3x3:()=>Vg,Grid3x3Icon:()=>Vg,GridIcon:()=>Vg,Grip:()=>Eg,GripHorizontal:()=>Bg,GripHorizontalIcon:()=>Bg,GripIcon:()=>Eg,GripVertical:()=>Dg,GripVerticalIcon:()=>Dg,Group:()=>Fg,GroupIcon:()=>Fg,Guitar:()=>jg,GuitarIcon:()=>jg,Ham:()=>Og,HamIcon:()=>Og,Hammer:()=>Ug,HammerIcon:()=>Ug,Hand:()=>Kg,HandCoins:()=>Ng,HandCoinsIcon:()=>Ng,HandHeart:()=>Wg,HandHeartIcon:()=>Wg,HandHelping:()=>Zg,HandHelpingIcon:()=>Zg,HandIcon:()=>Kg,HandMetal:()=>Gg,HandMetalIcon:()=>Gg,HandPlatter:()=>Xg,HandPlatterIcon:()=>Xg,Handshake:()=>Yg,HandshakeIcon:()=>Yg,HardDrive:()=>Qg,HardDriveDownload:()=>Jg,HardDriveDownloadIcon:()=>Jg,HardDriveIcon:()=>Qg,HardDriveUpload:()=>$g,HardDriveUploadIcon:()=>$g,HardHat:()=>ev,HardHatIcon:()=>ev,Hash:()=>tv,HashIcon:()=>tv,Haze:()=>av,HazeIcon:()=>av,HdmiPort:()=>rv,HdmiPortIcon:()=>rv,Heading:()=>dv,Heading1:()=>iv,Heading1Icon:()=>iv,Heading2:()=>nv,Heading2Icon:()=>nv,Heading3:()=>ov,Heading3Icon:()=>ov,Heading4:()=>lv,Heading4Icon:()=>lv,Heading5:()=>cv,Heading5Icon:()=>cv,Heading6:()=>hv,Heading6Icon:()=>hv,HeadingIcon:()=>dv,Headphones:()=>sv,HeadphonesIcon:()=>sv,Headset:()=>yv,HeadsetIcon:()=>yv,Heart:()=>gv,HeartCrack:()=>pv,HeartCrackIcon:()=>pv,HeartHandshake:()=>uv,HeartHandshakeIcon:()=>uv,HeartIcon:()=>gv,HeartOff:()=>kv,HeartOffIcon:()=>kv,HeartPulse:()=>mv,HeartPulseIcon:()=>mv,Heater:()=>vv,HeaterIcon:()=>vv,HelpCircle:()=>ls,HelpCircleIcon:()=>ls,HelpingHand:()=>Zg,HelpingHandIcon:()=>Zg,Hexagon:()=>fv,HexagonIcon:()=>fv,Highlighter:()=>Mv,HighlighterIcon:()=>Mv,History:()=>xv,HistoryIcon:()=>xv,Home:()=>Av,HomeIcon:()=>Av,Hop:()=>Cv,HopIcon:()=>Cv,HopOff:()=>wv,HopOffIcon:()=>wv,Hospital:()=>Lv,HospitalIcon:()=>Lv,Hotel:()=>bv,HotelIcon:()=>bv,Hourglass:()=>Sv,HourglassIcon:()=>Sv,House:()=>Av,HouseIcon:()=>Av,HousePlug:()=>Iv,HousePlugIcon:()=>Iv,HousePlus:()=>_v,HousePlusIcon:()=>_v,IceCream:()=>qv,IceCream2:()=>Rv,IceCream2Icon:()=>Rv,IceCreamBowl:()=>Rv,IceCreamBowlIcon:()=>Rv,IceCreamCone:()=>qv,IceCreamConeIcon:()=>qv,IceCreamIcon:()=>qv,Icon:()=>Ti,IdCard:()=>Pv,IdCardIcon:()=>Pv,Image:()=>Ev,ImageDown:()=>Tv,ImageDownIcon:()=>Tv,ImageIcon:()=>Ev,ImageMinus:()=>zv,ImageMinusIcon:()=>zv,ImageOff:()=>Hv,ImageOffIcon:()=>Hv,ImagePlay:()=>Vv,ImagePlayIcon:()=>Vv,ImagePlus:()=>Bv,ImagePlusIcon:()=>Bv,ImageUp:()=>Dv,ImageUpIcon:()=>Dv,Images:()=>Fv,ImagesIcon:()=>Fv,Import:()=>jv,ImportIcon:()=>jv,Inbox:()=>Ov,InboxIcon:()=>Ov,Indent:()=>Nv,IndentDecrease:()=>Uv,IndentDecreaseIcon:()=>Uv,IndentIcon:()=>Nv,IndentIncrease:()=>Nv,IndentIncreaseIcon:()=>Nv,IndianRupee:()=>Wv,IndianRupeeIcon:()=>Wv,Infinity:()=>Zv,InfinityIcon:()=>Zv,Info:()=>Gv,InfoIcon:()=>Gv,Inspect:()=>H_,InspectIcon:()=>H_,InspectionPanel:()=>Xv,InspectionPanelIcon:()=>Xv,Instagram:()=>Kv,InstagramIcon:()=>Kv,Italic:()=>Yv,ItalicIcon:()=>Yv,IterationCcw:()=>Jv,IterationCcwIcon:()=>Jv,IterationCw:()=>$v,IterationCwIcon:()=>$v,JapaneseYen:()=>Qv,JapaneseYenIcon:()=>Qv,Joystick:()=>ef,JoystickIcon:()=>ef,Kanban:()=>tf,KanbanIcon:()=>tf,KanbanSquare:()=>R_,KanbanSquareDashed:()=>L_,KanbanSquareDashedIcon:()=>L_,KanbanSquareIcon:()=>R_,Key:()=>nf,KeyIcon:()=>nf,KeyRound:()=>af,KeyRoundIcon:()=>af,KeySquare:()=>rf,KeySquareIcon:()=>rf,Keyboard:()=>cf,KeyboardIcon:()=>cf,KeyboardMusic:()=>of,KeyboardMusicIcon:()=>of,KeyboardOff:()=>lf,KeyboardOffIcon:()=>lf,Lamp:()=>uf,LampCeiling:()=>hf,LampCeilingIcon:()=>hf,LampDesk:()=>df,LampDeskIcon:()=>df,LampFloor:()=>sf,LampFloorIcon:()=>sf,LampIcon:()=>uf,LampWallDown:()=>yf,LampWallDownIcon:()=>yf,LampWallUp:()=>pf,LampWallUpIcon:()=>pf,LandPlot:()=>kf,LandPlotIcon:()=>kf,Landmark:()=>mf,LandmarkIcon:()=>mf,Languages:()=>gf,LanguagesIcon:()=>gf,Laptop:()=>ff,Laptop2:()=>vf,Laptop2Icon:()=>vf,LaptopIcon:()=>ff,LaptopMinimal:()=>vf,LaptopMinimalIcon:()=>vf,Lasso:()=>xf,LassoIcon:()=>xf,LassoSelect:()=>Mf,LassoSelectIcon:()=>Mf,Laugh:()=>wf,LaughIcon:()=>wf,Layers:()=>bf,Layers2:()=>Cf,Layers2Icon:()=>Cf,Layers3:()=>Lf,Layers3Icon:()=>Lf,LayersIcon:()=>bf,Layout:()=>RC,LayoutDashboard:()=>Sf,LayoutDashboardIcon:()=>Sf,LayoutGrid:()=>If,LayoutGridIcon:()=>If,LayoutIcon:()=>RC,LayoutList:()=>_f,LayoutListIcon:()=>_f,LayoutPanelLeft:()=>Af,LayoutPanelLeftIcon:()=>Af,LayoutPanelTop:()=>Rf,LayoutPanelTopIcon:()=>Rf,LayoutTemplate:()=>qf,LayoutTemplateIcon:()=>qf,Leaf:()=>Pf,LeafIcon:()=>Pf,LeafyGreen:()=>Tf,LeafyGreenIcon:()=>Tf,Lectern:()=>zf,LecternIcon:()=>zf,LetterText:()=>Hf,LetterTextIcon:()=>Hf,Library:()=>Bf,LibraryBig:()=>Vf,LibraryBigIcon:()=>Vf,LibraryIcon:()=>Bf,LibrarySquare:()=>q_,LibrarySquareIcon:()=>q_,LifeBuoy:()=>Df,LifeBuoyIcon:()=>Df,Ligature:()=>Ef,LigatureIcon:()=>Ef,Lightbulb:()=>jf,LightbulbIcon:()=>jf,LightbulbOff:()=>Ff,LightbulbOffIcon:()=>Ff,LineChart:()=>rd,LineChartIcon:()=>rd,Link:()=>Nf,Link2:()=>Uf,Link2Icon:()=>Uf,Link2Off:()=>Of,Link2OffIcon:()=>Of,LinkIcon:()=>Nf,Linkedin:()=>Wf,LinkedinIcon:()=>Wf,List:()=>lM,ListCheck:()=>Zf,ListCheckIcon:()=>Zf,ListChecks:()=>Gf,ListChecksIcon:()=>Gf,ListCollapse:()=>Xf,ListCollapseIcon:()=>Xf,ListEnd:()=>Kf,ListEndIcon:()=>Kf,ListFilter:()=>Yf,ListFilterIcon:()=>Yf,ListIcon:()=>lM,ListMinus:()=>Jf,ListMinusIcon:()=>Jf,ListMusic:()=>$f,ListMusicIcon:()=>$f,ListOrdered:()=>Qf,ListOrderedIcon:()=>Qf,ListPlus:()=>eM,ListPlusIcon:()=>eM,ListRestart:()=>tM,ListRestartIcon:()=>tM,ListStart:()=>aM,ListStartIcon:()=>aM,ListTodo:()=>rM,ListTodoIcon:()=>rM,ListTree:()=>iM,ListTreeIcon:()=>iM,ListVideo:()=>nM,ListVideoIcon:()=>nM,ListX:()=>oM,ListXIcon:()=>oM,Loader:()=>dM,Loader2:()=>cM,Loader2Icon:()=>cM,LoaderCircle:()=>cM,LoaderCircleIcon:()=>cM,LoaderIcon:()=>dM,LoaderPinwheel:()=>hM,LoaderPinwheelIcon:()=>hM,Locate:()=>pM,LocateFixed:()=>sM,LocateFixedIcon:()=>sM,LocateIcon:()=>pM,LocateOff:()=>yM,LocateOffIcon:()=>yM,Lock:()=>gM,LockIcon:()=>gM,LockKeyhole:()=>kM,LockKeyholeIcon:()=>kM,LockKeyholeOpen:()=>uM,LockKeyholeOpenIcon:()=>uM,LockOpen:()=>mM,LockOpenIcon:()=>mM,LogIn:()=>vM,LogInIcon:()=>vM,LogOut:()=>fM,LogOutIcon:()=>fM,Logs:()=>MM,LogsIcon:()=>MM,Lollipop:()=>xM,LollipopIcon:()=>xM,LucideAArrowDown:()=>Hi,LucideAArrowUp:()=>Vi,LucideALargeSmall:()=>Bi,LucideAccessibility:()=>Di,LucideActivity:()=>Ei,LucideActivitySquare:()=>QI,LucideAirVent:()=>Fi,LucideAirplay:()=>ji,LucideAlarmCheck:()=>Oi,LucideAlarmClock:()=>Zi,LucideAlarmClockCheck:()=>Oi,LucideAlarmClockMinus:()=>Ui,LucideAlarmClockOff:()=>Ni,LucideAlarmClockPlus:()=>Wi,LucideAlarmMinus:()=>Ui,LucideAlarmPlus:()=>Wi,LucideAlarmSmoke:()=>Gi,LucideAlbum:()=>Xi,LucideAlertCircle:()=>Vd,LucideAlertOctagon:()=>Ww,LucideAlertTriangle:()=>QR,LucideAlignCenter:()=>Ji,LucideAlignCenterHorizontal:()=>Ki,LucideAlignCenterVertical:()=>Yi,LucideAlignEndHorizontal:()=>$i,LucideAlignEndVertical:()=>Qi,LucideAlignHorizontalDistributeCenter:()=>en,LucideAlignHorizontalDistributeEnd:()=>tn,LucideAlignHorizontalDistributeStart:()=>an,LucideAlignHorizontalJustifyCenter:()=>rn,LucideAlignHorizontalJustifyEnd:()=>nn,LucideAlignHorizontalJustifyStart:()=>on,LucideAlignHorizontalSpaceAround:()=>ln,LucideAlignHorizontalSpaceBetween:()=>cn,LucideAlignJustify:()=>hn,LucideAlignLeft:()=>dn,LucideAlignRight:()=>sn,LucideAlignStartHorizontal:()=>yn,LucideAlignStartVertical:()=>pn,LucideAlignVerticalDistributeCenter:()=>un,LucideAlignVerticalDistributeEnd:()=>kn,LucideAlignVerticalDistributeStart:()=>mn,LucideAlignVerticalJustifyCenter:()=>gn,LucideAlignVerticalJustifyEnd:()=>vn,LucideAlignVerticalJustifyStart:()=>fn,LucideAlignVerticalSpaceAround:()=>Mn,LucideAlignVerticalSpaceBetween:()=>xn,LucideAmbulance:()=>wn,LucideAmpersand:()=>Cn,LucideAmpersands:()=>Ln,LucideAmphora:()=>bn,LucideAnchor:()=>Sn,LucideAngry:()=>In,LucideAnnoyed:()=>_n,LucideAntenna:()=>An,LucideAnvil:()=>Rn,LucideAperture:()=>qn,LucideAppWindow:()=>Tn,LucideAppWindowMac:()=>Pn,LucideApple:()=>zn,LucideArchive:()=>Bn,LucideArchiveRestore:()=>Hn,LucideArchiveX:()=>Vn,LucideAreaChart:()=>Wh,LucideArmchair:()=>Dn,LucideArrowBigDown:()=>Fn,LucideArrowBigDownDash:()=>En,LucideArrowBigLeft:()=>On,LucideArrowBigLeftDash:()=>jn,LucideArrowBigRight:()=>Nn,LucideArrowBigRightDash:()=>Un,LucideArrowBigUp:()=>Zn,LucideArrowBigUpDash:()=>Wn,LucideArrowDown:()=>no,LucideArrowDown01:()=>Gn,LucideArrowDown10:()=>Xn,LucideArrowDownAZ:()=>Kn,LucideArrowDownAz:()=>Kn,LucideArrowDownCircle:()=>Bd,LucideArrowDownFromLine:()=>Yn,LucideArrowDownLeft:()=>Jn,LucideArrowDownLeftFromCircle:()=>Ed,LucideArrowDownLeftFromSquare:()=>i_,LucideArrowDownLeftSquare:()=>e_,LucideArrowDownNarrowWide:()=>$n,LucideArrowDownRight:()=>Qn,LucideArrowDownRightFromCircle:()=>Fd,LucideArrowDownRightFromSquare:()=>n_,LucideArrowDownRightSquare:()=>t_,LucideArrowDownSquare:()=>a_,LucideArrowDownToDot:()=>eo,LucideArrowDownToLine:()=>to,LucideArrowDownUp:()=>ao,LucideArrowDownWideNarrow:()=>ro,LucideArrowDownZA:()=>io,LucideArrowDownZa:()=>io,LucideArrowLeft:()=>ho,LucideArrowLeftCircle:()=>Dd,LucideArrowLeftFromLine:()=>oo,LucideArrowLeftRight:()=>lo,LucideArrowLeftSquare:()=>r_,LucideArrowLeftToLine:()=>co,LucideArrowRight:()=>uo,LucideArrowRightCircle:()=>Ud,LucideArrowRightFromLine:()=>so,LucideArrowRightLeft:()=>yo,LucideArrowRightSquare:()=>c_,LucideArrowRightToLine:()=>po,LucideArrowUp:()=>Io,LucideArrowUp01:()=>ko,LucideArrowUp10:()=>mo,LucideArrowUpAZ:()=>go,LucideArrowUpAz:()=>go,LucideArrowUpCircle:()=>Nd,LucideArrowUpDown:()=>vo,LucideArrowUpFromDot:()=>fo,LucideArrowUpFromLine:()=>Mo,LucideArrowUpLeft:()=>xo,LucideArrowUpLeftFromCircle:()=>jd,LucideArrowUpLeftFromSquare:()=>o_,LucideArrowUpLeftSquare:()=>h_,LucideArrowUpNarrowWide:()=>wo,LucideArrowUpRight:()=>Co,LucideArrowUpRightFromCircle:()=>Od,LucideArrowUpRightFromSquare:()=>l_,LucideArrowUpRightSquare:()=>d_,LucideArrowUpSquare:()=>s_,LucideArrowUpToLine:()=>Lo,LucideArrowUpWideNarrow:()=>bo,LucideArrowUpZA:()=>So,LucideArrowUpZa:()=>So,LucideArrowsUpFromLine:()=>_o,LucideAsterisk:()=>Ao,LucideAsteriskSquare:()=>y_,LucideAtSign:()=>Ro,LucideAtom:()=>qo,LucideAudioLines:()=>Po,LucideAudioWaveform:()=>To,LucideAward:()=>zo,LucideAxe:()=>Ho,LucideAxis3D:()=>Vo,LucideAxis3d:()=>Vo,LucideBaby:()=>Bo,LucideBackpack:()=>Do,LucideBadge:()=>tl,LucideBadgeAlert:()=>Eo,LucideBadgeCent:()=>Fo,LucideBadgeCheck:()=>jo,LucideBadgeDollarSign:()=>Oo,LucideBadgeEuro:()=>Uo,LucideBadgeHelp:()=>No,LucideBadgeIndianRupee:()=>Wo,LucideBadgeInfo:()=>Zo,LucideBadgeJapaneseYen:()=>Go,LucideBadgeMinus:()=>Xo,LucideBadgePercent:()=>Ko,LucideBadgePlus:()=>Yo,LucideBadgePoundSterling:()=>Jo,LucideBadgeRussianRuble:()=>$o,LucideBadgeSwissFranc:()=>Qo,LucideBadgeX:()=>el,LucideBaggageClaim:()=>al,LucideBan:()=>rl,LucideBanana:()=>il,LucideBandage:()=>nl,LucideBanknote:()=>ol,LucideBarChart:()=>od,LucideBarChart2:()=>ld,LucideBarChart3:()=>ad,LucideBarChart4:()=>ed,LucideBarChartBig:()=>$h,LucideBarChartHorizontal:()=>Yh,LucideBarChartHorizontalBig:()=>Zh,LucideBarcode:()=>ll,LucideBaseline:()=>cl,LucideBath:()=>hl,LucideBattery:()=>kl,LucideBatteryCharging:()=>dl,LucideBatteryFull:()=>sl,LucideBatteryLow:()=>yl,LucideBatteryMedium:()=>pl,LucideBatteryWarning:()=>ul,LucideBeaker:()=>ml,LucideBean:()=>vl,LucideBeanOff:()=>gl,LucideBed:()=>xl,LucideBedDouble:()=>fl,LucideBedSingle:()=>Ml,LucideBeef:()=>wl,LucideBeer:()=>Ll,LucideBeerOff:()=>Cl,LucideBell:()=>ql,LucideBellDot:()=>bl,LucideBellElectric:()=>Sl,LucideBellMinus:()=>Il,LucideBellOff:()=>_l,LucideBellPlus:()=>Al,LucideBellRing:()=>Rl,LucideBetweenHorizonalEnd:()=>Pl,LucideBetweenHorizonalStart:()=>Tl,LucideBetweenHorizontalEnd:()=>Pl,LucideBetweenHorizontalStart:()=>Tl,LucideBetweenVerticalEnd:()=>zl,LucideBetweenVerticalStart:()=>Hl,LucideBicepsFlexed:()=>Vl,LucideBike:()=>Bl,LucideBinary:()=>Dl,LucideBinoculars:()=>El,LucideBiohazard:()=>Fl,LucideBird:()=>jl,LucideBitcoin:()=>Ol,LucideBlend:()=>Ul,LucideBlinds:()=>Nl,LucideBlocks:()=>Wl,LucideBluetooth:()=>Kl,LucideBluetoothConnected:()=>Zl,LucideBluetoothOff:()=>Gl,LucideBluetoothSearching:()=>Xl,LucideBold:()=>Yl,LucideBolt:()=>Jl,LucideBomb:()=>$l,LucideBone:()=>Ql,LucideBook:()=>Cc,LucideBookA:()=>ec,LucideBookAudio:()=>tc,LucideBookCheck:()=>ac,LucideBookCopy:()=>rc,LucideBookDashed:()=>ic,LucideBookDown:()=>nc,LucideBookHeadphones:()=>oc,LucideBookHeart:()=>lc,LucideBookImage:()=>cc,LucideBookKey:()=>hc,LucideBookLock:()=>dc,LucideBookMarked:()=>sc,LucideBookMinus:()=>yc,LucideBookOpen:()=>kc,LucideBookOpenCheck:()=>pc,LucideBookOpenText:()=>uc,LucideBookPlus:()=>mc,LucideBookTemplate:()=>ic,LucideBookText:()=>gc,LucideBookType:()=>vc,LucideBookUp:()=>Mc,LucideBookUp2:()=>fc,LucideBookUser:()=>xc,LucideBookX:()=>wc,LucideBookmark:()=>_c,LucideBookmarkCheck:()=>Lc,LucideBookmarkMinus:()=>bc,LucideBookmarkPlus:()=>Sc,LucideBookmarkX:()=>Ic,LucideBoomBox:()=>Ac,LucideBot:()=>Pc,LucideBotMessageSquare:()=>Rc,LucideBotOff:()=>qc,LucideBox:()=>zc,LucideBoxSelect:()=>Tc,LucideBoxes:()=>Hc,LucideBraces:()=>Vc,LucideBrackets:()=>Bc,LucideBrain:()=>Fc,LucideBrainCircuit:()=>Dc,LucideBrainCog:()=>Ec,LucideBrickWall:()=>jc,LucideBriefcase:()=>Nc,LucideBriefcaseBusiness:()=>Oc,LucideBriefcaseMedical:()=>Uc,LucideBringToFront:()=>Wc,LucideBrush:()=>Zc,LucideBug:()=>Kc,LucideBugOff:()=>Gc,LucideBugPlay:()=>Xc,LucideBuilding:()=>Jc,LucideBuilding2:()=>Yc,LucideBus:()=>Qc,LucideBusFront:()=>$c,LucideCable:()=>th,LucideCableCar:()=>eh,LucideCake:()=>rh,LucideCakeSlice:()=>ah,LucideCalculator:()=>ih,LucideCalendar:()=>Ch,LucideCalendarArrowDown:()=>nh,LucideCalendarArrowUp:()=>oh,LucideCalendarCheck:()=>ch,LucideCalendarCheck2:()=>lh,LucideCalendarClock:()=>hh,LucideCalendarCog:()=>dh,LucideCalendarDays:()=>sh,LucideCalendarFold:()=>yh,LucideCalendarHeart:()=>ph,LucideCalendarMinus:()=>kh,LucideCalendarMinus2:()=>uh,LucideCalendarOff:()=>mh,LucideCalendarPlus:()=>vh,LucideCalendarPlus2:()=>gh,LucideCalendarRange:()=>fh,LucideCalendarSearch:()=>Mh,LucideCalendarX:()=>wh,LucideCalendarX2:()=>xh,LucideCamera:()=>bh,LucideCameraOff:()=>Lh,LucideCandlestickChart:()=>Jh,LucideCandy:()=>_h,LucideCandyCane:()=>Sh,LucideCandyOff:()=>Ih,LucideCannabis:()=>Ah,LucideCaptions:()=>qh,LucideCaptionsOff:()=>Rh,LucideCar:()=>zh,LucideCarFront:()=>Ph,LucideCarTaxiFront:()=>Th,LucideCaravan:()=>Hh,LucideCarrot:()=>Vh,LucideCaseLower:()=>Bh,LucideCaseSensitive:()=>Dh,LucideCaseUpper:()=>Eh,LucideCassetteTape:()=>Fh,LucideCast:()=>jh,LucideCastle:()=>Oh,LucideCat:()=>Uh,LucideCctv:()=>Nh,LucideChartArea:()=>Wh,LucideChartBar:()=>Yh,LucideChartBarBig:()=>Zh,LucideChartBarDecreasing:()=>Gh,LucideChartBarIncreasing:()=>Xh,LucideChartBarStacked:()=>Kh,LucideChartCandlestick:()=>Jh,LucideChartColumn:()=>ad,LucideChartColumnBig:()=>$h,LucideChartColumnDecreasing:()=>Qh,LucideChartColumnIncreasing:()=>ed,LucideChartColumnStacked:()=>td,LucideChartLine:()=>rd,LucideChartNetwork:()=>id,LucideChartNoAxesColumn:()=>ld,LucideChartNoAxesColumnDecreasing:()=>nd,LucideChartNoAxesColumnIncreasing:()=>od,LucideChartNoAxesCombined:()=>cd,LucideChartNoAxesGantt:()=>hd,LucideChartPie:()=>dd,LucideChartScatter:()=>sd,LucideChartSpline:()=>yd,LucideCheck:()=>ud,LucideCheckCheck:()=>pd,LucideCheckCircle:()=>Wd,LucideCheckCircle2:()=>Zd,LucideCheckSquare:()=>k_,LucideCheckSquare2:()=>m_,LucideChefHat:()=>kd,LucideCherry:()=>md,LucideChevronDown:()=>gd,LucideChevronDownCircle:()=>Gd,LucideChevronDownSquare:()=>g_,LucideChevronFirst:()=>vd,LucideChevronLast:()=>fd,LucideChevronLeft:()=>Md,LucideChevronLeftCircle:()=>Xd,LucideChevronLeftSquare:()=>v_,LucideChevronRight:()=>xd,LucideChevronRightCircle:()=>Kd,LucideChevronRightSquare:()=>f_,LucideChevronUp:()=>wd,LucideChevronUpCircle:()=>Yd,LucideChevronUpSquare:()=>M_,LucideChevronsDown:()=>Ld,LucideChevronsDownUp:()=>Cd,LucideChevronsLeft:()=>Id,LucideChevronsLeftRight:()=>Sd,LucideChevronsLeftRightEllipsis:()=>bd,LucideChevronsRight:()=>Ad,LucideChevronsRightLeft:()=>_d,LucideChevronsUp:()=>qd,LucideChevronsUpDown:()=>Rd,LucideChrome:()=>Pd,LucideChurch:()=>Td,LucideCigarette:()=>Hd,LucideCigaretteOff:()=>zd,LucideCircle:()=>Cs,LucideCircleAlert:()=>Vd,LucideCircleArrowDown:()=>Bd,LucideCircleArrowLeft:()=>Dd,LucideCircleArrowOutDownLeft:()=>Ed,LucideCircleArrowOutDownRight:()=>Fd,LucideCircleArrowOutUpLeft:()=>jd,LucideCircleArrowOutUpRight:()=>Od,LucideCircleArrowRight:()=>Ud,LucideCircleArrowUp:()=>Nd,LucideCircleCheck:()=>Zd,LucideCircleCheckBig:()=>Wd,LucideCircleChevronDown:()=>Gd,LucideCircleChevronLeft:()=>Xd,LucideCircleChevronRight:()=>Kd,LucideCircleChevronUp:()=>Yd,LucideCircleDashed:()=>Jd,LucideCircleDivide:()=>$d,LucideCircleDollarSign:()=>Qd,LucideCircleDot:()=>ts,LucideCircleDotDashed:()=>es,LucideCircleEllipsis:()=>as,LucideCircleEqual:()=>rs,LucideCircleFadingArrowUp:()=>is,LucideCircleFadingPlus:()=>ns,LucideCircleGauge:()=>os,LucideCircleHelp:()=>ls,LucideCircleMinus:()=>cs,LucideCircleOff:()=>hs,LucideCircleParking:()=>ss,LucideCircleParkingOff:()=>ds,LucideCirclePause:()=>ys,LucideCirclePercent:()=>ps,LucideCirclePlay:()=>us,LucideCirclePlus:()=>ks,LucideCirclePower:()=>ms,LucideCircleSlash:()=>vs,LucideCircleSlash2:()=>gs,LucideCircleSlashed:()=>gs,LucideCircleStop:()=>fs,LucideCircleUser:()=>xs,LucideCircleUserRound:()=>Ms,LucideCircleX:()=>ws,LucideCircuitBoard:()=>Ls,LucideCitrus:()=>bs,LucideClapperboard:()=>Ss,LucideClipboard:()=>Bs,LucideClipboardCheck:()=>Is,LucideClipboardCopy:()=>_s,LucideClipboardEdit:()=>Ts,LucideClipboardList:()=>As,LucideClipboardMinus:()=>Rs,LucideClipboardPaste:()=>qs,LucideClipboardPen:()=>Ts,LucideClipboardPenLine:()=>Ps,LucideClipboardPlus:()=>zs,LucideClipboardSignature:()=>Ps,LucideClipboardType:()=>Hs,LucideClipboardX:()=>Vs,LucideClock:()=>$s,LucideClock1:()=>Ds,LucideClock10:()=>Es,LucideClock11:()=>Fs,LucideClock12:()=>js,LucideClock2:()=>Os,LucideClock3:()=>Us,LucideClock4:()=>Ns,LucideClock5:()=>Ws,LucideClock6:()=>Zs,LucideClock7:()=>Gs,LucideClock8:()=>Xs,LucideClock9:()=>Ks,LucideClockArrowDown:()=>Ys,LucideClockArrowUp:()=>Js,LucideCloud:()=>uy,LucideCloudCog:()=>Qs,LucideCloudDownload:()=>ey,LucideCloudDrizzle:()=>ty,LucideCloudFog:()=>ay,LucideCloudHail:()=>ry,LucideCloudLightning:()=>iy,LucideCloudMoon:()=>oy,LucideCloudMoonRain:()=>ny,LucideCloudOff:()=>ly,LucideCloudRain:()=>hy,LucideCloudRainWind:()=>cy,LucideCloudSnow:()=>dy,LucideCloudSun:()=>yy,LucideCloudSunRain:()=>sy,LucideCloudUpload:()=>py,LucideCloudy:()=>ky,LucideClover:()=>my,LucideClub:()=>gy,LucideCode:()=>fy,LucideCode2:()=>vy,LucideCodeSquare:()=>x_,LucideCodeXml:()=>vy,LucideCodepen:()=>My,LucideCodesandbox:()=>xy,LucideCoffee:()=>wy,LucideCog:()=>Cy,LucideCoins:()=>Ly,LucideColumns:()=>by,LucideColumns2:()=>by,LucideColumns3:()=>Sy,LucideColumns4:()=>Iy,LucideCombine:()=>_y,LucideCommand:()=>Ay,LucideCompass:()=>Ry,LucideComponent:()=>qy,LucideComputer:()=>Py,LucideConciergeBell:()=>Ty,LucideCone:()=>zy,LucideConstruction:()=>Hy,LucideContact:()=>By,LucideContact2:()=>Vy,LucideContactRound:()=>Vy,LucideContainer:()=>Dy,LucideContrast:()=>Ey,LucideCookie:()=>Fy,LucideCookingPot:()=>jy,LucideCopy:()=>Gy,LucideCopyCheck:()=>Oy,LucideCopyMinus:()=>Uy,LucideCopyPlus:()=>Ny,LucideCopySlash:()=>Wy,LucideCopyX:()=>Zy,LucideCopyleft:()=>Xy,LucideCopyright:()=>Ky,LucideCornerDownLeft:()=>Yy,LucideCornerDownRight:()=>Jy,LucideCornerLeftDown:()=>$y,LucideCornerLeftUp:()=>Qy,LucideCornerRightDown:()=>ep,LucideCornerRightUp:()=>tp,LucideCornerUpLeft:()=>ap,LucideCornerUpRight:()=>rp,LucideCpu:()=>ip,LucideCreativeCommons:()=>np,LucideCreditCard:()=>op,LucideCroissant:()=>lp,LucideCrop:()=>cp,LucideCross:()=>hp,LucideCrosshair:()=>dp,LucideCrown:()=>sp,LucideCuboid:()=>yp,LucideCupSoda:()=>pp,LucideCurlyBraces:()=>Vc,LucideCurrency:()=>up,LucideCylinder:()=>kp,LucideDam:()=>mp,LucideDatabase:()=>fp,LucideDatabaseBackup:()=>gp,LucideDatabaseZap:()=>vp,LucideDelete:()=>Mp,LucideDessert:()=>xp,LucideDiameter:()=>wp,LucideDiamond:()=>Sp,LucideDiamondMinus:()=>Cp,LucideDiamondPercent:()=>Lp,LucideDiamondPlus:()=>bp,LucideDice1:()=>Ip,LucideDice2:()=>_p,LucideDice3:()=>Ap,LucideDice4:()=>Rp,LucideDice5:()=>qp,LucideDice6:()=>Pp,LucideDices:()=>Tp,LucideDiff:()=>zp,LucideDisc:()=>Dp,LucideDisc2:()=>Hp,LucideDisc3:()=>Vp,LucideDiscAlbum:()=>Bp,LucideDivide:()=>Ep,LucideDivideCircle:()=>$d,LucideDivideSquare:()=>S_,LucideDna:()=>jp,LucideDnaOff:()=>Fp,LucideDock:()=>Op,LucideDog:()=>Up,LucideDollarSign:()=>Np,LucideDonut:()=>Wp,LucideDoorClosed:()=>Zp,LucideDoorOpen:()=>Gp,LucideDot:()=>Xp,LucideDotSquare:()=>I_,LucideDownload:()=>Kp,LucideDownloadCloud:()=>ey,LucideDraftingCompass:()=>Yp,LucideDrama:()=>Jp,LucideDribbble:()=>$p,LucideDrill:()=>Qp,LucideDroplet:()=>eu,LucideDroplets:()=>tu,LucideDrum:()=>au,LucideDrumstick:()=>ru,LucideDumbbell:()=>iu,LucideEar:()=>ou,LucideEarOff:()=>nu,LucideEarth:()=>cu,LucideEarthLock:()=>lu,LucideEclipse:()=>hu,LucideEdit:()=>D_,LucideEdit2:()=>jC,LucideEdit3:()=>DC,LucideEgg:()=>yu,LucideEggFried:()=>du,LucideEggOff:()=>su,LucideEllipsis:()=>uu,LucideEllipsisVertical:()=>pu,LucideEqual:()=>mu,LucideEqualNot:()=>ku,LucideEqualSquare:()=>__,LucideEraser:()=>gu,LucideEthernetPort:()=>vu,LucideEuro:()=>fu,LucideExpand:()=>Mu,LucideExternalLink:()=>xu,LucideEye:()=>Cu,LucideEyeOff:()=>wu,LucideFacebook:()=>Lu,LucideFactory:()=>bu,LucideFan:()=>Su,LucideFastForward:()=>Iu,LucideFeather:()=>_u,LucideFence:()=>Au,LucideFerrisWheel:()=>Ru,LucideFigma:()=>qu,LucideFile:()=>Hk,LucideFileArchive:()=>Pu,LucideFileAudio:()=>zu,LucideFileAudio2:()=>Tu,LucideFileAxis3D:()=>Hu,LucideFileAxis3d:()=>Hu,LucideFileBadge:()=>Bu,LucideFileBadge2:()=>Vu,LucideFileBarChart:()=>Eu,LucideFileBarChart2:()=>Fu,LucideFileBox:()=>Du,LucideFileChartColumn:()=>Fu,LucideFileChartColumnIncreasing:()=>Eu,LucideFileChartLine:()=>ju,LucideFileChartPie:()=>Ou,LucideFileCheck:()=>Nu,LucideFileCheck2:()=>Uu,LucideFileClock:()=>Wu,LucideFileCode:()=>Gu,LucideFileCode2:()=>Zu,LucideFileCog:()=>Xu,LucideFileCog2:()=>Xu,LucideFileDiff:()=>Ku,LucideFileDigit:()=>Yu,LucideFileDown:()=>Ju,LucideFileEdit:()=>yk,LucideFileHeart:()=>$u,LucideFileImage:()=>Qu,LucideFileInput:()=>ek,LucideFileJson:()=>ak,LucideFileJson2:()=>tk,LucideFileKey:()=>ik,LucideFileKey2:()=>rk,LucideFileLineChart:()=>ju,LucideFileLock:()=>ok,LucideFileLock2:()=>nk,LucideFileMinus:()=>ck,LucideFileMinus2:()=>lk,LucideFileMusic:()=>hk,LucideFileOutput:()=>dk,LucideFilePen:()=>yk,LucideFilePenLine:()=>sk,LucideFilePieChart:()=>Ou,LucideFilePlus:()=>uk,LucideFilePlus2:()=>pk,LucideFileQuestion:()=>kk,LucideFileScan:()=>mk,LucideFileSearch:()=>vk,LucideFileSearch2:()=>gk,LucideFileSignature:()=>sk,LucideFileSliders:()=>fk,LucideFileSpreadsheet:()=>Mk,LucideFileStack:()=>xk,LucideFileSymlink:()=>wk,LucideFileTerminal:()=>Ck,LucideFileText:()=>Lk,LucideFileType:()=>Sk,LucideFileType2:()=>bk,LucideFileUp:()=>Ik,LucideFileVideo:()=>Ak,LucideFileVideo2:()=>_k,LucideFileVolume:()=>qk,LucideFileVolume2:()=>Rk,LucideFileWarning:()=>Pk,LucideFileX:()=>zk,LucideFileX2:()=>Tk,LucideFiles:()=>Vk,LucideFilm:()=>Bk,LucideFilter:()=>Ek,LucideFilterX:()=>Dk,LucideFingerprint:()=>Fk,LucideFireExtinguisher:()=>jk,LucideFish:()=>Nk,LucideFishOff:()=>Ok,LucideFishSymbol:()=>Uk,LucideFlag:()=>Xk,LucideFlagOff:()=>Wk,LucideFlagTriangleLeft:()=>Zk,LucideFlagTriangleRight:()=>Gk,LucideFlame:()=>Yk,LucideFlameKindling:()=>Kk,LucideFlashlight:()=>$k,LucideFlashlightOff:()=>Jk,LucideFlaskConical:()=>em,LucideFlaskConicalOff:()=>Qk,LucideFlaskRound:()=>tm,LucideFlipHorizontal:()=>rm,LucideFlipHorizontal2:()=>am,LucideFlipVertical:()=>nm,LucideFlipVertical2:()=>im,LucideFlower:()=>lm,LucideFlower2:()=>om,LucideFocus:()=>cm,LucideFoldHorizontal:()=>hm,LucideFoldVertical:()=>dm,LucideFolder:()=>Fm,LucideFolderArchive:()=>sm,LucideFolderCheck:()=>ym,LucideFolderClock:()=>pm,LucideFolderClosed:()=>um,LucideFolderCode:()=>km,LucideFolderCog:()=>mm,LucideFolderCog2:()=>mm,LucideFolderDot:()=>gm,LucideFolderDown:()=>vm,LucideFolderEdit:()=>Rm,LucideFolderGit:()=>Mm,LucideFolderGit2:()=>fm,LucideFolderHeart:()=>xm,LucideFolderInput:()=>wm,LucideFolderKanban:()=>Cm,LucideFolderKey:()=>Lm,LucideFolderLock:()=>bm,LucideFolderMinus:()=>Sm,LucideFolderOpen:()=>_m,LucideFolderOpenDot:()=>Im,LucideFolderOutput:()=>Am,LucideFolderPen:()=>Rm,LucideFolderPlus:()=>qm,LucideFolderRoot:()=>Pm,LucideFolderSearch:()=>zm,LucideFolderSearch2:()=>Tm,LucideFolderSymlink:()=>Hm,LucideFolderSync:()=>Vm,LucideFolderTree:()=>Bm,LucideFolderUp:()=>Dm,LucideFolderX:()=>Em,LucideFolders:()=>jm,LucideFootprints:()=>Om,LucideForkKnife:()=>Zq,LucideForkKnifeCrossed:()=>Wq,LucideForklift:()=>Um,LucideFormInput:()=>yb,LucideForward:()=>Nm,LucideFrame:()=>Wm,LucideFramer:()=>Zm,LucideFrown:()=>Gm,LucideFuel:()=>Xm,LucideFullscreen:()=>Km,LucideFunctionSquare:()=>A_,LucideGalleryHorizontal:()=>Jm,LucideGalleryHorizontalEnd:()=>Ym,LucideGalleryThumbnails:()=>$m,LucideGalleryVertical:()=>eg,LucideGalleryVerticalEnd:()=>Qm,LucideGamepad:()=>ag,LucideGamepad2:()=>tg,LucideGanttChart:()=>hd,LucideGanttChartSquare:()=>u_,LucideGauge:()=>rg,LucideGaugeCircle:()=>os,LucideGavel:()=>ig,LucideGem:()=>ng,LucideGhost:()=>og,LucideGift:()=>lg,LucideGitBranch:()=>hg,LucideGitBranchPlus:()=>cg,LucideGitCommit:()=>dg,LucideGitCommitHorizontal:()=>dg,LucideGitCommitVertical:()=>sg,LucideGitCompare:()=>pg,LucideGitCompareArrows:()=>yg,LucideGitFork:()=>ug,LucideGitGraph:()=>kg,LucideGitMerge:()=>mg,LucideGitPullRequest:()=>wg,LucideGitPullRequestArrow:()=>gg,LucideGitPullRequestClosed:()=>vg,LucideGitPullRequestCreate:()=>Mg,LucideGitPullRequestCreateArrow:()=>fg,LucideGitPullRequestDraft:()=>xg,LucideGithub:()=>Cg,LucideGitlab:()=>Lg,LucideGlassWater:()=>bg,LucideGlasses:()=>Sg,LucideGlobe:()=>_g,LucideGlobe2:()=>cu,LucideGlobeLock:()=>Ig,LucideGoal:()=>Ag,LucideGrab:()=>Rg,LucideGraduationCap:()=>qg,LucideGrape:()=>Pg,LucideGrid:()=>Vg,LucideGrid2X2:()=>Hg,LucideGrid2x2:()=>Hg,LucideGrid2x2Check:()=>Tg,LucideGrid2x2X:()=>zg,LucideGrid3X3:()=>Vg,LucideGrid3x3:()=>Vg,LucideGrip:()=>Eg,LucideGripHorizontal:()=>Bg,LucideGripVertical:()=>Dg,LucideGroup:()=>Fg,LucideGuitar:()=>jg,LucideHam:()=>Og,LucideHammer:()=>Ug,LucideHand:()=>Kg,LucideHandCoins:()=>Ng,LucideHandHeart:()=>Wg,LucideHandHelping:()=>Zg,LucideHandMetal:()=>Gg,LucideHandPlatter:()=>Xg,LucideHandshake:()=>Yg,LucideHardDrive:()=>Qg,LucideHardDriveDownload:()=>Jg,LucideHardDriveUpload:()=>$g,LucideHardHat:()=>ev,LucideHash:()=>tv,LucideHaze:()=>av,LucideHdmiPort:()=>rv,LucideHeading:()=>dv,LucideHeading1:()=>iv,LucideHeading2:()=>nv,LucideHeading3:()=>ov,LucideHeading4:()=>lv,LucideHeading5:()=>cv,LucideHeading6:()=>hv,LucideHeadphones:()=>sv,LucideHeadset:()=>yv,LucideHeart:()=>gv,LucideHeartCrack:()=>pv,LucideHeartHandshake:()=>uv,LucideHeartOff:()=>kv,LucideHeartPulse:()=>mv,LucideHeater:()=>vv,LucideHelpCircle:()=>ls,LucideHelpingHand:()=>Zg,LucideHexagon:()=>fv,LucideHighlighter:()=>Mv,LucideHistory:()=>xv,LucideHome:()=>Av,LucideHop:()=>Cv,LucideHopOff:()=>wv,LucideHospital:()=>Lv,LucideHotel:()=>bv,LucideHourglass:()=>Sv,LucideHouse:()=>Av,LucideHousePlug:()=>Iv,LucideHousePlus:()=>_v,LucideIceCream:()=>qv,LucideIceCream2:()=>Rv,LucideIceCreamBowl:()=>Rv,LucideIceCreamCone:()=>qv,LucideIdCard:()=>Pv,LucideImage:()=>Ev,LucideImageDown:()=>Tv,LucideImageMinus:()=>zv,LucideImageOff:()=>Hv,LucideImagePlay:()=>Vv,LucideImagePlus:()=>Bv,LucideImageUp:()=>Dv,LucideImages:()=>Fv,LucideImport:()=>jv,LucideInbox:()=>Ov,LucideIndent:()=>Nv,LucideIndentDecrease:()=>Uv,LucideIndentIncrease:()=>Nv,LucideIndianRupee:()=>Wv,LucideInfinity:()=>Zv,LucideInfo:()=>Gv,LucideInspect:()=>H_,LucideInspectionPanel:()=>Xv,LucideInstagram:()=>Kv,LucideItalic:()=>Yv,LucideIterationCcw:()=>Jv,LucideIterationCw:()=>$v,LucideJapaneseYen:()=>Qv,LucideJoystick:()=>ef,LucideKanban:()=>tf,LucideKanbanSquare:()=>R_,LucideKanbanSquareDashed:()=>L_,LucideKey:()=>nf,LucideKeyRound:()=>af,LucideKeySquare:()=>rf,LucideKeyboard:()=>cf,LucideKeyboardMusic:()=>of,LucideKeyboardOff:()=>lf,LucideLamp:()=>uf,LucideLampCeiling:()=>hf,LucideLampDesk:()=>df,LucideLampFloor:()=>sf,LucideLampWallDown:()=>yf,LucideLampWallUp:()=>pf,LucideLandPlot:()=>kf,LucideLandmark:()=>mf,LucideLanguages:()=>gf,LucideLaptop:()=>ff,LucideLaptop2:()=>vf,LucideLaptopMinimal:()=>vf,LucideLasso:()=>xf,LucideLassoSelect:()=>Mf,LucideLaugh:()=>wf,LucideLayers:()=>bf,LucideLayers2:()=>Cf,LucideLayers3:()=>Lf,LucideLayout:()=>RC,LucideLayoutDashboard:()=>Sf,LucideLayoutGrid:()=>If,LucideLayoutList:()=>_f,LucideLayoutPanelLeft:()=>Af,LucideLayoutPanelTop:()=>Rf,LucideLayoutTemplate:()=>qf,LucideLeaf:()=>Pf,LucideLeafyGreen:()=>Tf,LucideLectern:()=>zf,LucideLetterText:()=>Hf,LucideLibrary:()=>Bf,LucideLibraryBig:()=>Vf,LucideLibrarySquare:()=>q_,LucideLifeBuoy:()=>Df,LucideLigature:()=>Ef,LucideLightbulb:()=>jf,LucideLightbulbOff:()=>Ff,LucideLineChart:()=>rd,LucideLink:()=>Nf,LucideLink2:()=>Uf,LucideLink2Off:()=>Of,LucideLinkedin:()=>Wf,LucideList:()=>lM,LucideListCheck:()=>Zf,LucideListChecks:()=>Gf,LucideListCollapse:()=>Xf,LucideListEnd:()=>Kf,LucideListFilter:()=>Yf,LucideListMinus:()=>Jf,LucideListMusic:()=>$f,LucideListOrdered:()=>Qf,LucideListPlus:()=>eM,LucideListRestart:()=>tM,LucideListStart:()=>aM,LucideListTodo:()=>rM,LucideListTree:()=>iM,LucideListVideo:()=>nM,LucideListX:()=>oM,LucideLoader:()=>dM,LucideLoader2:()=>cM,LucideLoaderCircle:()=>cM,LucideLoaderPinwheel:()=>hM,LucideLocate:()=>pM,LucideLocateFixed:()=>sM,LucideLocateOff:()=>yM,LucideLock:()=>gM,LucideLockKeyhole:()=>kM,LucideLockKeyholeOpen:()=>uM,LucideLockOpen:()=>mM,LucideLogIn:()=>vM,LucideLogOut:()=>fM,LucideLogs:()=>MM,LucideLollipop:()=>xM,LucideLuggage:()=>wM,LucideMSquare:()=>P_,LucideMagnet:()=>CM,LucideMail:()=>PM,LucideMailCheck:()=>LM,LucideMailMinus:()=>bM,LucideMailOpen:()=>SM,LucideMailPlus:()=>IM,LucideMailQuestion:()=>_M,LucideMailSearch:()=>AM,LucideMailWarning:()=>RM,LucideMailX:()=>qM,LucideMailbox:()=>TM,LucideMails:()=>zM,LucideMap:()=>GM,LucideMapPin:()=>WM,LucideMapPinCheck:()=>VM,LucideMapPinCheckInside:()=>HM,LucideMapPinHouse:()=>BM,LucideMapPinMinus:()=>EM,LucideMapPinMinusInside:()=>DM,LucideMapPinOff:()=>FM,LucideMapPinPlus:()=>OM,LucideMapPinPlusInside:()=>jM,LucideMapPinX:()=>NM,LucideMapPinXInside:()=>UM,LucideMapPinned:()=>ZM,LucideMartini:()=>XM,LucideMaximize:()=>YM,LucideMaximize2:()=>KM,LucideMedal:()=>JM,LucideMegaphone:()=>QM,LucideMegaphoneOff:()=>$M,LucideMeh:()=>ex,LucideMemoryStick:()=>tx,LucideMenu:()=>ax,LucideMenuSquare:()=>T_,LucideMerge:()=>rx,LucideMessageCircle:()=>ux,LucideMessageCircleCode:()=>ix,LucideMessageCircleDashed:()=>nx,LucideMessageCircleHeart:()=>ox,LucideMessageCircleMore:()=>lx,LucideMessageCircleOff:()=>cx,LucideMessageCirclePlus:()=>hx,LucideMessageCircleQuestion:()=>dx,LucideMessageCircleReply:()=>sx,LucideMessageCircleWarning:()=>yx,LucideMessageCircleX:()=>px,LucideMessageSquare:()=>Ax,LucideMessageSquareCode:()=>kx,LucideMessageSquareDashed:()=>mx,LucideMessageSquareDiff:()=>gx,LucideMessageSquareDot:()=>vx,LucideMessageSquareHeart:()=>fx,LucideMessageSquareMore:()=>Mx,LucideMessageSquareOff:()=>xx,LucideMessageSquarePlus:()=>wx,LucideMessageSquareQuote:()=>Cx,LucideMessageSquareReply:()=>Lx,LucideMessageSquareShare:()=>bx,LucideMessageSquareText:()=>Sx,LucideMessageSquareWarning:()=>Ix,LucideMessageSquareX:()=>_x,LucideMessagesSquare:()=>Rx,LucideMic:()=>Tx,LucideMic2:()=>Px,LucideMicOff:()=>qx,LucideMicVocal:()=>Px,LucideMicrochip:()=>zx,LucideMicroscope:()=>Hx,LucideMicrowave:()=>Vx,LucideMilestone:()=>Bx,LucideMilk:()=>Ex,LucideMilkOff:()=>Dx,LucideMinimize:()=>jx,LucideMinimize2:()=>Fx,LucideMinus:()=>Ox,LucideMinusCircle:()=>cs,LucideMinusSquare:()=>z_,LucideMonitor:()=>tw,LucideMonitorCheck:()=>Ux,LucideMonitorCog:()=>Nx,LucideMonitorDot:()=>Wx,LucideMonitorDown:()=>Zx,LucideMonitorOff:()=>Gx,LucideMonitorPause:()=>Xx,LucideMonitorPlay:()=>Kx,LucideMonitorSmartphone:()=>Yx,LucideMonitorSpeaker:()=>Jx,LucideMonitorStop:()=>$x,LucideMonitorUp:()=>Qx,LucideMonitorX:()=>ew,LucideMoon:()=>rw,LucideMoonStar:()=>aw,LucideMoreHorizontal:()=>uu,LucideMoreVertical:()=>pu,LucideMountain:()=>nw,LucideMountainSnow:()=>iw,LucideMouse:()=>sw,LucideMouseOff:()=>ow,LucideMousePointer:()=>dw,LucideMousePointer2:()=>lw,LucideMousePointerBan:()=>cw,LucideMousePointerClick:()=>hw,LucideMousePointerSquareDashed:()=>b_,LucideMove:()=>bw,LucideMove3D:()=>yw,LucideMove3d:()=>yw,LucideMoveDiagonal:()=>uw,LucideMoveDiagonal2:()=>pw,LucideMoveDown:()=>gw,LucideMoveDownLeft:()=>kw,LucideMoveDownRight:()=>mw,LucideMoveHorizontal:()=>vw,LucideMoveLeft:()=>fw,LucideMoveRight:()=>Mw,LucideMoveUp:()=>Cw,LucideMoveUpLeft:()=>xw,LucideMoveUpRight:()=>ww,LucideMoveVertical:()=>Lw,LucideMusic:()=>Aw,LucideMusic2:()=>Sw,LucideMusic3:()=>Iw,LucideMusic4:()=>_w,LucideNavigation:()=>Tw,LucideNavigation2:()=>qw,LucideNavigation2Off:()=>Rw,LucideNavigationOff:()=>Pw,LucideNetwork:()=>zw,LucideNewspaper:()=>Hw,LucideNfc:()=>Vw,LucideNotebook:()=>Fw,LucideNotebookPen:()=>Bw,LucideNotebookTabs:()=>Dw,LucideNotebookText:()=>Ew,LucideNotepadText:()=>Ow,LucideNotepadTextDashed:()=>jw,LucideNut:()=>Nw,LucideNutOff:()=>Uw,LucideOctagon:()=>Xw,LucideOctagonAlert:()=>Ww,LucideOctagonPause:()=>Zw,LucideOctagonX:()=>Gw,LucideOmega:()=>Kw,LucideOption:()=>Yw,LucideOrbit:()=>Jw,LucideOrigami:()=>$w,LucideOutdent:()=>Uv,LucidePackage:()=>oC,LucidePackage2:()=>Qw,LucidePackageCheck:()=>eC,LucidePackageMinus:()=>tC,LucidePackageOpen:()=>aC,LucidePackagePlus:()=>rC,LucidePackageSearch:()=>iC,LucidePackageX:()=>nC,LucidePaintBucket:()=>lC,LucidePaintRoller:()=>cC,LucidePaintbrush:()=>dC,LucidePaintbrush2:()=>hC,LucidePaintbrushVertical:()=>hC,LucidePalette:()=>sC,LucidePalmtree:()=>GR,LucidePanelBottom:()=>kC,LucidePanelBottomClose:()=>yC,LucidePanelBottomDashed:()=>pC,LucidePanelBottomInactive:()=>pC,LucidePanelBottomOpen:()=>uC,LucidePanelLeft:()=>fC,LucidePanelLeftClose:()=>mC,LucidePanelLeftDashed:()=>gC,LucidePanelLeftInactive:()=>gC,LucidePanelLeftOpen:()=>vC,LucidePanelRight:()=>CC,LucidePanelRightClose:()=>MC,LucidePanelRightDashed:()=>xC,LucidePanelRightInactive:()=>xC,LucidePanelRightOpen:()=>wC,LucidePanelTop:()=>IC,LucidePanelTopClose:()=>LC,LucidePanelTopDashed:()=>bC,LucidePanelTopInactive:()=>bC,LucidePanelTopOpen:()=>SC,LucidePanelsLeftBottom:()=>_C,LucidePanelsLeftRight:()=>Sy,LucidePanelsRightBottom:()=>AC,LucidePanelsTopBottom:()=>Gb,LucidePanelsTopLeft:()=>RC,LucidePaperclip:()=>qC,LucideParentheses:()=>PC,LucideParkingCircle:()=>ss,LucideParkingCircleOff:()=>ds,LucideParkingMeter:()=>TC,LucideParkingSquare:()=>B_,LucideParkingSquareOff:()=>V_,LucidePartyPopper:()=>zC,LucidePause:()=>HC,LucidePauseCircle:()=>ys,LucidePauseOctagon:()=>Zw,LucidePawPrint:()=>VC,LucidePcCase:()=>BC,LucidePen:()=>jC,LucidePenBox:()=>D_,LucidePenLine:()=>DC,LucidePenOff:()=>EC,LucidePenSquare:()=>D_,LucidePenTool:()=>FC,LucidePencil:()=>WC,LucidePencilLine:()=>OC,LucidePencilOff:()=>UC,LucidePencilRuler:()=>NC,LucidePentagon:()=>ZC,LucidePercent:()=>GC,LucidePercentCircle:()=>ps,LucidePercentDiamond:()=>Lp,LucidePercentSquare:()=>E_,LucidePersonStanding:()=>XC,LucidePhilippinePeso:()=>KC,LucidePhone:()=>aL,LucidePhoneCall:()=>YC,LucidePhoneForwarded:()=>JC,LucidePhoneIncoming:()=>$C,LucidePhoneMissed:()=>QC,LucidePhoneOff:()=>eL,LucidePhoneOutgoing:()=>tL,LucidePi:()=>rL,LucidePiSquare:()=>F_,LucidePiano:()=>iL,LucidePickaxe:()=>nL,LucidePictureInPicture:()=>lL,LucidePictureInPicture2:()=>oL,LucidePieChart:()=>dd,LucidePiggyBank:()=>cL,LucidePilcrow:()=>sL,LucidePilcrowLeft:()=>hL,LucidePilcrowRight:()=>dL,LucidePilcrowSquare:()=>j_,LucidePill:()=>pL,LucidePillBottle:()=>yL,LucidePin:()=>kL,LucidePinOff:()=>uL,LucidePipette:()=>mL,LucidePizza:()=>gL,LucidePlane:()=>ML,LucidePlaneLanding:()=>vL,LucidePlaneTakeoff:()=>fL,LucidePlay:()=>xL,LucidePlayCircle:()=>us,LucidePlaySquare:()=>O_,LucidePlug:()=>LL,LucidePlug2:()=>wL,LucidePlugZap:()=>CL,LucidePlugZap2:()=>CL,LucidePlus:()=>bL,LucidePlusCircle:()=>ks,LucidePlusSquare:()=>U_,LucidePocket:()=>IL,LucidePocketKnife:()=>SL,LucidePodcast:()=>_L,LucidePointer:()=>RL,LucidePointerOff:()=>AL,LucidePopcorn:()=>qL,LucidePopsicle:()=>PL,LucidePoundSterling:()=>TL,LucidePower:()=>HL,LucidePowerCircle:()=>ms,LucidePowerOff:()=>zL,LucidePowerSquare:()=>N_,LucidePresentation:()=>VL,LucidePrinter:()=>DL,LucidePrinterCheck:()=>BL,LucideProjector:()=>EL,LucideProportions:()=>FL,LucidePuzzle:()=>jL,LucidePyramid:()=>OL,LucideQrCode:()=>UL,LucideQuote:()=>NL,LucideRabbit:()=>WL,LucideRadar:()=>ZL,LucideRadiation:()=>GL,LucideRadical:()=>XL,LucideRadio:()=>JL,LucideRadioReceiver:()=>KL,LucideRadioTower:()=>YL,LucideRadius:()=>$L,LucideRailSymbol:()=>QL,LucideRainbow:()=>eb,LucideRat:()=>tb,LucideRatio:()=>ab,LucideReceipt:()=>sb,LucideReceiptCent:()=>rb,LucideReceiptEuro:()=>ib,LucideReceiptIndianRupee:()=>nb,LucideReceiptJapaneseYen:()=>ob,LucideReceiptPoundSterling:()=>lb,LucideReceiptRussianRuble:()=>cb,LucideReceiptSwissFranc:()=>hb,LucideReceiptText:()=>db,LucideRectangleEllipsis:()=>yb,LucideRectangleHorizontal:()=>pb,LucideRectangleVertical:()=>ub,LucideRecycle:()=>kb,LucideRedo:()=>vb,LucideRedo2:()=>mb,LucideRedoDot:()=>gb,LucideRefreshCcw:()=>Mb,LucideRefreshCcwDot:()=>fb,LucideRefreshCw:()=>wb,LucideRefreshCwOff:()=>xb,LucideRefrigerator:()=>Cb,LucideRegex:()=>Lb,LucideRemoveFormatting:()=>bb,LucideRepeat:()=>_b,LucideRepeat1:()=>Sb,LucideRepeat2:()=>Ib,LucideReplace:()=>Rb,LucideReplaceAll:()=>Ab,LucideReply:()=>Pb,LucideReplyAll:()=>qb,LucideRewind:()=>Tb,LucideRibbon:()=>zb,LucideRocket:()=>Hb,LucideRockingChair:()=>Vb,LucideRollerCoaster:()=>Bb,LucideRotate3D:()=>Db,LucideRotate3d:()=>Db,LucideRotateCcw:()=>Fb,LucideRotateCcwSquare:()=>Eb,LucideRotateCw:()=>Ob,LucideRotateCwSquare:()=>jb,LucideRoute:()=>Nb,LucideRouteOff:()=>Ub,LucideRouter:()=>Wb,LucideRows:()=>Zb,LucideRows2:()=>Zb,LucideRows3:()=>Gb,LucideRows4:()=>Xb,LucideRss:()=>Kb,LucideRuler:()=>Yb,LucideRussianRuble:()=>Jb,LucideSailboat:()=>$b,LucideSalad:()=>Qb,LucideSandwich:()=>eS,LucideSatellite:()=>aS,LucideSatelliteDish:()=>tS,LucideSave:()=>nS,LucideSaveAll:()=>rS,LucideSaveOff:()=>iS,LucideScale:()=>lS,LucideScale3D:()=>oS,LucideScale3d:()=>oS,LucideScaling:()=>cS,LucideScan:()=>mS,LucideScanBarcode:()=>hS,LucideScanEye:()=>dS,LucideScanFace:()=>sS,LucideScanLine:()=>yS,LucideScanQrCode:()=>pS,LucideScanSearch:()=>uS,LucideScanText:()=>kS,LucideScatterChart:()=>sd,LucideSchool:()=>gS,LucideSchool2:()=>xq,LucideScissors:()=>fS,LucideScissorsLineDashed:()=>vS,LucideScissorsSquare:()=>Z_,LucideScissorsSquareDashedBottom:()=>p_,LucideScreenShare:()=>xS,LucideScreenShareOff:()=>MS,LucideScroll:()=>CS,LucideScrollText:()=>wS,LucideSearch:()=>_S,LucideSearchCheck:()=>LS,LucideSearchCode:()=>bS,LucideSearchSlash:()=>SS,LucideSearchX:()=>IS,LucideSection:()=>AS,LucideSend:()=>PS,LucideSendHorizonal:()=>RS,LucideSendHorizontal:()=>RS,LucideSendToBack:()=>qS,LucideSeparatorHorizontal:()=>TS,LucideSeparatorVertical:()=>zS,LucideServer:()=>DS,LucideServerCog:()=>HS,LucideServerCrash:()=>VS,LucideServerOff:()=>BS,LucideSettings:()=>FS,LucideSettings2:()=>ES,LucideShapes:()=>jS,LucideShare:()=>US,LucideShare2:()=>OS,LucideSheet:()=>NS,LucideShell:()=>WS,LucideShield:()=>aI,LucideShieldAlert:()=>ZS,LucideShieldBan:()=>GS,LucideShieldCheck:()=>XS,LucideShieldClose:()=>tI,LucideShieldEllipsis:()=>KS,LucideShieldHalf:()=>YS,LucideShieldMinus:()=>JS,LucideShieldOff:()=>$S,LucideShieldPlus:()=>QS,LucideShieldQuestion:()=>eI,LucideShieldX:()=>tI,LucideShip:()=>iI,LucideShipWheel:()=>rI,LucideShirt:()=>nI,LucideShoppingBag:()=>oI,LucideShoppingBasket:()=>lI,LucideShoppingCart:()=>cI,LucideShovel:()=>hI,LucideShowerHead:()=>dI,LucideShrink:()=>sI,LucideShrub:()=>yI,LucideShuffle:()=>pI,LucideSidebar:()=>fC,LucideSidebarClose:()=>mC,LucideSidebarOpen:()=>vC,LucideSigma:()=>uI,LucideSigmaSquare:()=>G_,LucideSignal:()=>fI,LucideSignalHigh:()=>kI,LucideSignalLow:()=>mI,LucideSignalMedium:()=>gI,LucideSignalZero:()=>vI,LucideSignature:()=>MI,LucideSignpost:()=>wI,LucideSignpostBig:()=>xI,LucideSiren:()=>CI,LucideSkipBack:()=>LI,LucideSkipForward:()=>bI,LucideSkull:()=>SI,LucideSlack:()=>II,LucideSlash:()=>_I,LucideSlashSquare:()=>X_,LucideSlice:()=>AI,LucideSliders:()=>qI,LucideSlidersHorizontal:()=>RI,LucideSlidersVertical:()=>qI,LucideSmartphone:()=>zI,LucideSmartphoneCharging:()=>PI,LucideSmartphoneNfc:()=>TI,LucideSmile:()=>VI,LucideSmilePlus:()=>HI,LucideSnail:()=>BI,LucideSnowflake:()=>DI,LucideSofa:()=>EI,LucideSortAsc:()=>wo,LucideSortDesc:()=>ro,LucideSoup:()=>FI,LucideSpace:()=>jI,LucideSpade:()=>OI,LucideSparkle:()=>UI,LucideSparkles:()=>NI,LucideSpeaker:()=>WI,LucideSpeech:()=>ZI,LucideSpellCheck:()=>XI,LucideSpellCheck2:()=>GI,LucideSpline:()=>KI,LucideSplit:()=>YI,LucideSplitSquareHorizontal:()=>K_,LucideSplitSquareVertical:()=>Y_,LucideSprayCan:()=>JI,LucideSprout:()=>$I,LucideSquare:()=>rA,LucideSquareActivity:()=>QI,LucideSquareArrowDown:()=>a_,LucideSquareArrowDownLeft:()=>e_,LucideSquareArrowDownRight:()=>t_,LucideSquareArrowLeft:()=>r_,LucideSquareArrowOutDownLeft:()=>i_,LucideSquareArrowOutDownRight:()=>n_,LucideSquareArrowOutUpLeft:()=>o_,LucideSquareArrowOutUpRight:()=>l_,LucideSquareArrowRight:()=>c_,LucideSquareArrowUp:()=>s_,LucideSquareArrowUpLeft:()=>h_,LucideSquareArrowUpRight:()=>d_,LucideSquareAsterisk:()=>y_,LucideSquareBottomDashedScissors:()=>p_,LucideSquareChartGantt:()=>u_,LucideSquareCheck:()=>m_,LucideSquareCheckBig:()=>k_,LucideSquareChevronDown:()=>g_,LucideSquareChevronLeft:()=>v_,LucideSquareChevronRight:()=>f_,LucideSquareChevronUp:()=>M_,LucideSquareCode:()=>x_,LucideSquareDashedBottom:()=>C_,LucideSquareDashedBottomCode:()=>w_,LucideSquareDashedKanban:()=>L_,LucideSquareDashedMousePointer:()=>b_,LucideSquareDivide:()=>S_,LucideSquareDot:()=>I_,LucideSquareEqual:()=>__,LucideSquareFunction:()=>A_,LucideSquareGanttChart:()=>u_,LucideSquareKanban:()=>R_,LucideSquareLibrary:()=>q_,LucideSquareM:()=>P_,LucideSquareMenu:()=>T_,LucideSquareMinus:()=>z_,LucideSquareMousePointer:()=>H_,LucideSquareParking:()=>B_,LucideSquareParkingOff:()=>V_,LucideSquarePen:()=>D_,LucideSquarePercent:()=>E_,LucideSquarePi:()=>F_,LucideSquarePilcrow:()=>j_,LucideSquarePlay:()=>O_,LucideSquarePlus:()=>U_,LucideSquarePower:()=>N_,LucideSquareRadical:()=>W_,LucideSquareScissors:()=>Z_,LucideSquareSigma:()=>G_,LucideSquareSlash:()=>X_,LucideSquareSplitHorizontal:()=>K_,LucideSquareSplitVertical:()=>Y_,LucideSquareSquare:()=>J_,LucideSquareStack:()=>$_,LucideSquareTerminal:()=>Q_,LucideSquareUser:()=>tA,LucideSquareUserRound:()=>eA,LucideSquareX:()=>aA,LucideSquircle:()=>iA,LucideSquirrel:()=>nA,LucideStamp:()=>oA,LucideStar:()=>hA,LucideStarHalf:()=>lA,LucideStarOff:()=>cA,LucideStars:()=>NI,LucideStepBack:()=>dA,LucideStepForward:()=>sA,LucideStethoscope:()=>yA,LucideSticker:()=>pA,LucideStickyNote:()=>uA,LucideStopCircle:()=>fs,LucideStore:()=>kA,LucideStretchHorizontal:()=>mA,LucideStretchVertical:()=>gA,LucideStrikethrough:()=>vA,LucideSubscript:()=>fA,LucideSubtitles:()=>qh,LucideSun:()=>LA,LucideSunDim:()=>MA,LucideSunMedium:()=>xA,LucideSunMoon:()=>wA,LucideSunSnow:()=>CA,LucideSunrise:()=>bA,LucideSunset:()=>SA,LucideSuperscript:()=>IA,LucideSwatchBook:()=>_A,LucideSwissFranc:()=>AA,LucideSwitchCamera:()=>RA,LucideSword:()=>qA,LucideSwords:()=>PA,LucideSyringe:()=>TA,LucideTable:()=>jA,LucideTable2:()=>zA,LucideTableCellsMerge:()=>HA,LucideTableCellsSplit:()=>VA,LucideTableColumnsSplit:()=>BA,LucideTableOfContents:()=>DA,LucideTableProperties:()=>EA,LucideTableRowsSplit:()=>FA,LucideTablet:()=>UA,LucideTabletSmartphone:()=>OA,LucideTablets:()=>NA,LucideTag:()=>WA,LucideTags:()=>ZA,LucideTally1:()=>GA,LucideTally2:()=>XA,LucideTally3:()=>KA,LucideTally4:()=>YA,LucideTally5:()=>JA,LucideTangent:()=>$A,LucideTarget:()=>QA,LucideTelescope:()=>eR,LucideTent:()=>aR,LucideTentTree:()=>tR,LucideTerminal:()=>rR,LucideTerminalSquare:()=>Q_,LucideTestTube:()=>nR,LucideTestTube2:()=>iR,LucideTestTubeDiagonal:()=>iR,LucideTestTubes:()=>oR,LucideText:()=>yR,LucideTextCursor:()=>cR,LucideTextCursorInput:()=>lR,LucideTextQuote:()=>hR,LucideTextSearch:()=>dR,LucideTextSelect:()=>sR,LucideTextSelection:()=>sR,LucideTheater:()=>pR,LucideThermometer:()=>mR,LucideThermometerSnowflake:()=>uR,LucideThermometerSun:()=>kR,LucideThumbsDown:()=>gR,LucideThumbsUp:()=>vR,LucideTicket:()=>bR,LucideTicketCheck:()=>fR,LucideTicketMinus:()=>MR,LucideTicketPercent:()=>xR,LucideTicketPlus:()=>wR,LucideTicketSlash:()=>CR,LucideTicketX:()=>LR,LucideTickets:()=>SR,LucideTimer:()=>AR,LucideTimerOff:()=>IR,LucideTimerReset:()=>_R,LucideToggleLeft:()=>RR,LucideToggleRight:()=>qR,LucideTornado:()=>PR,LucideTorus:()=>TR,LucideTouchpad:()=>HR,LucideTouchpadOff:()=>zR,LucideTowerControl:()=>VR,LucideToyBrick:()=>BR,LucideTractor:()=>DR,LucideTrafficCone:()=>ER,LucideTrain:()=>UR,LucideTrainFront:()=>jR,LucideTrainFrontTunnel:()=>FR,LucideTrainTrack:()=>OR,LucideTramFront:()=>UR,LucideTrash:()=>WR,LucideTrash2:()=>NR,LucideTreeDeciduous:()=>ZR,LucideTreePalm:()=>GR,LucideTreePine:()=>XR,LucideTrees:()=>KR,LucideTrello:()=>YR,LucideTrendingDown:()=>JR,LucideTrendingUp:()=>$R,LucideTriangle:()=>tq,LucideTriangleAlert:()=>QR,LucideTriangleRight:()=>eq,LucideTrophy:()=>aq,LucideTruck:()=>rq,LucideTurtle:()=>iq,LucideTv:()=>lq,LucideTv2:()=>oq,LucideTvMinimal:()=>oq,LucideTvMinimalPlay:()=>nq,LucideTwitch:()=>cq,LucideTwitter:()=>hq,LucideType:()=>sq,LucideTypeOutline:()=>dq,LucideUmbrella:()=>pq,LucideUmbrellaOff:()=>yq,LucideUnderline:()=>uq,LucideUndo:()=>gq,LucideUndo2:()=>kq,LucideUndoDot:()=>mq,LucideUnfoldHorizontal:()=>vq,LucideUnfoldVertical:()=>fq,LucideUngroup:()=>Mq,LucideUniversity:()=>xq,LucideUnlink:()=>Cq,LucideUnlink2:()=>wq,LucideUnlock:()=>mM,LucideUnlockKeyhole:()=>uM,LucideUnplug:()=>Lq,LucideUpload:()=>bq,LucideUploadCloud:()=>py,LucideUsb:()=>Sq,LucideUser:()=>Oq,LucideUser2:()=>Eq,LucideUserCheck:()=>Iq,LucideUserCheck2:()=>Pq,LucideUserCircle:()=>xs,LucideUserCircle2:()=>Ms,LucideUserCog:()=>_q,LucideUserCog2:()=>Tq,LucideUserMinus:()=>Aq,LucideUserMinus2:()=>zq,LucideUserPen:()=>Rq,LucideUserPlus:()=>qq,LucideUserPlus2:()=>Vq,LucideUserRound:()=>Eq,LucideUserRoundCheck:()=>Pq,LucideUserRoundCog:()=>Tq,LucideUserRoundMinus:()=>zq,LucideUserRoundPen:()=>Hq,LucideUserRoundPlus:()=>Vq,LucideUserRoundSearch:()=>Bq,LucideUserRoundX:()=>Dq,LucideUserSearch:()=>Fq,LucideUserSquare:()=>tA,LucideUserSquare2:()=>eA,LucideUserX:()=>jq,LucideUserX2:()=>Dq,LucideUsers:()=>Nq,LucideUsers2:()=>Uq,LucideUsersRound:()=>Uq,LucideUtensils:()=>Zq,LucideUtensilsCrossed:()=>Wq,LucideUtilityPole:()=>Gq,LucideVariable:()=>Xq,LucideVault:()=>Kq,LucideVegan:()=>Yq,LucideVenetianMask:()=>Jq,LucideVerified:()=>jo,LucideVibrate:()=>Qq,LucideVibrateOff:()=>$q,LucideVideo:()=>tP,LucideVideoOff:()=>eP,LucideVideotape:()=>aP,LucideView:()=>rP,LucideVoicemail:()=>iP,LucideVolume:()=>cP,LucideVolume1:()=>nP,LucideVolume2:()=>oP,LucideVolumeX:()=>lP,LucideVote:()=>hP,LucideWallet:()=>yP,LucideWallet2:()=>sP,LucideWalletCards:()=>dP,LucideWalletMinimal:()=>sP,LucideWallpaper:()=>pP,LucideWand:()=>kP,LucideWand2:()=>uP,LucideWandSparkles:()=>uP,LucideWarehouse:()=>mP,LucideWashingMachine:()=>gP,LucideWatch:()=>vP,LucideWaves:()=>fP,LucideWaypoints:()=>MP,LucideWebcam:()=>xP,LucideWebhook:()=>CP,LucideWebhookOff:()=>wP,LucideWeight:()=>LP,LucideWheat:()=>SP,LucideWheatOff:()=>bP,LucideWholeWord:()=>IP,LucideWifi:()=>PP,LucideWifiHigh:()=>_P,LucideWifiLow:()=>AP,LucideWifiOff:()=>RP,LucideWifiZero:()=>qP,LucideWind:()=>TP,LucideWine:()=>HP,LucideWineOff:()=>zP,LucideWorkflow:()=>VP,LucideWorm:()=>BP,LucideWrapText:()=>DP,LucideWrench:()=>EP,LucideX:()=>FP,LucideXCircle:()=>ws,LucideXOctagon:()=>Gw,LucideXSquare:()=>aA,LucideYoutube:()=>jP,LucideZap:()=>UP,LucideZapOff:()=>OP,LucideZoomIn:()=>NP,LucideZoomOut:()=>WP,Luggage:()=>wM,LuggageIcon:()=>wM,MSquare:()=>P_,MSquareIcon:()=>P_,Magnet:()=>CM,MagnetIcon:()=>CM,Mail:()=>PM,MailCheck:()=>LM,MailCheckIcon:()=>LM,MailIcon:()=>PM,MailMinus:()=>bM,MailMinusIcon:()=>bM,MailOpen:()=>SM,MailOpenIcon:()=>SM,MailPlus:()=>IM,MailPlusIcon:()=>IM,MailQuestion:()=>_M,MailQuestionIcon:()=>_M,MailSearch:()=>AM,MailSearchIcon:()=>AM,MailWarning:()=>RM,MailWarningIcon:()=>RM,MailX:()=>qM,MailXIcon:()=>qM,Mailbox:()=>TM,MailboxIcon:()=>TM,Mails:()=>zM,MailsIcon:()=>zM,Map:()=>GM,MapIcon:()=>GM,MapPin:()=>WM,MapPinCheck:()=>VM,MapPinCheckIcon:()=>VM,MapPinCheckInside:()=>HM,MapPinCheckInsideIcon:()=>HM,MapPinHouse:()=>BM,MapPinHouseIcon:()=>BM,MapPinIcon:()=>WM,MapPinMinus:()=>EM,MapPinMinusIcon:()=>EM,MapPinMinusInside:()=>DM,MapPinMinusInsideIcon:()=>DM,MapPinOff:()=>FM,MapPinOffIcon:()=>FM,MapPinPlus:()=>OM,MapPinPlusIcon:()=>OM,MapPinPlusInside:()=>jM,MapPinPlusInsideIcon:()=>jM,MapPinX:()=>NM,MapPinXIcon:()=>NM,MapPinXInside:()=>UM,MapPinXInsideIcon:()=>UM,MapPinned:()=>ZM,MapPinnedIcon:()=>ZM,Martini:()=>XM,MartiniIcon:()=>XM,Maximize:()=>YM,Maximize2:()=>KM,Maximize2Icon:()=>KM,MaximizeIcon:()=>YM,Medal:()=>JM,MedalIcon:()=>JM,Megaphone:()=>QM,MegaphoneIcon:()=>QM,MegaphoneOff:()=>$M,MegaphoneOffIcon:()=>$M,Meh:()=>ex,MehIcon:()=>ex,MemoryStick:()=>tx,MemoryStickIcon:()=>tx,Menu:()=>ax,MenuIcon:()=>ax,MenuSquare:()=>T_,MenuSquareIcon:()=>T_,Merge:()=>rx,MergeIcon:()=>rx,MessageCircle:()=>ux,MessageCircleCode:()=>ix,MessageCircleCodeIcon:()=>ix,MessageCircleDashed:()=>nx,MessageCircleDashedIcon:()=>nx,MessageCircleHeart:()=>ox,MessageCircleHeartIcon:()=>ox,MessageCircleIcon:()=>ux,MessageCircleMore:()=>lx,MessageCircleMoreIcon:()=>lx,MessageCircleOff:()=>cx,MessageCircleOffIcon:()=>cx,MessageCirclePlus:()=>hx,MessageCirclePlusIcon:()=>hx,MessageCircleQuestion:()=>dx,MessageCircleQuestionIcon:()=>dx,MessageCircleReply:()=>sx,MessageCircleReplyIcon:()=>sx,MessageCircleWarning:()=>yx,MessageCircleWarningIcon:()=>yx,MessageCircleX:()=>px,MessageCircleXIcon:()=>px,MessageSquare:()=>Ax,MessageSquareCode:()=>kx,MessageSquareCodeIcon:()=>kx,MessageSquareDashed:()=>mx,MessageSquareDashedIcon:()=>mx,MessageSquareDiff:()=>gx,MessageSquareDiffIcon:()=>gx,MessageSquareDot:()=>vx,MessageSquareDotIcon:()=>vx,MessageSquareHeart:()=>fx,MessageSquareHeartIcon:()=>fx,MessageSquareIcon:()=>Ax,MessageSquareMore:()=>Mx,MessageSquareMoreIcon:()=>Mx,MessageSquareOff:()=>xx,MessageSquareOffIcon:()=>xx,MessageSquarePlus:()=>wx,MessageSquarePlusIcon:()=>wx,MessageSquareQuote:()=>Cx,MessageSquareQuoteIcon:()=>Cx,MessageSquareReply:()=>Lx,MessageSquareReplyIcon:()=>Lx,MessageSquareShare:()=>bx,MessageSquareShareIcon:()=>bx,MessageSquareText:()=>Sx,MessageSquareTextIcon:()=>Sx,MessageSquareWarning:()=>Ix,MessageSquareWarningIcon:()=>Ix,MessageSquareX:()=>_x,MessageSquareXIcon:()=>_x,MessagesSquare:()=>Rx,MessagesSquareIcon:()=>Rx,Mic:()=>Tx,Mic2:()=>Px,Mic2Icon:()=>Px,MicIcon:()=>Tx,MicOff:()=>qx,MicOffIcon:()=>qx,MicVocal:()=>Px,MicVocalIcon:()=>Px,Microchip:()=>zx,MicrochipIcon:()=>zx,Microscope:()=>Hx,MicroscopeIcon:()=>Hx,Microwave:()=>Vx,MicrowaveIcon:()=>Vx,Milestone:()=>Bx,MilestoneIcon:()=>Bx,Milk:()=>Ex,MilkIcon:()=>Ex,MilkOff:()=>Dx,MilkOffIcon:()=>Dx,Minimize:()=>jx,Minimize2:()=>Fx,Minimize2Icon:()=>Fx,MinimizeIcon:()=>jx,Minus:()=>Ox,MinusCircle:()=>cs,MinusCircleIcon:()=>cs,MinusIcon:()=>Ox,MinusSquare:()=>z_,MinusSquareIcon:()=>z_,Monitor:()=>tw,MonitorCheck:()=>Ux,MonitorCheckIcon:()=>Ux,MonitorCog:()=>Nx,MonitorCogIcon:()=>Nx,MonitorDot:()=>Wx,MonitorDotIcon:()=>Wx,MonitorDown:()=>Zx,MonitorDownIcon:()=>Zx,MonitorIcon:()=>tw,MonitorOff:()=>Gx,MonitorOffIcon:()=>Gx,MonitorPause:()=>Xx,MonitorPauseIcon:()=>Xx,MonitorPlay:()=>Kx,MonitorPlayIcon:()=>Kx,MonitorSmartphone:()=>Yx,MonitorSmartphoneIcon:()=>Yx,MonitorSpeaker:()=>Jx,MonitorSpeakerIcon:()=>Jx,MonitorStop:()=>$x,MonitorStopIcon:()=>$x,MonitorUp:()=>Qx,MonitorUpIcon:()=>Qx,MonitorX:()=>ew,MonitorXIcon:()=>ew,Moon:()=>rw,MoonIcon:()=>rw,MoonStar:()=>aw,MoonStarIcon:()=>aw,MoreHorizontal:()=>uu,MoreHorizontalIcon:()=>uu,MoreVertical:()=>pu,MoreVerticalIcon:()=>pu,Mountain:()=>nw,MountainIcon:()=>nw,MountainSnow:()=>iw,MountainSnowIcon:()=>iw,Mouse:()=>sw,MouseIcon:()=>sw,MouseOff:()=>ow,MouseOffIcon:()=>ow,MousePointer:()=>dw,MousePointer2:()=>lw,MousePointer2Icon:()=>lw,MousePointerBan:()=>cw,MousePointerBanIcon:()=>cw,MousePointerClick:()=>hw,MousePointerClickIcon:()=>hw,MousePointerIcon:()=>dw,MousePointerSquareDashed:()=>b_,MousePointerSquareDashedIcon:()=>b_,Move:()=>bw,Move3D:()=>yw,Move3DIcon:()=>yw,Move3d:()=>yw,Move3dIcon:()=>yw,MoveDiagonal:()=>uw,MoveDiagonal2:()=>pw,MoveDiagonal2Icon:()=>pw,MoveDiagonalIcon:()=>uw,MoveDown:()=>gw,MoveDownIcon:()=>gw,MoveDownLeft:()=>kw,MoveDownLeftIcon:()=>kw,MoveDownRight:()=>mw,MoveDownRightIcon:()=>mw,MoveHorizontal:()=>vw,MoveHorizontalIcon:()=>vw,MoveIcon:()=>bw,MoveLeft:()=>fw,MoveLeftIcon:()=>fw,MoveRight:()=>Mw,MoveRightIcon:()=>Mw,MoveUp:()=>Cw,MoveUpIcon:()=>Cw,MoveUpLeft:()=>xw,MoveUpLeftIcon:()=>xw,MoveUpRight:()=>ww,MoveUpRightIcon:()=>ww,MoveVertical:()=>Lw,MoveVerticalIcon:()=>Lw,Music:()=>Aw,Music2:()=>Sw,Music2Icon:()=>Sw,Music3:()=>Iw,Music3Icon:()=>Iw,Music4:()=>_w,Music4Icon:()=>_w,MusicIcon:()=>Aw,Navigation:()=>Tw,Navigation2:()=>qw,Navigation2Icon:()=>qw,Navigation2Off:()=>Rw,Navigation2OffIcon:()=>Rw,NavigationIcon:()=>Tw,NavigationOff:()=>Pw,NavigationOffIcon:()=>Pw,Network:()=>zw,NetworkIcon:()=>zw,Newspaper:()=>Hw,NewspaperIcon:()=>Hw,Nfc:()=>Vw,NfcIcon:()=>Vw,Notebook:()=>Fw,NotebookIcon:()=>Fw,NotebookPen:()=>Bw,NotebookPenIcon:()=>Bw,NotebookTabs:()=>Dw,NotebookTabsIcon:()=>Dw,NotebookText:()=>Ew,NotebookTextIcon:()=>Ew,NotepadText:()=>Ow,NotepadTextDashed:()=>jw,NotepadTextDashedIcon:()=>jw,NotepadTextIcon:()=>Ow,Nut:()=>Nw,NutIcon:()=>Nw,NutOff:()=>Uw,NutOffIcon:()=>Uw,Octagon:()=>Xw,OctagonAlert:()=>Ww,OctagonAlertIcon:()=>Ww,OctagonIcon:()=>Xw,OctagonPause:()=>Zw,OctagonPauseIcon:()=>Zw,OctagonX:()=>Gw,OctagonXIcon:()=>Gw,Omega:()=>Kw,OmegaIcon:()=>Kw,Option:()=>Yw,OptionIcon:()=>Yw,Orbit:()=>Jw,OrbitIcon:()=>Jw,Origami:()=>$w,OrigamiIcon:()=>$w,Outdent:()=>Uv,OutdentIcon:()=>Uv,Package:()=>oC,Package2:()=>Qw,Package2Icon:()=>Qw,PackageCheck:()=>eC,PackageCheckIcon:()=>eC,PackageIcon:()=>oC,PackageMinus:()=>tC,PackageMinusIcon:()=>tC,PackageOpen:()=>aC,PackageOpenIcon:()=>aC,PackagePlus:()=>rC,PackagePlusIcon:()=>rC,PackageSearch:()=>iC,PackageSearchIcon:()=>iC,PackageX:()=>nC,PackageXIcon:()=>nC,PaintBucket:()=>lC,PaintBucketIcon:()=>lC,PaintRoller:()=>cC,PaintRollerIcon:()=>cC,Paintbrush:()=>dC,Paintbrush2:()=>hC,Paintbrush2Icon:()=>hC,PaintbrushIcon:()=>dC,PaintbrushVertical:()=>hC,PaintbrushVerticalIcon:()=>hC,Palette:()=>sC,PaletteIcon:()=>sC,Palmtree:()=>GR,PalmtreeIcon:()=>GR,PanelBottom:()=>kC,PanelBottomClose:()=>yC,PanelBottomCloseIcon:()=>yC,PanelBottomDashed:()=>pC,PanelBottomDashedIcon:()=>pC,PanelBottomIcon:()=>kC,PanelBottomInactive:()=>pC,PanelBottomInactiveIcon:()=>pC,PanelBottomOpen:()=>uC,PanelBottomOpenIcon:()=>uC,PanelLeft:()=>fC,PanelLeftClose:()=>mC,PanelLeftCloseIcon:()=>mC,PanelLeftDashed:()=>gC,PanelLeftDashedIcon:()=>gC,PanelLeftIcon:()=>fC,PanelLeftInactive:()=>gC,PanelLeftInactiveIcon:()=>gC,PanelLeftOpen:()=>vC,PanelLeftOpenIcon:()=>vC,PanelRight:()=>CC,PanelRightClose:()=>MC,PanelRightCloseIcon:()=>MC,PanelRightDashed:()=>xC,PanelRightDashedIcon:()=>xC,PanelRightIcon:()=>CC,PanelRightInactive:()=>xC,PanelRightInactiveIcon:()=>xC,PanelRightOpen:()=>wC,PanelRightOpenIcon:()=>wC,PanelTop:()=>IC,PanelTopClose:()=>LC,PanelTopCloseIcon:()=>LC,PanelTopDashed:()=>bC,PanelTopDashedIcon:()=>bC,PanelTopIcon:()=>IC,PanelTopInactive:()=>bC,PanelTopInactiveIcon:()=>bC,PanelTopOpen:()=>SC,PanelTopOpenIcon:()=>SC,PanelsLeftBottom:()=>_C,PanelsLeftBottomIcon:()=>_C,PanelsLeftRight:()=>Sy,PanelsLeftRightIcon:()=>Sy,PanelsRightBottom:()=>AC,PanelsRightBottomIcon:()=>AC,PanelsTopBottom:()=>Gb,PanelsTopBottomIcon:()=>Gb,PanelsTopLeft:()=>RC,PanelsTopLeftIcon:()=>RC,Paperclip:()=>qC,PaperclipIcon:()=>qC,Parentheses:()=>PC,ParenthesesIcon:()=>PC,ParkingCircle:()=>ss,ParkingCircleIcon:()=>ss,ParkingCircleOff:()=>ds,ParkingCircleOffIcon:()=>ds,ParkingMeter:()=>TC,ParkingMeterIcon:()=>TC,ParkingSquare:()=>B_,ParkingSquareIcon:()=>B_,ParkingSquareOff:()=>V_,ParkingSquareOffIcon:()=>V_,PartyPopper:()=>zC,PartyPopperIcon:()=>zC,Pause:()=>HC,PauseCircle:()=>ys,PauseCircleIcon:()=>ys,PauseIcon:()=>HC,PauseOctagon:()=>Zw,PauseOctagonIcon:()=>Zw,PawPrint:()=>VC,PawPrintIcon:()=>VC,PcCase:()=>BC,PcCaseIcon:()=>BC,Pen:()=>jC,PenBox:()=>D_,PenBoxIcon:()=>D_,PenIcon:()=>jC,PenLine:()=>DC,PenLineIcon:()=>DC,PenOff:()=>EC,PenOffIcon:()=>EC,PenSquare:()=>D_,PenSquareIcon:()=>D_,PenTool:()=>FC,PenToolIcon:()=>FC,Pencil:()=>WC,PencilIcon:()=>WC,PencilLine:()=>OC,PencilLineIcon:()=>OC,PencilOff:()=>UC,PencilOffIcon:()=>UC,PencilRuler:()=>NC,PencilRulerIcon:()=>NC,Pentagon:()=>ZC,PentagonIcon:()=>ZC,Percent:()=>GC,PercentCircle:()=>ps,PercentCircleIcon:()=>ps,PercentDiamond:()=>Lp,PercentDiamondIcon:()=>Lp,PercentIcon:()=>GC,PercentSquare:()=>E_,PercentSquareIcon:()=>E_,PersonStanding:()=>XC,PersonStandingIcon:()=>XC,PhilippinePeso:()=>KC,PhilippinePesoIcon:()=>KC,Phone:()=>aL,PhoneCall:()=>YC,PhoneCallIcon:()=>YC,PhoneForwarded:()=>JC,PhoneForwardedIcon:()=>JC,PhoneIcon:()=>aL,PhoneIncoming:()=>$C,PhoneIncomingIcon:()=>$C,PhoneMissed:()=>QC,PhoneMissedIcon:()=>QC,PhoneOff:()=>eL,PhoneOffIcon:()=>eL,PhoneOutgoing:()=>tL,PhoneOutgoingIcon:()=>tL,Pi:()=>rL,PiIcon:()=>rL,PiSquare:()=>F_,PiSquareIcon:()=>F_,Piano:()=>iL,PianoIcon:()=>iL,Pickaxe:()=>nL,PickaxeIcon:()=>nL,PictureInPicture:()=>lL,PictureInPicture2:()=>oL,PictureInPicture2Icon:()=>oL,PictureInPictureIcon:()=>lL,PieChart:()=>dd,PieChartIcon:()=>dd,PiggyBank:()=>cL,PiggyBankIcon:()=>cL,Pilcrow:()=>sL,PilcrowIcon:()=>sL,PilcrowLeft:()=>hL,PilcrowLeftIcon:()=>hL,PilcrowRight:()=>dL,PilcrowRightIcon:()=>dL,PilcrowSquare:()=>j_,PilcrowSquareIcon:()=>j_,Pill:()=>pL,PillBottle:()=>yL,PillBottleIcon:()=>yL,PillIcon:()=>pL,Pin:()=>kL,PinIcon:()=>kL,PinOff:()=>uL,PinOffIcon:()=>uL,Pipette:()=>mL,PipetteIcon:()=>mL,Pizza:()=>gL,PizzaIcon:()=>gL,Plane:()=>ML,PlaneIcon:()=>ML,PlaneLanding:()=>vL,PlaneLandingIcon:()=>vL,PlaneTakeoff:()=>fL,PlaneTakeoffIcon:()=>fL,Play:()=>xL,PlayCircle:()=>us,PlayCircleIcon:()=>us,PlayIcon:()=>xL,PlaySquare:()=>O_,PlaySquareIcon:()=>O_,Plug:()=>LL,Plug2:()=>wL,Plug2Icon:()=>wL,PlugIcon:()=>LL,PlugZap:()=>CL,PlugZap2:()=>CL,PlugZap2Icon:()=>CL,PlugZapIcon:()=>CL,Plus:()=>bL,PlusCircle:()=>ks,PlusCircleIcon:()=>ks,PlusIcon:()=>bL,PlusSquare:()=>U_,PlusSquareIcon:()=>U_,Pocket:()=>IL,PocketIcon:()=>IL,PocketKnife:()=>SL,PocketKnifeIcon:()=>SL,Podcast:()=>_L,PodcastIcon:()=>_L,Pointer:()=>RL,PointerIcon:()=>RL,PointerOff:()=>AL,PointerOffIcon:()=>AL,Popcorn:()=>qL,PopcornIcon:()=>qL,Popsicle:()=>PL,PopsicleIcon:()=>PL,PoundSterling:()=>TL,PoundSterlingIcon:()=>TL,Power:()=>HL,PowerCircle:()=>ms,PowerCircleIcon:()=>ms,PowerIcon:()=>HL,PowerOff:()=>zL,PowerOffIcon:()=>zL,PowerSquare:()=>N_,PowerSquareIcon:()=>N_,Presentation:()=>VL,PresentationIcon:()=>VL,Printer:()=>DL,PrinterCheck:()=>BL,PrinterCheckIcon:()=>BL,PrinterIcon:()=>DL,Projector:()=>EL,ProjectorIcon:()=>EL,Proportions:()=>FL,ProportionsIcon:()=>FL,Puzzle:()=>jL,PuzzleIcon:()=>jL,Pyramid:()=>OL,PyramidIcon:()=>OL,QrCode:()=>UL,QrCodeIcon:()=>UL,Quote:()=>NL,QuoteIcon:()=>NL,Rabbit:()=>WL,RabbitIcon:()=>WL,Radar:()=>ZL,RadarIcon:()=>ZL,Radiation:()=>GL,RadiationIcon:()=>GL,Radical:()=>XL,RadicalIcon:()=>XL,Radio:()=>JL,RadioIcon:()=>JL,RadioReceiver:()=>KL,RadioReceiverIcon:()=>KL,RadioTower:()=>YL,RadioTowerIcon:()=>YL,Radius:()=>$L,RadiusIcon:()=>$L,RailSymbol:()=>QL,RailSymbolIcon:()=>QL,Rainbow:()=>eb,RainbowIcon:()=>eb,Rat:()=>tb,RatIcon:()=>tb,Ratio:()=>ab,RatioIcon:()=>ab,Receipt:()=>sb,ReceiptCent:()=>rb,ReceiptCentIcon:()=>rb,ReceiptEuro:()=>ib,ReceiptEuroIcon:()=>ib,ReceiptIcon:()=>sb,ReceiptIndianRupee:()=>nb,ReceiptIndianRupeeIcon:()=>nb,ReceiptJapaneseYen:()=>ob,ReceiptJapaneseYenIcon:()=>ob,ReceiptPoundSterling:()=>lb,ReceiptPoundSterlingIcon:()=>lb,ReceiptRussianRuble:()=>cb,ReceiptRussianRubleIcon:()=>cb,ReceiptSwissFranc:()=>hb,ReceiptSwissFrancIcon:()=>hb,ReceiptText:()=>db,ReceiptTextIcon:()=>db,RectangleEllipsis:()=>yb,RectangleEllipsisIcon:()=>yb,RectangleHorizontal:()=>pb,RectangleHorizontalIcon:()=>pb,RectangleVertical:()=>ub,RectangleVerticalIcon:()=>ub,Recycle:()=>kb,RecycleIcon:()=>kb,Redo:()=>vb,Redo2:()=>mb,Redo2Icon:()=>mb,RedoDot:()=>gb,RedoDotIcon:()=>gb,RedoIcon:()=>vb,RefreshCcw:()=>Mb,RefreshCcwDot:()=>fb,RefreshCcwDotIcon:()=>fb,RefreshCcwIcon:()=>Mb,RefreshCw:()=>wb,RefreshCwIcon:()=>wb,RefreshCwOff:()=>xb,RefreshCwOffIcon:()=>xb,Refrigerator:()=>Cb,RefrigeratorIcon:()=>Cb,Regex:()=>Lb,RegexIcon:()=>Lb,RemoveFormatting:()=>bb,RemoveFormattingIcon:()=>bb,Repeat:()=>_b,Repeat1:()=>Sb,Repeat1Icon:()=>Sb,Repeat2:()=>Ib,Repeat2Icon:()=>Ib,RepeatIcon:()=>_b,Replace:()=>Rb,ReplaceAll:()=>Ab,ReplaceAllIcon:()=>Ab,ReplaceIcon:()=>Rb,Reply:()=>Pb,ReplyAll:()=>qb,ReplyAllIcon:()=>qb,ReplyIcon:()=>Pb,Rewind:()=>Tb,RewindIcon:()=>Tb,Ribbon:()=>zb,RibbonIcon:()=>zb,Rocket:()=>Hb,RocketIcon:()=>Hb,RockingChair:()=>Vb,RockingChairIcon:()=>Vb,RollerCoaster:()=>Bb,RollerCoasterIcon:()=>Bb,Rotate3D:()=>Db,Rotate3DIcon:()=>Db,Rotate3d:()=>Db,Rotate3dIcon:()=>Db,RotateCcw:()=>Fb,RotateCcwIcon:()=>Fb,RotateCcwSquare:()=>Eb,RotateCcwSquareIcon:()=>Eb,RotateCw:()=>Ob,RotateCwIcon:()=>Ob,RotateCwSquare:()=>jb,RotateCwSquareIcon:()=>jb,Route:()=>Nb,RouteIcon:()=>Nb,RouteOff:()=>Ub,RouteOffIcon:()=>Ub,Router:()=>Wb,RouterIcon:()=>Wb,Rows:()=>Zb,Rows2:()=>Zb,Rows2Icon:()=>Zb,Rows3:()=>Gb,Rows3Icon:()=>Gb,Rows4:()=>Xb,Rows4Icon:()=>Xb,RowsIcon:()=>Zb,Rss:()=>Kb,RssIcon:()=>Kb,Ruler:()=>Yb,RulerIcon:()=>Yb,RussianRuble:()=>Jb,RussianRubleIcon:()=>Jb,Sailboat:()=>$b,SailboatIcon:()=>$b,Salad:()=>Qb,SaladIcon:()=>Qb,Sandwich:()=>eS,SandwichIcon:()=>eS,Satellite:()=>aS,SatelliteDish:()=>tS,SatelliteDishIcon:()=>tS,SatelliteIcon:()=>aS,Save:()=>nS,SaveAll:()=>rS,SaveAllIcon:()=>rS,SaveIcon:()=>nS,SaveOff:()=>iS,SaveOffIcon:()=>iS,Scale:()=>lS,Scale3D:()=>oS,Scale3DIcon:()=>oS,Scale3d:()=>oS,Scale3dIcon:()=>oS,ScaleIcon:()=>lS,Scaling:()=>cS,ScalingIcon:()=>cS,Scan:()=>mS,ScanBarcode:()=>hS,ScanBarcodeIcon:()=>hS,ScanEye:()=>dS,ScanEyeIcon:()=>dS,ScanFace:()=>sS,ScanFaceIcon:()=>sS,ScanIcon:()=>mS,ScanLine:()=>yS,ScanLineIcon:()=>yS,ScanQrCode:()=>pS,ScanQrCodeIcon:()=>pS,ScanSearch:()=>uS,ScanSearchIcon:()=>uS,ScanText:()=>kS,ScanTextIcon:()=>kS,ScatterChart:()=>sd,ScatterChartIcon:()=>sd,School:()=>gS,School2:()=>xq,School2Icon:()=>xq,SchoolIcon:()=>gS,Scissors:()=>fS,ScissorsIcon:()=>fS,ScissorsLineDashed:()=>vS,ScissorsLineDashedIcon:()=>vS,ScissorsSquare:()=>Z_,ScissorsSquareDashedBottom:()=>p_,ScissorsSquareDashedBottomIcon:()=>p_,ScissorsSquareIcon:()=>Z_,ScreenShare:()=>xS,ScreenShareIcon:()=>xS,ScreenShareOff:()=>MS,ScreenShareOffIcon:()=>MS,Scroll:()=>CS,ScrollIcon:()=>CS,ScrollText:()=>wS,ScrollTextIcon:()=>wS,Search:()=>_S,SearchCheck:()=>LS,SearchCheckIcon:()=>LS,SearchCode:()=>bS,SearchCodeIcon:()=>bS,SearchIcon:()=>_S,SearchSlash:()=>SS,SearchSlashIcon:()=>SS,SearchX:()=>IS,SearchXIcon:()=>IS,Section:()=>AS,SectionIcon:()=>AS,Send:()=>PS,SendHorizonal:()=>RS,SendHorizonalIcon:()=>RS,SendHorizontal:()=>RS,SendHorizontalIcon:()=>RS,SendIcon:()=>PS,SendToBack:()=>qS,SendToBackIcon:()=>qS,SeparatorHorizontal:()=>TS,SeparatorHorizontalIcon:()=>TS,SeparatorVertical:()=>zS,SeparatorVerticalIcon:()=>zS,Server:()=>DS,ServerCog:()=>HS,ServerCogIcon:()=>HS,ServerCrash:()=>VS,ServerCrashIcon:()=>VS,ServerIcon:()=>DS,ServerOff:()=>BS,ServerOffIcon:()=>BS,Settings:()=>FS,Settings2:()=>ES,Settings2Icon:()=>ES,SettingsIcon:()=>FS,Shapes:()=>jS,ShapesIcon:()=>jS,Share:()=>US,Share2:()=>OS,Share2Icon:()=>OS,ShareIcon:()=>US,Sheet:()=>NS,SheetIcon:()=>NS,Shell:()=>WS,ShellIcon:()=>WS,Shield:()=>aI,ShieldAlert:()=>ZS,ShieldAlertIcon:()=>ZS,ShieldBan:()=>GS,ShieldBanIcon:()=>GS,ShieldCheck:()=>XS,ShieldCheckIcon:()=>XS,ShieldClose:()=>tI,ShieldCloseIcon:()=>tI,ShieldEllipsis:()=>KS,ShieldEllipsisIcon:()=>KS,ShieldHalf:()=>YS,ShieldHalfIcon:()=>YS,ShieldIcon:()=>aI,ShieldMinus:()=>JS,ShieldMinusIcon:()=>JS,ShieldOff:()=>$S,ShieldOffIcon:()=>$S,ShieldPlus:()=>QS,ShieldPlusIcon:()=>QS,ShieldQuestion:()=>eI,ShieldQuestionIcon:()=>eI,ShieldX:()=>tI,ShieldXIcon:()=>tI,Ship:()=>iI,ShipIcon:()=>iI,ShipWheel:()=>rI,ShipWheelIcon:()=>rI,Shirt:()=>nI,ShirtIcon:()=>nI,ShoppingBag:()=>oI,ShoppingBagIcon:()=>oI,ShoppingBasket:()=>lI,ShoppingBasketIcon:()=>lI,ShoppingCart:()=>cI,ShoppingCartIcon:()=>cI,Shovel:()=>hI,ShovelIcon:()=>hI,ShowerHead:()=>dI,ShowerHeadIcon:()=>dI,Shrink:()=>sI,ShrinkIcon:()=>sI,Shrub:()=>yI,ShrubIcon:()=>yI,Shuffle:()=>pI,ShuffleIcon:()=>pI,Sidebar:()=>fC,SidebarClose:()=>mC,SidebarCloseIcon:()=>mC,SidebarIcon:()=>fC,SidebarOpen:()=>vC,SidebarOpenIcon:()=>vC,Sigma:()=>uI,SigmaIcon:()=>uI,SigmaSquare:()=>G_,SigmaSquareIcon:()=>G_,Signal:()=>fI,SignalHigh:()=>kI,SignalHighIcon:()=>kI,SignalIcon:()=>fI,SignalLow:()=>mI,SignalLowIcon:()=>mI,SignalMedium:()=>gI,SignalMediumIcon:()=>gI,SignalZero:()=>vI,SignalZeroIcon:()=>vI,Signature:()=>MI,SignatureIcon:()=>MI,Signpost:()=>wI,SignpostBig:()=>xI,SignpostBigIcon:()=>xI,SignpostIcon:()=>wI,Siren:()=>CI,SirenIcon:()=>CI,SkipBack:()=>LI,SkipBackIcon:()=>LI,SkipForward:()=>bI,SkipForwardIcon:()=>bI,Skull:()=>SI,SkullIcon:()=>SI,Slack:()=>II,SlackIcon:()=>II,Slash:()=>_I,SlashIcon:()=>_I,SlashSquare:()=>X_,SlashSquareIcon:()=>X_,Slice:()=>AI,SliceIcon:()=>AI,Sliders:()=>qI,SlidersHorizontal:()=>RI,SlidersHorizontalIcon:()=>RI,SlidersIcon:()=>qI,SlidersVertical:()=>qI,SlidersVerticalIcon:()=>qI,Smartphone:()=>zI,SmartphoneCharging:()=>PI,SmartphoneChargingIcon:()=>PI,SmartphoneIcon:()=>zI,SmartphoneNfc:()=>TI,SmartphoneNfcIcon:()=>TI,Smile:()=>VI,SmileIcon:()=>VI,SmilePlus:()=>HI,SmilePlusIcon:()=>HI,Snail:()=>BI,SnailIcon:()=>BI,Snowflake:()=>DI,SnowflakeIcon:()=>DI,Sofa:()=>EI,SofaIcon:()=>EI,SortAsc:()=>wo,SortAscIcon:()=>wo,SortDesc:()=>ro,SortDescIcon:()=>ro,Soup:()=>FI,SoupIcon:()=>FI,Space:()=>jI,SpaceIcon:()=>jI,Spade:()=>OI,SpadeIcon:()=>OI,Sparkle:()=>UI,SparkleIcon:()=>UI,Sparkles:()=>NI,SparklesIcon:()=>NI,Speaker:()=>WI,SpeakerIcon:()=>WI,Speech:()=>ZI,SpeechIcon:()=>ZI,SpellCheck:()=>XI,SpellCheck2:()=>GI,SpellCheck2Icon:()=>GI,SpellCheckIcon:()=>XI,Spline:()=>KI,SplineIcon:()=>KI,Split:()=>YI,SplitIcon:()=>YI,SplitSquareHorizontal:()=>K_,SplitSquareHorizontalIcon:()=>K_,SplitSquareVertical:()=>Y_,SplitSquareVerticalIcon:()=>Y_,SprayCan:()=>JI,SprayCanIcon:()=>JI,Sprout:()=>$I,SproutIcon:()=>$I,Square:()=>rA,SquareActivity:()=>QI,SquareActivityIcon:()=>QI,SquareArrowDown:()=>a_,SquareArrowDownIcon:()=>a_,SquareArrowDownLeft:()=>e_,SquareArrowDownLeftIcon:()=>e_,SquareArrowDownRight:()=>t_,SquareArrowDownRightIcon:()=>t_,SquareArrowLeft:()=>r_,SquareArrowLeftIcon:()=>r_,SquareArrowOutDownLeft:()=>i_,SquareArrowOutDownLeftIcon:()=>i_,SquareArrowOutDownRight:()=>n_,SquareArrowOutDownRightIcon:()=>n_,SquareArrowOutUpLeft:()=>o_,SquareArrowOutUpLeftIcon:()=>o_,SquareArrowOutUpRight:()=>l_,SquareArrowOutUpRightIcon:()=>l_,SquareArrowRight:()=>c_,SquareArrowRightIcon:()=>c_,SquareArrowUp:()=>s_,SquareArrowUpIcon:()=>s_,SquareArrowUpLeft:()=>h_,SquareArrowUpLeftIcon:()=>h_,SquareArrowUpRight:()=>d_,SquareArrowUpRightIcon:()=>d_,SquareAsterisk:()=>y_,SquareAsteriskIcon:()=>y_,SquareBottomDashedScissors:()=>p_,SquareBottomDashedScissorsIcon:()=>p_,SquareChartGantt:()=>u_,SquareChartGanttIcon:()=>u_,SquareCheck:()=>m_,SquareCheckBig:()=>k_,SquareCheckBigIcon:()=>k_,SquareCheckIcon:()=>m_,SquareChevronDown:()=>g_,SquareChevronDownIcon:()=>g_,SquareChevronLeft:()=>v_,SquareChevronLeftIcon:()=>v_,SquareChevronRight:()=>f_,SquareChevronRightIcon:()=>f_,SquareChevronUp:()=>M_,SquareChevronUpIcon:()=>M_,SquareCode:()=>x_,SquareCodeIcon:()=>x_,SquareDashedBottom:()=>C_,SquareDashedBottomCode:()=>w_,SquareDashedBottomCodeIcon:()=>w_,SquareDashedBottomIcon:()=>C_,SquareDashedKanban:()=>L_,SquareDashedKanbanIcon:()=>L_,SquareDashedMousePointer:()=>b_,SquareDashedMousePointerIcon:()=>b_,SquareDivide:()=>S_,SquareDivideIcon:()=>S_,SquareDot:()=>I_,SquareDotIcon:()=>I_,SquareEqual:()=>__,SquareEqualIcon:()=>__,SquareFunction:()=>A_,SquareFunctionIcon:()=>A_,SquareGanttChart:()=>u_,SquareGanttChartIcon:()=>u_,SquareIcon:()=>rA,SquareKanban:()=>R_,SquareKanbanIcon:()=>R_,SquareLibrary:()=>q_,SquareLibraryIcon:()=>q_,SquareM:()=>P_,SquareMIcon:()=>P_,SquareMenu:()=>T_,SquareMenuIcon:()=>T_,SquareMinus:()=>z_,SquareMinusIcon:()=>z_,SquareMousePointer:()=>H_,SquareMousePointerIcon:()=>H_,SquareParking:()=>B_,SquareParkingIcon:()=>B_,SquareParkingOff:()=>V_,SquareParkingOffIcon:()=>V_,SquarePen:()=>D_,SquarePenIcon:()=>D_,SquarePercent:()=>E_,SquarePercentIcon:()=>E_,SquarePi:()=>F_,SquarePiIcon:()=>F_,SquarePilcrow:()=>j_,SquarePilcrowIcon:()=>j_,SquarePlay:()=>O_,SquarePlayIcon:()=>O_,SquarePlus:()=>U_,SquarePlusIcon:()=>U_,SquarePower:()=>N_,SquarePowerIcon:()=>N_,SquareRadical:()=>W_,SquareRadicalIcon:()=>W_,SquareScissors:()=>Z_,SquareScissorsIcon:()=>Z_,SquareSigma:()=>G_,SquareSigmaIcon:()=>G_,SquareSlash:()=>X_,SquareSlashIcon:()=>X_,SquareSplitHorizontal:()=>K_,SquareSplitHorizontalIcon:()=>K_,SquareSplitVertical:()=>Y_,SquareSplitVerticalIcon:()=>Y_,SquareSquare:()=>J_,SquareSquareIcon:()=>J_,SquareStack:()=>$_,SquareStackIcon:()=>$_,SquareTerminal:()=>Q_,SquareTerminalIcon:()=>Q_,SquareUser:()=>tA,SquareUserIcon:()=>tA,SquareUserRound:()=>eA,SquareUserRoundIcon:()=>eA,SquareX:()=>aA,SquareXIcon:()=>aA,Squircle:()=>iA,SquircleIcon:()=>iA,Squirrel:()=>nA,SquirrelIcon:()=>nA,Stamp:()=>oA,StampIcon:()=>oA,Star:()=>hA,StarHalf:()=>lA,StarHalfIcon:()=>lA,StarIcon:()=>hA,StarOff:()=>cA,StarOffIcon:()=>cA,Stars:()=>NI,StarsIcon:()=>NI,StepBack:()=>dA,StepBackIcon:()=>dA,StepForward:()=>sA,StepForwardIcon:()=>sA,Stethoscope:()=>yA,StethoscopeIcon:()=>yA,Sticker:()=>pA,StickerIcon:()=>pA,StickyNote:()=>uA,StickyNoteIcon:()=>uA,StopCircle:()=>fs,StopCircleIcon:()=>fs,Store:()=>kA,StoreIcon:()=>kA,StretchHorizontal:()=>mA,StretchHorizontalIcon:()=>mA,StretchVertical:()=>gA,StretchVerticalIcon:()=>gA,Strikethrough:()=>vA,StrikethroughIcon:()=>vA,Subscript:()=>fA,SubscriptIcon:()=>fA,Subtitles:()=>qh,SubtitlesIcon:()=>qh,Sun:()=>LA,SunDim:()=>MA,SunDimIcon:()=>MA,SunIcon:()=>LA,SunMedium:()=>xA,SunMediumIcon:()=>xA,SunMoon:()=>wA,SunMoonIcon:()=>wA,SunSnow:()=>CA,SunSnowIcon:()=>CA,Sunrise:()=>bA,SunriseIcon:()=>bA,Sunset:()=>SA,SunsetIcon:()=>SA,Superscript:()=>IA,SuperscriptIcon:()=>IA,SwatchBook:()=>_A,SwatchBookIcon:()=>_A,SwissFranc:()=>AA,SwissFrancIcon:()=>AA,SwitchCamera:()=>RA,SwitchCameraIcon:()=>RA,Sword:()=>qA,SwordIcon:()=>qA,Swords:()=>PA,SwordsIcon:()=>PA,Syringe:()=>TA,SyringeIcon:()=>TA,Table:()=>jA,Table2:()=>zA,Table2Icon:()=>zA,TableCellsMerge:()=>HA,TableCellsMergeIcon:()=>HA,TableCellsSplit:()=>VA,TableCellsSplitIcon:()=>VA,TableColumnsSplit:()=>BA,TableColumnsSplitIcon:()=>BA,TableIcon:()=>jA,TableOfContents:()=>DA,TableOfContentsIcon:()=>DA,TableProperties:()=>EA,TablePropertiesIcon:()=>EA,TableRowsSplit:()=>FA,TableRowsSplitIcon:()=>FA,Tablet:()=>UA,TabletIcon:()=>UA,TabletSmartphone:()=>OA,TabletSmartphoneIcon:()=>OA,Tablets:()=>NA,TabletsIcon:()=>NA,Tag:()=>WA,TagIcon:()=>WA,Tags:()=>ZA,TagsIcon:()=>ZA,Tally1:()=>GA,Tally1Icon:()=>GA,Tally2:()=>XA,Tally2Icon:()=>XA,Tally3:()=>KA,Tally3Icon:()=>KA,Tally4:()=>YA,Tally4Icon:()=>YA,Tally5:()=>JA,Tally5Icon:()=>JA,Tangent:()=>$A,TangentIcon:()=>$A,Target:()=>QA,TargetIcon:()=>QA,Telescope:()=>eR,TelescopeIcon:()=>eR,Tent:()=>aR,TentIcon:()=>aR,TentTree:()=>tR,TentTreeIcon:()=>tR,Terminal:()=>rR,TerminalIcon:()=>rR,TerminalSquare:()=>Q_,TerminalSquareIcon:()=>Q_,TestTube:()=>nR,TestTube2:()=>iR,TestTube2Icon:()=>iR,TestTubeDiagonal:()=>iR,TestTubeDiagonalIcon:()=>iR,TestTubeIcon:()=>nR,TestTubes:()=>oR,TestTubesIcon:()=>oR,Text:()=>yR,TextCursor:()=>cR,TextCursorIcon:()=>cR,TextCursorInput:()=>lR,TextCursorInputIcon:()=>lR,TextIcon:()=>yR,TextQuote:()=>hR,TextQuoteIcon:()=>hR,TextSearch:()=>dR,TextSearchIcon:()=>dR,TextSelect:()=>sR,TextSelectIcon:()=>sR,TextSelection:()=>sR,TextSelectionIcon:()=>sR,Theater:()=>pR,TheaterIcon:()=>pR,Thermometer:()=>mR,ThermometerIcon:()=>mR,ThermometerSnowflake:()=>uR,ThermometerSnowflakeIcon:()=>uR,ThermometerSun:()=>kR,ThermometerSunIcon:()=>kR,ThumbsDown:()=>gR,ThumbsDownIcon:()=>gR,ThumbsUp:()=>vR,ThumbsUpIcon:()=>vR,Ticket:()=>bR,TicketCheck:()=>fR,TicketCheckIcon:()=>fR,TicketIcon:()=>bR,TicketMinus:()=>MR,TicketMinusIcon:()=>MR,TicketPercent:()=>xR,TicketPercentIcon:()=>xR,TicketPlus:()=>wR,TicketPlusIcon:()=>wR,TicketSlash:()=>CR,TicketSlashIcon:()=>CR,TicketX:()=>LR,TicketXIcon:()=>LR,Tickets:()=>SR,TicketsIcon:()=>SR,Timer:()=>AR,TimerIcon:()=>AR,TimerOff:()=>IR,TimerOffIcon:()=>IR,TimerReset:()=>_R,TimerResetIcon:()=>_R,ToggleLeft:()=>RR,ToggleLeftIcon:()=>RR,ToggleRight:()=>qR,ToggleRightIcon:()=>qR,Tornado:()=>PR,TornadoIcon:()=>PR,Torus:()=>TR,TorusIcon:()=>TR,Touchpad:()=>HR,TouchpadIcon:()=>HR,TouchpadOff:()=>zR,TouchpadOffIcon:()=>zR,TowerControl:()=>VR,TowerControlIcon:()=>VR,ToyBrick:()=>BR,ToyBrickIcon:()=>BR,Tractor:()=>DR,TractorIcon:()=>DR,TrafficCone:()=>ER,TrafficConeIcon:()=>ER,Train:()=>UR,TrainFront:()=>jR,TrainFrontIcon:()=>jR,TrainFrontTunnel:()=>FR,TrainFrontTunnelIcon:()=>FR,TrainIcon:()=>UR,TrainTrack:()=>OR,TrainTrackIcon:()=>OR,TramFront:()=>UR,TramFrontIcon:()=>UR,Trash:()=>WR,Trash2:()=>NR,Trash2Icon:()=>NR,TrashIcon:()=>WR,TreeDeciduous:()=>ZR,TreeDeciduousIcon:()=>ZR,TreePalm:()=>GR,TreePalmIcon:()=>GR,TreePine:()=>XR,TreePineIcon:()=>XR,Trees:()=>KR,TreesIcon:()=>KR,Trello:()=>YR,TrelloIcon:()=>YR,TrendingDown:()=>JR,TrendingDownIcon:()=>JR,TrendingUp:()=>$R,TrendingUpIcon:()=>$R,Triangle:()=>tq,TriangleAlert:()=>QR,TriangleAlertIcon:()=>QR,TriangleIcon:()=>tq,TriangleRight:()=>eq,TriangleRightIcon:()=>eq,Trophy:()=>aq,TrophyIcon:()=>aq,Truck:()=>rq,TruckIcon:()=>rq,Turtle:()=>iq,TurtleIcon:()=>iq,Tv:()=>lq,Tv2:()=>oq,Tv2Icon:()=>oq,TvIcon:()=>lq,TvMinimal:()=>oq,TvMinimalIcon:()=>oq,TvMinimalPlay:()=>nq,TvMinimalPlayIcon:()=>nq,Twitch:()=>cq,TwitchIcon:()=>cq,Twitter:()=>hq,TwitterIcon:()=>hq,Type:()=>sq,TypeIcon:()=>sq,TypeOutline:()=>dq,TypeOutlineIcon:()=>dq,Umbrella:()=>pq,UmbrellaIcon:()=>pq,UmbrellaOff:()=>yq,UmbrellaOffIcon:()=>yq,Underline:()=>uq,UnderlineIcon:()=>uq,Undo:()=>gq,Undo2:()=>kq,Undo2Icon:()=>kq,UndoDot:()=>mq,UndoDotIcon:()=>mq,UndoIcon:()=>gq,UnfoldHorizontal:()=>vq,UnfoldHorizontalIcon:()=>vq,UnfoldVertical:()=>fq,UnfoldVerticalIcon:()=>fq,Ungroup:()=>Mq,UngroupIcon:()=>Mq,University:()=>xq,UniversityIcon:()=>xq,Unlink:()=>Cq,Unlink2:()=>wq,Unlink2Icon:()=>wq,UnlinkIcon:()=>Cq,Unlock:()=>mM,UnlockIcon:()=>mM,UnlockKeyhole:()=>uM,UnlockKeyholeIcon:()=>uM,Unplug:()=>Lq,UnplugIcon:()=>Lq,Upload:()=>bq,UploadCloud:()=>py,UploadCloudIcon:()=>py,UploadIcon:()=>bq,Usb:()=>Sq,UsbIcon:()=>Sq,User:()=>Oq,User2:()=>Eq,User2Icon:()=>Eq,UserCheck:()=>Iq,UserCheck2:()=>Pq,UserCheck2Icon:()=>Pq,UserCheckIcon:()=>Iq,UserCircle:()=>xs,UserCircle2:()=>Ms,UserCircle2Icon:()=>Ms,UserCircleIcon:()=>xs,UserCog:()=>_q,UserCog2:()=>Tq,UserCog2Icon:()=>Tq,UserCogIcon:()=>_q,UserIcon:()=>Oq,UserMinus:()=>Aq,UserMinus2:()=>zq,UserMinus2Icon:()=>zq,UserMinusIcon:()=>Aq,UserPen:()=>Rq,UserPenIcon:()=>Rq,UserPlus:()=>qq,UserPlus2:()=>Vq,UserPlus2Icon:()=>Vq,UserPlusIcon:()=>qq,UserRound:()=>Eq,UserRoundCheck:()=>Pq,UserRoundCheckIcon:()=>Pq,UserRoundCog:()=>Tq,UserRoundCogIcon:()=>Tq,UserRoundIcon:()=>Eq,UserRoundMinus:()=>zq,UserRoundMinusIcon:()=>zq,UserRoundPen:()=>Hq,UserRoundPenIcon:()=>Hq,UserRoundPlus:()=>Vq,UserRoundPlusIcon:()=>Vq,UserRoundSearch:()=>Bq,UserRoundSearchIcon:()=>Bq,UserRoundX:()=>Dq,UserRoundXIcon:()=>Dq,UserSearch:()=>Fq,UserSearchIcon:()=>Fq,UserSquare:()=>tA,UserSquare2:()=>eA,UserSquare2Icon:()=>eA,UserSquareIcon:()=>tA,UserX:()=>jq,UserX2:()=>Dq,UserX2Icon:()=>Dq,UserXIcon:()=>jq,Users:()=>Nq,Users2:()=>Uq,Users2Icon:()=>Uq,UsersIcon:()=>Nq,UsersRound:()=>Uq,UsersRoundIcon:()=>Uq,Utensils:()=>Zq,UtensilsCrossed:()=>Wq,UtensilsCrossedIcon:()=>Wq,UtensilsIcon:()=>Zq,UtilityPole:()=>Gq,UtilityPoleIcon:()=>Gq,Variable:()=>Xq,VariableIcon:()=>Xq,Vault:()=>Kq,VaultIcon:()=>Kq,Vegan:()=>Yq,VeganIcon:()=>Yq,VenetianMask:()=>Jq,VenetianMaskIcon:()=>Jq,Verified:()=>jo,VerifiedIcon:()=>jo,Vibrate:()=>Qq,VibrateIcon:()=>Qq,VibrateOff:()=>$q,VibrateOffIcon:()=>$q,Video:()=>tP,VideoIcon:()=>tP,VideoOff:()=>eP,VideoOffIcon:()=>eP,Videotape:()=>aP,VideotapeIcon:()=>aP,View:()=>rP,ViewIcon:()=>rP,Voicemail:()=>iP,VoicemailIcon:()=>iP,Volume:()=>cP,Volume1:()=>nP,Volume1Icon:()=>nP,Volume2:()=>oP,Volume2Icon:()=>oP,VolumeIcon:()=>cP,VolumeX:()=>lP,VolumeXIcon:()=>lP,Vote:()=>hP,VoteIcon:()=>hP,Wallet:()=>yP,Wallet2:()=>sP,Wallet2Icon:()=>sP,WalletCards:()=>dP,WalletCardsIcon:()=>dP,WalletIcon:()=>yP,WalletMinimal:()=>sP,WalletMinimalIcon:()=>sP,Wallpaper:()=>pP,WallpaperIcon:()=>pP,Wand:()=>kP,Wand2:()=>uP,Wand2Icon:()=>uP,WandIcon:()=>kP,WandSparkles:()=>uP,WandSparklesIcon:()=>uP,Warehouse:()=>mP,WarehouseIcon:()=>mP,WashingMachine:()=>gP,WashingMachineIcon:()=>gP,Watch:()=>vP,WatchIcon:()=>vP,Waves:()=>fP,WavesIcon:()=>fP,Waypoints:()=>MP,WaypointsIcon:()=>MP,Webcam:()=>xP,WebcamIcon:()=>xP,Webhook:()=>CP,WebhookIcon:()=>CP,WebhookOff:()=>wP,WebhookOffIcon:()=>wP,Weight:()=>LP,WeightIcon:()=>LP,Wheat:()=>SP,WheatIcon:()=>SP,WheatOff:()=>bP,WheatOffIcon:()=>bP,WholeWord:()=>IP,WholeWordIcon:()=>IP,Wifi:()=>PP,WifiHigh:()=>_P,WifiHighIcon:()=>_P,WifiIcon:()=>PP,WifiLow:()=>AP,WifiLowIcon:()=>AP,WifiOff:()=>RP,WifiOffIcon:()=>RP,WifiZero:()=>qP,WifiZeroIcon:()=>qP,Wind:()=>TP,WindIcon:()=>TP,Wine:()=>HP,WineIcon:()=>HP,WineOff:()=>zP,WineOffIcon:()=>zP,Workflow:()=>VP,WorkflowIcon:()=>VP,Worm:()=>BP,WormIcon:()=>BP,WrapText:()=>DP,WrapTextIcon:()=>DP,Wrench:()=>EP,WrenchIcon:()=>EP,X:()=>FP,XCircle:()=>ws,XCircleIcon:()=>ws,XIcon:()=>FP,XOctagon:()=>Gw,XOctagonIcon:()=>Gw,XSquare:()=>aA,XSquareIcon:()=>aA,Youtube:()=>jP,YoutubeIcon:()=>jP,Zap:()=>UP,ZapIcon:()=>UP,ZapOff:()=>OP,ZapOffIcon:()=>OP,ZoomIn:()=>NP,ZoomInIcon:()=>NP,ZoomOut:()=>WP,ZoomOutIcon:()=>WP,createLucideIcon:()=>zi,icons:()=>e});var a=r(155),n=r.n(a);function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function l(e,t,a){return(t=function(e){var t=function(e){if("object"!=o(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var a=t.call(e,"string");if("object"!=o(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==o(t)?t:t+""}(t))in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,r)}return a}function h(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?c(Object(a),!0).forEach((function(t){l(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):c(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function d(e,t){if(null==e)return{};var a={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.includes(r))continue;a[r]=e[r]}return a}var s={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexOrder:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,fontWeight:!0,gridRow:!0,gridRowEnd:!0,gridRowGap:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnGap:!0,gridColumnStart:!0,lineClamp:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0,scale:!0,scaleX:!0,scaleY:!0,scaleZ:!0,shadowOpacity:!0},y=["ms","Moz","O","Webkit"];Object.keys(s).forEach((e=>{y.forEach((t=>{s[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(t,e)]=s[e]}))}));const p=s;var u=r(515),k=r.n(u);const m=function(e,t){if(void 0===t&&(t=1),null!=e){if("string"==typeof e&&(e=>"currentcolor"===e||"currentColor"===e||"inherit"===e||0===e.indexOf("var("))(e))return e;var a=(e=>{if(null==e)return e;var t=k()(e);return null!=t?t=(t<<24|t>>>8)>>>0:void 0})(e);if(null!=a)return"rgba("+(a>>16&255)+","+(a>>8&255)+","+(255&a)+","+((a>>24&255)/255*t).toFixed(2)+")"}};var g={backgroundColor:!0,borderColor:!0,borderTopColor:!0,borderRightColor:!0,borderBottomColor:!0,borderLeftColor:!0,color:!0,shadowColor:!0,textDecorationColor:!0,textShadowColor:!0};function v(e,t){var a=e;return null!=t&&p[t]||"number"!=typeof e?null!=t&&g[t]&&(a=m(e)):a=e+"px",a}const f=!("undefined"==typeof window||!window.document||!window.document.createElement);var M={},x=!f||null!=window.CSS&&null!=window.CSS.supports&&(window.CSS.supports("text-decoration-line","none")||window.CSS.supports("-webkit-text-decoration-line","none")),w='-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif',C={borderColor:["borderTopColor","borderRightColor","borderBottomColor","borderLeftColor"],borderBlockColor:["borderTopColor","borderBottomColor"],borderInlineColor:["borderRightColor","borderLeftColor"],borderRadius:["borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius"],borderStyle:["borderTopStyle","borderRightStyle","borderBottomStyle","borderLeftStyle"],borderBlockStyle:["borderTopStyle","borderBottomStyle"],borderInlineStyle:["borderRightStyle","borderLeftStyle"],borderWidth:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"],borderBlockWidth:["borderTopWidth","borderBottomWidth"],borderInlineWidth:["borderRightWidth","borderLeftWidth"],insetBlock:["top","bottom"],insetInline:["left","right"],marginBlock:["marginTop","marginBottom"],marginInline:["marginRight","marginLeft"],paddingBlock:["paddingTop","paddingBottom"],paddingInline:["paddingRight","paddingLeft"],overflow:["overflowX","overflowY"],overscrollBehavior:["overscrollBehaviorX","overscrollBehaviorY"],borderBlockStartColor:["borderTopColor"],borderBlockStartStyle:["borderTopStyle"],borderBlockStartWidth:["borderTopWidth"],borderBlockEndColor:["borderBottomColor"],borderBlockEndStyle:["borderBottomStyle"],borderBlockEndWidth:["borderBottomWidth"],borderEndStartRadius:["borderBottomLeftRadius"],borderEndEndRadius:["borderBottomRightRadius"],borderStartStartRadius:["borderTopLeftRadius"],borderStartEndRadius:["borderTopRightRadius"],insetBlockEnd:["bottom"],insetBlockStart:["top"],marginBlockStart:["marginTop"],marginBlockEnd:["marginBottom"],paddingBlockStart:["paddingTop"],paddingBlockEnd:["paddingBottom"]};const L=(e,t)=>{if(!e)return M;var a={},r=function(){var r=e[i];if(null==r)return"continue";if("backgroundClip"===i)"text"===r&&(a.backgroundClip=r,a.WebkitBackgroundClip=r);else if("flex"===i)-1===r?(a.flexGrow=0,a.flexShrink=1,a.flexBasis="auto"):a.flex=r;else if("font"===i)a[i]=r.replace("System",w);else if("fontFamily"===i)if(r.indexOf("System")>-1){var n=r.split(/,\s*/);n[n.indexOf("System")]=w,a[i]=n.join(",")}else a[i]="monospace"===r?"monospace,monospace":r;else if("textDecorationLine"===i)x?a.textDecorationLine=r:a.textDecoration=r;else if("writingDirection"===i)a.direction=r;else{var o=v(e[i],i),l=C[i];t&&"inset"===i?(null==e.insetInline&&(a.left=o,a.right=o),null==e.insetBlock&&(a.top=o,a.bottom=o)):t&&"margin"===i?(null==e.marginInline&&(a.marginLeft=o,a.marginRight=o),null==e.marginBlock&&(a.marginTop=o,a.marginBottom=o)):t&&"padding"===i?(null==e.paddingInline&&(a.paddingLeft=o,a.paddingRight=o),null==e.paddingBlock&&(a.paddingTop=o,a.paddingBottom=o)):l?l.forEach(((t,r)=>{null==e[t]&&(a[t]=o)})):a[i]=o}};for(var i in e)r();return a},b=e=>function(e){for(var t,a=e.length,r=1^a,i=0;a>=4;)t=1540483477*(65535&(t=255&e.charCodeAt(i)|(255&e.charCodeAt(++i))<<8|(255&e.charCodeAt(++i))<<16|(255&e.charCodeAt(++i))<<24))+((1540483477*(t>>>16)&65535)<<16),r=1540483477*(65535&r)+((1540483477*(r>>>16)&65535)<<16)^(t=1540483477*(65535&(t^=t>>>24))+((1540483477*(t>>>16)&65535)<<16)),a-=4,++i;switch(a){case 3:r^=(255&e.charCodeAt(i+2))<<16;case 2:r^=(255&e.charCodeAt(i+1))<<8;case 1:r=1540483477*(65535&(r^=255&e.charCodeAt(i)))+((1540483477*(r>>>16)&65535)<<16)}return r=1540483477*(65535&(r^=r>>>13))+((1540483477*(r>>>16)&65535)<<16),(r^=r>>>15)>>>0}(e).toString(36);var S=/[A-Z]/g,I=/^ms-/,_={};function A(e){return"-"+e.toLowerCase()}const R=function(e){if(e in _)return _[e];var t=e.replace(S,A);return _[e]=I.test(t)?"-"+t:t};var q=r(485),P=r(217),T=r(261),z=r(41),H=r(33),V=r(852),B=r(20),D=r(996),E=r(129),F=r(508),j=["Webkit"],O=["Webkit","ms"];const U={plugins:[P.A,T.A,z.A,H.A,V.A,B.A,D.A,E.A,F.A],prefixMap:{appearance:["Webkit","Moz","ms"],userSelect:["Webkit","Moz"],textEmphasisPosition:O,textEmphasis:O,textEmphasisStyle:O,textEmphasisColor:O,boxDecorationBreak:O,clipPath:j,maskImage:O,maskMode:O,maskRepeat:O,maskPosition:O,maskClip:O,maskOrigin:O,maskSize:O,maskComposite:O,mask:O,maskBorderSource:O,maskBorderMode:O,maskBorderSlice:O,maskBorderWidth:O,maskBorderOutset:O,maskBorderRepeat:O,maskBorder:O,maskType:O,textDecorationStyle:j,textDecorationSkip:j,textDecorationLine:j,textDecorationColor:j,filter:j,breakAfter:j,breakBefore:j,breakInside:j,columnCount:j,columnFill:j,columnGap:j,columnRule:j,columnRuleColor:j,columnRuleStyle:j,columnRuleWidth:j,columns:j,columnSpan:j,columnWidth:j,backdropFilter:j,hyphens:j,flowInto:j,flowFrom:j,regionFragment:j,textOrientation:j,tabSize:["Moz"],fontKerning:j,textSizeAdjust:j}},N=(0,q.A)(U);var W=["animationKeyframes"],Z=new Map,G={},X=1,K=3,Y={borderColor:2,borderRadius:2,borderStyle:2,borderWidth:2,display:2,flex:2,inset:2,margin:2,overflow:2,overscrollBehavior:2,padding:2,insetBlock:2.1,insetInline:2.1,marginInline:2.1,marginBlock:2.1,paddingInline:2.1,paddingBlock:2.1,borderBlockStartColor:2.2,borderBlockStartStyle:2.2,borderBlockStartWidth:2.2,borderBlockEndColor:2.2,borderBlockEndStyle:2.2,borderBlockEndWidth:2.2,borderInlineStartColor:2.2,borderInlineStartStyle:2.2,borderInlineStartWidth:2.2,borderInlineEndColor:2.2,borderInlineEndStyle:2.2,borderInlineEndWidth:2.2,borderEndStartRadius:2.2,borderEndEndRadius:2.2,borderStartStartRadius:2.2,borderStartEndRadius:2.2,insetBlockEnd:2.2,insetBlockStart:2.2,insetInlineEnd:2.2,insetInlineStart:2.2,marginBlockStart:2.2,marginBlockEnd:2.2,marginInlineStart:2.2,marginInlineEnd:2.2,paddingBlockStart:2.2,paddingBlockEnd:2.2,paddingInlineStart:2.2,paddingInlineEnd:2.2},J="borderTopLeftRadius",$="borderTopRightRadius",Q="borderBottomLeftRadius",ee="borderBottomRightRadius",te="borderLeftColor",ae="borderLeftStyle",re="borderLeftWidth",ie="borderRightColor",ne="borderRightStyle",oe="borderRightWidth",le="right",ce="marginLeft",he="marginRight",de="paddingLeft",se="paddingRight",ye="left",pe={[J]:$,[$]:J,[Q]:ee,[ee]:Q,[te]:ie,[ae]:ne,[re]:oe,[ie]:te,[ne]:ae,[oe]:re,[ye]:le,[ce]:he,[he]:ce,[de]:se,[se]:de,[le]:ye},ue={borderStartStartRadius:J,borderStartEndRadius:$,borderEndStartRadius:Q,borderEndEndRadius:ee,borderInlineStartColor:te,borderInlineStartStyle:ae,borderInlineStartWidth:re,borderInlineEndColor:ie,borderInlineEndStyle:ne,borderInlineEndWidth:oe,insetInlineEnd:le,insetInlineStart:ye,marginInlineStart:ce,marginInlineEnd:he,paddingInlineStart:de,paddingInlineEnd:se},ke=["clear","float","textAlign"];function me(e){var t=N(L(e));return"{"+Object.keys(t).map((e=>{var a=t[e],r=R(e);return Array.isArray(a)?a.map((e=>r+":"+e)).join(";"):r+":"+a})).sort().join(";")+";}"}function ge(e,t,a){return e+"-"+b(t+a)}function ve(e){if("number"==typeof e)throw new Error("Invalid CSS keyframes type: "+typeof e);var t=[],a=[];return(Array.isArray(e)?e:[e]).forEach((e=>{if("string"==typeof e)t.push(e);else{var r=function(e){var t=ge("r","animation",JSON.stringify(e)),a="{"+Object.keys(e).map((t=>""+t+me(e[t]))).join("")+"}",r=["-webkit-",""].map((e=>"@"+e+"keyframes "+t+a));return[t,r]}(e),i=r[0],n=r[1];t.push(i),a.push(...n)}})),[t,a]}function fe(e,t,a){if(f){var r=null!=t?t:document,i=r.getElementById(e);if(null==i)if((i=document.createElement("style")).setAttribute("id",e),"string"==typeof a&&i.appendChild(document.createTextNode(a)),r instanceof ShadowRoot)r.insertBefore(i,r.firstChild);else{var n=r.head;n&&n.insertBefore(i,n.firstChild)}return i.sheet}return null}var Me=Array.prototype.slice;function xe(e){var t,a={},r={};function i(e,t,r){var i=Ce(a),n=i.indexOf(t)+1,o=i[n],l=null!=o&&null!=a[o].start?a[o].start:e.cssRules.length,c=function(e,t,a){try{return e.insertRule(t,a),!0}catch(e){return!1}}(e,r,l);if(c){null==a[t].start&&(a[t].start=l);for(var h=n;h<i.length;h+=1){var d=i[h],s=a[d].start||0;a[d].start=s+1}}return c}null!=e&&Me.call(e.cssRules).forEach(((e,i)=>{var n=e.cssText;if(n.indexOf("stylesheet-group")>-1)t=function(e){return Number(e.selectorText.split(we)[1])}(e),a[t]={start:i,rules:[n]};else{var o=be(n);null!=o&&(r[o]=!0,a[t].rules.push(n))}}));var n={getTextContent:()=>Ce(a).map((e=>{var t=a[e].rules,r=t.shift();return t.sort(),t.unshift(r),t.join("\n")})).join("\n"),insert(t,n){var o=Number(n);if(null==a[o]){var l=function(e){return'[stylesheet-group="'+e+'"]{}'}(o);a[o]={start:null,rules:[l]},null!=e&&i(e,o,l)}var c=be(t);null!=c&&null==r[c]&&(r[c]=!0,a[o].rules.push(t),null!=e&&(i(e,o,t)||a[o].rules.pop()))}};return n}var we=/["']/g;function Ce(e){return Object.keys(e).map(Number).sort(((e,t)=>e>t?1:-1))}var Le=/\s*([,])\s*/g;function be(e){var t=e.split("{")[0].trim();return""!==t?t.replace(Le,"$1"):null}var Se=new WeakMap,Ie=[],_e=["html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}","body{margin:0;}","button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}","input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}"],Ae=r(336);var Re={},qe={height:0,width:0},Pe=e=>{var t=e.shadowColor,a=e.shadowOffset,r=e.shadowOpacity,i=e.shadowRadius,n=a||qe,o=n.height,l=v(n.width),c=v(o),h=v(i||0),d=m(t||"black",r);if(null!=d&&null!=l&&null!=c&&null!=h)return l+" "+c+" "+h+" "+d},Te=e=>{var t=Object.keys(e)[0],a=e[t];return"matrix"===t||"matrix3d"===t?t+"("+a.join(",")+")":t+"("+v(a,t)+")"},ze=e=>e.map(Te).join(" "),He={borderBottomEndRadius:"borderEndEndRadius",borderBottomStartRadius:"borderEndStartRadius",borderTopEndRadius:"borderStartEndRadius",borderTopStartRadius:"borderStartStartRadius",borderEndColor:"borderInlineEndColor",borderEndStyle:"borderInlineEndStyle",borderEndWidth:"borderInlineEndWidth",borderStartColor:"borderInlineStartColor",borderStartStyle:"borderInlineStartStyle",borderStartWidth:"borderInlineStartWidth",end:"insetInlineEnd",marginEnd:"marginInlineEnd",marginHorizontal:"marginInline",marginStart:"marginInlineStart",marginVertical:"marginBlock",paddingEnd:"paddingInlineEnd",paddingHorizontal:"paddingInline",paddingStart:"paddingInlineStart",paddingVertical:"paddingBlock",start:"insetInlineStart"},Ve={elevation:!0,overlayColor:!0,resizeMode:!0,tintColor:!0},Be=function(e,t){void 0===t&&(t={});var a=e||Re,r={};if(t.shadow,null!=a.shadowColor||null!=a.shadowOffset||null!=a.shadowOpacity||null!=a.shadowRadius){var i=Pe(a);if(null!=i&&null==r.boxShadow){var n=a.boxShadow,o=n?n+", "+i:i;r.boxShadow=o}}if(t.textShadow,null!=a.textShadowColor||null!=a.textShadowOffset||null!=a.textShadowRadius){var l=(e=>{var t=e.textShadowColor,a=e.textShadowOffset,r=e.textShadowRadius,i=a||qe,n=i.height,o=i.width,l=r||0,c=v(o),h=v(n),d=v(l),s=v(t,"textShadowColor");if(s&&(0!==n||0!==o||0!==l)&&null!=c&&null!=h&&null!=d)return c+" "+h+" "+d+" "+s})(a);if(null!=l&&null==r.textShadow){var c=a.textShadow,h=c?c+", "+l:l;r.textShadow=h}}for(var d in a)if(null==Ve[d]&&"shadowColor"!==d&&"shadowOffset"!==d&&"shadowOpacity"!==d&&"shadowRadius"!==d&&"textShadowColor"!==d&&"textShadowOffset"!==d&&"textShadowRadius"!==d){var s=a[d],y=He[d]||d,p=s;!Object.prototype.hasOwnProperty.call(a,d)||y!==d&&null!=a[y]||("aspectRatio"===y&&"number"==typeof p?r[y]=p.toString():"fontVariant"===y?(Array.isArray(p)&&p.length>0&&(p=p.join(" ")),r[y]=p):"textAlignVertical"===y?null==a.verticalAlign&&(r.verticalAlign="center"===p?"middle":p):"transform"===y?(Array.isArray(p)&&(p=ze(p)),r.transform=p):r[y]=p)}return r},De=r(176),Ee=["writingDirection"],Fe=new WeakMap,je=function(e,t){var a;if(void 0===t&&(t="react-native-stylesheet"),f){var r=document;if(0===Ie.length)a=xe(fe(t)),_e.forEach((e=>{a.insert(e,0)})),Se.set(r,Ie.length),Ie.push(a);else{var i=Se.get(r);if(null==i){var n=Ie[0],o=null!=n?n.getTextContent():"";a=xe(fe(t,r,o)),Se.set(r,Ie.length),Ie.push(a)}else a=Ie[i]}}else 0===Ie.length?(a=xe(fe(t)),_e.forEach((e=>{a.insert(e,0)})),Ie.push(a)):a=Ie[0];return{getTextContent:()=>a.getTextContent(),id:t,insert(e,t){Ie.forEach((a=>{a.insert(e,t)}))}}}(),Oe={shadow:!0,textShadow:!0};function Ue(e){e.forEach((e=>{var t=e[0],a=e[1];null!=je&&t.forEach((e=>{je.insert(e,a)}))}))}var Ne={position:"absolute",left:0,right:0,top:0,bottom:0},We=Ze({x:h({},Ne)}).x;function Ze(e){return Object.keys(e).forEach((t=>{var a,r,i,n=e[t];null!=n&&!0!==n.$$css&&(t.indexOf("$raw")>-1?a=function(e,t){var a=function(e,t){var a,r={$$css:!0},i=[],n=e.animationKeyframes,o=d(e,W),l=ge("css",t,JSON.stringify(e)),c="."+l;if(null!=n){var s=ve(n),y=s[0],p=s[1];a=y.join(","),i.push(...p)}var u=me(h(h({},o),{},{animationName:a}));return i.push(""+c+u),r[l]=l,[r,[[i,X]]]}(e,t),r=a[0];return Ue(a[1]),r}(n,t.split("$raw")[0]):(r=function(e){var t={$$css:!0},a=[];function r(e,t,r){var i,n=function(e,t){var a=v(e,t);return"string"!=typeof a?JSON.stringify(a||""):a}(r,t),o=t+n,l=Z.get(o);if(null!=l)i=l[0],a.push(l[1]);else{i=ge("r",e,e!==t?o:n);var c=Y[e]||K,h=function(e,t,a){var r=[],i="."+e;switch(t){case"animationKeyframes":var n=ve(a),o=n[0],l=n[1],c=me({animationName:o.join(",")});r.push(""+i+c,...l);break;case"placeholderTextColor":var h=me({color:a,opacity:1});r.push(i+"::-webkit-input-placeholder"+h,i+"::-moz-placeholder"+h,i+":-ms-input-placeholder"+h,i+"::placeholder"+h);break;case"pointerEvents":var d=a;if("auto"===a||"box-only"===a){if(d="auto!important","box-only"===a){var s=me({pointerEvents:"none"});r.push(i+">*"+s)}}else if(("none"===a||"box-none"===a)&&(d="none!important","box-none"===a)){var y=me({pointerEvents:"auto"});r.push(i+">*"+y)}var p=me({pointerEvents:d});r.push(""+i+p);break;case"scrollbarWidth":"none"===a&&r.push(i+"::-webkit-scrollbar{display:none}");var u=me({scrollbarWidth:a});r.push(""+i+u);break;default:var k=me({[t]:a});r.push(""+i+k)}return r}(i,t,r),d=[h,c];a.push(d),Z.set(o,[i,d])}return i}return Object.keys(e).sort().forEach((a=>{var i=e[a];if(null!=i){var n;if(ke.indexOf(a)>-1){var o=r(a,a,"left"),l=r(a,a,"right");"start"===i?n=[o,l]:"end"===i&&(n=[l,o])}var c=ue[a];if(null!=c){var h=r(a,c,i),d=r(a,pe[c],i);n=[h,d]}if("transitionProperty"===a){for(var s=Array.isArray(i)?i:[i],y=[],p=0;p<s.length;p++){var u=s[p];"string"==typeof u&&null!=ue[u]&&y.push(p)}if(y.length>0){var k=[...s],m=[...s];y.forEach((e=>{var t=k[e];if("string"==typeof t){var i=ue[t],o=pe[i];k[e]=i,m[e]=o;var l=r(a,a,k),c=r(a,a,m);n=[l,c]}}))}}null==n?n=r(a,a,i):t.$$css$localize=!0,t[a]=n}})),[t,a]}(Be(n,Oe)),i=r[0],Ue(r[1]),a=i),Fe.set(n,a))})),e}function Ge(e,t){void 0===t&&(t={});var a="rtl"===t.writingDirection,r=function(e,t){void 0===t&&(t={});var a=t,r=a.writingDirection,i=d(a,Ee),n="rtl"===r;return De.P.factory({transform(e){var t=Fe.get(e);return null!=t?(0,Ae.n)(t,n):Be(e,h(h({},Oe),i))}})(e)}(e,t);return Array.isArray(r)&&null!=r[1]&&(r[1]=function(e,t){var a=e||G,r={},i={},n=function(){var e=a[o],n=o,l=e;if(!Object.prototype.hasOwnProperty.call(a,o)||null==e)return"continue";ke.indexOf(o)>-1&&("start"===e?l=t?"right":"left":"end"===e&&(l=t?"left":"right"));var c=ue[o];if(null!=c&&(n=t?pe[c]:c),"transitionProperty"===o){var h=Array.isArray(e)?e:[e];h.forEach(((e,a)=>{if("string"==typeof e){var r=ue[e];null!=r&&(h[a]=t?pe[r]:r,l=h.join(" "))}}))}r[n]||(i[n]=l),n===o&&(r[n]=!0)};for(var o in a)n();return L(i,!0)}(r[1],a)),r}Ge.absoluteFill=We,Ge.absoluteFillObject=Ne,Ge.create=Ze,Ge.compose=function(e,t){return[e,t]},Ge.flatten=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];for(var r=t.flat(1/0),i={},n=0;n<r.length;n++){var o=r[n];null!=o&&"object"==typeof o&&Object.assign(i,o)}return i},Ge.getSheet=function(){return{id:je.id,textContent:je.getTextContent()}},Ge.hairlineWidth=1,f&&window.__REACT_DEVTOOLS_GLOBAL_HOOK__&&(window.__REACT_DEVTOOLS_GLOBAL_HOOK__.resolveRNStyle=Ge.flatten);const Xe=Ge;var Ke={adjustable:"slider",button:"button",header:"heading",image:"img",imagebutton:null,keyboardkey:null,label:null,link:"link",none:"presentation",search:"search",summary:"region",text:null};const Ye=e=>{var t=e.accessibilityRole,a=e.role||t;if(a){var r=Ke[a];if(null!==r)return r||a}};var Je={article:"article",banner:"header",blockquote:"blockquote",button:"button",code:"code",complementary:"aside",contentinfo:"footer",deletion:"del",emphasis:"em",figure:"figure",insertion:"ins",form:"form",list:"ul",listitem:"li",main:"main",navigation:"nav",paragraph:"p",region:"section",strong:"strong"},$e={};const Qe=function(e){if(void 0===e&&(e=$e),"label"===(e.role||e.accessibilityRole))return"label";var t=Ye(e);if(t){if("heading"===t){var a=e.accessibilityLevel||e["aria-level"];return null!=a?"h"+a:"h1"}return Je[t]}},et=Ye;var tt=["aria-activedescendant","accessibilityActiveDescendant","aria-atomic","accessibilityAtomic","aria-autocomplete","accessibilityAutoComplete","aria-busy","accessibilityBusy","aria-checked","accessibilityChecked","aria-colcount","accessibilityColumnCount","aria-colindex","accessibilityColumnIndex","aria-colspan","accessibilityColumnSpan","aria-controls","accessibilityControls","aria-current","accessibilityCurrent","aria-describedby","accessibilityDescribedBy","aria-details","accessibilityDetails","aria-disabled","accessibilityDisabled","aria-errormessage","accessibilityErrorMessage","aria-expanded","accessibilityExpanded","aria-flowto","accessibilityFlowTo","aria-haspopup","accessibilityHasPopup","aria-hidden","accessibilityHidden","aria-invalid","accessibilityInvalid","aria-keyshortcuts","accessibilityKeyShortcuts","aria-label","accessibilityLabel","aria-labelledby","accessibilityLabelledBy","aria-level","accessibilityLevel","aria-live","accessibilityLiveRegion","aria-modal","accessibilityModal","aria-multiline","accessibilityMultiline","aria-multiselectable","accessibilityMultiSelectable","aria-orientation","accessibilityOrientation","aria-owns","accessibilityOwns","aria-placeholder","accessibilityPlaceholder","aria-posinset","accessibilityPosInSet","aria-pressed","accessibilityPressed","aria-readonly","accessibilityReadOnly","aria-required","accessibilityRequired","role","accessibilityRole","aria-roledescription","accessibilityRoleDescription","aria-rowcount","accessibilityRowCount","aria-rowindex","accessibilityRowIndex","aria-rowspan","accessibilityRowSpan","aria-selected","accessibilitySelected","aria-setsize","accessibilitySetSize","aria-sort","accessibilitySort","aria-valuemax","accessibilityValueMax","aria-valuemin","accessibilityValueMin","aria-valuenow","accessibilityValueNow","aria-valuetext","accessibilityValueText","dataSet","focusable","id","nativeID","pointerEvents","style","tabIndex","testID"],at={},rt=Object.prototype.hasOwnProperty,it=Array.isArray,nt=/[A-Z]/g;function ot(e){return"-"+e.toLowerCase()}function lt(e){return it(e)?e.join(" "):e}var ct=Xe.create({auto:{pointerEvents:"auto"},"box-none":{pointerEvents:"box-none"},"box-only":{pointerEvents:"box-only"},none:{pointerEvents:"none"}});var ht=new Set(["Arab","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),dt=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","far","glk","he","iw","khw","ks","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]),st=new Map,yt={direction:"ltr",locale:"en-US"},pt=(0,a.createContext)(yt);function ut(e){return function(e){var t=st.get(e);if(t)return t;var a=!1;if(Intl.Locale){var r=new Intl.Locale(e).maximize().script;a=ht.has(r)}else{var i=e.split("-")[0];a=dt.has(i)}return st.set(e,a),a}(e)?"rtl":"ltr"}function kt(e){var t=e.direction,a=e.locale,r=e.children;return t||a?n().createElement(pt.Provider,{children:r,value:{direction:a?ut(a):t,locale:a}}):r}function mt(){return(0,a.useContext)(pt)}const gt=(e,t,a)=>{var r;e&&e.constructor===String&&(r=Qe(t));var i=r||e,o=((e,t,a)=>{t||(t=at);var r=t,i=r["aria-activedescendant"],n=r.accessibilityActiveDescendant,o=r["aria-atomic"],l=r.accessibilityAtomic,c=r["aria-autocomplete"],s=r.accessibilityAutoComplete,y=r["aria-busy"],p=r.accessibilityBusy,u=r["aria-checked"],k=r.accessibilityChecked,m=r["aria-colcount"],g=r.accessibilityColumnCount,v=r["aria-colindex"],f=r.accessibilityColumnIndex,M=r["aria-colspan"],x=r.accessibilityColumnSpan,w=r["aria-controls"],C=r.accessibilityControls,L=r["aria-current"],b=r.accessibilityCurrent,S=r["aria-describedby"],I=r.accessibilityDescribedBy,_=r["aria-details"],A=r.accessibilityDetails,R=r["aria-disabled"],q=r.accessibilityDisabled,P=r["aria-errormessage"],T=r.accessibilityErrorMessage,z=r["aria-expanded"],H=r.accessibilityExpanded,V=r["aria-flowto"],B=r.accessibilityFlowTo,D=r["aria-haspopup"],E=r.accessibilityHasPopup,F=r["aria-hidden"],j=r.accessibilityHidden,O=r["aria-invalid"],U=r.accessibilityInvalid,N=r["aria-keyshortcuts"],W=r.accessibilityKeyShortcuts,Z=r["aria-label"],G=r.accessibilityLabel,X=r["aria-labelledby"],K=r.accessibilityLabelledBy,Y=r["aria-level"],J=r.accessibilityLevel,$=r["aria-live"],Q=r.accessibilityLiveRegion,ee=r["aria-modal"],te=r.accessibilityModal,ae=r["aria-multiline"],re=r.accessibilityMultiline,ie=r["aria-multiselectable"],ne=r.accessibilityMultiSelectable,oe=r["aria-orientation"],le=r.accessibilityOrientation,ce=r["aria-owns"],he=r.accessibilityOwns,de=r["aria-placeholder"],se=r.accessibilityPlaceholder,ye=r["aria-posinset"],pe=r.accessibilityPosInSet,ue=r["aria-pressed"],ke=r.accessibilityPressed,me=r["aria-readonly"],ge=r.accessibilityReadOnly,ve=r["aria-required"],fe=r.accessibilityRequired,Me=(r.role,r.accessibilityRole,r["aria-roledescription"]),xe=r.accessibilityRoleDescription,we=r["aria-rowcount"],Ce=r.accessibilityRowCount,Le=r["aria-rowindex"],be=r.accessibilityRowIndex,Se=r["aria-rowspan"],Ie=r.accessibilityRowSpan,_e=r["aria-selected"],Ae=r.accessibilitySelected,Re=r["aria-setsize"],qe=r.accessibilitySetSize,Pe=r["aria-sort"],Te=r.accessibilitySort,ze=r["aria-valuemax"],He=r.accessibilityValueMax,Ve=r["aria-valuemin"],Be=r.accessibilityValueMin,De=r["aria-valuenow"],Ee=r.accessibilityValueNow,Fe=r["aria-valuetext"],je=r.accessibilityValueText,Oe=r.dataSet,Ue=r.focusable,Ne=r.id,We=r.nativeID,Ze=r.pointerEvents,Ge=r.style,Ke=r.tabIndex,Ye=r.testID,Je=d(r,tt),$e=R||q,Qe=et(t),it=null!=i?i:n;null!=it&&(Je["aria-activedescendant"]=it);var ht=null!=o?i:l;null!=ht&&(Je["aria-atomic"]=ht);var dt=null!=c?c:s;null!=dt&&(Je["aria-autocomplete"]=dt);var st=null!=y?y:p;null!=st&&(Je["aria-busy"]=st);var yt=null!=u?u:k;null!=yt&&(Je["aria-checked"]=yt);var pt=null!=m?m:g;null!=pt&&(Je["aria-colcount"]=pt);var ut=null!=v?v:f;null!=ut&&(Je["aria-colindex"]=ut);var kt=null!=M?M:x;null!=kt&&(Je["aria-colspan"]=kt);var mt=null!=w?w:C;null!=mt&&(Je["aria-controls"]=lt(mt));var gt=null!=L?L:b;null!=gt&&(Je["aria-current"]=gt);var vt=null!=S?S:I;null!=vt&&(Je["aria-describedby"]=lt(vt));var ft=null!=_?_:A;null!=ft&&(Je["aria-details"]=ft),!0===$e&&(Je["aria-disabled"]=!0,"button"!==e&&"form"!==e&&"input"!==e&&"select"!==e&&"textarea"!==e||(Je.disabled=!0));var Mt=null!=P?P:T;null!=Mt&&(Je["aria-errormessage"]=Mt);var xt=null!=z?z:H;null!=xt&&(Je["aria-expanded"]=xt);var wt=null!=V?V:B;null!=wt&&(Je["aria-flowto"]=lt(wt));var Ct=null!=D?D:E;null!=Ct&&(Je["aria-haspopup"]=Ct);var Lt=null!=F?F:j;!0===Lt&&(Je["aria-hidden"]=Lt);var bt=null!=O?O:U;null!=bt&&(Je["aria-invalid"]=bt);var St=null!=N?N:W;null!=St&&(Je["aria-keyshortcuts"]=lt(St));var It=null!=Z?Z:G;null!=It&&(Je["aria-label"]=It);var _t=null!=X?X:K;null!=_t&&(Je["aria-labelledby"]=lt(_t));var At=null!=Y?Y:J;null!=At&&(Je["aria-level"]=At);var Rt=null!=$?$:Q;null!=Rt&&(Je["aria-live"]="none"===Rt?"off":Rt);var qt=null!=ee?ee:te;null!=qt&&(Je["aria-modal"]=qt);var Pt=null!=ae?ae:re;null!=Pt&&(Je["aria-multiline"]=Pt);var Tt=null!=ie?ie:ne;null!=Tt&&(Je["aria-multiselectable"]=Tt);var zt=null!=oe?oe:le;null!=zt&&(Je["aria-orientation"]=zt);var Ht=null!=ce?ce:he;null!=Ht&&(Je["aria-owns"]=lt(Ht));var Vt=null!=de?de:se;null!=Vt&&(Je["aria-placeholder"]=Vt);var Bt=null!=ye?ye:pe;null!=Bt&&(Je["aria-posinset"]=Bt);var Dt=null!=ue?ue:ke;null!=Dt&&(Je["aria-pressed"]=Dt);var Et=null!=me?me:ge;null!=Et&&(Je["aria-readonly"]=Et,"input"!==e&&"select"!==e&&"textarea"!==e||(Je.readOnly=!0));var Ft=null!=ve?ve:fe;null!=Ft&&(Je["aria-required"]=Ft,"input"!==e&&"select"!==e&&"textarea"!==e||(Je.required=fe)),null!=Qe&&(Je.role="none"===Qe?"presentation":Qe);var jt=null!=Me?Me:xe;null!=jt&&(Je["aria-roledescription"]=jt);var Ot=null!=we?we:Ce;null!=Ot&&(Je["aria-rowcount"]=Ot);var Ut=null!=Le?Le:be;null!=Ut&&(Je["aria-rowindex"]=Ut);var Nt=null!=Se?Se:Ie;null!=Nt&&(Je["aria-rowspan"]=Nt);var Wt=null!=_e?_e:Ae;null!=Wt&&(Je["aria-selected"]=Wt);var Zt=null!=Re?Re:qe;null!=Zt&&(Je["aria-setsize"]=Zt);var Gt=null!=Pe?Pe:Te;null!=Gt&&(Je["aria-sort"]=Gt);var Xt=null!=ze?ze:He;null!=Xt&&(Je["aria-valuemax"]=Xt);var Kt=null!=Ve?Ve:Be;null!=Kt&&(Je["aria-valuemin"]=Kt);var Yt=null!=De?De:Ee;null!=Yt&&(Je["aria-valuenow"]=Yt);var Jt=null!=Fe?Fe:je;if(null!=Jt&&(Je["aria-valuetext"]=Jt),null!=Oe)for(var $t in Oe)if(rt.call(Oe,$t)){var Qt=$t.replace(nt,ot),ea=Oe[$t];null!=ea&&(Je["data-"+Qt]=ea)}0===Ke||"0"===Ke||-1===Ke||"-1"===Ke?Je.tabIndex=Ke:(!1===Ue&&(Je.tabIndex="-1"),"a"===e||"button"===e||"input"===e||"select"===e||"textarea"===e?!1!==Ue&&!0!==q||(Je.tabIndex="-1"):"button"===Qe||"checkbox"===Qe||"link"===Qe||"radio"===Qe||"textbox"===Qe||"switch"===Qe?!1!==Ue&&(Je.tabIndex="0"):!0===Ue&&(Je.tabIndex="0"));var ta=Xe([Ge,Ze&&ct[Ze]],h({writingDirection:"ltr"},a)),aa=ta[0],ra=ta[1];aa&&(Je.className=aa),ra&&(Je.style=ra);var ia=null!=Ne?Ne:We;return null!=ia&&(Je.id=ia),null!=Ye&&(Je["data-testid"]=Ye),null==Je.type&&"button"===e&&(Je.type="button"),Je})(i,t,a),l=n().createElement(i,o);return o.dir?n().createElement(kt,{children:l,direction:o.dir,locale:o.lang}):l};var vt={children:!0,dataSet:!0,dir:!0,id:!0,ref:!0,suppressHydrationWarning:!0,tabIndex:!0,testID:!0,focusable:!0,nativeID:!0},ft={"aria-activedescendant":!0,"aria-atomic":!0,"aria-autocomplete":!0,"aria-busy":!0,"aria-checked":!0,"aria-colcount":!0,"aria-colindex":!0,"aria-colspan":!0,"aria-controls":!0,"aria-current":!0,"aria-describedby":!0,"aria-details":!0,"aria-disabled":!0,"aria-errormessage":!0,"aria-expanded":!0,"aria-flowto":!0,"aria-haspopup":!0,"aria-hidden":!0,"aria-invalid":!0,"aria-keyshortcuts":!0,"aria-label":!0,"aria-labelledby":!0,"aria-level":!0,"aria-live":!0,"aria-modal":!0,"aria-multiline":!0,"aria-multiselectable":!0,"aria-orientation":!0,"aria-owns":!0,"aria-placeholder":!0,"aria-posinset":!0,"aria-pressed":!0,"aria-readonly":!0,"aria-required":!0,role:!0,"aria-roledescription":!0,"aria-rowcount":!0,"aria-rowindex":!0,"aria-rowspan":!0,"aria-selected":!0,"aria-setsize":!0,"aria-sort":!0,"aria-valuemax":!0,"aria-valuemin":!0,"aria-valuenow":!0,"aria-valuetext":!0,accessibilityActiveDescendant:!0,accessibilityAtomic:!0,accessibilityAutoComplete:!0,accessibilityBusy:!0,accessibilityChecked:!0,accessibilityColumnCount:!0,accessibilityColumnIndex:!0,accessibilityColumnSpan:!0,accessibilityControls:!0,accessibilityCurrent:!0,accessibilityDescribedBy:!0,accessibilityDetails:!0,accessibilityDisabled:!0,accessibilityErrorMessage:!0,accessibilityExpanded:!0,accessibilityFlowTo:!0,accessibilityHasPopup:!0,accessibilityHidden:!0,accessibilityInvalid:!0,accessibilityKeyShortcuts:!0,accessibilityLabel:!0,accessibilityLabelledBy:!0,accessibilityLevel:!0,accessibilityLiveRegion:!0,accessibilityModal:!0,accessibilityMultiline:!0,accessibilityMultiSelectable:!0,accessibilityOrientation:!0,accessibilityOwns:!0,accessibilityPlaceholder:!0,accessibilityPosInSet:!0,accessibilityPressed:!0,accessibilityReadOnly:!0,accessibilityRequired:!0,accessibilityRole:!0,accessibilityRoleDescription:!0,accessibilityRowCount:!0,accessibilityRowIndex:!0,accessibilityRowSpan:!0,accessibilitySelected:!0,accessibilitySetSize:!0,accessibilitySort:!0,accessibilityValueMax:!0,accessibilityValueMin:!0,accessibilityValueNow:!0,accessibilityValueText:!0},Mt={onClick:!0,onAuxClick:!0,onContextMenu:!0,onGotPointerCapture:!0,onLostPointerCapture:!0,onPointerCancel:!0,onPointerDown:!0,onPointerEnter:!0,onPointerMove:!0,onPointerLeave:!0,onPointerOut:!0,onPointerOver:!0,onPointerUp:!0},xt={onBlur:!0,onFocus:!0},wt={onKeyDown:!0,onKeyDownCapture:!0,onKeyUp:!0,onKeyUpCapture:!0},Ct={onMouseDown:!0,onMouseEnter:!0,onMouseLeave:!0,onMouseMove:!0,onMouseOver:!0,onMouseOut:!0,onMouseUp:!0},Lt={onTouchCancel:!0,onTouchCancelCapture:!0,onTouchEnd:!0,onTouchEndCapture:!0,onTouchMove:!0,onTouchMoveCapture:!0,onTouchStart:!0,onTouchStartCapture:!0},bt={style:!0};function St(e,t){var a={};for(var r in e)e.hasOwnProperty(r)&&!0===t[r]&&(a[r]=e[r]);return a}const It=f?a.useLayoutEffect:a.useEffect,_t=e=>{if(null!=e&&1===e.nodeType&&"function"==typeof e.getBoundingClientRect)return e.getBoundingClientRect()};var At={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexOrder:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,fontWeight:!0,gridRow:!0,gridRowEnd:!0,gridRowGap:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnGap:!0,gridColumnStart:!0,lineClamp:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0,scale:!0,scaleX:!0,scaleY:!0,scaleZ:!0,shadowOpacity:!0},Rt=["ms","Moz","O","Webkit"];Object.keys(At).forEach((e=>{Rt.forEach((t=>{At[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(t,e)]=At[e]}))}));const qt=At,Pt=function(e,t,a){return null==t||"boolean"==typeof t||""===t?"":a||"number"!=typeof t||0===t||qt.hasOwnProperty(e)&&qt[e]?(""+t).trim():t+"px"},Tt=function(e,t){var a=e.style;for(var r in t)if(t.hasOwnProperty(r)){var i=0===r.indexOf("--"),n=Pt(r,t[r],i);"float"===r&&(r="cssFloat"),i?a.setProperty(r,n):a[r]=n}};var zt=e=>{var t=e.offsetHeight,a=e.offsetWidth,r=e.offsetLeft,i=e.offsetTop;for(e=e.offsetParent;e&&1===e.nodeType;)r+=e.offsetLeft+e.clientLeft-e.scrollLeft,i+=e.offsetTop+e.clientTop-e.scrollTop,e=e.offsetParent;return{width:a,height:t,top:i-=window.scrollY,left:r-=window.scrollX}},Ht=(e,t,a)=>{var r=t||e&&e.parentNode;e&&r&&setTimeout((()=>{if(e.isConnected&&r.isConnected){var t=zt(r),i=zt(e),n=i.height,o=i.left,l=i.top,c=i.width,h=o-t.left,d=l-t.top;a(h,d,c,n,o,l)}}),0)},Vt={A:!0,BODY:!0,INPUT:!0,SELECT:!0,TEXTAREA:!0},Bt={blur(e){try{e.blur()}catch(e){}},focus(e){try{var t=e.nodeName;null==e.getAttribute("tabIndex")&&!0!==e.isContentEditable&&null==Vt[t]&&e.setAttribute("tabIndex","-1"),e.focus()}catch(e){}},measure(e,t){Ht(e,null,t)},measureInWindow(e,t){e&&setTimeout((()=>{var a=_t(e),r=a.height,i=a.left,n=a.top,o=a.width;t(i,n,o,r)}),0)},measureLayout(e,t,a,r){Ht(e,t,r)},updateView(e,t){for(var a in t)if(Object.prototype.hasOwnProperty.call(t,a)){var r=t[a];switch(a){case"style":Tt(e,r);break;case"class":case"className":e.setAttribute("class",r);break;case"text":case"value":e.value=r;break;default:e.setAttribute(a,r)}}},configureNextLayoutAnimation(e,t){t()},setLayoutAnimationEnabledExperimental(){}};const Dt=Bt;var Et="__reactLayoutHandler",Ft=null;function jt(e,t){var a=(f&&void 0!==window.ResizeObserver&&null==Ft&&(Ft=new window.ResizeObserver((function(e){e.forEach((e=>{var t=e.target,a=t[Et];"function"==typeof a&&Dt.measure(t,((t,r,i,n,o,l)=>{var c={nativeEvent:{layout:{x:t,y:r,width:i,height:n,left:o,top:l}},timeStamp:Date.now()};Object.defineProperty(c.nativeEvent,"target",{enumerable:!0,get:()=>e.target}),a(c)}))}))}))),Ft);It((()=>{var a=e.current;null!=a&&(a[Et]=t)}),[e,t]),It((()=>{var t=e.current;return null!=t&&null!=a&&("function"==typeof t[Et]?a.observe(t):a.unobserve(t)),()=>{null!=t&&null!=a&&a.unobserve(t)}}),[e,a])}function Ot(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return function(e){t.forEach((t=>{null!=t&&("function"!=typeof t?"object"!=typeof t?console.error("mergeRefs cannot handle Refs of type boolean, number or string, received ref "+String(t)):t.current=e:t(e))}))}}function Ut(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return a.useMemo((()=>Ot(...t)),[...t])}var Nt="function"==typeof Symbol&&"symbol"==typeof Symbol()?Symbol():Object.freeze({});function Wt(e){return e.pointerEvents,e.style,(t=a.useRef(Nt)).current===Nt&&(t.current=e=>{null!=e&&(e.measure=t=>Dt.measure(e,t),e.measureLayout=(t,a,r)=>Dt.measureLayout(e,t,r,a),e.measureInWindow=t=>Dt.measureInWindow(e,t))}),t.current;var t}var Zt=()=>{},Gt={},Xt=[];function Kt(e){return e>20?e%20:e}function Yt(e,t){var a,r,i,n=!1,o=e.changedTouches,l=e.type,c=!0===e.metaKey,h=!0===e.shiftKey,d=o&&o[0].force||0,s=Kt(o&&o[0].identifier||0),y=o&&o[0].clientX||e.clientX,p=o&&o[0].clientY||e.clientY,u=o&&o[0].pageX||e.pageX,k=o&&o[0].pageY||e.pageY,m="function"==typeof e.preventDefault?e.preventDefault.bind(e):Zt,g=e.timeStamp;function v(e){return Array.prototype.slice.call(e).map((e=>({force:e.force,identifier:Kt(e.identifier),get locationX(){return x(e.clientX)},get locationY(){return w(e.clientY)},pageX:e.pageX,pageY:e.pageY,target:e.target,timestamp:g})))}if(null!=o)r=v(o),i=v(e.touches);else{var f=[{force:d,identifier:s,get locationX(){return x(y)},get locationY(){return w(p)},pageX:u,pageY:k,target:e.target,timestamp:g}];r=f,i="mouseup"===l||"dragstart"===l?Xt:f}var M={bubbles:!0,cancelable:!0,currentTarget:null,defaultPrevented:e.defaultPrevented,dispatchConfig:Gt,eventPhase:e.eventPhase,isDefaultPrevented:()=>e.defaultPrevented,isPropagationStopped:()=>n,isTrusted:e.isTrusted,nativeEvent:{altKey:!1,ctrlKey:!1,metaKey:c,shiftKey:h,changedTouches:r,force:d,identifier:s,get locationX(){return x(y)},get locationY(){return w(p)},pageX:u,pageY:k,target:e.target,timestamp:g,touches:i,type:l},persist:Zt,preventDefault:m,stopPropagation(){n=!0},target:e.target,timeStamp:g,touchHistory:t.touchHistory};function x(e){if(a=a||_t(M.currentTarget))return e-a.left}function w(e){if(a=a||_t(M.currentTarget))return e-a.top}return M}var Jt="mousedown",$t="mousemove",Qt="mouseup",ea="dragstart",ta="touchstart",aa="touchmove",ra="touchend",ia="touchcancel",na="scroll",oa="select",la="selectionchange";function ca(e){return e===ta||e===Jt}function ha(e){return e===aa||e===$t}function da(e){return e===ra||e===Qt||sa(e)}function sa(e){return e===ia||e===ea}var ya="__reactResponderId";function pa(e){for(var t=[];null!=e&&e!==document.body;)t.push(e),e=e.parentNode;return t}function ua(e){return null!=e?e[ya]:null}var ka=!1,ma=20;function ga(e){return e.timeStamp||e.timestamp}function va(e){var t=e.identifier;return null==t&&console.error("Touch object is missing identifier."),ka&&t>ma&&console.error("Touch identifier %s is greater than maximum supported %s which causes performance issues backfilling array locations for all of the indices.",t,ma),t}function fa(e){return JSON.stringify({identifier:e.identifier,pageX:e.pageX,pageY:e.pageY,timestamp:ga(e)})}function Ma(e){var t=e.touchBank,a=JSON.stringify(t.slice(0,ma));return t.length>ma&&(a+=" (original size: "+t.length+")"),a}var xa={},wa=["onStartShouldSetResponderCapture","onStartShouldSetResponder",{bubbles:!0}],Ca=["onMoveShouldSetResponderCapture","onMoveShouldSetResponder",{bubbles:!0}],La={touchstart:wa,mousedown:wa,touchmove:Ca,mousemove:Ca,scroll:["onScrollShouldSetResponderCapture","onScrollShouldSetResponder",{bubbles:!1}]},ba={id:null,idPath:null,node:null},Sa=new Map,Ia=!1,_a=0,Aa={id:null,node:null,idPath:null},Ra=new class{constructor(){this._touchHistory={touchBank:[],numberActiveTouches:0,indexOfSingleActiveTouch:-1,mostRecentTimeStamp:0}}recordTouchTrack(e,t){var a=this._touchHistory;if(ha(e))t.changedTouches.forEach((e=>function(e,t){var a=t.touchBank[va(e)];a?(a.touchActive=!0,a.previousPageX=a.currentPageX,a.previousPageY=a.currentPageY,a.previousTimeStamp=a.currentTimeStamp,a.currentPageX=e.pageX,a.currentPageY=e.pageY,a.currentTimeStamp=ga(e),t.mostRecentTimeStamp=ga(e)):console.warn("Cannot record touch move without a touch start.\n","Touch Move: "+fa(e)+"\n","Touch Bank: "+Ma(t))}(e,a)));else if(ca(e))t.changedTouches.forEach((e=>function(e,t){var a=va(e),r=t.touchBank[a];r?function(e,t){e.touchActive=!0,e.startPageX=t.pageX,e.startPageY=t.pageY,e.startTimeStamp=ga(t),e.currentPageX=t.pageX,e.currentPageY=t.pageY,e.currentTimeStamp=ga(t),e.previousPageX=t.pageX,e.previousPageY=t.pageY,e.previousTimeStamp=ga(t)}(r,e):t.touchBank[a]=function(e){return{touchActive:!0,startPageX:e.pageX,startPageY:e.pageY,startTimeStamp:ga(e),currentPageX:e.pageX,currentPageY:e.pageY,currentTimeStamp:ga(e),previousPageX:e.pageX,previousPageY:e.pageY,previousTimeStamp:ga(e)}}(e),t.mostRecentTimeStamp=ga(e)}(e,a))),a.numberActiveTouches=t.touches.length,1===a.numberActiveTouches&&(a.indexOfSingleActiveTouch=t.touches[0].identifier);else if(da(e)&&(t.changedTouches.forEach((e=>function(e,t){var a=t.touchBank[va(e)];a?(a.touchActive=!1,a.previousPageX=a.currentPageX,a.previousPageY=a.currentPageY,a.previousTimeStamp=a.currentTimeStamp,a.currentPageX=e.pageX,a.currentPageY=e.pageY,a.currentTimeStamp=ga(e),t.mostRecentTimeStamp=ga(e)):console.warn("Cannot record touch end without a touch start.\n","Touch End: "+fa(e)+"\n","Touch Bank: "+Ma(t))}(e,a))),a.numberActiveTouches=t.touches.length,1===a.numberActiveTouches)){for(var r=a.touchBank,i=0;i<r.length;i++){var n=r[i];if(null!=n&&n.touchActive){a.indexOfSingleActiveTouch=i;break}}if(ka){var o=r[a.indexOfSingleActiveTouch];null!=o&&o.touchActive||console.error("Cannot find single active touch.")}}}get touchHistory(){return this._touchHistory}};function qa(e){Aa=e}function Pa(e){var t=Sa.get(e);return null!=t?t:xa}function Ta(e){var t=e.type,a=e.target;if("touchstart"===t&&(Ia=!0),("touchmove"===t||_a>1)&&(Ia=!1),!("mousedown"===t&&Ia||"mousemove"===t&&Ia||"mousemove"===t&&_a<1))if(Ia&&"mouseup"===t)0===_a&&(Ia=!1);else{var r=ca(t)&&function(e){var t=e.altKey,a=e.button,r=e.buttons,i=e.ctrlKey,n=e.type,o=!1===t&&!1===i;return!!("touchstart"===n||"touchmove"===n||"mousedown"===n&&(0===a||1===r)&&o||"mousemove"===n&&1===r&&o)}(e),i=ha(t),n=da(t),o=function(e){return e===na}(t),l=function(e){return e===oa||e===la}(t),c=Yt(e,Ra);(r||i||n)&&(e.touches?_a=e.touches.length:r?_a=1:n&&(_a=0),Ra.recordTouchTrack(t,c.nativeEvent));var h,d=function(e){for(var t=[],a=[],r=function(e){return"selectionchange"===e.type?pa(window.getSelection().anchorNode):null!=e.composedPath?e.composedPath():pa(e.target)}(e),i=0;i<r.length;i++){var n=r[i],o=ua(n);null!=o&&(t.push(o),a.push(n))}return{idPath:t,nodePath:a}}(e),s=!1;if(r||i||o&&_a>0){var y=Aa.idPath,p=d.idPath;if(null!=y&&null!=p){var u=function(e,t){var a=e.length,r=t.length;if(0===a||0===r||e[a-1]!==t[r-1])return null;var i=e[0],n=0,o=t[0],l=0;a-r>0&&(i=e[n=a-r],a=r),r-a>0&&(o=t[l=r-a],r=a);for(var c=a;c--;){if(i===o)return i;i=e[n++],o=t[l++]}return null}(y,p);if(null!=u){var k=p.indexOf(u)+(u===Aa.id?1:0);d={idPath:p.slice(k),nodePath:d.nodePath.slice(k)}}else d=null}null!=d&&(h=function(e,t,a){var r=La[t.type];if(null!=r){for(var i=e.idPath,n=e.nodePath,o=r[0],l=r[1],c=r[2].bubbles,h=function(e,t,r){var n=Pa(e)[r];if(null!=n&&(a.currentTarget=t,!0===n(a)))return{id:e,node:t,idPath:i.slice(i.indexOf(e))}},d=i.length-1;d>=0;d--){var s=h(i[d],n[d],o);if(null!=s)return s;if(!0===a.isPropagationStopped())return}if(c)for(var y=0;y<i.length;y++){var p=h(i[y],n[y],l);if(null!=p)return p;if(!0===a.isPropagationStopped())return}else{var u=i[0],k=n[0];if(t.target===k)return h(u,k,l)}}}(d,e,c),null!=h&&(function(e,t){var a=Aa,r=a.id,i=a.node,n=t.id,o=t.node,l=Pa(n),c=l.onResponderGrant,h=l.onResponderReject;if(e.bubbles=!1,e.cancelable=!1,e.currentTarget=o,null==r)null!=c&&(e.currentTarget=o,e.dispatchConfig.registrationName="onResponderGrant",c(e)),qa(t);else{var d=Pa(r),s=d.onResponderTerminate,y=d.onResponderTerminationRequest,p=!0;null!=y&&(e.currentTarget=i,e.dispatchConfig.registrationName="onResponderTerminationRequest",!1===y(e)&&(p=!1)),p?(null!=s&&(e.currentTarget=i,e.dispatchConfig.registrationName="onResponderTerminate",s(e)),null!=c&&(e.currentTarget=o,e.dispatchConfig.registrationName="onResponderGrant",c(e)),qa(t)):null!=h&&(e.currentTarget=o,e.dispatchConfig.registrationName="onResponderReject",h(e))}}(c,h),s=!0))}if(null!=Aa.id&&null!=Aa.node){var m=Aa,g=m.id,v=m.node,f=Pa(g),M=f.onResponderStart,x=f.onResponderMove,w=f.onResponderEnd,C=f.onResponderRelease,L=f.onResponderTerminate,b=f.onResponderTerminationRequest;if(c.bubbles=!1,c.cancelable=!1,c.currentTarget=v,r)null!=M&&(c.dispatchConfig.registrationName="onResponderStart",M(c));else if(i)null!=x&&(c.dispatchConfig.registrationName="onResponderMove",x(c));else{var S=sa(t)||"contextmenu"===t||"blur"===t&&a===window||"blur"===t&&a.contains(v)&&e.relatedTarget!==v||o&&0===_a||o&&a.contains(v)&&a!==v||l&&function(e){return"selectionchange"===e.type?(a=(t=window.getSelection()).toString(),r=t.anchorNode,i=t.focusNode,n=r&&r.nodeType===window.Node.TEXT_NODE||i&&i.nodeType===window.Node.TEXT_NODE,a.length>=1&&"\n"!==a&&n):"select"===e.type;var t,a,r,i,n}(e),I=n&&!S&&!function(e,t){if(!t||0===t.length)return!1;for(var a=0;a<t.length;a++){var r=t[a].target;if(null!=r&&e.contains(r))return!0}return!1}(v,e.touches);if(n&&null!=w&&(c.dispatchConfig.registrationName="onResponderEnd",w(c)),I&&(null!=C&&(c.dispatchConfig.registrationName="onResponderRelease",C(c)),qa(ba)),S){var _=!0;"contextmenu"!==t&&"scroll"!==t&&"selectionchange"!==t||(s?_=!1:null!=b&&(c.dispatchConfig.registrationName="onResponderTerminationRequest",!1===b(c)&&(_=!1))),_&&(null!=L&&(c.dispatchConfig.registrationName="onResponderTerminate",L(c)),qa(ba),Ia=!1,_a=0)}}}}}var za=["blur","scroll"],Ha=["mousedown","mousemove","mouseup","dragstart","touchstart","touchmove","touchend","touchcancel","contextmenu","select","selectionchange"];function Va(e){Aa.id===e&&function(){var e=Aa,t=e.id,a=e.node;if(null!=t&&null!=a){var r=Pa(t).onResponderTerminate;if(null!=r){var i=Yt({},Ra);i.currentTarget=a,r(i)}qa(ba)}Ia=!1,_a=0}(),Sa.has(e)&&Sa.delete(e)}var Ba={},Da=0;function Ea(e,t){void 0===t&&(t=Ba);var r,i,n=(r=()=>Da++,null==(i=a.useRef(null)).current&&(i.current=r()),i.current),o=a.useRef(!1);a.useEffect((()=>(f&&null==window.__reactResponderSystemActive&&(window.addEventListener("blur",Ta),Ha.forEach((e=>{document.addEventListener(e,Ta)})),za.forEach((e=>{document.addEventListener(e,Ta,!0)})),window.__reactResponderSystemActive=!0),()=>{Va(n)})),[n]),a.useEffect((()=>{var a=t,r=a.onMoveShouldSetResponder,i=a.onMoveShouldSetResponderCapture,l=a.onScrollShouldSetResponder,c=a.onScrollShouldSetResponderCapture,h=a.onSelectionChangeShouldSetResponder,d=a.onSelectionChangeShouldSetResponderCapture,s=a.onStartShouldSetResponder,y=a.onStartShouldSetResponderCapture,p=null!=r||null!=i||null!=l||null!=c||null!=h||null!=d||null!=s||null!=y,u=e.current;p?(function(e,t,a){!function(e,t){null!=e&&(e[ya]=t)}(t,e),Sa.set(e,a)}(n,u,t),o.current=!0):o.current&&(Va(n),o.current=!1)}),[t,e,n]),a.useDebugValue({isResponder:e.current===Aa.node}),a.useDebugValue(t)}const Fa=(0,a.createContext)(!1);var ja=["hrefAttrs","onLayout","onMoveShouldSetResponder","onMoveShouldSetResponderCapture","onResponderEnd","onResponderGrant","onResponderMove","onResponderReject","onResponderRelease","onResponderStart","onResponderTerminate","onResponderTerminationRequest","onScrollShouldSetResponder","onScrollShouldSetResponderCapture","onSelectionChangeShouldSetResponder","onSelectionChangeShouldSetResponderCapture","onStartShouldSetResponder","onStartShouldSetResponderCapture"],Oa=Object.assign({},vt,ft,Mt,xt,wt,Ct,Lt,bt,{href:!0,lang:!0,onScroll:!0,onWheel:!0,pointerEvents:!0}),Ua=a.forwardRef(((e,t)=>{var r=e.hrefAttrs,i=e.onLayout,n=e.onMoveShouldSetResponder,o=e.onMoveShouldSetResponderCapture,l=e.onResponderEnd,c=e.onResponderGrant,h=e.onResponderMove,s=e.onResponderReject,y=e.onResponderRelease,p=e.onResponderStart,u=e.onResponderTerminate,k=e.onResponderTerminationRequest,m=e.onScrollShouldSetResponder,g=e.onScrollShouldSetResponderCapture,v=e.onSelectionChangeShouldSetResponder,f=e.onSelectionChangeShouldSetResponderCapture,M=e.onStartShouldSetResponder,x=e.onStartShouldSetResponderCapture,w=d(e,ja),C=a.useContext(Fa),L=a.useRef(null),b=mt().direction;jt(L,i),Ea(L,{onMoveShouldSetResponder:n,onMoveShouldSetResponderCapture:o,onResponderEnd:l,onResponderGrant:c,onResponderMove:h,onResponderReject:s,onResponderRelease:y,onResponderStart:p,onResponderTerminate:u,onResponderTerminationRequest:k,onScrollShouldSetResponder:m,onScrollShouldSetResponderCapture:g,onSelectionChangeShouldSetResponder:v,onSelectionChangeShouldSetResponderCapture:f,onStartShouldSetResponder:M,onStartShouldSetResponderCapture:x});var S="div",I=null!=e.lang?ut(e.lang):null,_=e.dir||I,A=_||b,R=(e=>St(e,Oa))(w);if(R.dir=_,R.style=[Na.view$raw,C&&Na.inline,e.style],null!=e.href&&(S="a",null!=r)){var q=r.download,P=r.rel,T=r.target;null!=q&&(R.download=q),null!=P&&(R.rel=P),"string"==typeof T&&(R.target="_"!==T.charAt(0)?"_"+T:T)}var z=Ut(L,Wt(R),t);return R.ref=z,gt(S,R,{writingDirection:A})}));Ua.displayName="View";var Na=Xe.create({view$raw:{alignItems:"stretch",backgroundColor:"transparent",border:"0 solid black",boxSizing:"border-box",display:"flex",flexBasis:"auto",flexDirection:"column",flexShrink:0,listStyle:"none",margin:0,minHeight:0,minWidth:0,padding:0,position:"relative",textDecoration:"none",zIndex:0},inline:{display:"inline-flex"}});const Wa=Ua,Za=(e,t=!1)=>r=>{const i=(e=>{const t=(e=>(0,a.useCallback)(((t={})=>{if(!e.fetcher){const a=new Headers(t.headers);return a.set("x-api-key",e.apiKey),a.set("Authorization",`Bearer ${e.userToken}`),{...t,headers:a}}}),[e.apiKey,e.userToken,e.fetcher]))(e);return(0,a.useCallback)((async a=>{try{if(e.fetcher)return await e.fetcher(a,t());const r=await fetch(a,t());console.log("response",r);const i=await r.json();return console.log("json",i),"fail"===i.status?{status:"fail",data:null,error:i.message||"API returned non-success status"}:i}catch(e){return{status:"error",data:null,error:e instanceof Error?e.message:"An unknown error occurred"}}}),[t,e.fetcher])})(r);return(0,a.useCallback)((a=>{const n=new URLSearchParams;t&&n.append("hydrate","true"),n.append("locale",r.locale||"en");const o=n.toString();return i(`https://api.staging.core.wlloyalty.net/v1/tiles-management/${e}/${a}${o?`?${o}`:""}`)}),[i])},Ga=Za("groups",!0),Xa=Za("sections"),Ka=Za("tiles"),Ya={borderRadiusSm:15,borderRadiusLg:20,borderRadiusButton:9,borderRadiusRounded:9999,sm:6,md:10,lg:16},Ja={background:"#F0F0F0",text:"#000000",primary:"#392ed7",accent:"#ff6a3d",surface:"#f8f7fc",surfaceText:"#000000",pageButtonBackground:"#392ed7",pageButtonText:"#ffffff",errorPrimary:"#000000",positive:"#008000",negative:"#ff0000"};var $a=r(520),Qa=r.n($a);const er=e=>{const t=Qa()(e);return t.isDark()?t.lighten(.2).string():t.darken(.2).string()},tr=e=>{const t=Qa()(e),a=Qa()("#fff"),r=Qa()("#000");return t.contrast(a)>=2?a.hex():r.hex()},ar=[5,10,20,30,40,50,60,70,80,90,95],rr=(e,t)=>{const a=Qa()(e),r={};return ar.forEach((e=>{const i=t(a,e);r[e]=i.toString()})),r},ir=e=>{const t=Qa()(e).isDark();return rr(e,((e,a)=>t?e.lightness(a):e.lightness(100-a)))},nr=e=>rr(e,((e,t)=>e.alpha(t/100))),or=(e,t)=>"SPECIFIC"===e&&0===t,lr=e=>Qa()(e).desaturate(1).toString(),cr=(e={})=>{const t={...Ja,...e},{background:a,primary:r,accent:i,positive:n,negative:o,surfaceText:l,surface:c,text:h}=t;return{...t,sizes:Ya,derivedBackground:er(a),primaryText:tr(r),accentText:tr(i),positiveText:tr(n),negativeText:tr(o),derivedSurface:ir(c),derivedSurfaceText:ir(l),alphaDerivedPrimary:nr(r),alphaDerivedText:nr(h)}},hr=n().createContext(void 0),dr=({children:e,theme:t,config:a})=>{const[r,i]=n().useState((()=>cr(t||{}))),o=n().useCallback((e=>{i((t=>cr({...t,...e})))}),[]),l=Ga(a),c=Xa(a),h=Ka(a),d=n().useMemo((()=>({theme:r,setTheme:o,getGroupByID:l,getSectionByID:c,getTileByID:h})),[r,o,l,c,h]);return n().createElement(hr.Provider,{value:d},e)},sr=()=>{const e=n().useContext(hr);if(void 0===e)throw new Error("useWllSdk must be used within a WllSdkProvider");return e},yr=a.createContext(null),pr=()=>{const e=a.useContext(yr);if(!e)throw new Error("Tile components must be used within a BaseTile");return e},ur=Xe.create({container:{width:"100%",maxWidth:1080,flexDirection:"row",alignItems:"center",justifyContent:"space-between",overflow:"hidden"}}),kr=({tile:e,children:t})=>{const{theme:r}=sr();return a.createElement(yr.Provider,{value:e},a.createElement(Wa,{style:[ur.container,{backgroundColor:r.surface,borderRadius:r.sizes.borderRadiusLg}]},t))};let mr=function(e){return e.sameWindow="SAME_WINDOW",e.newWindow="NEW_WINDOW",e}({}),gr=function(e){return e.currentTier="CURRENT",e.specificTier="SPECIFIC",e}({}),vr=function(e){return e.Name="NAME",e.Points="POINTS",e}({}),fr=function(e){return e.Banner="BANNER",e.Points="POINTS",e.Content="CONTENT",e.Reward="REWARD",e.Badge="BADGE",e.RewardCategory="REWARD_CATEGORY",e.Tier="TIER",e}({}),Mr=function(e){return e.Half="HALF",e.Full="FULL",e}({});class xr{constructor(){this.artworkUrl=void 0,this.title=void 0,this.description=void 0,this.ctaText=void 0,this.ctaLink=void 0,this.ctaLinkTarget=void 0}}class wr{constructor(){this.title=void 0,this.multiplier=void 0,this.prefix=void 0,this.suffix=void 0,this.artworkUrl=void 0,this.points=void 0}}class Cr{constructor(){this.title=void 0,this.description=void 0,this.artworkUrl=void 0,this.linkURL=void 0}}class Lr{constructor(){this.rewardId="",this.showPrice=!1,this.showArtwork=void 0,this.showDetails=void 0,this.id="",this.createdAt="",this.updatedAt="",this.name="",this.pictureUrl="",this.value=0,this.price=0,this.priority=0,this.availability={start:"",end:""},this.purchasable=!1,this.tier=null,this.category={name:"",priority:0,type:"",id:"",createdAt:"",updatedAt:"",description:null,metadata:null,pictureUrl:""},this.discounts=[],this.summary=null,this.redemptionMessage=null,this.visibilityCriteria=null,this.type="VOUCHER",this.codeType="HUMAN",this.code=null,this.purchaseExpiration=null,this.hideCode=!1,this.notificationConfig=null,this.artworkUrl="",this.pointsMultiplier="",this.pointsPrefix=null,this.pointsSuffix=null}}let br=function(e){return e.Specific="SPECIFIC",e.Latest="LATEST_EARNED",e}({});class Sr{constructor(){this.type=br.Specific,this.badgeId="",this.internalName=void 0,this.priority=0,this.internalDescription=void 0,this.status=void 0,this.id="",this.createdAt="",this.updatedAt="",this.details=[],this.count=0}}class Ir{constructor(){this.showName=!0,this.rewardCategoryId="",this.artworkUrl="",this.name=""}}class _r{constructor(){this.progressType=vr.Name,this.pointsMultiplier=void 0,this.pointsPrefix=void 0,this.pointsSuffix=void 0,this.tier=void 0,this.tierId=void 0,this.targetTier=void 0,this.type=void 0,this.targetTierAttainingPeriod=void 0,this.title="",this.emptyDescription="",this.emptyArtworkUrl="",this.pointsToTierPrefix="",this.pointsToTierSuffix=""}}const Ar=e=>(0,a.useMemo)((()=>({isFullSize:e.tileHeight===Mr.Full,isHalfSize:e.tileHeight===Mr.Half})),[e.tileHeight]);var Rr=r(646),qr=r.n(Rr),Pr={window:{fontScale:1,height:0,scale:1,width:0},screen:{fontScale:1,height:0,scale:1,width:0}},Tr={},zr=f;function Hr(){if(f){var e,t,a=window;if(a.visualViewport){var r=a.visualViewport;e=Math.round(r.height*r.scale),t=Math.round(r.width*r.scale)}else{var i=a.document.documentElement;e=i.clientHeight,t=i.clientWidth}Pr.window={fontScale:1,height:e,scale:a.devicePixelRatio||1,width:t},Pr.screen={fontScale:1,height:a.screen.height,scale:a.devicePixelRatio||1,width:a.screen.width}}}function Vr(){Hr(),Array.isArray(Tr.change)&&Tr.change.forEach((e=>e(Pr)))}class Br{static get(e){return zr&&(zr=!1,Hr()),qr()(Pr[e],"No dimension set for key "+e),Pr[e]}static set(e){e&&(f?qr()(!1,"Dimensions cannot be set in the browser"):(null!=e.screen&&(Pr.screen=e.screen),null!=e.window&&(Pr.window=e.window)))}static addEventListener(e,t){return Tr[e]=Tr[e]||[],Tr[e].push(t),{remove:()=>{this.removeEventListener(e,t)}}}static removeEventListener(e,t){Array.isArray(Tr[e])&&(Tr[e]=Tr[e].filter((e=>e!==t)))}}f&&(window.visualViewport?window.visualViewport.addEventListener("resize",Vr,!1):window.addEventListener("resize",Vr,!1));const Dr=e=>{const t=Br.get("window").width;return Object.entries(e).reduce(((e,[a,r])=>(Array.isArray(r)?e[a]=t>768?r[2]||r[1]||r[0]:t>767&&r[1]||r[0]:e[a]=r,e)),{})};function Er(){return Er=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var r in a)({}).hasOwnProperty.call(a,r)&&(e[r]=a[r])}return e},Er.apply(null,arguments)}const Fr=(0,a.createContext)(null),jr=()=>{const e=(0,a.useContext)(Fr);if(!e)throw new Error("Tile components must be used within a BaseTile");return e},Or=({tile:e,children:t})=>n().createElement(Fr.Provider,{value:e},n().createElement(Or.Root,null,t));Or.Root=({children:e,style:t})=>{const a=jr(),{theme:r}=sr(),{isHalfSize:i}=Ar(a),{artworkUrl:o}=a.configuration,l={flexDirection:"column",justifyContent:i?"center":"flex-start",alignItems:"stretch"},c=Dr({borderRadius:[r.sizes.borderRadiusSm,r.sizes.borderRadiusSm,r.sizes.borderRadiusLg]});return n().createElement(Wa,{style:[Ur.container,{backgroundColor:r.surface,borderRadius:c.borderRadius,aspectRatio:i?2:1},l,t]},e)},Or.Media=e=>{const t=jr(),{artworkUrl:a,title:r,description:i}=t.configuration,{isHalfSize:o}=Ar(t);if(!a)return null;const l=!!r,c=!!i;return n().createElement(JV,Er({},e,{source:{uri:a},style:[e.style,Ur.media,{flexBasis:!o&&l&&c?"50%":"100%",height:o?"100%":void 0}]}))},Or.Content=({children:e})=>{const t=jr(),{artworkUrl:a}=t.configuration,{isHalfSize:r}=Ar(t);return r&&a?null:n().createElement(Wa,{style:[Ur.content,r&&{justifyContent:"center",padding:16}]},e)},Or.Header=({children:e})=>{const t=jr(),{artworkUrl:a}=t.configuration,{isHalfSize:r}=Ar(t);if(r&&a)return null;const i=Dr({marginTop:[8,8,12]});return n().createElement(Wa,{style:[Ur.header,{marginTop:!r&&a?i.marginTop:void 0,textAlign:r&&"center"}],accessibilityRole:"header"},e)},Or.Title=()=>{const e=jr(),{theme:t}=sr(),{title:a,linkURL:r,artworkUrl:i}=e.configuration,{isHalfSize:o}=Ar(e);return o&&i||!a?null:n().createElement(n().Fragment,null,n().createElement(rB,{variant:"title",accessibilityLabel:a},a),r&&n().createElement(ZP,{name:"ChevronRight",color:t.derivedSurfaceText[20]}))},Or.Body=e=>{const t=jr(),{description:a,artworkUrl:r}=t.configuration,{isHalfSize:i}=Ar(t);return i&&r||!a?null:n().createElement(rB,Er({variant:"body"},e,{accessibilityLabel:a}),a)};const Ur=Xe.create({container:{width:"100%",height:"100%",overflow:"hidden",position:"relative"},content:{display:"flex"},media:{width:"100%",objectFit:"cover"},header:Dr({flexDirection:"row",alignItems:"center",justifyContent:"space-between",marginBottom:[4,4,8]})}),Nr=Or;var Wr=["hrefAttrs","numberOfLines","onClick","onLayout","onPress","onMoveShouldSetResponder","onMoveShouldSetResponderCapture","onResponderEnd","onResponderGrant","onResponderMove","onResponderReject","onResponderRelease","onResponderStart","onResponderTerminate","onResponderTerminationRequest","onScrollShouldSetResponder","onScrollShouldSetResponderCapture","onSelectionChangeShouldSetResponder","onSelectionChangeShouldSetResponderCapture","onStartShouldSetResponder","onStartShouldSetResponderCapture","selectable"],Zr=Object.assign({},vt,ft,Mt,xt,wt,Ct,Lt,bt,{href:!0,lang:!0,pointerEvents:!0}),Gr=a.forwardRef(((e,t)=>{var r=e.hrefAttrs,i=e.numberOfLines,n=e.onClick,o=e.onLayout,l=e.onPress,c=e.onMoveShouldSetResponder,h=e.onMoveShouldSetResponderCapture,s=e.onResponderEnd,y=e.onResponderGrant,p=e.onResponderMove,u=e.onResponderReject,k=e.onResponderRelease,m=e.onResponderStart,g=e.onResponderTerminate,v=e.onResponderTerminationRequest,f=e.onScrollShouldSetResponder,M=e.onScrollShouldSetResponderCapture,x=e.onSelectionChangeShouldSetResponder,w=e.onSelectionChangeShouldSetResponderCapture,C=e.onStartShouldSetResponder,L=e.onStartShouldSetResponderCapture,b=e.selectable,S=d(e,Wr),I=a.useContext(Fa),_=a.useRef(null),A=mt().direction;jt(_,o),Ea(_,{onMoveShouldSetResponder:c,onMoveShouldSetResponderCapture:h,onResponderEnd:s,onResponderGrant:y,onResponderMove:p,onResponderReject:u,onResponderRelease:k,onResponderStart:m,onResponderTerminate:g,onResponderTerminationRequest:v,onScrollShouldSetResponder:f,onScrollShouldSetResponderCapture:M,onSelectionChangeShouldSetResponder:x,onSelectionChangeShouldSetResponderCapture:w,onStartShouldSetResponder:C,onStartShouldSetResponderCapture:L});var R=a.useCallback((e=>{null!=n?n(e):null!=l&&(e.stopPropagation(),l(e))}),[n,l]),q=I?"span":"div",P=null!=e.lang?ut(e.lang):null,T=e.dir||P,z=T||A,H=(e=>St(e,Zr))(S);if(H.dir=T,I||(H.dir=null!=T?T:"auto"),(n||l)&&(H.onClick=R),H.style=[null!=i&&i>1&&{WebkitLineClamp:i},!0===I?Kr.textHasAncestor$raw:Kr.text$raw,1===i&&Kr.textOneLine,null!=i&&i>1&&Kr.textMultiLine,e.style,!0===b&&Kr.selectable,!1===b&&Kr.notSelectable,l&&Kr.pressable],null!=e.href&&(q="a",null!=r)){var V=r.download,B=r.rel,D=r.target;null!=V&&(H.download=V),null!=B&&(H.rel=B),"string"==typeof D&&(H.target="_"!==D.charAt(0)?"_"+D:D)}var E=Ut(_,Wt(H),t);H.ref=E;var F=gt(q,H,{writingDirection:z});return I?F:a.createElement(Fa.Provider,{value:!0},F)}));Gr.displayName="Text";var Xr={backgroundColor:"transparent",border:"0 solid black",boxSizing:"border-box",color:"black",display:"inline",font:"14px System",listStyle:"none",margin:0,padding:0,position:"relative",textAlign:"start",textDecoration:"none",whiteSpace:"pre-wrap",wordWrap:"break-word"},Kr=Xe.create({text$raw:Xr,textHasAncestor$raw:h(h({},Xr),{},{color:"inherit",font:"inherit",textAlign:"inherit",whiteSpace:"inherit"}),textOneLine:{maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",wordWrap:"normal"},textMultiLine:{display:"-webkit-box",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",WebkitBoxOrient:"vertical"},notSelectable:{userSelect:"none"},selectable:{userSelect:"text"},pressable:{cursor:"pointer"}});const Yr=Gr;function Jr(){return Jr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var r in a)({}).hasOwnProperty.call(a,r)&&(e[r]=a[r])}return e},Jr.apply(null,arguments)}var $r="DELAY",Qr="ERROR",ei="LONG_PRESS_DETECTED",ti="NOT_RESPONDER",ai="RESPONDER_ACTIVE_LONG_PRESS_START",ri="RESPONDER_ACTIVE_PRESS_START",ii="RESPONDER_INACTIVE_PRESS_START",ni="RESPONDER_RELEASE",oi="RESPONDER_TERMINATED",li=Object.freeze({NOT_RESPONDER:{DELAY:Qr,RESPONDER_GRANT:ii,RESPONDER_RELEASE:Qr,RESPONDER_TERMINATED:Qr,LONG_PRESS_DETECTED:Qr},RESPONDER_INACTIVE_PRESS_START:{DELAY:ri,RESPONDER_GRANT:Qr,RESPONDER_RELEASE:ti,RESPONDER_TERMINATED:ti,LONG_PRESS_DETECTED:Qr},RESPONDER_ACTIVE_PRESS_START:{DELAY:Qr,RESPONDER_GRANT:Qr,RESPONDER_RELEASE:ti,RESPONDER_TERMINATED:ti,LONG_PRESS_DETECTED:ai},RESPONDER_ACTIVE_LONG_PRESS_START:{DELAY:Qr,RESPONDER_GRANT:Qr,RESPONDER_RELEASE:ti,RESPONDER_TERMINATED:ti,LONG_PRESS_DETECTED:ai},ERROR:{DELAY:ti,RESPONDER_GRANT:ii,RESPONDER_RELEASE:ti,RESPONDER_TERMINATED:ti,LONG_PRESS_DETECTED:ti}}),ci=e=>e.getAttribute("role"),hi=e=>e.tagName.toLowerCase(),di=e=>e===ri||e===ai,si=e=>"button"===ci(e),yi=e=>e===ii||e===ri||e===ai,pi=e=>{var t=e.key,a=e.target,r=" "===t||"Spacebar"===t,i="button"===hi(a)||si(a);return"Enter"===t||r&&i};class ui{constructor(e){this._eventHandlers=null,this._isPointerTouch=!1,this._longPressDelayTimeout=null,this._longPressDispatched=!1,this._pressDelayTimeout=null,this._pressOutDelayTimeout=null,this._touchState=ti,this._responderElement=null,this.configure(e)}configure(e){this._config=e}reset(){this._cancelLongPressDelayTimeout(),this._cancelPressDelayTimeout(),this._cancelPressOutDelayTimeout()}getEventHandlers(){return null==this._eventHandlers&&(this._eventHandlers=this._createEventHandlers()),this._eventHandlers}_createEventHandlers(){var e=(e,t)=>{e.persist(),this._cancelPressOutDelayTimeout(),this._longPressDispatched=!1,this._selectionTerminated=!1,this._touchState=ti,this._isPointerTouch="touchstart"===e.nativeEvent.type,this._receiveSignal("RESPONDER_GRANT",e);var a=ki(this._config.delayPressStart,0,50);!1!==t&&a>0?this._pressDelayTimeout=setTimeout((()=>{this._receiveSignal($r,e)}),a):this._receiveSignal($r,e);var r=ki(this._config.delayLongPress,10,450);this._longPressDelayTimeout=setTimeout((()=>{this._handleLongPress(e)}),r+a)},t=e=>{this._receiveSignal(ni,e)},a=e=>{var r=this._config.onPress,i=e.target;if(this._touchState!==ti&&pi(e)){t(e),document.removeEventListener("keyup",a);var n=i.getAttribute("role"),o=hi(i),l="link"===n||"a"===o||"button"===o||"input"===o||"select"===o||"textarea"===o,c=this._responderElement===i;null!=r&&!l&&c&&r(e),this._responderElement=null}};return{onStartShouldSetResponder:e=>{var t=this._config.disabled;return t&&si(e.currentTarget)&&e.stopPropagation(),null==t||!t},onKeyDown:t=>{var r=this._config.disabled,i=t.key,n=t.target;if(!r&&pi(t)){this._touchState===ti&&(e(t,!1),this._responderElement=n,document.addEventListener("keyup",a));var o=" "===i||"Spacebar"===i,l=ci(n);o&&("button"===l||"menuitem"===l)&&"button"!==hi(n)&&t.preventDefault(),t.stopPropagation()}},onResponderGrant:t=>e(t),onResponderMove:e=>{null!=this._config.onPressMove&&this._config.onPressMove(e);var t=mi(e);if(null!=this._touchActivatePosition){var a=this._touchActivatePosition.pageX-t.pageX,r=this._touchActivatePosition.pageY-t.pageY;Math.hypot(a,r)>10&&this._cancelLongPressDelayTimeout()}},onResponderRelease:e=>t(e),onResponderTerminate:e=>{"selectionchange"===e.nativeEvent.type&&(this._selectionTerminated=!0),this._receiveSignal(oi,e)},onResponderTerminationRequest:e=>{var t=this._config,a=t.cancelable,r=t.disabled,i=t.onLongPress;return!(!r&&null!=i&&this._isPointerTouch&&"contextmenu"===e.nativeEvent.type)&&(null==a||a)},onClick:e=>{var t=this._config,a=t.disabled,r=t.onPress;a?si(e.currentTarget)&&e.stopPropagation():(e.stopPropagation(),this._longPressDispatched||this._selectionTerminated?e.preventDefault():null!=r&&!1===e.altKey&&r(e))},onContextMenu:e=>{var t=this._config,a=t.disabled,r=t.onLongPress;a?si(e.currentTarget)&&e.stopPropagation():null!=r&&this._isPointerTouch&&!e.defaultPrevented&&(e.preventDefault(),e.stopPropagation())}}}_receiveSignal(e,t){var a=this._touchState,r=null;null!=li[a]&&(r=li[a][e]),this._touchState===ti&&e===ni||(null==r||r===Qr?console.error("PressResponder: Invalid signal "+e+" for state "+a+" on responder"):a!==r&&(this._performTransitionSideEffects(a,r,e,t),this._touchState=r))}_performTransitionSideEffects(e,t,a,r){if((e=>e===oi||e===ni)(a)&&(setTimeout((()=>{this._isPointerTouch=!1}),0),this._touchActivatePosition=null,this._cancelLongPressDelayTimeout()),yi(e)&&a===ei){var i=this._config.onLongPress;null!=i&&null==r.nativeEvent.key&&(i(r),this._longPressDispatched=!0)}var n=di(e),o=di(t);if(!n&&o?this._activate(r):n&&!o&&this._deactivate(r),yi(e)&&a===ni){var l=this._config,c=l.onLongPress;null!=l.onPress&&(null!=c&&e===ai||o||n||(this._activate(r),this._deactivate(r)))}this._cancelPressDelayTimeout()}_activate(e){var t=this._config,a=t.onPressChange,r=t.onPressStart,i=mi(e);this._touchActivatePosition={pageX:i.pageX,pageY:i.pageY},null!=r&&r(e),null!=a&&a(!0)}_deactivate(e){var t=this._config,a=t.onPressChange,r=t.onPressEnd;function i(){null!=r&&r(e),null!=a&&a(!1)}var n=ki(this._config.delayPressEnd);n>0?this._pressOutDelayTimeout=setTimeout((()=>{i()}),n):i()}_handleLongPress(e){this._touchState!==ri&&this._touchState!==ai||this._receiveSignal(ei,e)}_cancelLongPressDelayTimeout(){null!=this._longPressDelayTimeout&&(clearTimeout(this._longPressDelayTimeout),this._longPressDelayTimeout=null)}_cancelPressDelayTimeout(){null!=this._pressDelayTimeout&&(clearTimeout(this._pressDelayTimeout),this._pressDelayTimeout=null)}_cancelPressOutDelayTimeout(){null!=this._pressOutDelayTimeout&&(clearTimeout(this._pressOutDelayTimeout),this._pressOutDelayTimeout=null)}}function ki(e,t,a){return void 0===t&&(t=0),void 0===a&&(a=0),Math.max(t,null!=e?e:a)}function mi(e){var t=e.nativeEvent,a=t.changedTouches,r=t.touches;return null!=r&&r.length>0?r[0]:null!=a&&a.length>0?a[0]:e.nativeEvent}var gi=["activeOpacity","delayPressIn","delayPressOut","delayLongPress","disabled","focusable","onLongPress","onPress","onPressIn","onPressOut","rejectResponderTermination","style"];function vi(e,t){var r=e.activeOpacity,i=e.delayPressIn,n=e.delayPressOut,o=e.delayLongPress,l=e.disabled,c=e.focusable,h=e.onLongPress,s=e.onPress,y=e.onPressIn,p=e.onPressOut,u=e.rejectResponderTermination,k=e.style,m=d(e,gi),g=Ut(t,(0,a.useRef)(null)),v=(0,a.useState)("0s"),f=v[0],M=v[1],x=(0,a.useState)(null),w=x[0],C=x[1],L=(0,a.useCallback)(((e,t)=>{C(e),M(t?t/1e3+"s":"0s")}),[C,M]),b=(0,a.useCallback)((e=>{L(null!=r?r:.2,e)}),[r,L]),S=(0,a.useCallback)((e=>{L(null,e)}),[L]),I=function(e,t){var r=(0,a.useRef)(null);null==r.current&&(r.current=new ui(t));var i=r.current;return(0,a.useEffect)((()=>{i.configure(t)}),[t,i]),(0,a.useEffect)((()=>()=>{i.reset()}),[i]),(0,a.useDebugValue)(t),i.getEventHandlers()}(0,(0,a.useMemo)((()=>({cancelable:!u,disabled:l,delayLongPress:o,delayPressStart:i,delayPressEnd:n,onLongPress:h,onPress:s,onPressStart(e){var t=null!=e.dispatchConfig?"onResponderGrant"===e.dispatchConfig.registrationName:"keydown"===e.type;b(t?0:150),null!=y&&y(e)},onPressEnd(e){S(250),null!=p&&p(e)}})),[o,i,n,l,h,s,y,p,u,b,S]));return a.createElement(Wa,Jr({},m,I,{accessibilityDisabled:l,focusable:!l&&!1!==c,pointerEvents:l?"box-none":void 0,ref:g,style:[fi.root,!l&&fi.actionable,k,null!=w&&{opacity:w},{transitionDuration:f}]}))}var fi=Xe.create({root:{transitionProperty:"opacity",transitionDuration:"0.15s",userSelect:"none"},actionable:{cursor:"pointer",touchAction:"manipulation"}}),Mi=a.memo(a.forwardRef(vi));Mi.displayName="TouchableOpacity";const xi=Mi;function wi(e,t){return(a,r)=>{const i=t(a);return[e,i[r]]}}const Ci=Xe.create({button:Dr({justifyContent:"center",alignItems:"center",paddingHorizontal:[12,12,24],paddingVertical:[12,12,12],alignSelf:"flex-start"}),text:Dr({textAlign:"center",textTransform:"uppercase",fontSize:[12,12,18]})}),Li=wi(Ci.button,(e=>({primary:{backgroundColor:e.primary},accent:{backgroundColor:e.accent},positive:{backgroundColor:e.positive},negative:{backgroundColor:e.negative}}))),bi=wi(Ci.text,(e=>({primary:{color:e.primaryText},accent:{color:e.accentText},positive:{color:e.positiveText},negative:{color:e.negativeText}}))),Si=({title:e,onPress:t,variant:r})=>{const{theme:i}=sr(),n=Li(i,r),o=bi(i,r);return a.createElement(xi,{style:[n,{borderRadius:i.sizes.borderRadiusButton}],onPress:t},a.createElement(Yr,{style:[o,{fontWeight:"700"}]},e))},Ii={start:"flex-start",end:"flex-end",center:"center",between:"space-between",around:"space-around",evenly:"space-evenly"},_i={start:"flex-start",end:"flex-end",center:"center",stretch:"stretch"},Ai=Xe.create({column:{flex:1,...Dr({paddingHorizontal:[8,8,16],paddingBottom:[8,8,16]})}}),Ri=({children:e,justify:t="start",align:r="stretch",direction:i="column",style:n={}})=>a.createElement(Wa,{style:[Ai.column,{justifyContent:Ii[t],alignItems:_i[r],flexDirection:i},n]},e),qi=(...e)=>e.filter(((e,t,a)=>Boolean(e)&&a.indexOf(e)===t)).join(" ");var Pi={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};const Ti=(0,a.forwardRef)((({color:e="currentColor",size:t=24,strokeWidth:r=2,absoluteStrokeWidth:i,className:n="",children:o,iconNode:l,...c},h)=>(0,a.createElement)("svg",{ref:h,...Pi,width:t,height:t,stroke:e,strokeWidth:i?24*Number(r)/Number(t):r,className:qi("lucide",n),...c},[...l.map((([e,t])=>(0,a.createElement)(e,t))),...Array.isArray(o)?o:[o]]))),zi=(e,t)=>{const r=(0,a.forwardRef)((({className:r,...i},n)=>{return(0,a.createElement)(Ti,{ref:n,iconNode:t,className:qi(`lucide-${o=e,o.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,r),...i});var o}));return r.displayName=`${e}`,r},Hi=zi("AArrowDown",[["path",{d:"M3.5 13h6",key:"p1my2r"}],["path",{d:"m2 16 4.5-9 4.5 9",key:"ndf0b3"}],["path",{d:"M18 7v9",key:"pknjwm"}],["path",{d:"m14 12 4 4 4-4",key:"buelq4"}]]),Vi=zi("AArrowUp",[["path",{d:"M3.5 13h6",key:"p1my2r"}],["path",{d:"m2 16 4.5-9 4.5 9",key:"ndf0b3"}],["path",{d:"M18 16V7",key:"ty0viw"}],["path",{d:"m14 11 4-4 4 4",key:"1pu57t"}]]),Bi=zi("ALargeSmall",[["path",{d:"M21 14h-5",key:"1vh23k"}],["path",{d:"M16 16v-3.5a2.5 2.5 0 0 1 5 0V16",key:"1wh10o"}],["path",{d:"M4.5 13h6",key:"dfilno"}],["path",{d:"m3 16 4.5-9 4.5 9",key:"2dxa0e"}]]),Di=zi("Accessibility",[["circle",{cx:"16",cy:"4",r:"1",key:"1grugj"}],["path",{d:"m18 19 1-7-6 1",key:"r0i19z"}],["path",{d:"m5 8 3-3 5.5 3-2.36 3.5",key:"9ptxx2"}],["path",{d:"M4.24 14.5a5 5 0 0 0 6.88 6",key:"10kmtu"}],["path",{d:"M13.76 17.5a5 5 0 0 0-6.88-6",key:"2qq6rc"}]]),Ei=zi("Activity",[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]]),Fi=zi("AirVent",[["path",{d:"M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",key:"larmp2"}],["path",{d:"M6 8h12",key:"6g4wlu"}],["path",{d:"M18.3 17.7a2.5 2.5 0 0 1-3.16 3.83 2.53 2.53 0 0 1-1.14-2V12",key:"1bo8pg"}],["path",{d:"M6.6 15.6A2 2 0 1 0 10 17v-5",key:"t9h90c"}]]),ji=zi("Airplay",[["path",{d:"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1",key:"ns4c3b"}],["path",{d:"m12 15 5 6H7Z",key:"14qnn2"}]]),Oi=zi("AlarmClockCheck",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"m9 13 2 2 4-4",key:"6343dt"}]]),Ui=zi("AlarmClockMinus",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"M9 13h6",key:"1uhe8q"}]]),Ni=zi("AlarmClockOff",[["path",{d:"M6.87 6.87a8 8 0 1 0 11.26 11.26",key:"3on8tj"}],["path",{d:"M19.9 14.25a8 8 0 0 0-9.15-9.15",key:"15ghsc"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.26 18.67 4 21",key:"yzmioq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M4 4 2 6",key:"1ycko6"}]]),Wi=zi("AlarmClockPlus",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}]]),Zi=zi("AlarmClock",[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M12 9v4l2 2",key:"1c63tq"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}]]),Gi=zi("AlarmSmoke",[["path",{d:"M11 21c0-2.5 2-2.5 2-5",key:"1sicvv"}],["path",{d:"M16 21c0-2.5 2-2.5 2-5",key:"1o3eny"}],["path",{d:"m19 8-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8",key:"1bvca4"}],["path",{d:"M21 3a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1z",key:"x3qr1j"}],["path",{d:"M6 21c0-2.5 2-2.5 2-5",key:"i3w1gp"}]]),Xi=zi("Album",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["polyline",{points:"11 3 11 11 14 8 17 11 17 3",key:"1wcwz3"}]]),Ki=zi("AlignCenterHorizontal",[["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4",key:"11f1s0"}],["path",{d:"M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4",key:"t14dx9"}],["path",{d:"M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1",key:"1w07xs"}],["path",{d:"M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1",key:"1apec2"}]]),Yi=zi("AlignCenterVertical",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4",key:"14d6g8"}],["path",{d:"M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4",key:"1e2lrw"}],["path",{d:"M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1",key:"1fkdwx"}],["path",{d:"M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1",key:"1euafb"}]]),Ji=zi("AlignCenter",[["line",{x1:"21",x2:"3",y1:"6",y2:"6",key:"1fp77t"}],["line",{x1:"17",x2:"7",y1:"12",y2:"12",key:"rsh8ii"}],["line",{x1:"19",x2:"5",y1:"18",y2:"18",key:"1t0tuv"}]]),$i=zi("AlignEndHorizontal",[["rect",{width:"6",height:"16",x:"4",y:"2",rx:"2",key:"z5wdxg"}],["rect",{width:"6",height:"9",x:"14",y:"9",rx:"2",key:"um7a8w"}],["path",{d:"M22 22H2",key:"19qnx5"}]]),Qi=zi("AlignEndVertical",[["rect",{width:"16",height:"6",x:"2",y:"4",rx:"2",key:"10wcwx"}],["rect",{width:"9",height:"6",x:"9",y:"14",rx:"2",key:"4p5bwg"}],["path",{d:"M22 22V2",key:"12ipfv"}]]),en=zi("AlignHorizontalDistributeCenter",[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M17 22v-5",key:"4b6g73"}],["path",{d:"M17 7V2",key:"hnrr36"}],["path",{d:"M7 22v-3",key:"1r4jpn"}],["path",{d:"M7 5V2",key:"liy1u9"}]]),tn=zi("AlignHorizontalDistributeEnd",[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M10 2v20",key:"uyc634"}],["path",{d:"M20 2v20",key:"1tx262"}]]),an=zi("AlignHorizontalDistributeStart",[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M4 2v20",key:"gtpd5x"}],["path",{d:"M14 2v20",key:"tg6bpw"}]]),rn=zi("AlignHorizontalJustifyCenter",[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2",key:"dy24zr"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2",key:"13zkjt"}],["path",{d:"M12 2v20",key:"t6zp3m"}]]),nn=zi("AlignHorizontalJustifyEnd",[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2",key:"dy24zr"}],["rect",{width:"6",height:"10",x:"12",y:"7",rx:"2",key:"1ht384"}],["path",{d:"M22 2v20",key:"40qfg1"}]]),on=zi("AlignHorizontalJustifyStart",[["rect",{width:"6",height:"14",x:"6",y:"5",rx:"2",key:"hsirpf"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2",key:"13zkjt"}],["path",{d:"M2 2v20",key:"1ivd8o"}]]),ln=zi("AlignHorizontalSpaceAround",[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2",key:"yn7j0q"}],["path",{d:"M4 22V2",key:"tsjzd3"}],["path",{d:"M20 22V2",key:"1bnhr8"}]]),cn=zi("AlignHorizontalSpaceBetween",[["rect",{width:"6",height:"14",x:"3",y:"5",rx:"2",key:"j77dae"}],["rect",{width:"6",height:"10",x:"15",y:"7",rx:"2",key:"bq30hj"}],["path",{d:"M3 2v20",key:"1d2pfg"}],["path",{d:"M21 2v20",key:"p059bm"}]]),hn=zi("AlignJustify",[["line",{x1:"3",x2:"21",y1:"6",y2:"6",key:"4m8b97"}],["line",{x1:"3",x2:"21",y1:"12",y2:"12",key:"10d38w"}],["line",{x1:"3",x2:"21",y1:"18",y2:"18",key:"kwyyxn"}]]),dn=zi("AlignLeft",[["line",{x1:"21",x2:"3",y1:"6",y2:"6",key:"1fp77t"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12",key:"v6grx8"}],["line",{x1:"17",x2:"3",y1:"18",y2:"18",key:"1awlsn"}]]),sn=zi("AlignRight",[["line",{x1:"21",x2:"3",y1:"6",y2:"6",key:"1fp77t"}],["line",{x1:"21",x2:"9",y1:"12",y2:"12",key:"1uyos4"}],["line",{x1:"21",x2:"7",y1:"18",y2:"18",key:"1g9eri"}]]),yn=zi("AlignStartHorizontal",[["rect",{width:"6",height:"16",x:"4",y:"6",rx:"2",key:"1n4dg1"}],["rect",{width:"6",height:"9",x:"14",y:"6",rx:"2",key:"17khns"}],["path",{d:"M22 2H2",key:"fhrpnj"}]]),pn=zi("AlignStartVertical",[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2",key:"lpm2y7"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2",key:"rdj6ps"}],["path",{d:"M2 2v20",key:"1ivd8o"}]]),un=zi("AlignVerticalDistributeCenter",[["path",{d:"M22 17h-3",key:"1lwga1"}],["path",{d:"M22 7h-5",key:"o2endc"}],["path",{d:"M5 17H2",key:"1gx9xc"}],["path",{d:"M7 7H2",key:"6bq26l"}],["rect",{x:"5",y:"14",width:"14",height:"6",rx:"2",key:"1qrzuf"}],["rect",{x:"7",y:"4",width:"10",height:"6",rx:"2",key:"we8e9z"}]]),kn=zi("AlignVerticalDistributeEnd",[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2",key:"jmoj9s"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2",key:"aza5on"}],["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"M2 10h20",key:"1ir3d8"}]]),mn=zi("AlignVerticalDistributeStart",[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2",key:"jmoj9s"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2",key:"aza5on"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M2 4h20",key:"mda7wb"}]]),gn=zi("AlignVerticalJustifyCenter",[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2",key:"1i8z2d"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2",key:"ypihtt"}],["path",{d:"M2 12h20",key:"9i4pu4"}]]),vn=zi("AlignVerticalJustifyEnd",[["rect",{width:"14",height:"6",x:"5",y:"12",rx:"2",key:"4l4tp2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2",key:"ypihtt"}],["path",{d:"M2 22h20",key:"272qi7"}]]),fn=zi("AlignVerticalJustifyStart",[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2",key:"1i8z2d"}],["rect",{width:"10",height:"6",x:"7",y:"6",rx:"2",key:"13squh"}],["path",{d:"M2 2h20",key:"1ennik"}]]),Mn=zi("AlignVerticalSpaceAround",[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2",key:"b1zbii"}],["path",{d:"M22 20H2",key:"1p1f7z"}],["path",{d:"M22 4H2",key:"1b7qnq"}]]),xn=zi("AlignVerticalSpaceBetween",[["rect",{width:"14",height:"6",x:"5",y:"15",rx:"2",key:"1w91an"}],["rect",{width:"10",height:"6",x:"7",y:"3",rx:"2",key:"17wqzy"}],["path",{d:"M2 21h20",key:"1nyx9w"}],["path",{d:"M2 3h20",key:"91anmk"}]]),wn=zi("Ambulance",[["path",{d:"M10 10H6",key:"1bsnug"}],["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2",key:"wrbu53"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14",key:"lrkjwd"}],["path",{d:"M8 8v4",key:"1fwk8c"}],["path",{d:"M9 18h6",key:"x1upvd"}],["circle",{cx:"17",cy:"18",r:"2",key:"332jqn"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]]),Cn=zi("Ampersand",[["path",{d:"M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13",key:"1o9ehi"}],["path",{d:"M16 12h3",key:"4uvgyw"}]]),Ln=zi("Ampersands",[["path",{d:"M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",key:"12lh1k"}],["path",{d:"M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",key:"173c68"}]]),bn=zi("Amphora",[["path",{d:"M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8",key:"1h8rid"}],["path",{d:"M10 5H8a2 2 0 0 0 0 4h.68",key:"3ezsi6"}],["path",{d:"M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8",key:"yt6q09"}],["path",{d:"M14 5h2a2 2 0 0 1 0 4h-.68",key:"8f95yk"}],["path",{d:"M18 22H6",key:"mg6kv4"}],["path",{d:"M9 2h6",key:"1jrp98"}]]),Sn=zi("Anchor",[["path",{d:"M12 22V8",key:"qkxhtm"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3",key:"1hv3nh"}],["circle",{cx:"12",cy:"5",r:"3",key:"rqqgnr"}]]),In=zi("Angry",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2",key:"epbg0q"}],["path",{d:"M7.5 8 10 9",key:"olxxln"}],["path",{d:"m14 9 2.5-1",key:"1j6cij"}],["path",{d:"M9 10h.01",key:"qbtxuw"}],["path",{d:"M15 10h.01",key:"1qmjsl"}]]),_n=zi("Annoyed",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 15h8",key:"45n4r"}],["path",{d:"M8 9h2",key:"1g203m"}],["path",{d:"M14 9h2",key:"116p9w"}]]),An=zi("Antenna",[["path",{d:"M2 12 7 2",key:"117k30"}],["path",{d:"m7 12 5-10",key:"1tvx22"}],["path",{d:"m12 12 5-10",key:"ev1o1a"}],["path",{d:"m17 12 5-10",key:"1e4ti3"}],["path",{d:"M4.5 7h15",key:"vlsxkz"}],["path",{d:"M12 16v6",key:"c8a4gj"}]]),Rn=zi("Anvil",[["path",{d:"M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4",key:"1hjpb6"}],["path",{d:"M7 5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1 7 7 0 0 1-7 7H8a1 1 0 0 1-1-1z",key:"1qn45f"}],["path",{d:"M9 12v5",key:"3anwtq"}],["path",{d:"M15 12v5",key:"5xh3zn"}],["path",{d:"M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3 1 1 0 0 1-1 1H6a1 1 0 0 1-1-1",key:"1fi4x8"}]]),qn=zi("Aperture",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14.31 8 5.74 9.94",key:"1y6ab4"}],["path",{d:"M9.69 8h11.48",key:"1wxppr"}],["path",{d:"m7.38 12 5.74-9.94",key:"1grp0k"}],["path",{d:"M9.69 16 3.95 6.06",key:"libnyf"}],["path",{d:"M14.31 16H2.83",key:"x5fava"}],["path",{d:"m16.62 12-5.74 9.94",key:"1vwawt"}]]),Pn=zi("AppWindowMac",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M10 8h.01",key:"1r9ogq"}],["path",{d:"M14 8h.01",key:"1primd"}]]),Tn=zi("AppWindow",[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",key:"izxlao"}],["path",{d:"M10 4v4",key:"pp8u80"}],["path",{d:"M2 8h20",key:"d11cs7"}],["path",{d:"M6 4v4",key:"1svtjw"}]]),zn=zi("Apple",[["path",{d:"M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z",key:"3s7exb"}],["path",{d:"M10 2c1 .5 2 2 2 5",key:"fcco2y"}]]),Hn=zi("ArchiveRestore",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h2",key:"tvwodi"}],["path",{d:"M20 8v11a2 2 0 0 1-2 2h-2",key:"1gkqxj"}],["path",{d:"m9 15 3-3 3 3",key:"1pd0qc"}],["path",{d:"M12 12v9",key:"192myk"}]]),Vn=zi("ArchiveX",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"m9.5 17 5-5",key:"nakeu6"}],["path",{d:"m9.5 12 5 5",key:"1hccrj"}]]),Bn=zi("Archive",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"M10 12h4",key:"a56b0p"}]]),Dn=zi("Armchair",[["path",{d:"M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3",key:"irtipd"}],["path",{d:"M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",key:"1qyhux"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]]),En=zi("ArrowBigDownDash",[["path",{d:"M15 5H9",key:"1tp3ed"}],["path",{d:"M15 9v3h4l-7 7-7-7h4V9z",key:"ncdc4b"}]]),Fn=zi("ArrowBigDown",[["path",{d:"M15 6v6h4l-7 7-7-7h4V6h6z",key:"1thax2"}]]),jn=zi("ArrowBigLeftDash",[["path",{d:"M19 15V9",key:"1hci5f"}],["path",{d:"M15 15h-3v4l-7-7 7-7v4h3v6z",key:"16tjna"}]]),On=zi("ArrowBigLeft",[["path",{d:"M18 15h-6v4l-7-7 7-7v4h6v6z",key:"lbrdak"}]]),Un=zi("ArrowBigRightDash",[["path",{d:"M5 9v6",key:"158jrl"}],["path",{d:"M9 9h3V5l7 7-7 7v-4H9V9z",key:"1sg2xn"}]]),Nn=zi("ArrowBigRight",[["path",{d:"M6 9h6V5l7 7-7 7v-4H6V9z",key:"7fvt9c"}]]),Wn=zi("ArrowBigUpDash",[["path",{d:"M9 19h6",key:"456am0"}],["path",{d:"M9 15v-3H5l7-7 7 7h-4v3H9z",key:"1r2uve"}]]),Zn=zi("ArrowBigUp",[["path",{d:"M9 18v-6H5l7-7 7 7h-4v6H9z",key:"1x06kx"}]]),Gn=zi("ArrowDown01",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2",key:"1bwicg"}],["path",{d:"M17 20v-6h-2",key:"1qp1so"}],["path",{d:"M15 20h4",key:"1j968p"}]]),Xn=zi("ArrowDown10",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M17 10V4h-2",key:"zcsr5x"}],["path",{d:"M15 10h4",key:"id2lce"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2",key:"33xykx"}]]),Kn=zi("ArrowDownAZ",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]]),Yn=zi("ArrowDownFromLine",[["path",{d:"M19 3H5",key:"1236rx"}],["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m6 15 6 6 6-6",key:"h15q88"}]]),Jn=zi("ArrowDownLeft",[["path",{d:"M17 7 7 17",key:"15tmo1"}],["path",{d:"M17 17H7V7",key:"1org7z"}]]),$n=zi("ArrowDownNarrowWide",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M11 4h4",key:"6d7r33"}],["path",{d:"M11 8h7",key:"djye34"}],["path",{d:"M11 12h10",key:"1438ji"}]]),Qn=zi("ArrowDownRight",[["path",{d:"m7 7 10 10",key:"1fmybs"}],["path",{d:"M17 7v10H7",key:"6fjiku"}]]),eo=zi("ArrowDownToDot",[["path",{d:"M12 2v14",key:"jyx4ut"}],["path",{d:"m19 9-7 7-7-7",key:"1oe3oy"}],["circle",{cx:"12",cy:"21",r:"1",key:"o0uj5v"}]]),to=zi("ArrowDownToLine",[["path",{d:"M12 17V3",key:"1cwfxf"}],["path",{d:"m6 11 6 6 6-6",key:"12ii2o"}],["path",{d:"M19 21H5",key:"150jfl"}]]),ao=zi("ArrowDownUp",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"m21 8-4-4-4 4",key:"1c9v7m"}],["path",{d:"M17 4v16",key:"7dpous"}]]),ro=zi("ArrowDownWideNarrow",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M11 4h10",key:"1w87gc"}],["path",{d:"M11 8h7",key:"djye34"}],["path",{d:"M11 12h4",key:"q8tih4"}]]),io=zi("ArrowDownZA",[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M15 4h5l-5 6h5",key:"8asdl1"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20",key:"r6l5cz"}],["path",{d:"M20 18h-5",key:"18j1r2"}]]),no=zi("ArrowDown",[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]]),oo=zi("ArrowLeftFromLine",[["path",{d:"m9 6-6 6 6 6",key:"7v63n9"}],["path",{d:"M3 12h14",key:"13k4hi"}],["path",{d:"M21 19V5",key:"b4bplr"}]]),lo=zi("ArrowLeftRight",[["path",{d:"M8 3 4 7l4 4",key:"9rb6wj"}],["path",{d:"M4 7h16",key:"6tx8e3"}],["path",{d:"m16 21 4-4-4-4",key:"siv7j2"}],["path",{d:"M20 17H4",key:"h6l3hr"}]]),co=zi("ArrowLeftToLine",[["path",{d:"M3 19V5",key:"rwsyhb"}],["path",{d:"m13 6-6 6 6 6",key:"1yhaz7"}],["path",{d:"M7 12h14",key:"uoisry"}]]),ho=zi("ArrowLeft",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]),so=zi("ArrowRightFromLine",[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M21 12H7",key:"13ipq5"}],["path",{d:"m15 18 6-6-6-6",key:"6tx3qv"}]]),yo=zi("ArrowRightLeft",[["path",{d:"m16 3 4 4-4 4",key:"1x1c3m"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"m8 21-4-4 4-4",key:"h9nckh"}],["path",{d:"M4 17h16",key:"g4d7ey"}]]),po=zi("ArrowRightToLine",[["path",{d:"M17 12H3",key:"8awo09"}],["path",{d:"m11 18 6-6-6-6",key:"8c2y43"}],["path",{d:"M21 5v14",key:"nzette"}]]),uo=zi("ArrowRight",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]),ko=zi("ArrowUp01",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2",key:"1bwicg"}],["path",{d:"M17 20v-6h-2",key:"1qp1so"}],["path",{d:"M15 20h4",key:"1j968p"}]]),mo=zi("ArrowUp10",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M17 10V4h-2",key:"zcsr5x"}],["path",{d:"M15 10h4",key:"id2lce"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2",key:"33xykx"}]]),go=zi("ArrowUpAZ",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]]),vo=zi("ArrowUpDown",[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]]),fo=zi("ArrowUpFromDot",[["path",{d:"m5 9 7-7 7 7",key:"1hw5ic"}],["path",{d:"M12 16V2",key:"ywoabb"}],["circle",{cx:"12",cy:"21",r:"1",key:"o0uj5v"}]]),Mo=zi("ArrowUpFromLine",[["path",{d:"m18 9-6-6-6 6",key:"kcunyi"}],["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 21h14",key:"11awu3"}]]),xo=zi("ArrowUpLeft",[["path",{d:"M7 17V7h10",key:"11bw93"}],["path",{d:"M17 17 7 7",key:"2786uv"}]]),wo=zi("ArrowUpNarrowWide",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M11 12h4",key:"q8tih4"}],["path",{d:"M11 16h7",key:"uosisv"}],["path",{d:"M11 20h10",key:"jvxblo"}]]),Co=zi("ArrowUpRight",[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]]),Lo=zi("ArrowUpToLine",[["path",{d:"M5 3h14",key:"7usisc"}],["path",{d:"m18 13-6-6-6 6",key:"1kf1n9"}],["path",{d:"M12 7v14",key:"1akyts"}]]),bo=zi("ArrowUpWideNarrow",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 16h7",key:"uosisv"}],["path",{d:"M11 20h4",key:"1krc32"}]]),So=zi("ArrowUpZA",[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M15 4h5l-5 6h5",key:"8asdl1"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20",key:"r6l5cz"}],["path",{d:"M20 18h-5",key:"18j1r2"}]]),Io=zi("ArrowUp",[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]]),_o=zi("ArrowsUpFromLine",[["path",{d:"m4 6 3-3 3 3",key:"9aidw8"}],["path",{d:"M7 17V3",key:"19qxw1"}],["path",{d:"m14 6 3-3 3 3",key:"6iy689"}],["path",{d:"M17 17V3",key:"o0fmgi"}],["path",{d:"M4 21h16",key:"1h09gz"}]]),Ao=zi("Asterisk",[["path",{d:"M12 6v12",key:"1vza4d"}],["path",{d:"M17.196 9 6.804 15",key:"1ah31z"}],["path",{d:"m6.804 9 10.392 6",key:"1b6pxd"}]]),Ro=zi("AtSign",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8",key:"7n84p3"}]]),qo=zi("Atom",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z",key:"1l2ple"}],["path",{d:"M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z",key:"1wam0m"}]]),Po=zi("AudioLines",[["path",{d:"M2 10v3",key:"1fnikh"}],["path",{d:"M6 6v11",key:"11sgs0"}],["path",{d:"M10 3v18",key:"yhl04a"}],["path",{d:"M14 8v7",key:"3a1oy3"}],["path",{d:"M18 5v13",key:"123xd1"}],["path",{d:"M22 10v3",key:"154ddg"}]]),To=zi("AudioWaveform",[["path",{d:"M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2",key:"57tc96"}]]),zo=zi("Award",[["path",{d:"m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526",key:"1yiouv"}],["circle",{cx:"12",cy:"8",r:"6",key:"1vp47v"}]]),Ho=zi("Axe",[["path",{d:"m14 12-8.5 8.5a2.12 2.12 0 1 1-3-3L11 9",key:"csbz4o"}],["path",{d:"M15 13 9 7l4-4 6 6h3a8 8 0 0 1-7 7z",key:"113wfo"}]]),Vo=zi("Axis3d",[["path",{d:"M4 4v16h16",key:"1s015l"}],["path",{d:"m4 20 7-7",key:"17qe9y"}]]),Bo=zi("Baby",[["path",{d:"M9 12h.01",key:"157uk2"}],["path",{d:"M15 12h.01",key:"1k8ypt"}],["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5",key:"1u7htd"}],["path",{d:"M19 6.3a9 9 0 0 1 1.8 3.9 2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1",key:"5yv0yz"}]]),Do=zi("Backpack",[["path",{d:"M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z",key:"wvr1b5"}],["path",{d:"M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2",key:"donm21"}],["path",{d:"M8 21v-5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v5",key:"xk3gvk"}],["path",{d:"M8 10h8",key:"c7uz4u"}],["path",{d:"M8 18h8",key:"1no2b1"}]]),Eo=zi("BadgeAlert",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]),Fo=zi("BadgeCent",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M15.4 10a4 4 0 1 0 0 4",key:"2eqtx8"}]]),jo=zi("BadgeCheck",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]),Oo=zi("BadgeDollarSign",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 18V6",key:"zqpxq5"}]]),Uo=zi("BadgeEuro",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M7 12h5",key:"gblrwe"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2",key:"1makmb"}]]),No=zi("BadgeHelp",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["line",{x1:"12",x2:"12.01",y1:"17",y2:"17",key:"io3f8k"}]]),Wo=zi("BadgeIndianRupee",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M8 8h8",key:"1bis0t"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m13 17-5-1h1a4 4 0 0 0 0-8",key:"nu2bwa"}]]),Zo=zi("BadgeInfo",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"16",y2:"12",key:"1y1yb1"}],["line",{x1:"12",x2:"12.01",y1:"8",y2:"8",key:"110wyk"}]]),Go=zi("BadgeJapaneseYen",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 8 3 3v7",key:"17yadx"}],["path",{d:"m12 11 3-3",key:"p4cfq1"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M9 16h6",key:"8wimt3"}]]),Xo=zi("BadgeMinus",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]),Ko=zi("BadgePercent",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]),Yo=zi("BadgePlus",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"8",y2:"16",key:"10p56q"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]),Jo=zi("BadgePoundSterling",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M8 12h4",key:"qz6y1c"}],["path",{d:"M10 16V9.5a2.5 2.5 0 0 1 5 0",key:"3mlbjk"}],["path",{d:"M8 16h7",key:"sbedsn"}]]),$o=zi("BadgeRussianRuble",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M9 16h5",key:"1syiyw"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9",key:"1ge9c1"}]]),Qo=zi("BadgeSwissFranc",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M11 17V8h4",key:"1bfq6y"}],["path",{d:"M11 12h3",key:"2eqnfz"}],["path",{d:"M9 16h4",key:"1skf3a"}]]),el=zi("BadgeX",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15",key:"f7djnv"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15",key:"1shsy8"}]]),tl=zi("Badge",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}]]),al=zi("BaggageClaim",[["path",{d:"M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2",key:"4irg2o"}],["path",{d:"M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10",key:"14fcyx"}],["rect",{width:"13",height:"8",x:"8",y:"6",rx:"1",key:"o6oiis"}],["circle",{cx:"18",cy:"20",r:"2",key:"t9985n"}],["circle",{cx:"9",cy:"20",r:"2",key:"e5v82j"}]]),rl=zi("Ban",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.9 4.9 14.2 14.2",key:"1m5liu"}]]),il=zi("Banana",[["path",{d:"M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5",key:"1cscit"}],["path",{d:"M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z",key:"1y1nbv"}]]),nl=zi("Bandage",[["path",{d:"M10 10.01h.01",key:"1e9xi7"}],["path",{d:"M10 14.01h.01",key:"ac23bv"}],["path",{d:"M14 10.01h.01",key:"2wfrvf"}],["path",{d:"M14 14.01h.01",key:"8tw8yn"}],["path",{d:"M18 6v11.5",key:"dkbidh"}],["path",{d:"M6 6v12",key:"vkc79e"}],["rect",{x:"2",y:"6",width:"20",height:"12",rx:"2",key:"1wpnh2"}]]),ol=zi("Banknote",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M6 12h.01M18 12h.01",key:"113zkx"}]]),ll=zi("Barcode",[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M8 5v14",key:"1ybrkv"}],["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"M17 5v14",key:"ycjyhj"}],["path",{d:"M21 5v14",key:"nzette"}]]),cl=zi("Baseline",[["path",{d:"M4 20h16",key:"14thso"}],["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}]]),hl=zi("Bath",[["path",{d:"M9 6 6.5 3.5a1.5 1.5 0 0 0-1-.5C4.683 3 4 3.683 4 4.5V17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5",key:"1r8yf5"}],["line",{x1:"10",x2:"8",y1:"5",y2:"7",key:"h5g8z4"}],["line",{x1:"2",x2:"22",y1:"12",y2:"12",key:"1dnqot"}],["line",{x1:"7",x2:"7",y1:"19",y2:"21",key:"16jp00"}],["line",{x1:"17",x2:"17",y1:"19",y2:"21",key:"1pxrnk"}]]),dl=zi("BatteryCharging",[["path",{d:"M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2",key:"1sdynx"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1",key:"1gkd3k"}],["path",{d:"m11 7-3 5h4l-3 5",key:"b4a64w"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}]]),sl=zi("BatteryFull",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13",key:"haxvl5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"13",key:"c6fn6x"}]]),yl=zi("BatteryLow",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}]]),pl=zi("BatteryMedium",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13",key:"haxvl5"}]]),ul=zi("BatteryWarning",[["path",{d:"M14 7h2a2 2 0 0 1 2 2v6c0 1-1 2-2 2h-2",key:"1if82c"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6c0 1 1 2 2 2h2",key:"2pdlyl"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"10",x2:"10",y1:"7",y2:"13",key:"1uzyus"}],["line",{x1:"10",x2:"10",y1:"17",y2:"17.01",key:"1y8k4g"}]]),kl=zi("Battery",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}]]),ml=zi("Beaker",[["path",{d:"M4.5 3h15",key:"c7n0jr"}],["path",{d:"M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3",key:"m1uhx7"}],["path",{d:"M6 14h12",key:"4cwo0f"}]]),gl=zi("BeanOff",[["path",{d:"M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1",key:"bq3udt"}],["path",{d:"M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66",key:"17ccse"}],["path",{d:"M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04",key:"18zqgq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),vl=zi("Bean",[["path",{d:"M10.165 6.598C9.954 7.478 9.64 8.36 9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22c7.732 0 14-6.268 14-14a6 6 0 0 0-11.835-1.402Z",key:"1tvzk7"}],["path",{d:"M5.341 10.62a4 4 0 1 0 5.279-5.28",key:"2cyri2"}]]),fl=zi("BedDouble",[["path",{d:"M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8",key:"1k78r4"}],["path",{d:"M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4",key:"fb3tl2"}],["path",{d:"M12 4v6",key:"1dcgq2"}],["path",{d:"M2 18h20",key:"ajqnye"}]]),Ml=zi("BedSingle",[["path",{d:"M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8",key:"1wm6mi"}],["path",{d:"M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4",key:"4k93s5"}],["path",{d:"M3 18h18",key:"1h113x"}]]),xl=zi("Bed",[["path",{d:"M2 4v16",key:"vw9hq8"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10",key:"1dgv2r"}],["path",{d:"M2 17h20",key:"18nfp3"}],["path",{d:"M6 8v9",key:"1yriud"}]]),wl=zi("Beef",[["circle",{cx:"12.5",cy:"8.5",r:"2.5",key:"9738u8"}],["path",{d:"M12.5 2a6.5 6.5 0 0 0-6.22 4.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3A6.5 6.5 0 0 0 12.5 2Z",key:"o0f6za"}],["path",{d:"m18.5 6 2.19 4.5a6.48 6.48 0 0 1 .31 2 6.49 6.49 0 0 1-2.6 5.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5",key:"k7p6i0"}]]),Cl=zi("BeerOff",[["path",{d:"M13 13v5",key:"igwfh0"}],["path",{d:"M17 11.47V8",key:"16yw0g"}],["path",{d:"M17 11h1a3 3 0 0 1 2.745 4.211",key:"1xbt65"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3",key:"c55o3e"}],["path",{d:"M7.536 7.535C6.766 7.649 6.154 8 5.5 8a2.5 2.5 0 0 1-1.768-4.268",key:"1ydug7"}],["path",{d:"M8.727 3.204C9.306 2.767 9.885 2 11 2c1.56 0 2 1.5 3 1.5s1.72-.5 2.5-.5a1 1 0 1 1 0 5c-.78 0-1.5-.5-2.5-.5a3.149 3.149 0 0 0-.842.12",key:"q81o7q"}],["path",{d:"M9 14.6V18",key:"20ek98"}]]),Ll=zi("Beer",[["path",{d:"M17 11h1a3 3 0 0 1 0 6h-1",key:"1yp76v"}],["path",{d:"M9 12v6",key:"1u1cab"}],["path",{d:"M13 12v6",key:"1sugkk"}],["path",{d:"M14 7.5c-1 0-1.44.5-3 .5s-2-.5-3-.5-1.72.5-2.5.5a2.5 2.5 0 0 1 0-5c.78 0 1.57.5 2.5.5S9.44 2 11 2s2 1.5 3 1.5 1.72-.5 2.5-.5a2.5 2.5 0 0 1 0 5c-.78 0-1.5-.5-2.5-.5Z",key:"1510fo"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8",key:"19jb7n"}]]),bl=zi("BellDot",[["path",{d:"M19.4 14.9C20.2 16.4 21 17 21 17H3s3-2 3-9c0-3.3 2.7-6 6-6 .7 0 1.3.1 1.9.3",key:"xcehk"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0",key:"qgo35s"}],["circle",{cx:"18",cy:"8",r:"3",key:"1g0gzu"}]]),Sl=zi("BellElectric",[["path",{d:"M18.8 4A6.3 8.7 0 0 1 20 9",key:"xve1fh"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["rect",{width:"10",height:"6",x:"4",y:"16",rx:"2",key:"17f3te"}],["path",{d:"M14 19c3 0 4.6-1.6 4.6-1.6",key:"n7odp6"}],["circle",{cx:"20",cy:"16",r:"2",key:"1v9bxh"}]]),Il=zi("BellMinus",[["path",{d:"M18.4 12c.8 3.8 2.6 5 2.6 5H3s3-2 3-9c0-3.3 2.7-6 6-6 1.8 0 3.4.8 4.5 2",key:"eck70s"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0",key:"qgo35s"}],["path",{d:"M15 8h6",key:"8ybuxh"}]]),_l=zi("BellOff",[["path",{d:"M8.7 3A6 6 0 0 1 18 8a21.3 21.3 0 0 0 .6 5",key:"o7mx20"}],["path",{d:"M17 17H3s3-2 3-9a4.67 4.67 0 0 1 .3-1.7",key:"16f1lm"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0",key:"qgo35s"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),Al=zi("BellPlus",[["path",{d:"M19.3 14.8C20.1 16.4 21 17 21 17H3s3-2 3-9c0-3.3 2.7-6 6-6 1 0 1.9.2 2.8.7",key:"guizqy"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0",key:"qgo35s"}],["path",{d:"M15 8h6",key:"8ybuxh"}],["path",{d:"M18 5v6",key:"g5ayrv"}]]),Rl=zi("BellRing",[["path",{d:"M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9",key:"1qo2s2"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0",key:"qgo35s"}],["path",{d:"M4 2C2.8 3.7 2 5.7 2 8",key:"tap9e0"}],["path",{d:"M22 8c0-2.3-.8-4.3-2-6",key:"5bb3ad"}]]),ql=zi("Bell",[["path",{d:"M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9",key:"1qo2s2"}],["path",{d:"M10.3 21a1.94 1.94 0 0 0 3.4 0",key:"qgo35s"}]]),Pl=zi("BetweenHorizontalEnd",[["rect",{width:"13",height:"7",x:"3",y:"3",rx:"1",key:"11xb64"}],["path",{d:"m22 15-3-3 3-3",key:"26chmm"}],["rect",{width:"13",height:"7",x:"3",y:"14",rx:"1",key:"k6ky7n"}]]),Tl=zi("BetweenHorizontalStart",[["rect",{width:"13",height:"7",x:"8",y:"3",rx:"1",key:"pkso9a"}],["path",{d:"m2 9 3 3-3 3",key:"1agib5"}],["rect",{width:"13",height:"7",x:"8",y:"14",rx:"1",key:"1q5fc1"}]]),zl=zi("BetweenVerticalEnd",[["rect",{width:"7",height:"13",x:"3",y:"3",rx:"1",key:"1fdu0f"}],["path",{d:"m9 22 3-3 3 3",key:"17z65a"}],["rect",{width:"7",height:"13",x:"14",y:"3",rx:"1",key:"1squn4"}]]),Hl=zi("BetweenVerticalStart",[["rect",{width:"7",height:"13",x:"3",y:"8",rx:"1",key:"1fjrkv"}],["path",{d:"m15 2-3 3-3-3",key:"1uh6eb"}],["rect",{width:"7",height:"13",x:"14",y:"8",rx:"1",key:"w3fjg8"}]]),Vl=zi("BicepsFlexed",[["path",{d:"M12.409 13.017A5 5 0 0 1 22 15c0 3.866-4 7-9 7-4.077 0-8.153-.82-10.371-2.462-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 0 1 3 3 2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1",key:"1pmlyh"}],["path",{d:"M15 14a5 5 0 0 0-7.584 2",key:"5rb254"}],["path",{d:"M9.964 6.825C8.019 7.977 9.5 13 8 15",key:"kbvsx9"}]]),Bl=zi("Bike",[["circle",{cx:"18.5",cy:"17.5",r:"3.5",key:"15x4ox"}],["circle",{cx:"5.5",cy:"17.5",r:"3.5",key:"1noe27"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["path",{d:"M12 17.5V14l-3-3 4-3 2 3h2",key:"1npguv"}]]),Dl=zi("Binary",[["rect",{x:"14",y:"14",width:"4",height:"6",rx:"2",key:"p02svl"}],["rect",{x:"6",y:"4",width:"4",height:"6",rx:"2",key:"xm4xkj"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M14 10h4",key:"ru81e7"}],["path",{d:"M6 14h2v6",key:"16z9wg"}],["path",{d:"M14 4h2v6",key:"1idq9u"}]]),El=zi("Binoculars",[["path",{d:"M10 10h4",key:"tcdvrf"}],["path",{d:"M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3",key:"3apit1"}],["path",{d:"M20 21a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2z",key:"rhpgnw"}],["path",{d:"M 22 16 L 2 16",key:"14lkq7"}],["path",{d:"M4 21a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2z",key:"104b3k"}],["path",{d:"M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3",key:"14fczp"}]]),Fl=zi("Biohazard",[["circle",{cx:"12",cy:"11.9",r:"2",key:"e8h31w"}],["path",{d:"M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6",key:"17bolr"}],["path",{d:"m8.9 10.1 1.4.8",key:"15ezny"}],["path",{d:"M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5",key:"wtwa5u"}],["path",{d:"m15.1 10.1-1.4.8",key:"1r0b28"}],["path",{d:"M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2",key:"m7qszh"}],["path",{d:"M12 13.9v1.6",key:"zfyyim"}],["path",{d:"M13.5 5.4c-1-.2-2-.2-3 0",key:"1bi9q0"}],["path",{d:"M17 16.4c.7-.7 1.2-1.6 1.5-2.5",key:"1rhjqw"}],["path",{d:"M5.5 13.9c.3.9.8 1.8 1.5 2.5",key:"8gsud3"}]]),jl=zi("Bird",[["path",{d:"M16 7h.01",key:"1kdx03"}],["path",{d:"M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20",key:"oj1oa8"}],["path",{d:"m20 7 2 .5-2 .5",key:"12nv4d"}],["path",{d:"M10 18v3",key:"1yea0a"}],["path",{d:"M14 17.75V21",key:"1pymcb"}],["path",{d:"M7 18a6 6 0 0 0 3.84-10.61",key:"1npnn0"}]]),Ol=zi("Bitcoin",[["path",{d:"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727",key:"yr8idg"}]]),Ul=zi("Blend",[["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["circle",{cx:"15",cy:"15",r:"7",key:"19ennj"}]]),Nl=zi("Blinds",[["path",{d:"M3 3h18",key:"o7r712"}],["path",{d:"M20 7H8",key:"gd2fo2"}],["path",{d:"M20 11H8",key:"1ynp89"}],["path",{d:"M10 19h10",key:"19hjk5"}],["path",{d:"M8 15h12",key:"1yqzne"}],["path",{d:"M4 3v14",key:"fggqzn"}],["circle",{cx:"4",cy:"19",r:"2",key:"p3m9r0"}]]),Wl=zi("Blocks",[["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["path",{d:"M10 21V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H3",key:"1fpvtg"}]]),Zl=zi("BluetoothConnected",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}],["line",{x1:"18",x2:"21",y1:"12",y2:"12",key:"1rsjjs"}],["line",{x1:"3",x2:"6",y1:"12",y2:"12",key:"11yl8c"}]]),Gl=zi("BluetoothOff",[["path",{d:"m17 17-5 5V12l-5 5",key:"v5aci6"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M14.5 9.5 17 7l-5-5v4.5",key:"1kddfz"}]]),Xl=zi("BluetoothSearching",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}],["path",{d:"M20.83 14.83a4 4 0 0 0 0-5.66",key:"k8tn1j"}],["path",{d:"M18 12h.01",key:"yjnet6"}]]),Kl=zi("Bluetooth",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}]]),Yl=zi("Bold",[["path",{d:"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8",key:"mg9rjx"}]]),Jl=zi("Bolt",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]]),$l=zi("Bomb",[["circle",{cx:"11",cy:"13",r:"9",key:"hd149"}],["path",{d:"M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95",key:"jp4j1b"}],["path",{d:"m22 2-1.5 1.5",key:"ay92ug"}]]),Ql=zi("Bone",[["path",{d:"M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z",key:"w610uw"}]]),ec=zi("BookA",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m8 13 4-7 4 7",key:"4rari8"}],["path",{d:"M9.1 11h5.7",key:"1gkovt"}]]),tc=zi("BookAudio",[["path",{d:"M12 6v7",key:"1f6ttz"}],["path",{d:"M16 8v3",key:"gejaml"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 8v3",key:"1qzp49"}]]),ac=zi("BookCheck",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 9.5 2 2 4-4",key:"1dth82"}]]),rc=zi("BookCopy",[["path",{d:"M2 16V4a2 2 0 0 1 2-2h11",key:"spzkk5"}],["path",{d:"M22 18H11a2 2 0 1 0 0 4h10.5a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5H11a2 2 0 0 0-2 2v12",key:"1wz07i"}],["path",{d:"M5 14H4a2 2 0 1 0 0 4h1",key:"16gqf9"}]]),ic=zi("BookDashed",[["path",{d:"M12 17h2",key:"13u4lk"}],["path",{d:"M12 22h2",key:"kn7ki6"}],["path",{d:"M12 2h2",key:"cvn524"}],["path",{d:"M18 22h1a1 1 0 0 0 1-1",key:"w6gbqz"}],["path",{d:"M18 2h1a1 1 0 0 1 1 1v1",key:"1vpra5"}],["path",{d:"M20 15v2h-2",key:"fph276"}],["path",{d:"M20 8v3",key:"deu0bs"}],["path",{d:"M4 11V9",key:"v3xsx8"}],["path",{d:"M4 19.5V15",key:"6gr39e"}],["path",{d:"M4 5v-.5A2.5 2.5 0 0 1 6.5 2H8",key:"wywhs9"}],["path",{d:"M8 22H6.5a1 1 0 0 1 0-5H8",key:"1cu73q"}]]),nc=zi("BookDown",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 10 3 3 3-3",key:"zt5b4y"}]]),oc=zi("BookHeadphones",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 12v-2a4 4 0 0 1 8 0v2",key:"1vsqkj"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}]]),lc=zi("BookHeart",[["path",{d:"M16 8.2A2.22 2.22 0 0 0 13.8 6c-.8 0-1.4.3-1.8.9-.4-.6-1-.9-1.8-.9A2.22 2.22 0 0 0 8 8.2c0 .6.3 1.2.7 1.6A226.652 226.652 0 0 0 12 13a404 404 0 0 0 3.3-3.1 2.413 2.413 0 0 0 .7-1.7",key:"1t75a8"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]),cc=zi("BookImage",[["path",{d:"m20 13.7-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17",key:"q6ojf0"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["circle",{cx:"10",cy:"8",r:"2",key:"2qkj4p"}]]),hc=zi("BookKey",[["path",{d:"m19 3 1 1",key:"ze14oc"}],["path",{d:"m20 2-4.5 4.5",key:"1sppr8"}],["path",{d:"M20 8v13a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"1ocbpn"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H14",key:"1gfsgw"}],["circle",{cx:"14",cy:"8",r:"2",key:"u49eql"}]]),dc=zi("BookLock",[["path",{d:"M18 6V4a2 2 0 1 0-4 0v2",key:"1aquzs"}],["path",{d:"M20 15v6a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"1rkj32"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10",key:"18wgow"}],["rect",{x:"12",y:"6",width:"8",height:"5",rx:"1",key:"73l30o"}]]),sc=zi("BookMarked",[["path",{d:"M10 2v8l3-3 3 3V2",key:"sqw3rj"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]),yc=zi("BookMinus",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]),pc=zi("BookOpenCheck",[["path",{d:"M8 3H2v15h7c1.7 0 3 1.3 3 3V7c0-2.2-1.8-4-4-4Z",key:"1i8u0n"}],["path",{d:"m16 12 2 2 4-4",key:"mdajum"}],["path",{d:"M22 6V3h-6c-2.2 0-4 1.8-4 4v14c0-1.7 1.3-3 3-3h7v-2.3",key:"jb5l51"}]]),uc=zi("BookOpenText",[["path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z",key:"vv98re"}],["path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z",key:"1cyq3y"}],["path",{d:"M6 8h2",key:"30oboj"}],["path",{d:"M6 12h2",key:"32wvfc"}],["path",{d:"M16 8h2",key:"msurwy"}],["path",{d:"M16 12h2",key:"7q9ll5"}]]),kc=zi("BookOpen",[["path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z",key:"vv98re"}],["path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z",key:"1cyq3y"}]]),mc=zi("BookPlus",[["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]),gc=zi("BookText",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 11h8",key:"vwpz6n"}],["path",{d:"M8 7h6",key:"1f0q6e"}]]),vc=zi("BookType",[["path",{d:"M10 13h4",key:"ytezjc"}],["path",{d:"M12 6v7",key:"1f6ttz"}],["path",{d:"M16 8V6H8v2",key:"x8j6u4"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]),fc=zi("BookUp2",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M18 2h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"161d7n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2",key:"1lorq7"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}],["path",{d:"m9 5 3-3 3 3",key:"l8vdw6"}]]),Mc=zi("BookUp",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}]]),xc=zi("BookUser",[["path",{d:"M15 13a3 3 0 1 0-6 0",key:"10j68g"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}]]),wc=zi("BookX",[["path",{d:"m14.5 7-5 5",key:"dy991v"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9.5 7 5 5",key:"s45iea"}]]),Cc=zi("Book",[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]]),Lc=zi("BookmarkCheck",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z",key:"169p4p"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}]]),bc=zi("BookmarkMinus",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10",key:"1gty7f"}]]),Sc=zi("BookmarkPlus",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}],["line",{x1:"12",x2:"12",y1:"7",y2:"13",key:"1cppfj"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10",key:"1gty7f"}]]),Ic=zi("BookmarkX",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z",key:"169p4p"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]]),_c=zi("Bookmark",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}]]),Ac=zi("BoomBox",[["path",{d:"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4",key:"vvzvr1"}],["path",{d:"M8 8v1",key:"xcqmfk"}],["path",{d:"M12 8v1",key:"1rj8u4"}],["path",{d:"M16 8v1",key:"1q12zr"}],["rect",{width:"20",height:"12",x:"2",y:"9",rx:"2",key:"igpb89"}],["circle",{cx:"8",cy:"15",r:"2",key:"fa4a8s"}],["circle",{cx:"16",cy:"15",r:"2",key:"14c3ya"}]]),Rc=zi("BotMessageSquare",[["path",{d:"M12 6V2H8",key:"1155em"}],["path",{d:"m8 18-4 4V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Z",key:"w2lp3e"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M9 11v2",key:"1ueba0"}],["path",{d:"M15 11v2",key:"i11awn"}],["path",{d:"M20 12h2",key:"1q8mjw"}]]),qc=zi("BotOff",[["path",{d:"M13.67 8H18a2 2 0 0 1 2 2v4.33",key:"7az073"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}],["path",{d:"M8 8H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 1.414-.586",key:"s09a7a"}],["path",{d:"M9 13v2",key:"rq6x2g"}],["path",{d:"M9.67 4H12v2.33",key:"110xot"}]]),Pc=zi("Bot",[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]]),Tc=zi("BoxSelect",[["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M21 14v1",key:"169vum"}]]),zc=zi("Box",[["path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z",key:"hh9hay"}],["path",{d:"m3.3 7 8.7 5 8.7-5",key:"g66t2b"}],["path",{d:"M12 22V12",key:"d0xqtd"}]]),Hc=zi("Boxes",[["path",{d:"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z",key:"lc1i9w"}],["path",{d:"m7 16.5-4.74-2.85",key:"1o9zyk"}],["path",{d:"m7 16.5 5-3",key:"va8pkn"}],["path",{d:"M7 16.5v5.17",key:"jnp8gn"}],["path",{d:"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z",key:"8zsnat"}],["path",{d:"m17 16.5-5-3",key:"8arw3v"}],["path",{d:"m17 16.5 4.74-2.85",key:"8rfmw"}],["path",{d:"M17 16.5v5.17",key:"k6z78m"}],["path",{d:"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z",key:"1xygjf"}],["path",{d:"M12 8 7.26 5.15",key:"1vbdud"}],["path",{d:"m12 8 4.74-2.85",key:"3rx089"}],["path",{d:"M12 13.5V8",key:"1io7kd"}]]),Vc=zi("Braces",[["path",{d:"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1",key:"ezmyqa"}],["path",{d:"M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1",key:"e1hn23"}]]),Bc=zi("Brackets",[["path",{d:"M16 3h3v18h-3",key:"1yor1f"}],["path",{d:"M8 21H5V3h3",key:"1qrfwo"}]]),Dc=zi("BrainCircuit",[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M9 13a4.5 4.5 0 0 0 3-4",key:"10igwf"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M12 13h4",key:"1ku699"}],["path",{d:"M12 18h6a2 2 0 0 1 2 2v1",key:"105ag5"}],["path",{d:"M12 8h8",key:"1lhi5i"}],["path",{d:"M16 8V5a2 2 0 0 1 2-2",key:"u6izg6"}],["circle",{cx:"16",cy:"13",r:".5",key:"ry7gng"}],["circle",{cx:"18",cy:"3",r:".5",key:"1aiba7"}],["circle",{cx:"20",cy:"21",r:".5",key:"yhc1fs"}],["circle",{cx:"20",cy:"8",r:".5",key:"1e43v0"}]]),Ec=zi("BrainCog",[["path",{d:"M12 5a3 3 0 1 0-5.997.142 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588 4 4 0 0 0 7.636 2.106 3.2 3.2 0 0 0 .164-.546c.028-.13.306-.13.335 0a3.2 3.2 0 0 0 .163.546 4 4 0 0 0 7.636-2.106 4 4 0 0 0 .556-6.588 4 4 0 0 0-2.526-5.77A3 3 0 1 0 12 5",key:"1kgmhc"}],["path",{d:"M17.599 6.5a3 3 0 0 0 .399-1.375",key:"tmeiqw"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M19.938 10.5a4 4 0 0 1 .585.396",key:"1qfode"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M19.967 17.484A4 4 0 0 1 18 18",key:"159ez6"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m15.7 10.4-.9.4",key:"ayzo6p"}],["path",{d:"m9.2 13.2-.9.4",key:"1uzb3g"}],["path",{d:"m13.6 15.7-.4-.9",key:"11ifqf"}],["path",{d:"m10.8 9.2-.4-.9",key:"1pmk2v"}],["path",{d:"m15.7 13.5-.9-.4",key:"7ng02m"}],["path",{d:"m9.2 10.9-.9-.4",key:"1x66zd"}],["path",{d:"m10.5 15.7.4-.9",key:"3js94g"}],["path",{d:"m13.1 9.2.4-.9",key:"18n7mc"}]]),Fc=zi("Brain",[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z",key:"ep3f8r"}],["path",{d:"M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4",key:"1p4c4q"}],["path",{d:"M17.599 6.5a3 3 0 0 0 .399-1.375",key:"tmeiqw"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M19.938 10.5a4 4 0 0 1 .585.396",key:"1qfode"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M19.967 17.484A4 4 0 0 1 18 18",key:"159ez6"}]]),jc=zi("BrickWall",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 9v6",key:"199k2o"}],["path",{d:"M16 15v6",key:"8rj2es"}],["path",{d:"M16 3v6",key:"1j6rpj"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M8 15v6",key:"1stoo3"}],["path",{d:"M8 3v6",key:"vlvjmk"}]]),Oc=zi("BriefcaseBusiness",[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M22 13a18.15 18.15 0 0 1-20 0",key:"12hx5q"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]),Uc=zi("BriefcaseMedical",[["path",{d:"M12 11v4",key:"a6ujw6"}],["path",{d:"M14 13h-4",key:"1pl8zg"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M18 6v14",key:"1mu4gy"}],["path",{d:"M6 6v14",key:"1s15cj"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]),Nc=zi("Briefcase",[["path",{d:"M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16",key:"jecpp"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]),Wc=zi("BringToFront",[["rect",{x:"8",y:"8",width:"8",height:"8",rx:"2",key:"yj20xf"}],["path",{d:"M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2",key:"1ltk23"}],["path",{d:"M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2",key:"1q24h9"}]]),Zc=zi("Brush",[["path",{d:"m9.06 11.9 8.07-8.06a2.85 2.85 0 1 1 4.03 4.03l-8.06 8.08",key:"1styjt"}],["path",{d:"M7.07 14.94c-1.66 0-3 1.35-3 3.02 0 1.33-2.5 1.52-2 2.02 1.08 1.1 2.49 2.02 4 2.02 2.2 0 4-1.8 4-4.04a3.01 3.01 0 0 0-3-3.02z",key:"z0l1mu"}]]),Gc=zi("BugOff",[["path",{d:"M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2",key:"vl8zik"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M22 13h-4v-2a4 4 0 0 0-4-4h-1.3",key:"1ou0bd"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13",key:"1njkjs"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}]]),Xc=zi("BugPlay",[["path",{d:"M12.765 21.522a.5.5 0 0 1-.765-.424v-8.196a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z",key:"17shqo"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M18 11a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4v3a6.1 6.1 0 0 0 2 4.5",key:"1tjixy"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5",key:"32zzws"}],["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1",key:"d7y7pr"}]]),Kc=zi("Bug",[["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1",key:"d7y7pr"}],["path",{d:"M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6",key:"xs1cw7"}],["path",{d:"M12 20v-9",key:"1qisl0"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5",key:"32zzws"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"M22 13h-4",key:"1jl80f"}],["path",{d:"M17.2 17c2.1.1 3.8 1.9 3.8 4",key:"k3fwyw"}]]),Yc=zi("Building2",[["path",{d:"M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z",key:"1b4qmf"}],["path",{d:"M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2",key:"i71pzd"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2",key:"10jefs"}],["path",{d:"M10 6h4",key:"1itunk"}],["path",{d:"M10 10h4",key:"tcdvrf"}],["path",{d:"M10 14h4",key:"kelpxr"}],["path",{d:"M10 18h4",key:"1ulq68"}]]),Jc=zi("Building",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2",key:"76otgf"}],["path",{d:"M9 22v-4h6v4",key:"r93iot"}],["path",{d:"M8 6h.01",key:"1dz90k"}],["path",{d:"M16 6h.01",key:"1x0f13"}],["path",{d:"M12 6h.01",key:"1vi96p"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M8 14h.01",key:"6423bh"}]]),$c=zi("BusFront",[["path",{d:"M4 6 2 7",key:"1mqr15"}],["path",{d:"M10 6h4",key:"1itunk"}],["path",{d:"m22 7-2-1",key:"1umjhc"}],["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2",key:"1wxw4b"}],["path",{d:"M4 11h16",key:"mpoxn0"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M16 15h.01",key:"rnfrdf"}],["path",{d:"M6 19v2",key:"1loha6"}],["path",{d:"M18 21v-2",key:"sqyl04"}]]),Qc=zi("Bus",[["path",{d:"M8 6v6",key:"18i7km"}],["path",{d:"M15 6v6",key:"1sg6z9"}],["path",{d:"M2 12h19.6",key:"de5uta"}],["path",{d:"M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2 0-.4-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3",key:"1wwztk"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}],["path",{d:"M9 18h5",key:"lrx6i"}],["circle",{cx:"16",cy:"18",r:"2",key:"1v4tcr"}]]),eh=zi("CableCar",[["path",{d:"M10 3h.01",key:"lbucoy"}],["path",{d:"M14 2h.01",key:"1k8aa1"}],["path",{d:"m2 9 20-5",key:"1kz0j5"}],["path",{d:"M12 12V6.5",key:"1vbrij"}],["rect",{width:"16",height:"10",x:"4",y:"12",rx:"3",key:"if91er"}],["path",{d:"M9 12v5",key:"3anwtq"}],["path",{d:"M15 12v5",key:"5xh3zn"}],["path",{d:"M4 17h16",key:"g4d7ey"}]]),th=zi("Cable",[["path",{d:"M17 21v-2a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1",key:"10bnsj"}],["path",{d:"M19 15V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V9",key:"1eqmu1"}],["path",{d:"M21 21v-2h-4",key:"14zm7j"}],["path",{d:"M3 5h4V3",key:"z442eg"}],["path",{d:"M7 5a1 1 0 0 1 1 1v1a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1V3",key:"ebdjd7"}]]),ah=zi("CakeSlice",[["circle",{cx:"9",cy:"7",r:"2",key:"1305pl"}],["path",{d:"M7.2 7.9 3 11v9c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-9c0-2-3-6-7-8l-3.6 2.6",key:"xle13f"}],["path",{d:"M16 13H3",key:"1wpj08"}],["path",{d:"M16 17H3",key:"3lvfcd"}]]),rh=zi("Cake",[["path",{d:"M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8",key:"1w3rig"}],["path",{d:"M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1",key:"n2jgmb"}],["path",{d:"M2 21h20",key:"1nyx9w"}],["path",{d:"M7 8v3",key:"1qtyvj"}],["path",{d:"M12 8v3",key:"hwp4zt"}],["path",{d:"M17 8v3",key:"1i6e5u"}],["path",{d:"M7 4h.01",key:"1bh4kh"}],["path",{d:"M12 4h.01",key:"1ujb9j"}],["path",{d:"M17 4h.01",key:"1upcoc"}]]),ih=zi("Calculator",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["line",{x1:"8",x2:"16",y1:"6",y2:"6",key:"x4nwl0"}],["line",{x1:"16",x2:"16",y1:"14",y2:"18",key:"wjye3r"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M8 18h.01",key:"lrp35t"}]]),nh=zi("CalendarArrowDown",[["path",{d:"m14 18 4 4 4-4",key:"1waygx"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M18 14v8",key:"irew45"}],["path",{d:"M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343",key:"bse4f3"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]]),oh=zi("CalendarArrowUp",[["path",{d:"m14 18 4-4 4 4",key:"ftkppy"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M18 22v-8",key:"su0gjh"}],["path",{d:"M21 11.343V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9",key:"1exg90"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]]),lh=zi("CalendarCheck2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"bce9hv"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m16 20 2 2 4-4",key:"13tcca"}]]),ch=zi("CalendarCheck",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m9 16 2 2 4-4",key:"19s6y9"}]]),hh=zi("CalendarClock",[["path",{d:"M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5",key:"1osxxc"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M3 10h5",key:"r794hk"}],["path",{d:"M17.5 17.5 16 16.3V14",key:"akvzfd"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}]]),dh=zi("CalendarCog",[["path",{d:"m15.2 16.9-.9-.4",key:"1r0w5f"}],["path",{d:"m15.2 19.1-.9.4",key:"j188fs"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"m16.9 15.2-.4-.9",key:"699xu"}],["path",{d:"m16.9 20.8-.4.9",key:"dfjc4z"}],["path",{d:"m19.5 14.3-.4.9",key:"1eb35c"}],["path",{d:"m19.5 21.7-.4-.9",key:"1tonu5"}],["path",{d:"M21 10.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"11kmuh"}],["path",{d:"m21.7 16.5-.9.4",key:"1knoei"}],["path",{d:"m21.7 19.5-.9-.4",key:"q4dx6b"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]]),sh=zi("CalendarDays",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 18h.01",key:"lrp35t"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M16 18h.01",key:"kzsmim"}]]),yh=zi("CalendarFold",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 17V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11Z",key:"kg77oy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M15 22v-4a2 2 0 0 1 2-2h4",key:"1gnbqr"}]]),ph=zi("CalendarHeart",[["path",{d:"M3 10h18V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7",key:"136lmk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21.29 14.7a2.43 2.43 0 0 0-2.65-.52c-.3.12-.57.3-.8.53l-.34.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L17.5 22l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",key:"1t7hil"}]]),uh=zi("CalendarMinus2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M10 16h4",key:"17e571"}]]),kh=zi("CalendarMinus",[["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 15V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5",key:"1scpom"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]]),mh=zi("CalendarOff",[["path",{d:"M4.2 4.2A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18",key:"16swn3"}],["path",{d:"M21 15.5V6a2 2 0 0 0-2-2H9.5",key:"yhw86o"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h7",key:"1wap6i"}],["path",{d:"M21 10h-5.5",key:"quycpq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),gh=zi("CalendarPlus2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M10 16h4",key:"17e571"}],["path",{d:"M12 14v4",key:"1thi36"}]]),vh=zi("CalendarPlus",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"3spt84"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M19 16v6",key:"tddt3s"}]]),fh=zi("CalendarRange",[["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M17 14h-6",key:"bkmgh3"}],["path",{d:"M13 18H7",key:"bb0bb7"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 18h.01",key:"1bdyru"}]]),Mh=zi("CalendarSearch",[["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 11.75V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.25",key:"1jrsq6"}],["path",{d:"m22 22-1.875-1.875",key:"13zax7"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]]),xh=zi("CalendarX2",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"3spt84"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m17 22 5-5",key:"1k6ppv"}],["path",{d:"m17 17 5 5",key:"p7ous7"}]]),wh=zi("CalendarX",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m14 14-4 4",key:"rymu2i"}],["path",{d:"m10 14 4 4",key:"3sz06r"}]]),Ch=zi("Calendar",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]]),Lh=zi("CameraOff",[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16",key:"qmtpty"}],["path",{d:"M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5",key:"1ufyfc"}],["path",{d:"M14.121 15.121A3 3 0 1 1 9.88 10.88",key:"11zox6"}]]),bh=zi("Camera",[["path",{d:"M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z",key:"1tc9qg"}],["circle",{cx:"12",cy:"13",r:"3",key:"1vg3eu"}]]),Sh=zi("CandyCane",[["path",{d:"M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6 2 2 0 1 1-3.464-2 2 2 0 1 0-3.464-2Z",key:"isaq8g"}],["path",{d:"M17.75 7 15 2.1",key:"12x7e8"}],["path",{d:"M10.9 4.8 13 9",key:"100a87"}],["path",{d:"m7.9 9.7 2 4.4",key:"ntfhaj"}],["path",{d:"M4.9 14.7 7 18.9",key:"1x43jy"}]]),Ih=zi("CandyOff",[["path",{d:"m8.5 8.5-1 1a4.95 4.95 0 0 0 7 7l1-1",key:"1ff4ui"}],["path",{d:"M11.843 6.187A4.947 4.947 0 0 1 16.5 7.5a4.947 4.947 0 0 1 1.313 4.657",key:"1sbrv4"}],["path",{d:"M14 16.5V14",key:"1maf8j"}],["path",{d:"M14 6.5v1.843",key:"1a6u6t"}],["path",{d:"M10 10v7.5",key:"80pj65"}],["path",{d:"m16 7 1-5 1.367.683A3 3 0 0 0 19.708 3H21v1.292a3 3 0 0 0 .317 1.341L22 7l-5 1",key:"11a9mt"}],["path",{d:"m8 17-1 5-1.367-.683A3 3 0 0 0 4.292 21H3v-1.292a3 3 0 0 0-.317-1.341L2 17l5-1",key:"3mjmon"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),_h=zi("Candy",[["path",{d:"m9.5 7.5-2 2a4.95 4.95 0 1 0 7 7l2-2a4.95 4.95 0 1 0-7-7Z",key:"ue6khb"}],["path",{d:"M14 6.5v10",key:"5xnk7c"}],["path",{d:"M10 7.5v10",key:"1uew51"}],["path",{d:"m16 7 1-5 1.37.68A3 3 0 0 0 19.7 3H21v1.3c0 .46.1.92.32 1.33L22 7l-5 1",key:"b9cp6k"}],["path",{d:"m8 17-1 5-1.37-.68A3 3 0 0 0 4.3 21H3v-1.3a3 3 0 0 0-.32-1.33L2 17l5-1",key:"5lney8"}]]),Ah=zi("Cannabis",[["path",{d:"M12 22v-4",key:"1utk9m"}],["path",{d:"M7 12c-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3 1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5 0 0 2.5.5 6-1-.5-1.5-3.5-3-5-3 1.5-1 4-4 4-6-2.5 0-5.5 1.5-7 3 0-2.5-.5-5-2-7-1.5 2-2 4.5-2 7-1.5-1.5-4.5-3-7-3 0 2 2.5 5 4 6",key:"1mezod"}]]),Rh=zi("CaptionsOff",[["path",{d:"M10.5 5H19a2 2 0 0 1 2 2v8.5",key:"jqtk4d"}],["path",{d:"M17 11h-.5",key:"1961ue"}],["path",{d:"M19 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2",key:"1keqsi"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7 11h4",key:"1o1z6v"}],["path",{d:"M7 15h2.5",key:"1ina1g"}]]),qh=zi("Captions",[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2",key:"12ruh7"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4",key:"1ueiar"}]]),Ph=zi("CarFront",[["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",key:"1imjwt"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 14h.01",key:"7oqj8z"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2",key:"a7itu8"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]]),Th=zi("CarTaxiFront",[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",key:"1imjwt"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 14h.01",key:"7oqj8z"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2",key:"a7itu8"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]]),zh=zi("Car",[["path",{d:"M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2",key:"5owen"}],["circle",{cx:"7",cy:"17",r:"2",key:"u2ysq9"}],["path",{d:"M9 17h6",key:"r8uit2"}],["circle",{cx:"17",cy:"17",r:"2",key:"axvx0g"}]]),Hh=zi("Caravan",[["rect",{width:"4",height:"4",x:"2",y:"9",key:"1vcvhd"}],["rect",{width:"4",height:"10",x:"10",y:"9",key:"1b7ev2"}],["path",{d:"M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2",key:"19jm3t"}],["circle",{cx:"8",cy:"19",r:"2",key:"t8fc5s"}],["path",{d:"M10 19h12v-2",key:"1yu2qx"}]]),Vh=zi("Carrot",[["path",{d:"M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 0 0-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7zM8.64 14l-2.05-2.04M15.34 15l-2.46-2.46",key:"rfqxbe"}],["path",{d:"M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9z",key:"6b25w4"}],["path",{d:"M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2z",key:"fn65lo"}]]),Bh=zi("CaseLower",[["circle",{cx:"7",cy:"12",r:"3",key:"12clwm"}],["path",{d:"M10 9v6",key:"17i7lo"}],["circle",{cx:"17",cy:"12",r:"3",key:"gl7c2s"}],["path",{d:"M14 7v8",key:"dl84cr"}]]),Dh=zi("CaseSensitive",[["path",{d:"m3 15 4-8 4 8",key:"1vwr6u"}],["path",{d:"M4 13h6",key:"1r9ots"}],["circle",{cx:"18",cy:"12",r:"3",key:"1kchzo"}],["path",{d:"M21 9v6",key:"anns31"}]]),Eh=zi("CaseUpper",[["path",{d:"m3 15 4-8 4 8",key:"1vwr6u"}],["path",{d:"M4 13h6",key:"1r9ots"}],["path",{d:"M15 11h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4",key:"1sqfas"}]]),Fh=zi("CassetteTape",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["circle",{cx:"8",cy:"10",r:"2",key:"1xl4ub"}],["path",{d:"M8 12h8",key:"1wcyev"}],["circle",{cx:"16",cy:"10",r:"2",key:"r14t7q"}],["path",{d:"m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3",key:"l01ucn"}]]),jh=zi("Cast",[["path",{d:"M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6",key:"3zrzxg"}],["path",{d:"M2 12a9 9 0 0 1 8 8",key:"g6cvee"}],["path",{d:"M2 16a5 5 0 0 1 4 4",key:"1y1dii"}],["line",{x1:"2",x2:"2.01",y1:"20",y2:"20",key:"xu2jvo"}]]),Oh=zi("Castle",[["path",{d:"M22 20v-9H2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2Z",key:"109fe4"}],["path",{d:"M18 11V4H6v7",key:"mon5oj"}],["path",{d:"M15 22v-4a3 3 0 0 0-3-3a3 3 0 0 0-3 3v4",key:"1k4jtn"}],["path",{d:"M22 11V9",key:"3zbp94"}],["path",{d:"M2 11V9",key:"1x5rnq"}],["path",{d:"M6 4V2",key:"1rsq15"}],["path",{d:"M18 4V2",key:"1jsdo1"}],["path",{d:"M10 4V2",key:"75d9ly"}],["path",{d:"M14 4V2",key:"8nj3z6"}]]),Uh=zi("Cat",[["path",{d:"M12 5c.67 0 1.35.09 2 .26 1.78-2 5.03-2.84 6.42-2.26 1.4.58-.42 7-.42 7 .57 1.07 1 2.24 1 3.44C21 17.9 16.97 21 12 21s-9-3-9-7.56c0-1.25.5-2.4 1-3.44 0 0-1.89-6.42-.5-7 1.39-.58 4.72.23 6.5 2.23A9.04 9.04 0 0 1 12 5Z",key:"x6xyqk"}],["path",{d:"M8 14v.5",key:"1nzgdb"}],["path",{d:"M16 14v.5",key:"1lajdz"}],["path",{d:"M11.25 16.25h1.5L12 17l-.75-.75Z",key:"12kq1m"}]]),Nh=zi("Cctv",[["path",{d:"M16.75 12h3.632a1 1 0 0 1 .894 1.447l-2.034 4.069a1 1 0 0 1-1.708.134l-2.124-2.97",key:"ir91b5"}],["path",{d:"M17.106 9.053a1 1 0 0 1 .447 1.341l-3.106 6.211a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.92 2.92 0 0 1 3.92-1.3z",key:"jlp8i1"}],["path",{d:"M2 19h3.76a2 2 0 0 0 1.8-1.1L9 15",key:"19bib8"}],["path",{d:"M2 21v-4",key:"l40lih"}],["path",{d:"M7 9h.01",key:"19b3jx"}]]),Wh=zi("ChartArea",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11.207a.5.5 0 0 1 .146-.353l2-2a.5.5 0 0 1 .708 0l3.292 3.292a.5.5 0 0 0 .708 0l4.292-4.292a.5.5 0 0 1 .854.353V16a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1z",key:"q0gr47"}]]),Zh=zi("ChartBarBig",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1",key:"1iip1u"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1",key:"1anskk"}]]),Gh=zi("ChartBarDecreasing",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11h8",key:"1feolt"}],["path",{d:"M7 16h3",key:"ur6vzw"}],["path",{d:"M7 6h12",key:"sz5b0d"}]]),Xh=zi("ChartBarIncreasing",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11h8",key:"1feolt"}],["path",{d:"M7 16h12",key:"wsnu98"}],["path",{d:"M7 6h3",key:"w9rmul"}]]),Kh=zi("ChartBarStacked",[["path",{d:"M11 13v4",key:"vyy2rb"}],["path",{d:"M15 5v4",key:"1gx88a"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1",key:"1iip1u"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1",key:"1anskk"}]]),Yh=zi("ChartBar",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 16h8",key:"srdodz"}],["path",{d:"M7 11h12",key:"127s9w"}],["path",{d:"M7 6h3",key:"w9rmul"}]]),Jh=zi("ChartCandlestick",[["path",{d:"M9 5v4",key:"14uxtq"}],["rect",{width:"4",height:"6",x:"7",y:"9",rx:"1",key:"f4fvz0"}],["path",{d:"M9 15v2",key:"r5rk32"}],["path",{d:"M17 3v2",key:"1l2re6"}],["rect",{width:"4",height:"8",x:"15",y:"5",rx:"1",key:"z38je5"}],["path",{d:"M17 13v3",key:"5l0wba"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}]]),$h=zi("ChartColumnBig",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1",key:"q8uenq"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1",key:"sr5ea"}]]),Qh=zi("ChartColumnDecreasing",[["path",{d:"M13 17V9",key:"1fwyjl"}],["path",{d:"M18 17v-3",key:"1sqioe"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 17V5",key:"1wzmnc"}]]),ed=zi("ChartColumnIncreasing",[["path",{d:"M13 17V9",key:"1fwyjl"}],["path",{d:"M18 17V5",key:"sfb6ij"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 17v-3",key:"17ska0"}]]),td=zi("ChartColumnStacked",[["path",{d:"M11 13H7",key:"t0o9gq"}],["path",{d:"M19 9h-4",key:"rera1j"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1",key:"q8uenq"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1",key:"sr5ea"}]]),ad=zi("ChartColumn",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]]),rd=zi("ChartLine",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]]),id=zi("ChartNetwork",[["path",{d:"m13.11 7.664 1.78 2.672",key:"go2gg9"}],["path",{d:"m14.162 12.788-3.324 1.424",key:"11x848"}],["path",{d:"m20 4-6.06 1.515",key:"1wxxh7"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["circle",{cx:"12",cy:"6",r:"2",key:"1jj5th"}],["circle",{cx:"16",cy:"12",r:"2",key:"4ma0v8"}],["circle",{cx:"9",cy:"15",r:"2",key:"lf2ghp"}]]),nd=zi("ChartNoAxesColumnDecreasing",[["path",{d:"M12 20V10",key:"g8npz5"}],["path",{d:"M18 20v-4",key:"8uic4z"}],["path",{d:"M6 20V4",key:"1w1bmo"}]]),od=zi("ChartNoAxesColumnIncreasing",[["line",{x1:"12",x2:"12",y1:"20",y2:"10",key:"1vz5eb"}],["line",{x1:"18",x2:"18",y1:"20",y2:"4",key:"cun8e5"}],["line",{x1:"6",x2:"6",y1:"20",y2:"16",key:"hq0ia6"}]]),ld=zi("ChartNoAxesColumn",[["line",{x1:"18",x2:"18",y1:"20",y2:"10",key:"1xfpm4"}],["line",{x1:"12",x2:"12",y1:"20",y2:"4",key:"be30l9"}],["line",{x1:"6",x2:"6",y1:"20",y2:"14",key:"1r4le6"}]]),cd=zi("ChartNoAxesCombined",[["path",{d:"M12 16v5",key:"zza2cw"}],["path",{d:"M16 14v7",key:"1g90b9"}],["path",{d:"M20 10v11",key:"1iqoj0"}],["path",{d:"m22 3-8.646 8.646a.5.5 0 0 1-.708 0L9.354 8.354a.5.5 0 0 0-.707 0L2 15",key:"1fw8x9"}],["path",{d:"M4 18v3",key:"1yp0dc"}],["path",{d:"M8 14v7",key:"n3cwzv"}]]),hd=zi("ChartNoAxesGantt",[["path",{d:"M8 6h10",key:"9lnwnk"}],["path",{d:"M6 12h9",key:"1g9pqf"}],["path",{d:"M11 18h7",key:"c8dzvl"}]]),dd=zi("ChartPie",[["path",{d:"M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z",key:"pzmjnu"}],["path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83",key:"k2fpak"}]]),sd=zi("ChartScatter",[["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}],["circle",{cx:"18.5",cy:"5.5",r:".5",fill:"currentColor",key:"lysivs"}],["circle",{cx:"11.5",cy:"11.5",r:".5",fill:"currentColor",key:"byv1b8"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor",key:"nkw3mc"}],["circle",{cx:"17.5",cy:"14.5",r:".5",fill:"currentColor",key:"1gjh6j"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}]]),yd=zi("ChartSpline",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 16c.5-2 1.5-7 4-7 2 0 2 3 4 3 2.5 0 4.5-5 5-7",key:"lw07rv"}]]),pd=zi("CheckCheck",[["path",{d:"M18 6 7 17l-5-5",key:"116fxf"}],["path",{d:"m22 10-7.5 7.5L13 16",key:"ke71qq"}]]),ud=zi("Check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]]),kd=zi("ChefHat",[["path",{d:"M17 21a1 1 0 0 0 1-1v-5.35c0-.457.316-.844.727-1.041a4 4 0 0 0-2.134-7.589 5 5 0 0 0-9.186 0 4 4 0 0 0-2.134 7.588c.411.198.727.585.727 1.041V20a1 1 0 0 0 1 1Z",key:"1qvrer"}],["path",{d:"M6 17h12",key:"1jwigz"}]]),md=zi("Cherry",[["path",{d:"M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",key:"cvxqlc"}],["path",{d:"M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",key:"1ostrc"}],["path",{d:"M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12",key:"hqx58h"}],["path",{d:"M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z",key:"eykp1o"}]]),gd=zi("ChevronDown",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]),vd=zi("ChevronFirst",[["path",{d:"m17 18-6-6 6-6",key:"1yerx2"}],["path",{d:"M7 6v12",key:"1p53r6"}]]),fd=zi("ChevronLast",[["path",{d:"m7 18 6-6-6-6",key:"lwmzdw"}],["path",{d:"M17 6v12",key:"1o0aio"}]]),Md=zi("ChevronLeft",[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]]),xd=zi("ChevronRight",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]),wd=zi("ChevronUp",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]]),Cd=zi("ChevronsDownUp",[["path",{d:"m7 20 5-5 5 5",key:"13a0gw"}],["path",{d:"m7 4 5 5 5-5",key:"1kwcof"}]]),Ld=zi("ChevronsDown",[["path",{d:"m7 6 5 5 5-5",key:"1lc07p"}],["path",{d:"m7 13 5 5 5-5",key:"1d48rs"}]]),bd=zi("ChevronsLeftRightEllipsis",[["path",{d:"m18 8 4 4-4 4",key:"1ak13k"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]]),Sd=zi("ChevronsLeftRight",[["path",{d:"m9 7-5 5 5 5",key:"j5w590"}],["path",{d:"m15 7 5 5-5 5",key:"1bl6da"}]]),Id=zi("ChevronsLeft",[["path",{d:"m11 17-5-5 5-5",key:"13zhaf"}],["path",{d:"m18 17-5-5 5-5",key:"h8a8et"}]]),_d=zi("ChevronsRightLeft",[["path",{d:"m20 17-5-5 5-5",key:"30x0n2"}],["path",{d:"m4 17 5-5-5-5",key:"16spf4"}]]),Ad=zi("ChevronsRight",[["path",{d:"m6 17 5-5-5-5",key:"xnjwq"}],["path",{d:"m13 17 5-5-5-5",key:"17xmmf"}]]),Rd=zi("ChevronsUpDown",[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]]),qd=zi("ChevronsUp",[["path",{d:"m17 11-5-5-5 5",key:"e8nh98"}],["path",{d:"m17 18-5-5-5 5",key:"2avn1x"}]]),Pd=zi("Chrome",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["line",{x1:"21.17",x2:"12",y1:"8",y2:"8",key:"a0cw5f"}],["line",{x1:"3.95",x2:"8.54",y1:"6.06",y2:"14",key:"1kftof"}],["line",{x1:"10.88",x2:"15.46",y1:"21.94",y2:"14",key:"1ymyh8"}]]),Td=zi("Church",[["path",{d:"M10 9h4",key:"u4k05v"}],["path",{d:"M12 7v5",key:"ma6bk"}],["path",{d:"M14 22v-4a2 2 0 0 0-4 0v4",key:"1pdhuj"}],["path",{d:"M18 22V5.618a1 1 0 0 0-.553-.894l-4.553-2.277a2 2 0 0 0-1.788 0L6.553 4.724A1 1 0 0 0 6 5.618V22",key:"1rkokr"}],["path",{d:"m18 7 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.618a1 1 0 0 1 .553-.894L6 7",key:"1w6esw"}]]),zd=zi("CigaretteOff",[["path",{d:"M12 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h13",key:"1gdiyg"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5",key:"1il607"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 12a1 1 0 0 1 1 1v2a1 1 0 0 1-.5.866",key:"166zjj"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5",key:"1gah44"}],["path",{d:"M7 12v4",key:"jqww69"}]]),Hd=zi("Cigarette",[["path",{d:"M17 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14",key:"1mb5g1"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5",key:"1il607"}],["path",{d:"M21 16a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"1yl5r7"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5",key:"1gah44"}],["path",{d:"M7 12v4",key:"jqww69"}]]),Vd=zi("CircleAlert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]),Bd=zi("CircleArrowDown",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8 12 4 4 4-4",key:"k98ssh"}]]),Dd=zi("CircleArrowLeft",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"m12 8-4 4 4 4",key:"15vm53"}]]),Ed=zi("CircleArrowOutDownLeft",[["path",{d:"M2 12a10 10 0 1 1 10 10",key:"1yn6ov"}],["path",{d:"m2 22 10-10",key:"28ilpk"}],["path",{d:"M8 22H2v-6",key:"sulq54"}]]),Fd=zi("CircleArrowOutDownRight",[["path",{d:"M12 22a10 10 0 1 1 10-10",key:"130bv5"}],["path",{d:"M22 22 12 12",key:"131aw7"}],["path",{d:"M22 16v6h-6",key:"1gvm70"}]]),jd=zi("CircleArrowOutUpLeft",[["path",{d:"M2 8V2h6",key:"hiwtdz"}],["path",{d:"m2 2 10 10",key:"1oh8rs"}],["path",{d:"M12 2A10 10 0 1 1 2 12",key:"rrk4fa"}]]),Od=zi("CircleArrowOutUpRight",[["path",{d:"M22 12A10 10 0 1 1 12 2",key:"1fm58d"}],["path",{d:"M22 2 12 12",key:"yg2myt"}],["path",{d:"M16 2h6v6",key:"zan5cs"}]]),Ud=zi("CircleArrowRight",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m12 16 4-4-4-4",key:"1i9zcv"}]]),Nd=zi("CircleArrowUp",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}]]),Wd=zi("CircleCheckBig",[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]),Zd=zi("CircleCheck",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]),Gd=zi("CircleChevronDown",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]]),Xd=zi("CircleChevronLeft",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]]),Kd=zi("CircleChevronRight",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]]),Yd=zi("CircleChevronUp",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]]),Jd=zi("CircleDashed",[["path",{d:"M10.1 2.182a10 10 0 0 1 3.8 0",key:"5ilxe3"}],["path",{d:"M13.9 21.818a10 10 0 0 1-3.8 0",key:"11zvb9"}],["path",{d:"M17.609 3.721a10 10 0 0 1 2.69 2.7",key:"1iw5b2"}],["path",{d:"M2.182 13.9a10 10 0 0 1 0-3.8",key:"c0bmvh"}],["path",{d:"M20.279 17.609a10 10 0 0 1-2.7 2.69",key:"1ruxm7"}],["path",{d:"M21.818 10.1a10 10 0 0 1 0 3.8",key:"qkgqxc"}],["path",{d:"M3.721 6.391a10 10 0 0 1 2.7-2.69",key:"1mcia2"}],["path",{d:"M6.391 20.279a10 10 0 0 1-2.69-2.7",key:"1fvljs"}]]),$d=zi("CircleDivide",[["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16",key:"aqc6ln"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8",key:"1mkcni"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),Qd=zi("CircleDollarSign",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 18V6",key:"zqpxq5"}]]),es=zi("CircleDotDashed",[["path",{d:"M10.1 2.18a9.93 9.93 0 0 1 3.8 0",key:"1qdqn0"}],["path",{d:"M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7",key:"1bq7p6"}],["path",{d:"M21.82 10.1a9.93 9.93 0 0 1 0 3.8",key:"1rlaqf"}],["path",{d:"M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69",key:"1xk03u"}],["path",{d:"M13.9 21.82a9.94 9.94 0 0 1-3.8 0",key:"l7re25"}],["path",{d:"M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7",key:"1v18p6"}],["path",{d:"M2.18 13.9a9.93 9.93 0 0 1 0-3.8",key:"xdo6bj"}],["path",{d:"M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69",key:"1jjmaz"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]),ts=zi("CircleDot",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]),as=zi("CircleEllipsis",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M17 12h.01",key:"1m0b6t"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M7 12h.01",key:"eqddd0"}]]),rs=zi("CircleEqual",[["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),is=zi("CircleFadingArrowUp",[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]]),ns=zi("CircleFadingPlus",[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]]),os=zi("CircleGauge",[["path",{d:"M15.6 2.7a10 10 0 1 0 5.7 5.7",key:"1e0p6d"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M13.4 10.6 19 5",key:"1kr7tw"}]]),ls=zi("CircleHelp",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]]),cs=zi("CircleMinus",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]]),hs=zi("CircleOff",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.35 2.69A10 10 0 0 1 21.3 15.65",key:"1pfsoa"}],["path",{d:"M19.08 19.08A10 10 0 1 1 4.92 4.92",key:"1ablyi"}]]),ds=zi("CircleParkingOff",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m5 5 14 14",key:"11anup"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2",key:"uoagbd"}],["path",{d:"M9 17v-2.34",key:"a9qo08"}]]),ss=zi("CircleParking",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]]),ys=zi("CirclePause",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"10",x2:"10",y1:"15",y2:"9",key:"c1nkhi"}],["line",{x1:"14",x2:"14",y1:"15",y2:"9",key:"h65svq"}]]),ps=zi("CirclePercent",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]),us=zi("CirclePlay",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polygon",{points:"10 8 16 12 10 16 10 8",key:"1cimsy"}]]),ks=zi("CirclePlus",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]),ms=zi("CirclePower",[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005",key:"1pek45"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),gs=zi("CircleSlash2",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M22 2 2 22",key:"y4kqgn"}]]),vs=zi("CircleSlash",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]]),fs=zi("CircleStop",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["rect",{width:"6",height:"6",x:"9",y:"9",key:"1wrtvo"}]]),Ms=zi("CircleUserRound",[["path",{d:"M18 20a6 6 0 0 0-12 0",key:"1qehca"}],["circle",{cx:"12",cy:"10",r:"4",key:"1h16sb"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),xs=zi("CircleUser",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662",key:"154egf"}]]),ws=zi("CircleX",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]),Cs=zi("Circle",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),Ls=zi("CircuitBoard",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M11 9h4a2 2 0 0 0 2-2V3",key:"1ve2rv"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"M7 21v-4a2 2 0 0 1 2-2h4",key:"1fwkro"}],["circle",{cx:"15",cy:"15",r:"2",key:"3i40o0"}]]),bs=zi("Citrus",[["path",{d:"M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z",key:"4ite01"}],["path",{d:"M19.65 15.66A8 8 0 0 1 8.35 4.34",key:"1gxipu"}],["path",{d:"m14 10-5.5 5.5",key:"92pfem"}],["path",{d:"M14 17.85V10H6.15",key:"xqmtsk"}]]),Ss=zi("Clapperboard",[["path",{d:"M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z",key:"1tn4o7"}],["path",{d:"m6.2 5.3 3.1 3.9",key:"iuk76l"}],["path",{d:"m12.4 3.4 3.1 4",key:"6hsd6n"}],["path",{d:"M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z",key:"ltgou9"}]]),Is=zi("ClipboardCheck",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"m9 14 2 2 4-4",key:"df797q"}]]),_s=zi("ClipboardCopy",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2",key:"4jdomd"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v4",key:"3hqy98"}],["path",{d:"M21 14H11",key:"1bme5i"}],["path",{d:"m15 10-4 4 4 4",key:"5dvupr"}]]),As=zi("ClipboardList",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M12 11h4",key:"1jrz19"}],["path",{d:"M12 16h4",key:"n85exb"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]),Rs=zi("ClipboardMinus",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 14h6",key:"159ibu"}]]),qs=zi("ClipboardPaste",[["path",{d:"M15 2H9a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1Z",key:"1pp7kr"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M16 4h2a2 2 0 0 1 2 2v2M11 14h10",key:"2ik1ml"}],["path",{d:"m17 10 4 4-4 4",key:"vp2hj1"}]]),Ps=zi("ClipboardPenLine",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",key:"1oijnt"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5",key:"1but9f"}],["path",{d:"M16 4h2a2 2 0 0 1 1.73 1",key:"1p8n7l"}],["path",{d:"M8 18h1",key:"13wk12"}],["path",{d:"M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"2t3380"}]]),Ts=zi("ClipboardPen",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",key:"1oijnt"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5",key:"cereej"}],["path",{d:"M4 13.5V6a2 2 0 0 1 2-2h2",key:"5ua5vh"}],["path",{d:"M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1y4qbx"}]]),zs=zi("ClipboardPlus",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 14h6",key:"159ibu"}],["path",{d:"M12 17v-6",key:"1y8rbf"}]]),Hs=zi("ClipboardType",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 12v-1h6v1",key:"iehl6m"}],["path",{d:"M11 17h2",key:"12w5me"}],["path",{d:"M12 11v6",key:"1bwqyc"}]]),Vs=zi("ClipboardX",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"m15 11-6 6",key:"1toa9n"}],["path",{d:"m9 11 6 6",key:"wlibny"}]]),Bs=zi("Clipboard",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}]]),Ds=zi("Clock1",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 14.5 8",key:"12zbmj"}]]),Es=zi("Clock10",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 8 10",key:"atfzqc"}]]),Fs=zi("Clock11",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 9.5 8",key:"l5bg6f"}]]),js=zi("Clock12",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12",key:"1fub01"}]]),Os=zi("Clock2",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 10",key:"1g230d"}]]),Us=zi("Clock3",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16.5 12",key:"1aq6pp"}]]),Ns=zi("Clock4",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]]),Ws=zi("Clock5",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 14.5 16",key:"1pcbox"}]]),Zs=zi("Clock6",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 12 16.5",key:"hb2qv6"}]]),Gs=zi("Clock7",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 9.5 16",key:"ka3394"}]]),Xs=zi("Clock8",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 8 14",key:"tmc9b4"}]]),Ks=zi("Clock9",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 7.5 12",key:"1k60p0"}]]),Ys=zi("ClockArrowDown",[["path",{d:"M12.338 21.994A10 10 0 1 1 21.925 13.227",key:"1i7shu"}],["path",{d:"M12 6v6l2 1",key:"19cm8n"}],["path",{d:"m14 18 4 4 4-4",key:"1waygx"}],["path",{d:"M18 14v8",key:"irew45"}]]),Js=zi("ClockArrowUp",[["path",{d:"M13.228 21.925A10 10 0 1 1 21.994 12.338",key:"1fzlyi"}],["path",{d:"M12 6v6l1.562.781",key:"1ujuk9"}],["path",{d:"m14 18 4-4 4 4",key:"ftkppy"}],["path",{d:"M18 22v-8",key:"su0gjh"}]]),$s=zi("Clock",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]]),Qs=zi("CloudCog",[["circle",{cx:"12",cy:"17",r:"3",key:"1spfwm"}],["path",{d:"M4.2 15.1A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2",key:"zaobp"}],["path",{d:"m15.7 18.4-.9-.3",key:"4qxpbn"}],["path",{d:"m9.2 15.9-.9-.3",key:"17q7o2"}],["path",{d:"m10.6 20.7.3-.9",key:"1pf4s2"}],["path",{d:"m13.1 14.2.3-.9",key:"1mnuqm"}],["path",{d:"m13.6 20.7-.4-1",key:"1jpd1m"}],["path",{d:"m10.8 14.3-.4-1",key:"17ugyy"}],["path",{d:"m8.3 18.6 1-.4",key:"s42vdx"}],["path",{d:"m14.7 15.8 1-.4",key:"2wizun"}]]),ey=zi("CloudDownload",[["path",{d:"M12 13v8l-4-4",key:"1f5nwf"}],["path",{d:"m12 21 4-4",key:"1lfcce"}],["path",{d:"M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284",key:"ui1hmy"}]]),ty=zi("CloudDrizzle",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M8 19v1",key:"1dk2by"}],["path",{d:"M8 14v1",key:"84yxot"}],["path",{d:"M16 19v1",key:"v220m7"}],["path",{d:"M16 14v1",key:"g12gj6"}],["path",{d:"M12 21v1",key:"q8vafk"}],["path",{d:"M12 16v1",key:"1mx6rx"}]]),ay=zi("CloudFog",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 17H7",key:"pygtm1"}],["path",{d:"M17 21H9",key:"1u2q02"}]]),ry=zi("CloudHail",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 14v2",key:"a1is7l"}],["path",{d:"M8 14v2",key:"1e9m6t"}],["path",{d:"M16 20h.01",key:"xwek51"}],["path",{d:"M8 20h.01",key:"1vjney"}],["path",{d:"M12 16v2",key:"z66u1j"}],["path",{d:"M12 22h.01",key:"1urd7a"}]]),iy=zi("CloudLightning",[["path",{d:"M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973",key:"1cez44"}],["path",{d:"m13 12-3 5h4l-3 5",key:"1t22er"}]]),ny=zi("CloudMoonRain",[["path",{d:"M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197",key:"erj67n"}],["path",{d:"M11 20v2",key:"174qtz"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24",key:"1qmrp3"}],["path",{d:"M7 19v2",key:"12npes"}]]),oy=zi("CloudMoon",[["path",{d:"M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197",key:"erj67n"}],["path",{d:"M13 16a3 3 0 1 1 0 6H7a5 5 0 1 1 4.9-6Z",key:"p44pc9"}]]),ly=zi("CloudOff",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193",key:"yfwify"}],["path",{d:"M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07",key:"jlfiyv"}]]),cy=zi("CloudRainWind",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m9.2 22 3-7",key:"sb5f6j"}],["path",{d:"m9 13-3 7",key:"500co5"}],["path",{d:"m17 13-3 7",key:"8t2fiy"}]]),hy=zi("CloudRain",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 14v6",key:"1j4efv"}],["path",{d:"M8 14v6",key:"17c4r9"}],["path",{d:"M12 16v6",key:"c8a4gj"}]]),dy=zi("CloudSnow",[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M8 19h.01",key:"puxtts"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M12 21h.01",key:"h35vbk"}],["path",{d:"M16 15h.01",key:"rnfrdf"}],["path",{d:"M16 19h.01",key:"1vcnzz"}]]),sy=zi("CloudSunRain",[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128",key:"dpwdj0"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24",key:"1qmrp3"}],["path",{d:"M11 20v2",key:"174qtz"}],["path",{d:"M7 19v2",key:"12npes"}]]),yy=zi("CloudSun",[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128",key:"dpwdj0"}],["path",{d:"M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z",key:"s09mg5"}]]),py=zi("CloudUpload",[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m8 17 4-4 4 4",key:"1quai1"}]]),uy=zi("Cloud",[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]]),ky=zi("Cloudy",[["path",{d:"M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"gqqjvc"}],["path",{d:"M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5",key:"1p2s76"}]]),my=zi("Clover",[["path",{d:"M16.17 7.83 2 22",key:"t58vo8"}],["path",{d:"M4.02 12a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12",key:"17k36q"}],["path",{d:"m7.83 7.83 8.34 8.34",key:"1d7sxk"}]]),gy=zi("Club",[["path",{d:"M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6Z",key:"27yuqz"}],["path",{d:"M12 17.66L12 22",key:"ogfahf"}]]),vy=zi("CodeXml",[["path",{d:"m18 16 4-4-4-4",key:"1inbqp"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"m14.5 4-5 16",key:"e7oirm"}]]),fy=zi("Code",[["polyline",{points:"16 18 22 12 16 6",key:"z7tu5w"}],["polyline",{points:"8 6 2 12 8 18",key:"1eg1df"}]]),My=zi("Codepen",[["polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2",key:"srzb37"}],["line",{x1:"12",x2:"12",y1:"22",y2:"15.5",key:"1t73f2"}],["polyline",{points:"22 8.5 12 15.5 2 8.5",key:"ajlxae"}],["polyline",{points:"2 15.5 12 8.5 22 15.5",key:"susrui"}],["line",{x1:"12",x2:"12",y1:"2",y2:"8.5",key:"2cldga"}]]),xy=zi("Codesandbox",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}],["polyline",{points:"7.5 4.21 12 6.81 16.5 4.21",key:"fabo96"}],["polyline",{points:"7.5 19.79 7.5 14.6 3 12",key:"z377f1"}],["polyline",{points:"21 12 16.5 14.6 16.5 19.79",key:"9nrev1"}],["polyline",{points:"3.27 6.96 12 12.01 20.73 6.96",key:"1180pa"}],["line",{x1:"12",x2:"12",y1:"22.08",y2:"12",key:"3z3uq6"}]]),wy=zi("Coffee",[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1",key:"pwadti"}],["path",{d:"M6 2v2",key:"colzsn"}]]),Cy=zi("Cog",[["path",{d:"M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z",key:"sobvz5"}],["path",{d:"M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",key:"11i496"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 22v-2",key:"1osdcq"}],["path",{d:"m17 20.66-1-1.73",key:"eq3orb"}],["path",{d:"M11 10.27 7 3.34",key:"16pf9h"}],["path",{d:"m20.66 17-1.73-1",key:"sg0v6f"}],["path",{d:"m3.34 7 1.73 1",key:"1ulond"}],["path",{d:"M14 12h8",key:"4f43i9"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"m20.66 7-1.73 1",key:"1ow05n"}],["path",{d:"m3.34 17 1.73-1",key:"nuk764"}],["path",{d:"m17 3.34-1 1.73",key:"2wel8s"}],["path",{d:"m11 13.73-4 6.93",key:"794ttg"}]]),Ly=zi("Coins",[["circle",{cx:"8",cy:"8",r:"6",key:"3yglwk"}],["path",{d:"M18.09 10.37A6 6 0 1 1 10.34 18",key:"t5s6rm"}],["path",{d:"M7 6h1v4",key:"1obek4"}],["path",{d:"m16.71 13.88.7.71-2.82 2.82",key:"1rbuyh"}]]),by=zi("Columns2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 3v18",key:"108xh3"}]]),Sy=zi("Columns3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]]),Iy=zi("Columns4",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7.5 3v18",key:"w0wo6v"}],["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M16.5 3v18",key:"10tjh1"}]]),_y=zi("Combine",[["rect",{width:"8",height:"8",x:"2",y:"2",rx:"2",key:"z1hh3n"}],["path",{d:"M14 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2",key:"83orz6"}],["path",{d:"M20 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2",key:"k86dmt"}],["path",{d:"M10 18H5c-1.7 0-3-1.3-3-3v-1",key:"6vokjl"}],["polyline",{points:"7 21 10 18 7 15",key:"1k02g0"}],["rect",{width:"8",height:"8",x:"14",y:"14",rx:"2",key:"1fa9i4"}]]),Ay=zi("Command",[["path",{d:"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3",key:"11bfej"}]]),Ry=zi("Compass",[["path",{d:"m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z",key:"9ktpf1"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),qy=zi("Component",[["path",{d:"M5.5 8.5 9 12l-3.5 3.5L2 12l3.5-3.5Z",key:"1kciei"}],["path",{d:"m12 2 3.5 3.5L12 9 8.5 5.5 12 2Z",key:"1ome0g"}],["path",{d:"M18.5 8.5 22 12l-3.5 3.5L15 12l3.5-3.5Z",key:"vbupec"}],["path",{d:"m12 15 3.5 3.5L12 22l-3.5-3.5L12 15Z",key:"16csic"}]]),Py=zi("Computer",[["rect",{width:"14",height:"8",x:"5",y:"2",rx:"2",key:"wc9tft"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h2",key:"rwmk9e"}],["path",{d:"M12 18h6",key:"aqd8w3"}]]),Ty=zi("ConciergeBell",[["path",{d:"M3 20a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1Z",key:"1pvr1r"}],["path",{d:"M20 16a8 8 0 1 0-16 0",key:"1pa543"}],["path",{d:"M12 4v4",key:"1bq03y"}],["path",{d:"M10 4h4",key:"1xpv9s"}]]),zy=zi("Cone",[["path",{d:"m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98",key:"53pte7"}],["ellipse",{cx:"12",cy:"19",rx:"9",ry:"3",key:"1ji25f"}]]),Hy=zi("Construction",[["rect",{x:"2",y:"6",width:"20",height:"8",rx:"1",key:"1estib"}],["path",{d:"M17 14v7",key:"7m2elx"}],["path",{d:"M7 14v7",key:"1cm7wv"}],["path",{d:"M17 3v3",key:"1v4jwn"}],["path",{d:"M7 3v3",key:"7o6guu"}],["path",{d:"M10 14 2.3 6.3",key:"1023jk"}],["path",{d:"m14 6 7.7 7.7",key:"1s8pl2"}],["path",{d:"m8 6 8 8",key:"hl96qh"}]]),Vy=zi("ContactRound",[["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}],["circle",{cx:"12",cy:"11",r:"3",key:"itu57m"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["line",{x1:"8",x2:"8",y1:"2",y2:"4",key:"1ff9gb"}],["line",{x1:"16",x2:"16",y1:"2",y2:"4",key:"1ufoma"}]]),By=zi("Contact",[["path",{d:"M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2",key:"1mghuy"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["circle",{cx:"12",cy:"10",r:"2",key:"1yojzk"}],["line",{x1:"8",x2:"8",y1:"2",y2:"4",key:"1ff9gb"}],["line",{x1:"16",x2:"16",y1:"2",y2:"4",key:"1ufoma"}]]),Dy=zi("Container",[["path",{d:"M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z",key:"1t2lqe"}],["path",{d:"M10 21.9V14L2.1 9.1",key:"o7czzq"}],["path",{d:"m10 14 11.9-6.9",key:"zm5e20"}],["path",{d:"M14 19.8v-8.1",key:"159ecu"}],["path",{d:"M18 17.5V9.4",key:"11uown"}]]),Ey=zi("Contrast",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z",key:"j4l70d"}]]),Fy=zi("Cookie",[["path",{d:"M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5",key:"laymnq"}],["path",{d:"M8.5 8.5v.01",key:"ue8clq"}],["path",{d:"M16 15.5v.01",key:"14dtrp"}],["path",{d:"M12 12v.01",key:"u5ubse"}],["path",{d:"M11 17v.01",key:"1hyl5a"}],["path",{d:"M7 14v.01",key:"uct60s"}]]),jy=zi("CookingPot",[["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8",key:"u0tga0"}],["path",{d:"m4 8 16-4",key:"16g0ng"}],["path",{d:"m8.86 6.78-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8",key:"12cejc"}]]),Oy=zi("CopyCheck",[["path",{d:"m12 15 2 2 4-4",key:"2c609p"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]),Uy=zi("CopyMinus",[["line",{x1:"12",x2:"18",y1:"15",y2:"15",key:"1nscbv"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]),Ny=zi("CopyPlus",[["line",{x1:"15",x2:"15",y1:"12",y2:"18",key:"1p7wdc"}],["line",{x1:"12",x2:"18",y1:"15",y2:"15",key:"1nscbv"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]),Wy=zi("CopySlash",[["line",{x1:"12",x2:"18",y1:"18",y2:"12",key:"ebkxgr"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]),Zy=zi("CopyX",[["line",{x1:"12",x2:"18",y1:"12",y2:"18",key:"1rg63v"}],["line",{x1:"12",x2:"18",y1:"18",y2:"12",key:"ebkxgr"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]),Gy=zi("Copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]),Xy=zi("Copyleft",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66",key:"1sveal"}]]),Ky=zi("Copyright",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66",key:"1i56pz"}]]),Yy=zi("CornerDownLeft",[["polyline",{points:"9 10 4 15 9 20",key:"r3jprv"}],["path",{d:"M20 4v7a4 4 0 0 1-4 4H4",key:"6o5b7l"}]]),Jy=zi("CornerDownRight",[["polyline",{points:"15 10 20 15 15 20",key:"1q7qjw"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12",key:"z08zvw"}]]),$y=zi("CornerLeftDown",[["polyline",{points:"14 15 9 20 4 15",key:"nkc4i"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12",key:"nbpdq2"}]]),Qy=zi("CornerLeftUp",[["polyline",{points:"14 9 9 4 4 9",key:"m9oyvo"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4",key:"1blwi3"}]]),ep=zi("CornerRightDown",[["polyline",{points:"10 15 15 20 20 15",key:"axus6l"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12",key:"wcbgct"}]]),tp=zi("CornerRightUp",[["polyline",{points:"10 9 15 4 20 9",key:"1lr6px"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4",key:"1plgdj"}]]),ap=zi("CornerUpLeft",[["polyline",{points:"9 14 4 9 9 4",key:"881910"}],["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4",key:"1nkjon"}]]),rp=zi("CornerUpRight",[["polyline",{points:"15 14 20 9 15 4",key:"1tbx3s"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12",key:"1lu4f8"}]]),ip=zi("Cpu",[["rect",{width:"16",height:"16",x:"4",y:"4",rx:"2",key:"14l7u7"}],["rect",{width:"6",height:"6",x:"9",y:"9",rx:"1",key:"5aljv4"}],["path",{d:"M15 2v2",key:"13l42r"}],["path",{d:"M15 20v2",key:"15mkzm"}],["path",{d:"M2 15h2",key:"1gxd5l"}],["path",{d:"M2 9h2",key:"1bbxkp"}],["path",{d:"M20 15h2",key:"19e6y8"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M9 2v2",key:"165o2o"}],["path",{d:"M9 20v2",key:"i2bqo8"}]]),np=zi("CreativeCommons",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M10 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",key:"1ss3eq"}],["path",{d:"M17 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",key:"1od56t"}]]),op=zi("CreditCard",[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]]),lp=zi("Croissant",[["path",{d:"m4.6 13.11 5.79-3.21c1.89-1.05 4.79 1.78 3.71 3.71l-3.22 5.81C8.8 23.16.79 15.23 4.6 13.11Z",key:"1ozxlb"}],["path",{d:"m10.5 9.5-1-2.29C9.2 6.48 8.8 6 8 6H4.5C2.79 6 2 6.5 2 8.5a7.71 7.71 0 0 0 2 4.83",key:"ffuyb5"}],["path",{d:"M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4",key:"osnpzi"}],["path",{d:"m14.5 13.5 2.29 1c.73.3 1.21.7 1.21 1.5v3.5c0 1.71-.5 2.5-2.5 2.5a7.71 7.71 0 0 1-4.83-2",key:"1vubaw"}],["path",{d:"M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5",key:"wxr772"}]]),cp=zi("Crop",[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14",key:"ron5a4"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2",key:"7s9ehn"}]]),hp=zi("Cross",[["path",{d:"M11 2a2 2 0 0 0-2 2v5H4a2 2 0 0 0-2 2v2c0 1.1.9 2 2 2h5v5c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2v-5h5a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-5V4a2 2 0 0 0-2-2h-2z",key:"1t5g7j"}]]),dp=zi("Crosshair",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"22",x2:"18",y1:"12",y2:"12",key:"l9bcsi"}],["line",{x1:"6",x2:"2",y1:"12",y2:"12",key:"13hhkx"}],["line",{x1:"12",x2:"12",y1:"6",y2:"2",key:"10w3f3"}],["line",{x1:"12",x2:"12",y1:"22",y2:"18",key:"15g9kq"}]]),sp=zi("Crown",[["path",{d:"M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z",key:"1vdc57"}],["path",{d:"M5 21h14",key:"11awu3"}]]),yp=zi("Cuboid",[["path",{d:"m21.12 6.4-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66Z",key:"1u2ovd"}],["path",{d:"M10 22v-8L2.25 9.15",key:"11pn4q"}],["path",{d:"m10 14 11.77-6.87",key:"1kt1wh"}]]),pp=zi("CupSoda",[["path",{d:"m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8",key:"8166m8"}],["path",{d:"M5 8h14",key:"pcz4l3"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0",key:"yjz344"}],["path",{d:"m12 8 1-6h2",key:"3ybfa4"}]]),up=zi("Currency",[["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}],["line",{x1:"3",x2:"6",y1:"3",y2:"6",key:"1jkytn"}],["line",{x1:"21",x2:"18",y1:"3",y2:"6",key:"14zfjt"}],["line",{x1:"3",x2:"6",y1:"21",y2:"18",key:"iusuec"}],["line",{x1:"21",x2:"18",y1:"21",y2:"18",key:"yj2dd7"}]]),kp=zi("Cylinder",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5",key:"aqi0yr"}]]),mp=zi("Dam",[["path",{d:"M11 11.31c1.17.56 1.54 1.69 3.5 1.69 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"157kva"}],["path",{d:"M11.75 18c.35.5 1.45 1 2.75 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"d7q6m6"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M7 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1L10 4a1 1 0 0 0-1-1z",key:"pr6s65"}]]),gp=zi("DatabaseBackup",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 12a9 3 0 0 0 5 2.69",key:"1ui2ym"}],["path",{d:"M21 9.3V5",key:"6k6cib"}],["path",{d:"M3 5v14a9 3 0 0 0 6.47 2.88",key:"i62tjy"}],["path",{d:"M12 12v4h4",key:"1bxaet"}],["path",{d:"M13 20a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16",key:"1f4ei9"}]]),vp=zi("DatabaseZap",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 15 21.84",key:"14ibmq"}],["path",{d:"M21 5V8",key:"1marbg"}],["path",{d:"M21 12L18 17H22L19 22",key:"zafso"}],["path",{d:"M3 12A9 3 0 0 0 14.59 14.87",key:"1y4wr8"}]]),fp=zi("Database",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5",key:"1wlel7"}],["path",{d:"M3 12A9 3 0 0 0 21 12",key:"mv7ke4"}]]),Mp=zi("Delete",[["path",{d:"M10 5a2 2 0 0 0-1.344.519l-6.328 5.74a1 1 0 0 0 0 1.481l6.328 5.741A2 2 0 0 0 10 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z",key:"1yo7s0"}],["path",{d:"m12 9 6 6",key:"anjzzh"}],["path",{d:"m18 9-6 6",key:"1fp51s"}]]),xp=zi("Dessert",[["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}],["path",{d:"M10.2 3.2C5.5 4 2 8.1 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4 0c0-4.9-3.5-9-8.2-9.8",key:"lfo06j"}],["path",{d:"M3.2 14.8a9 9 0 0 0 17.6 0",key:"12xarc"}]]),wp=zi("Diameter",[["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["circle",{cx:"5",cy:"5",r:"2",key:"1gwv83"}],["path",{d:"M6.48 3.66a10 10 0 0 1 13.86 13.86",key:"xr8kdq"}],["path",{d:"m6.41 6.41 11.18 11.18",key:"uhpjw7"}],["path",{d:"M3.66 6.48a10 10 0 0 0 13.86 13.86",key:"cldpwv"}]]),Cp=zi("DiamondMinus",[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",key:"1ey20j"}],["path",{d:"M8 12h8",key:"1wcyev"}]]),Lp=zi("DiamondPercent",[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z",key:"1tpxz2"}],["path",{d:"M9.2 9.2h.01",key:"1b7bvt"}],["path",{d:"m14.5 9.5-5 5",key:"17q4r4"}],["path",{d:"M14.7 14.8h.01",key:"17nsh4"}]]),bp=zi("DiamondPlus",[["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",key:"1ey20j"}],["path",{d:"M8 12h8",key:"1wcyev"}]]),Sp=zi("Diamond",[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z",key:"1f1r0c"}]]),Ip=zi("Dice1",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]),_p=zi("Dice2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M15 9h.01",key:"x1ddxp"}],["path",{d:"M9 15h.01",key:"fzyn71"}]]),Ap=zi("Dice3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]),Rp=zi("Dice4",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 16h.01",key:"18s6g9"}],["path",{d:"M16 16h.01",key:"1f9h7w"}]]),qp=zi("Dice5",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 16h.01",key:"18s6g9"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]),Pp=zi("Dice6",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]),Tp=zi("Dices",[["rect",{width:"12",height:"12",x:"2",y:"10",rx:"2",ry:"2",key:"6agr2n"}],["path",{d:"m17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6",key:"1o487t"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 14h.01",key:"ssrbsk"}],["path",{d:"M15 6h.01",key:"cblpky"}],["path",{d:"M18 9h.01",key:"2061c0"}]]),zp=zi("Diff",[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]]),Hp=zi("Disc2",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]),Vp=zi("Disc3",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M6 12c0-1.7.7-3.2 1.8-4.2",key:"oqkarx"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M18 12c0 1.7-.7 3.2-1.8 4.2",key:"1eah9h"}]]),Bp=zi("DiscAlbum",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"5",key:"nd82uf"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]),Dp=zi("Disc",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]),Ep=zi("Divide",[["circle",{cx:"12",cy:"6",r:"1",key:"1bh7o1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12",key:"13b5wn"}],["circle",{cx:"12",cy:"18",r:"1",key:"lqb9t5"}]]),Fp=zi("DnaOff",[["path",{d:"M15 2c-1.35 1.5-2.092 3-2.5 4.5L14 8",key:"1bivrr"}],["path",{d:"m17 6-2.891-2.891",key:"xu6p2f"}],["path",{d:"M2 15c3.333-3 6.667-3 10-3",key:"nxix30"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"m20 9 .891.891",key:"3xwk7g"}],["path",{d:"M22 9c-1.5 1.35-3 2.092-4.5 2.5l-1-1",key:"18cutr"}],["path",{d:"M3.109 14.109 4 15",key:"q76aoh"}],["path",{d:"m6.5 12.5 1 1",key:"cs35ky"}],["path",{d:"m7 18 2.891 2.891",key:"1sisit"}],["path",{d:"M9 22c1.35-1.5 2.092-3 2.5-4.5L10 16",key:"rlvei3"}]]),jp=zi("Dna",[["path",{d:"m10 16 1.5 1.5",key:"11lckj"}],["path",{d:"m14 8-1.5-1.5",key:"1ohn8i"}],["path",{d:"M15 2c-1.798 1.998-2.518 3.995-2.807 5.993",key:"80uv8i"}],["path",{d:"m16.5 10.5 1 1",key:"696xn5"}],["path",{d:"m17 6-2.891-2.891",key:"xu6p2f"}],["path",{d:"M2 15c6.667-6 13.333 0 20-6",key:"1pyr53"}],["path",{d:"m20 9 .891.891",key:"3xwk7g"}],["path",{d:"M3.109 14.109 4 15",key:"q76aoh"}],["path",{d:"m6.5 12.5 1 1",key:"cs35ky"}],["path",{d:"m7 18 2.891 2.891",key:"1sisit"}],["path",{d:"M9 22c1.798-1.998 2.518-3.995 2.807-5.993",key:"q3hbxp"}]]),Op=zi("Dock",[["path",{d:"M2 8h20",key:"d11cs7"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 16h12",key:"u522kt"}]]),Up=zi("Dog",[["path",{d:"M11.25 16.25h1.5L12 17z",key:"w7jh35"}],["path",{d:"M16 14v.5",key:"1lajdz"}],["path",{d:"M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444a11.702 11.702 0 0 0-.493-3.309",key:"u7s9ue"}],["path",{d:"M8 14v.5",key:"1nzgdb"}],["path",{d:"M8.5 8.5c-.384 1.05-1.083 2.028-2.344 2.5-1.931.722-3.576-.297-3.656-1-.113-.994 1.177-6.53 4-7 1.923-.321 3.651.845 3.651 2.235A7.497 7.497 0 0 1 14 5.277c0-1.39 1.844-2.598 3.767-2.277 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5",key:"v8hric"}]]),Np=zi("DollarSign",[["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6",key:"1b0p4s"}]]),Wp=zi("Donut",[["path",{d:"M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4 10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3",key:"19sr3x"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]),Zp=zi("DoorClosed",[["path",{d:"M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14",key:"36qu9e"}],["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"M14 12v.01",key:"xfcn54"}]]),Gp=zi("DoorOpen",[["path",{d:"M13 4h3a2 2 0 0 1 2 2v14",key:"hrm0s9"}],["path",{d:"M2 20h3",key:"1gaodv"}],["path",{d:"M13 20h9",key:"s90cdi"}],["path",{d:"M10 12v.01",key:"vx6srw"}],["path",{d:"M13 4.562v16.157a1 1 0 0 1-1.242.97L5 20V5.562a2 2 0 0 1 1.515-1.94l4-1A2 2 0 0 1 13 4.561Z",key:"199qr4"}]]),Xp=zi("Dot",[["circle",{cx:"12.1",cy:"12.1",r:"1",key:"18d7e5"}]]),Kp=zi("Download",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"7 10 12 15 17 10",key:"2ggqvy"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3",key:"1vk2je"}]]),Yp=zi("DraftingCompass",[["path",{d:"m12.99 6.74 1.93 3.44",key:"iwagvd"}],["path",{d:"M19.136 12a10 10 0 0 1-14.271 0",key:"ppmlo4"}],["path",{d:"m21 21-2.16-3.84",key:"vylbct"}],["path",{d:"m3 21 8.02-14.26",key:"1ssaw4"}],["circle",{cx:"12",cy:"5",r:"2",key:"f1ur92"}]]),Jp=zi("Drama",[["path",{d:"M10 11h.01",key:"d2at3l"}],["path",{d:"M14 6h.01",key:"k028ub"}],["path",{d:"M18 6h.01",key:"1v4wsw"}],["path",{d:"M6.5 13.1h.01",key:"1748ia"}],["path",{d:"M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3",key:"172yzv"}],["path",{d:"M17.4 9.9c-.8.8-2 .8-2.8 0",key:"1obv0w"}],["path",{d:"M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7",key:"rqjl8i"}],["path",{d:"M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4",key:"1mr6wy"}]]),$p=zi("Dribbble",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94",key:"hpej1"}],["path",{d:"M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32",key:"1tr44o"}],["path",{d:"M8.56 2.75c4.37 6 6 9.42 8 17.72",key:"kbh691"}]]),Qp=zi("Drill",[["path",{d:"M14 9c0 .6-.4 1-1 1H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9c.6 0 1 .4 1 1Z",key:"b6nnkj"}],["path",{d:"M18 6h4",key:"66u95g"}],["path",{d:"M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3",key:"105ega"}],["path",{d:"m5 10-2 8",key:"xt2lic"}],["path",{d:"M12 10v3c0 .6-.4 1-1 1H8",key:"mwpjnk"}],["path",{d:"m7 18 2-8",key:"1bzku2"}],["path",{d:"M5 22c-1.7 0-3-1.3-3-3 0-.6.4-1 1-1h7c.6 0 1 .4 1 1v2c0 .6-.4 1-1 1Z",key:"117add"}]]),eu=zi("Droplet",[["path",{d:"M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z",key:"c7niix"}]]),tu=zi("Droplets",[["path",{d:"M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z",key:"1ptgy4"}],["path",{d:"M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97",key:"1sl1rz"}]]),au=zi("Drum",[["path",{d:"m2 2 8 8",key:"1v6059"}],["path",{d:"m22 2-8 8",key:"173r8a"}],["ellipse",{cx:"12",cy:"9",rx:"10",ry:"5",key:"liohsx"}],["path",{d:"M7 13.4v7.9",key:"1yi6u9"}],["path",{d:"M12 14v8",key:"1tn2tj"}],["path",{d:"M17 13.4v7.9",key:"eqz2v3"}],["path",{d:"M2 9v8a10 5 0 0 0 20 0V9",key:"1750ul"}]]),ru=zi("Drumstick",[["path",{d:"M15.4 15.63a7.875 6 135 1 1 6.23-6.23 4.5 3.43 135 0 0-6.23 6.23",key:"1dtqwm"}],["path",{d:"m8.29 12.71-2.6 2.6a2.5 2.5 0 1 0-1.65 4.65A2.5 2.5 0 1 0 8.7 18.3l2.59-2.59",key:"1oq1fw"}]]),iu=zi("Dumbbell",[["path",{d:"M14.4 14.4 9.6 9.6",key:"ic80wn"}],["path",{d:"M18.657 21.485a2 2 0 1 1-2.829-2.828l-1.767 1.768a2 2 0 1 1-2.829-2.829l6.364-6.364a2 2 0 1 1 2.829 2.829l-1.768 1.767a2 2 0 1 1 2.828 2.829z",key:"nnl7wr"}],["path",{d:"m21.5 21.5-1.4-1.4",key:"1f1ice"}],["path",{d:"M3.9 3.9 2.5 2.5",key:"1evmna"}],["path",{d:"M6.404 12.768a2 2 0 1 1-2.829-2.829l1.768-1.767a2 2 0 1 1-2.828-2.829l2.828-2.828a2 2 0 1 1 2.829 2.828l1.767-1.768a2 2 0 1 1 2.829 2.829z",key:"yhosts"}]]),nu=zi("EarOff",[["path",{d:"M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46",key:"1qngmn"}],["path",{d:"M6 8.5c0-.75.13-1.47.36-2.14",key:"b06bma"}],["path",{d:"M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76",key:"g10hsz"}],["path",{d:"M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18",key:"ygzou7"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),ou=zi("Ear",[["path",{d:"M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0",key:"1dfaln"}],["path",{d:"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4",key:"1qnva7"}]]),lu=zi("EarthLock",[["path",{d:"M7 3.34V5a3 3 0 0 0 3 3",key:"w732o8"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",key:"f02343"}],["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54",key:"1djwo0"}],["path",{d:"M12 2a10 10 0 1 0 9.54 13",key:"zjsr6q"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2",key:"1of5e8"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1",key:"1fmf51"}]]),cu=zi("Earth",[["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54",key:"1djwo0"}],["path",{d:"M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17",key:"1tzkfa"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",key:"14pb5j"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),hu=zi("Eclipse",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a7 7 0 1 0 10 10",key:"1yuj32"}]]),du=zi("EggFried",[["circle",{cx:"11.5",cy:"12.5",r:"3.5",key:"1cl1mi"}],["path",{d:"M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z",key:"165ef9"}]]),su=zi("EggOff",[["path",{d:"M6.399 6.399C5.362 8.157 4.65 10.189 4.5 12c-.37 4.43 1.27 9.95 7.5 10 3.256-.026 5.259-1.547 6.375-3.625",key:"6et380"}],["path",{d:"M19.532 13.875A14.07 14.07 0 0 0 19.5 12c-.36-4.34-3.95-9.96-7.5-10-1.04.012-2.082.502-3.046 1.297",key:"gcdc3f"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),yu=zi("Egg",[["path",{d:"M12 22c6.23-.05 7.87-5.57 7.5-10-.36-4.34-3.95-9.96-7.5-10-3.55.04-7.14 5.66-7.5 10-.37 4.43 1.27 9.95 7.5 10z",key:"1c39pg"}]]),pu=zi("EllipsisVertical",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}]]),uu=zi("Ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]),ku=zi("EqualNot",[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}]]),mu=zi("Equal",[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}]]),gu=zi("Eraser",[["path",{d:"m7 21-4.3-4.3c-1-1-1-2.5 0-3.4l9.6-9.6c1-1 2.5-1 3.4 0l5.6 5.6c1 1 1 2.5 0 3.4L13 21",key:"182aya"}],["path",{d:"M22 21H7",key:"t4ddhn"}],["path",{d:"m5 11 9 9",key:"1mo9qw"}]]),vu=zi("EthernetPort",[["path",{d:"m15 20 3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3z",key:"rbahqx"}],["path",{d:"M6 8v1",key:"1636ez"}],["path",{d:"M10 8v1",key:"1talb4"}],["path",{d:"M14 8v1",key:"1rsfgr"}],["path",{d:"M18 8v1",key:"gnkwox"}]]),fu=zi("Euro",[["path",{d:"M4 10h12",key:"1y6xl8"}],["path",{d:"M4 14h9",key:"1loblj"}],["path",{d:"M19 6a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8 2 0 3.8-.8 5.2-2",key:"1j6lzo"}]]),Mu=zi("Expand",[["path",{d:"m21 21-6-6m6 6v-4.8m0 4.8h-4.8",key:"1c15vz"}],["path",{d:"M3 16.2V21m0 0h4.8M3 21l6-6",key:"1fsnz2"}],["path",{d:"M21 7.8V3m0 0h-4.8M21 3l-6 6",key:"hawz9i"}],["path",{d:"M3 7.8V3m0 0h4.8M3 3l6 6",key:"u9ee12"}]]),xu=zi("ExternalLink",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]]),wu=zi("EyeOff",[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),Cu=zi("Eye",[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]),Lu=zi("Facebook",[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z",key:"1jg4f8"}]]),bu=zi("Factory",[["path",{d:"M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"159hny"}],["path",{d:"M17 18h1",key:"uldtlt"}],["path",{d:"M12 18h1",key:"s9uhes"}],["path",{d:"M7 18h1",key:"1neino"}]]),Su=zi("Fan",[["path",{d:"M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z",key:"484a7f"}],["path",{d:"M12 12v.01",key:"u5ubse"}]]),Iu=zi("FastForward",[["polygon",{points:"13 19 22 12 13 5 13 19",key:"587y9g"}],["polygon",{points:"2 19 11 12 2 5 2 19",key:"3pweh0"}]]),_u=zi("Feather",[["path",{d:"M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z",key:"18jl4k"}],["path",{d:"M16 8 2 22",key:"vp34q"}],["path",{d:"M17.5 15H9",key:"1oz8nu"}]]),Au=zi("Fence",[["path",{d:"M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"1n2rgs"}],["path",{d:"M6 8h4",key:"utf9t1"}],["path",{d:"M6 18h4",key:"12yh4b"}],["path",{d:"m12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"3ha7mj"}],["path",{d:"M14 8h4",key:"1r8wg2"}],["path",{d:"M14 18h4",key:"1t3kbu"}],["path",{d:"m20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"dfd4e2"}]]),Ru=zi("FerrisWheel",[["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m6.8 15-3.5 2",key:"hjy98k"}],["path",{d:"m20.7 7-3.5 2",key:"f08gto"}],["path",{d:"M6.8 9 3.3 7",key:"1aevh4"}],["path",{d:"m20.7 17-3.5-2",key:"1liqo3"}],["path",{d:"m9 22 3-8 3 8",key:"wees03"}],["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M18 18.7a9 9 0 1 0-12 0",key:"dhzg4g"}]]),qu=zi("Figma",[["path",{d:"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z",key:"1340ok"}],["path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z",key:"1hz3m3"}],["path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z",key:"1oz8n2"}],["path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z",key:"1ff65i"}],["path",{d:"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z",key:"pdip6e"}]]),Pu=zi("FileArchive",[["path",{d:"M10 12v-1",key:"v7bkov"}],["path",{d:"M10 18v-2",key:"1cjy8d"}],["path",{d:"M10 7V6",key:"dljcrl"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 .274 1.01",key:"gkbcor"}],["circle",{cx:"10",cy:"20",r:"2",key:"1xzdoj"}]]),Tu=zi("FileAudio2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2",key:"17k7jt"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"3",cy:"17",r:"1",key:"vo6nti"}],["path",{d:"M2 17v-3a4 4 0 0 1 8 0v3",key:"1ggdre"}],["circle",{cx:"9",cy:"17",r:"1",key:"bc1fq4"}]]),zu=zi("FileAudio",[["path",{d:"M17.5 22h.5a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"rslqgf"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 19a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 1 1-4 0v-1a2 2 0 1 1 4 0",key:"9f7x3i"}]]),Hu=zi("FileAxis3d",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 18 4-4",key:"12zab0"}],["path",{d:"M8 10v8h8",key:"tlaukw"}]]),Vu=zi("FileBadge2",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m14 12.5 1 5.5-3-1-3 1 1-5.5",key:"14xlky"}]]),Bu=zi("FileBadge",[["path",{d:"M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"12ixgl"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M5 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",key:"u0c8gj"}],["path",{d:"M7 16.5 8 22l-3-1-3 1 1-5.5",key:"5gm2nr"}]]),Du=zi("FileBox",[["path",{d:"M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"16lz6z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01Z",key:"99pj1s"}],["path",{d:"M7 17v5",key:"1yj1jh"}],["path",{d:"M11.7 14.2 7 17l-4.7-2.8",key:"1yk8tc"}]]),Eu=zi("FileChartColumnIncreasing",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 18v-2",key:"qcmpov"}],["path",{d:"M12 18v-4",key:"q1q25u"}],["path",{d:"M16 18v-6",key:"15y0np"}]]),Fu=zi("FileChartColumn",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 18v-1",key:"zg0ygc"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"M16 18v-3",key:"j5jt4h"}]]),ju=zi("FileChartLine",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m16 13-3.5 3.5-2-2L8 17",key:"zz7yod"}]]),Ou=zi("FileChartPie",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.5",key:"13ddob"}],["path",{d:"M4.017 11.512a6 6 0 1 0 8.466 8.475",key:"s6vs5t"}],["path",{d:"M9 16a1 1 0 0 1-1-1v-4c0-.552.45-1.008.995-.917a6 6 0 0 1 4.922 4.922c.091.544-.365.995-.917.995z",key:"1dl6s6"}]]),Uu=zi("FileCheck2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m3 15 2 2 4-4",key:"1lhrkk"}]]),Nu=zi("FileCheck",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m9 15 2 2 4-4",key:"1grp1n"}]]),Wu=zi("FileClock",[["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"37hlfg"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"8",cy:"16",r:"6",key:"10v15b"}],["path",{d:"M9.5 17.5 8 16.25V14",key:"1o80t2"}]]),Zu=zi("FileCode2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m5 12-3 3 3 3",key:"oke12k"}],["path",{d:"m9 18 3-3-3-3",key:"112psh"}]]),Gu=zi("FileCode",[["path",{d:"M10 12.5 8 15l2 2.5",key:"1tg20x"}],["path",{d:"m14 12.5 2 2.5-2 2.5",key:"yinavb"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}]]),Xu=zi("FileCog",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m3.2 12.9-.9-.4",key:"1i3dj5"}],["path",{d:"m3.2 15.1-.9.4",key:"1fvgj0"}],["path",{d:"M4.677 21.5a2 2 0 0 0 1.313.5H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2.5",key:"1yo3oz"}],["path",{d:"m4.9 11.2-.4-.9",key:"otmhb9"}],["path",{d:"m4.9 16.8-.4.9",key:"1b8z07"}],["path",{d:"m7.5 10.3-.4.9",key:"11k65u"}],["path",{d:"m7.5 17.7-.4-.9",key:"431x55"}],["path",{d:"m9.7 12.5-.9.4",key:"87sjan"}],["path",{d:"m9.7 15.5-.9-.4",key:"khqm91"}],["circle",{cx:"6",cy:"14",r:"3",key:"a1xfv6"}]]),Ku=zi("FileDiff",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M9 17h6",key:"r8uit2"}]]),Yu=zi("FileDigit",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"4",height:"6",x:"2",y:"12",rx:"2",key:"jm304g"}],["path",{d:"M10 12h2v6",key:"12zw74"}],["path",{d:"M10 18h4",key:"1ulq68"}]]),Ju=zi("FileDown",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"m9 15 3 3 3-3",key:"1npd3o"}]]),$u=zi("FileHeart",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2",key:"17k7jt"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10.29 10.7a2.43 2.43 0 0 0-2.66-.52c-.29.12-.56.3-.78.53l-.35.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L6.5 18l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",key:"1c1fso"}]]),Qu=zi("FileImage",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"10",cy:"12",r:"2",key:"737tya"}],["path",{d:"m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22",key:"wt3hpn"}]]),ek=zi("FileInput",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 15h10",key:"jfw4w8"}],["path",{d:"m9 18 3-3-3-3",key:"112psh"}]]),tk=zi("FileJson2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1",key:"fq0c9t"}],["path",{d:"M8 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1",key:"4gibmv"}]]),ak=zi("FileJson",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1",key:"1oajmo"}],["path",{d:"M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1",key:"mpwhp6"}]]),rk=zi("FileKey2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v6",key:"rc0qvx"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"4",cy:"16",r:"2",key:"1ehqvc"}],["path",{d:"m10 10-4.5 4.5",key:"7fwrp6"}],["path",{d:"m9 11 1 1",key:"wa6s5q"}]]),ik=zi("FileKey",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["circle",{cx:"10",cy:"16",r:"2",key:"4ckbqe"}],["path",{d:"m16 10-4.5 4.5",key:"7p3ebg"}],["path",{d:"m15 11 1 1",key:"1bsyx3"}]]),nk=zi("FileLock2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1",key:"jmtmu2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"8",height:"5",x:"2",y:"13",rx:"1",key:"10y5wo"}],["path",{d:"M8 13v-2a2 2 0 1 0-4 0v2",key:"1pdxzg"}]]),ok=zi("FileLock",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["rect",{width:"8",height:"6",x:"8",y:"12",rx:"1",key:"3yr8at"}],["path",{d:"M10 12v-2a2 2 0 1 1 4 0v2",key:"j4i8d"}]]),lk=zi("FileMinus2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 15h6",key:"4e2qda"}]]),ck=zi("FileMinus",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}]]),hk=zi("FileMusic",[["circle",{cx:"14",cy:"16",r:"2",key:"1bzzi3"}],["circle",{cx:"6",cy:"18",r:"2",key:"1fncim"}],["path",{d:"M4 12.4V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2h-7.5",key:"skc018"}],["path",{d:"M8 18v-7.7L16 9v7",key:"1oie6o"}]]),dk=zi("FileOutput",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 7V4a2 2 0 0 1 2-2 2 2 0 0 0-2 2",key:"1vk7w2"}],["path",{d:"M4.063 20.999a2 2 0 0 0 2 1L18 22a2 2 0 0 0 2-2V7l-5-5H6",key:"1jink5"}],["path",{d:"m5 11-3 3",key:"1dgrs4"}],["path",{d:"m5 17-3-3h10",key:"1mvvaf"}]]),sk=zi("FilePenLine",[["path",{d:"m18 5-2.414-2.414A2 2 0 0 0 14.172 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2",key:"142zxg"}],["path",{d:"M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"2t3380"}],["path",{d:"M8 18h1",key:"13wk12"}]]),yk=zi("FilePen",[["path",{d:"M12.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v9.5",key:"1couwa"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1y4qbx"}]]),pk=zi("FilePlus2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 15h6",key:"4e2qda"}],["path",{d:"M6 12v6",key:"1u72j0"}]]),uk=zi("FilePlus",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}],["path",{d:"M12 18v-6",key:"17g6i2"}]]),kk=zi("FileQuestion",[["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}]]),mk=zi("FileScan",[["path",{d:"M20 10V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4",key:"1rdf37"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M16 14a2 2 0 0 0-2 2",key:"ceaadl"}],["path",{d:"M20 14a2 2 0 0 1 2 2",key:"1ny6zw"}],["path",{d:"M20 22a2 2 0 0 0 2-2",key:"1l9q4k"}],["path",{d:"M16 22a2 2 0 0 1-2-2",key:"1wqh5n"}]]),gk=zi("FileSearch2",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5",key:"1bq0ko"}],["path",{d:"M13.3 16.3 15 18",key:"2quom7"}]]),vk=zi("FileSearch",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4.268 21a2 2 0 0 0 1.727 1H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"ms7g94"}],["path",{d:"m9 18-1.5-1.5",key:"1j6qii"}],["circle",{cx:"5",cy:"14",r:"3",key:"ufru5t"}]]),fk=zi("FileSliders",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M10 11v2",key:"1s651w"}],["path",{d:"M8 17h8",key:"wh5c61"}],["path",{d:"M14 16v2",key:"12fp5e"}]]),Mk=zi("FileSpreadsheet",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 13h2",key:"yr2amv"}],["path",{d:"M14 13h2",key:"un5t4a"}],["path",{d:"M8 17h2",key:"2yhykz"}],["path",{d:"M14 17h2",key:"10kma7"}]]),xk=zi("FileStack",[["path",{d:"M21 7h-3a2 2 0 0 1-2-2V2",key:"9rb54x"}],["path",{d:"M21 6v6.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5v-9c0-.8.7-1.5 1.5-1.5H17Z",key:"1059l0"}],["path",{d:"M7 8v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H15",key:"16874u"}],["path",{d:"M3 12v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H11",key:"k2ox98"}]]),wk=zi("FileSymlink",[["path",{d:"m10 18 3-3-3-3",key:"18f6ys"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 11V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7",key:"50q2rw"}]]),Ck=zi("FileTerminal",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 16 2-2-2-2",key:"10vzyd"}],["path",{d:"M12 18h4",key:"1wd2n7"}]]),Lk=zi("FileText",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]]),bk=zi("FileType2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 13v-1h6v1",key:"1dh9dg"}],["path",{d:"M5 12v6",key:"150t9c"}],["path",{d:"M4 18h2",key:"1xrofg"}]]),Sk=zi("FileType",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 13v-1h6v1",key:"1bb014"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M11 18h2",key:"12mj7e"}]]),Ik=zi("FileUp",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"m15 15-3-3-3 3",key:"15xj92"}]]),_k=zi("FileVideo2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"8",height:"6",x:"2",y:"12",rx:"1",key:"1a6c1e"}],["path",{d:"m10 15.5 4 2.5v-6l-4 2.5",key:"t7cp39"}]]),Ak=zi("FileVideo",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m10 11 5 3-5 3v-6Z",key:"7ntvm4"}]]),Rk=zi("FileVolume2",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M11.5 13.5a2.5 2.5 0 0 1 0 3",key:"1fccat"}],["path",{d:"M15 12a5 5 0 0 1 0 6",key:"ps46cm"}]]),qk=zi("FileVolume",[["path",{d:"M11 11a5 5 0 0 1 0 6",key:"193qb2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4.268 21A2 2 0 0 0 6 22h12a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"1x9xgf"}],["path",{d:"m7 10-3 2H2v4h2l3 2z",key:"1ln807"}]]),Pk=zi("FileWarning",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]),Tk=zi("FileX2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 12.5-5 5",key:"b853mi"}],["path",{d:"m3 12.5 5 5",key:"1qls4r"}]]),zk=zi("FileX",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m14.5 12.5-5 5",key:"b62r18"}],["path",{d:"m9.5 12.5 5 5",key:"1rk7el"}]]),Hk=zi("File",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}]]),Vk=zi("Files",[["path",{d:"M20 7h-3a2 2 0 0 1-2-2V2",key:"x099mo"}],["path",{d:"M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z",key:"18t6ie"}],["path",{d:"M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8",key:"1nja0z"}]]),Bk=zi("Film",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 3v18",key:"bbkbws"}],["path",{d:"M3 7.5h4",key:"zfgn84"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 16.5h4",key:"1230mu"}],["path",{d:"M17 3v18",key:"in4fa5"}],["path",{d:"M17 7.5h4",key:"myr1c1"}],["path",{d:"M17 16.5h4",key:"go4c1d"}]]),Dk=zi("FilterX",[["path",{d:"M13.013 3H2l8 9.46V19l4 2v-8.54l.9-1.055",key:"1fi1da"}],["path",{d:"m22 3-5 5",key:"12jva0"}],["path",{d:"m17 3 5 5",key:"k36vhe"}]]),Ek=zi("Filter",[["polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3",key:"1yg77f"}]]),Fk=zi("Fingerprint",[["path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4",key:"1nerag"}],["path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88",key:"o46ks0"}],["path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02",key:"ptglia"}],["path",{d:"M2 12a10 10 0 0 1 18-6",key:"ydlgp0"}],["path",{d:"M2 16h.01",key:"1gqxmh"}],["path",{d:"M21.8 16c.2-2 .131-5.354 0-6",key:"drycrb"}],["path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2",key:"1tidbn"}],["path",{d:"M8.65 22c.21-.66.45-1.32.57-2",key:"13wd9y"}],["path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2",key:"1fr1j5"}]]),jk=zi("FireExtinguisher",[["path",{d:"M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5",key:"sqyvz"}],["path",{d:"M9 18h8",key:"i7pszb"}],["path",{d:"M18 3h-3",key:"7idoqj"}],["path",{d:"M11 3a6 6 0 0 0-6 6v11",key:"1v5je3"}],["path",{d:"M5 13h4",key:"svpcxo"}],["path",{d:"M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z",key:"vsjego"}]]),Ok=zi("FishOff",[["path",{d:"M18 12.47v.03m0-.5v.47m-.475 5.056A6.744 6.744 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6 .348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.802 8.802 0 0 1 15 6c3.56 0 6.06 2.54 7 6-.309 1.14-.786 2.177-1.413 3.058",key:"1j1hse"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.77 9.77 0 0 1 16 6.07m0 11.86a9.77 9.77 0 0 1-1.728-3.618",key:"1q46z8"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 2l20 20",key:"1407gh"}]]),Uk=zi("FishSymbol",[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8",key:"h4oh4o"}]]),Nk=zi("Fish",[["path",{d:"M6.5 12c.94-3.46 4.94-6 8.5-6 3.56 0 6.06 2.54 7 6-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6Z",key:"15baut"}],["path",{d:"M18 12v.5",key:"18hhni"}],["path",{d:"M16 17.93a9.77 9.77 0 0 1 0-11.86",key:"16dt7o"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33",key:"l9di03"}],["path",{d:"M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4",key:"1kjonw"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98",key:"1zlm23"}]]),Wk=zi("FlagOff",[["path",{d:"M8 2c3 0 5 2 8 2s4-1 4-1v11",key:"9rwyz9"}],["path",{d:"M4 22V4",key:"1plyxx"}],["path",{d:"M4 15s1-1 4-1 5 2 8 2",key:"1myooe"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),Zk=zi("FlagTriangleLeft",[["path",{d:"M17 22V2L7 7l10 5",key:"1rmf0r"}]]),Gk=zi("FlagTriangleRight",[["path",{d:"M7 22V2l10 5-10 5",key:"17n18y"}]]),Xk=zi("Flag",[["path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z",key:"i9b6wo"}],["line",{x1:"4",x2:"4",y1:"22",y2:"15",key:"1cm3nv"}]]),Kk=zi("FlameKindling",[["path",{d:"M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2Z",key:"1ir223"}],["path",{d:"m5 22 14-4",key:"1brv4h"}],["path",{d:"m5 18 14 4",key:"lgyyje"}]]),Yk=zi("Flame",[["path",{d:"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z",key:"96xj49"}]]),Jk=zi("FlashlightOff",[["path",{d:"M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4",key:"1r120k"}],["path",{d:"M7 2h11v4c0 2-2 2-2 4v1",key:"dz1920"}],["line",{x1:"11",x2:"18",y1:"6",y2:"6",key:"bi1vpe"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),$k=zi("Flashlight",[["path",{d:"M18 6c0 2-2 2-2 4v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4V2h12z",key:"1orkel"}],["line",{x1:"6",x2:"18",y1:"6",y2:"6",key:"1z11jq"}],["line",{x1:"12",x2:"12",y1:"12",y2:"12",key:"1f4yc1"}]]),Qk=zi("FlaskConicalOff",[["path",{d:"M10 10 4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-1.272-2.542",key:"59ek9y"}],["path",{d:"M10 2v2.343",key:"15t272"}],["path",{d:"M14 2v6.343",key:"sxr80q"}],["path",{d:"M8.5 2h7",key:"csnxdl"}],["path",{d:"M7 16h9",key:"t5njau"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),em=zi("FlaskConical",[["path",{d:"M10 2v7.527a2 2 0 0 1-.211.896L4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-5.069-10.127A2 2 0 0 1 14 9.527V2",key:"pzvekw"}],["path",{d:"M8.5 2h7",key:"csnxdl"}],["path",{d:"M7 16h10",key:"wp8him"}]]),tm=zi("FlaskRound",[["path",{d:"M10 2v7.31",key:"5d1hyh"}],["path",{d:"M14 9.3V1.99",key:"14k4l0"}],["path",{d:"M8.5 2h7",key:"csnxdl"}],["path",{d:"M14 9.3a6.5 6.5 0 1 1-4 0",key:"1r8fvy"}],["path",{d:"M5.52 16h12.96",key:"46hh1i"}]]),am=zi("FlipHorizontal2",[["path",{d:"m3 7 5 5-5 5V7",key:"couhi7"}],["path",{d:"m21 7-5 5 5 5V7",key:"6ouia7"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]]),rm=zi("FlipHorizontal",[["path",{d:"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3",key:"1i73f7"}],["path",{d:"M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3",key:"saxlbk"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]]),im=zi("FlipVertical2",[["path",{d:"m17 3-5 5-5-5h10",key:"1ftt6x"}],["path",{d:"m17 21-5-5-5 5h10",key:"1m0wmu"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]]),nm=zi("FlipVertical",[["path",{d:"M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3",key:"14bfxa"}],["path",{d:"M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3",key:"14rx03"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]]),om=zi("Flower2",[["path",{d:"M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1",key:"3pnvol"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["path",{d:"M12 10v12",key:"6ubwww"}],["path",{d:"M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z",key:"9hd38g"}],["path",{d:"M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z",key:"ufn41s"}]]),lm=zi("Flower",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 16.5A4.5 4.5 0 1 1 7.5 12 4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 1 1 4.5 4.5 4.5 4.5 0 1 1-4.5 4.5",key:"14wa3c"}],["path",{d:"M12 7.5V9",key:"1oy5b0"}],["path",{d:"M7.5 12H9",key:"eltsq1"}],["path",{d:"M16.5 12H15",key:"vk5kw4"}],["path",{d:"M12 16.5V15",key:"k7eayi"}],["path",{d:"m8 8 1.88 1.88",key:"nxy4qf"}],["path",{d:"M14.12 9.88 16 8",key:"1lst6k"}],["path",{d:"m8 16 1.88-1.88",key:"h2eex1"}],["path",{d:"M14.12 14.12 16 16",key:"uqkrx3"}]]),cm=zi("Focus",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]]),hm=zi("FoldHorizontal",[["path",{d:"M2 12h6",key:"1wqiqv"}],["path",{d:"M22 12h-6",key:"1eg9hc"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m19 9-3 3 3 3",key:"12ol22"}],["path",{d:"m5 15 3-3-3-3",key:"1kdhjc"}]]),dm=zi("FoldVertical",[["path",{d:"M12 22v-6",key:"6o8u61"}],["path",{d:"M12 8V2",key:"1wkif3"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}],["path",{d:"m15 19-3-3-3 3",key:"e37ymu"}],["path",{d:"m15 5-3 3-3-3",key:"19d6lf"}]]),sm=zi("FolderArchive",[["circle",{cx:"15",cy:"19",r:"2",key:"u2pros"}],["path",{d:"M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1",key:"1jj40k"}],["path",{d:"M15 11v-1",key:"cntcp"}],["path",{d:"M15 17v-2",key:"1279jj"}]]),ym=zi("FolderCheck",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"m9 13 2 2 4-4",key:"6343dt"}]]),pm=zi("FolderClock",[["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}],["path",{d:"M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2",key:"1urifu"}],["path",{d:"M16 14v2l1 1",key:"xth2jh"}]]),um=zi("FolderClosed",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M2 10h20",key:"1ir3d8"}]]),km=zi("FolderCode",[["path",{d:"M10 10.5 8 13l2 2.5",key:"m4t9c1"}],["path",{d:"m14 10.5 2 2.5-2 2.5",key:"14w2eb"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z",key:"1u1bxd"}]]),mm=zi("FolderCog",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.3",key:"1k8050"}],["path",{d:"m21.7 19.4-.9-.3",key:"1qgwi9"}],["path",{d:"m15.2 16.9-.9-.3",key:"1t7mvx"}],["path",{d:"m16.6 21.7.3-.9",key:"1j67ps"}],["path",{d:"m19.1 15.2.3-.9",key:"18r7jp"}],["path",{d:"m19.6 21.7-.4-1",key:"z2vh2"}],["path",{d:"m16.8 15.3-.4-1",key:"1ei7r6"}],["path",{d:"m14.3 19.6 1-.4",key:"11sv9r"}],["path",{d:"m20.7 16.8 1-.4",key:"19m87a"}]]),gm=zi("FolderDot",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["circle",{cx:"12",cy:"13",r:"1",key:"49l61u"}]]),vm=zi("FolderDown",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"m15 13-3 3-3-3",key:"6j2sf0"}]]),fm=zi("FolderGit2",[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5",key:"1w6njk"}],["circle",{cx:"13",cy:"12",r:"2",key:"1j92g6"}],["path",{d:"M18 19c-2.8 0-5-2.2-5-5v8",key:"pkpw2h"}],["circle",{cx:"20",cy:"19",r:"2",key:"1obnsp"}]]),Mm=zi("FolderGit",[["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M14 13h3",key:"1dgedf"}],["path",{d:"M7 13h3",key:"1pygq7"}]]),xm=zi("FolderHeart",[["path",{d:"M11 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v1.5",key:"6hud8k"}],["path",{d:"M13.9 17.45c-1.2-1.2-1.14-2.8-.2-3.73a2.43 2.43 0 0 1 3.44 0l.36.34.34-.34a2.43 2.43 0 0 1 3.45-.01c.95.95 1 2.53-.2 3.74L17.5 21Z",key:"wpff58"}]]),wm=zi("FolderInput",[["path",{d:"M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1",key:"fm4g5t"}],["path",{d:"M2 13h10",key:"pgb2dq"}],["path",{d:"m9 16 3-3-3-3",key:"6m91ic"}]]),Cm=zi("FolderKanban",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["path",{d:"M8 10v4",key:"tgpxqk"}],["path",{d:"M12 10v2",key:"hh53o1"}],["path",{d:"M16 10v6",key:"1d6xys"}]]),Lm=zi("FolderKey",[["circle",{cx:"16",cy:"20",r:"2",key:"1vifvg"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2",key:"3hgo9p"}],["path",{d:"m22 14-4.5 4.5",key:"1ef6z8"}],["path",{d:"m21 15 1 1",key:"1ejcpy"}]]),bm=zi("FolderLock",[["rect",{width:"8",height:"5",x:"14",y:"17",rx:"1",key:"19aais"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2.5",key:"1w6v7t"}],["path",{d:"M20 17v-2a2 2 0 1 0-4 0v2",key:"pwaxnr"}]]),Sm=zi("FolderMinus",[["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]),Im=zi("FolderOpenDot",[["path",{d:"m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2",key:"1nmvlm"}],["circle",{cx:"14",cy:"15",r:"1",key:"1gm4qj"}]]),_m=zi("FolderOpen",[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]]),Am=zi("FolderOutput",[["path",{d:"M2 7.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-1.5",key:"1yk7aj"}],["path",{d:"M2 13h10",key:"pgb2dq"}],["path",{d:"m5 10-3 3 3 3",key:"1r8ie0"}]]),Rm=zi("FolderPen",[["path",{d:"M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5",key:"a8xqs0"}],["path",{d:"M11.378 13.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1saktj"}]]),qm=zi("FolderPlus",[["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]),Pm=zi("FolderRoot",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}],["path",{d:"M12 15v5",key:"11xva1"}]]),Tm=zi("FolderSearch2",[["circle",{cx:"11.5",cy:"12.5",r:"2.5",key:"1ea5ju"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M13.3 14.3 15 16",key:"1y4v1n"}]]),zm=zi("FolderSearch",[["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["path",{d:"M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1",key:"1bw5m7"}],["path",{d:"m21 21-1.5-1.5",key:"3sg1j"}]]),Hm=zi("FolderSymlink",[["path",{d:"M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7",key:"x1c07l"}],["path",{d:"m8 16 3-3-3-3",key:"rlqrt1"}]]),Vm=zi("FolderSync",[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5",key:"1dkoa9"}],["path",{d:"M12 10v4h4",key:"1czhmt"}],["path",{d:"m12 14 1.535-1.605a5 5 0 0 1 8 1.5",key:"lvuxfi"}],["path",{d:"M22 22v-4h-4",key:"1ewp4q"}],["path",{d:"m22 18-1.535 1.605a5 5 0 0 1-8-1.5",key:"14ync0"}]]),Bm=zi("FolderTree",[["path",{d:"M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"hod4my"}],["path",{d:"M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"w4yl2u"}],["path",{d:"M3 5a2 2 0 0 0 2 2h3",key:"f2jnh7"}],["path",{d:"M3 3v13a2 2 0 0 0 2 2h3",key:"k8epm1"}]]),Dm=zi("FolderUp",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"m9 13 3-3 3 3",key:"1pxg3c"}]]),Em=zi("FolderX",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"m9.5 10.5 5 5",key:"ra9qjz"}],["path",{d:"m14.5 10.5-5 5",key:"l2rkpq"}]]),Fm=zi("Folder",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]),jm=zi("Folders",[["path",{d:"M20 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.9a2 2 0 0 1-1.69-.9l-.81-1.2a2 2 0 0 0-1.67-.9H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2Z",key:"4u7rpt"}],["path",{d:"M2 8v11a2 2 0 0 0 2 2h14",key:"1eicx1"}]]),Om=zi("Footprints",[["path",{d:"M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z",key:"1dudjm"}],["path",{d:"M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z",key:"l2t8xc"}],["path",{d:"M16 17h4",key:"1dejxt"}],["path",{d:"M4 13h4",key:"1bwh8b"}]]),Um=zi("Forklift",[["path",{d:"M12 12H5a2 2 0 0 0-2 2v5",key:"7zsz91"}],["circle",{cx:"13",cy:"19",r:"2",key:"wjnkru"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5",key:"13bk1p"}]]),Nm=zi("Forward",[["polyline",{points:"15 17 20 12 15 7",key:"1w3sku"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12",key:"jmiej9"}]]),Wm=zi("Frame",[["line",{x1:"22",x2:"2",y1:"6",y2:"6",key:"15w7dq"}],["line",{x1:"22",x2:"2",y1:"18",y2:"18",key:"1ip48p"}],["line",{x1:"6",x2:"6",y1:"2",y2:"22",key:"a2lnyx"}],["line",{x1:"18",x2:"18",y1:"2",y2:"22",key:"8vb6jd"}]]),Zm=zi("Framer",[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7",key:"1a2nng"}]]),Gm=zi("Frown",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2",key:"epbg0q"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]),Xm=zi("Fuel",[["line",{x1:"3",x2:"15",y1:"22",y2:"22",key:"xegly4"}],["line",{x1:"4",x2:"14",y1:"9",y2:"9",key:"xcnuvu"}],["path",{d:"M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18",key:"16j0yd"}],["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5",key:"7cu91f"}]]),Km=zi("Fullscreen",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["rect",{width:"10",height:"8",x:"7",y:"8",rx:"1",key:"vys8me"}]]),Ym=zi("GalleryHorizontalEnd",[["path",{d:"M2 7v10",key:"a2pl2d"}],["path",{d:"M6 5v14",key:"1kq3d7"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2",key:"13i7bc"}]]),Jm=zi("GalleryHorizontal",[["path",{d:"M2 3v18",key:"pzttux"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2",key:"btr8bg"}],["path",{d:"M22 3v18",key:"6jf3v"}]]),$m=zi("GalleryThumbnails",[["rect",{width:"18",height:"14",x:"3",y:"3",rx:"2",key:"74y24f"}],["path",{d:"M4 21h1",key:"16zlid"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M19 21h1",key:"edywat"}]]),Qm=zi("GalleryVerticalEnd",[["path",{d:"M7 2h10",key:"nczekb"}],["path",{d:"M5 6h14",key:"u2x4p"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2",key:"l0tzu3"}]]),eg=zi("GalleryVertical",[["path",{d:"M3 2h18",key:"15qxfx"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2",key:"1439r6"}],["path",{d:"M3 22h18",key:"8prr45"}]]),tg=zi("Gamepad2",[["line",{x1:"6",x2:"10",y1:"11",y2:"11",key:"1gktln"}],["line",{x1:"8",x2:"8",y1:"9",y2:"13",key:"qnk9ow"}],["line",{x1:"15",x2:"15.01",y1:"12",y2:"12",key:"krot7o"}],["line",{x1:"18",x2:"18.01",y1:"10",y2:"10",key:"1lcuu1"}],["path",{d:"M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z",key:"mfqc10"}]]),ag=zi("Gamepad",[["line",{x1:"6",x2:"10",y1:"12",y2:"12",key:"161bw2"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"15",x2:"15.01",y1:"13",y2:"13",key:"dqpgro"}],["line",{x1:"18",x2:"18.01",y1:"11",y2:"11",key:"meh2c"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]),rg=zi("Gauge",[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]]),ig=zi("Gavel",[["path",{d:"m14.5 12.5-8 8a2.119 2.119 0 1 1-3-3l8-8",key:"15492f"}],["path",{d:"m16 16 6-6",key:"vzrcl6"}],["path",{d:"m8 8 6-6",key:"18bi4p"}],["path",{d:"m9 7 8 8",key:"5jnvq1"}],["path",{d:"m21 11-8-8",key:"z4y7zo"}]]),ng=zi("Gem",[["path",{d:"M6 3h12l4 6-10 13L2 9Z",key:"1pcd5k"}],["path",{d:"M11 3 8 9l4 13 4-13-3-6",key:"1fcu3u"}],["path",{d:"M2 9h20",key:"16fsjt"}]]),og=zi("Ghost",[["path",{d:"M9 10h.01",key:"qbtxuw"}],["path",{d:"M15 10h.01",key:"1qmjsl"}],["path",{d:"M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z",key:"uwwb07"}]]),lg=zi("Gift",[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1",key:"bkv52"}],["path",{d:"M12 8v13",key:"1c76mn"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7",key:"6wjy6b"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5",key:"1ihvrl"}]]),cg=zi("GitBranchPlus",[["path",{d:"M6 3v12",key:"qpgusn"}],["path",{d:"M18 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",key:"1d02ji"}],["path",{d:"M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",key:"chk6ph"}],["path",{d:"M15 6a9 9 0 0 0-9 9",key:"or332x"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}]]),hg=zi("GitBranch",[["line",{x1:"6",x2:"6",y1:"3",y2:"15",key:"17qcm7"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M18 9a9 9 0 0 1-9 9",key:"n2h4wq"}]]),dg=zi("GitCommitHorizontal",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["line",{x1:"3",x2:"9",y1:"12",y2:"12",key:"1dyftd"}],["line",{x1:"15",x2:"21",y1:"12",y2:"12",key:"oup4p8"}]]),sg=zi("GitCommitVertical",[["path",{d:"M12 3v6",key:"1holv5"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 15v6",key:"a9ows0"}]]),yg=zi("GitCompareArrows",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7",key:"1yj91y"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["circle",{cx:"19",cy:"18",r:"3",key:"1qljk2"}],["path",{d:"M12 18H7a2 2 0 0 1-2-2V9",key:"16sdep"}],["path",{d:"m9 15 3 3-3 3",key:"1m3kbl"}]]),pg=zi("GitCompare",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["path",{d:"M11 18H8a2 2 0 0 1-2-2V9",key:"19pyzm"}]]),ug=zi("GitFork",[["circle",{cx:"12",cy:"18",r:"3",key:"1mpf1b"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["path",{d:"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9",key:"1uq4wg"}],["path",{d:"M12 12v3",key:"158kv8"}]]),kg=zi("GitGraph",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v6",key:"158jrl"}],["circle",{cx:"5",cy:"18",r:"3",key:"104gr9"}],["path",{d:"M12 3v18",key:"108xh3"}],["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}],["path",{d:"M16 15.7A9 9 0 0 0 19 9",key:"1e3vqb"}]]),mg=zi("GitMerge",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9",key:"7kw0sc"}]]),gg=zi("GitPullRequestArrow",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v12",key:"ih889a"}],["circle",{cx:"19",cy:"18",r:"3",key:"1qljk2"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7",key:"1yj91y"}]]),vg=zi("GitPullRequestClosed",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 9v12",key:"1sc30k"}],["path",{d:"m21 3-6 6",key:"16nqsk"}],["path",{d:"m21 9-6-6",key:"9j17rh"}],["path",{d:"M18 11.5V15",key:"65xf6f"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]]),fg=zi("GitPullRequestCreateArrow",[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v12",key:"ih889a"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v3",key:"1rbwk6"}],["path",{d:"M19 15v6",key:"10aioa"}],["path",{d:"M22 18h-6",key:"1d5gi5"}]]),Mg=zi("GitPullRequestCreate",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 9v12",key:"1sc30k"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v3",key:"1jb6z3"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}]]),xg=zi("GitPullRequestDraft",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M18 6V5",key:"1oao2s"}],["path",{d:"M18 11v-1",key:"11c8tz"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21",key:"rroup"}]]),wg=zi("GitPullRequest",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21",key:"rroup"}]]),Cg=zi("Github",[["path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4",key:"tonef"}],["path",{d:"M9 18c-4.51 2-5-2-7-2",key:"9comsn"}]]),Lg=zi("Gitlab",[["path",{d:"m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z",key:"148pdi"}]]),bg=zi("GlassWater",[["path",{d:"M15.2 22H8.8a2 2 0 0 1-2-1.79L5 3h14l-1.81 17.21A2 2 0 0 1 15.2 22Z",key:"48rfw3"}],["path",{d:"M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0",key:"mjntcy"}]]),Sg=zi("Glasses",[["circle",{cx:"6",cy:"15",r:"4",key:"vux9w4"}],["circle",{cx:"18",cy:"15",r:"4",key:"18o8ve"}],["path",{d:"M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2",key:"1ag4bs"}],["path",{d:"M2.5 13 5 7c.7-1.3 1.4-2 3-2",key:"1hm1gs"}],["path",{d:"M21.5 13 19 7c-.7-1.3-1.5-2-3-2",key:"1r31ai"}]]),Ig=zi("GlobeLock",[["path",{d:"M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13",key:"qkt0x6"}],["path",{d:"M2 12h8.5",key:"ovaggd"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2",key:"1of5e8"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1",key:"1fmf51"}]]),_g=zi("Globe",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]]),Ag=zi("Goal",[["path",{d:"M12 13V2l8 4-8 4",key:"5wlwwj"}],["path",{d:"M20.561 10.222a9 9 0 1 1-12.55-5.29",key:"1c0wjv"}],["path",{d:"M8.002 9.997a5 5 0 1 0 8.9 2.02",key:"gb1g7m"}]]),Rg=zi("Grab",[["path",{d:"M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4",key:"edstyy"}],["path",{d:"M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",key:"19wdwo"}],["path",{d:"M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5",key:"1lugqo"}],["path",{d:"M6 14a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1hbeus"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0",key:"1etffm"}]]),qg=zi("GraduationCap",[["path",{d:"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",key:"j76jl0"}],["path",{d:"M22 10v6",key:"1lu8f3"}],["path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5",key:"1r8lef"}]]),Pg=zi("Grape",[["path",{d:"M22 5V2l-5.89 5.89",key:"1eenpo"}],["circle",{cx:"16.6",cy:"15.89",r:"3",key:"xjtalx"}],["circle",{cx:"8.11",cy:"7.4",r:"3",key:"u2fv6i"}],["circle",{cx:"12.35",cy:"11.65",r:"3",key:"i6i8g7"}],["circle",{cx:"13.91",cy:"5.85",r:"3",key:"6ye0dv"}],["circle",{cx:"18.15",cy:"10.09",r:"3",key:"snx9no"}],["circle",{cx:"6.56",cy:"13.2",r:"3",key:"17x4xg"}],["circle",{cx:"10.8",cy:"17.44",r:"3",key:"1hogw9"}],["circle",{cx:"5",cy:"19",r:"3",key:"1sn6vo"}]]),Tg=zi("Grid2x2Check",[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]]),zg=zi("Grid2x2X",[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"m16 16 5 5",key:"8tpb07"}],["path",{d:"m16 21 5-5",key:"193jll"}]]),Hg=zi("Grid2x2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M12 3v18",key:"108xh3"}]]),Vg=zi("Grid3x3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]]),Bg=zi("GripHorizontal",[["circle",{cx:"12",cy:"9",r:"1",key:"124mty"}],["circle",{cx:"19",cy:"9",r:"1",key:"1ruzo2"}],["circle",{cx:"5",cy:"9",r:"1",key:"1a8b28"}],["circle",{cx:"12",cy:"15",r:"1",key:"1e56xg"}],["circle",{cx:"19",cy:"15",r:"1",key:"1a92ep"}],["circle",{cx:"5",cy:"15",r:"1",key:"5r1jwy"}]]),Dg=zi("GripVertical",[["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}],["circle",{cx:"9",cy:"5",r:"1",key:"hp0tcf"}],["circle",{cx:"9",cy:"19",r:"1",key:"fkjjf6"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["circle",{cx:"15",cy:"19",r:"1",key:"f4zoj3"}]]),Eg=zi("Grip",[["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"19",cy:"5",r:"1",key:"w8mnmm"}],["circle",{cx:"5",cy:"5",r:"1",key:"lttvr7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}],["circle",{cx:"19",cy:"19",r:"1",key:"shf9b7"}],["circle",{cx:"5",cy:"19",r:"1",key:"bfqh0e"}]]),Fg=zi("Group",[["path",{d:"M3 7V5c0-1.1.9-2 2-2h2",key:"adw53z"}],["path",{d:"M17 3h2c1.1 0 2 .9 2 2v2",key:"an4l38"}],["path",{d:"M21 17v2c0 1.1-.9 2-2 2h-2",key:"144t0e"}],["path",{d:"M7 21H5c-1.1 0-2-.9-2-2v-2",key:"rtnfgi"}],["rect",{width:"7",height:"5",x:"7",y:"7",rx:"1",key:"1eyiv7"}],["rect",{width:"7",height:"5",x:"10",y:"12",rx:"1",key:"1qlmkx"}]]),jg=zi("Guitar",[["path",{d:"m11.9 12.1 4.514-4.514",key:"109xqo"}],["path",{d:"M20.1 2.3a1 1 0 0 0-1.4 0l-1.114 1.114A2 2 0 0 0 17 4.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 17.828 7h1.344a2 2 0 0 0 1.414-.586L21.7 5.3a1 1 0 0 0 0-1.4z",key:"txyc8t"}],["path",{d:"m6 16 2 2",key:"16qmzd"}],["path",{d:"M8.2 9.9C8.7 8.8 9.8 8 11 8c2.8 0 5 2.2 5 5 0 1.2-.8 2.3-1.9 2.8l-.9.4A2 2 0 0 0 12 18a4 4 0 0 1-4 4c-3.3 0-6-2.7-6-6a4 4 0 0 1 4-4 2 2 0 0 0 1.8-1.2z",key:"1u8q3z"}],["circle",{cx:"11.5",cy:"12.5",r:".5",fill:"currentColor",key:"16onso"}]]),Og=zi("Ham",[["path",{d:"M13.144 21.144A7.274 10.445 45 1 0 2.856 10.856",key:"1k1t7q"}],["path",{d:"M13.144 21.144A7.274 4.365 45 0 0 2.856 10.856a7.274 4.365 45 0 0 10.288 10.288",key:"153t1g"}],["path",{d:"M16.565 10.435 18.6 8.4a2.501 2.501 0 1 0 1.65-4.65 2.5 2.5 0 1 0-4.66 1.66l-2.024 2.025",key:"gzrt0n"}],["path",{d:"m8.5 16.5-1-1",key:"otr954"}]]),Ug=zi("Hammer",[["path",{d:"m15 12-8.373 8.373a1 1 0 1 1-3-3L12 9",key:"eefl8a"}],["path",{d:"m18 15 4-4",key:"16gjal"}],["path",{d:"m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172V7l-2.26-2.26a6 6 0 0 0-4.202-1.756L9 2.96l.92.82A6.18 6.18 0 0 1 12 8.4V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5",key:"b7pghm"}]]),Ng=zi("HandCoins",[["path",{d:"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17",key:"geh8rc"}],["path",{d:"m7 21 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"1fto5m"}],["path",{d:"m2 16 6 6",key:"1pfhp9"}],["circle",{cx:"16",cy:"9",r:"2.9",key:"1n0dlu"}],["circle",{cx:"6",cy:"5",r:"3",key:"151irh"}]]),Wg=zi("HandHeart",[["path",{d:"M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16",key:"1ifwr1"}],["path",{d:"m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"17abbs"}],["path",{d:"m2 15 6 6",key:"10dquu"}],["path",{d:"M19.5 8.5c.7-.7 1.5-1.6 1.5-2.7A2.73 2.73 0 0 0 16 4a2.78 2.78 0 0 0-5 1.8c0 1.2.8 2 1.5 2.8L16 12Z",key:"1h3036"}]]),Zg=zi("HandHelping",[["path",{d:"M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14",key:"1j4xps"}],["path",{d:"m7 18 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"uospg8"}],["path",{d:"m2 13 6 6",key:"16e5sb"}]]),Gg=zi("HandMetal",[["path",{d:"M18 12.5V10a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4",key:"wc6myp"}],["path",{d:"M14 11V9a2 2 0 1 0-4 0v2",key:"94qvcw"}],["path",{d:"M10 10.5V5a2 2 0 1 0-4 0v9",key:"m1ah89"}],["path",{d:"m7 15-1.76-1.76a2 2 0 0 0-2.83 2.82l3.6 3.6C7.5 21.14 9.2 22 12 22h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v5",key:"t1skq1"}]]),Xg=zi("HandPlatter",[["path",{d:"M12 3V2",key:"ar7q03"}],["path",{d:"M5 10a7.1 7.1 0 0 1 14 0",key:"1t9y3n"}],["path",{d:"M4 10h16",key:"img6z1"}],["path",{d:"M2 14h12a2 2 0 1 1 0 4h-2",key:"loyjft"}],["path",{d:"m15.4 17.4 3.2-2.8a2 2 0 0 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2L5 18",key:"1rixiy"}],["path",{d:"M5 14v7H2",key:"3mujks"}]]),Kg=zi("Hand",[["path",{d:"M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1fvzgz"}],["path",{d:"M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",key:"1kc0my"}],["path",{d:"M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8",key:"10h0bg"}],["path",{d:"M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",key:"1s1gnw"}]]),Yg=zi("Handshake",[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3",key:"efffak"}],["path",{d:"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",key:"9pr0kb"}],["path",{d:"m21 3 1 11h-2",key:"1tisrp"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3",key:"1uvwmv"}],["path",{d:"M3 4h8",key:"1ep09j"}]]),Jg=zi("HardDriveDownload",[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"m16 6-4 4-4-4",key:"6wukr"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 18h.01",key:"h775k"}]]),$g=zi("HardDriveUpload",[["path",{d:"m16 6-4-4-4 4",key:"13yo43"}],["path",{d:"M12 2v8",key:"1q4o3n"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 18h.01",key:"h775k"}]]),Qg=zi("HardDrive",[["line",{x1:"22",x2:"2",y1:"12",y2:"12",key:"1y58io"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}],["line",{x1:"6",x2:"6.01",y1:"16",y2:"16",key:"sgf278"}],["line",{x1:"10",x2:"10.01",y1:"16",y2:"16",key:"1l4acy"}]]),ev=zi("HardHat",[["path",{d:"M2 18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2z",key:"1dej2m"}],["path",{d:"M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5",key:"1p9q5i"}],["path",{d:"M4 15v-3a6 6 0 0 1 6-6",key:"9ciidu"}],["path",{d:"M14 6a6 6 0 0 1 6 6v3",key:"1hnv84"}]]),tv=zi("Hash",[["line",{x1:"4",x2:"20",y1:"9",y2:"9",key:"4lhtct"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15",key:"vyu0kd"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21",key:"1ggp8o"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21",key:"weycgp"}]]),av=zi("Haze",[["path",{d:"m5.2 6.2 1.4 1.4",key:"17imol"}],["path",{d:"M2 13h2",key:"13gyu8"}],["path",{d:"M20 13h2",key:"16rner"}],["path",{d:"m17.4 7.6 1.4-1.4",key:"t4xlah"}],["path",{d:"M22 17H2",key:"1gtaj3"}],["path",{d:"M22 21H2",key:"1gy6en"}],["path",{d:"M16 13a4 4 0 0 0-8 0",key:"1dyczq"}],["path",{d:"M12 5V2.5",key:"1vytko"}]]),rv=zi("HdmiPort",[["path",{d:"M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z",key:"2128wb"}],["path",{d:"M7.5 12h9",key:"1t0ckc"}]]),iv=zi("Heading1",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"m17 12 3-2v8",key:"1hhhft"}]]),nv=zi("Heading2",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1",key:"9jr5yi"}]]),ov=zi("Heading3",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2",key:"68ncm8"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2",key:"1ejuhz"}]]),lv=zi("Heading4",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17 10v4h4",key:"13sv97"}],["path",{d:"M21 10v8",key:"1kdml4"}]]),cv=zi("Heading5",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17 13v-3h4",key:"1nvgqp"}],["path",{d:"M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17",key:"2nebdn"}]]),hv=zi("Heading6",[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["circle",{cx:"19",cy:"16",r:"2",key:"15mx69"}],["path",{d:"M20 10c-2 2-3 3.5-3 6",key:"f35dl0"}]]),dv=zi("Heading",[["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M6 20V4",key:"1w1bmo"}],["path",{d:"M18 20V4",key:"o2hl4u"}]]),sv=zi("Headphones",[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3",key:"1xhozi"}]]),yv=zi("Headset",[["path",{d:"M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3Z",key:"12oyoe"}],["path",{d:"M21 16v2a4 4 0 0 1-4 4h-5",key:"1x7m43"}]]),pv=zi("HeartCrack",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"m12 13-1-1 2-2-3-3 2-2",key:"xjdxli"}]]),uv=zi("HeartHandshake",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"M12 5 9.04 7.96a2.17 2.17 0 0 0 0 3.08c.82.82 2.13.85 3 .07l2.07-1.9a2.82 2.82 0 0 1 3.79 0l2.96 2.66",key:"4oyue0"}],["path",{d:"m18 15-2-2",key:"60u0ii"}],["path",{d:"m15 18-2-2",key:"6p76be"}]]),kv=zi("HeartOff",[["line",{x1:"2",y1:"2",x2:"22",y2:"22",key:"1w4vcy"}],["path",{d:"M16.5 16.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5a5.5 5.5 0 0 1 2.14-4.35",key:"3mpagl"}],["path",{d:"M8.76 3.1c1.15.22 2.13.78 3.24 1.9 1.5-1.5 2.74-2 4.5-2A5.5 5.5 0 0 1 22 8.5c0 2.12-1.3 3.78-2.67 5.17",key:"1gh3v3"}]]),mv=zi("HeartPulse",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"M3.22 12H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27",key:"1uw2ng"}]]),gv=zi("Heart",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}]]),vv=zi("Heater",[["path",{d:"M11 8c2-3-2-3 0-6",key:"1ldv5m"}],["path",{d:"M15.5 8c2-3-2-3 0-6",key:"1otqoz"}],["path",{d:"M6 10h.01",key:"1lbq93"}],["path",{d:"M6 14h.01",key:"zudwn7"}],["path",{d:"M10 16v-4",key:"1c25yv"}],["path",{d:"M14 16v-4",key:"1dkbt8"}],["path",{d:"M18 16v-4",key:"1yg9me"}],["path",{d:"M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3",key:"1ubg90"}],["path",{d:"M5 20v2",key:"1abpe8"}],["path",{d:"M19 20v2",key:"kqn6ft"}]]),fv=zi("Hexagon",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}]]),Mv=zi("Highlighter",[["path",{d:"m9 11-6 6v3h9l3-3",key:"1a3l36"}],["path",{d:"m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4",key:"14a9rk"}]]),xv=zi("History",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M12 7v5l4 2",key:"1fdv2h"}]]),wv=zi("HopOff",[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.28.01.53-.09.7-.27",key:"qyzcap"}],["path",{d:"M11.14 20.57c.52.24 2.44 1.12 4.08 1.37.46.06.86-.25.9-.71.12-1.52-.3-3.43-.5-4.28",key:"y078lb"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .7-.26",key:"1utre3"}],["path",{d:"M17.99 5.52a20.83 20.83 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-1.17.1-2.5.02-3.9-.25",key:"17o9hm"}],["path",{d:"M20.57 11.14c.24.52 1.12 2.44 1.37 4.08.04.3-.08.59-.31.75",key:"1d1n4p"}],["path",{d:"M4.93 4.93a10 10 0 0 0-.67 13.4c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.85.85 0 0 0 .48-.24",key:"9uv3tt"}],["path",{d:"M5.52 17.99c1.05.95 2.91 2.42 4.5 3.15a.8.8 0 0 0 1.13-.68c.2-2.34-.33-5.3-1.57-8.28",key:"1292wz"}],["path",{d:"M8.35 2.68a10 10 0 0 1 9.98 1.58c.43.35.4.96-.12 1.17-1.5.6-4.3.98-6.07 1.05",key:"7ozu9p"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),Cv=zi("Hop",[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.55.03 1-.42.97-.97-.06-1.27-.26-3.5-.85-5.18",key:"18lxf1"}],["path",{d:"M11.5 6.5c1.64 0 5-.38 6.71-1.07.52-.2.55-.82.12-1.17A10 10 0 0 0 4.26 18.33c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.88.88 0 0 0 .73-.74c.3-2.14-.15-3.5-.61-4.88",key:"vtfxrw"}],["path",{d:"M15.62 16.95c.2.85.62 2.76.5 4.28a.77.77 0 0 1-.9.7 16.64 16.64 0 0 1-4.08-1.36",key:"13hl71"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .96-.96 17.68 17.68 0 0 0-.9-4.87",key:"1sl8oj"}],["path",{d:"M16.94 15.62c.86.2 2.77.62 4.29.5a.77.77 0 0 0 .7-.9 16.64 16.64 0 0 0-1.36-4.08",key:"19c6kt"}],["path",{d:"M17.99 5.52a20.82 20.82 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-2.33.2-5.3-.32-8.27-1.57",key:"85ghs3"}],["path",{d:"M4.93 4.93 3 3a.7.7 0 0 1 0-1",key:"x087yj"}],["path",{d:"M9.58 12.18c1.24 2.98 1.77 5.95 1.57 8.28a.8.8 0 0 1-1.13.68 20.82 20.82 0 0 1-4.5-3.15",key:"11xdqo"}]]),Lv=zi("Hospital",[["path",{d:"M12 6v4",key:"16clxf"}],["path",{d:"M14 14h-4",key:"esezmu"}],["path",{d:"M14 18h-4",key:"16mqa2"}],["path",{d:"M14 8h-4",key:"z8ypaz"}],["path",{d:"M18 12h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h2",key:"b1k337"}],["path",{d:"M18 22V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v18",key:"16g51d"}]]),bv=zi("Hotel",[["path",{d:"M10 22v-6.57",key:"1wmca3"}],["path",{d:"M12 11h.01",key:"z322tv"}],["path",{d:"M12 7h.01",key:"1ivr5q"}],["path",{d:"M14 15.43V22",key:"1q2vjd"}],["path",{d:"M15 16a5 5 0 0 0-6 0",key:"o9wqvi"}],["path",{d:"M16 11h.01",key:"xkw8gn"}],["path",{d:"M16 7h.01",key:"1kdx03"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 7h.01",key:"1vti4s"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",key:"1uxh74"}]]),Sv=zi("Hourglass",[["path",{d:"M5 22h14",key:"ehvnwv"}],["path",{d:"M5 2h14",key:"pdyrp9"}],["path",{d:"M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22",key:"1d314k"}],["path",{d:"M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2",key:"1vvvr6"}]]),Iv=zi("HousePlug",[["path",{d:"M10 12V8.964",key:"1vll13"}],["path",{d:"M14 12V8.964",key:"1x3qvg"}],["path",{d:"M15 12a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2a1 1 0 0 1 1-1z",key:"ppykja"}],["path",{d:"M8.5 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2",key:"1gvg2z"}]]),_v=zi("HousePlus",[["path",{d:"M13.22 2.416a2 2 0 0 0-2.511.057l-7 5.999A2 2 0 0 0 3 10v9a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7.354",key:"5phn05"}],["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"M18 3v6",key:"x1uolp"}]]),Av=zi("House",[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"1d0kgt"}]]),Rv=zi("IceCreamBowl",[["path",{d:"M12 17c5 0 8-2.69 8-6H4c0 3.31 3 6 8 6m-4 4h8m-4-3v3M5.14 11a3.5 3.5 0 1 1 6.71 0",key:"1uxfcu"}],["path",{d:"M12.14 11a3.5 3.5 0 1 1 6.71 0",key:"4k3m1s"}],["path",{d:"M15.5 6.5a3.5 3.5 0 1 0-7 0",key:"zmuahr"}]]),qv=zi("IceCreamCone",[["path",{d:"m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11",key:"1v6356"}],["path",{d:"M17 7A5 5 0 0 0 7 7",key:"151p3v"}],["path",{d:"M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4",key:"1sdaij"}]]),Pv=zi("IdCard",[["path",{d:"M16 10h2",key:"8sgtl7"}],["path",{d:"M16 14h2",key:"epxaof"}],["path",{d:"M6.17 15a3 3 0 0 1 5.66 0",key:"n6f512"}],["circle",{cx:"9",cy:"11",r:"2",key:"yxgjnd"}],["rect",{x:"2",y:"5",width:"20",height:"14",rx:"2",key:"qneu4z"}]]),Tv=zi("ImageDown",[["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",key:"9csbqa"}],["path",{d:"m14 19 3 3v-5.5",key:"9ldu5r"}],["path",{d:"m17 22 3-3",key:"1nkfve"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]),zv=zi("ImageMinus",[["path",{d:"M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7",key:"m87ecr"}],["line",{x1:"16",x2:"22",y1:"5",y2:"5",key:"ez7e4s"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]]),Hv=zi("ImageOff",[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M10.41 10.41a2 2 0 1 1-2.83-2.83",key:"1bzlo9"}],["line",{x1:"13.5",x2:"6",y1:"13.5",y2:"21",key:"1q0aeu"}],["line",{x1:"18",x2:"21",y1:"12",y2:"15",key:"5mozeu"}],["path",{d:"M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59",key:"mmje98"}],["path",{d:"M21 15V5a2 2 0 0 0-2-2H9",key:"43el77"}]]),Vv=zi("ImagePlay",[["path",{d:"m11 16-5 5",key:"j5f7ct"}],["path",{d:"M11 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6.5",key:"7s81lt"}],["path",{d:"M15.765 22a.5.5 0 0 1-.765-.424V13.38a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z",key:"1omb6s"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]),Bv=zi("ImagePlus",[["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 2v6",key:"4bpg5p"}],["path",{d:"M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5",key:"1ue2ih"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]),Dv=zi("ImageUp",[["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",key:"9csbqa"}],["path",{d:"m14 19.5 3-3 3 3",key:"9vmjn0"}],["path",{d:"M17 22v-5.5",key:"1aa6fl"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]),Ev=zi("Image",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]]),Fv=zi("Images",[["path",{d:"M18 22H4a2 2 0 0 1-2-2V6",key:"pblm9e"}],["path",{d:"m22 13-1.296-1.296a2.41 2.41 0 0 0-3.408 0L11 18",key:"nf6bnh"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["rect",{width:"16",height:"16",x:"6",y:"2",rx:"2",key:"12espp"}]]),jv=zi("Import",[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m8 11 4 4 4-4",key:"1dohi6"}],["path",{d:"M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4",key:"1ywtjm"}]]),Ov=zi("Inbox",[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]]),Uv=zi("IndentDecrease",[["polyline",{points:"7 8 3 12 7 16",key:"2j60jr"}],["line",{x1:"21",x2:"11",y1:"12",y2:"12",key:"1fxxak"}],["line",{x1:"21",x2:"11",y1:"6",y2:"6",key:"asgu94"}],["line",{x1:"21",x2:"11",y1:"18",y2:"18",key:"13dsj7"}]]),Nv=zi("IndentIncrease",[["polyline",{points:"3 8 7 12 3 16",key:"f3rxhf"}],["line",{x1:"21",x2:"11",y1:"12",y2:"12",key:"1fxxak"}],["line",{x1:"21",x2:"11",y1:"6",y2:"6",key:"asgu94"}],["line",{x1:"21",x2:"11",y1:"18",y2:"18",key:"13dsj7"}]]),Wv=zi("IndianRupee",[["path",{d:"M6 3h12",key:"ggurg9"}],["path",{d:"M6 8h12",key:"6g4wlu"}],["path",{d:"m6 13 8.5 8",key:"u1kupk"}],["path",{d:"M6 13h3",key:"wdp6ag"}],["path",{d:"M9 13c6.667 0 6.667-10 0-10",key:"1nkvk2"}]]),Zv=zi("Infinity",[["path",{d:"M12 12c-2-2.67-4-4-6-4a4 4 0 1 0 0 8c2 0 4-1.33 6-4Zm0 0c2 2.67 4 4 6 4a4 4 0 0 0 0-8c-2 0-4 1.33-6 4Z",key:"1z0uae"}]]),Gv=zi("Info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]),Xv=zi("InspectionPanel",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7h.01",key:"7u93v4"}],["path",{d:"M17 7h.01",key:"14a9sn"}],["path",{d:"M7 17h.01",key:"19xn7k"}],["path",{d:"M17 17h.01",key:"1sd3ek"}]]),Kv=zi("Instagram",[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"5",ry:"5",key:"2e1cvw"}],["path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z",key:"9exkf1"}],["line",{x1:"17.5",x2:"17.51",y1:"6.5",y2:"6.5",key:"r4j83e"}]]),Yv=zi("Italic",[["line",{x1:"19",x2:"10",y1:"4",y2:"4",key:"15jd3p"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20",key:"bu0au3"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20",key:"uljnxc"}]]),Jv=zi("IterationCcw",[["path",{d:"M20 10c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8h8",key:"4znkd0"}],["polyline",{points:"16 14 20 18 16 22",key:"11njsm"}]]),$v=zi("IterationCw",[["path",{d:"M4 10c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8H4",key:"tuf4su"}],["polyline",{points:"8 22 4 18 8 14",key:"evkj9s"}]]),Qv=zi("JapaneseYen",[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3",key:"2ej80x"}],["path",{d:"M6 15h12",key:"1hwgt5"}],["path",{d:"M6 11h12",key:"wf4gp6"}]]),ef=zi("Joystick",[["path",{d:"M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z",key:"jg2n2t"}],["path",{d:"M6 15v-2",key:"gd6mvg"}],["path",{d:"M12 15V9",key:"8c7uyn"}],["circle",{cx:"12",cy:"6",r:"3",key:"1gm2ql"}]]),tf=zi("Kanban",[["path",{d:"M6 5v11",key:"mdvv1e"}],["path",{d:"M12 5v6",key:"14ar3b"}],["path",{d:"M18 5v14",key:"7ji314"}]]),af=zi("KeyRound",[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]]),rf=zi("KeySquare",[["path",{d:"M12.4 2.7a2.5 2.5 0 0 1 3.4 0l5.5 5.5a2.5 2.5 0 0 1 0 3.4l-3.7 3.7a2.5 2.5 0 0 1-3.4 0L8.7 9.8a2.5 2.5 0 0 1 0-3.4z",key:"165ttr"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"m9.4 10.6-6.814 6.814A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814",key:"1ubxi2"}]]),nf=zi("Key",[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4",key:"g0fldk"}],["path",{d:"m21 2-9.6 9.6",key:"1j0ho8"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5",key:"yqb3hr"}]]),of=zi("KeyboardMusic",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 8h4",key:"utf9t1"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M6 12v4",key:"dy92yo"}],["path",{d:"M10 12v4",key:"1fxnav"}],["path",{d:"M14 12v4",key:"1hft58"}],["path",{d:"M18 12v4",key:"tjjnbz"}]]),lf=zi("KeyboardOff",[["path",{d:"M 20 4 A2 2 0 0 1 22 6",key:"1g1fkt"}],["path",{d:"M 22 6 L 22 16.41",key:"1qjg3w"}],["path",{d:"M 7 16 L 16 16",key:"n0yqwb"}],["path",{d:"M 9.69 4 L 20 4",key:"kbpcgx"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2",key:"s23sx2"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M8 12h.01",key:"czm47f"}]]),cf=zi("Keyboard",[["path",{d:"M10 8h.01",key:"1r9ogq"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M7 16h10",key:"wp8him"}],["path",{d:"M8 12h.01",key:"czm47f"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}]]),hf=zi("LampCeiling",[["path",{d:"M12 2v5",key:"nd4vlx"}],["path",{d:"M6 7h12l4 9H2l4-9Z",key:"123d64"}],["path",{d:"M9.17 16a3 3 0 1 0 5.66 0",key:"1061mw"}]]),df=zi("LampDesk",[["path",{d:"m14 5-3 3 2 7 8-8-7-2Z",key:"1b0msb"}],["path",{d:"m14 5-3 3-3-3 3-3 3 3Z",key:"1uemms"}],["path",{d:"M9.5 6.5 4 12l3 6",key:"1bx08v"}],["path",{d:"M3 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H3Z",key:"wap775"}]]),sf=zi("LampFloor",[["path",{d:"M9 2h6l3 7H6l3-7Z",key:"wcx6mj"}],["path",{d:"M12 9v13",key:"3n1su1"}],["path",{d:"M9 22h6",key:"1rlq3v"}]]),yf=zi("LampWallDown",[["path",{d:"M11 13h6l3 7H8l3-7Z",key:"9n3qlo"}],["path",{d:"M14 13V8a2 2 0 0 0-2-2H8",key:"1hu4hb"}],["path",{d:"M4 9h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4v6Z",key:"s053bc"}]]),pf=zi("LampWallUp",[["path",{d:"M11 4h6l3 7H8l3-7Z",key:"11x1ee"}],["path",{d:"M14 11v5a2 2 0 0 1-2 2H8",key:"eutp5o"}],["path",{d:"M4 15h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4v-6Z",key:"1iuthr"}]]),uf=zi("Lamp",[["path",{d:"M8 2h8l4 10H4L8 2Z",key:"9dma5w"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M8 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H8Z",key:"mwf4oh"}]]),kf=zi("LandPlot",[["path",{d:"m12 8 6-3-6-3v10",key:"mvpnpy"}],["path",{d:"m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12",key:"ek95tt"}],["path",{d:"m6.49 12.85 11.02 6.3",key:"1kt42w"}],["path",{d:"M17.51 12.85 6.5 19.15",key:"v55bdg"}]]),mf=zi("Landmark",[["line",{x1:"3",x2:"21",y1:"22",y2:"22",key:"j8o0r"}],["line",{x1:"6",x2:"6",y1:"18",y2:"11",key:"10tf0k"}],["line",{x1:"10",x2:"10",y1:"18",y2:"11",key:"54lgf6"}],["line",{x1:"14",x2:"14",y1:"18",y2:"11",key:"380y"}],["line",{x1:"18",x2:"18",y1:"18",y2:"11",key:"1kevvc"}],["polygon",{points:"12 2 20 7 4 7",key:"jkujk7"}]]),gf=zi("Languages",[["path",{d:"m5 8 6 6",key:"1wu5hv"}],["path",{d:"m4 14 6-6 2-3",key:"1k1g8d"}],["path",{d:"M2 5h12",key:"or177f"}],["path",{d:"M7 2h1",key:"1t2jsx"}],["path",{d:"m22 22-5-10-5 10",key:"don7ne"}],["path",{d:"M14 18h6",key:"1m8k6r"}]]),vf=zi("LaptopMinimal",[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2",key:"1qhy41"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20",key:"ni3hll"}]]),ff=zi("Laptop",[["path",{d:"M20 16V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v9m16 0H4m16 0 1.28 2.55a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45L4 16",key:"tarvll"}]]),Mf=zi("LassoSelect",[["path",{d:"M7 22a5 5 0 0 1-2-4",key:"umushi"}],["path",{d:"M7 16.93c.96.43 1.96.74 2.99.91",key:"ybbtv3"}],["path",{d:"M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.19 7.19 0 0 1-.33 2",key:"gt5e1w"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",key:"bq3ynw"}],["path",{d:"M14.33 22h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14z",key:"72q637"}]]),xf=zi("Lasso",[["path",{d:"M7 22a5 5 0 0 1-2-4",key:"umushi"}],["path",{d:"M3.3 14A6.8 6.8 0 0 1 2 10c0-4.4 4.5-8 10-8s10 3.6 10 8-4.5 8-10 8a12 12 0 0 1-5-1",key:"146dds"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",key:"bq3ynw"}]]),wf=zi("Laugh",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z",key:"b2q4dd"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]),Cf=zi("Layers2",[["path",{d:"m16.02 12 5.48 3.13a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74L7.98 12",key:"1cuww1"}],["path",{d:"M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74Z",key:"pdlvxu"}]]),Lf=zi("Layers3",[["path",{d:"m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z",key:"8b97xw"}],["path",{d:"m6.08 9.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59",key:"1e5n1m"}],["path",{d:"m6.08 14.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59",key:"1iwflc"}]]),bf=zi("Layers",[["path",{d:"m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z",key:"8b97xw"}],["path",{d:"m22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65",key:"dd6zsq"}],["path",{d:"m22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65",key:"ep9fru"}]]),Sf=zi("LayoutDashboard",[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]]),If=zi("LayoutGrid",[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}]]),_f=zi("LayoutList",[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}],["path",{d:"M14 4h7",key:"3xa0d5"}],["path",{d:"M14 9h7",key:"1icrd9"}],["path",{d:"M14 15h7",key:"1mj8o2"}],["path",{d:"M14 20h7",key:"11slyb"}]]),Af=zi("LayoutPanelLeft",[["rect",{width:"7",height:"18",x:"3",y:"3",rx:"1",key:"2obqm"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}]]),Rf=zi("LayoutPanelTop",[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1",key:"f1a2em"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}]]),qf=zi("LayoutTemplate",[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1",key:"f1a2em"}],["rect",{width:"9",height:"7",x:"3",y:"14",rx:"1",key:"jqznyg"}],["rect",{width:"5",height:"7",x:"16",y:"14",rx:"1",key:"q5h2i8"}]]),Pf=zi("Leaf",[["path",{d:"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z",key:"nnexq3"}],["path",{d:"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12",key:"mt58a7"}]]),Tf=zi("LeafyGreen",[["path",{d:"M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5 4 4 0 0 0 6.187-2.353 3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8 3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373 3.5 3.5 0 0 0-5.116 3.69 4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1 3.926 19.743 3.014 20.732 2 22",key:"1134nt"}],["path",{d:"M2 22 17 7",key:"1q7jp2"}]]),zf=zi("Lectern",[["path",{d:"M16 12h3a2 2 0 0 0 1.902-1.38l1.056-3.333A1 1 0 0 0 21 6H3a1 1 0 0 0-.958 1.287l1.056 3.334A2 2 0 0 0 5 12h3",key:"13jjxg"}],["path",{d:"M18 6V3a1 1 0 0 0-1-1h-3",key:"1550fe"}],["rect",{width:"8",height:"12",x:"8",y:"10",rx:"1",key:"qmu8b6"}]]),Hf=zi("LetterText",[["path",{d:"M15 12h6",key:"upa0zy"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"m3 13 3.553-7.724a.5.5 0 0 1 .894 0L11 13",key:"blevx4"}],["path",{d:"M3 18h18",key:"1h113x"}],["path",{d:"M4 11h6",key:"olkgv1"}]]),Vf=zi("LibraryBig",[["rect",{width:"8",height:"18",x:"3",y:"3",rx:"1",key:"oynpb5"}],["path",{d:"M7 3v18",key:"bbkbws"}],["path",{d:"M20.4 18.9c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z",key:"1qboyk"}]]),Bf=zi("Library",[["path",{d:"m16 6 4 14",key:"ji33uf"}],["path",{d:"M12 6v14",key:"1n7gus"}],["path",{d:"M8 8v12",key:"1gg7y9"}],["path",{d:"M4 4v16",key:"6qkkli"}]]),Df=zi("LifeBuoy",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.93 4.93 4.24 4.24",key:"1ymg45"}],["path",{d:"m14.83 9.17 4.24-4.24",key:"1cb5xl"}],["path",{d:"m14.83 14.83 4.24 4.24",key:"q42g0n"}],["path",{d:"m9.17 14.83-4.24 4.24",key:"bqpfvv"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]]),Ef=zi("Ligature",[["path",{d:"M8 20V8c0-2.2 1.8-4 4-4 1.5 0 2.8.8 3.5 2",key:"1rtphz"}],["path",{d:"M6 12h4",key:"a4o3ry"}],["path",{d:"M14 12h2v8",key:"c1fccl"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M14 20h4",key:"lzx1xo"}]]),Ff=zi("LightbulbOff",[["path",{d:"M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5",key:"1fkcox"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5",key:"10m8kw"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]]),jf=zi("Lightbulb",[["path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5",key:"1gvzjb"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]]),Of=zi("Link2Off",[["path",{d:"M9 17H7A5 5 0 0 1 7 7",key:"10o201"}],["path",{d:"M15 7h2a5 5 0 0 1 4 8",key:"1d3206"}],["line",{x1:"8",x2:"12",y1:"12",y2:"12",key:"rvw6j4"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),Uf=zi("Link2",[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]),Nf=zi("Link",[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]]),Wf=zi("Linkedin",[["path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z",key:"c2jq9f"}],["rect",{width:"4",height:"12",x:"2",y:"9",key:"mk3on5"}],["circle",{cx:"4",cy:"4",r:"2",key:"bt5ra8"}]]),Zf=zi("ListCheck",[["path",{d:"M11 18H3",key:"n3j2dh"}],["path",{d:"m15 18 2 2 4-4",key:"1szwhi"}],["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 6H3",key:"1wxfjs"}]]),Gf=zi("ListChecks",[["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"m3 7 2 2 4-4",key:"1obspn"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}]]),Xf=zi("ListCollapse",[["path",{d:"m3 10 2.5-2.5L3 5",key:"i6eama"}],["path",{d:"m3 19 2.5-2.5L3 14",key:"w2gmor"}],["path",{d:"M10 6h11",key:"c7qv1k"}],["path",{d:"M10 12h11",key:"6m4ad9"}],["path",{d:"M10 18h11",key:"11hvi2"}]]),Kf=zi("ListEnd",[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M10 18H3",key:"13769t"}],["path",{d:"M21 6v10a2 2 0 0 1-2 2h-5",key:"ilrcs8"}],["path",{d:"m16 16-2 2 2 2",key:"kkc6pm"}]]),Yf=zi("ListFilter",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M10 18h4",key:"1ulq68"}]]),Jf=zi("ListMinus",[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M21 12h-6",key:"bt1uis"}]]),$f=zi("ListMusic",[["path",{d:"M21 15V6",key:"h1cx4g"}],["path",{d:"M18.5 18a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z",key:"8saifv"}],["path",{d:"M12 12H3",key:"18klou"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M12 18H3",key:"11ftsu"}]]),Qf=zi("ListOrdered",[["line",{x1:"10",x2:"21",y1:"6",y2:"6",key:"76qw6h"}],["line",{x1:"10",x2:"21",y1:"12",y2:"12",key:"16nom4"}],["line",{x1:"10",x2:"21",y1:"18",y2:"18",key:"u3jurt"}],["path",{d:"M4 6h1v4",key:"cnovpq"}],["path",{d:"M4 10h2",key:"16xx2s"}],["path",{d:"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1",key:"m9a95d"}]]),eM=zi("ListPlus",[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M18 9v6",key:"1twb98"}],["path",{d:"M21 12h-6",key:"bt1uis"}]]),tM=zi("ListRestart",[["path",{d:"M21 6H3",key:"1jwq7v"}],["path",{d:"M7 12H3",key:"13ou7f"}],["path",{d:"M7 18H3",key:"1sijw9"}],["path",{d:"M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14",key:"qth677"}],["path",{d:"M11 10v4h4",key:"172dkj"}]]),aM=zi("ListStart",[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M10 6H3",key:"lf8lx7"}],["path",{d:"M21 18V8a2 2 0 0 0-2-2h-5",key:"1hghli"}],["path",{d:"m16 8-2-2 2-2",key:"160uvd"}]]),rM=zi("ListTodo",[["rect",{x:"3",y:"5",width:"6",height:"6",rx:"1",key:"1defrl"}],["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}]]),iM=zi("ListTree",[["path",{d:"M21 12h-8",key:"1bmf0i"}],["path",{d:"M21 6H8",key:"1pqkrb"}],["path",{d:"M21 18h-8",key:"1tm79t"}],["path",{d:"M3 6v4c0 1.1.9 2 2 2h3",key:"1ywdgy"}],["path",{d:"M3 10v6c0 1.1.9 2 2 2h3",key:"2wc746"}]]),nM=zi("ListVideo",[["path",{d:"M12 12H3",key:"18klou"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M12 18H3",key:"11ftsu"}],["path",{d:"m16 12 5 3-5 3v-6Z",key:"zpskkp"}]]),oM=zi("ListX",[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"m19 10-4 4",key:"1tz659"}],["path",{d:"m15 10 4 4",key:"1n7nei"}]]),lM=zi("List",[["line",{x1:"8",x2:"21",y1:"6",y2:"6",key:"7ey8pc"}],["line",{x1:"8",x2:"21",y1:"12",y2:"12",key:"rjfblc"}],["line",{x1:"8",x2:"21",y1:"18",y2:"18",key:"c3b1m8"}],["line",{x1:"3",x2:"3.01",y1:"6",y2:"6",key:"1g7gq3"}],["line",{x1:"3",x2:"3.01",y1:"12",y2:"12",key:"1pjlvk"}],["line",{x1:"3",x2:"3.01",y1:"18",y2:"18",key:"28t2mc"}]]),cM=zi("LoaderCircle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]]),hM=zi("LoaderPinwheel",[["path",{d:"M2 12c0-2.8 2.2-5 5-5s5 2.2 5 5 2.2 5 5 5 5-2.2 5-5",key:"1cg5zf"}],["path",{d:"M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6",key:"1gnrpi"}],["path",{d:"M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6",key:"u9yy5q"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]),dM=zi("Loader",[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]]),sM=zi("LocateFixed",[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]),yM=zi("LocateOff",[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["path",{d:"M7.11 7.11C5.83 8.39 5 10.1 5 12c0 3.87 3.13 7 7 7 1.9 0 3.61-.83 4.89-2.11",key:"1oh7ia"}],["path",{d:"M18.71 13.96c.19-.63.29-1.29.29-1.96 0-3.87-3.13-7-7-7-.67 0-1.33.1-1.96.29",key:"3qdecy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),pM=zi("Locate",[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}]]),uM=zi("LockKeyholeOpen",[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2",key:"l0tzu3"}],["path",{d:"M7 10V7a5 5 0 0 1 9.33-2.5",key:"car5b7"}]]),kM=zi("LockKeyhole",[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2",key:"6s8ecr"}],["path",{d:"M7 10V7a5 5 0 0 1 10 0v3",key:"1pqi11"}]]),mM=zi("LockOpen",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 9.9-1",key:"1mm8w8"}]]),gM=zi("Lock",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]]),vM=zi("LogIn",[["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4",key:"u53s6r"}],["polyline",{points:"10 17 15 12 10 7",key:"1ail0h"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12",key:"v6grx8"}]]),fM=zi("LogOut",[["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}],["polyline",{points:"16 17 21 12 16 7",key:"1gabdz"}],["line",{x1:"21",x2:"9",y1:"12",y2:"12",key:"1uyos4"}]]),MM=zi("Logs",[["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M3 18h1",key:"1eiwyy"}],["path",{d:"M3 6h1",key:"rgxa97"}],["path",{d:"M8 12h1",key:"1con00"}],["path",{d:"M8 18h1",key:"13wk12"}],["path",{d:"M8 6h1",key:"tn6mkg"}]]),xM=zi("Lollipop",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0",key:"107gwy"}]]),wM=zi("Luggage",[["path",{d:"M6 20a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2",key:"1m57jg"}],["path",{d:"M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14",key:"1l99gc"}],["path",{d:"M10 20h4",key:"ni2waw"}],["circle",{cx:"16",cy:"20",r:"2",key:"1vifvg"}],["circle",{cx:"8",cy:"20",r:"2",key:"ckkr5m"}]]),CM=zi("Magnet",[["path",{d:"m6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15",key:"1i3lhw"}],["path",{d:"m5 8 4 4",key:"j6kj7e"}],["path",{d:"m12 15 4 4",key:"lnac28"}]]),LM=zi("MailCheck",[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"12jkf8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]]),bM=zi("MailMinus",[["path",{d:"M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"fuxbkv"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M16 19h6",key:"xwg31i"}]]),SM=zi("MailOpen",[["path",{d:"M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z",key:"1jhwl8"}],["path",{d:"m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10",key:"1qfld7"}]]),IM=zi("MailPlus",[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"12jkf8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M16 19h6",key:"xwg31i"}]]),_M=zi("MailQuestion",[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",key:"e61zoh"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2",key:"7z9rxb"}],["path",{d:"M20 22v.01",key:"12bgn6"}]]),AM=zi("MailSearch",[["path",{d:"M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5",key:"w80f2v"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",key:"8lzu5m"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m22 22-1.5-1.5",key:"1x83k4"}]]),RM=zi("MailWarning",[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",key:"e61zoh"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M20 14v4",key:"1hm744"}],["path",{d:"M20 22v.01",key:"12bgn6"}]]),qM=zi("MailX",[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9",key:"1j9vog"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"m17 17 4 4",key:"1b3523"}],["path",{d:"m21 17-4 4",key:"uinynz"}]]),PM=zi("Mail",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}]]),TM=zi("Mailbox",[["path",{d:"M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z",key:"1lbycx"}],["polyline",{points:"15,9 18,9 18,11",key:"1pm9c0"}],["path",{d:"M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2",key:"15i455"}],["line",{x1:"6",x2:"7",y1:"10",y2:"10",key:"1e2scm"}]]),zM=zi("Mails",[["rect",{width:"16",height:"13",x:"6",y:"4",rx:"2",key:"1drq3f"}],["path",{d:"m22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7",key:"xn252p"}],["path",{d:"M2 8v11c0 1.1.9 2 2 2h14",key:"n13cji"}]]),HM=zi("MapPinCheckInside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}]]),VM=zi("MapPinCheck",[["path",{d:"M19.43 12.935c.357-.967.57-1.955.57-2.935a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32.197 32.197 0 0 0 .813-.728",key:"1dq61d"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"m16 18 2 2 4-4",key:"1mkfmb"}]]),BM=zi("MapPinHouse",[["path",{d:"M15 22a1 1 0 0 1-1-1v-4a1 1 0 0 1 .445-.832l3-2a1 1 0 0 1 1.11 0l3 2A1 1 0 0 1 22 17v4a1 1 0 0 1-1 1z",key:"1p1rcz"}],["path",{d:"M18 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 .601.2",key:"mcbcs9"}],["path",{d:"M18 22v-3",key:"1t1ugv"}],["circle",{cx:"10",cy:"10",r:"3",key:"1ns7v1"}]]),DM=zi("MapPinMinusInside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]),EM=zi("MapPinMinus",[["path",{d:"M18.977 14C19.6 12.701 20 11.343 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",key:"11uxia"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M16 18h6",key:"987eiv"}]]),FM=zi("MapPinOff",[["path",{d:"M12.75 7.09a3 3 0 0 1 2.16 2.16",key:"1d4wjd"}],["path",{d:"M17.072 17.072c-1.634 2.17-3.527 3.912-4.471 4.727a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 1.432-4.568",key:"12yil7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533",key:"lhrkcz"}],["path",{d:"M9.13 9.13a3 3 0 0 0 3.74 3.74",key:"13wojd"}]]),jM=zi("MapPinPlusInside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]),OM=zi("MapPinPlus",[["path",{d:"M19.914 11.105A7.298 7.298 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",key:"fcdtly"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M16 18h6",key:"987eiv"}],["path",{d:"M19 15v6",key:"10aioa"}]]),UM=zi("MapPinXInside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]]),NM=zi("MapPinX",[["path",{d:"M19.752 11.901A7.78 7.78 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 19 19 0 0 0 .09-.077",key:"y0ewhp"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"m21.5 15.5-5 5",key:"11iqnx"}],["path",{d:"m21.5 20.5-5-5",key:"1bylgx"}]]),WM=zi("MapPin",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]]),ZM=zi("MapPinned",[["path",{d:"M18 8c0 3.613-3.869 7.429-5.393 8.795a1 1 0 0 1-1.214 0C9.87 15.429 6 11.613 6 8a6 6 0 0 1 12 0",key:"11u0oz"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["path",{d:"M8.714 14h-3.71a1 1 0 0 0-.948.683l-2.004 6A1 1 0 0 0 3 22h18a1 1 0 0 0 .948-1.316l-2-6a1 1 0 0 0-.949-.684h-3.712",key:"q8zwxj"}]]),GM=zi("Map",[["path",{d:"M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z",key:"169xi5"}],["path",{d:"M15 5.764v15",key:"1pn4in"}],["path",{d:"M9 3.236v15",key:"1uimfh"}]]),XM=zi("Martini",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M12 11v11",key:"ur9y6a"}],["path",{d:"m19 3-7 8-7-8Z",key:"1sgpiw"}]]),KM=zi("Maximize2",[["polyline",{points:"15 3 21 3 21 9",key:"mznyad"}],["polyline",{points:"9 21 3 21 3 15",key:"1avn1i"}],["line",{x1:"21",x2:"14",y1:"3",y2:"10",key:"ota7mn"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]]),YM=zi("Maximize",[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3",key:"1dcmit"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3",key:"1e4gt3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3",key:"wsl5sc"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3",key:"18trek"}]]),JM=zi("Medal",[["path",{d:"M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15",key:"143lza"}],["path",{d:"M11 12 5.12 2.2",key:"qhuxz6"}],["path",{d:"m13 12 5.88-9.8",key:"hbye0f"}],["path",{d:"M8 7h8",key:"i86dvs"}],["circle",{cx:"12",cy:"17",r:"5",key:"qbz8iq"}],["path",{d:"M12 18v-2h-.5",key:"fawc4q"}]]),$M=zi("MegaphoneOff",[["path",{d:"M9.26 9.26 3 11v3l14.14 3.14",key:"3429n"}],["path",{d:"M21 15.34V6l-7.31 2.03",key:"4o1dh8"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6",key:"1yl0tm"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),QM=zi("Megaphone",[["path",{d:"m3 11 18-5v12L3 14v-3z",key:"n962bs"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6",key:"1yl0tm"}]]),ex=zi("Meh",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"8",x2:"16",y1:"15",y2:"15",key:"1xb1d9"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]),tx=zi("MemoryStick",[["path",{d:"M6 19v-3",key:"1nvgqn"}],["path",{d:"M10 19v-3",key:"iu8nkm"}],["path",{d:"M14 19v-3",key:"kcehxu"}],["path",{d:"M18 19v-3",key:"1vh91z"}],["path",{d:"M8 11V9",key:"63erz4"}],["path",{d:"M16 11V9",key:"fru6f3"}],["path",{d:"M12 11V9",key:"ha00sb"}],["path",{d:"M2 15h20",key:"16ne18"}],["path",{d:"M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.1a2 2 0 0 0 0 3.837V17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5.1a2 2 0 0 0 0-3.837Z",key:"lhddv3"}]]),ax=zi("Menu",[["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}],["line",{x1:"4",x2:"20",y1:"6",y2:"6",key:"1owob3"}],["line",{x1:"4",x2:"20",y1:"18",y2:"18",key:"yk5zj1"}]]),rx=zi("Merge",[["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}],["path",{d:"M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22",key:"1hyw0i"}],["path",{d:"m20 22-5-5",key:"1m27yz"}]]),ix=zi("MessageCircleCode",[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22z",key:"k85zhp"}]]),nx=zi("MessageCircleDashed",[["path",{d:"M13.5 3.1c-.5 0-1-.1-1.5-.1s-1 .1-1.5.1",key:"16ll65"}],["path",{d:"M19.3 6.8a10.45 10.45 0 0 0-2.1-2.1",key:"1nq77a"}],["path",{d:"M20.9 13.5c.1-.5.1-1 .1-1.5s-.1-1-.1-1.5",key:"1sf7wn"}],["path",{d:"M17.2 19.3a10.45 10.45 0 0 0 2.1-2.1",key:"x1hs5g"}],["path",{d:"M10.5 20.9c.5.1 1 .1 1.5.1s1-.1 1.5-.1",key:"19m18z"}],["path",{d:"M3.5 17.5 2 22l4.5-1.5",key:"1f36qi"}],["path",{d:"M3.1 10.5c0 .5-.1 1-.1 1.5s.1 1 .1 1.5",key:"1vz3ju"}],["path",{d:"M6.8 4.7a10.45 10.45 0 0 0-2.1 2.1",key:"19f9do"}]]),ox=zi("MessageCircleHeart",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M15.8 9.2a2.5 2.5 0 0 0-3.5 0l-.3.4-.35-.3a2.42 2.42 0 1 0-3.2 3.6l3.6 3.5 3.6-3.5c1.2-1.2 1.1-2.7.2-3.7",key:"43lnbm"}]]),lx=zi("MessageCircleMore",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]]),cx=zi("MessageCircleOff",[["path",{d:"M20.5 14.9A9 9 0 0 0 9.1 3.5",key:"1iebmn"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5.6 5.6C3 8.3 2.2 12.5 4 16l-2 6 6-2c3.4 1.8 7.6 1.1 10.3-1.7",key:"1ov8ce"}]]),hx=zi("MessageCirclePlus",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]),dx=zi("MessageCircleQuestion",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]]),sx=zi("MessageCircleReply",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}],["path",{d:"M7 12h7a2 2 0 0 1 2 2v1",key:"1gheu4"}]]),yx=zi("MessageCircleWarning",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]]),px=zi("MessageCircleX",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]),ux=zi("MessageCircle",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}]]),kx=zi("MessageSquareCode",[["path",{d:"M10 7.5 8 10l2 2.5",key:"xb17xw"}],["path",{d:"m14 7.5 2 2.5-2 2.5",key:"5rap1v"}],["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}]]),mx=zi("MessageSquareDashed",[["path",{d:"M3 6V5c0-1.1.9-2 2-2h2",key:"9usibi"}],["path",{d:"M11 3h3",key:"1c3ji7"}],["path",{d:"M18 3h1c1.1 0 2 .9 2 2",key:"19esxn"}],["path",{d:"M21 9v2",key:"p14lih"}],["path",{d:"M21 15c0 1.1-.9 2-2 2h-1",key:"1fo1j8"}],["path",{d:"M14 17h-3",key:"1w4p2m"}],["path",{d:"m7 17-4 4v-5",key:"ph9x1h"}],["path",{d:"M3 12v-2",key:"856n1q"}]]),gx=zi("MessageSquareDiff",[["path",{d:"m5 19-2 2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2",key:"1xuzuj"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 17h6",key:"r8uit2"}]]),vx=zi("MessageSquareDot",[["path",{d:"M11.7 3H5a2 2 0 0 0-2 2v16l4-4h12a2 2 0 0 0 2-2v-2.7",key:"uodpkb"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}]]),fx=zi("MessageSquareHeart",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M14.8 7.5a1.84 1.84 0 0 0-2.6 0l-.2.3-.3-.3a1.84 1.84 0 1 0-2.4 2.8L12 13l2.7-2.7c.9-.9.8-2.1.1-2.8",key:"1blaws"}]]),Mx=zi("MessageSquareMore",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M16 10h.01",key:"1m94wz"}]]),xx=zi("MessageSquareOff",[["path",{d:"M21 15V5a2 2 0 0 0-2-2H9",key:"43el77"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M3.6 3.6c-.4.3-.6.8-.6 1.4v16l4-4h10",key:"pwpm4a"}]]),wx=zi("MessageSquarePlus",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]),Cx=zi("MessageSquareQuote",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M8 12a2 2 0 0 0 2-2V8H8",key:"1jfesj"}],["path",{d:"M14 12a2 2 0 0 0 2-2V8h-2",key:"1dq9mh"}]]),Lx=zi("MessageSquareReply",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"m10 7-3 3 3 3",key:"1eugdv"}],["path",{d:"M17 13v-1a2 2 0 0 0-2-2H7",key:"ernfh3"}]]),bx=zi("MessageSquareShare",[["path",{d:"M21 12v3a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h7",key:"tqtdkg"}],["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"m16 8 5-5",key:"15mbrl"}]]),Sx=zi("MessageSquareText",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M13 8H7",key:"14i4kc"}],["path",{d:"M17 12H7",key:"16if0g"}]]),Ix=zi("MessageSquareWarning",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M12 7v2",key:"stiyo7"}],["path",{d:"M12 13h.01",key:"y0uutt"}]]),_x=zi("MessageSquareX",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]]),Ax=zi("MessageSquare",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}]]),Rx=zi("MessagesSquare",[["path",{d:"M14 9a2 2 0 0 1-2 2H6l-4 4V4c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2z",key:"jj09z8"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1",key:"1cx29u"}]]),qx=zi("MicOff",[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M18.89 13.23A7.12 7.12 0 0 0 19 12v-2",key:"80xlxr"}],["path",{d:"M5 10v2a7 7 0 0 0 12 5",key:"p2k8kg"}],["path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33",key:"1gzdoj"}],["path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12",key:"r2i35w"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}]]),Px=zi("MicVocal",[["path",{d:"m11 7.601-5.994 8.19a1 1 0 0 0 .1 1.298l.817.818a1 1 0 0 0 1.314.087L15.09 12",key:"80a601"}],["path",{d:"M16.5 21.174C15.5 20.5 14.372 20 13 20c-2.058 0-3.928 2.356-6 2-2.072-.356-2.775-3.369-1.5-4.5",key:"j0ngtp"}],["circle",{cx:"16",cy:"7",r:"5",key:"d08jfb"}]]),Tx=zi("Mic",[["path",{d:"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z",key:"131961"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2",key:"1vc78b"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}]]),zx=zi("Microchip",[["path",{d:"M18 12h2",key:"quuxs7"}],["path",{d:"M18 16h2",key:"zsn3lv"}],["path",{d:"M18 20h2",key:"9x5y9y"}],["path",{d:"M18 4h2",key:"1luxfb"}],["path",{d:"M18 8h2",key:"nxqzg"}],["path",{d:"M4 12h2",key:"1ltxp0"}],["path",{d:"M4 16h2",key:"8a5zha"}],["path",{d:"M4 20h2",key:"27dk57"}],["path",{d:"M4 4h2",key:"10groj"}],["path",{d:"M4 8h2",key:"18vq6w"}],["path",{d:"M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-1.5c-.276 0-.494.227-.562.495a2 2 0 0 1-3.876 0C9.994 2.227 9.776 2 9.5 2z",key:"1681fp"}]]),Hx=zi("Microscope",[["path",{d:"M6 18h8",key:"1borvv"}],["path",{d:"M3 22h18",key:"8prr45"}],["path",{d:"M14 22a7 7 0 1 0 0-14h-1",key:"1jwaiy"}],["path",{d:"M9 14h2",key:"197e7h"}],["path",{d:"M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z",key:"1bmzmy"}],["path",{d:"M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3",key:"1drr47"}]]),Vx=zi("Microwave",[["rect",{width:"20",height:"15",x:"2",y:"4",rx:"2",key:"2no95f"}],["rect",{width:"8",height:"7",x:"6",y:"8",rx:"1",key:"zh9wx"}],["path",{d:"M18 8v7",key:"o5zi4n"}],["path",{d:"M6 19v2",key:"1loha6"}],["path",{d:"M18 19v2",key:"1dawf0"}]]),Bx=zi("Milestone",[["path",{d:"M18 6H5a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h13l4-3.5L18 6Z",key:"1mp5s7"}],["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M12 3v3",key:"1n5kay"}]]),Dx=zi("MilkOff",[["path",{d:"M8 2h8",key:"1ssgc1"}],["path",{d:"M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3",key:"y0ejgx"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435",key:"iaxqsy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),Ex=zi("Milk",[["path",{d:"M8 2h8",key:"1ssgc1"}],["path",{d:"M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2",key:"qtp12x"}],["path",{d:"M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0",key:"ygeh44"}]]),Fx=zi("Minimize2",[["polyline",{points:"4 14 10 14 10 20",key:"11kfnr"}],["polyline",{points:"20 10 14 10 14 4",key:"rlmsce"}],["line",{x1:"14",x2:"21",y1:"10",y2:"3",key:"o5lafz"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]]),jx=zi("Minimize",[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3",key:"hohbtr"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3",key:"5jw1f3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3",key:"198tvr"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3",key:"ph8mxp"}]]),Ox=zi("Minus",[["path",{d:"M5 12h14",key:"1ays0h"}]]),Ux=zi("MonitorCheck",[["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]),Nx=zi("MonitorCog",[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m15.2 4.9-.9-.4",key:"12wd2u"}],["path",{d:"m15.2 7.1-.9.4",key:"1r2vl7"}],["path",{d:"m16.9 3.2-.4-.9",key:"3zbo91"}],["path",{d:"m16.9 8.8-.4.9",key:"1qr2dn"}],["path",{d:"m19.5 2.3-.4.9",key:"1rjrkq"}],["path",{d:"m19.5 9.7-.4-.9",key:"heryx5"}],["path",{d:"m21.7 4.5-.9.4",key:"17fqt1"}],["path",{d:"m21.7 7.5-.9-.4",key:"14zyni"}],["path",{d:"M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7",key:"1tnzv8"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}]]),Wx=zi("MonitorDot",[["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}],["path",{d:"M22 12v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9",key:"1fet9y"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]),Zx=zi("MonitorDown",[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"m15 10-3 3-3-3",key:"lzhmyn"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]),Gx=zi("MonitorOff",[["path",{d:"M17 17H4a2 2 0 0 1-2-2V5c0-1.5 1-2 1-2",key:"k0q8oc"}],["path",{d:"M22 15V5a2 2 0 0 0-2-2H9",key:"cp1ac0"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),Xx=zi("MonitorPause",[["path",{d:"M10 13V7",key:"1u13u9"}],["path",{d:"M14 13V7",key:"1vj9om"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]),Kx=zi("MonitorPlay",[["path",{d:"M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z",key:"1pctta"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}]]),Yx=zi("MonitorSmartphone",[["path",{d:"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8",key:"10dyio"}],["path",{d:"M10 19v-3.96 3.15",key:"1irgej"}],["path",{d:"M7 19h5",key:"qswx4l"}],["rect",{width:"6",height:"10",x:"16",y:"12",rx:"2",key:"1egngj"}]]),Jx=zi("MonitorSpeaker",[["path",{d:"M5.5 20H8",key:"1k40s5"}],["path",{d:"M17 9h.01",key:"1j24nn"}],["rect",{width:"10",height:"16",x:"12",y:"4",rx:"2",key:"ixliua"}],["path",{d:"M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4",key:"1mp6e1"}],["circle",{cx:"17",cy:"15",r:"1",key:"tqvash"}]]),$x=zi("MonitorStop",[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}],["rect",{x:"9",y:"7",width:"6",height:"6",rx:"1",key:"5m2oou"}]]),Qx=zi("MonitorUp",[["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}],["path",{d:"M12 13V7",key:"h0r20n"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]),ew=zi("MonitorX",[["path",{d:"m14.5 12.5-5-5",key:"1jahn5"}],["path",{d:"m9.5 12.5 5-5",key:"1k2t7b"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]),tw=zi("Monitor",[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21",key:"1svkeh"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21",key:"vw1qmm"}]]),aw=zi("MoonStar",[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9",key:"4ay0iu"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}]]),rw=zi("Moon",[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z",key:"a7tn18"}]]),iw=zi("MountainSnow",[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}],["path",{d:"M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19",key:"1pvmmp"}]]),nw=zi("Mountain",[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}]]),ow=zi("MouseOff",[["path",{d:"M12 6v.343",key:"1gyhex"}],["path",{d:"M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218",key:"ukzz01"}],["path",{d:"M19 13.343V9A7 7 0 0 0 8.56 2.902",key:"104jy9"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}]]),lw=zi("MousePointer2",[["path",{d:"M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z",key:"edeuup"}]]),cw=zi("MousePointerBan",[["path",{d:"M2.034 2.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.944L8.204 7.545a1 1 0 0 0-.66.66l-1.066 3.443a.5.5 0 0 1-.944.033z",key:"11pp1i"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}],["path",{d:"m11.8 11.8 8.4 8.4",key:"oogvdj"}]]),hw=zi("MousePointerClick",[["path",{d:"M14 4.1 12 6",key:"ita8i4"}],["path",{d:"m5.1 8-2.9-.8",key:"1go3kf"}],["path",{d:"m6 12-1.9 2",key:"mnht97"}],["path",{d:"M7.2 2.2 8 5.1",key:"1cfko1"}],["path",{d:"M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z",key:"s0h3yz"}]]),dw=zi("MousePointer",[["path",{d:"M12.586 12.586 19 19",key:"ea5xo7"}],["path",{d:"M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z",key:"277e5u"}]]),sw=zi("Mouse",[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7",key:"11ol66"}],["path",{d:"M12 6v4",key:"16clxf"}]]),yw=zi("Move3d",[["path",{d:"M5 3v16h16",key:"1mqmf9"}],["path",{d:"m5 19 6-6",key:"jh6hbb"}],["path",{d:"m2 6 3-3 3 3",key:"tkyvxa"}],["path",{d:"m18 16 3 3-3 3",key:"1d4glt"}]]),pw=zi("MoveDiagonal2",[["polyline",{points:"5 11 5 5 11 5",key:"ncfzxk"}],["polyline",{points:"19 13 19 19 13 19",key:"1mk7hk"}],["line",{x1:"5",x2:"19",y1:"5",y2:"19",key:"mcyte3"}]]),uw=zi("MoveDiagonal",[["polyline",{points:"13 5 19 5 19 11",key:"11219e"}],["polyline",{points:"11 19 5 19 5 13",key:"sfq3wq"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}]]),kw=zi("MoveDownLeft",[["path",{d:"M11 19H5V13",key:"1akmht"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]]),mw=zi("MoveDownRight",[["path",{d:"M19 13V19H13",key:"10vkzq"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]]),gw=zi("MoveDown",[["path",{d:"M8 18L12 22L16 18",key:"cskvfv"}],["path",{d:"M12 2V22",key:"r89rzk"}]]),vw=zi("MoveHorizontal",[["polyline",{points:"18 8 22 12 18 16",key:"1hqrds"}],["polyline",{points:"6 8 2 12 6 16",key:"f0ernq"}],["line",{x1:"2",x2:"22",y1:"12",y2:"12",key:"1dnqot"}]]),fw=zi("MoveLeft",[["path",{d:"M6 8L2 12L6 16",key:"kyvwex"}],["path",{d:"M2 12H22",key:"1m8cig"}]]),Mw=zi("MoveRight",[["path",{d:"M18 8L22 12L18 16",key:"1r0oui"}],["path",{d:"M2 12H22",key:"1m8cig"}]]),xw=zi("MoveUpLeft",[["path",{d:"M5 11V5H11",key:"3q78g9"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]]),ww=zi("MoveUpRight",[["path",{d:"M13 5H19V11",key:"1n1gyv"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]]),Cw=zi("MoveUp",[["path",{d:"M8 6L12 2L16 6",key:"1yvkyx"}],["path",{d:"M12 2V22",key:"r89rzk"}]]),Lw=zi("MoveVertical",[["polyline",{points:"8 18 12 22 16 18",key:"1uutw3"}],["polyline",{points:"8 6 12 2 16 6",key:"d60sxy"}],["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}]]),bw=zi("Move",[["polyline",{points:"5 9 2 12 5 15",key:"1r5uj5"}],["polyline",{points:"9 5 12 2 15 5",key:"5v383o"}],["polyline",{points:"15 19 12 22 9 19",key:"g7qi8m"}],["polyline",{points:"19 9 22 12 19 15",key:"tpp73q"}],["line",{x1:"2",x2:"22",y1:"12",y2:"12",key:"1dnqot"}],["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}]]),Sw=zi("Music2",[["circle",{cx:"8",cy:"18",r:"4",key:"1fc0mg"}],["path",{d:"M12 18V2l7 4",key:"g04rme"}]]),Iw=zi("Music3",[["circle",{cx:"12",cy:"18",r:"4",key:"m3r9ws"}],["path",{d:"M16 18V2",key:"40x2m5"}]]),_w=zi("Music4",[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["path",{d:"m9 9 12-2",key:"1e64n2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]]),Aw=zi("Music",[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]]),Rw=zi("Navigation2Off",[["path",{d:"M9.31 9.31 5 21l7-4 7 4-1.17-3.17",key:"qoq2o2"}],["path",{d:"M14.53 8.88 12 2l-1.17 3.17",key:"k3sjzy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),qw=zi("Navigation2",[["polygon",{points:"12 2 19 21 12 17 5 21 12 2",key:"x8c0qg"}]]),Pw=zi("NavigationOff",[["path",{d:"M8.43 8.43 3 11l8 2 2 8 2.57-5.43",key:"1vdtb7"}],["path",{d:"M17.39 11.73 22 2l-9.73 4.61",key:"tya3r6"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),Tw=zi("Navigation",[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]]),zw=zi("Network",[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1",key:"4q2zg0"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1",key:"8cvhb9"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1",key:"1egb70"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",key:"1jsf9p"}],["path",{d:"M12 12V8",key:"2874zd"}]]),Hw=zi("Newspaper",[["path",{d:"M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2",key:"7pis2x"}],["path",{d:"M18 14h-8",key:"sponae"}],["path",{d:"M15 18h-5",key:"95g1m2"}],["path",{d:"M10 6h8v4h-8V6Z",key:"smlsk5"}]]),Vw=zi("Nfc",[["path",{d:"M6 8.32a7.43 7.43 0 0 1 0 7.36",key:"9iaqei"}],["path",{d:"M9.46 6.21a11.76 11.76 0 0 1 0 11.58",key:"1yha7l"}],["path",{d:"M12.91 4.1a15.91 15.91 0 0 1 .01 15.8",key:"4iu2gk"}],["path",{d:"M16.37 2a20.16 20.16 0 0 1 0 20",key:"sap9u2"}]]),Bw=zi("NotebookPen",[["path",{d:"M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4",key:"re6nr2"}],["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["path",{d:"M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"pqwjuv"}]]),Dw=zi("NotebookTabs",[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M15 2v20",key:"dcj49h"}],["path",{d:"M15 7h5",key:"1xj5lc"}],["path",{d:"M15 12h5",key:"w5shd9"}],["path",{d:"M15 17h5",key:"1qaofu"}]]),Ew=zi("NotebookText",[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M9.5 8h5",key:"11mslq"}],["path",{d:"M9.5 12H16",key:"ktog6x"}],["path",{d:"M9.5 16H14",key:"p1seyn"}]]),Fw=zi("Notebook",[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M16 2v20",key:"rotuqe"}]]),jw=zi("NotepadTextDashed",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"j91f56"}],["path",{d:"M20 12v2",key:"w8o0tu"}],["path",{d:"M20 18v2a2 2 0 0 1-2 2h-1",key:"1c9ggx"}],["path",{d:"M13 22h-2",key:"191ugt"}],["path",{d:"M7 22H6a2 2 0 0 1-2-2v-2",key:"1rt9px"}],["path",{d:"M4 14v-2",key:"1v0sqh"}],["path",{d:"M4 8V6a2 2 0 0 1 2-2h2",key:"1mwabg"}],["path",{d:"M8 10h6",key:"3oa6kw"}],["path",{d:"M8 14h8",key:"1fgep2"}],["path",{d:"M8 18h5",key:"17enja"}]]),Ow=zi("NotepadText",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"16",height:"18",x:"4",y:"4",rx:"2",key:"1u9h20"}],["path",{d:"M8 10h6",key:"3oa6kw"}],["path",{d:"M8 14h8",key:"1fgep2"}],["path",{d:"M8 18h5",key:"17enja"}]]),Uw=zi("NutOff",[["path",{d:"M12 4V2",key:"1k5q1u"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7.01 7.01 0 0 0 4.125-2.939",key:"1xcvy9"}],["path",{d:"M19 10v3.343",key:"163tfc"}],["path",{d:"M12 12c-1.349-.573-1.905-1.005-2.5-2-.546.902-1.048 1.353-2.5 2-1.018-.644-1.46-1.08-2-2-1.028.71-1.69.918-3 1 1.081-1.048 1.757-2.03 2-3 .194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4-.74 0-1.461.068-2.15.192",key:"17914v"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),Nw=zi("Nut",[["path",{d:"M12 4V2",key:"1k5q1u"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592A7.003 7.003 0 0 0 19 14v-4",key:"1tgyif"}],["path",{d:"M12 4C8 4 4.5 6 4 8c-.243.97-.919 1.952-2 3 1.31-.082 1.972-.29 3-1 .54.92.982 1.356 2 2 1.452-.647 1.954-1.098 2.5-2 .595.995 1.151 1.427 2.5 2 1.31-.621 1.862-1.058 2.5-2 .629.977 1.162 1.423 2.5 2 1.209-.548 1.68-.967 2-2 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4Z",key:"tnsqj"}]]),Ww=zi("OctagonAlert",[["path",{d:"M12 16h.01",key:"1drbdi"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z",key:"1fd625"}]]),Zw=zi("OctagonPause",[["path",{d:"M10 15V9",key:"1lckn7"}],["path",{d:"M14 15V9",key:"1muqhk"}],["path",{d:"M2.586 16.872A2 2 0 0 1 2 15.458V8.542a2 2 0 0 1 .586-1.414l4.542-4.542A2 2 0 0 1 8.542 2h6.916a2 2 0 0 1 1.414.586l4.542 4.542A2 2 0 0 1 22 8.542v6.916a2 2 0 0 1-.586 1.414l-4.542 4.542a2 2 0 0 1-1.414.586H8.542a2 2 0 0 1-1.414-.586z",key:"1e17ew"}]]),Gw=zi("OctagonX",[["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]),Xw=zi("Octagon",[["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}]]),Kw=zi("Omega",[["path",{d:"M3 20h4.5a.5.5 0 0 0 .5-.5v-.282a.52.52 0 0 0-.247-.437 8 8 0 1 1 8.494-.001.52.52 0 0 0-.247.438v.282a.5.5 0 0 0 .5.5H21",key:"1x94xo"}]]),Yw=zi("Option",[["path",{d:"M3 3h6l6 18h6",key:"ph9rgk"}],["path",{d:"M14 3h7",key:"16f0ms"}]]),Jw=zi("Orbit",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M10.4 21.9a10 10 0 0 0 9.941-15.416",key:"eohfx2"}],["path",{d:"M13.5 2.1a10 10 0 0 0-9.841 15.416",key:"19pvbm"}]]),$w=zi("Origami",[["path",{d:"M12 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025",key:"1bx4vc"}],["path",{d:"m12 21-7.414-7.414A2 2 0 0 1 4 12.172V6.415a1.002 1.002 0 0 1 1.707-.707L20 20.009",key:"1h3km6"}],["path",{d:"m12.214 3.381 8.414 14.966a1 1 0 0 1-.167 1.199l-1.168 1.163a1 1 0 0 1-.706.291H6.351a1 1 0 0 1-.625-.219L3.25 18.8a1 1 0 0 1 .631-1.781l4.165.027",key:"1hj4wg"}]]),Qw=zi("Package2",[["path",{d:"M3 9h18v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9Z",key:"1ront0"}],["path",{d:"m3 9 2.45-4.9A2 2 0 0 1 7.24 3h9.52a2 2 0 0 1 1.8 1.1L21 9",key:"19h2x1"}],["path",{d:"M12 3v6",key:"1holv5"}]]),eC=zi("PackageCheck",[["path",{d:"m16 16 2 2 4-4",key:"gfu2re"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]),tC=zi("PackageMinus",[["path",{d:"M16 16h6",key:"100bgy"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]),aC=zi("PackageOpen",[["path",{d:"M12 22v-9",key:"x3hkom"}],["path",{d:"M15.17 2.21a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.655 1.655 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z",key:"2ntwy6"}],["path",{d:"M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13",key:"1pmm1c"}],["path",{d:"M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.636 1.636 0 0 0 1.63 0z",key:"12ttoo"}]]),rC=zi("PackagePlus",[["path",{d:"M16 16h6",key:"100bgy"}],["path",{d:"M19 13v6",key:"85cyf1"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]),iC=zi("PackageSearch",[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}],["circle",{cx:"18.5",cy:"15.5",r:"2.5",key:"b5zd12"}],["path",{d:"M20.27 17.27 22 19",key:"1l4muz"}]]),nC=zi("PackageX",[["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}],["path",{d:"m17 13 5 5m-5 0 5-5",key:"im3w4b"}]]),oC=zi("Package",[["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z",key:"hh9hay"}],["path",{d:"m3.3 7 8.7 5 8.7-5",key:"g66t2b"}],["path",{d:"M12 22V12",key:"d0xqtd"}]]),lC=zi("PaintBucket",[["path",{d:"m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z",key:"irua1i"}],["path",{d:"m5 2 5 5",key:"1lls2c"}],["path",{d:"M2 13h15",key:"1hkzvu"}],["path",{d:"M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z",key:"xk76lq"}]]),cC=zi("PaintRoller",[["rect",{width:"16",height:"6",x:"2",y:"2",rx:"2",key:"jcyz7m"}],["path",{d:"M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2",key:"1b9h7c"}],["rect",{width:"4",height:"6",x:"8",y:"16",rx:"1",key:"d6e7yl"}]]),hC=zi("PaintbrushVertical",[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v4",key:"qmzblu"}],["path",{d:"M17 2a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1z",key:"ycvu00"}],["path",{d:"M6 12a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h2a1 1 0 0 1 1 1v2.9a2 2 0 1 0 4 0V17a1 1 0 0 1 1-1h2a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1",key:"iw4wnp"}]]),dC=zi("Paintbrush",[["path",{d:"m14.622 17.897-10.68-2.913",key:"vj2p1u"}],["path",{d:"M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0z",key:"18tc5c"}],["path",{d:"M9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15",key:"ytzfxy"}]]),sC=zi("Palette",[["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z",key:"12rzf8"}]]),yC=zi("PanelBottomClose",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"m15 8-3 3-3-3",key:"1oxy1z"}]]),pC=zi("PanelBottomDashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M14 15h1",key:"171nev"}],["path",{d:"M19 15h2",key:"1vnucp"}],["path",{d:"M3 15h2",key:"8bym0q"}],["path",{d:"M9 15h1",key:"1tg3ks"}]]),uC=zi("PanelBottomOpen",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}]]),kC=zi("PanelBottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}]]),mC=zi("PanelLeftClose",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m16 15-3-3 3-3",key:"14y99z"}]]),gC=zi("PanelLeftDashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 14v1",key:"askpd8"}],["path",{d:"M9 19v2",key:"16tejx"}],["path",{d:"M9 3v2",key:"1noubl"}],["path",{d:"M9 9v1",key:"19ebxg"}]]),vC=zi("PanelLeftOpen",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m14 9 3 3-3 3",key:"8010ee"}]]),fC=zi("PanelLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}]]),MC=zi("PanelRightClose",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m8 9 3 3-3 3",key:"12hl5m"}]]),xC=zi("PanelRightDashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 14v1",key:"ilsfch"}],["path",{d:"M15 19v2",key:"1fst2f"}],["path",{d:"M15 3v2",key:"z204g4"}],["path",{d:"M15 9v1",key:"z2a8b1"}]]),wC=zi("PanelRightOpen",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}]]),CC=zi("PanelRight",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}]]),LC=zi("PanelTopClose",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m9 16 3-3 3 3",key:"1idcnm"}]]),bC=zi("PanelTopDashed",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M14 9h1",key:"l0svgy"}],["path",{d:"M19 9h2",key:"te2zfg"}],["path",{d:"M3 9h2",key:"1h4ldw"}],["path",{d:"M9 9h1",key:"15jzuz"}]]),SC=zi("PanelTopOpen",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m15 14-3 3-3-3",key:"g215vf"}]]),IC=zi("PanelTop",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}]]),_C=zi("PanelsLeftBottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M9 15h12",key:"5ijen5"}]]),AC=zi("PanelsRightBottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h12",key:"1wkqb3"}],["path",{d:"M15 3v18",key:"14nvp0"}]]),RC=zi("PanelsTopLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M9 21V9",key:"1oto5p"}]]),qC=zi("Paperclip",[["path",{d:"m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48",key:"1u3ebp"}]]),PC=zi("Parentheses",[["path",{d:"M8 21s-4-3-4-9 4-9 4-9",key:"uto9ud"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9",key:"4w2vsq"}]]),TC=zi("ParkingMeter",[["path",{d:"M9 9a3 3 0 1 1 6 0",key:"jdoeu8"}],["path",{d:"M12 12v3",key:"158kv8"}],["path",{d:"M11 15h2",key:"199qp6"}],["path",{d:"M19 9a7 7 0 1 0-13.6 2.3C6.4 14.4 8 19 8 19h8s1.6-4.6 2.6-7.7c.3-.8.4-1.5.4-2.3",key:"1l50wn"}],["path",{d:"M12 19v3",key:"npa21l"}]]),zC=zi("PartyPopper",[["path",{d:"M5.8 11.3 2 22l10.7-3.79",key:"gwxi1d"}],["path",{d:"M4 3h.01",key:"1vcuye"}],["path",{d:"M22 8h.01",key:"1mrtc2"}],["path",{d:"M15 2h.01",key:"1cjtqr"}],["path",{d:"M22 20h.01",key:"1mrys2"}],["path",{d:"m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10",key:"hbicv8"}],["path",{d:"m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17",key:"1i94pl"}],["path",{d:"m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7",key:"1cofks"}],["path",{d:"M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z",key:"4kbmks"}]]),HC=zi("Pause",[["rect",{x:"14",y:"4",width:"4",height:"16",rx:"1",key:"zuxfzm"}],["rect",{x:"6",y:"4",width:"4",height:"16",rx:"1",key:"1okwgv"}]]),VC=zi("PawPrint",[["circle",{cx:"11",cy:"4",r:"2",key:"vol9p0"}],["circle",{cx:"18",cy:"8",r:"2",key:"17gozi"}],["circle",{cx:"20",cy:"16",r:"2",key:"1v9bxh"}],["path",{d:"M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z",key:"1ydw1z"}]]),BC=zi("PcCase",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",key:"1uq1d7"}],["path",{d:"M15 14h.01",key:"1kp3bh"}],["path",{d:"M9 6h6",key:"dgm16u"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]),DC=zi("PenLine",[["path",{d:"M12 20h9",key:"t2du7b"}],["path",{d:"M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z",key:"1ykcvy"}]]),EC=zi("PenOff",[["path",{d:"m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",key:"bjo8r8"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353",key:"16h5ne"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),FC=zi("PenTool",[["path",{d:"M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z",key:"nt11vn"}],["path",{d:"m18 13-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18",key:"15qc1e"}],["path",{d:"m2.3 2.3 7.286 7.286",key:"1wuzzi"}],["circle",{cx:"11",cy:"11",r:"2",key:"xmgehs"}]]),jC=zi("Pen",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]]),OC=zi("PencilLine",[["path",{d:"M12 20h9",key:"t2du7b"}],["path",{d:"M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z",key:"1ykcvy"}],["path",{d:"m15 5 3 3",key:"1w25hb"}]]),UC=zi("PencilOff",[["path",{d:"m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",key:"bjo8r8"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353",key:"16h5ne"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),NC=zi("PencilRuler",[["path",{d:"M13 7 8.7 2.7a2.41 2.41 0 0 0-3.4 0L2.7 5.3a2.41 2.41 0 0 0 0 3.4L7 13",key:"orapub"}],["path",{d:"m8 6 2-2",key:"115y1s"}],["path",{d:"m18 16 2-2",key:"ee94s4"}],["path",{d:"m17 11 4.3 4.3c.94.94.94 2.46 0 3.4l-2.6 2.6c-.94.94-2.46.94-3.4 0L11 17",key:"cfq27r"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]]),WC=zi("Pencil",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]]),ZC=zi("Pentagon",[["path",{d:"M10.83 2.38a2 2 0 0 1 2.34 0l8 5.74a2 2 0 0 1 .73 2.25l-3.04 9.26a2 2 0 0 1-1.9 1.37H7.04a2 2 0 0 1-1.9-1.37L2.1 10.37a2 2 0 0 1 .73-2.25z",key:"2hea0t"}]]),GC=zi("Percent",[["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5",key:"4mh3h7"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5",key:"1mdrzq"}]]),XC=zi("PersonStanding",[["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["path",{d:"m9 20 3-6 3 6",key:"se2kox"}],["path",{d:"m6 8 6 2 6-2",key:"4o3us4"}],["path",{d:"M12 10v4",key:"1kjpxc"}]]),KC=zi("PhilippinePeso",[["path",{d:"M20 11H4",key:"6ut86h"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"M7 21V4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 12H7",key:"1ana5r"}]]),YC=zi("PhoneCall",[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}],["path",{d:"M14.05 2a9 9 0 0 1 8 7.94",key:"vmijpz"}],["path",{d:"M14.05 6A5 5 0 0 1 18 10",key:"13nbpp"}]]),JC=zi("PhoneForwarded",[["polyline",{points:"18 2 22 6 18 10",key:"6vjanh"}],["line",{x1:"14",x2:"22",y1:"6",y2:"6",key:"1jsywh"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]),$C=zi("PhoneIncoming",[["polyline",{points:"16 2 16 8 22 8",key:"1ygljm"}],["line",{x1:"22",x2:"16",y1:"2",y2:"8",key:"1xzwqn"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]),QC=zi("PhoneMissed",[["line",{x1:"22",x2:"16",y1:"2",y2:"8",key:"1xzwqn"}],["line",{x1:"16",x2:"22",y1:"2",y2:"8",key:"13zxdn"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]),eL=zi("PhoneOff",[["path",{d:"M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91",key:"z86iuo"}],["line",{x1:"22",x2:"2",y1:"2",y2:"22",key:"11kh81"}]]),tL=zi("PhoneOutgoing",[["polyline",{points:"22 8 22 2 16 2",key:"1g204g"}],["line",{x1:"16",x2:"22",y1:"8",y2:"2",key:"1ggias"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]),aL=zi("Phone",[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]),rL=zi("Pi",[["line",{x1:"9",x2:"9",y1:"4",y2:"20",key:"ovs5a5"}],["path",{d:"M4 7c0-1.7 1.3-3 3-3h13",key:"10pag4"}],["path",{d:"M18 20c-1.7 0-3-1.3-3-3V4",key:"1gaosr"}]]),iL=zi("Piano",[["path",{d:"M18.5 8c-1.4 0-2.6-.8-3.2-2A6.87 6.87 0 0 0 2 9v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-8.5C22 9.6 20.4 8 18.5 8",key:"lag0yf"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M6 14v4",key:"9ng0ue"}],["path",{d:"M10 14v4",key:"1v8uk5"}],["path",{d:"M14 14v4",key:"1tqops"}],["path",{d:"M18 14v4",key:"18uqwm"}]]),nL=zi("Pickaxe",[["path",{d:"M14.531 12.469 6.619 20.38a1 1 0 1 1-3-3l7.912-7.912",key:"we99rg"}],["path",{d:"M15.686 4.314A12.5 12.5 0 0 0 5.461 2.958 1 1 0 0 0 5.58 4.71a22 22 0 0 1 6.318 3.393",key:"1w6hck"}],["path",{d:"M17.7 3.7a1 1 0 0 0-1.4 0l-4.6 4.6a1 1 0 0 0 0 1.4l2.6 2.6a1 1 0 0 0 1.4 0l4.6-4.6a1 1 0 0 0 0-1.4z",key:"15hgfx"}],["path",{d:"M19.686 8.314a12.501 12.501 0 0 1 1.356 10.225 1 1 0 0 1-1.751-.119 22 22 0 0 0-3.393-6.319",key:"452b4h"}]]),oL=zi("PictureInPicture2",[["path",{d:"M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4",key:"daa4of"}],["rect",{width:"10",height:"7",x:"12",y:"13",rx:"2",key:"1nb8gs"}]]),lL=zi("PictureInPicture",[["path",{d:"M8 4.5v5H3m-1-6 6 6m13 0v-3c0-1.16-.84-2-2-2h-7m-9 9v2c0 1.05.95 2 2 2h3",key:"bcd8fb"}],["rect",{width:"10",height:"7",x:"12",y:"13.5",ry:"2",key:"136fx3"}]]),cL=zi("PiggyBank",[["path",{d:"M19 5c-1.5 0-2.8 1.4-3 2-3.5-1.5-11-.3-11 5 0 1.8 0 3 2 4.5V20h4v-2h3v2h4v-4c1-.5 1.7-1 2-2h2v-4h-2c0-1-.5-1.5-1-2V5z",key:"1ivx2i"}],["path",{d:"M2 9v1c0 1.1.9 2 2 2h1",key:"nm575m"}],["path",{d:"M16 11h.01",key:"xkw8gn"}]]),hL=zi("PilcrowLeft",[["path",{d:"M14 3v11",key:"mlfb7b"}],["path",{d:"M14 9h-3a3 3 0 0 1 0-6h9",key:"1ulc19"}],["path",{d:"M18 3v11",key:"1phi0r"}],["path",{d:"M22 18H2l4-4",key:"yt65j9"}],["path",{d:"m6 22-4-4",key:"6jgyf5"}]]),dL=zi("PilcrowRight",[["path",{d:"M10 3v11",key:"o3l5kj"}],["path",{d:"M10 9H7a1 1 0 0 1 0-6h8",key:"1wb1nc"}],["path",{d:"M14 3v11",key:"mlfb7b"}],["path",{d:"m18 14 4 4H2",key:"4r8io1"}],["path",{d:"m22 18-4 4",key:"1hjjrd"}]]),sL=zi("Pilcrow",[["path",{d:"M13 4v16",key:"8vvj80"}],["path",{d:"M17 4v16",key:"7dpous"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13",key:"sh4n9v"}]]),yL=zi("PillBottle",[["path",{d:"M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4",key:"17ldeb"}],["path",{d:"M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7",key:"nc37y6"}],["rect",{width:"16",height:"5",x:"4",y:"2",rx:"1",key:"3jeezo"}]]),pL=zi("Pill",[["path",{d:"m10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z",key:"wa1lgi"}],["path",{d:"m8.5 8.5 7 7",key:"rvfmvr"}]]),uL=zi("PinOff",[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M15 9.34V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H7.89",key:"znwnzq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h11",key:"c9qhm2"}]]),kL=zi("Pin",[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",key:"1nkz8b"}]]),mL=zi("Pipette",[["path",{d:"m2 22 1-1h3l9-9",key:"1sre89"}],["path",{d:"M3 21v-3l9-9",key:"hpe2y6"}],["path",{d:"m15 6 3.4-3.4a2.1 2.1 0 1 1 3 3L18 9l.4.4a2.1 2.1 0 1 1-3 3l-3.8-3.8a2.1 2.1 0 1 1 3-3l.4.4Z",key:"196du1"}]]),gL=zi("Pizza",[["path",{d:"M15 11h.01",key:"rns66s"}],["path",{d:"M11 15h.01",key:"k85uqc"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"m2 16 20 6-6-20A20 20 0 0 0 2 16",key:"e4slt2"}],["path",{d:"M5.71 17.11a17.04 17.04 0 0 1 11.4-11.4",key:"rerf8f"}]]),vL=zi("PlaneLanding",[["path",{d:"M2 22h20",key:"272qi7"}],["path",{d:"M3.77 10.77 2 9l2-4.5 1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6 1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38Z",key:"1ma21e"}]]),fL=zi("PlaneTakeoff",[["path",{d:"M2 22h20",key:"272qi7"}],["path",{d:"M6.36 17.4 4 17l-2-4 1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12 5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.41 2.41 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z",key:"fkigj9"}]]),ML=zi("Plane",[["path",{d:"M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z",key:"1v9wt8"}]]),xL=zi("Play",[["polygon",{points:"6 3 20 12 6 21 6 3",key:"1oa8hb"}]]),wL=zi("Plug2",[["path",{d:"M9 2v6",key:"17ngun"}],["path",{d:"M15 2v6",key:"s7yy2p"}],["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M5 8h14",key:"pcz4l3"}],["path",{d:"M6 11V8h12v3a6 6 0 1 1-12 0Z",key:"wtfw2c"}]]),CL=zi("PlugZap",[["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",key:"goz73y"}],["path",{d:"m2 22 3-3",key:"19mgm9"}],["path",{d:"M7.5 13.5 10 11",key:"7xgeeb"}],["path",{d:"M10.5 16.5 13 14",key:"10btkg"}],["path",{d:"m18 3-4 4h6l-4 4",key:"16psg9"}]]),LL=zi("Plug",[["path",{d:"M12 22v-5",key:"1ega77"}],["path",{d:"M9 8V2",key:"14iosj"}],["path",{d:"M15 8V2",key:"18g5xt"}],["path",{d:"M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z",key:"osxo6l"}]]),bL=zi("Plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]),SL=zi("PocketKnife",[["path",{d:"M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2-2 1-2 2 2 1 2 2",key:"19w3oe"}],["path",{d:"M18 6h.01",key:"1v4wsw"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M20.83 8.83a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z",key:"6fykxj"}],["path",{d:"M18 11.66V22a4 4 0 0 0 4-4V6",key:"1utzek"}]]),IL=zi("Pocket",[["path",{d:"M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z",key:"1mz881"}],["polyline",{points:"8 10 12 14 16 10",key:"w4mbv5"}]]),_L=zi("Podcast",[["path",{d:"M16.85 18.58a9 9 0 1 0-9.7 0",key:"d71mpg"}],["path",{d:"M8 14a5 5 0 1 1 8 0",key:"fc81rn"}],["circle",{cx:"12",cy:"11",r:"1",key:"1gvufo"}],["path",{d:"M13 17a1 1 0 1 0-2 0l.5 4.5a.5.5 0 1 0 1 0Z",key:"za5kbj"}]]),AL=zi("PointerOff",[["path",{d:"M10 4.5V4a2 2 0 0 0-2.41-1.957",key:"jsi14n"}],["path",{d:"M13.9 8.4a2 2 0 0 0-1.26-1.295",key:"hirc7f"}],["path",{d:"M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158",key:"1jxb2e"}],["path",{d:"m7 15-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343",key:"10r7hm"}],["path",{d:"M6 6v8",key:"tv5xkp"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),RL=zi("Pointer",[["path",{d:"M22 14a8 8 0 0 1-8 8",key:"56vcr3"}],["path",{d:"M18 11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1agjmk"}],["path",{d:"M14 10V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1",key:"wdbh2u"}],["path",{d:"M10 9.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10",key:"1ibuk9"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",key:"g6ys72"}]]),qL=zi("Popcorn",[["path",{d:"M18 8a2 2 0 0 0 0-4 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0 0 4",key:"10td1f"}],["path",{d:"M10 22 9 8",key:"yjptiv"}],["path",{d:"m14 22 1-14",key:"8jwc8b"}],["path",{d:"M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1Z",key:"1qo33t"}]]),PL=zi("Popsicle",[["path",{d:"M18.6 14.4c.8-.8.8-2 0-2.8l-8.1-8.1a4.95 4.95 0 1 0-7.1 7.1l8.1 8.1c.9.7 2.1.7 2.9-.1Z",key:"1o68ps"}],["path",{d:"m22 22-5.5-5.5",key:"17o70y"}]]),TL=zi("PoundSterling",[["path",{d:"M18 7c0-5.333-8-5.333-8 0",key:"1prm2n"}],["path",{d:"M10 7v14",key:"18tmcs"}],["path",{d:"M6 21h12",key:"4dkmi1"}],["path",{d:"M6 13h10",key:"ybwr4a"}]]),zL=zi("PowerOff",[["path",{d:"M18.36 6.64A9 9 0 0 1 20.77 15",key:"dxknvb"}],["path",{d:"M6.16 6.16a9 9 0 1 0 12.68 12.68",key:"1x7qb5"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),HL=zi("Power",[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04",key:"obofu9"}]]),VL=zi("Presentation",[["path",{d:"M2 3h20",key:"91anmk"}],["path",{d:"M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3",key:"2k9sn8"}],["path",{d:"m7 21 5-5 5 5",key:"bip4we"}]]),BL=zi("PrinterCheck",[["path",{d:"M13.5 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v.5",key:"qeb09x"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2",key:"1md90i"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}]]),DL=zi("Printer",[["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",key:"143wyd"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}],["rect",{x:"6",y:"14",width:"12",height:"8",rx:"1",key:"1ue0tg"}]]),EL=zi("Projector",[["path",{d:"M5 7 3 5",key:"1yys58"}],["path",{d:"M9 6V3",key:"1ptz9u"}],["path",{d:"m13 7 2-2",key:"1w3vmq"}],["circle",{cx:"9",cy:"13",r:"3",key:"1mma13"}],["path",{d:"M11.83 12H20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.17",key:"2frwzc"}],["path",{d:"M16 16h2",key:"dnq2od"}]]),FL=zi("Proportions",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M12 9v11",key:"1fnkrn"}],["path",{d:"M2 9h13a2 2 0 0 1 2 2v9",key:"11z3ex"}]]),jL=zi("Puzzle",[["path",{d:"M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z",key:"i0oyt7"}]]),OL=zi("Pyramid",[["path",{d:"M2.5 16.88a1 1 0 0 1-.32-1.43l9-13.02a1 1 0 0 1 1.64 0l9 13.01a1 1 0 0 1-.32 1.44l-8.51 4.86a2 2 0 0 1-1.98 0Z",key:"aenxs0"}],["path",{d:"M12 2v20",key:"t6zp3m"}]]),UL=zi("QrCode",[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1",key:"1tu5fj"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1",key:"1v8r4q"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1",key:"1x03jg"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3",key:"177gqh"}],["path",{d:"M21 21v.01",key:"ents32"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7",key:"8crl2c"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M12 3h.01",key:"n36tog"}],["path",{d:"M12 16v.01",key:"133mhm"}],["path",{d:"M16 12h1",key:"1slzba"}],["path",{d:"M21 12v.01",key:"1lwtk9"}],["path",{d:"M12 21v-1",key:"1880an"}]]),NL=zi("Quote",[["path",{d:"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"rib7q0"}],["path",{d:"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"1ymkrd"}]]),WL=zi("Rabbit",[["path",{d:"M13 16a3 3 0 0 1 2.24 5",key:"1epib5"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"M18 21h-8a4 4 0 0 1-4-4 7 7 0 0 1 7-7h.2L9.6 6.4a1 1 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1a3 3 0 0 0-3 3",key:"ue9ozu"}],["path",{d:"M20 8.54V4a2 2 0 1 0-4 0v3",key:"49iql8"}],["path",{d:"M7.612 12.524a3 3 0 1 0-1.6 4.3",key:"1e33i0"}]]),ZL=zi("Radar",[["path",{d:"M19.07 4.93A10 10 0 0 0 6.99 3.34",key:"z3du51"}],["path",{d:"M4 6h.01",key:"oypzma"}],["path",{d:"M2.29 9.62A10 10 0 1 0 21.31 8.35",key:"qzzz0"}],["path",{d:"M16.24 7.76A6 6 0 1 0 8.23 16.67",key:"1yjesh"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M17.99 11.66A6 6 0 0 1 15.77 16.67",key:"1u2y91"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"m13.41 10.59 5.66-5.66",key:"mhq4k0"}]]),GL=zi("Radiation",[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M7.5 4.2c-.3-.5-.9-.7-1.3-.4C3.9 5.5 2.3 8.1 2 11c-.1.5.4 1 1 1h5c0-1.5.8-2.8 2-3.4-1.1-1.9-2-3.5-2.5-4.4z",key:"wy49g3"}],["path",{d:"M21 12c.6 0 1-.4 1-1-.3-2.9-1.8-5.5-4.1-7.1-.4-.3-1.1-.2-1.3.3-.6.9-1.5 2.5-2.6 4.3 1.2.7 2 2 2 3.5h5z",key:"vklnvr"}],["path",{d:"M7.5 19.8c-.3.5-.1 1.1.4 1.3 2.6 1.2 5.6 1.2 8.2 0 .5-.2.7-.8.4-1.3-.5-.9-1.4-2.5-2.5-4.3-1.2.7-2.8.7-4 0-1.1 1.8-2 3.4-2.5 4.3z",key:"wkdf1o"}]]),XL=zi("Radical",[["path",{d:"M3 12h3.28a1 1 0 0 1 .948.684l2.298 7.934a.5.5 0 0 0 .96-.044L13.82 4.771A1 1 0 0 1 14.792 4H21",key:"1mqj8i"}]]),KL=zi("RadioReceiver",[["path",{d:"M5 16v2",key:"g5qcv5"}],["path",{d:"M19 16v2",key:"1gbaio"}],["rect",{width:"20",height:"8",x:"2",y:"8",rx:"2",key:"vjsjur"}],["path",{d:"M18 12h.01",key:"yjnet6"}]]),YL=zi("RadioTower",[["path",{d:"M4.9 16.1C1 12.2 1 5.8 4.9 1.9",key:"s0qx1y"}],["path",{d:"M7.8 4.7a6.14 6.14 0 0 0-.8 7.5",key:"1idnkw"}],["circle",{cx:"12",cy:"9",r:"2",key:"1092wv"}],["path",{d:"M16.2 4.8c2 2 2.26 5.11.8 7.47",key:"ojru2q"}],["path",{d:"M19.1 1.9a9.96 9.96 0 0 1 0 14.1",key:"rhi7fg"}],["path",{d:"M9.5 18h5",key:"mfy3pd"}],["path",{d:"m8 22 4-11 4 11",key:"25yftu"}]]),JL=zi("Radio",[["path",{d:"M4.9 19.1C1 15.2 1 8.8 4.9 4.9",key:"1vaf9d"}],["path",{d:"M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5",key:"u1ii0m"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5",key:"1j5fej"}],["path",{d:"M19.1 4.9C23 8.8 23 15.1 19.1 19",key:"10b0cb"}]]),$L=zi("Radius",[["path",{d:"M20.34 17.52a10 10 0 1 0-2.82 2.82",key:"fydyku"}],["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["path",{d:"m13.41 13.41 4.18 4.18",key:"1gqbwc"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]),QL=zi("RailSymbol",[["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M5 9h14",key:"7tsvo6"}],["path",{d:"m14 20-5-5 6-6-5-5",key:"1jo42i"}]]),eb=zi("Rainbow",[["path",{d:"M22 17a10 10 0 0 0-20 0",key:"ozegv"}],["path",{d:"M6 17a6 6 0 0 1 12 0",key:"5giftw"}],["path",{d:"M10 17a2 2 0 0 1 4 0",key:"gnsikk"}]]),tb=zi("Rat",[["path",{d:"M17 5c0-1.7-1.3-3-3-3s-3 1.3-3 3c0 .8.3 1.5.8 2H11c-3.9 0-7 3.1-7 7c0 2.2 1.8 4 4 4",key:"1wq71c"}],["path",{d:"M16.8 3.9c.3-.3.6-.5 1-.7 1.5-.6 3.3.1 3.9 1.6.6 1.5-.1 3.3-1.6 3.9l1.6 2.8c.2.3.2.7.2 1-.2.8-.9 1.2-1.7 1.1 0 0-1.6-.3-2.7-.6H17c-1.7 0-3 1.3-3 3",key:"1crdmb"}],["path",{d:"M13.2 18a3 3 0 0 0-2.2-5",key:"1ol3lk"}],["path",{d:"M13 22H4a2 2 0 0 1 0-4h12",key:"bt3f23"}],["path",{d:"M16 9h.01",key:"1bdo4e"}]]),ab=zi("Ratio",[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]),rb=zi("ReceiptCent",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M12 6.5v11",key:"ecfhkf"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2",key:"1makmb"}]]),ib=zi("ReceiptEuro",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 12h5",key:"1g6qi8"}],["path",{d:"M16 9.5a4 4 0 1 0 0 5.2",key:"b2px4r"}]]),nb=zi("ReceiptIndianRupee",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 7h8",key:"i86dvs"}],["path",{d:"M12 17.5 8 15h1a4 4 0 0 0 0-8",key:"grpkl4"}],["path",{d:"M8 11h8",key:"vwpz6n"}]]),ob=zi("ReceiptJapaneseYen",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"m12 10 3-3",key:"1mc12w"}],["path",{d:"m9 7 3 3v7.5",key:"39i0xv"}],["path",{d:"M9 11h6",key:"1fldmi"}],["path",{d:"M9 15h6",key:"cctwl0"}]]),lb=zi("ReceiptPoundSterling",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 13h5",key:"1k9z8w"}],["path",{d:"M10 17V9.5a2.5 2.5 0 0 1 5 0",key:"1dzgp0"}],["path",{d:"M8 17h7",key:"8mjdqu"}]]),cb=zi("ReceiptRussianRuble",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 15h5",key:"vxg57a"}],["path",{d:"M8 11h5a2 2 0 1 0 0-4h-3v10",key:"1usi5u"}]]),hb=zi("ReceiptSwissFranc",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M10 17V7h5",key:"k7jq18"}],["path",{d:"M10 11h4",key:"1i0mka"}],["path",{d:"M8 15h5",key:"vxg57a"}]]),db=zi("ReceiptText",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M14 8H8",key:"1l3xfs"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M13 16H8",key:"wsln4y"}]]),sb=zi("Receipt",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 17.5v-11",key:"1jc1ny"}]]),yb=zi("RectangleEllipsis",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M17 12h.01",key:"1m0b6t"}],["path",{d:"M7 12h.01",key:"eqddd0"}]]),pb=zi("RectangleHorizontal",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]),ub=zi("RectangleVertical",[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}]]),kb=zi("Recycle",[["path",{d:"M7 19H4.815a1.83 1.83 0 0 1-1.57-.881 1.785 1.785 0 0 1-.004-1.784L7.196 9.5",key:"x6z5xu"}],["path",{d:"M11 19h8.203a1.83 1.83 0 0 0 1.556-.89 1.784 1.784 0 0 0 0-1.775l-1.226-2.12",key:"1x4zh5"}],["path",{d:"m14 16-3 3 3 3",key:"f6jyew"}],["path",{d:"M8.293 13.596 7.196 9.5 3.1 10.598",key:"wf1obh"}],["path",{d:"m9.344 5.811 1.093-1.892A1.83 1.83 0 0 1 11.985 3a1.784 1.784 0 0 1 1.546.888l3.943 6.843",key:"9tzpgr"}],["path",{d:"m13.378 9.633 4.096 1.098 1.097-4.096",key:"1oe83g"}]]),mb=zi("Redo2",[["path",{d:"m15 14 5-5-5-5",key:"12vg1m"}],["path",{d:"M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13",key:"6uklza"}]]),gb=zi("RedoDot",[["circle",{cx:"12",cy:"17",r:"1",key:"1ixnty"}],["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]]),vb=zi("Redo",[["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]]),fb=zi("RefreshCcwDot",[["path",{d:"M3 2v6h6",key:"18ldww"}],["path",{d:"M21 12A9 9 0 0 0 6 5.3L3 8",key:"1pbrqz"}],["path",{d:"M21 22v-6h-6",key:"usdfbe"}],["path",{d:"M3 12a9 9 0 0 0 15 6.7l3-2.7",key:"1hosoe"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]),Mb=zi("RefreshCcw",[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"14sxne"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16",key:"1hlbsb"}],["path",{d:"M16 16h5v5",key:"ccwih5"}]]),xb=zi("RefreshCwOff",[["path",{d:"M21 8L18.74 5.74A9.75 9.75 0 0 0 12 3C11 3 10.03 3.16 9.13 3.47",key:"1krf6h"}],["path",{d:"M8 16H3v5",key:"1cv678"}],["path",{d:"M3 12C3 9.51 4 7.26 5.64 5.64",key:"ruvoct"}],["path",{d:"m3 16 2.26 2.26A9.75 9.75 0 0 0 12 21c2.49 0 4.74-1 6.36-2.64",key:"19q130"}],["path",{d:"M21 12c0 1-.16 1.97-.47 2.87",key:"4w8emr"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}]]),wb=zi("RefreshCw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]),Cb=zi("Refrigerator",[["path",{d:"M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6Z",key:"fpq118"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M15 7v6",key:"1nx30x"}]]),Lb=zi("Regex",[["path",{d:"M17 3v10",key:"15fgeh"}],["path",{d:"m12.67 5.5 8.66 5",key:"1gpheq"}],["path",{d:"m12.67 10.5 8.66-5",key:"1dkfa6"}],["path",{d:"M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z",key:"swwfx4"}]]),bb=zi("RemoveFormatting",[["path",{d:"M4 7V4h16v3",key:"9msm58"}],["path",{d:"M5 20h6",key:"1h6pxn"}],["path",{d:"M13 4 8 20",key:"kqq6aj"}],["path",{d:"m15 15 5 5",key:"me55sn"}],["path",{d:"m20 15-5 5",key:"11p7ol"}]]),Sb=zi("Repeat1",[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}],["path",{d:"M11 10h1v4",key:"70cz1p"}]]),Ib=zi("Repeat2",[["path",{d:"m2 9 3-3 3 3",key:"1ltn5i"}],["path",{d:"M13 18H7a2 2 0 0 1-2-2V6",key:"1r6tfw"}],["path",{d:"m22 15-3 3-3-3",key:"4rnwn2"}],["path",{d:"M11 6h6a2 2 0 0 1 2 2v10",key:"2f72bc"}]]),_b=zi("Repeat",[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}]]),Ab=zi("ReplaceAll",[["path",{d:"M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"1yyzbs"}],["path",{d:"M14 4a2 2 0 0 1 2-2",key:"1w2hp7"}],["path",{d:"M16 10a2 2 0 0 1-2-2",key:"shjach"}],["path",{d:"M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"zfj4xr"}],["path",{d:"M20 2a2 2 0 0 1 2 2",key:"188mtx"}],["path",{d:"M22 8a2 2 0 0 1-2 2",key:"ddf4tu"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a 3 3 0 0 1 3-3h1",key:"1ageje"}],["rect",{x:"2",y:"14",width:"8",height:"8",rx:"2",key:"4rksxw"}]]),Rb=zi("Replace",[["path",{d:"M14 4a2 2 0 0 1 2-2",key:"1w2hp7"}],["path",{d:"M16 10a2 2 0 0 1-2-2",key:"shjach"}],["path",{d:"M20 2a2 2 0 0 1 2 2",key:"188mtx"}],["path",{d:"M22 8a2 2 0 0 1-2 2",key:"ddf4tu"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a3 3 0 0 1 3-3h1",key:"3y3t5z"}],["rect",{x:"2",y:"14",width:"8",height:"8",rx:"2",key:"4rksxw"}]]),qb=zi("ReplyAll",[["polyline",{points:"7 17 2 12 7 7",key:"t83bqg"}],["polyline",{points:"12 17 7 12 12 7",key:"1g4ajm"}],["path",{d:"M22 18v-2a4 4 0 0 0-4-4H7",key:"1fcyog"}]]),Pb=zi("Reply",[["polyline",{points:"9 17 4 12 9 7",key:"hvgpf2"}],["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4",key:"5vmcpk"}]]),Tb=zi("Rewind",[["polygon",{points:"11 19 2 12 11 5 11 19",key:"14yba5"}],["polygon",{points:"22 19 13 12 22 5 22 19",key:"1pi1cj"}]]),zb=zi("Ribbon",[["path",{d:"M12 11.22C11 9.997 10 9 10 8a2 2 0 0 1 4 0c0 1-.998 2.002-2.01 3.22",key:"1rnhq3"}],["path",{d:"m12 18 2.57-3.5",key:"116vt7"}],["path",{d:"M6.243 9.016a7 7 0 0 1 11.507-.009",key:"10dq0b"}],["path",{d:"M9.35 14.53 12 11.22",key:"tdsyp2"}],["path",{d:"M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0 1 12 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 0 1-.203 1.43l-1.894 1.36a1 1 0 0 1-1.384-.215L12 18l-2.679 3.593a1 1 0 0 1-1.39.213l-1.865-1.353a1 1 0 0 1-.203-1.422z",key:"nmifey"}]]),Hb=zi("Rocket",[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]]),Vb=zi("RockingChair",[["polyline",{points:"3.5 2 6.5 12.5 18 12.5",key:"y3iy52"}],["line",{x1:"9.5",x2:"5.5",y1:"12.5",y2:"20",key:"19vg5i"}],["line",{x1:"15",x2:"18.5",y1:"12.5",y2:"20",key:"1inpmv"}],["path",{d:"M2.75 18a13 13 0 0 0 18.5 0",key:"1nquas"}]]),Bb=zi("RollerCoaster",[["path",{d:"M6 19V5",key:"1r845m"}],["path",{d:"M10 19V6.8",key:"9j2tfs"}],["path",{d:"M14 19v-7.8",key:"10s8qv"}],["path",{d:"M18 5v4",key:"1tajlv"}],["path",{d:"M18 19v-6",key:"ielfq3"}],["path",{d:"M22 19V9",key:"158nzp"}],["path",{d:"M2 19V9a4 4 0 0 1 4-4c2 0 4 1.33 6 4s4 4 6 4a4 4 0 1 0-3-6.65",key:"1930oh"}]]),Db=zi("Rotate3d",[["path",{d:"M16.466 7.5C15.643 4.237 13.952 2 12 2 9.239 2 7 6.477 7 12s2.239 10 5 10c.342 0 .677-.069 1-.2",key:"10n0gc"}],["path",{d:"m15.194 13.707 3.814 1.86-1.86 3.814",key:"16shm9"}],["path",{d:"M19 15.57c-1.804.885-4.274 1.43-7 1.43-5.523 0-10-2.239-10-5s4.477-5 10-5c4.838 0 8.873 1.718 9.8 4",key:"1lxi77"}]]),Eb=zi("RotateCcwSquare",[["path",{d:"M20 9V7a2 2 0 0 0-2-2h-6",key:"19z8uc"}],["path",{d:"m15 2-3 3 3 3",key:"177bxs"}],["path",{d:"M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2",key:"d36hnl"}]]),Fb=zi("RotateCcw",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]]),jb=zi("RotateCwSquare",[["path",{d:"M12 5H6a2 2 0 0 0-2 2v3",key:"l96uqu"}],["path",{d:"m9 8 3-3-3-3",key:"1gzgc3"}],["path",{d:"M4 14v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2",key:"1w2k5h"}]]),Ob=zi("RotateCw",[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",key:"1p45f6"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}]]),Ub=zi("RouteOff",[["circle",{cx:"6",cy:"19",r:"3",key:"1kj8tv"}],["path",{d:"M9 19h8.5c.4 0 .9-.1 1.3-.2",key:"1effex"}],["path",{d:"M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12",key:"k9y2ds"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 15.3a3.5 3.5 0 0 0-3.3-3.3",key:"11nlu2"}],["path",{d:"M15 5h-4.3",key:"6537je"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]]),Nb=zi("Route",[["circle",{cx:"6",cy:"19",r:"3",key:"1kj8tv"}],["path",{d:"M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15",key:"1d8sl"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]]),Wb=zi("Router",[["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6.01 18H6",key:"19vcac"}],["path",{d:"M10.01 18H10",key:"uamcmx"}],["path",{d:"M15 10v4",key:"qjz1xs"}],["path",{d:"M17.84 7.17a4 4 0 0 0-5.66 0",key:"1rif40"}],["path",{d:"M20.66 4.34a8 8 0 0 0-11.31 0",key:"6a5xfq"}]]),Zb=zi("Rows2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 12h18",key:"1i2n21"}]]),Gb=zi("Rows3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 9H3",key:"1338ky"}],["path",{d:"M21 15H3",key:"9uk58r"}]]),Xb=zi("Rows4",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 7.5H3",key:"1hm9pq"}],["path",{d:"M21 12H3",key:"2avoz0"}],["path",{d:"M21 16.5H3",key:"n7jzkj"}]]),Kb=zi("Rss",[["path",{d:"M4 11a9 9 0 0 1 9 9",key:"pv89mb"}],["path",{d:"M4 4a16 16 0 0 1 16 16",key:"k0647b"}],["circle",{cx:"5",cy:"19",r:"1",key:"bfqh0e"}]]),Yb=zi("Ruler",[["path",{d:"M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z",key:"icamh8"}],["path",{d:"m14.5 12.5 2-2",key:"inckbg"}],["path",{d:"m11.5 9.5 2-2",key:"fmmyf7"}],["path",{d:"m8.5 6.5 2-2",key:"vc6u1g"}],["path",{d:"m17.5 15.5 2-2",key:"wo5hmg"}]]),Jb=zi("RussianRuble",[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18",key:"18ai8t"}],["path",{d:"M6 15h8",key:"1y8f6l"}]]),$b=zi("Sailboat",[["path",{d:"M22 18H2a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4Z",key:"1404fh"}],["path",{d:"M21 14 10 2 3 14h18Z",key:"1nzg7v"}],["path",{d:"M10 2v16",key:"1labyt"}]]),Qb=zi("Salad",[["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M11.38 12a2.4 2.4 0 0 1-.4-4.77 2.4 2.4 0 0 1 3.2-2.77 2.4 2.4 0 0 1 3.47-.63 2.4 2.4 0 0 1 3.37 3.37 2.4 2.4 0 0 1-1.1 3.7 2.51 2.51 0 0 1 .03 1.1",key:"10xrj0"}],["path",{d:"m13 12 4-4",key:"1hckqy"}],["path",{d:"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2",key:"1p4srx"}]]),eS=zi("Sandwich",[["path",{d:"M3 11v3a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-3",key:"34v9d7"}],["path",{d:"M12 19H4a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3.83",key:"1k5vfb"}],["path",{d:"m3 11 7.77-6.04a2 2 0 0 1 2.46 0L21 11H3Z",key:"1oe7l6"}],["path",{d:"M12.97 19.77 7 15h12.5l-3.75 4.5a2 2 0 0 1-2.78.27Z",key:"1ts2ri"}]]),tS=zi("SatelliteDish",[["path",{d:"M4 10a7.31 7.31 0 0 0 10 10Z",key:"1fzpp3"}],["path",{d:"m9 15 3-3",key:"88sc13"}],["path",{d:"M17 13a6 6 0 0 0-6-6",key:"15cc6u"}],["path",{d:"M21 13A10 10 0 0 0 11 3",key:"11nf8s"}]]),aS=zi("Satellite",[["path",{d:"M13 7 9 3 5 7l4 4",key:"vyckw6"}],["path",{d:"m17 11 4 4-4 4-4-4",key:"rchckc"}],["path",{d:"m8 12 4 4 6-6-4-4Z",key:"1sshf7"}],["path",{d:"m16 8 3-3",key:"x428zp"}],["path",{d:"M9 21a6 6 0 0 0-6-6",key:"1iajcf"}]]),rS=zi("SaveAll",[["path",{d:"M10 2v3a1 1 0 0 0 1 1h5",key:"1xspal"}],["path",{d:"M18 18v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6",key:"1ra60u"}],["path",{d:"M18 22H4a2 2 0 0 1-2-2V6",key:"pblm9e"}],["path",{d:"M8 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 22 6.828V16a2 2 0 0 1-2.01 2z",key:"1yve0x"}]]),iS=zi("SaveOff",[["path",{d:"M13 13H8a1 1 0 0 0-1 1v7",key:"h8g396"}],["path",{d:"M14 8h1",key:"1lfen6"}],["path",{d:"M17 21v-4",key:"1yknxs"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20.41 20.41A2 2 0 0 1 19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 .59-1.41",key:"1t4vdl"}],["path",{d:"M29.5 11.5s5 5 4 5",key:"zzn4i6"}],["path",{d:"M9 3h6.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V15",key:"24cby9"}]]),nS=zi("Save",[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]]),oS=zi("Scale3d",[["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["circle",{cx:"5",cy:"5",r:"2",key:"1gwv83"}],["path",{d:"M5 7v12h12",key:"vtaa4r"}],["path",{d:"m5 19 6-6",key:"jh6hbb"}]]),lS=zi("Scale",[["path",{d:"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",key:"7g6ntu"}],["path",{d:"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",key:"ijws7r"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2",key:"3gwbw2"}]]),cS=zi("Scaling",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M14 15H9v-5",key:"pi4jk9"}],["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M21 3 9 15",key:"15kdhq"}]]),hS=zi("ScanBarcode",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M8 7v10",key:"23sfjj"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M17 7v10",key:"578dap"}]]),dS=zi("ScanEye",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",key:"11ak4c"}]]),sS=zi("ScanFace",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 9h.01",key:"x1ddxp"}]]),yS=zi("ScanLine",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7 12h10",key:"b7w52i"}]]),pS=zi("ScanQrCode",[["path",{d:"M17 12v4a1 1 0 0 1-1 1h-4",key:"uk4fdo"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M17 8V7",key:"q2g9wo"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M7 17h.01",key:"19xn7k"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["rect",{x:"7",y:"7",width:"5",height:"5",rx:"1",key:"m9kyts"}]]),uS=zi("ScanSearch",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m16 16-1.9-1.9",key:"1dq9hf"}]]),kS=zi("ScanText",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7 8h8",key:"1jbsf9"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h6",key:"1vyc9m"}]]),mS=zi("Scan",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]]),gS=zi("School",[["path",{d:"M14 22v-4a2 2 0 1 0-4 0v4",key:"hhkicm"}],["path",{d:"m18 10 4 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8l4-2",key:"1vwozw"}],["path",{d:"M18 5v17",key:"1sw6gf"}],["path",{d:"m4 6 8-4 8 4",key:"1q0ilc"}],["path",{d:"M6 5v17",key:"1xfsm0"}],["circle",{cx:"12",cy:"9",r:"2",key:"1092wv"}]]),vS=zi("ScissorsLineDashed",[["path",{d:"M5.42 9.42 8 12",key:"12pkuq"}],["circle",{cx:"4",cy:"8",r:"2",key:"107mxr"}],["path",{d:"m14 6-8.58 8.58",key:"gvzu5l"}],["circle",{cx:"4",cy:"16",r:"2",key:"1ehqvc"}],["path",{d:"M10.8 14.8 14 18",key:"ax7m9r"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]]),fS=zi("Scissors",[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M8.12 8.12 12 12",key:"1alkpv"}],["path",{d:"M20 4 8.12 15.88",key:"xgtan2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M14.8 14.8 20 20",key:"ptml3r"}]]),MS=zi("ScreenShareOff",[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",key:"i8wdob"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m22 3-5 5",key:"12jva0"}],["path",{d:"m17 3 5 5",key:"k36vhe"}]]),xS=zi("ScreenShare",[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",key:"i8wdob"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m17 8 5-5",key:"fqif7o"}],["path",{d:"M17 3h5v5",key:"1o3tu8"}]]),wS=zi("ScrollText",[["path",{d:"M15 12h-5",key:"r7krc0"}],["path",{d:"M15 8h-5",key:"1khuty"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]]),CS=zi("Scroll",[["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]]),LS=zi("SearchCheck",[["path",{d:"m8 11 2 2 4-4",key:"1sed1v"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]),bS=zi("SearchCode",[["path",{d:"m13 13.5 2-2.5-2-2.5",key:"1rvxrh"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M9 8.5 7 11l2 2.5",key:"6ffwbx"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]]),SS=zi("SearchSlash",[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]),IS=zi("SearchX",[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["path",{d:"m8.5 8.5 5 5",key:"a8mexj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]),_S=zi("Search",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]),AS=zi("Section",[["path",{d:"M16 5a4 3 0 0 0-8 0c0 4 8 3 8 7a4 3 0 0 1-8 0",key:"vqan6v"}],["path",{d:"M8 19a4 3 0 0 0 8 0c0-4-8-3-8-7a4 3 0 0 1 8 0",key:"wdjd8o"}]]),RS=zi("SendHorizontal",[["path",{d:"m3 3 3 9-3 9 19-9Z",key:"1aobqy"}],["path",{d:"M6 12h16",key:"s4cdu5"}]]),qS=zi("SendToBack",[["rect",{x:"14",y:"14",width:"8",height:"8",rx:"2",key:"1b0bso"}],["rect",{x:"2",y:"2",width:"8",height:"8",rx:"2",key:"1x09vl"}],["path",{d:"M7 14v1a2 2 0 0 0 2 2h1",key:"pao6x6"}],["path",{d:"M14 7h1a2 2 0 0 1 2 2v1",key:"19tdru"}]]),PS=zi("Send",[["path",{d:"m22 2-7 20-4-9-9-4Z",key:"1q3vgg"}],["path",{d:"M22 2 11 13",key:"nzbqef"}]]),TS=zi("SeparatorHorizontal",[["line",{x1:"3",x2:"21",y1:"12",y2:"12",key:"10d38w"}],["polyline",{points:"8 8 12 4 16 8",key:"zo8t4w"}],["polyline",{points:"16 16 12 20 8 16",key:"1oyrid"}]]),zS=zi("SeparatorVertical",[["line",{x1:"12",x2:"12",y1:"3",y2:"21",key:"1efggb"}],["polyline",{points:"8 8 4 12 8 16",key:"bnfmv4"}],["polyline",{points:"16 16 20 12 16 8",key:"u90052"}]]),HS=zi("ServerCog",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M4.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-.5",key:"tn8das"}],["path",{d:"M4.5 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-.5",key:"1g2pve"}],["path",{d:"M6 6h.01",key:"1utrut"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m15.7 13.4-.9-.3",key:"1jwmzr"}],["path",{d:"m9.2 10.9-.9-.3",key:"qapnim"}],["path",{d:"m10.6 15.7.3-.9",key:"quwk0k"}],["path",{d:"m13.6 15.7-.4-1",key:"cb9xp7"}],["path",{d:"m10.8 9.3-.4-1",key:"1uaiz5"}],["path",{d:"m8.3 13.6 1-.4",key:"s6srou"}],["path",{d:"m14.7 10.8 1-.4",key:"4d31cq"}],["path",{d:"m13.4 8.3-.3.9",key:"1bm987"}]]),VS=zi("ServerCrash",[["path",{d:"M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2",key:"4b9dqc"}],["path",{d:"M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2",key:"22nnkd"}],["path",{d:"M6 6h.01",key:"1utrut"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m13 6-4 6h6l-4 6",key:"14hqih"}]]),BS=zi("ServerOff",[["path",{d:"M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5",key:"bt2siv"}],["path",{d:"M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z",key:"1hjrv1"}],["path",{d:"M22 17v-1a2 2 0 0 0-2-2h-1",key:"1iynyr"}],["path",{d:"M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z",key:"161ggg"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),DS=zi("Server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]),ES=zi("Settings2",[["path",{d:"M20 7h-9",key:"3s1dr2"}],["path",{d:"M14 17H5",key:"gfn3mx"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]]),FS=zi("Settings",[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",key:"1qme2f"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]),jS=zi("Shapes",[["path",{d:"M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z",key:"1bo67w"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1",key:"1bkyp8"}],["circle",{cx:"17.5",cy:"17.5",r:"3.5",key:"w3z12y"}]]),OS=zi("Share2",[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]]),US=zi("Share",[["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",key:"1b2hhj"}],["polyline",{points:"16 6 12 2 8 6",key:"m901s6"}],["line",{x1:"12",x2:"12",y1:"2",y2:"15",key:"1p0rca"}]]),NS=zi("Sheet",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["line",{x1:"3",x2:"21",y1:"9",y2:"9",key:"1vqk6q"}],["line",{x1:"3",x2:"21",y1:"15",y2:"15",key:"o2sbyz"}],["line",{x1:"9",x2:"9",y1:"9",y2:"21",key:"1ib60c"}],["line",{x1:"15",x2:"15",y1:"9",y2:"21",key:"1n26ft"}]]),WS=zi("Shell",[["path",{d:"M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44",key:"1cn552"}]]),ZS=zi("ShieldAlert",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]]),GS=zi("ShieldBan",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m4.243 5.21 14.39 12.472",key:"1c9a7c"}]]),XS=zi("ShieldCheck",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]),KS=zi("ShieldEllipsis",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]]),YS=zi("ShieldHalf",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 22V2",key:"zs6s6o"}]]),JS=zi("ShieldMinus",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9 12h6",key:"1c52cq"}]]),$S=zi("ShieldOff",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5 5a1 1 0 0 0-1 1v7c0 5 3.5 7.5 7.67 8.94a1 1 0 0 0 .67.01c2.35-.82 4.48-1.97 5.9-3.71",key:"1jlk70"}],["path",{d:"M9.309 3.652A12.252 12.252 0 0 0 11.24 2.28a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v7a9.784 9.784 0 0 1-.08 1.264",key:"18rp1v"}]]),QS=zi("ShieldPlus",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M12 9v6",key:"199k2o"}]]),eI=zi("ShieldQuestion",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}],["path",{d:"M12 17h.01",key:"p32p05"}]]),tI=zi("ShieldX",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m14.5 9.5-5 5",key:"17q4r4"}],["path",{d:"m9.5 9.5 5 5",key:"18nt4w"}]]),aI=zi("Shield",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}]]),rI=zi("ShipWheel",[["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}],["path",{d:"M12 2v7.5",key:"1e5rl5"}],["path",{d:"m19 5-5.23 5.23",key:"1ezxxf"}],["path",{d:"M22 12h-7.5",key:"le1719"}],["path",{d:"m19 19-5.23-5.23",key:"p3fmgn"}],["path",{d:"M12 14.5V22",key:"dgcmos"}],["path",{d:"M10.23 13.77 5 19",key:"qwopd4"}],["path",{d:"M9.5 12H2",key:"r7bup8"}],["path",{d:"M10.23 10.23 5 5",key:"k2y7lj"}],["circle",{cx:"12",cy:"12",r:"2.5",key:"ix0uyj"}]]),iI=zi("Ship",[["path",{d:"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 .6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"iegodh"}],["path",{d:"M19.38 20A11.6 11.6 0 0 0 21 14l-9-4-9 4c0 2.9.94 5.34 2.81 7.76",key:"fp8vka"}],["path",{d:"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6",key:"qpkstq"}],["path",{d:"M12 10v4",key:"1kjpxc"}],["path",{d:"M12 2v3",key:"qbqxhf"}]]),nI=zi("Shirt",[["path",{d:"M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z",key:"1wgbhj"}]]),oI=zi("ShoppingBag",[["path",{d:"M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z",key:"hou9p0"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M16 10a4 4 0 0 1-8 0",key:"1ltviw"}]]),lI=zi("ShoppingBasket",[["path",{d:"m15 11-1 9",key:"5wnq3a"}],["path",{d:"m19 11-4-7",key:"cnml18"}],["path",{d:"M2 11h20",key:"3eubbj"}],["path",{d:"m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8a2 2 0 0 0 2-1.6l1.7-7.4",key:"yiazzp"}],["path",{d:"M4.5 15.5h15",key:"13mye1"}],["path",{d:"m5 11 4-7",key:"116ra9"}],["path",{d:"m9 11 1 9",key:"1ojof7"}]]),cI=zi("ShoppingCart",[["circle",{cx:"8",cy:"21",r:"1",key:"jimo8o"}],["circle",{cx:"19",cy:"21",r:"1",key:"13723u"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12",key:"9zh506"}]]),hI=zi("Shovel",[["path",{d:"M2 22v-5l5-5 5 5-5 5z",key:"1fh25c"}],["path",{d:"M9.5 14.5 16 8",key:"1smz5x"}],["path",{d:"m17 2 5 5-.5.5a3.53 3.53 0 0 1-5 0s0 0 0 0a3.53 3.53 0 0 1 0-5L17 2",key:"1q8uv5"}]]),dI=zi("ShowerHead",[["path",{d:"m4 4 2.5 2.5",key:"uv2vmf"}],["path",{d:"M13.5 6.5a4.95 4.95 0 0 0-7 7",key:"frdkwv"}],["path",{d:"M15 5 5 15",key:"1ag8rq"}],["path",{d:"M14 17v.01",key:"eokfpp"}],["path",{d:"M10 16v.01",key:"14uyyl"}],["path",{d:"M13 13v.01",key:"1v1k97"}],["path",{d:"M16 10v.01",key:"5169yg"}],["path",{d:"M11 20v.01",key:"cj92p8"}],["path",{d:"M17 14v.01",key:"11cswd"}],["path",{d:"M20 11v.01",key:"19e0od"}]]),sI=zi("Shrink",[["path",{d:"m15 15 6 6m-6-6v4.8m0-4.8h4.8",key:"17vawe"}],["path",{d:"M9 19.8V15m0 0H4.2M9 15l-6 6",key:"chjx8e"}],["path",{d:"M15 4.2V9m0 0h4.8M15 9l6-6",key:"lav6yq"}],["path",{d:"M9 4.2V9m0 0H4.2M9 9 3 3",key:"1pxi2q"}]]),yI=zi("Shrub",[["path",{d:"M12 22v-7l-2-2",key:"eqv9mc"}],["path",{d:"M17 8v.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0Z",key:"ubcgy"}],["path",{d:"m14 14-2 2",key:"847xa2"}]]),pI=zi("Shuffle",[["path",{d:"M2 18h1.4c1.3 0 2.5-.6 3.3-1.7l6.1-8.6c.7-1.1 2-1.7 3.3-1.7H22",key:"1wmou1"}],["path",{d:"m18 2 4 4-4 4",key:"pucp1d"}],["path",{d:"M2 6h1.9c1.5 0 2.9.9 3.6 2.2",key:"10bdb2"}],["path",{d:"M22 18h-5.9c-1.3 0-2.6-.7-3.3-1.8l-.5-.8",key:"vgxac0"}],["path",{d:"m18 14 4 4-4 4",key:"10pe0f"}]]),uI=zi("Sigma",[["path",{d:"M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2",key:"wuwx1p"}]]),kI=zi("SignalHigh",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M17 20V8",key:"1tkaf5"}]]),mI=zi("SignalLow",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}]]),gI=zi("SignalMedium",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}]]),vI=zi("SignalZero",[["path",{d:"M2 20h.01",key:"4haj6o"}]]),fI=zi("Signal",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M17 20V8",key:"1tkaf5"}],["path",{d:"M22 4v16",key:"sih9yq"}]]),MI=zi("Signature",[["path",{d:"m21 17-2.156-1.868A.5.5 0 0 0 18 15.5v.5a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1c0-2.545-3.991-3.97-8.5-4a1 1 0 0 0 0 5c4.153 0 4.745-11.295 5.708-13.5a2.5 2.5 0 1 1 3.31 3.284",key:"y32ogt"}],["path",{d:"M3 21h18",key:"itz85i"}]]),xI=zi("SignpostBig",[["path",{d:"M10 9H4L2 7l2-2h6",key:"1hq7x2"}],["path",{d:"M14 5h6l2 2-2 2h-6",key:"bv62ej"}],["path",{d:"M10 22V4a2 2 0 1 1 4 0v18",key:"eqpcf2"}],["path",{d:"M8 22h8",key:"rmew8v"}]]),wI=zi("Signpost",[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M12 3v3",key:"1n5kay"}],["path",{d:"M18 6a2 2 0 0 1 1.414.586l2.293 2.207a1 1 0 0 1 0 1.414l-2.27 2.184a2 2 0 0 1-1.742.586L6 13a2 2 0 0 1-1.414-.586l-2.293-2.207a1 1 0 0 1 0-1.414l2.293-2.207A2 2 0 0 1 6 6z",key:"rb0lus"}]]),CI=zi("Siren",[["path",{d:"M7 18v-6a5 5 0 1 1 10 0v6",key:"pcx96s"}],["path",{d:"M5 21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2z",key:"1b4s83"}],["path",{d:"M21 12h1",key:"jtio3y"}],["path",{d:"M18.5 4.5 18 5",key:"g5sp9y"}],["path",{d:"M2 12h1",key:"1uaihz"}],["path",{d:"M12 2v1",key:"11qlp1"}],["path",{d:"m4.929 4.929.707.707",key:"1i51kw"}],["path",{d:"M12 12v6",key:"3ahymv"}]]),LI=zi("SkipBack",[["polygon",{points:"19 20 9 12 19 4 19 20",key:"o2sva"}],["line",{x1:"5",x2:"5",y1:"19",y2:"5",key:"1ocqjk"}]]),bI=zi("SkipForward",[["polygon",{points:"5 4 15 12 5 20 5 4",key:"16p6eg"}],["line",{x1:"19",x2:"19",y1:"5",y2:"19",key:"futhcm"}]]),SI=zi("Skull",[["path",{d:"m12.5 17-.5-1-.5 1h1z",key:"3me087"}],["path",{d:"M15 22a1 1 0 0 0 1-1v-1a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20v1a1 1 0 0 0 1 1z",key:"1o5pge"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}]]),II=zi("Slack",[["rect",{width:"3",height:"8",x:"13",y:"2",rx:"1.5",key:"diqz80"}],["path",{d:"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5",key:"183iwg"}],["rect",{width:"3",height:"8",x:"8",y:"14",rx:"1.5",key:"hqg7r1"}],["path",{d:"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5",key:"76g71w"}],["rect",{width:"8",height:"3",x:"14",y:"13",rx:"1.5",key:"1kmz0a"}],["path",{d:"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5",key:"jc4sz0"}],["rect",{width:"8",height:"3",x:"2",y:"8",rx:"1.5",key:"1omvl4"}],["path",{d:"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5",key:"16f3cl"}]]),_I=zi("Slash",[["path",{d:"M22 2 2 22",key:"y4kqgn"}]]),AI=zi("Slice",[["path",{d:"m8 14-6 6h9v-3",key:"zo3j9a"}],["path",{d:"M18.37 3.63 8 14l3 3L21.37 6.63a2.12 2.12 0 1 0-3-3Z",key:"1dzx0j"}]]),RI=zi("SlidersHorizontal",[["line",{x1:"21",x2:"14",y1:"4",y2:"4",key:"obuewd"}],["line",{x1:"10",x2:"3",y1:"4",y2:"4",key:"1q6298"}],["line",{x1:"21",x2:"12",y1:"12",y2:"12",key:"1iu8h1"}],["line",{x1:"8",x2:"3",y1:"12",y2:"12",key:"ntss68"}],["line",{x1:"21",x2:"16",y1:"20",y2:"20",key:"14d8ph"}],["line",{x1:"12",x2:"3",y1:"20",y2:"20",key:"m0wm8r"}],["line",{x1:"14",x2:"14",y1:"2",y2:"6",key:"14e1ph"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"16",x2:"16",y1:"18",y2:"22",key:"1lctlv"}]]),qI=zi("SlidersVertical",[["line",{x1:"4",x2:"4",y1:"21",y2:"14",key:"1p332r"}],["line",{x1:"4",x2:"4",y1:"10",y2:"3",key:"gb41h5"}],["line",{x1:"12",x2:"12",y1:"21",y2:"12",key:"hf2csr"}],["line",{x1:"12",x2:"12",y1:"8",y2:"3",key:"1kfi7u"}],["line",{x1:"20",x2:"20",y1:"21",y2:"16",key:"1lhrwl"}],["line",{x1:"20",x2:"20",y1:"12",y2:"3",key:"16vvfq"}],["line",{x1:"2",x2:"6",y1:"14",y2:"14",key:"1uebub"}],["line",{x1:"10",x2:"14",y1:"8",y2:"8",key:"1yglbp"}],["line",{x1:"18",x2:"22",y1:"16",y2:"16",key:"1jxqpz"}]]),PI=zi("SmartphoneCharging",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12.667 8 10 12h4l-2.667 4",key:"h9lk2d"}]]),TI=zi("SmartphoneNfc",[["rect",{width:"7",height:"12",x:"2",y:"6",rx:"1",key:"5nje8w"}],["path",{d:"M13 8.32a7.43 7.43 0 0 1 0 7.36",key:"1g306n"}],["path",{d:"M16.46 6.21a11.76 11.76 0 0 1 0 11.58",key:"uqvjvo"}],["path",{d:"M19.91 4.1a15.91 15.91 0 0 1 .01 15.8",key:"ujntz3"}]]),zI=zi("Smartphone",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]]),HI=zi("SmilePlus",[["path",{d:"M22 11v1a10 10 0 1 1-9-10",key:"ew0xw9"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}],["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 2v6",key:"4bpg5p"}]]),VI=zi("Smile",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]]),BI=zi("Snail",[["path",{d:"M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0",key:"hneq2s"}],["circle",{cx:"10",cy:"13",r:"8",key:"194lz3"}],["path",{d:"M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6",key:"ixqyt7"}],["path",{d:"M18 3 19.1 5.2",key:"9tjm43"}],["path",{d:"M22 3 20.9 5.2",key:"j3odrs"}]]),DI=zi("Snowflake",[["line",{x1:"2",x2:"22",y1:"12",y2:"12",key:"1dnqot"}],["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}],["path",{d:"m20 16-4-4 4-4",key:"rquw4f"}],["path",{d:"m4 8 4 4-4 4",key:"12s3z9"}],["path",{d:"m16 4-4 4-4-4",key:"1tumq1"}],["path",{d:"m8 20 4-4 4 4",key:"9p200w"}]]),EI=zi("Sofa",[["path",{d:"M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3",key:"1dgpiv"}],["path",{d:"M2 16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",key:"xacw8m"}],["path",{d:"M4 18v2",key:"jwo5n2"}],["path",{d:"M20 18v2",key:"1ar1qi"}],["path",{d:"M12 4v9",key:"oqhhn3"}]]),FI=zi("Soup",[["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M19.5 12 22 6",key:"shfsr5"}],["path",{d:"M16.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.73 1.62",key:"rpc6vp"}],["path",{d:"M11.25 3c.27.1.8.53.74 1.36-.05.83-.93 1.2-.98 2.02-.06.78.33 1.24.72 1.62",key:"1lf63m"}],["path",{d:"M6.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.74 1.62",key:"97tijn"}]]),jI=zi("Space",[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]]),OI=zi("Spade",[["path",{d:"M5 9c-1.5 1.5-3 3.2-3 5.5A5.5 5.5 0 0 0 7.5 20c1.8 0 3-.5 4.5-2 1.5 1.5 2.7 2 4.5 2a5.5 5.5 0 0 0 5.5-5.5c0-2.3-1.5-4-3-5.5l-7-7-7 7Z",key:"40bo9n"}],["path",{d:"M12 18v4",key:"jadmvz"}]]),UI=zi("Sparkle",[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}]]),NI=zi("Sparkles",[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}],["path",{d:"M4 17v2",key:"vumght"}],["path",{d:"M5 18H3",key:"zchphs"}]]),WI=zi("Speaker",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M12 6h.01",key:"1vi96p"}],["circle",{cx:"12",cy:"14",r:"4",key:"1jruaj"}],["path",{d:"M12 14h.01",key:"1etili"}]]),ZI=zi("Speech",[["path",{d:"M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20",key:"11atix"}],["path",{d:"M19.8 17.8a7.5 7.5 0 0 0 .003-10.603",key:"yol142"}],["path",{d:"M17 15a3.5 3.5 0 0 0-.025-4.975",key:"ssbmkc"}]]),GI=zi("SpellCheck2",[["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M4 21c1.1 0 1.1-1 2.3-1s1.1 1 2.3 1c1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1",key:"8mdmtu"}]]),XI=zi("SpellCheck",[["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m16 20 2 2 4-4",key:"13tcca"}]]),KI=zi("Spline",[["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M5 17A12 12 0 0 1 17 5",key:"1okkup"}]]),YI=zi("Split",[["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M8 3H3v5",key:"15dfkv"}],["path",{d:"M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3",key:"1qrqzj"}],["path",{d:"m15 9 6-6",key:"ko1vev"}]]),JI=zi("SprayCan",[["path",{d:"M3 3h.01",key:"159qn6"}],["path",{d:"M7 5h.01",key:"1hq22a"}],["path",{d:"M11 7h.01",key:"1osv80"}],["path",{d:"M3 7h.01",key:"1xzrh3"}],["path",{d:"M7 9h.01",key:"19b3jx"}],["path",{d:"M3 11h.01",key:"1eifu7"}],["rect",{width:"4",height:"4",x:"15",y:"5",key:"mri9e4"}],["path",{d:"m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2",key:"aib6hk"}],["path",{d:"m13 14 8-2",key:"1d7bmk"}],["path",{d:"m13 19 8-2",key:"1y2vml"}]]),$I=zi("Sprout",[["path",{d:"M7 20h10",key:"e6iznv"}],["path",{d:"M10 20c5.5-2.5.8-6.4 3-10",key:"161w41"}],["path",{d:"M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z",key:"9gtqwd"}],["path",{d:"M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z",key:"bkxnd2"}]]),QI=zi("SquareActivity",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7",key:"15hlnc"}]]),e_=zi("SquareArrowDownLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 8-8 8",key:"166keh"}],["path",{d:"M16 16H8V8",key:"1w2ppm"}]]),t_=zi("SquareArrowDownRight",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 8 8 8",key:"1imecy"}],["path",{d:"M16 8v8H8",key:"1lbpgo"}]]),a_=zi("SquareArrowDown",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8 12 4 4 4-4",key:"k98ssh"}]]),r_=zi("SquareArrowLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m12 8-4 4 4 4",key:"15vm53"}],["path",{d:"M16 12H8",key:"1fr5h0"}]]),i_=zi("SquareArrowOutDownLeft",[["path",{d:"M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6",key:"14qz4y"}],["path",{d:"m3 21 9-9",key:"1jfql5"}],["path",{d:"M9 21H3v-6",key:"wtvkvv"}]]),n_=zi("SquareArrowOutDownRight",[["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"14rsvq"}],["path",{d:"m21 21-9-9",key:"1et2py"}],["path",{d:"M21 15v6h-6",key:"1jko0i"}]]),o_=zi("SquareArrowOutUpLeft",[["path",{d:"M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6",key:"14mv1t"}],["path",{d:"m3 3 9 9",key:"rks13r"}],["path",{d:"M3 9V3h6",key:"ira0h2"}]]),l_=zi("SquareArrowOutUpRight",[["path",{d:"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6",key:"y09zxi"}],["path",{d:"m21 3-9 9",key:"mpx6sq"}],["path",{d:"M15 3h6v6",key:"1q9fwt"}]]),c_=zi("SquareArrowRight",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m12 16 4-4-4-4",key:"1i9zcv"}]]),h_=zi("SquareArrowUpLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 16V8h8",key:"19xb1h"}],["path",{d:"M16 16 8 8",key:"1qdy8n"}]]),d_=zi("SquareArrowUpRight",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 8h8v8",key:"b65dnt"}],["path",{d:"m8 16 8-8",key:"13b9ih"}]]),s_=zi("SquareArrowUp",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}]]),y_=zi("SquareAsterisk",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8.5 14 7-4",key:"12hpby"}],["path",{d:"m8.5 10 7 4",key:"wwy2dy"}]]),p_=zi("SquareBottomDashedScissors",[["path",{d:"M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2",key:"1vzg26"}],["path",{d:"M10 22H8",key:"euku7a"}],["path",{d:"M16 22h-2",key:"18d249"}],["circle",{cx:"8",cy:"8",r:"2",key:"14cg06"}],["path",{d:"M9.414 9.414 12 12",key:"qz4lzr"}],["path",{d:"M14.8 14.8 18 18",key:"11flf1"}],["circle",{cx:"8",cy:"16",r:"2",key:"1acxsx"}],["path",{d:"m18 6-8.586 8.586",key:"11kzk1"}]]),u_=zi("SquareChartGantt",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 8h7",key:"kbo1nt"}],["path",{d:"M8 12h6",key:"ikassy"}],["path",{d:"M11 16h5",key:"oq65wt"}]]),k_=zi("SquareCheckBig",[["path",{d:"M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5",key:"1uzm8b"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]),m_=zi("SquareCheck",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]),g_=zi("SquareChevronDown",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]]),v_=zi("SquareChevronLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]]),f_=zi("SquareChevronRight",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]]),M_=zi("SquareChevronUp",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]]),x_=zi("SquareCode",[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]),w_=zi("SquareDashedBottomCode",[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",key:"as5y1o"}],["path",{d:"M9 21h1",key:"15o7lz"}]]),C_=zi("SquareDashedBottom",[["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",key:"as5y1o"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 21h1",key:"v9vybs"}]]),L_=zi("SquareDashedKanban",[["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M21 14v1",key:"169vum"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M3 9v1",key:"1r0deq"}]]),b_=zi("SquareDashedMousePointer",[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h2",key:"1qve2z"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v2",key:"p14lih"}],["path",{d:"M3 14v1",key:"vnatye"}]]),S_=zi("SquareDivide",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16",key:"aqc6ln"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8",key:"1mkcni"}]]),I_=zi("SquareDot",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]),__=zi("SquareEqual",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}]]),A_=zi("SquareFunction",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3",key:"m1af9g"}],["path",{d:"M9 11.2h5.7",key:"3zgcl2"}]]),R_=zi("SquareKanban",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}]]),q_=zi("SquareLibrary",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7v10",key:"d5nglc"}],["path",{d:"M11 7v10",key:"pptsnr"}],["path",{d:"m15 7 2 10",key:"1m7qm5"}]]),P_=zi("SquareM",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 16V8l4 4 4-4v8",key:"141u4e"}]]),T_=zi("SquareMenu",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 8h10",key:"1jw688"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h10",key:"wp8him"}]]),z_=zi("SquareMinus",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}]]),H_=zi("SquareMousePointer",[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"14rsvq"}]]),V_=zi("SquareParkingOff",[["path",{d:"M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41",key:"9l1ft6"}],["path",{d:"M3 8.7V19a2 2 0 0 0 2 2h10.3",key:"17knke"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2",key:"uoagbd"}],["path",{d:"M9 17v-2.3",key:"1jxgo2"}]]),B_=zi("SquareParking",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]]),D_=zi("SquarePen",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]]),E_=zi("SquarePercent",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]),F_=zi("SquarePi",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7h10",key:"udp07y"}],["path",{d:"M10 7v10",key:"i1d9ee"}],["path",{d:"M16 17a2 2 0 0 1-2-2V7",key:"ftwdc7"}]]),j_=zi("SquarePilcrow",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 12H9.5a2.5 2.5 0 0 1 0-5H17",key:"1l9586"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M16 7v10",key:"lavkr4"}]]),O_=zi("SquarePlay",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 8 6 4-6 4Z",key:"f1r3lt"}]]),U_=zi("SquarePlus",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]),N_=zi("SquarePower",[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005",key:"1pek45"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]),W_=zi("SquareRadical",[["path",{d:"M7 12h2l2 5 2-10h4",key:"1fxv6h"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]),Z_=zi("SquareScissors",[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"2",key:"1btzen"}],["circle",{cx:"8",cy:"8",r:"2",key:"14cg06"}],["path",{d:"M9.414 9.414 12 12",key:"qz4lzr"}],["path",{d:"M14.8 14.8 18 18",key:"11flf1"}],["circle",{cx:"8",cy:"16",r:"2",key:"1acxsx"}],["path",{d:"m18 6-8.586 8.586",key:"11kzk1"}]]),G_=zi("SquareSigma",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9",key:"9nih0i"}]]),X_=zi("SquareSlash",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]]),K_=zi("SquareSplitHorizontal",[["path",{d:"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3",key:"lubmu8"}],["path",{d:"M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3",key:"1ag34g"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20",key:"1tx1rr"}]]),Y_=zi("SquareSplitVertical",[["path",{d:"M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3",key:"1pi83i"}],["path",{d:"M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3",key:"ido5k7"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]]),J_=zi("SquareSquare",[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1",key:"z9xiuo"}]]),$_=zi("SquareStack",[["path",{d:"M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",key:"4i38lg"}],["path",{d:"M10 16c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",key:"mlte4a"}],["rect",{width:"8",height:"8",x:"14",y:"14",rx:"2",key:"1fa9i4"}]]),Q_=zi("SquareTerminal",[["path",{d:"m7 11 2-2-2-2",key:"1lz0vl"}],["path",{d:"M11 13h4",key:"1p7l4v"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}]]),eA=zi("SquareUserRound",[["path",{d:"M18 21a6 6 0 0 0-12 0",key:"kaz2du"}],["circle",{cx:"12",cy:"11",r:"4",key:"1gt34v"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]),tA=zi("SquareUser",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2",key:"1m6ac2"}]]),aA=zi("SquareX",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]),rA=zi("Square",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]),iA=zi("Squircle",[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9-9-1.8-9-9 1.8-9 9-9",key:"garfkc"}]]),nA=zi("Squirrel",[["path",{d:"M15.236 22a3 3 0 0 0-2.2-5",key:"21bitc"}],["path",{d:"M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4",key:"oh0fg0"}],["path",{d:"M18 13h.01",key:"9veqaj"}],["path",{d:"M18 6a4 4 0 0 0-4 4 7 7 0 0 0-7 7c0-5 4-5 4-10.5a4.5 4.5 0 1 0-9 0 2.5 2.5 0 0 0 5 0C7 10 3 11 3 17c0 2.8 2.2 5 5 5h10",key:"980v8a"}]]),oA=zi("Stamp",[["path",{d:"M5 22h14",key:"ehvnwv"}],["path",{d:"M19.27 13.73A2.5 2.5 0 0 0 17.5 13h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1.5c0-.66-.26-1.3-.73-1.77Z",key:"1sy9ra"}],["path",{d:"M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-3-3c-1.66 0-3 1-3 3s1 2 1 3.5V13",key:"cnxgux"}]]),lA=zi("StarHalf",[["path",{d:"M12 17.8 5.8 21 7 14.1 2 9.3l7-1L12 2",key:"nare05"}]]),cA=zi("StarOff",[["path",{d:"M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43",key:"16m0ql"}],["path",{d:"M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91",key:"1vt8nq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),hA=zi("Star",[["polygon",{points:"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2",key:"8f66p6"}]]),dA=zi("StepBack",[["line",{x1:"18",x2:"18",y1:"20",y2:"4",key:"cun8e5"}],["polygon",{points:"14,20 4,12 14,4",key:"ypakod"}]]),sA=zi("StepForward",[["line",{x1:"6",x2:"6",y1:"4",y2:"20",key:"fy8qot"}],["polygon",{points:"10,4 20,12 10,20",key:"1mc1pf"}]]),yA=zi("Stethoscope",[["path",{d:"M4.8 2.3A.3.3 0 1 0 5 2H4a2 2 0 0 0-2 2v5a6 6 0 0 0 6 6a6 6 0 0 0 6-6V4a2 2 0 0 0-2-2h-1a.2.2 0 1 0 .3.3",key:"10lez9"}],["path",{d:"M8 15v1a6 6 0 0 0 6 6a6 6 0 0 0 6-6v-4",key:"ce9bce"}],["circle",{cx:"20",cy:"10",r:"2",key:"ts1r5v"}]]),pA=zi("Sticker",[["path",{d:"M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z",key:"1wis1t"}],["path",{d:"M14 3v4a2 2 0 0 0 2 2h4",key:"36rjfy"}],["path",{d:"M8 13h.01",key:"1sbv64"}],["path",{d:"M16 13h.01",key:"wip0gl"}],["path",{d:"M10 16s.8 1 2 1c1.3 0 2-1 2-1",key:"1vvgv3"}]]),uA=zi("StickyNote",[["path",{d:"M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z",key:"qazsjp"}],["path",{d:"M15 3v4a2 2 0 0 0 2 2h4",key:"40519r"}]]),kA=zi("Store",[["path",{d:"m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7",key:"ztvudi"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",key:"1b2hhj"}],["path",{d:"M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4",key:"2ebpfo"}],["path",{d:"M2 7h20",key:"1fcdvo"}],["path",{d:"M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7",key:"6c3vgh"}]]),mA=zi("StretchHorizontal",[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2",key:"qdearl"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2",key:"1xrn6j"}]]),gA=zi("StretchVertical",[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2",key:"19qu7m"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2",key:"24v0nk"}]]),vA=zi("Strikethrough",[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4",key:"43sutm"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6",key:"nlfj13"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]]),fA=zi("Subscript",[["path",{d:"m4 5 8 8",key:"1eunvl"}],["path",{d:"m12 5-8 8",key:"1ah0jp"}],["path",{d:"M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07",key:"e8ta8j"}]]),MA=zi("SunDim",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 4h.01",key:"1ujb9j"}],["path",{d:"M20 12h.01",key:"1ykeid"}],["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M4 12h.01",key:"158zrr"}],["path",{d:"M17.657 6.343h.01",key:"31pqzk"}],["path",{d:"M17.657 17.657h.01",key:"jehnf4"}],["path",{d:"M6.343 17.657h.01",key:"gdk6ow"}],["path",{d:"M6.343 6.343h.01",key:"1uurf0"}]]),xA=zi("SunMedium",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 3v1",key:"1asbbs"}],["path",{d:"M12 20v1",key:"1wcdkc"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M20 12h1",key:"1vloll"}],["path",{d:"m18.364 5.636-.707.707",key:"1hakh0"}],["path",{d:"m6.343 17.657-.707.707",key:"18m9nf"}],["path",{d:"m5.636 5.636.707.707",key:"1xv1c5"}],["path",{d:"m17.657 17.657.707.707",key:"vl76zb"}]]),wA=zi("SunMoon",[["path",{d:"M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4",key:"1fu5g2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.9 4.9 1.4 1.4",key:"b9915j"}],["path",{d:"m17.7 17.7 1.4 1.4",key:"qc3ed3"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.3 17.7-1.4 1.4",key:"5gca6"}],["path",{d:"m19.1 4.9-1.4 1.4",key:"wpu9u6"}]]),CA=zi("SunSnow",[["path",{d:"M10 9a3 3 0 1 0 0 6",key:"6zmtdl"}],["path",{d:"M2 12h1",key:"1uaihz"}],["path",{d:"M14 21V3",key:"1llu3z"}],["path",{d:"M10 4V3",key:"pkzwkn"}],["path",{d:"M10 21v-1",key:"1u8rkd"}],["path",{d:"m3.64 18.36.7-.7",key:"105rm9"}],["path",{d:"m4.34 6.34-.7-.7",key:"d3unjp"}],["path",{d:"M14 12h8",key:"4f43i9"}],["path",{d:"m17 4-3 3",key:"15jcng"}],["path",{d:"m14 17 3 3",key:"6tlq38"}],["path",{d:"m21 15-3-3 3-3",key:"1nlnje"}]]),LA=zi("Sun",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m17.66 17.66 1.41 1.41",key:"ptbguv"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}]]),bA=zi("Sunrise",[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"m4.93 10.93 1.41 1.41",key:"2a7f42"}],["path",{d:"M2 18h2",key:"j10viu"}],["path",{d:"M20 18h2",key:"wocana"}],["path",{d:"m19.07 10.93-1.41 1.41",key:"15zs5n"}],["path",{d:"M22 22H2",key:"19qnx5"}],["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}],["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}]]),SA=zi("Sunset",[["path",{d:"M12 10V2",key:"16sf7g"}],["path",{d:"m4.93 10.93 1.41 1.41",key:"2a7f42"}],["path",{d:"M2 18h2",key:"j10viu"}],["path",{d:"M20 18h2",key:"wocana"}],["path",{d:"m19.07 10.93-1.41 1.41",key:"15zs5n"}],["path",{d:"M22 22H2",key:"19qnx5"}],["path",{d:"m16 6-4 4-4-4",key:"6wukr"}],["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}]]),IA=zi("Superscript",[["path",{d:"m4 19 8-8",key:"hr47gm"}],["path",{d:"m12 19-8-8",key:"1dhhmo"}],["path",{d:"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06",key:"1dfcux"}]]),_A=zi("SwatchBook",[["path",{d:"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z",key:"1ldrpk"}],["path",{d:"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7",key:"11i5po"}],["path",{d:"M 7 17h.01",key:"1euzgo"}],["path",{d:"m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8",key:"o2gii7"}]]),AA=zi("SwissFranc",[["path",{d:"M10 21V3h8",key:"br2l0g"}],["path",{d:"M6 16h9",key:"2py0wn"}],["path",{d:"M10 9.5h7",key:"13dmhz"}]]),RA=zi("SwitchCamera",[["path",{d:"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5",key:"mtk2lu"}],["path",{d:"M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5",key:"120jsl"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m18 22-3-3 3-3",key:"kgdoj7"}],["path",{d:"m6 2 3 3-3 3",key:"1fnbkv"}]]),qA=zi("Sword",[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5",key:"1hfsw2"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13",key:"1vrmhu"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20",key:"1bron3"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19",key:"13pww6"}]]),PA=zi("Swords",[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5",key:"1hfsw2"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13",key:"1vrmhu"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20",key:"1bron3"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19",key:"13pww6"}],["polyline",{points:"14.5 6.5 18 3 21 3 21 6 17.5 9.5",key:"hbey2j"}],["line",{x1:"5",x2:"9",y1:"14",y2:"18",key:"1hf58s"}],["line",{x1:"7",x2:"4",y1:"17",y2:"20",key:"pidxm4"}],["line",{x1:"3",x2:"5",y1:"19",y2:"21",key:"1pehsh"}]]),TA=zi("Syringe",[["path",{d:"m18 2 4 4",key:"22kx64"}],["path",{d:"m17 7 3-3",key:"1w1zoj"}],["path",{d:"M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5",key:"1exhtz"}],["path",{d:"m9 11 4 4",key:"rovt3i"}],["path",{d:"m5 19-3 3",key:"59f2uf"}],["path",{d:"m14 4 6 6",key:"yqp9t2"}]]),zA=zi("Table2",[["path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",key:"gugj83"}]]),HA=zi("TableCellsMerge",[["path",{d:"M12 21v-6",key:"lihzve"}],["path",{d:"M12 9V3",key:"da5inc"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]),VA=zi("TableCellsSplit",[["path",{d:"M12 15V9",key:"8c7uyn"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]),BA=zi("TableColumnsSplit",[["path",{d:"M14 14v2",key:"w2a1xv"}],["path",{d:"M14 20v2",key:"1lq872"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M14 8v2",key:"i67w9a"}],["path",{d:"M2 15h8",key:"82wtch"}],["path",{d:"M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2",key:"up0l64"}],["path",{d:"M2 9h8",key:"yelfik"}],["path",{d:"M22 15h-4",key:"1es58f"}],["path",{d:"M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2",key:"pdjoqf"}],["path",{d:"M22 9h-4",key:"1luja7"}],["path",{d:"M5 3v18",key:"14hmio"}]]),DA=zi("TableOfContents",[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M21 12h.01",key:"msek7k"}],["path",{d:"M21 18h.01",key:"1e8rq1"}],["path",{d:"M21 6h.01",key:"1koanj"}]]),EA=zi("TableProperties",[["path",{d:"M15 3v18",key:"14nvp0"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 9H3",key:"1338ky"}],["path",{d:"M21 15H3",key:"9uk58r"}]]),FA=zi("TableRowsSplit",[["path",{d:"M14 10h2",key:"1lstlu"}],["path",{d:"M15 22v-8",key:"1fwwgm"}],["path",{d:"M15 2v4",key:"1044rn"}],["path",{d:"M2 10h2",key:"1r8dkt"}],["path",{d:"M20 10h2",key:"1ug425"}],["path",{d:"M3 19h18",key:"awlh7x"}],["path",{d:"M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6",key:"ibqhof"}],["path",{d:"M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2",key:"1uenja"}],["path",{d:"M8 10h2",key:"66od0"}],["path",{d:"M9 22v-8",key:"fmnu31"}],["path",{d:"M9 2v4",key:"j1yeou"}]]),jA=zi("Table",[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]]),OA=zi("TabletSmartphone",[["rect",{width:"10",height:"14",x:"3",y:"8",rx:"2",key:"1vrsiq"}],["path",{d:"M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4",key:"1j4zmg"}],["path",{d:"M8 18h.01",key:"lrp35t"}]]),UA=zi("Tablet",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2",key:"76otgf"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18",key:"1dp563"}]]),NA=zi("Tablets",[["circle",{cx:"7",cy:"7",r:"5",key:"x29byf"}],["circle",{cx:"17",cy:"17",r:"5",key:"1op1d2"}],["path",{d:"M12 17h10",key:"ls21zv"}],["path",{d:"m3.46 10.54 7.08-7.08",key:"1rehiu"}]]),WA=zi("Tag",[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",key:"vktsd0"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}]]),ZA=zi("Tags",[["path",{d:"m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19",key:"1cbfv1"}],["path",{d:"M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z",key:"135mg7"}],["circle",{cx:"6.5",cy:"9.5",r:".5",fill:"currentColor",key:"5pm5xn"}]]),GA=zi("Tally1",[["path",{d:"M4 4v16",key:"6qkkli"}]]),XA=zi("Tally2",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}]]),KA=zi("Tally3",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}]]),YA=zi("Tally4",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}]]),JA=zi("Tally5",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}],["path",{d:"M22 6 2 18",key:"h9moai"}]]),$A=zi("Tangent",[["circle",{cx:"17",cy:"4",r:"2",key:"y5j2s2"}],["path",{d:"M15.59 5.41 5.41 15.59",key:"l0vprr"}],["circle",{cx:"4",cy:"17",r:"2",key:"9p4efm"}],["path",{d:"M12 22s-4-9-1.5-11.5S22 12 22 12",key:"1twk4o"}]]),QA=zi("Target",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]),eR=zi("Telescope",[["path",{d:"m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44",key:"k4qptu"}],["path",{d:"m13.56 11.747 4.332-.924",key:"19l80z"}],["path",{d:"m16 21-3.105-6.21",key:"7oh9d"}],["path",{d:"M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.727l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z",key:"m7xp4m"}],["path",{d:"m6.158 8.633 1.114 4.456",key:"74o979"}],["path",{d:"m8 21 3.105-6.21",key:"1fvxut"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}]]),tR=zi("TentTree",[["circle",{cx:"4",cy:"4",r:"2",key:"bt5ra8"}],["path",{d:"m14 5 3-3 3 3",key:"1sorif"}],["path",{d:"m14 10 3-3 3 3",key:"1jyi9h"}],["path",{d:"M17 14V2",key:"8ymqnk"}],["path",{d:"M17 14H7l-5 8h20Z",key:"13ar7p"}],["path",{d:"M8 14v8",key:"1ghmqk"}],["path",{d:"m9 14 5 8",key:"13pgi6"}]]),aR=zi("Tent",[["path",{d:"M3.5 21 14 3",key:"1szst5"}],["path",{d:"M20.5 21 10 3",key:"1310c3"}],["path",{d:"M15.5 21 12 15l-3.5 6",key:"1ddtfw"}],["path",{d:"M2 21h20",key:"1nyx9w"}]]),rR=zi("Terminal",[["polyline",{points:"4 17 10 11 4 5",key:"akl6gq"}],["line",{x1:"12",x2:"20",y1:"19",y2:"19",key:"q2wloq"}]]),iR=zi("TestTubeDiagonal",[["path",{d:"M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3",key:"1ub6xw"}],["path",{d:"m16 2 6 6",key:"1gw87d"}],["path",{d:"M12 16H4",key:"1cjfip"}]]),nR=zi("TestTube",[["path",{d:"M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5c-1.4 0-2.5-1.1-2.5-2.5V2",key:"125lnx"}],["path",{d:"M8.5 2h7",key:"csnxdl"}],["path",{d:"M14.5 16h-5",key:"1ox875"}]]),oR=zi("TestTubes",[["path",{d:"M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2",key:"1hjrqt"}],["path",{d:"M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5V2",key:"16lc8n"}],["path",{d:"M3 2h7",key:"7s29d5"}],["path",{d:"M14 2h7",key:"7sicin"}],["path",{d:"M9 16H4",key:"1bfye3"}],["path",{d:"M20 16h-5",key:"ddnjpe"}]]),lR=zi("TextCursorInput",[["path",{d:"M5 4h1a3 3 0 0 1 3 3 3 3 0 0 1 3-3h1",key:"18xjzo"}],["path",{d:"M13 20h-1a3 3 0 0 1-3-3 3 3 0 0 1-3 3H5",key:"fj48gi"}],["path",{d:"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1",key:"1n9rhb"}],["path",{d:"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7",key:"13ksps"}],["path",{d:"M9 7v10",key:"1vc8ob"}]]),cR=zi("TextCursor",[["path",{d:"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1",key:"uvaxm9"}],["path",{d:"M7 22h1a4 4 0 0 0 4-4v-1",key:"11xy8d"}],["path",{d:"M7 2h1a4 4 0 0 1 4 4v1",key:"1uw06m"}]]),hR=zi("TextQuote",[["path",{d:"M17 6H3",key:"16j9eg"}],["path",{d:"M21 12H8",key:"scolzb"}],["path",{d:"M21 18H8",key:"1wfozv"}],["path",{d:"M3 12v6",key:"fv4c87"}]]),dR=zi("TextSearch",[["path",{d:"M21 6H3",key:"1jwq7v"}],["path",{d:"M10 12H3",key:"1ulcyk"}],["path",{d:"M10 18H3",key:"13769t"}],["circle",{cx:"17",cy:"15",r:"3",key:"1upz2a"}],["path",{d:"m21 19-1.9-1.9",key:"dwi7p8"}]]),sR=zi("TextSelect",[["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M21 14v1",key:"169vum"}],["line",{x1:"7",x2:"15",y1:"8",y2:"8",key:"1758g8"}],["line",{x1:"7",x2:"17",y1:"12",y2:"12",key:"197423"}],["line",{x1:"7",x2:"13",y1:"16",y2:"16",key:"37cgm6"}]]),yR=zi("Text",[["path",{d:"M17 6.1H3",key:"wptmhv"}],["path",{d:"M21 12.1H3",key:"1j38uz"}],["path",{d:"M15.1 18H3",key:"1nb16a"}]]),pR=zi("Theater",[["path",{d:"M2 10s3-3 3-8",key:"3xiif0"}],["path",{d:"M22 10s-3-3-3-8",key:"ioaa5q"}],["path",{d:"M10 2c0 4.4-3.6 8-8 8",key:"16fkpi"}],["path",{d:"M14 2c0 4.4 3.6 8 8 8",key:"b9eulq"}],["path",{d:"M2 10s2 2 2 5",key:"1au1lb"}],["path",{d:"M22 10s-2 2-2 5",key:"qi2y5e"}],["path",{d:"M8 15h8",key:"45n4r"}],["path",{d:"M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",key:"1vsc2m"}],["path",{d:"M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",key:"hrha4u"}]]),uR=zi("ThermometerSnowflake",[["path",{d:"M2 12h10",key:"19562f"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"m3 9 3 3-3 3",key:"1sas0l"}],["path",{d:"M12 6 9 9 6 6",key:"pfrgxu"}],["path",{d:"m6 18 3-3 1.5 1.5",key:"1e277p"}],["path",{d:"M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"iof6y5"}]]),kR=zi("ThermometerSun",[["path",{d:"M12 9a4 4 0 0 0-2 7.5",key:"1jvsq6"}],["path",{d:"M12 3v2",key:"1w22ol"}],["path",{d:"m6.6 18.4-1.4 1.4",key:"w2yidj"}],["path",{d:"M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"iof6y5"}],["path",{d:"M4 13H2",key:"118le4"}],["path",{d:"M6.34 7.34 4.93 5.93",key:"1brd51"}]]),mR=zi("Thermometer",[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"17jzev"}]]),gR=zi("ThumbsDown",[["path",{d:"M17 14V2",key:"8ymqnk"}],["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z",key:"m61m77"}]]),vR=zi("ThumbsUp",[["path",{d:"M7 10v12",key:"1qc93n"}],["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z",key:"emmmcr"}]]),fR=zi("TicketCheck",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]),MR=zi("TicketMinus",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M9 12h6",key:"1c52cq"}]]),xR=zi("TicketPercent",[["path",{d:"M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"1l48ns"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]]),wR=zi("TicketPlus",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M12 9v6",key:"199k2o"}]]),CR=zi("TicketSlash",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9.5 14.5 5-5",key:"qviqfa"}]]),LR=zi("TicketX",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9.5 14.5 5-5",key:"qviqfa"}],["path",{d:"m9.5 9.5 5 5",key:"18nt4w"}]]),bR=zi("Ticket",[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M13 5v2",key:"dyzc3o"}],["path",{d:"M13 17v2",key:"1ont0d"}],["path",{d:"M13 11v2",key:"1wjjxi"}]]),SR=zi("Tickets",[["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8",key:"12lg5p"}],["path",{d:"M6 10V8",key:"1y41hn"}],["path",{d:"M6 14v1",key:"cao2tf"}],["path",{d:"M6 19v2",key:"1loha6"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2",key:"p3bz5l"}]]),IR=zi("TimerOff",[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7",key:"10he05"}],["path",{d:"M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2",key:"15f7sh"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M12 12v-2",key:"fwoke6"}]]),_R=zi("TimerReset",[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"M12 14v-4",key:"1evpnu"}],["path",{d:"M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6",key:"1ts96g"}],["path",{d:"M9 17H4v5",key:"8t5av"}]]),AR=zi("Timer",[["line",{x1:"10",x2:"14",y1:"2",y2:"2",key:"14vaq8"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11",key:"17fdiu"}],["circle",{cx:"12",cy:"14",r:"8",key:"1e1u0o"}]]),RR=zi("ToggleLeft",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6",key:"f2vt7d"}],["circle",{cx:"8",cy:"12",r:"2",key:"1nvbw3"}]]),qR=zi("ToggleRight",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6",key:"f2vt7d"}],["circle",{cx:"16",cy:"12",r:"2",key:"4ma0v8"}]]),PR=zi("Tornado",[["path",{d:"M21 4H3",key:"1hwok0"}],["path",{d:"M18 8H6",key:"41n648"}],["path",{d:"M19 12H9",key:"1g4lpz"}],["path",{d:"M16 16h-6",key:"1j5d54"}],["path",{d:"M11 20H9",key:"39obr8"}]]),TR=zi("Torus",[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2",key:"1b2qxu"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5",key:"h8emeu"}]]),zR=zi("TouchpadOff",[["path",{d:"M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16",key:"lnt0bk"}],["path",{d:"M2 14h12",key:"d8icqz"}],["path",{d:"M22 14h-2",key:"jrx26d"}],["path",{d:"M12 20v-6",key:"1rm09r"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M22 16V6a2 2 0 0 0-2-2H10",key:"11y8e4"}]]),HR=zi("Touchpad",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M12 20v-6",key:"1rm09r"}]]),VR=zi("TowerControl",[["path",{d:"M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z",key:"1pledb"}],["path",{d:"M8 13v9",key:"hmv0ci"}],["path",{d:"M16 22v-9",key:"ylnf1u"}],["path",{d:"m9 6 1 7",key:"dpdgam"}],["path",{d:"m15 6-1 7",key:"ls7zgu"}],["path",{d:"M12 6V2",key:"1pj48d"}],["path",{d:"M13 2h-2",key:"mj6ths"}]]),BR=zi("ToyBrick",[["rect",{width:"18",height:"12",x:"3",y:"8",rx:"1",key:"158fvp"}],["path",{d:"M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3",key:"s0042v"}],["path",{d:"M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3",key:"9wmeh2"}]]),DR=zi("Tractor",[["path",{d:"m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20",key:"she1j9"}],["path",{d:"M16 18h-5",key:"bq60fd"}],["path",{d:"M18 5a1 1 0 0 0-1 1v5.573",key:"1kv8ia"}],["path",{d:"M3 4h8.129a1 1 0 0 1 .99.863L13 11.246",key:"1q1ert"}],["path",{d:"M4 11V4",key:"9ft8pt"}],["path",{d:"M7 15h.01",key:"k5ht0j"}],["path",{d:"M8 10.1V4",key:"1jgyzo"}],["circle",{cx:"18",cy:"18",r:"2",key:"1emm8v"}],["circle",{cx:"7",cy:"15",r:"5",key:"ddtuc"}]]),ER=zi("TrafficCone",[["path",{d:"M9.3 6.2a4.55 4.55 0 0 0 5.4 0",key:"flyxqv"}],["path",{d:"M7.9 10.7c.9.8 2.4 1.3 4.1 1.3s3.2-.5 4.1-1.3",key:"1nlxxg"}],["path",{d:"M13.9 3.5a1.93 1.93 0 0 0-3.8-.1l-3 10c-.1.2-.1.4-.1.6 0 1.7 2.2 3 5 3s5-1.3 5-3c0-.2 0-.4-.1-.5Z",key:"vz7x1l"}],["path",{d:"m7.5 12.2-4.7 2.7c-.5.3-.8.7-.8 1.1s.3.8.8 1.1l7.6 4.5c.9.5 2.1.5 3 0l7.6-4.5c.7-.3 1-.7 1-1.1s-.3-.8-.8-1.1l-4.7-2.8",key:"1xfzlw"}]]),FR=zi("TrainFrontTunnel",[["path",{d:"M2 22V12a10 10 0 1 1 20 0v10",key:"o0fyp0"}],["path",{d:"M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8",key:"m8q3n9"}],["path",{d:"M10 15h.01",key:"44in9x"}],["path",{d:"M14 15h.01",key:"5mohn5"}],["path",{d:"M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z",key:"hckbmu"}],["path",{d:"m9 19-2 3",key:"iij7hm"}],["path",{d:"m15 19 2 3",key:"npx8sa"}]]),jR=zi("TrainFront",[["path",{d:"M8 3.1V7a4 4 0 0 0 8 0V3.1",key:"1v71zp"}],["path",{d:"m9 15-1-1",key:"1yrq24"}],["path",{d:"m15 15 1-1",key:"1t0d6s"}],["path",{d:"M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Z",key:"1p0hjs"}],["path",{d:"m8 19-2 3",key:"13i0xs"}],["path",{d:"m16 19 2 3",key:"xo31yx"}]]),OR=zi("TrainTrack",[["path",{d:"M2 17 17 2",key:"18b09t"}],["path",{d:"m2 14 8 8",key:"1gv9hu"}],["path",{d:"m5 11 8 8",key:"189pqp"}],["path",{d:"m8 8 8 8",key:"1imecy"}],["path",{d:"m11 5 8 8",key:"ummqn6"}],["path",{d:"m14 2 8 8",key:"1vk7dn"}],["path",{d:"M7 22 22 7",key:"15mb1i"}]]),UR=zi("TramFront",[["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2",key:"1wxw4b"}],["path",{d:"M4 11h16",key:"mpoxn0"}],["path",{d:"M12 3v8",key:"1h2ygw"}],["path",{d:"m8 19-2 3",key:"13i0xs"}],["path",{d:"m18 22-2-3",key:"1p0ohu"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M16 15h.01",key:"rnfrdf"}]]),NR=zi("Trash2",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}],["line",{x1:"10",x2:"10",y1:"11",y2:"17",key:"1uufr5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"17",key:"xtxkd"}]]),WR=zi("Trash",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}]]),ZR=zi("TreeDeciduous",[["path",{d:"M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z",key:"oadzkq"}],["path",{d:"M12 19v3",key:"npa21l"}]]),GR=zi("TreePalm",[["path",{d:"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4",key:"foxbe7"}],["path",{d:"M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3",key:"18arnh"}],["path",{d:"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35",key:"ywahnh"}],["path",{d:"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14",key:"ft0feo"}]]),XR=zi("TreePine",[["path",{d:"m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z",key:"cpyugq"}],["path",{d:"M12 22v-3",key:"kmzjlo"}]]),KR=zi("Trees",[["path",{d:"M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z",key:"1l6gj6"}],["path",{d:"M7 16v6",key:"1a82de"}],["path",{d:"M13 19v3",key:"13sx9i"}],["path",{d:"M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5",key:"1sj9kv"}]]),YR=zi("Trello",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["rect",{width:"3",height:"9",x:"7",y:"7",key:"14n3xi"}],["rect",{width:"3",height:"5",x:"14",y:"7",key:"s4azjd"}]]),JR=zi("TrendingDown",[["polyline",{points:"22 17 13.5 8.5 8.5 13.5 2 7",key:"1r2t7k"}],["polyline",{points:"16 17 22 17 22 11",key:"11uiuu"}]]),$R=zi("TrendingUp",[["polyline",{points:"22 7 13.5 15.5 8.5 10.5 2 17",key:"126l90"}],["polyline",{points:"16 7 22 7 22 13",key:"kwv8wd"}]]),QR=zi("TriangleAlert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]),eq=zi("TriangleRight",[["path",{d:"M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z",key:"183wce"}]]),tq=zi("Triangle",[["path",{d:"M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z",key:"14u9p9"}]]),aq=zi("Trophy",[["path",{d:"M6 9H4.5a2.5 2.5 0 0 1 0-5H6",key:"17hqa7"}],["path",{d:"M18 9h1.5a2.5 2.5 0 0 0 0-5H18",key:"lmptdp"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22",key:"1nw9bq"}],["path",{d:"M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22",key:"1np0yb"}],["path",{d:"M18 2H6v7a6 6 0 0 0 12 0V2Z",key:"u46fv3"}]]),rq=zi("Truck",[["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2",key:"wrbu53"}],["path",{d:"M15 18H9",key:"1lyqi6"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14",key:"lysw3i"}],["circle",{cx:"17",cy:"18",r:"2",key:"332jqn"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]]),iq=zi("Turtle",[["path",{d:"m12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z",key:"1lbbv7"}],["path",{d:"M4.82 7.9 8 10",key:"m9wose"}],["path",{d:"M15.18 7.9 12 10",key:"p8dp2u"}],["path",{d:"M16.93 10H20a2 2 0 0 1 0 4H2",key:"12nsm7"}]]),nq=zi("TvMinimalPlay",[["path",{d:"M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z",key:"1pctta"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]]),oq=zi("TvMinimal",[["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]]),lq=zi("Tv",[["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2",ry:"2",key:"10ag99"}],["polyline",{points:"17 2 12 7 7 2",key:"11pgbg"}]]),cq=zi("Twitch",[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7",key:"c0yzno"}]]),hq=zi("Twitter",[["path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z",key:"pff0z6"}]]),dq=zi("TypeOutline",[["path",{d:"M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z",key:"1reda3"}]]),sq=zi("Type",[["polyline",{points:"4 7 4 4 20 4 20 7",key:"1nosan"}],["line",{x1:"9",x2:"15",y1:"20",y2:"20",key:"swin9y"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20",key:"1tx1rr"}]]),yq=zi("UmbrellaOff",[["path",{d:"M12 2v1",key:"11qlp1"}],["path",{d:"M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575",key:"eki10q"}],["path",{d:"M17.5 12H22A10 10 0 0 0 9.004 3.455",key:"n2ayka"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),pq=zi("Umbrella",[["path",{d:"M22 12a10.06 10.06 1 0 0-20 0Z",key:"1teyop"}],["path",{d:"M12 12v8a2 2 0 0 0 4 0",key:"ulpmoc"}],["path",{d:"M12 2v1",key:"11qlp1"}]]),uq=zi("Underline",[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4",key:"9kb039"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20",key:"nun2al"}]]),kq=zi("Undo2",[["path",{d:"M9 14 4 9l5-5",key:"102s5s"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11",key:"f3b9sd"}]]),mq=zi("UndoDot",[["circle",{cx:"12",cy:"17",r:"1",key:"1ixnty"}],["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]]),gq=zi("Undo",[["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]]),vq=zi("UnfoldHorizontal",[["path",{d:"M16 12h6",key:"15xry1"}],["path",{d:"M8 12H2",key:"1jqql6"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m19 15 3-3-3-3",key:"wjy7rq"}],["path",{d:"m5 9-3 3 3 3",key:"j64kie"}]]),fq=zi("UnfoldVertical",[["path",{d:"M12 22v-6",key:"6o8u61"}],["path",{d:"M12 8V2",key:"1wkif3"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}],["path",{d:"m15 19-3 3-3-3",key:"11eu04"}],["path",{d:"m15 5-3-3-3 3",key:"itvq4r"}]]),Mq=zi("Ungroup",[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1",key:"nzclkv"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1",key:"4tytwb"}]]),xq=zi("University",[["circle",{cx:"12",cy:"10",r:"1",key:"1gnqs8"}],["path",{d:"M22 20V8h-4l-6-4-6 4H2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2",key:"1qj5sn"}],["path",{d:"M6 17v.01",key:"roodi6"}],["path",{d:"M6 13v.01",key:"67c122"}],["path",{d:"M18 17v.01",key:"12ktxm"}],["path",{d:"M18 13v.01",key:"tn1rt1"}],["path",{d:"M14 22v-5a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5",key:"11g7fi"}]]),wq=zi("Unlink2",[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2",key:"1re2ne"}]]),Cq=zi("Unlink",[["path",{d:"m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71",key:"yqzxt4"}],["path",{d:"m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71",key:"4qinb0"}],["line",{x1:"8",x2:"8",y1:"2",y2:"5",key:"1041cp"}],["line",{x1:"2",x2:"5",y1:"8",y2:"8",key:"14m1p5"}],["line",{x1:"16",x2:"16",y1:"19",y2:"22",key:"rzdirn"}],["line",{x1:"19",x2:"22",y1:"16",y2:"16",key:"ox905f"}]]),Lq=zi("Unplug",[["path",{d:"m19 5 3-3",key:"yk6iyv"}],["path",{d:"m2 22 3-3",key:"19mgm9"}],["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",key:"goz73y"}],["path",{d:"M7.5 13.5 10 11",key:"7xgeeb"}],["path",{d:"M10.5 16.5 13 14",key:"10btkg"}],["path",{d:"m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z",key:"1snsnr"}]]),bq=zi("Upload",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"17 8 12 3 7 8",key:"t8dd8p"}],["line",{x1:"12",x2:"12",y1:"3",y2:"15",key:"widbto"}]]),Sq=zi("Usb",[["circle",{cx:"10",cy:"7",r:"1",key:"dypaad"}],["circle",{cx:"4",cy:"20",r:"1",key:"22iqad"}],["path",{d:"M4.7 19.3 19 5",key:"1enqfc"}],["path",{d:"m21 3-3 1 2 2Z",key:"d3ov82"}],["path",{d:"M9.26 7.68 5 12l2 5",key:"1esawj"}],["path",{d:"m10 14 5 2 3.5-3.5",key:"v8oal5"}],["path",{d:"m18 12 1-1 1 1-1 1Z",key:"1bh22v"}]]),Iq=zi("UserCheck",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["polyline",{points:"16 11 18 13 22 9",key:"1pwet4"}]]),_q=zi("UserCog",[["circle",{cx:"18",cy:"15",r:"3",key:"gjjjvw"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["path",{d:"M10 15H6a4 4 0 0 0-4 4v2",key:"1nfge6"}],["path",{d:"m21.7 16.4-.9-.3",key:"12j9ji"}],["path",{d:"m15.2 13.9-.9-.3",key:"1fdjdi"}],["path",{d:"m16.6 18.7.3-.9",key:"heedtr"}],["path",{d:"m19.1 12.2.3-.9",key:"1af3ki"}],["path",{d:"m19.6 18.7-.4-1",key:"1x9vze"}],["path",{d:"m16.8 12.3-.4-1",key:"vqeiwj"}],["path",{d:"m14.3 16.6 1-.4",key:"1qlj63"}],["path",{d:"m20.7 13.8 1-.4",key:"1v5t8k"}]]),Aq=zi("UserMinus",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]]),Rq=zi("UserPen",[["path",{d:"M11.5 15H7a4 4 0 0 0-4 4v2",key:"15lzij"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}]]),qq=zi("UserPlus",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14",key:"1bvyxn"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]]),Pq=zi("UserRoundCheck",[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]]),Tq=zi("UserRoundCog",[["path",{d:"M2 21a8 8 0 0 1 10.434-7.62",key:"1yezr2"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m19.5 14.3-.4.9",key:"1eb35c"}],["path",{d:"m16.9 20.8-.4.9",key:"dfjc4z"}],["path",{d:"m21.7 19.5-.9-.4",key:"q4dx6b"}],["path",{d:"m15.2 16.9-.9-.4",key:"1r0w5f"}],["path",{d:"m21.7 16.5-.9.4",key:"1knoei"}],["path",{d:"m15.2 19.1-.9.4",key:"j188fs"}],["path",{d:"m19.5 21.7-.4-.9",key:"1tonu5"}],["path",{d:"m16.9 15.2-.4-.9",key:"699xu"}]]),zq=zi("UserRoundMinus",[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 19h-6",key:"vcuq98"}]]),Hq=zi("UserRoundPen",[["path",{d:"M2 21a8 8 0 0 1 10.821-7.487",key:"1c8h7z"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}]]),Vq=zi("UserRoundPlus",[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M22 19h-6",key:"vcuq98"}]]),Bq=zi("UserRoundSearch",[["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M2 21a8 8 0 0 1 10.434-7.62",key:"1yezr2"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m22 22-1.9-1.9",key:"1e5ubv"}]]),Dq=zi("UserRoundX",[["path",{d:"M2 21a8 8 0 0 1 11.873-7",key:"74fkxq"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m17 17 5 5",key:"p7ous7"}],["path",{d:"m22 17-5 5",key:"gqnmv0"}]]),Eq=zi("UserRound",[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]]),Fq=zi("UserSearch",[["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}],["path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2",key:"3bnktk"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["path",{d:"m21 21-1.9-1.9",key:"1g2n9r"}]]),jq=zi("UserX",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"17",x2:"22",y1:"8",y2:"13",key:"3nzzx3"}],["line",{x1:"22",x2:"17",y1:"8",y2:"13",key:"1swrse"}]]),Oq=zi("User",[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]]),Uq=zi("UsersRound",[["path",{d:"M18 21a8 8 0 0 0-16 0",key:"3ypg7q"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3",key:"10s06x"}]]),Nq=zi("Users",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["path",{d:"M16 3.13a4 4 0 0 1 0 7.75",key:"1da9ce"}]]),Wq=zi("UtensilsCrossed",[["path",{d:"m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8",key:"n7qcjb"}],["path",{d:"M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7",key:"d0u48b"}],["path",{d:"m2.1 21.8 6.4-6.3",key:"yn04lh"}],["path",{d:"m19 5-7 7",key:"194lzd"}]]),Zq=zi("Utensils",[["path",{d:"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2",key:"cjf0a3"}],["path",{d:"M7 2v20",key:"1473qp"}],["path",{d:"M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7",key:"j28e5"}]]),Gq=zi("UtilityPole",[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"M2 5h20",key:"1fs1ex"}],["path",{d:"M3 3v2",key:"9imdir"}],["path",{d:"M7 3v2",key:"n0os7"}],["path",{d:"M17 3v2",key:"1l2re6"}],["path",{d:"M21 3v2",key:"1duuac"}],["path",{d:"m19 5-7 7-7-7",key:"133zxf"}]]),Xq=zi("Variable",[["path",{d:"M8 21s-4-3-4-9 4-9 4-9",key:"uto9ud"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9",key:"4w2vsq"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15",key:"f7djnv"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15",key:"1shsy8"}]]),Kq=zi("Vault",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}],["path",{d:"m7.9 7.9 2.7 2.7",key:"hpeyl3"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}],["path",{d:"m13.4 10.6 2.7-2.7",key:"264c1n"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor",key:"nkw3mc"}],["path",{d:"m7.9 16.1 2.7-2.7",key:"p81g5e"}],["circle",{cx:"16.5",cy:"16.5",r:".5",fill:"currentColor",key:"fubopw"}],["path",{d:"m13.4 13.4 2.7 2.7",key:"abhel3"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]),Yq=zi("Vegan",[["path",{d:"M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14",key:"qiv7li"}],["path",{d:"M16 8c4 0 6-2 6-6-4 0-6 2-6 6",key:"n7eohy"}],["path",{d:"M17.41 3.6a10 10 0 1 0 3 3",key:"1dion0"}]]),Jq=zi("VenetianMask",[["path",{d:"M2 12a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V7h-5a8 8 0 0 0-5 2 8 8 0 0 0-5-2H2Z",key:"1g6z3j"}],["path",{d:"M6 11c1.5 0 3 .5 3 2-2 0-3 0-3-2Z",key:"c2lwnf"}],["path",{d:"M18 11c-1.5 0-3 .5-3 2 2 0 3 0 3-2Z",key:"njd9zo"}]]),$q=zi("VibrateOff",[["path",{d:"m2 8 2 2-2 2 2 2-2 2",key:"sv1b1"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2",key:"101i4y"}],["path",{d:"M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2",key:"1hbad5"}],["path",{d:"M16 10.34V6c0-.55-.45-1-1-1h-4.34",key:"1x5tf0"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),Qq=zi("Vibrate",[["path",{d:"m2 8 2 2-2 2 2 2-2 2",key:"sv1b1"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2",key:"101i4y"}],["rect",{width:"8",height:"14",x:"8",y:"5",rx:"1",key:"1oyrl4"}]]),eP=zi("VideoOff",[["path",{d:"M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196",key:"w8jjjt"}],["path",{d:"M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2",key:"1xawa7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),tP=zi("Video",[["path",{d:"m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5",key:"ftymec"}],["rect",{x:"2",y:"6",width:"14",height:"12",rx:"2",key:"158x01"}]]),aP=zi("Videotape",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M2 8h20",key:"d11cs7"}],["circle",{cx:"8",cy:"14",r:"2",key:"1k2qr5"}],["path",{d:"M8 12h8",key:"1wcyev"}],["circle",{cx:"16",cy:"14",r:"2",key:"14k7lr"}]]),rP=zi("View",[["path",{d:"M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2",key:"mrq65r"}],["path",{d:"M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2",key:"be3xqs"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",key:"11ak4c"}]]),iP=zi("Voicemail",[["circle",{cx:"6",cy:"12",r:"4",key:"1ehtga"}],["circle",{cx:"18",cy:"12",r:"4",key:"4vafl8"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16",key:"pmt8us"}]]),nP=zi("Volume1",[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5",key:"16drj5"}],["path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07",key:"ltjumu"}]]),oP=zi("Volume2",[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5",key:"16drj5"}],["path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07",key:"ltjumu"}],["path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14",key:"1kegas"}]]),lP=zi("VolumeX",[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5",key:"16drj5"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15",key:"1ewh16"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15",key:"5ykzw1"}]]),cP=zi("Volume",[["polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5",key:"16drj5"}]]),hP=zi("Vote",[["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}],["path",{d:"M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z",key:"1ezoue"}],["path",{d:"M22 19H2",key:"nuriw5"}]]),dP=zi("WalletCards",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2",key:"4125el"}],["path",{d:"M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21",key:"1dpki6"}]]),sP=zi("WalletMinimal",[["path",{d:"M17 14h.01",key:"7oqj8z"}],["path",{d:"M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14",key:"u1rqew"}]]),yP=zi("Wallet",[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"18etb6"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4",key:"xoc0q4"}]]),pP=zi("Wallpaper",[["circle",{cx:"8",cy:"9",r:"2",key:"gjzl9d"}],["path",{d:"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2",key:"69xh40"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}]]),uP=zi("WandSparkles",[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",key:"ul74o6"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"M5 6v4",key:"ilb8ba"}],["path",{d:"M19 14v4",key:"blhpug"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M7 8H3",key:"zfb6yr"}],["path",{d:"M21 16h-4",key:"1cnmox"}],["path",{d:"M11 3H9",key:"1obp7u"}]]),kP=zi("Wand",[["path",{d:"M15 4V2",key:"z1p9b7"}],["path",{d:"M15 16v-2",key:"px0unx"}],["path",{d:"M8 9h2",key:"1g203m"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M17.8 11.8 19 13",key:"yihg8r"}],["path",{d:"M15 9h.01",key:"x1ddxp"}],["path",{d:"M17.8 6.2 19 5",key:"fd4us0"}],["path",{d:"m3 21 9-9",key:"1jfql5"}],["path",{d:"M12.2 6.2 11 5",key:"i3da3b"}]]),mP=zi("Warehouse",[["path",{d:"M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z",key:"gksnxg"}],["path",{d:"M6 18h12",key:"9pbo8z"}],["path",{d:"M6 14h12",key:"4cwo0f"}],["rect",{width:"12",height:"12",x:"6",y:"10",key:"apd30q"}]]),gP=zi("WashingMachine",[["path",{d:"M3 6h3",key:"155dbl"}],["path",{d:"M17 6h.01",key:"e2y6kg"}],["rect",{width:"18",height:"20",x:"3",y:"2",rx:"2",key:"od3kk9"}],["circle",{cx:"12",cy:"13",r:"5",key:"nlbqau"}],["path",{d:"M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5",key:"17lach"}]]),vP=zi("Watch",[["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["polyline",{points:"12 10 12 12 13 13",key:"19dquz"}],["path",{d:"m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05",key:"18k57s"}],["path",{d:"m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05",key:"16ny36"}]]),fP=zi("Waves",[["path",{d:"M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"knzxuh"}],["path",{d:"M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"2jd2cc"}],["path",{d:"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"rd2r6e"}]]),MP=zi("Waypoints",[["circle",{cx:"12",cy:"4.5",r:"2.5",key:"r5ysbb"}],["path",{d:"m10.2 6.3-3.9 3.9",key:"1nzqf6"}],["circle",{cx:"4.5",cy:"12",r:"2.5",key:"jydg6v"}],["path",{d:"M7 12h10",key:"b7w52i"}],["circle",{cx:"19.5",cy:"12",r:"2.5",key:"1piiel"}],["path",{d:"m13.8 17.7 3.9-3.9",key:"1wyg1y"}],["circle",{cx:"12",cy:"19.5",r:"2.5",key:"13o1pw"}]]),xP=zi("Webcam",[["circle",{cx:"12",cy:"10",r:"8",key:"1gshiw"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 22h10",key:"10w4w3"}],["path",{d:"M12 22v-4",key:"1utk9m"}]]),wP=zi("WebhookOff",[["path",{d:"M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15",key:"1tvl6x"}],["path",{d:"M9 3.4a4 4 0 0 1 6.52.66",key:"q04jfq"}],["path",{d:"m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05",key:"azowf0"}],["path",{d:"M20.3 20.3a4 4 0 0 1-2.3.7",key:"5joiws"}],["path",{d:"M18.6 13a4 4 0 0 1 3.357 3.414",key:"cangb8"}],["path",{d:"m12 6 .6 1",key:"tpjl1n"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),CP=zi("Webhook",[["path",{d:"M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2",key:"q3hayz"}],["path",{d:"m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06",key:"1go1hn"}],["path",{d:"m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8",key:"qlwsc0"}]]),LP=zi("Weight",[["circle",{cx:"12",cy:"5",r:"3",key:"rqqgnr"}],["path",{d:"M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z",key:"56o5sh"}]]),bP=zi("WheatOff",[["path",{d:"m2 22 10-10",key:"28ilpk"}],["path",{d:"m16 8-1.17 1.17",key:"1qqm82"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1rdhi6"}],["path",{d:"m8 8-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97",key:"4wz8re"}],["path",{d:"M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62",key:"rves66"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",key:"19rau1"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"tc8ph9"}],["path",{d:"m16 16-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.49 3.49 0 0 1 1.97-.98",key:"ak46r"}],["path",{d:"M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28",key:"1tw520"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),SP=zi("Wheat",[["path",{d:"M2 22 16 8",key:"60hf96"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1rdhi6"}],["path",{d:"M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1sdzmb"}],["path",{d:"M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"eoatbi"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",key:"19rau1"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"tc8ph9"}],["path",{d:"M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"2m8kc5"}],["path",{d:"M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"vex3ng"}]]),IP=zi("WholeWord",[["circle",{cx:"7",cy:"12",r:"3",key:"12clwm"}],["path",{d:"M10 9v6",key:"17i7lo"}],["circle",{cx:"17",cy:"12",r:"3",key:"gl7c2s"}],["path",{d:"M14 7v8",key:"dl84cr"}],["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]]),_P=zi("WifiHigh",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0",key:"1x1e6c"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]),AP=zi("WifiLow",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]),RP=zi("WifiOff",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}],["path",{d:"M5 12.859a10 10 0 0 1 5.17-2.69",key:"1dl1wf"}],["path",{d:"M19 12.859a10 10 0 0 0-2.007-1.523",key:"4k23kn"}],["path",{d:"M2 8.82a15 15 0 0 1 4.177-2.643",key:"1grhjp"}],["path",{d:"M22 8.82a15 15 0 0 0-11.288-3.764",key:"z3jwby"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),qP=zi("WifiZero",[["path",{d:"M12 20h.01",key:"zekei9"}]]),PP=zi("Wifi",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0",key:"dnpr2z"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0",key:"1x1e6c"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]),TP=zi("Wind",[["path",{d:"M17.7 7.7a2.5 2.5 0 1 1 1.8 4.3H2",key:"1k4u03"}],["path",{d:"M9.6 4.6A2 2 0 1 1 11 8H2",key:"b7d0fd"}],["path",{d:"M12.6 19.4A2 2 0 1 0 14 16H2",key:"1p5cb3"}]]),zP=zi("WineOff",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M7 10h3m7 0h-1.343",key:"v48bem"}],["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198",key:"1ymjlu"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]),HP=zi("Wine",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z",key:"10ffi3"}]]),VP=zi("Workflow",[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]]),BP=zi("Worm",[["path",{d:"m19 12-1.5 3",key:"9bcu4o"}],["path",{d:"M19.63 18.81 22 20",key:"121v98"}],["path",{d:"M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z",key:"1tij6q"}]]),DP=zi("WrapText",[["line",{x1:"3",x2:"21",y1:"6",y2:"6",key:"4m8b97"}],["path",{d:"M3 12h15a3 3 0 1 1 0 6h-4",key:"1cl7v7"}],["polyline",{points:"16 16 14 18 16 20",key:"1jznyi"}],["line",{x1:"3",x2:"10",y1:"18",y2:"18",key:"1h33wv"}]]),EP=zi("Wrench",[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z",key:"cbrjhi"}]]),FP=zi("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]),jP=zi("Youtube",[["path",{d:"M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17",key:"1q2vi4"}],["path",{d:"m10 15 5-3-5-3z",key:"1jp15x"}]]),OP=zi("ZapOff",[["path",{d:"M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317",key:"193nxd"}],["path",{d:"M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773",key:"27a7lr"}],["path",{d:"M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643",key:"1e0qe9"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),UP=zi("Zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]]),NP=zi("ZoomIn",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"11",x2:"11",y1:"8",y2:"14",key:"1vmskp"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]]),WP=zi("ZoomOut",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]]),ZP=({name:e,color:r="black",size:i=24,strokeWidth:n=2,...o})=>{const l=t[e];return l?a.createElement(Wa,o,a.createElement(l,{color:r,size:i,strokeWidth:n})):(console.warn(`Icon "${e}" not found in Lucide icons`),null)};var GP=[];function XP(e){return GP[e-1]}var KP=/^data:/;class YP{static has(e){var t=YP._entries;return KP.test(e)||Boolean(t[e])}static add(e){var t=YP._entries,a=Date.now();t[e]?(t[e].lastUsedTimestamp=a,t[e].refCount+=1):t[e]={lastUsedTimestamp:a,refCount:1}}static remove(e){var t=YP._entries;t[e]&&(t[e].refCount-=1),YP._cleanUpIfNeeded()}static _cleanUpIfNeeded(){var e,t,a=YP._entries,r=Object.keys(a);r.length+1>YP._maximumEntries&&(r.forEach((r=>{var i=a[r];(!t||i.lastUsedTimestamp<t.lastUsedTimestamp)&&0===i.refCount&&(e=r,t=i)})),e&&delete a[e])}}YP._maximumEntries=256,YP._entries={};var JP=0,$P={},QP={abort(e){var t=$P[""+e];t&&(t.onerror=null,t.onload=null,t=null,delete $P[""+e])},getSize(e,t,a){var r=!1,i=setInterval(o,16),n=QP.load(e,o,(function(){"function"==typeof a&&a(),QP.abort(n),clearInterval(i)}));function o(){var e=$P[""+n];if(e){var a=e.naturalHeight,o=e.naturalWidth;a&&o&&(t(o,a),r=!0)}r&&(QP.abort(n),clearInterval(i))}},has:e=>YP.has(e),load(e,t,a){JP+=1;var r=new window.Image;return r.onerror=a,r.onload=e=>{var a=()=>t({nativeEvent:e});"function"==typeof r.decode?r.decode().then(a,a):setTimeout(a,0)},r.src=e,$P[""+JP]=r,JP},prefetch:e=>new Promise(((t,a)=>{QP.load(e,(()=>{YP.add(e),YP.remove(e),t()}),a)})),queryCache(e){var t={};return e.forEach((e=>{YP.has(e)&&(t[e]="disk/memory")})),Promise.resolve(t)}};const eT=QP;class tT{static get(){return Br.get("window").scale}static getFontScale(){return Br.get("window").fontScale||tT.get()}static getPixelSizeForLayoutSize(e){return Math.round(e*tT.get())}static roundToNearestPixel(e){var t=tT.get();return Math.round(e*t)/t}}var aT=["aria-label","accessibilityLabel","blurRadius","defaultSource","draggable","onError","onLayout","onLoad","onLoadEnd","onLoadStart","pointerEvents","source","style"],rT="LOADED",iT="LOADING",nT=0,oT=/^(data:image\/svg\+xml;utf8,)(.*)/;function lT(e){var t=null;if("number"==typeof e){var a=XP(e);if(null==a)throw new Error('Image: asset with ID "'+e+'" could not be found. Please check the image source or packager.');var r=a.scales[0];if(a.scales.length>1){var i=tT.get();r=a.scales.reduce(((e,t)=>Math.abs(t-i)<Math.abs(e-i)?t:e))}var n=1!==r?"@"+r+"x":"";t=a?a.httpServerLocation+"/"+a.name+n+"."+a.type:""}else"string"==typeof e?t=e:e&&"string"==typeof e.uri&&(t=e.uri);if(t){var o=t.match(oT);if(o){var l=o[1],c=o[2];return""+l+encodeURIComponent(c)}}return t}var cT=a.forwardRef(((e,t)=>{var r=e["aria-label"],i=e.accessibilityLabel,n=e.blurRadius,o=e.defaultSource,l=e.draggable,c=e.onError,h=e.onLayout,s=e.onLoad,y=e.onLoadEnd,p=e.onLoadStart,u=e.pointerEvents,k=e.source,m=e.style,g=d(e,aT),v=r||i,f=a.useState((()=>{var e=lT(k);return null!=e&&eT.has(e)?rT:"IDLE"})),M=f[0],x=f[1],w=a.useState({}),C=w[0],L=w[1],b=a.useContext(Fa),S=a.useRef(null),I=a.useRef(nT++),_=a.useRef(null),A=M===rT||M===iT&&null==o,R=function(e,t,a,r){var i=Xe.flatten(e),n=i.filter,o=i.resizeMode,l=i.shadowOffset,c=i.tintColor;i.resizeMode,i.tintColor;var h=[],d=null;if(n&&h.push(n),t&&h.push("blur("+t+"px)"),l){var s=Pe(i);s&&h.push("drop-shadow("+s+")")}return(r||c)&&null!=a&&h.push("url(#tint-"+a+")"),h.length>0&&(d=h.join(" ")),[o,d,c]}(m,n,I.current,e.tintColor),q=R[0],P=R[1],T=R[2],z=e.resizeMode||q||"cover",H=e.tintColor||T,V=A?k:o,B=lT(V),D=function(e){if("number"==typeof e){var t=XP(e);return{height:t.height,width:t.width}}if(null!=e&&!Array.isArray(e)&&"object"==typeof e)return{height:e.height,width:e.width}}(V),E=B?'url("'+B+'")':null,F=function(){if(null!=S.current&&("center"===z||"repeat"===z)){var e=S.current,t=e.naturalHeight,a=e.naturalWidth,r=C.height,i=C.width;if(t&&a&&r&&i){var n=Math.min(1,i/a,r/t);return Math.ceil(n*a)+"px "+Math.ceil(n*t)+"px"}}}(),j=B?gt("img",{alt:v||"",style:dT.accessibilityImage$raw,draggable:l||!1,ref:S,src:B}):null,O=lT(k);return a.useEffect((()=>{function e(){null!=_.current&&(eT.abort(_.current),_.current=null)}return e(),null!=O&&(x(iT),p&&p(),_.current=eT.load(O,(function(e){x(rT),s&&s(e),y&&y()}),(function(){x("ERRORED"),c&&c({nativeEvent:{error:"Failed to load resource "+O+" (404)"}}),y&&y()}))),e}),[O,_,x,c,s,y,p]),a.createElement(Wa,Jr({},g,{"aria-label":v,onLayout:function(e){if("center"===z||"repeat"===z||h){var t=e.nativeEvent.layout;h&&h(e),L(t)}},pointerEvents:u,ref:t,style:[dT.root,b&&dT.inline,D,m,dT.undo,{boxShadow:null}]}),a.createElement(Wa,{style:[dT.image,sT[z],{backgroundImage:E,filter:P},null!=F&&{backgroundSize:F}],suppressHydrationWarning:!0}),j,function(e,t){return e&&null!=t?a.createElement("svg",{style:{position:"absolute",height:0,visibility:"hidden",width:0}},a.createElement("defs",null,a.createElement("filter",{id:"tint-"+t,suppressHydrationWarning:!0},a.createElement("feFlood",{floodColor:""+e,key:e}),a.createElement("feComposite",{in2:"SourceAlpha",operator:"atop"})))):null}(H,I.current))}));cT.displayName="Image";var hT=cT;hT.getSize=function(e,t,a){eT.getSize(e,t,a)},hT.prefetch=function(e){return eT.prefetch(e)},hT.queryCache=function(e){return eT.queryCache(e)};var dT=Xe.create({root:{flexBasis:"auto",overflow:"hidden",zIndex:0},inline:{display:"inline-flex"},undo:{blurRadius:null,shadowColor:null,shadowOpacity:null,shadowOffset:null,shadowRadius:null,tintColor:null,overlayColor:null,resizeMode:null},image:h(h({},Xe.absoluteFillObject),{},{backgroundColor:"transparent",backgroundPosition:"center",backgroundRepeat:"no-repeat",backgroundSize:"cover",height:"100%",width:"100%",zIndex:-1}),accessibilityImage$raw:h(h({},Xe.absoluteFillObject),{},{height:"100%",opacity:0,width:"100%",zIndex:-1})}),sT=Xe.create({center:{backgroundSize:"auto"},contain:{backgroundSize:"contain"},cover:{backgroundSize:"cover"},none:{backgroundPosition:"0",backgroundSize:"auto"},repeat:{backgroundPosition:"0",backgroundRepeat:"repeat",backgroundSize:"auto"},stretch:{backgroundSize:"100% 100%"}});const yT=hT;function pT(){return pT=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var r in a)({}).hasOwnProperty.call(a,r)&&(e[r]=a[r])}return e},pT.apply(null,arguments)}const uT=Xe.create({container:{overflow:"hidden"},image:{width:"100%",height:void 0}}),kT=({roundedCorners:e,borderRadius:t=8,aspectRatio:a,style:r,...i})=>{const o=Xe.flatten([uT.image,e&&{borderRadius:t},void 0!==a&&{aspectRatio:a},r]);return n().createElement(Wa,{style:uT.container},n().createElement(yT,pT({style:o},i)))};var mT=["animating","color","hidesWhenStopped","size","style"],gT=e=>a.createElement("circle",{cx:"16",cy:"16",fill:"none",r:"14",strokeWidth:"4",style:e}),vT=a.forwardRef(((e,t)=>{var r=e.animating,i=void 0===r||r,n=e.color,o=void 0===n?"#1976D2":n,l=e.hidesWhenStopped,c=void 0===l||l,h=e.size,s=void 0===h?"small":h,y=e.style,p=d(e,mT),u=a.createElement("svg",{height:"100%",viewBox:"0 0 32 32",width:"100%"},gT({stroke:o,opacity:.2}),gT({stroke:o,strokeDasharray:80,strokeDashoffset:60}));return a.createElement(Wa,Jr({},p,{"aria-valuemax":1,"aria-valuemin":0,ref:t,role:"progressbar",style:[fT.container,y]}),a.createElement(Wa,{children:u,style:["number"==typeof s?{height:s,width:s}:MT[s],fT.animation,!i&&fT.animationPause,!i&&c&&fT.hidesWhenStopped]}))}));vT.displayName="ActivityIndicator";var fT=Xe.create({container:{alignItems:"center",justifyContent:"center"},hidesWhenStopped:{visibility:"hidden"},animation:{animationDuration:"0.75s",animationKeyframes:[{"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(360deg)"}}],animationTimingFunction:"linear",animationIterationCount:"infinite"},animationPause:{animationPlayState:"paused"}}),MT=Xe.create({small:{width:20,height:20},large:{width:36,height:36}});const xT=vT,wT=Xe.create({container:{width:"100%",height:"100%",overflow:"hidden",alignItems:"center",justifyContent:"center",position:"relative"}}),CT=()=>{const{theme:e}=sr();return a.createElement(Wa,{style:[wT.container,{borderRadius:e.sizes.borderRadiusSm,padding:e.sizes.md}]},a.createElement(xT,{size:"small",color:e.primary}))},LT={OS:"web",select:e=>"web"in e?e.web:e.default,get isTesting(){return!1}},bT=function e(t,a,r){if(void 0===r&&(r=-1),0===r)return!0;if(t===a)return!1;if("function"==typeof t&&"function"==typeof a)return!1;if("object"!=typeof t||null===t)return t!==a;if("object"!=typeof a||null===a)return!0;if(t.constructor!==a.constructor)return!0;if(Array.isArray(t)){var i=t.length;if(a.length!==i)return!0;for(var n=0;n<i;n++)if(e(t[n],a[n],r-1))return!0}else{for(var o in t)if(e(t[o],a[o],r-1))return!0;for(var l in a)if(void 0===t[l]&&void 0!==a[l])return!0}return!1};function ST(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,r=Array(t);a<t;a++)r[a]=e[a];return r}function IT(e,t){var a="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(a)return(a=a.call(e)).next.bind(a);if(Array.isArray(e)||(a=function(e,t){if(e){if("string"==typeof e)return ST(e,t);var a={}.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?ST(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){a&&(e=a);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var _T=["colors","enabled","onRefresh","progressBackgroundColor","progressViewOffset","refreshing","size","tintColor","title","titleColor"];const AT=function(e){e.colors,e.enabled,e.onRefresh,e.progressBackgroundColor,e.progressViewOffset,e.refreshing,e.size,e.tintColor,e.title,e.titleColor;var t=d(e,_T);return n().createElement(Wa,t)},RT={_currentlyFocusedNode:null,currentlyFocusedField(){return document.activeElement!==this._currentlyFocusedNode&&(this._currentlyFocusedNode=null),this._currentlyFocusedNode},focusTextInput(e){null!==e&&(this._currentlyFocusedNode=e,document.activeElement!==e&&Dt.focus(e))},blurTextInput(e){null!==e&&(this._currentlyFocusedNode=null,document.activeElement===e&&Dt.blur(e))}};var qT=["onScroll","onTouchMove","onWheel","scrollEnabled","scrollEventThrottle","showsHorizontalScrollIndicator","showsVerticalScrollIndicator","style"];function PT(e){return{nativeEvent:{contentOffset:{get x(){return e.target.scrollLeft},get y(){return e.target.scrollTop}},contentSize:{get height(){return e.target.scrollHeight},get width(){return e.target.scrollWidth}},layoutMeasurement:{get height(){return e.target.offsetHeight},get width(){return e.target.offsetWidth}}},timeStamp:Date.now()}}var TT=a.forwardRef(((e,t)=>{var r=e.onScroll,i=e.onTouchMove,n=e.onWheel,o=e.scrollEnabled,l=void 0===o||o,c=e.scrollEventThrottle,h=void 0===c?0:c,s=e.showsHorizontalScrollIndicator,y=e.showsVerticalScrollIndicator,p=e.style,u=d(e,qT),k=a.useRef({isScrolling:!1,scrollLastTick:0}),m=a.useRef(null),g=a.useRef(null);function v(e){return t=>{l&&e&&e(t)}}function f(e){k.current.scrollLastTick=Date.now(),r&&r(PT(e))}var M=!1===s||!1===y;return a.createElement(Wa,Jr({},u,{onScroll:function(e){var t,a,i;e.stopPropagation(),e.target===g.current&&(e.persist(),null!=m.current&&clearTimeout(m.current),m.current=setTimeout((()=>{!function(e){k.current.isScrolling=!1,r&&r(PT(e))}(e)}),100),k.current.isScrolling?(t=k.current.scrollLastTick,a=h,i=Date.now()-t,a>0&&i>=a&&f(e)):function(e){k.current.isScrolling=!0,f(e)}(e))},onTouchMove:v(i),onWheel:v(n),ref:Ut(g,t),style:[p,!l&&zT.scrollDisabled,M&&zT.hideScrollbar]}))})),zT=Xe.create({scrollDisabled:{overflowX:"hidden",overflowY:"hidden",touchAction:"none"},hideScrollbar:{scrollbarWidth:"none"}});const HT=TT;var VT=r(594),BT=r.n(VT),DT=["contentContainerStyle","horizontal","onContentSizeChange","refreshControl","stickyHeaderIndices","pagingEnabled","forwardedRef","keyboardDismissMode","onScroll","centerContent"],ET={};class FT extends n().Component{constructor(){super(...arguments),this._scrollNodeRef=null,this._innerViewRef=null,this.isTouching=!1,this.lastMomentumScrollBeginTime=0,this.lastMomentumScrollEndTime=0,this.observedScrollSinceBecomingResponder=!1,this.becameResponderWhileAnimating=!1,this.scrollResponderHandleScrollShouldSetResponder=()=>this.isTouching,this.scrollResponderHandleStartShouldSetResponderCapture=e=>this.scrollResponderIsAnimating(),this.scrollResponderHandleTerminationRequest=()=>!this.observedScrollSinceBecomingResponder,this.scrollResponderHandleTouchEnd=e=>{var t=e.nativeEvent;this.isTouching=0!==t.touches.length,this.props.onTouchEnd&&this.props.onTouchEnd(e)},this.scrollResponderHandleResponderRelease=e=>{this.props.onResponderRelease&&this.props.onResponderRelease(e);var t=RT.currentlyFocusedField();this.props.keyboardShouldPersistTaps||null==t||e.target===t||this.observedScrollSinceBecomingResponder||this.becameResponderWhileAnimating||(this.props.onScrollResponderKeyboardDismissed&&this.props.onScrollResponderKeyboardDismissed(e),RT.blurTextInput(t))},this.scrollResponderHandleScroll=e=>{this.observedScrollSinceBecomingResponder=!0,this.props.onScroll&&this.props.onScroll(e)},this.scrollResponderHandleResponderGrant=e=>{this.observedScrollSinceBecomingResponder=!1,this.props.onResponderGrant&&this.props.onResponderGrant(e),this.becameResponderWhileAnimating=this.scrollResponderIsAnimating()},this.scrollResponderHandleScrollBeginDrag=e=>{this.props.onScrollBeginDrag&&this.props.onScrollBeginDrag(e)},this.scrollResponderHandleScrollEndDrag=e=>{this.props.onScrollEndDrag&&this.props.onScrollEndDrag(e)},this.scrollResponderHandleMomentumScrollBegin=e=>{this.lastMomentumScrollBeginTime=Date.now(),this.props.onMomentumScrollBegin&&this.props.onMomentumScrollBegin(e)},this.scrollResponderHandleMomentumScrollEnd=e=>{this.lastMomentumScrollEndTime=Date.now(),this.props.onMomentumScrollEnd&&this.props.onMomentumScrollEnd(e)},this.scrollResponderHandleTouchStart=e=>{this.isTouching=!0,this.props.onTouchStart&&this.props.onTouchStart(e)},this.scrollResponderHandleTouchMove=e=>{this.props.onTouchMove&&this.props.onTouchMove(e)},this.scrollResponderIsAnimating=()=>Date.now()-this.lastMomentumScrollEndTime<16||this.lastMomentumScrollEndTime<this.lastMomentumScrollBeginTime,this.scrollResponderScrollTo=(e,t,a)=>{if("number"==typeof e)console.warn("`scrollResponderScrollTo(x, y, animated)` is deprecated. Use `scrollResponderScrollTo({x: 5, y: 5, animated: true})` instead.");else{var r=e||ET;e=r.x,t=r.y,a=r.animated}var i=this.getScrollableNode(),n=e||0,o=t||0;null!=i&&("function"==typeof i.scroll?i.scroll({top:o,left:n,behavior:a?"smooth":"auto"}):(i.scrollLeft=n,i.scrollTop=o))},this.scrollResponderZoomTo=(e,t)=>{"ios"!==LT.OS&&qr()("zoomToRect is not implemented")},this.scrollResponderScrollNativeHandleToKeyboard=(e,t,a)=>{this.additionalScrollOffset=t||0,this.preventNegativeScrollOffset=!!a,Dt.measureLayout(e,this.getInnerViewNode(),this.scrollResponderTextInputFocusError,this.scrollResponderInputMeasureAndScrollToKeyboard)},this.scrollResponderInputMeasureAndScrollToKeyboard=(e,t,a,r)=>{var i=Br.get("window").height;this.keyboardWillOpenTo&&(i=this.keyboardWillOpenTo.endCoordinates.screenY);var n=t-i+r+this.additionalScrollOffset;this.preventNegativeScrollOffset&&(n=Math.max(0,n)),this.scrollResponderScrollTo({x:0,y:n,animated:!0}),this.additionalOffset=0,this.preventNegativeScrollOffset=!1},this.scrollResponderKeyboardWillShow=e=>{this.keyboardWillOpenTo=e,this.props.onKeyboardWillShow&&this.props.onKeyboardWillShow(e)},this.scrollResponderKeyboardWillHide=e=>{this.keyboardWillOpenTo=null,this.props.onKeyboardWillHide&&this.props.onKeyboardWillHide(e)},this.scrollResponderKeyboardDidShow=e=>{e&&(this.keyboardWillOpenTo=e),this.props.onKeyboardDidShow&&this.props.onKeyboardDidShow(e)},this.scrollResponderKeyboardDidHide=e=>{this.keyboardWillOpenTo=null,this.props.onKeyboardDidHide&&this.props.onKeyboardDidHide(e)},this.flashScrollIndicators=()=>{this.scrollResponderFlashScrollIndicators()},this.getScrollResponder=()=>this,this.getScrollableNode=()=>this._scrollNodeRef,this.getInnerViewRef=()=>this._innerViewRef,this.getInnerViewNode=()=>this._innerViewRef,this.getNativeScrollRef=()=>this._scrollNodeRef,this.scrollTo=(e,t,a)=>{if("number"==typeof e)console.warn("`scrollTo(y, x, animated)` is deprecated. Use `scrollTo({x: 5, y: 5, animated: true})` instead.");else{var r=e||ET;t=r.x,e=r.y,a=r.animated}this.scrollResponderScrollTo({x:t||0,y:e||0,animated:!1!==a})},this.scrollToEnd=e=>{var t=!1!==(e&&e.animated),a=this.props.horizontal,r=this.getScrollableNode(),i=a?r.scrollWidth:0,n=a?0:r.scrollHeight;this.scrollResponderScrollTo({x:i,y:n,animated:t})},this._handleContentOnLayout=e=>{var t=e.nativeEvent.layout,a=t.width,r=t.height;this.props.onContentSizeChange(a,r)},this._handleScroll=e=>{"on-drag"===this.props.keyboardDismissMode&&RT.blurTextInput(RT.currentlyFocusedField()),this.scrollResponderHandleScroll(e)},this._setInnerViewRef=e=>{this._innerViewRef=e},this._setScrollNodeRef=e=>{this._scrollNodeRef=e,null!=e&&(e.getScrollResponder=this.getScrollResponder,e.getInnerViewNode=this.getInnerViewNode,e.getInnerViewRef=this.getInnerViewRef,e.getNativeScrollRef=this.getNativeScrollRef,e.getScrollableNode=this.getScrollableNode,e.scrollTo=this.scrollTo,e.scrollToEnd=this.scrollToEnd,e.flashScrollIndicators=this.flashScrollIndicators,e.scrollResponderZoomTo=this.scrollResponderZoomTo,e.scrollResponderScrollNativeHandleToKeyboard=this.scrollResponderScrollNativeHandleToKeyboard),Ot(this.props.forwardedRef)(e)}}scrollResponderHandleStartShouldSetResponder(){return!1}scrollResponderHandleResponderReject(){BT()(!1,"ScrollView doesn't take rejection well - scrolls anyway")}scrollResponderFlashScrollIndicators(){}scrollResponderTextInputFocusError(e){console.error("Error measuring text field: ",e)}render(){var e=this.props,t=e.contentContainerStyle,a=e.horizontal,r=e.onContentSizeChange,i=e.refreshControl,o=e.stickyHeaderIndices,l=e.pagingEnabled,c=(e.forwardedRef,e.keyboardDismissMode,e.onScroll,e.centerContent),s=d(e,DT),y={};r&&(y={onLayout:this._handleContentOnLayout});var p=!a&&Array.isArray(o),u=p||l?n().Children.map(this.props.children,((e,t)=>{var a=p&&o.indexOf(t)>-1;return null!=e&&(a||l)?n().createElement(Wa,{style:[a&&OT.stickyHeader,l&&OT.pagingEnabledChild]},e):e})):this.props.children,k=n().createElement(Wa,Jr({},y,{children:u,collapsable:!1,ref:this._setInnerViewRef,style:[a&&OT.contentContainerHorizontal,c&&OT.contentContainerCenterContent,t]})),m=a?OT.baseHorizontal:OT.baseVertical,g=a?OT.pagingEnabledHorizontal:OT.pagingEnabledVertical,v=h(h({},s),{},{style:[m,l&&g,this.props.style],onTouchStart:this.scrollResponderHandleTouchStart,onTouchMove:this.scrollResponderHandleTouchMove,onTouchEnd:this.scrollResponderHandleTouchEnd,onScrollBeginDrag:this.scrollResponderHandleScrollBeginDrag,onScrollEndDrag:this.scrollResponderHandleScrollEndDrag,onMomentumScrollBegin:this.scrollResponderHandleMomentumScrollBegin,onMomentumScrollEnd:this.scrollResponderHandleMomentumScrollEnd,onStartShouldSetResponder:this.scrollResponderHandleStartShouldSetResponder,onStartShouldSetResponderCapture:this.scrollResponderHandleStartShouldSetResponderCapture,onScrollShouldSetResponder:this.scrollResponderHandleScrollShouldSetResponder,onScroll:this._handleScroll,onResponderGrant:this.scrollResponderHandleResponderGrant,onResponderTerminationRequest:this.scrollResponderHandleTerminationRequest,onResponderTerminate:this.scrollResponderHandleTerminate,onResponderRelease:this.scrollResponderHandleResponderRelease,onResponderReject:this.scrollResponderHandleResponderReject}),f=HT;qr()(void 0!==f,"ScrollViewClass must not be undefined");var M=n().createElement(f,Jr({},v,{ref:this._setScrollNodeRef}),k);return i?n().cloneElement(i,{style:v.style},M):M}}var jT={flexGrow:1,flexShrink:1,transform:"translateZ(0)",WebkitOverflowScrolling:"touch"},OT=Xe.create({baseVertical:h(h({},jT),{},{flexDirection:"column",overflowX:"hidden",overflowY:"auto"}),baseHorizontal:h(h({},jT),{},{flexDirection:"row",overflowX:"auto",overflowY:"hidden"}),contentContainerHorizontal:{flexDirection:"row"},contentContainerCenterContent:{justifyContent:"center",flexGrow:1},stickyHeader:{position:"sticky",top:0,zIndex:10},pagingEnabledHorizontal:{scrollSnapType:"x mandatory"},pagingEnabledVertical:{scrollSnapType:"y mandatory"},pagingEnabledChild:{scrollSnapAlign:"start"}}),UT=n().forwardRef(((e,t)=>n().createElement(FT,Jr({},e,{forwardedRef:t}))));UT.displayName="ScrollView";const NT=UT;class WT{constructor(){this._registry={}}addListener(e,t,a){var r=function(e,t){var a=e[t];return null==a&&(a=new Set,e[t]=a),a}(this._registry,e),i={context:a,listener:t,remove(){r.delete(i)}};return r.add(i),i}emit(e){var t=this._registry[e];if(null!=t){for(var a=arguments.length,r=new Array(a>1?a-1:0),i=1;i<a;i++)r[i-1]=arguments[i];for(var n=0,o=[...t];n<o.length;n++){var l=o[n];l.listener.apply(l.context,r)}}}removeAllListeners(e){null==e?this._registry={}:delete this._registry[e]}listenerCount(e){var t=this._registry[e];return null==t?0:t.size}}var ZT=f&&void 0!==window.requestIdleCallback,GT=ZT?window.requestIdleCallback:function(e,t){return setTimeout((()=>{var t=Date.now();e({didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))})}),1)};ZT&&window.cancelIdleCallback;const XT=GT;var KT=new WT,YT={Events:{interactionStart:"interactionStart",interactionComplete:"interactionComplete"},runAfterInteractions(e){var t=[],a=new Promise((a=>{iz(),e&&t.push(e),t.push({run:a,name:"resolve "+(e&&e.name||"?")}),ez.enqueueTasks(t)}));return{then:a.then.bind(a),done:a.then.bind(a),cancel:()=>{ez.cancelTasks(t)}}},createInteractionHandle(){iz();var e=++az;return $T.add(e),e},clearInteractionHandle(e){qr()(!!e,"Must provide a handle to clear."),iz(),$T.delete(e),QT.add(e)},addListener:KT.addListener.bind(KT),setDeadline(e){rz=e}},JT=new Set,$T=new Set,QT=new Set,ez=new class{constructor(e){var t=e.onMoreTasks;this._onMoreTasks=t,this._queueStack=[{tasks:[],popable:!0}]}enqueue(e){this._getCurrentQueue().push(e)}enqueueTasks(e){e.forEach((e=>this.enqueue(e)))}cancelTasks(e){this._queueStack=this._queueStack.map((t=>h(h({},t),{},{tasks:t.tasks.filter((t=>-1===e.indexOf(t)))}))).filter(((e,t)=>e.tasks.length>0||0===t))}hasTasksToProcess(){return this._getCurrentQueue().length>0}processNext(){var e=this._getCurrentQueue();if(e.length){var t=e.shift();try{"object"==typeof t&&t.gen?this._genPromise(t):"object"==typeof t&&t.run?t.run():(qr()("function"==typeof t,"Expected Function, SimpleTask, or PromiseTask, but got:\n"+JSON.stringify(t,null,2)),t())}catch(e){throw e.message="TaskQueue: Error with task "+(t.name||"")+": "+e.message,e}}}_getCurrentQueue(){var e=this._queueStack.length-1,t=this._queueStack[e];return t.popable&&0===t.tasks.length&&e>0?(this._queueStack.pop(),this._getCurrentQueue()):t.tasks}_genPromise(e){var t=this._queueStack.push({tasks:[],popable:!1})-1,a=this._queueStack[t];e.gen().then((()=>{a.popable=!0,this.hasTasksToProcess()&&this._onMoreTasks()})).catch((t=>{setTimeout((()=>{throw t.message="TaskQueue: Error resolving Promise in task "+e.name+": "+t.message,t}),0)}))}}({onMoreTasks:iz}),tz=0,az=0,rz=-1;function iz(){tz||(tz=rz>0?setTimeout(nz):XT(nz))}function nz(){tz=0;var e=JT.size;$T.forEach((e=>JT.add(e))),QT.forEach((e=>JT.delete(e)));var t=JT.size;if(0!==e&&0===t?KT.emit(YT.Events.interactionComplete):0===e&&0!==t&&KT.emit(YT.Events.interactionStart),0===t)for(var a=Date.now();ez.hasTasksToProcess();)if(ez.processNext(),rz>0&&Date.now()-a>=rz){iz();break}$T.clear(),QT.clear()}const oz=YT,lz=class{constructor(e,t){this._delay=t,this._callback=e}dispose(e){void 0===e&&(e={abort:!1}),this._taskHandle&&(this._taskHandle.cancel(),e.abort||this._callback(),this._taskHandle=null)}schedule(){if(!this._taskHandle){var e=setTimeout((()=>{this._taskHandle=oz.runAfterInteractions((()=>{this._taskHandle=null,this._callback()}))}),this._delay);this._taskHandle={cancel:()=>clearTimeout(e)}}}},cz=function(e,t,a){return t<e?e:t>a?a:t};class hz{constructor(e){qr()(e>=0,"CellRenderMask must contain a non-negative number os cells"),this._numCells=e,this._regions=0===e?[]:[{first:0,last:e-1,isSpacer:!0}]}enumerateRegions(){return this._regions}addCells(e){if(qr()(e.first>=0&&e.first<this._numCells&&e.last>=-1&&e.last<this._numCells&&e.last>=e.first-1,"CellRenderMask.addCells called with invalid cell range"),!(e.last<e.first)){var t=this._findRegion(e.first),a=t[0],r=t[1],i=this._findRegion(e.last),n=i[0],o=i[1];if(r!==o||a.isSpacer){var l=[],c=[],d=h(h({},e),{},{isSpacer:!1});a.first<d.first&&(a.isSpacer?l.push({first:a.first,last:d.first-1,isSpacer:!0}):d.first=a.first),n.last>d.last&&(n.isSpacer?c.push({first:d.last+1,last:n.last,isSpacer:!0}):d.last=n.last);var s=[...l,d,...c],y=o-r+1;this._regions.splice(r,y,...s)}}}numCells(){return this._numCells}equals(e){return this._numCells===e._numCells&&this._regions.length===e._regions.length&&this._regions.every(((t,a)=>t.first===e._regions[a].first&&t.last===e._regions[a].last&&t.isSpacer===e._regions[a].isSpacer))}_findRegion(e){for(var t=0,a=this._regions.length-1;t<=a;){var r=Math.floor((t+a)/2),i=this._regions[r];if(e>=i.first&&e<=i.last)return[i,r];e<i.first?a=r-1:e>i.last&&(t=r+1)}qr()(!1,"A region was not found containing cellIdx "+e)}}class dz{constructor(){this._cellKeyToChildren=new Map,this._childrenToCellKey=new Map}add(e,t){var a;qr()(!this._childrenToCellKey.has(e),"Trying to add already present child list");var r=null!==(a=this._cellKeyToChildren.get(t))&&void 0!==a?a:new Set;r.add(e),this._cellKeyToChildren.set(t,r),this._childrenToCellKey.set(e,t)}remove(e){var t=this._childrenToCellKey.get(e);qr()(null!=t,"Trying to remove non-present child list"),this._childrenToCellKey.delete(e);var a=this._cellKeyToChildren.get(t);qr()(a,"_cellKeyToChildren should contain cellKey"),a.delete(e),0===a.size&&this._cellKeyToChildren.delete(t)}forEach(e){for(var t,a=IT(this._cellKeyToChildren.values());!(t=a()).done;)for(var r,i=IT(t.value);!(r=i()).done;)e(r.value)}forEachInCell(e,t){for(var a,r,i=IT(null!==(a=this._cellKeyToChildren.get(e))&&void 0!==a?a:[]);!(r=i()).done;)t(r.value)}anyInCell(e,t){for(var a,r,i=IT(null!==(a=this._cellKeyToChildren.get(e))&&void 0!==a?a:[]);!(r=i()).done;)if(t(r.value))return!0;return!1}size(){return this._childrenToCellKey.size}}class sz{constructor(){this.any_blank_count=0,this.any_blank_ms=0,this.any_blank_speed_sum=0,this.mostly_blank_count=0,this.mostly_blank_ms=0,this.pixels_blank=0,this.pixels_sampled=0,this.pixels_scrolled=0,this.total_time_spent=0,this.sample_count=0}}var yz=[],pz=10,uz=null;const kz=class{static addListener(e){return null===uz&&console.warn("Call `FillRateHelper.setSampleRate` before `addListener`."),yz.push(e),{remove:()=>{yz=yz.filter((t=>e!==t))}}}static setSampleRate(e){uz=e}static setMinSampleCount(e){pz=e}constructor(e){this._anyBlankStartTime=null,this._enabled=!1,this._info=new sz,this._mostlyBlankStartTime=null,this._samplesStartTime=null,this._getFrameMetrics=e,this._enabled=(uz||0)>Math.random(),this._resetData()}activate(){this._enabled&&null==this._samplesStartTime&&(this._samplesStartTime=r.g.performance.now())}deactivateAndFlush(){if(this._enabled){var e=this._samplesStartTime;if(null!=e)if(this._info.sample_count<pz)this._resetData();else{var t=r.g.performance.now()-e,a=h(h({},this._info),{},{total_time_spent:t});yz.forEach((e=>e(a))),this._resetData()}}}computeBlankness(e,t,a){if(!this._enabled||0===e.getItemCount(e.data)||t.last<t.first||null==this._samplesStartTime)return 0;var i=a.dOffset,n=a.offset,o=a.velocity,l=a.visibleLength;this._info.sample_count++,this._info.pixels_sampled+=Math.round(l),this._info.pixels_scrolled+=Math.round(Math.abs(i));var c=Math.round(1e3*Math.abs(o)),h=r.g.performance.now();null!=this._anyBlankStartTime&&(this._info.any_blank_ms+=h-this._anyBlankStartTime),this._anyBlankStartTime=null,null!=this._mostlyBlankStartTime&&(this._info.mostly_blank_ms+=h-this._mostlyBlankStartTime),this._mostlyBlankStartTime=null;for(var d=0,s=t.first,y=this._getFrameMetrics(s,e);s<=t.last&&(!y||!y.inLayout);)y=this._getFrameMetrics(s,e),s++;y&&s>0&&(d=Math.min(l,Math.max(0,y.offset-n)));for(var p=0,u=t.last,k=this._getFrameMetrics(u,e);u>=t.first&&(!k||!k.inLayout);)k=this._getFrameMetrics(u,e),u--;if(k&&u<e.getItemCount(e.data)-1){var m=k.offset+k.length;p=Math.min(l,Math.max(0,n+l-m))}var g=Math.round(d+p),v=g/l;return v>0?(this._anyBlankStartTime=h,this._info.any_blank_speed_sum+=c,this._info.any_blank_count++,this._info.pixels_blank+=g,v>.5&&(this._mostlyBlankStartTime=h,this._info.mostly_blank_count++)):(c<.01||Math.abs(i)<1)&&this.deactivateAndFlush(),v}enabled(){return this._enabled}_resetData(){this._anyBlankStartTime=null,this._info=new sz,this._mostlyBlankStartTime=null,this._samplesStartTime=null}};class mz extends a.PureComponent{constructor(e){super(e),this._inAsyncStateUpdate=!1,this._installSetStateHooks()}setState(e,t){"function"==typeof e?super.setState(((t,a)=>{var r;this._inAsyncStateUpdate=!0;try{r=e(t,a)}catch(e){throw e}finally{this._inAsyncStateUpdate=!1}return r}),t):super.setState(e,t)}_installSetStateHooks(){var e=this,t=this.props,a=this.state;Object.defineProperty(this,"props",{get:()=>(qr()(!e._inAsyncStateUpdate,'"this.props" should not be accessed during state updates'),t),set(e){t=e}}),Object.defineProperty(this,"state",{get:()=>(qr()(!e._inAsyncStateUpdate,'"this.state" should not be acceessed during state updates'),a),set(e){a=e}})}}function gz(e,t,a,r,i,n){if(function(e,t,a){return e>=0&&t<=a&&t>e}(a,r,i))return!0;var o=function(e,t,a){var r=Math.min(t,a)-Math.max(e,0);return Math.max(0,r)}(a,r,i);return 100*(e?o/i:o/n)>=t}const vz=class{constructor(e){void 0===e&&(e={viewAreaCoveragePercentThreshold:0}),this._hasInteracted=!1,this._timers=new Set,this._viewableIndices=[],this._viewableItems=new Map,this._config=e}dispose(){this._timers.forEach(clearTimeout)}computeViewableItems(e,t,a,r,i){var n=e.getItemCount(e.data),o=this._config,l=o.itemVisiblePercentThreshold,c=o.viewAreaCoveragePercentThreshold,h=null!=c,d=h?c:l;qr()(null!=d&&null!=l!=(null!=c),"Must set exactly one of itemVisiblePercentThreshold or viewAreaCoveragePercentThreshold");var s=[];if(0===n)return s;var y=-1,p=i||{first:0,last:n-1},u=p.first,k=p.last;if(k>=n)return console.warn("Invalid render range computing viewability "+JSON.stringify({renderRange:i,itemCount:n})),[];for(var m=u;m<=k;m++){var g=r(m,e);if(g){var v=g.offset-t,f=v+g.length;if(v<a&&f>0)y=m,gz(h,d,v,f,a,g.length)&&s.push(m);else if(y>=0)break}}return s}onUpdate(e,t,a,r,i,n,o){var l=e.getItemCount(e.data);if((!this._config.waitForInteraction||this._hasInteracted)&&0!==l&&r(0,e)){var c=[];if(l&&(c=this.computeViewableItems(e,t,a,r,o)),this._viewableIndices.length!==c.length||!this._viewableIndices.every(((e,t)=>e===c[t])))if(this._viewableIndices=c,this._config.minimumViewTime){var h=setTimeout((()=>{this._timers.delete(h),this._onUpdateSync(e,c,n,i)}),this._config.minimumViewTime);this._timers.add(h)}else this._onUpdateSync(e,c,n,i)}}resetViewableIndices(){this._viewableIndices=[]}recordInteraction(){this._hasInteracted=!0}_onUpdateSync(e,t,a,r){t=t.filter((e=>this._viewableIndices.includes(e)));for(var i,n=this._viewableItems,o=new Map(t.map((t=>{var a=r(t,!0,e);return[a.key,a]}))),l=[],c=IT(o);!(i=c()).done;){var d=i.value,s=d[0],y=d[1];n.has(s)||l.push(y)}for(var p,u=IT(n);!(p=u()).done;){var k=p.value,m=k[0],g=k[1];o.has(m)||l.push(h(h({},g),{},{isViewable:!1}))}l.length>0&&(this._viewableItems=o,a({viewableItems:Array.from(o.values()),changed:l,viewabilityConfig:this._config}))}};var fz=a.createContext(null);function Mz(e){var t=e.children,r=e.value,i=(0,a.useMemo)((()=>({cellKey:null,getScrollMetrics:r.getScrollMetrics,horizontal:r.horizontal,getOutermostParentListRef:r.getOutermostParentListRef,registerAsNestedChild:r.registerAsNestedChild,unregisterAsNestedChild:r.unregisterAsNestedChild})),[r.getScrollMetrics,r.horizontal,r.getOutermostParentListRef,r.registerAsNestedChild,r.unregisterAsNestedChild]);return a.createElement(fz.Provider,{value:i},t)}function xz(e){var t=e.cellKey,r=e.children,i=(0,a.useContext)(fz),n=(0,a.useMemo)((()=>null==i?null:h(h({},i),{},{cellKey:t})),[i,t]);return a.createElement(fz.Provider,{value:n},r)}class wz extends a.Component{constructor(){super(...arguments),this.state={separatorProps:{highlighted:!1,leadingItem:this.props.item}},this._separators={highlight:()=>{var e=this.props,t=e.cellKey,a=e.prevCellKey;this.props.onUpdateSeparators([t,a],{highlighted:!0})},unhighlight:()=>{var e=this.props,t=e.cellKey,a=e.prevCellKey;this.props.onUpdateSeparators([t,a],{highlighted:!1})},updateProps:(e,t)=>{var a=this.props,r=a.cellKey,i=a.prevCellKey;this.props.onUpdateSeparators(["leading"===e?i:r],t)}},this._onLayout=e=>{this.props.onCellLayout&&this.props.onCellLayout(e,this.props.cellKey,this.props.index)}}static getDerivedStateFromProps(e,t){return{separatorProps:h(h({},t.separatorProps),{},{leadingItem:e.item})}}updateSeparatorProps(e){this.setState((t=>({separatorProps:h(h({},t.separatorProps),e)})))}componentWillUnmount(){this.props.onUnmount(this.props.cellKey)}_renderElement(e,t,r,i){return e&&t&&console.warn("VirtualizedList: Both ListItemComponent and renderItem props are present. ListItemComponent will take precedence over renderItem."),t?a.createElement(t,{item:r,index:i,separators:this._separators}):e?e({item:r,index:i,separators:this._separators}):void qr()(!1,"VirtualizedList: Either ListItemComponent or renderItem props are required but none were found.")}render(){var e=this.props,t=e.CellRendererComponent,r=e.ItemSeparatorComponent,i=e.ListItemComponent,n=e.cellKey,o=e.horizontal,l=e.item,c=e.index,h=e.inversionStyle,d=e.onCellFocusCapture,s=e.onCellLayout,y=e.renderItem,p=this._renderElement(y,i,l,c),u=a.isValidElement(r)?r:r&&a.createElement(r,this.state.separatorProps),k=h?o?[Cz.rowReverse,h]:[Cz.columnReverse,h]:o?[Cz.row,h]:h,m=t?a.createElement(t,Jr({cellKey:n,index:c,item:l,style:k,onFocusCapture:d},s&&{onLayout:this._onLayout}),p,u):a.createElement(Wa,Jr({style:k,onFocusCapture:d},s&&{onLayout:this._onLayout}),p,u);return a.createElement(xz,{cellKey:this.props.cellKey},m)}}var Cz=Xe.create({row:{flexDirection:"row"},rowReverse:{flexDirection:"row-reverse"},columnReverse:{flexDirection:"column-reverse"}});function Lz(e,t){return"object"==typeof e&&null!=(null==e?void 0:e.key)?e.key:"object"==typeof e&&null!=(null==e?void 0:e.id)?e.id:String(t)}var bz=r(801),Sz=r.n(bz),Iz=!1,_z="";function Az(e){return null!=e&&e}function Rz(e){return null!=e?e:10}function qz(e){return null!=e?e:2}function Pz(e,t){return e*t/2}function Tz(e){return null!=e?e:21}class zz extends mz{scrollToEnd(e){var t=!e||e.animated,a=this.props.getItemCount(this.props.data)-1;if(!(a<0)){var r=this.__getFrameMetricsApprox(a,this.props),i=Math.max(0,r.offset+r.length+this._footerLength-this._scrollMetrics.visibleLength);null!=this._scrollRef&&(null!=this._scrollRef.scrollTo?this._scrollRef.scrollTo(Az(this.props.horizontal)?{x:i,animated:t}:{y:i,animated:t}):console.warn("No scrollTo method provided. This may be because you have two nested VirtualizedLists with the same orientation, or because you are using a custom component that does not implement scrollTo."))}}scrollToIndex(e){var t=this.props,a=t.data,r=t.horizontal,i=t.getItemCount,n=t.getItemLayout,o=t.onScrollToIndexFailed,l=e.animated,c=e.index,h=e.viewOffset,d=e.viewPosition;if(qr()(c>=0,"scrollToIndex out of range: requested index "+c+" but minimum is 0"),qr()(i(a)>=1,"scrollToIndex out of range: item length "+i(a)+" but minimum is 1"),qr()(c<i(a),"scrollToIndex out of range: requested index "+c+" is out of 0 to "+(i(a)-1)),!n&&c>this._highestMeasuredFrameIndex)return qr()(!!o,"scrollToIndex should be used in conjunction with getItemLayout or onScrollToIndexFailed, otherwise there is no way to know the location of offscreen indices or handle failures."),void o({averageItemLength:this._averageCellLength,highestMeasuredFrameIndex:this._highestMeasuredFrameIndex,index:c});var s=this.__getFrameMetricsApprox(Math.floor(c),this.props),y=Math.max(0,this._getOffsetApprox(c,this.props)-(d||0)*(this._scrollMetrics.visibleLength-s.length))-(h||0);null!=this._scrollRef&&(null!=this._scrollRef.scrollTo?this._scrollRef.scrollTo(r?{x:y,animated:l}:{y,animated:l}):console.warn("No scrollTo method provided. This may be because you have two nested VirtualizedLists with the same orientation, or because you are using a custom component that does not implement scrollTo."))}scrollToItem(e){for(var t=e.item,a=this.props,r=a.data,i=a.getItem,n=(0,a.getItemCount)(r),o=0;o<n;o++)if(i(r,o)===t){this.scrollToIndex(h(h({},e),{},{index:o}));break}}scrollToOffset(e){var t=e.animated,a=e.offset;null!=this._scrollRef&&(null!=this._scrollRef.scrollTo?this._scrollRef.scrollTo(Az(this.props.horizontal)?{x:a,animated:t}:{y:a,animated:t}):console.warn("No scrollTo method provided. This may be because you have two nested VirtualizedLists with the same orientation, or because you are using a custom component that does not implement scrollTo."))}recordInteraction(){this._nestedChildLists.forEach((e=>{e.recordInteraction()})),this._viewabilityTuples.forEach((e=>{e.viewabilityHelper.recordInteraction()})),this._updateViewableItems(this.props,this.state.cellsAroundViewport)}flashScrollIndicators(){null!=this._scrollRef&&this._scrollRef.flashScrollIndicators()}getScrollResponder(){if(this._scrollRef&&this._scrollRef.getScrollResponder)return this._scrollRef.getScrollResponder()}getScrollableNode(){return this._scrollRef&&this._scrollRef.getScrollableNode?this._scrollRef.getScrollableNode():this._scrollRef}getScrollRef(){return this._scrollRef&&this._scrollRef.getScrollRef?this._scrollRef.getScrollRef():this._scrollRef}_getCellKey(){var e;return(null==(e=this.context)?void 0:e.cellKey)||"rootList"}hasMore(){return this._hasMore}constructor(e){var t;if(super(e),this._getScrollMetrics=()=>this._scrollMetrics,this._getOutermostParentListRef=()=>this._isNestedWithSameOrientation()?this.context.getOutermostParentListRef():this,this._registerAsNestedChild=e=>{this._nestedChildLists.add(e.ref,e.cellKey),this._hasInteracted&&e.ref.recordInteraction()},this._unregisterAsNestedChild=e=>{this._nestedChildLists.remove(e.ref)},this._onUpdateSeparators=(e,t)=>{e.forEach((e=>{var a=null!=e&&this._cellRefs[e];a&&a.updateSeparatorProps(t)}))},this._getSpacerKey=e=>e?"height":"width",this._averageCellLength=0,this._cellRefs={},this._frames={},this._footerLength=0,this._hasTriggeredInitialScrollToIndex=!1,this._hasInteracted=!1,this._hasMore=!1,this._hasWarned={},this._headerLength=0,this._hiPriInProgress=!1,this._highestMeasuredFrameIndex=0,this._indicesToKeys=new Map,this._lastFocusedCellKey=null,this._nestedChildLists=new dz,this._offsetFromParentVirtualizedList=0,this._prevParentOffset=0,this._scrollMetrics={contentLength:0,dOffset:0,dt:10,offset:0,timestamp:0,velocity:0,visibleLength:0,zoomScale:1},this._scrollRef=null,this._sentStartForContentLength=0,this._sentEndForContentLength=0,this._totalCellLength=0,this._totalCellsMeasured=0,this._viewabilityTuples=[],this._captureScrollRef=e=>{this._scrollRef=e},this._defaultRenderScrollComponent=e=>{var t,r=e.onRefresh;return this._isNestedWithSameOrientation()?a.createElement(Wa,e):r?(qr()("boolean"==typeof e.refreshing,"`refreshing` prop must be set as a boolean in order to use `onRefresh`, but got `"+JSON.stringify(null!==(t=e.refreshing)&&void 0!==t?t:"undefined")+"`"),a.createElement(NT,Jr({},e,{refreshControl:null==e.refreshControl?a.createElement(AT,{refreshing:e.refreshing,onRefresh:r,progressViewOffset:e.progressViewOffset}):e.refreshControl}))):a.createElement(NT,e)},this._onCellLayout=(e,t,a)=>{var r=e.nativeEvent.layout,i={offset:this._selectOffset(r),length:this._selectLength(r),index:a,inLayout:!0},n=this._frames[t];n&&i.offset===n.offset&&i.length===n.length&&a===n.index?this._frames[t].inLayout=!0:(this._totalCellLength+=i.length-(n?n.length:0),this._totalCellsMeasured+=n?0:1,this._averageCellLength=this._totalCellLength/this._totalCellsMeasured,this._frames[t]=i,this._highestMeasuredFrameIndex=Math.max(this._highestMeasuredFrameIndex,a),this._scheduleCellsToRenderUpdate()),this._triggerRemeasureForChildListsInCell(t),this._computeBlankness(),this._updateViewableItems(this.props,this.state.cellsAroundViewport)},this._onCellUnmount=e=>{delete this._cellRefs[e];var t=this._frames[e];t&&(this._frames[e]=h(h({},t),{},{inLayout:!1}))},this._onLayout=e=>{this._isNestedWithSameOrientation()?this.measureLayoutRelativeToContainingList():this._scrollMetrics.visibleLength=this._selectLength(e.nativeEvent.layout),this.props.onLayout&&this.props.onLayout(e),this._scheduleCellsToRenderUpdate(),this._maybeCallOnEdgeReached()},this._onLayoutEmpty=e=>{this.props.onLayout&&this.props.onLayout(e)},this._onLayoutFooter=e=>{this._triggerRemeasureForChildListsInCell(this._getFooterCellKey()),this._footerLength=this._selectLength(e.nativeEvent.layout)},this._onLayoutHeader=e=>{this._headerLength=this._selectLength(e.nativeEvent.layout)},this._onContentSizeChange=(e,t)=>{e>0&&t>0&&null!=this.props.initialScrollIndex&&this.props.initialScrollIndex>0&&!this._hasTriggeredInitialScrollToIndex&&(null==this.props.contentOffset&&(this.props.initialScrollIndex<this.props.getItemCount(this.props.data)?this.scrollToIndex({animated:!1,index:Sz()(this.props.initialScrollIndex)}):this.scrollToEnd({animated:!1})),this._hasTriggeredInitialScrollToIndex=!0),this.props.onContentSizeChange&&this.props.onContentSizeChange(e,t),this._scrollMetrics.contentLength=this._selectLength({height:t,width:e}),this._scheduleCellsToRenderUpdate(),this._maybeCallOnEdgeReached()},this._convertParentScrollMetrics=e=>{var t=e.offset-this._offsetFromParentVirtualizedList,a=e.visibleLength,r=t-this._scrollMetrics.offset;return{visibleLength:a,contentLength:this._scrollMetrics.contentLength,offset:t,dOffset:r}},this._onScroll=e=>{this._nestedChildLists.forEach((t=>{t._onScroll(e)})),this.props.onScroll&&this.props.onScroll(e);var t=e.timeStamp,a=this._selectLength(e.nativeEvent.layoutMeasurement),r=this._selectLength(e.nativeEvent.contentSize),i=this._selectOffset(e.nativeEvent.contentOffset),n=i-this._scrollMetrics.offset;if(this._isNestedWithSameOrientation()){if(0===this._scrollMetrics.contentLength)return;var o=this._convertParentScrollMetrics({visibleLength:a,offset:i});a=o.visibleLength,r=o.contentLength,i=o.offset,n=o.dOffset}var l=this._scrollMetrics.timestamp?Math.max(1,t-this._scrollMetrics.timestamp):1,c=n/l;l>500&&this._scrollMetrics.dt>500&&r>5*a&&!this._hasWarned.perf&&(function(){console.log(...arguments)}("VirtualizedList: You have a large list that is slow to update - make sure your renderItem function renders components that follow React performance best practices like PureComponent, shouldComponentUpdate, etc.",{dt:l,prevDt:this._scrollMetrics.dt,contentLength:r}),this._hasWarned.perf=!0);var h=e.nativeEvent.zoomScale<0?1:e.nativeEvent.zoomScale;this._scrollMetrics={contentLength:r,dt:l,dOffset:n,offset:i,timestamp:t,velocity:c,visibleLength:a,zoomScale:h},this._updateViewableItems(this.props,this.state.cellsAroundViewport),this.props&&(this._maybeCallOnEdgeReached(),0!==c&&this._fillRateHelper.activate(),this._computeBlankness(),this._scheduleCellsToRenderUpdate())},this._onScrollBeginDrag=e=>{this._nestedChildLists.forEach((t=>{t._onScrollBeginDrag(e)})),this._viewabilityTuples.forEach((e=>{e.viewabilityHelper.recordInteraction()})),this._hasInteracted=!0,this.props.onScrollBeginDrag&&this.props.onScrollBeginDrag(e)},this._onScrollEndDrag=e=>{this._nestedChildLists.forEach((t=>{t._onScrollEndDrag(e)}));var t=e.nativeEvent.velocity;t&&(this._scrollMetrics.velocity=this._selectOffset(t)),this._computeBlankness(),this.props.onScrollEndDrag&&this.props.onScrollEndDrag(e)},this._onMomentumScrollBegin=e=>{this._nestedChildLists.forEach((t=>{t._onMomentumScrollBegin(e)})),this.props.onMomentumScrollBegin&&this.props.onMomentumScrollBegin(e)},this._onMomentumScrollEnd=e=>{this._nestedChildLists.forEach((t=>{t._onMomentumScrollEnd(e)})),this._scrollMetrics.velocity=0,this._computeBlankness(),this.props.onMomentumScrollEnd&&this.props.onMomentumScrollEnd(e)},this._updateCellsToRender=()=>{this._updateViewableItems(this.props,this.state.cellsAroundViewport),this.setState(((e,t)=>{var a=this._adjustCellsAroundViewport(t,e.cellsAroundViewport),r=zz._createRenderMask(t,a,this._getNonViewportRenderRegions(t));return a.first===e.cellsAroundViewport.first&&a.last===e.cellsAroundViewport.last&&r.equals(e.renderMask)?null:{cellsAroundViewport:a,renderMask:r}}))},this._createViewToken=(e,t,a)=>{var r=a.data,i=(0,a.getItem)(r,e);return{index:e,item:i,key:this._keyExtractor(i,e,a),isViewable:t}},this._getOffsetApprox=(e,t)=>{if(Number.isInteger(e))return this.__getFrameMetricsApprox(e,t).offset;var a=this.__getFrameMetricsApprox(Math.floor(e),t),r=e-Math.floor(e);return a.offset+r*a.length},this.__getFrameMetricsApprox=(e,t)=>{var a=this._getFrameMetrics(e,t);if(a&&a.index===e)return a;var r=t.data,i=t.getItemCount,n=t.getItemLayout;return qr()(e>=0&&e<i(r),"Tried to get frame for out of range index "+e),qr()(!n,"Should not have to estimate frames when a measurement metrics function is provided"),{length:this._averageCellLength,offset:this._averageCellLength*e}},this._getFrameMetrics=(e,t)=>{var a=t.data,r=t.getItem,i=t.getItemCount,n=t.getItemLayout;qr()(e>=0&&e<i(a),"Tried to get frame for out of range index "+e);var o=r(a,e),l=this._frames[this._keyExtractor(o,e,t)];return l&&l.index===e||!n?l:n(a,e)},this._getNonViewportRenderRegions=e=>{if(!this._lastFocusedCellKey||!this._cellRefs[this._lastFocusedCellKey])return[];var t=this._cellRefs[this._lastFocusedCellKey].props.index,a=e.getItemCount(e.data);if(t>=a||this._keyExtractor(e.getItem(e.data,t),t,e)!==this._lastFocusedCellKey)return[];for(var r=t,i=0,n=r-1;n>=0&&i<this._scrollMetrics.visibleLength;n--)r--,i+=this.__getFrameMetricsApprox(n,e).length;for(var o=t,l=0,c=o+1;c<a&&l<this._scrollMetrics.visibleLength;c++)o++,l+=this.__getFrameMetricsApprox(c,e).length;return[{first:r,last:o}]},this._checkProps(e),this._fillRateHelper=new kz(this._getFrameMetrics),this._updateCellsToRenderBatcher=new lz(this._updateCellsToRender,null!==(t=this.props.updateCellsBatchingPeriod)&&void 0!==t?t:50),this.props.viewabilityConfigCallbackPairs)this._viewabilityTuples=this.props.viewabilityConfigCallbackPairs.map((e=>({viewabilityHelper:new vz(e.viewabilityConfig),onViewableItemsChanged:e.onViewableItemsChanged})));else{var r=this.props,i=r.onViewableItemsChanged,n=r.viewabilityConfig;i&&this._viewabilityTuples.push({viewabilityHelper:new vz(n),onViewableItemsChanged:i})}var o=zz._initialRenderRegion(e);this.state={cellsAroundViewport:o,renderMask:zz._createRenderMask(e,o)},this.invertedWheelEventHandler=e=>{var t=this.props.horizontal?e.target.scrollLeft:e.target.scrollTop,a=this.props.horizontal?e.target.scrollWidth:e.target.scrollHeight,r=this.props.horizontal?e.target.clientWidth:e.target.clientHeight,i=a>r,n=this.props.horizontal?e.deltaX||e.wheelDeltaX:e.deltaY||e.wheelDeltaY,o=n;i&&(o=n<0?Math.min(n+t,0):Math.max(n-(a-r-t),0));var l=n-o;if(this.props.inverted&&this._scrollRef&&this._scrollRef.getScrollableNode){var c=this._scrollRef.getScrollableNode();if(this.props.horizontal){e.target.scrollLeft+=l;var h=c.scrollLeft-o;c.scrollLeft=this.props.getItemLayout?h:Math.min(h,this._totalCellLength)}else{e.target.scrollTop+=l;var d=c.scrollTop-o;c.scrollTop=this.props.getItemLayout?d:Math.min(d,this._totalCellLength)}e.preventDefault()}}}_checkProps(e){var t=e.onScroll,a=e.windowSize,r=e.getItemCount,i=e.data,n=e.initialScrollIndex;qr()(!t||!t.__isNative,"Components based on VirtualizedList must be wrapped with Animated.createAnimatedComponent to support native onScroll events with useNativeDriver"),qr()(Tz(a)>0,"VirtualizedList: The windowSize prop must be present and set to a value greater than 0."),qr()(r,'VirtualizedList: The "getItemCount" prop must be provided');var o=r(i);null==n||this._hasTriggeredInitialScrollToIndex||!(n<0||o>0&&n>=o)||this._hasWarned.initialScrollIndex||(console.warn('initialScrollIndex "'+n+'" is not valid (list has '+o+" items)"),this._hasWarned.initialScrollIndex=!0)}static _createRenderMask(e,t,a){var r=e.getItemCount(e.data);qr()(t.first>=0&&t.last>=t.first-1&&t.last<r,'Invalid cells around viewport "['+t.first+", "+t.last+']" was passed to VirtualizedList._createRenderMask');var i=new hz(r);if(r>0){for(var n=0,o=[t,...null!=a?a:[]];n<o.length;n++){var l=o[n];i.addCells(l)}if(null==e.initialScrollIndex||e.initialScrollIndex<=0){var c=zz._initialRenderRegion(e);i.addCells(c)}var h=new Set(e.stickyHeaderIndices);zz._ensureClosestStickyHeader(e,h,i,t.first)}return i}static _initialRenderRegion(e){var t,a,r=e.getItemCount(e.data),i=Math.max(0,Math.min(r-1,Math.floor(null!==(t=e.initialScrollIndex)&&void 0!==t?t:0)));return{first:i,last:Math.min(r,i+(null!=(a=e.initialNumToRender)?a:10))-1}}static _ensureClosestStickyHeader(e,t,a,r){for(var i=e.ListHeaderComponent?1:0,n=r-1;n>=0;n--)if(t.has(n+i)){a.addCells({first:n,last:n});break}}_adjustCellsAroundViewport(e,t){var a,r=e.data,i=e.getItemCount,n=qz(e.onEndReachedThreshold),o=this._scrollMetrics,l=o.contentLength,c=o.offset,h=o.visibleLength,d=l-h-c;if(h<=0||l<=0)return t.last>=i(r)?zz._constrainToItemCount(t,e):t;if(e.disableVirtualization){var s=d<n*h?Rz(e.maxToRenderPerBatch):0;a={first:0,last:Math.min(t.last+s,i(r)-1)}}else{if(e.initialScrollIndex&&!this._scrollMetrics.offset&&Math.abs(d)>=Number.EPSILON)return t.last>=i(r)?zz._constrainToItemCount(t,e):t;a=function(e,t,a,r,i,n){var o=e.getItemCount(e.data);if(0===o)return{first:0,last:-1};var l=n.offset,c=n.velocity,h=n.visibleLength,d=n.zoomScale,s=void 0===d?1:d,y=Math.max(0,l),p=y+h,u=(a-1)*h,k=c>1?"after":c<-1?"before":"none",m=Math.max(0,y-.5*u),g=Math.max(0,p+.5*u);if(i(o-1,e).offset*s<m)return{first:Math.max(0,o-1-t),last:o-1};var v=function(e,t,a,r){void 0===r&&(r=1);for(var i=t.getItemCount(t.data),n=[],o=0;o<e.length;o++)for(var l=e[o],c=0,h=i-1;c<=h;){var d=c+(h-c>>>1),s=a(d,t),y=s.offset*r,p=(s.offset+s.length)*r;if(0===d&&l<y||0!==d&&l<=y)h=d-1;else{if(!(l>p)){n[o]=d;break}c=d+1}}return n}([m,y,p,g],e,i,s),f=v[0],M=v[1],x=v[2],w=v[3];f=null==f?0:f,w=null==w?o-1:w;for(var C={first:M=null==M?Math.max(0,f):M,last:x=null==x?Math.min(w,M+t-1):x},L=function(e,t){return t.last-t.first+1-Math.max(0,1+Math.min(t.last,e.last)-Math.max(t.first,e.first))}(r,C);!(M<=f&&x>=w);){var b=L>=t,S=M<=r.first||M>r.last,I=M>f&&(!b||!S),_=x>=r.last||x<r.first,A=x<w&&(!b||!_);if(b&&!I&&!A)break;!I||"after"===k&&A&&_||(S&&L++,M--),!A||"before"===k&&I&&S||(_&&L++,x++)}if(!(x>=M&&M>=0&&x<o&&M>=f&&x<=w&&M<=C.first&&x>=C.last))throw new Error("Bad window calculation "+JSON.stringify({first:M,last:x,itemCount:o,overscanFirst:f,overscanLast:w,visible:C}));return{first:M,last:x}}(e,Rz(e.maxToRenderPerBatch),Tz(e.windowSize),t,this.__getFrameMetricsApprox,this._scrollMetrics),qr()(a.last<i(r),"computeWindowedRenderLimits() should return range in-bounds")}if(this._nestedChildLists.size()>0){var y=this._findFirstChildWithMore(a.first,a.last);a.last=null!=y?y:a.last}return a}_findFirstChildWithMore(e,t){for(var a=e;a<=t;a++){var r=this._indicesToKeys.get(a);if(null!=r&&this._nestedChildLists.anyInCell(r,(e=>e.hasMore())))return a}return null}componentDidMount(){this._isNestedWithSameOrientation()&&this.context.registerAsNestedChild({ref:this,cellKey:this.context.cellKey}),this.setupWebWheelHandler()}componentWillUnmount(){this._isNestedWithSameOrientation()&&this.context.unregisterAsNestedChild({ref:this}),this._updateCellsToRenderBatcher.dispose({abort:!0}),this._viewabilityTuples.forEach((e=>{e.viewabilityHelper.dispose()})),this._fillRateHelper.deactivateAndFlush(),this.teardownWebWheelHandler()}setupWebWheelHandler(){this._scrollRef&&this._scrollRef.getScrollableNode?this._scrollRef.getScrollableNode().addEventListener("wheel",this.invertedWheelEventHandler):setTimeout((()=>this.setupWebWheelHandler()),50)}teardownWebWheelHandler(){this._scrollRef&&this._scrollRef.getScrollableNode&&this._scrollRef.getScrollableNode().removeEventListener("wheel",this.invertedWheelEventHandler)}static getDerivedStateFromProps(e,t){if(e.getItemCount(e.data)===t.renderMask.numCells())return t;var a=zz._constrainToItemCount(t.cellsAroundViewport,e);return{cellsAroundViewport:a,renderMask:zz._createRenderMask(e,a)}}_pushCells(e,t,r,i,n,o){var l,c=this,h=this.props,d=h.CellRendererComponent,s=h.ItemSeparatorComponent,y=h.ListHeaderComponent,p=h.ListItemComponent,u=h.data,k=h.debug,m=h.getItem,g=h.getItemCount,v=h.getItemLayout,f=h.horizontal,M=h.renderItem,x=y?1:0,w=g(u)-1;n=Math.min(w,n);for(var C=function(){var i=m(u,L),n=c._keyExtractor(i,L,c.props);c._indicesToKeys.set(L,n),r.has(L+x)&&t.push(e.length);var h=null==v||k||c._fillRateHelper.enabled();e.push(a.createElement(wz,Jr({CellRendererComponent:d,ItemSeparatorComponent:L<w?s:void 0,ListItemComponent:p,cellKey:n,horizontal:f,index:L,inversionStyle:o,item:i,key:n,prevCellKey:l,onUpdateSeparators:c._onUpdateSeparators,onCellFocusCapture:e=>c._onCellFocusCapture(n),onUnmount:c._onCellUnmount,ref:e=>{c._cellRefs[n]=e},renderItem:M},h&&{onCellLayout:c._onCellLayout}))),l=n},L=i;L<=n;L++)C()}static _constrainToItemCount(e,t){var a=t.getItemCount(t.data),r=Math.min(a-1,e.last),i=Rz(t.maxToRenderPerBatch);return{first:cz(0,a-1-i,e.first),last:r}}_isNestedWithSameOrientation(){var e=this.context;return!(!e||!!e.horizontal!==Az(this.props.horizontal))}_keyExtractor(e,t,a){if(null!=a.keyExtractor)return a.keyExtractor(e,t);var r=Lz(e,t);return r===String(t)&&(Iz=!0,e.type&&e.type.displayName&&(_z=e.type.displayName)),r}render(){this._checkProps(this.props);var e=this.props,t=e.ListEmptyComponent,r=e.ListFooterComponent,i=e.ListHeaderComponent,n=this.props,o=n.data,l=n.horizontal,c=this.props.inverted?Az(this.props.horizontal)?Hz.horizontallyInverted:Hz.verticallyInverted:null,d=[],s=new Set(this.props.stickyHeaderIndices),y=[];if(i){s.has(0)&&y.push(0);var p=a.isValidElement(i)?i:a.createElement(i,null);d.push(a.createElement(xz,{cellKey:this._getCellKey()+"-header",key:"$header"},a.createElement(Wa,{onLayout:this._onLayoutHeader,style:[c,this.props.ListHeaderComponentStyle]},p)))}var u=this.props.getItemCount(o);if(0===u&&t){var k=a.isValidElement(t)?t:a.createElement(t,null);d.push(a.createElement(xz,{cellKey:this._getCellKey()+"-empty",key:"$empty"},a.cloneElement(k,{onLayout:e=>{this._onLayoutEmpty(e),k.props.onLayout&&k.props.onLayout(e)},style:[c,k.props.style]})))}if(u>0){Iz=!1,_z="";for(var m,g=this._getSpacerKey(!l),v=this.state.renderMask.enumerateRegions(),f=function(e){for(var t=e.length-1;t>=0;t--)if(e[t].isSpacer)return e[t];return null}(v),M=IT(v);!(m=M()).done;){var x=m.value;if(x.isSpacer){if(this.props.disableVirtualization)continue;var w=x!==f||this.props.getItemLayout?x.last:cz(x.first-1,x.last,this._highestMeasuredFrameIndex),C=this.__getFrameMetricsApprox(x.first,this.props),L=this.__getFrameMetricsApprox(w,this.props),b=L.offset+L.length-C.offset;d.push(a.createElement(Wa,{key:"$spacer-"+x.first,style:{[g]:b}}))}else this._pushCells(d,y,s,x.first,x.last,c)}!this._hasWarned.keys&&Iz&&(console.warn("VirtualizedList: missing keys for items, make sure to specify a key or id property on each item or provide a custom keyExtractor.",_z),this._hasWarned.keys=!0)}if(r){var S=a.isValidElement(r)?r:a.createElement(r,null);d.push(a.createElement(xz,{cellKey:this._getFooterCellKey(),key:"$footer"},a.createElement(Wa,{onLayout:this._onLayoutFooter,style:[c,this.props.ListFooterComponentStyle]},S)))}var I,_=h(h({},this.props),{},{onContentSizeChange:this._onContentSizeChange,onLayout:this._onLayout,onScroll:this._onScroll,onScrollBeginDrag:this._onScrollBeginDrag,onScrollEndDrag:this._onScrollEndDrag,onMomentumScrollBegin:this._onMomentumScrollBegin,onMomentumScrollEnd:this._onMomentumScrollEnd,scrollEventThrottle:(I=this.props.scrollEventThrottle,null!=I?I:50),invertStickyHeaders:void 0!==this.props.invertStickyHeaders?this.props.invertStickyHeaders:this.props.inverted,stickyHeaderIndices:y,style:c?[c,this.props.style]:this.props.style});this._hasMore=this.state.cellsAroundViewport.last<u-1;var A=a.createElement(Mz,{value:{cellKey:null,getScrollMetrics:this._getScrollMetrics,horizontal:Az(this.props.horizontal),getOutermostParentListRef:this._getOutermostParentListRef,registerAsNestedChild:this._registerAsNestedChild,unregisterAsNestedChild:this._unregisterAsNestedChild}},a.cloneElement((this.props.renderScrollComponent||this._defaultRenderScrollComponent)(_),{ref:this._captureScrollRef},d));return this.props.debug?a.createElement(Wa,{style:Hz.debug},A,this._renderDebugOverlay()):A}componentDidUpdate(e){var t=this.props,a=t.data,r=t.extraData;a===e.data&&r===e.extraData||this._viewabilityTuples.forEach((e=>{e.viewabilityHelper.resetViewableIndices()}));var i=this._hiPriInProgress;this._scheduleCellsToRenderUpdate(),i&&(this._hiPriInProgress=!1)}_computeBlankness(){this._fillRateHelper.computeBlankness(this.props,this.state.cellsAroundViewport,this._scrollMetrics)}_onCellFocusCapture(e){this._lastFocusedCellKey=e,this._updateCellsToRender()}_triggerRemeasureForChildListsInCell(e){this._nestedChildLists.forEachInCell(e,(e=>{e.measureLayoutRelativeToContainingList()}))}measureLayoutRelativeToContainingList(){try{if(!this._scrollRef)return;this._scrollRef.measureLayout(this.context.getOutermostParentListRef().getScrollRef(),((e,t,a,r)=>{this._offsetFromParentVirtualizedList=this._selectOffset({x:e,y:t}),this._scrollMetrics.contentLength=this._selectLength({width:a,height:r});var i=this._convertParentScrollMetrics(this.context.getScrollMetrics());(this._scrollMetrics.visibleLength!==i.visibleLength||this._scrollMetrics.offset!==i.offset)&&(this._scrollMetrics.visibleLength=i.visibleLength,this._scrollMetrics.offset=i.offset,this._nestedChildLists.forEach((e=>{e.measureLayoutRelativeToContainingList()})))}),(e=>{console.warn("VirtualizedList: Encountered an error while measuring a list's offset from its containing VirtualizedList.")}))}catch(e){console.warn("measureLayoutRelativeToContainingList threw an error",e.stack)}}_getFooterCellKey(){return this._getCellKey()+"-footer"}_renderDebugOverlay(){for(var e=this._scrollMetrics.visibleLength/(this._scrollMetrics.contentLength||1),t=[],r=this.props.getItemCount(this.props.data),i=0;i<r;i++){var n=this.__getFrameMetricsApprox(i,this.props);n.inLayout&&t.push(n)}var o=this.__getFrameMetricsApprox(this.state.cellsAroundViewport.first,this.props).offset,l=this.__getFrameMetricsApprox(this.state.cellsAroundViewport.last,this.props),c=l.offset+l.length-o,h=this._scrollMetrics.offset,d=this._scrollMetrics.visibleLength;return a.createElement(Wa,{style:[Hz.debugOverlayBase,Hz.debugOverlay]},t.map(((t,r)=>a.createElement(Wa,{key:"f"+r,style:[Hz.debugOverlayBase,Hz.debugOverlayFrame,{top:t.offset*e,height:t.length*e}]}))),a.createElement(Wa,{style:[Hz.debugOverlayBase,Hz.debugOverlayFrameLast,{top:o*e,height:c*e}]}),a.createElement(Wa,{style:[Hz.debugOverlayBase,Hz.debugOverlayFrameVis,{top:h*e,height:d*e}]}))}_selectLength(e){return Az(this.props.horizontal)?e.width:e.height}_selectOffset(e){return Az(this.props.horizontal)?e.x:e.y}_maybeCallOnEdgeReached(){var e=this.props,t=e.data,a=e.getItemCount,r=e.onStartReached,i=e.onStartReachedThreshold,n=e.onEndReached,o=e.onEndReachedThreshold,l=e.initialScrollIndex,c=this._scrollMetrics,h=c.contentLength,d=c.visibleLength,s=c.offset,y=s,p=h-d-s;y<.001&&(y=0),p<.001&&(p=0);var u=y<=(null!=i?i*d:2),k=p<=(null!=o?o*d:2);n&&this.state.cellsAroundViewport.last===a(t)-1&&k&&this._scrollMetrics.contentLength!==this._sentEndForContentLength?(this._sentEndForContentLength=this._scrollMetrics.contentLength,n({distanceFromEnd:p})):null!=r&&0===this.state.cellsAroundViewport.first&&u&&this._scrollMetrics.contentLength!==this._sentStartForContentLength?l&&0===this._scrollMetrics.timestamp||(this._sentStartForContentLength=this._scrollMetrics.contentLength,r({distanceFromStart:y})):(this._sentStartForContentLength=u?this._sentStartForContentLength:0,this._sentEndForContentLength=k?this._sentEndForContentLength:0)}_scheduleCellsToRenderUpdate(){var e=this.state.cellsAroundViewport,t=e.first,a=e.last,r=this._scrollMetrics,i=r.offset,n=r.visibleLength,o=r.velocity,l=this.props.getItemCount(this.props.data),c=!1,h=function(e){return null!=e?e:2}(this.props.onStartReachedThreshold),d=qz(this.props.onEndReachedThreshold);if(t>0){var s=i-this.__getFrameMetricsApprox(t,this.props).offset;c=s<0||o<-2&&s<Pz(h,n)}if(!c&&a>=0&&a<l-1){var y=this.__getFrameMetricsApprox(a,this.props).offset-(i+n);c=y<0||o>2&&y<Pz(d,n)}if(c&&(this._averageCellLength||this.props.getItemLayout)&&!this._hiPriInProgress)return this._hiPriInProgress=!0,this._updateCellsToRenderBatcher.dispose({abort:!0}),void this._updateCellsToRender();this._updateCellsToRenderBatcher.schedule()}_updateViewableItems(e,t){this._viewabilityTuples.forEach((a=>{a.viewabilityHelper.onUpdate(e,this._scrollMetrics.offset,this._scrollMetrics.visibleLength,this._getFrameMetrics,this._createViewToken,a.onViewableItemsChanged,t)}))}}zz.contextType=fz;var Hz=Xe.create({verticallyInverted:{transform:"scaleY(-1)"},horizontallyInverted:{transform:"scaleX(-1)"},debug:{flex:1},debugOverlayBase:{position:"absolute",top:0,right:0},debugOverlay:{bottom:0,width:20,borderColor:"blue",borderWidth:1},debugOverlayFrame:{left:0,backgroundColor:"orange"},debugOverlayFrameLast:{left:0,borderColor:"green",borderWidth:2},debugOverlayFrameVis:{left:0,borderColor:"red",borderWidth:2}});const Vz=zz;var Bz=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function Dz(e,t){if(e.length!==t.length)return!1;for(var a=0;a<e.length;a++)if(!((r=e[a])===(i=t[a])||Bz(r)&&Bz(i)))return!1;var r,i;return!0}var Ez=["numColumns","columnWrapperStyle","removeClippedSubviews","strictMode"];function Fz(e){return null!=e?e:1}class jz extends a.PureComponent{scrollToEnd(e){this._listRef&&this._listRef.scrollToEnd(e)}scrollToIndex(e){this._listRef&&this._listRef.scrollToIndex(e)}scrollToItem(e){this._listRef&&this._listRef.scrollToItem(e)}scrollToOffset(e){this._listRef&&this._listRef.scrollToOffset(e)}recordInteraction(){this._listRef&&this._listRef.recordInteraction()}flashScrollIndicators(){this._listRef&&this._listRef.flashScrollIndicators()}getScrollResponder(){if(this._listRef)return this._listRef.getScrollResponder()}getNativeScrollRef(){if(this._listRef)return this._listRef.getScrollRef()}getScrollableNode(){if(this._listRef)return this._listRef.getScrollableNode()}constructor(e){super(e),this._virtualizedListPairs=[],this._captureRef=e=>{this._listRef=e},this._getItem=(e,t)=>{var a=Fz(this.props.numColumns);if(a>1){for(var r=[],i=0;i<a;i++){var n=t*a+i;if(n<e.length){var o=e[n];r.push(o)}}return r}return e[t]},this._getItemCount=e=>{if(null!=e&&function(e){return"number"==typeof Object(e).length}(e)){var t=Fz(this.props.numColumns);return t>1?Math.ceil(e.length/t):e.length}return 0},this._keyExtractor=(e,t)=>{var a,r=Fz(this.props.numColumns),i=null!==(a=this.props.keyExtractor)&&void 0!==a?a:Lz;return r>1?(qr()(Array.isArray(e),"FlatList: Encountered internal consistency error, expected each item to consist of an array with 1-%s columns; instead, received a single item.",r),e.map(((e,a)=>i(e,t*r+a))).join(":")):i(e,t)},this._renderer=(e,t,r,i,n)=>{var o=Fz(i),l=r=>e?a.createElement(e,r):t?t(r):null,c=e=>{if(o>1){var t=e.item,i=e.index;return qr()(Array.isArray(t),"Expected array of items with numColumns > 1"),a.createElement(Wa,{style:[Oz.row,r]},t.map(((t,r)=>{var n=l({item:t,index:i*o+r,separators:e.separators});return null!=n?a.createElement(a.Fragment,{key:r},n):null})))}return l(e)};return e?{ListItemComponent:c}:{renderItem:c}},this._memoizedRenderer=function(e,t){void 0===t&&(t=Dz);var a=null;function r(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];if(a&&a.lastThis===this&&t(r,a.lastArgs))return a.lastResult;var n=e.apply(this,r);return a={lastResult:n,lastArgs:r,lastThis:this},n}return r.clear=function(){a=null},r}(this._renderer),this._checkProps(this.props),this.props.viewabilityConfigCallbackPairs?this._virtualizedListPairs=this.props.viewabilityConfigCallbackPairs.map((e=>({viewabilityConfig:e.viewabilityConfig,onViewableItemsChanged:this._createOnViewableItemsChanged(e.onViewableItemsChanged)}))):this.props.onViewableItemsChanged&&this._virtualizedListPairs.push({viewabilityConfig:this.props.viewabilityConfig,onViewableItemsChanged:this._createOnViewableItemsChanged(this.props.onViewableItemsChanged)})}componentDidUpdate(e){qr()(e.numColumns===this.props.numColumns,"Changing numColumns on the fly is not supported. Change the key prop on FlatList when changing the number of columns to force a fresh render of the component."),qr()(e.onViewableItemsChanged===this.props.onViewableItemsChanged,"Changing onViewableItemsChanged on the fly is not supported"),qr()(!bT(e.viewabilityConfig,this.props.viewabilityConfig),"Changing viewabilityConfig on the fly is not supported"),qr()(e.viewabilityConfigCallbackPairs===this.props.viewabilityConfigCallbackPairs,"Changing viewabilityConfigCallbackPairs on the fly is not supported"),this._checkProps(this.props)}_checkProps(e){var t=e.getItem,a=e.getItemCount,r=e.horizontal,i=e.columnWrapperStyle,n=e.onViewableItemsChanged,o=e.viewabilityConfigCallbackPairs,l=Fz(this.props.numColumns);qr()(!t&&!a,"FlatList does not support custom data formats."),l>1?qr()(!r,"numColumns does not support horizontal."):qr()(!i,"columnWrapperStyle not supported for single column lists"),qr()(!(n&&o),"FlatList does not support setting both onViewableItemsChanged and viewabilityConfigCallbackPairs.")}_pushMultiColumnViewable(e,t){var a,r=Fz(this.props.numColumns),i=null!==(a=this.props.keyExtractor)&&void 0!==a?a:Lz;t.item.forEach(((a,n)=>{qr()(null!=t.index,"Missing index!");var o=t.index*r+n;e.push(h(h({},t),{},{item:a,key:i(a,o),index:o}))}))}_createOnViewableItemsChanged(e){return t=>{var a=Fz(this.props.numColumns);if(e)if(a>1){var r=[],i=[];t.viewableItems.forEach((e=>this._pushMultiColumnViewable(i,e))),t.changed.forEach((e=>this._pushMultiColumnViewable(r,e))),e({viewableItems:i,changed:r})}else e(t)}}render(){var e,t=this.props,r=t.numColumns,i=t.columnWrapperStyle,n=t.removeClippedSubviews,o=t.strictMode,l=void 0!==o&&o,c=d(t,Ez),h=l?this._memoizedRenderer:this._renderer;return a.createElement(Vz,Jr({},c,{getItem:this._getItem,getItemCount:this._getItemCount,keyExtractor:this._keyExtractor,ref:this._captureRef,viewabilityConfigCallbackPairs:this._virtualizedListPairs,removeClippedSubviews:(e=n,null!=e?e:"android"===LT.OS)},h(this.props.ListItemComponent,this.props.renderItem,i,r,this.props.extraData)))}}var Oz=Xe.create({row:{flexDirection:"row"}});const Uz=jz,Nz=new WT;class Wz{constructor(e){"ios"===LT.OS&&(qr()(null!=e,"`new NativeEventEmitter()` requires a non-null argument."),this._nativeModule=e)}addListener(e,t,a){var r;null==(r=this._nativeModule)||r.addListener(e);var i=Nz.addListener(e,t,a);return{remove:()=>{var e;null!=i&&(null==(e=this._nativeModule)||e.removeListeners(1),i.remove(),i=null)}}}removeListener(e,t){var a;null==(a=this._nativeModule)||a.removeListeners(1),Nz.removeListener(e,t)}emit(e){for(var t=arguments.length,a=new Array(t>1?t-1:0),r=1;r<t;r++)a[r-1]=arguments[r];Nz.emit(e,...a)}removeAllListeners(e){var t;qr()(null!=e,"`NativeEventEmitter.removeAllListener()` requires a non-null argument."),null==(t=this._nativeModule)||t.removeListeners(this.listenerCount(e)),Nz.removeAllListeners(e)}listenerCount(e){return Nz.listenerCount(e)}}const Zz=LT,Gz=()=>!1,Xz=()=>!1;var Kz,Yz=("ios"===Zz.OS&&r.g.RN$Bridgeless,null),Jz=1,$z=1,Qz=new Set,eH=!1,tH=[];"android"===Zz.OS&&null!=Yz&&Yz.queueAndExecuteBatchedOperations&&Xz();var aH=null,rH=Yz,iH={getValue:function(e,t){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.getValue,e,t)},setWaitingForIdentifier:function(e){Qz.add(e),eH=!0,Gz()&&aH&&clearTimeout(aH)},unsetWaitingForIdentifier:function(e){Qz.delete(e),0===Qz.size&&(eH=!1,iH.disableQueue())},disableQueue:function(){qr()(rH,"Native animated module is not available"),Gz()?(clearImmediate(aH),aH=setImmediate(iH.flushQueue)):iH.flushQueue()},flushQueue:function(){},queueOperation:function(e){for(var t=arguments.length,a=new Array(t>1?t-1:0),r=1;r<t;r++)a[r-1]=arguments[r];eH||0!==tH.length?tH.push((()=>e(...a))):e(...a)},createAnimatedNode:function(e,t){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.createAnimatedNode,e,t)},updateAnimatedNodeConfig:function(e,t){qr()(rH,"Native animated module is not available")},startListeningToAnimatedNodeValue:function(e){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.startListeningToAnimatedNodeValue,e)},stopListeningToAnimatedNodeValue:function(e){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.stopListeningToAnimatedNodeValue,e)},connectAnimatedNodes:function(e,t){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.connectAnimatedNodes,e,t)},disconnectAnimatedNodes:function(e,t){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.disconnectAnimatedNodes,e,t)},startAnimatingNode:function(e,t,a,r){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.startAnimatingNode,e,t,a,r)},stopAnimation:function(e){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.stopAnimation,e)},setAnimatedNodeValue:function(e,t){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.setAnimatedNodeValue,e,t)},setAnimatedNodeOffset:function(e,t){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.setAnimatedNodeOffset,e,t)},flattenAnimatedNodeOffset:function(e){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.flattenAnimatedNodeOffset,e)},extractAnimatedNodeOffset:function(e){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.extractAnimatedNodeOffset,e)},connectAnimatedNodeToView:function(e,t){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.connectAnimatedNodeToView,e,t)},disconnectAnimatedNodeFromView:function(e,t){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.disconnectAnimatedNodeFromView,e,t)},restoreDefaultValues:function(e){qr()(rH,"Native animated module is not available"),null!=rH.restoreDefaultValues&&iH.queueOperation(rH.restoreDefaultValues,e)},dropAnimatedNode:function(e){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.dropAnimatedNode,e)},addAnimatedEventToView:function(e,t,a){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.addAnimatedEventToView,e,t,a)},removeAnimatedEventFromView(e,t,a){qr()(rH,"Native animated module is not available"),iH.queueOperation(rH.removeAnimatedEventFromView,e,t,a)}},nH={backgroundColor:!0,borderBottomColor:!0,borderColor:!0,borderEndColor:!0,borderLeftColor:!0,borderRightColor:!0,borderStartColor:!0,borderTopColor:!0,color:!0,tintColor:!0},oH=h(h({},nH),{},{borderBottomEndRadius:!0,borderBottomLeftRadius:!0,borderBottomRightRadius:!0,borderBottomStartRadius:!0,borderRadius:!0,borderTopEndRadius:!0,borderTopLeftRadius:!0,borderTopRightRadius:!0,borderTopStartRadius:!0,elevation:!0,opacity:!0,transform:!0,zIndex:!0,shadowOpacity:!0,shadowRadius:!0,scaleX:!0,scaleY:!0,translateX:!0,translateY:!0}),lH={translateX:!0,translateY:!0,scale:!0,scaleX:!0,scaleY:!0,rotate:!0,rotateX:!0,rotateY:!0,rotateZ:!0,perspective:!0},cH={inputRange:!0,outputRange:!0,extrapolate:!0,extrapolateRight:!0,extrapolateLeft:!0};function hH(e){return oH.hasOwnProperty(e)}function dH(e){return lH.hasOwnProperty(e)}function sH(e){return cH.hasOwnProperty(e)}function yH(){return $z++}var pH=!1;function uH(e){return null==e.useNativeDriver&&console.warn("Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false`"),!0!==e.useNativeDriver||Yz?e.useNativeDriver||!1:(pH||(console.warn("Animated: `useNativeDriver` is not supported because the native animated module is missing. Falling back to JS-based animation. To resolve this, add `RCTAnimation` module to this app, or remove `useNativeDriver`. Make sure to run `bundle exec pod install` first. Read more about autolinking: https://github.com/react-native-community/cli/blob/master/docs/autolinking.md"),pH=!0),!1)}const kH={API:iH,isSupportedColorStyleProp:function(e){return nH.hasOwnProperty(e)},isSupportedStyleProp:hH,isSupportedTransformProp:dH,isSupportedInterpolationParam:sH,addWhitelistedStyleProp:function(e){oH[e]=!0},addWhitelistedTransformProp:function(e){lH[e]=!0},addWhitelistedInterpolationParam:function(e){cH[e]=!0},validateStyles:function(e){for(var t in e)if(!hH(t))throw new Error("Style property '"+t+"' is not supported by native animated module")},validateTransform:function(e){e.forEach((e=>{if(!dH(e.property))throw new Error("Property '"+e.property+"' is not supported by native animated module")}))},validateInterpolation:function(e){for(var t in e)if(!sH(t))throw new Error("Interpolation property '"+t+"' is not supported by native animated module")},generateNewNodeTag:function(){return Jz++},generateNewAnimationId:yH,assertNativeAnimatedModule:function(){qr()(Yz,"Native animated module is not available")},shouldUseNativeDriver:uH,transformDataType:function(e){return"string"!=typeof e?e:/deg$/.test(e)?(parseFloat(e)||0)*Math.PI/180:e},get nativeEventEmitter(){return Kz||(Kz=new Wz("ios"!==Zz.OS?null:Yz)),Kz}};var mH=kH.API,gH=1;const vH=class{__attach(){}__detach(){this.__isNative&&null!=this.__nativeTag&&(kH.API.dropAnimatedNode(this.__nativeTag),this.__nativeTag=void 0)}__getValue(){}__getAnimatedValue(){return this.__getValue()}__addChild(e){}__removeChild(e){}__getChildren(){return[]}constructor(){this._listeners={}}__makeNative(e){if(!this.__isNative)throw new Error('This node cannot be made a "native" animated node');this._platformConfig=e,this.hasListeners()&&this._startListeningToNativeValueUpdates()}addListener(e){var t=String(gH++);return this._listeners[t]=e,this.__isNative&&this._startListeningToNativeValueUpdates(),t}removeListener(e){delete this._listeners[e],this.__isNative&&!this.hasListeners()&&this._stopListeningForNativeValueUpdates()}removeAllListeners(){this._listeners={},this.__isNative&&this._stopListeningForNativeValueUpdates()}hasListeners(){return!!Object.keys(this._listeners).length}_startListeningToNativeValueUpdates(){this.__nativeAnimatedValueListener&&!this.__shouldUpdateListenersForNewNativeTag||(this.__shouldUpdateListenersForNewNativeTag&&(this.__shouldUpdateListenersForNewNativeTag=!1,this._stopListeningForNativeValueUpdates()),mH.startListeningToAnimatedNodeValue(this.__getNativeTag()),this.__nativeAnimatedValueListener=kH.nativeEventEmitter.addListener("onAnimatedValueUpdate",(e=>{e.tag===this.__getNativeTag()&&this.__onAnimatedValueUpdateReceived(e.value)})))}__onAnimatedValueUpdateReceived(e){this.__callListeners(e)}__callListeners(e){for(var t in this._listeners)this._listeners[t]({value:e})}_stopListeningForNativeValueUpdates(){this.__nativeAnimatedValueListener&&(this.__nativeAnimatedValueListener.remove(),this.__nativeAnimatedValueListener=null,mH.stopListeningToAnimatedNodeValue(this.__getNativeTag()))}__getNativeTag(){var e;kH.assertNativeAnimatedModule(),qr()(this.__isNative,'Attempt to get native tag from node not marked as "native"');var t=null!==(e=this.__nativeTag)&&void 0!==e?e:kH.generateNewNodeTag();if(null==this.__nativeTag){this.__nativeTag=t;var a=this.__getNativeConfig();this._platformConfig&&(a.platformConfig=this._platformConfig),kH.API.createAnimatedNode(t,a),this.__shouldUpdateListenersForNewNativeTag=!0}return t}__getNativeConfig(){throw new Error("This JS animated node type cannot be used as native animated node")}toJSON(){return this.__getValue()}__getPlatformConfig(){return this._platformConfig}__setPlatformConfig(e){this._platformConfig=e}},fH=class extends vH{constructor(){super(),this._children=[]}__makeNative(e){if(!this.__isNative){this.__isNative=!0;for(var t,a=IT(this._children);!(t=a()).done;){var r=t.value;r.__makeNative(e),kH.API.connectAnimatedNodes(this.__getNativeTag(),r.__getNativeTag())}}super.__makeNative(e)}__addChild(e){0===this._children.length&&this.__attach(),this._children.push(e),this.__isNative&&(e.__makeNative(this.__getPlatformConfig()),kH.API.connectAnimatedNodes(this.__getNativeTag(),e.__getNativeTag()))}__removeChild(e){var t=this._children.indexOf(e);-1!==t?(this.__isNative&&e.__isNative&&kH.API.disconnectAnimatedNodes(this.__getNativeTag(),e.__getNativeTag()),this._children.splice(t,1),0===this._children.length&&this.__detach()):console.warn("Trying to remove a child that doesn't exist")}__getChildren(){return this._children}__callListeners(e){if(super.__callListeners(e),!this.__isNative)for(var t,a=IT(this._children);!(t=a()).done;){var r=t.value;r.__getValue&&r.__callListeners(r.__getValue())}}};var MH=e=>e;function xH(e){if(e.outputRange&&"string"==typeof e.outputRange[0])return function(e){var t=e.outputRange;qr()(t.length>=2,"Bad output range"),function(e){for(var t=e[0].replace(CH,""),a=1;a<e.length;++a)qr()(t===e[a].replace(CH,""),"invalid pattern "+e[0]+" and "+e[a])}(t=t.map(wH));var a=t[0].match(CH).map((()=>[]));t.forEach((e=>{e.match(CH).forEach(((e,t)=>{a[t].push(+e)}))}));var r,i=t[0].match(CH).map(((t,r)=>xH(h(h({},e),{},{outputRange:a[r]})))),n="string"==typeof(r=t[0])&&r.startsWith("rgb");return e=>{var a=0;return t[0].replace(CH,(()=>{var t=+i[a++](e);return n&&(t=a<4?Math.round(t):Math.round(1e3*t)/1e3),String(t)}))}}(e);var t=e.outputRange,a=e.inputRange,r=e.easing||MH,i="extend";void 0!==e.extrapolateLeft?i=e.extrapolateLeft:void 0!==e.extrapolate&&(i=e.extrapolate);var n="extend";return void 0!==e.extrapolateRight?n=e.extrapolateRight:void 0!==e.extrapolate&&(n=e.extrapolate),e=>{qr()("number"==typeof e,"Cannot interpolation an input which is not a number");var o=function(e,t){var a;for(a=1;a<t.length-1&&!(t[a]>=e);++a);return a-1}(e,a);return function(e,t,a,r,i,n,o,l){var c=e;if(c<t){if("identity"===o)return c;"clamp"===o&&(c=t)}if(c>a){if("identity"===l)return c;"clamp"===l&&(c=a)}return r===i?r:t===a?e<=t?r:i:(t===-1/0?c=-c:a===1/0?c-=t:c=(c-t)/(a-t),c=n(c),r===-1/0?c=-c:i===1/0?c+=r:c=c*(i-r)+r,c)}(e,a[o],a[o+1],t[o],t[o+1],r,i,n)}}function wH(e){var t=k()(e);return null===t||"number"!=typeof t?e:"rgba("+((4278190080&(t=t||0))>>>24)+", "+((16711680&t)>>>16)+", "+((65280&t)>>>8)+", "+(255&t)/255+")"}var CH=/[+-]?(?:\d+\.?\d*|\.\d+)(?:[eE][+-]?\d+)?/g;class LH extends fH{constructor(e,t){super(),this._parent=e,this._config=t,this._interpolation=xH(t)}__makeNative(e){this._parent.__makeNative(e),super.__makeNative(e)}__getValue(){var e=this._parent.__getValue();return qr()("number"==typeof e,"Cannot interpolate an input which is not a number."),this._interpolation(e)}interpolate(e){return new LH(this,e)}__attach(){this._parent.__addChild(this)}__detach(){this._parent.__removeChild(this),super.__detach()}__transformDataType(e){return e.map(kH.transformDataType)}__getNativeConfig(){return{inputRange:this._config.inputRange,outputRange:this.__transformDataType(this._config.outputRange),extrapolateLeft:this._config.extrapolateLeft||this._config.extrapolate||"extend",extrapolateRight:this._config.extrapolateRight||this._config.extrapolate||"extend",type:"interpolation"}}}LH.__createInterpolation=xH;const bH=LH;var SH=kH.API;const IH=class extends fH{constructor(e,t){if(super(),"number"!=typeof e)throw new Error("AnimatedValue: Attempting to set value to undefined");this._startingValue=this._value=e,this._offset=0,this._animation=null,t&&t.useNativeDriver&&this.__makeNative()}__detach(){this.__isNative&&SH.getValue(this.__getNativeTag(),(e=>{this._value=e-this._offset})),this.stopAnimation(),super.__detach()}__getValue(){return this._value+this._offset}setValue(e){this._animation&&(this._animation.stop(),this._animation=null),this._updateValue(e,!this.__isNative),this.__isNative&&function(e,t){SH.setWaitingForIdentifier(e),t(),SH.unsetWaitingForIdentifier(e)}(this.__getNativeTag().toString(),(()=>SH.setAnimatedNodeValue(this.__getNativeTag(),e)))}setOffset(e){this._offset=e,this.__isNative&&SH.setAnimatedNodeOffset(this.__getNativeTag(),e)}flattenOffset(){this._value+=this._offset,this._offset=0,this.__isNative&&SH.flattenAnimatedNodeOffset(this.__getNativeTag())}extractOffset(){this._offset+=this._value,this._value=0,this.__isNative&&SH.extractAnimatedNodeOffset(this.__getNativeTag())}stopAnimation(e){this.stopTracking(),this._animation&&this._animation.stop(),this._animation=null,e&&(this.__isNative?SH.getValue(this.__getNativeTag(),e):e(this.__getValue()))}resetAnimation(e){this.stopAnimation(e),this._value=this._startingValue,this.__isNative&&SH.setAnimatedNodeValue(this.__getNativeTag(),this._startingValue)}__onAnimatedValueUpdateReceived(e){this._updateValue(e,!1)}interpolate(e){return new bH(this,e)}animate(e,t){var a=null;e.__isInteraction&&(a=oz.createInteractionHandle());var r=this._animation;this._animation&&this._animation.stop(),this._animation=e,e.start(this._value,(e=>{this._updateValue(e,!0)}),(e=>{this._animation=null,null!==a&&oz.clearInteractionHandle(a),t&&t(e)}),r,this)}stopTracking(){this._tracking&&this._tracking.__detach(),this._tracking=null}track(e){this.stopTracking(),this._tracking=e,this._tracking&&this._tracking.update()}_updateValue(e,t){if(void 0===e)throw new Error("AnimatedValue: Attempting to set value to undefined");var a;this._value=e,t&&(a=new Set,function e(t){"function"==typeof t.update?a.add(t):t.__getChildren().forEach(e)}(this),a.forEach((e=>e.update()))),super.__callListeners(this.__getValue())}__getNativeConfig(){return{type:"value",value:this._value,offset:this._offset}}};function _H(e,t,a){var r=[],i=(e,t)=>{if(e instanceof IH)e.__makeNative(),r.push({nativeEventPath:t,animatedValueTag:e.__getNativeTag()});else if("object"==typeof e)for(var a in e)i(e[a],t.concat(a))};return qr()(a[0]&&a[0].nativeEvent,"Native driven events only support animated values contained inside `nativeEvent`."),i(a[0].nativeEvent,[]),null!=e&&r.forEach((a=>{kH.API.addAnimatedEventToView(e,t,a)})),{detach(){null!=e&&r.forEach((a=>{kH.API.removeAnimatedEventFromView(e,t,a.animatedValueTag)}))}}}class AH{constructor(e,t){this._listeners=[],this._argMapping=e,null==t&&(console.warn("Animated.event now requires a second argument for options"),t={useNativeDriver:!1}),t.listener&&this.__addListener(t.listener),this._callListeners=this._callListeners.bind(this),this._attachedEvent=null,this.__isNative=uH(t)}__addListener(e){this._listeners.push(e)}__removeListener(e){this._listeners=this._listeners.filter((t=>t!==e))}__attach(e,t){qr()(this.__isNative,"Only native driven events need to be attached."),this._attachedEvent=_H(e,t,this._argMapping)}__detach(e,t){qr()(this.__isNative,"Only native driven events need to be detached."),this._attachedEvent&&this._attachedEvent.detach()}__getHandler(){var e=this;return this.__isNative?this._callListeners:function(){for(var t=arguments.length,a=new Array(t),r=0;r<t;r++)a[r]=arguments[r];var i=(e,t,a)=>{if(e instanceof IH)"number"==typeof t&&e.setValue(t);else if("object"==typeof e)for(var r in e)i(e[r],t[r],r)};e._argMapping.forEach(((e,t)=>{i(e,a[t],"arg"+t)})),e._callListeners(...a)}}_callListeners(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];this._listeners.forEach((e=>e(...t)))}}const RH=class extends fH{constructor(e){super(),this._transforms=e}__makeNative(){this._transforms.forEach((e=>{for(var t in e){var a=e[t];a instanceof vH&&a.__makeNative()}})),super.__makeNative()}__getValue(){return this._transforms.map((e=>{var t={};for(var a in e){var r=e[a];t[a]=r instanceof vH?r.__getValue():r}return t}))}__getAnimatedValue(){return this._transforms.map((e=>{var t={};for(var a in e){var r=e[a];t[a]=r instanceof vH?r.__getAnimatedValue():r}return t}))}__attach(){this._transforms.forEach((e=>{for(var t in e){var a=e[t];a instanceof vH&&a.__addChild(this)}}))}__detach(){this._transforms.forEach((e=>{for(var t in e){var a=e[t];a instanceof vH&&a.__removeChild(this)}})),super.__detach()}__getNativeConfig(){var e=[];return this._transforms.forEach((t=>{for(var a in t){var r=t[a];r instanceof vH?e.push({type:"animated",property:a,nodeTag:r.__getNativeTag()}):e.push({type:"static",property:a,value:kH.transformDataType(r)})}})),kH.validateTransform(e),{type:"transform",transforms:e}}};var qH=Xe.flatten;function PH(e){var t=qH(e),a={};for(var r in t){var i=t[r];"transform"===r&&Array.isArray(i)?a[r]=new RH(i):i instanceof vH?a[r]=i:i&&!Array.isArray(i)&&"object"==typeof i&&(a[r]=PH(i))}return a}const TH=class extends fH{constructor(e){super(),this._inputStyle=e,this._style=PH(e)}_walkStyleAndGetValues(e){var t={};for(var a in e){var r=e[a];r instanceof vH?r.__isNative||(t[a]=r.__getValue()):r&&!Array.isArray(r)&&"object"==typeof r?t[a]=this._walkStyleAndGetValues(r):t[a]=r}return t}__getValue(){return[this._inputStyle,this._walkStyleAndGetValues(this._style)]}_walkStyleAndGetAnimatedValues(e){var t={};for(var a in e){var r=e[a];r instanceof vH?t[a]=r.__getAnimatedValue():r&&!Array.isArray(r)&&"object"==typeof r&&(t[a]=this._walkStyleAndGetAnimatedValues(r))}return t}__getAnimatedValue(){return this._walkStyleAndGetAnimatedValues(this._style)}__attach(){for(var e in this._style){var t=this._style[e];t instanceof vH&&t.__addChild(this)}}__detach(){for(var e in this._style){var t=this._style[e];t instanceof vH&&t.__removeChild(this)}super.__detach()}__makeNative(){for(var e in this._style){var t=this._style[e];t instanceof vH&&t.__makeNative()}super.__makeNative()}__getNativeConfig(){var e={};for(var t in this._style)if(this._style[t]instanceof vH){var a=this._style[t];a.__makeNative(),e[t]=a.__getNativeTag()}return kH.validateStyles(e),{type:"style",style:e}}},zH=class extends vH{constructor(e,t){super(),e.style&&(e=h(h({},e),{},{style:new TH(e.style)})),this._props=e,this._callback=t,this.__attach()}__getValue(){var e={};for(var t in this._props){var a=this._props[t];a instanceof vH?(!a.__isNative||a instanceof TH)&&(e[t]=a.__getValue()):e[t]=a instanceof AH?a.__getHandler():a}return e}__getAnimatedValue(){var e={};for(var t in this._props){var a=this._props[t];a instanceof vH&&(e[t]=a.__getAnimatedValue())}return e}__attach(){for(var e in this._props){var t=this._props[e];t instanceof vH&&t.__addChild(this)}}__detach(){for(var e in this.__isNative&&this._animatedView&&this.__disconnectAnimatedView(),this._props){var t=this._props[e];t instanceof vH&&t.__removeChild(this)}super.__detach()}update(){this._callback()}__makeNative(){if(!this.__isNative){for(var e in this.__isNative=!0,this._props){var t=this._props[e];t instanceof vH&&t.__makeNative()}this._animatedView&&this.__connectAnimatedView()}}setNativeView(e){this._animatedView!==e&&(this._animatedView=e,this.__isNative&&this.__connectAnimatedView())}__connectAnimatedView(){qr()(this.__isNative,'Expected node to be marked as "native"');var e=this._animatedView;qr()(null!=e,"Unable to locate attached view in the native tree"),kH.API.connectAnimatedNodeToView(this.__getNativeTag(),e)}__disconnectAnimatedView(){qr()(this.__isNative,'Expected node to be marked as "native"');var e=this._animatedView;qr()(null!=e,"Unable to locate attached view in the native tree"),kH.API.disconnectAnimatedNodeFromView(this.__getNativeTag(),e)}__restoreDefaultValues(){this.__isNative&&kH.API.restoreDefaultValues(this.__getNativeTag())}__getNativeConfig(){var e={};for(var t in this._props){var a=this._props[t];a instanceof vH&&(a.__makeNative(),e[t]=a.__getNativeTag())}return{type:"props",props:e}}};function HH(e){return h(h({},e.__getValue()),{},{collapsable:!1})}var VH=["style"];function BH(e){return a.forwardRef(((t,r)=>{var i=function(e){var t=(0,a.useReducer)((e=>e+1),0)[1],r=(0,a.useRef)(null),i=(0,a.useMemo)((()=>new zH(e,(()=>null==r.current?void 0:r.current()))),[e]);!function(e){var t=(0,a.useRef)(null),r=(0,a.useRef)(!1);(0,a.useEffect)((()=>{kH.API.flushQueue()})),It((()=>(r.current=!1,()=>{r.current=!0})),[]),It((()=>{if(e.__attach(),null!=t.current){var a=t.current;a.__restoreDefaultValues(),a.__detach(),t.current=null}return()=>{r.current?e.__detach():t.current=e}}),[e])}(i);var n,o,l=(0,a.useCallback)((a=>{i.setNativeView(a),r.current=()=>{t()};var n=function(e){return"object"==typeof e&&"function"==typeof(null==e?void 0:e.getScrollableNode)?e.getScrollableNode():e}(a),o=[];for(var l in e){var c=e[l];c instanceof AH&&c.__isNative&&(c.__attach(n,l),o.push([l,c]))}return()=>{r.current=null;for(var e=0,t=o;e<t.length;e++){var a=t[e],i=a[0];a[1].__detach(n,i)}}}),[e,i]),c=(n=l,o=(0,a.useRef)(void 0),(0,a.useCallback)((e=>{o.current&&(o.current(),o.current=void 0),null!=e&&(o.current=n(e))}),[n]));return[HH(i),c]}(t),n=i[0],o=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return(0,a.useCallback)((e=>{for(var a=0,r=t;a<r.length;a++){var i=r[a];null!=i&&("function"==typeof i?i(e):i.current=e)}}),[...t])}(i[1],r),l=n.passthroughAnimatedPropExplicitValues,c=n.style,h=null!=l?l:{},s=h.style,y=d(h,VH),p=[c,s];return a.createElement(e,Jr({},n,y,{style:p,ref:o}))}))}const DH=BH(a.forwardRef(((e,t)=>a.createElement(Uz,Jr({scrollEventThrottle:1e-4},e,{ref:t}))))),EH=BH(yT),FH=BH(a.forwardRef(((e,t)=>a.createElement(NT,Jr({scrollEventThrottle:1e-4},e,{ref:t})))));var jH=["ItemSeparatorComponent","SectionSeparatorComponent","renderItem","renderSectionFooter","renderSectionHeader","sections","stickySectionHeadersEnabled"];class OH extends a.PureComponent{constructor(){super(...arguments),this._keyExtractor=(e,t)=>{var a=this._subExtractor(t);return a&&a.key||String(t)},this._convertViewable=e=>{var t;qr()(null!=e.index,"Received a broken ViewToken");var a=this._subExtractor(e.index);if(!a)return null;var r=a.section.keyExtractor,i=this.props.keyExtractor||Lz,n=null!=r?r(e.item,a.index):i(e.item,null!==(t=a.index)&&void 0!==t?t:0);return h(h({},e),{},{index:a.index,key:n,section:a.section})},this._onViewableItemsChanged=e=>{var t=e.viewableItems,a=e.changed,r=this.props.onViewableItemsChanged;null!=r&&r({viewableItems:t.map(this._convertViewable,this).filter(Boolean),changed:a.map(this._convertViewable,this).filter(Boolean)})},this._renderItem=e=>t=>{var r=t.item,i=t.index,n=this._subExtractor(i);if(!n)return null;var o=n.index;if(null==o){var l=n.section;if(!0===n.header){var c=this.props.renderSectionHeader;return c?c({section:l}):null}var h=this.props.renderSectionFooter;return h?h({section:l}):null}var d=n.section.renderItem||this.props.renderItem,s=this._getSeparatorComponent(i,n,e);return qr()(d,"no renderItem!"),a.createElement(UH,{SeparatorComponent:s,LeadingSeparatorComponent:0===o?this.props.SectionSeparatorComponent:void 0,cellKey:n.key,index:o,item:r,leadingItem:n.leadingItem,leadingSection:n.leadingSection,prevCellKey:(this._subExtractor(i-1)||{}).key,setSelfHighlightCallback:this._setUpdateHighlightFor,setSelfUpdatePropsCallback:this._setUpdatePropsFor,updateHighlightFor:this._updateHighlightFor,updatePropsFor:this._updatePropsFor,renderItem:d,section:n.section,trailingItem:n.trailingItem,trailingSection:n.trailingSection,inverted:!!this.props.inverted})},this._updatePropsFor=(e,t)=>{var a=this._updatePropsMap[e];null!=a&&a(t)},this._updateHighlightFor=(e,t)=>{var a=this._updateHighlightMap[e];null!=a&&a(t)},this._setUpdateHighlightFor=(e,t)=>{null!=t?this._updateHighlightMap[e]=t:delete this._updateHighlightFor[e]},this._setUpdatePropsFor=(e,t)=>{null!=t?this._updatePropsMap[e]=t:delete this._updatePropsMap[e]},this._updateHighlightMap={},this._updatePropsMap={},this._captureRef=e=>{this._listRef=e}}scrollToLocation(e){for(var t=e.itemIndex,a=0;a<e.sectionIndex;a++)t+=this.props.getItemCount(this.props.sections[a].data)+2;var r=e.viewOffset||0;if(null!=this._listRef){e.itemIndex>0&&this.props.stickySectionHeadersEnabled&&(r+=this._listRef.__getFrameMetricsApprox(t-e.itemIndex,this._listRef.props).length);var i=h(h({},e),{},{viewOffset:r,index:t});this._listRef.scrollToIndex(i)}}getListRef(){return this._listRef}render(){for(var e,t=this.props,r=(t.ItemSeparatorComponent,t.SectionSeparatorComponent,t.renderItem,t.renderSectionFooter,t.renderSectionHeader,t.sections,t.stickySectionHeadersEnabled,d(t,jH)),i=this.props.ListHeaderComponent?1:0,n=this.props.stickySectionHeadersEnabled?[]:void 0,o=0,l=IT(this.props.sections);!(e=l()).done;){var c=e.value;null!=n&&n.push(o+i),o+=2,o+=this.props.getItemCount(c.data)}var h=this._renderItem(o);return a.createElement(Vz,Jr({},r,{keyExtractor:this._keyExtractor,stickyHeaderIndices:n,renderItem:h,data:this.props.sections,getItem:(e,t)=>this._getItem(this.props,e,t),getItemCount:()=>o,onViewableItemsChanged:this.props.onViewableItemsChanged?this._onViewableItemsChanged:void 0,ref:this._captureRef}))}_getItem(e,t,a){if(!t)return null;for(var r=a-1,i=0;i<t.length;i++){var n=t[i],o=n.data,l=e.getItemCount(o);if(-1===r||r===l)return n;if(r<l)return e.getItem(o,r);r-=l+2}return null}_subExtractor(e){for(var t=e,a=this.props,r=a.getItem,i=a.getItemCount,n=a.keyExtractor,o=a.sections,l=0;l<o.length;l++){var c=o[l],h=c.data,d=c.key||String(l);if(!((t-=1)>=i(h)+1))return-1===t?{section:c,key:d+":header",index:null,header:!0,trailingSection:o[l+1]}:t===i(h)?{section:c,key:d+":footer",index:null,header:!1,trailingSection:o[l+1]}:{section:c,key:d+":"+(c.keyExtractor||n||Lz)(r(h,t),t),index:t,leadingItem:r(h,t-1),leadingSection:o[l-1],trailingItem:r(h,t+1),trailingSection:o[l+1]};t-=i(h)+1}}_getSeparatorComponent(e,t,a){if(!(t=t||this._subExtractor(e)))return null;var r=t.section.ItemSeparatorComponent||this.props.ItemSeparatorComponent,i=this.props.SectionSeparatorComponent,n=e===a-1,o=t.index===this.props.getItemCount(t.section.data)-1;return i&&o?i:!r||o||n?null:r}}function UH(e){var t=e.LeadingSeparatorComponent,r=e.SeparatorComponent,i=e.cellKey,n=e.prevCellKey,o=e.setSelfHighlightCallback,l=e.updateHighlightFor,c=e.setSelfUpdatePropsCallback,d=e.updatePropsFor,s=e.item,y=e.index,p=e.section,u=e.inverted,k=a.useState(!1),m=k[0],g=k[1],v=a.useState(!1),f=v[0],M=v[1],x=a.useState({leadingItem:e.leadingItem,leadingSection:e.leadingSection,section:e.section,trailingItem:e.item,trailingSection:e.trailingSection}),w=x[0],C=x[1],L=a.useState({leadingItem:e.item,leadingSection:e.leadingSection,section:e.section,trailingItem:e.trailingItem,trailingSection:e.trailingSection}),b=L[0],S=L[1];a.useEffect((()=>(o(i,M),c(i,S),()=>{c(i,null),o(i,null)})),[i,o,S,c]);var I={highlight:()=>{g(!0),M(!0),null!=n&&l(n,!0)},unhighlight:()=>{g(!1),M(!1),null!=n&&l(n,!1)},updateProps:(e,a)=>{"leading"===e?null!=t?C(h(h({},w),a)):null!=n&&d(n,h(h({},w),a)):"trailing"===e&&null!=r&&S(h(h({},b),a))}},_=e.renderItem({item:s,index:y,section:p,separators:I}),A=null!=t&&a.createElement(t,Jr({highlighted:m},w)),R=null!=r&&a.createElement(r,Jr({highlighted:f},b));return A||R?a.createElement(Wa,null,!1===u?A:R,_,!1===u?R:A):_}const NH=OH;var WH=["stickySectionHeadersEnabled"];class ZH extends a.PureComponent{constructor(){super(...arguments),this._captureRef=e=>{this._wrapperListRef=e}}scrollToLocation(e){null!=this._wrapperListRef&&this._wrapperListRef.scrollToLocation(e)}recordInteraction(){var e=this._wrapperListRef&&this._wrapperListRef.getListRef();e&&e.recordInteraction()}flashScrollIndicators(){var e=this._wrapperListRef&&this._wrapperListRef.getListRef();e&&e.flashScrollIndicators()}getScrollResponder(){var e=this._wrapperListRef&&this._wrapperListRef.getListRef();if(e)return e.getScrollResponder()}getScrollableNode(){var e=this._wrapperListRef&&this._wrapperListRef.getListRef();if(e)return e.getScrollableNode()}render(){var e=this.props,t=e.stickySectionHeadersEnabled,r=d(e,WH),i=null!=t?t:"ios"===LT.OS;return a.createElement(NH,Jr({},r,{stickySectionHeadersEnabled:i,ref:this._captureRef,getItemCount:e=>e.length,getItem:(e,t)=>e[t]}))}}const GH=ZH,XH=BH(a.forwardRef(((e,t)=>a.createElement(GH,Jr({scrollEventThrottle:1e-4},e,{ref:t}))))),KH=BH(Yr),YH=BH(Wa),JH=class extends fH{constructor(e,t){super(),this._a="number"==typeof e?new IH(e):e,this._b="number"==typeof t?new IH(t):t}__makeNative(e){this._a.__makeNative(e),this._b.__makeNative(e),super.__makeNative(e)}__getValue(){return this._a.__getValue()+this._b.__getValue()}interpolate(e){return new bH(this,e)}__attach(){this._a.__addChild(this),this._b.__addChild(this)}__detach(){this._a.__removeChild(this),this._b.__removeChild(this),super.__detach()}__getNativeConfig(){return{type:"addition",input:[this._a.__getNativeTag(),this._b.__getNativeTag()]}}},$H=class extends fH{constructor(e,t,a){super(),this._a=e,this._min=t,this._max=a,this._value=this._lastValue=this._a.__getValue()}__makeNative(e){this._a.__makeNative(e),super.__makeNative(e)}interpolate(e){return new bH(this,e)}__getValue(){var e=this._a.__getValue(),t=e-this._lastValue;return this._lastValue=e,this._value=Math.min(Math.max(this._value+t,this._min),this._max),this._value}__attach(){this._a.__addChild(this)}__detach(){this._a.__removeChild(this),super.__detach()}__getNativeConfig(){return{type:"diffclamp",input:this._a.__getNativeTag(),min:this._min,max:this._max}}},QH=class extends fH{constructor(e,t){super(),this._warnedAboutDivideByZero=!1,(0===t||t instanceof vH&&0===t.__getValue())&&console.error("Detected potential division by zero in AnimatedDivision"),this._a="number"==typeof e?new IH(e):e,this._b="number"==typeof t?new IH(t):t}__makeNative(e){this._a.__makeNative(e),this._b.__makeNative(e),super.__makeNative(e)}__getValue(){var e=this._a.__getValue(),t=this._b.__getValue();return 0===t?(this._warnedAboutDivideByZero||(console.error("Detected division by zero in AnimatedDivision"),this._warnedAboutDivideByZero=!0),0):(this._warnedAboutDivideByZero=!1,e/t)}interpolate(e){return new bH(this,e)}__attach(){this._a.__addChild(this),this._b.__addChild(this)}__detach(){this._a.__removeChild(this),this._b.__removeChild(this),super.__detach()}__getNativeConfig(){return{type:"division",input:[this._a.__getNativeTag(),this._b.__getNativeTag()]}}},eV=class extends fH{constructor(e,t){super(),this._a=e,this._modulus=t}__makeNative(e){this._a.__makeNative(e),super.__makeNative(e)}__getValue(){return(this._a.__getValue()%this._modulus+this._modulus)%this._modulus}interpolate(e){return new bH(this,e)}__attach(){this._a.__addChild(this)}__detach(){this._a.__removeChild(this),super.__detach()}__getNativeConfig(){return{type:"modulus",input:this._a.__getNativeTag(),modulus:this._modulus}}},tV=class extends fH{constructor(e,t){super(),this._a="number"==typeof e?new IH(e):e,this._b="number"==typeof t?new IH(t):t}__makeNative(e){this._a.__makeNative(e),this._b.__makeNative(e),super.__makeNative(e)}__getValue(){return this._a.__getValue()*this._b.__getValue()}interpolate(e){return new bH(this,e)}__attach(){this._a.__addChild(this),this._b.__addChild(this)}__detach(){this._a.__removeChild(this),this._b.__removeChild(this),super.__detach()}__getNativeConfig(){return{type:"multiplication",input:[this._a.__getNativeTag(),this._b.__getNativeTag()]}}},aV=class extends fH{constructor(e,t){super(),this._a="number"==typeof e?new IH(e):e,this._b="number"==typeof t?new IH(t):t}__makeNative(e){this._a.__makeNative(e),this._b.__makeNative(e),super.__makeNative(e)}__getValue(){return this._a.__getValue()-this._b.__getValue()}interpolate(e){return new bH(this,e)}__attach(){this._a.__addChild(this),this._b.__addChild(this)}__detach(){this._a.__removeChild(this),this._b.__removeChild(this),super.__detach()}__getNativeConfig(){return{type:"subtraction",input:[this._a.__getNativeTag(),this._b.__getNativeTag()]}}},rV=class extends vH{constructor(e,t,a,r,i){super(),this._value=e,this._parent=t,this._animationClass=a,this._animationConfig=r,this._useNativeDriver=uH(r),this._callback=i,this.__attach()}__makeNative(){this.__isNative=!0,this._parent.__makeNative(),super.__makeNative(),this._value.__makeNative()}__getValue(){return this._parent.__getValue()}__attach(){this._parent.__addChild(this),this._useNativeDriver&&this.__makeNative()}__detach(){this._parent.__removeChild(this),super.__detach()}update(){this._value.animate(new this._animationClass(h(h({},this._animationConfig),{},{toValue:this._animationConfig.toValue.__getValue()})),this._callback)}__getNativeConfig(){var e=new this._animationClass(h(h({},this._animationConfig),{},{toValue:void 0})).__getNativeAnimationConfig();return{type:"tracking",animationId:yH(),animationConfig:e,toValue:this._parent.__getNativeTag(),value:this._value.__getNativeTag()}}};var iV=1;const nV=class extends fH{constructor(e){super();var t=e||{x:0,y:0};"number"==typeof t.x&&"number"==typeof t.y?(this.x=new IH(t.x),this.y=new IH(t.y)):(qr()(t.x instanceof IH&&t.y instanceof IH,"AnimatedValueXY must be initialized with an object of numbers or AnimatedValues."),this.x=t.x,this.y=t.y),this._listeners={}}setValue(e){this.x.setValue(e.x),this.y.setValue(e.y)}setOffset(e){this.x.setOffset(e.x),this.y.setOffset(e.y)}flattenOffset(){this.x.flattenOffset(),this.y.flattenOffset()}extractOffset(){this.x.extractOffset(),this.y.extractOffset()}__getValue(){return{x:this.x.__getValue(),y:this.y.__getValue()}}resetAnimation(e){this.x.resetAnimation(),this.y.resetAnimation(),e&&e(this.__getValue())}stopAnimation(e){this.x.stopAnimation(),this.y.stopAnimation(),e&&e(this.__getValue())}addListener(e){var t=String(iV++),a=t=>{t.value,e(this.__getValue())};return this._listeners[t]={x:this.x.addListener(a),y:this.y.addListener(a)},t}removeListener(e){this.x.removeListener(this._listeners[e].x),this.y.removeListener(this._listeners[e].y),delete this._listeners[e]}removeAllListeners(){this.x.removeAllListeners(),this.y.removeAllListeners(),this._listeners={}}getLayout(){return{left:this.x,top:this.y}}getTranslateTransform(){return[{translateX:this.x},{translateY:this.y}]}};var oV=1;const lV=class{start(e,t,a,r,i){}stop(){this.__nativeId&&kH.API.stopAnimation(this.__nativeId)}__getNativeAnimationConfig(){throw new Error("This animation type cannot be offloaded to native")}__debouncedOnEnd(e){var t=this.__onEnd;this.__onEnd=null,t&&t(e)}__startNativeAnimation(e){var t=oV+":startAnimation";oV+=1,kH.API.setWaitingForIdentifier(t);try{var a=this.__getNativeAnimationConfig();e.__makeNative(a.platformConfig),this.__nativeId=kH.generateNewAnimationId(),kH.API.startAnimatingNode(this.__nativeId,e.__getNativeTag(),a,this.__debouncedOnEnd.bind(this))}catch(e){throw e}finally{kH.API.unsetWaitingForIdentifier(t)}}},cV=class extends lV{constructor(e){var t,a,r;super(),this._deceleration=null!==(t=e.deceleration)&&void 0!==t?t:.998,this._velocity=e.velocity,this._useNativeDriver=uH(e),this.__isInteraction=null!==(a=e.isInteraction)&&void 0!==a?a:!this._useNativeDriver,this.__iterations=null!==(r=e.iterations)&&void 0!==r?r:1}__getNativeAnimationConfig(){return{type:"decay",deceleration:this._deceleration,velocity:this._velocity,iterations:this.__iterations}}start(e,t,a,r,i){this.__active=!0,this._lastValue=e,this._fromValue=e,this._onUpdate=t,this.__onEnd=a,this._startTime=Date.now(),this._useNativeDriver?this.__startNativeAnimation(i):this._animationFrame=requestAnimationFrame(this.onUpdate.bind(this))}onUpdate(){var e=Date.now(),t=this._fromValue+this._velocity/(1-this._deceleration)*(1-Math.exp(-(1-this._deceleration)*(e-this._startTime)));this._onUpdate(t),Math.abs(this._lastValue-t)<.1?this.__debouncedOnEnd({finished:!0}):(this._lastValue=t,this.__active&&(this._animationFrame=requestAnimationFrame(this.onUpdate.bind(this))))}stop(){super.stop(),this.__active=!1,r.g.cancelAnimationFrame(this._animationFrame),this.__debouncedOnEnd({finished:!1})}};function hV(e){return 3.62*(e-30)+194}function dV(e){return 3*(e-8)+25}const sV=function(e,t){return{stiffness:hV(e),damping:dV(t)}},yV=function(e,t){function a(e,t,a){return(e-t)/(a-t)}function r(e,t,a){return t+e*(a-t)}var i=a(e/1.7,0,20);i=r(i,0,.8);var n,o,l,c=r(a(t/1.7,0,20),.5,200),h=function(e,t){return.01*e+(1-e)*t}(2*(n=i)-n*n,(o=c)<=18?(l=o,7e-4*Math.pow(l,3)-.031*Math.pow(l,2)+.64*l+1.28):o>18&&o<=44?function(e){return 44e-6*Math.pow(e,3)-.006*Math.pow(e,2)+.36*e+2}(o):function(e){return 45e-8*Math.pow(e,3)-332e-6*Math.pow(e,2)+.1078*e+5.84}(o));return{stiffness:hV(c),damping:dV(h)}};class pV extends lV{constructor(e){var t,a,r,i,n,o,l,c,h,d,s;if(super(),this._overshootClamping=null!==(t=e.overshootClamping)&&void 0!==t&&t,this._restDisplacementThreshold=null!==(a=e.restDisplacementThreshold)&&void 0!==a?a:.001,this._restSpeedThreshold=null!==(r=e.restSpeedThreshold)&&void 0!==r?r:.001,this._initialVelocity=null!==(i=e.velocity)&&void 0!==i?i:0,this._lastVelocity=null!==(n=e.velocity)&&void 0!==n?n:0,this._toValue=e.toValue,this._delay=null!==(o=e.delay)&&void 0!==o?o:0,this._useNativeDriver=uH(e),this._platformConfig=e.platformConfig,this.__isInteraction=null!==(l=e.isInteraction)&&void 0!==l?l:!this._useNativeDriver,this.__iterations=null!==(c=e.iterations)&&void 0!==c?c:1,void 0!==e.stiffness||void 0!==e.damping||void 0!==e.mass)qr()(void 0===e.bounciness&&void 0===e.speed&&void 0===e.tension&&void 0===e.friction,"You can define one of bounciness/speed, tension/friction, or stiffness/damping/mass, but not more than one"),this._stiffness=null!==(h=e.stiffness)&&void 0!==h?h:100,this._damping=null!==(d=e.damping)&&void 0!==d?d:10,this._mass=null!==(s=e.mass)&&void 0!==s?s:1;else if(void 0!==e.bounciness||void 0!==e.speed){var y,p;qr()(void 0===e.tension&&void 0===e.friction&&void 0===e.stiffness&&void 0===e.damping&&void 0===e.mass,"You can define one of bounciness/speed, tension/friction, or stiffness/damping/mass, but not more than one");var u=yV(null!==(y=e.bounciness)&&void 0!==y?y:8,null!==(p=e.speed)&&void 0!==p?p:12);this._stiffness=u.stiffness,this._damping=u.damping,this._mass=1}else{var k,m,g=sV(null!==(k=e.tension)&&void 0!==k?k:40,null!==(m=e.friction)&&void 0!==m?m:7);this._stiffness=g.stiffness,this._damping=g.damping,this._mass=1}qr()(this._stiffness>0,"Stiffness value must be greater than 0"),qr()(this._damping>0,"Damping value must be greater than 0"),qr()(this._mass>0,"Mass value must be greater than 0")}__getNativeAnimationConfig(){var e;return{type:"spring",overshootClamping:this._overshootClamping,restDisplacementThreshold:this._restDisplacementThreshold,restSpeedThreshold:this._restSpeedThreshold,stiffness:this._stiffness,damping:this._damping,mass:this._mass,initialVelocity:null!==(e=this._initialVelocity)&&void 0!==e?e:this._lastVelocity,toValue:this._toValue,iterations:this.__iterations,platformConfig:this._platformConfig}}start(e,t,a,r,i){if(this.__active=!0,this._startPosition=e,this._lastPosition=this._startPosition,this._onUpdate=t,this.__onEnd=a,this._lastTime=Date.now(),this._frameTime=0,r instanceof pV){var n=r.getInternalState();this._lastPosition=n.lastPosition,this._lastVelocity=n.lastVelocity,this._initialVelocity=this._lastVelocity,this._lastTime=n.lastTime}var o=()=>{this._useNativeDriver?this.__startNativeAnimation(i):this.onUpdate()};this._delay?this._timeout=setTimeout(o,this._delay):o()}getInternalState(){return{lastPosition:this._lastPosition,lastVelocity:this._lastVelocity,lastTime:this._lastTime}}onUpdate(){var e=Date.now();e>this._lastTime+64&&(e=this._lastTime+64);var t=(e-this._lastTime)/1e3;this._frameTime+=t;var a=this._damping,r=this._mass,i=this._stiffness,n=-this._initialVelocity,o=a/(2*Math.sqrt(i*r)),l=Math.sqrt(i/r),c=l*Math.sqrt(1-o*o),h=this._toValue-this._startPosition,d=0,s=0,y=this._frameTime;if(o<1){var p=Math.exp(-o*l*y);d=this._toValue-p*((n+o*l*h)/c*Math.sin(c*y)+h*Math.cos(c*y)),s=o*l*p*(Math.sin(c*y)*(n+o*l*h)/c+h*Math.cos(c*y))-p*(Math.cos(c*y)*(n+o*l*h)-c*h*Math.sin(c*y))}else{var u=Math.exp(-l*y);d=this._toValue-u*(h+(n+l*h)*y),s=u*(n*(y*l-1)+y*h*(l*l))}if(this._lastTime=e,this._lastPosition=d,this._lastVelocity=s,this._onUpdate(d),this.__active){var k=!1;this._overshootClamping&&0!==this._stiffness&&(k=this._startPosition<this._toValue?d>this._toValue:d<this._toValue);var m=Math.abs(s)<=this._restSpeedThreshold,g=!0;if(0!==this._stiffness&&(g=Math.abs(this._toValue-d)<=this._restDisplacementThreshold),k||m&&g)return 0!==this._stiffness&&(this._lastPosition=this._toValue,this._lastVelocity=0,this._onUpdate(this._toValue)),void this.__debouncedOnEnd({finished:!0});this._animationFrame=requestAnimationFrame(this.onUpdate.bind(this))}}stop(){super.stop(),this.__active=!1,clearTimeout(this._timeout),r.g.cancelAnimationFrame(this._animationFrame),this.__debouncedOnEnd({finished:!1})}}const uV=pV;var kV,mV=.1,gV="function"==typeof Float32Array;function vV(e,t){return 1-3*t+3*e}function fV(e,t){return 3*t-6*e}function MV(e){return 3*e}function xV(e,t,a){return((vV(t,a)*e+fV(t,a))*e+MV(t))*e}function wV(e,t,a){return 3*vV(t,a)*e*e+2*fV(t,a)*e+MV(t)}function CV(e,t,a,r){if(!(e>=0&&e<=1&&a>=0&&a<=1))throw new Error("bezier x values must be in [0, 1] range");var i=gV?new Float32Array(11):new Array(11);if(e!==t||a!==r)for(var n=0;n<11;++n)i[n]=xV(n*mV,e,a);return function(n){return e===t&&a===r?n:0===n?0:1===n?1:xV(function(t){for(var r=0,n=1;10!==n&&i[n]<=t;++n)r+=mV;--n;var o=r+(t-i[n])/(i[n+1]-i[n])*mV,l=wV(o,e,a);return l>=.001?function(e,t,a,r){for(var i=t,n=0;n<4;++n){var o=wV(i,a,r);if(0===o)return i;i-=(xV(i,a,r)-e)/o}return i}(t,o,e,a):0===l?o:function(e,t,a,r,i){var n,o,l=0,c=t,h=a;do{(n=xV(o=c+(h-c)/2,r,i)-e)>0?h=o:c=o}while(Math.abs(n)>1e-7&&++l<10);return o}(t,r,r+mV,e,a)}(n),t,r)}}class LV{static step0(e){return e>0?1:0}static step1(e){return e>=1?1:0}static linear(e){return e}static ease(e){return kV||(kV=LV.bezier(.42,0,1,1)),kV(e)}static quad(e){return e*e}static cubic(e){return e*e*e}static poly(e){return t=>Math.pow(t,e)}static sin(e){return 1-Math.cos(e*Math.PI/2)}static circle(e){return 1-Math.sqrt(1-e*e)}static exp(e){return Math.pow(2,10*(e-1))}static elastic(e){void 0===e&&(e=1);var t=e*Math.PI;return e=>1-Math.pow(Math.cos(e*Math.PI/2),3)*Math.cos(e*t)}static back(e){return void 0===e&&(e=1.70158),t=>t*t*((e+1)*t-e)}static bounce(e){if(e<1/2.75)return 7.5625*e*e;if(e<2/2.75){var t=e-1.5/2.75;return 7.5625*t*t+.75}if(e<2.5/2.75){var a=e-2.25/2.75;return 7.5625*a*a+.9375}var r=e-2.625/2.75;return 7.5625*r*r+.984375}static bezier(e,t,a,r){return CV(e,t,a,r)}static in(e){return e}static out(e){return t=>1-e(1-t)}static inOut(e){return t=>t<.5?e(2*t)/2:1-e(2*(1-t))/2}}const bV=LV;var SV;const IV=class extends lV{constructor(e){var t,a,r,i,n;super(),this._toValue=e.toValue,this._easing=null!==(t=e.easing)&&void 0!==t?t:(SV||(SV=bV.inOut(bV.ease)),SV),this._duration=null!==(a=e.duration)&&void 0!==a?a:500,this._delay=null!==(r=e.delay)&&void 0!==r?r:0,this.__iterations=null!==(i=e.iterations)&&void 0!==i?i:1,this._useNativeDriver=uH(e),this._platformConfig=e.platformConfig,this.__isInteraction=null!==(n=e.isInteraction)&&void 0!==n?n:!this._useNativeDriver}__getNativeAnimationConfig(){for(var e=[],t=Math.round(this._duration/(1e3/60)),a=0;a<t;a++)e.push(this._easing(a/t));return e.push(this._easing(1)),{type:"frames",frames:e,toValue:this._toValue,iterations:this.__iterations,platformConfig:this._platformConfig}}start(e,t,a,r,i){this.__active=!0,this._fromValue=e,this._onUpdate=t,this.__onEnd=a;var n=()=>{0!==this._duration||this._useNativeDriver?(this._startTime=Date.now(),this._useNativeDriver?this.__startNativeAnimation(i):this._animationFrame=requestAnimationFrame(this.onUpdate.bind(this))):(this._onUpdate(this._toValue),this.__debouncedOnEnd({finished:!0}))};this._delay?this._timeout=setTimeout(n,this._delay):n()}onUpdate(){var e=Date.now();if(e>=this._startTime+this._duration)return 0===this._duration?this._onUpdate(this._toValue):this._onUpdate(this._fromValue+this._easing(1)*(this._toValue-this._fromValue)),void this.__debouncedOnEnd({finished:!0});this._onUpdate(this._fromValue+this._easing((e-this._startTime)/this._duration)*(this._toValue-this._fromValue)),this.__active&&(this._animationFrame=requestAnimationFrame(this.onUpdate.bind(this)))}stop(){super.stop(),this.__active=!1,clearTimeout(this._timeout),r.g.cancelAnimationFrame(this._animationFrame),this.__debouncedOnEnd({finished:!1})}};var _V=kH.API,AV={r:0,g:0,b:0,a:1},RV=1;function qV(e){if(null==e)return null;if(PV(e))return e;var t=k()(e);if(null==t)return null;if("object"==typeof t){if(null!=t)return t}else if("number"==typeof t)return{r:(4278190080&t)>>>24,g:(16711680&t)>>>16,b:(65280&t)>>>8,a:(255&t)/255};return null}function PV(e){return e&&"number"==typeof e.r&&"number"==typeof e.g&&"number"==typeof e.b&&"number"==typeof e.a}class TV extends fH{constructor(e,t){super(),this._listeners={};var a=null!=e?e:AV;if(function(e){return e&&e.r instanceof IH&&e.g instanceof IH&&e.b instanceof IH&&e.a instanceof IH}(a)){var r=a;this.r=r.r,this.g=r.g,this.b=r.b,this.a=r.a}else{var i,n=null!==(i=qV(a))&&void 0!==i?i:AV,o=AV;PV(n)?o=n:this.nativeColor=n,this.r=new IH(o.r),this.g=new IH(o.g),this.b=new IH(o.b),this.a=new IH(o.a)}(this.nativeColor||t&&t.useNativeDriver)&&this.__makeNative()}setValue(e){var t,a=!1;if(this.__isNative){var r=this.__getNativeTag();_V.setWaitingForIdentifier(r.toString())}var i=null!==(t=qV(e))&&void 0!==t?t:AV;if(PV(i)){var n=i;this.r.setValue(n.r),this.g.setValue(n.g),this.b.setValue(n.b),this.a.setValue(n.a),null!=this.nativeColor&&(this.nativeColor=null,a=!0)}else{var o=i;this.nativeColor!==o&&(this.nativeColor=o,a=!0)}if(this.__isNative){var l=this.__getNativeTag();a&&_V.updateAnimatedNodeConfig(l,this.__getNativeConfig()),_V.unsetWaitingForIdentifier(l.toString())}}setOffset(e){this.r.setOffset(e.r),this.g.setOffset(e.g),this.b.setOffset(e.b),this.a.setOffset(e.a)}flattenOffset(){this.r.flattenOffset(),this.g.flattenOffset(),this.b.flattenOffset(),this.a.flattenOffset()}extractOffset(){this.r.extractOffset(),this.g.extractOffset(),this.b.extractOffset(),this.a.extractOffset()}addListener(e){var t=String(RV++),a=t=>{t.value,e(this.__getValue())};return this._listeners[t]={r:this.r.addListener(a),g:this.g.addListener(a),b:this.b.addListener(a),a:this.a.addListener(a)},t}removeListener(e){this.r.removeListener(this._listeners[e].r),this.g.removeListener(this._listeners[e].g),this.b.removeListener(this._listeners[e].b),this.a.removeListener(this._listeners[e].a),delete this._listeners[e]}removeAllListeners(){this.r.removeAllListeners(),this.g.removeAllListeners(),this.b.removeAllListeners(),this.a.removeAllListeners(),this._listeners={}}stopAnimation(e){this.r.stopAnimation(),this.g.stopAnimation(),this.b.stopAnimation(),this.a.stopAnimation(),e&&e(this.__getValue())}resetAnimation(e){this.r.resetAnimation(),this.g.resetAnimation(),this.b.resetAnimation(),this.a.resetAnimation(),e&&e(this.__getValue())}__getValue(){return null!=this.nativeColor?this.nativeColor:"rgba("+this.r.__getValue()+", "+this.g.__getValue()+", "+this.b.__getValue()+", "+this.a.__getValue()+")"}__attach(){this.r.__addChild(this),this.g.__addChild(this),this.b.__addChild(this),this.a.__addChild(this),super.__attach()}__detach(){this.r.__removeChild(this),this.g.__removeChild(this),this.b.__removeChild(this),this.a.__removeChild(this),super.__detach()}__makeNative(e){this.r.__makeNative(e),this.g.__makeNative(e),this.b.__makeNative(e),this.a.__makeNative(e),super.__makeNative(e)}__getNativeConfig(){return{type:"color",r:this.r.__getNativeTag(),g:this.g.__getNativeTag(),b:this.b.__getNativeTag(),a:this.a.__getNativeTag(),nativeColor:this.nativeColor}}}var zV=function(e,t){return e&&t.onComplete?function(){t.onComplete&&t.onComplete(...arguments),e&&e(...arguments)}:e||t.onComplete},HV=function(e,t,a){if(e instanceof nV){var r=h({},t),i=h({},t);for(var n in t){var o=t[n],l=o.x,c=o.y;void 0!==l&&void 0!==c&&(r[n]=l,i[n]=c)}var d=a(e.x,r),s=a(e.y,i);return DV([d,s],{stopTogether:!1})}if(e instanceof TV){var y=h({},t),p=h({},t),u=h({},t),k=h({},t);for(var m in t){var g=t[m],v=g.r,f=g.g,M=g.b,x=g.a;void 0!==v&&void 0!==f&&void 0!==M&&void 0!==x&&(y[m]=v,p[m]=f,u[m]=M,k[m]=x)}var w=a(e.r,y),C=a(e.g,p),L=a(e.b,u),b=a(e.a,k);return DV([w,C,L,b],{stopTogether:!1})}return null},VV=function e(t,a){var r=function(e,t,a){a=zV(a,t);var r=e,i=t;r.stopTracking(),t.toValue instanceof vH?r.track(new rV(r,t.toValue,IV,i,a)):r.animate(new IV(i),a)};return HV(t,a,e)||{start:function(e){r(t,a,e)},stop:function(){t.stopAnimation()},reset:function(){t.resetAnimation()},_startNativeLoop:function(e){var i=h(h({},a),{},{iterations:e});r(t,i)},_isUsingNativeDriver:function(){return a.useNativeDriver||!1}}},BV=function(e){var t=0;return{start:function(a){0===e.length?a&&a({finished:!0}):e[t].start((function r(i){i.finished&&++t!==e.length?e[t].start(r):a&&a(i)}))},stop:function(){t<e.length&&e[t].stop()},reset:function(){e.forEach(((e,a)=>{a<=t&&e.reset()})),t=0},_startNativeLoop:function(){throw new Error("Loops run using the native driver cannot contain Animated.sequence animations")},_isUsingNativeDriver:function(){return!1}}},DV=function(e,t){var a=0,r={},i=!(t&&!1===t.stopTogether),n={start:function(t){a!==e.length?e.forEach(((o,l)=>{var c=function(o){if(r[l]=!0,++a===e.length)return a=0,void(t&&t(o));!o.finished&&i&&n.stop()};o?o.start(c):c({finished:!0})})):t&&t({finished:!0})},stop:function(){e.forEach(((e,t)=>{!r[t]&&e.stop(),r[t]=!0}))},reset:function(){e.forEach(((e,t)=>{e.reset(),r[t]=!1,a=0}))},_startNativeLoop:function(){throw new Error("Loops run using the native driver cannot contain Animated.parallel animations")},_isUsingNativeDriver:function(){return!1}};return n},EV=function(e){return VV(new IH(0),{toValue:0,delay:e,duration:0,useNativeDriver:!1})};const FV={Value:IH,ValueXY:nV,Color:TV,Interpolation:bH,Node:vH,decay:function e(t,a){var r=function(e,t,a){a=zV(a,t);var r=e,i=t;r.stopTracking(),r.animate(new cV(i),a)};return HV(t,a,e)||{start:function(e){r(t,a,e)},stop:function(){t.stopAnimation()},reset:function(){t.resetAnimation()},_startNativeLoop:function(e){var i=h(h({},a),{},{iterations:e});r(t,i)},_isUsingNativeDriver:function(){return a.useNativeDriver||!1}}},timing:VV,spring:function e(t,a){var r=function(e,t,a){a=zV(a,t);var r=e,i=t;r.stopTracking(),t.toValue instanceof vH?r.track(new rV(r,t.toValue,uV,i,a)):r.animate(new uV(i),a)};return HV(t,a,e)||{start:function(e){r(t,a,e)},stop:function(){t.stopAnimation()},reset:function(){t.resetAnimation()},_startNativeLoop:function(e){var i=h(h({},a),{},{iterations:e});r(t,i)},_isUsingNativeDriver:function(){return a.useNativeDriver||!1}}},add:function(e,t){return new JH(e,t)},subtract:function(e,t){return new aV(e,t)},divide:function(e,t){return new QH(e,t)},multiply:function(e,t){return new tV(e,t)},modulo:function(e,t){return new eV(e,t)},diffClamp:function(e,t,a){return new $H(e,t,a)},delay:EV,sequence:BV,parallel:DV,stagger:function(e,t){return DV(t.map(((t,a)=>BV([EV(e*a),t]))))},loop:function(e,t){var a=void 0===t?{}:t,r=a.iterations,i=void 0===r?-1:r,n=a.resetBeforeIteration,o=void 0===n||n,l=!1,c=0;return{start:function(t){e&&0!==i?e._isUsingNativeDriver()?e._startNativeLoop(i):function a(r){void 0===r&&(r={finished:!0}),l||c===i||!1===r.finished?t&&t(r):(c++,o&&e.reset(),e.start(a))}():t&&t({finished:!0})},stop:function(){l=!0,e.stop()},reset:function(){c=0,l=!1,e.reset()},_startNativeLoop:function(){throw new Error("Loops run using the native driver cannot contain Animated.loop animations")},_isUsingNativeDriver:function(){return e._isUsingNativeDriver()}}},event:function(e,t){var a=new AH(e,t);return a.__isNative?a:a.__getHandler()},createAnimatedComponent:BH,attachNativeEvent:_H,forkEvent:function(e,t){return e?e instanceof AH?(e.__addListener(t),e):function(){"function"==typeof e&&e(...arguments),t(...arguments)}:t},unforkEvent:function(e,t){e&&e instanceof AH&&e.__removeListener(t)},Event:AH};var jV=!1;function OV(e){return t=>{var a=null==t?t:function(){if(jV)console.warn("Ignoring recursive animation callback when running mock animations");else{jV=!0;try{t(...arguments)}finally{jV=!1}}};e(a)}}var UV={start:()=>{},stop:()=>{},reset:()=>{},_startNativeLoop:()=>{},_isUsingNativeDriver:()=>!1},NV=e=>h(h({},UV),{},{start:OV((t=>{e.forEach((e=>e.start())),null==t||t({finished:!0})}))});const WV={Value:IH,ValueXY:nV,Color:TV,Interpolation:bH,Node:vH,decay:function(e,t){return UV},timing:function(e,t){var a=e;return h(h({},UV),{},{start:OV((e=>{a.setValue(t.toValue),null==e||e({finished:!0})}))})},spring:function(e,t){var a=e;return h(h({},UV),{},{start:OV((e=>{a.setValue(t.toValue),null==e||e({finished:!0})}))})},add:FV.add,subtract:FV.subtract,divide:FV.divide,multiply:FV.multiply,modulo:FV.modulo,diffClamp:FV.diffClamp,delay:function(e){return UV},sequence:function(e){return NV(e)},parallel:function(e,t){return NV(e)},stagger:function(e,t){return NV(t)},loop:function(e,t){return(void 0===t?{}:t).iterations,UV},event:FV.event,createAnimatedComponent:BH,attachNativeEvent:_H,forkEvent:FV.forkEvent,unforkEvent:FV.unforkEvent,Event:AH},ZV=h({FlatList:DH,Image:EH,ScrollView:FH,SectionList:XH,Text:KH,View:YH},LT.isTesting?WV:FV),GV=wi((e=>({borderRadius:e.sizes.borderRadiusSmRounded})),(e=>({primary:{backgroundColor:e.primary},accent:{backgroundColor:e.accent},positive:{backgroundColor:e.positive},negative:{backgroundColor:e.negative}}))),XV=({percentage:e,variant:t="primary",height:r="sm",animationDuration:i=300})=>{const{theme:n}=sr(),o=(e=>Xe.create({container:{width:"100%",borderRadius:e.sizes.borderRadiusRounded,overflow:"hidden"},progress:{borderRadius:e.sizes.borderRadiusRounded,height:"100%"}}))(n),l=(e=>({sm:{height:e.sizes.sm},md:{height:e.sizes.md},lg:{height:e.sizes.lg}}))(n),c=GV(n,t),h=a.useRef(new ZV.Value(0)).current,d=[o.container,l[r],{backgroundColor:n.derivedSurface[20]}];a.useEffect((()=>{ZV.timing(h,{toValue:Math.min(Math.max(e,0),100),duration:i,useNativeDriver:!1}).start()}),[e,i]);const s={width:h.interpolate({inputRange:[0,100],outputRange:["0%","100%"]})};return a.createElement(Wa,{style:d},a.createElement(ZV.View,{style:[o.progress,c,s]}))};function KV(){return KV=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var r in a)({}).hasOwnProperty.call(a,r)&&(e[r]=a[r])}return e},KV.apply(null,arguments)}const YV=Xe.create({imageOverlay:{position:"absolute",left:0,right:0,bottom:0,top:0},container:{position:"relative",alignItems:"center",justifyContent:"center",backgroundColor:"red",width:"100%",height:"100%"}}),JV=({source:e,style:t,isDesaturated:r=!1,...i})=>{const o=(0,a.useRef)(new ZV.Value(0)).current,{theme:l}=sr(),c=()=>{ZV.timing(o,{toValue:1,useNativeDriver:!0,duration:500}).start()},h=l.alphaDerivedPrimary[20],d=lr(h);return n().createElement(Wa,{style:[YV.container,t,{backgroundColor:r?d:h}]},r?n().createElement(n().Fragment,null,n().createElement(ZV.Image,KV({},i,{source:e,style:[YV.imageOverlay,{opacity:o,tintColor:d}],onLoad:c})),n().createElement(ZV.Image,KV({},i,{source:e,style:[YV.imageOverlay,{opacity:.1}],onLoad:c}))):n().createElement(ZV.Image,KV({},i,{source:e,style:[YV.imageOverlay,{opacity:o}],onLoad:c})))};function $V(){return $V=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var r in a)({}).hasOwnProperty.call(a,r)&&(e[r]=a[r])}return e},$V.apply(null,arguments)}const QV=Xe.create({header:Dr({flexDirection:"row",alignItems:"center",justifyContent:"space-between",marginBottom:[4,4,8]})}),eB=({children:e,style:t,...r})=>a.createElement(Wa,$V({style:[QV.header,t]},r),e);function tB(){return tB=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var r in a)({}).hasOwnProperty.call(a,r)&&(e[r]=a[r])}return e},tB.apply(null,arguments)}const aB=Xe.create({base:{}}),rB=({variant:e="body",style:t,isSurface:r=!1,...i})=>{const{theme:n}=sr(),o=(e=>{const t={color:n.surfaceText};switch(e){case"eyebrow":return Dr({...t,fontSize:[12,12,14],marginBottom:[4,4,8]});case"title":return Dr({...t,fontSize:[14,14,24],fontWeight:"bold"});case"description":case"label":default:return Dr({...t});case"body":return Dr({color:n.derivedSurfaceText[20],fontSize:[10,10,14]});case"caption":return Dr({...t,fontWeight:"bold",fontSize:[18,18,24],color:n.primary});case"tier-earned":return Dr({...t,fontSize:[14,14,20],fontWeight:"bold"});case"tier-requirement":return Dr({...t,fontSize:[12,12,18],fontWeight:"bold"})}})(e);return a.createElement(Yr,tB({style:[aB.base,o,t]},i))};function iB(){return iB=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var r in a)({}).hasOwnProperty.call(a,r)&&(e[r]=a[r])}return e},iB.apply(null,arguments)}const nB=()=>{const{width:e}=Br.get("window"),t=Math.min(.1*e,50);return n().createElement(Wa,{style:lB.lockOverlay},n().createElement(kM,{color:"#FFF",size:t}))},oB=({tile:e})=>{const{theme:t}=sr();return e.tileHeight===Mr.Half?null:n().createElement(Nr,{tile:e},n().createElement(Wa,{style:lB.contentContainer},n().createElement(oB.Image,null),n().createElement(Wa,{style:lB.textContainer},n().createElement(eB,null,n().createElement(oB.Title,null),n().createElement(oB.Chevron,null)),n().createElement(oB.Body,null))))};oB.Image=e=>{const t=jr(),{theme:a}=sr(),{configuration:r}=t,i=r.details?.[0];return i?.artworkUrl?n().createElement(Wa,{style:[lB.imageContainer,{backgroundColor:a.alphaDerivedPrimary[20]}]},0===r.count&&n().createElement(nB,null),n().createElement(JV,iB({},e,{source:{uri:i.artworkUrl},resizeMode:"contain",style:lB.image}))):null},oB.Title=e=>{const t=jr(),{configuration:a}=t,r=a.details?.[0];return r?.name?n().createElement(rB,iB({variant:"title"},e,{numberOfLines:1,ellipsizeMode:"tail"}),r.name):null},oB.Body=e=>{const t=jr(),{configuration:a}=t,r=a.details?.[0];return r?.description?n().createElement(rB,iB({variant:"body"},e),r.description):null},oB.Chevron=()=>{const{theme:e}=sr();return n().createElement(ZP,{name:"ChevronRight",color:e.derivedSurfaceText[20]})};const lB=Xe.create({contentContainer:{flexDirection:"column",height:"100%"},textContainer:Dr({paddingHorizontal:[8,8,12],flex:1}),imageContainer:Dr({width:"100%",aspectRatio:2,marginBottom:[8,8,12],position:"relative",overflow:"hidden"}),row:Dr({flexDirection:"row",alignItems:"center",justifyContent:"space-between",marginBottom:[4,4,8]}),lockOverlay:{backgroundColor:"rgba(0,0,0,0.6)",position:"absolute",zIndex:999,alignItems:"center",justifyContent:"center",width:"100%",height:"100%"},image:{width:"100%",height:"100%"}}),cB=oB;function hB(){return hB=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var r in a)({}).hasOwnProperty.call(a,r)&&(e[r]=a[r])}return e},hB.apply(null,arguments)}const dB=({tile:e})=>e?n().createElement(Nr,{tile:e},n().createElement(Wa,{style:sB.container},n().createElement(dB.Media,null,n().createElement(dB.Status,null)),n().createElement(Ri,{justify:"between",align:"start"},n().createElement(Wa,null,n().createElement(dB.Title,null),n().createElement(dB.Description,null)),n().createElement(dB.DateEarned,null)))):null;dB.Media=({children:e,...t})=>{const a=jr(),{configuration:r}=a,{type:i,count:o,details:l,emptyBadgeArtworkUrl:c}=r;if(!l||0===l.length)return c?n().createElement(Wa,{style:sB.header},n().createElement(JV,{source:{uri:c},style:sB.image,resizeMode:"contain"})):null;const{artworkUrl:h}=l[0];return h?n().createElement(Wa,{style:sB.header},n().createElement(JV,hB({},t,{source:{uri:h},style:sB.image,resizeMode:"contain",isDesaturated:or(i,o)})),e):null},dB.Title=()=>{const e=jr(),{configuration:t}=e,{details:a,emptyBadgeMessage:r}=t;if(!a||0===a.length)return r?n().createElement(rB,{variant:"title",style:sB.titleText},r):null;const{name:i}=a[0];return i?n().createElement(rB,{variant:"title",numberOfLines:1,ellipsizeMode:"tail"},i):null},dB.Description=()=>{const e=jr(),{configuration:t}=e,{details:a}=t;if(!a||0===a.length)return null;const{description:r}=a[0];return r?n().createElement(Wa,{style:sB.descriptionContainer},n().createElement(rB,{variant:"body",style:sB.descriptionText,numberOfLines:2,ellipsizeMode:"tail"},r)):null},dB.DateEarned=()=>{const e=jr(),{configuration:t}=e,{type:a,count:r,awardedDatePrefix:i,details:o,badgeNotEarnedMessage:l}=t,{theme:c}=sr(),h=o&&o.length>0,d=((e,t,a)=>or(t,a)?lr(e):e)(c.alphaDerivedPrimary[20],a,r),s=[sB.dateEarnedContainer,{backgroundColor:d}];if(a===br.Latest&&!h)return null;if(!h||0===r)return n().createElement(Wa,{style:s},n().createElement(rB,{variant:"label"},l));const y=new Date(o[0].createdAt).toLocaleDateString();return n().createElement(Wa,{style:s},n().createElement(rB,{variant:"label"},`${i} ${y}`))},dB.Status=()=>{const e=jr(),{configuration:t}=e,{count:a,type:r}=t;return r!==br.Specific||a&&1===a?null:n().createElement(Wa,{style:sB.indicatorContainer},0===a?n().createElement(kM,{color:"#FFF",size:20}):n().createElement(rB,{style:sB.countText},a,"x"))};const sB=Xe.create({container:{flex:1},indicatorContainer:Dr({position:"absolute",bottom:[8,8,16],right:[8,8,16],backgroundColor:"rgba(0,0,0,0.6)",borderRadius:40,width:40,alignItems:"center",justifyContent:"center",height:40}),countText:{color:"#FFF",fontSize:14,fontWeight:"bold"},header:Dr({flexBasis:"50%",alignItems:"center",justifyContent:"center",position:"relative",marginBottom:[8,8,16]}),image:Dr({width:"100%",height:"100%"}),emptyText:{textAlign:"center"},titleText:Dr({marginBottom:[4,4,8]}),descriptionContainer:{},descriptionText:{},dateEarnedContainer:{alignItems:"flex-start",paddingHorizontal:8,paddingVertical:4,borderRadius:20}}),yB=dB;var pB=f?window.location.href:"";const uB=new class{constructor(){this._eventCallbacks={}}_dispatchEvent(e){for(var t=arguments.length,a=new Array(t>1?t-1:0),r=1;r<t;r++)a[r-1]=arguments[r];var i=this._eventCallbacks[e];null!=i&&Array.isArray(i)&&i.map((e=>{e(...a)}))}addEventListener(e,t){var a=this;return a._eventCallbacks[e]||(a._eventCallbacks[e]=[t]),a._eventCallbacks[e].push(t),{remove(){var r=a._eventCallbacks[e].filter((e=>e.toString()!==t.toString()));a._eventCallbacks[e]=r}}}removeEventListener(e,t){console.error("Linking.removeEventListener('"+e+"', ...): Method has been deprecated. Please instead use `remove()` on the subscription returned by `Linking.addEventListener`.");var a=this._eventCallbacks[e].filter((e=>e.toString()!==t.toString()));this._eventCallbacks[e]=a}canOpenURL(){return Promise.resolve(!0)}getInitialURL(){return Promise.resolve(pB)}openURL(e,t){1===arguments.length&&(t="_blank");try{return((e,t)=>{if(f){var a=new URL(e,window.location).toString();0===a.indexOf("tel:")?window.location=a:window.open(a,t,"noopener")}})(e,t),this._dispatchEvent("onOpen",e),Promise.resolve()}catch(e){return Promise.reject(e)}}_validateURL(e){qr()("string"==typeof e,"Invalid URL: should be a string. Was: "+e),qr()(e,"Invalid URL: cannot be empty")}},kB=({tile:e})=>a.createElement(kr,{tile:e},a.createElement(kB.Image,null),a.createElement(Wa,{style:mB.slideContent},a.createElement(kB.Title,null),a.createElement(kB.Description,null),a.createElement(kB.CTA,null))),mB=Xe.create({slide:Dr({width:"100%",maxWidth:1080,borderRadius:10,flexDirection:"row",alignItems:"center",justifyContent:"space-between",overflow:"hidden"}),slideContent:Dr({flex:1}),imageContainer:Dr({width:"20%",aspectRatio:1,position:"relative",overflow:"hidden",marginRight:[8,8,24]}),image:{position:"absolute",width:"100%",height:"100%",objectFit:"cover"},title:Dr({fontSize:[14,14,32],marginBottom:[4,4,12],fontWeight:"700"}),description:Dr({fontSize:[10,10,18],marginBottom:[12,12,32]})});kB.Image=()=>{const{configuration:e}=pr(),{artworkUrl:t}=e;return t?a.createElement(Wa,{style:mB.imageContainer},a.createElement(JV,{source:{uri:t},style:mB.image})):null},kB.Title=()=>{const{configuration:e}=pr(),{title:t}=e;return t?a.createElement(rB,{variant:"title",style:mB.title},t):null},kB.Description=()=>{const{configuration:e}=pr(),{theme:t}=sr(),{description:r}=e;return r?a.createElement(rB,{style:[mB.description,{color:t.derivedSurfaceText[20]}]},r):null},kB.CTA=()=>{const{configuration:e}=pr(),{ctaText:t,ctaLink:r}=e;return t?a.createElement(Si,{title:t,variant:"accent",onPress:()=>(async e=>{e&&await uB.canOpenURL(e)&&uB.openURL(e)})(r)}):null};const gB=kB,vB=Xe.create({content:Dr({paddingHorizontal:[8,8,12],flex:1}),media:Dr({width:"100%"})}),fB=({tile:e})=>a.createElement(Nr,{tile:e},a.createElement(fB.Root,null,a.createElement(fB.Media,null),a.createElement(fB.Content,null,a.createElement(fB.Header,null),a.createElement(fB.Body,null))));fB.Root=({children:e})=>a.createElement(Nr.Root,null,e),fB.Media=()=>a.createElement(Nr.Media,{style:vB.media}),fB.Content=({children:e})=>a.createElement(Wa,{style:vB.content},e),fB.Header=()=>a.createElement(Nr.Header,null,a.createElement(Nr.Title,null)),fB.Body=()=>a.createElement(Nr.Body,null);const MB=fB;let xB=function(e){return e.Grid="GRID",e.Banner="BANNER",e}({});const wB=Xe.create({container:{width:"100%",maxWidth:1080,alignSelf:"center",position:"relative"},sectionTitle:{fontSize:31,marginBottom:10},sectionDescription:{marginBottom:21},title:{marginBottom:10},description:{marginBottom:20},carouselContainer:{flexDirection:"row",alignItems:"center",justifyContent:"center"},carouselContent:{overflow:"hidden"},slideContent:{padding:20,flex:1},imageContainer:{width:"20%",aspectRatio:1,position:"relative",overflow:"hidden"},image:{position:"absolute",width:"100%",height:"100%",objectFit:"cover"},navButton:{padding:10,alignItems:"center",justifyContent:"center",borderRadius:9999,width:30,height:30,position:"absolute",zIndex:100,shadowColor:"#000",shadowOffset:{width:0,height:2},shadowOpacity:.25,shadowRadius:4},navButtonLeft:{left:-15},navButtonRight:{right:-15},indicators:Dr({flexDirection:"row",justifyContent:"center",marginTop:[12,12,24]}),indicator:{width:8,height:8,borderRadius:8,marginHorizontal:4},activeIndicator:{width:24,borderRadius:8}}),CB=({section:e})=>{const{theme:t}=sr(),r=(0,a.useRef)(null),[i,o]=(0,a.useState)(0),l=1080,c=e.tiles.filter((e=>e.type===fr.Banner)),h=(0,a.useRef)(new ZV.Value(0)).current,d=(0,a.useCallback)((e=>{const t=e.nativeEvent.contentOffset.x/l;h.setValue(t)}),[l,h]),s=(0,a.useCallback)((e=>{const t=e.nativeEvent.contentOffset.x,a=Math.round(t/l);o(a)}),[l]),y=c.length>1;return n().createElement(n().Fragment,null,n().createElement(AB,{title:e.title,description:e.description}),n().createElement(Wa,{style:wB.container},n().createElement(Wa,{style:wB.carouselContainer},y&&n().createElement(xi,{style:[wB.navButton,wB.navButtonLeft,{backgroundColor:t.background}],onPress:()=>{const e=Math.max(0,i-1);o(e),r.current?.scrollTo({x:e*l,animated:!0})}},n().createElement(ZP,{name:"ArrowLeft",size:20,color:t.primary})),n().createElement(NT,{ref:r,horizontal:!0,pagingEnabled:!0,showsHorizontalScrollIndicator:!1,onScroll:d,onMomentumScrollEnd:s,scrollEventThrottle:16,style:[wB.carouselContent,{width:l}],contentContainerStyle:{width:l*c.length},decelerationRate:"fast",snapToInterval:l,snapToAlignment:"start"},c.sort(((e,t)=>e.priority!==t.priority?t.priority-e.priority:c.indexOf(e)-c.indexOf(t))).map(((e,t)=>n().createElement(Wa,{key:t,style:[{width:l}]},n().createElement(gB,{tile:e}))))),y&&n().createElement(xi,{style:[wB.navButton,wB.navButtonRight,{backgroundColor:t.surface}],onPress:()=>{const e=Math.min(c.length-1,i+1);o(e),r.current?.scrollTo({x:e*l,animated:!0})}},n().createElement(ZP,{name:"ArrowRight",size:20,color:t.primary}))),y&&n().createElement(Wa,{style:wB.indicators},c.map(((e,a)=>{const r=h.interpolate({inputRange:[a-1,a,a+1],outputRange:[8,30,8],extrapolate:"clamp"});return n().createElement(ZV.View,{key:a,style:[wB.indicator,{backgroundColor:t.derivedBackground,width:r},a===i&&{backgroundColor:t.primary}]})})))))},LB=Xe.create({grid:{flexDirection:"row",flexWrap:"wrap",height:"auto"}}),bB=({section:e})=>{const{width:t}=(i=(r=(0,a.useState)((()=>Br.get("window"))))[0],n=r[1],(0,a.useEffect)((()=>{function e(e){var t=e.window;null!=t&&n(t)}return Br.addEventListener("change",e),n(Br.get("window")),()=>{Br.removeEventListener("change",e)}}),[]),i);var r,i,n;const o=t>=700,l=o?4:2,c=16;return a.createElement(Wa,null,a.createElement(AB,{title:e.title,description:e.description}),a.createElement(Wa,{style:LB.grid},(()=>{const t=[];let r=[];const i=e.tiles.filter((e=>e.type!==fr.Banner)).sort(((t,a)=>t.priority!==a.priority?a.priority-t.priority:e.tiles.indexOf(t)-e.tiles.indexOf(a))),n=i.every((e=>e.tileHeight===Mr.Half));return o&&n?(i.forEach(((e,r)=>{const i=(r+1)%l==0;t.push(a.createElement(Wa,{key:`container-${r}`,style:{width:`calc(${100/l}% - ${(l-1)*c/l}px)`,marginRight:i?0:c,marginBottom:c,height:"auto"}},a.createElement(XB,{tiles:[e]})))})),t):(i.forEach(((e,n)=>{r.push(e);const o=i[n+1];if(((e,t,a)=>{if(2===e.length)return!0;if(t.tileHeight===Mr.Full)return!0;if(t.tileHeight===Mr.Half){if(!a)return!0;if(a.tileHeight===Mr.Full)return!0;if(0===e.length)return!1;if(1===e.length&&e[0].tileHeight===Mr.Half&&a.tileHeight===Mr.Half)return!1}return!0})(r,e,o)){const e=(t.length+1)%l==0;t.push(a.createElement(Wa,{key:`container-${n}`,style:{width:`calc(${100/l}% - ${(l-1)*c/l}px)`,marginRight:e?0:c,marginBottom:c}},a.createElement(XB,{tiles:r}))),r=[]}})),t)})()))},SB=Xe.create({container:{width:"100%",flexDirection:"row",alignItems:"center",justifyContent:"center"},circleContainer:{position:"absolute",right:0},circle:{width:21,height:21,borderRadius:9999,backgroundColor:"red",alignItems:"center",justifyContent:"center"}}),IB=({currentPoints:e,maxPoints:t,variant:r="primary",height:i="sm",attained:n=!1})=>{const{theme:o}=sr(),l=n?100:e/t*100,c=l>=100||n;let h=r;return c?h="primary":l<50&&(h="accent"),a.createElement(Wa,{style:SB.container},a.createElement(XV,{percentage:l,variant:h,height:i}),a.createElement(Wa,{style:[SB.circleContainer]},a.createElement(Wa,{style:[SB.circle,{borderColor:o.derivedSurface[20],backgroundColor:c?o.primary:o.surface,borderWidth:c?0:4}]},c&&a.createElement(ZP,{name:"Check",size:12,color:o.primaryText}))))},_B=Xe.create({sectionHeader:Dr({marginBottom:[8,8,16]}),sectionTitle:Dr({fontSize:[18,18,32],marginBottom:[4,4,8]}),sectionDescription:Dr({fontSize:[14,14,24]})}),AB=({title:e,description:t})=>{const{theme:a}=sr();return e||t?n().createElement(Wa,{style:_B.sectionHeader},e&&n().createElement(Yr,{style:[_B.sectionTitle,{fontWeight:"700"}]},e),t&&n().createElement(Yr,{style:[_B.sectionDescription,{color:a.alphaDerivedText[20]}]},t)):null},RB=(0,a.createContext)(void 0),qB=Xe.create({section:Dr({width:"100%",maxWidth:1080,marginHorizontal:"auto",marginBottom:[40,40,60]})}),PB=({section:e})=>n().createElement(RB.Provider,{value:{sectionData:e}},n().createElement(Wa,{style:qB.section},(()=>{switch(e.type){case xB.Banner:return n().createElement(CB,{section:e});case xB.Grid:return n().createElement(bB,{section:e});default:return console.warn(`Unknown section type: ${e.type}`),null}})())),TB=({id:e})=>{const{getGroupByID:t}=sr(),[r,i]=(0,a.useState)(null),[o,l]=(0,a.useState)(!0);return(0,a.useEffect)((()=>{(async()=>{l(!0);const a=await t(e);console.log(a.data),i(a.data),l(!1)})()}),[e,t]),o?n().createElement(xT,{size:"large"}):r?n().createElement(Wa,null,r.sections.sort(((e,t)=>e.priority!==t.priority?t.priority-e.priority:r.sections.indexOf(e)-r.sections.indexOf(t))).map((e=>n().createElement(PB,{key:e.id,section:e})))):n().createElement(Yr,null,"No group data available")},zB=({tile:e})=>{const{isFullSize:t}=Ar(e),r=Xe.create({container:Dr({paddingHorizontal:[8,8,12],width:"100%",flexDirection:t?"row":"row-reverse",alignItems:t?"flex-start":"center",justifyContent:"space-between"}),contentContainer:{flexDirection:"column",width:t?"100%":"auto"}});return a.createElement(Nr,{tile:e},t&&a.createElement(zB.Image,{isFullSize:t}),a.createElement(Wa,{style:r.container},!t&&a.createElement(zB.Image,{isFullSize:t}),a.createElement(Wa,{style:r.contentContainer},a.createElement(zB.Title,null),a.createElement(zB.Points,null))))};zB.Title=()=>{const{configuration:e}=jr(),{title:t}=e;return a.createElement(rB,{variant:"eyebrow"},t)},zB.Points=()=>{const{theme:e}=sr(),{configuration:t}=jr(),{multiplier:r,prefix:i,suffix:n,points:o}=t,l=void 0!==o?o*(r??1):null,c=Xe.create({suffix:Dr({fontSize:[14,14,18],color:e.primary}),pointsWithSuffix:{flexDirection:"row",alignItems:"center",justifyContent:"center"}});return null===l?null:a.createElement(rB,{variant:"caption"},i??"",a.createElement(Wa,{style:c.pointsWithSuffix},l,a.createElement(rB,{style:c.suffix},n??"pts")))},zB.Image=({isFullSize:e})=>{const{theme:t}=sr(),{configuration:r}=jr(),{artworkUrl:i}=r,n=Xe.create({imageContainer:Dr({width:e?"100%":57,height:e?"50%":57,marginBottom:e?[8,8,12]:0,backgroundColor:e?t.alphaDerivedPrimary[20]:t.surface,justifyContent:"center",alignItems:"center"}),image:{width:"100%",height:"100%",position:"absolute"}});return i?a.createElement(Wa,{style:n.imageContainer},a.createElement(yT,{source:{uri:i},style:n.image,resizeMode:"cover"})):null};const HB=zB,VB=({tile:e})=>e?a.createElement(Nr,{tile:e},a.createElement(VB.Header,null),a.createElement(VB.Background,null)):null,BB=Xe.create({header:{position:"absolute",top:0,left:0,right:0,zIndex:10,height:35,alignItems:"center",justifyContent:"center"},headerText:{fontSize:16,paddingHorizontal:30},background:{position:"absolute",width:"100%",height:"100%",objectFit:"cover"}});VB.Header=()=>{const{theme:e}=sr(),{configuration:t}=jr(),{showName:r,name:i}=t;return r&&i?a.createElement(Wa,{style:[BB.header,{backgroundColor:e.primary}]},a.createElement(rB,{style:[BB.headerText,{color:e.primaryText}],ellipsizeMode:"tail",numberOfLines:1},i)):null},VB.Background=()=>{const{configuration:e}=jr(),{artworkUrl:t}=e;return t?a.createElement(JV,{source:{uri:t},style:BB.background}):null};const DB=VB,EB=({tile:e})=>a.createElement(Nr,{tile:e},a.createElement(EB.Media,null),a.createElement(EB.Content,null,a.createElement(eB,null,a.createElement(EB.Title,null),a.createElement(EB.Chevron,null)),a.createElement(EB.Description,null),a.createElement(EB.Points,null))),FB=Xe.create({imageContainer:Dr({width:"100%",flexBasis:"50%",marginBottom:[8,8,12]}),image:{position:"absolute",top:0,left:0,bottom:0,right:0,width:"100%",height:"100%",resizeMode:"cover"},content:Dr({paddingHorizontal:[8,8,12],flex:1}),footer:{marginTop:8},pointsContainer:{flexDirection:"row",alignItems:"center",justifyContent:"center"},suffix:Dr({fontSize:[14,14,18]})});EB.Media=()=>{const{configuration:e}=jr(),t=e;return t?.pictureUrl?a.createElement(Wa,{style:FB.imageContainer},a.createElement(JV,{source:{uri:t.pictureUrl},style:FB.image})):null},EB.Title=()=>{const{configuration:e}=jr(),t=e;return t?.name?a.createElement(rB,{variant:"title",ellipsizeMode:"tail",numberOfLines:1},t.name):null},EB.Description=()=>{const{configuration:e}=jr(),t=e;return t?.summary?a.createElement(rB,{variant:"body"},t.summary):null},EB.Points=()=>{const{configuration:e}=jr(),{theme:t}=sr(),r=e,i=void 0!==r?.price?r.price*Number(r.pointsMultiplier):null;return 0!==r?.price&&r.showPrice&&null!==i?a.createElement(rB,{variant:"caption",style:FB.footer},r.pointsPrefix,a.createElement(Wa,{style:FB.pointsContainer},i,a.createElement(rB,{style:[FB.suffix,{color:t.primary}]},r.pointsSuffix))):null},EB.Chevron=()=>{const{theme:e}=sr();return a.createElement(ZP,{name:"ChevronRight",color:e.derivedSurfaceText[20]})},EB.Content=({children:e})=>a.createElement(Wa,{style:FB.content},e);const jB=EB,OB=({tile:e})=>{const{isFullSize:t}=Ar(e),r=e.configuration,i=Xe.create({container:Dr({paddingHorizontal:[8,8,12],width:"100%",flexDirection:t?"column":"row-reverse",alignItems:t?"flex-start":"center",justifyContent:"space-between",marginTop:t?20:null}),contentContainer:{flexDirection:"column",width:t?"100%":"auto"},row:{flexDirection:"row",alignItems:"center",justifyContent:"space-between",width:"100%"}});return a.createElement(Nr,{tile:e},(()=>{switch(r.type){case gr.currentTier:return a.createElement(a.Fragment,null,a.createElement(OB.Image,{isFullSize:t}),a.createElement(Wa,{style:i.container},a.createElement(rB,{variant:"caption"},"Current Tier"),a.createElement(Wa,{style:i.row},a.createElement(OB.Name,null),a.createElement(OB.Count,null))));case gr.specificTier:return a.createElement(a.Fragment,null,a.createElement(OB.Progress,null),a.createElement(Wa,{style:i.container},a.createElement(Wa,{style:i.row},a.createElement(Wa,null,a.createElement(rB,{variant:"body"},"Current Tier"),a.createElement(OB.Name,null)),a.createElement(Wa,null,a.createElement(OB.NextName,null)))));case gr.currentTargetNext:return a.createElement(a.Fragment,null,a.createElement(OB.Image,{isFullSize:t}),a.createElement(Wa,{style:{padding:12}},a.createElement(OB.Progress,null),a.createElement(Wa,{style:i.container},a.createElement(OB.Count,null),a.createElement(OB.Description,null))));default:return null}})())};OB.Name=()=>{const{configuration:e}=jr(),{tier:t}=e;return a.createElement(rB,{variant:"title"},t?.name)},OB.Count=()=>{const{configuration:e}=jr(),{tier:t}=e;return a.createElement(Wa,{style:{flexDirection:"row",alignItems:"center",justifyContent:"flex-start"}},a.createElement(rB,{variant:"tier-earned"},`${t?.earnedPoints}/`),a.createElement(rB,{variant:"tier-requirement"},t?.pointsRequirement))},OB.Image=({isFullSize:e})=>{const{theme:t}=sr(),{configuration:r}=jr(),{tier:i}=r,n=Xe.create({imageContainer:Dr({width:e?"100%":57,height:e?"100%":57,marginBottom:e?[8,8,12]:0,backgroundColor:e?t.alphaDerivedPrimary[20]:t.surface,justifyContent:"center",alignItems:"center",flexBasis:e?"50%":null}),image:{width:"80%",height:"80%",resizeMode:"contain"}});return i?a.createElement(Wa,{style:n.imageContainer},i.artworkUrl&&a.createElement(yT,{source:{uri:i.artworkUrl},style:n.image})):null},OB.Progress=()=>{const{configuration:e}=jr(),{tier:t}=e;return t&&void 0!==t.earnedPoints&&void 0!==t.pointsRequirement?a.createElement(IB,{currentPoints:t.earnedPoints,maxPoints:t.pointsRequirement,attained:t.attained}):null},OB.Description=()=>{const{configuration:e}=jr(),{tier:t}=e;return a.createElement(rB,{variant:"body"},t?.description)},OB.NextName=()=>{const{configuration:e}=jr(),{targetTier:t}=e;return a.createElement(rB,{variant:"title"},t?.name)},OB.NextCount=()=>{const{configuration:e}=jr(),{targetTier:t}=e;return a.createElement(Wa,{style:{flexDirection:"row",alignItems:"center",justifyContent:"flex-start"}},a.createElement(rB,{variant:"tier-earned"},`${t?.earnedPoints}/`),a.createElement(rB,{variant:"tier-requirement"},t?.pointsRequirement))};const UB=OB,NB=({tile:e})=>{if(!e)return null;const{configuration:t}=e,{tier:r}=t,{isHalfSize:i}=Ar(e);return!r||Array.isArray(r)?a.createElement(NB.Empty,{tile:e}):i?a.createElement(NB.Half,{tile:e}):a.createElement(NB.Full,{tile:e})};NB.Full=({tile:e})=>{const{configuration:t}=e,{tier:r,title:i}=t,{artworkUrl:n,name:o,description:l}=r??{};return a.createElement(Nr,{tile:e},n&&a.createElement(Wa,{style:WB.header},a.createElement(JV,{source:{uri:n},style:WB.image,resizeMode:"center"})),a.createElement(Ri,{align:"stretch",justify:n?"start":"center",direction:"column"},a.createElement(Wa,null,i&&a.createElement(rB,{variant:"eyebrow",style:WB.title},i),o&&a.createElement(rB,{variant:"title",style:WB.title},o),l&&a.createElement(rB,{variant:"body"},l))))},NB.Half=({tile:e})=>{const{configuration:t}=e,{tier:r,title:i}=t,{artworkUrl:n,name:o}=r;return a.createElement(Nr,{tile:e},a.createElement(Ri,{align:"center",justify:"between",direction:"row",style:{paddingTop:16}},a.createElement(Wa,null,i&&a.createElement(rB,{variant:"eyebrow",style:WB.title},i),o&&a.createElement(rB,{variant:"title",style:WB.title},o)),n&&a.createElement(Wa,{style:WB.smallImageContainer},a.createElement(yT,{source:{uri:n},style:WB.smallImage,resizeMode:"contain"}))))},NB.Empty=({tile:e})=>{const{configuration:t}=e,{title:r,emptyDescription:i,emptyArtworkUrl:n}=t,{isHalfSize:o}=Ar(e);return o?a.createElement(Nr,{tile:e},a.createElement(Ri,{align:"center",justify:"between",direction:"row",style:{paddingTop:16}},a.createElement(Wa,{style:{flex:1}},r&&a.createElement(rB,{variant:"title",style:WB.title},r),i&&a.createElement(rB,{variant:"body"},i)),n&&a.createElement(Wa,{style:WB.smallImageContainer},a.createElement(yT,{source:{uri:n},style:WB.smallImage,resizeMode:"contain"})))):a.createElement(Nr,{tile:e},n&&a.createElement(Wa,{style:WB.header},a.createElement(JV,{source:{uri:n},style:WB.image,resizeMode:"center"})),a.createElement(Ri,{align:"stretch",justify:"center",direction:"column"},a.createElement(Wa,null,r&&a.createElement(rB,{variant:"title",style:WB.title},r),i&&a.createElement(rB,{variant:"body"},i))))};const WB=Xe.create({header:Dr({flexBasis:"50%",width:"100%",overflow:"hidden",marginBottom:[8,8,12]}),title:Dr({marginBottom:[4,4,8]}),smallImageContainer:{width:48,height:48,position:"relative"},smallImage:{width:"100%",height:"100%",resizeMode:"cover",position:"absolute",top:0,left:0,right:0,bottom:0},image:{width:"100%",height:"100%",resizeMode:"cover"}}),ZB=NB,GB=Xe.create({container:{flexDirection:"column",marginBottom:16},tileContainer:{flex:1}}),XB=({tiles:e})=>{const t=e.every((e=>e.tileHeight===Mr.Half));return a.createElement(Wa,{style:[GB.container,t?{aspectRatio:2}:{aspectRatio:1}]},e.map(((e,t)=>a.createElement(Wa,{key:e.id,style:[GB.tileContainer,t>0&&{marginTop:16}]},(e=>{switch(e.type){case fr.Content:return a.createElement(MB,{tile:e});case fr.Badge:return a.createElement(yB,{tile:e});case fr.Tier:return a.createElement(ZB,{tile:e});case fr.Points:return a.createElement(HB,{tile:e});case fr.Reward:return a.createElement(jB,{tile:e});case fr.RewardCategory:return a.createElement(DB,{tile:e})}})(e)))))};class KB{constructor(){this.id=void 0,this.createdAt=void 0,this.updatedAt=void 0,this.name=void 0,this.pictureUrl=void 0,this.description=void 0,this.price=void 0,this.value=void 0,this.priority=void 0,this.availability=void 0,this.purchasable=void 0,this.tier=void 0,this.summary=void 0,this.redemptionMessage=void 0,this.visibilityCriteria=void 0}}})(),i})()));
|