@runtypelabs/persona 3.8.0 → 3.8.2

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.
@@ -1,5 +1,5 @@
1
1
  "use strict";var AgentWidget=(()=>{var iI=Object.create;var ld=Object.defineProperty;var dI=Object.getOwnPropertyDescriptor;var pI=Object.getOwnPropertyNames;var cI=Object.getPrototypeOf,uI=Object.prototype.hasOwnProperty;var WH=r=>{throw TypeError(r)};var fI=(r,a,e)=>a in r?ld(r,a,{enumerable:!0,configurable:!0,writable:!0,value:e}):r[a]=e;var OH=(r,a)=>()=>(a||r((a={exports:{}}).exports,a),a.exports),Yk=(r,a)=>{for(var e in a)ld(r,e,{get:a[e],enumerable:!0})},NH=(r,a,e,t)=>{if(a&&typeof a=="object"||typeof a=="function")for(let s of pI(a))!uI.call(r,s)&&s!==e&&ld(r,s,{get:()=>a[s],enumerable:!(t=dI(a,s))||t.enumerable});return r};var zH=(r,a,e)=>(e=r!=null?iI(cI(r)):{},NH(a||!r||!r.__esModule?ld(e,"default",{value:r,enumerable:!0}):e,r)),hI=r=>NH(ld({},"__esModule",{value:!0}),r);var Gt=(r,a,e)=>fI(r,typeof a!="symbol"?a+"":a,e),mI=(r,a,e)=>a.has(r)||WH("Cannot "+e);var _H=(r,a,e)=>a.has(r)?WH("Cannot add the same private member more than once"):a instanceof WeakSet?a.add(r):a.set(r,e);var jd=(r,a,e)=>(mI(r,a,"access private method"),e);var gT=OH(Ae=>{"use strict";Object.defineProperty(Ae,"__esModule",{value:!0});Ae.Allow=Ae.ALL=Ae.COLLECTION=Ae.ATOM=Ae.SPECIAL=Ae.INF=Ae._INFINITY=Ae.INFINITY=Ae.NAN=Ae.BOOL=Ae.NULL=Ae.OBJ=Ae.ARR=Ae.NUM=Ae.STR=void 0;Ae.STR=1;Ae.NUM=2;Ae.ARR=4;Ae.OBJ=8;Ae.NULL=16;Ae.BOOL=32;Ae.NAN=64;Ae.INFINITY=128;Ae._INFINITY=256;Ae.INF=Ae.INFINITY|Ae._INFINITY;Ae.SPECIAL=Ae.NULL|Ae.BOOL|Ae.INF|Ae.NAN;Ae.ATOM=Ae.STR|Ae.NUM|Ae.SPECIAL;Ae.COLLECTION=Ae.ARR|Ae.OBJ;Ae.ALL=Ae.ATOM|Ae.COLLECTION;Ae.Allow={STR:Ae.STR,NUM:Ae.NUM,ARR:Ae.ARR,OBJ:Ae.OBJ,NULL:Ae.NULL,BOOL:Ae.BOOL,NAN:Ae.NAN,INFINITY:Ae.INFINITY,_INFINITY:Ae._INFINITY,INF:Ae.INF,SPECIAL:Ae.SPECIAL,ATOM:Ae.ATOM,COLLECTION:Ae.COLLECTION,ALL:Ae.ALL};Ae.default=Ae.Allow});var MT=OH(Ma=>{"use strict";var bB=Ma&&Ma.__createBinding||(Object.create?(function(r,a,e,t){t===void 0&&(t=e);var s=Object.getOwnPropertyDescriptor(a,e);(!s||("get"in s?!a.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return a[e]}}),Object.defineProperty(r,t,s)}):(function(r,a,e,t){t===void 0&&(t=e),r[t]=a[e]})),CB=Ma&&Ma.__exportStar||function(r,a){for(var e in r)e!=="default"&&!Object.prototype.hasOwnProperty.call(a,e)&&bB(a,r,e)};Object.defineProperty(Ma,"__esModule",{value:!0});Ma.Allow=Ma.MalformedJSON=Ma.PartialJSON=Ma.parseJSON=Ma.parse=void 0;var Ia=gT();Object.defineProperty(Ma,"Allow",{enumerable:!0,get:function(){return Ia.Allow}});CB(gT(),Ma);var t1=class extends Error{};Ma.PartialJSON=t1;var a1=class extends Error{};Ma.MalformedJSON=a1;function wP(r,a=Ia.Allow.ALL){if(typeof r!="string")throw new TypeError(`expecting str, got ${typeof r}`);if(!r.trim())throw new Error(`${r} is empty`);return wB(r.trim(),a)}Ma.parseJSON=wP;var wB=(r,a)=>{let e=r.length,t=0,s=f=>{throw new t1(`${f} at position ${t}`)},o=f=>{throw new a1(`${f} at position ${t}`)},n=()=>(u(),t>=e&&s("Unexpected end of input"),r[t]==='"'?l():r[t]==="{"?p():r[t]==="["?i():r.substring(t,t+4)==="null"||Ia.Allow.NULL&a&&e-t<4&&"null".startsWith(r.substring(t))?(t+=4,null):r.substring(t,t+4)==="true"||Ia.Allow.BOOL&a&&e-t<4&&"true".startsWith(r.substring(t))?(t+=4,!0):r.substring(t,t+5)==="false"||Ia.Allow.BOOL&a&&e-t<5&&"false".startsWith(r.substring(t))?(t+=5,!1):r.substring(t,t+8)==="Infinity"||Ia.Allow.INFINITY&a&&e-t<8&&"Infinity".startsWith(r.substring(t))?(t+=8,1/0):r.substring(t,t+9)==="-Infinity"||Ia.Allow._INFINITY&a&&1<e-t&&e-t<9&&"-Infinity".startsWith(r.substring(t))?(t+=9,-1/0):r.substring(t,t+3)==="NaN"||Ia.Allow.NAN&a&&e-t<3&&"NaN".startsWith(r.substring(t))?(t+=3,NaN):c()),l=()=>{let f=t,h=!1;for(t++;t<e&&(r[t]!=='"'||h&&r[t-1]==="\\");)h=r[t]==="\\"?!h:!1,t++;if(r.charAt(t)=='"')try{return JSON.parse(r.substring(f,++t-Number(h)))}catch(y){o(String(y))}else if(Ia.Allow.STR&a)try{return JSON.parse(r.substring(f,t-Number(h))+'"')}catch{return JSON.parse(r.substring(f,r.lastIndexOf("\\"))+'"')}s("Unterminated string literal")},p=()=>{t++,u();let f={};try{for(;r[t]!=="}";){if(u(),t>=e&&Ia.Allow.OBJ&a)return f;let h=l();u(),t++;try{let y=n();f[h]=y}catch(y){if(Ia.Allow.OBJ&a)return f;throw y}u(),r[t]===","&&t++}}catch{if(Ia.Allow.OBJ&a)return f;s("Expected '}' at end of object")}return t++,f},i=()=>{t++;let f=[];try{for(;r[t]!=="]";)f.push(n()),u(),r[t]===","&&t++}catch{if(Ia.Allow.ARR&a)return f;s("Expected ']' at end of array")}return t++,f},c=()=>{if(t===0){r==="-"&&o("Not sure what '-' is");try{return JSON.parse(r)}catch(h){if(Ia.Allow.NUM&a)try{return JSON.parse(r.substring(0,r.lastIndexOf("e")))}catch{}o(String(h))}}let f=t;for(r[t]==="-"&&t++;r[t]&&",]}".indexOf(r[t])===-1;)t++;t==e&&!(Ia.Allow.NUM&a)&&s("Unterminated number literal");try{return JSON.parse(r.substring(f,t))}catch{r.substring(f,t)==="-"&&s("Not sure what '-' is");try{return JSON.parse(r.substring(f,r.lastIndexOf("e")))}catch(y){o(String(y))}}},u=()=>{for(;t<e&&`
2
- \r `.includes(r[t]);)t++};return n()},SB=wP;Ma.parse=SB});var gV={};Yk(gV,{AgentWidgetClient:()=>io,AgentWidgetSession:()=>Ro,AttachmentManager:()=>fo,DEFAULT_COMPONENTS:()=>kT,DEFAULT_PALETTE:()=>ST,DEFAULT_SEMANTIC:()=>AT,DEFAULT_WIDGET_CONFIG:()=>Ot,PRESETS:()=>lL,PRESET_FULLSCREEN:()=>nL,PRESET_MINIMAL:()=>sL,PRESET_SHOP:()=>oL,THEME_ZONES:()=>_P,VERSION:()=>go,accessibilityPlugin:()=>YR,animationsPlugin:()=>QR,applyThemeVariables:()=>Gr,attachHeaderToContainer:()=>ho,brandPlugin:()=>eI,buildComposer:()=>_i,buildDefaultHeader:()=>PT,buildHeader:()=>Lr,buildHeaderWithLayout:()=>zi,buildMinimalHeader:()=>RT,collectEnrichedPageContext:()=>VR,componentRegistry:()=>Er,createActionManager:()=>Fd,createAgentExperience:()=>qk,createBestAvailableVoiceProvider:()=>h1,createBubbleWithLayout:()=>tR,createCSATFeedback:()=>zk,createComboButton:()=>Pk,createComponentMiddleware:()=>yR,createComponentStreamParser:()=>Fk,createDefaultSanitizer:()=>xT,createDemoCarousel:()=>KR,createDirectivePostprocessor:()=>iP,createDropdownMenu:()=>Jr,createFlexibleJsonStreamParser:()=>kP,createIconButton:()=>_t,createImagePart:()=>RP,createJsonStreamParser:()=>l1,createLabelButton:()=>Pd,createLocalStorageAdapter:()=>Vk,createMarkdownProcessor:()=>hd,createMarkdownProcessorFromConfig:()=>lo,createMessageActions:()=>DT,createNPSFeedback:()=>_k,createPlainTextParser:()=>s1,createPlugin:()=>rI,createRegexJsonParser:()=>n1,createStandardBubble:()=>qi,createTextPart:()=>p1,createTheme:()=>Ni,createThemeObserver:()=>kk,createToggleGroup:()=>Rd,createTypingIndicator:()=>mo,createVoiceProvider:()=>uo,createWidgetHostLayout:()=>Wd,createXmlParser:()=>i1,default:()=>xV,defaultActionHandlers:()=>xo,defaultJsonActionParser:()=>Vd,defaultParseRules:()=>eL,detectColorScheme:()=>Ad,directivePostprocessor:()=>dP,escapeHtml:()=>Eo,extractComponentDirectiveFromMessage:()=>Nk,fileToImagePart:()=>IP,formatEnrichedContext:()=>FR,generateAssistantMessageId:()=>po,generateCodeSnippet:()=>UR,generateMessageId:()=>TP,generateStableSelector:()=>tL,generateUserMessageId:()=>Po,getActiveTheme:()=>kd,getColorScheme:()=>LT,getDisplayText:()=>EP,getHeaderLayout:()=>IT,getImageParts:()=>PP,getPreset:()=>sI,hasComponentDirective:()=>Ok,hasImages:()=>HP,headerLayouts:()=>Rk,highContrastPlugin:()=>aI,initAgentWidget:()=>JT,isComponentDirectiveType:()=>MR,isDockedMountMode:()=>ca,isVoiceSupported:()=>Cd,markdownPostprocessor:()=>lT,mergeWithDefaults:()=>Dk,normalizeContent:()=>LP,pluginRegistry:()=>Dd,reducedMotionPlugin:()=>tI,renderComponentDirective:()=>Wk,renderLoadingIndicatorWithFallback:()=>BT,resolveDockConfig:()=>rr,resolveSanitizer:()=>Ho,resolveTokens:()=>Sk,themeToCssVariables:()=>Ak,validateImageFile:()=>BP,validateTheme:()=>TT});function tT(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var no=tT();function ZH(r){no=r}var XH=/[&<>"']/,xI=new RegExp(XH.source,"g"),JH=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,gI=new RegExp(JH.source,"g"),MI={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},qH=r=>MI[r];function Xa(r,a){if(a){if(XH.test(r))return r.replace(xI,qH)}else if(JH.test(r))return r.replace(gI,qH);return r}var yI=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function vI(r){return r.replace(yI,(a,e)=>(e=e.toLowerCase(),e==="colon"?":":e.charAt(0)==="#"?e.charAt(1)==="x"?String.fromCharCode(parseInt(e.substring(2),16)):String.fromCharCode(+e.substring(1)):""))}var bI=/(^|[^\[])\^/g;function Vt(r,a){let e=typeof r=="string"?r:r.source;a=a||"";let t={replace:(s,o)=>{let n=typeof o=="string"?o:o.source;return n=n.replace(bI,"$1"),e=e.replace(s,n),t},getRegex:()=>new RegExp(e,a)};return t}function UH(r){try{r=encodeURI(r).replace(/%25/g,"%")}catch{return null}return r}var dd={exec:()=>null};function $H(r,a){let e=r.replace(/\|/g,(o,n,l)=>{let p=!1,i=n;for(;--i>=0&&l[i]==="\\";)p=!p;return p?"|":" |"}),t=e.split(/ \|/),s=0;if(t[0].trim()||t.shift(),t.length>0&&!t[t.length-1].trim()&&t.pop(),a)if(t.length>a)t.splice(a);else for(;t.length<a;)t.push("");for(;s<t.length;s++)t[s]=t[s].trim().replace(/\\\|/g,"|");return t}function Gd(r,a,e){let t=r.length;if(t===0)return"";let s=0;for(;s<t;){let o=r.charAt(t-s-1);if(o===a&&!e)s++;else if(o!==a&&e)s++;else break}return r.slice(0,t-s)}function CI(r,a){if(r.indexOf(a[1])===-1)return-1;let e=0;for(let t=0;t<r.length;t++)if(r[t]==="\\")t++;else if(r[t]===a[0])e++;else if(r[t]===a[1]&&(e--,e<0))return t;return-1}function jH(r,a,e,t){let s=a.href,o=a.title?Xa(a.title):null,n=r[1].replace(/\\([\[\]])/g,"$1");if(r[0].charAt(0)!=="!"){t.state.inLink=!0;let l={type:"link",raw:e,href:s,title:o,text:n,tokens:t.inlineTokens(n)};return t.state.inLink=!1,l}return{type:"image",raw:e,href:s,title:o,text:Xa(n)}}function wI(r,a){let e=r.match(/^(\s+)(?:```)/);if(e===null)return a;let t=e[1];return a.split(`
2
+ \r `.includes(r[t]);)t++};return n()},SB=wP;Ma.parse=SB});var gV={};Yk(gV,{AgentWidgetClient:()=>io,AgentWidgetSession:()=>Ro,AttachmentManager:()=>fo,DEFAULT_COMPONENTS:()=>kT,DEFAULT_PALETTE:()=>ST,DEFAULT_SEMANTIC:()=>AT,DEFAULT_WIDGET_CONFIG:()=>Ot,PRESETS:()=>lL,PRESET_FULLSCREEN:()=>nL,PRESET_MINIMAL:()=>sL,PRESET_SHOP:()=>oL,THEME_ZONES:()=>_P,VERSION:()=>go,accessibilityPlugin:()=>YR,animationsPlugin:()=>QR,applyThemeVariables:()=>Gr,attachHeaderToContainer:()=>ho,brandPlugin:()=>eI,buildComposer:()=>_i,buildDefaultHeader:()=>PT,buildHeader:()=>Lr,buildHeaderWithLayout:()=>zi,buildMinimalHeader:()=>RT,collectEnrichedPageContext:()=>VR,componentRegistry:()=>Er,createActionManager:()=>Fd,createAgentExperience:()=>qk,createBestAvailableVoiceProvider:()=>h1,createBubbleWithLayout:()=>tR,createCSATFeedback:()=>zk,createComboButton:()=>Pk,createComponentMiddleware:()=>yR,createComponentStreamParser:()=>Fk,createDefaultSanitizer:()=>xT,createDemoCarousel:()=>KR,createDirectivePostprocessor:()=>iP,createDropdownMenu:()=>Jr,createFlexibleJsonStreamParser:()=>kP,createIconButton:()=>_t,createImagePart:()=>RP,createJsonStreamParser:()=>l1,createLabelButton:()=>Pd,createLocalStorageAdapter:()=>Vk,createMarkdownProcessor:()=>hd,createMarkdownProcessorFromConfig:()=>lo,createMessageActions:()=>DT,createNPSFeedback:()=>_k,createPlainTextParser:()=>s1,createPlugin:()=>rI,createRegexJsonParser:()=>n1,createStandardBubble:()=>qi,createTextPart:()=>p1,createTheme:()=>Ni,createThemeObserver:()=>kk,createToggleGroup:()=>Rd,createTypingIndicator:()=>mo,createVoiceProvider:()=>uo,createWidgetHostLayout:()=>Wd,createXmlParser:()=>i1,default:()=>xV,defaultActionHandlers:()=>xo,defaultJsonActionParser:()=>Vd,defaultParseRules:()=>eL,detectColorScheme:()=>Ad,directivePostprocessor:()=>dP,escapeHtml:()=>Eo,extractComponentDirectiveFromMessage:()=>Nk,fileToImagePart:()=>IP,formatEnrichedContext:()=>FR,generateAssistantMessageId:()=>po,generateCodeSnippet:()=>UR,generateMessageId:()=>TP,generateStableSelector:()=>tL,generateUserMessageId:()=>Po,getActiveTheme:()=>kd,getColorScheme:()=>LT,getDisplayText:()=>EP,getHeaderLayout:()=>IT,getImageParts:()=>PP,getPreset:()=>sI,hasComponentDirective:()=>Ok,hasImages:()=>HP,headerLayouts:()=>Rk,highContrastPlugin:()=>aI,initAgentWidget:()=>JT,isComponentDirectiveType:()=>MR,isDockedMountMode:()=>ca,isVoiceSupported:()=>Cd,markdownPostprocessor:()=>lT,mergeWithDefaults:()=>Dk,normalizeContent:()=>LP,pluginRegistry:()=>Dd,reducedMotionPlugin:()=>tI,renderComponentDirective:()=>Wk,renderLoadingIndicatorWithFallback:()=>BT,resolveDockConfig:()=>or,resolveSanitizer:()=>Ho,resolveTokens:()=>Sk,themeToCssVariables:()=>Ak,validateImageFile:()=>BP,validateTheme:()=>TT});function tT(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var no=tT();function ZH(r){no=r}var XH=/[&<>"']/,xI=new RegExp(XH.source,"g"),JH=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,gI=new RegExp(JH.source,"g"),MI={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},qH=r=>MI[r];function Xa(r,a){if(a){if(XH.test(r))return r.replace(xI,qH)}else if(JH.test(r))return r.replace(gI,qH);return r}var yI=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function vI(r){return r.replace(yI,(a,e)=>(e=e.toLowerCase(),e==="colon"?":":e.charAt(0)==="#"?e.charAt(1)==="x"?String.fromCharCode(parseInt(e.substring(2),16)):String.fromCharCode(+e.substring(1)):""))}var bI=/(^|[^\[])\^/g;function Vt(r,a){let e=typeof r=="string"?r:r.source;a=a||"";let t={replace:(s,o)=>{let n=typeof o=="string"?o:o.source;return n=n.replace(bI,"$1"),e=e.replace(s,n),t},getRegex:()=>new RegExp(e,a)};return t}function UH(r){try{r=encodeURI(r).replace(/%25/g,"%")}catch{return null}return r}var dd={exec:()=>null};function $H(r,a){let e=r.replace(/\|/g,(o,n,l)=>{let p=!1,i=n;for(;--i>=0&&l[i]==="\\";)p=!p;return p?"|":" |"}),t=e.split(/ \|/),s=0;if(t[0].trim()||t.shift(),t.length>0&&!t[t.length-1].trim()&&t.pop(),a)if(t.length>a)t.splice(a);else for(;t.length<a;)t.push("");for(;s<t.length;s++)t[s]=t[s].trim().replace(/\\\|/g,"|");return t}function Gd(r,a,e){let t=r.length;if(t===0)return"";let s=0;for(;s<t;){let o=r.charAt(t-s-1);if(o===a&&!e)s++;else if(o!==a&&e)s++;else break}return r.slice(0,t-s)}function CI(r,a){if(r.indexOf(a[1])===-1)return-1;let e=0;for(let t=0;t<r.length;t++)if(r[t]==="\\")t++;else if(r[t]===a[0])e++;else if(r[t]===a[1]&&(e--,e<0))return t;return-1}function jH(r,a,e,t){let s=a.href,o=a.title?Xa(a.title):null,n=r[1].replace(/\\([\[\]])/g,"$1");if(r[0].charAt(0)!=="!"){t.state.inLink=!0;let l={type:"link",raw:e,href:s,title:o,text:n,tokens:t.inlineTokens(n)};return t.state.inLink=!1,l}return{type:"image",raw:e,href:s,title:o,text:Xa(n)}}function wI(r,a){let e=r.match(/^(\s+)(?:```)/);if(e===null)return a;let t=e[1];return a.split(`
3
3
  `).map(s=>{let o=s.match(/^\s+/);if(o===null)return s;let[n]=o;return n.length>=t.length?s.slice(t.length):s}).join(`
4
4
  `)}var To=class{constructor(a){Gt(this,"options");Gt(this,"rules");Gt(this,"lexer");this.options=a||no}space(a){let e=this.rules.block.newline.exec(a);if(e&&e[0].length>0)return{type:"space",raw:e[0]}}code(a){let e=this.rules.block.code.exec(a);if(e){let t=e[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:e[0],codeBlockStyle:"indented",text:this.options.pedantic?t:Gd(t,`
5
5
  `)}}}fences(a){let e=this.rules.block.fences.exec(a);if(e){let t=e[0],s=wI(t,e[3]||"");return{type:"code",raw:t,lang:e[2]?e[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):e[2],text:s}}}heading(a){let e=this.rules.block.heading.exec(a);if(e){let t=e[2].trim();if(/#$/.test(t)){let s=Gd(t,"#");(this.options.pedantic||!s||/ $/.test(s))&&(t=s.trim())}return{type:"heading",raw:e[0],depth:e[1].length,text:t,tokens:this.lexer.inline(t)}}}hr(a){let e=this.rules.block.hr.exec(a);if(e)return{type:"hr",raw:e[0]}}blockquote(a){let e=this.rules.block.blockquote.exec(a);if(e){let t=e[0].replace(/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,`
@@ -44,17 +44,17 @@ ${a}</tr>
44
44
  `}tablecell(a,e){let t=e.header?"th":"td";return(e.align?`<${t} align="${e.align}">`:`<${t}>`)+a+`</${t}>
45
45
  `}strong(a){return`<strong>${a}</strong>`}em(a){return`<em>${a}</em>`}codespan(a){return`<code>${a}</code>`}br(){return"<br>"}del(a){return`<del>${a}</del>`}link(a,e,t){let s=UH(a);if(s===null)return t;a=s;let o='<a href="'+a+'"';return e&&(o+=' title="'+e+'"'),o+=">"+t+"</a>",o}image(a,e,t){let s=UH(a);if(s===null)return t;a=s;let o=`<img src="${a}" alt="${t}"`;return e&&(o+=` title="${e}"`),o+=">",o}text(a){return a}},pd=class{strong(a){return a}em(a){return a}codespan(a){return a}del(a){return a}html(a){return a}text(a){return a}link(a,e,t){return""+t}image(a,e,t){return""+t}br(){return""}},Ar=class r{constructor(a){Gt(this,"options");Gt(this,"renderer");Gt(this,"textRenderer");this.options=a||no,this.options.renderer=this.options.renderer||new Lo,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new pd}static parse(a,e){return new r(e).parse(a)}static parseInline(a,e){return new r(e).parseInline(a)}parse(a,e=!0){let t="";for(let s=0;s<a.length;s++){let o=a[s];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[o.type]){let n=o,l=this.options.extensions.renderers[n.type].call({parser:this},n);if(l!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(n.type)){t+=l||"";continue}}switch(o.type){case"space":continue;case"hr":{t+=this.renderer.hr();continue}case"heading":{let n=o;t+=this.renderer.heading(this.parseInline(n.tokens),n.depth,vI(this.parseInline(n.tokens,this.textRenderer)));continue}case"code":{let n=o;t+=this.renderer.code(n.text,n.lang,!!n.escaped);continue}case"table":{let n=o,l="",p="";for(let c=0;c<n.header.length;c++)p+=this.renderer.tablecell(this.parseInline(n.header[c].tokens),{header:!0,align:n.align[c]});l+=this.renderer.tablerow(p);let i="";for(let c=0;c<n.rows.length;c++){let u=n.rows[c];p="";for(let f=0;f<u.length;f++)p+=this.renderer.tablecell(this.parseInline(u[f].tokens),{header:!1,align:n.align[f]});i+=this.renderer.tablerow(p)}t+=this.renderer.table(l,i);continue}case"blockquote":{let n=o,l=this.parse(n.tokens);t+=this.renderer.blockquote(l);continue}case"list":{let n=o,l=n.ordered,p=n.start,i=n.loose,c="";for(let u=0;u<n.items.length;u++){let f=n.items[u],h=f.checked,y=f.task,T="";if(f.task){let b=this.renderer.checkbox(!!h);i?f.tokens.length>0&&f.tokens[0].type==="paragraph"?(f.tokens[0].text=b+" "+f.tokens[0].text,f.tokens[0].tokens&&f.tokens[0].tokens.length>0&&f.tokens[0].tokens[0].type==="text"&&(f.tokens[0].tokens[0].text=b+" "+f.tokens[0].tokens[0].text)):f.tokens.unshift({type:"text",text:b+" "}):T+=b+" "}T+=this.parse(f.tokens,i),c+=this.renderer.listitem(T,y,!!h)}t+=this.renderer.list(c,l,p);continue}case"html":{let n=o;t+=this.renderer.html(n.text,n.block);continue}case"paragraph":{let n=o;t+=this.renderer.paragraph(this.parseInline(n.tokens));continue}case"text":{let n=o,l=n.tokens?this.parseInline(n.tokens):n.text;for(;s+1<a.length&&a[s+1].type==="text";)n=a[++s],l+=`
46
46
  `+(n.tokens?this.parseInline(n.tokens):n.text);t+=e?this.renderer.paragraph(l):l;continue}default:{let n='Token with "'+o.type+'" type was not found.';if(this.options.silent)return console.error(n),"";throw new Error(n)}}}return t}parseInline(a,e){e=e||this.renderer;let t="";for(let s=0;s<a.length;s++){let o=a[s];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[o.type]){let n=this.options.extensions.renderers[o.type].call({parser:this},o);if(n!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(o.type)){t+=n||"";continue}}switch(o.type){case"escape":{let n=o;t+=e.text(n.text);break}case"html":{let n=o;t+=e.html(n.text);break}case"link":{let n=o;t+=e.link(n.href,n.title,this.parseInline(n.tokens,e));break}case"image":{let n=o;t+=e.image(n.href,n.title,n.text);break}case"strong":{let n=o;t+=e.strong(this.parseInline(n.tokens,e));break}case"em":{let n=o;t+=e.em(this.parseInline(n.tokens,e));break}case"codespan":{let n=o;t+=e.codespan(n.text);break}case"br":{t+=e.br();break}case"del":{let n=o;t+=e.del(this.parseInline(n.tokens,e));break}case"text":{let n=o;t+=e.text(n.text);break}default:{let n='Token with "'+o.type+'" type was not found.';if(this.options.silent)return console.error(n),"";throw new Error(n)}}}return t}},ro=class{constructor(a){Gt(this,"options");this.options=a||no}preprocess(a){return a}postprocess(a){return a}processAllTokens(a){return a}};Gt(ro,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"]));var so,eT,oP,cd=class{constructor(...a){_H(this,so);Gt(this,"defaults",tT());Gt(this,"options",this.setOptions);Gt(this,"parse",jd(this,so,eT).call(this,Sr.lex,Ar.parse));Gt(this,"parseInline",jd(this,so,eT).call(this,Sr.lexInline,Ar.parseInline));Gt(this,"Parser",Ar);Gt(this,"Renderer",Lo);Gt(this,"TextRenderer",pd);Gt(this,"Lexer",Sr);Gt(this,"Tokenizer",To);Gt(this,"Hooks",ro);this.use(...a)}walkTokens(a,e){var s,o;let t=[];for(let n of a)switch(t=t.concat(e.call(this,n)),n.type){case"table":{let l=n;for(let p of l.header)t=t.concat(this.walkTokens(p.tokens,e));for(let p of l.rows)for(let i of p)t=t.concat(this.walkTokens(i.tokens,e));break}case"list":{let l=n;t=t.concat(this.walkTokens(l.items,e));break}default:{let l=n;(o=(s=this.defaults.extensions)==null?void 0:s.childTokens)!=null&&o[l.type]?this.defaults.extensions.childTokens[l.type].forEach(p=>{let i=l[p].flat(1/0);t=t.concat(this.walkTokens(i,e))}):l.tokens&&(t=t.concat(this.walkTokens(l.tokens,e)))}}return t}use(...a){let e=this.defaults.extensions||{renderers:{},childTokens:{}};return a.forEach(t=>{let s={...t};if(s.async=this.defaults.async||s.async||!1,t.extensions&&(t.extensions.forEach(o=>{if(!o.name)throw new Error("extension name required");if("renderer"in o){let n=e.renderers[o.name];n?e.renderers[o.name]=function(...l){let p=o.renderer.apply(this,l);return p===!1&&(p=n.apply(this,l)),p}:e.renderers[o.name]=o.renderer}if("tokenizer"in o){if(!o.level||o.level!=="block"&&o.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");let n=e[o.level];n?n.unshift(o.tokenizer):e[o.level]=[o.tokenizer],o.start&&(o.level==="block"?e.startBlock?e.startBlock.push(o.start):e.startBlock=[o.start]:o.level==="inline"&&(e.startInline?e.startInline.push(o.start):e.startInline=[o.start]))}"childTokens"in o&&o.childTokens&&(e.childTokens[o.name]=o.childTokens)}),s.extensions=e),t.renderer){let o=this.defaults.renderer||new Lo(this.defaults);for(let n in t.renderer){if(!(n in o))throw new Error(`renderer '${n}' does not exist`);if(n==="options")continue;let l=n,p=t.renderer[l],i=o[l];o[l]=(...c)=>{let u=p.apply(o,c);return u===!1&&(u=i.apply(o,c)),u||""}}s.renderer=o}if(t.tokenizer){let o=this.defaults.tokenizer||new To(this.defaults);for(let n in t.tokenizer){if(!(n in o))throw new Error(`tokenizer '${n}' does not exist`);if(["options","rules","lexer"].includes(n))continue;let l=n,p=t.tokenizer[l],i=o[l];o[l]=(...c)=>{let u=p.apply(o,c);return u===!1&&(u=i.apply(o,c)),u}}s.tokenizer=o}if(t.hooks){let o=this.defaults.hooks||new ro;for(let n in t.hooks){if(!(n in o))throw new Error(`hook '${n}' does not exist`);if(n==="options")continue;let l=n,p=t.hooks[l],i=o[l];ro.passThroughHooks.has(n)?o[l]=c=>{if(this.defaults.async)return Promise.resolve(p.call(o,c)).then(f=>i.call(o,f));let u=p.call(o,c);return i.call(o,u)}:o[l]=(...c)=>{let u=p.apply(o,c);return u===!1&&(u=i.apply(o,c)),u}}s.hooks=o}if(t.walkTokens){let o=this.defaults.walkTokens,n=t.walkTokens;s.walkTokens=function(l){let p=[];return p.push(n.call(this,l)),o&&(p=p.concat(o.call(this,l))),p}}this.defaults={...this.defaults,...s}}),this}setOptions(a){return this.defaults={...this.defaults,...a},this}lexer(a,e){return Sr.lex(a,e!=null?e:this.defaults)}parser(a,e){return Ar.parse(a,e!=null?e:this.defaults)}};so=new WeakSet,eT=function(a,e){return(t,s)=>{let o={...s},n={...this.defaults,...o};this.defaults.async===!0&&o.async===!1&&(n.silent||console.warn("marked(): The async option was set to true by an extension. The async: false option sent to parse will be ignored."),n.async=!0);let l=jd(this,so,oP).call(this,!!n.silent,!!n.async);if(typeof t=="undefined"||t===null)return l(new Error("marked(): input parameter is undefined or null"));if(typeof t!="string")return l(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(t)+", string expected"));if(n.hooks&&(n.hooks.options=n),n.async)return Promise.resolve(n.hooks?n.hooks.preprocess(t):t).then(p=>a(p,n)).then(p=>n.hooks?n.hooks.processAllTokens(p):p).then(p=>n.walkTokens?Promise.all(this.walkTokens(p,n.walkTokens)).then(()=>p):p).then(p=>e(p,n)).then(p=>n.hooks?n.hooks.postprocess(p):p).catch(l);try{n.hooks&&(t=n.hooks.preprocess(t));let p=a(t,n);n.hooks&&(p=n.hooks.processAllTokens(p)),n.walkTokens&&this.walkTokens(p,n.walkTokens);let i=e(p,n);return n.hooks&&(i=n.hooks.postprocess(i)),i}catch(p){return l(p)}}},oP=function(a,e){return t=>{if(t.message+=`
47
- Please report this to https://github.com/markedjs/marked.`,a){let s="<p>An error occurred:</p><pre>"+Xa(t.message+"",!0)+"</pre>";return e?Promise.resolve(s):s}if(e)return Promise.reject(t);throw t}};var oo=new cd;function Dt(r,a){return oo.parse(r,a)}Dt.options=Dt.setOptions=function(r){return oo.setOptions(r),Dt.defaults=oo.defaults,ZH(Dt.defaults),Dt};Dt.getDefaults=tT;Dt.defaults=no;Dt.use=function(...r){return oo.use(...r),Dt.defaults=oo.defaults,ZH(Dt.defaults),Dt};Dt.walkTokens=function(r,a){return oo.walkTokens(r,a)};Dt.parseInline=oo.parseInline;Dt.Parser=Ar;Dt.parser=Ar.parse;Dt.Renderer=Lo;Dt.TextRenderer=pd;Dt.Lexer=Sr;Dt.lexer=Sr.lex;Dt.Tokenizer=To;Dt.Hooks=ro;Dt.parse=Dt;var yV=Dt.options,vV=Dt.setOptions,bV=Dt.use,CV=Dt.walkTokens,wV=Dt.parseInline;var SV=Ar.parse,AV=Sr.lex;var JI=r=>{if(r)return r},hd=r=>{var s,o;let a=r==null?void 0:r.markedOptions,e=new cd({gfm:(s=a==null?void 0:a.gfm)!=null?s:!0,breaks:(o=a==null?void 0:a.breaks)!=null?o:!0,pedantic:a==null?void 0:a.pedantic,silent:a==null?void 0:a.silent}),t=JI(r==null?void 0:r.renderer);return t&&e.use({renderer:t}),n=>e.parse(n)},lo=r=>r?hd({markedOptions:r.options,renderer:r.renderer}):hd(),KI=hd(),lT=r=>KI(r),Eo=r=>r.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;"),nP=r=>r.replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),sP=r=>`%%FORM_PLACEHOLDER_${r}%%`,lP=(r,a)=>{let e=r;return e=e.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(t,s)=>{try{let o=JSON.parse(s.trim());if(o&&typeof o=="object"&&o.component==="form"&&o.type){let n=sP(a.length);return a.push({token:n,type:String(o.type)}),n}}catch{return t}return t}),e=e.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(t,s)=>{let o=sP(a.length);return a.push({token:o,type:s}),o}),e},iP=r=>{let a=lo(r);return e=>{let t=[],s=lP(e,t),o=a(s);return t.forEach(({token:n,type:l})=>{let p=new RegExp(n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),c=`<div class="persona-form-directive" data-tv-form="${nP(l)}"></div>`;o=o.replace(p,c)}),o}},dP=r=>{let a=[],e=lP(r,a),t=lT(e);return a.forEach(({token:s,type:o})=>{let n=new RegExp(s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),p=`<div class="persona-form-directive" data-tv-form="${nP(o)}"></div>`;t=t.replace(n,p)}),t};var{entries:MP,setPrototypeOf:pP,isFrozen:YI,getPrototypeOf:QI,getOwnPropertyDescriptor:eB}=Object,{freeze:Pa,seal:ar,create:Qd}=Object,{apply:hT,construct:mT}=typeof Reflect!="undefined"&&Reflect;Pa||(Pa=function(a){return a});ar||(ar=function(a){return a});hT||(hT=function(a,e){for(var t=arguments.length,s=new Array(t>2?t-2:0),o=2;o<t;o++)s[o-2]=arguments[o];return a.apply(e,s)});mT||(mT=function(a){for(var e=arguments.length,t=new Array(e>1?e-1:0),s=1;s<e;s++)t[s-1]=arguments[s];return new a(...t)});var Kd=Ra(Array.prototype.forEach),tB=Ra(Array.prototype.lastIndexOf),cP=Ra(Array.prototype.pop),md=Ra(Array.prototype.push),aB=Ra(Array.prototype.splice),e1=Ra(String.prototype.toLowerCase),iT=Ra(String.prototype.toString),dT=Ra(String.prototype.match),xd=Ra(String.prototype.replace),rB=Ra(String.prototype.indexOf),oB=Ra(String.prototype.trim),Ja=Ra(Object.prototype.hasOwnProperty),Ha=Ra(RegExp.prototype.test),gd=sB(TypeError);function Ra(r){return function(a){a instanceof RegExp&&(a.lastIndex=0);for(var e=arguments.length,t=new Array(e>1?e-1:0),s=1;s<e;s++)t[s-1]=arguments[s];return hT(r,a,t)}}function sB(r){return function(){for(var a=arguments.length,e=new Array(a),t=0;t<a;t++)e[t]=arguments[t];return mT(r,e)}}function ut(r,a){let e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:e1;pP&&pP(r,null);let t=a.length;for(;t--;){let s=a[t];if(typeof s=="string"){let o=e(s);o!==s&&(YI(a)||(a[t]=o),s=o)}r[s]=!0}return r}function nB(r){for(let a=0;a<r.length;a++)Ja(r,a)||(r[a]=null);return r}function fr(r){let a=Qd(null);for(let[e,t]of MP(r))Ja(r,e)&&(Array.isArray(t)?a[e]=nB(t):t&&typeof t=="object"&&t.constructor===Object?a[e]=fr(t):a[e]=t);return a}function Md(r,a){for(;r!==null;){let t=eB(r,a);if(t){if(t.get)return Ra(t.get);if(typeof t.value=="function")return Ra(t.value)}r=QI(r)}function e(){return null}return e}var uP=Pa(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),pT=Pa(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),cT=Pa(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),lB=Pa(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),uT=Pa(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),iB=Pa(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),fP=Pa(["#text"]),hP=Pa(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),fT=Pa(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),mP=Pa(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Yd=Pa(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),dB=ar(/\{\{[\w\W]*|[\w\W]*\}\}/gm),pB=ar(/<%[\w\W]*|[\w\W]*%>/gm),cB=ar(/\$\{[\w\W]*/gm),uB=ar(/^data-[\-\w.\u00B7-\uFFFF]+$/),fB=ar(/^aria-[\-\w]+$/),yP=ar(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),hB=ar(/^(?:\w+script|data):/i),mB=ar(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),vP=ar(/^html$/i),xB=ar(/^[a-z][.\w]*(-[.\w]+)+$/i),xP=Object.freeze({__proto__:null,ARIA_ATTR:fB,ATTR_WHITESPACE:mB,CUSTOM_ELEMENT:xB,DATA_ATTR:uB,DOCTYPE_NAME:vP,ERB_EXPR:pB,IS_ALLOWED_URI:yP,IS_SCRIPT_OR_DATA:hB,MUSTACHE_EXPR:dB,TMPLIT_EXPR:cB}),yd={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},gB=function(){return typeof window=="undefined"?null:window},MB=function(a,e){if(typeof a!="object"||typeof a.createPolicy!="function")return null;let t=null,s="data-tt-policy-suffix";e&&e.hasAttribute(s)&&(t=e.getAttribute(s));let o="dompurify"+(t?"#"+t:"");try{return a.createPolicy(o,{createHTML(n){return n},createScriptURL(n){return n}})}catch{return console.warn("TrustedTypes policy "+o+" could not be created."),null}},gP=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function bP(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:gB(),a=re=>bP(re);if(a.version="3.3.3",a.removed=[],!r||!r.document||r.document.nodeType!==yd.document||!r.Element)return a.isSupported=!1,a;let{document:e}=r,t=e,s=t.currentScript,{DocumentFragment:o,HTMLTemplateElement:n,Node:l,Element:p,NodeFilter:i,NamedNodeMap:c=r.NamedNodeMap||r.MozNamedAttrMap,HTMLFormElement:u,DOMParser:f,trustedTypes:h}=r,y=p.prototype,T=Md(y,"cloneNode"),b=Md(y,"remove"),C=Md(y,"nextSibling"),g=Md(y,"childNodes"),L=Md(y,"parentNode");if(typeof n=="function"){let re=e.createElement("template");re.content&&re.content.ownerDocument&&(e=re.content.ownerDocument)}let m,M="",{implementation:k,createNodeIterator:w,createDocumentFragment:I,getElementsByTagName:N}=e,{importNode:_}=t,R=gP();a.isSupported=typeof MP=="function"&&typeof L=="function"&&k&&k.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:Y,ERB_EXPR:Ce,TMPLIT_EXPR:ee,DATA_ATTR:Ee,ARIA_ATTR:Fe,IS_SCRIPT_OR_DATA:me,ATTR_WHITESPACE:Me,CUSTOM_ELEMENT:He}=xP,{IS_ALLOWED_URI:Q}=xP,te=null,xe=ut({},[...uP,...pT,...cT,...uT,...fP]),we=null,We=ut({},[...hP,...fT,...mP,...Yd]),he=Object.seal(Qd(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Be=null,lt=null,yt=Object.seal(Qd(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}})),G=!0,K=!0,de=!1,j=!0,$=!1,ne=!0,Qe=!1,ae=!1,oe=!1,wt=!1,it=!1,Rt=!1,Xt=!0,_e=!1,pe="user-content-",De=!0,Tt=!1,At={},qe=null,rt=ut({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),la=null,ea=ut({},["audio","video","img","source","image","track"]),ta=null,q=ut({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Pe="http://www.w3.org/1998/Math/MathML",ue="http://www.w3.org/2000/svg",Xe="http://www.w3.org/1999/xhtml",Ie=Xe,se=!1,ge=null,Ne=ut({},[Pe,ue,Xe],iT),mt=ut({},["mi","mo","mn","ms","mtext"]),Nt=ut({},["annotation-xml"]),xt=ut({},["title","style","font","a","script"]),Ft=null,vt=["application/xhtml+xml","text/html"],et="text/html",Ve=null,Oe=null,Zt=e.createElement("form"),_a=function(S){return S instanceof RegExp||S instanceof Function},qa=function(){let S=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(Oe&&Oe===S)){if((!S||typeof S!="object")&&(S={}),S=fr(S),Ft=vt.indexOf(S.PARSER_MEDIA_TYPE)===-1?et:S.PARSER_MEDIA_TYPE,Ve=Ft==="application/xhtml+xml"?iT:e1,te=Ja(S,"ALLOWED_TAGS")?ut({},S.ALLOWED_TAGS,Ve):xe,we=Ja(S,"ALLOWED_ATTR")?ut({},S.ALLOWED_ATTR,Ve):We,ge=Ja(S,"ALLOWED_NAMESPACES")?ut({},S.ALLOWED_NAMESPACES,iT):Ne,ta=Ja(S,"ADD_URI_SAFE_ATTR")?ut(fr(q),S.ADD_URI_SAFE_ATTR,Ve):q,la=Ja(S,"ADD_DATA_URI_TAGS")?ut(fr(ea),S.ADD_DATA_URI_TAGS,Ve):ea,qe=Ja(S,"FORBID_CONTENTS")?ut({},S.FORBID_CONTENTS,Ve):rt,Be=Ja(S,"FORBID_TAGS")?ut({},S.FORBID_TAGS,Ve):fr({}),lt=Ja(S,"FORBID_ATTR")?ut({},S.FORBID_ATTR,Ve):fr({}),At=Ja(S,"USE_PROFILES")?S.USE_PROFILES:!1,G=S.ALLOW_ARIA_ATTR!==!1,K=S.ALLOW_DATA_ATTR!==!1,de=S.ALLOW_UNKNOWN_PROTOCOLS||!1,j=S.ALLOW_SELF_CLOSE_IN_ATTR!==!1,$=S.SAFE_FOR_TEMPLATES||!1,ne=S.SAFE_FOR_XML!==!1,Qe=S.WHOLE_DOCUMENT||!1,wt=S.RETURN_DOM||!1,it=S.RETURN_DOM_FRAGMENT||!1,Rt=S.RETURN_TRUSTED_TYPE||!1,oe=S.FORCE_BODY||!1,Xt=S.SANITIZE_DOM!==!1,_e=S.SANITIZE_NAMED_PROPS||!1,De=S.KEEP_CONTENT!==!1,Tt=S.IN_PLACE||!1,Q=S.ALLOWED_URI_REGEXP||yP,Ie=S.NAMESPACE||Xe,mt=S.MATHML_TEXT_INTEGRATION_POINTS||mt,Nt=S.HTML_INTEGRATION_POINTS||Nt,he=S.CUSTOM_ELEMENT_HANDLING||{},S.CUSTOM_ELEMENT_HANDLING&&_a(S.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(he.tagNameCheck=S.CUSTOM_ELEMENT_HANDLING.tagNameCheck),S.CUSTOM_ELEMENT_HANDLING&&_a(S.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(he.attributeNameCheck=S.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),S.CUSTOM_ELEMENT_HANDLING&&typeof S.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(he.allowCustomizedBuiltInElements=S.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),$&&(K=!1),it&&(wt=!0),At&&(te=ut({},fP),we=Qd(null),At.html===!0&&(ut(te,uP),ut(we,hP)),At.svg===!0&&(ut(te,pT),ut(we,fT),ut(we,Yd)),At.svgFilters===!0&&(ut(te,cT),ut(we,fT),ut(we,Yd)),At.mathMl===!0&&(ut(te,uT),ut(we,mP),ut(we,Yd))),Ja(S,"ADD_TAGS")||(yt.tagCheck=null),Ja(S,"ADD_ATTR")||(yt.attributeCheck=null),S.ADD_TAGS&&(typeof S.ADD_TAGS=="function"?yt.tagCheck=S.ADD_TAGS:(te===xe&&(te=fr(te)),ut(te,S.ADD_TAGS,Ve))),S.ADD_ATTR&&(typeof S.ADD_ATTR=="function"?yt.attributeCheck=S.ADD_ATTR:(we===We&&(we=fr(we)),ut(we,S.ADD_ATTR,Ve))),S.ADD_URI_SAFE_ATTR&&ut(ta,S.ADD_URI_SAFE_ATTR,Ve),S.FORBID_CONTENTS&&(qe===rt&&(qe=fr(qe)),ut(qe,S.FORBID_CONTENTS,Ve)),S.ADD_FORBID_CONTENTS&&(qe===rt&&(qe=fr(qe)),ut(qe,S.ADD_FORBID_CONTENTS,Ve)),De&&(te["#text"]=!0),Qe&&ut(te,["html","head","body"]),te.table&&(ut(te,["tbody"]),delete Be.tbody),S.TRUSTED_TYPES_POLICY){if(typeof S.TRUSTED_TYPES_POLICY.createHTML!="function")throw gd('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof S.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw gd('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');m=S.TRUSTED_TYPES_POLICY,M=m.createHTML("")}else m===void 0&&(m=MB(h,s)),m!==null&&typeof M=="string"&&(M=m.createHTML(""));Pa&&Pa(S),Oe=S}},Ba=ut({},[...pT,...cT,...lB]),tt=ut({},[...uT,...iB]),gr=function(S){let Z=L(S);(!Z||!Z.tagName)&&(Z={namespaceURI:Ie,tagName:"template"});let fe=e1(S.tagName),bt=e1(Z.tagName);return ge[S.namespaceURI]?S.namespaceURI===ue?Z.namespaceURI===Xe?fe==="svg":Z.namespaceURI===Pe?fe==="svg"&&(bt==="annotation-xml"||mt[bt]):!!Ba[fe]:S.namespaceURI===Pe?Z.namespaceURI===Xe?fe==="math":Z.namespaceURI===ue?fe==="math"&&Nt[bt]:!!tt[fe]:S.namespaceURI===Xe?Z.namespaceURI===ue&&!Nt[bt]||Z.namespaceURI===Pe&&!mt[bt]?!1:!tt[fe]&&(xt[fe]||!Ba[fe]):!!(Ft==="application/xhtml+xml"&&ge[S.namespaceURI]):!1},aa=function(S){md(a.removed,{element:S});try{L(S).removeChild(S)}catch{b(S)}},Sa=function(S,Z){try{md(a.removed,{attribute:Z.getAttributeNode(S),from:Z})}catch{md(a.removed,{attribute:null,from:Z})}if(Z.removeAttribute(S),S==="is")if(wt||it)try{aa(Z)}catch{}else try{Z.setAttribute(S,"")}catch{}},Ua=function(S){let Z=null,fe=null;if(oe)S="<remove></remove>"+S;else{let Lt=dT(S,/^[\r\n\t ]+/);fe=Lt&&Lt[0]}Ft==="application/xhtml+xml"&&Ie===Xe&&(S='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+S+"</body></html>");let bt=m?m.createHTML(S):S;if(Ie===Xe)try{Z=new f().parseFromString(bt,Ft)}catch{}if(!Z||!Z.documentElement){Z=k.createDocument(Ie,"template",null);try{Z.documentElement.innerHTML=se?M:bt}catch{}}let qt=Z.body||Z.documentElement;return S&&fe&&qt.insertBefore(e.createTextNode(fe),qt.childNodes[0]||null),Ie===Xe?N.call(Z,Qe?"html":"body")[0]:Qe?Z.documentElement:qt},Mr=function(S){return w.call(S.ownerDocument||S,S,i.SHOW_ELEMENT|i.SHOW_COMMENT|i.SHOW_TEXT|i.SHOW_PROCESSING_INSTRUCTION|i.SHOW_CDATA_SECTION,null)},Ka=function(S){return S instanceof u&&(typeof S.nodeName!="string"||typeof S.textContent!="string"||typeof S.removeChild!="function"||!(S.attributes instanceof c)||typeof S.removeAttribute!="function"||typeof S.setAttribute!="function"||typeof S.namespaceURI!="string"||typeof S.insertBefore!="function"||typeof S.hasChildNodes!="function")},Ya=function(S){return typeof l=="function"&&S instanceof l};function $e(re,S,Z){Kd(re,fe=>{fe.call(a,S,Z,Oe)})}let ya=function(S){let Z=null;if($e(R.beforeSanitizeElements,S,null),Ka(S))return aa(S),!0;let fe=Ve(S.nodeName);if($e(R.uponSanitizeElement,S,{tagName:fe,allowedTags:te}),ne&&S.hasChildNodes()&&!Ya(S.firstElementChild)&&Ha(/<[/\w!]/g,S.innerHTML)&&Ha(/<[/\w!]/g,S.textContent)||S.nodeType===yd.progressingInstruction||ne&&S.nodeType===yd.comment&&Ha(/<[/\w]/g,S.data))return aa(S),!0;if(!(yt.tagCheck instanceof Function&&yt.tagCheck(fe))&&(!te[fe]||Be[fe])){if(!Be[fe]&&xa(fe)&&(he.tagNameCheck instanceof RegExp&&Ha(he.tagNameCheck,fe)||he.tagNameCheck instanceof Function&&he.tagNameCheck(fe)))return!1;if(De&&!qe[fe]){let bt=L(S)||S.parentNode,qt=g(S)||S.childNodes;if(qt&&bt){let Lt=qt.length;for(let Bt=Lt-1;Bt>=0;--Bt){let ia=T(qt[Bt],!0);ia.__removalCount=(S.__removalCount||0)+1,bt.insertBefore(ia,C(S))}}}return aa(S),!0}return S instanceof p&&!gr(S)||(fe==="noscript"||fe==="noembed"||fe==="noframes")&&Ha(/<\/no(script|embed|frames)/i,S.innerHTML)?(aa(S),!0):($&&S.nodeType===yd.text&&(Z=S.textContent,Kd([Y,Ce,ee],bt=>{Z=xd(Z,bt," ")}),S.textContent!==Z&&(md(a.removed,{element:S.cloneNode()}),S.textContent=Z)),$e(R.afterSanitizeElements,S,null),!1)},Da=function(S,Z,fe){if(lt[Z]||Xt&&(Z==="id"||Z==="name")&&(fe in e||fe in Zt))return!1;if(!(K&&!lt[Z]&&Ha(Ee,Z))){if(!(G&&Ha(Fe,Z))){if(!(yt.attributeCheck instanceof Function&&yt.attributeCheck(Z,S))){if(!we[Z]||lt[Z]){if(!(xa(S)&&(he.tagNameCheck instanceof RegExp&&Ha(he.tagNameCheck,S)||he.tagNameCheck instanceof Function&&he.tagNameCheck(S))&&(he.attributeNameCheck instanceof RegExp&&Ha(he.attributeNameCheck,Z)||he.attributeNameCheck instanceof Function&&he.attributeNameCheck(Z,S))||Z==="is"&&he.allowCustomizedBuiltInElements&&(he.tagNameCheck instanceof RegExp&&Ha(he.tagNameCheck,fe)||he.tagNameCheck instanceof Function&&he.tagNameCheck(fe))))return!1}else if(!ta[Z]){if(!Ha(Q,xd(fe,Me,""))){if(!((Z==="src"||Z==="xlink:href"||Z==="href")&&S!=="script"&&rB(fe,"data:")===0&&la[S])){if(!(de&&!Ha(me,xd(fe,Me,"")))){if(fe)return!1}}}}}}}return!0},xa=function(S){return S!=="annotation-xml"&&dT(S,He)},sr=function(S){$e(R.beforeSanitizeAttributes,S,null);let{attributes:Z}=S;if(!Z||Ka(S))return;let fe={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:we,forceKeepAttr:void 0},bt=Z.length;for(;bt--;){let qt=Z[bt],{name:Lt,namespaceURI:Bt,value:ia}=qt,ft=Ve(Lt),zt=ia,ot=Lt==="value"?zt:oB(zt);if(fe.attrName=ft,fe.attrValue=ot,fe.keepAttr=!0,fe.forceKeepAttr=void 0,$e(R.uponSanitizeAttribute,S,fe),ot=fe.attrValue,_e&&(ft==="id"||ft==="name")&&(Sa(Lt,S),ot=pe+ot),ne&&Ha(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,ot)){Sa(Lt,S);continue}if(ft==="attributename"&&dT(ot,"href")){Sa(Lt,S);continue}if(fe.forceKeepAttr)continue;if(!fe.keepAttr){Sa(Lt,S);continue}if(!j&&Ha(/\/>/i,ot)){Sa(Lt,S);continue}$&&Kd([Y,Ce,ee],nr=>{ot=xd(ot,nr," ")});let va=Ve(S.nodeName);if(!Da(va,ft,ot)){Sa(Lt,S);continue}if(m&&typeof h=="object"&&typeof h.getAttributeType=="function"&&!Bt)switch(h.getAttributeType(va,ft)){case"TrustedHTML":{ot=m.createHTML(ot);break}case"TrustedScriptURL":{ot=m.createScriptURL(ot);break}}if(ot!==zt)try{Bt?S.setAttributeNS(Bt,Lt,ot):S.setAttribute(Lt,ot),Ka(S)?aa(S):cP(a.removed)}catch{Sa(Lt,S)}}$e(R.afterSanitizeAttributes,S,null)},Aa=function re(S){let Z=null,fe=Mr(S);for($e(R.beforeSanitizeShadowDOM,S,null);Z=fe.nextNode();)$e(R.uponSanitizeShadowNode,Z,null),ya(Z),sr(Z),Z.content instanceof o&&re(Z.content);$e(R.afterSanitizeShadowDOM,S,null)};return a.sanitize=function(re){let S=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Z=null,fe=null,bt=null,qt=null;if(se=!re,se&&(re="<!-->"),typeof re!="string"&&!Ya(re))if(typeof re.toString=="function"){if(re=re.toString(),typeof re!="string")throw gd("dirty is not a string, aborting")}else throw gd("toString is not a function");if(!a.isSupported)return re;if(ae||qa(S),a.removed=[],typeof re=="string"&&(Tt=!1),Tt){if(re.nodeName){let ia=Ve(re.nodeName);if(!te[ia]||Be[ia])throw gd("root node is forbidden and cannot be sanitized in-place")}}else if(re instanceof l)Z=Ua("<!---->"),fe=Z.ownerDocument.importNode(re,!0),fe.nodeType===yd.element&&fe.nodeName==="BODY"||fe.nodeName==="HTML"?Z=fe:Z.appendChild(fe);else{if(!wt&&!$&&!Qe&&re.indexOf("<")===-1)return m&&Rt?m.createHTML(re):re;if(Z=Ua(re),!Z)return wt?null:Rt?M:""}Z&&oe&&aa(Z.firstChild);let Lt=Mr(Tt?re:Z);for(;bt=Lt.nextNode();)ya(bt),sr(bt),bt.content instanceof o&&Aa(bt.content);if(Tt)return re;if(wt){if(it)for(qt=I.call(Z.ownerDocument);Z.firstChild;)qt.appendChild(Z.firstChild);else qt=Z;return(we.shadowroot||we.shadowrootmode)&&(qt=_.call(t,qt,!0)),qt}let Bt=Qe?Z.outerHTML:Z.innerHTML;return Qe&&te["!doctype"]&&Z.ownerDocument&&Z.ownerDocument.doctype&&Z.ownerDocument.doctype.name&&Ha(vP,Z.ownerDocument.doctype.name)&&(Bt="<!DOCTYPE "+Z.ownerDocument.doctype.name+`>
47
+ Please report this to https://github.com/markedjs/marked.`,a){let s="<p>An error occurred:</p><pre>"+Xa(t.message+"",!0)+"</pre>";return e?Promise.resolve(s):s}if(e)return Promise.reject(t);throw t}};var oo=new cd;function Dt(r,a){return oo.parse(r,a)}Dt.options=Dt.setOptions=function(r){return oo.setOptions(r),Dt.defaults=oo.defaults,ZH(Dt.defaults),Dt};Dt.getDefaults=tT;Dt.defaults=no;Dt.use=function(...r){return oo.use(...r),Dt.defaults=oo.defaults,ZH(Dt.defaults),Dt};Dt.walkTokens=function(r,a){return oo.walkTokens(r,a)};Dt.parseInline=oo.parseInline;Dt.Parser=Ar;Dt.parser=Ar.parse;Dt.Renderer=Lo;Dt.TextRenderer=pd;Dt.Lexer=Sr;Dt.lexer=Sr.lex;Dt.Tokenizer=To;Dt.Hooks=ro;Dt.parse=Dt;var yV=Dt.options,vV=Dt.setOptions,bV=Dt.use,CV=Dt.walkTokens,wV=Dt.parseInline;var SV=Ar.parse,AV=Sr.lex;var JI=r=>{if(r)return r},hd=r=>{var s,o;let a=r==null?void 0:r.markedOptions,e=new cd({gfm:(s=a==null?void 0:a.gfm)!=null?s:!0,breaks:(o=a==null?void 0:a.breaks)!=null?o:!0,pedantic:a==null?void 0:a.pedantic,silent:a==null?void 0:a.silent}),t=JI(r==null?void 0:r.renderer);return t&&e.use({renderer:t}),n=>e.parse(n)},lo=r=>r?hd({markedOptions:r.options,renderer:r.renderer}):hd(),KI=hd(),lT=r=>KI(r),Eo=r=>r.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;"),nP=r=>r.replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),sP=r=>`%%FORM_PLACEHOLDER_${r}%%`,lP=(r,a)=>{let e=r;return e=e.replace(/<Directive>([\s\S]*?)<\/Directive>/gi,(t,s)=>{try{let o=JSON.parse(s.trim());if(o&&typeof o=="object"&&o.component==="form"&&o.type){let n=sP(a.length);return a.push({token:n,type:String(o.type)}),n}}catch{return t}return t}),e=e.replace(/<Form\s+type="([^"]+)"\s*\/>/gi,(t,s)=>{let o=sP(a.length);return a.push({token:o,type:s}),o}),e},iP=r=>{let a=lo(r);return e=>{let t=[],s=lP(e,t),o=a(s);return t.forEach(({token:n,type:l})=>{let p=new RegExp(n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),c=`<div class="persona-form-directive" data-tv-form="${nP(l)}"></div>`;o=o.replace(p,c)}),o}},dP=r=>{let a=[],e=lP(r,a),t=lT(e);return a.forEach(({token:s,type:o})=>{let n=new RegExp(s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),p=`<div class="persona-form-directive" data-tv-form="${nP(o)}"></div>`;t=t.replace(n,p)}),t};var{entries:MP,setPrototypeOf:pP,isFrozen:YI,getPrototypeOf:QI,getOwnPropertyDescriptor:eB}=Object,{freeze:Pa,seal:rr,create:Qd}=Object,{apply:hT,construct:mT}=typeof Reflect!="undefined"&&Reflect;Pa||(Pa=function(a){return a});rr||(rr=function(a){return a});hT||(hT=function(a,e){for(var t=arguments.length,s=new Array(t>2?t-2:0),o=2;o<t;o++)s[o-2]=arguments[o];return a.apply(e,s)});mT||(mT=function(a){for(var e=arguments.length,t=new Array(e>1?e-1:0),s=1;s<e;s++)t[s-1]=arguments[s];return new a(...t)});var Kd=Ra(Array.prototype.forEach),tB=Ra(Array.prototype.lastIndexOf),cP=Ra(Array.prototype.pop),md=Ra(Array.prototype.push),aB=Ra(Array.prototype.splice),e1=Ra(String.prototype.toLowerCase),iT=Ra(String.prototype.toString),dT=Ra(String.prototype.match),xd=Ra(String.prototype.replace),rB=Ra(String.prototype.indexOf),oB=Ra(String.prototype.trim),Ja=Ra(Object.prototype.hasOwnProperty),Ha=Ra(RegExp.prototype.test),gd=sB(TypeError);function Ra(r){return function(a){a instanceof RegExp&&(a.lastIndex=0);for(var e=arguments.length,t=new Array(e>1?e-1:0),s=1;s<e;s++)t[s-1]=arguments[s];return hT(r,a,t)}}function sB(r){return function(){for(var a=arguments.length,e=new Array(a),t=0;t<a;t++)e[t]=arguments[t];return mT(r,e)}}function ut(r,a){let e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:e1;pP&&pP(r,null);let t=a.length;for(;t--;){let s=a[t];if(typeof s=="string"){let o=e(s);o!==s&&(YI(a)||(a[t]=o),s=o)}r[s]=!0}return r}function nB(r){for(let a=0;a<r.length;a++)Ja(r,a)||(r[a]=null);return r}function fr(r){let a=Qd(null);for(let[e,t]of MP(r))Ja(r,e)&&(Array.isArray(t)?a[e]=nB(t):t&&typeof t=="object"&&t.constructor===Object?a[e]=fr(t):a[e]=t);return a}function Md(r,a){for(;r!==null;){let t=eB(r,a);if(t){if(t.get)return Ra(t.get);if(typeof t.value=="function")return Ra(t.value)}r=QI(r)}function e(){return null}return e}var uP=Pa(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),pT=Pa(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),cT=Pa(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),lB=Pa(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),uT=Pa(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),iB=Pa(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),fP=Pa(["#text"]),hP=Pa(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),fT=Pa(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),mP=Pa(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Yd=Pa(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),dB=rr(/\{\{[\w\W]*|[\w\W]*\}\}/gm),pB=rr(/<%[\w\W]*|[\w\W]*%>/gm),cB=rr(/\$\{[\w\W]*/gm),uB=rr(/^data-[\-\w.\u00B7-\uFFFF]+$/),fB=rr(/^aria-[\-\w]+$/),yP=rr(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),hB=rr(/^(?:\w+script|data):/i),mB=rr(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),vP=rr(/^html$/i),xB=rr(/^[a-z][.\w]*(-[.\w]+)+$/i),xP=Object.freeze({__proto__:null,ARIA_ATTR:fB,ATTR_WHITESPACE:mB,CUSTOM_ELEMENT:xB,DATA_ATTR:uB,DOCTYPE_NAME:vP,ERB_EXPR:pB,IS_ALLOWED_URI:yP,IS_SCRIPT_OR_DATA:hB,MUSTACHE_EXPR:dB,TMPLIT_EXPR:cB}),yd={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},gB=function(){return typeof window=="undefined"?null:window},MB=function(a,e){if(typeof a!="object"||typeof a.createPolicy!="function")return null;let t=null,s="data-tt-policy-suffix";e&&e.hasAttribute(s)&&(t=e.getAttribute(s));let o="dompurify"+(t?"#"+t:"");try{return a.createPolicy(o,{createHTML(n){return n},createScriptURL(n){return n}})}catch{return console.warn("TrustedTypes policy "+o+" could not be created."),null}},gP=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function bP(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:gB(),a=re=>bP(re);if(a.version="3.3.3",a.removed=[],!r||!r.document||r.document.nodeType!==yd.document||!r.Element)return a.isSupported=!1,a;let{document:e}=r,t=e,s=t.currentScript,{DocumentFragment:o,HTMLTemplateElement:n,Node:l,Element:p,NodeFilter:i,NamedNodeMap:c=r.NamedNodeMap||r.MozNamedAttrMap,HTMLFormElement:u,DOMParser:f,trustedTypes:h}=r,y=p.prototype,T=Md(y,"cloneNode"),b=Md(y,"remove"),C=Md(y,"nextSibling"),g=Md(y,"childNodes"),L=Md(y,"parentNode");if(typeof n=="function"){let re=e.createElement("template");re.content&&re.content.ownerDocument&&(e=re.content.ownerDocument)}let m,M="",{implementation:k,createNodeIterator:w,createDocumentFragment:I,getElementsByTagName:N}=e,{importNode:_}=t,R=gP();a.isSupported=typeof MP=="function"&&typeof L=="function"&&k&&k.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:Y,ERB_EXPR:Ce,TMPLIT_EXPR:ee,DATA_ATTR:Ee,ARIA_ATTR:Fe,IS_SCRIPT_OR_DATA:me,ATTR_WHITESPACE:Me,CUSTOM_ELEMENT:He}=xP,{IS_ALLOWED_URI:Q}=xP,te=null,xe=ut({},[...uP,...pT,...cT,...uT,...fP]),we=null,We=ut({},[...hP,...fT,...mP,...Yd]),he=Object.seal(Qd(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Be=null,lt=null,yt=Object.seal(Qd(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}})),G=!0,K=!0,de=!1,j=!0,$=!1,ne=!0,Qe=!1,ae=!1,oe=!1,wt=!1,it=!1,Rt=!1,Xt=!0,_e=!1,pe="user-content-",De=!0,Tt=!1,At={},qe=null,rt=ut({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),la=null,ea=ut({},["audio","video","img","source","image","track"]),ta=null,q=ut({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Pe="http://www.w3.org/1998/Math/MathML",ue="http://www.w3.org/2000/svg",Xe="http://www.w3.org/1999/xhtml",Ie=Xe,se=!1,ge=null,Ne=ut({},[Pe,ue,Xe],iT),mt=ut({},["mi","mo","mn","ms","mtext"]),Nt=ut({},["annotation-xml"]),xt=ut({},["title","style","font","a","script"]),Ft=null,vt=["application/xhtml+xml","text/html"],et="text/html",Ve=null,Oe=null,Zt=e.createElement("form"),_a=function(S){return S instanceof RegExp||S instanceof Function},qa=function(){let S=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(Oe&&Oe===S)){if((!S||typeof S!="object")&&(S={}),S=fr(S),Ft=vt.indexOf(S.PARSER_MEDIA_TYPE)===-1?et:S.PARSER_MEDIA_TYPE,Ve=Ft==="application/xhtml+xml"?iT:e1,te=Ja(S,"ALLOWED_TAGS")?ut({},S.ALLOWED_TAGS,Ve):xe,we=Ja(S,"ALLOWED_ATTR")?ut({},S.ALLOWED_ATTR,Ve):We,ge=Ja(S,"ALLOWED_NAMESPACES")?ut({},S.ALLOWED_NAMESPACES,iT):Ne,ta=Ja(S,"ADD_URI_SAFE_ATTR")?ut(fr(q),S.ADD_URI_SAFE_ATTR,Ve):q,la=Ja(S,"ADD_DATA_URI_TAGS")?ut(fr(ea),S.ADD_DATA_URI_TAGS,Ve):ea,qe=Ja(S,"FORBID_CONTENTS")?ut({},S.FORBID_CONTENTS,Ve):rt,Be=Ja(S,"FORBID_TAGS")?ut({},S.FORBID_TAGS,Ve):fr({}),lt=Ja(S,"FORBID_ATTR")?ut({},S.FORBID_ATTR,Ve):fr({}),At=Ja(S,"USE_PROFILES")?S.USE_PROFILES:!1,G=S.ALLOW_ARIA_ATTR!==!1,K=S.ALLOW_DATA_ATTR!==!1,de=S.ALLOW_UNKNOWN_PROTOCOLS||!1,j=S.ALLOW_SELF_CLOSE_IN_ATTR!==!1,$=S.SAFE_FOR_TEMPLATES||!1,ne=S.SAFE_FOR_XML!==!1,Qe=S.WHOLE_DOCUMENT||!1,wt=S.RETURN_DOM||!1,it=S.RETURN_DOM_FRAGMENT||!1,Rt=S.RETURN_TRUSTED_TYPE||!1,oe=S.FORCE_BODY||!1,Xt=S.SANITIZE_DOM!==!1,_e=S.SANITIZE_NAMED_PROPS||!1,De=S.KEEP_CONTENT!==!1,Tt=S.IN_PLACE||!1,Q=S.ALLOWED_URI_REGEXP||yP,Ie=S.NAMESPACE||Xe,mt=S.MATHML_TEXT_INTEGRATION_POINTS||mt,Nt=S.HTML_INTEGRATION_POINTS||Nt,he=S.CUSTOM_ELEMENT_HANDLING||{},S.CUSTOM_ELEMENT_HANDLING&&_a(S.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(he.tagNameCheck=S.CUSTOM_ELEMENT_HANDLING.tagNameCheck),S.CUSTOM_ELEMENT_HANDLING&&_a(S.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(he.attributeNameCheck=S.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),S.CUSTOM_ELEMENT_HANDLING&&typeof S.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(he.allowCustomizedBuiltInElements=S.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),$&&(K=!1),it&&(wt=!0),At&&(te=ut({},fP),we=Qd(null),At.html===!0&&(ut(te,uP),ut(we,hP)),At.svg===!0&&(ut(te,pT),ut(we,fT),ut(we,Yd)),At.svgFilters===!0&&(ut(te,cT),ut(we,fT),ut(we,Yd)),At.mathMl===!0&&(ut(te,uT),ut(we,mP),ut(we,Yd))),Ja(S,"ADD_TAGS")||(yt.tagCheck=null),Ja(S,"ADD_ATTR")||(yt.attributeCheck=null),S.ADD_TAGS&&(typeof S.ADD_TAGS=="function"?yt.tagCheck=S.ADD_TAGS:(te===xe&&(te=fr(te)),ut(te,S.ADD_TAGS,Ve))),S.ADD_ATTR&&(typeof S.ADD_ATTR=="function"?yt.attributeCheck=S.ADD_ATTR:(we===We&&(we=fr(we)),ut(we,S.ADD_ATTR,Ve))),S.ADD_URI_SAFE_ATTR&&ut(ta,S.ADD_URI_SAFE_ATTR,Ve),S.FORBID_CONTENTS&&(qe===rt&&(qe=fr(qe)),ut(qe,S.FORBID_CONTENTS,Ve)),S.ADD_FORBID_CONTENTS&&(qe===rt&&(qe=fr(qe)),ut(qe,S.ADD_FORBID_CONTENTS,Ve)),De&&(te["#text"]=!0),Qe&&ut(te,["html","head","body"]),te.table&&(ut(te,["tbody"]),delete Be.tbody),S.TRUSTED_TYPES_POLICY){if(typeof S.TRUSTED_TYPES_POLICY.createHTML!="function")throw gd('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof S.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw gd('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');m=S.TRUSTED_TYPES_POLICY,M=m.createHTML("")}else m===void 0&&(m=MB(h,s)),m!==null&&typeof M=="string"&&(M=m.createHTML(""));Pa&&Pa(S),Oe=S}},Ba=ut({},[...pT,...cT,...lB]),tt=ut({},[...uT,...iB]),gr=function(S){let Z=L(S);(!Z||!Z.tagName)&&(Z={namespaceURI:Ie,tagName:"template"});let fe=e1(S.tagName),bt=e1(Z.tagName);return ge[S.namespaceURI]?S.namespaceURI===ue?Z.namespaceURI===Xe?fe==="svg":Z.namespaceURI===Pe?fe==="svg"&&(bt==="annotation-xml"||mt[bt]):!!Ba[fe]:S.namespaceURI===Pe?Z.namespaceURI===Xe?fe==="math":Z.namespaceURI===ue?fe==="math"&&Nt[bt]:!!tt[fe]:S.namespaceURI===Xe?Z.namespaceURI===ue&&!Nt[bt]||Z.namespaceURI===Pe&&!mt[bt]?!1:!tt[fe]&&(xt[fe]||!Ba[fe]):!!(Ft==="application/xhtml+xml"&&ge[S.namespaceURI]):!1},aa=function(S){md(a.removed,{element:S});try{L(S).removeChild(S)}catch{b(S)}},Sa=function(S,Z){try{md(a.removed,{attribute:Z.getAttributeNode(S),from:Z})}catch{md(a.removed,{attribute:null,from:Z})}if(Z.removeAttribute(S),S==="is")if(wt||it)try{aa(Z)}catch{}else try{Z.setAttribute(S,"")}catch{}},Ua=function(S){let Z=null,fe=null;if(oe)S="<remove></remove>"+S;else{let Lt=dT(S,/^[\r\n\t ]+/);fe=Lt&&Lt[0]}Ft==="application/xhtml+xml"&&Ie===Xe&&(S='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+S+"</body></html>");let bt=m?m.createHTML(S):S;if(Ie===Xe)try{Z=new f().parseFromString(bt,Ft)}catch{}if(!Z||!Z.documentElement){Z=k.createDocument(Ie,"template",null);try{Z.documentElement.innerHTML=se?M:bt}catch{}}let qt=Z.body||Z.documentElement;return S&&fe&&qt.insertBefore(e.createTextNode(fe),qt.childNodes[0]||null),Ie===Xe?N.call(Z,Qe?"html":"body")[0]:Qe?Z.documentElement:qt},Mr=function(S){return w.call(S.ownerDocument||S,S,i.SHOW_ELEMENT|i.SHOW_COMMENT|i.SHOW_TEXT|i.SHOW_PROCESSING_INSTRUCTION|i.SHOW_CDATA_SECTION,null)},Ka=function(S){return S instanceof u&&(typeof S.nodeName!="string"||typeof S.textContent!="string"||typeof S.removeChild!="function"||!(S.attributes instanceof c)||typeof S.removeAttribute!="function"||typeof S.setAttribute!="function"||typeof S.namespaceURI!="string"||typeof S.insertBefore!="function"||typeof S.hasChildNodes!="function")},Ya=function(S){return typeof l=="function"&&S instanceof l};function $e(re,S,Z){Kd(re,fe=>{fe.call(a,S,Z,Oe)})}let ya=function(S){let Z=null;if($e(R.beforeSanitizeElements,S,null),Ka(S))return aa(S),!0;let fe=Ve(S.nodeName);if($e(R.uponSanitizeElement,S,{tagName:fe,allowedTags:te}),ne&&S.hasChildNodes()&&!Ya(S.firstElementChild)&&Ha(/<[/\w!]/g,S.innerHTML)&&Ha(/<[/\w!]/g,S.textContent)||S.nodeType===yd.progressingInstruction||ne&&S.nodeType===yd.comment&&Ha(/<[/\w]/g,S.data))return aa(S),!0;if(!(yt.tagCheck instanceof Function&&yt.tagCheck(fe))&&(!te[fe]||Be[fe])){if(!Be[fe]&&ma(fe)&&(he.tagNameCheck instanceof RegExp&&Ha(he.tagNameCheck,fe)||he.tagNameCheck instanceof Function&&he.tagNameCheck(fe)))return!1;if(De&&!qe[fe]){let bt=L(S)||S.parentNode,qt=g(S)||S.childNodes;if(qt&&bt){let Lt=qt.length;for(let Bt=Lt-1;Bt>=0;--Bt){let ia=T(qt[Bt],!0);ia.__removalCount=(S.__removalCount||0)+1,bt.insertBefore(ia,C(S))}}}return aa(S),!0}return S instanceof p&&!gr(S)||(fe==="noscript"||fe==="noembed"||fe==="noframes")&&Ha(/<\/no(script|embed|frames)/i,S.innerHTML)?(aa(S),!0):($&&S.nodeType===yd.text&&(Z=S.textContent,Kd([Y,Ce,ee],bt=>{Z=xd(Z,bt," ")}),S.textContent!==Z&&(md(a.removed,{element:S.cloneNode()}),S.textContent=Z)),$e(R.afterSanitizeElements,S,null),!1)},Da=function(S,Z,fe){if(lt[Z]||Xt&&(Z==="id"||Z==="name")&&(fe in e||fe in Zt))return!1;if(!(K&&!lt[Z]&&Ha(Ee,Z))){if(!(G&&Ha(Fe,Z))){if(!(yt.attributeCheck instanceof Function&&yt.attributeCheck(Z,S))){if(!we[Z]||lt[Z]){if(!(ma(S)&&(he.tagNameCheck instanceof RegExp&&Ha(he.tagNameCheck,S)||he.tagNameCheck instanceof Function&&he.tagNameCheck(S))&&(he.attributeNameCheck instanceof RegExp&&Ha(he.attributeNameCheck,Z)||he.attributeNameCheck instanceof Function&&he.attributeNameCheck(Z,S))||Z==="is"&&he.allowCustomizedBuiltInElements&&(he.tagNameCheck instanceof RegExp&&Ha(he.tagNameCheck,fe)||he.tagNameCheck instanceof Function&&he.tagNameCheck(fe))))return!1}else if(!ta[Z]){if(!Ha(Q,xd(fe,Me,""))){if(!((Z==="src"||Z==="xlink:href"||Z==="href")&&S!=="script"&&rB(fe,"data:")===0&&la[S])){if(!(de&&!Ha(me,xd(fe,Me,"")))){if(fe)return!1}}}}}}}return!0},ma=function(S){return S!=="annotation-xml"&&dT(S,He)},nr=function(S){$e(R.beforeSanitizeAttributes,S,null);let{attributes:Z}=S;if(!Z||Ka(S))return;let fe={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:we,forceKeepAttr:void 0},bt=Z.length;for(;bt--;){let qt=Z[bt],{name:Lt,namespaceURI:Bt,value:ia}=qt,ft=Ve(Lt),zt=ia,ot=Lt==="value"?zt:oB(zt);if(fe.attrName=ft,fe.attrValue=ot,fe.keepAttr=!0,fe.forceKeepAttr=void 0,$e(R.uponSanitizeAttribute,S,fe),ot=fe.attrValue,_e&&(ft==="id"||ft==="name")&&(Sa(Lt,S),ot=pe+ot),ne&&Ha(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,ot)){Sa(Lt,S);continue}if(ft==="attributename"&&dT(ot,"href")){Sa(Lt,S);continue}if(fe.forceKeepAttr)continue;if(!fe.keepAttr){Sa(Lt,S);continue}if(!j&&Ha(/\/>/i,ot)){Sa(Lt,S);continue}$&&Kd([Y,Ce,ee],lr=>{ot=xd(ot,lr," ")});let va=Ve(S.nodeName);if(!Da(va,ft,ot)){Sa(Lt,S);continue}if(m&&typeof h=="object"&&typeof h.getAttributeType=="function"&&!Bt)switch(h.getAttributeType(va,ft)){case"TrustedHTML":{ot=m.createHTML(ot);break}case"TrustedScriptURL":{ot=m.createScriptURL(ot);break}}if(ot!==zt)try{Bt?S.setAttributeNS(Bt,Lt,ot):S.setAttribute(Lt,ot),Ka(S)?aa(S):cP(a.removed)}catch{Sa(Lt,S)}}$e(R.afterSanitizeAttributes,S,null)},Aa=function re(S){let Z=null,fe=Mr(S);for($e(R.beforeSanitizeShadowDOM,S,null);Z=fe.nextNode();)$e(R.uponSanitizeShadowNode,Z,null),ya(Z),nr(Z),Z.content instanceof o&&re(Z.content);$e(R.afterSanitizeShadowDOM,S,null)};return a.sanitize=function(re){let S=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Z=null,fe=null,bt=null,qt=null;if(se=!re,se&&(re="<!-->"),typeof re!="string"&&!Ya(re))if(typeof re.toString=="function"){if(re=re.toString(),typeof re!="string")throw gd("dirty is not a string, aborting")}else throw gd("toString is not a function");if(!a.isSupported)return re;if(ae||qa(S),a.removed=[],typeof re=="string"&&(Tt=!1),Tt){if(re.nodeName){let ia=Ve(re.nodeName);if(!te[ia]||Be[ia])throw gd("root node is forbidden and cannot be sanitized in-place")}}else if(re instanceof l)Z=Ua("<!---->"),fe=Z.ownerDocument.importNode(re,!0),fe.nodeType===yd.element&&fe.nodeName==="BODY"||fe.nodeName==="HTML"?Z=fe:Z.appendChild(fe);else{if(!wt&&!$&&!Qe&&re.indexOf("<")===-1)return m&&Rt?m.createHTML(re):re;if(Z=Ua(re),!Z)return wt?null:Rt?M:""}Z&&oe&&aa(Z.firstChild);let Lt=Mr(Tt?re:Z);for(;bt=Lt.nextNode();)ya(bt),nr(bt),bt.content instanceof o&&Aa(bt.content);if(Tt)return re;if(wt){if(it)for(qt=I.call(Z.ownerDocument);Z.firstChild;)qt.appendChild(Z.firstChild);else qt=Z;return(we.shadowroot||we.shadowrootmode)&&(qt=_.call(t,qt,!0)),qt}let Bt=Qe?Z.outerHTML:Z.innerHTML;return Qe&&te["!doctype"]&&Z.ownerDocument&&Z.ownerDocument.doctype&&Z.ownerDocument.doctype.name&&Ha(vP,Z.ownerDocument.doctype.name)&&(Bt="<!DOCTYPE "+Z.ownerDocument.doctype.name+`>
48
48
  `+Bt),$&&Kd([Y,Ce,ee],ia=>{Bt=xd(Bt,ia," ")}),m&&Rt?m.createHTML(Bt):Bt},a.setConfig=function(){let re=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};qa(re),ae=!0},a.clearConfig=function(){Oe=null,ae=!1},a.isValidAttribute=function(re,S,Z){Oe||qa({});let fe=Ve(re),bt=Ve(S);return Da(fe,bt,Z)},a.addHook=function(re,S){typeof S=="function"&&md(R[re],S)},a.removeHook=function(re,S){if(S!==void 0){let Z=tB(R[re],S);return Z===-1?void 0:aB(R[re],Z,1)[0]}return cP(R[re])},a.removeHooks=function(re){R[re]=[]},a.removeAllHooks=function(){R=gP()},a}var CP=bP();var yB={ALLOWED_TAGS:["h1","h2","h3","h4","h5","h6","p","br","hr","div","span","ul","ol","li","dl","dt","dd","strong","em","b","i","u","s","del","ins","mark","small","sub","sup","abbr","kbd","var","samp","code","a","img","blockquote","pre","details","summary","table","thead","tbody","tfoot","tr","th","td","caption","colgroup","col","input","label","select","option","textarea","button"],ALLOWED_ATTR:["href","src","alt","title","target","rel","loading","width","height","colspan","rowspan","scope","class","id","type","name","value","placeholder","disabled","checked","for","aria-label","aria-hidden","aria-expanded","role","tabindex","data-tv-form","data-message-id","data-persona-component-directive","data-preserve-animation","data-persona-instance"]},vB=/^data:image\/(?:png|jpe?g|gif|webp|bmp|x-icon|avif)/i,xT=()=>{let r=CP(typeof window!="undefined"?window:void 0);return r.addHook("uponSanitizeAttribute",(a,e)=>{if(e.attrName==="src"||e.attrName==="href"){let t=e.attrValue;t.toLowerCase().startsWith("data:")&&!vB.test(t)&&(e.attrValue="",e.keepAttr=!1)}}),a=>r.sanitize(a,yB)},Ho=r=>r===!1?null:typeof r=="function"?r:xT();var kr=zH(MT(),1),r1=r=>r.replace(/\\n/g,`
49
49
  `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\"),vd=r=>{if(r===null)return"null";if(r===void 0)return"";if(typeof r=="string")return r;if(typeof r=="number"||typeof r=="boolean")return String(r);try{return JSON.stringify(r,null,2)}catch{return String(r)}},AB=r=>{var n,l;let a=(n=r.completedAt)!=null?n:Date.now(),e=(l=r.startedAt)!=null?l:a,s=(r.durationMs!==void 0?r.durationMs:Math.max(0,a-e))/1e3;return s<.1?"Thought for <0.1 seconds":`Thought for ${s>=10?Math.round(s).toString():s.toFixed(1).replace(/\.0$/,"")} seconds`},SP=r=>r.status==="complete"?AB(r):r.status==="pending"?"Waiting":"",kB=r=>{var s,o,n;let e=(typeof r.duration=="number"?r.duration:typeof r.durationMs=="number"?r.durationMs:Math.max(0,((s=r.completedAt)!=null?s:Date.now())-((n=(o=r.startedAt)!=null?o:r.completedAt)!=null?n:Date.now())))/1e3;return e<.1?"Used tool for <0.1 seconds":`Used tool for ${e>=10?Math.round(e).toString():e.toFixed(1).replace(/\.0$/,"")} seconds`};var AP=r=>r.status==="complete"?kB(r):"Using tool...",TB=()=>{let r=null,a=0,e=t=>{let s=/"text"\s*:\s*"((?:[^"\\]|\\.|")*?)"/,o=t.match(s);if(o&&o[1])try{return o[1].replace(/\\n/g,`
50
50
  `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return o[1]}let n=/"text"\s*:\s*"((?:[^"\\]|\\.)*)/,l=t.match(n);if(l&&l[1])try{return l[1].replace(/\\n/g,`
51
- `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return l[1]}return null};return{getExtractedText:()=>r,processChunk:async t=>{if(t.length<=a)return r!==null?{text:r,raw:t}:null;let s=t.trim();if(!s.startsWith("{")&&!s.startsWith("["))return null;let o=e(t);return o!==null&&(r=o),a=t.length,r!==null?{text:r,raw:t}:null},close:async()=>{}}},o1=r=>{try{let a=JSON.parse(r);if(a&&typeof a=="object"&&typeof a.text=="string")return a.text}catch{return null}return null},s1=()=>{let r={processChunk:a=>null,getExtractedText:()=>null};return r.__isPlainTextParser=!0,r},n1=()=>{var a;let r=TB();return{processChunk:async e=>{let t=e.trim();return!t.startsWith("{")&&!t.startsWith("[")?null:r.processChunk(e)},getExtractedText:r.getExtractedText.bind(r),close:(a=r.close)==null?void 0:a.bind(r)}},l1=()=>{let r=null,a=0;return{getExtractedText:()=>r,processChunk:e=>{let t=e.trim();if(!t.startsWith("{")&&!t.startsWith("["))return null;if(e.length<=a)return r!==null||r===""?{text:r||"",raw:e}:null;try{let s=(0,kr.parse)(e,kr.STR|kr.OBJ);s&&typeof s=="object"&&(s.component&&typeof s.component=="string"?r=typeof s.text=="string"?r1(s.text):"":s.type==="init"&&s.form?r="":typeof s.text=="string"&&(r=r1(s.text)))}catch{}return a=e.length,r!==null?{text:r,raw:e}:null},close:()=>{}}},kP=r=>{let a=null,e=0,s=r||(o=>{if(!o||typeof o!="object")return null;let n=l=>typeof l=="string"?r1(l):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?r1(o.text):"";if(o.type==="init"&&o.form)return"";if(o.action)switch(o.action){case"nav_then_click":return n(o.on_load_text)||n(o.text)||null;case"message":case"message_and_click":case"checkout":return n(o.text)||null;default:return n(o.text)||n(o.display_text)||n(o.message)||null}return n(o.text)||n(o.display_text)||n(o.message)||n(o.content)||null});return{getExtractedText:()=>a,processChunk:o=>{let n=o.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(o.length<=e)return a!==null?{text:a,raw:o}:null;try{let l=(0,kr.parse)(o,kr.STR|kr.OBJ),p=s(l);p!==null&&(a=p)}catch{}return e=o.length,{text:a||"",raw:o}},close:()=>{}}},i1=()=>{let r=null;return{processChunk:a=>{if(!a.trim().startsWith("<"))return null;let t=a.match(/<text[^>]*>([\s\S]*?)<\/text>/);return t&&t[1]?(r=t[1],{text:r,raw:a}):null},getExtractedText:()=>r}};var LB="https://api.runtype.com/v1/dispatch",yT="https://api.runtype.com",vT=r=>!!(r.contentParts&&r.contentParts.length>0||r.llmContent&&r.llmContent.trim().length>0||r.rawContent&&r.rawContent.trim().length>0||r.content&&r.content.trim().length>0);function EB(r){switch(r){case"json":return l1;case"regex-json":return n1;case"xml":return i1;default:return s1}}var io=class{constructor(a={}){this.config=a;this.clientSession=null;this.sessionInitPromise=null;var e,t,s;this.apiUrl=(e=a.apiUrl)!=null?e:LB,this.headers={"Content-Type":"application/json",...a.headers},this.debug=!!a.debug,this.createStreamParser=(t=a.streamParser)!=null?t:EB(a.parserType),this.contextProviders=(s=a.contextProviders)!=null?s:[],this.requestMiddleware=a.requestMiddleware,this.customFetch=a.customFetch,this.parseSSEEvent=a.parseSSEEvent,this.getHeaders=a.getHeaders}setSSEEventCallback(a){this.onSSEEvent=a}getSSEEventCallback(){return this.onSSEEvent}isClientTokenMode(){return!!this.config.clientToken}isAgentMode(){return!!this.config.agent}getClientApiUrl(a){var t;let e=((t=this.config.apiUrl)==null?void 0:t.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||yT;return a==="init"?`${e}/v1/client/init`:`${e}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var a,e;if(!this.isClientTokenMode())throw new Error("initSession() only available in client token mode");if(this.clientSession&&new Date<this.clientSession.expiresAt)return this.clientSession;if(this.sessionInitPromise)return this.sessionInitPromise;this.sessionInitPromise=this._doInitSession();try{let t=await this.sessionInitPromise;return this.clientSession=t,(e=(a=this.config).onSessionInit)==null||e.call(a,t),t}finally{this.sessionInitPromise=null}}async _doInitSession(){var o,n;let a=((n=(o=this.config).getStoredSessionId)==null?void 0:n.call(o))||null,e={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...a&&{sessionId:a}},t=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!t.ok){let l=await t.json().catch(()=>({error:"Session initialization failed"}));throw t.status===401?new Error(`Invalid client token: ${l.hint||l.error}`):t.status===403?new Error(`Origin not allowed: ${l.hint||l.error}`):new Error(l.error||"Failed to initialize session")}let s=await t.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(s.sessionId),{sessionId:s.sessionId,expiresAt:new Date(s.expiresAt),flow:s.flow,config:{welcomeMessage:s.config.welcomeMessage,placeholder:s.config.placeholder,theme:s.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null}getFeedbackApiUrl(){var e;return`${((e=this.config.apiUrl)==null?void 0:e.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||yT}/v1/client/feedback`}async sendFeedback(a){var o,n;if(!this.isClientTokenMode())throw new Error("sendFeedback() only available in client token mode");if(!this.getClientSession())throw new Error("No active session. Please initialize session first.");if(["upvote","downvote","copy"].includes(a.type)&&!a.messageId)throw new Error(`messageId is required for ${a.type} feedback type`);if(a.type==="csat"&&(a.rating===void 0||a.rating<1||a.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(a.type==="nps"&&(a.rating===void 0||a.rating<0||a.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",a);let s=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(a)});if(!s.ok){let l=await s.json().catch(()=>({error:"Feedback submission failed"}));throw s.status===401?(this.clientSession=null,(n=(o=this.config).onSessionExpired)==null||n.call(o),new Error("Session expired. Please refresh to continue.")):new Error(l.error||"Failed to submit feedback")}}async submitMessageFeedback(a,e){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:t.sessionId,messageId:a,type:e})}async submitCSATFeedback(a,e){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:t.sessionId,type:"csat",rating:a,comment:e})}async submitNPSFeedback(a,e){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:t.sessionId,type:"nps",rating:a,comment:e})}async dispatch(a,e){return this.isAgentMode()?this.dispatchAgent(a,e):this.isClientTokenMode()?this.dispatchClientToken(a,e):this.dispatchProxy(a,e)}async dispatchClientToken(a,e){var s,o,n,l;let t=new AbortController;a.signal&&a.signal.addEventListener("abort",()=>t.abort()),e({type:"status",status:"connecting"});try{let p=await this.initSession();if(new Date>=new Date(p.expiresAt.getTime()-6e4)){this.clientSession=null,(o=(s=this.config).onSessionExpired)==null||o.call(s);let h=new Error("Session expired. Please refresh to continue.");throw e({type:"error",error:h}),h}let i=await this.buildPayload(a.messages),c=i.metadata?Object.fromEntries(Object.entries(i.metadata).filter(([h])=>h!=="sessionId"&&h!=="session_id")):void 0,u={sessionId:p.sessionId,messages:a.messages.filter(vT).map(h=>{var y,T,b;return{id:h.id,role:h.role,content:(b=(T=(y=h.contentParts)!=null?y:h.llmContent)!=null?T:h.rawContent)!=null?b:h.content}}),...a.assistantMessageId&&{assistantMessageId:a.assistantMessageId},...c&&Object.keys(c).length>0&&{metadata:c},...i.inputs&&Object.keys(i.inputs).length>0&&{inputs:i.inputs},...i.context&&{context:i.context}};this.debug&&console.debug("[AgentWidgetClient] client token dispatch",u);let f=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(u),signal:t.signal});if(!f.ok){let h=await f.json().catch(()=>({error:"Chat request failed"}));if(f.status===401){this.clientSession=null,(l=(n=this.config).onSessionExpired)==null||l.call(n);let T=new Error("Session expired. Please refresh to continue.");throw e({type:"error",error:T}),T}if(f.status===429){let T=new Error(h.hint||"Message limit reached for this session.");throw e({type:"error",error:T}),T}let y=new Error(h.error||"Failed to send message");throw e({type:"error",error:y}),y}if(!f.body){let h=new Error("No response body received");throw e({type:"error",error:h}),h}e({type:"status",status:"connected"});try{await this.streamResponse(f.body,e,a.assistantMessageId)}finally{e({type:"status",status:"idle"})}}catch(p){let i=p instanceof Error?p:new Error(String(p));throw!i.message.includes("Session expired")&&!i.message.includes("Message limit")&&e({type:"error",error:i}),i}}async dispatchProxy(a,e){let t=new AbortController;a.signal&&a.signal.addEventListener("abort",()=>t.abort()),e({type:"status",status:"connecting"});let s=await this.buildPayload(a.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let l=await this.getHeaders();o={...o,...l}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",l)}let n;if(this.customFetch)try{n=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal},s)}catch(l){let p=l instanceof Error?l:new Error(String(l));throw e({type:"error",error:p}),p}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal});if(!n.ok||!n.body){let l=new Error(`Chat backend request failed: ${n.status} ${n.statusText}`);throw e({type:"error",error:l}),l}e({type:"status",status:"connected"});try{await this.streamResponse(n.body,e)}finally{e({type:"status",status:"idle"})}}async dispatchAgent(a,e){let t=new AbortController;a.signal&&a.signal.addEventListener("abort",()=>t.abort()),e({type:"status",status:"connecting"});let s=await this.buildAgentPayload(a.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let l=await this.getHeaders();o={...o,...l}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",l)}let n;if(this.customFetch)try{n=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal},s)}catch(l){let p=l instanceof Error?l:new Error(String(l));throw e({type:"error",error:p}),p}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal});if(!n.ok||!n.body){let l=new Error(`Agent execution request failed: ${n.status} ${n.statusText}`);throw e({type:"error",error:l}),l}e({type:"status",status:"connected"});try{await this.streamResponse(n.body,e,a.assistantMessageId)}finally{e({type:"status",status:"idle"})}}async processStream(a,e,t){e({type:"status",status:"connected"});try{await this.streamResponse(a,e,t)}finally{e({type:"status",status:"idle"})}}async resolveApproval(a,e){var n;let s=`${((n=this.config.apiUrl)==null?void 0:n.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||yT}/v1/agents/${a.agentId}/approve`,o={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(o,await this.getHeaders()),fetch(s,{method:"POST",headers:o,body:JSON.stringify({executionId:a.executionId,approvalId:a.approvalId,decision:e,streamResponse:!0})})}async buildAgentPayload(a){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let e=a.slice().filter(vT).filter(s=>s.role==="user"||s.role==="assistant"||s.role==="system").filter(s=>!s.variant||s.variant==="assistant").sort((s,o)=>{let n=new Date(s.createdAt).getTime(),l=new Date(o.createdAt).getTime();return n-l}).map(s=>{var o,n,l;return{role:s.role,content:(l=(n=(o=s.contentParts)!=null?o:s.llmContent)!=null?n:s.rawContent)!=null?l:s.content,createdAt:s.createdAt}}),t={agent:this.config.agent,messages:e,options:{streamResponse:!0,recordMode:"virtual",...this.config.agentOptions}};if(this.contextProviders.length){let s={};await Promise.all(this.contextProviders.map(async o=>{try{let n=await o({messages:a,config:this.config});n&&typeof n=="object"&&Object.assign(s,n)}catch(n){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",n)}})),Object.keys(s).length&&(t.context=s)}return t}async buildPayload(a){let t={messages:a.slice().filter(vT).sort((s,o)=>{let n=new Date(s.createdAt).getTime(),l=new Date(o.createdAt).getTime();return n-l}).map(s=>{var o,n,l;return{role:s.role,content:(l=(n=(o=s.contentParts)!=null?o:s.llmContent)!=null?n:s.rawContent)!=null?l:s.content,createdAt:s.createdAt}}),...this.config.flowId&&{flowId:this.config.flowId}};if(this.contextProviders.length){let s={};await Promise.all(this.contextProviders.map(async o=>{try{let n=await o({messages:a,config:this.config});n&&typeof n=="object"&&Object.assign(s,n)}catch(n){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",n)}})),Object.keys(s).length&&(t.context=s)}if(this.requestMiddleware)try{let s=await this.requestMiddleware({payload:{...t},config:this.config});if(s&&typeof s=="object")return s}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",s)}return t}async handleCustomSSEEvent(a,e,t,s,o,n){if(!this.parseSSEEvent)return!1;try{let l=await this.parseSSEEvent(a);if(l===null)return!1;let p=c=>{let u={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:o(),...c!==void 0&&{partId:c}};return t.current=u,s(u),u},i=c=>t.current?t.current:p(c);if(l.text!==void 0){l.partId!==void 0&&n.current!==null&&l.partId!==n.current&&(t.current&&(t.current.streaming=!1,s(t.current)),p(l.partId)),l.partId!==void 0&&(n.current=l.partId);let c=i(l.partId);l.partId!==void 0&&!c.partId&&(c.partId=l.partId),c.content+=l.text,s(c)}return l.done&&(t.current&&(t.current.streaming=!1,s(t.current)),n.current=null,e({type:"status",status:"idle"})),l.error&&(n.current=null,e({type:"error",error:new Error(l.error)})),!0}catch(l){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",l),!1}}async streamResponse(a,e,t){var he,Be,lt,yt,G,K,de,j,$,ne,Qe,ae,oe,wt,it,Rt,Xt,_e,pe,De,Tt,At,qe,rt,la,ea,ta,q,Pe,ue,Xe,Ie,se,ge,Ne,mt,Nt,xt,Ft,vt,et,Ve,Oe,Zt,_a,qa,Ba,tt,gr,aa,Sa,Ua,Mr,Ka,Ya,$e,ya,Da,xa,sr,Aa,re,S,Z,fe,bt,qt,Lt,Bt,ia,ft,zt,ot,va,nr,lr,$a,W,ir,dr,Pr,Va,ja,ie,pr,Mo,Xi,yo,dt,Ji,Qa,Fa,Od,Nd,Ki,yr,zd,vo,bo,vr,Yi,Rr,Ir,_d,qd,Kk,Yr,Qr,Ut,Co,wo,Qi,ed,td,ad,ka,Ga,br,Ge;let s=a.getReader(),o=new TextDecoder,n="",l=Date.now(),p=0,i=()=>l+p++,c=le=>{let st=le.reasoning?{...le.reasoning,chunks:[...le.reasoning.chunks]}:void 0,gt=le.toolCall?{...le.toolCall,chunks:le.toolCall.chunks?[...le.toolCall.chunks]:void 0}:void 0,ra=le.tools?le.tools.map(oa=>({...oa,chunks:oa.chunks?[...oa.chunks]:void 0})):void 0;return{...le,reasoning:st,toolCall:gt,tools:ra}},u=le=>{e({type:"message",message:c(le)})},f=null,h={current:null},y={current:null},T=new Map,b=new Map,C={lastId:null,byStep:new Map},g={lastId:null,byCall:new Map},L=le=>{if(le==null)return null;try{return String(le)}catch{return null}},m=le=>{var st,gt,ra,oa,ua;return L((ua=(oa=(ra=(gt=(st=le.stepId)!=null?st:le.step_id)!=null?gt:le.step)!=null?ra:le.parentId)!=null?oa:le.flowStepId)!=null?ua:le.flow_step_id)},M=le=>{var st,gt,ra,oa,ua,$t,E;return L((E=($t=(ua=(oa=(ra=(gt=(st=le.callId)!=null?st:le.call_id)!=null?gt:le.requestId)!=null?ra:le.request_id)!=null?oa:le.toolCallId)!=null?ua:le.tool_call_id)!=null?$t:le.stepId)!=null?E:le.step_id)},k=()=>f||(f={id:t!=null?t:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:i()},u(f),f),w=(le,st)=>{C.lastId=st,le&&C.byStep.set(le,st)},I=(le,st)=>{var ua;let gt=(ua=le.reasoningId)!=null?ua:le.id,ra=m(le);if(gt){let $t=String(gt);return w(ra,$t),$t}if(ra){let $t=C.byStep.get(ra);if($t)return C.lastId=$t,$t}if(C.lastId&&!st)return C.lastId;if(!st)return null;let oa=`reason-${i()}`;return w(ra,oa),oa},N=le=>{let st=T.get(le);if(st)return st;let gt={id:`reason-${le}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:i(),reasoning:{id:le,status:"streaming",chunks:[]}};return T.set(le,gt),u(gt),gt},_=(le,st)=>{g.lastId=st,le&&g.byCall.set(le,st)},R=new Set,Y=new Map,Ce=new Set,ee=new Map,Ee=le=>{if(!le)return!1;let st=le.replace(/_+/g,"_").replace(/^_|_$/g,"");return st==="emit_artifact_markdown"||st==="emit_artifact_component"},Fe=(le,st)=>{var ua;let gt=(ua=le.toolId)!=null?ua:le.id,ra=M(le);if(gt){let $t=String(gt);return _(ra,$t),$t}if(ra){let $t=g.byCall.get(ra);if($t)return g.lastId=$t,$t}if(g.lastId&&!st)return g.lastId;if(!st)return null;let oa=`tool-${i()}`;return _(ra,oa),oa},me=le=>{let st=b.get(le);if(st)return st;let gt={id:`tool-${le}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:i(),toolCall:{id:le,status:"pending"}};return b.set(le,gt),u(gt),gt},Me=le=>{if(typeof le=="number"&&Number.isFinite(le))return le;if(typeof le=="string"){let st=Number(le);if(!Number.isNaN(st)&&Number.isFinite(st))return st;let gt=Date.parse(le);if(!Number.isNaN(gt))return gt}return Date.now()},He=le=>{if(typeof le=="string")return le;if(le==null)return"";try{return JSON.stringify(le)}catch{return String(le)}},Q=new Map,te=new Map,xe=null,we=new Map,We=(he=this.config.iterationDisplay)!=null?he:"separate";for(;;){let{done:le,value:st}=await s.read();if(le)break;n+=o.decode(st,{stream:!0});let gt=n.split(`
51
+ `).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\"/g,'"').replace(/\\\\/g,"\\")}catch{return l[1]}return null};return{getExtractedText:()=>r,processChunk:async t=>{if(t.length<=a)return r!==null?{text:r,raw:t}:null;let s=t.trim();if(!s.startsWith("{")&&!s.startsWith("["))return null;let o=e(t);return o!==null&&(r=o),a=t.length,r!==null?{text:r,raw:t}:null},close:async()=>{}}},o1=r=>{try{let a=JSON.parse(r);if(a&&typeof a=="object"&&typeof a.text=="string")return a.text}catch{return null}return null},s1=()=>{let r={processChunk:a=>null,getExtractedText:()=>null};return r.__isPlainTextParser=!0,r},n1=()=>{var a;let r=TB();return{processChunk:async e=>{let t=e.trim();return!t.startsWith("{")&&!t.startsWith("[")?null:r.processChunk(e)},getExtractedText:r.getExtractedText.bind(r),close:(a=r.close)==null?void 0:a.bind(r)}},l1=()=>{let r=null,a=0;return{getExtractedText:()=>r,processChunk:e=>{let t=e.trim();if(!t.startsWith("{")&&!t.startsWith("["))return null;if(e.length<=a)return r!==null||r===""?{text:r||"",raw:e}:null;try{let s=(0,kr.parse)(e,kr.STR|kr.OBJ);s&&typeof s=="object"&&(s.component&&typeof s.component=="string"?r=typeof s.text=="string"?r1(s.text):"":s.type==="init"&&s.form?r="":typeof s.text=="string"&&(r=r1(s.text)))}catch{}return a=e.length,r!==null?{text:r,raw:e}:null},close:()=>{}}},kP=r=>{let a=null,e=0,s=r||(o=>{if(!o||typeof o!="object")return null;let n=l=>typeof l=="string"?r1(l):null;if(o.component&&typeof o.component=="string")return typeof o.text=="string"?r1(o.text):"";if(o.type==="init"&&o.form)return"";if(o.action)switch(o.action){case"nav_then_click":return n(o.on_load_text)||n(o.text)||null;case"message":case"message_and_click":case"checkout":return n(o.text)||null;default:return n(o.text)||n(o.display_text)||n(o.message)||null}return n(o.text)||n(o.display_text)||n(o.message)||n(o.content)||null});return{getExtractedText:()=>a,processChunk:o=>{let n=o.trim();if(!n.startsWith("{")&&!n.startsWith("["))return null;if(o.length<=e)return a!==null?{text:a,raw:o}:null;try{let l=(0,kr.parse)(o,kr.STR|kr.OBJ),p=s(l);p!==null&&(a=p)}catch{}return e=o.length,{text:a||"",raw:o}},close:()=>{}}},i1=()=>{let r=null;return{processChunk:a=>{if(!a.trim().startsWith("<"))return null;let t=a.match(/<text[^>]*>([\s\S]*?)<\/text>/);return t&&t[1]?(r=t[1],{text:r,raw:a}):null},getExtractedText:()=>r}};var LB="https://api.runtype.com/v1/dispatch",yT="https://api.runtype.com",vT=r=>!!(r.contentParts&&r.contentParts.length>0||r.llmContent&&r.llmContent.trim().length>0||r.rawContent&&r.rawContent.trim().length>0||r.content&&r.content.trim().length>0);function EB(r){switch(r){case"json":return l1;case"regex-json":return n1;case"xml":return i1;default:return s1}}var io=class{constructor(a={}){this.config=a;this.clientSession=null;this.sessionInitPromise=null;var e,t,s;this.apiUrl=(e=a.apiUrl)!=null?e:LB,this.headers={"Content-Type":"application/json",...a.headers},this.debug=!!a.debug,this.createStreamParser=(t=a.streamParser)!=null?t:EB(a.parserType),this.contextProviders=(s=a.contextProviders)!=null?s:[],this.requestMiddleware=a.requestMiddleware,this.customFetch=a.customFetch,this.parseSSEEvent=a.parseSSEEvent,this.getHeaders=a.getHeaders}setSSEEventCallback(a){this.onSSEEvent=a}getSSEEventCallback(){return this.onSSEEvent}isClientTokenMode(){return!!this.config.clientToken}isAgentMode(){return!!this.config.agent}getClientApiUrl(a){var t;let e=((t=this.config.apiUrl)==null?void 0:t.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||yT;return a==="init"?`${e}/v1/client/init`:`${e}/v1/client/chat`}getClientSession(){return this.clientSession}async initSession(){var a,e;if(!this.isClientTokenMode())throw new Error("initSession() only available in client token mode");if(this.clientSession&&new Date<this.clientSession.expiresAt)return this.clientSession;if(this.sessionInitPromise)return this.sessionInitPromise;this.sessionInitPromise=this._doInitSession();try{let t=await this.sessionInitPromise;return this.clientSession=t,(e=(a=this.config).onSessionInit)==null||e.call(a,t),t}finally{this.sessionInitPromise=null}}async _doInitSession(){var o,n;let a=((n=(o=this.config).getStoredSessionId)==null?void 0:n.call(o))||null,e={token:this.config.clientToken,...this.config.flowId&&{flowId:this.config.flowId},...a&&{sessionId:a}},t=await fetch(this.getClientApiUrl("init"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!t.ok){let l=await t.json().catch(()=>({error:"Session initialization failed"}));throw t.status===401?new Error(`Invalid client token: ${l.hint||l.error}`):t.status===403?new Error(`Origin not allowed: ${l.hint||l.error}`):new Error(l.error||"Failed to initialize session")}let s=await t.json();return this.config.setStoredSessionId&&this.config.setStoredSessionId(s.sessionId),{sessionId:s.sessionId,expiresAt:new Date(s.expiresAt),flow:s.flow,config:{welcomeMessage:s.config.welcomeMessage,placeholder:s.config.placeholder,theme:s.config.theme}}}clearClientSession(){this.clientSession=null,this.sessionInitPromise=null}getFeedbackApiUrl(){var e;return`${((e=this.config.apiUrl)==null?void 0:e.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||yT}/v1/client/feedback`}async sendFeedback(a){var o,n;if(!this.isClientTokenMode())throw new Error("sendFeedback() only available in client token mode");if(!this.getClientSession())throw new Error("No active session. Please initialize session first.");if(["upvote","downvote","copy"].includes(a.type)&&!a.messageId)throw new Error(`messageId is required for ${a.type} feedback type`);if(a.type==="csat"&&(a.rating===void 0||a.rating<1||a.rating>5))throw new Error("CSAT rating must be between 1 and 5");if(a.type==="nps"&&(a.rating===void 0||a.rating<0||a.rating>10))throw new Error("NPS rating must be between 0 and 10");this.debug&&console.debug("[AgentWidgetClient] sending feedback",a);let s=await fetch(this.getFeedbackApiUrl(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(a)});if(!s.ok){let l=await s.json().catch(()=>({error:"Feedback submission failed"}));throw s.status===401?(this.clientSession=null,(n=(o=this.config).onSessionExpired)==null||n.call(o),new Error("Session expired. Please refresh to continue.")):new Error(l.error||"Failed to submit feedback")}}async submitMessageFeedback(a,e){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:t.sessionId,messageId:a,type:e})}async submitCSATFeedback(a,e){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:t.sessionId,type:"csat",rating:a,comment:e})}async submitNPSFeedback(a,e){let t=this.getClientSession();if(!t)throw new Error("No active session. Please initialize session first.");return this.sendFeedback({sessionId:t.sessionId,type:"nps",rating:a,comment:e})}async dispatch(a,e){return this.isAgentMode()?this.dispatchAgent(a,e):this.isClientTokenMode()?this.dispatchClientToken(a,e):this.dispatchProxy(a,e)}async dispatchClientToken(a,e){var s,o,n,l;let t=new AbortController;a.signal&&a.signal.addEventListener("abort",()=>t.abort()),e({type:"status",status:"connecting"});try{let p=await this.initSession();if(new Date>=new Date(p.expiresAt.getTime()-6e4)){this.clientSession=null,(o=(s=this.config).onSessionExpired)==null||o.call(s);let h=new Error("Session expired. Please refresh to continue.");throw e({type:"error",error:h}),h}let i=await this.buildPayload(a.messages),c=i.metadata?Object.fromEntries(Object.entries(i.metadata).filter(([h])=>h!=="sessionId"&&h!=="session_id")):void 0,u={sessionId:p.sessionId,messages:a.messages.filter(vT).map(h=>{var y,T,b;return{id:h.id,role:h.role,content:(b=(T=(y=h.contentParts)!=null?y:h.llmContent)!=null?T:h.rawContent)!=null?b:h.content}}),...a.assistantMessageId&&{assistantMessageId:a.assistantMessageId},...c&&Object.keys(c).length>0&&{metadata:c},...i.inputs&&Object.keys(i.inputs).length>0&&{inputs:i.inputs},...i.context&&{context:i.context}};this.debug&&console.debug("[AgentWidgetClient] client token dispatch",u);let f=await fetch(this.getClientApiUrl("chat"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(u),signal:t.signal});if(!f.ok){let h=await f.json().catch(()=>({error:"Chat request failed"}));if(f.status===401){this.clientSession=null,(l=(n=this.config).onSessionExpired)==null||l.call(n);let T=new Error("Session expired. Please refresh to continue.");throw e({type:"error",error:T}),T}if(f.status===429){let T=new Error(h.hint||"Message limit reached for this session.");throw e({type:"error",error:T}),T}let y=new Error(h.error||"Failed to send message");throw e({type:"error",error:y}),y}if(!f.body){let h=new Error("No response body received");throw e({type:"error",error:h}),h}e({type:"status",status:"connected"});try{await this.streamResponse(f.body,e,a.assistantMessageId)}finally{e({type:"status",status:"idle"})}}catch(p){let i=p instanceof Error?p:new Error(String(p));throw!i.message.includes("Session expired")&&!i.message.includes("Message limit")&&e({type:"error",error:i}),i}}async dispatchProxy(a,e){let t=new AbortController;a.signal&&a.signal.addEventListener("abort",()=>t.abort()),e({type:"status",status:"connecting"});let s=await this.buildPayload(a.messages);this.debug&&console.debug("[AgentWidgetClient] dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let l=await this.getHeaders();o={...o,...l}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",l)}let n;if(this.customFetch)try{n=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal},s)}catch(l){let p=l instanceof Error?l:new Error(String(l));throw e({type:"error",error:p}),p}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal});if(!n.ok||!n.body){let l=new Error(`Chat backend request failed: ${n.status} ${n.statusText}`);throw e({type:"error",error:l}),l}e({type:"status",status:"connected"});try{await this.streamResponse(n.body,e)}finally{e({type:"status",status:"idle"})}}async dispatchAgent(a,e){let t=new AbortController;a.signal&&a.signal.addEventListener("abort",()=>t.abort()),e({type:"status",status:"connecting"});let s=await this.buildAgentPayload(a.messages);this.debug&&console.debug("[AgentWidgetClient] agent dispatch payload",s);let o={...this.headers};if(this.getHeaders)try{let l=await this.getHeaders();o={...o,...l}}catch(l){typeof console!="undefined"&&console.error("[AgentWidget] getHeaders error:",l)}let n;if(this.customFetch)try{n=await this.customFetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal},s)}catch(l){let p=l instanceof Error?l:new Error(String(l));throw e({type:"error",error:p}),p}else n=await fetch(this.apiUrl,{method:"POST",headers:o,body:JSON.stringify(s),signal:t.signal});if(!n.ok||!n.body){let l=new Error(`Agent execution request failed: ${n.status} ${n.statusText}`);throw e({type:"error",error:l}),l}e({type:"status",status:"connected"});try{await this.streamResponse(n.body,e,a.assistantMessageId)}finally{e({type:"status",status:"idle"})}}async processStream(a,e,t){e({type:"status",status:"connected"});try{await this.streamResponse(a,e,t)}finally{e({type:"status",status:"idle"})}}async resolveApproval(a,e){var n;let s=`${((n=this.config.apiUrl)==null?void 0:n.replace(/\/+$/,"").replace(/\/v1\/dispatch$/,""))||yT}/v1/agents/${a.agentId}/approve`,o={"Content-Type":"application/json",...this.headers};return this.getHeaders&&Object.assign(o,await this.getHeaders()),fetch(s,{method:"POST",headers:o,body:JSON.stringify({executionId:a.executionId,approvalId:a.approvalId,decision:e,streamResponse:!0})})}async buildAgentPayload(a){if(!this.config.agent)throw new Error("Agent configuration required for agent mode");let e=a.slice().filter(vT).filter(s=>s.role==="user"||s.role==="assistant"||s.role==="system").filter(s=>!s.variant||s.variant==="assistant").sort((s,o)=>{let n=new Date(s.createdAt).getTime(),l=new Date(o.createdAt).getTime();return n-l}).map(s=>{var o,n,l;return{role:s.role,content:(l=(n=(o=s.contentParts)!=null?o:s.llmContent)!=null?n:s.rawContent)!=null?l:s.content,createdAt:s.createdAt}}),t={agent:this.config.agent,messages:e,options:{streamResponse:!0,recordMode:"virtual",...this.config.agentOptions}};if(this.contextProviders.length){let s={};await Promise.all(this.contextProviders.map(async o=>{try{let n=await o({messages:a,config:this.config});n&&typeof n=="object"&&Object.assign(s,n)}catch(n){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",n)}})),Object.keys(s).length&&(t.context=s)}return t}async buildPayload(a){let t={messages:a.slice().filter(vT).sort((s,o)=>{let n=new Date(s.createdAt).getTime(),l=new Date(o.createdAt).getTime();return n-l}).map(s=>{var o,n,l;return{role:s.role,content:(l=(n=(o=s.contentParts)!=null?o:s.llmContent)!=null?n:s.rawContent)!=null?l:s.content,createdAt:s.createdAt}}),...this.config.flowId&&{flowId:this.config.flowId}};if(this.contextProviders.length){let s={};await Promise.all(this.contextProviders.map(async o=>{try{let n=await o({messages:a,config:this.config});n&&typeof n=="object"&&Object.assign(s,n)}catch(n){typeof console!="undefined"&&console.warn("[AgentWidget] Context provider failed:",n)}})),Object.keys(s).length&&(t.context=s)}if(this.requestMiddleware)try{let s=await this.requestMiddleware({payload:{...t},config:this.config});if(s&&typeof s=="object")return s}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Request middleware error:",s)}return t}async handleCustomSSEEvent(a,e,t,s,o,n){if(!this.parseSSEEvent)return!1;try{let l=await this.parseSSEEvent(a);if(l===null)return!1;let p=c=>{let u={id:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"assistant",sequence:o(),...c!==void 0&&{partId:c}};return t.current=u,s(u),u},i=c=>t.current?t.current:p(c);if(l.text!==void 0){l.partId!==void 0&&n.current!==null&&l.partId!==n.current&&(t.current&&(t.current.streaming=!1,s(t.current)),p(l.partId)),l.partId!==void 0&&(n.current=l.partId);let c=i(l.partId);l.partId!==void 0&&!c.partId&&(c.partId=l.partId),c.content+=l.text,s(c)}return l.done&&(t.current&&(t.current.streaming=!1,s(t.current)),n.current=null,e({type:"status",status:"idle"})),l.error&&(n.current=null,e({type:"error",error:new Error(l.error)})),!0}catch(l){return typeof console!="undefined"&&console.error("[AgentWidget] parseSSEEvent error:",l),!1}}async streamResponse(a,e,t){var he,Be,lt,yt,G,K,de,j,$,ne,Qe,ae,oe,wt,it,Rt,Xt,_e,pe,De,Tt,At,qe,rt,la,ea,ta,q,Pe,ue,Xe,Ie,se,ge,Ne,mt,Nt,xt,Ft,vt,et,Ve,Oe,Zt,_a,qa,Ba,tt,gr,aa,Sa,Ua,Mr,Ka,Ya,$e,ya,Da,ma,nr,Aa,re,S,Z,fe,bt,qt,Lt,Bt,ia,ft,zt,ot,va,lr,ir,$a,W,dr,Qa,Pr,Va,ja,ie,pr,Mo,Xi,yo,dt,Ji,er,Fa,Od,Nd,Ki,yr,zd,vo,bo,vr,Yi,Rr,Ir,_d,qd,Kk,Yr,Qr,Ut,Co,wo,Qi,ed,td,ad,ka,Ga,br,Ge;let s=a.getReader(),o=new TextDecoder,n="",l=Date.now(),p=0,i=()=>l+p++,c=le=>{let st=le.reasoning?{...le.reasoning,chunks:[...le.reasoning.chunks]}:void 0,gt=le.toolCall?{...le.toolCall,chunks:le.toolCall.chunks?[...le.toolCall.chunks]:void 0}:void 0,ra=le.tools?le.tools.map(oa=>({...oa,chunks:oa.chunks?[...oa.chunks]:void 0})):void 0;return{...le,reasoning:st,toolCall:gt,tools:ra}},u=le=>{e({type:"message",message:c(le)})},f=null,h={current:null},y={current:null},T=new Map,b=new Map,C={lastId:null,byStep:new Map},g={lastId:null,byCall:new Map},L=le=>{if(le==null)return null;try{return String(le)}catch{return null}},m=le=>{var st,gt,ra,oa,ua;return L((ua=(oa=(ra=(gt=(st=le.stepId)!=null?st:le.step_id)!=null?gt:le.step)!=null?ra:le.parentId)!=null?oa:le.flowStepId)!=null?ua:le.flow_step_id)},M=le=>{var st,gt,ra,oa,ua,$t,E;return L((E=($t=(ua=(oa=(ra=(gt=(st=le.callId)!=null?st:le.call_id)!=null?gt:le.requestId)!=null?ra:le.request_id)!=null?oa:le.toolCallId)!=null?ua:le.tool_call_id)!=null?$t:le.stepId)!=null?E:le.step_id)},k=()=>f||(f={id:t!=null?t:`assistant-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:i()},u(f),f),w=(le,st)=>{C.lastId=st,le&&C.byStep.set(le,st)},I=(le,st)=>{var ua;let gt=(ua=le.reasoningId)!=null?ua:le.id,ra=m(le);if(gt){let $t=String(gt);return w(ra,$t),$t}if(ra){let $t=C.byStep.get(ra);if($t)return C.lastId=$t,$t}if(C.lastId&&!st)return C.lastId;if(!st)return null;let oa=`reason-${i()}`;return w(ra,oa),oa},N=le=>{let st=T.get(le);if(st)return st;let gt={id:`reason-${le}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"reasoning",sequence:i(),reasoning:{id:le,status:"streaming",chunks:[]}};return T.set(le,gt),u(gt),gt},_=(le,st)=>{g.lastId=st,le&&g.byCall.set(le,st)},R=new Set,Y=new Map,Ce=new Set,ee=new Map,Ee=le=>{if(!le)return!1;let st=le.replace(/_+/g,"_").replace(/^_|_$/g,"");return st==="emit_artifact_markdown"||st==="emit_artifact_component"},Fe=(le,st)=>{var ua;let gt=(ua=le.toolId)!=null?ua:le.id,ra=M(le);if(gt){let $t=String(gt);return _(ra,$t),$t}if(ra){let $t=g.byCall.get(ra);if($t)return g.lastId=$t,$t}if(g.lastId&&!st)return g.lastId;if(!st)return null;let oa=`tool-${i()}`;return _(ra,oa),oa},me=le=>{let st=b.get(le);if(st)return st;let gt={id:`tool-${le}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,variant:"tool",sequence:i(),toolCall:{id:le,status:"pending"}};return b.set(le,gt),u(gt),gt},Me=le=>{if(typeof le=="number"&&Number.isFinite(le))return le;if(typeof le=="string"){let st=Number(le);if(!Number.isNaN(st)&&Number.isFinite(st))return st;let gt=Date.parse(le);if(!Number.isNaN(gt))return gt}return Date.now()},He=le=>{if(typeof le=="string")return le;if(le==null)return"";try{return JSON.stringify(le)}catch{return String(le)}},Q=new Map,te=new Map,xe=null,we=new Map,We=(he=this.config.iterationDisplay)!=null?he:"separate";for(;;){let{done:le,value:st}=await s.read();if(le)break;n+=o.decode(st,{stream:!0});let gt=n.split(`
52
52
 
53
53
  `);n=(Be=gt.pop())!=null?Be:"";for(let ra of gt){let oa=ra.split(`
54
- `),ua="message",$t="";for(let z of oa)z.startsWith("event:")?ua=z.replace("event:","").trim():z.startsWith("data:")&&($t+=z.replace("data:","").trim());if(!$t)continue;let E;try{E=JSON.parse($t)}catch(z){e({type:"error",error:z instanceof Error?z:new Error("Failed to parse chat stream payload")});continue}let Je=ua!=="message"?ua:(lt=E.type)!=null?lt:"message";if((yt=this.onSSEEvent)==null||yt.call(this,Je,E),this.parseSSEEvent){h.current=f;let z=await this.handleCustomSSEEvent(E,e,h,u,i,y);if(h.current&&h.current!==f&&(f=h.current),z)continue}if(Je==="reason_start"){let z=(G=I(E,!0))!=null?G:`reason-${i()}`,H=N(z);H.reasoning=(K=H.reasoning)!=null?K:{id:z,status:"streaming",chunks:[]},H.reasoning.startedAt=(j=H.reasoning.startedAt)!=null?j:Me((de=E.startedAt)!=null?de:E.timestamp),H.reasoning.completedAt=void 0,H.reasoning.durationMs=void 0,H.streaming=!0,H.reasoning.status="streaming",u(H)}else if(Je==="reason_delta"||Je==="reason_chunk"){let z=(ne=($=I(E,!1))!=null?$:I(E,!0))!=null?ne:`reason-${i()}`,H=N(z);H.reasoning=(Qe=H.reasoning)!=null?Qe:{id:z,status:"streaming",chunks:[]},H.reasoning.startedAt=(oe=H.reasoning.startedAt)!=null?oe:Me((ae=E.startedAt)!=null?ae:E.timestamp);let U=(Rt=(it=(wt=E.reasoningText)!=null?wt:E.text)!=null?it:E.delta)!=null?Rt:"";if(U&&E.hidden!==!0&&H.reasoning.chunks.push(String(U)),H.reasoning.status=E.done?"complete":"streaming",E.done){H.reasoning.completedAt=Me((Xt=E.completedAt)!=null?Xt:E.timestamp);let ye=(_e=H.reasoning.startedAt)!=null?_e:Date.now();H.reasoning.durationMs=Math.max(0,((pe=H.reasoning.completedAt)!=null?pe:Date.now())-ye)}H.streaming=H.reasoning.status!=="complete",u(H)}else if(Je==="reason_complete"){let z=(Tt=(De=I(E,!1))!=null?De:I(E,!0))!=null?Tt:`reason-${i()}`,H=T.get(z);if(H!=null&&H.reasoning){H.reasoning.status="complete",H.reasoning.completedAt=Me((At=E.completedAt)!=null?At:E.timestamp);let ye=(qe=H.reasoning.startedAt)!=null?qe:Date.now();H.reasoning.durationMs=Math.max(0,((rt=H.reasoning.completedAt)!=null?rt:Date.now())-ye),H.streaming=!1,u(H)}let U=m(E);U&&C.byStep.delete(U)}else if(Je==="tool_start"){let z=(la=Fe(E,!0))!=null?la:`tool-${i()}`,H=(ea=E.toolName)!=null?ea:E.name;if(Ee(H)){R.add(z);continue}let U=me(z),ye=(ta=U.toolCall)!=null?ta:{id:z,status:"pending"};ye.name=H!=null?H:ye.name,ye.status="running",E.args!==void 0?ye.args=E.args:E.parameters!==void 0&&(ye.args=E.parameters),ye.startedAt=(Pe=ye.startedAt)!=null?Pe:Me((q=E.startedAt)!=null?q:E.timestamp),ye.completedAt=void 0,ye.durationMs=void 0,U.toolCall=ye,U.streaming=!0;let ze=E.agentContext;(ze||E.executionId)&&(U.agentMetadata={executionId:(ue=ze==null?void 0:ze.executionId)!=null?ue:E.executionId,iteration:(Xe=ze==null?void 0:ze.iteration)!=null?Xe:E.iteration}),u(U)}else if(Je==="tool_chunk"||Je==="tool_delta"){let z=(se=(Ie=Fe(E,!1))!=null?Ie:Fe(E,!0))!=null?se:`tool-${i()}`;if(R.has(z))continue;let H=me(z),U=(ge=H.toolCall)!=null?ge:{id:z,status:"running"};U.startedAt=(mt=U.startedAt)!=null?mt:Me((Ne=E.startedAt)!=null?Ne:E.timestamp);let ye=(Ft=(xt=(Nt=E.text)!=null?Nt:E.delta)!=null?xt:E.message)!=null?Ft:"";ye&&(U.chunks=(vt=U.chunks)!=null?vt:[],U.chunks.push(String(ye))),U.status="running",H.toolCall=U,H.streaming=!0;let ze=E.agentContext;(ze||E.executionId)&&(H.agentMetadata=(Oe=H.agentMetadata)!=null?Oe:{executionId:(et=ze==null?void 0:ze.executionId)!=null?et:E.executionId,iteration:(Ve=ze==null?void 0:ze.iteration)!=null?Ve:E.iteration}),u(H)}else if(Je==="tool_complete"){let z=(_a=(Zt=Fe(E,!1))!=null?Zt:Fe(E,!0))!=null?_a:`tool-${i()}`;if(R.has(z)){R.delete(z);continue}let H=me(z),U=(qa=H.toolCall)!=null?qa:{id:z,status:"running"};U.status="complete",E.result!==void 0&&(U.result=E.result),typeof E.duration=="number"&&(U.duration=E.duration),U.completedAt=Me((Ba=E.completedAt)!=null?Ba:E.timestamp);let ye=(tt=E.duration)!=null?tt:E.executionTime;if(typeof ye=="number")U.durationMs=ye;else{let nt=(gr=U.startedAt)!=null?gr:Date.now();U.durationMs=Math.max(0,((aa=U.completedAt)!=null?aa:Date.now())-nt)}H.toolCall=U,H.streaming=!1;let ze=E.agentContext;(ze||E.executionId)&&(H.agentMetadata=(Mr=H.agentMetadata)!=null?Mr:{executionId:(Sa=ze==null?void 0:ze.executionId)!=null?Sa:E.executionId,iteration:(Ua=ze==null?void 0:ze.iteration)!=null?Ua:E.iteration}),u(H);let Mt=M(E);Mt&&g.byCall.delete(Mt)}else if(Je==="step_chunk"||Je==="step_delta"){let z=E.stepType,H=E.executionType;if(z==="tool"||H==="context")continue;let U=k(),ye=(ya=($e=(Ya=(Ka=E.text)!=null?Ka:E.delta)!=null?Ya:E.content)!=null?$e:E.chunk)!=null?ya:"";if(ye){let Mt=((Da=te.get(U.id))!=null?Da:"")+ye;U.rawContent=Mt,Q.has(U.id)||Q.set(U.id,this.createStreamParser());let nt=Q.get(U.id),Ze=Mt.trim().startsWith("{")||Mt.trim().startsWith("[");if(Ze&&te.set(U.id,Mt),nt.__isPlainTextParser===!0){U.content+=ye,te.delete(U.id),Q.delete(U.id),U.rawContent=void 0,u(U);continue}let da=nt.processChunk(Mt);if(da instanceof Promise)da.then(Et=>{var sa;let It=typeof Et=="string"?Et:(sa=Et==null?void 0:Et.text)!=null?sa:null;if(It!==null&&It.trim()!==""){let Wt=f;Wt&&Wt.id===U.id&&(Wt.content=It,u(Wt))}else if(!Ze&&!Mt.trim().startsWith("<")){let Wt=f;Wt&&Wt.id===U.id&&(Wt.content+=ye,te.delete(Wt.id),Q.delete(Wt.id),Wt.rawContent=void 0,u(Wt))}}).catch(()=>{U.content+=ye,te.delete(U.id),Q.delete(U.id),U.rawContent=void 0,u(U)});else{let Et=typeof da=="string"?da:(xa=da==null?void 0:da.text)!=null?xa:null;Et!==null&&Et.trim()!==""?(U.content=Et,u(U)):!Ze&&!Mt.trim().startsWith("<")&&(U.content+=ye,te.delete(U.id),Q.delete(U.id),U.rawContent=void 0,u(U))}}if(E.isComplete){let ze=(Aa=(sr=E.result)==null?void 0:sr.response)!=null?Aa:U.content;if(ze){let Mt=te.get(U.id),nt=Mt!=null?Mt:He(ze);U.rawContent=nt;let Ze=Q.get(U.id),Jt=null,da=!1;if(Ze&&(Jt=Ze.getExtractedText(),Jt===null&&(Jt=o1(nt)),Jt===null)){let Et=Ze.processChunk(nt);Et instanceof Promise?(da=!0,Et.then(It=>{var Wt;let sa=typeof It=="string"?It:(Wt=It==null?void 0:It.text)!=null?Wt:null;if(sa!==null){let ht=f;ht&&ht.id===U.id&&(ht.content=sa,ht.streaming=!1,Q.delete(ht.id),te.delete(ht.id),u(ht))}})):Jt=typeof Et=="string"?Et:(re=Et==null?void 0:Et.text)!=null?re:null}if(!da){Jt!==null&&Jt.trim()!==""?U.content=Jt:te.has(U.id)||(U.content=He(ze));let Et=Q.get(U.id);if(Et){let It=(S=Et.close)==null?void 0:S.call(Et);It instanceof Promise&&It.catch(()=>{}),Q.delete(U.id)}te.delete(U.id),U.streaming=!1,u(U)}}}}else if(Je==="step_complete"){let z=E.stepType,H=E.executionType;if(z==="tool"||H==="context")continue;let U=(Z=E.result)==null?void 0:Z.response,ye=k();if(U!=null){let ze=Q.get(ye.id),Mt=!1,nt=!1;if(ze){let Ze=ze.getExtractedText(),Jt=te.get(ye.id),da=Jt!=null?Jt:He(U);if(ye.rawContent=da,Ze!==null&&Ze.trim()!=="")ye.content=Ze,Mt=!0;else{let Et=o1(da);if(Et!==null)ye.content=Et,Mt=!0;else{let It=ze.processChunk(da);if(It instanceof Promise)nt=!0,It.then(sa=>{var ht;let Wt=typeof sa=="string"?sa:(ht=sa==null?void 0:sa.text)!=null?ht:null;if(Wt!==null&&Wt.trim()!==""){let er=f;er&&er.id===ye.id&&(er.content=Wt,er.streaming=!1,Q.delete(er.id),te.delete(er.id),u(er))}else{let er=ze.getExtractedText(),Kt=f;Kt&&Kt.id===ye.id&&(er!==null&&er.trim()!==""?Kt.content=er:te.has(Kt.id)||(Kt.content=He(U)),Kt.streaming=!1,Q.delete(Kt.id),te.delete(Kt.id),u(Kt))}});else{let sa=typeof It=="string"?It:(fe=It==null?void 0:It.text)!=null?fe:null;if(sa!==null&&sa.trim()!=="")ye.content=sa,Mt=!0;else{let Wt=ze.getExtractedText();Wt!==null&&Wt.trim()!==""&&(ye.content=Wt,Mt=!0)}}}}}if(!nt){if(!ye.rawContent){let Ze=te.get(ye.id);ye.rawContent=Ze!=null?Ze:He(U)}if(!Mt&&!te.has(ye.id)&&(ye.content=He(U)),ze){let Ze=(bt=ze.close)==null?void 0:bt.call(ze);Ze instanceof Promise&&Ze.catch(()=>{})}Q.delete(ye.id),te.delete(ye.id),ye.streaming=!1,u(ye)}}else Q.delete(ye.id),te.delete(ye.id),ye.streaming=!1,u(ye)}else if(Je==="flow_complete"){let z=(qt=E.result)==null?void 0:qt.response;if(z!=null){let H=k(),U=te.get(H.id),ye=U!=null?U:He(z);H.rawContent=ye;let ze=He(z),Mt=Q.get(H.id);if(Mt){let Jt=o1(ye);if(Jt!==null)ze=Jt;else{let da=Mt.processChunk(ye);da instanceof Promise&&da.then(It=>{var Wt;let sa=typeof It=="string"?It:(Wt=It==null?void 0:It.text)!=null?Wt:null;if(sa!==null){let ht=f;ht&&ht.id===H.id&&(ht.content=sa,ht.streaming=!1,u(ht))}});let Et=Mt.getExtractedText();Et!==null&&(ze=Et)}}Q.delete(H.id),te.delete(H.id);let nt=ze!==H.content,Ze=H.streaming!==!1;nt&&(H.content=ze),H.streaming=!1,(nt||Ze)&&u(H)}else if(f!==null){let H=f;Q.delete(H.id),te.delete(H.id),H.streaming!==!1&&(H.streaming=!1,u(H))}e({type:"status",status:"idle"})}else if(Je==="agent_start")xe={executionId:E.executionId,agentId:(Lt=E.agentId)!=null?Lt:"virtual",agentName:(Bt=E.agentName)!=null?Bt:"",status:"running",currentIteration:0,maxTurns:(ia=E.maxTurns)!=null?ia:1,startedAt:Me(E.startedAt)};else if(Je==="agent_iteration_start"){if(xe&&(xe.currentIteration=E.iteration),We==="separate"&&E.iteration>1){let z=f;z&&(z.streaming=!1,u(z),we.set(E.iteration-1,z),f=null)}}else if(Je!=="agent_turn_start"){if(Je==="agent_turn_delta"){if(E.contentType==="text"){let z=k();z.content+=(ft=E.delta)!=null?ft:"",z.agentMetadata={executionId:E.executionId,iteration:E.iteration,turnId:E.turnId,agentName:xe==null?void 0:xe.agentName},u(z)}else if(E.contentType==="thinking"){let z=(zt=E.turnId)!=null?zt:`agent-think-${E.iteration}`,H=N(z);H.reasoning=(ot=H.reasoning)!=null?ot:{id:z,status:"streaming",chunks:[]},H.reasoning.chunks.push((va=E.delta)!=null?va:""),H.agentMetadata={executionId:E.executionId,iteration:E.iteration,turnId:E.turnId},u(H)}else if(E.contentType==="tool_input"){let z=(nr=E.toolCallId)!=null?nr:g.lastId;if(z){let H=b.get(z);H!=null&&H.toolCall&&(H.toolCall.chunks=(lr=H.toolCall.chunks)!=null?lr:[],H.toolCall.chunks.push(($a=E.delta)!=null?$a:""),u(H))}}}else if(Je==="agent_turn_complete"){let z=E.turnId;if(z){let H=T.get(z);if(H!=null&&H.reasoning){H.reasoning.status="complete",H.reasoning.completedAt=Me(E.completedAt);let U=(W=H.reasoning.startedAt)!=null?W:Date.now();H.reasoning.durationMs=Math.max(0,((ir=H.reasoning.completedAt)!=null?ir:Date.now())-U),H.streaming=!1,u(H)}}}else if(Je==="agent_tool_start"){let z=(dr=E.toolCallId)!=null?dr:`agent-tool-${i()}`;_(M(E),z);let H=me(z),U=(Pr=H.toolCall)!=null?Pr:{id:z,status:"pending",name:void 0,args:void 0,chunks:void 0,result:void 0,duration:void 0,startedAt:void 0,completedAt:void 0,durationMs:void 0};U.name=(ja=(Va=E.toolName)!=null?Va:E.name)!=null?ja:U.name,U.status="running",E.parameters!==void 0&&(U.args=E.parameters),U.startedAt=Me((ie=E.startedAt)!=null?ie:E.timestamp),H.toolCall=U,H.streaming=!0,H.agentMetadata={executionId:E.executionId,iteration:E.iteration},u(H)}else if(Je==="agent_tool_delta"){let z=(pr=E.toolCallId)!=null?pr:g.lastId;if(z){let H=(Mo=b.get(z))!=null?Mo:me(z);H.toolCall&&(H.toolCall.chunks=(Xi=H.toolCall.chunks)!=null?Xi:[],H.toolCall.chunks.push((yo=E.delta)!=null?yo:""),H.toolCall.status="running",H.streaming=!0,u(H))}}else if(Je==="agent_tool_complete"){let z=(dt=E.toolCallId)!=null?dt:g.lastId;if(z){let H=(Ji=b.get(z))!=null?Ji:me(z);if(H.toolCall){H.toolCall.status="complete",E.result!==void 0&&(H.toolCall.result=E.result),typeof E.executionTime=="number"&&(H.toolCall.durationMs=E.executionTime),H.toolCall.completedAt=Me((Qa=E.completedAt)!=null?Qa:E.timestamp),H.streaming=!1,u(H);let U=M(E);U&&g.byCall.delete(U)}}}else if(Je!=="agent_iteration_complete"){if(Je==="agent_reflection"||Je==="agent_reflect"){let z=`agent-reflection-${E.executionId}-${E.iteration}`,H={id:z,role:"assistant",content:(Fa=E.reflection)!=null?Fa:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:i(),reasoning:{id:z,status:"complete",chunks:[(Od=E.reflection)!=null?Od:""]},agentMetadata:{executionId:E.executionId,iteration:E.iteration}};u(H)}else if(Je==="agent_complete"){xe&&(xe.status=E.success?"complete":"error",xe.completedAt=Me(E.completedAt),xe.stopReason=E.stopReason);let z=f;z&&(z.streaming=!1,u(z)),e({type:"status",status:"idle"})}else if(Je==="agent_error"){let z=typeof E.error=="string"?E.error:(Ki=(Nd=E.error)==null?void 0:Nd.message)!=null?Ki:"Agent execution error";E.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",z):e({type:"error",error:new Error(z)})}else if(Je!=="agent_ping")if(Je==="agent_approval_start"){let z=(yr=E.approvalId)!=null?yr:`approval-${i()}`,H={id:`approval-${z}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:i(),approval:{id:z,status:"pending",agentId:(zd=xe==null?void 0:xe.agentId)!=null?zd:"virtual",executionId:(bo=(vo=E.executionId)!=null?vo:xe==null?void 0:xe.executionId)!=null?bo:"",toolName:(vr=E.toolName)!=null?vr:"",toolType:E.toolType,description:(Rr=E.description)!=null?Rr:`Execute ${(Yi=E.toolName)!=null?Yi:"tool"}`,parameters:E.parameters}};u(H)}else if(Je==="step_await"&&E.awaitReason==="approval_required"){let z=(Ir=E.approvalId)!=null?Ir:`approval-${i()}`,H={id:`approval-${z}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:i(),approval:{id:z,status:"pending",agentId:(_d=xe==null?void 0:xe.agentId)!=null?_d:"virtual",executionId:(Kk=(qd=E.executionId)!=null?qd:xe==null?void 0:xe.executionId)!=null?Kk:"",toolName:(Yr=E.toolName)!=null?Yr:"",toolType:E.toolType,description:(Ut=E.description)!=null?Ut:`Execute ${(Qr=E.toolName)!=null?Qr:"tool"}`,parameters:E.parameters}};u(H)}else if(Je==="agent_approval_complete"){let z=E.approvalId;if(z){let U={id:`approval-${z}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:i(),approval:{id:z,status:(Co=E.decision)!=null?Co:"approved",agentId:(wo=xe==null?void 0:xe.agentId)!=null?wo:"virtual",executionId:(ed=(Qi=E.executionId)!=null?Qi:xe==null?void 0:xe.executionId)!=null?ed:"",toolName:(td=E.toolName)!=null?td:"",description:(ad=E.description)!=null?ad:"",resolvedAt:Date.now()}};u(U)}}else if(Je==="artifact_start"||Je==="artifact_delta"||Je==="artifact_update"||Je==="artifact_complete"){if(Je==="artifact_start"){let z=E.artifactType,H=String(E.id),U=typeof E.title=="string"?E.title:void 0;if(e({type:"artifact_start",id:H,artifactType:z,title:U,component:typeof E.component=="string"?E.component:void 0}),ee.set(H,{markdown:"",title:U}),!Ce.has(H)){Ce.add(H);let ye={id:`artifact-ref-${H}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:i(),rawContent:JSON.stringify({component:"PersonaArtifactCard",props:{artifactId:H,title:U,artifactType:z,status:"streaming"}})};Y.set(H,ye),u(ye)}}else if(Je==="artifact_delta"){let z=String(E.id),H=typeof E.delta=="string"?E.delta:String((ka=E.delta)!=null?ka:"");e({type:"artifact_delta",id:z,artDelta:H});let U=ee.get(z);U&&(U.markdown+=H)}else if(Je==="artifact_update"){let z=E.props&&typeof E.props=="object"&&!Array.isArray(E.props)?E.props:{};e({type:"artifact_update",id:String(E.id),props:z,component:typeof E.component=="string"?E.component:void 0})}else if(Je==="artifact_complete"){let z=String(E.id);e({type:"artifact_complete",id:z});let H=Y.get(z);if(H){H.streaming=!1;try{let U=JSON.parse((Ga=H.rawContent)!=null?Ga:"{}");if(U.props){U.props.status="complete";let ye=ee.get(z);ye!=null&&ye.markdown&&(U.props.markdown=ye.markdown)}H.rawContent=JSON.stringify(U)}catch{}ee.delete(z),u(H),Y.delete(z)}}}else if(Je==="transcript_insert"){let z=E.message;if(!z||typeof z!="object")continue;let H=String((br=z.id)!=null?br:`msg-${i()}`),U=z.role,ze={id:H,role:U==="user"?"user":U==="system"?"system":"assistant",content:typeof z.content=="string"?z.content:"",rawContent:typeof z.rawContent=="string"?z.rawContent:void 0,createdAt:typeof z.createdAt=="string"?z.createdAt:new Date().toISOString(),streaming:z.streaming===!0,...typeof z.variant=="string"?{variant:z.variant}:{},sequence:i()};if(u(ze),ze.rawContent)try{let Mt=JSON.parse(ze.rawContent),nt=(Ge=Mt==null?void 0:Mt.props)==null?void 0:Ge.artifactId;typeof nt=="string"&&Ce.add(nt)}catch{}f=null,h.current=null,Q.delete(H),te.delete(H)}else Je==="error"&&E.error&&e({type:"error",error:E.error instanceof Error?E.error:new Error(String(E.error))})}}}}}};function TP(){let r=Date.now().toString(36),a=Math.random().toString(36).substring(2,10);return`msg_${r}_${a}`}function Po(){let r=Date.now().toString(36),a=Math.random().toString(36).substring(2,10);return`usr_${r}_${a}`}function po(){let r=Date.now().toString(36),a=Math.random().toString(36).substring(2,10);return`ast_${r}_${a}`}var d1="[Image]";function LP(r){return typeof r=="string"?[{type:"text",text:r}]:r}function EP(r){return typeof r=="string"?r:r.filter(a=>a.type==="text").map(a=>a.text).join("")}function HP(r){return typeof r=="string"?!1:r.some(a=>a.type==="image")}function PP(r){return typeof r=="string"?[]:r.filter(a=>a.type==="image")}function p1(r){return{type:"text",text:r}}function RP(r,a){return{type:"image",image:r,...(a==null?void 0:a.mimeType)&&{mimeType:a.mimeType},...(a==null?void 0:a.alt)&&{alt:a.alt}}}async function IP(r){return new Promise((a,e)=>{let t=new FileReader;t.onload=()=>{let s=t.result;a({type:"image",image:s,mimeType:r.type,alt:r.name})},t.onerror=()=>e(new Error("Failed to read file")),t.readAsDataURL(r)})}function BP(r,a=["image/png","image/jpeg","image/gif","image/webp"],e=10*1024*1024){return a.includes(r.type)?r.size>e?{valid:!1,error:`File too large. Maximum size: ${Math.round(e/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${a.join(", ")}`}}var DP=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],HB=["application/pdf","text/plain","text/markdown","text/csv","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/json"],Tr=[...DP,...HB];function PB(r){return DP.includes(r)||r.startsWith("image/")}function c1(r){return PB(r.type)}async function VP(r){return new Promise((a,e)=>{let t=new FileReader;t.onload=()=>{let s=t.result;c1(r)?a({type:"image",image:s,mimeType:r.type,alt:r.name}):a({type:"file",data:s,mimeType:r.type,filename:r.name})},t.onerror=()=>e(new Error("Failed to read file")),t.readAsDataURL(r)})}function FP(r,a=Tr,e=10*1024*1024){return a.includes(r.type)?r.size>e?{valid:!1,error:`File too large. Maximum size: ${Math.round(e/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${r.type}". Accepted types: ${a.join(", ")}`}}function RB(r){let a=r.split(".");return a.length>1?a.pop().toLowerCase():""}function WP(r,a){let e=RB(a).toUpperCase();return{"application/pdf":"PDF","text/plain":"TXT","text/markdown":"MD","text/csv":"CSV","application/msword":"DOC","application/vnd.openxmlformats-officedocument.wordprocessingml.document":"DOCX","application/vnd.ms-excel":"XLS","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"XLSX","application/json":"JSON"}[r]||e||"FILE"}var u1=class{constructor(a=24e3){this.ctx=null;this.nextStartTime=0;this.activeSources=[];this.finishedCallbacks=[];this.playing=!1;this.streamEnded=!1;this.pendingCount=0;this.remainder=null;this.sampleRate=a}ensureContext(){if(!this.ctx){let e=typeof window!="undefined"?window:void 0;if(!e)throw new Error("AudioPlaybackManager requires a browser environment");let t=e.AudioContext||e.webkitAudioContext;this.ctx=new t({sampleRate:this.sampleRate})}let a=this.ctx;return a.state==="suspended"&&a.resume(),a}enqueue(a){if(a.length===0)return;let e=a;if(this.remainder){let p=new Uint8Array(this.remainder.length+a.length);p.set(this.remainder),p.set(a,this.remainder.length),e=p,this.remainder=null}if(e.length%2!==0&&(this.remainder=new Uint8Array([e[e.length-1]]),e=e.subarray(0,e.length-1)),e.length===0)return;let t=this.ensureContext(),s=this.pcmToFloat32(e),o=t.createBuffer(1,s.length,this.sampleRate);o.getChannelData(0).set(s);let n=t.createBufferSource();n.buffer=o,n.connect(t.destination);let l=t.currentTime;this.nextStartTime<l&&(this.nextStartTime=l),n.start(this.nextStartTime),this.nextStartTime+=o.duration,this.activeSources.push(n),this.pendingCount++,this.playing=!0,n.onended=()=>{let p=this.activeSources.indexOf(n);p!==-1&&this.activeSources.splice(p,1),this.pendingCount--,this.checkFinished()}}markStreamEnd(){this.streamEnded=!0,this.checkFinished()}flush(){for(let a of this.activeSources)try{a.stop(),a.disconnect()}catch{}this.activeSources=[],this.pendingCount=0,this.nextStartTime=0,this.playing=!1,this.streamEnded=!1,this.finishedCallbacks=[],this.remainder=null}isPlaying(){return this.playing}onFinished(a){this.finishedCallbacks.push(a)}async destroy(){this.flush(),this.ctx&&(await this.ctx.close(),this.ctx=null)}checkFinished(){if(this.streamEnded&&this.pendingCount<=0&&this.playing){this.playing=!1,this.streamEnded=!1;let a=this.finishedCallbacks.slice();this.finishedCallbacks=[];for(let e of a)e()}}pcmToFloat32(a){let e=Math.floor(a.length/2),t=new Float32Array(e),s=new DataView(a.buffer,a.byteOffset,a.byteLength);for(let o=0;o<e;o++){let n=s.getInt16(o*2,!0);t[o]=n/32768}return t}};var f1=class{constructor(){this.sourceNode=null;this.analyserNode=null;this.interval=null;this.conditionStart=null;this.fired=!1}start(a,e,t,s,o){this.stop(),this.fired=!1,this.conditionStart=null,this.sourceNode=a.createMediaStreamSource(e),this.analyserNode=a.createAnalyser(),this.analyserNode.fftSize=2048,this.sourceNode.connect(this.analyserNode);let n=new Float32Array(this.analyserNode.fftSize);this.interval=setInterval(()=>{if(!this.analyserNode||this.fired)return;this.analyserNode.getFloatTimeDomainData(n);let l=0;for(let c=0;c<n.length;c++)l+=n[c]*n[c];let p=Math.sqrt(l/n.length);(t==="silence"?p<s.threshold:p>=s.threshold)?this.conditionStart===null?this.conditionStart=Date.now():Date.now()-this.conditionStart>=s.duration&&(this.fired=!0,o()):this.conditionStart=null},100)}stop(){this.interval&&(clearInterval(this.interval),this.interval=null),this.sourceNode&&(this.sourceNode.disconnect(),this.sourceNode=null),this.analyserNode=null,this.conditionStart=null,this.fired=!1}};var bd=class{constructor(a){this.config=a;this.type="runtype";this.ws=null;this.audioContext=null;this.w=typeof window!="undefined"?window:void 0;this.mediaRecorder=null;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.processingStartCallbacks=[];this.audioChunks=[];this.isProcessing=!1;this.isSpeaking=!1;this.vad=new f1;this.mediaStream=null;this.currentAudio=null;this.currentAudioUrl=null;this.currentRequestId=null;this.interruptionMode="none";this.playbackManager=null}getInterruptionMode(){return this.interruptionMode}isBargeInActive(){return this.interruptionMode==="barge-in"&&this.mediaStream!==null}async deactivateBargeIn(){this.vad.stop(),this.mediaStream&&(this.mediaStream.getTracks().forEach(a=>a.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)}async connect(){var a,e,t;if(!(this.ws&&this.ws.readyState===WebSocket.OPEN))try{if(!this.w)throw new Error("Window object not available");let s=this.w;if(!s||!s.location)throw new Error("Window object or location not available");let o=s.location.protocol==="https:"?"wss:":"ws:",n=(a=this.config)==null?void 0:a.host,l=(e=this.config)==null?void 0:e.agentId,p=(t=this.config)==null?void 0:t.clientToken;if(!l||!p)throw new Error("agentId and clientToken are required");if(!n)throw new Error("host must be provided in Runtype voice provider configuration");let i=`${o}//${n}/ws/agents/${l}/voice?token=${p}`;this.ws=new WebSocket(i),this.setupWebSocketHandlers();let c=`${o}//${n}/ws/agents/${l}/voice?token=...`,u=" Check: API running on port 8787? Valid client token? Agent voice enabled? Token allowedOrigins includes this page?";await new Promise((f,h)=>{if(!this.ws)return h(new Error("WebSocket not created"));let y=!1,T=C=>{y||(y=!0,clearTimeout(b),h(new Error(C)))},b=setTimeout(()=>T("WebSocket connection timed out."+u),1e4);this.ws.addEventListener("open",()=>{y||(y=!0,clearTimeout(b),f())},{once:!0}),this.ws.addEventListener("error",()=>{T("WebSocket connection failed to "+c+"."+u)},{once:!0}),this.ws.addEventListener("close",C=>{if(!C.wasClean&&!y){let g=C.code!==1006?` (code ${C.code})`:"";T("WebSocket connection failed"+g+"."+u)}},{once:!0})}),this.sendHeartbeat()}catch(s){throw this.ws=null,this.errorCallbacks.forEach(o=>o(s)),this.statusCallbacks.forEach(o=>o("error")),s}}setupWebSocketHandlers(){this.ws&&(this.ws.onopen=()=>{this.statusCallbacks.forEach(a=>a("connected"))},this.ws.onclose=()=>{this.statusCallbacks.forEach(a=>a("disconnected"))},this.ws.onerror=a=>{this.errorCallbacks.forEach(e=>e(new Error("WebSocket error"))),this.statusCallbacks.forEach(e=>e("error"))},this.ws.binaryType="arraybuffer",this.ws.onmessage=a=>{if(a.data instanceof ArrayBuffer){this.handleAudioChunk(new Uint8Array(a.data));return}try{let e=JSON.parse(a.data);this.handleWebSocketMessage(e)}catch{this.errorCallbacks.forEach(t=>t(new Error("Message parsing failed")))}})}handleWebSocketMessage(a){var e,t;switch(a.type){case"session_config":a.interruptionMode&&(this.interruptionMode=a.interruptionMode);break;case"voice_response":this.isProcessing=!1,this.resultCallbacks.forEach(s=>s({text:a.response.agentResponseText||a.response.transcript,transcript:a.response.transcript,audio:a.response.audio,confidence:.95,provider:"runtype"})),(e=a.response.audio)!=null&&e.base64?(this.isSpeaking=!0,this.statusCallbacks.forEach(s=>s("speaking")),this.playAudio(a.response.audio).catch(s=>this.errorCallbacks.forEach(o=>o(s instanceof Error?s:new Error(String(s)))))):(t=a.response.audio)!=null&&t.base64;break;case"audio_end":if(a.requestId&&a.requestId!==this.currentRequestId)break;this.playbackManager?this.playbackManager.markStreamEnd():(this.isSpeaking=!1,this.isProcessing=!1,this.statusCallbacks.forEach(s=>s("idle")));break;case"cancelled":this.isProcessing=!1;break;case"error":this.errorCallbacks.forEach(s=>s(new Error(a.error))),this.statusCallbacks.forEach(s=>s("error")),this.isProcessing=!1;break;case"pong":break}}handleAudioChunk(a){a.length!==0&&this.currentRequestId&&(this.playbackManager||(this.playbackManager=new u1(24e3),this.playbackManager.onFinished(()=>{this.isSpeaking=!1,this.playbackManager=null,this.vad.stop(),this.statusCallbacks.forEach(e=>e("idle"))})),this.isSpeaking||(this.isSpeaking=!0,this.statusCallbacks.forEach(e=>e("speaking")),this.startBargeInMonitoring().catch(()=>{})),this.playbackManager.enqueue(a))}stopPlayback(){!this.isProcessing&&!this.isSpeaking||(this.cancelCurrentPlayback(),this.statusCallbacks.forEach(a=>a("idle")))}cancelCurrentPlayback(){this.currentAudio&&(this.currentAudio.pause(),this.currentAudio.src="",this.currentAudio=null),this.currentAudioUrl&&(URL.revokeObjectURL(this.currentAudioUrl),this.currentAudioUrl=null),this.playbackManager&&(this.playbackManager.flush(),this.playbackManager=null),this.currentRequestId&&this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"cancel",requestId:this.currentRequestId})),this.currentRequestId=null,this.isProcessing=!1,this.isSpeaking=!1}async startListening(){var a,e,t,s;try{if(this.isProcessing||this.isSpeaking)if(this.interruptionMode!=="none")this.cancelCurrentPlayback();else return;if(!this.mediaStream){let i=this.interruptionMode==="barge-in"?{audio:{echoCancellation:!0,noiseSuppression:!0}}:{audio:!0};this.mediaStream=await navigator.mediaDevices.getUserMedia(i)}let o=this.w;this.audioContext||(this.audioContext=new(o.AudioContext||o.webkitAudioContext));let n=this.audioContext,l=(e=(a=this.config)==null?void 0:a.pauseDuration)!=null?e:2e3,p=(s=(t=this.config)==null?void 0:t.silenceThreshold)!=null?s:.01;this.vad.start(n,this.mediaStream,"silence",{threshold:p,duration:l},()=>this.stopListening()),this.mediaRecorder=new MediaRecorder(this.mediaStream),this.audioChunks=[],this.mediaRecorder.ondataavailable=i=>{i.data.size>0&&this.audioChunks.push(i.data)},this.mediaRecorder.onstop=async()=>{var i;if(this.audioChunks.length>0){this.isProcessing=!0,this.statusCallbacks.forEach(f=>f("processing")),this.processingStartCallbacks.forEach(f=>f());let c=((i=this.mediaRecorder)==null?void 0:i.mimeType)||"audio/webm",u=new Blob(this.audioChunks,{type:c});await this.sendAudio(u),this.audioChunks=[]}},this.mediaRecorder.start(1e3),this.statusCallbacks.forEach(i=>i("listening"))}catch(o){throw this.errorCallbacks.forEach(n=>n(o)),this.statusCallbacks.forEach(n=>n("error")),o}}async stopListening(){this.vad.stop(),this.mediaRecorder&&(this.interruptionMode!=="barge-in"&&this.mediaRecorder.stream.getTracks().forEach(a=>a.stop()),this.mediaRecorder.stop(),this.mediaRecorder=null),this.interruptionMode!=="barge-in"&&(this.mediaStream&&(this.mediaStream.getTracks().forEach(a=>a.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)),this.statusCallbacks.forEach(a=>a("idle"))}async startBargeInMonitoring(){var o,n;if(this.interruptionMode!=="barge-in")return;let a=this.w;if(!this.mediaStream&&a&&(this.mediaStream=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0}})),!this.audioContext&&a&&(this.audioContext=new(a.AudioContext||a.webkitAudioContext)),!this.audioContext||!this.mediaStream)return;let e=this.audioContext,t=(n=(o=this.config)==null?void 0:o.silenceThreshold)!=null?n:.01;this.vad.start(e,this.mediaStream,"speech",{threshold:t,duration:200},()=>this.handleBargeIn())}handleBargeIn(){this.cancelCurrentPlayback(),this.startListening().catch(a=>{this.errorCallbacks.forEach(e=>e(a instanceof Error?a:new Error(String(a))))})}generateRequestId(){return"vreq_"+Math.random().toString(36).substring(2,10)+Date.now().toString(36)}async sendAudio(a){var e;if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.errorCallbacks.forEach(t=>t(new Error("WebSocket not connected"))),this.statusCallbacks.forEach(t=>t("error"));return}try{let t=await this.blobToBase64(a),s=this.getFormatFromMimeType(a.type),o=this.generateRequestId();this.currentRequestId=o,this.ws.send(JSON.stringify({type:"audio_input",audio:t,format:s,sampleRate:16e3,voiceId:(e=this.config)==null?void 0:e.voiceId,requestId:o}))}catch(t){this.errorCallbacks.forEach(s=>s(t)),this.statusCallbacks.forEach(s=>s("error"))}}getFormatFromMimeType(a){return a.includes("wav")?"wav":a.includes("mpeg")||a.includes("mp3")?"mp3":"webm"}blobToBase64(a){return new Promise((e,t)=>{let s=new FileReader;s.onload=()=>{let n=s.result.split(",")[1];e(n)},s.onerror=t,s.readAsDataURL(a)})}async playAudio(a){if(!a.base64)return;let e=atob(a.base64),t=new Uint8Array(e.length);for(let i=0;i<e.length;i++)t[i]=e.charCodeAt(i);let s=a.format||"mp3",o=s==="mp3"?"audio/mpeg":`audio/${s}`,n=new Blob([t],{type:o}),l=URL.createObjectURL(n),p=new Audio(l);this.currentAudio=p,this.currentAudioUrl=l,p.onended=()=>{URL.revokeObjectURL(l),this.currentAudio===p&&(this.currentAudio=null,this.currentAudioUrl=null,this.isSpeaking=!1,this.statusCallbacks.forEach(i=>i("idle")))},await p.play()}onResult(a){this.resultCallbacks.push(a)}onError(a){this.errorCallbacks.push(a)}onStatusChange(a){this.statusCallbacks.push(a)}onProcessingStart(a){this.processingStartCallbacks.push(a)}async disconnect(){if(this.currentAudio&&(this.currentAudio.pause(),this.currentAudio.src="",this.currentAudio=null),this.currentAudioUrl&&(URL.revokeObjectURL(this.currentAudioUrl),this.currentAudioUrl=null),this.playbackManager&&(await this.playbackManager.destroy(),this.playbackManager=null),this.currentRequestId=null,this.isSpeaking=!1,this.vad.stop(),await this.stopListening(),this.mediaStream&&(this.mediaStream.getTracks().forEach(a=>a.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null),this.ws){try{this.ws.close()}catch{}this.ws=null}this.statusCallbacks.forEach(a=>a("disconnected"))}sendHeartbeat(){this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"ping"}))}};var co=class{constructor(a={}){this.config=a;this.type="browser";this.recognition=null;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.isListening=!1;this.w=typeof window!="undefined"?window:void 0}async connect(){this.statusCallbacks.forEach(a=>a("connected"))}async startListening(){var a,e;try{if(this.isListening)throw new Error("Already listening");if(!this.w)throw new Error("Window object not available");let t=this.w.SpeechRecognition||this.w.webkitSpeechRecognition;if(!t)throw new Error("Browser speech recognition not supported");this.recognition=new t,this.recognition.lang=((a=this.config)==null?void 0:a.language)||"en-US",this.recognition.continuous=((e=this.config)==null?void 0:e.continuous)||!1,this.recognition.interimResults=!0,this.recognition.onresult=s=>{var l;let o=Array.from(s.results).map(p=>p[0]).map(p=>p.transcript).join(""),n=s.results[s.results.length-1].isFinal;this.resultCallbacks.forEach(p=>p({text:o,confidence:n?.8:.5,provider:"browser"})),n&&!((l=this.config)!=null&&l.continuous)&&this.stopListening()},this.recognition.onerror=s=>{this.errorCallbacks.forEach(o=>o(new Error(s.error))),this.statusCallbacks.forEach(o=>o("error"))},this.recognition.onstart=()=>{this.isListening=!0,this.statusCallbacks.forEach(s=>s("listening"))},this.recognition.onend=()=>{this.isListening=!1,this.statusCallbacks.forEach(s=>s("idle"))},this.recognition.start()}catch(t){throw this.errorCallbacks.forEach(s=>s(t)),this.statusCallbacks.forEach(s=>s("error")),t}}async stopListening(){this.recognition&&(this.recognition.stop(),this.recognition=null),this.isListening=!1,this.statusCallbacks.forEach(a=>a("idle"))}onResult(a){this.resultCallbacks.push(a)}onError(a){this.errorCallbacks.push(a)}onStatusChange(a){this.statusCallbacks.push(a)}async disconnect(){await this.stopListening(),this.statusCallbacks.forEach(a=>a("disconnected"))}static isSupported(){return"SpeechRecognition"in window||"webkitSpeechRecognition"in window}};function uo(r){switch(r.type){case"runtype":if(!r.runtype)throw new Error("Runtype voice provider requires configuration");return new bd(r.runtype);case"browser":if(!co.isSupported())throw new Error("Browser speech recognition not supported");return new co(r.browser||{});case"custom":throw new Error("Custom voice providers not yet implemented");default:throw new Error(`Unknown voice provider type: ${r.type}`)}}function h1(r){if((r==null?void 0:r.type)==="runtype"&&r.runtype)return uo({type:"runtype",runtype:r.runtype});if(co.isSupported())return uo({type:"browser",browser:(r==null?void 0:r.browser)||{language:"en-US"}});throw new Error("No supported voice providers available")}function Cd(r){try{return h1(r),!0}catch{return!1}}var Ro=class r{constructor(a={},e){this.config=a;this.callbacks=e;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.clientSession=null;this.agentExecution=null;this.artifacts=new Map;this.selectedArtifactId=null;this.voiceProvider=null;this.voiceActive=!1;this.voiceStatus="disconnected";this.pendingVoiceUserMessageId=null;this.pendingVoiceAssistantMessageId=null;this.ttsSpokenMessageIds=new Set;this.handleEvent=a=>{var e,t,s,o,n,l,p;a.type==="message"?(this.upsertMessage(a.message),(e=a.message.agentMetadata)!=null&&e.executionId&&(this.agentExecution?a.message.agentMetadata.iteration!==void 0&&(this.agentExecution.currentIteration=a.message.agentMetadata.iteration):this.agentExecution={executionId:a.message.agentMetadata.executionId,agentId:"",agentName:(t=a.message.agentMetadata.agentName)!=null?t:"",status:"running",currentIteration:(s=a.message.agentMetadata.iteration)!=null?s:0,maxTurns:0})):a.type==="status"?(this.setStatus(a.status),a.status==="connecting"?this.setStreaming(!0):(a.status==="idle"||a.status==="error")&&(this.setStreaming(!1),this.abortController=null,((o=this.agentExecution)==null?void 0:o.status)==="running"&&(this.agentExecution.status=a.status==="error"?"error":"complete"))):a.type==="error"?(this.setStatus("error"),this.setStreaming(!1),this.abortController=null,((n=this.agentExecution)==null?void 0:n.status)==="running"&&(this.agentExecution.status="error"),(p=(l=this.callbacks).onError)==null||p.call(l,a.error)):(a.type==="artifact_start"||a.type==="artifact_delta"||a.type==="artifact_update"||a.type==="artifact_complete")&&this.applyArtifactStreamEvent(a)};var t;this.messages=[...(t=a.initialMessages)!=null?t:[]].map(s=>{var o;return{...s,sequence:(o=s.sequence)!=null?o:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new io(a),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.callbacks.onStatusChanged(this.status)}setSSEEventCallback(a){this.client.setSSEEventCallback(a)}isClientTokenMode(){return this.client.isClientTokenMode()}isAgentMode(){return this.client.isAgentMode()}getAgentExecution(){return this.agentExecution}isAgentExecuting(){var a;return((a=this.agentExecution)==null?void 0:a.status)==="running"}isVoiceSupported(){var a;return Cd((a=this.config.voiceRecognition)==null?void 0:a.provider)}isVoiceActive(){return this.voiceActive}getVoiceStatus(){return this.voiceStatus}getVoiceInterruptionMode(){var a;return(a=this.voiceProvider)!=null&&a.getInterruptionMode?this.voiceProvider.getInterruptionMode():"none"}stopVoicePlayback(){var a;(a=this.voiceProvider)!=null&&a.stopPlayback&&this.voiceProvider.stopPlayback()}isBargeInActive(){var a,e,t;return(t=(e=(a=this.voiceProvider)==null?void 0:a.isBargeInActive)==null?void 0:e.call(a))!=null?t:!1}async deactivateBargeIn(){var a;(a=this.voiceProvider)!=null&&a.deactivateBargeIn&&await this.voiceProvider.deactivateBargeIn()}setupVoice(a){var e,t,s;try{let o=a||this.getVoiceConfigFromConfig();if(!o)throw new Error("Voice configuration not provided");this.voiceProvider=uo(o);let n=(e=this.config.voiceRecognition)!=null?e:{},l=(t=n.processingText)!=null?t:"\u{1F3A4} Processing voice...",p=(s=n.processingErrorText)!=null?s:"Voice processing failed. Please try again.";this.voiceProvider.onProcessingStart&&this.voiceProvider.onProcessingStart(()=>{let i=this.injectMessage({role:"user",content:l,streaming:!1,voiceProcessing:!0});this.pendingVoiceUserMessageId=i.id;let c=this.injectMessage({role:"assistant",content:"",streaming:!0,voiceProcessing:!0});this.pendingVoiceAssistantMessageId=c.id,this.setStreaming(!0)}),this.voiceProvider.onResult(i=>{var c,u,f,h,y,T;if(i.provider==="browser")i.text&&i.text.trim()&&this.sendMessage(i.text,{viaVoice:!0});else if(i.provider==="runtype"){this.pendingVoiceUserMessageId&&((c=i.transcript)!=null&&c.trim())?this.upsertMessage({id:this.pendingVoiceUserMessageId,role:"user",content:i.transcript.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(u=i.transcript)!=null&&u.trim()&&this.injectUserMessage({content:i.transcript.trim()}),this.pendingVoiceAssistantMessageId&&((f=i.text)!=null&&f.trim())?this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:i.text.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(h=i.text)!=null&&h.trim()&&this.injectAssistantMessage({content:i.text.trim()});{let b=(T=this.pendingVoiceAssistantMessageId)!=null?T:(y=[...this.messages].reverse().find(C=>C.role==="assistant"))==null?void 0:y.id;b&&this.ttsSpokenMessageIds.add(b)}this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null}}),this.voiceProvider.onError(i=>{console.error("Voice error:",i),this.pendingVoiceAssistantMessageId&&(this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:p,createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}),this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null)}),this.voiceProvider.onStatusChange(i=>{var c,u;this.voiceStatus=i,this.voiceActive=i==="listening",(u=(c=this.callbacks).onVoiceStatusChanged)==null||u.call(c,i)}),this.voiceProvider.connect()}catch(o){console.error("Failed to setup voice:",o)}}async toggleVoice(){if(!this.voiceProvider){console.error("Voice not configured");return}if(this.voiceActive)await this.voiceProvider.stopListening();else{this.stopSpeaking();try{await this.voiceProvider.startListening()}catch(a){console.error("Failed to start voice:",a)}}}cleanupVoice(){this.voiceProvider&&(this.voiceProvider.disconnect(),this.voiceProvider=null),this.voiceActive=!1,this.voiceStatus="disconnected"}getVoiceConfigFromConfig(){var e,t,s,o,n,l,p,i,c;if(!((e=this.config.voiceRecognition)!=null&&e.provider))return;let a=this.config.voiceRecognition.provider;switch(a.type){case"runtype":return{type:"runtype",runtype:{agentId:((t=a.runtype)==null?void 0:t.agentId)||"",clientToken:((s=a.runtype)==null?void 0:s.clientToken)||"",host:(o=a.runtype)==null?void 0:o.host,voiceId:(n=a.runtype)==null?void 0:n.voiceId,pauseDuration:(l=a.runtype)==null?void 0:l.pauseDuration,silenceThreshold:(p=a.runtype)==null?void 0:p.silenceThreshold}};case"browser":return{type:"browser",browser:{language:((i=a.browser)==null?void 0:i.language)||"en-US",continuous:(c=a.browser)==null?void 0:c.continuous}};default:return}}async initClientSession(){var a,e;if(!this.isClientTokenMode())return null;try{let t=await this.client.initSession();return this.setClientSession(t),t}catch(t){return(e=(a=this.callbacks).onError)==null||e.call(a,t instanceof Error?t:new Error(String(t))),null}}setClientSession(a){if(this.clientSession=a,a.config.welcomeMessage&&this.messages.length===0){let e={id:`welcome-${Date.now()}`,role:"assistant",content:a.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(e)}}getClientSession(){var a;return(a=this.clientSession)!=null?a:this.client.getClientSession()}isSessionValid(){let a=this.getClientSession();return a?new Date<a.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(a,e){return this.client.submitMessageFeedback(a,e)}async submitCSATFeedback(a,e){return this.client.submitCSATFeedback(a,e)}async submitNPSFeedback(a,e){return this.client.submitNPSFeedback(a,e)}updateConfig(a){let e=this.client.getSSEEventCallback();this.config={...this.config,...a},this.client=new io(this.config),e&&this.client.setSSEEventCallback(e)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(a){this.handleEvent(a)}injectMessage(a){let{role:e,content:t,llmContent:s,contentParts:o,id:n,createdAt:l,sequence:p,streaming:i=!1,voiceProcessing:c}=a,f={id:n!=null?n:e==="user"?Po():e==="assistant"?po():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:e,content:t,createdAt:l!=null?l:new Date().toISOString(),sequence:p!=null?p:this.nextSequence(),streaming:i,...s!==void 0&&{llmContent:s},...o!==void 0&&{contentParts:o},...c!==void 0&&{voiceProcessing:c}};return this.upsertMessage(f),f}injectAssistantMessage(a){return this.injectMessage({...a,role:"assistant"})}injectUserMessage(a){return this.injectMessage({...a,role:"user"})}injectSystemMessage(a){return this.injectMessage({...a,role:"system"})}injectMessageBatch(a){let e=[];for(let t of a){let{role:s,content:o,llmContent:n,contentParts:l,id:p,createdAt:i,sequence:c,streaming:u=!1}=t,h={id:p!=null?p:s==="user"?Po():s==="assistant"?po():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:s,content:o,createdAt:i!=null?i:new Date().toISOString(),sequence:c!=null?c:this.nextSequence(),streaming:u,...n!==void 0&&{llmContent:n},...l!==void 0&&{contentParts:l}};e.push(h)}return this.messages=this.sortMessages([...this.messages,...e]),this.callbacks.onMessagesChanged([...this.messages]),e}async sendMessage(a,e){var i,c,u,f,h;let t=a.trim();if(!t&&(!(e!=null&&e.contentParts)||e.contentParts.length===0))return;this.stopSpeaking(),(i=this.abortController)==null||i.abort();let s=Po(),o=po(),n={id:s,role:"user",content:t||d1,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(e==null?void 0:e.viaVoice)||!1,...(e==null?void 0:e.contentParts)&&e.contentParts.length>0&&{contentParts:e.contentParts}};this.appendMessage(n),this.setStreaming(!0);let l=new AbortController;this.abortController=l;let p=[...this.messages];try{await this.client.dispatch({messages:p,signal:l.signal,assistantMessageId:o},this.handleEvent)}catch(y){let T=y instanceof Error&&(y.name==="AbortError"||y.message.includes("aborted")||y.message.includes("abort"));if(!T){let b={id:o,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(b)}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,T||(y instanceof Error?(u=(c=this.callbacks).onError)==null||u.call(c,y):(h=(f=this.callbacks).onError)==null||h.call(f,new Error(String(y))))}}async continueConversation(){var s,o,n,l,p;if(this.streaming)return;(s=this.abortController)==null||s.abort();let a=po();this.setStreaming(!0);let e=new AbortController;this.abortController=e;let t=[...this.messages];try{await this.client.dispatch({messages:t,signal:e.signal,assistantMessageId:a},this.handleEvent)}catch(i){let c={id:a,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(c),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,i instanceof Error?(n=(o=this.callbacks).onError)==null||n.call(o,i):(p=(l=this.callbacks).onError)==null||p.call(l,new Error(String(i)))}}async connectStream(a,e){var s,o,n;if(this.streaming)return;(s=this.abortController)==null||s.abort();let t=!1;for(let l of this.messages)l.streaming&&(l.streaming=!1,t=!0);t&&this.callbacks.onMessagesChanged([...this.messages]),this.setStreaming(!0);try{await this.client.processStream(a,this.handleEvent,e==null?void 0:e.assistantMessageId)}catch(l){this.setStatus("error"),this.setStreaming(!1),this.abortController=null,(n=(o=this.callbacks).onError)==null||n.call(o,l instanceof Error?l:new Error(String(l)))}}async resolveApproval(a,e){var p,i,c;let t=`approval-${a.id}`,s={...a,status:e,resolvedAt:Date.now()},o={id:t,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",approval:s};this.upsertMessage(o);let n=this.config.approval,l=n&&typeof n=="object"?n.onDecision:void 0;try{let u;if(l?u=await l({approvalId:a.id,executionId:a.executionId,agentId:a.agentId,toolName:a.toolName},e):u=await this.client.resolveApproval({agentId:a.agentId,executionId:a.executionId,approvalId:a.id},e),u){let f=null;if(u instanceof Response){if(!u.ok){let h=await u.json().catch(()=>null);throw new Error((p=h==null?void 0:h.error)!=null?p:`Approval request failed: ${u.status}`)}f=u.body}else u instanceof ReadableStream&&(f=u);f?await this.connectStream(f):e==="denied"&&this.appendMessage({id:`denial-${a.id}`,role:"assistant",content:"Tool execution was denied by user.",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})}}catch(u){(c=(i=this.callbacks).onError)==null||c.call(i,u instanceof Error?u:new Error(String(u)))}}cancel(){var a;(a=this.abortController)==null||a.abort(),this.abortController=null,this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var a;this.stopSpeaking(),(a=this.abortController)==null||a.abort(),this.abortController=null,this.messages=[],this.agentExecution=null,this.clearArtifactState(),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}getArtifacts(){return[...this.artifacts.values()]}getArtifactById(a){return this.artifacts.get(a)}getSelectedArtifactId(){return this.selectedArtifactId}selectArtifact(a){this.selectedArtifactId=a,this.emitArtifactsState()}clearArtifacts(){this.clearArtifactState()}upsertArtifact(a){var s;let e=a.id||`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,9)}`;if(a.artifactType==="markdown"){let o={id:e,artifactType:"markdown",title:a.title,status:"complete",markdown:a.content};return this.artifacts.set(e,o),this.selectedArtifactId=e,this.emitArtifactsState(),o}let t={id:e,artifactType:"component",title:a.title,status:"complete",component:a.component,props:(s=a.props)!=null?s:{}};return this.artifacts.set(e,t),this.selectedArtifactId=e,this.emitArtifactsState(),t}clearArtifactState(){this.artifacts.size===0&&this.selectedArtifactId===null||(this.artifacts.clear(),this.selectedArtifactId=null,this.emitArtifactsState())}emitArtifactsState(){var a,e;(e=(a=this.callbacks).onArtifactsState)==null||e.call(a,{artifacts:[...this.artifacts.values()],selectedId:this.selectedArtifactId})}applyArtifactStreamEvent(a){var e,t;switch(a.type){case"artifact_start":{a.artifactType==="markdown"?this.artifacts.set(a.id,{id:a.id,artifactType:"markdown",title:a.title,status:"streaming",markdown:""}):this.artifacts.set(a.id,{id:a.id,artifactType:"component",title:a.title,status:"streaming",component:(e=a.component)!=null?e:"",props:{}}),this.selectedArtifactId=a.id;break}case"artifact_delta":{let s=this.artifacts.get(a.id);(s==null?void 0:s.artifactType)==="markdown"&&(s.markdown=((t=s.markdown)!=null?t:"")+a.artDelta);break}case"artifact_update":{let s=this.artifacts.get(a.id);(s==null?void 0:s.artifactType)==="component"&&(s.props={...s.props,...a.props},a.component&&(s.component=a.component));break}case"artifact_complete":{let s=this.artifacts.get(a.id);s&&(s.status="complete");break}default:return}this.emitArtifactsState()}hydrateMessages(a){var e;(e=this.abortController)==null||e.abort(),this.abortController=null,this.messages=this.sortMessages(a.map(t=>{var s;return{...t,streaming:!1,sequence:(s=t.sequence)!=null?s:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}setStatus(a){this.status!==a&&(this.status=a,this.callbacks.onStatusChanged(a))}setStreaming(a){if(this.streaming===a)return;let e=this.streaming;this.streaming=a,this.callbacks.onStreamingChanged(a),e&&!a&&this.speakLatestAssistantMessage()}speakLatestAssistantMessage(){let a=this.config.textToSpeech;if(!(a!=null&&a.enabled)||!(!a.provider||a.provider==="browser"||a.provider==="runtype"&&a.browserFallback))return;let t=[...this.messages].reverse().find(o=>o.role==="assistant"&&o.content&&!o.voiceProcessing);if(!t)return;if(this.ttsSpokenMessageIds.has(t.id)){this.ttsSpokenMessageIds.delete(t.id);return}let s=t.content;s.trim()&&this.speak(s,a)}speak(a,e){if(typeof window=="undefined"||!("speechSynthesis"in window))return;let t=window.speechSynthesis;t.cancel();let s=new SpeechSynthesisUtterance(a),o=t.getVoices();if(e.voice){let n=o.find(l=>l.name===e.voice);n&&(s.voice=n)}else o.length>0&&(s.voice=e.pickVoice?e.pickVoice(o):r.pickBestVoice(o));e.rate!==void 0&&(s.rate=e.rate),e.pitch!==void 0&&(s.pitch=e.pitch),setTimeout(()=>t.speak(s),50)}static pickBestVoice(a){var t;let e=["Microsoft Jenny Online (Natural) - English (United States)","Microsoft Aria Online (Natural) - English (United States)","Microsoft Guy Online (Natural) - English (United States)","Google US English","Google UK English Female","Ava (Premium)","Evan (Enhanced)","Samantha (Enhanced)","Samantha","Daniel","Karen","Microsoft David Desktop - English (United States)","Microsoft Zira Desktop - English (United States)"];for(let s of e){let o=a.find(n=>n.name===s);if(o)return o}return(t=a.find(s=>s.lang.startsWith("en")))!=null?t:a[0]}stopSpeaking(){typeof window!="undefined"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}appendMessage(a){let e=this.ensureSequence(a);this.messages=this.sortMessages([...this.messages,e]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(a){let e=this.ensureSequence(a),t=this.messages.findIndex(s=>s.id===e.id);if(t===-1){this.appendMessage(e);return}this.messages=this.messages.map((s,o)=>o===t?{...s,...e}:s),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(a){return a.sequence!==void 0?{...a}:{...a,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(a){return[...a].sort((e,t)=>{var p,i;let s=new Date(e.createdAt).getTime(),o=new Date(t.createdAt).getTime();if(!Number.isNaN(s)&&!Number.isNaN(o)&&s!==o)return s-o;let n=(p=e.sequence)!=null?p:0,l=(i=t.sequence)!=null?i:0;return n!==l?n-l:e.id.localeCompare(t.id)})}};var v=(r,a)=>{let e=document.createElement(r);return a&&(e.className=a),e},hr=(r,a,e)=>{let t=r.createElement(a);return e&&(t.className=e),t};var wT={};Yk(wT,{AArrowDown:()=>g1,AArrowUp:()=>M1,ALargeSmall:()=>y1,Accessibility:()=>v1,Activity:()=>b1,ActivitySquare:()=>yl,AirVent:()=>C1,Airplay:()=>w1,AlarmCheck:()=>Io,AlarmClock:()=>A1,AlarmClockCheck:()=>Io,AlarmClockMinus:()=>Bo,AlarmClockOff:()=>S1,AlarmClockPlus:()=>Do,AlarmMinus:()=>Bo,AlarmPlus:()=>Do,AlarmSmoke:()=>k1,Album:()=>T1,AlertCircle:()=>ps,AlertOctagon:()=>Zn,AlertTriangle:()=>ki,AlignCenter:()=>Mi,AlignCenterHorizontal:()=>L1,AlignCenterVertical:()=>E1,AlignEndHorizontal:()=>H1,AlignEndVertical:()=>P1,AlignHorizontalDistributeCenter:()=>R1,AlignHorizontalDistributeEnd:()=>I1,AlignHorizontalDistributeStart:()=>B1,AlignHorizontalJustifyCenter:()=>D1,AlignHorizontalJustifyEnd:()=>V1,AlignHorizontalJustifyStart:()=>F1,AlignHorizontalSpaceAround:()=>W1,AlignHorizontalSpaceBetween:()=>O1,AlignJustify:()=>vi,AlignLeft:()=>jr,AlignRight:()=>yi,AlignStartHorizontal:()=>N1,AlignStartVertical:()=>z1,AlignVerticalDistributeCenter:()=>_1,AlignVerticalDistributeEnd:()=>q1,AlignVerticalDistributeStart:()=>U1,AlignVerticalJustifyCenter:()=>$1,AlignVerticalJustifyEnd:()=>j1,AlignVerticalJustifyStart:()=>G1,AlignVerticalSpaceAround:()=>Z1,AlignVerticalSpaceBetween:()=>X1,Ambulance:()=>J1,Ampersand:()=>K1,Ampersands:()=>Y1,Amphora:()=>Q1,Anchor:()=>ep,Angry:()=>tp,Annoyed:()=>ap,Antenna:()=>rp,Anvil:()=>op,Aperture:()=>sp,AppWindow:()=>lp,AppWindowMac:()=>np,Apple:()=>ip,Archive:()=>cp,ArchiveRestore:()=>dp,ArchiveX:()=>pp,AreaChart:()=>Jo,Armchair:()=>up,ArrowBigDown:()=>hp,ArrowBigDownDash:()=>fp,ArrowBigLeft:()=>xp,ArrowBigLeftDash:()=>mp,ArrowBigRight:()=>Mp,ArrowBigRightDash:()=>gp,ArrowBigUp:()=>vp,ArrowBigUpDash:()=>yp,ArrowDown:()=>Hp,ArrowDown01:()=>bp,ArrowDown10:()=>Cp,ArrowDownAZ:()=>Vo,ArrowDownAz:()=>Vo,ArrowDownCircle:()=>cs,ArrowDownFromLine:()=>wp,ArrowDownLeft:()=>Sp,ArrowDownLeftFromCircle:()=>fs,ArrowDownLeftFromSquare:()=>Sl,ArrowDownLeftSquare:()=>vl,ArrowDownNarrowWide:()=>Ap,ArrowDownRight:()=>kp,ArrowDownRightFromCircle:()=>hs,ArrowDownRightFromSquare:()=>Al,ArrowDownRightSquare:()=>bl,ArrowDownSquare:()=>Cl,ArrowDownToDot:()=>Tp,ArrowDownToLine:()=>Lp,ArrowDownUp:()=>Ep,ArrowDownWideNarrow:()=>Fo,ArrowDownZA:()=>Wo,ArrowDownZa:()=>Wo,ArrowLeft:()=>Bp,ArrowLeftCircle:()=>us,ArrowLeftFromLine:()=>Pp,ArrowLeftRight:()=>Rp,ArrowLeftSquare:()=>wl,ArrowLeftToLine:()=>Ip,ArrowRight:()=>Wp,ArrowRightCircle:()=>gs,ArrowRightFromLine:()=>Dp,ArrowRightLeft:()=>Vp,ArrowRightSquare:()=>Ll,ArrowRightToLine:()=>Fp,ArrowUp:()=>Zp,ArrowUp01:()=>Op,ArrowUp10:()=>Np,ArrowUpAZ:()=>Oo,ArrowUpAz:()=>Oo,ArrowUpCircle:()=>Ms,ArrowUpDown:()=>zp,ArrowUpFromDot:()=>_p,ArrowUpFromLine:()=>qp,ArrowUpLeft:()=>Up,ArrowUpLeftFromCircle:()=>ms,ArrowUpLeftFromSquare:()=>kl,ArrowUpLeftSquare:()=>El,ArrowUpNarrowWide:()=>No,ArrowUpRight:()=>$p,ArrowUpRightFromCircle:()=>xs,ArrowUpRightFromSquare:()=>Tl,ArrowUpRightSquare:()=>Hl,ArrowUpSquare:()=>Pl,ArrowUpToLine:()=>jp,ArrowUpWideNarrow:()=>Gp,ArrowUpZA:()=>zo,ArrowUpZa:()=>zo,ArrowsUpFromLine:()=>Xp,Asterisk:()=>Jp,AsteriskSquare:()=>Rl,AtSign:()=>Kp,Atom:()=>Yp,AudioLines:()=>Qp,AudioWaveform:()=>e2,Award:()=>t2,Axe:()=>a2,Axis3D:()=>_o,Axis3d:()=>_o,Baby:()=>r2,Backpack:()=>o2,Badge:()=>v2,BadgeAlert:()=>s2,BadgeCent:()=>n2,BadgeCheck:()=>qo,BadgeDollarSign:()=>l2,BadgeEuro:()=>i2,BadgeHelp:()=>Uo,BadgeIndianRupee:()=>d2,BadgeInfo:()=>p2,BadgeJapaneseYen:()=>c2,BadgeMinus:()=>u2,BadgePercent:()=>f2,BadgePlus:()=>h2,BadgePoundSterling:()=>m2,BadgeQuestionMark:()=>Uo,BadgeRussianRuble:()=>x2,BadgeSwissFranc:()=>g2,BadgeTurkishLira:()=>M2,BadgeX:()=>y2,BaggageClaim:()=>b2,Ban:()=>C2,Banana:()=>w2,Bandage:()=>S2,Banknote:()=>L2,BanknoteArrowDown:()=>A2,BanknoteArrowUp:()=>k2,BanknoteX:()=>T2,BarChart:()=>os,BarChart2:()=>ss,BarChart3:()=>as,BarChart4:()=>ts,BarChartBig:()=>es,BarChartHorizontal:()=>Yo,BarChartHorizontalBig:()=>Ko,Barcode:()=>E2,Barrel:()=>H2,Baseline:()=>P2,Bath:()=>R2,Battery:()=>O2,BatteryCharging:()=>I2,BatteryFull:()=>B2,BatteryLow:()=>D2,BatteryMedium:()=>V2,BatteryPlus:()=>F2,BatteryWarning:()=>W2,Beaker:()=>N2,Bean:()=>_2,BeanOff:()=>z2,Bed:()=>$2,BedDouble:()=>q2,BedSingle:()=>U2,Beef:()=>j2,Beer:()=>Z2,BeerOff:()=>G2,Bell:()=>t0,BellDot:()=>X2,BellElectric:()=>J2,BellMinus:()=>K2,BellOff:()=>Y2,BellPlus:()=>Q2,BellRing:()=>e0,BetweenHorizonalEnd:()=>$o,BetweenHorizonalStart:()=>jo,BetweenHorizontalEnd:()=>$o,BetweenHorizontalStart:()=>jo,BetweenVerticalEnd:()=>a0,BetweenVerticalStart:()=>r0,BicepsFlexed:()=>o0,Bike:()=>s0,Binary:()=>n0,Binoculars:()=>l0,Biohazard:()=>d0,Bird:()=>i0,Birdhouse:()=>p0,Bitcoin:()=>c0,Blend:()=>u0,Blinds:()=>f0,Blocks:()=>h0,Bluetooth:()=>M0,BluetoothConnected:()=>m0,BluetoothOff:()=>x0,BluetoothSearching:()=>g0,Bold:()=>y0,Bolt:()=>v0,Bomb:()=>b0,Bone:()=>C0,Book:()=>j0,BookA:()=>w0,BookAlert:()=>S0,BookAudio:()=>A0,BookCheck:()=>k0,BookCopy:()=>T0,BookDashed:()=>Go,BookDown:()=>L0,BookHeadphones:()=>E0,BookHeart:()=>H0,BookImage:()=>P0,BookKey:()=>R0,BookLock:()=>I0,BookMarked:()=>B0,BookMinus:()=>D0,BookOpen:()=>W0,BookOpenCheck:()=>V0,BookOpenText:()=>F0,BookPlus:()=>O0,BookTemplate:()=>Go,BookText:()=>N0,BookType:()=>z0,BookUp:()=>q0,BookUp2:()=>_0,BookUser:()=>U0,BookX:()=>$0,Bookmark:()=>K0,BookmarkCheck:()=>G0,BookmarkMinus:()=>Z0,BookmarkPlus:()=>X0,BookmarkX:()=>J0,BoomBox:()=>Y0,Bot:()=>tc,BotMessageSquare:()=>Q0,BotOff:()=>ec,BottleWine:()=>ac,BowArrow:()=>rc,Box:()=>oc,BoxSelect:()=>ql,Boxes:()=>sc,Braces:()=>Zo,Brackets:()=>nc,Brain:()=>dc,BrainCircuit:()=>lc,BrainCog:()=>ic,BrickWall:()=>uc,BrickWallFire:()=>pc,BrickWallShield:()=>cc,Briefcase:()=>xc,BriefcaseBusiness:()=>fc,BriefcaseConveyorBelt:()=>hc,BriefcaseMedical:()=>mc,BringToFront:()=>gc,Brush:()=>yc,BrushCleaning:()=>Mc,Bubbles:()=>vc,Bug:()=>wc,BugOff:()=>bc,BugPlay:()=>Cc,Building:()=>Ac,Building2:()=>Sc,Bus:()=>Tc,BusFront:()=>kc,Cable:()=>Ec,CableCar:()=>Lc,Cake:()=>Pc,CakeSlice:()=>Hc,Calculator:()=>Rc,Calendar:()=>Qc,Calendar1:()=>Ic,CalendarArrowDown:()=>Bc,CalendarArrowUp:()=>Dc,CalendarCheck:()=>Fc,CalendarCheck2:()=>Vc,CalendarClock:()=>Wc,CalendarCog:()=>Oc,CalendarDays:()=>Nc,CalendarFold:()=>zc,CalendarHeart:()=>_c,CalendarMinus:()=>Uc,CalendarMinus2:()=>qc,CalendarOff:()=>$c,CalendarPlus:()=>Gc,CalendarPlus2:()=>jc,CalendarRange:()=>Zc,CalendarSearch:()=>Xc,CalendarSync:()=>Jc,CalendarX:()=>Yc,CalendarX2:()=>Kc,Camera:()=>tu,CameraOff:()=>eu,CandlestickChart:()=>Qo,Candy:()=>ou,CandyCane:()=>au,CandyOff:()=>ru,Cannabis:()=>su,Captions:()=>Xo,CaptionsOff:()=>nu,Car:()=>du,CarFront:()=>lu,CarTaxiFront:()=>iu,Caravan:()=>pu,CardSim:()=>cu,Carrot:()=>uu,CaseLower:()=>fu,CaseSensitive:()=>hu,CaseUpper:()=>mu,CassetteTape:()=>xu,Cast:()=>gu,Castle:()=>Mu,Cat:()=>yu,Cctv:()=>vu,ChartArea:()=>Jo,ChartBar:()=>Yo,ChartBarBig:()=>Ko,ChartBarDecreasing:()=>bu,ChartBarIncreasing:()=>Cu,ChartBarStacked:()=>wu,ChartCandlestick:()=>Qo,ChartColumn:()=>as,ChartColumnBig:()=>es,ChartColumnDecreasing:()=>Su,ChartColumnIncreasing:()=>ts,ChartColumnStacked:()=>Au,ChartGantt:()=>ku,ChartLine:()=>rs,ChartNetwork:()=>Tu,ChartNoAxesColumn:()=>ss,ChartNoAxesColumnDecreasing:()=>Lu,ChartNoAxesColumnIncreasing:()=>os,ChartNoAxesCombined:()=>Eu,ChartNoAxesGantt:()=>ns,ChartPie:()=>ls,ChartScatter:()=>is,ChartSpline:()=>Hu,Check:()=>Iu,CheckCheck:()=>Pu,CheckCircle:()=>ys,CheckCircle2:()=>vs,CheckLine:()=>Ru,CheckSquare:()=>Bl,CheckSquare2:()=>Dl,ChefHat:()=>Bu,Cherry:()=>Du,ChevronDown:()=>Vu,ChevronDownCircle:()=>bs,ChevronDownSquare:()=>Vl,ChevronFirst:()=>Fu,ChevronLast:()=>Wu,ChevronLeft:()=>Ou,ChevronLeftCircle:()=>Cs,ChevronLeftSquare:()=>Fl,ChevronRight:()=>Nu,ChevronRightCircle:()=>ws,ChevronRightSquare:()=>Wl,ChevronUp:()=>zu,ChevronUpCircle:()=>Ss,ChevronUpSquare:()=>Ol,ChevronsDown:()=>qu,ChevronsDownUp:()=>_u,ChevronsLeft:()=>ju,ChevronsLeftRight:()=>$u,ChevronsLeftRightEllipsis:()=>Uu,ChevronsRight:()=>Zu,ChevronsRightLeft:()=>Gu,ChevronsUp:()=>Ju,ChevronsUpDown:()=>Xu,Chrome:()=>ds,Chromium:()=>ds,Church:()=>Ku,Cigarette:()=>Qu,CigaretteOff:()=>Yu,Circle:()=>hf,CircleAlert:()=>ps,CircleArrowDown:()=>cs,CircleArrowLeft:()=>us,CircleArrowOutDownLeft:()=>fs,CircleArrowOutDownRight:()=>hs,CircleArrowOutUpLeft:()=>ms,CircleArrowOutUpRight:()=>xs,CircleArrowRight:()=>gs,CircleArrowUp:()=>Ms,CircleCheck:()=>vs,CircleCheckBig:()=>ys,CircleChevronDown:()=>bs,CircleChevronLeft:()=>Cs,CircleChevronRight:()=>ws,CircleChevronUp:()=>Ss,CircleDashed:()=>ef,CircleDivide:()=>As,CircleDollarSign:()=>tf,CircleDot:()=>rf,CircleDotDashed:()=>af,CircleEllipsis:()=>of,CircleEqual:()=>sf,CircleFadingArrowUp:()=>nf,CircleFadingPlus:()=>lf,CircleGauge:()=>ks,CircleHelp:()=>Or,CircleMinus:()=>Ts,CircleOff:()=>df,CircleParking:()=>Es,CircleParkingOff:()=>Ls,CirclePause:()=>Hs,CirclePercent:()=>Ps,CirclePlay:()=>Rs,CirclePlus:()=>Is,CirclePoundSterling:()=>pf,CirclePower:()=>Bs,CircleQuestionMark:()=>Or,CircleSlash:()=>cf,CircleSlash2:()=>Ds,CircleSlashed:()=>Ds,CircleSmall:()=>uf,CircleStar:()=>ff,CircleStop:()=>Vs,CircleUser:()=>Ws,CircleUserRound:()=>Fs,CircleX:()=>Os,CircuitBoard:()=>mf,Citrus:()=>xf,Clapperboard:()=>gf,Clipboard:()=>Tf,ClipboardCheck:()=>Mf,ClipboardClock:()=>yf,ClipboardCopy:()=>vf,ClipboardEdit:()=>zs,ClipboardList:()=>bf,ClipboardMinus:()=>Cf,ClipboardPaste:()=>wf,ClipboardPen:()=>zs,ClipboardPenLine:()=>Ns,ClipboardPlus:()=>Sf,ClipboardSignature:()=>Ns,ClipboardType:()=>Af,ClipboardX:()=>kf,Clock:()=>jf,Clock1:()=>Lf,Clock10:()=>Ef,Clock11:()=>Hf,Clock12:()=>Pf,Clock2:()=>Rf,Clock3:()=>If,Clock4:()=>Bf,Clock5:()=>Df,Clock6:()=>Vf,Clock7:()=>Ff,Clock8:()=>Wf,Clock9:()=>Of,ClockAlert:()=>Nf,ClockArrowDown:()=>zf,ClockArrowUp:()=>_f,ClockCheck:()=>qf,ClockFading:()=>Uf,ClockPlus:()=>$f,ClosedCaption:()=>Gf,Cloud:()=>dh,CloudAlert:()=>Zf,CloudCheck:()=>Xf,CloudCog:()=>Jf,CloudDownload:()=>_s,CloudDrizzle:()=>Kf,CloudFog:()=>Yf,CloudHail:()=>Qf,CloudLightning:()=>eh,CloudMoon:()=>ah,CloudMoonRain:()=>th,CloudOff:()=>rh,CloudRain:()=>sh,CloudRainWind:()=>oh,CloudSnow:()=>nh,CloudSun:()=>ih,CloudSunRain:()=>lh,CloudUpload:()=>qs,Cloudy:()=>ph,Clover:()=>ch,Club:()=>uh,Code:()=>fh,Code2:()=>Us,CodeSquare:()=>Nl,CodeXml:()=>Us,Codepen:()=>hh,Codesandbox:()=>mh,Coffee:()=>xh,Cog:()=>gh,Coins:()=>Mh,Columns:()=>$s,Columns2:()=>$s,Columns3:()=>js,Columns3Cog:()=>Nr,Columns4:()=>yh,ColumnsSettings:()=>Nr,Combine:()=>vh,Command:()=>bh,Compass:()=>Ch,Component:()=>wh,Computer:()=>Sh,ConciergeBell:()=>Ah,Cone:()=>kh,Construction:()=>Th,Contact:()=>Lh,Contact2:()=>Gs,ContactRound:()=>Gs,Container:()=>Eh,Contrast:()=>Hh,Cookie:()=>Ph,CookingPot:()=>Rh,Copy:()=>Wh,CopyCheck:()=>Ih,CopyMinus:()=>Bh,CopyPlus:()=>Dh,CopySlash:()=>Vh,CopyX:()=>Fh,Copyleft:()=>Oh,Copyright:()=>Nh,CornerDownLeft:()=>zh,CornerDownRight:()=>_h,CornerLeftDown:()=>qh,CornerLeftUp:()=>Uh,CornerRightDown:()=>$h,CornerRightUp:()=>jh,CornerUpLeft:()=>Gh,CornerUpRight:()=>Zh,Cpu:()=>Xh,CreativeCommons:()=>Jh,CreditCard:()=>Kh,Croissant:()=>Yh,Crop:()=>Qh,Cross:()=>em,Crosshair:()=>tm,Crown:()=>am,Cuboid:()=>rm,CupSoda:()=>om,CurlyBraces:()=>Zo,Currency:()=>sm,Cylinder:()=>nm,Dam:()=>lm,Database:()=>pm,DatabaseBackup:()=>im,DatabaseZap:()=>dm,DecimalsArrowLeft:()=>cm,DecimalsArrowRight:()=>um,Delete:()=>fm,Dessert:()=>hm,Diameter:()=>mm,Diamond:()=>Mm,DiamondMinus:()=>xm,DiamondPercent:()=>Zs,DiamondPlus:()=>gm,Dice1:()=>ym,Dice2:()=>vm,Dice3:()=>bm,Dice4:()=>Cm,Dice5:()=>wm,Dice6:()=>Sm,Dices:()=>Am,Diff:()=>km,Disc:()=>Hm,Disc2:()=>Tm,Disc3:()=>Lm,DiscAlbum:()=>Em,Divide:()=>Pm,DivideCircle:()=>As,DivideSquare:()=>Ul,Dna:()=>Im,DnaOff:()=>Rm,Dock:()=>Bm,Dog:()=>Dm,DollarSign:()=>Vm,Donut:()=>Fm,DoorClosed:()=>Om,DoorClosedLocked:()=>Wm,DoorOpen:()=>Nm,Dot:()=>zm,DotSquare:()=>$l,Download:()=>_m,DownloadCloud:()=>_s,DraftingCompass:()=>qm,Drama:()=>Um,Dribbble:()=>$m,Drill:()=>jm,Drone:()=>Gm,Droplet:()=>Xm,DropletOff:()=>Zm,Droplets:()=>Jm,Drum:()=>Km,Drumstick:()=>Ym,Dumbbell:()=>Qm,Ear:()=>tx,EarOff:()=>ex,Earth:()=>Xs,EarthLock:()=>ax,Eclipse:()=>rx,Edit:()=>mr,Edit2:()=>ll,Edit3:()=>nl,Egg:()=>nx,EggFried:()=>ox,EggOff:()=>sx,Ellipsis:()=>Ks,EllipsisVertical:()=>Js,Equal:()=>dx,EqualApproximately:()=>lx,EqualNot:()=>ix,EqualSquare:()=>jl,Eraser:()=>px,EthernetPort:()=>cx,Euro:()=>ux,EvCharger:()=>fx,Expand:()=>hx,ExternalLink:()=>mx,Eye:()=>Mx,EyeClosed:()=>xx,EyeOff:()=>gx,Facebook:()=>yx,Factory:()=>vx,Fan:()=>bx,FastForward:()=>Cx,Feather:()=>wx,Fence:()=>Sx,FerrisWheel:()=>Ax,Figma:()=>kx,File:()=>tg,FileArchive:()=>Tx,FileAudio:()=>zr,FileAudio2:()=>zr,FileAxis3D:()=>Ys,FileAxis3d:()=>Ys,FileBadge:()=>Qs,FileBadge2:()=>Qs,FileBarChart:()=>an,FileBarChart2:()=>rn,FileBox:()=>Lx,FileBraces:()=>tn,FileBracesCorner:()=>en,FileChartColumn:()=>rn,FileChartColumnIncreasing:()=>an,FileChartLine:()=>on,FileChartPie:()=>sn,FileCheck:()=>Ex,FileCheck2:()=>nn,FileCheckCorner:()=>nn,FileClock:()=>Hx,FileCode:()=>Px,FileCode2:()=>ln,FileCodeCorner:()=>ln,FileCog:()=>dn,FileCog2:()=>dn,FileDiff:()=>Rx,FileDigit:()=>Ix,FileDown:()=>Bx,FileEdit:()=>mn,FileExclamationPoint:()=>pn,FileHeadphone:()=>zr,FileHeart:()=>Dx,FileImage:()=>Vx,FileInput:()=>Fx,FileJson:()=>tn,FileJson2:()=>en,FileKey:()=>cn,FileKey2:()=>cn,FileLineChart:()=>on,FileLock:()=>un,FileLock2:()=>un,FileMinus:()=>Wx,FileMinus2:()=>fn,FileMinusCorner:()=>fn,FileMusic:()=>Ox,FileOutput:()=>Nx,FilePen:()=>mn,FilePenLine:()=>hn,FilePieChart:()=>sn,FilePlay:()=>xn,FilePlus:()=>zx,FilePlus2:()=>gn,FilePlusCorner:()=>gn,FileQuestion:()=>Mn,FileQuestionMark:()=>Mn,FileScan:()=>_x,FileSearch:()=>qx,FileSearch2:()=>yn,FileSearchCorner:()=>yn,FileSignal:()=>vn,FileSignature:()=>hn,FileSliders:()=>Ux,FileSpreadsheet:()=>$x,FileStack:()=>jx,FileSymlink:()=>Gx,FileTerminal:()=>Zx,FileText:()=>Xx,FileType:()=>Jx,FileType2:()=>bn,FileTypeCorner:()=>bn,FileUp:()=>Kx,FileUser:()=>Yx,FileVideo:()=>xn,FileVideo2:()=>Cn,FileVideoCamera:()=>Cn,FileVolume:()=>Qx,FileVolume2:()=>vn,FileWarning:()=>pn,FileX:()=>eg,FileX2:()=>wn,FileXCorner:()=>wn,Files:()=>ag,Film:()=>rg,Filter:()=>Tn,FilterX:()=>kn,Fingerprint:()=>og,FireExtinguisher:()=>sg,Fish:()=>ig,FishOff:()=>ng,FishSymbol:()=>lg,Flag:()=>ug,FlagOff:()=>dg,FlagTriangleLeft:()=>pg,FlagTriangleRight:()=>cg,Flame:()=>hg,FlameKindling:()=>fg,Flashlight:()=>xg,FlashlightOff:()=>mg,FlaskConical:()=>Mg,FlaskConicalOff:()=>gg,FlaskRound:()=>yg,FlipHorizontal:()=>bg,FlipHorizontal2:()=>vg,FlipVertical:()=>wg,FlipVertical2:()=>Cg,Flower:()=>Ag,Flower2:()=>Sg,Focus:()=>kg,FoldHorizontal:()=>Tg,FoldVertical:()=>Lg,Folder:()=>a4,FolderArchive:()=>Eg,FolderCheck:()=>Hg,FolderClock:()=>Pg,FolderClosed:()=>Rg,FolderCode:()=>Ig,FolderCog:()=>Sn,FolderCog2:()=>Sn,FolderDot:()=>Bg,FolderDown:()=>Dg,FolderEdit:()=>An,FolderGit:()=>Fg,FolderGit2:()=>Vg,FolderHeart:()=>Wg,FolderInput:()=>Og,FolderKanban:()=>Ng,FolderKey:()=>zg,FolderLock:()=>_g,FolderMinus:()=>qg,FolderOpen:()=>$g,FolderOpenDot:()=>Ug,FolderOutput:()=>jg,FolderPen:()=>An,FolderPlus:()=>Gg,FolderRoot:()=>Zg,FolderSearch:()=>Jg,FolderSearch2:()=>Xg,FolderSymlink:()=>Kg,FolderSync:()=>Yg,FolderTree:()=>Qg,FolderUp:()=>e4,FolderX:()=>t4,Folders:()=>r4,Footprints:()=>o4,ForkKnife:()=>Fi,ForkKnifeCrossed:()=>Vi,Forklift:()=>s4,FormInput:()=>dl,Forward:()=>n4,Frame:()=>l4,Framer:()=>i4,Frown:()=>d4,Fuel:()=>p4,Fullscreen:()=>c4,FunctionSquare:()=>Gl,Funnel:()=>Tn,FunnelPlus:()=>u4,FunnelX:()=>kn,GalleryHorizontal:()=>h4,GalleryHorizontalEnd:()=>f4,GalleryThumbnails:()=>m4,GalleryVertical:()=>g4,GalleryVerticalEnd:()=>x4,Gamepad:()=>v4,Gamepad2:()=>M4,GamepadDirectional:()=>y4,GanttChart:()=>ns,GanttChartSquare:()=>$r,Gauge:()=>b4,GaugeCircle:()=>ks,Gavel:()=>C4,Gem:()=>w4,GeorgianLari:()=>S4,Ghost:()=>A4,Gift:()=>k4,GitBranch:()=>E4,GitBranchMinus:()=>T4,GitBranchPlus:()=>L4,GitCommit:()=>Ln,GitCommitHorizontal:()=>Ln,GitCommitVertical:()=>H4,GitCompare:()=>R4,GitCompareArrows:()=>P4,GitFork:()=>I4,GitGraph:()=>B4,GitMerge:()=>D4,GitPullRequest:()=>z4,GitPullRequestArrow:()=>V4,GitPullRequestClosed:()=>F4,GitPullRequestCreate:()=>O4,GitPullRequestCreateArrow:()=>W4,GitPullRequestDraft:()=>N4,Github:()=>_4,Gitlab:()=>q4,GlassWater:()=>U4,Glasses:()=>$4,Globe:()=>G4,Globe2:()=>Xs,GlobeLock:()=>j4,Goal:()=>Z4,Gpu:()=>X4,Grab:()=>In,GraduationCap:()=>J4,Grape:()=>K4,Grid:()=>_r,Grid2X2:()=>Rn,Grid2X2Check:()=>En,Grid2X2Plus:()=>Hn,Grid2X2X:()=>Pn,Grid2x2:()=>Rn,Grid2x2Check:()=>En,Grid2x2Plus:()=>Hn,Grid2x2X:()=>Pn,Grid3X3:()=>_r,Grid3x2:()=>Y4,Grid3x3:()=>_r,Grip:()=>t5,GripHorizontal:()=>Q4,GripVertical:()=>e5,Group:()=>a5,Guitar:()=>r5,Ham:()=>o5,Hamburger:()=>s5,Hammer:()=>n5,Hand:()=>u5,HandCoins:()=>l5,HandFist:()=>i5,HandGrab:()=>In,HandHeart:()=>d5,HandHelping:()=>Bn,HandMetal:()=>p5,HandPlatter:()=>c5,Handbag:()=>f5,Handshake:()=>h5,HardDrive:()=>g5,HardDriveDownload:()=>m5,HardDriveUpload:()=>x5,HardHat:()=>M5,Hash:()=>y5,HatGlasses:()=>v5,Haze:()=>b5,HdmiPort:()=>C5,Heading:()=>E5,Heading1:()=>w5,Heading2:()=>S5,Heading3:()=>A5,Heading4:()=>k5,Heading5:()=>T5,Heading6:()=>L5,HeadphoneOff:()=>H5,Headphones:()=>P5,Headset:()=>R5,Heart:()=>O5,HeartCrack:()=>I5,HeartHandshake:()=>B5,HeartMinus:()=>D5,HeartOff:()=>V5,HeartPlus:()=>F5,HeartPulse:()=>W5,Heater:()=>N5,Helicopter:()=>z5,HelpCircle:()=>Or,HelpingHand:()=>Bn,Hexagon:()=>_5,Highlighter:()=>q5,History:()=>U5,Home:()=>Dn,Hop:()=>j5,HopOff:()=>$5,Hospital:()=>G5,Hotel:()=>Z5,Hourglass:()=>X5,House:()=>Dn,HouseHeart:()=>J5,HousePlug:()=>K5,HousePlus:()=>Y5,HouseWifi:()=>Q5,IceCream:()=>Fn,IceCream2:()=>Vn,IceCreamBowl:()=>Vn,IceCreamCone:()=>Fn,IdCard:()=>t3,IdCardLanyard:()=>e3,Image:()=>d3,ImageDown:()=>r3,ImageMinus:()=>a3,ImageOff:()=>o3,ImagePlay:()=>s3,ImagePlus:()=>n3,ImageUp:()=>l3,ImageUpscale:()=>i3,Images:()=>p3,Import:()=>c3,Inbox:()=>u3,Indent:()=>Ur,IndentDecrease:()=>qr,IndentIncrease:()=>Ur,IndianRupee:()=>f3,Infinity:()=>h3,Info:()=>m3,Inspect:()=>Ql,InspectionPanel:()=>x3,Instagram:()=>g3,Italic:()=>M3,IterationCcw:()=>y3,IterationCw:()=>v3,JapaneseYen:()=>b3,Joystick:()=>C3,Kanban:()=>w3,KanbanSquare:()=>Zl,KanbanSquareDashed:()=>zl,Kayak:()=>S3,Key:()=>T3,KeyRound:()=>A3,KeySquare:()=>k3,Keyboard:()=>H3,KeyboardMusic:()=>L3,KeyboardOff:()=>E3,Lamp:()=>V3,LampCeiling:()=>P3,LampDesk:()=>R3,LampFloor:()=>I3,LampWallDown:()=>B3,LampWallUp:()=>D3,LandPlot:()=>F3,Landmark:()=>W3,Languages:()=>O3,Laptop:()=>z3,Laptop2:()=>Wn,LaptopMinimal:()=>Wn,LaptopMinimalCheck:()=>N3,Lasso:()=>q3,LassoSelect:()=>_3,Laugh:()=>U3,Layers:()=>On,Layers2:()=>$3,Layers3:()=>On,Layout:()=>sl,LayoutDashboard:()=>j3,LayoutGrid:()=>G3,LayoutList:()=>Z3,LayoutPanelLeft:()=>X3,LayoutPanelTop:()=>J3,LayoutTemplate:()=>K3,Leaf:()=>Y3,LeafyGreen:()=>Q3,Lectern:()=>eM,LetterText:()=>bi,Library:()=>aM,LibraryBig:()=>tM,LibrarySquare:()=>Xl,LifeBuoy:()=>rM,Ligature:()=>oM,Lightbulb:()=>nM,LightbulbOff:()=>sM,LineChart:()=>rs,LineSquiggle:()=>lM,Link:()=>pM,Link2:()=>dM,Link2Off:()=>iM,Linkedin:()=>cM,List:()=>HM,ListCheck:()=>uM,ListChecks:()=>fM,ListChevronsDownUp:()=>hM,ListChevronsUpDown:()=>mM,ListCollapse:()=>xM,ListEnd:()=>gM,ListFilter:()=>yM,ListFilterPlus:()=>MM,ListIndentDecrease:()=>qr,ListIndentIncrease:()=>Ur,ListMinus:()=>vM,ListMusic:()=>bM,ListOrdered:()=>CM,ListPlus:()=>wM,ListRestart:()=>SM,ListStart:()=>AM,ListTodo:()=>kM,ListTree:()=>TM,ListVideo:()=>LM,ListX:()=>EM,Loader:()=>RM,Loader2:()=>Nn,LoaderCircle:()=>Nn,LoaderPinwheel:()=>PM,Locate:()=>DM,LocateFixed:()=>IM,LocateOff:()=>BM,LocationEdit:()=>Un,Lock:()=>FM,LockKeyhole:()=>VM,LockKeyholeOpen:()=>zn,LockOpen:()=>_n,LogIn:()=>WM,LogOut:()=>OM,Logs:()=>NM,Lollipop:()=>zM,Luggage:()=>_M,MSquare:()=>Jl,Magnet:()=>qM,Mail:()=>KM,MailCheck:()=>UM,MailMinus:()=>$M,MailOpen:()=>jM,MailPlus:()=>GM,MailQuestion:()=>qn,MailQuestionMark:()=>qn,MailSearch:()=>ZM,MailWarning:()=>XM,MailX:()=>JM,Mailbox:()=>YM,Mails:()=>QM,Map:()=>h6,MapMinus:()=>e6,MapPin:()=>c6,MapPinCheck:()=>a6,MapPinCheckInside:()=>t6,MapPinHouse:()=>r6,MapPinMinus:()=>s6,MapPinMinusInside:()=>o6,MapPinOff:()=>n6,MapPinPen:()=>Un,MapPinPlus:()=>i6,MapPinPlusInside:()=>l6,MapPinX:()=>p6,MapPinXInside:()=>d6,MapPinned:()=>u6,MapPlus:()=>f6,Mars:()=>x6,MarsStroke:()=>m6,Martini:()=>g6,Maximize:()=>y6,Maximize2:()=>M6,Medal:()=>v6,Megaphone:()=>C6,MegaphoneOff:()=>b6,Meh:()=>w6,MemoryStick:()=>S6,Menu:()=>A6,MenuSquare:()=>Kl,Merge:()=>k6,MessageCircle:()=>V6,MessageCircleCode:()=>T6,MessageCircleDashed:()=>L6,MessageCircleHeart:()=>E6,MessageCircleMore:()=>H6,MessageCircleOff:()=>P6,MessageCirclePlus:()=>R6,MessageCircleQuestion:()=>$n,MessageCircleQuestionMark:()=>$n,MessageCircleReply:()=>I6,MessageCircleWarning:()=>B6,MessageCircleX:()=>D6,MessageSquare:()=>Y6,MessageSquareCode:()=>F6,MessageSquareDashed:()=>W6,MessageSquareDiff:()=>O6,MessageSquareDot:()=>N6,MessageSquareHeart:()=>z6,MessageSquareLock:()=>_6,MessageSquareMore:()=>q6,MessageSquareOff:()=>U6,MessageSquarePlus:()=>$6,MessageSquareQuote:()=>j6,MessageSquareReply:()=>G6,MessageSquareShare:()=>Z6,MessageSquareText:()=>X6,MessageSquareWarning:()=>J6,MessageSquareX:()=>K6,MessagesSquare:()=>Q6,Mic:()=>t8,Mic2:()=>jn,MicOff:()=>e8,MicVocal:()=>jn,Microchip:()=>a8,Microscope:()=>r8,Microwave:()=>o8,Milestone:()=>s8,Milk:()=>l8,MilkOff:()=>n8,Minimize:()=>d8,Minimize2:()=>i8,Minus:()=>p8,MinusCircle:()=>Ts,MinusSquare:()=>Yl,Monitor:()=>S8,MonitorCheck:()=>c8,MonitorCloud:()=>u8,MonitorCog:()=>f8,MonitorDot:()=>h8,MonitorDown:()=>m8,MonitorOff:()=>x8,MonitorPause:()=>g8,MonitorPlay:()=>M8,MonitorSmartphone:()=>y8,MonitorSpeaker:()=>v8,MonitorStop:()=>b8,MonitorUp:()=>C8,MonitorX:()=>w8,Moon:()=>k8,MoonStar:()=>A8,MoreHorizontal:()=>Ks,MoreVertical:()=>Js,Motorbike:()=>T8,Mountain:()=>E8,MountainSnow:()=>L8,Mouse:()=>D8,MouseOff:()=>H8,MousePointer:()=>B8,MousePointer2:()=>P8,MousePointerBan:()=>R8,MousePointerClick:()=>I8,MousePointerSquareDashed:()=>_l,Move:()=>Z8,Move3D:()=>Gn,Move3d:()=>Gn,MoveDiagonal:()=>F8,MoveDiagonal2:()=>V8,MoveDown:()=>N8,MoveDownLeft:()=>W8,MoveDownRight:()=>O8,MoveHorizontal:()=>z8,MoveLeft:()=>_8,MoveRight:()=>q8,MoveUp:()=>j8,MoveUpLeft:()=>U8,MoveUpRight:()=>$8,MoveVertical:()=>G8,Music:()=>Y8,Music2:()=>X8,Music3:()=>J8,Music4:()=>K8,Navigation:()=>ay,Navigation2:()=>ey,Navigation2Off:()=>Q8,NavigationOff:()=>ty,Network:()=>ry,Newspaper:()=>oy,Nfc:()=>sy,NonBinary:()=>ny,Notebook:()=>py,NotebookPen:()=>ly,NotebookTabs:()=>iy,NotebookText:()=>dy,NotepadText:()=>uy,NotepadTextDashed:()=>cy,Nut:()=>hy,NutOff:()=>fy,Octagon:()=>xy,OctagonAlert:()=>Zn,OctagonMinus:()=>my,OctagonPause:()=>Xn,OctagonX:()=>Jn,Omega:()=>gy,Option:()=>My,Orbit:()=>yy,Origami:()=>vy,Outdent:()=>qr,Package:()=>Ly,Package2:()=>by,PackageCheck:()=>Cy,PackageMinus:()=>wy,PackageOpen:()=>Sy,PackagePlus:()=>Ay,PackageSearch:()=>ky,PackageX:()=>Ty,PaintBucket:()=>Ey,PaintRoller:()=>Hy,Paintbrush:()=>Py,Paintbrush2:()=>Kn,PaintbrushVertical:()=>Kn,Palette:()=>Ry,Palmtree:()=>Ai,Panda:()=>Iy,PanelBottom:()=>Vy,PanelBottomClose:()=>By,PanelBottomDashed:()=>Yn,PanelBottomInactive:()=>Yn,PanelBottomOpen:()=>Dy,PanelLeft:()=>al,PanelLeftClose:()=>Qn,PanelLeftDashed:()=>el,PanelLeftInactive:()=>el,PanelLeftOpen:()=>tl,PanelLeftRightDashed:()=>Fy,PanelRight:()=>Ny,PanelRightClose:()=>Wy,PanelRightDashed:()=>rl,PanelRightInactive:()=>rl,PanelRightOpen:()=>Oy,PanelTop:()=>Uy,PanelTopBottomDashed:()=>zy,PanelTopClose:()=>_y,PanelTopDashed:()=>ol,PanelTopInactive:()=>ol,PanelTopOpen:()=>qy,PanelsLeftBottom:()=>$y,PanelsLeftRight:()=>js,PanelsRightBottom:()=>jy,PanelsTopBottom:()=>ul,PanelsTopLeft:()=>sl,Paperclip:()=>Gy,Parentheses:()=>Zy,ParkingCircle:()=>Es,ParkingCircleOff:()=>Ls,ParkingMeter:()=>Xy,ParkingSquare:()=>ti,ParkingSquareOff:()=>ei,PartyPopper:()=>Jy,Pause:()=>Ky,PauseCircle:()=>Hs,PauseOctagon:()=>Xn,PawPrint:()=>Yy,PcCase:()=>Qy,Pen:()=>ll,PenBox:()=>mr,PenLine:()=>nl,PenOff:()=>e7,PenSquare:()=>mr,PenTool:()=>t7,Pencil:()=>s7,PencilLine:()=>a7,PencilOff:()=>r7,PencilRuler:()=>o7,Pentagon:()=>n7,Percent:()=>l7,PercentCircle:()=>Ps,PercentDiamond:()=>Zs,PercentSquare:()=>ai,PersonStanding:()=>i7,PhilippinePeso:()=>d7,Phone:()=>x7,PhoneCall:()=>p7,PhoneForwarded:()=>c7,PhoneIncoming:()=>u7,PhoneMissed:()=>f7,PhoneOff:()=>h7,PhoneOutgoing:()=>m7,Pi:()=>g7,PiSquare:()=>ri,Piano:()=>M7,Pickaxe:()=>y7,PictureInPicture:()=>b7,PictureInPicture2:()=>v7,PieChart:()=>ls,PiggyBank:()=>C7,Pilcrow:()=>A7,PilcrowLeft:()=>w7,PilcrowRight:()=>S7,PilcrowSquare:()=>oi,Pill:()=>T7,PillBottle:()=>k7,Pin:()=>E7,PinOff:()=>L7,Pipette:()=>H7,Pizza:()=>P7,Plane:()=>B7,PlaneLanding:()=>R7,PlaneTakeoff:()=>I7,Play:()=>D7,PlayCircle:()=>Rs,PlaySquare:()=>si,Plug:()=>F7,Plug2:()=>V7,PlugZap:()=>il,PlugZap2:()=>il,Plus:()=>W7,PlusCircle:()=>Is,PlusSquare:()=>ni,Pocket:()=>N7,PocketKnife:()=>O7,Podcast:()=>z7,Pointer:()=>q7,PointerOff:()=>_7,Popcorn:()=>$7,Popsicle:()=>U7,PoundSterling:()=>j7,Power:()=>Z7,PowerCircle:()=>Bs,PowerOff:()=>G7,PowerSquare:()=>li,Presentation:()=>X7,Printer:()=>K7,PrinterCheck:()=>J7,Projector:()=>Y7,Proportions:()=>Q7,Puzzle:()=>ev,Pyramid:()=>tv,QrCode:()=>av,Quote:()=>rv,Rabbit:()=>ov,Radar:()=>sv,Radiation:()=>nv,Radical:()=>lv,Radio:()=>pv,RadioReceiver:()=>iv,RadioTower:()=>dv,Radius:()=>cv,RailSymbol:()=>uv,Rainbow:()=>fv,Rat:()=>hv,Ratio:()=>mv,Receipt:()=>Av,ReceiptCent:()=>xv,ReceiptEuro:()=>gv,ReceiptIndianRupee:()=>Mv,ReceiptJapaneseYen:()=>yv,ReceiptPoundSterling:()=>vv,ReceiptRussianRuble:()=>bv,ReceiptSwissFranc:()=>Cv,ReceiptText:()=>wv,ReceiptTurkishLira:()=>Sv,RectangleCircle:()=>kv,RectangleEllipsis:()=>dl,RectangleGoggles:()=>Tv,RectangleHorizontal:()=>Lv,RectangleVertical:()=>Ev,Recycle:()=>Hv,Redo:()=>Iv,Redo2:()=>Pv,RedoDot:()=>Rv,RefreshCcw:()=>Dv,RefreshCcwDot:()=>Bv,RefreshCw:()=>Fv,RefreshCwOff:()=>Vv,Refrigerator:()=>Wv,Regex:()=>Ov,RemoveFormatting:()=>Nv,Repeat:()=>qv,Repeat1:()=>zv,Repeat2:()=>_v,Replace:()=>$v,ReplaceAll:()=>Uv,Reply:()=>Gv,ReplyAll:()=>jv,Rewind:()=>Zv,Ribbon:()=>Xv,Rocket:()=>Jv,RockingChair:()=>Kv,RollerCoaster:()=>Yv,Rose:()=>Qv,Rotate3D:()=>pl,Rotate3d:()=>pl,RotateCcw:()=>a9,RotateCcwKey:()=>e9,RotateCcwSquare:()=>t9,RotateCw:()=>o9,RotateCwSquare:()=>r9,Route:()=>n9,RouteOff:()=>s9,Router:()=>l9,Rows:()=>cl,Rows2:()=>cl,Rows3:()=>ul,Rows4:()=>i9,Rss:()=>d9,Ruler:()=>c9,RulerDimensionLine:()=>p9,RussianRuble:()=>u9,Sailboat:()=>f9,Salad:()=>h9,Sandwich:()=>m9,Satellite:()=>g9,SatelliteDish:()=>x9,SaudiRiyal:()=>M9,Save:()=>b9,SaveAll:()=>y9,SaveOff:()=>v9,Scale:()=>C9,Scale3D:()=>fl,Scale3d:()=>fl,Scaling:()=>w9,Scan:()=>R9,ScanBarcode:()=>S9,ScanEye:()=>A9,ScanFace:()=>k9,ScanHeart:()=>T9,ScanLine:()=>L9,ScanQrCode:()=>E9,ScanSearch:()=>H9,ScanText:()=>P9,ScatterChart:()=>is,School:()=>I9,School2:()=>Li,Scissors:()=>D9,ScissorsLineDashed:()=>B9,ScissorsSquare:()=>ii,ScissorsSquareDashedBottom:()=>Il,ScreenShare:()=>F9,ScreenShareOff:()=>V9,Scroll:()=>O9,ScrollText:()=>W9,Search:()=>U9,SearchCheck:()=>N9,SearchCode:()=>z9,SearchSlash:()=>_9,SearchX:()=>q9,Section:()=>$9,Send:()=>G9,SendHorizonal:()=>hl,SendHorizontal:()=>hl,SendToBack:()=>j9,SeparatorHorizontal:()=>Z9,SeparatorVertical:()=>X9,Server:()=>Q9,ServerCog:()=>J9,ServerCrash:()=>K9,ServerOff:()=>Y9,Settings:()=>tb,Settings2:()=>eb,Shapes:()=>ab,Share:()=>ob,Share2:()=>rb,Sheet:()=>sb,Shell:()=>nb,Shield:()=>xb,ShieldAlert:()=>lb,ShieldBan:()=>ib,ShieldCheck:()=>db,ShieldClose:()=>xl,ShieldEllipsis:()=>pb,ShieldHalf:()=>cb,ShieldMinus:()=>ub,ShieldOff:()=>fb,ShieldPlus:()=>hb,ShieldQuestion:()=>ml,ShieldQuestionMark:()=>ml,ShieldUser:()=>mb,ShieldX:()=>xl,Ship:()=>Mb,ShipWheel:()=>gb,Shirt:()=>yb,ShoppingBag:()=>vb,ShoppingBasket:()=>bb,ShoppingCart:()=>Cb,Shovel:()=>wb,ShowerHead:()=>Sb,Shredder:()=>Ab,Shrimp:()=>kb,Shrink:()=>Tb,Shrub:()=>Lb,Shuffle:()=>Eb,Sidebar:()=>al,SidebarClose:()=>Qn,SidebarOpen:()=>tl,Sigma:()=>Hb,SigmaSquare:()=>di,Signal:()=>Db,SignalHigh:()=>Pb,SignalLow:()=>Rb,SignalMedium:()=>Ib,SignalZero:()=>Bb,Signature:()=>Vb,Signpost:()=>Wb,SignpostBig:()=>Fb,Siren:()=>Ob,SkipBack:()=>Nb,SkipForward:()=>zb,Skull:()=>_b,Slack:()=>qb,Slash:()=>Ub,SlashSquare:()=>pi,Slice:()=>$b,Sliders:()=>gl,SlidersHorizontal:()=>jb,SlidersVertical:()=>gl,Smartphone:()=>Xb,SmartphoneCharging:()=>Gb,SmartphoneNfc:()=>Zb,Smile:()=>Kb,SmilePlus:()=>Jb,Snail:()=>Yb,Snowflake:()=>Qb,SoapDispenserDroplet:()=>eC,Sofa:()=>tC,SolarPanel:()=>aC,SortAsc:()=>No,SortDesc:()=>Fo,Soup:()=>rC,Space:()=>oC,Spade:()=>sC,Sparkle:()=>nC,Sparkles:()=>Ml,Speaker:()=>lC,Speech:()=>iC,SpellCheck:()=>pC,SpellCheck2:()=>dC,Spline:()=>uC,SplinePointer:()=>cC,Split:()=>fC,SplitSquareHorizontal:()=>ci,SplitSquareVertical:()=>ui,Spool:()=>hC,Spotlight:()=>mC,SprayCan:()=>xC,Sprout:()=>gC,Square:()=>LC,SquareActivity:()=>yl,SquareArrowDown:()=>Cl,SquareArrowDownLeft:()=>vl,SquareArrowDownRight:()=>bl,SquareArrowLeft:()=>wl,SquareArrowOutDownLeft:()=>Sl,SquareArrowOutDownRight:()=>Al,SquareArrowOutUpLeft:()=>kl,SquareArrowOutUpRight:()=>Tl,SquareArrowRight:()=>Ll,SquareArrowUp:()=>Pl,SquareArrowUpLeft:()=>El,SquareArrowUpRight:()=>Hl,SquareAsterisk:()=>Rl,SquareBottomDashedScissors:()=>Il,SquareChartGantt:()=>$r,SquareCheck:()=>Dl,SquareCheckBig:()=>Bl,SquareChevronDown:()=>Vl,SquareChevronLeft:()=>Fl,SquareChevronRight:()=>Wl,SquareChevronUp:()=>Ol,SquareCode:()=>Nl,SquareDashed:()=>ql,SquareDashedBottom:()=>yC,SquareDashedBottomCode:()=>MC,SquareDashedKanban:()=>zl,SquareDashedMousePointer:()=>_l,SquareDashedTopSolid:()=>vC,SquareDivide:()=>Ul,SquareDot:()=>$l,SquareEqual:()=>jl,SquareFunction:()=>Gl,SquareGanttChart:()=>$r,SquareKanban:()=>Zl,SquareLibrary:()=>Xl,SquareM:()=>Jl,SquareMenu:()=>Kl,SquareMinus:()=>Yl,SquareMousePointer:()=>Ql,SquareParking:()=>ti,SquareParkingOff:()=>ei,SquarePause:()=>bC,SquarePen:()=>mr,SquarePercent:()=>ai,SquarePi:()=>ri,SquarePilcrow:()=>oi,SquarePlay:()=>si,SquarePlus:()=>ni,SquarePower:()=>li,SquareRadical:()=>CC,SquareRoundCorner:()=>wC,SquareScissors:()=>ii,SquareSigma:()=>di,SquareSlash:()=>pi,SquareSplitHorizontal:()=>ci,SquareSplitVertical:()=>ui,SquareSquare:()=>SC,SquareStack:()=>AC,SquareStar:()=>kC,SquareStop:()=>TC,SquareTerminal:()=>fi,SquareUser:()=>mi,SquareUserRound:()=>hi,SquareX:()=>xi,SquaresExclude:()=>EC,SquaresIntersect:()=>HC,SquaresSubtract:()=>PC,SquaresUnite:()=>RC,Squircle:()=>BC,SquircleDashed:()=>IC,Squirrel:()=>DC,Stamp:()=>VC,Star:()=>OC,StarHalf:()=>FC,StarOff:()=>WC,Stars:()=>Ml,StepBack:()=>NC,StepForward:()=>zC,Stethoscope:()=>_C,Sticker:()=>qC,StickyNote:()=>UC,StopCircle:()=>Vs,Store:()=>$C,StretchHorizontal:()=>jC,StretchVertical:()=>GC,Strikethrough:()=>ZC,Subscript:()=>XC,Subtitles:()=>Xo,Sun:()=>ew,SunDim:()=>JC,SunMedium:()=>KC,SunMoon:()=>YC,SunSnow:()=>QC,Sunrise:()=>tw,Sunset:()=>aw,Superscript:()=>rw,SwatchBook:()=>ow,SwissFranc:()=>sw,SwitchCamera:()=>nw,Sword:()=>lw,Swords:()=>iw,Syringe:()=>dw,Table:()=>gw,Table2:()=>pw,TableCellsMerge:()=>cw,TableCellsSplit:()=>uw,TableColumnsSplit:()=>fw,TableConfig:()=>Nr,TableOfContents:()=>hw,TableProperties:()=>mw,TableRowsSplit:()=>xw,Tablet:()=>yw,TabletSmartphone:()=>Mw,Tablets:()=>vw,Tag:()=>bw,Tags:()=>Cw,Tally1:()=>ww,Tally2:()=>Sw,Tally3:()=>Aw,Tally4:()=>kw,Tally5:()=>Tw,Tangent:()=>Lw,Target:()=>Ew,Telescope:()=>Hw,Tent:()=>Rw,TentTree:()=>Pw,Terminal:()=>Iw,TerminalSquare:()=>fi,TestTube:()=>Bw,TestTube2:()=>gi,TestTubeDiagonal:()=>gi,TestTubes:()=>Dw,Text:()=>jr,TextAlignCenter:()=>Mi,TextAlignEnd:()=>yi,TextAlignJustify:()=>vi,TextAlignStart:()=>jr,TextCursor:()=>Fw,TextCursorInput:()=>Vw,TextInitial:()=>bi,TextQuote:()=>Ww,TextSearch:()=>Ow,TextSelect:()=>Ci,TextSelection:()=>Ci,TextWrap:()=>wi,Theater:()=>Nw,Thermometer:()=>qw,ThermometerSnowflake:()=>zw,ThermometerSun:()=>_w,ThumbsDown:()=>Uw,ThumbsUp:()=>$w,Ticket:()=>Yw,TicketCheck:()=>jw,TicketMinus:()=>Gw,TicketPercent:()=>Zw,TicketPlus:()=>Xw,TicketSlash:()=>Jw,TicketX:()=>Kw,Tickets:()=>eS,TicketsPlane:()=>Qw,Timer:()=>rS,TimerOff:()=>tS,TimerReset:()=>aS,ToggleLeft:()=>oS,ToggleRight:()=>sS,Toilet:()=>nS,ToolCase:()=>lS,Tornado:()=>iS,Torus:()=>dS,Touchpad:()=>cS,TouchpadOff:()=>pS,TowerControl:()=>uS,ToyBrick:()=>fS,Tractor:()=>hS,TrafficCone:()=>mS,Train:()=>Si,TrainFront:()=>gS,TrainFrontTunnel:()=>xS,TrainTrack:()=>MS,TramFront:()=>Si,Transgender:()=>yS,Trash:()=>bS,Trash2:()=>vS,TreeDeciduous:()=>CS,TreePalm:()=>Ai,TreePine:()=>wS,Trees:()=>SS,Trello:()=>AS,TrendingDown:()=>kS,TrendingUp:()=>LS,TrendingUpDown:()=>TS,Triangle:()=>PS,TriangleAlert:()=>ki,TriangleDashed:()=>ES,TriangleRight:()=>HS,Trophy:()=>RS,Truck:()=>BS,TruckElectric:()=>IS,TurkishLira:()=>DS,Turntable:()=>VS,Turtle:()=>FS,Tv:()=>OS,Tv2:()=>Ti,TvMinimal:()=>Ti,TvMinimalPlay:()=>WS,Twitch:()=>NS,Twitter:()=>zS,Type:()=>qS,TypeOutline:()=>_S,Umbrella:()=>$S,UmbrellaOff:()=>US,Underline:()=>jS,Undo:()=>XS,Undo2:()=>GS,UndoDot:()=>ZS,UnfoldHorizontal:()=>JS,UnfoldVertical:()=>KS,Ungroup:()=>YS,University:()=>Li,Unlink:()=>eA,Unlink2:()=>QS,Unlock:()=>_n,UnlockKeyhole:()=>zn,Unplug:()=>tA,Upload:()=>aA,UploadCloud:()=>qs,Usb:()=>rA,User:()=>mA,User2:()=>Bi,UserCheck:()=>oA,UserCheck2:()=>Ei,UserCircle:()=>Ws,UserCircle2:()=>Fs,UserCog:()=>sA,UserCog2:()=>Hi,UserLock:()=>nA,UserMinus:()=>lA,UserMinus2:()=>Pi,UserPen:()=>iA,UserPlus:()=>dA,UserPlus2:()=>Ri,UserRound:()=>Bi,UserRoundCheck:()=>Ei,UserRoundCog:()=>Hi,UserRoundMinus:()=>Pi,UserRoundPen:()=>pA,UserRoundPlus:()=>Ri,UserRoundSearch:()=>cA,UserRoundX:()=>Ii,UserSearch:()=>uA,UserSquare:()=>mi,UserSquare2:()=>hi,UserStar:()=>fA,UserX:()=>hA,UserX2:()=>Ii,Users:()=>xA,Users2:()=>Di,UsersRound:()=>Di,Utensils:()=>Fi,UtensilsCrossed:()=>Vi,UtilityPole:()=>gA,Variable:()=>MA,Vault:()=>yA,VectorSquare:()=>vA,Vegan:()=>bA,VenetianMask:()=>CA,Venus:()=>SA,VenusAndMars:()=>wA,Verified:()=>qo,Vibrate:()=>kA,VibrateOff:()=>AA,Video:()=>LA,VideoOff:()=>TA,Videotape:()=>EA,View:()=>HA,Voicemail:()=>PA,Volleyball:()=>RA,Volume:()=>FA,Volume1:()=>IA,Volume2:()=>BA,VolumeOff:()=>DA,VolumeX:()=>VA,Vote:()=>WA,Wallet:()=>NA,Wallet2:()=>Wi,WalletCards:()=>OA,WalletMinimal:()=>Wi,Wallpaper:()=>zA,Wand:()=>_A,Wand2:()=>Oi,WandSparkles:()=>Oi,Warehouse:()=>qA,WashingMachine:()=>UA,Watch:()=>$A,Waves:()=>jA,WavesLadder:()=>GA,Waypoints:()=>ZA,Webcam:()=>XA,Webhook:()=>KA,WebhookOff:()=>JA,Weight:()=>YA,Wheat:()=>ek,WheatOff:()=>QA,WholeWord:()=>tk,Wifi:()=>dk,WifiCog:()=>ak,WifiHigh:()=>rk,WifiLow:()=>ok,WifiOff:()=>sk,WifiPen:()=>nk,WifiSync:()=>lk,WifiZero:()=>ik,Wind:()=>ck,WindArrowDown:()=>pk,Wine:()=>fk,WineOff:()=>uk,Workflow:()=>hk,Worm:()=>mk,WrapText:()=>wi,Wrench:()=>xk,X:()=>gk,XCircle:()=>Os,XOctagon:()=>Jn,XSquare:()=>xi,Youtube:()=>Mk,Zap:()=>vk,ZapOff:()=>yk,ZoomIn:()=>bk,ZoomOut:()=>Ck,createElement:()=>x1,createIcons:()=>NP,icons:()=>CT});var m1={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};var OP=([r,a,e])=>{let t=document.createElementNS("http://www.w3.org/2000/svg",r);return Object.keys(a).forEach(s=>{t.setAttribute(s,String(a[s]))}),e!=null&&e.length&&e.forEach(s=>{let o=OP(s);t.appendChild(o)}),t},x1=(r,a={})=>{let t={...m1,...a};return OP(["svg",t,r])};var IB=r=>Array.from(r.attributes).reduce((a,e)=>(a[e.name]=e.value,a),{}),BB=r=>typeof r=="string"?r:!r||!r.class?"":r.class&&typeof r.class=="string"?r.class.split(" "):r.class&&Array.isArray(r.class)?r.class:"",DB=r=>r.flatMap(BB).map(e=>e.trim()).filter(Boolean).filter((e,t,s)=>s.indexOf(e)===t).join(" "),VB=r=>r.replace(/(\w)(\w*)(_|-|\s*)/g,(a,e,t)=>e.toUpperCase()+t.toLowerCase()),bT=(r,{nameAttr:a,icons:e,attrs:t})=>{var u;let s=r.getAttribute(a);if(s==null)return;let o=VB(s),n=e[o];if(!n)return console.warn(`${r.outerHTML} icon name was not found in the provided icons object.`);let l=IB(r),p={...m1,"data-lucide":s,...t,...l},i=DB(["lucide",`lucide-${s}`,l,t]);i&&Object.assign(p,{class:i});let c=x1(n,p);return(u=r.parentNode)==null?void 0:u.replaceChild(c,r)};var CT={};Yk(CT,{AArrowDown:()=>g1,AArrowUp:()=>M1,ALargeSmall:()=>y1,Accessibility:()=>v1,Activity:()=>b1,ActivitySquare:()=>yl,AirVent:()=>C1,Airplay:()=>w1,AlarmCheck:()=>Io,AlarmClock:()=>A1,AlarmClockCheck:()=>Io,AlarmClockMinus:()=>Bo,AlarmClockOff:()=>S1,AlarmClockPlus:()=>Do,AlarmMinus:()=>Bo,AlarmPlus:()=>Do,AlarmSmoke:()=>k1,Album:()=>T1,AlertCircle:()=>ps,AlertOctagon:()=>Zn,AlertTriangle:()=>ki,AlignCenter:()=>Mi,AlignCenterHorizontal:()=>L1,AlignCenterVertical:()=>E1,AlignEndHorizontal:()=>H1,AlignEndVertical:()=>P1,AlignHorizontalDistributeCenter:()=>R1,AlignHorizontalDistributeEnd:()=>I1,AlignHorizontalDistributeStart:()=>B1,AlignHorizontalJustifyCenter:()=>D1,AlignHorizontalJustifyEnd:()=>V1,AlignHorizontalJustifyStart:()=>F1,AlignHorizontalSpaceAround:()=>W1,AlignHorizontalSpaceBetween:()=>O1,AlignJustify:()=>vi,AlignLeft:()=>jr,AlignRight:()=>yi,AlignStartHorizontal:()=>N1,AlignStartVertical:()=>z1,AlignVerticalDistributeCenter:()=>_1,AlignVerticalDistributeEnd:()=>q1,AlignVerticalDistributeStart:()=>U1,AlignVerticalJustifyCenter:()=>$1,AlignVerticalJustifyEnd:()=>j1,AlignVerticalJustifyStart:()=>G1,AlignVerticalSpaceAround:()=>Z1,AlignVerticalSpaceBetween:()=>X1,Ambulance:()=>J1,Ampersand:()=>K1,Ampersands:()=>Y1,Amphora:()=>Q1,Anchor:()=>ep,Angry:()=>tp,Annoyed:()=>ap,Antenna:()=>rp,Anvil:()=>op,Aperture:()=>sp,AppWindow:()=>lp,AppWindowMac:()=>np,Apple:()=>ip,Archive:()=>cp,ArchiveRestore:()=>dp,ArchiveX:()=>pp,AreaChart:()=>Jo,Armchair:()=>up,ArrowBigDown:()=>hp,ArrowBigDownDash:()=>fp,ArrowBigLeft:()=>xp,ArrowBigLeftDash:()=>mp,ArrowBigRight:()=>Mp,ArrowBigRightDash:()=>gp,ArrowBigUp:()=>vp,ArrowBigUpDash:()=>yp,ArrowDown:()=>Hp,ArrowDown01:()=>bp,ArrowDown10:()=>Cp,ArrowDownAZ:()=>Vo,ArrowDownAz:()=>Vo,ArrowDownCircle:()=>cs,ArrowDownFromLine:()=>wp,ArrowDownLeft:()=>Sp,ArrowDownLeftFromCircle:()=>fs,ArrowDownLeftFromSquare:()=>Sl,ArrowDownLeftSquare:()=>vl,ArrowDownNarrowWide:()=>Ap,ArrowDownRight:()=>kp,ArrowDownRightFromCircle:()=>hs,ArrowDownRightFromSquare:()=>Al,ArrowDownRightSquare:()=>bl,ArrowDownSquare:()=>Cl,ArrowDownToDot:()=>Tp,ArrowDownToLine:()=>Lp,ArrowDownUp:()=>Ep,ArrowDownWideNarrow:()=>Fo,ArrowDownZA:()=>Wo,ArrowDownZa:()=>Wo,ArrowLeft:()=>Bp,ArrowLeftCircle:()=>us,ArrowLeftFromLine:()=>Pp,ArrowLeftRight:()=>Rp,ArrowLeftSquare:()=>wl,ArrowLeftToLine:()=>Ip,ArrowRight:()=>Wp,ArrowRightCircle:()=>gs,ArrowRightFromLine:()=>Dp,ArrowRightLeft:()=>Vp,ArrowRightSquare:()=>Ll,ArrowRightToLine:()=>Fp,ArrowUp:()=>Zp,ArrowUp01:()=>Op,ArrowUp10:()=>Np,ArrowUpAZ:()=>Oo,ArrowUpAz:()=>Oo,ArrowUpCircle:()=>Ms,ArrowUpDown:()=>zp,ArrowUpFromDot:()=>_p,ArrowUpFromLine:()=>qp,ArrowUpLeft:()=>Up,ArrowUpLeftFromCircle:()=>ms,ArrowUpLeftFromSquare:()=>kl,ArrowUpLeftSquare:()=>El,ArrowUpNarrowWide:()=>No,ArrowUpRight:()=>$p,ArrowUpRightFromCircle:()=>xs,ArrowUpRightFromSquare:()=>Tl,ArrowUpRightSquare:()=>Hl,ArrowUpSquare:()=>Pl,ArrowUpToLine:()=>jp,ArrowUpWideNarrow:()=>Gp,ArrowUpZA:()=>zo,ArrowUpZa:()=>zo,ArrowsUpFromLine:()=>Xp,Asterisk:()=>Jp,AsteriskSquare:()=>Rl,AtSign:()=>Kp,Atom:()=>Yp,AudioLines:()=>Qp,AudioWaveform:()=>e2,Award:()=>t2,Axe:()=>a2,Axis3D:()=>_o,Axis3d:()=>_o,Baby:()=>r2,Backpack:()=>o2,Badge:()=>v2,BadgeAlert:()=>s2,BadgeCent:()=>n2,BadgeCheck:()=>qo,BadgeDollarSign:()=>l2,BadgeEuro:()=>i2,BadgeHelp:()=>Uo,BadgeIndianRupee:()=>d2,BadgeInfo:()=>p2,BadgeJapaneseYen:()=>c2,BadgeMinus:()=>u2,BadgePercent:()=>f2,BadgePlus:()=>h2,BadgePoundSterling:()=>m2,BadgeQuestionMark:()=>Uo,BadgeRussianRuble:()=>x2,BadgeSwissFranc:()=>g2,BadgeTurkishLira:()=>M2,BadgeX:()=>y2,BaggageClaim:()=>b2,Ban:()=>C2,Banana:()=>w2,Bandage:()=>S2,Banknote:()=>L2,BanknoteArrowDown:()=>A2,BanknoteArrowUp:()=>k2,BanknoteX:()=>T2,BarChart:()=>os,BarChart2:()=>ss,BarChart3:()=>as,BarChart4:()=>ts,BarChartBig:()=>es,BarChartHorizontal:()=>Yo,BarChartHorizontalBig:()=>Ko,Barcode:()=>E2,Barrel:()=>H2,Baseline:()=>P2,Bath:()=>R2,Battery:()=>O2,BatteryCharging:()=>I2,BatteryFull:()=>B2,BatteryLow:()=>D2,BatteryMedium:()=>V2,BatteryPlus:()=>F2,BatteryWarning:()=>W2,Beaker:()=>N2,Bean:()=>_2,BeanOff:()=>z2,Bed:()=>$2,BedDouble:()=>q2,BedSingle:()=>U2,Beef:()=>j2,Beer:()=>Z2,BeerOff:()=>G2,Bell:()=>t0,BellDot:()=>X2,BellElectric:()=>J2,BellMinus:()=>K2,BellOff:()=>Y2,BellPlus:()=>Q2,BellRing:()=>e0,BetweenHorizonalEnd:()=>$o,BetweenHorizonalStart:()=>jo,BetweenHorizontalEnd:()=>$o,BetweenHorizontalStart:()=>jo,BetweenVerticalEnd:()=>a0,BetweenVerticalStart:()=>r0,BicepsFlexed:()=>o0,Bike:()=>s0,Binary:()=>n0,Binoculars:()=>l0,Biohazard:()=>d0,Bird:()=>i0,Birdhouse:()=>p0,Bitcoin:()=>c0,Blend:()=>u0,Blinds:()=>f0,Blocks:()=>h0,Bluetooth:()=>M0,BluetoothConnected:()=>m0,BluetoothOff:()=>x0,BluetoothSearching:()=>g0,Bold:()=>y0,Bolt:()=>v0,Bomb:()=>b0,Bone:()=>C0,Book:()=>j0,BookA:()=>w0,BookAlert:()=>S0,BookAudio:()=>A0,BookCheck:()=>k0,BookCopy:()=>T0,BookDashed:()=>Go,BookDown:()=>L0,BookHeadphones:()=>E0,BookHeart:()=>H0,BookImage:()=>P0,BookKey:()=>R0,BookLock:()=>I0,BookMarked:()=>B0,BookMinus:()=>D0,BookOpen:()=>W0,BookOpenCheck:()=>V0,BookOpenText:()=>F0,BookPlus:()=>O0,BookTemplate:()=>Go,BookText:()=>N0,BookType:()=>z0,BookUp:()=>q0,BookUp2:()=>_0,BookUser:()=>U0,BookX:()=>$0,Bookmark:()=>K0,BookmarkCheck:()=>G0,BookmarkMinus:()=>Z0,BookmarkPlus:()=>X0,BookmarkX:()=>J0,BoomBox:()=>Y0,Bot:()=>tc,BotMessageSquare:()=>Q0,BotOff:()=>ec,BottleWine:()=>ac,BowArrow:()=>rc,Box:()=>oc,BoxSelect:()=>ql,Boxes:()=>sc,Braces:()=>Zo,Brackets:()=>nc,Brain:()=>dc,BrainCircuit:()=>lc,BrainCog:()=>ic,BrickWall:()=>uc,BrickWallFire:()=>pc,BrickWallShield:()=>cc,Briefcase:()=>xc,BriefcaseBusiness:()=>fc,BriefcaseConveyorBelt:()=>hc,BriefcaseMedical:()=>mc,BringToFront:()=>gc,Brush:()=>yc,BrushCleaning:()=>Mc,Bubbles:()=>vc,Bug:()=>wc,BugOff:()=>bc,BugPlay:()=>Cc,Building:()=>Ac,Building2:()=>Sc,Bus:()=>Tc,BusFront:()=>kc,Cable:()=>Ec,CableCar:()=>Lc,Cake:()=>Pc,CakeSlice:()=>Hc,Calculator:()=>Rc,Calendar:()=>Qc,Calendar1:()=>Ic,CalendarArrowDown:()=>Bc,CalendarArrowUp:()=>Dc,CalendarCheck:()=>Fc,CalendarCheck2:()=>Vc,CalendarClock:()=>Wc,CalendarCog:()=>Oc,CalendarDays:()=>Nc,CalendarFold:()=>zc,CalendarHeart:()=>_c,CalendarMinus:()=>Uc,CalendarMinus2:()=>qc,CalendarOff:()=>$c,CalendarPlus:()=>Gc,CalendarPlus2:()=>jc,CalendarRange:()=>Zc,CalendarSearch:()=>Xc,CalendarSync:()=>Jc,CalendarX:()=>Yc,CalendarX2:()=>Kc,Camera:()=>tu,CameraOff:()=>eu,CandlestickChart:()=>Qo,Candy:()=>ou,CandyCane:()=>au,CandyOff:()=>ru,Cannabis:()=>su,Captions:()=>Xo,CaptionsOff:()=>nu,Car:()=>du,CarFront:()=>lu,CarTaxiFront:()=>iu,Caravan:()=>pu,CardSim:()=>cu,Carrot:()=>uu,CaseLower:()=>fu,CaseSensitive:()=>hu,CaseUpper:()=>mu,CassetteTape:()=>xu,Cast:()=>gu,Castle:()=>Mu,Cat:()=>yu,Cctv:()=>vu,ChartArea:()=>Jo,ChartBar:()=>Yo,ChartBarBig:()=>Ko,ChartBarDecreasing:()=>bu,ChartBarIncreasing:()=>Cu,ChartBarStacked:()=>wu,ChartCandlestick:()=>Qo,ChartColumn:()=>as,ChartColumnBig:()=>es,ChartColumnDecreasing:()=>Su,ChartColumnIncreasing:()=>ts,ChartColumnStacked:()=>Au,ChartGantt:()=>ku,ChartLine:()=>rs,ChartNetwork:()=>Tu,ChartNoAxesColumn:()=>ss,ChartNoAxesColumnDecreasing:()=>Lu,ChartNoAxesColumnIncreasing:()=>os,ChartNoAxesCombined:()=>Eu,ChartNoAxesGantt:()=>ns,ChartPie:()=>ls,ChartScatter:()=>is,ChartSpline:()=>Hu,Check:()=>Iu,CheckCheck:()=>Pu,CheckCircle:()=>ys,CheckCircle2:()=>vs,CheckLine:()=>Ru,CheckSquare:()=>Bl,CheckSquare2:()=>Dl,ChefHat:()=>Bu,Cherry:()=>Du,ChevronDown:()=>Vu,ChevronDownCircle:()=>bs,ChevronDownSquare:()=>Vl,ChevronFirst:()=>Fu,ChevronLast:()=>Wu,ChevronLeft:()=>Ou,ChevronLeftCircle:()=>Cs,ChevronLeftSquare:()=>Fl,ChevronRight:()=>Nu,ChevronRightCircle:()=>ws,ChevronRightSquare:()=>Wl,ChevronUp:()=>zu,ChevronUpCircle:()=>Ss,ChevronUpSquare:()=>Ol,ChevronsDown:()=>qu,ChevronsDownUp:()=>_u,ChevronsLeft:()=>ju,ChevronsLeftRight:()=>$u,ChevronsLeftRightEllipsis:()=>Uu,ChevronsRight:()=>Zu,ChevronsRightLeft:()=>Gu,ChevronsUp:()=>Ju,ChevronsUpDown:()=>Xu,Chrome:()=>ds,Chromium:()=>ds,Church:()=>Ku,Cigarette:()=>Qu,CigaretteOff:()=>Yu,Circle:()=>hf,CircleAlert:()=>ps,CircleArrowDown:()=>cs,CircleArrowLeft:()=>us,CircleArrowOutDownLeft:()=>fs,CircleArrowOutDownRight:()=>hs,CircleArrowOutUpLeft:()=>ms,CircleArrowOutUpRight:()=>xs,CircleArrowRight:()=>gs,CircleArrowUp:()=>Ms,CircleCheck:()=>vs,CircleCheckBig:()=>ys,CircleChevronDown:()=>bs,CircleChevronLeft:()=>Cs,CircleChevronRight:()=>ws,CircleChevronUp:()=>Ss,CircleDashed:()=>ef,CircleDivide:()=>As,CircleDollarSign:()=>tf,CircleDot:()=>rf,CircleDotDashed:()=>af,CircleEllipsis:()=>of,CircleEqual:()=>sf,CircleFadingArrowUp:()=>nf,CircleFadingPlus:()=>lf,CircleGauge:()=>ks,CircleHelp:()=>Or,CircleMinus:()=>Ts,CircleOff:()=>df,CircleParking:()=>Es,CircleParkingOff:()=>Ls,CirclePause:()=>Hs,CirclePercent:()=>Ps,CirclePlay:()=>Rs,CirclePlus:()=>Is,CirclePoundSterling:()=>pf,CirclePower:()=>Bs,CircleQuestionMark:()=>Or,CircleSlash:()=>cf,CircleSlash2:()=>Ds,CircleSlashed:()=>Ds,CircleSmall:()=>uf,CircleStar:()=>ff,CircleStop:()=>Vs,CircleUser:()=>Ws,CircleUserRound:()=>Fs,CircleX:()=>Os,CircuitBoard:()=>mf,Citrus:()=>xf,Clapperboard:()=>gf,Clipboard:()=>Tf,ClipboardCheck:()=>Mf,ClipboardClock:()=>yf,ClipboardCopy:()=>vf,ClipboardEdit:()=>zs,ClipboardList:()=>bf,ClipboardMinus:()=>Cf,ClipboardPaste:()=>wf,ClipboardPen:()=>zs,ClipboardPenLine:()=>Ns,ClipboardPlus:()=>Sf,ClipboardSignature:()=>Ns,ClipboardType:()=>Af,ClipboardX:()=>kf,Clock:()=>jf,Clock1:()=>Lf,Clock10:()=>Ef,Clock11:()=>Hf,Clock12:()=>Pf,Clock2:()=>Rf,Clock3:()=>If,Clock4:()=>Bf,Clock5:()=>Df,Clock6:()=>Vf,Clock7:()=>Ff,Clock8:()=>Wf,Clock9:()=>Of,ClockAlert:()=>Nf,ClockArrowDown:()=>zf,ClockArrowUp:()=>_f,ClockCheck:()=>qf,ClockFading:()=>Uf,ClockPlus:()=>$f,ClosedCaption:()=>Gf,Cloud:()=>dh,CloudAlert:()=>Zf,CloudCheck:()=>Xf,CloudCog:()=>Jf,CloudDownload:()=>_s,CloudDrizzle:()=>Kf,CloudFog:()=>Yf,CloudHail:()=>Qf,CloudLightning:()=>eh,CloudMoon:()=>ah,CloudMoonRain:()=>th,CloudOff:()=>rh,CloudRain:()=>sh,CloudRainWind:()=>oh,CloudSnow:()=>nh,CloudSun:()=>ih,CloudSunRain:()=>lh,CloudUpload:()=>qs,Cloudy:()=>ph,Clover:()=>ch,Club:()=>uh,Code:()=>fh,Code2:()=>Us,CodeSquare:()=>Nl,CodeXml:()=>Us,Codepen:()=>hh,Codesandbox:()=>mh,Coffee:()=>xh,Cog:()=>gh,Coins:()=>Mh,Columns:()=>$s,Columns2:()=>$s,Columns3:()=>js,Columns3Cog:()=>Nr,Columns4:()=>yh,ColumnsSettings:()=>Nr,Combine:()=>vh,Command:()=>bh,Compass:()=>Ch,Component:()=>wh,Computer:()=>Sh,ConciergeBell:()=>Ah,Cone:()=>kh,Construction:()=>Th,Contact:()=>Lh,Contact2:()=>Gs,ContactRound:()=>Gs,Container:()=>Eh,Contrast:()=>Hh,Cookie:()=>Ph,CookingPot:()=>Rh,Copy:()=>Wh,CopyCheck:()=>Ih,CopyMinus:()=>Bh,CopyPlus:()=>Dh,CopySlash:()=>Vh,CopyX:()=>Fh,Copyleft:()=>Oh,Copyright:()=>Nh,CornerDownLeft:()=>zh,CornerDownRight:()=>_h,CornerLeftDown:()=>qh,CornerLeftUp:()=>Uh,CornerRightDown:()=>$h,CornerRightUp:()=>jh,CornerUpLeft:()=>Gh,CornerUpRight:()=>Zh,Cpu:()=>Xh,CreativeCommons:()=>Jh,CreditCard:()=>Kh,Croissant:()=>Yh,Crop:()=>Qh,Cross:()=>em,Crosshair:()=>tm,Crown:()=>am,Cuboid:()=>rm,CupSoda:()=>om,CurlyBraces:()=>Zo,Currency:()=>sm,Cylinder:()=>nm,Dam:()=>lm,Database:()=>pm,DatabaseBackup:()=>im,DatabaseZap:()=>dm,DecimalsArrowLeft:()=>cm,DecimalsArrowRight:()=>um,Delete:()=>fm,Dessert:()=>hm,Diameter:()=>mm,Diamond:()=>Mm,DiamondMinus:()=>xm,DiamondPercent:()=>Zs,DiamondPlus:()=>gm,Dice1:()=>ym,Dice2:()=>vm,Dice3:()=>bm,Dice4:()=>Cm,Dice5:()=>wm,Dice6:()=>Sm,Dices:()=>Am,Diff:()=>km,Disc:()=>Hm,Disc2:()=>Tm,Disc3:()=>Lm,DiscAlbum:()=>Em,Divide:()=>Pm,DivideCircle:()=>As,DivideSquare:()=>Ul,Dna:()=>Im,DnaOff:()=>Rm,Dock:()=>Bm,Dog:()=>Dm,DollarSign:()=>Vm,Donut:()=>Fm,DoorClosed:()=>Om,DoorClosedLocked:()=>Wm,DoorOpen:()=>Nm,Dot:()=>zm,DotSquare:()=>$l,Download:()=>_m,DownloadCloud:()=>_s,DraftingCompass:()=>qm,Drama:()=>Um,Dribbble:()=>$m,Drill:()=>jm,Drone:()=>Gm,Droplet:()=>Xm,DropletOff:()=>Zm,Droplets:()=>Jm,Drum:()=>Km,Drumstick:()=>Ym,Dumbbell:()=>Qm,Ear:()=>tx,EarOff:()=>ex,Earth:()=>Xs,EarthLock:()=>ax,Eclipse:()=>rx,Edit:()=>mr,Edit2:()=>ll,Edit3:()=>nl,Egg:()=>nx,EggFried:()=>ox,EggOff:()=>sx,Ellipsis:()=>Ks,EllipsisVertical:()=>Js,Equal:()=>dx,EqualApproximately:()=>lx,EqualNot:()=>ix,EqualSquare:()=>jl,Eraser:()=>px,EthernetPort:()=>cx,Euro:()=>ux,EvCharger:()=>fx,Expand:()=>hx,ExternalLink:()=>mx,Eye:()=>Mx,EyeClosed:()=>xx,EyeOff:()=>gx,Facebook:()=>yx,Factory:()=>vx,Fan:()=>bx,FastForward:()=>Cx,Feather:()=>wx,Fence:()=>Sx,FerrisWheel:()=>Ax,Figma:()=>kx,File:()=>tg,FileArchive:()=>Tx,FileAudio:()=>zr,FileAudio2:()=>zr,FileAxis3D:()=>Ys,FileAxis3d:()=>Ys,FileBadge:()=>Qs,FileBadge2:()=>Qs,FileBarChart:()=>an,FileBarChart2:()=>rn,FileBox:()=>Lx,FileBraces:()=>tn,FileBracesCorner:()=>en,FileChartColumn:()=>rn,FileChartColumnIncreasing:()=>an,FileChartLine:()=>on,FileChartPie:()=>sn,FileCheck:()=>Ex,FileCheck2:()=>nn,FileCheckCorner:()=>nn,FileClock:()=>Hx,FileCode:()=>Px,FileCode2:()=>ln,FileCodeCorner:()=>ln,FileCog:()=>dn,FileCog2:()=>dn,FileDiff:()=>Rx,FileDigit:()=>Ix,FileDown:()=>Bx,FileEdit:()=>mn,FileExclamationPoint:()=>pn,FileHeadphone:()=>zr,FileHeart:()=>Dx,FileImage:()=>Vx,FileInput:()=>Fx,FileJson:()=>tn,FileJson2:()=>en,FileKey:()=>cn,FileKey2:()=>cn,FileLineChart:()=>on,FileLock:()=>un,FileLock2:()=>un,FileMinus:()=>Wx,FileMinus2:()=>fn,FileMinusCorner:()=>fn,FileMusic:()=>Ox,FileOutput:()=>Nx,FilePen:()=>mn,FilePenLine:()=>hn,FilePieChart:()=>sn,FilePlay:()=>xn,FilePlus:()=>zx,FilePlus2:()=>gn,FilePlusCorner:()=>gn,FileQuestion:()=>Mn,FileQuestionMark:()=>Mn,FileScan:()=>_x,FileSearch:()=>qx,FileSearch2:()=>yn,FileSearchCorner:()=>yn,FileSignal:()=>vn,FileSignature:()=>hn,FileSliders:()=>Ux,FileSpreadsheet:()=>$x,FileStack:()=>jx,FileSymlink:()=>Gx,FileTerminal:()=>Zx,FileText:()=>Xx,FileType:()=>Jx,FileType2:()=>bn,FileTypeCorner:()=>bn,FileUp:()=>Kx,FileUser:()=>Yx,FileVideo:()=>xn,FileVideo2:()=>Cn,FileVideoCamera:()=>Cn,FileVolume:()=>Qx,FileVolume2:()=>vn,FileWarning:()=>pn,FileX:()=>eg,FileX2:()=>wn,FileXCorner:()=>wn,Files:()=>ag,Film:()=>rg,Filter:()=>Tn,FilterX:()=>kn,Fingerprint:()=>og,FireExtinguisher:()=>sg,Fish:()=>ig,FishOff:()=>ng,FishSymbol:()=>lg,Flag:()=>ug,FlagOff:()=>dg,FlagTriangleLeft:()=>pg,FlagTriangleRight:()=>cg,Flame:()=>hg,FlameKindling:()=>fg,Flashlight:()=>xg,FlashlightOff:()=>mg,FlaskConical:()=>Mg,FlaskConicalOff:()=>gg,FlaskRound:()=>yg,FlipHorizontal:()=>bg,FlipHorizontal2:()=>vg,FlipVertical:()=>wg,FlipVertical2:()=>Cg,Flower:()=>Ag,Flower2:()=>Sg,Focus:()=>kg,FoldHorizontal:()=>Tg,FoldVertical:()=>Lg,Folder:()=>a4,FolderArchive:()=>Eg,FolderCheck:()=>Hg,FolderClock:()=>Pg,FolderClosed:()=>Rg,FolderCode:()=>Ig,FolderCog:()=>Sn,FolderCog2:()=>Sn,FolderDot:()=>Bg,FolderDown:()=>Dg,FolderEdit:()=>An,FolderGit:()=>Fg,FolderGit2:()=>Vg,FolderHeart:()=>Wg,FolderInput:()=>Og,FolderKanban:()=>Ng,FolderKey:()=>zg,FolderLock:()=>_g,FolderMinus:()=>qg,FolderOpen:()=>$g,FolderOpenDot:()=>Ug,FolderOutput:()=>jg,FolderPen:()=>An,FolderPlus:()=>Gg,FolderRoot:()=>Zg,FolderSearch:()=>Jg,FolderSearch2:()=>Xg,FolderSymlink:()=>Kg,FolderSync:()=>Yg,FolderTree:()=>Qg,FolderUp:()=>e4,FolderX:()=>t4,Folders:()=>r4,Footprints:()=>o4,ForkKnife:()=>Fi,ForkKnifeCrossed:()=>Vi,Forklift:()=>s4,FormInput:()=>dl,Forward:()=>n4,Frame:()=>l4,Framer:()=>i4,Frown:()=>d4,Fuel:()=>p4,Fullscreen:()=>c4,FunctionSquare:()=>Gl,Funnel:()=>Tn,FunnelPlus:()=>u4,FunnelX:()=>kn,GalleryHorizontal:()=>h4,GalleryHorizontalEnd:()=>f4,GalleryThumbnails:()=>m4,GalleryVertical:()=>g4,GalleryVerticalEnd:()=>x4,Gamepad:()=>v4,Gamepad2:()=>M4,GamepadDirectional:()=>y4,GanttChart:()=>ns,GanttChartSquare:()=>$r,Gauge:()=>b4,GaugeCircle:()=>ks,Gavel:()=>C4,Gem:()=>w4,GeorgianLari:()=>S4,Ghost:()=>A4,Gift:()=>k4,GitBranch:()=>E4,GitBranchMinus:()=>T4,GitBranchPlus:()=>L4,GitCommit:()=>Ln,GitCommitHorizontal:()=>Ln,GitCommitVertical:()=>H4,GitCompare:()=>R4,GitCompareArrows:()=>P4,GitFork:()=>I4,GitGraph:()=>B4,GitMerge:()=>D4,GitPullRequest:()=>z4,GitPullRequestArrow:()=>V4,GitPullRequestClosed:()=>F4,GitPullRequestCreate:()=>O4,GitPullRequestCreateArrow:()=>W4,GitPullRequestDraft:()=>N4,Github:()=>_4,Gitlab:()=>q4,GlassWater:()=>U4,Glasses:()=>$4,Globe:()=>G4,Globe2:()=>Xs,GlobeLock:()=>j4,Goal:()=>Z4,Gpu:()=>X4,Grab:()=>In,GraduationCap:()=>J4,Grape:()=>K4,Grid:()=>_r,Grid2X2:()=>Rn,Grid2X2Check:()=>En,Grid2X2Plus:()=>Hn,Grid2X2X:()=>Pn,Grid2x2:()=>Rn,Grid2x2Check:()=>En,Grid2x2Plus:()=>Hn,Grid2x2X:()=>Pn,Grid3X3:()=>_r,Grid3x2:()=>Y4,Grid3x3:()=>_r,Grip:()=>t5,GripHorizontal:()=>Q4,GripVertical:()=>e5,Group:()=>a5,Guitar:()=>r5,Ham:()=>o5,Hamburger:()=>s5,Hammer:()=>n5,Hand:()=>u5,HandCoins:()=>l5,HandFist:()=>i5,HandGrab:()=>In,HandHeart:()=>d5,HandHelping:()=>Bn,HandMetal:()=>p5,HandPlatter:()=>c5,Handbag:()=>f5,Handshake:()=>h5,HardDrive:()=>g5,HardDriveDownload:()=>m5,HardDriveUpload:()=>x5,HardHat:()=>M5,Hash:()=>y5,HatGlasses:()=>v5,Haze:()=>b5,HdmiPort:()=>C5,Heading:()=>E5,Heading1:()=>w5,Heading2:()=>S5,Heading3:()=>A5,Heading4:()=>k5,Heading5:()=>T5,Heading6:()=>L5,HeadphoneOff:()=>H5,Headphones:()=>P5,Headset:()=>R5,Heart:()=>O5,HeartCrack:()=>I5,HeartHandshake:()=>B5,HeartMinus:()=>D5,HeartOff:()=>V5,HeartPlus:()=>F5,HeartPulse:()=>W5,Heater:()=>N5,Helicopter:()=>z5,HelpCircle:()=>Or,HelpingHand:()=>Bn,Hexagon:()=>_5,Highlighter:()=>q5,History:()=>U5,Home:()=>Dn,Hop:()=>j5,HopOff:()=>$5,Hospital:()=>G5,Hotel:()=>Z5,Hourglass:()=>X5,House:()=>Dn,HouseHeart:()=>J5,HousePlug:()=>K5,HousePlus:()=>Y5,HouseWifi:()=>Q5,IceCream:()=>Fn,IceCream2:()=>Vn,IceCreamBowl:()=>Vn,IceCreamCone:()=>Fn,IdCard:()=>t3,IdCardLanyard:()=>e3,Image:()=>d3,ImageDown:()=>r3,ImageMinus:()=>a3,ImageOff:()=>o3,ImagePlay:()=>s3,ImagePlus:()=>n3,ImageUp:()=>l3,ImageUpscale:()=>i3,Images:()=>p3,Import:()=>c3,Inbox:()=>u3,Indent:()=>Ur,IndentDecrease:()=>qr,IndentIncrease:()=>Ur,IndianRupee:()=>f3,Infinity:()=>h3,Info:()=>m3,Inspect:()=>Ql,InspectionPanel:()=>x3,Instagram:()=>g3,Italic:()=>M3,IterationCcw:()=>y3,IterationCw:()=>v3,JapaneseYen:()=>b3,Joystick:()=>C3,Kanban:()=>w3,KanbanSquare:()=>Zl,KanbanSquareDashed:()=>zl,Kayak:()=>S3,Key:()=>T3,KeyRound:()=>A3,KeySquare:()=>k3,Keyboard:()=>H3,KeyboardMusic:()=>L3,KeyboardOff:()=>E3,Lamp:()=>V3,LampCeiling:()=>P3,LampDesk:()=>R3,LampFloor:()=>I3,LampWallDown:()=>B3,LampWallUp:()=>D3,LandPlot:()=>F3,Landmark:()=>W3,Languages:()=>O3,Laptop:()=>z3,Laptop2:()=>Wn,LaptopMinimal:()=>Wn,LaptopMinimalCheck:()=>N3,Lasso:()=>q3,LassoSelect:()=>_3,Laugh:()=>U3,Layers:()=>On,Layers2:()=>$3,Layers3:()=>On,Layout:()=>sl,LayoutDashboard:()=>j3,LayoutGrid:()=>G3,LayoutList:()=>Z3,LayoutPanelLeft:()=>X3,LayoutPanelTop:()=>J3,LayoutTemplate:()=>K3,Leaf:()=>Y3,LeafyGreen:()=>Q3,Lectern:()=>eM,LetterText:()=>bi,Library:()=>aM,LibraryBig:()=>tM,LibrarySquare:()=>Xl,LifeBuoy:()=>rM,Ligature:()=>oM,Lightbulb:()=>nM,LightbulbOff:()=>sM,LineChart:()=>rs,LineSquiggle:()=>lM,Link:()=>pM,Link2:()=>dM,Link2Off:()=>iM,Linkedin:()=>cM,List:()=>HM,ListCheck:()=>uM,ListChecks:()=>fM,ListChevronsDownUp:()=>hM,ListChevronsUpDown:()=>mM,ListCollapse:()=>xM,ListEnd:()=>gM,ListFilter:()=>yM,ListFilterPlus:()=>MM,ListIndentDecrease:()=>qr,ListIndentIncrease:()=>Ur,ListMinus:()=>vM,ListMusic:()=>bM,ListOrdered:()=>CM,ListPlus:()=>wM,ListRestart:()=>SM,ListStart:()=>AM,ListTodo:()=>kM,ListTree:()=>TM,ListVideo:()=>LM,ListX:()=>EM,Loader:()=>RM,Loader2:()=>Nn,LoaderCircle:()=>Nn,LoaderPinwheel:()=>PM,Locate:()=>DM,LocateFixed:()=>IM,LocateOff:()=>BM,LocationEdit:()=>Un,Lock:()=>FM,LockKeyhole:()=>VM,LockKeyholeOpen:()=>zn,LockOpen:()=>_n,LogIn:()=>WM,LogOut:()=>OM,Logs:()=>NM,Lollipop:()=>zM,Luggage:()=>_M,MSquare:()=>Jl,Magnet:()=>qM,Mail:()=>KM,MailCheck:()=>UM,MailMinus:()=>$M,MailOpen:()=>jM,MailPlus:()=>GM,MailQuestion:()=>qn,MailQuestionMark:()=>qn,MailSearch:()=>ZM,MailWarning:()=>XM,MailX:()=>JM,Mailbox:()=>YM,Mails:()=>QM,Map:()=>h6,MapMinus:()=>e6,MapPin:()=>c6,MapPinCheck:()=>a6,MapPinCheckInside:()=>t6,MapPinHouse:()=>r6,MapPinMinus:()=>s6,MapPinMinusInside:()=>o6,MapPinOff:()=>n6,MapPinPen:()=>Un,MapPinPlus:()=>i6,MapPinPlusInside:()=>l6,MapPinX:()=>p6,MapPinXInside:()=>d6,MapPinned:()=>u6,MapPlus:()=>f6,Mars:()=>x6,MarsStroke:()=>m6,Martini:()=>g6,Maximize:()=>y6,Maximize2:()=>M6,Medal:()=>v6,Megaphone:()=>C6,MegaphoneOff:()=>b6,Meh:()=>w6,MemoryStick:()=>S6,Menu:()=>A6,MenuSquare:()=>Kl,Merge:()=>k6,MessageCircle:()=>V6,MessageCircleCode:()=>T6,MessageCircleDashed:()=>L6,MessageCircleHeart:()=>E6,MessageCircleMore:()=>H6,MessageCircleOff:()=>P6,MessageCirclePlus:()=>R6,MessageCircleQuestion:()=>$n,MessageCircleQuestionMark:()=>$n,MessageCircleReply:()=>I6,MessageCircleWarning:()=>B6,MessageCircleX:()=>D6,MessageSquare:()=>Y6,MessageSquareCode:()=>F6,MessageSquareDashed:()=>W6,MessageSquareDiff:()=>O6,MessageSquareDot:()=>N6,MessageSquareHeart:()=>z6,MessageSquareLock:()=>_6,MessageSquareMore:()=>q6,MessageSquareOff:()=>U6,MessageSquarePlus:()=>$6,MessageSquareQuote:()=>j6,MessageSquareReply:()=>G6,MessageSquareShare:()=>Z6,MessageSquareText:()=>X6,MessageSquareWarning:()=>J6,MessageSquareX:()=>K6,MessagesSquare:()=>Q6,Mic:()=>t8,Mic2:()=>jn,MicOff:()=>e8,MicVocal:()=>jn,Microchip:()=>a8,Microscope:()=>r8,Microwave:()=>o8,Milestone:()=>s8,Milk:()=>l8,MilkOff:()=>n8,Minimize:()=>d8,Minimize2:()=>i8,Minus:()=>p8,MinusCircle:()=>Ts,MinusSquare:()=>Yl,Monitor:()=>S8,MonitorCheck:()=>c8,MonitorCloud:()=>u8,MonitorCog:()=>f8,MonitorDot:()=>h8,MonitorDown:()=>m8,MonitorOff:()=>x8,MonitorPause:()=>g8,MonitorPlay:()=>M8,MonitorSmartphone:()=>y8,MonitorSpeaker:()=>v8,MonitorStop:()=>b8,MonitorUp:()=>C8,MonitorX:()=>w8,Moon:()=>k8,MoonStar:()=>A8,MoreHorizontal:()=>Ks,MoreVertical:()=>Js,Motorbike:()=>T8,Mountain:()=>E8,MountainSnow:()=>L8,Mouse:()=>D8,MouseOff:()=>H8,MousePointer:()=>B8,MousePointer2:()=>P8,MousePointerBan:()=>R8,MousePointerClick:()=>I8,MousePointerSquareDashed:()=>_l,Move:()=>Z8,Move3D:()=>Gn,Move3d:()=>Gn,MoveDiagonal:()=>F8,MoveDiagonal2:()=>V8,MoveDown:()=>N8,MoveDownLeft:()=>W8,MoveDownRight:()=>O8,MoveHorizontal:()=>z8,MoveLeft:()=>_8,MoveRight:()=>q8,MoveUp:()=>j8,MoveUpLeft:()=>U8,MoveUpRight:()=>$8,MoveVertical:()=>G8,Music:()=>Y8,Music2:()=>X8,Music3:()=>J8,Music4:()=>K8,Navigation:()=>ay,Navigation2:()=>ey,Navigation2Off:()=>Q8,NavigationOff:()=>ty,Network:()=>ry,Newspaper:()=>oy,Nfc:()=>sy,NonBinary:()=>ny,Notebook:()=>py,NotebookPen:()=>ly,NotebookTabs:()=>iy,NotebookText:()=>dy,NotepadText:()=>uy,NotepadTextDashed:()=>cy,Nut:()=>hy,NutOff:()=>fy,Octagon:()=>xy,OctagonAlert:()=>Zn,OctagonMinus:()=>my,OctagonPause:()=>Xn,OctagonX:()=>Jn,Omega:()=>gy,Option:()=>My,Orbit:()=>yy,Origami:()=>vy,Outdent:()=>qr,Package:()=>Ly,Package2:()=>by,PackageCheck:()=>Cy,PackageMinus:()=>wy,PackageOpen:()=>Sy,PackagePlus:()=>Ay,PackageSearch:()=>ky,PackageX:()=>Ty,PaintBucket:()=>Ey,PaintRoller:()=>Hy,Paintbrush:()=>Py,Paintbrush2:()=>Kn,PaintbrushVertical:()=>Kn,Palette:()=>Ry,Palmtree:()=>Ai,Panda:()=>Iy,PanelBottom:()=>Vy,PanelBottomClose:()=>By,PanelBottomDashed:()=>Yn,PanelBottomInactive:()=>Yn,PanelBottomOpen:()=>Dy,PanelLeft:()=>al,PanelLeftClose:()=>Qn,PanelLeftDashed:()=>el,PanelLeftInactive:()=>el,PanelLeftOpen:()=>tl,PanelLeftRightDashed:()=>Fy,PanelRight:()=>Ny,PanelRightClose:()=>Wy,PanelRightDashed:()=>rl,PanelRightInactive:()=>rl,PanelRightOpen:()=>Oy,PanelTop:()=>Uy,PanelTopBottomDashed:()=>zy,PanelTopClose:()=>_y,PanelTopDashed:()=>ol,PanelTopInactive:()=>ol,PanelTopOpen:()=>qy,PanelsLeftBottom:()=>$y,PanelsLeftRight:()=>js,PanelsRightBottom:()=>jy,PanelsTopBottom:()=>ul,PanelsTopLeft:()=>sl,Paperclip:()=>Gy,Parentheses:()=>Zy,ParkingCircle:()=>Es,ParkingCircleOff:()=>Ls,ParkingMeter:()=>Xy,ParkingSquare:()=>ti,ParkingSquareOff:()=>ei,PartyPopper:()=>Jy,Pause:()=>Ky,PauseCircle:()=>Hs,PauseOctagon:()=>Xn,PawPrint:()=>Yy,PcCase:()=>Qy,Pen:()=>ll,PenBox:()=>mr,PenLine:()=>nl,PenOff:()=>e7,PenSquare:()=>mr,PenTool:()=>t7,Pencil:()=>s7,PencilLine:()=>a7,PencilOff:()=>r7,PencilRuler:()=>o7,Pentagon:()=>n7,Percent:()=>l7,PercentCircle:()=>Ps,PercentDiamond:()=>Zs,PercentSquare:()=>ai,PersonStanding:()=>i7,PhilippinePeso:()=>d7,Phone:()=>x7,PhoneCall:()=>p7,PhoneForwarded:()=>c7,PhoneIncoming:()=>u7,PhoneMissed:()=>f7,PhoneOff:()=>h7,PhoneOutgoing:()=>m7,Pi:()=>g7,PiSquare:()=>ri,Piano:()=>M7,Pickaxe:()=>y7,PictureInPicture:()=>b7,PictureInPicture2:()=>v7,PieChart:()=>ls,PiggyBank:()=>C7,Pilcrow:()=>A7,PilcrowLeft:()=>w7,PilcrowRight:()=>S7,PilcrowSquare:()=>oi,Pill:()=>T7,PillBottle:()=>k7,Pin:()=>E7,PinOff:()=>L7,Pipette:()=>H7,Pizza:()=>P7,Plane:()=>B7,PlaneLanding:()=>R7,PlaneTakeoff:()=>I7,Play:()=>D7,PlayCircle:()=>Rs,PlaySquare:()=>si,Plug:()=>F7,Plug2:()=>V7,PlugZap:()=>il,PlugZap2:()=>il,Plus:()=>W7,PlusCircle:()=>Is,PlusSquare:()=>ni,Pocket:()=>N7,PocketKnife:()=>O7,Podcast:()=>z7,Pointer:()=>q7,PointerOff:()=>_7,Popcorn:()=>$7,Popsicle:()=>U7,PoundSterling:()=>j7,Power:()=>Z7,PowerCircle:()=>Bs,PowerOff:()=>G7,PowerSquare:()=>li,Presentation:()=>X7,Printer:()=>K7,PrinterCheck:()=>J7,Projector:()=>Y7,Proportions:()=>Q7,Puzzle:()=>ev,Pyramid:()=>tv,QrCode:()=>av,Quote:()=>rv,Rabbit:()=>ov,Radar:()=>sv,Radiation:()=>nv,Radical:()=>lv,Radio:()=>pv,RadioReceiver:()=>iv,RadioTower:()=>dv,Radius:()=>cv,RailSymbol:()=>uv,Rainbow:()=>fv,Rat:()=>hv,Ratio:()=>mv,Receipt:()=>Av,ReceiptCent:()=>xv,ReceiptEuro:()=>gv,ReceiptIndianRupee:()=>Mv,ReceiptJapaneseYen:()=>yv,ReceiptPoundSterling:()=>vv,ReceiptRussianRuble:()=>bv,ReceiptSwissFranc:()=>Cv,ReceiptText:()=>wv,ReceiptTurkishLira:()=>Sv,RectangleCircle:()=>kv,RectangleEllipsis:()=>dl,RectangleGoggles:()=>Tv,RectangleHorizontal:()=>Lv,RectangleVertical:()=>Ev,Recycle:()=>Hv,Redo:()=>Iv,Redo2:()=>Pv,RedoDot:()=>Rv,RefreshCcw:()=>Dv,RefreshCcwDot:()=>Bv,RefreshCw:()=>Fv,RefreshCwOff:()=>Vv,Refrigerator:()=>Wv,Regex:()=>Ov,RemoveFormatting:()=>Nv,Repeat:()=>qv,Repeat1:()=>zv,Repeat2:()=>_v,Replace:()=>$v,ReplaceAll:()=>Uv,Reply:()=>Gv,ReplyAll:()=>jv,Rewind:()=>Zv,Ribbon:()=>Xv,Rocket:()=>Jv,RockingChair:()=>Kv,RollerCoaster:()=>Yv,Rose:()=>Qv,Rotate3D:()=>pl,Rotate3d:()=>pl,RotateCcw:()=>a9,RotateCcwKey:()=>e9,RotateCcwSquare:()=>t9,RotateCw:()=>o9,RotateCwSquare:()=>r9,Route:()=>n9,RouteOff:()=>s9,Router:()=>l9,Rows:()=>cl,Rows2:()=>cl,Rows3:()=>ul,Rows4:()=>i9,Rss:()=>d9,Ruler:()=>c9,RulerDimensionLine:()=>p9,RussianRuble:()=>u9,Sailboat:()=>f9,Salad:()=>h9,Sandwich:()=>m9,Satellite:()=>g9,SatelliteDish:()=>x9,SaudiRiyal:()=>M9,Save:()=>b9,SaveAll:()=>y9,SaveOff:()=>v9,Scale:()=>C9,Scale3D:()=>fl,Scale3d:()=>fl,Scaling:()=>w9,Scan:()=>R9,ScanBarcode:()=>S9,ScanEye:()=>A9,ScanFace:()=>k9,ScanHeart:()=>T9,ScanLine:()=>L9,ScanQrCode:()=>E9,ScanSearch:()=>H9,ScanText:()=>P9,ScatterChart:()=>is,School:()=>I9,School2:()=>Li,Scissors:()=>D9,ScissorsLineDashed:()=>B9,ScissorsSquare:()=>ii,ScissorsSquareDashedBottom:()=>Il,ScreenShare:()=>F9,ScreenShareOff:()=>V9,Scroll:()=>O9,ScrollText:()=>W9,Search:()=>U9,SearchCheck:()=>N9,SearchCode:()=>z9,SearchSlash:()=>_9,SearchX:()=>q9,Section:()=>$9,Send:()=>G9,SendHorizonal:()=>hl,SendHorizontal:()=>hl,SendToBack:()=>j9,SeparatorHorizontal:()=>Z9,SeparatorVertical:()=>X9,Server:()=>Q9,ServerCog:()=>J9,ServerCrash:()=>K9,ServerOff:()=>Y9,Settings:()=>tb,Settings2:()=>eb,Shapes:()=>ab,Share:()=>ob,Share2:()=>rb,Sheet:()=>sb,Shell:()=>nb,Shield:()=>xb,ShieldAlert:()=>lb,ShieldBan:()=>ib,ShieldCheck:()=>db,ShieldClose:()=>xl,ShieldEllipsis:()=>pb,ShieldHalf:()=>cb,ShieldMinus:()=>ub,ShieldOff:()=>fb,ShieldPlus:()=>hb,ShieldQuestion:()=>ml,ShieldQuestionMark:()=>ml,ShieldUser:()=>mb,ShieldX:()=>xl,Ship:()=>Mb,ShipWheel:()=>gb,Shirt:()=>yb,ShoppingBag:()=>vb,ShoppingBasket:()=>bb,ShoppingCart:()=>Cb,Shovel:()=>wb,ShowerHead:()=>Sb,Shredder:()=>Ab,Shrimp:()=>kb,Shrink:()=>Tb,Shrub:()=>Lb,Shuffle:()=>Eb,Sidebar:()=>al,SidebarClose:()=>Qn,SidebarOpen:()=>tl,Sigma:()=>Hb,SigmaSquare:()=>di,Signal:()=>Db,SignalHigh:()=>Pb,SignalLow:()=>Rb,SignalMedium:()=>Ib,SignalZero:()=>Bb,Signature:()=>Vb,Signpost:()=>Wb,SignpostBig:()=>Fb,Siren:()=>Ob,SkipBack:()=>Nb,SkipForward:()=>zb,Skull:()=>_b,Slack:()=>qb,Slash:()=>Ub,SlashSquare:()=>pi,Slice:()=>$b,Sliders:()=>gl,SlidersHorizontal:()=>jb,SlidersVertical:()=>gl,Smartphone:()=>Xb,SmartphoneCharging:()=>Gb,SmartphoneNfc:()=>Zb,Smile:()=>Kb,SmilePlus:()=>Jb,Snail:()=>Yb,Snowflake:()=>Qb,SoapDispenserDroplet:()=>eC,Sofa:()=>tC,SolarPanel:()=>aC,SortAsc:()=>No,SortDesc:()=>Fo,Soup:()=>rC,Space:()=>oC,Spade:()=>sC,Sparkle:()=>nC,Sparkles:()=>Ml,Speaker:()=>lC,Speech:()=>iC,SpellCheck:()=>pC,SpellCheck2:()=>dC,Spline:()=>uC,SplinePointer:()=>cC,Split:()=>fC,SplitSquareHorizontal:()=>ci,SplitSquareVertical:()=>ui,Spool:()=>hC,Spotlight:()=>mC,SprayCan:()=>xC,Sprout:()=>gC,Square:()=>LC,SquareActivity:()=>yl,SquareArrowDown:()=>Cl,SquareArrowDownLeft:()=>vl,SquareArrowDownRight:()=>bl,SquareArrowLeft:()=>wl,SquareArrowOutDownLeft:()=>Sl,SquareArrowOutDownRight:()=>Al,SquareArrowOutUpLeft:()=>kl,SquareArrowOutUpRight:()=>Tl,SquareArrowRight:()=>Ll,SquareArrowUp:()=>Pl,SquareArrowUpLeft:()=>El,SquareArrowUpRight:()=>Hl,SquareAsterisk:()=>Rl,SquareBottomDashedScissors:()=>Il,SquareChartGantt:()=>$r,SquareCheck:()=>Dl,SquareCheckBig:()=>Bl,SquareChevronDown:()=>Vl,SquareChevronLeft:()=>Fl,SquareChevronRight:()=>Wl,SquareChevronUp:()=>Ol,SquareCode:()=>Nl,SquareDashed:()=>ql,SquareDashedBottom:()=>yC,SquareDashedBottomCode:()=>MC,SquareDashedKanban:()=>zl,SquareDashedMousePointer:()=>_l,SquareDashedTopSolid:()=>vC,SquareDivide:()=>Ul,SquareDot:()=>$l,SquareEqual:()=>jl,SquareFunction:()=>Gl,SquareGanttChart:()=>$r,SquareKanban:()=>Zl,SquareLibrary:()=>Xl,SquareM:()=>Jl,SquareMenu:()=>Kl,SquareMinus:()=>Yl,SquareMousePointer:()=>Ql,SquareParking:()=>ti,SquareParkingOff:()=>ei,SquarePause:()=>bC,SquarePen:()=>mr,SquarePercent:()=>ai,SquarePi:()=>ri,SquarePilcrow:()=>oi,SquarePlay:()=>si,SquarePlus:()=>ni,SquarePower:()=>li,SquareRadical:()=>CC,SquareRoundCorner:()=>wC,SquareScissors:()=>ii,SquareSigma:()=>di,SquareSlash:()=>pi,SquareSplitHorizontal:()=>ci,SquareSplitVertical:()=>ui,SquareSquare:()=>SC,SquareStack:()=>AC,SquareStar:()=>kC,SquareStop:()=>TC,SquareTerminal:()=>fi,SquareUser:()=>mi,SquareUserRound:()=>hi,SquareX:()=>xi,SquaresExclude:()=>EC,SquaresIntersect:()=>HC,SquaresSubtract:()=>PC,SquaresUnite:()=>RC,Squircle:()=>BC,SquircleDashed:()=>IC,Squirrel:()=>DC,Stamp:()=>VC,Star:()=>OC,StarHalf:()=>FC,StarOff:()=>WC,Stars:()=>Ml,StepBack:()=>NC,StepForward:()=>zC,Stethoscope:()=>_C,Sticker:()=>qC,StickyNote:()=>UC,StopCircle:()=>Vs,Store:()=>$C,StretchHorizontal:()=>jC,StretchVertical:()=>GC,Strikethrough:()=>ZC,Subscript:()=>XC,Subtitles:()=>Xo,Sun:()=>ew,SunDim:()=>JC,SunMedium:()=>KC,SunMoon:()=>YC,SunSnow:()=>QC,Sunrise:()=>tw,Sunset:()=>aw,Superscript:()=>rw,SwatchBook:()=>ow,SwissFranc:()=>sw,SwitchCamera:()=>nw,Sword:()=>lw,Swords:()=>iw,Syringe:()=>dw,Table:()=>gw,Table2:()=>pw,TableCellsMerge:()=>cw,TableCellsSplit:()=>uw,TableColumnsSplit:()=>fw,TableConfig:()=>Nr,TableOfContents:()=>hw,TableProperties:()=>mw,TableRowsSplit:()=>xw,Tablet:()=>yw,TabletSmartphone:()=>Mw,Tablets:()=>vw,Tag:()=>bw,Tags:()=>Cw,Tally1:()=>ww,Tally2:()=>Sw,Tally3:()=>Aw,Tally4:()=>kw,Tally5:()=>Tw,Tangent:()=>Lw,Target:()=>Ew,Telescope:()=>Hw,Tent:()=>Rw,TentTree:()=>Pw,Terminal:()=>Iw,TerminalSquare:()=>fi,TestTube:()=>Bw,TestTube2:()=>gi,TestTubeDiagonal:()=>gi,TestTubes:()=>Dw,Text:()=>jr,TextAlignCenter:()=>Mi,TextAlignEnd:()=>yi,TextAlignJustify:()=>vi,TextAlignStart:()=>jr,TextCursor:()=>Fw,TextCursorInput:()=>Vw,TextInitial:()=>bi,TextQuote:()=>Ww,TextSearch:()=>Ow,TextSelect:()=>Ci,TextSelection:()=>Ci,TextWrap:()=>wi,Theater:()=>Nw,Thermometer:()=>qw,ThermometerSnowflake:()=>zw,ThermometerSun:()=>_w,ThumbsDown:()=>Uw,ThumbsUp:()=>$w,Ticket:()=>Yw,TicketCheck:()=>jw,TicketMinus:()=>Gw,TicketPercent:()=>Zw,TicketPlus:()=>Xw,TicketSlash:()=>Jw,TicketX:()=>Kw,Tickets:()=>eS,TicketsPlane:()=>Qw,Timer:()=>rS,TimerOff:()=>tS,TimerReset:()=>aS,ToggleLeft:()=>oS,ToggleRight:()=>sS,Toilet:()=>nS,ToolCase:()=>lS,Tornado:()=>iS,Torus:()=>dS,Touchpad:()=>cS,TouchpadOff:()=>pS,TowerControl:()=>uS,ToyBrick:()=>fS,Tractor:()=>hS,TrafficCone:()=>mS,Train:()=>Si,TrainFront:()=>gS,TrainFrontTunnel:()=>xS,TrainTrack:()=>MS,TramFront:()=>Si,Transgender:()=>yS,Trash:()=>bS,Trash2:()=>vS,TreeDeciduous:()=>CS,TreePalm:()=>Ai,TreePine:()=>wS,Trees:()=>SS,Trello:()=>AS,TrendingDown:()=>kS,TrendingUp:()=>LS,TrendingUpDown:()=>TS,Triangle:()=>PS,TriangleAlert:()=>ki,TriangleDashed:()=>ES,TriangleRight:()=>HS,Trophy:()=>RS,Truck:()=>BS,TruckElectric:()=>IS,TurkishLira:()=>DS,Turntable:()=>VS,Turtle:()=>FS,Tv:()=>OS,Tv2:()=>Ti,TvMinimal:()=>Ti,TvMinimalPlay:()=>WS,Twitch:()=>NS,Twitter:()=>zS,Type:()=>qS,TypeOutline:()=>_S,Umbrella:()=>$S,UmbrellaOff:()=>US,Underline:()=>jS,Undo:()=>XS,Undo2:()=>GS,UndoDot:()=>ZS,UnfoldHorizontal:()=>JS,UnfoldVertical:()=>KS,Ungroup:()=>YS,University:()=>Li,Unlink:()=>eA,Unlink2:()=>QS,Unlock:()=>_n,UnlockKeyhole:()=>zn,Unplug:()=>tA,Upload:()=>aA,UploadCloud:()=>qs,Usb:()=>rA,User:()=>mA,User2:()=>Bi,UserCheck:()=>oA,UserCheck2:()=>Ei,UserCircle:()=>Ws,UserCircle2:()=>Fs,UserCog:()=>sA,UserCog2:()=>Hi,UserLock:()=>nA,UserMinus:()=>lA,UserMinus2:()=>Pi,UserPen:()=>iA,UserPlus:()=>dA,UserPlus2:()=>Ri,UserRound:()=>Bi,UserRoundCheck:()=>Ei,UserRoundCog:()=>Hi,UserRoundMinus:()=>Pi,UserRoundPen:()=>pA,UserRoundPlus:()=>Ri,UserRoundSearch:()=>cA,UserRoundX:()=>Ii,UserSearch:()=>uA,UserSquare:()=>mi,UserSquare2:()=>hi,UserStar:()=>fA,UserX:()=>hA,UserX2:()=>Ii,Users:()=>xA,Users2:()=>Di,UsersRound:()=>Di,Utensils:()=>Fi,UtensilsCrossed:()=>Vi,UtilityPole:()=>gA,Variable:()=>MA,Vault:()=>yA,VectorSquare:()=>vA,Vegan:()=>bA,VenetianMask:()=>CA,Venus:()=>SA,VenusAndMars:()=>wA,Verified:()=>qo,Vibrate:()=>kA,VibrateOff:()=>AA,Video:()=>LA,VideoOff:()=>TA,Videotape:()=>EA,View:()=>HA,Voicemail:()=>PA,Volleyball:()=>RA,Volume:()=>FA,Volume1:()=>IA,Volume2:()=>BA,VolumeOff:()=>DA,VolumeX:()=>VA,Vote:()=>WA,Wallet:()=>NA,Wallet2:()=>Wi,WalletCards:()=>OA,WalletMinimal:()=>Wi,Wallpaper:()=>zA,Wand:()=>_A,Wand2:()=>Oi,WandSparkles:()=>Oi,Warehouse:()=>qA,WashingMachine:()=>UA,Watch:()=>$A,Waves:()=>jA,WavesLadder:()=>GA,Waypoints:()=>ZA,Webcam:()=>XA,Webhook:()=>KA,WebhookOff:()=>JA,Weight:()=>YA,Wheat:()=>ek,WheatOff:()=>QA,WholeWord:()=>tk,Wifi:()=>dk,WifiCog:()=>ak,WifiHigh:()=>rk,WifiLow:()=>ok,WifiOff:()=>sk,WifiPen:()=>nk,WifiSync:()=>lk,WifiZero:()=>ik,Wind:()=>ck,WindArrowDown:()=>pk,Wine:()=>fk,WineOff:()=>uk,Workflow:()=>hk,Worm:()=>mk,WrapText:()=>wi,Wrench:()=>xk,X:()=>gk,XCircle:()=>Os,XOctagon:()=>Jn,XSquare:()=>xi,Youtube:()=>Mk,Zap:()=>vk,ZapOff:()=>yk,ZoomIn:()=>bk,ZoomOut:()=>Ck});var g1=[["path",{d:"m14 12 4 4 4-4"}],["path",{d:"M18 16V7"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16"}],["path",{d:"M3.304 13h6.392"}]];var M1=[["path",{d:"m14 11 4-4 4 4"}],["path",{d:"M18 16V7"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16"}],["path",{d:"M3.304 13h6.392"}]];var y1=[["path",{d:"m15 16 2.536-7.328a1.02 1.02 1 0 1 1.928 0L22 16"}],["path",{d:"M15.697 14h5.606"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16"}],["path",{d:"M3.304 13h6.392"}]];var v1=[["circle",{cx:"16",cy:"4",r:"1"}],["path",{d:"m18 19 1-7-6 1"}],["path",{d:"m5 8 3-3 5.5 3-2.36 3.5"}],["path",{d:"M4.24 14.5a5 5 0 0 0 6.88 6"}],["path",{d:"M13.76 17.5a5 5 0 0 0-6.88-6"}]];var b1=[["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"}]];var C1=[["path",{d:"M18 17.5a2.5 2.5 0 1 1-4 2.03V12"}],["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"}],["path",{d:"M6 8h12"}],["path",{d:"M6.6 15.572A2 2 0 1 0 10 17v-5"}]];var w1=[["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"}],["path",{d:"m12 15 5 6H7Z"}]];var Io=[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}],["path",{d:"m9 13 2 2 4-4"}]];var Bo=[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}],["path",{d:"M9 13h6"}]];var S1=[["path",{d:"M6.87 6.87a8 8 0 1 0 11.26 11.26"}],["path",{d:"M19.9 14.25a8 8 0 0 0-9.15-9.15"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.26 18.67 4 21"}],["path",{d:"m2 2 20 20"}],["path",{d:"M4 4 2 6"}]];var Do=[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}],["path",{d:"M12 10v6"}],["path",{d:"M9 13h6"}]];var A1=[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M12 9v4l2 2"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}]];var k1=[["path",{d:"M11 21c0-2.5 2-2.5 2-5"}],["path",{d:"M16 21c0-2.5 2-2.5 2-5"}],["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"}],["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"}],["path",{d:"M6 21c0-2.5 2-2.5 2-5"}]];var T1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["polyline",{points:"11 3 11 11 14 8 17 11 17 3"}]];var L1=[["path",{d:"M2 12h20"}],["path",{d:"M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4"}],["path",{d:"M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4"}],["path",{d:"M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1"}],["path",{d:"M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1"}]];var E1=[["path",{d:"M12 2v20"}],["path",{d:"M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4"}],["path",{d:"M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4"}],["path",{d:"M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1"}],["path",{d:"M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1"}]];var H1=[["rect",{width:"6",height:"16",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"9",x:"14",y:"9",rx:"2"}],["path",{d:"M22 22H2"}]];var P1=[["rect",{width:"16",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"9",height:"6",x:"9",y:"14",rx:"2"}],["path",{d:"M22 22V2"}]];var R1=[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2"}],["path",{d:"M17 22v-5"}],["path",{d:"M17 7V2"}],["path",{d:"M7 22v-3"}],["path",{d:"M7 5V2"}]];var I1=[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2"}],["path",{d:"M10 2v20"}],["path",{d:"M20 2v20"}]];var B1=[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2"}],["path",{d:"M4 2v20"}],["path",{d:"M14 2v20"}]];var D1=[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2"}],["path",{d:"M12 2v20"}]];var V1=[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"12",y:"7",rx:"2"}],["path",{d:"M22 2v20"}]];var F1=[["rect",{width:"6",height:"14",x:"6",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2"}],["path",{d:"M2 2v20"}]];var W1=[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2"}],["path",{d:"M4 22V2"}],["path",{d:"M20 22V2"}]];var O1=[["rect",{width:"6",height:"14",x:"3",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"15",y:"7",rx:"2"}],["path",{d:"M3 2v20"}],["path",{d:"M21 2v20"}]];var N1=[["rect",{width:"6",height:"16",x:"4",y:"6",rx:"2"}],["rect",{width:"6",height:"9",x:"14",y:"6",rx:"2"}],["path",{d:"M22 2H2"}]];var z1=[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2"}],["path",{d:"M2 2v20"}]];var _1=[["path",{d:"M22 17h-3"}],["path",{d:"M22 7h-5"}],["path",{d:"M5 17H2"}],["path",{d:"M7 7H2"}],["rect",{x:"5",y:"14",width:"14",height:"6",rx:"2"}],["rect",{x:"7",y:"4",width:"10",height:"6",rx:"2"}]];var q1=[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2"}],["path",{d:"M2 20h20"}],["path",{d:"M2 10h20"}]];var U1=[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M2 4h20"}]];var $1=[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2"}],["path",{d:"M2 12h20"}]];var j1=[["rect",{width:"14",height:"6",x:"5",y:"12",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2"}],["path",{d:"M2 22h20"}]];var G1=[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"6",rx:"2"}],["path",{d:"M2 2h20"}]];var Z1=[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2"}],["path",{d:"M22 20H2"}],["path",{d:"M22 4H2"}]];var X1=[["rect",{width:"14",height:"6",x:"5",y:"15",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"3",rx:"2"}],["path",{d:"M2 21h20"}],["path",{d:"M2 3h20"}]];var J1=[["path",{d:"M10 10H6"}],["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2"}],["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"}],["path",{d:"M8 8v4"}],["path",{d:"M9 18h6"}],["circle",{cx:"17",cy:"18",r:"2"}],["circle",{cx:"7",cy:"18",r:"2"}]];var K1=[["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"}],["path",{d:"M16 12h3"}]];var Y1=[["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"}],["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"}]];var Q1=[["path",{d:"M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8"}],["path",{d:"M10 5H8a2 2 0 0 0 0 4h.68"}],["path",{d:"M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8"}],["path",{d:"M14 5h2a2 2 0 0 1 0 4h-.68"}],["path",{d:"M18 22H6"}],["path",{d:"M9 2h6"}]];var ep=[["path",{d:"M12 22V8"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}],["circle",{cx:"12",cy:"5",r:"3"}]];var tp=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}],["path",{d:"M7.5 8 10 9"}],["path",{d:"m14 9 2.5-1"}],["path",{d:"M9 10h.01"}],["path",{d:"M15 10h.01"}]];var ap=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 15h8"}],["path",{d:"M8 9h2"}],["path",{d:"M14 9h2"}]];var rp=[["path",{d:"M2 12 7 2"}],["path",{d:"m7 12 5-10"}],["path",{d:"m12 12 5-10"}],["path",{d:"m17 12 5-10"}],["path",{d:"M4.5 7h15"}],["path",{d:"M12 16v6"}]];var op=[["path",{d:"M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4"}],["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"}],["path",{d:"M9 12v5"}],["path",{d:"M15 12v5"}],["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"}]];var sp=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14.31 8 5.74 9.94"}],["path",{d:"M9.69 8h11.48"}],["path",{d:"m7.38 12 5.74-9.94"}],["path",{d:"M9.69 16 3.95 6.06"}],["path",{d:"M14.31 16H2.83"}],["path",{d:"m16.62 12-5.74 9.94"}]];var np=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 8h.01"}],["path",{d:"M10 8h.01"}],["path",{d:"M14 8h.01"}]];var lp=[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}],["path",{d:"M10 4v4"}],["path",{d:"M2 8h20"}],["path",{d:"M6 4v4"}]];var ip=[["path",{d:"M12 6.528V3a1 1 0 0 1 1-1h0"}],["path",{d:"M18.237 21A15 15 0 0 0 22 11a6 6 0 0 0-10-4.472A6 6 0 0 0 2 11a15.1 15.1 0 0 0 3.763 10 3 3 0 0 0 3.648.648 5.5 5.5 0 0 1 5.178 0A3 3 0 0 0 18.237 21"}]];var dp=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h2"}],["path",{d:"M20 8v11a2 2 0 0 1-2 2h-2"}],["path",{d:"m9 15 3-3 3 3"}],["path",{d:"M12 12v9"}]];var pp=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"}],["path",{d:"m9.5 17 5-5"}],["path",{d:"m9.5 12 5 5"}]];var cp=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"}],["path",{d:"M10 12h4"}]];var up=[["path",{d:"M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3"}],["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"}],["path",{d:"M5 18v2"}],["path",{d:"M19 18v2"}]];var fp=[["path",{d:"M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z"}],["path",{d:"M9 4h6"}]];var hp=[["path",{d:"M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z"}]];var mp=[["path",{d:"M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z"}],["path",{d:"M20 9v6"}]];var xp=[["path",{d:"M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z"}]];var gp=[["path",{d:"M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z"}],["path",{d:"M4 9v6"}]];var Mp=[["path",{d:"M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z"}]];var yp=[["path",{d:"M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z"}],["path",{d:"M9 20h6"}]];var vp=[["path",{d:"M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z"}]];var bp=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2"}],["path",{d:"M17 20v-6h-2"}],["path",{d:"M15 20h4"}]];var Cp=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M17 10V4h-2"}],["path",{d:"M15 10h4"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2"}]];var Vo=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M20 8h-5"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10"}],["path",{d:"M15 14h5l-5 6h5"}]];var wp=[["path",{d:"M19 3H5"}],["path",{d:"M12 21V7"}],["path",{d:"m6 15 6 6 6-6"}]];var Sp=[["path",{d:"M17 7 7 17"}],["path",{d:"M17 17H7V7"}]];var Ap=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M11 4h4"}],["path",{d:"M11 8h7"}],["path",{d:"M11 12h10"}]];var kp=[["path",{d:"m7 7 10 10"}],["path",{d:"M17 7v10H7"}]];var Tp=[["path",{d:"M12 2v14"}],["path",{d:"m19 9-7 7-7-7"}],["circle",{cx:"12",cy:"21",r:"1"}]];var Lp=[["path",{d:"M12 17V3"}],["path",{d:"m6 11 6 6 6-6"}],["path",{d:"M19 21H5"}]];var Ep=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"m21 8-4-4-4 4"}],["path",{d:"M17 4v16"}]];var Fo=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M11 4h10"}],["path",{d:"M11 8h7"}],["path",{d:"M11 12h4"}]];var Wo=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 4v16"}],["path",{d:"M15 4h5l-5 6h5"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20"}],["path",{d:"M20 18h-5"}]];var Hp=[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]];var Pp=[["path",{d:"m9 6-6 6 6 6"}],["path",{d:"M3 12h14"}],["path",{d:"M21 19V5"}]];var Rp=[["path",{d:"M8 3 4 7l4 4"}],["path",{d:"M4 7h16"}],["path",{d:"m16 21 4-4-4-4"}],["path",{d:"M20 17H4"}]];var Ip=[["path",{d:"M3 19V5"}],["path",{d:"m13 6-6 6 6 6"}],["path",{d:"M7 12h14"}]];var Bp=[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]];var Dp=[["path",{d:"M3 5v14"}],["path",{d:"M21 12H7"}],["path",{d:"m15 18 6-6-6-6"}]];var Vp=[["path",{d:"m16 3 4 4-4 4"}],["path",{d:"M20 7H4"}],["path",{d:"m8 21-4-4 4-4"}],["path",{d:"M4 17h16"}]];var Fp=[["path",{d:"M17 12H3"}],["path",{d:"m11 18 6-6-6-6"}],["path",{d:"M21 5v14"}]];var Wp=[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]];var Op=[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2"}],["path",{d:"M17 20v-6h-2"}],["path",{d:"M15 20h4"}]];var Np=[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M17 10V4h-2"}],["path",{d:"M15 10h4"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2"}]];var Oo=[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M20 8h-5"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10"}],["path",{d:"M15 14h5l-5 6h5"}]];var zp=[["path",{d:"m21 16-4 4-4-4"}],["path",{d:"M17 20V4"}],["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}]];var _p=[["path",{d:"m5 9 7-7 7 7"}],["path",{d:"M12 16V2"}],["circle",{cx:"12",cy:"21",r:"1"}]];var qp=[["path",{d:"m18 9-6-6-6 6"}],["path",{d:"M12 3v14"}],["path",{d:"M5 21h14"}]];var Up=[["path",{d:"M7 17V7h10"}],["path",{d:"M17 17 7 7"}]];var No=[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M11 12h4"}],["path",{d:"M11 16h7"}],["path",{d:"M11 20h10"}]];var $p=[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]];var jp=[["path",{d:"M5 3h14"}],["path",{d:"m18 13-6-6-6 6"}],["path",{d:"M12 7v14"}]];var Gp=[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M11 12h10"}],["path",{d:"M11 16h7"}],["path",{d:"M11 20h4"}]];var zo=[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M15 4h5l-5 6h5"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20"}],["path",{d:"M20 18h-5"}]];var Zp=[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]];var Xp=[["path",{d:"m4 6 3-3 3 3"}],["path",{d:"M7 17V3"}],["path",{d:"m14 6 3-3 3 3"}],["path",{d:"M17 17V3"}],["path",{d:"M4 21h16"}]];var Jp=[["path",{d:"M12 6v12"}],["path",{d:"M17.196 9 6.804 15"}],["path",{d:"m6.804 9 10.392 6"}]];var Kp=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"}]];var Yp=[["circle",{cx:"12",cy:"12",r:"1"}],["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"}],["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"}]];var Qp=[["path",{d:"M2 10v3"}],["path",{d:"M6 6v11"}],["path",{d:"M10 3v18"}],["path",{d:"M14 8v7"}],["path",{d:"M18 5v13"}],["path",{d:"M22 10v3"}]];var e2=[["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"}]];var t2=[["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"}],["circle",{cx:"12",cy:"8",r:"6"}]];var a2=[["path",{d:"m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9"}],["path",{d:"M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z"}]];var _o=[["path",{d:"M13.5 10.5 15 9"}],["path",{d:"M4 4v15a1 1 0 0 0 1 1h15"}],["path",{d:"M4.293 19.707 6 18"}],["path",{d:"m9 15 1.5-1.5"}]];var r2=[["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5"}],["path",{d:"M15 12h.01"}],["path",{d:"M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1"}],["path",{d:"M9 12h.01"}]];var o2=[["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"}],["path",{d:"M8 10h8"}],["path",{d:"M8 18h8"}],["path",{d:"M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6"}],["path",{d:"M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2"}]];var s2=[["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"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16"}]];var n2=[["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"}],["path",{d:"M12 7v10"}],["path",{d:"M15.4 10a4 4 0 1 0 0 4"}]];var qo=[["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"}],["path",{d:"m9 12 2 2 4-4"}]];var l2=[["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"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 18V6"}]];var i2=[["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"}],["path",{d:"M7 12h5"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2"}]];var d2=[["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"}],["path",{d:"M8 8h8"}],["path",{d:"M8 12h8"}],["path",{d:"m13 17-5-1h1a4 4 0 0 0 0-8"}]];var p2=[["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"}],["line",{x1:"12",x2:"12",y1:"16",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"8",y2:"8"}]];var c2=[["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"}],["path",{d:"m9 8 3 3v7"}],["path",{d:"m12 11 3-3"}],["path",{d:"M9 12h6"}],["path",{d:"M9 16h6"}]];var u2=[["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"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]];var f2=[["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"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]];var h2=[["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"}],["line",{x1:"12",x2:"12",y1:"8",y2:"16"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]];var m2=[["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"}],["path",{d:"M8 12h4"}],["path",{d:"M10 16V9.5a2.5 2.5 0 0 1 5 0"}],["path",{d:"M8 16h7"}]];var Uo=[["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"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}],["line",{x1:"12",x2:"12.01",y1:"17",y2:"17"}]];var x2=[["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"}],["path",{d:"M9 16h5"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9"}]];var g2=[["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"}],["path",{d:"M11 17V8h4"}],["path",{d:"M11 12h3"}],["path",{d:"M9 16h4"}]];var M2=[["path",{d:"M11 7v10a5 5 0 0 0 5-5"}],["path",{d:"m15 8-6 3"}],["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76"}]];var y2=[["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"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15"}]];var v2=[["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"}]];var b2=[["path",{d:"M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2"}],["path",{d:"M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10"}],["rect",{width:"13",height:"8",x:"8",y:"6",rx:"1"}],["circle",{cx:"18",cy:"20",r:"2"}],["circle",{cx:"9",cy:"20",r:"2"}]];var C2=[["path",{d:"M4.929 4.929 19.07 19.071"}],["circle",{cx:"12",cy:"12",r:"10"}]];var w2=[["path",{d:"M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5"}],["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"}]];var S2=[["path",{d:"M10 10.01h.01"}],["path",{d:"M10 14.01h.01"}],["path",{d:"M14 10.01h.01"}],["path",{d:"M14 14.01h.01"}],["path",{d:"M18 6v11.5"}],["path",{d:"M6 6v12"}],["rect",{x:"2",y:"6",width:"20",height:"12",rx:"2"}]];var A2=[["path",{d:"M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5"}],["path",{d:"m16 19 3 3 3-3"}],["path",{d:"M18 12h.01"}],["path",{d:"M19 16v6"}],["path",{d:"M6 12h.01"}],["circle",{cx:"12",cy:"12",r:"2"}]];var k2=[["path",{d:"M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5"}],["path",{d:"M18 12h.01"}],["path",{d:"M19 22v-6"}],["path",{d:"m22 19-3-3-3 3"}],["path",{d:"M6 12h.01"}],["circle",{cx:"12",cy:"12",r:"2"}]];var T2=[["path",{d:"M13 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5"}],["path",{d:"m17 17 5 5"}],["path",{d:"M18 12h.01"}],["path",{d:"m22 17-5 5"}],["path",{d:"M6 12h.01"}],["circle",{cx:"12",cy:"12",r:"2"}]];var L2=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M6 12h.01M18 12h.01"}]];var E2=[["path",{d:"M3 5v14"}],["path",{d:"M8 5v14"}],["path",{d:"M12 5v14"}],["path",{d:"M17 5v14"}],["path",{d:"M21 5v14"}]];var H2=[["path",{d:"M10 3a41 41 0 0 0 0 18"}],["path",{d:"M14 3a41 41 0 0 1 0 18"}],["path",{d:"M17 3a2 2 0 0 1 1.68.92 15.25 15.25 0 0 1 0 16.16A2 2 0 0 1 17 21H7a2 2 0 0 1-1.68-.92 15.25 15.25 0 0 1 0-16.16A2 2 0 0 1 7 3z"}],["path",{d:"M3.84 17h16.32"}],["path",{d:"M3.84 7h16.32"}]];var P2=[["path",{d:"M4 20h16"}],["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}]];var R2=[["path",{d:"M10 4 8 6"}],["path",{d:"M17 19v2"}],["path",{d:"M2 12h20"}],["path",{d:"M7 19v2"}],["path",{d:"M9 5 7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5"}]];var I2=[["path",{d:"m11 7-3 5h4l-3 5"}],["path",{d:"M14.856 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.935"}],["path",{d:"M22 14v-4"}],["path",{d:"M5.14 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.936"}]];var B2=[["path",{d:"M10 10v4"}],["path",{d:"M14 10v4"}],["path",{d:"M22 14v-4"}],["path",{d:"M6 10v4"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var D2=[["path",{d:"M22 14v-4"}],["path",{d:"M6 14v-4"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var V2=[["path",{d:"M10 14v-4"}],["path",{d:"M22 14v-4"}],["path",{d:"M6 14v-4"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var F2=[["path",{d:"M10 9v6"}],["path",{d:"M12.543 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.605"}],["path",{d:"M22 14v-4"}],["path",{d:"M7 12h6"}],["path",{d:"M7.606 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.606"}]];var W2=[["path",{d:"M10 17h.01"}],["path",{d:"M10 7v6"}],["path",{d:"M14 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2"}],["path",{d:"M22 14v-4"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2"}]];var O2=[["path",{d:"M 22 14 L 22 10"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var N2=[["path",{d:"M4.5 3h15"}],["path",{d:"M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3"}],["path",{d:"M6 14h12"}]];var z2=[["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"}],["path",{d:"M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66"}],["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"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var _2=[["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"}],["path",{d:"M5.341 10.62a4 4 0 1 0 5.279-5.28"}]];var q2=[["path",{d:"M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8"}],["path",{d:"M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4"}],["path",{d:"M12 4v6"}],["path",{d:"M2 18h20"}]];var U2=[["path",{d:"M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8"}],["path",{d:"M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4"}],["path",{d:"M3 18h18"}]];var $2=[["path",{d:"M2 4v16"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}],["path",{d:"M2 17h20"}],["path",{d:"M6 8v9"}]];var j2=[["path",{d:"M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3"}],["path",{d:"m18.5 6 2.19 4.5a6.48 6.48 0 0 1-2.29 7.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5"}],["circle",{cx:"12.5",cy:"8.5",r:"2.5"}]];var G2=[["path",{d:"M13 13v5"}],["path",{d:"M17 11.47V8"}],["path",{d:"M17 11h1a3 3 0 0 1 2.745 4.211"}],["path",{d:"m2 2 20 20"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3"}],["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"}],["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"}],["path",{d:"M9 14.6V18"}]];var Z2=[["path",{d:"M17 11h1a3 3 0 0 1 0 6h-1"}],["path",{d:"M9 12v6"}],["path",{d:"M13 12v6"}],["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"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8"}]];var X2=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M13.916 2.314A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.74 7.327A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673 9 9 0 0 1-.585-.665"}],["circle",{cx:"18",cy:"8",r:"3"}]];var J2=[["path",{d:"M18.518 17.347A7 7 0 0 1 14 19"}],["path",{d:"M18.8 4A11 11 0 0 1 20 9"}],["path",{d:"M9 9h.01"}],["circle",{cx:"20",cy:"16",r:"2"}],["circle",{cx:"9",cy:"9",r:"7"}],["rect",{x:"4",y:"16",width:"10",height:"6",rx:"2"}]];var K2=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M15 8h6"}],["path",{d:"M16.243 3.757A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673A9.4 9.4 0 0 1 18.667 12"}]];var Y2=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742"}],["path",{d:"m2 2 20 20"}],["path",{d:"M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05"}]];var Q2=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M15 8h6"}],["path",{d:"M18 5v6"}],["path",{d:"M20.002 14.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332"}]];var e0=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M22 8c0-2.3-.8-4.3-2-6"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"}],["path",{d:"M4 2C2.8 3.7 2 5.7 2 8"}]];var t0=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"}]];var $o=[["rect",{width:"13",height:"7",x:"3",y:"3",rx:"1"}],["path",{d:"m22 15-3-3 3-3"}],["rect",{width:"13",height:"7",x:"3",y:"14",rx:"1"}]];var jo=[["rect",{width:"13",height:"7",x:"8",y:"3",rx:"1"}],["path",{d:"m2 9 3 3-3 3"}],["rect",{width:"13",height:"7",x:"8",y:"14",rx:"1"}]];var a0=[["rect",{width:"7",height:"13",x:"3",y:"3",rx:"1"}],["path",{d:"m9 22 3-3 3 3"}],["rect",{width:"7",height:"13",x:"14",y:"3",rx:"1"}]];var r0=[["rect",{width:"7",height:"13",x:"3",y:"8",rx:"1"}],["path",{d:"m15 2-3 3-3-3"}],["rect",{width:"7",height:"13",x:"14",y:"8",rx:"1"}]];var o0=[["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"}],["path",{d:"M15 14a5 5 0 0 0-7.584 2"}],["path",{d:"M9.964 6.825C8.019 7.977 9.5 13 8 15"}]];var s0=[["circle",{cx:"18.5",cy:"17.5",r:"3.5"}],["circle",{cx:"5.5",cy:"17.5",r:"3.5"}],["circle",{cx:"15",cy:"5",r:"1"}],["path",{d:"M12 17.5V14l-3-3 4-3 2 3h2"}]];var n0=[["rect",{x:"14",y:"14",width:"4",height:"6",rx:"2"}],["rect",{x:"6",y:"4",width:"4",height:"6",rx:"2"}],["path",{d:"M6 20h4"}],["path",{d:"M14 10h4"}],["path",{d:"M6 14h2v6"}],["path",{d:"M14 4h2v6"}]];var l0=[["path",{d:"M10 10h4"}],["path",{d:"M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3"}],["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"}],["path",{d:"M 22 16 L 2 16"}],["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"}],["path",{d:"M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3"}]];var i0=[["path",{d:"M16 7h.01"}],["path",{d:"M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20"}],["path",{d:"m20 7 2 .5-2 .5"}],["path",{d:"M10 18v3"}],["path",{d:"M14 17.75V21"}],["path",{d:"M7 18a6 6 0 0 0 3.84-10.61"}]];var d0=[["circle",{cx:"12",cy:"11.9",r:"2"}],["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"}],["path",{d:"m8.9 10.1 1.4.8"}],["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"}],["path",{d:"m15.1 10.1-1.4.8"}],["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"}],["path",{d:"M12 13.9v1.6"}],["path",{d:"M13.5 5.4c-1-.2-2-.2-3 0"}],["path",{d:"M17 16.4c.7-.7 1.2-1.6 1.5-2.5"}],["path",{d:"M5.5 13.9c.3.9.8 1.8 1.5 2.5"}]];var p0=[["path",{d:"M12 18v4"}],["path",{d:"m17 18 1.956-11.468"}],["path",{d:"m3 8 7.82-5.615a2 2 0 0 1 2.36 0L21 8"}],["path",{d:"M4 18h16"}],["path",{d:"M7 18 5.044 6.532"}],["circle",{cx:"12",cy:"10",r:"2"}]];var c0=[["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"}]];var u0=[["circle",{cx:"9",cy:"9",r:"7"}],["circle",{cx:"15",cy:"15",r:"7"}]];var f0=[["path",{d:"M3 3h18"}],["path",{d:"M20 7H8"}],["path",{d:"M20 11H8"}],["path",{d:"M10 19h10"}],["path",{d:"M8 15h12"}],["path",{d:"M4 3v14"}],["circle",{cx:"4",cy:"19",r:"2"}]];var h0=[["path",{d:"M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2"}],["rect",{x:"14",y:"2",width:"8",height:"8",rx:"1"}]];var m0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}],["line",{x1:"18",x2:"21",y1:"12",y2:"12"}],["line",{x1:"3",x2:"6",y1:"12",y2:"12"}]];var x0=[["path",{d:"m17 17-5 5V12l-5 5"}],["path",{d:"m2 2 20 20"}],["path",{d:"M14.5 9.5 17 7l-5-5v4.5"}]];var g0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}],["path",{d:"M20.83 14.83a4 4 0 0 0 0-5.66"}],["path",{d:"M18 12h.01"}]];var M0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}]];var y0=[["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"}]];var v0=[["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"}],["circle",{cx:"12",cy:"12",r:"4"}]];var b0=[["circle",{cx:"11",cy:"13",r:"9"}],["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"}],["path",{d:"m22 2-1.5 1.5"}]];var C0=[["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"}]];var w0=[["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"}],["path",{d:"m8 13 4-7 4 7"}],["path",{d:"M9.1 11h5.7"}]];var S0=[["path",{d:"M12 13h.01"}],["path",{d:"M12 6v3"}],["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"}]];var A0=[["path",{d:"M12 6v7"}],["path",{d:"M16 8v3"}],["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"}],["path",{d:"M8 8v3"}]];var k0=[["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"}],["path",{d:"m9 9.5 2 2 4-4"}]];var T0=[["path",{d:"M5 7a2 2 0 0 0-2 2v11"}],["path",{d:"M5.803 18H5a2 2 0 0 0 0 4h9.5a.5.5 0 0 0 .5-.5V21"}],["path",{d:"M9 15V4a2 2 0 0 1 2-2h9.5a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5H11a2 2 0 0 1 0-4h10"}]];var Go=[["path",{d:"M12 17h1.5"}],["path",{d:"M12 22h1.5"}],["path",{d:"M12 2h1.5"}],["path",{d:"M17.5 22H19a1 1 0 0 0 1-1"}],["path",{d:"M17.5 2H19a1 1 0 0 1 1 1v1.5"}],["path",{d:"M20 14v3h-2.5"}],["path",{d:"M20 8.5V10"}],["path",{d:"M4 10V8.5"}],["path",{d:"M4 19.5V14"}],["path",{d:"M4 4.5A2.5 2.5 0 0 1 6.5 2H8"}],["path",{d:"M8 22H6.5a1 1 0 0 1 0-5H8"}]];var L0=[["path",{d:"M12 13V7"}],["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"}],["path",{d:"m9 10 3 3 3-3"}]];var E0=[["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"}],["path",{d:"M8 12v-2a4 4 0 0 1 8 0v2"}],["circle",{cx:"15",cy:"12",r:"1"}],["circle",{cx:"9",cy:"12",r:"1"}]];var H0=[["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"}],["path",{d:"M8.62 9.8A2.25 2.25 0 1 1 12 6.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z"}]];var P0=[["path",{d:"m20 13.7-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17"}],["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"}],["circle",{cx:"10",cy:"8",r:"2"}]];var R0=[["path",{d:"m19 3 1 1"}],["path",{d:"m20 2-4.5 4.5"}],["path",{d:"M20 7.898V21a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2h7.844"}],["circle",{cx:"14",cy:"8",r:"2"}]];var I0=[["path",{d:"M18 6V4a2 2 0 1 0-4 0v2"}],["path",{d:"M20 15v6a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10"}],["rect",{x:"12",y:"6",width:"8",height:"5",rx:"1"}]];var B0=[["path",{d:"M10 2v8l3-3 3 3V2"}],["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"}]];var D0=[["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"}],["path",{d:"M9 10h6"}]];var V0=[["path",{d:"M12 21V7"}],["path",{d:"m16 12 2 2 4-4"}],["path",{d:"M22 6V4a1 1 0 0 0-1-1h-5a4 4 0 0 0-4 4 4 4 0 0 0-4-4H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h6a3 3 0 0 1 3 3 3 3 0 0 1 3-3h6a1 1 0 0 0 1-1v-1.3"}]];var F0=[["path",{d:"M12 7v14"}],["path",{d:"M16 12h2"}],["path",{d:"M16 8h2"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"}],["path",{d:"M6 12h2"}],["path",{d:"M6 8h2"}]];var W0=[["path",{d:"M12 7v14"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"}]];var O0=[["path",{d:"M12 7v6"}],["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"}],["path",{d:"M9 10h6"}]];var N0=[["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"}],["path",{d:"M8 11h8"}],["path",{d:"M8 7h6"}]];var z0=[["path",{d:"M10 13h4"}],["path",{d:"M12 6v7"}],["path",{d:"M16 8V6H8v2"}],["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"}]];var _0=[["path",{d:"M12 13V7"}],["path",{d:"M18 2h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2"}],["path",{d:"m9 10 3-3 3 3"}],["path",{d:"m9 5 3-3 3 3"}]];var q0=[["path",{d:"M12 13V7"}],["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"}],["path",{d:"m9 10 3-3 3 3"}]];var U0=[["path",{d:"M15 13a3 3 0 1 0-6 0"}],["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"}],["circle",{cx:"12",cy:"8",r:"2"}]];var $0=[["path",{d:"m14.5 7-5 5"}],["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"}],["path",{d:"m9.5 7 5 5"}]];var j0=[["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"}]];var G0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z"}],["path",{d:"m9 10 2 2 4-4"}]];var Z0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10"}]];var X0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}],["line",{x1:"12",x2:"12",y1:"7",y2:"13"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10"}]];var J0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z"}],["path",{d:"m14.5 7.5-5 5"}],["path",{d:"m9.5 7.5 5 5"}]];var K0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}]];var Y0=[["path",{d:"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4"}],["path",{d:"M8 8v1"}],["path",{d:"M12 8v1"}],["path",{d:"M16 8v1"}],["rect",{width:"20",height:"12",x:"2",y:"9",rx:"2"}],["circle",{cx:"8",cy:"15",r:"2"}],["circle",{cx:"16",cy:"15",r:"2"}]];var Q0=[["path",{d:"M12 6V2H8"}],["path",{d:"M15 11v2"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"M20 16a2 2 0 0 1-2 2H8.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 4 20.286V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"}],["path",{d:"M9 11v2"}]];var ec=[["path",{d:"M13.67 8H18a2 2 0 0 1 2 2v4.33"}],["path",{d:"M2 14h2"}],["path",{d:"M20 14h2"}],["path",{d:"M22 22 2 2"}],["path",{d:"M8 8H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 1.414-.586"}],["path",{d:"M9 13v2"}],["path",{d:"M9.67 4H12v2.33"}]];var tc=[["path",{d:"M12 8V4H8"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2"}],["path",{d:"M2 14h2"}],["path",{d:"M20 14h2"}],["path",{d:"M15 13v2"}],["path",{d:"M9 13v2"}]];var ac=[["path",{d:"M10 3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a6 6 0 0 0 1.2 3.6l.6.8A6 6 0 0 1 17 13v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8a6 6 0 0 1 1.2-3.6l.6-.8A6 6 0 0 0 10 5z"}],["path",{d:"M17 13h-4a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h4"}]];var rc=[["path",{d:"M17 3h4v4"}],["path",{d:"M18.575 11.082a13 13 0 0 1 1.048 9.027 1.17 1.17 0 0 1-1.914.597L14 17"}],["path",{d:"M7 10 3.29 6.29a1.17 1.17 0 0 1 .6-1.91 13 13 0 0 1 9.03 1.05"}],["path",{d:"M7 14a1.7 1.7 0 0 0-1.207.5l-2.646 2.646A.5.5 0 0 0 3.5 18H5a1 1 0 0 1 1 1v1.5a.5.5 0 0 0 .854.354L9.5 18.207A1.7 1.7 0 0 0 10 17v-2a1 1 0 0 0-1-1z"}],["path",{d:"M9.707 14.293 21 3"}]];var oc=[["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"}],["path",{d:"m3.3 7 8.7 5 8.7-5"}],["path",{d:"M12 22V12"}]];var sc=[["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"}],["path",{d:"m7 16.5-4.74-2.85"}],["path",{d:"m7 16.5 5-3"}],["path",{d:"M7 16.5v5.17"}],["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"}],["path",{d:"m17 16.5-5-3"}],["path",{d:"m17 16.5 4.74-2.85"}],["path",{d:"M17 16.5v5.17"}],["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"}],["path",{d:"M12 8 7.26 5.15"}],["path",{d:"m12 8 4.74-2.85"}],["path",{d:"M12 13.5V8"}]];var Zo=[["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"}],["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"}]];var nc=[["path",{d:"M16 3h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-3"}],["path",{d:"M8 21H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h3"}]];var lc=[["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"}],["path",{d:"M9 13a4.5 4.5 0 0 0 3-4"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516"}],["path",{d:"M12 13h4"}],["path",{d:"M12 18h6a2 2 0 0 1 2 2v1"}],["path",{d:"M12 8h8"}],["path",{d:"M16 8V5a2 2 0 0 1 2-2"}],["circle",{cx:"16",cy:"13",r:".5"}],["circle",{cx:"18",cy:"3",r:".5"}],["circle",{cx:"20",cy:"21",r:".5"}],["circle",{cx:"20",cy:"8",r:".5"}]];var ic=[["path",{d:"m10.852 14.772-.383.923"}],["path",{d:"m10.852 9.228-.383-.923"}],["path",{d:"m13.148 14.772.382.924"}],["path",{d:"m13.531 8.305-.383.923"}],["path",{d:"m14.772 10.852.923-.383"}],["path",{d:"m14.772 13.148.923.383"}],["path",{d:"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 0 0-5.63-1.446 3 3 0 0 0-.368 1.571 4 4 0 0 0-2.525 5.771"}],["path",{d:"M17.998 5.125a4 4 0 0 1 2.525 5.771"}],["path",{d:"M19.505 10.294a4 4 0 0 1-1.5 7.706"}],["path",{d:"M4.032 17.483A4 4 0 0 0 11.464 20c.18-.311.892-.311 1.072 0a4 4 0 0 0 7.432-2.516"}],["path",{d:"M4.5 10.291A4 4 0 0 0 6 18"}],["path",{d:"M6.002 5.125a3 3 0 0 0 .4 1.375"}],["path",{d:"m9.228 10.852-.923-.383"}],["path",{d:"m9.228 13.148-.923.383"}],["circle",{cx:"12",cy:"12",r:"3"}]];var dc=[["path",{d:"M12 18V5"}],["path",{d:"M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4"}],["path",{d:"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5"}],["path",{d:"M17.997 5.125a4 4 0 0 1 2.526 5.77"}],["path",{d:"M18 18a4 4 0 0 0 2-7.464"}],["path",{d:"M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517"}],["path",{d:"M6 18a4 4 0 0 1-2-7.464"}],["path",{d:"M6.003 5.125a4 4 0 0 0-2.526 5.77"}]];var pc=[["path",{d:"M16 3v2.107"}],["path",{d:"M17 9c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 22 17a5 5 0 0 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C13 11.5 16 9 17 9"}],["path",{d:"M21 8.274V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.938"}],["path",{d:"M3 15h5.253"}],["path",{d:"M3 9h8.228"}],["path",{d:"M8 15v6"}],["path",{d:"M8 3v6"}]];var cc=[["path",{d:"M12 9v1.258"}],["path",{d:"M16 3v5.46"}],["path",{d:"M21 9.118V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h5.75"}],["path",{d:"M22 17.5c0 2.499-1.75 3.749-3.83 4.474a.5.5 0 0 1-.335-.005c-2.085-.72-3.835-1.97-3.835-4.47V14a.5.5 0 0 1 .5-.499c1 0 2.25-.6 3.12-1.36a.6.6 0 0 1 .76-.001c.875.765 2.12 1.36 3.12 1.36a.5.5 0 0 1 .5.5z"}],["path",{d:"M3 15h7"}],["path",{d:"M3 9h12.142"}],["path",{d:"M8 15v6"}],["path",{d:"M8 3v6"}]];var uc=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 9v6"}],["path",{d:"M16 15v6"}],["path",{d:"M16 3v6"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["path",{d:"M8 15v6"}],["path",{d:"M8 3v6"}]];var fc=[["path",{d:"M12 12h.01"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2"}],["path",{d:"M22 13a18.15 18.15 0 0 1-20 0"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2"}]];var hc=[["path",{d:"M10 20v2"}],["path",{d:"M14 20v2"}],["path",{d:"M18 20v2"}],["path",{d:"M21 20H3"}],["path",{d:"M6 20v2"}],["path",{d:"M8 16V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v12"}],["rect",{x:"4",y:"6",width:"16",height:"10",rx:"2"}]];var mc=[["path",{d:"M12 11v4"}],["path",{d:"M14 13h-4"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2"}],["path",{d:"M18 6v14"}],["path",{d:"M6 6v14"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2"}]];var xc=[["path",{d:"M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2"}]];var gc=[["rect",{x:"8",y:"8",width:"8",height:"8",rx:"2"}],["path",{d:"M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2"}],["path",{d:"M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2"}]];var Mc=[["path",{d:"m16 22-1-4"}],["path",{d:"M19 13.99a1 1 0 0 0 1-1V12a2 2 0 0 0-2-2h-3a1 1 0 0 1-1-1V4a2 2 0 0 0-4 0v5a1 1 0 0 1-1 1H6a2 2 0 0 0-2 2v.99a1 1 0 0 0 1 1"}],["path",{d:"M5 14h14l1.973 6.767A1 1 0 0 1 20 22H4a1 1 0 0 1-.973-1.233z"}],["path",{d:"m8 22 1-4"}]];var yc=[["path",{d:"m11 10 3 3"}],["path",{d:"M6.5 21A3.5 3.5 0 1 0 3 17.5a2.62 2.62 0 0 1-.708 1.792A1 1 0 0 0 3 21z"}],["path",{d:"M9.969 17.031 21.378 5.624a1 1 0 0 0-3.002-3.002L6.967 14.031"}]];var vc=[["path",{d:"M7.2 14.8a2 2 0 0 1 2 2"}],["circle",{cx:"18.5",cy:"8.5",r:"3.5"}],["circle",{cx:"7.5",cy:"16.5",r:"5.5"}],["circle",{cx:"7.5",cy:"4.5",r:"2.5"}]];var bc=[["path",{d:"M12 20v-8"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2"}],["path",{d:"M18 12.34V11a4 4 0 0 0-4-4h-1.3"}],["path",{d:"m2 2 20 20"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97"}],["path",{d:"M22 13h-3.34"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4"}],["path",{d:"M6 13H2"}],["path",{d:"M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13"}]];var Cc=[["path",{d:"M10 19.655A6 6 0 0 1 6 14v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 3.97"}],["path",{d:"M14 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97"}],["path",{d:"M6 13H2"}],["path",{d:"m8 2 1.88 1.88"}],["path",{d:"M9 7.13V6a3 3 0 1 1 6 0v1.13"}]];var wc=[["path",{d:"M12 20v-9"}],["path",{d:"M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M21 21a4 4 0 0 0-3.81-4"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97"}],["path",{d:"M22 13h-4"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97"}],["path",{d:"M6 13H2"}],["path",{d:"m8 2 1.88 1.88"}],["path",{d:"M9 7.13V6a3 3 0 1 1 6 0v1.13"}]];var Sc=[["path",{d:"M10 12h4"}],["path",{d:"M10 8h4"}],["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3"}],["path",{d:"M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2"}],["path",{d:"M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16"}]];var Ac=[["path",{d:"M12 10h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M12 6h.01"}],["path",{d:"M16 10h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M16 6h.01"}],["path",{d:"M8 10h.01"}],["path",{d:"M8 14h.01"}],["path",{d:"M8 6h.01"}],["path",{d:"M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2"}]];var kc=[["path",{d:"M4 6 2 7"}],["path",{d:"M10 6h4"}],["path",{d:"m22 7-2-1"}],["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2"}],["path",{d:"M4 11h16"}],["path",{d:"M8 15h.01"}],["path",{d:"M16 15h.01"}],["path",{d:"M6 19v2"}],["path",{d:"M18 21v-2"}]];var Tc=[["path",{d:"M8 6v6"}],["path",{d:"M15 6v6"}],["path",{d:"M2 12h19.6"}],["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"}],["circle",{cx:"7",cy:"18",r:"2"}],["path",{d:"M9 18h5"}],["circle",{cx:"16",cy:"18",r:"2"}]];var Lc=[["path",{d:"M10 3h.01"}],["path",{d:"M14 2h.01"}],["path",{d:"m2 9 20-5"}],["path",{d:"M12 12V6.5"}],["rect",{width:"16",height:"10",x:"4",y:"12",rx:"3"}],["path",{d:"M9 12v5"}],["path",{d:"M15 12v5"}],["path",{d:"M4 17h16"}]];var Ec=[["path",{d:"M17 19a1 1 0 0 1-1-1v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1z"}],["path",{d:"M17 21v-2"}],["path",{d:"M19 14V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V10"}],["path",{d:"M21 21v-2"}],["path",{d:"M3 5V3"}],["path",{d:"M4 10a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2z"}],["path",{d:"M7 5V3"}]];var Hc=[["path",{d:"M16 13H3"}],["path",{d:"M16 17H3"}],["path",{d:"m7.2 7.9-3.388 2.5A2 2 0 0 0 3 12.01V20a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-8.654c0-2-2.44-6.026-6.44-8.026a1 1 0 0 0-1.082.057L10.4 5.6"}],["circle",{cx:"9",cy:"7",r:"2"}]];var Pc=[["path",{d:"M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8"}],["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"}],["path",{d:"M2 21h20"}],["path",{d:"M7 8v3"}],["path",{d:"M12 8v3"}],["path",{d:"M17 8v3"}],["path",{d:"M7 4h.01"}],["path",{d:"M12 4h.01"}],["path",{d:"M17 4h.01"}]];var Rc=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["line",{x1:"8",x2:"16",y1:"6",y2:"6"}],["line",{x1:"16",x2:"16",y1:"14",y2:"18"}],["path",{d:"M16 10h.01"}],["path",{d:"M12 10h.01"}],["path",{d:"M8 10h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M8 14h.01"}],["path",{d:"M12 18h.01"}],["path",{d:"M8 18h.01"}]];var Ic=[["path",{d:"M11 14h1v4"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2"}]];var Bc=[["path",{d:"m14 18 4 4 4-4"}],["path",{d:"M16 2v4"}],["path",{d:"M18 14v8"}],["path",{d:"M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}]];var Dc=[["path",{d:"m14 18 4-4 4 4"}],["path",{d:"M16 2v4"}],["path",{d:"M18 22v-8"}],["path",{d:"M21 11.343V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}]];var Vc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8"}],["path",{d:"M3 10h18"}],["path",{d:"m16 20 2 2 4-4"}]];var Fc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"m9 16 2 2 4-4"}]];var Wc=[["path",{d:"M16 14v2.2l1.6 1"}],["path",{d:"M16 2v4"}],["path",{d:"M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5"}],["path",{d:"M3 10h5"}],["path",{d:"M8 2v4"}],["circle",{cx:"16",cy:"16",r:"6"}]];var Oc=[["path",{d:"m15.228 16.852-.923-.383"}],["path",{d:"m15.228 19.148-.923.383"}],["path",{d:"M16 2v4"}],["path",{d:"m16.47 14.305.382.923"}],["path",{d:"m16.852 20.772-.383.924"}],["path",{d:"m19.148 15.228.383-.923"}],["path",{d:"m19.53 21.696-.382-.924"}],["path",{d:"m20.772 16.852.924-.383"}],["path",{d:"m20.772 19.148.924.383"}],["path",{d:"M21 10.592V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}],["circle",{cx:"18",cy:"18",r:"3"}]];var Nc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M8 14h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M8 18h.01"}],["path",{d:"M12 18h.01"}],["path",{d:"M16 18h.01"}]];var zc=[["path",{d:"M3 20a2 2 0 0 0 2 2h10a2.4 2.4 0 0 0 1.706-.706l3.588-3.588A2.4 2.4 0 0 0 21 16V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z"}],["path",{d:"M15 22v-5a1 1 0 0 1 1-1h5"}],["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h18"}]];var _c=[["path",{d:"M12.127 22H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.125"}],["path",{d:"M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}]];var qc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M10 16h4"}]];var Uc=[["path",{d:"M16 19h6"}],["path",{d:"M16 2v4"}],["path",{d:"M21 15V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}]];var $c=[["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"}],["path",{d:"M21 15.5V6a2 2 0 0 0-2-2H9.5"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h7"}],["path",{d:"M21 10h-5.5"}],["path",{d:"m2 2 20 20"}]];var jc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M10 16h4"}],["path",{d:"M12 14v4"}]];var Gc=[["path",{d:"M16 19h6"}],["path",{d:"M16 2v4"}],["path",{d:"M19 16v6"}],["path",{d:"M21 12.598V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}]];var Zc=[["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}],["path",{d:"M17 14h-6"}],["path",{d:"M13 18H7"}],["path",{d:"M7 14h.01"}],["path",{d:"M17 18h.01"}]];var Xc=[["path",{d:"M16 2v4"}],["path",{d:"M21 11.75V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.25"}],["path",{d:"m22 22-1.875-1.875"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}],["circle",{cx:"18",cy:"18",r:"3"}]];var Jc=[["path",{d:"M11 10v4h4"}],["path",{d:"m11 14 1.535-1.605a5 5 0 0 1 8 1.5"}],["path",{d:"M16 2v4"}],["path",{d:"m21 18-1.535 1.605a5 5 0 0 1-8-1.5"}],["path",{d:"M21 22v-4h-4"}],["path",{d:"M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3"}],["path",{d:"M3 10h4"}],["path",{d:"M8 2v4"}]];var Kc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8"}],["path",{d:"M3 10h18"}],["path",{d:"m17 22 5-5"}],["path",{d:"m17 17 5 5"}]];var Yc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"m14 14-4 4"}],["path",{d:"m10 14 4 4"}]];var Qc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]];var eu=[["path",{d:"M14.564 14.558a3 3 0 1 1-4.122-4.121"}],["path",{d:"m2 2 20 20"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 .819-.175"}],["path",{d:"M9.695 4.024A2 2 0 0 1 10.004 4h3.993a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v7.344"}]];var tu=[["path",{d:"M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z"}],["circle",{cx:"12",cy:"13",r:"3"}]];var au=[["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"}],["path",{d:"M17.75 7 15 2.1"}],["path",{d:"M10.9 4.8 13 9"}],["path",{d:"m7.9 9.7 2 4.4"}],["path",{d:"M4.9 14.7 7 18.9"}]];var ru=[["path",{d:"M10 10v7.9"}],["path",{d:"M11.802 6.145a5 5 0 0 1 6.053 6.053"}],["path",{d:"M14 6.1v2.243"}],["path",{d:"m15.5 15.571-.964.964a5 5 0 0 1-7.071 0 5 5 0 0 1 0-7.07l.964-.965"}],["path",{d:"M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4"}],["path",{d:"m2 2 20 20"}],["path",{d:"M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4"}]];var ou=[["path",{d:"M10 7v10.9"}],["path",{d:"M14 6.1V17"}],["path",{d:"M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4"}],["path",{d:"M16.536 7.465a5 5 0 0 0-7.072 0l-2 2a5 5 0 0 0 0 7.07 5 5 0 0 0 7.072 0l2-2a5 5 0 0 0 0-7.07"}],["path",{d:"M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4"}]];var su=[["path",{d:"M12 22v-4"}],["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"}]];var nu=[["path",{d:"M10.5 5H19a2 2 0 0 1 2 2v8.5"}],["path",{d:"M17 11h-.5"}],["path",{d:"M19 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2"}],["path",{d:"m2 2 20 20"}],["path",{d:"M7 11h4"}],["path",{d:"M7 15h2.5"}]];var Xo=[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4"}]];var lu=[["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"}],["path",{d:"M7 14h.01"}],["path",{d:"M17 14h.01"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2"}],["path",{d:"M5 18v2"}],["path",{d:"M19 18v2"}]];var iu=[["path",{d:"M10 2h4"}],["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"}],["path",{d:"M7 14h.01"}],["path",{d:"M17 14h.01"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2"}],["path",{d:"M5 18v2"}],["path",{d:"M19 18v2"}]];var du=[["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"}],["circle",{cx:"7",cy:"17",r:"2"}],["path",{d:"M9 17h6"}],["circle",{cx:"17",cy:"17",r:"2"}]];var pu=[["path",{d:"M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2"}],["path",{d:"M2 9h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2"}],["path",{d:"M22 17v1a1 1 0 0 1-1 1H10v-9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v9"}],["circle",{cx:"8",cy:"19",r:"2"}]];var cu=[["path",{d:"M12 14v4"}],["path",{d:"M14.172 2a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 20 7.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z"}],["path",{d:"M8 14h8"}],["rect",{x:"8",y:"10",width:"8",height:"8",rx:"1"}]];var uu=[["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"}],["path",{d:"M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9z"}],["path",{d:"M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2z"}]];var fu=[["path",{d:"M10 9v7"}],["path",{d:"M14 6v10"}],["circle",{cx:"17.5",cy:"12.5",r:"3.5"}],["circle",{cx:"6.5",cy:"12.5",r:"3.5"}]];var hu=[["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16"}],["path",{d:"M22 9v7"}],["path",{d:"M3.304 13h6.392"}],["circle",{cx:"18.5",cy:"12.5",r:"3.5"}]];var mu=[["path",{d:"M15 11h4.5a1 1 0 0 1 0 5h-4a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h3a1 1 0 0 1 0 5"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16"}],["path",{d:"M3.304 13h6.392"}]];var xu=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["circle",{cx:"8",cy:"10",r:"2"}],["path",{d:"M8 12h8"}],["circle",{cx:"16",cy:"10",r:"2"}],["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"}]];var gu=[["path",{d:"M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"}],["path",{d:"M2 12a9 9 0 0 1 8 8"}],["path",{d:"M2 16a5 5 0 0 1 4 4"}],["line",{x1:"2",x2:"2.01",y1:"20",y2:"20"}]];var Mu=[["path",{d:"M10 5V3"}],["path",{d:"M14 5V3"}],["path",{d:"M15 21v-3a3 3 0 0 0-6 0v3"}],["path",{d:"M18 3v8"}],["path",{d:"M18 5H6"}],["path",{d:"M22 11H2"}],["path",{d:"M22 9v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9"}],["path",{d:"M6 3v8"}]];var yu=[["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"}],["path",{d:"M8 14v.5"}],["path",{d:"M16 14v.5"}],["path",{d:"M11.25 16.25h1.5L12 17l-.75-.75Z"}]];var vu=[["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"}],["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"}],["path",{d:"M2 19h3.76a2 2 0 0 0 1.8-1.1L9 15"}],["path",{d:"M2 21v-4"}],["path",{d:"M7 9h.01"}]];var Jo=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["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"}]];var Ko=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1"}]];var bu=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h3"}],["path",{d:"M7 6h12"}]];var Cu=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h12"}],["path",{d:"M7 6h3"}]];var wu=[["path",{d:"M11 13v4"}],["path",{d:"M15 5v4"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1"}]];var Yo=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 16h8"}],["path",{d:"M7 11h12"}],["path",{d:"M7 6h3"}]];var Qo=[["path",{d:"M9 5v4"}],["rect",{width:"4",height:"6",x:"7",y:"9",rx:"1"}],["path",{d:"M9 15v2"}],["path",{d:"M17 3v2"}],["rect",{width:"4",height:"8",x:"15",y:"5",rx:"1"}],["path",{d:"M17 13v3"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}]];var es=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1"}]];var Su=[["path",{d:"M13 17V9"}],["path",{d:"M18 17v-3"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17V5"}]];var ts=[["path",{d:"M13 17V9"}],["path",{d:"M18 17V5"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17v-3"}]];var Au=[["path",{d:"M11 13H7"}],["path",{d:"M19 9h-4"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1"}]];var as=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M18 17V9"}],["path",{d:"M13 17V5"}],["path",{d:"M8 17v-3"}]];var ku=[["path",{d:"M10 6h8"}],["path",{d:"M12 16h6"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 11h7"}]];var rs=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"m19 9-5 5-4-4-3 3"}]];var Tu=[["path",{d:"m13.11 7.664 1.78 2.672"}],["path",{d:"m14.162 12.788-3.324 1.424"}],["path",{d:"m20 4-6.06 1.515"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["circle",{cx:"12",cy:"6",r:"2"}],["circle",{cx:"16",cy:"12",r:"2"}],["circle",{cx:"9",cy:"15",r:"2"}]];var Lu=[["path",{d:"M5 21V3"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21v-6"}]];var os=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21V3"}]];var ss=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V3"}],["path",{d:"M19 21V9"}]];var Eu=[["path",{d:"M12 16v5"}],["path",{d:"M16 14v7"}],["path",{d:"M20 10v11"}],["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"}],["path",{d:"M4 18v3"}],["path",{d:"M8 14v7"}]];var ns=[["path",{d:"M6 5h12"}],["path",{d:"M4 12h10"}],["path",{d:"M12 19h8"}]];var ls=[["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"}],["path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}]];var is=[["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}],["circle",{cx:"18.5",cy:"5.5",r:".5",fill:"currentColor"}],["circle",{cx:"11.5",cy:"11.5",r:".5",fill:"currentColor"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor"}],["circle",{cx:"17.5",cy:"14.5",r:".5",fill:"currentColor"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}]];var Hu=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["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"}]];var Pu=[["path",{d:"M18 6 7 17l-5-5"}],["path",{d:"m22 10-7.5 7.5L13 16"}]];var Ru=[["path",{d:"M20 4L9 15"}],["path",{d:"M21 19L3 19"}],["path",{d:"M9 15L4 10"}]];var Iu=[["path",{d:"M20 6 9 17l-5-5"}]];var Bu=[["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"}],["path",{d:"M6 17h12"}]];var Du=[["path",{d:"M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z"}],["path",{d:"M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z"}],["path",{d:"M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12"}],["path",{d:"M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z"}]];var Vu=[["path",{d:"m6 9 6 6 6-6"}]];var Fu=[["path",{d:"m17 18-6-6 6-6"}],["path",{d:"M7 6v12"}]];var Wu=[["path",{d:"m7 18 6-6-6-6"}],["path",{d:"M17 6v12"}]];var Ou=[["path",{d:"m15 18-6-6 6-6"}]];var Nu=[["path",{d:"m9 18 6-6-6-6"}]];var zu=[["path",{d:"m18 15-6-6-6 6"}]];var _u=[["path",{d:"m7 20 5-5 5 5"}],["path",{d:"m7 4 5 5 5-5"}]];var qu=[["path",{d:"m7 6 5 5 5-5"}],["path",{d:"m7 13 5 5 5-5"}]];var Uu=[["path",{d:"M12 12h.01"}],["path",{d:"M16 12h.01"}],["path",{d:"m17 7 5 5-5 5"}],["path",{d:"m7 7-5 5 5 5"}],["path",{d:"M8 12h.01"}]];var $u=[["path",{d:"m9 7-5 5 5 5"}],["path",{d:"m15 7 5 5-5 5"}]];var ju=[["path",{d:"m11 17-5-5 5-5"}],["path",{d:"m18 17-5-5 5-5"}]];var Gu=[["path",{d:"m20 17-5-5 5-5"}],["path",{d:"m4 17 5-5-5-5"}]];var Zu=[["path",{d:"m6 17 5-5-5-5"}],["path",{d:"m13 17 5-5-5-5"}]];var Xu=[["path",{d:"m7 15 5 5 5-5"}],["path",{d:"m7 9 5-5 5 5"}]];var Ju=[["path",{d:"m17 11-5-5-5 5"}],["path",{d:"m17 18-5-5-5 5"}]];var ds=[["path",{d:"M10.88 21.94 15.46 14"}],["path",{d:"M21.17 8H12"}],["path",{d:"M3.95 6.06 8.54 14"}],["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}]];var Ku=[["path",{d:"M10 9h4"}],["path",{d:"M12 7v5"}],["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3"}],["path",{d:"m18 9 3.52 2.147a1 1 0 0 1 .48.854V19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-6.999a1 1 0 0 1 .48-.854L6 9"}],["path",{d:"M6 21V7a1 1 0 0 1 .376-.782l5-3.999a1 1 0 0 1 1.249.001l5 4A1 1 0 0 1 18 7v14"}]];var Yu=[["path",{d:"M12 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h13"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5"}],["path",{d:"m2 2 20 20"}],["path",{d:"M21 12a1 1 0 0 1 1 1v2a1 1 0 0 1-.5.866"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5"}],["path",{d:"M7 12v4"}]];var Qu=[["path",{d:"M17 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5"}],["path",{d:"M21 16a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5"}],["path",{d:"M7 12v4"}]];var ps=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16"}]];var cs=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var us=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var fs=[["path",{d:"M2 12a10 10 0 1 1 10 10"}],["path",{d:"m2 22 10-10"}],["path",{d:"M8 22H2v-6"}]];var hs=[["path",{d:"M12 22a10 10 0 1 1 10-10"}],["path",{d:"M22 22 12 12"}],["path",{d:"M22 16v6h-6"}]];var ms=[["path",{d:"M2 8V2h6"}],["path",{d:"m2 2 10 10"}],["path",{d:"M12 2A10 10 0 1 1 2 12"}]];var xs=[["path",{d:"M22 12A10 10 0 1 1 12 2"}],["path",{d:"M22 2 12 12"}],["path",{d:"M16 2h6v6"}]];var gs=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 16 4-4-4-4"}],["path",{d:"M8 12h8"}]];var Ms=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var ys=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335"}],["path",{d:"m9 11 3 3L22 4"}]];var vs=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]];var bs=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 10-4 4-4-4"}]];var Cs=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14 16-4-4 4-4"}]];var ws=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m10 8 4 4-4 4"}]];var Ss=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m8 14 4-4 4 4"}]];var ef=[["path",{d:"M10.1 2.182a10 10 0 0 1 3.8 0"}],["path",{d:"M13.9 21.818a10 10 0 0 1-3.8 0"}],["path",{d:"M17.609 3.721a10 10 0 0 1 2.69 2.7"}],["path",{d:"M2.182 13.9a10 10 0 0 1 0-3.8"}],["path",{d:"M20.279 17.609a10 10 0 0 1-2.7 2.69"}],["path",{d:"M21.818 10.1a10 10 0 0 1 0 3.8"}],["path",{d:"M3.721 6.391a10 10 0 0 1 2.7-2.69"}],["path",{d:"M6.391 20.279a10 10 0 0 1-2.69-2.7"}]];var As=[["line",{x1:"8",x2:"16",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8"}],["circle",{cx:"12",cy:"12",r:"10"}]];var tf=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 18V6"}]];var af=[["path",{d:"M10.1 2.18a9.93 9.93 0 0 1 3.8 0"}],["path",{d:"M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7"}],["path",{d:"M21.82 10.1a9.93 9.93 0 0 1 0 3.8"}],["path",{d:"M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69"}],["path",{d:"M13.9 21.82a9.94 9.94 0 0 1-3.8 0"}],["path",{d:"M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7"}],["path",{d:"M2.18 13.9a9.93 9.93 0 0 1 0-3.8"}],["path",{d:"M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69"}],["circle",{cx:"12",cy:"12",r:"1"}]];var rf=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"1"}]];var of=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M17 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M7 12h.01"}]];var sf=[["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var nf=[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38"}]];var lf=[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75"}],["path",{d:"M12 8v8"}],["path",{d:"M16 12H8"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38"}]];var ks=[["path",{d:"M15.6 2.7a10 10 0 1 0 5.7 5.7"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M13.4 10.6 19 5"}]];var Ts=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}]];var df=[["path",{d:"m2 2 20 20"}],["path",{d:"M8.35 2.69A10 10 0 0 1 21.3 15.65"}],["path",{d:"M19.08 19.08A10 10 0 1 1 4.92 4.92"}]];var Ls=[["path",{d:"M12.656 7H13a3 3 0 0 1 2.984 3.307"}],["path",{d:"M13 13H9"}],["path",{d:"M19.071 19.071A1 1 0 0 1 4.93 4.93"}],["path",{d:"m2 2 20 20"}],["path",{d:"M8.357 2.687a10 10 0 0 1 12.956 12.956"}],["path",{d:"M9 17V9"}]];var Es=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var Hs=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"10",x2:"10",y1:"15",y2:"9"}],["line",{x1:"14",x2:"14",y1:"15",y2:"9"}]];var Ps=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]];var Rs=[["path",{d:"M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Is=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var pf=[["path",{d:"M10 16V9.5a1 1 0 0 1 5 0"}],["path",{d:"M8 12h4"}],["path",{d:"M8 16h7"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Bs=[["path",{d:"M12 7v4"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Or=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}],["path",{d:"M12 17h.01"}]];var Ds=[["path",{d:"M22 2 2 22"}],["circle",{cx:"12",cy:"12",r:"10"}]];var cf=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var uf=[["circle",{cx:"12",cy:"12",r:"6"}]];var ff=[["path",{d:"M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Vs=[["circle",{cx:"12",cy:"12",r:"10"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var Fs=[["path",{d:"M18 20a6 6 0 0 0-12 0"}],["circle",{cx:"12",cy:"10",r:"4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ws=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662"}]];var Os=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var hf=[["circle",{cx:"12",cy:"12",r:"10"}]];var mf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M11 9h4a2 2 0 0 0 2-2V3"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"M7 21v-4a2 2 0 0 1 2-2h4"}],["circle",{cx:"15",cy:"15",r:"2"}]];var xf=[["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"}],["path",{d:"M19.65 15.66A8 8 0 0 1 8.35 4.34"}],["path",{d:"m14 10-5.5 5.5"}],["path",{d:"M14 17.85V10H6.15"}]];var gf=[["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"}],["path",{d:"m6.2 5.3 3.1 3.9"}],["path",{d:"m12.4 3.4 3.1 4"}],["path",{d:"M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z"}]];var Mf=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["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"}],["path",{d:"m9 14 2 2 4-4"}]];var yf=[["path",{d:"M16 14v2.2l1.6 1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v.832"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2"}],["circle",{cx:"16",cy:"16",r:"6"}],["rect",{x:"8",y:"2",width:"8",height:"4",rx:"1"}]];var vf=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v4"}],["path",{d:"M21 14H11"}],["path",{d:"m15 10-4 4 4 4"}]];var bf=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["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"}],["path",{d:"M12 11h4"}],["path",{d:"M12 16h4"}],["path",{d:"M8 11h.01"}],["path",{d:"M8 16h.01"}]];var Cf=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["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"}],["path",{d:"M9 14h6"}]];var wf=[["path",{d:"M11 14h10"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v1.344"}],["path",{d:"m17 18 4-4-4-4"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 1.793-1.113"}],["rect",{x:"8",y:"2",width:"8",height:"4",rx:"1"}]];var Ns=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5"}],["path",{d:"M16 4h2a2 2 0 0 1 1.73 1"}],["path",{d:"M8 18h1"}],["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"}]];var zs=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5"}],["path",{d:"M4 13.5V6a2 2 0 0 1 2-2h2"}],["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"}]];var Sf=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["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"}],["path",{d:"M9 14h6"}],["path",{d:"M12 17v-6"}]];var Af=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["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"}],["path",{d:"M9 12v-1h6v1"}],["path",{d:"M11 17h2"}],["path",{d:"M12 11v6"}]];var kf=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["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"}],["path",{d:"m15 11-6 6"}],["path",{d:"m9 11 6 6"}]];var Tf=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["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"}]];var Lf=[["path",{d:"M12 6v6l2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ef=[["path",{d:"M12 6v6l-4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Hf=[["path",{d:"M12 6v6l-2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Pf=[["path",{d:"M12 6v6"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Rf=[["path",{d:"M12 6v6l4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var If=[["path",{d:"M12 6v6h4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Bf=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Df=[["path",{d:"M12 6v6l2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Vf=[["path",{d:"M12 6v10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ff=[["path",{d:"M12 6v6l-2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Wf=[["path",{d:"M12 6v6l-4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Of=[["path",{d:"M12 6v6H8"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Nf=[["path",{d:"M12 6v6l4 2"}],["path",{d:"M20 12v5"}],["path",{d:"M20 21h.01"}],["path",{d:"M21.25 8.2A10 10 0 1 0 16 21.16"}]];var zf=[["path",{d:"M12 6v6l2 1"}],["path",{d:"M12.337 21.994a10 10 0 1 1 9.588-8.767"}],["path",{d:"m14 18 4 4 4-4"}],["path",{d:"M18 14v8"}]];var _f=[["path",{d:"M12 6v6l1.56.78"}],["path",{d:"M13.227 21.925a10 10 0 1 1 8.767-9.588"}],["path",{d:"m14 18 4-4 4 4"}],["path",{d:"M18 22v-8"}]];var qf=[["path",{d:"M12 6v6l4 2"}],["path",{d:"M22 12a10 10 0 1 0-11 9.95"}],["path",{d:"m22 16-5.5 5.5L14 19"}]];var Uf=[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75"}],["path",{d:"M12 6v6l4 2"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38"}]];var $f=[["path",{d:"M12 6v6l3.644 1.822"}],["path",{d:"M16 19h6"}],["path",{d:"M19 16v6"}],["path",{d:"M21.92 13.267a10 10 0 1 0-8.653 8.653"}]];var jf=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Gf=[["path",{d:"M10 9.17a3 3 0 1 0 0 5.66"}],["path",{d:"M17 9.17a3 3 0 1 0 0 5.66"}],["rect",{x:"2",y:"5",width:"20",height:"14",rx:"2"}]];var Zf=[["path",{d:"M12 12v4"}],["path",{d:"M12 20h.01"}],["path",{d:"M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708"}]];var Xf=[["path",{d:"m17 15-5.5 5.5L9 18"}],["path",{d:"M5 17.743A7 7 0 1 1 15.71 10h1.79a4.5 4.5 0 0 1 1.5 8.742"}]];var Jf=[["path",{d:"m10.852 19.772-.383.924"}],["path",{d:"m13.148 14.228.383-.923"}],["path",{d:"M13.148 19.772a3 3 0 1 0-2.296-5.544l-.383-.923"}],["path",{d:"m13.53 20.696-.382-.924a3 3 0 1 1-2.296-5.544"}],["path",{d:"m14.772 15.852.923-.383"}],["path",{d:"m14.772 18.148.923.383"}],["path",{d:"M4.2 15.1a7 7 0 1 1 9.93-9.858A7 7 0 0 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2"}],["path",{d:"m9.228 15.852-.923-.383"}],["path",{d:"m9.228 18.148-.923.383"}]];var _s=[["path",{d:"M12 13v8l-4-4"}],["path",{d:"m12 21 4-4"}],["path",{d:"M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284"}]];var Kf=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M8 19v1"}],["path",{d:"M8 14v1"}],["path",{d:"M16 19v1"}],["path",{d:"M16 14v1"}],["path",{d:"M12 21v1"}],["path",{d:"M12 16v1"}]];var Yf=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 17H7"}],["path",{d:"M17 21H9"}]];var Qf=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 14v2"}],["path",{d:"M8 14v2"}],["path",{d:"M16 20h.01"}],["path",{d:"M8 20h.01"}],["path",{d:"M12 16v2"}],["path",{d:"M12 22h.01"}]];var eh=[["path",{d:"M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973"}],["path",{d:"m13 12-3 5h4l-3 5"}]];var th=[["path",{d:"M11 20v2"}],["path",{d:"M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24"}],["path",{d:"M7 19v2"}]];var ah=[["path",{d:"M13 16a3 3 0 0 1 0 6H7a5 5 0 1 1 4.9-6z"}],["path",{d:"M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36"}]];var rh=[["path",{d:"m2 2 20 20"}],["path",{d:"M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193"}],["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"}]];var oh=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"m9.2 22 3-7"}],["path",{d:"m9 13-3 7"}],["path",{d:"m17 13-3 7"}]];var sh=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 14v6"}],["path",{d:"M8 14v6"}],["path",{d:"M12 16v6"}]];var nh=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M8 15h.01"}],["path",{d:"M8 19h.01"}],["path",{d:"M12 17h.01"}],["path",{d:"M12 21h.01"}],["path",{d:"M16 15h.01"}],["path",{d:"M16 19h.01"}]];var lh=[["path",{d:"M12 2v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"M20 12h2"}],["path",{d:"m19.07 4.93-1.41 1.41"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24"}],["path",{d:"M11 20v2"}],["path",{d:"M7 19v2"}]];var ih=[["path",{d:"M12 2v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"M20 12h2"}],["path",{d:"m19.07 4.93-1.41 1.41"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128"}],["path",{d:"M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z"}]];var qs=[["path",{d:"M12 13v8"}],["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"m8 17 4-4 4 4"}]];var dh=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}]];var ph=[["path",{d:"M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}],["path",{d:"M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5"}]];var ch=[["path",{d:"M16.17 7.83 2 22"}],["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"}],["path",{d:"m7.83 7.83 8.34 8.34"}]];var uh=[["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"}],["path",{d:"M12 17.66L12 22"}]];var Us=[["path",{d:"m18 16 4-4-4-4"}],["path",{d:"m6 8-4 4 4 4"}],["path",{d:"m14.5 4-5 16"}]];var fh=[["path",{d:"m16 18 6-6-6-6"}],["path",{d:"m8 6-6 6 6 6"}]];var hh=[["polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"}],["line",{x1:"12",x2:"12",y1:"22",y2:"15.5"}],["polyline",{points:"22 8.5 12 15.5 2 8.5"}],["polyline",{points:"2 15.5 12 8.5 22 15.5"}],["line",{x1:"12",x2:"12",y1:"2",y2:"8.5"}]];var mh=[["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"}],["polyline",{points:"7.5 4.21 12 6.81 16.5 4.21"}],["polyline",{points:"7.5 19.79 7.5 14.6 3 12"}],["polyline",{points:"21 12 16.5 14.6 16.5 19.79"}],["polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}],["line",{x1:"12",x2:"12",y1:"22.08",y2:"12"}]];var xh=[["path",{d:"M10 2v2"}],["path",{d:"M14 2v2"}],["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"}],["path",{d:"M6 2v2"}]];var gh=[["path",{d:"M11 10.27 7 3.34"}],["path",{d:"m11 13.73-4 6.93"}],["path",{d:"M12 22v-2"}],["path",{d:"M12 2v2"}],["path",{d:"M14 12h8"}],["path",{d:"m17 20.66-1-1.73"}],["path",{d:"m17 3.34-1 1.73"}],["path",{d:"M2 12h2"}],["path",{d:"m20.66 17-1.73-1"}],["path",{d:"m20.66 7-1.73 1"}],["path",{d:"m3.34 17 1.73-1"}],["path",{d:"m3.34 7 1.73 1"}],["circle",{cx:"12",cy:"12",r:"2"}],["circle",{cx:"12",cy:"12",r:"8"}]];var Mh=[["circle",{cx:"8",cy:"8",r:"6"}],["path",{d:"M18.09 10.37A6 6 0 1 1 10.34 18"}],["path",{d:"M7 6h1v4"}],["path",{d:"m16.71 13.88.7.71-2.82 2.82"}]];var $s=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 3v18"}]];var Nr=[["path",{d:"M10.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.5"}],["path",{d:"m14.3 19.6 1-.4"}],["path",{d:"M15 3v7.5"}],["path",{d:"m15.2 16.9-.9-.3"}],["path",{d:"m16.6 21.7.3-.9"}],["path",{d:"m16.8 15.3-.4-1"}],["path",{d:"m19.1 15.2.3-.9"}],["path",{d:"m19.6 21.7-.4-1"}],["path",{d:"m20.7 16.8 1-.4"}],["path",{d:"m21.7 19.4-.9-.3"}],["path",{d:"M9 3v18"}],["circle",{cx:"18",cy:"18",r:"3"}]];var js=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]];var yh=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7.5 3v18"}],["path",{d:"M12 3v18"}],["path",{d:"M16.5 3v18"}]];var vh=[["path",{d:"M14 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1"}],["path",{d:"M19 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1"}],["path",{d:"m7 15 3 3"}],["path",{d:"m7 21 3-3H5a2 2 0 0 1-2-2v-2"}],["rect",{x:"14",y:"14",width:"7",height:"7",rx:"1"}],["rect",{x:"3",y:"3",width:"7",height:"7",rx:"1"}]];var bh=[["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"}]];var Ch=[["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"}],["circle",{cx:"12",cy:"12",r:"10"}]];var wh=[["path",{d:"M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z"}],["path",{d:"M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z"}],["path",{d:"M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z"}],["path",{d:"M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z"}]];var Sh=[["rect",{width:"14",height:"8",x:"5",y:"2",rx:"2"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6 18h2"}],["path",{d:"M12 18h6"}]];var Ah=[["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"}],["path",{d:"M20 16a8 8 0 1 0-16 0"}],["path",{d:"M12 4v4"}],["path",{d:"M10 4h4"}]];var kh=[["path",{d:"m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98"}],["ellipse",{cx:"12",cy:"19",rx:"9",ry:"3"}]];var Th=[["rect",{x:"2",y:"6",width:"20",height:"8",rx:"1"}],["path",{d:"M17 14v7"}],["path",{d:"M7 14v7"}],["path",{d:"M17 3v3"}],["path",{d:"M7 3v3"}],["path",{d:"M10 14 2.3 6.3"}],["path",{d:"m14 6 7.7 7.7"}],["path",{d:"m8 6 8 8"}]];var Gs=[["path",{d:"M16 2v2"}],["path",{d:"M17.915 22a6 6 0 0 0-12 0"}],["path",{d:"M8 2v2"}],["circle",{cx:"12",cy:"12",r:"4"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2"}]];var Lh=[["path",{d:"M16 2v2"}],["path",{d:"M7 22v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2"}],["path",{d:"M8 2v2"}],["circle",{cx:"12",cy:"11",r:"3"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2"}]];var Eh=[["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"}],["path",{d:"M10 21.9V14L2.1 9.1"}],["path",{d:"m10 14 11.9-6.9"}],["path",{d:"M14 19.8v-8.1"}],["path",{d:"M18 17.5V9.4"}]];var Hh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z"}]];var Ph=[["path",{d:"M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5"}],["path",{d:"M8.5 8.5v.01"}],["path",{d:"M16 15.5v.01"}],["path",{d:"M12 12v.01"}],["path",{d:"M11 17v.01"}],["path",{d:"M7 14v.01"}]];var Rh=[["path",{d:"M2 12h20"}],["path",{d:"M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8"}],["path",{d:"m4 8 16-4"}],["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"}]];var Ih=[["path",{d:"m12 15 2 2 4-4"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var Bh=[["line",{x1:"12",x2:"18",y1:"15",y2:"15"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var Dh=[["line",{x1:"15",x2:"15",y1:"12",y2:"18"}],["line",{x1:"12",x2:"18",y1:"15",y2:"15"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var Vh=[["line",{x1:"12",x2:"18",y1:"18",y2:"12"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var Fh=[["line",{x1:"12",x2:"18",y1:"12",y2:"18"}],["line",{x1:"12",x2:"18",y1:"18",y2:"12"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var Wh=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var Oh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66"}]];var Nh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66"}]];var zh=[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}],["path",{d:"m9 10-5 5 5 5"}]];var _h=[["path",{d:"m15 10 5 5-5 5"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}]];var qh=[["path",{d:"m14 15-5 5-5-5"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}]];var Uh=[["path",{d:"M14 9 9 4 4 9"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}]];var $h=[["path",{d:"m10 15 5 5 5-5"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}]];var jh=[["path",{d:"m10 9 5-5 5 5"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}]];var Gh=[["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}],["path",{d:"M9 14 4 9l5-5"}]];var Zh=[["path",{d:"m15 14 5-5-5-5"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}]];var Xh=[["path",{d:"M12 20v2"}],["path",{d:"M12 2v2"}],["path",{d:"M17 20v2"}],["path",{d:"M17 2v2"}],["path",{d:"M2 12h2"}],["path",{d:"M2 17h2"}],["path",{d:"M2 7h2"}],["path",{d:"M20 12h2"}],["path",{d:"M20 17h2"}],["path",{d:"M20 7h2"}],["path",{d:"M7 20v2"}],["path",{d:"M7 2v2"}],["rect",{x:"4",y:"4",width:"16",height:"16",rx:"2"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1"}]];var Jh=[["circle",{cx:"12",cy:"12",r:"10"}],["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"}],["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"}]];var Kh=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]];var Yh=[["path",{d:"M10.2 18H4.774a1.5 1.5 0 0 1-1.352-.97 11 11 0 0 1 .132-6.487"}],["path",{d:"M18 10.2V4.774a1.5 1.5 0 0 0-.97-1.352 11 11 0 0 0-6.486.132"}],["path",{d:"M18 5a4 3 0 0 1 4 3 2 2 0 0 1-2 2 10 10 0 0 0-5.139 1.42"}],["path",{d:"M5 18a3 4 0 0 0 3 4 2 2 0 0 0 2-2 10 10 0 0 1 1.42-5.14"}],["path",{d:"M8.709 2.554a10 10 0 0 0-6.155 6.155 1.5 1.5 0 0 0 .676 1.626l9.807 5.42a2 2 0 0 0 2.718-2.718l-5.42-9.807a1.5 1.5 0 0 0-1.626-.676"}]];var Qh=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2"}]];var em=[["path",{d:"M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z"}]];var tm=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"22",x2:"18",y1:"12",y2:"12"}],["line",{x1:"6",x2:"2",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"6",y2:"2"}],["line",{x1:"12",x2:"12",y1:"22",y2:"18"}]];var am=[["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"}],["path",{d:"M5 21h14"}]];var rm=[["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"}],["path",{d:"M10 22v-8L2.25 9.15"}],["path",{d:"m10 14 11.77-6.87"}]];var om=[["path",{d:"m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8"}],["path",{d:"M5 8h14"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0"}],["path",{d:"m12 8 1-6h2"}]];var sm=[["circle",{cx:"12",cy:"12",r:"8"}],["line",{x1:"3",x2:"6",y1:"3",y2:"6"}],["line",{x1:"21",x2:"18",y1:"3",y2:"6"}],["line",{x1:"3",x2:"6",y1:"21",y2:"18"}],["line",{x1:"21",x2:"18",y1:"21",y2:"18"}]];var nm=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5"}]];var lm=[["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"}],["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"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["path",{d:"M2 6h4"}],["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"}]];var im=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 12a9 3 0 0 0 5 2.69"}],["path",{d:"M21 9.3V5"}],["path",{d:"M3 5v14a9 3 0 0 0 6.47 2.88"}],["path",{d:"M12 12v4h4"}],["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"}]];var dm=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5V19A9 3 0 0 0 15 21.84"}],["path",{d:"M21 5V8"}],["path",{d:"M21 12L18 17H22L19 22"}],["path",{d:"M3 12A9 3 0 0 0 14.59 14.87"}]];var pm=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5"}],["path",{d:"M3 12A9 3 0 0 0 21 12"}]];var cm=[["path",{d:"m13 21-3-3 3-3"}],["path",{d:"M20 18H10"}],["path",{d:"M3 11h.01"}],["rect",{x:"6",y:"3",width:"5",height:"8",rx:"2.5"}]];var um=[["path",{d:"M10 18h10"}],["path",{d:"m17 21 3-3-3-3"}],["path",{d:"M3 11h.01"}],["rect",{x:"15",y:"3",width:"5",height:"8",rx:"2.5"}],["rect",{x:"6",y:"3",width:"5",height:"8",rx:"2.5"}]];var fm=[["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"}],["path",{d:"m12 9 6 6"}],["path",{d:"m18 9-6 6"}]];var hm=[["path",{d:"M10.162 3.167A10 10 0 0 0 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4-.006 10 10 0 0 0-8.161-9.826"}],["path",{d:"M20.804 14.869a9 9 0 0 1-17.608 0"}],["circle",{cx:"12",cy:"4",r:"2"}]];var mm=[["circle",{cx:"19",cy:"19",r:"2"}],["circle",{cx:"5",cy:"5",r:"2"}],["path",{d:"M6.48 3.66a10 10 0 0 1 13.86 13.86"}],["path",{d:"m6.41 6.41 11.18 11.18"}],["path",{d:"M3.66 6.48a10 10 0 0 0 13.86 13.86"}]];var xm=[["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"}],["path",{d:"M8 12h8"}]];var Zs=[["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"}],["path",{d:"M9.2 9.2h.01"}],["path",{d:"m14.5 9.5-5 5"}],["path",{d:"M14.7 14.8h.01"}]];var gm=[["path",{d:"M12 8v8"}],["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"}],["path",{d:"M8 12h8"}]];var Mm=[["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"}]];var ym=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M12 12h.01"}]];var vm=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M15 9h.01"}],["path",{d:"M9 15h.01"}]];var bm=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M8 16h.01"}]];var Cm=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 16h.01"}],["path",{d:"M16 16h.01"}]];var wm=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 16h.01"}],["path",{d:"M16 16h.01"}],["path",{d:"M12 12h.01"}]];var Sm=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M16 12h.01"}],["path",{d:"M16 16h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 12h.01"}],["path",{d:"M8 16h.01"}]];var Am=[["rect",{width:"12",height:"12",x:"2",y:"10",rx:"2",ry:"2"}],["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"}],["path",{d:"M6 18h.01"}],["path",{d:"M10 14h.01"}],["path",{d:"M15 6h.01"}],["path",{d:"M18 9h.01"}]];var km=[["path",{d:"M12 3v14"}],["path",{d:"M5 10h14"}],["path",{d:"M5 21h14"}]];var Tm=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 12h.01"}]];var Lm=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M6 12c0-1.7.7-3.2 1.8-4.2"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M18 12c0 1.7-.7 3.2-1.8 4.2"}]];var Em=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"5"}],["path",{d:"M12 12h.01"}]];var Hm=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"2"}]];var Pm=[["circle",{cx:"12",cy:"6",r:"1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12"}],["circle",{cx:"12",cy:"18",r:"1"}]];var Rm=[["path",{d:"M15 2c-1.35 1.5-2.092 3-2.5 4.5L14 8"}],["path",{d:"m17 6-2.891-2.891"}],["path",{d:"M2 15c3.333-3 6.667-3 10-3"}],["path",{d:"m2 2 20 20"}],["path",{d:"m20 9 .891.891"}],["path",{d:"M22 9c-1.5 1.35-3 2.092-4.5 2.5l-1-1"}],["path",{d:"M3.109 14.109 4 15"}],["path",{d:"m6.5 12.5 1 1"}],["path",{d:"m7 18 2.891 2.891"}],["path",{d:"M9 22c1.35-1.5 2.092-3 2.5-4.5L10 16"}]];var Im=[["path",{d:"m10 16 1.5 1.5"}],["path",{d:"m14 8-1.5-1.5"}],["path",{d:"M15 2c-1.798 1.998-2.518 3.995-2.807 5.993"}],["path",{d:"m16.5 10.5 1 1"}],["path",{d:"m17 6-2.891-2.891"}],["path",{d:"M2 15c6.667-6 13.333 0 20-6"}],["path",{d:"m20 9 .891.891"}],["path",{d:"M3.109 14.109 4 15"}],["path",{d:"m6.5 12.5 1 1"}],["path",{d:"m7 18 2.891 2.891"}],["path",{d:"M9 22c1.798-1.998 2.518-3.995 2.807-5.993"}]];var Bm=[["path",{d:"M2 8h20"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 16h12"}]];var Dm=[["path",{d:"M11.25 16.25h1.5L12 17z"}],["path",{d:"M16 14v.5"}],["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"}],["path",{d:"M8 14v.5"}],["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"}]];var Vm=[["line",{x1:"12",x2:"12",y1:"2",y2:"22"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"}]];var Fm=[["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"}],["circle",{cx:"12",cy:"12",r:"3"}]];var Wm=[["path",{d:"M10 12h.01"}],["path",{d:"M18 9V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14"}],["path",{d:"M2 20h8"}],["path",{d:"M20 17v-2a2 2 0 1 0-4 0v2"}],["rect",{x:"14",y:"17",width:"8",height:"5",rx:"1"}]];var Om=[["path",{d:"M10 12h.01"}],["path",{d:"M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14"}],["path",{d:"M2 20h20"}]];var Nm=[["path",{d:"M11 20H2"}],["path",{d:"M11 4.562v16.157a1 1 0 0 0 1.242.97L19 20V5.562a2 2 0 0 0-1.515-1.94l-4-1A2 2 0 0 0 11 4.561z"}],["path",{d:"M11 4H8a2 2 0 0 0-2 2v14"}],["path",{d:"M14 12h.01"}],["path",{d:"M22 20h-3"}]];var zm=[["circle",{cx:"12.1",cy:"12.1",r:"1"}]];var _m=[["path",{d:"M12 15V3"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}],["path",{d:"m7 10 5 5 5-5"}]];var qm=[["path",{d:"m12.99 6.74 1.93 3.44"}],["path",{d:"M19.136 12a10 10 0 0 1-14.271 0"}],["path",{d:"m21 21-2.16-3.84"}],["path",{d:"m3 21 8.02-14.26"}],["circle",{cx:"12",cy:"5",r:"2"}]];var Um=[["path",{d:"M10 11h.01"}],["path",{d:"M14 6h.01"}],["path",{d:"M18 6h.01"}],["path",{d:"M6.5 13.1h.01"}],["path",{d:"M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3"}],["path",{d:"M17.4 9.9c-.8.8-2 .8-2.8 0"}],["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"}],["path",{d:"M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4"}]];var $m=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94"}],["path",{d:"M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32"}],["path",{d:"M8.56 2.75c4.37 6 6 9.42 8 17.72"}]];var jm=[["path",{d:"M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3 1 1 0 0 1 1-1z"}],["path",{d:"M13 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8"}],["path",{d:"M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3"}],["path",{d:"M18 6h4"}],["path",{d:"m5 10-2 8"}],["path",{d:"m7 18 2-8"}]];var Gm=[["path",{d:"M10 10 7 7"}],["path",{d:"m10 14-3 3"}],["path",{d:"m14 10 3-3"}],["path",{d:"m14 14 3 3"}],["path",{d:"M14.205 4.139a4 4 0 1 1 5.439 5.863"}],["path",{d:"M19.637 14a4 4 0 1 1-5.432 5.868"}],["path",{d:"M4.367 10a4 4 0 1 1 5.438-5.862"}],["path",{d:"M9.795 19.862a4 4 0 1 1-5.429-5.873"}],["rect",{x:"10",y:"8",width:"4",height:"8",rx:"1"}]];var Zm=[["path",{d:"M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586"}],["path",{d:"m2 2 20 20"}],["path",{d:"M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208"}]];var Xm=[["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"}]];var Jm=[["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"}],["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"}]];var Km=[["path",{d:"m2 2 8 8"}],["path",{d:"m22 2-8 8"}],["ellipse",{cx:"12",cy:"9",rx:"10",ry:"5"}],["path",{d:"M7 13.4v7.9"}],["path",{d:"M12 14v8"}],["path",{d:"M17 13.4v7.9"}],["path",{d:"M2 9v8a10 5 0 0 0 20 0V9"}]];var Ym=[["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"}],["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"}]];var Qm=[["path",{d:"M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829z"}],["path",{d:"m2.5 21.5 1.4-1.4"}],["path",{d:"m20.1 3.9 1.4-1.4"}],["path",{d:"M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829z"}],["path",{d:"m9.6 14.4 4.8-4.8"}]];var ex=[["path",{d:"M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46"}],["path",{d:"M6 8.5c0-.75.13-1.47.36-2.14"}],["path",{d:"M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76"}],["path",{d:"M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var tx=[["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"}],["path",{d:"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4"}]];var ax=[["path",{d:"M7 3.34V5a3 3 0 0 0 3 3"}],["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"}],["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54"}],["path",{d:"M12 2a10 10 0 1 0 9.54 13"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1"}]];var Xs=[["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54"}],["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"}],["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"}],["circle",{cx:"12",cy:"12",r:"10"}]];var rx=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a7 7 0 1 0 10 10"}]];var ox=[["circle",{cx:"11.5",cy:"12.5",r:"3.5"}],["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"}]];var sx=[["path",{d:"m2 2 20 20"}],["path",{d:"M20 14.347V14c0-6-4-12-8-12-1.078 0-2.157.436-3.157 1.19"}],["path",{d:"M6.206 6.21C4.871 8.4 4 11.2 4 14a8 8 0 0 0 14.568 4.568"}]];var nx=[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12"}]];var Js=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]];var Ks=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]];var lx=[["path",{d:"M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0"}],["path",{d:"M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0"}]];var ix=[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19"}]];var dx=[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}]];var px=[["path",{d:"M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21"}],["path",{d:"m5.082 11.09 8.828 8.828"}]];var cx=[["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"}],["path",{d:"M6 8v1"}],["path",{d:"M10 8v1"}],["path",{d:"M14 8v1"}],["path",{d:"M18 8v1"}]];var ux=[["path",{d:"M4 10h12"}],["path",{d:"M4 14h9"}],["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"}]];var fx=[["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5"}],["path",{d:"M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16"}],["path",{d:"M2 21h13"}],["path",{d:"M3 7h11"}],["path",{d:"m9 11-2 3h3l-2 3"}]];var hx=[["path",{d:"m15 15 6 6"}],["path",{d:"m15 9 6-6"}],["path",{d:"M21 16v5h-5"}],["path",{d:"M21 8V3h-5"}],["path",{d:"M3 16v5h5"}],["path",{d:"m3 21 6-6"}],["path",{d:"M3 8V3h5"}],["path",{d:"M9 9 3 3"}]];var mx=[["path",{d:"M15 3h6v6"}],["path",{d:"M10 14 21 3"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}]];var xx=[["path",{d:"m15 18-.722-3.25"}],["path",{d:"M2 8a10.645 10.645 0 0 0 20 0"}],["path",{d:"m20 15-1.726-2.05"}],["path",{d:"m4 15 1.726-2.05"}],["path",{d:"m9 18 .722-3.25"}]];var gx=[["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"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242"}],["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"}],["path",{d:"m2 2 20 20"}]];var Mx=[["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"}],["circle",{cx:"12",cy:"12",r:"3"}]];var yx=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}]];var vx=[["path",{d:"M12 16h.01"}],["path",{d:"M16 16h.01"}],["path",{d:"M3 19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a.5.5 0 0 0-.769-.422l-4.462 2.844A.5.5 0 0 1 15 10.5v-2a.5.5 0 0 0-.769-.422L9.77 10.922A.5.5 0 0 1 9 10.5V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z"}],["path",{d:"M8 16h.01"}]];var bx=[["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"}],["path",{d:"M12 12v.01"}]];var Cx=[["path",{d:"M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z"}],["path",{d:"M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z"}]];var wx=[["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"}],["path",{d:"M16 8 2 22"}],["path",{d:"M17.5 15H9"}]];var Sx=[["path",{d:"M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z"}],["path",{d:"M6 8h4"}],["path",{d:"M6 18h4"}],["path",{d:"m12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z"}],["path",{d:"M14 8h4"}],["path",{d:"M14 18h4"}],["path",{d:"m20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z"}]];var Ax=[["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M12 2v4"}],["path",{d:"m6.8 15-3.5 2"}],["path",{d:"m20.7 7-3.5 2"}],["path",{d:"M6.8 9 3.3 7"}],["path",{d:"m20.7 17-3.5-2"}],["path",{d:"m9 22 3-8 3 8"}],["path",{d:"M8 22h8"}],["path",{d:"M18 18.7a9 9 0 1 0-12 0"}]];var kx=[["path",{d:"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"}],["path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"}],["path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"}],["path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"}],["path",{d:"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"}]];var Tx=[["path",{d:"M13.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v11.5"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 12v-1"}],["path",{d:"M8 18v-2"}],["path",{d:"M8 7V6"}],["circle",{cx:"8",cy:"20",r:"2"}]];var Ys=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m8 18 4-4"}],["path",{d:"M8 10v8h8"}]];var Qs=[["path",{d:"M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.3"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m7.69 16.479 1.29 4.88a.5.5 0 0 1-.698.591l-1.843-.849a1 1 0 0 0-.879.001l-1.846.85a.5.5 0 0 1-.692-.593l1.29-4.88"}],["circle",{cx:"6",cy:"14",r:"3"}]];var Lx=[["path",{d:"M14.5 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.8"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M11.7 14.2 7 17l-4.7-2.8"}],["path",{d:"M3 13.1a2 2 0 0 0-.999 1.76v3.24a2 2 0 0 0 .969 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01z"}],["path",{d:"M7 17v5"}]];var en=[["path",{d:"M14 22h4a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M5 14a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1 1 1 0 0 1 1 1v2a1 1 0 0 0 1 1"}],["path",{d:"M9 22a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-2a1 1 0 0 0-1-1"}]];var tn=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["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"}],["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"}]];var an=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 18v-2"}],["path",{d:"M12 18v-4"}],["path",{d:"M16 18v-6"}]];var rn=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 18v-1"}],["path",{d:"M12 18v-6"}],["path",{d:"M16 18v-3"}]];var on=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m16 13-3.5 3.5-2-2L8 17"}]];var sn=[["path",{d:"M15.941 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.512"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M4.017 11.512a6 6 0 1 0 8.466 8.475"}],["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"}]];var nn=[["path",{d:"M10.5 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m14 20 2 2 4-4"}]];var Ex=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m9 15 2 2 4-4"}]];var Hx=[["path",{d:"M16 22h2a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v2.85"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 14v2.2l1.6 1"}],["circle",{cx:"8",cy:"16",r:"6"}]];var ln=[["path",{d:"M4 12.15V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3.35"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m5 16-3 3 3 3"}],["path",{d:"m9 22 3-3-3-3"}]];var Px=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 12.5 8 15l2 2.5"}],["path",{d:"m14 12.5 2 2.5-2 2.5"}]];var dn=[["path",{d:"M13.85 22H18a2 2 0 0 0 2-2V8a2 2 0 0 0-.586-1.414l-4-4A2 2 0 0 0 14 2H6a2 2 0 0 0-2 2v6.6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m3.305 19.53.923-.382"}],["path",{d:"m4.228 16.852-.924-.383"}],["path",{d:"m5.852 15.228-.383-.923"}],["path",{d:"m5.852 20.772-.383.924"}],["path",{d:"m8.148 15.228.383-.923"}],["path",{d:"m8.53 21.696-.382-.924"}],["path",{d:"m9.773 16.852.922-.383"}],["path",{d:"m9.773 19.148.922.383"}],["circle",{cx:"7",cy:"18",r:"3"}]];var Rx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M9 10h6"}],["path",{d:"M12 13V7"}],["path",{d:"M9 17h6"}]];var Ix=[["path",{d:"M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 16h2v6"}],["path",{d:"M10 22h4"}],["rect",{x:"2",y:"16",width:"4",height:"6",rx:"2"}]];var Bx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M12 18v-6"}],["path",{d:"m9 15 3 3 3-3"}]];var pn=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M12 9v4"}],["path",{d:"M12 17h.01"}]];var zr=[["path",{d:"M4 6.835V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-.343"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M2 19a2 2 0 0 1 4 0v1a2 2 0 0 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 0 1-4 0v-1a2 2 0 0 1 4 0"}]];var Dx=[["path",{d:"M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v7"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M3.62 18.8A2.25 2.25 0 1 1 7 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a1 1 0 0 1-1.507 0z"}]];var Vx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["circle",{cx:"10",cy:"12",r:"2"}],["path",{d:"m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22"}]];var Fx=[["path",{d:"M4 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M2 15h10"}],["path",{d:"m9 18 3-3-3-3"}]];var cn=[["path",{d:"M10.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v10.1"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m10 15 1 1"}],["path",{d:"m11 14-4.586 4.586"}],["circle",{cx:"5",cy:"20",r:"2"}]];var un=[["path",{d:"M4 9.8V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M9 17v-2a2 2 0 0 0-4 0v2"}],["rect",{width:"8",height:"5",x:"3",y:"17",rx:"1"}]];var fn=[["path",{d:"M20 14V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M14 18h6"}]];var Wx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M9 15h6"}]];var Ox=[["path",{d:"M11.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v10.35"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 20v-7l3 1.474"}],["circle",{cx:"6",cy:"20",r:"2"}]];var Nx=[["path",{d:"M4.226 20.925A2 2 0 0 0 6 22h12a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.127"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m5 11-3 3"}],["path",{d:"m5 17-3-3h10"}]];var hn=[["path",{d:"m18.226 5.226-2.52-2.52A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.351"}],["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"}],["path",{d:"M8 18h1"}]];var mn=[["path",{d:"M12.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v9.34"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10.378 12.622a1 1 0 0 1 3 3.003L8.36 20.637a2 2 0 0 1-.854.506l-2.867.837a.5.5 0 0 1-.62-.62l.836-2.869a2 2 0 0 1 .506-.853z"}]];var xn=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M15.033 13.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .967-.56z"}]];var gn=[["path",{d:"M11.35 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5.35"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M14 19h6"}],["path",{d:"M17 16v6"}]];var zx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M9 15h6"}],["path",{d:"M12 18v-6"}]];var Mn=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M12 17h.01"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3"}]];var _x=[["path",{d:"M20 10V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4.35"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M16 14a2 2 0 0 0-2 2"}],["path",{d:"M16 22a2 2 0 0 1-2-2"}],["path",{d:"M20 14a2 2 0 0 1 2 2"}],["path",{d:"M20 22a2 2 0 0 0 2-2"}]];var yn=[["path",{d:"M11.1 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.589 3.588A2.4 2.4 0 0 1 20 8v3.25"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m21 22-2.88-2.88"}],["circle",{cx:"16",cy:"17",r:"3"}]];var qx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5"}],["path",{d:"M13.3 16.3 15 18"}]];var vn=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 15h.01"}],["path",{d:"M11.5 13.5a2.5 2.5 0 0 1 0 3"}],["path",{d:"M15 12a5 5 0 0 1 0 6"}]];var Ux=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 12h8"}],["path",{d:"M10 11v2"}],["path",{d:"M8 17h8"}],["path",{d:"M14 16v2"}]];var $x=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 13h2"}],["path",{d:"M14 13h2"}],["path",{d:"M8 17h2"}],["path",{d:"M14 17h2"}]];var jx=[["path",{d:"M11 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1"}],["path",{d:"M16 16a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1"}],["path",{d:"M21 6a2 2 0 0 0-.586-1.414l-2-2A2 2 0 0 0 17 2h-3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1z"}]];var Gx=[["path",{d:"M4 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m10 18 3-3-3-3"}]];var Zx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m8 16 2-2-2-2"}],["path",{d:"M12 18h4"}]];var Xx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 9H8"}],["path",{d:"M16 13H8"}],["path",{d:"M16 17H8"}]];var bn=[["path",{d:"M12 22h6a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M3 16v-1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5V16"}],["path",{d:"M6 22h2"}],["path",{d:"M7 14v8"}]];var Jx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M11 18h2"}],["path",{d:"M12 12v6"}],["path",{d:"M9 13v-.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v.5"}]];var Kx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M12 12v6"}],["path",{d:"m15 15-3-3-3 3"}]];var Yx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M16 22a4 4 0 0 0-8 0"}],["circle",{cx:"12",cy:"15",r:"3"}]];var Cn=[["path",{d:"M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m10 17.843 3.033-1.755a.64.64 0 0 1 .967.56v4.704a.65.65 0 0 1-.967.56L10 20.157"}],["rect",{width:"7",height:"6",x:"3",y:"16",rx:"1"}]];var Qx=[["path",{d:"M4 11.55V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-1.95"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M12 15a5 5 0 0 1 0 6"}],["path",{d:"M8 14.502a.5.5 0 0 0-.826-.381l-1.893 1.631a1 1 0 0 1-.651.243H3.5a.5.5 0 0 0-.5.501v3.006a.5.5 0 0 0 .5.501h1.129a1 1 0 0 1 .652.243l1.893 1.633a.5.5 0 0 0 .826-.38z"}]];var wn=[["path",{d:"M11 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m15 17 5 5"}],["path",{d:"m20 17-5 5"}]];var eg=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m14.5 12.5-5 5"}],["path",{d:"m9.5 12.5 5 5"}]];var tg=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}]];var ag=[["path",{d:"M15 2h-4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8"}],["path",{d:"M16.706 2.706A2.4 2.4 0 0 0 15 2v5a1 1 0 0 0 1 1h5a2.4 2.4 0 0 0-.706-1.706z"}],["path",{d:"M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1"}]];var rg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 3v18"}],["path",{d:"M3 7.5h4"}],["path",{d:"M3 12h18"}],["path",{d:"M3 16.5h4"}],["path",{d:"M17 3v18"}],["path",{d:"M17 7.5h4"}],["path",{d:"M17 16.5h4"}]];var og=[["path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4"}],["path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88"}],["path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02"}],["path",{d:"M2 12a10 10 0 0 1 18-6"}],["path",{d:"M2 16h.01"}],["path",{d:"M21.8 16c.2-2 .131-5.354 0-6"}],["path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2"}],["path",{d:"M8.65 22c.21-.66.45-1.32.57-2"}],["path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2"}]];var sg=[["path",{d:"M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5"}],["path",{d:"M9 18h8"}],["path",{d:"M18 3h-3"}],["path",{d:"M11 3a6 6 0 0 0-6 6v11"}],["path",{d:"M5 13h4"}],["path",{d:"M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z"}]];var ng=[["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"}],["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"}],["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"}]];var lg=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8"}]];var ig=[["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"}],["path",{d:"M18 12v.5"}],["path",{d:"M16 17.93a9.77 9.77 0 0 1 0-11.86"}],["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"}],["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"}],["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"}]];var dg=[["path",{d:"M16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528"}],["path",{d:"m2 2 20 20"}],["path",{d:"M4 22V4"}],["path",{d:"M7.656 2H8c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10.347"}]];var pg=[["path",{d:"M18 22V2.8a.8.8 0 0 0-1.17-.71L5.45 7.78a.8.8 0 0 0 0 1.44L18 15.5"}]];var cg=[["path",{d:"M6 22V2.8a.8.8 0 0 1 1.17-.71l11.38 5.69a.8.8 0 0 1 0 1.44L6 15.5"}]];var ug=[["path",{d:"M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528"}]];var fg=[["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"}],["path",{d:"m5 22 14-4"}],["path",{d:"m5 18 14 4"}]];var hg=[["path",{d:"M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4"}]];var mg=[["path",{d:"M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4"}],["path",{d:"M7 2h11v4c0 2-2 2-2 4v1"}],["line",{x1:"11",x2:"18",y1:"6",y2:"6"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var xg=[["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"}],["line",{x1:"6",x2:"18",y1:"6",y2:"6"}],["line",{x1:"12",x2:"12",y1:"12",y2:"12"}]];var gg=[["path",{d:"M10 2v2.343"}],["path",{d:"M14 2v6.343"}],["path",{d:"m2 2 20 20"}],["path",{d:"M20 20a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563"}],["path",{d:"M6.453 15H15"}],["path",{d:"M8.5 2h7"}]];var Mg=[["path",{d:"M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2"}],["path",{d:"M6.453 15h11.094"}],["path",{d:"M8.5 2h7"}]];var yg=[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2"}],["path",{d:"M5 15h14"}],["path",{d:"M8.5 2h7"}]];var vg=[["path",{d:"m3 7 5 5-5 5V7"}],["path",{d:"m21 7-5 5 5 5V7"}],["path",{d:"M12 20v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 2v2"}]];var bg=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3"}],["path",{d:"M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3"}],["path",{d:"M12 20v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 2v2"}]];var Cg=[["path",{d:"m17 3-5 5-5-5h10"}],["path",{d:"m17 21-5-5-5 5h10"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]];var wg=[["path",{d:"M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3"}],["path",{d:"M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]];var Sg=[["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"}],["circle",{cx:"12",cy:"8",r:"2"}],["path",{d:"M12 10v12"}],["path",{d:"M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z"}],["path",{d:"M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z"}]];var Ag=[["circle",{cx:"12",cy:"12",r:"3"}],["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"}],["path",{d:"M12 7.5V9"}],["path",{d:"M7.5 12H9"}],["path",{d:"M16.5 12H15"}],["path",{d:"M12 16.5V15"}],["path",{d:"m8 8 1.88 1.88"}],["path",{d:"M14.12 9.88 16 8"}],["path",{d:"m8 16 1.88-1.88"}],["path",{d:"M14.12 14.12 16 16"}]];var kg=[["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}]];var Tg=[["path",{d:"M2 12h6"}],["path",{d:"M22 12h-6"}],["path",{d:"M12 2v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 20v2"}],["path",{d:"m19 9-3 3 3 3"}],["path",{d:"m5 15 3-3-3-3"}]];var Lg=[["path",{d:"M12 22v-6"}],["path",{d:"M12 8V2"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}],["path",{d:"m15 19-3-3-3 3"}],["path",{d:"m15 5-3 3-3-3"}]];var Eg=[["circle",{cx:"15",cy:"19",r:"2"}],["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"}],["path",{d:"M15 11v-1"}],["path",{d:"M15 17v-2"}]];var Hg=[["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"}],["path",{d:"m9 13 2 2 4-4"}]];var Pg=[["path",{d:"M16 14v2.2l1.6 1"}],["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"}],["circle",{cx:"16",cy:"16",r:"6"}]];var Rg=[["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"}],["path",{d:"M2 10h20"}]];var Ig=[["path",{d:"M10 10.5 8 13l2 2.5"}],["path",{d:"m14 10.5 2 2.5-2 2.5"}],["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"}]];var Sn=[["path",{d:"M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.98a2 2 0 0 1 1.69.9l.66 1.2A2 2 0 0 0 12 6h8a2 2 0 0 1 2 2v3.3"}],["path",{d:"m14.305 19.53.923-.382"}],["path",{d:"m15.228 16.852-.923-.383"}],["path",{d:"m16.852 15.228-.383-.923"}],["path",{d:"m16.852 20.772-.383.924"}],["path",{d:"m19.148 15.228.383-.923"}],["path",{d:"m19.53 21.696-.382-.924"}],["path",{d:"m20.772 16.852.924-.383"}],["path",{d:"m20.772 19.148.924.383"}],["circle",{cx:"18",cy:"18",r:"3"}]];var Bg=[["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"}],["circle",{cx:"12",cy:"13",r:"1"}]];var Dg=[["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"}],["path",{d:"M12 10v6"}],["path",{d:"m15 13-3 3-3-3"}]];var Vg=[["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"}],["circle",{cx:"13",cy:"12",r:"2"}],["path",{d:"M18 19c-2.8 0-5-2.2-5-5v8"}],["circle",{cx:"20",cy:"19",r:"2"}]];var Fg=[["circle",{cx:"12",cy:"13",r:"2"}],["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"}],["path",{d:"M14 13h3"}],["path",{d:"M7 13h3"}]];var Wg=[["path",{d:"M10.638 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.417"}],["path",{d:"M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z"}]];var Og=[["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"}],["path",{d:"M2 13h10"}],["path",{d:"m9 16 3-3-3-3"}]];var Ng=[["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"}],["path",{d:"M8 10v4"}],["path",{d:"M12 10v2"}],["path",{d:"M16 10v6"}]];var zg=[["circle",{cx:"16",cy:"20",r:"2"}],["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"}],["path",{d:"m22 14-4.5 4.5"}],["path",{d:"m21 15 1 1"}]];var _g=[["rect",{width:"8",height:"5",x:"14",y:"17",rx:"1"}],["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"}],["path",{d:"M20 17v-2a2 2 0 1 0-4 0v2"}]];var qg=[["path",{d:"M9 13h6"}],["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"}]];var Ug=[["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"}],["circle",{cx:"14",cy:"15",r:"1"}]];var $g=[["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"}]];var jg=[["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"}],["path",{d:"M2 13h10"}],["path",{d:"m5 10-3 3 3 3"}]];var An=[["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"}],["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"}]];var Gg=[["path",{d:"M12 10v6"}],["path",{d:"M9 13h6"}],["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"}]];var Zg=[["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"}],["circle",{cx:"12",cy:"13",r:"2"}],["path",{d:"M12 15v5"}]];var Xg=[["circle",{cx:"11.5",cy:"12.5",r:"2.5"}],["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"}],["path",{d:"M13.3 14.3 15 16"}]];var Jg=[["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"}],["path",{d:"m21 21-1.9-1.9"}],["circle",{cx:"17",cy:"17",r:"3"}]];var Kg=[["path",{d:"M2 9.35V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7"}],["path",{d:"m8 16 3-3-3-3"}]];var Yg=[["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"}],["path",{d:"M12 10v4h4"}],["path",{d:"m12 14 1.535-1.605a5 5 0 0 1 8 1.5"}],["path",{d:"M22 22v-4h-4"}],["path",{d:"m22 18-1.535 1.605a5 5 0 0 1-8-1.5"}]];var Qg=[["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"}],["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"}],["path",{d:"M3 5a2 2 0 0 0 2 2h3"}],["path",{d:"M3 3v13a2 2 0 0 0 2 2h3"}]];var e4=[["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"}],["path",{d:"M12 10v6"}],["path",{d:"m9 13 3-3 3 3"}]];var t4=[["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"}],["path",{d:"m9.5 10.5 5 5"}],["path",{d:"m14.5 10.5-5 5"}]];var a4=[["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"}]];var r4=[["path",{d:"M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z"}],["path",{d:"M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1"}]];var o4=[["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"}],["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"}],["path",{d:"M16 17h4"}],["path",{d:"M4 13h4"}]];var s4=[["path",{d:"M12 12H5a2 2 0 0 0-2 2v5"}],["circle",{cx:"13",cy:"19",r:"2"}],["circle",{cx:"5",cy:"19",r:"2"}],["path",{d:"M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5"}]];var n4=[["path",{d:"m15 17 5-5-5-5"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12"}]];var l4=[["line",{x1:"22",x2:"2",y1:"6",y2:"6"}],["line",{x1:"22",x2:"2",y1:"18",y2:"18"}],["line",{x1:"6",x2:"6",y1:"2",y2:"22"}],["line",{x1:"18",x2:"18",y1:"2",y2:"22"}]];var i4=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7"}]];var d4=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]];var p4=[["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5"}],["path",{d:"M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16"}],["path",{d:"M2 21h13"}],["path",{d:"M3 9h11"}]];var c4=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["rect",{width:"10",height:"8",x:"7",y:"8",rx:"1"}]];var u4=[["path",{d:"M13.354 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l1.218-1.348"}],["path",{d:"M16 6h6"}],["path",{d:"M19 3v6"}]];var kn=[["path",{d:"M12.531 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l.427-.473"}],["path",{d:"m16.5 3.5 5 5"}],["path",{d:"m21.5 3.5-5 5"}]];var Tn=[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z"}]];var f4=[["path",{d:"M2 7v10"}],["path",{d:"M6 5v14"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2"}]];var h4=[["path",{d:"M2 3v18"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2"}],["path",{d:"M22 3v18"}]];var m4=[["rect",{width:"18",height:"14",x:"3",y:"3",rx:"2"}],["path",{d:"M4 21h1"}],["path",{d:"M9 21h1"}],["path",{d:"M14 21h1"}],["path",{d:"M19 21h1"}]];var x4=[["path",{d:"M7 2h10"}],["path",{d:"M5 6h14"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2"}]];var g4=[["path",{d:"M3 2h18"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2"}],["path",{d:"M3 22h18"}]];var M4=[["line",{x1:"6",x2:"10",y1:"11",y2:"11"}],["line",{x1:"8",x2:"8",y1:"9",y2:"13"}],["line",{x1:"15",x2:"15.01",y1:"12",y2:"12"}],["line",{x1:"18",x2:"18.01",y1:"10",y2:"10"}],["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"}]];var y4=[["path",{d:"M11.146 15.854a1.207 1.207 0 0 1 1.708 0l1.56 1.56A2 2 0 0 1 15 18.828V21a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2.172a2 2 0 0 1 .586-1.414z"}],["path",{d:"M18.828 15a2 2 0 0 1-1.414-.586l-1.56-1.56a1.207 1.207 0 0 1 0-1.708l1.56-1.56A2 2 0 0 1 18.828 9H21a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1z"}],["path",{d:"M6.586 14.414A2 2 0 0 1 5.172 15H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2.172a2 2 0 0 1 1.414.586l1.56 1.56a1.207 1.207 0 0 1 0 1.708z"}],["path",{d:"M9 3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2.172a2 2 0 0 1-.586 1.414l-1.56 1.56a1.207 1.207 0 0 1-1.708 0l-1.56-1.56A2 2 0 0 1 9 5.172z"}]];var v4=[["line",{x1:"6",x2:"10",y1:"12",y2:"12"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14"}],["line",{x1:"15",x2:"15.01",y1:"13",y2:"13"}],["line",{x1:"18",x2:"18.01",y1:"11",y2:"11"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var b4=[["path",{d:"m12 14 4-4"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0"}]];var C4=[["path",{d:"m14 13-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381"}],["path",{d:"m16 16 6-6"}],["path",{d:"m21.5 10.5-8-8"}],["path",{d:"m8 8 6-6"}],["path",{d:"m8.5 7.5 8 8"}]];var w4=[["path",{d:"M10.5 3 8 9l4 13 4-13-2.5-6"}],["path",{d:"M17 3a2 2 0 0 1 1.6.8l3 4a2 2 0 0 1 .013 2.382l-7.99 10.986a2 2 0 0 1-3.247 0l-7.99-10.986A2 2 0 0 1 2.4 7.8l2.998-3.997A2 2 0 0 1 7 3z"}],["path",{d:"M2 9h20"}]];var S4=[["path",{d:"M11.5 21a7.5 7.5 0 1 1 7.35-9"}],["path",{d:"M13 12V3"}],["path",{d:"M4 21h16"}],["path",{d:"M9 12V3"}]];var A4=[["path",{d:"M9 10h.01"}],["path",{d:"M15 10h.01"}],["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"}]];var k4=[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1"}],["path",{d:"M12 8v13"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7"}],["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"}]];var T4=[["path",{d:"M15 6a9 9 0 0 0-9 9V3"}],["path",{d:"M21 18h-6"}],["circle",{cx:"18",cy:"6",r:"3"}],["circle",{cx:"6",cy:"18",r:"3"}]];var L4=[["path",{d:"M6 3v12"}],["path",{d:"M18 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"}],["path",{d:"M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"}],["path",{d:"M15 6a9 9 0 0 0-9 9"}],["path",{d:"M18 15v6"}],["path",{d:"M21 18h-6"}]];var E4=[["line",{x1:"6",x2:"6",y1:"3",y2:"15"}],["circle",{cx:"18",cy:"6",r:"3"}],["circle",{cx:"6",cy:"18",r:"3"}],["path",{d:"M18 9a9 9 0 0 1-9 9"}]];var Ln=[["circle",{cx:"12",cy:"12",r:"3"}],["line",{x1:"3",x2:"9",y1:"12",y2:"12"}],["line",{x1:"15",x2:"21",y1:"12",y2:"12"}]];var H4=[["path",{d:"M12 3v6"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M12 15v6"}]];var P4=[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7"}],["path",{d:"m15 9-3-3 3-3"}],["circle",{cx:"19",cy:"18",r:"3"}],["path",{d:"M12 18H7a2 2 0 0 1-2-2V9"}],["path",{d:"m9 15 3 3-3 3"}]];var R4=[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}],["path",{d:"M11 18H8a2 2 0 0 1-2-2V9"}]];var I4=[["circle",{cx:"12",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["circle",{cx:"18",cy:"6",r:"3"}],["path",{d:"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9"}],["path",{d:"M12 12v3"}]];var B4=[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M5 9v6"}],["circle",{cx:"5",cy:"18",r:"3"}],["path",{d:"M12 3v18"}],["circle",{cx:"19",cy:"6",r:"3"}],["path",{d:"M16 15.7A9 9 0 0 0 19 9"}]];var D4=[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9"}]];var V4=[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M5 9v12"}],["circle",{cx:"19",cy:"18",r:"3"}],["path",{d:"m15 9-3-3 3-3"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7"}]];var F4=[["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M6 9v12"}],["path",{d:"m21 3-6 6"}],["path",{d:"m21 9-6-6"}],["path",{d:"M18 11.5V15"}],["circle",{cx:"18",cy:"18",r:"3"}]];var W4=[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M5 9v12"}],["path",{d:"m15 9-3-3 3-3"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v3"}],["path",{d:"M19 15v6"}],["path",{d:"M22 18h-6"}]];var O4=[["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M6 9v12"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v3"}],["path",{d:"M18 15v6"}],["path",{d:"M21 18h-6"}]];var N4=[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M18 6V5"}],["path",{d:"M18 11v-1"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21"}]];var z4=[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21"}]];var _4=[["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"}],["path",{d:"M9 18c-4.51 2-5-2-7-2"}]];var q4=[["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"}]];var U4=[["path",{d:"M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z"}],["path",{d:"M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0"}]];var $4=[["circle",{cx:"6",cy:"15",r:"4"}],["circle",{cx:"18",cy:"15",r:"4"}],["path",{d:"M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2"}],["path",{d:"M2.5 13 5 7c.7-1.3 1.4-2 3-2"}],["path",{d:"M21.5 13 19 7c-.7-1.3-1.5-2-3-2"}]];var j4=[["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"}],["path",{d:"M2 12h8.5"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1"}]];var G4=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"}],["path",{d:"M2 12h20"}]];var Z4=[["path",{d:"M12 13V2l8 4-8 4"}],["path",{d:"M20.561 10.222a9 9 0 1 1-12.55-5.29"}],["path",{d:"M8.002 9.997a5 5 0 1 0 8.9 2.02"}]];var X4=[["path",{d:"M2 21V3"}],["path",{d:"M2 5h18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2.26"}],["path",{d:"M7 17v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3"}],["circle",{cx:"16",cy:"11",r:"2"}],["circle",{cx:"8",cy:"11",r:"2"}]];var J4=[["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"}],["path",{d:"M22 10v6"}],["path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5"}]];var K4=[["path",{d:"M22 5V2l-5.89 5.89"}],["circle",{cx:"16.6",cy:"15.89",r:"3"}],["circle",{cx:"8.11",cy:"7.4",r:"3"}],["circle",{cx:"12.35",cy:"11.65",r:"3"}],["circle",{cx:"13.91",cy:"5.85",r:"3"}],["circle",{cx:"18.15",cy:"10.09",r:"3"}],["circle",{cx:"6.56",cy:"13.2",r:"3"}],["circle",{cx:"10.8",cy:"17.44",r:"3"}],["circle",{cx:"5",cy:"19",r:"3"}]];var En=[["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"}],["path",{d:"m16 19 2 2 4-4"}]];var Hn=[["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"}],["path",{d:"M16 19h6"}],["path",{d:"M19 22v-6"}]];var Pn=[["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"}],["path",{d:"m16 16 5 5"}],["path",{d:"m16 21 5-5"}]];var Rn=[["path",{d:"M12 3v18"}],["path",{d:"M3 12h18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Y4=[["path",{d:"M15 3v18"}],["path",{d:"M3 12h18"}],["path",{d:"M9 3v18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var _r=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]];var Q4=[["circle",{cx:"12",cy:"9",r:"1"}],["circle",{cx:"19",cy:"9",r:"1"}],["circle",{cx:"5",cy:"9",r:"1"}],["circle",{cx:"12",cy:"15",r:"1"}],["circle",{cx:"19",cy:"15",r:"1"}],["circle",{cx:"5",cy:"15",r:"1"}]];var e5=[["circle",{cx:"9",cy:"12",r:"1"}],["circle",{cx:"9",cy:"5",r:"1"}],["circle",{cx:"9",cy:"19",r:"1"}],["circle",{cx:"15",cy:"12",r:"1"}],["circle",{cx:"15",cy:"5",r:"1"}],["circle",{cx:"15",cy:"19",r:"1"}]];var t5=[["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"19",cy:"5",r:"1"}],["circle",{cx:"5",cy:"5",r:"1"}],["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}],["circle",{cx:"19",cy:"19",r:"1"}],["circle",{cx:"5",cy:"19",r:"1"}]];var a5=[["path",{d:"M3 7V5c0-1.1.9-2 2-2h2"}],["path",{d:"M17 3h2c1.1 0 2 .9 2 2v2"}],["path",{d:"M21 17v2c0 1.1-.9 2-2 2h-2"}],["path",{d:"M7 21H5c-1.1 0-2-.9-2-2v-2"}],["rect",{width:"7",height:"5",x:"7",y:"7",rx:"1"}],["rect",{width:"7",height:"5",x:"10",y:"12",rx:"1"}]];var r5=[["path",{d:"m11.9 12.1 4.514-4.514"}],["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"}],["path",{d:"m6 16 2 2"}],["path",{d:"M8.23 9.85A3 3 0 0 1 11 8a5 5 0 0 1 5 5 3 3 0 0 1-1.85 2.77l-.92.38A2 2 0 0 0 12 18a4 4 0 0 1-4 4 6 6 0 0 1-6-6 4 4 0 0 1 4-4 2 2 0 0 0 1.85-1.23z"}]];var o5=[["path",{d:"M13.144 21.144A7.274 10.445 45 1 0 2.856 10.856"}],["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"}],["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"}],["path",{d:"m8.5 16.5-1-1"}]];var s5=[["path",{d:"M12 16H4a2 2 0 1 1 0-4h16a2 2 0 1 1 0 4h-4.25"}],["path",{d:"M5 12a2 2 0 0 1-2-2 9 7 0 0 1 18 0 2 2 0 0 1-2 2"}],["path",{d:"M5 16a2 2 0 0 0-2 2 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 2 2 0 0 0-2-2q0 0 0 0"}],["path",{d:"m6.67 12 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2"}]];var n5=[["path",{d:"m15 12-9.373 9.373a1 1 0 0 1-3.001-3L12 9"}],["path",{d:"m18 15 4-4"}],["path",{d:"m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172v-.344a2 2 0 0 0-.586-1.414l-1.657-1.657A6 6 0 0 0 12.516 3H9l1.243 1.243A6 6 0 0 1 12 8.485V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5"}]];var l5=[["path",{d:"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17"}],["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"}],["path",{d:"m2 16 6 6"}],["circle",{cx:"16",cy:"9",r:"2.9"}],["circle",{cx:"6",cy:"5",r:"3"}]];var i5=[["path",{d:"M12.035 17.012a3 3 0 0 0-3-3l-.311-.002a.72.72 0 0 1-.505-1.229l1.195-1.195A2 2 0 0 1 10.828 11H12a2 2 0 0 0 0-4H9.243a3 3 0 0 0-2.122.879l-2.707 2.707A4.83 4.83 0 0 0 3 14a8 8 0 0 0 8 8h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v2a2 2 0 1 0 4 0"}],["path",{d:"M13.888 9.662A2 2 0 0 0 17 8V5A2 2 0 1 0 13 5"}],["path",{d:"M9 5A2 2 0 1 0 5 5V10"}],["path",{d:"M9 7V4A2 2 0 1 1 13 4V7.268"}]];var In=[["path",{d:"M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4"}],["path",{d:"M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2"}],["path",{d:"M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5"}],["path",{d:"M6 14a2 2 0 0 0-2-2a2 2 0 0 0-2 2"}],["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"}]];var d5=[["path",{d:"M11 14h2a2 2 0 0 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16"}],["path",{d:"m14.45 13.39 5.05-4.694C20.196 8 21 6.85 21 5.75a2.75 2.75 0 0 0-4.797-1.837.276.276 0 0 1-.406 0A2.75 2.75 0 0 0 11 5.75c0 1.2.802 2.248 1.5 2.946L16 11.95"}],["path",{d:"m2 15 6 6"}],["path",{d:"m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a1 1 0 0 0-2.75-2.91"}]];var Bn=[["path",{d:"M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14"}],["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"}],["path",{d:"m2 13 6 6"}]];var p5=[["path",{d:"M18 12.5V10a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4"}],["path",{d:"M14 11V9a2 2 0 1 0-4 0v2"}],["path",{d:"M10 10.5V5a2 2 0 1 0-4 0v9"}],["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"}]];var c5=[["path",{d:"M12 3V2"}],["path",{d:"m15.4 17.4 3.2-2.8a2 2 0 1 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2l-1.302-1.464A1 1 0 0 0 6.151 19H5"}],["path",{d:"M2 14h12a2 2 0 0 1 0 4h-2"}],["path",{d:"M4 10h16"}],["path",{d:"M5 10a7 7 0 0 1 14 0"}],["path",{d:"M5 14v6a1 1 0 0 1-1 1H2"}]];var u5=[["path",{d:"M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2"}],["path",{d:"M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2"}],["path",{d:"M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8"}],["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"}]];var f5=[["path",{d:"M2.048 18.566A2 2 0 0 0 4 21h16a2 2 0 0 0 1.952-2.434l-2-9A2 2 0 0 0 18 8H6a2 2 0 0 0-1.952 1.566z"}],["path",{d:"M8 11V6a4 4 0 0 1 8 0v5"}]];var h5=[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3"}],["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"}],["path",{d:"m21 3 1 11h-2"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3"}],["path",{d:"M3 4h8"}]];var m5=[["path",{d:"M12 2v8"}],["path",{d:"m16 6-4 4-4-4"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6 18h.01"}],["path",{d:"M10 18h.01"}]];var x5=[["path",{d:"m16 6-4-4-4 4"}],["path",{d:"M12 2v8"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6 18h.01"}],["path",{d:"M10 18h.01"}]];var g5=[["line",{x1:"22",x2:"2",y1:"12",y2:"12"}],["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"}],["line",{x1:"6",x2:"6.01",y1:"16",y2:"16"}],["line",{x1:"10",x2:"10.01",y1:"16",y2:"16"}]];var M5=[["path",{d:"M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5"}],["path",{d:"M14 6a6 6 0 0 1 6 6v3"}],["path",{d:"M4 15v-3a6 6 0 0 1 6-6"}],["rect",{x:"2",y:"15",width:"20",height:"4",rx:"1"}]];var y5=[["line",{x1:"4",x2:"20",y1:"9",y2:"9"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21"}]];var v5=[["path",{d:"M14 18a2 2 0 0 0-4 0"}],["path",{d:"m19 11-2.11-6.657a2 2 0 0 0-2.752-1.148l-1.276.61A2 2 0 0 1 12 4H8.5a2 2 0 0 0-1.925 1.456L5 11"}],["path",{d:"M2 11h20"}],["circle",{cx:"17",cy:"18",r:"3"}],["circle",{cx:"7",cy:"18",r:"3"}]];var b5=[["path",{d:"m5.2 6.2 1.4 1.4"}],["path",{d:"M2 13h2"}],["path",{d:"M20 13h2"}],["path",{d:"m17.4 7.6 1.4-1.4"}],["path",{d:"M22 17H2"}],["path",{d:"M22 21H2"}],["path",{d:"M16 13a4 4 0 0 0-8 0"}],["path",{d:"M12 5V2.5"}]];var C5=[["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"}],["path",{d:"M7.5 12h9"}]];var w5=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"m17 12 3-2v8"}]];var S5=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1"}]];var A5=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2"}]];var k5=[["path",{d:"M12 18V6"}],["path",{d:"M17 10v3a1 1 0 0 0 1 1h3"}],["path",{d:"M21 10v8"}],["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}]];var T5=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M17 13v-3h4"}],["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"}]];var L5=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["circle",{cx:"19",cy:"16",r:"2"}],["path",{d:"M20 10c-2 2-3 3.5-3 6"}]];var E5=[["path",{d:"M6 12h12"}],["path",{d:"M6 20V4"}],["path",{d:"M18 20V4"}]];var H5=[["path",{d:"M21 14h-1.343"}],["path",{d:"M9.128 3.47A9 9 0 0 1 21 12v3.343"}],["path",{d:"m2 2 20 20"}],["path",{d:"M20.414 20.414A2 2 0 0 1 19 21h-1a2 2 0 0 1-2-2v-3"}],["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 2.636-6.364"}]];var P5=[["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"}]];var R5=[["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"}],["path",{d:"M21 16v2a4 4 0 0 1-4 4h-5"}]];var I5=[["path",{d:"M12.409 5.824c-.702.792-1.15 1.496-1.415 2.166l2.153 2.156a.5.5 0 0 1 0 .707l-2.293 2.293a.5.5 0 0 0 0 .707L12 15"}],["path",{d:"M13.508 20.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.677.6.6 0 0 0 .818.001A5.5 5.5 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5z"}]];var B5=[["path",{d:"M19.414 14.414C21 12.828 22 11.5 22 9.5a5.5 5.5 0 0 0-9.591-3.676.6.6 0 0 1-.818.001A5.5 5.5 0 0 0 2 9.5c0 2.3 1.5 4 3 5.5l5.535 5.362a2 2 0 0 0 2.879.052 2.12 2.12 0 0 0-.004-3 2.124 2.124 0 1 0 3-3 2.124 2.124 0 0 0 3.004 0 2 2 0 0 0 0-2.828l-1.881-1.882a2.41 2.41 0 0 0-3.409 0l-1.71 1.71a2 2 0 0 1-2.828 0 2 2 0 0 1 0-2.828l2.823-2.762"}]];var D5=[["path",{d:"m14.876 18.99-1.368 1.323a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.244 1.572"}],["path",{d:"M15 15h6"}]];var V5=[["path",{d:"M10.5 4.893a5.5 5.5 0 0 1 1.091.931.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 1.872-1.002 3.356-2.187 4.655"}],["path",{d:"m16.967 16.967-3.459 3.346a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 2.747-4.761"}],["path",{d:"m2 2 20 20"}]];var F5=[["path",{d:"m14.479 19.374-.971.939a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.219 1.49"}],["path",{d:"M15 15h6"}],["path",{d:"M18 12v6"}]];var W5=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5"}],["path",{d:"M3.22 13H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27"}]];var O5=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5"}]];var N5=[["path",{d:"M11 8c2-3-2-3 0-6"}],["path",{d:"M15.5 8c2-3-2-3 0-6"}],["path",{d:"M6 10h.01"}],["path",{d:"M6 14h.01"}],["path",{d:"M10 16v-4"}],["path",{d:"M14 16v-4"}],["path",{d:"M18 16v-4"}],["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"}],["path",{d:"M5 20v2"}],["path",{d:"M19 20v2"}]];var z5=[["path",{d:"M11 17v4"}],["path",{d:"M14 3v8a2 2 0 0 0 2 2h5.865"}],["path",{d:"M17 17v4"}],["path",{d:"M18 17a4 4 0 0 0 4-4 8 6 0 0 0-8-6 6 5 0 0 0-6 5v3a2 2 0 0 0 2 2z"}],["path",{d:"M2 10v5"}],["path",{d:"M6 3h16"}],["path",{d:"M7 21h14"}],["path",{d:"M8 13H2"}]];var _5=[["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"}]];var q5=[["path",{d:"m9 11-6 6v3h9l3-3"}],["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"}]];var U5=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["path",{d:"M12 7v5l4 2"}]];var $5=[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.28.01.53-.09.7-.27"}],["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"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .7-.26"}],["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"}],["path",{d:"M20.57 11.14c.24.52 1.12 2.44 1.37 4.08.04.3-.08.59-.31.75"}],["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"}],["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"}],["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"}],["path",{d:"m2 2 20 20"}]];var j5=[["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"}],["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"}],["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"}],["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"}],["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"}],["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"}],["path",{d:"M4.93 4.93 3 3a.7.7 0 0 1 0-1"}],["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"}]];var G5=[["path",{d:"M12 7v4"}],["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3"}],["path",{d:"M14 9h-4"}],["path",{d:"M18 11h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h2"}],["path",{d:"M18 21V5a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16"}]];var Z5=[["path",{d:"M10 22v-6.57"}],["path",{d:"M12 11h.01"}],["path",{d:"M12 7h.01"}],["path",{d:"M14 15.43V22"}],["path",{d:"M15 16a5 5 0 0 0-6 0"}],["path",{d:"M16 11h.01"}],["path",{d:"M16 7h.01"}],["path",{d:"M8 11h.01"}],["path",{d:"M8 7h.01"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2"}]];var X5=[["path",{d:"M5 22h14"}],["path",{d:"M5 2h14"}],["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"}],["path",{d:"M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2"}]];var J5=[["path",{d:"M8.62 13.8A2.25 2.25 0 1 1 12 10.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}]];var K5=[["path",{d:"M10 12V8.964"}],["path",{d:"M14 12V8.964"}],["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"}],["path",{d:"M8.5 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2"}]];var Y5=[["path",{d:"M12.35 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .71-1.53l7-6a2 2 0 0 1 2.58 0l7 6A2 2 0 0 1 21 10v2.35"}],["path",{d:"M14.8 12.4A1 1 0 0 0 14 12h-4a1 1 0 0 0-1 1v8"}],["path",{d:"M15 18h6"}],["path",{d:"M18 15v6"}]];var Q5=[["path",{d:"M9.5 13.866a4 4 0 0 1 5 .01"}],["path",{d:"M12 17h.01"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}],["path",{d:"M7 10.754a8 8 0 0 1 10 0"}]];var Dn=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}]];var Vn=[["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"}],["path",{d:"M12.14 11a3.5 3.5 0 1 1 6.71 0"}],["path",{d:"M15.5 6.5a3.5 3.5 0 1 0-7 0"}]];var Fn=[["path",{d:"m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11"}],["path",{d:"M17 7A5 5 0 0 0 7 7"}],["path",{d:"M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4"}]];var e3=[["path",{d:"M13.5 8h-3"}],["path",{d:"m15 2-1 2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3"}],["path",{d:"M16.899 22A5 5 0 0 0 7.1 22"}],["path",{d:"m9 2 3 6"}],["circle",{cx:"12",cy:"15",r:"3"}]];var t3=[["path",{d:"M16 10h2"}],["path",{d:"M16 14h2"}],["path",{d:"M6.17 15a3 3 0 0 1 5.66 0"}],["circle",{cx:"9",cy:"11",r:"2"}],["rect",{x:"2",y:"5",width:"20",height:"14",rx:"2"}]];var a3=[["path",{d:"M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7"}],["line",{x1:"16",x2:"22",y1:"5",y2:"5"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}]];var r3=[["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"}],["path",{d:"m14 19 3 3v-5.5"}],["path",{d:"m17 22 3-3"}],["circle",{cx:"9",cy:"9",r:"2"}]];var o3=[["line",{x1:"2",x2:"22",y1:"2",y2:"22"}],["path",{d:"M10.41 10.41a2 2 0 1 1-2.83-2.83"}],["line",{x1:"13.5",x2:"6",y1:"13.5",y2:"21"}],["line",{x1:"18",x2:"21",y1:"12",y2:"15"}],["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"}],["path",{d:"M21 15V5a2 2 0 0 0-2-2H9"}]];var s3=[["path",{d:"M15 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z"}],["path",{d:"M21 12.17V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6"}],["path",{d:"m6 21 5-5"}],["circle",{cx:"9",cy:"9",r:"2"}]];var n3=[["path",{d:"M16 5h6"}],["path",{d:"M19 2v6"}],["path",{d:"M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}],["circle",{cx:"9",cy:"9",r:"2"}]];var l3=[["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"}],["path",{d:"m14 19.5 3-3 3 3"}],["path",{d:"M17 22v-5.5"}],["circle",{cx:"9",cy:"9",r:"2"}]];var i3=[["path",{d:"M16 3h5v5"}],["path",{d:"M17 21h2a2 2 0 0 0 2-2"}],["path",{d:"M21 12v3"}],["path",{d:"m21 3-5 5"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2"}],["path",{d:"m5 21 4.144-4.144a1.21 1.21 0 0 1 1.712 0L13 19"}],["path",{d:"M9 3h3"}],["rect",{x:"3",y:"11",width:"10",height:"10",rx:"1"}]];var d3=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}]];var p3=[["path",{d:"m22 11-1.296-1.296a2.4 2.4 0 0 0-3.408 0L11 16"}],["path",{d:"M4 8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2"}],["circle",{cx:"13",cy:"7",r:"1",fill:"currentColor"}],["rect",{x:"8",y:"2",width:"14",height:"14",rx:"2"}]];var c3=[["path",{d:"M12 3v12"}],["path",{d:"m8 11 4 4 4-4"}],["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"}]];var u3=[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}],["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"}]];var f3=[["path",{d:"M6 3h12"}],["path",{d:"M6 8h12"}],["path",{d:"m6 13 8.5 8"}],["path",{d:"M6 13h3"}],["path",{d:"M9 13c6.667 0 6.667-10 0-10"}]];var h3=[["path",{d:"M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8"}]];var m3=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]];var x3=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 7h.01"}],["path",{d:"M17 7h.01"}],["path",{d:"M7 17h.01"}],["path",{d:"M17 17h.01"}]];var g3=[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"5",ry:"5"}],["path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}],["line",{x1:"17.5",x2:"17.51",y1:"6.5",y2:"6.5"}]];var M3=[["line",{x1:"19",x2:"10",y1:"4",y2:"4"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20"}]];var y3=[["path",{d:"m16 14 4 4-4 4"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8"}]];var v3=[["path",{d:"M4 10a8 8 0 1 1 8 8H4"}],["path",{d:"m8 22-4-4 4-4"}]];var b3=[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3"}],["path",{d:"M6 15h12"}],["path",{d:"M6 11h12"}]];var C3=[["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"}],["path",{d:"M6 15v-2"}],["path",{d:"M12 15V9"}],["circle",{cx:"12",cy:"6",r:"3"}]];var w3=[["path",{d:"M5 3v14"}],["path",{d:"M12 3v8"}],["path",{d:"M19 3v18"}]];var S3=[["path",{d:"M18 17a1 1 0 0 0-1 1v1a2 2 0 1 0 2-2z"}],["path",{d:"M20.97 3.61a.45.45 0 0 0-.58-.58C10.2 6.6 6.6 10.2 3.03 20.39a.45.45 0 0 0 .58.58C13.8 17.4 17.4 13.8 20.97 3.61"}],["path",{d:"m6.707 6.707 10.586 10.586"}],["path",{d:"M7 5a2 2 0 1 0-2 2h1a1 1 0 0 0 1-1z"}]];var A3=[["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"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor"}]];var k3=[["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"}],["path",{d:"m14 7 3 3"}],["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"}]];var T3=[["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"}],["path",{d:"m21 2-9.6 9.6"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5"}]];var L3=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 8h4"}],["path",{d:"M14 8h.01"}],["path",{d:"M18 8h.01"}],["path",{d:"M2 12h20"}],["path",{d:"M6 12v4"}],["path",{d:"M10 12v4"}],["path",{d:"M14 12v4"}],["path",{d:"M18 12v4"}]];var E3=[["path",{d:"M 20 4 A2 2 0 0 1 22 6"}],["path",{d:"M 22 6 L 22 16.41"}],["path",{d:"M 7 16 L 16 16"}],["path",{d:"M 9.69 4 L 20 4"}],["path",{d:"M14 8h.01"}],["path",{d:"M18 8h.01"}],["path",{d:"m2 2 20 20"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2"}],["path",{d:"M6 8h.01"}],["path",{d:"M8 12h.01"}]];var H3=[["path",{d:"M10 8h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M14 8h.01"}],["path",{d:"M16 12h.01"}],["path",{d:"M18 8h.01"}],["path",{d:"M6 8h.01"}],["path",{d:"M7 16h10"}],["path",{d:"M8 12h.01"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}]];var P3=[["path",{d:"M12 2v5"}],["path",{d:"M14.829 15.998a3 3 0 1 1-5.658 0"}],["path",{d:"M20.92 14.606A1 1 0 0 1 20 16H4a1 1 0 0 1-.92-1.394l3-7A1 1 0 0 1 7 7h10a1 1 0 0 1 .92.606z"}]];var R3=[["path",{d:"M10.293 2.293a1 1 0 0 1 1.414 0l2.5 2.5 5.994 1.227a1 1 0 0 1 .506 1.687l-7 7a1 1 0 0 1-1.687-.506l-1.227-5.994-2.5-2.5a1 1 0 0 1 0-1.414z"}],["path",{d:"m14.207 4.793-3.414 3.414"}],["path",{d:"M3 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"}],["path",{d:"m9.086 6.5-4.793 4.793a1 1 0 0 0-.18 1.17L7 18"}]];var I3=[["path",{d:"M12 10v12"}],["path",{d:"M17.929 7.629A1 1 0 0 1 17 9H7a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 9 2h6a1 1 0 0 1 .928.629z"}],["path",{d:"M9 22h6"}]];var B3=[["path",{d:"M19.929 18.629A1 1 0 0 1 19 20H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 13h6a1 1 0 0 1 .928.629z"}],["path",{d:"M6 3a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z"}],["path",{d:"M8 6h4a2 2 0 0 1 2 2v5"}]];var D3=[["path",{d:"M19.929 9.629A1 1 0 0 1 19 11H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 4h6a1 1 0 0 1 .928.629z"}],["path",{d:"M6 15a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z"}],["path",{d:"M8 18h4a2 2 0 0 0 2-2v-5"}]];var V3=[["path",{d:"M12 12v6"}],["path",{d:"M4.077 10.615A1 1 0 0 0 5 12h14a1 1 0 0 0 .923-1.385l-3.077-7.384A2 2 0 0 0 15 2H9a2 2 0 0 0-1.846 1.23Z"}],["path",{d:"M8 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z"}]];var F3=[["path",{d:"m12 8 6-3-6-3v10"}],["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"}],["path",{d:"m6.49 12.85 11.02 6.3"}],["path",{d:"M17.51 12.85 6.5 19.15"}]];var W3=[["path",{d:"M10 18v-7"}],["path",{d:"M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949z"}],["path",{d:"M14 18v-7"}],["path",{d:"M18 18v-7"}],["path",{d:"M3 22h18"}],["path",{d:"M6 18v-7"}]];var O3=[["path",{d:"m5 8 6 6"}],["path",{d:"m4 14 6-6 2-3"}],["path",{d:"M2 5h12"}],["path",{d:"M7 2h1"}],["path",{d:"m22 22-5-10-5 10"}],["path",{d:"M14 18h6"}]];var N3=[["path",{d:"M2 20h20"}],["path",{d:"m9 10 2 2 4-4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2"}]];var Wn=[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20"}]];var z3=[["path",{d:"M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z"}],["path",{d:"M20.054 15.987H3.946"}]];var _3=[["path",{d:"M7 22a5 5 0 0 1-2-4"}],["path",{d:"M7 16.93c.96.43 1.96.74 2.99.91"}],["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"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"}],["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"}]];var q3=[["path",{d:"M3.704 14.467A10 8 0 0 1 2 10a10 8 0 0 1 20 0 10 8 0 0 1-10 8 10 8 0 0 1-5.181-1.158"}],["path",{d:"M7 22a5 5 0 0 1-2-3.994"}],["circle",{cx:"5",cy:"16",r:"2"}]];var U3=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]];var $3=[["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"}],["path",{d:"m20 14.285 1.5.845a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74l1.5-.845"}]];var On=[["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"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17"}]];var j3=[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1"}]];var G3=[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1"}]];var Z3=[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1"}],["path",{d:"M14 4h7"}],["path",{d:"M14 9h7"}],["path",{d:"M14 15h7"}],["path",{d:"M14 20h7"}]];var X3=[["rect",{width:"7",height:"18",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1"}]];var J3=[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1"}]];var K3=[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"9",height:"7",x:"3",y:"14",rx:"1"}],["rect",{width:"5",height:"7",x:"16",y:"14",rx:"1"}]];var Y3=[["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"}],["path",{d:"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12"}]];var Q3=[["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"}],["path",{d:"M2 22 17 7"}]];var eM=[["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"}],["path",{d:"M18 6V3a1 1 0 0 0-1-1h-3"}],["rect",{width:"8",height:"12",x:"8",y:"10",rx:"1"}]];var tM=[["rect",{width:"8",height:"18",x:"3",y:"3",rx:"1"}],["path",{d:"M7 3v18"}],["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"}]];var aM=[["path",{d:"m16 6 4 14"}],["path",{d:"M12 6v14"}],["path",{d:"M8 8v12"}],["path",{d:"M4 4v16"}]];var rM=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m4.93 4.93 4.24 4.24"}],["path",{d:"m14.83 9.17 4.24-4.24"}],["path",{d:"m14.83 14.83 4.24 4.24"}],["path",{d:"m9.17 14.83-4.24 4.24"}],["circle",{cx:"12",cy:"12",r:"4"}]];var oM=[["path",{d:"M14 12h2v8"}],["path",{d:"M14 20h4"}],["path",{d:"M6 12h4"}],["path",{d:"M6 20h4"}],["path",{d:"M8 20V8a4 4 0 0 1 7.464-2"}]];var sM=[["path",{d:"M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5"}],["path",{d:"m2 2 20 20"}],["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"}],["path",{d:"M9 18h6"}],["path",{d:"M10 22h4"}]];var nM=[["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"}],["path",{d:"M9 18h6"}],["path",{d:"M10 22h4"}]];var lM=[["path",{d:"M7 3.5c5-2 7 2.5 3 4C1.5 10 2 15 5 16c5 2 9-10 14-7s.5 13.5-4 12c-5-2.5.5-11 6-2"}]];var iM=[["path",{d:"M9 17H7A5 5 0 0 1 7 7"}],["path",{d:"M15 7h2a5 5 0 0 1 4 8"}],["line",{x1:"8",x2:"12",y1:"12",y2:"12"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var dM=[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]];var pM=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}]];var cM=[["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"}],["rect",{width:"4",height:"12",x:"2",y:"9"}],["circle",{cx:"4",cy:"4",r:"2"}]];var uM=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"m15 18 2 2 4-4"}]];var fM=[["path",{d:"M13 5h8"}],["path",{d:"M13 12h8"}],["path",{d:"M13 19h8"}],["path",{d:"m3 17 2 2 4-4"}],["path",{d:"m3 7 2 2 4-4"}]];var hM=[["path",{d:"M3 5h8"}],["path",{d:"M3 12h8"}],["path",{d:"M3 19h8"}],["path",{d:"m15 5 3 3 3-3"}],["path",{d:"m15 19 3-3 3 3"}]];var mM=[["path",{d:"M3 5h8"}],["path",{d:"M3 12h8"}],["path",{d:"M3 19h8"}],["path",{d:"m15 8 3-3 3 3"}],["path",{d:"m15 16 3 3 3-3"}]];var xM=[["path",{d:"M10 5h11"}],["path",{d:"M10 12h11"}],["path",{d:"M10 19h11"}],["path",{d:"m3 10 3-3-3-3"}],["path",{d:"m3 20 3-3-3-3"}]];var gM=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M9 19H3"}],["path",{d:"m16 16-3 3 3 3"}],["path",{d:"M21 5v12a2 2 0 0 1-2 2h-6"}]];var MM=[["path",{d:"M12 5H2"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}],["path",{d:"M16 5h6"}],["path",{d:"M19 8V2"}]];var yM=[["path",{d:"M2 5h20"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}]];var qr=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m7 8-4 4 4 4"}]];var Ur=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m3 8 4 4-4 4"}]];var vM=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M21 12h-6"}]];var bM=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"M21 16V5"}],["circle",{cx:"18",cy:"16",r:"3"}]];var CM=[["path",{d:"M11 5h10"}],["path",{d:"M11 12h10"}],["path",{d:"M11 19h10"}],["path",{d:"M4 4h1v5"}],["path",{d:"M4 9h2"}],["path",{d:"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02"}]];var wM=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M18 9v6"}],["path",{d:"M21 12h-6"}]];var SM=[["path",{d:"M21 5H3"}],["path",{d:"M7 12H3"}],["path",{d:"M7 19H3"}],["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"}],["path",{d:"M11 10v4h4"}]];var AM=[["path",{d:"M3 5h6"}],["path",{d:"M3 12h13"}],["path",{d:"M3 19h13"}],["path",{d:"m16 8-3-3 3-3"}],["path",{d:"M21 19V7a2 2 0 0 0-2-2h-6"}]];var kM=[["path",{d:"M13 5h8"}],["path",{d:"M13 12h8"}],["path",{d:"M13 19h8"}],["path",{d:"m3 17 2 2 4-4"}],["rect",{x:"3",y:"4",width:"6",height:"6",rx:"1"}]];var TM=[["path",{d:"M8 5h13"}],["path",{d:"M13 12h8"}],["path",{d:"M13 19h8"}],["path",{d:"M3 10a2 2 0 0 0 2 2h3"}],["path",{d:"M3 5v12a2 2 0 0 0 2 2h3"}]];var LM=[["path",{d:"M21 5H3"}],["path",{d:"M10 12H3"}],["path",{d:"M10 19H3"}],["path",{d:"M15 12.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z"}]];var EM=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"m15.5 9.5 5 5"}],["path",{d:"m20.5 9.5-5 5"}]];var HM=[["path",{d:"M3 5h.01"}],["path",{d:"M3 12h.01"}],["path",{d:"M3 19h.01"}],["path",{d:"M8 5h13"}],["path",{d:"M8 12h13"}],["path",{d:"M8 19h13"}]];var Nn=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]];var PM=[["path",{d:"M22 12a1 1 0 0 1-10 0 1 1 0 0 0-10 0"}],["path",{d:"M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6"}],["path",{d:"M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6"}],["circle",{cx:"12",cy:"12",r:"10"}]];var RM=[["path",{d:"M12 2v4"}],["path",{d:"m16.2 7.8 2.9-2.9"}],["path",{d:"M18 12h4"}],["path",{d:"m16.2 16.2 2.9 2.9"}],["path",{d:"M12 18v4"}],["path",{d:"m4.9 19.1 2.9-2.9"}],["path",{d:"M2 12h4"}],["path",{d:"m4.9 4.9 2.9 2.9"}]];var IM=[["line",{x1:"2",x2:"5",y1:"12",y2:"12"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22"}],["circle",{cx:"12",cy:"12",r:"7"}],["circle",{cx:"12",cy:"12",r:"3"}]];var BM=[["path",{d:"M12 19v3"}],["path",{d:"M12 2v3"}],["path",{d:"M18.89 13.24a7 7 0 0 0-8.13-8.13"}],["path",{d:"M19 12h3"}],["path",{d:"M2 12h3"}],["path",{d:"m2 2 20 20"}],["path",{d:"M7.05 7.05a7 7 0 0 0 9.9 9.9"}]];var DM=[["line",{x1:"2",x2:"5",y1:"12",y2:"12"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22"}],["circle",{cx:"12",cy:"12",r:"7"}]];var zn=[["circle",{cx:"12",cy:"16",r:"1"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2"}],["path",{d:"M7 10V7a5 5 0 0 1 9.33-2.5"}]];var VM=[["circle",{cx:"12",cy:"16",r:"1"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2"}],["path",{d:"M7 10V7a5 5 0 0 1 10 0v3"}]];var _n=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 9.9-1"}]];var FM=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]];var WM=[["path",{d:"m10 17 5-5-5-5"}],["path",{d:"M15 12H3"}],["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"}]];var OM=[["path",{d:"m16 17 5-5-5-5"}],["path",{d:"M21 12H9"}],["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}]];var NM=[["path",{d:"M3 5h1"}],["path",{d:"M3 12h1"}],["path",{d:"M3 19h1"}],["path",{d:"M8 5h1"}],["path",{d:"M8 12h1"}],["path",{d:"M8 19h1"}],["path",{d:"M13 5h8"}],["path",{d:"M13 12h8"}],["path",{d:"M13 19h8"}]];var zM=[["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}],["path",{d:"M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0"}]];var _M=[["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"}],["path",{d:"M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14"}],["path",{d:"M10 20h4"}],["circle",{cx:"16",cy:"20",r:"2"}],["circle",{cx:"8",cy:"20",r:"2"}]];var qM=[["path",{d:"m12 15 4 4"}],["path",{d:"M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282z"}],["path",{d:"m5 8 4 4"}]];var UM=[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"m16 19 2 2 4-4"}]];var $M=[["path",{d:"M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M16 19h6"}]];var jM=[["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"}],["path",{d:"m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10"}]];var GM=[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M19 16v6"}],["path",{d:"M16 19h6"}]];var qn=[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["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"}],["path",{d:"M20 22v.01"}]];var ZM=[["path",{d:"M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"}],["circle",{cx:"18",cy:"18",r:"3"}],["path",{d:"m22 22-1.5-1.5"}]];var XM=[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M20 14v4"}],["path",{d:"M20 22v.01"}]];var JM=[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"m17 17 4 4"}],["path",{d:"m21 17-4 4"}]];var KM=[["path",{d:"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}]];var YM=[["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"}],["polyline",{points:"15,9 18,9 18,11"}],["path",{d:"M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2"}],["line",{x1:"6",x2:"7",y1:"10",y2:"10"}]];var QM=[["path",{d:"M17 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 1-1.732"}],["path",{d:"m22 5.5-6.419 4.179a2 2 0 0 1-2.162 0L7 5.5"}],["rect",{x:"7",y:"3",width:"15",height:"12",rx:"2"}]];var e6=[["path",{d:"m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V14"}],["path",{d:"M15 5.764V14"}],["path",{d:"M21 18h-6"}],["path",{d:"M9 3.236v15"}]];var t6=[["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"}],["path",{d:"m9 10 2 2 4-4"}]];var a6=[["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"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"m16 18 2 2 4-4"}]];var r6=[["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"}],["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"}],["path",{d:"M18 22v-3"}],["circle",{cx:"10",cy:"10",r:"3"}]];var o6=[["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"}],["path",{d:"M9 10h6"}]];var s6=[["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"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M16 18h6"}]];var n6=[["path",{d:"M12.75 7.09a3 3 0 0 1 2.16 2.16"}],["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"}],["path",{d:"m2 2 20 20"}],["path",{d:"M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533"}],["path",{d:"M9.13 9.13a3 3 0 0 0 3.74 3.74"}]];var Un=[["path",{d:"M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468"}],["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"}],["circle",{cx:"10",cy:"10",r:"3"}]];var l6=[["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"}],["path",{d:"M12 7v6"}],["path",{d:"M9 10h6"}]];var i6=[["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"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M16 18h6"}],["path",{d:"M19 15v6"}]];var d6=[["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"}],["path",{d:"m14.5 7.5-5 5"}],["path",{d:"m9.5 7.5 5 5"}]];var p6=[["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"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"m21.5 15.5-5 5"}],["path",{d:"m21.5 20.5-5-5"}]];var c6=[["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"}],["circle",{cx:"12",cy:"10",r:"3"}]];var u6=[["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"}],["circle",{cx:"12",cy:"8",r:"2"}],["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"}]];var f6=[["path",{d:"m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V12"}],["path",{d:"M15 5.764V12"}],["path",{d:"M18 15v6"}],["path",{d:"M21 18h-6"}],["path",{d:"M9 3.236v15"}]];var h6=[["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"}],["path",{d:"M15 5.764v15"}],["path",{d:"M9 3.236v15"}]];var m6=[["path",{d:"m14 6 4 4"}],["path",{d:"M17 3h4v4"}],["path",{d:"m21 3-7.75 7.75"}],["circle",{cx:"9",cy:"15",r:"6"}]];var x6=[["path",{d:"M16 3h5v5"}],["path",{d:"m21 3-6.75 6.75"}],["circle",{cx:"10",cy:"14",r:"6"}]];var g6=[["path",{d:"M8 22h8"}],["path",{d:"M12 11v11"}],["path",{d:"m19 3-7 8-7-8Z"}]];var M6=[["path",{d:"M15 3h6v6"}],["path",{d:"m21 3-7 7"}],["path",{d:"m3 21 7-7"}],["path",{d:"M9 21H3v-6"}]];var y6=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3"}]];var v6=[["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"}],["path",{d:"M11 12 5.12 2.2"}],["path",{d:"m13 12 5.88-9.8"}],["path",{d:"M8 7h8"}],["circle",{cx:"12",cy:"17",r:"5"}],["path",{d:"M12 18v-2h-.5"}]];var b6=[["path",{d:"M11.636 6A13 13 0 0 0 19.4 3.2 1 1 0 0 1 21 4v11.344"}],["path",{d:"M14.378 14.357A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1"}],["path",{d:"m2 2 20 20"}],["path",{d:"M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14"}],["path",{d:"M8 8v6"}]];var C6=[["path",{d:"M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z"}],["path",{d:"M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14"}],["path",{d:"M8 6v8"}]];var w6=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"8",x2:"16",y1:"15",y2:"15"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]];var S6=[["path",{d:"M6 19v-3"}],["path",{d:"M10 19v-3"}],["path",{d:"M14 19v-3"}],["path",{d:"M18 19v-3"}],["path",{d:"M8 11V9"}],["path",{d:"M16 11V9"}],["path",{d:"M12 11V9"}],["path",{d:"M2 15h20"}],["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"}]];var A6=[["path",{d:"M4 5h16"}],["path",{d:"M4 12h16"}],["path",{d:"M4 19h16"}]];var k6=[["path",{d:"m8 6 4-4 4 4"}],["path",{d:"M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22"}],["path",{d:"m20 22-5-5"}]];var T6=[["path",{d:"m10 9-3 3 3 3"}],["path",{d:"m14 15 3-3-3-3"}],["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}]];var L6=[["path",{d:"M10.1 2.182a10 10 0 0 1 3.8 0"}],["path",{d:"M13.9 21.818a10 10 0 0 1-3.8 0"}],["path",{d:"M17.609 3.72a10 10 0 0 1 2.69 2.7"}],["path",{d:"M2.182 13.9a10 10 0 0 1 0-3.8"}],["path",{d:"M20.28 17.61a10 10 0 0 1-2.7 2.69"}],["path",{d:"M21.818 10.1a10 10 0 0 1 0 3.8"}],["path",{d:"M3.721 6.391a10 10 0 0 1 2.7-2.69"}],["path",{d:"m6.163 21.117-2.906.85a1 1 0 0 1-1.236-1.169l.965-2.98"}]];var E6=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}],["path",{d:"M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 5.004 2.224 3 3 0 0 1-.832 2.083l-3.447 3.62a1 1 0 0 1-1.45-.001z"}]];var H6=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}],["path",{d:"M8 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M16 12h.01"}]];var P6=[["path",{d:"m2 2 20 20"}],["path",{d:"M4.93 4.929a10 10 0 0 0-1.938 11.412 2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 0 0 11.302-1.989"}],["path",{d:"M8.35 2.69A10 10 0 0 1 21.3 15.65"}]];var R6=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var $n=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}],["path",{d:"M12 17h.01"}]];var I6=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}],["path",{d:"m10 15-3-3 3-3"}],["path",{d:"M7 12h8a2 2 0 0 1 2 2v1"}]];var B6=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}],["path",{d:"M12 8v4"}],["path",{d:"M12 16h.01"}]];var D6=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var V6=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}]];var F6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"m10 8-3 3 3 3"}],["path",{d:"m14 14 3-3-3-3"}]];var W6=[["path",{d:"M12 19h.01"}],["path",{d:"M12 3h.01"}],["path",{d:"M16 19h.01"}],["path",{d:"M16 3h.01"}],["path",{d:"M2 13h.01"}],["path",{d:"M2 17v4.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H8"}],["path",{d:"M2 5a2 2 0 0 1 2-2"}],["path",{d:"M2 9h.01"}],["path",{d:"M20 3a2 2 0 0 1 2 2"}],["path",{d:"M22 13h.01"}],["path",{d:"M22 17a2 2 0 0 1-2 2"}],["path",{d:"M22 9h.01"}],["path",{d:"M8 3h.01"}]];var O6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M10 15h4"}],["path",{d:"M10 9h4"}],["path",{d:"M12 7v4"}]];var N6=[["path",{d:"M12.7 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4.7"}],["circle",{cx:"19",cy:"6",r:"3"}]];var z6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M7.5 9.5c0 .687.265 1.383.697 1.844l3.009 3.264a1.14 1.14 0 0 0 .407.314 1 1 0 0 0 .783-.004 1.14 1.14 0 0 0 .398-.31l3.008-3.264A2.77 2.77 0 0 0 16.5 9.5 2.5 2.5 0 0 0 12 8a2.5 2.5 0 0 0-4.5 1.5"}]];var _6=[["path",{d:"M22 8.5V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H10"}],["path",{d:"M20 15v-2a2 2 0 0 0-4 0v2"}],["rect",{x:"14",y:"15",width:"8",height:"5",rx:"1"}]];var q6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M12 11h.01"}],["path",{d:"M16 11h.01"}],["path",{d:"M8 11h.01"}]];var U6=[["path",{d:"M19 19H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.7.7 0 0 1 2 21.286V5a2 2 0 0 1 1.184-1.826"}],["path",{d:"m2 2 20 20"}],["path",{d:"M8.656 3H20a2 2 0 0 1 2 2v11.344"}]];var $6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M12 8v6"}],["path",{d:"M9 11h6"}]];var j6=[["path",{d:"M14 14a2 2 0 0 0 2-2V8h-2"}],["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M8 14a2 2 0 0 0 2-2V8H8"}]];var G6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"m10 8-3 3 3 3"}],["path",{d:"M17 14v-1a2 2 0 0 0-2-2H7"}]];var Z6=[["path",{d:"M12 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4"}],["path",{d:"M16 3h6v6"}],["path",{d:"m16 9 6-6"}]];var X6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M7 11h10"}],["path",{d:"M7 15h6"}],["path",{d:"M7 7h8"}]];var J6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M12 15h.01"}],["path",{d:"M12 7v4"}]];var K6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"m14.5 8.5-5 5"}],["path",{d:"m9.5 8.5 5 5"}]];var Y6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}]];var Q6=[["path",{d:"M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"}],["path",{d:"M20 9a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1"}]];var e8=[["path",{d:"M12 19v3"}],["path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33"}],["path",{d:"M16.95 16.95A7 7 0 0 1 5 12v-2"}],["path",{d:"M18.89 13.23A7 7 0 0 0 19 12v-2"}],["path",{d:"m2 2 20 20"}],["path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12"}]];var jn=[["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"}],["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"}],["circle",{cx:"16",cy:"7",r:"5"}]];var t8=[["path",{d:"M12 19v3"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}],["rect",{x:"9",y:"2",width:"6",height:"13",rx:"3"}]];var a8=[["path",{d:"M18 12h2"}],["path",{d:"M18 16h2"}],["path",{d:"M18 20h2"}],["path",{d:"M18 4h2"}],["path",{d:"M18 8h2"}],["path",{d:"M4 12h2"}],["path",{d:"M4 16h2"}],["path",{d:"M4 20h2"}],["path",{d:"M4 4h2"}],["path",{d:"M4 8h2"}],["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"}]];var r8=[["path",{d:"M6 18h8"}],["path",{d:"M3 22h18"}],["path",{d:"M14 22a7 7 0 1 0 0-14h-1"}],["path",{d:"M9 14h2"}],["path",{d:"M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z"}],["path",{d:"M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3"}]];var o8=[["rect",{width:"20",height:"15",x:"2",y:"4",rx:"2"}],["rect",{width:"8",height:"7",x:"6",y:"8",rx:"1"}],["path",{d:"M18 8v7"}],["path",{d:"M6 19v2"}],["path",{d:"M18 19v2"}]];var s8=[["path",{d:"M12 13v8"}],["path",{d:"M12 3v3"}],["path",{d:"M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z"}]];var n8=[["path",{d:"M8 2h8"}],["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"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var l8=[["path",{d:"M8 2h8"}],["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"}],["path",{d:"M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0"}]];var i8=[["path",{d:"m14 10 7-7"}],["path",{d:"M20 10h-6V4"}],["path",{d:"m3 21 7-7"}],["path",{d:"M4 14h6v6"}]];var d8=[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3"}]];var p8=[["path",{d:"M5 12h14"}]];var c8=[["path",{d:"m9 10 2 2 4-4"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]];var u8=[["path",{d:"M11 13a3 3 0 1 1 2.83-4H14a2 2 0 0 1 0 4z"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2"}]];var f8=[["path",{d:"M12 17v4"}],["path",{d:"m14.305 7.53.923-.382"}],["path",{d:"m15.228 4.852-.923-.383"}],["path",{d:"m16.852 3.228-.383-.924"}],["path",{d:"m16.852 8.772-.383.923"}],["path",{d:"m19.148 3.228.383-.924"}],["path",{d:"m19.53 9.696-.382-.924"}],["path",{d:"m20.772 4.852.924-.383"}],["path",{d:"m20.772 7.148.924.383"}],["path",{d:"M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7"}],["path",{d:"M8 21h8"}],["circle",{cx:"18",cy:"6",r:"3"}]];var h8=[["path",{d:"M12 17v4"}],["path",{d:"M22 12.307V15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8.693"}],["path",{d:"M8 21h8"}],["circle",{cx:"19",cy:"6",r:"3"}]];var m8=[["path",{d:"M12 13V7"}],["path",{d:"m15 10-3 3-3-3"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]];var x8=[["path",{d:"M17 17H4a2 2 0 0 1-2-2V5c0-1.5 1-2 1-2"}],["path",{d:"M22 15V5a2 2 0 0 0-2-2H9"}],["path",{d:"M8 21h8"}],["path",{d:"M12 17v4"}],["path",{d:"m2 2 20 20"}]];var g8=[["path",{d:"M10 13V7"}],["path",{d:"M14 13V7"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]];var M8=[["path",{d:"M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2"}]];var y8=[["path",{d:"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8"}],["path",{d:"M10 19v-3.96 3.15"}],["path",{d:"M7 19h5"}],["rect",{width:"6",height:"10",x:"16",y:"12",rx:"2"}]];var v8=[["path",{d:"M5.5 20H8"}],["path",{d:"M17 9h.01"}],["rect",{width:"10",height:"16",x:"12",y:"4",rx:"2"}],["path",{d:"M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4"}],["circle",{cx:"17",cy:"15",r:"1"}]];var b8=[["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2"}],["rect",{x:"9",y:"7",width:"6",height:"6",rx:"1"}]];var C8=[["path",{d:"m9 10 3-3 3 3"}],["path",{d:"M12 13V7"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]];var w8=[["path",{d:"m14.5 12.5-5-5"}],["path",{d:"m9.5 12.5 5-5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]];var S8=[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21"}]];var A8=[["path",{d:"M18 5h4"}],["path",{d:"M20 3v4"}],["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"}]];var k8=[["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"}]];var T8=[["path",{d:"m18 14-1-3"}],["path",{d:"m3 9 6 2a2 2 0 0 1 2-2h2a2 2 0 0 1 1.99 1.81"}],["path",{d:"M8 17h3a1 1 0 0 0 1-1 6 6 0 0 1 6-6 1 1 0 0 0 1-1v-.75A5 5 0 0 0 17 5"}],["circle",{cx:"19",cy:"17",r:"3"}],["circle",{cx:"5",cy:"17",r:"3"}]];var L8=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}],["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"}]];var E8=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}]];var H8=[["path",{d:"M12 6v.343"}],["path",{d:"M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218"}],["path",{d:"M19 13.343V9A7 7 0 0 0 8.56 2.902"}],["path",{d:"M22 22 2 2"}]];var P8=[["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"}]];var R8=[["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"}],["circle",{cx:"16",cy:"16",r:"6"}],["path",{d:"m11.8 11.8 8.4 8.4"}]];var I8=[["path",{d:"M14 4.1 12 6"}],["path",{d:"m5.1 8-2.9-.8"}],["path",{d:"m6 12-1.9 2"}],["path",{d:"M7.2 2.2 8 5.1"}],["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"}]];var B8=[["path",{d:"M12.586 12.586 19 19"}],["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"}]];var D8=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7"}],["path",{d:"M12 6v4"}]];var Gn=[["path",{d:"M5 3v16h16"}],["path",{d:"m5 19 6-6"}],["path",{d:"m2 6 3-3 3 3"}],["path",{d:"m18 16 3 3-3 3"}]];var V8=[["path",{d:"M19 13v6h-6"}],["path",{d:"M5 11V5h6"}],["path",{d:"m5 5 14 14"}]];var F8=[["path",{d:"M11 19H5v-6"}],["path",{d:"M13 5h6v6"}],["path",{d:"M19 5 5 19"}]];var W8=[["path",{d:"M11 19H5V13"}],["path",{d:"M19 5L5 19"}]];var O8=[["path",{d:"M19 13V19H13"}],["path",{d:"M5 5L19 19"}]];var N8=[["path",{d:"M8 18L12 22L16 18"}],["path",{d:"M12 2V22"}]];var z8=[["path",{d:"m18 8 4 4-4 4"}],["path",{d:"M2 12h20"}],["path",{d:"m6 8-4 4 4 4"}]];var _8=[["path",{d:"M6 8L2 12L6 16"}],["path",{d:"M2 12H22"}]];var q8=[["path",{d:"M18 8L22 12L18 16"}],["path",{d:"M2 12H22"}]];var U8=[["path",{d:"M5 11V5H11"}],["path",{d:"M5 5L19 19"}]];var $8=[["path",{d:"M13 5H19V11"}],["path",{d:"M19 5L5 19"}]];var j8=[["path",{d:"M8 6L12 2L16 6"}],["path",{d:"M12 2V22"}]];var G8=[["path",{d:"M12 2v20"}],["path",{d:"m8 18 4 4 4-4"}],["path",{d:"m8 6 4-4 4 4"}]];var Z8=[["path",{d:"M12 2v20"}],["path",{d:"m15 19-3 3-3-3"}],["path",{d:"m19 9 3 3-3 3"}],["path",{d:"M2 12h20"}],["path",{d:"m5 9-3 3 3 3"}],["path",{d:"m9 5 3-3 3 3"}]];var X8=[["circle",{cx:"8",cy:"18",r:"4"}],["path",{d:"M12 18V2l7 4"}]];var J8=[["circle",{cx:"12",cy:"18",r:"4"}],["path",{d:"M16 18V2"}]];var K8=[["path",{d:"M9 18V5l12-2v13"}],["path",{d:"m9 9 12-2"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]];var Y8=[["path",{d:"M9 18V5l12-2v13"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]];var Q8=[["path",{d:"M9.31 9.31 5 21l7-4 7 4-1.17-3.17"}],["path",{d:"M14.53 8.88 12 2l-1.17 3.17"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var ey=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2"}]];var ty=[["path",{d:"M8.43 8.43 3 11l8 2 2 8 2.57-5.43"}],["path",{d:"M17.39 11.73 22 2l-9.73 4.61"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var ay=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11"}]];var ry=[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3"}],["path",{d:"M12 12V8"}]];var oy=[["path",{d:"M15 18h-5"}],["path",{d:"M18 14h-8"}],["path",{d:"M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-4 0v-9a2 2 0 0 1 2-2h2"}],["rect",{width:"8",height:"4",x:"10",y:"6",rx:"1"}]];var sy=[["path",{d:"M6 8.32a7.43 7.43 0 0 1 0 7.36"}],["path",{d:"M9.46 6.21a11.76 11.76 0 0 1 0 11.58"}],["path",{d:"M12.91 4.1a15.91 15.91 0 0 1 .01 15.8"}],["path",{d:"M16.37 2a20.16 20.16 0 0 1 0 20"}]];var ny=[["path",{d:"M12 2v10"}],["path",{d:"m8.5 4 7 4"}],["path",{d:"m8.5 8 7-4"}],["circle",{cx:"12",cy:"17",r:"5"}]];var ly=[["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"}],["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["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"}]];var iy=[["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M15 2v20"}],["path",{d:"M15 7h5"}],["path",{d:"M15 12h5"}],["path",{d:"M15 17h5"}]];var dy=[["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M9.5 8h5"}],["path",{d:"M9.5 12H16"}],["path",{d:"M9.5 16H14"}]];var py=[["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M16 2v20"}]];var cy=[["path",{d:"M8 2v4"}],["path",{d:"M12 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2"}],["path",{d:"M20 12v2"}],["path",{d:"M20 18v2a2 2 0 0 1-2 2h-1"}],["path",{d:"M13 22h-2"}],["path",{d:"M7 22H6a2 2 0 0 1-2-2v-2"}],["path",{d:"M4 14v-2"}],["path",{d:"M4 8V6a2 2 0 0 1 2-2h2"}],["path",{d:"M8 10h6"}],["path",{d:"M8 14h8"}],["path",{d:"M8 18h5"}]];var uy=[["path",{d:"M8 2v4"}],["path",{d:"M12 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"16",height:"18",x:"4",y:"4",rx:"2"}],["path",{d:"M8 10h6"}],["path",{d:"M8 14h8"}],["path",{d:"M8 18h5"}]];var fy=[["path",{d:"M12 4V2"}],["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"}],["path",{d:"M19 10v3.343"}],["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"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var hy=[["path",{d:"M12 4V2"}],["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"}],["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"}]];var Zn=[["path",{d:"M12 16h.01"}],["path",{d:"M12 8v4"}],["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"}]];var my=[["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"}],["path",{d:"M8 12h8"}]];var Xn=[["path",{d:"M10 15V9"}],["path",{d:"M14 15V9"}],["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"}]];var Jn=[["path",{d:"m15 9-6 6"}],["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"}],["path",{d:"m9 9 6 6"}]];var xy=[["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"}]];var gy=[["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"}]];var My=[["path",{d:"M3 3h6l6 18h6"}],["path",{d:"M14 3h7"}]];var yy=[["path",{d:"M20.341 6.484A10 10 0 0 1 10.266 21.85"}],["path",{d:"M3.659 17.516A10 10 0 0 1 13.74 2.152"}],["circle",{cx:"12",cy:"12",r:"3"}],["circle",{cx:"19",cy:"5",r:"2"}],["circle",{cx:"5",cy:"19",r:"2"}]];var vy=[["path",{d:"M12 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025"}],["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"}],["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"}]];var by=[["path",{d:"M12 3v6"}],["path",{d:"M16.76 3a2 2 0 0 1 1.8 1.1l2.23 4.479a2 2 0 0 1 .21.891V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9.472a2 2 0 0 1 .211-.894L5.45 4.1A2 2 0 0 1 7.24 3z"}],["path",{d:"M3.054 9.013h17.893"}]];var Cy=[["path",{d:"m16 16 2 2 4-4"}],["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"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]];var wy=[["path",{d:"M16 16h6"}],["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"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]];var Sy=[["path",{d:"M12 22v-9"}],["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"}],["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"}],["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"}]];var Ay=[["path",{d:"M16 16h6"}],["path",{d:"M19 13v6"}],["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"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]];var ky=[["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"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}],["circle",{cx:"18.5",cy:"15.5",r:"2.5"}],["path",{d:"M20.27 17.27 22 19"}]];var Ty=[["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"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}],["path",{d:"m17 13 5 5m-5 0 5-5"}]];var Ly=[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z"}],["path",{d:"M12 22V12"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["path",{d:"m7.5 4.27 9 5.15"}]];var Ey=[["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"}],["path",{d:"m5 2 5 5"}],["path",{d:"M2 13h15"}],["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"}]];var Hy=[["rect",{width:"16",height:"6",x:"2",y:"2",rx:"2"}],["path",{d:"M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2"}],["rect",{width:"4",height:"6",x:"8",y:"16",rx:"1"}]];var Kn=[["path",{d:"M10 2v2"}],["path",{d:"M14 2v4"}],["path",{d:"M17 2a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1z"}],["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"}]];var Py=[["path",{d:"m14.622 17.897-10.68-2.913"}],["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"}],["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"}]];var Ry=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor"}]];var Iy=[["path",{d:"M11.25 17.25h1.5L12 18z"}],["path",{d:"m15 12 2 2"}],["path",{d:"M18 6.5a.5.5 0 0 0-.5-.5"}],["path",{d:"M20.69 9.67a4.5 4.5 0 1 0-7.04-5.5 8.35 8.35 0 0 0-3.3 0 4.5 4.5 0 1 0-7.04 5.5C2.49 11.2 2 12.88 2 14.5 2 19.47 6.48 22 12 22s10-2.53 10-7.5c0-1.62-.48-3.3-1.3-4.83"}],["path",{d:"M6 6.5a.495.495 0 0 1 .5-.5"}],["path",{d:"m9 12-2 2"}]];var By=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m15 8-3 3-3-3"}]];var Yn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M14 15h1"}],["path",{d:"M19 15h2"}],["path",{d:"M3 15h2"}],["path",{d:"M9 15h1"}]];var Dy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m9 10 3-3 3 3"}]];var Vy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}]];var Qn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m16 15-3-3 3-3"}]];var el=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 14v1"}],["path",{d:"M9 19v2"}],["path",{d:"M9 3v2"}],["path",{d:"M9 9v1"}]];var tl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m14 9 3 3-3 3"}]];var Fy=[["path",{d:"M15 10V9"}],["path",{d:"M15 15v-1"}],["path",{d:"M15 21v-2"}],["path",{d:"M15 5V3"}],["path",{d:"M9 10V9"}],["path",{d:"M9 15v-1"}],["path",{d:"M9 21v-2"}],["path",{d:"M9 5V3"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var al=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}]];var Wy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m8 9 3 3-3 3"}]];var rl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 14v1"}],["path",{d:"M15 19v2"}],["path",{d:"M15 3v2"}],["path",{d:"M15 9v1"}]];var Oy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m10 15-3-3 3-3"}]];var Ny=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}]];var zy=[["path",{d:"M14 15h1"}],["path",{d:"M14 9h1"}],["path",{d:"M19 15h2"}],["path",{d:"M19 9h2"}],["path",{d:"M3 15h2"}],["path",{d:"M3 9h2"}],["path",{d:"M9 15h1"}],["path",{d:"M9 9h1"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var _y=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m9 16 3-3 3 3"}]];var ol=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M14 9h1"}],["path",{d:"M19 9h2"}],["path",{d:"M3 9h2"}],["path",{d:"M9 9h1"}]];var qy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m15 14-3 3-3-3"}]];var Uy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}]];var $y=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M9 15h12"}]];var jy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h12"}],["path",{d:"M15 3v18"}]];var sl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M9 21V9"}]];var Gy=[["path",{d:"m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551"}]];var Zy=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}]];var Xy=[["path",{d:"M11 15h2"}],["path",{d:"M12 12v3"}],["path",{d:"M12 19v3"}],["path",{d:"M15.282 19a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z"}],["path",{d:"M9 9a3 3 0 1 1 6 0"}]];var Jy=[["path",{d:"M5.8 11.3 2 22l10.7-3.79"}],["path",{d:"M4 3h.01"}],["path",{d:"M22 8h.01"}],["path",{d:"M15 2h.01"}],["path",{d:"M22 20h.01"}],["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"}],["path",{d:"m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17"}],["path",{d:"m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7"}],["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"}]];var Ky=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1"}]];var Yy=[["circle",{cx:"11",cy:"4",r:"2"}],["circle",{cx:"18",cy:"8",r:"2"}],["circle",{cx:"20",cy:"16",r:"2"}],["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"}]];var Qy=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2"}],["path",{d:"M15 14h.01"}],["path",{d:"M9 6h6"}],["path",{d:"M9 10h6"}]];var nl=[["path",{d:"M13 21h8"}],["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"}]];var e7=[["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"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353"}],["path",{d:"m2 2 20 20"}]];var t7=[["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"}],["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"}],["path",{d:"m2.3 2.3 7.286 7.286"}],["circle",{cx:"11",cy:"11",r:"2"}]];var ll=[["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"}]];var a7=[["path",{d:"M13 21h8"}],["path",{d:"m15 5 4 4"}],["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"}]];var r7=[["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"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353"}],["path",{d:"m15 5 4 4"}],["path",{d:"m2 2 20 20"}]];var o7=[["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"}],["path",{d:"m8 6 2-2"}],["path",{d:"m18 16 2-2"}],["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"}],["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"}],["path",{d:"m15 5 4 4"}]];var s7=[["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"}],["path",{d:"m15 5 4 4"}]];var n7=[["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"}]];var l7=[["line",{x1:"19",x2:"5",y1:"5",y2:"19"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5"}]];var i7=[["circle",{cx:"12",cy:"5",r:"1"}],["path",{d:"m9 20 3-6 3 6"}],["path",{d:"m6 8 6 2 6-2"}],["path",{d:"M12 10v4"}]];var d7=[["path",{d:"M20 11H4"}],["path",{d:"M20 7H4"}],["path",{d:"M7 21V4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 12H7"}]];var p7=[["path",{d:"M13 2a9 9 0 0 1 9 9"}],["path",{d:"M13 6a5 5 0 0 1 5 5"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var c7=[["path",{d:"M14 6h8"}],["path",{d:"m18 2 4 4-4 4"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var u7=[["path",{d:"M16 2v6h6"}],["path",{d:"m22 2-6 6"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var f7=[["path",{d:"m16 2 6 6"}],["path",{d:"m22 2-6 6"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var h7=[["path",{d:"M10.1 13.9a14 14 0 0 0 3.732 2.668 1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2 18 18 0 0 1-12.728-5.272"}],["path",{d:"M22 2 2 22"}],["path",{d:"M4.76 13.582A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 .244.473"}]];var m7=[["path",{d:"m16 8 6-6"}],["path",{d:"M22 8V2h-6"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var x7=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var g7=[["line",{x1:"9",x2:"9",y1:"4",y2:"20"}],["path",{d:"M4 7c0-1.7 1.3-3 3-3h13"}],["path",{d:"M18 20c-1.7 0-3-1.3-3-3V4"}]];var M7=[["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"}],["path",{d:"M2 14h20"}],["path",{d:"M6 14v4"}],["path",{d:"M10 14v4"}],["path",{d:"M14 14v4"}],["path",{d:"M18 14v4"}]];var y7=[["path",{d:"m14 13-8.381 8.38a1 1 0 0 1-3.001-3L11 9.999"}],["path",{d:"M15.973 4.027A13 13 0 0 0 5.902 2.373c-1.398.342-1.092 2.158.277 2.601a19.9 19.9 0 0 1 5.822 3.024"}],["path",{d:"M16.001 11.999a19.9 19.9 0 0 1 3.024 5.824c.444 1.369 2.26 1.676 2.603.278A13 13 0 0 0 20 8.069"}],["path",{d:"M18.352 3.352a1.205 1.205 0 0 0-1.704 0l-5.296 5.296a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l5.296-5.296a1.205 1.205 0 0 0 0-1.704z"}]];var v7=[["path",{d:"M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4"}],["rect",{width:"10",height:"7",x:"12",y:"13",rx:"2"}]];var b7=[["path",{d:"M2 10h6V4"}],["path",{d:"m2 4 6 6"}],["path",{d:"M21 10V7a2 2 0 0 0-2-2h-7"}],["path",{d:"M3 14v2a2 2 0 0 0 2 2h3"}],["rect",{x:"12",y:"14",width:"10",height:"7",rx:"1"}]];var C7=[["path",{d:"M11 17h3v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a3.16 3.16 0 0 0 2-2h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-1a5 5 0 0 0-2-4V3a4 4 0 0 0-3.2 1.6l-.3.4H11a6 6 0 0 0-6 6v1a5 5 0 0 0 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1z"}],["path",{d:"M16 10h.01"}],["path",{d:"M2 8v1a2 2 0 0 0 2 2h1"}]];var w7=[["path",{d:"M14 3v11"}],["path",{d:"M14 9h-3a3 3 0 0 1 0-6h9"}],["path",{d:"M18 3v11"}],["path",{d:"M22 18H2l4-4"}],["path",{d:"m6 22-4-4"}]];var S7=[["path",{d:"M10 3v11"}],["path",{d:"M10 9H7a1 1 0 0 1 0-6h8"}],["path",{d:"M14 3v11"}],["path",{d:"m18 14 4 4H2"}],["path",{d:"m22 18-4 4"}]];var A7=[["path",{d:"M13 4v16"}],["path",{d:"M17 4v16"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"}]];var k7=[["path",{d:"M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4"}],["path",{d:"M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7"}],["rect",{width:"16",height:"5",x:"4",y:"2",rx:"1"}]];var T7=[["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"}],["path",{d:"m8.5 8.5 7 7"}]];var L7=[["path",{d:"M12 17v5"}],["path",{d:"M15 9.34V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H7.89"}],["path",{d:"m2 2 20 20"}],["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"}]];var E7=[["path",{d:"M12 17v5"}],["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"}]];var H7=[["path",{d:"m12 9-8.414 8.414A2 2 0 0 0 3 18.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 3.828 21h1.344a2 2 0 0 0 1.414-.586L15 12"}],["path",{d:"m18 9 .4.4a1 1 0 1 1-3 3l-3.8-3.8a1 1 0 1 1 3-3l.4.4 3.4-3.4a1 1 0 1 1 3 3z"}],["path",{d:"m2 22 .414-.414"}]];var P7=[["path",{d:"m12 14-1 1"}],["path",{d:"m13.75 18.25-1.25 1.42"}],["path",{d:"M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12"}],["path",{d:"M18.8 9.3a1 1 0 0 0 2.1 7.7"}],["path",{d:"M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z"}]];var R7=[["path",{d:"M2 22h20"}],["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"}]];var I7=[["path",{d:"M2 22h20"}],["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"}]];var B7=[["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"}]];var D7=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z"}]];var V7=[["path",{d:"M9 2v6"}],["path",{d:"M15 2v6"}],["path",{d:"M12 17v5"}],["path",{d:"M5 8h14"}],["path",{d:"M6 11V8h12v3a6 6 0 1 1-12 0Z"}]];var il=[["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"}],["path",{d:"m2 22 3-3"}],["path",{d:"M7.5 13.5 10 11"}],["path",{d:"M10.5 16.5 13 14"}],["path",{d:"m18 3-4 4h6l-4 4"}]];var F7=[["path",{d:"M12 22v-5"}],["path",{d:"M9 8V2"}],["path",{d:"M15 8V2"}],["path",{d:"M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z"}]];var W7=[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]];var O7=[["path",{d:"M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2-2 1-2 2 2 1 2 2"}],["path",{d:"M18 6h.01"}],["path",{d:"M6 18h.01"}],["path",{d:"M20.83 8.83a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z"}],["path",{d:"M18 11.66V22a4 4 0 0 0 4-4V6"}]];var N7=[["path",{d:"M20 3a2 2 0 0 1 2 2v6a1 1 0 0 1-20 0V5a2 2 0 0 1 2-2z"}],["path",{d:"m8 10 4 4 4-4"}]];var z7=[["path",{d:"M13 17a1 1 0 1 0-2 0l.5 4.5a0.5 0.5 0 0 0 1 0z",fill:"currentColor"}],["path",{d:"M16.85 18.58a9 9 0 1 0-9.7 0"}],["path",{d:"M8 14a5 5 0 1 1 8 0"}],["circle",{cx:"12",cy:"11",r:"1",fill:"currentColor"}]];var _7=[["path",{d:"M10 4.5V4a2 2 0 0 0-2.41-1.957"}],["path",{d:"M13.9 8.4a2 2 0 0 0-1.26-1.295"}],["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"}],["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"}],["path",{d:"M6 6v8"}],["path",{d:"m2 2 20 20"}]];var q7=[["path",{d:"M22 14a8 8 0 0 1-8 8"}],["path",{d:"M18 11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2"}],["path",{d:"M14 10V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1"}],["path",{d:"M10 9.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10"}],["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"}]];var U7=[["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"}],["path",{d:"m22 22-5.5-5.5"}]];var $7=[["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"}],["path",{d:"M10 22 9 8"}],["path",{d:"m14 22 1-14"}],["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"}]];var j7=[["path",{d:"M18 7c0-5.333-8-5.333-8 0"}],["path",{d:"M10 7v14"}],["path",{d:"M6 21h12"}],["path",{d:"M6 13h10"}]];var G7=[["path",{d:"M18.36 6.64A9 9 0 0 1 20.77 15"}],["path",{d:"M6.16 6.16a9 9 0 1 0 12.68 12.68"}],["path",{d:"M12 2v4"}],["path",{d:"m2 2 20 20"}]];var Z7=[["path",{d:"M12 2v10"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04"}]];var X7=[["path",{d:"M2 3h20"}],["path",{d:"M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3"}],["path",{d:"m7 21 5-5 5 5"}]];var J7=[["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"}],["path",{d:"m16 19 2 2 4-4"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6"}]];var K7=[["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"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6"}],["rect",{x:"6",y:"14",width:"12",height:"8",rx:"1"}]];var Y7=[["path",{d:"M5 7 3 5"}],["path",{d:"M9 6V3"}],["path",{d:"m13 7 2-2"}],["circle",{cx:"9",cy:"13",r:"3"}],["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"}],["path",{d:"M16 16h2"}]];var Q7=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M12 9v11"}],["path",{d:"M2 9h13a2 2 0 0 1 2 2v9"}]];var ev=[["path",{d:"M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z"}]];var tv=[["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"}],["path",{d:"M12 2v20"}]];var av=[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3"}],["path",{d:"M21 21v.01"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7"}],["path",{d:"M3 12h.01"}],["path",{d:"M12 3h.01"}],["path",{d:"M12 16v.01"}],["path",{d:"M16 12h1"}],["path",{d:"M21 12v.01"}],["path",{d:"M12 21v-1"}]];var rv=[["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"}],["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"}]];var ov=[["path",{d:"M13 16a3 3 0 0 1 2.24 5"}],["path",{d:"M18 12h.01"}],["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"}],["path",{d:"M20 8.54V4a2 2 0 1 0-4 0v3"}],["path",{d:"M7.612 12.524a3 3 0 1 0-1.6 4.3"}]];var sv=[["path",{d:"M19.07 4.93A10 10 0 0 0 6.99 3.34"}],["path",{d:"M4 6h.01"}],["path",{d:"M2.29 9.62A10 10 0 1 0 21.31 8.35"}],["path",{d:"M16.24 7.76A6 6 0 1 0 8.23 16.67"}],["path",{d:"M12 18h.01"}],["path",{d:"M17.99 11.66A6 6 0 0 1 15.77 16.67"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"m13.41 10.59 5.66-5.66"}]];var nv=[["path",{d:"M12 12h.01"}],["path",{d:"M14 15.4641a4 4 0 0 1-4 0L7.52786 19.74597 A 1 1 0 0 0 7.99303 21.16211 10 10 0 0 0 16.00697 21.16211 1 1 0 0 0 16.47214 19.74597z"}],["path",{d:"M16 12a4 4 0 0 0-2-3.464l2.472-4.282a1 1 0 0 1 1.46-.305 10 10 0 0 1 4.006 6.94A1 1 0 0 1 21 12z"}],["path",{d:"M8 12a4 4 0 0 1 2-3.464L7.528 4.254a1 1 0 0 0-1.46-.305 10 10 0 0 0-4.006 6.94A1 1 0 0 0 3 12z"}]];var lv=[["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"}]];var iv=[["path",{d:"M5 16v2"}],["path",{d:"M19 16v2"}],["rect",{width:"20",height:"8",x:"2",y:"8",rx:"2"}],["path",{d:"M18 12h.01"}]];var dv=[["path",{d:"M4.9 16.1C1 12.2 1 5.8 4.9 1.9"}],["path",{d:"M7.8 4.7a6.14 6.14 0 0 0-.8 7.5"}],["circle",{cx:"12",cy:"9",r:"2"}],["path",{d:"M16.2 4.8c2 2 2.26 5.11.8 7.47"}],["path",{d:"M19.1 1.9a9.96 9.96 0 0 1 0 14.1"}],["path",{d:"M9.5 18h5"}],["path",{d:"m8 22 4-11 4 11"}]];var pv=[["path",{d:"M16.247 7.761a6 6 0 0 1 0 8.478"}],["path",{d:"M19.075 4.933a10 10 0 0 1 0 14.134"}],["path",{d:"M4.925 19.067a10 10 0 0 1 0-14.134"}],["path",{d:"M7.753 16.239a6 6 0 0 1 0-8.478"}],["circle",{cx:"12",cy:"12",r:"2"}]];var cv=[["path",{d:"M20.34 17.52a10 10 0 1 0-2.82 2.82"}],["circle",{cx:"19",cy:"19",r:"2"}],["path",{d:"m13.41 13.41 4.18 4.18"}],["circle",{cx:"12",cy:"12",r:"2"}]];var uv=[["path",{d:"M5 15h14"}],["path",{d:"M5 9h14"}],["path",{d:"m14 20-5-5 6-6-5-5"}]];var fv=[["path",{d:"M22 17a10 10 0 0 0-20 0"}],["path",{d:"M6 17a6 6 0 0 1 12 0"}],["path",{d:"M10 17a2 2 0 0 1 4 0"}]];var hv=[["path",{d:"M13 22H4a2 2 0 0 1 0-4h12"}],["path",{d:"M13.236 18a3 3 0 0 0-2.2-5"}],["path",{d:"M16 9h.01"}],["path",{d:"M16.82 3.94a3 3 0 1 1 3.237 4.868l1.815 2.587a1.5 1.5 0 0 1-1.5 2.1l-2.872-.453a3 3 0 0 0-3.5 3"}],["path",{d:"M17 4.988a3 3 0 1 0-5.2 2.052A7 7 0 0 0 4 14.015 4 4 0 0 0 8 18"}]];var mv=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var xv=[["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"}],["path",{d:"M12 6.5v11"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2"}]];var gv=[["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"}],["path",{d:"M8 12h5"}],["path",{d:"M16 9.5a4 4 0 1 0 0 5.2"}]];var Mv=[["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"}],["path",{d:"M8 7h8"}],["path",{d:"M12 17.5 8 15h1a4 4 0 0 0 0-8"}],["path",{d:"M8 11h8"}]];var yv=[["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"}],["path",{d:"m12 10 3-3"}],["path",{d:"m9 7 3 3v7.5"}],["path",{d:"M9 11h6"}],["path",{d:"M9 15h6"}]];var vv=[["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"}],["path",{d:"M8 13h5"}],["path",{d:"M10 17V9.5a2.5 2.5 0 0 1 5 0"}],["path",{d:"M8 17h7"}]];var bv=[["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"}],["path",{d:"M8 15h5"}],["path",{d:"M8 11h5a2 2 0 1 0 0-4h-3v10"}]];var Cv=[["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"}],["path",{d:"M10 17V7h5"}],["path",{d:"M10 11h4"}],["path",{d:"M8 15h5"}]];var wv=[["path",{d:"M13 16H8"}],["path",{d:"M14 8H8"}],["path",{d:"M16 12H8"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z"}]];var Sv=[["path",{d:"M10 6.5v11a5.5 5.5 0 0 0 5.5-5.5"}],["path",{d:"m14 8-6 3"}],["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"}]];var Av=[["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"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 17.5v-11"}]];var kv=[["path",{d:"M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"}],["circle",{cx:"14",cy:"12",r:"8"}]];var dl=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}],["path",{d:"M12 12h.01"}],["path",{d:"M17 12h.01"}],["path",{d:"M7 12h.01"}]];var Tv=[["path",{d:"M20 6a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-4a2 2 0 0 1-1.6-.8l-1.6-2.13a1 1 0 0 0-1.6 0L9.6 17.2A2 2 0 0 1 8 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z"}]];var Lv=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var Ev=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}]];var Hv=[["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"}],["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"}],["path",{d:"m14 16-3 3 3 3"}],["path",{d:"M8.293 13.596 7.196 9.5 3.1 10.598"}],["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"}],["path",{d:"m13.378 9.633 4.096 1.098 1.097-4.096"}]];var Pv=[["path",{d:"m15 14 5-5-5-5"}],["path",{d:"M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13"}]];var Rv=[["circle",{cx:"12",cy:"17",r:"1"}],["path",{d:"M21 7v6h-6"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7"}]];var Iv=[["path",{d:"M21 7v6h-6"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7"}]];var Bv=[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16"}],["path",{d:"M16 16h5v5"}],["circle",{cx:"12",cy:"12",r:"1"}]];var Dv=[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16"}],["path",{d:"M16 16h5v5"}]];var Vv=[["path",{d:"M21 8L18.74 5.74A9.75 9.75 0 0 0 12 3C11 3 10.03 3.16 9.13 3.47"}],["path",{d:"M8 16H3v5"}],["path",{d:"M3 12C3 9.51 4 7.26 5.64 5.64"}],["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"}],["path",{d:"M21 12c0 1-.16 1.97-.47 2.87"}],["path",{d:"M21 3v5h-5"}],["path",{d:"M22 22 2 2"}]];var Fv=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"}],["path",{d:"M8 16H3v5"}]];var Wv=[["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"}],["path",{d:"M5 10h14"}],["path",{d:"M15 7v6"}]];var Ov=[["path",{d:"M17 3v10"}],["path",{d:"m12.67 5.5 8.66 5"}],["path",{d:"m12.67 10.5 8.66-5"}],["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"}]];var Nv=[["path",{d:"M4 7V4h16v3"}],["path",{d:"M5 20h6"}],["path",{d:"M13 4 8 20"}],["path",{d:"m15 15 5 5"}],["path",{d:"m20 15-5 5"}]];var zv=[["path",{d:"m17 2 4 4-4 4"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14"}],["path",{d:"m7 22-4-4 4-4"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3"}],["path",{d:"M11 10h1v4"}]];var _v=[["path",{d:"m2 9 3-3 3 3"}],["path",{d:"M13 18H7a2 2 0 0 1-2-2V6"}],["path",{d:"m22 15-3 3-3-3"}],["path",{d:"M11 6h6a2 2 0 0 1 2 2v10"}]];var qv=[["path",{d:"m17 2 4 4-4 4"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14"}],["path",{d:"m7 22-4-4 4-4"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3"}]];var Uv=[["path",{d:"M14 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1"}],["path",{d:"M14 4a1 1 0 0 1 1-1"}],["path",{d:"M15 10a1 1 0 0 1-1-1"}],["path",{d:"M19 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1"}],["path",{d:"M21 4a1 1 0 0 0-1-1"}],["path",{d:"M21 9a1 1 0 0 1-1 1"}],["path",{d:"m3 7 3 3 3-3"}],["path",{d:"M6 10V5a2 2 0 0 1 2-2h2"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1"}]];var $v=[["path",{d:"M14 4a1 1 0 0 1 1-1"}],["path",{d:"M15 10a1 1 0 0 1-1-1"}],["path",{d:"M21 4a1 1 0 0 0-1-1"}],["path",{d:"M21 9a1 1 0 0 1-1 1"}],["path",{d:"m3 7 3 3 3-3"}],["path",{d:"M6 10V5a2 2 0 0 1 2-2h2"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1"}]];var jv=[["path",{d:"m12 17-5-5 5-5"}],["path",{d:"M22 18v-2a4 4 0 0 0-4-4H7"}],["path",{d:"m7 17-5-5 5-5"}]];var Gv=[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4"}],["path",{d:"m9 17-5-5 5-5"}]];var Zv=[["path",{d:"M12 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 12 18z"}],["path",{d:"M22 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 22 18z"}]];var Xv=[["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"}],["path",{d:"m12 18 2.57-3.5"}],["path",{d:"M6.243 9.016a7 7 0 0 1 11.507-.009"}],["path",{d:"M9.35 14.53 12 11.22"}],["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"}]];var Jv=[["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"}],["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"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5"}]];var Kv=[["polyline",{points:"3.5 2 6.5 12.5 18 12.5"}],["line",{x1:"9.5",x2:"5.5",y1:"12.5",y2:"20"}],["line",{x1:"15",x2:"18.5",y1:"12.5",y2:"20"}],["path",{d:"M2.75 18a13 13 0 0 0 18.5 0"}]];var Yv=[["path",{d:"M6 19V5"}],["path",{d:"M10 19V6.8"}],["path",{d:"M14 19v-7.8"}],["path",{d:"M18 5v4"}],["path",{d:"M18 19v-6"}],["path",{d:"M22 19V9"}],["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"}]];var Qv=[["path",{d:"M17 10h-1a4 4 0 1 1 4-4v.534"}],["path",{d:"M17 6h1a4 4 0 0 1 1.42 7.74l-2.29.87a6 6 0 0 1-5.339-10.68l2.069-1.31"}],["path",{d:"M4.5 17c2.8-.5 4.4 0 5.5.8s1.8 2.2 2.3 3.7c-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2"}],["path",{d:"M9.77 12C4 15 2 22 2 22"}],["circle",{cx:"17",cy:"8",r:"2"}]];var pl=[["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"}],["path",{d:"m15.194 13.707 3.814 1.86-1.86 3.814"}],["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"}]];var e9=[["path",{d:"m14.5 9.5 1 1"}],["path",{d:"m15.5 8.5-4 4"}],["path",{d:"M3 12a9 9 0 1 0 9-9 9.74 9.74 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["circle",{cx:"10",cy:"14",r:"2"}]];var t9=[["path",{d:"M20 9V7a2 2 0 0 0-2-2h-6"}],["path",{d:"m15 2-3 3 3 3"}],["path",{d:"M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2"}]];var a9=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}]];var r9=[["path",{d:"M12 5H6a2 2 0 0 0-2 2v3"}],["path",{d:"m9 8 3-3-3-3"}],["path",{d:"M4 14v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2"}]];var o9=[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}]];var s9=[["circle",{cx:"6",cy:"19",r:"3"}],["path",{d:"M9 19h8.5c.4 0 .9-.1 1.3-.2"}],["path",{d:"M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12"}],["path",{d:"m2 2 20 20"}],["path",{d:"M21 15.3a3.5 3.5 0 0 0-3.3-3.3"}],["path",{d:"M15 5h-4.3"}],["circle",{cx:"18",cy:"5",r:"3"}]];var n9=[["circle",{cx:"6",cy:"19",r:"3"}],["path",{d:"M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15"}],["circle",{cx:"18",cy:"5",r:"3"}]];var l9=[["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6.01 18H6"}],["path",{d:"M10.01 18H10"}],["path",{d:"M15 10v4"}],["path",{d:"M17.84 7.17a4 4 0 0 0-5.66 0"}],["path",{d:"M20.66 4.34a8 8 0 0 0-11.31 0"}]];var cl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 12h18"}]];var ul=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var i9=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 7.5H3"}],["path",{d:"M21 12H3"}],["path",{d:"M21 16.5H3"}]];var d9=[["path",{d:"M4 11a9 9 0 0 1 9 9"}],["path",{d:"M4 4a16 16 0 0 1 16 16"}],["circle",{cx:"5",cy:"19",r:"1"}]];var p9=[["path",{d:"M12 15v-3.014"}],["path",{d:"M16 15v-3.014"}],["path",{d:"M20 6H4"}],["path",{d:"M20 8V4"}],["path",{d:"M4 8V4"}],["path",{d:"M8 15v-3.014"}],["rect",{x:"3",y:"12",width:"18",height:"7",rx:"1"}]];var c9=[["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"}],["path",{d:"m14.5 12.5 2-2"}],["path",{d:"m11.5 9.5 2-2"}],["path",{d:"m8.5 6.5 2-2"}],["path",{d:"m17.5 15.5 2-2"}]];var u9=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18"}],["path",{d:"M6 15h8"}]];var f9=[["path",{d:"M10 2v15"}],["path",{d:"M7 22a4 4 0 0 1-4-4 1 1 0 0 1 1-1h16a1 1 0 0 1 1 1 4 4 0 0 1-4 4z"}],["path",{d:"M9.159 2.46a1 1 0 0 1 1.521-.193l9.977 8.98A1 1 0 0 1 20 13H4a1 1 0 0 1-.824-1.567z"}]];var h9=[["path",{d:"M7 21h10"}],["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z"}],["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"}],["path",{d:"m13 12 4-4"}],["path",{d:"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2"}]];var m9=[["path",{d:"m2.37 11.223 8.372-6.777a2 2 0 0 1 2.516 0l8.371 6.777"}],["path",{d:"M21 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.25"}],["path",{d:"M3 15a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9"}],["path",{d:"m6.67 15 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2"}],["rect",{width:"20",height:"4",x:"2",y:"11",rx:"1"}]];var x9=[["path",{d:"M4 10a7.31 7.31 0 0 0 10 10Z"}],["path",{d:"m9 15 3-3"}],["path",{d:"M17 13a6 6 0 0 0-6-6"}],["path",{d:"M21 13A10 10 0 0 0 11 3"}]];var g9=[["path",{d:"m13.5 6.5-3.148-3.148a1.205 1.205 0 0 0-1.704 0L6.352 5.648a1.205 1.205 0 0 0 0 1.704L9.5 10.5"}],["path",{d:"M16.5 7.5 19 5"}],["path",{d:"m17.5 10.5 3.148 3.148a1.205 1.205 0 0 1 0 1.704l-2.296 2.296a1.205 1.205 0 0 1-1.704 0L13.5 14.5"}],["path",{d:"M9 21a6 6 0 0 0-6-6"}],["path",{d:"M9.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l4.296-4.296a1.205 1.205 0 0 0 0-1.704l-2.296-2.296a1.205 1.205 0 0 0-1.704 0z"}]];var M9=[["path",{d:"m20 19.5-5.5 1.2"}],["path",{d:"M14.5 4v11.22a1 1 0 0 0 1.242.97L20 15.2"}],["path",{d:"m2.978 19.351 5.549-1.363A2 2 0 0 0 10 16V2"}],["path",{d:"M20 10 4 13.5"}]];var y9=[["path",{d:"M10 2v3a1 1 0 0 0 1 1h5"}],["path",{d:"M18 18v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6"}],["path",{d:"M18 22H4a2 2 0 0 1-2-2V6"}],["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"}]];var v9=[["path",{d:"M13 13H8a1 1 0 0 0-1 1v7"}],["path",{d:"M14 8h1"}],["path",{d:"M17 21v-4"}],["path",{d:"m2 2 20 20"}],["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"}],["path",{d:"M29.5 11.5s5 5 4 5"}],["path",{d:"M9 3h6.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V15"}]];var b9=[["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"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7"}]];var fl=[["path",{d:"M5 7v11a1 1 0 0 0 1 1h11"}],["path",{d:"M5.293 18.707 11 13"}],["circle",{cx:"19",cy:"19",r:"2"}],["circle",{cx:"5",cy:"5",r:"2"}]];var C9=[["path",{d:"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"}],["path",{d:"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"}],["path",{d:"M7 21h10"}],["path",{d:"M12 3v18"}],["path",{d:"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2"}]];var w9=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}],["path",{d:"M14 15H9v-5"}],["path",{d:"M16 3h5v5"}],["path",{d:"M21 3 9 15"}]];var S9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M8 7v10"}],["path",{d:"M12 7v10"}],["path",{d:"M17 7v10"}]];var A9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["circle",{cx:"12",cy:"12",r:"1"}],["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"}]];var k9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 9h.01"}]];var T9=[["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 4.172 4.306l-3.447 3.62a1 1 0 0 1-1.449 0z"}]];var L9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M7 12h10"}]];var E9=[["path",{d:"M17 12v4a1 1 0 0 1-1 1h-4"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M17 8V7"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M7 17h.01"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["rect",{x:"7",y:"7",width:"5",height:"5",rx:"1"}]];var H9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"m16 16-1.9-1.9"}]];var P9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M7 8h8"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h6"}]];var R9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}]];var I9=[["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3"}],["path",{d:"M18 5v16"}],["path",{d:"m4 6 7.106-3.79a2 2 0 0 1 1.788 0L20 6"}],["path",{d:"m6 11-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11"}],["path",{d:"M6 5v16"}],["circle",{cx:"12",cy:"9",r:"2"}]];var B9=[["path",{d:"M5.42 9.42 8 12"}],["circle",{cx:"4",cy:"8",r:"2"}],["path",{d:"m14 6-8.58 8.58"}],["circle",{cx:"4",cy:"16",r:"2"}],["path",{d:"M10.8 14.8 14 18"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]];var D9=[["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M8.12 8.12 12 12"}],["path",{d:"M20 4 8.12 15.88"}],["circle",{cx:"6",cy:"18",r:"3"}],["path",{d:"M14.8 14.8 20 20"}]];var V9=[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3"}],["path",{d:"M8 21h8"}],["path",{d:"M12 17v4"}],["path",{d:"m22 3-5 5"}],["path",{d:"m17 3 5 5"}]];var F9=[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3"}],["path",{d:"M8 21h8"}],["path",{d:"M12 17v4"}],["path",{d:"m17 8 5-5"}],["path",{d:"M17 3h5v5"}]];var W9=[["path",{d:"M15 12h-5"}],["path",{d:"M15 8h-5"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4"}],["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"}]];var O9=[["path",{d:"M19 17V5a2 2 0 0 0-2-2H4"}],["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"}]];var N9=[["path",{d:"m8 11 2 2 4-4"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var z9=[["path",{d:"m13 13.5 2-2.5-2-2.5"}],["path",{d:"m21 21-4.3-4.3"}],["path",{d:"M9 8.5 7 11l2 2.5"}],["circle",{cx:"11",cy:"11",r:"8"}]];var _9=[["path",{d:"m13.5 8.5-5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var q9=[["path",{d:"m13.5 8.5-5 5"}],["path",{d:"m8.5 8.5 5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var U9=[["path",{d:"m21 21-4.34-4.34"}],["circle",{cx:"11",cy:"11",r:"8"}]];var $9=[["path",{d:"M16 5a4 3 0 0 0-8 0c0 4 8 3 8 7a4 3 0 0 1-8 0"}],["path",{d:"M8 19a4 3 0 0 0 8 0c0-4-8-3-8-7a4 3 0 0 1 8 0"}]];var hl=[["path",{d:"M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z"}],["path",{d:"M6 12h16"}]];var j9=[["rect",{x:"14",y:"14",width:"8",height:"8",rx:"2"}],["rect",{x:"2",y:"2",width:"8",height:"8",rx:"2"}],["path",{d:"M7 14v1a2 2 0 0 0 2 2h1"}],["path",{d:"M14 7h1a2 2 0 0 1 2 2v1"}]];var G9=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z"}],["path",{d:"m21.854 2.147-10.94 10.939"}]];var Z9=[["path",{d:"m16 16-4 4-4-4"}],["path",{d:"M3 12h18"}],["path",{d:"m8 8 4-4 4 4"}]];var X9=[["path",{d:"M12 3v18"}],["path",{d:"m16 16 4-4-4-4"}],["path",{d:"m8 8-4 4 4 4"}]];var J9=[["path",{d:"m10.852 14.772-.383.923"}],["path",{d:"M13.148 14.772a3 3 0 1 0-2.296-5.544l-.383-.923"}],["path",{d:"m13.148 9.228.383-.923"}],["path",{d:"m13.53 15.696-.382-.924a3 3 0 1 1-2.296-5.544"}],["path",{d:"m14.772 10.852.923-.383"}],["path",{d:"m14.772 13.148.923.383"}],["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"}],["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"}],["path",{d:"M6 18h.01"}],["path",{d:"M6 6h.01"}],["path",{d:"m9.228 10.852-.923-.383"}],["path",{d:"m9.228 13.148-.923.383"}]];var K9=[["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"}],["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"}],["path",{d:"M6 6h.01"}],["path",{d:"M6 18h.01"}],["path",{d:"m13 6-4 6h6l-4 6"}]];var Y9=[["path",{d:"M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5"}],["path",{d:"M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z"}],["path",{d:"M22 17v-1a2 2 0 0 0-2-2h-1"}],["path",{d:"M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z"}],["path",{d:"M6 18h.01"}],["path",{d:"m2 2 20 20"}]];var Q9=[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18"}]];var eb=[["path",{d:"M14 17H5"}],["path",{d:"M19 7h-9"}],["circle",{cx:"17",cy:"17",r:"3"}],["circle",{cx:"7",cy:"7",r:"3"}]];var tb=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915"}],["circle",{cx:"12",cy:"12",r:"3"}]];var ab=[["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"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1"}],["circle",{cx:"17.5",cy:"17.5",r:"3.5"}]];var rb=[["circle",{cx:"18",cy:"5",r:"3"}],["circle",{cx:"6",cy:"12",r:"3"}],["circle",{cx:"18",cy:"19",r:"3"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49"}]];var ob=[["path",{d:"M12 2v13"}],["path",{d:"m16 6-4-4-4 4"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}]];var sb=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["line",{x1:"3",x2:"21",y1:"9",y2:"9"}],["line",{x1:"3",x2:"21",y1:"15",y2:"15"}],["line",{x1:"9",x2:"9",y1:"9",y2:"21"}],["line",{x1:"15",x2:"15",y1:"9",y2:"21"}]];var nb=[["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"}]];var lb=[["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"}],["path",{d:"M12 8v4"}],["path",{d:"M12 16h.01"}]];var ib=[["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"}],["path",{d:"m4.243 5.21 14.39 12.472"}]];var db=[["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"}],["path",{d:"m9 12 2 2 4-4"}]];var pb=[["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"}],["path",{d:"M8 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M16 12h.01"}]];var cb=[["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"}],["path",{d:"M12 22V2"}]];var ub=[["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"}],["path",{d:"M9 12h6"}]];var fb=[["path",{d:"m2 2 20 20"}],["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"}],["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"}]];var hb=[["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"}],["path",{d:"M9 12h6"}],["path",{d:"M12 9v6"}]];var ml=[["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"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3"}],["path",{d:"M12 17h.01"}]];var mb=[["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"}],["path",{d:"M6.376 18.91a6 6 0 0 1 11.249.003"}],["circle",{cx:"12",cy:"11",r:"4"}]];var xl=[["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"}],["path",{d:"m14.5 9.5-5 5"}],["path",{d:"m9.5 9.5 5 5"}]];var xb=[["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"}]];var gb=[["circle",{cx:"12",cy:"12",r:"8"}],["path",{d:"M12 2v7.5"}],["path",{d:"m19 5-5.23 5.23"}],["path",{d:"M22 12h-7.5"}],["path",{d:"m19 19-5.23-5.23"}],["path",{d:"M12 14.5V22"}],["path",{d:"M10.23 13.77 5 19"}],["path",{d:"M9.5 12H2"}],["path",{d:"M10.23 10.23 5 5"}],["circle",{cx:"12",cy:"12",r:"2.5"}]];var Mb=[["path",{d:"M12 10.189V14"}],["path",{d:"M12 2v3"}],["path",{d:"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6"}],["path",{d:"M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76"}],["path",{d:"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1"}]];var yb=[["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"}]];var vb=[["path",{d:"M16 10a4 4 0 0 1-8 0"}],["path",{d:"M3.103 6.034h17.794"}],["path",{d:"M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z"}]];var bb=[["path",{d:"m15 11-1 9"}],["path",{d:"m19 11-4-7"}],["path",{d:"M2 11h20"}],["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"}],["path",{d:"M4.5 15.5h15"}],["path",{d:"m5 11 4-7"}],["path",{d:"m9 11 1 9"}]];var Cb=[["circle",{cx:"8",cy:"21",r:"1"}],["circle",{cx:"19",cy:"21",r:"1"}],["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"}]];var wb=[["path",{d:"M21.56 4.56a1.5 1.5 0 0 1 0 2.122l-.47.47a3 3 0 0 1-4.212-.03 3 3 0 0 1 0-4.243l.44-.44a1.5 1.5 0 0 1 2.121 0z"}],["path",{d:"M3 22a1 1 0 0 1-1-1v-3.586a1 1 0 0 1 .293-.707l3.355-3.355a1.205 1.205 0 0 1 1.704 0l3.296 3.296a1.205 1.205 0 0 1 0 1.704l-3.355 3.355a1 1 0 0 1-.707.293z"}],["path",{d:"m9 15 7.879-7.878"}]];var Sb=[["path",{d:"m4 4 2.5 2.5"}],["path",{d:"M13.5 6.5a4.95 4.95 0 0 0-7 7"}],["path",{d:"M15 5 5 15"}],["path",{d:"M14 17v.01"}],["path",{d:"M10 16v.01"}],["path",{d:"M13 13v.01"}],["path",{d:"M16 10v.01"}],["path",{d:"M11 20v.01"}],["path",{d:"M17 14v.01"}],["path",{d:"M20 11v.01"}]];var Ab=[["path",{d:"M4 13V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 22v-5"}],["path",{d:"M14 19v-2"}],["path",{d:"M18 20v-3"}],["path",{d:"M2 13h20"}],["path",{d:"M6 20v-3"}]];var kb=[["path",{d:"M11 12h.01"}],["path",{d:"M13 22c.5-.5 1.12-1 2.5-1-1.38 0-2-.5-2.5-1"}],["path",{d:"M14 2a3.28 3.28 0 0 1-3.227 1.798l-6.17-.561A2.387 2.387 0 1 0 4.387 8H15.5a1 1 0 0 1 0 13 1 1 0 0 0 0-5H12a7 7 0 0 1-7-7V8"}],["path",{d:"M14 8a8.5 8.5 0 0 1 0 8"}],["path",{d:"M16 16c2 0 4.5-4 4-6"}]];var Tb=[["path",{d:"m15 15 6 6m-6-6v4.8m0-4.8h4.8"}],["path",{d:"M9 19.8V15m0 0H4.2M9 15l-6 6"}],["path",{d:"M15 4.2V9m0 0h4.8M15 9l6-6"}],["path",{d:"M9 4.2V9m0 0H4.2M9 9 3 3"}]];var Lb=[["path",{d:"M12 22v-5.172a2 2 0 0 0-.586-1.414L9.5 13.5"}],["path",{d:"M14.5 14.5 12 17"}],["path",{d:"M17 8.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0z"}]];var Eb=[["path",{d:"m18 14 4 4-4 4"}],["path",{d:"m18 2 4 4-4 4"}],["path",{d:"M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22"}],["path",{d:"M2 6h1.972a4 4 0 0 1 3.6 2.2"}],["path",{d:"M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45"}]];var Hb=[["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"}]];var Pb=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}]];var Rb=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}]];var Ib=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}]];var Bb=[["path",{d:"M2 20h.01"}]];var Db=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}],["path",{d:"M22 4v16"}]];var Vb=[["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"}],["path",{d:"M3 21h18"}]];var Fb=[["path",{d:"M10 9H4L2 7l2-2h6"}],["path",{d:"M14 5h6l2 2-2 2h-6"}],["path",{d:"M10 22V4a2 2 0 1 1 4 0v18"}],["path",{d:"M8 22h8"}]];var Wb=[["path",{d:"M12 13v8"}],["path",{d:"M12 3v3"}],["path",{d:"M18 6a2 2 0 0 1 1.387.56l2.307 2.22a1 1 0 0 1 0 1.44l-2.307 2.22A2 2 0 0 1 18 13H6a2 2 0 0 1-1.387-.56l-2.306-2.22a1 1 0 0 1 0-1.44l2.306-2.22A2 2 0 0 1 6 6z"}]];var Ob=[["path",{d:"M7 18v-6a5 5 0 1 1 10 0v6"}],["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"}],["path",{d:"M21 12h1"}],["path",{d:"M18.5 4.5 18 5"}],["path",{d:"M2 12h1"}],["path",{d:"M12 2v1"}],["path",{d:"m4.929 4.929.707.707"}],["path",{d:"M12 12v6"}]];var Nb=[["path",{d:"M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z"}],["path",{d:"M3 20V4"}]];var zb=[["path",{d:"M21 4v16"}],["path",{d:"M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z"}]];var _b=[["path",{d:"m12.5 17-.5-1-.5 1h1z"}],["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"}],["circle",{cx:"15",cy:"12",r:"1"}],["circle",{cx:"9",cy:"12",r:"1"}]];var qb=[["rect",{width:"3",height:"8",x:"13",y:"2",rx:"1.5"}],["path",{d:"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5"}],["rect",{width:"3",height:"8",x:"8",y:"14",rx:"1.5"}],["path",{d:"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5"}],["rect",{width:"8",height:"3",x:"14",y:"13",rx:"1.5"}],["path",{d:"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5"}],["rect",{width:"8",height:"3",x:"2",y:"8",rx:"1.5"}],["path",{d:"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5"}]];var Ub=[["path",{d:"M22 2 2 22"}]];var $b=[["path",{d:"M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14"}]];var jb=[["path",{d:"M10 5H3"}],["path",{d:"M12 19H3"}],["path",{d:"M14 3v4"}],["path",{d:"M16 17v4"}],["path",{d:"M21 12h-9"}],["path",{d:"M21 19h-5"}],["path",{d:"M21 5h-7"}],["path",{d:"M8 10v4"}],["path",{d:"M8 12H3"}]];var gl=[["path",{d:"M10 8h4"}],["path",{d:"M12 21v-9"}],["path",{d:"M12 8V3"}],["path",{d:"M17 16h4"}],["path",{d:"M19 12V3"}],["path",{d:"M19 21v-5"}],["path",{d:"M3 14h4"}],["path",{d:"M5 10V3"}],["path",{d:"M5 21v-7"}]];var Gb=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12.667 8 10 12h4l-2.667 4"}]];var Zb=[["rect",{width:"7",height:"12",x:"2",y:"6",rx:"1"}],["path",{d:"M13 8.32a7.43 7.43 0 0 1 0 7.36"}],["path",{d:"M16.46 6.21a11.76 11.76 0 0 1 0 11.58"}],["path",{d:"M19.91 4.1a15.91 15.91 0 0 1 .01 15.8"}]];var Xb=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]];var Jb=[["path",{d:"M22 11v1a10 10 0 1 1-9-10"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}],["path",{d:"M16 5h6"}],["path",{d:"M19 2v6"}]];var Kb=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]];var Yb=[["path",{d:"M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0"}],["circle",{cx:"10",cy:"13",r:"8"}],["path",{d:"M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6"}],["path",{d:"M18 3 19.1 5.2"}],["path",{d:"M22 3 20.9 5.2"}]];var Qb=[["path",{d:"m10 20-1.25-2.5L6 18"}],["path",{d:"M10 4 8.75 6.5 6 6"}],["path",{d:"m14 20 1.25-2.5L18 18"}],["path",{d:"m14 4 1.25 2.5L18 6"}],["path",{d:"m17 21-3-6h-4"}],["path",{d:"m17 3-3 6 1.5 3"}],["path",{d:"M2 12h6.5L10 9"}],["path",{d:"m20 10-1.5 2 1.5 2"}],["path",{d:"M22 12h-6.5L14 15"}],["path",{d:"m4 10 1.5 2L4 14"}],["path",{d:"m7 21 3-6-1.5-3"}],["path",{d:"m7 3 3 6h4"}]];var eC=[["path",{d:"M10.5 2v4"}],["path",{d:"M14 2H7a2 2 0 0 0-2 2"}],["path",{d:"M19.29 14.76A6.67 6.67 0 0 1 17 11a6.6 6.6 0 0 1-2.29 3.76c-1.15.92-1.71 2.04-1.71 3.19 0 2.22 1.8 4.05 4 4.05s4-1.83 4-4.05c0-1.16-.57-2.26-1.71-3.19"}],["path",{d:"M9.607 21H6a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h7V7a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3"}]];var tC=[["path",{d:"M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3"}],["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"}],["path",{d:"M4 18v2"}],["path",{d:"M20 18v2"}],["path",{d:"M12 4v9"}]];var aC=[["path",{d:"M11 2h2"}],["path",{d:"m14.28 14-4.56 8"}],["path",{d:"m21 22-1.558-4H4.558"}],["path",{d:"M3 10v2"}],["path",{d:"M6.245 15.04A2 2 0 0 1 8 14h12a1 1 0 0 1 .864 1.505l-3.11 5.457A2 2 0 0 1 16 22H4a1 1 0 0 1-.863-1.506z"}],["path",{d:"M7 2a4 4 0 0 1-4 4"}],["path",{d:"m8.66 7.66 1.41 1.41"}]];var rC=[["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z"}],["path",{d:"M7 21h10"}],["path",{d:"M19.5 12 22 6"}],["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"}],["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"}],["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"}]];var oC=[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1"}]];var sC=[["path",{d:"M12 18v4"}],["path",{d:"M2 14.499a5.5 5.5 0 0 0 9.591 3.675.6.6 0 0 1 .818.001A5.5 5.5 0 0 0 22 14.5c0-2.29-1.5-4-3-5.5l-5.492-5.312a2 2 0 0 0-3-.02L5 8.999c-1.5 1.5-3 3.2-3 5.5"}]];var nC=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"}]];var Ml=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"}],["path",{d:"M20 2v4"}],["path",{d:"M22 4h-4"}],["circle",{cx:"4",cy:"20",r:"2"}]];var lC=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M12 6h.01"}],["circle",{cx:"12",cy:"14",r:"4"}],["path",{d:"M12 14h.01"}]];var iC=[["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"}],["path",{d:"M19.8 17.8a7.5 7.5 0 0 0 .003-10.603"}],["path",{d:"M17 15a3.5 3.5 0 0 0-.025-4.975"}]];var dC=[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["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"}]];var pC=[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["path",{d:"m16 20 2 2 4-4"}]];var cC=[["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"}],["path",{d:"M5 17A12 12 0 0 1 17 5"}],["circle",{cx:"19",cy:"5",r:"2"}],["circle",{cx:"5",cy:"19",r:"2"}]];var uC=[["circle",{cx:"19",cy:"5",r:"2"}],["circle",{cx:"5",cy:"19",r:"2"}],["path",{d:"M5 17A12 12 0 0 1 17 5"}]];var fC=[["path",{d:"M16 3h5v5"}],["path",{d:"M8 3H3v5"}],["path",{d:"M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3"}],["path",{d:"m15 9 6-6"}]];var hC=[["path",{d:"M17 13.44 4.442 17.082A2 2 0 0 0 4.982 21H19a2 2 0 0 0 .558-3.921l-1.115-.32A2 2 0 0 1 17 14.837V7.66"}],["path",{d:"m7 10.56 12.558-3.642A2 2 0 0 0 19.018 3H5a2 2 0 0 0-.558 3.921l1.115.32A2 2 0 0 1 7 9.163v7.178"}]];var mC=[["path",{d:"M15.295 19.562 16 22"}],["path",{d:"m17 16 3.758 2.098"}],["path",{d:"m19 12.5 3.026-.598"}],["path",{d:"M7.61 6.3a3 3 0 0 0-3.92 1.3l-1.38 2.79a3 3 0 0 0 1.3 3.91l6.89 3.597a1 1 0 0 0 1.342-.447l3.106-6.211a1 1 0 0 0-.447-1.341z"}],["path",{d:"M8 9V2"}]];var xC=[["path",{d:"M3 3h.01"}],["path",{d:"M7 5h.01"}],["path",{d:"M11 7h.01"}],["path",{d:"M3 7h.01"}],["path",{d:"M7 9h.01"}],["path",{d:"M3 11h.01"}],["rect",{width:"4",height:"4",x:"15",y:"5"}],["path",{d:"m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2"}],["path",{d:"m13 14 8-2"}],["path",{d:"m13 19 8-2"}]];var gC=[["path",{d:"M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4 4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3"}],["path",{d:"M4 9a5 5 0 0 1 8 4 5 5 0 0 1-8-4"}],["path",{d:"M5 21h14"}]];var yl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7"}]];var vl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 8-8 8"}],["path",{d:"M16 16H8V8"}]];var bl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 8 8 8"}],["path",{d:"M16 8v8H8"}]];var Cl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var wl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var Sl=[["path",{d:"M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6"}],["path",{d:"m3 21 9-9"}],["path",{d:"M9 21H3v-6"}]];var Al=[["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6"}],["path",{d:"m21 21-9-9"}],["path",{d:"M21 15v6h-6"}]];var kl=[["path",{d:"M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6"}],["path",{d:"m3 3 9 9"}],["path",{d:"M3 9V3h6"}]];var Tl=[["path",{d:"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"}],["path",{d:"m21 3-9 9"}],["path",{d:"M15 3h6v6"}]];var Ll=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"m12 16 4-4-4-4"}]];var El=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 16V8h8"}],["path",{d:"M16 16 8 8"}]];var Hl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 8h8v8"}],["path",{d:"m8 16 8-8"}]];var Pl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var Rl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8.5 14 7-4"}],["path",{d:"m8.5 10 7 4"}]];var Il=[["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"}],["path",{d:"M10 22H8"}],["path",{d:"M16 22h-2"}],["circle",{cx:"8",cy:"8",r:"2"}],["path",{d:"M9.414 9.414 12 12"}],["path",{d:"M14.8 14.8 18 18"}],["circle",{cx:"8",cy:"16",r:"2"}],["path",{d:"m18 6-8.586 8.586"}]];var $r=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 8h7"}],["path",{d:"M8 12h6"}],["path",{d:"M11 16h5"}]];var Bl=[["path",{d:"M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344"}],["path",{d:"m9 11 3 3L22 4"}]];var Dl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m9 12 2 2 4-4"}]];var Vl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 10-4 4-4-4"}]];var Fl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m14 16-4-4 4-4"}]];var Wl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m10 8 4 4-4 4"}]];var Ol=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 14 4-4 4 4"}]];var Nl=[["path",{d:"m10 9-3 3 3 3"}],["path",{d:"m14 15 3-3-3-3"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var MC=[["path",{d:"M10 9.5 8 12l2 2.5"}],["path",{d:"M14 21h1"}],["path",{d:"m14 9.5 2 2.5-2 2.5"}],["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"}],["path",{d:"M9 21h1"}]];var yC=[["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"}],["path",{d:"M9 21h1"}],["path",{d:"M14 21h1"}]];var zl=[["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}],["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M9 3h1"}],["path",{d:"M14 3h1"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"M21 9v1"}],["path",{d:"M21 14v1"}],["path",{d:"M21 19a2 2 0 0 1-2 2"}],["path",{d:"M14 21h1"}],["path",{d:"M9 21h1"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M3 14v1"}],["path",{d:"M3 9v1"}]];var _l=[["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"}],["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M9 3h1"}],["path",{d:"M9 21h2"}],["path",{d:"M14 3h1"}],["path",{d:"M3 9v1"}],["path",{d:"M21 9v2"}],["path",{d:"M3 14v1"}]];var vC=[["path",{d:"M14 21h1"}],["path",{d:"M21 14v1"}],["path",{d:"M21 19a2 2 0 0 1-2 2"}],["path",{d:"M21 9v1"}],["path",{d:"M3 14v1"}],["path",{d:"M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2"}],["path",{d:"M3 9v1"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M9 21h1"}]];var ql=[["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"M21 19a2 2 0 0 1-2 2"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M9 3h1"}],["path",{d:"M9 21h1"}],["path",{d:"M14 3h1"}],["path",{d:"M14 21h1"}],["path",{d:"M3 9v1"}],["path",{d:"M21 9v1"}],["path",{d:"M3 14v1"}],["path",{d:"M21 14v1"}]];var Ul=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8"}]];var $l=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"1"}]];var jl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}]];var Gl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3"}],["path",{d:"M9 11.2h5.7"}]];var Zl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}]];var Xl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 7v10"}],["path",{d:"M11 7v10"}],["path",{d:"m15 7 2 10"}]];var Jl=[["path",{d:"M8 16V8.5a.5.5 0 0 1 .9-.3l2.7 3.599a.5.5 0 0 0 .8 0l2.7-3.6a.5.5 0 0 1 .9.3V16"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Kl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 8h10"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h10"}]];var Yl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}]];var Ql=[["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"}],["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6"}]];var ei=[["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"}],["path",{d:"M3 8.7V19a2 2 0 0 0 2 2h10.3"}],["path",{d:"m2 2 20 20"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2"}],["path",{d:"M9 17v-2.3"}]];var ti=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var bC=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["line",{x1:"10",x2:"10",y1:"15",y2:"9"}],["line",{x1:"14",x2:"14",y1:"15",y2:"9"}]];var mr=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}],["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"}]];var ai=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]];var ri=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 7h10"}],["path",{d:"M10 7v10"}],["path",{d:"M16 17a2 2 0 0 1-2-2V7"}]];var oi=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 12H9.5a2.5 2.5 0 0 1 0-5H17"}],["path",{d:"M12 7v10"}],["path",{d:"M16 7v10"}]];var si=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}],["path",{d:"M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z"}]];var ni=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var li=[["path",{d:"M12 7v4"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var CC=[["path",{d:"M7 12h2l2 5 2-10h4"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var wC=[["path",{d:"M21 11a8 8 0 0 0-8-8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}]];var ii=[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"2"}],["circle",{cx:"8",cy:"8",r:"2"}],["path",{d:"M9.414 9.414 12 12"}],["path",{d:"M14.8 14.8 18 18"}],["circle",{cx:"8",cy:"16",r:"2"}],["path",{d:"m18 6-8.586 8.586"}]];var di=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9"}]];var pi=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var ci=[["path",{d:"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3"}],["path",{d:"M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20"}]];var ui=[["path",{d:"M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3"}],["path",{d:"M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12"}]];var SC=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1"}]];var AC=[["path",{d:"M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2"}],["path",{d:"M10 16c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2"}],["rect",{width:"8",height:"8",x:"14",y:"14",rx:"2"}]];var kC=[["path",{d:"M11.035 7.69a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var TC=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var fi=[["path",{d:"m7 11 2-2-2-2"}],["path",{d:"M11 13h4"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}]];var hi=[["path",{d:"M18 21a6 6 0 0 0-12 0"}],["circle",{cx:"12",cy:"11",r:"4"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var mi=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2"}]];var xi=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var LC=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var EC=[["path",{d:"M16 12v2a2 2 0 0 1-2 2H9a1 1 0 0 0-1 1v3a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2h0"}],["path",{d:"M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1h-5a2 2 0 0 0-2 2v2"}]];var HC=[["path",{d:"M10 22a2 2 0 0 1-2-2"}],["path",{d:"M14 2a2 2 0 0 1 2 2"}],["path",{d:"M16 22h-2"}],["path",{d:"M2 10V8"}],["path",{d:"M2 4a2 2 0 0 1 2-2"}],["path",{d:"M20 8a2 2 0 0 1 2 2"}],["path",{d:"M22 14v2"}],["path",{d:"M22 20a2 2 0 0 1-2 2"}],["path",{d:"M4 16a2 2 0 0 1-2-2"}],["path",{d:"M8 10a2 2 0 0 1 2-2h5a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2H9a1 1 0 0 1-1-1z"}],["path",{d:"M8 2h2"}]];var PC=[["path",{d:"M10 22a2 2 0 0 1-2-2"}],["path",{d:"M16 22h-2"}],["path",{d:"M16 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3a1 1 0 0 0 1-1v-5a2 2 0 0 1 2-2h5a1 1 0 0 0 1-1z"}],["path",{d:"M20 8a2 2 0 0 1 2 2"}],["path",{d:"M22 14v2"}],["path",{d:"M22 20a2 2 0 0 1-2 2"}]];var RC=[["path",{d:"M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 0 1 1h3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-3a1 1 0 0 0-1-1z"}]];var IC=[["path",{d:"M13.77 3.043a34 34 0 0 0-3.54 0"}],["path",{d:"M13.771 20.956a33 33 0 0 1-3.541.001"}],["path",{d:"M20.18 17.74c-.51 1.15-1.29 1.93-2.439 2.44"}],["path",{d:"M20.18 6.259c-.51-1.148-1.291-1.929-2.44-2.438"}],["path",{d:"M20.957 10.23a33 33 0 0 1 0 3.54"}],["path",{d:"M3.043 10.23a34 34 0 0 0 .001 3.541"}],["path",{d:"M6.26 20.179c-1.15-.508-1.93-1.29-2.44-2.438"}],["path",{d:"M6.26 3.82c-1.149.51-1.93 1.291-2.44 2.44"}]];var BC=[["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"}]];var DC=[["path",{d:"M15.236 22a3 3 0 0 0-2.2-5"}],["path",{d:"M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4"}],["path",{d:"M18 13h.01"}],["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"}]];var VC=[["path",{d:"M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-6 0c0 2 1 2 1 3.5V13"}],["path",{d:"M20 15.5a2.5 2.5 0 0 0-2.5-2.5h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1z"}],["path",{d:"M5 22h14"}]];var FC=[["path",{d:"M12 18.338a2.1 2.1 0 0 0-.987.244L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679A.53.53 0 0 1 12 2"}]];var WC=[["path",{d:"M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43"}],["path",{d:"M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var OC=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"}]];var NC=[["path",{d:"M13.971 4.285A2 2 0 0 1 17 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z"}],["path",{d:"M21 20V4"}]];var zC=[["path",{d:"M10.029 4.285A2 2 0 0 0 7 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z"}],["path",{d:"M3 4v16"}]];var _C=[["path",{d:"M11 2v2"}],["path",{d:"M5 2v2"}],["path",{d:"M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1"}],["path",{d:"M8 15a6 6 0 0 0 12 0v-3"}],["circle",{cx:"20",cy:"10",r:"2"}]];var qC=[["path",{d:"M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z"}],["path",{d:"M15 3v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 13h.01"}],["path",{d:"M16 13h.01"}],["path",{d:"M10 16s.8 1 2 1c1.3 0 2-1 2-1"}]];var UC=[["path",{d:"M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z"}],["path",{d:"M15 3v5a1 1 0 0 0 1 1h5"}]];var $C=[["path",{d:"M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5"}],["path",{d:"M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244"}],["path",{d:"M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05"}]];var jC=[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2"}]];var GC=[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2"}]];var ZC=[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12"}]];var XC=[["path",{d:"m4 5 8 8"}],["path",{d:"m12 5-8 8"}],["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"}]];var JC=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 4h.01"}],["path",{d:"M20 12h.01"}],["path",{d:"M12 20h.01"}],["path",{d:"M4 12h.01"}],["path",{d:"M17.657 6.343h.01"}],["path",{d:"M17.657 17.657h.01"}],["path",{d:"M6.343 17.657h.01"}],["path",{d:"M6.343 6.343h.01"}]];var KC=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 3v1"}],["path",{d:"M12 20v1"}],["path",{d:"M3 12h1"}],["path",{d:"M20 12h1"}],["path",{d:"m18.364 5.636-.707.707"}],["path",{d:"m6.343 17.657-.707.707"}],["path",{d:"m5.636 5.636.707.707"}],["path",{d:"m17.657 17.657.707.707"}]];var YC=[["path",{d:"M12 2v2"}],["path",{d:"M14.837 16.385a6 6 0 1 1-7.223-7.222c.624-.147.97.66.715 1.248a4 4 0 0 0 5.26 5.259c.589-.255 1.396.09 1.248.715"}],["path",{d:"M16 12a4 4 0 0 0-4-4"}],["path",{d:"m19 5-1.256 1.256"}],["path",{d:"M20 12h2"}]];var QC=[["path",{d:"M10 21v-1"}],["path",{d:"M10 4V3"}],["path",{d:"M10 9a3 3 0 0 0 0 6"}],["path",{d:"m14 20 1.25-2.5L18 18"}],["path",{d:"m14 4 1.25 2.5L18 6"}],["path",{d:"m17 21-3-6 1.5-3H22"}],["path",{d:"m17 3-3 6 1.5 3"}],["path",{d:"M2 12h1"}],["path",{d:"m20 10-1.5 2 1.5 2"}],["path",{d:"m3.64 18.36.7-.7"}],["path",{d:"m4.34 6.34-.7-.7"}]];var ew=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 2v2"}],["path",{d:"M12 20v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"m17.66 17.66 1.41 1.41"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"m6.34 17.66-1.41 1.41"}],["path",{d:"m19.07 4.93-1.41 1.41"}]];var tw=[["path",{d:"M12 2v8"}],["path",{d:"m4.93 10.93 1.41 1.41"}],["path",{d:"M2 18h2"}],["path",{d:"M20 18h2"}],["path",{d:"m19.07 10.93-1.41 1.41"}],["path",{d:"M22 22H2"}],["path",{d:"m8 6 4-4 4 4"}],["path",{d:"M16 18a4 4 0 0 0-8 0"}]];var aw=[["path",{d:"M12 10V2"}],["path",{d:"m4.93 10.93 1.41 1.41"}],["path",{d:"M2 18h2"}],["path",{d:"M20 18h2"}],["path",{d:"m19.07 10.93-1.41 1.41"}],["path",{d:"M22 22H2"}],["path",{d:"m16 6-4 4-4-4"}],["path",{d:"M16 18a4 4 0 0 0-8 0"}]];var rw=[["path",{d:"m4 19 8-8"}],["path",{d:"m12 19-8-8"}],["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"}]];var ow=[["path",{d:"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z"}],["path",{d:"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7"}],["path",{d:"M 7 17h.01"}],["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"}]];var sw=[["path",{d:"M10 21V3h8"}],["path",{d:"M6 16h9"}],["path",{d:"M10 9.5h7"}]];var nw=[["path",{d:"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5"}],["path",{d:"M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"m18 22-3-3 3-3"}],["path",{d:"m6 2 3 3-3 3"}]];var lw=[["path",{d:"m11 19-6-6"}],["path",{d:"m5 21-2-2"}],["path",{d:"m8 16-4 4"}],["path",{d:"M9.5 17.5 21 6V3h-3L6.5 14.5"}]];var iw=[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19"}],["polyline",{points:"14.5 6.5 18 3 21 3 21 6 17.5 9.5"}],["line",{x1:"5",x2:"9",y1:"14",y2:"18"}],["line",{x1:"7",x2:"4",y1:"17",y2:"20"}],["line",{x1:"3",x2:"5",y1:"19",y2:"21"}]];var dw=[["path",{d:"m18 2 4 4"}],["path",{d:"m17 7 3-3"}],["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"}],["path",{d:"m9 11 4 4"}],["path",{d:"m5 19-3 3"}],["path",{d:"m14 4 6 6"}]];var pw=[["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"}]];var cw=[["path",{d:"M12 21v-6"}],["path",{d:"M12 9V3"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var uw=[["path",{d:"M12 15V9"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var fw=[["path",{d:"M14 14v2"}],["path",{d:"M14 20v2"}],["path",{d:"M14 2v2"}],["path",{d:"M14 8v2"}],["path",{d:"M2 15h8"}],["path",{d:"M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2"}],["path",{d:"M2 9h8"}],["path",{d:"M22 15h-4"}],["path",{d:"M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2"}],["path",{d:"M22 9h-4"}],["path",{d:"M5 3v18"}]];var hw=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M21 5h.01"}],["path",{d:"M21 12h.01"}],["path",{d:"M21 19h.01"}]];var mw=[["path",{d:"M15 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var xw=[["path",{d:"M14 10h2"}],["path",{d:"M15 22v-8"}],["path",{d:"M15 2v4"}],["path",{d:"M2 10h2"}],["path",{d:"M20 10h2"}],["path",{d:"M3 19h18"}],["path",{d:"M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6"}],["path",{d:"M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2"}],["path",{d:"M8 10h2"}],["path",{d:"M9 22v-8"}],["path",{d:"M9 2v4"}]];var gw=[["path",{d:"M12 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}]];var Mw=[["rect",{width:"10",height:"14",x:"3",y:"8",rx:"2"}],["path",{d:"M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4"}],["path",{d:"M8 18h.01"}]];var yw=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18"}]];var vw=[["circle",{cx:"7",cy:"7",r:"5"}],["circle",{cx:"17",cy:"17",r:"5"}],["path",{d:"M12 17h10"}],["path",{d:"m3.46 10.54 7.08-7.08"}]];var bw=[["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"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}]];var Cw=[["path",{d:"M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1z"}],["path",{d:"M2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193"}],["circle",{cx:"10.5",cy:"6.5",r:".5",fill:"currentColor"}]];var ww=[["path",{d:"M4 4v16"}]];var Sw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}]];var Aw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}]];var kw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}]];var Tw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}],["path",{d:"M22 6 2 18"}]];var Lw=[["circle",{cx:"17",cy:"4",r:"2"}],["path",{d:"M15.59 5.41 5.41 15.59"}],["circle",{cx:"4",cy:"17",r:"2"}],["path",{d:"M12 22s-4-9-1.5-11.5S22 12 22 12"}]];var Ew=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"6"}],["circle",{cx:"12",cy:"12",r:"2"}]];var Hw=[["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"}],["path",{d:"m13.56 11.747 4.332-.924"}],["path",{d:"m16 21-3.105-6.21"}],["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"}],["path",{d:"m6.158 8.633 1.114 4.456"}],["path",{d:"m8 21 3.105-6.21"}],["circle",{cx:"12",cy:"13",r:"2"}]];var Pw=[["circle",{cx:"4",cy:"4",r:"2"}],["path",{d:"m14 5 3-3 3 3"}],["path",{d:"m14 10 3-3 3 3"}],["path",{d:"M17 14V2"}],["path",{d:"M17 14H7l-5 8h20Z"}],["path",{d:"M8 14v8"}],["path",{d:"m9 14 5 8"}]];var Rw=[["path",{d:"M3.5 21 14 3"}],["path",{d:"M20.5 21 10 3"}],["path",{d:"M15.5 21 12 15l-3.5 6"}],["path",{d:"M2 21h20"}]];var Iw=[["path",{d:"M12 19h8"}],["path",{d:"m4 17 6-6-6-6"}]];var gi=[["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"}],["path",{d:"m16 2 6 6"}],["path",{d:"M12 16H4"}]];var Bw=[["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"}],["path",{d:"M8.5 2h7"}],["path",{d:"M14.5 16h-5"}]];var Dw=[["path",{d:"M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2"}],["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"}],["path",{d:"M3 2h7"}],["path",{d:"M14 2h7"}],["path",{d:"M9 16H4"}],["path",{d:"M20 16h-5"}]];var Mi=[["path",{d:"M21 5H3"}],["path",{d:"M17 12H7"}],["path",{d:"M19 19H5"}]];var yi=[["path",{d:"M21 5H3"}],["path",{d:"M21 12H9"}],["path",{d:"M21 19H7"}]];var vi=[["path",{d:"M3 5h18"}],["path",{d:"M3 12h18"}],["path",{d:"M3 19h18"}]];var jr=[["path",{d:"M21 5H3"}],["path",{d:"M15 12H3"}],["path",{d:"M17 19H3"}]];var Vw=[["path",{d:"M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6"}],["path",{d:"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7"}],["path",{d:"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1"}],["path",{d:"M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1"}],["path",{d:"M9 6v12"}]];var Fw=[["path",{d:"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1"}],["path",{d:"M7 22h1a4 4 0 0 0 4-4v-1"}],["path",{d:"M7 2h1a4 4 0 0 1 4 4v1"}]];var bi=[["path",{d:"M15 5h6"}],["path",{d:"M15 12h6"}],["path",{d:"M3 19h18"}],["path",{d:"m3 12 3.553-7.724a.5.5 0 0 1 .894 0L11 12"}],["path",{d:"M3.92 10h6.16"}]];var Ww=[["path",{d:"M17 5H3"}],["path",{d:"M21 12H8"}],["path",{d:"M21 19H8"}],["path",{d:"M3 12v7"}]];var Ow=[["path",{d:"M21 5H3"}],["path",{d:"M10 12H3"}],["path",{d:"M10 19H3"}],["circle",{cx:"17",cy:"15",r:"3"}],["path",{d:"m21 19-1.9-1.9"}]];var Ci=[["path",{d:"M14 21h1"}],["path",{d:"M14 3h1"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"M21 14v1"}],["path",{d:"M21 19a2 2 0 0 1-2 2"}],["path",{d:"M21 9v1"}],["path",{d:"M3 14v1"}],["path",{d:"M3 9v1"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h6"}],["path",{d:"M7 8h8"}],["path",{d:"M9 21h1"}],["path",{d:"M9 3h1"}]];var wi=[["path",{d:"m16 16-3 3 3 3"}],["path",{d:"M3 12h14.5a1 1 0 0 1 0 7H13"}],["path",{d:"M3 19h6"}],["path",{d:"M3 5h18"}]];var Nw=[["path",{d:"M2 10s3-3 3-8"}],["path",{d:"M22 10s-3-3-3-8"}],["path",{d:"M10 2c0 4.4-3.6 8-8 8"}],["path",{d:"M14 2c0 4.4 3.6 8 8 8"}],["path",{d:"M2 10s2 2 2 5"}],["path",{d:"M22 10s-2 2-2 5"}],["path",{d:"M8 15h8"}],["path",{d:"M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1"}],["path",{d:"M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1"}]];var zw=[["path",{d:"m10 20-1.25-2.5L6 18"}],["path",{d:"M10 4 8.75 6.5 6 6"}],["path",{d:"M10.585 15H10"}],["path",{d:"M2 12h6.5L10 9"}],["path",{d:"M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z"}],["path",{d:"m4 10 1.5 2L4 14"}],["path",{d:"m7 21 3-6-1.5-3"}],["path",{d:"m7 3 3 6h2"}]];var _w=[["path",{d:"M12 9a4 4 0 0 0-2 7.5"}],["path",{d:"M12 3v2"}],["path",{d:"m6.6 18.4-1.4 1.4"}],["path",{d:"M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}],["path",{d:"M4 13H2"}],["path",{d:"M6.34 7.34 4.93 5.93"}]];var qw=[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}]];var Uw=[["path",{d:"M17 14V2"}],["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"}]];var $w=[["path",{d:"M7 10v12"}],["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"}]];var jw=[["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"}],["path",{d:"m9 12 2 2 4-4"}]];var Gw=[["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"}],["path",{d:"M9 12h6"}]];var Zw=[["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"}],["path",{d:"M9 9h.01"}],["path",{d:"m15 9-6 6"}],["path",{d:"M15 15h.01"}]];var Xw=[["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"}],["path",{d:"M9 12h6"}],["path",{d:"M12 9v6"}]];var Jw=[["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"}],["path",{d:"m9.5 14.5 5-5"}]];var Kw=[["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"}],["path",{d:"m9.5 14.5 5-5"}],["path",{d:"m9.5 9.5 5 5"}]];var Yw=[["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"}],["path",{d:"M13 5v2"}],["path",{d:"M13 17v2"}],["path",{d:"M13 11v2"}]];var Qw=[["path",{d:"M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12"}],["path",{d:"m12 13.5 3.75.5"}],["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8"}],["path",{d:"M6 10V8"}],["path",{d:"M6 14v1"}],["path",{d:"M6 19v2"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2"}]];var eS=[["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8"}],["path",{d:"M6 10V8"}],["path",{d:"M6 14v1"}],["path",{d:"M6 19v2"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2"}]];var tS=[["path",{d:"M10 2h4"}],["path",{d:"M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7"}],["path",{d:"M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2"}],["path",{d:"m2 2 20 20"}],["path",{d:"M12 12v-2"}]];var aS=[["path",{d:"M10 2h4"}],["path",{d:"M12 14v-4"}],["path",{d:"M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6"}],["path",{d:"M9 17H4v5"}]];var rS=[["line",{x1:"10",x2:"14",y1:"2",y2:"2"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11"}],["circle",{cx:"12",cy:"14",r:"8"}]];var oS=[["circle",{cx:"9",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var sS=[["circle",{cx:"15",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var nS=[["path",{d:"M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18"}],["path",{d:"M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8"}]];var lS=[["path",{d:"M10 15h4"}],["path",{d:"m14.817 10.995-.971-1.45 1.034-1.232a2 2 0 0 0-2.025-3.238l-1.82.364L9.91 3.885a2 2 0 0 0-3.625.748L6.141 6.55l-1.725.426a2 2 0 0 0-.19 3.756l.657.27"}],["path",{d:"m18.822 10.995 2.26-5.38a1 1 0 0 0-.557-1.318L16.954 2.9a1 1 0 0 0-1.281.533l-.924 2.122"}],["path",{d:"M4 12.006A1 1 0 0 1 4.994 11H19a1 1 0 0 1 1 1v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"}]];var iS=[["path",{d:"M21 4H3"}],["path",{d:"M18 8H6"}],["path",{d:"M19 12H9"}],["path",{d:"M16 16h-6"}],["path",{d:"M11 20H9"}]];var dS=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5"}]];var pS=[["path",{d:"M12 20v-6"}],["path",{d:"M19.656 14H22"}],["path",{d:"M2 14h12"}],["path",{d:"m2 2 20 20"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2"}],["path",{d:"M9.656 4H20a2 2 0 0 1 2 2v10.344"}]];var cS=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M12 20v-6"}]];var uS=[["path",{d:"M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z"}],["path",{d:"M8 13v9"}],["path",{d:"M16 22v-9"}],["path",{d:"m9 6 1 7"}],["path",{d:"m15 6-1 7"}],["path",{d:"M12 6V2"}],["path",{d:"M13 2h-2"}]];var fS=[["rect",{width:"18",height:"12",x:"3",y:"8",rx:"1"}],["path",{d:"M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3"}],["path",{d:"M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3"}]];var hS=[["path",{d:"m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20"}],["path",{d:"M16 18h-5"}],["path",{d:"M18 5a1 1 0 0 0-1 1v5.573"}],["path",{d:"M3 4h8.129a1 1 0 0 1 .99.863L13 11.246"}],["path",{d:"M4 11V4"}],["path",{d:"M7 15h.01"}],["path",{d:"M8 10.1V4"}],["circle",{cx:"18",cy:"18",r:"2"}],["circle",{cx:"7",cy:"15",r:"5"}]];var mS=[["path",{d:"M16.05 10.966a5 2.5 0 0 1-8.1 0"}],["path",{d:"m16.923 14.049 4.48 2.04a1 1 0 0 1 .001 1.831l-8.574 3.9a2 2 0 0 1-1.66 0l-8.574-3.91a1 1 0 0 1 0-1.83l4.484-2.04"}],["path",{d:"M16.949 14.14a5 2.5 0 1 1-9.9 0L10.063 3.5a2 2 0 0 1 3.874 0z"}],["path",{d:"M9.194 6.57a5 2.5 0 0 0 5.61 0"}]];var xS=[["path",{d:"M2 22V12a10 10 0 1 1 20 0v10"}],["path",{d:"M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8"}],["path",{d:"M10 15h.01"}],["path",{d:"M14 15h.01"}],["path",{d:"M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z"}],["path",{d:"m9 19-2 3"}],["path",{d:"m15 19 2 3"}]];var gS=[["path",{d:"M8 3.1V7a4 4 0 0 0 8 0V3.1"}],["path",{d:"m9 15-1-1"}],["path",{d:"m15 15 1-1"}],["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"}],["path",{d:"m8 19-2 3"}],["path",{d:"m16 19 2 3"}]];var MS=[["path",{d:"M2 17 17 2"}],["path",{d:"m2 14 8 8"}],["path",{d:"m5 11 8 8"}],["path",{d:"m8 8 8 8"}],["path",{d:"m11 5 8 8"}],["path",{d:"m14 2 8 8"}],["path",{d:"M7 22 22 7"}]];var Si=[["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2"}],["path",{d:"M4 11h16"}],["path",{d:"M12 3v8"}],["path",{d:"m8 19-2 3"}],["path",{d:"m18 22-2-3"}],["path",{d:"M8 15h.01"}],["path",{d:"M16 15h.01"}]];var yS=[["path",{d:"M12 16v6"}],["path",{d:"M14 20h-4"}],["path",{d:"M18 2h4v4"}],["path",{d:"m2 2 7.17 7.17"}],["path",{d:"M2 5.355V2h3.357"}],["path",{d:"m22 2-7.17 7.17"}],["path",{d:"M8 5 5 8"}],["circle",{cx:"12",cy:"12",r:"4"}]];var vS=[["path",{d:"M10 11v6"}],["path",{d:"M14 11v6"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"}],["path",{d:"M3 6h18"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}]];var bS=[["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"}],["path",{d:"M3 6h18"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}]];var CS=[["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"}],["path",{d:"M12 19v3"}]];var Ai=[["path",{d:"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4"}],["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"}],["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"}],["path",{d:"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14"}]];var wS=[["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"}],["path",{d:"M12 22v-3"}]];var SS=[["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"}],["path",{d:"M7 16v6"}],["path",{d:"M13 19v3"}],["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"}]];var AS=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["rect",{width:"3",height:"9",x:"7",y:"7"}],["rect",{width:"3",height:"5",x:"14",y:"7"}]];var kS=[["path",{d:"M16 17h6v-6"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7"}]];var TS=[["path",{d:"M14.828 14.828 21 21"}],["path",{d:"M21 16v5h-5"}],["path",{d:"m21 3-9 9-4-4-6 6"}],["path",{d:"M21 8V3h-5"}]];var LS=[["path",{d:"M16 7h6v6"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17"}]];var ki=[["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"}],["path",{d:"M12 9v4"}],["path",{d:"M12 17h.01"}]];var ES=[["path",{d:"M10.17 4.193a2 2 0 0 1 3.666.013"}],["path",{d:"M14 21h2"}],["path",{d:"m15.874 7.743 1 1.732"}],["path",{d:"m18.849 12.952 1 1.732"}],["path",{d:"M21.824 18.18a2 2 0 0 1-1.835 2.824"}],["path",{d:"M4.024 21a2 2 0 0 1-1.839-2.839"}],["path",{d:"m5.136 12.952-1 1.732"}],["path",{d:"M8 21h2"}],["path",{d:"m8.102 7.743-1 1.732"}]];var HS=[["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"}]];var PS=[["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"}]];var RS=[["path",{d:"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978"}],["path",{d:"M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978"}],["path",{d:"M18 9h1.5a1 1 0 0 0 0-5H18"}],["path",{d:"M4 22h16"}],["path",{d:"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z"}],["path",{d:"M6 9H4.5a1 1 0 0 1 0-5H6"}]];var IS=[["path",{d:"M14 19V7a2 2 0 0 0-2-2H9"}],["path",{d:"M15 19H9"}],["path",{d:"M19 19h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.62L18.3 9.38a1 1 0 0 0-.78-.38H14"}],["path",{d:"M2 13v5a1 1 0 0 0 1 1h2"}],["path",{d:"M4 3 2.15 5.15a.495.495 0 0 0 .35.86h2.15a.47.47 0 0 1 .35.86L3 9.02"}],["circle",{cx:"17",cy:"19",r:"2"}],["circle",{cx:"7",cy:"19",r:"2"}]];var BS=[["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2"}],["path",{d:"M15 18H9"}],["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"}],["circle",{cx:"17",cy:"18",r:"2"}],["circle",{cx:"7",cy:"18",r:"2"}]];var DS=[["path",{d:"M15 4 5 9"}],["path",{d:"m15 8.5-10 5"}],["path",{d:"M18 12a9 9 0 0 1-9 9V3"}]];var VS=[["path",{d:"M10 12.01h.01"}],["path",{d:"M18 8v4a8 8 0 0 1-1.07 4"}],["circle",{cx:"10",cy:"12",r:"4"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}]];var FS=[["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"}],["path",{d:"M4.82 7.9 8 10"}],["path",{d:"M15.18 7.9 12 10"}],["path",{d:"M16.93 10H20a2 2 0 0 1 0 4H2"}]];var WS=[["path",{d:"M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z"}],["path",{d:"M7 21h10"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}]];var Ti=[["path",{d:"M7 21h10"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}]];var OS=[["path",{d:"m17 2-5 5-5-5"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2"}]];var NS=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}]];var zS=[["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"}]];var _S=[["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"}]];var qS=[["path",{d:"M12 4v16"}],["path",{d:"M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2"}],["path",{d:"M9 20h6"}]];var US=[["path",{d:"M12 13v7a2 2 0 0 0 4 0"}],["path",{d:"M12 2v2"}],["path",{d:"M18.656 13h2.336a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-12.07-7.51"}],["path",{d:"m2 2 20 20"}],["path",{d:"M5.961 5.957a10.28 10.28 0 0 0-3.922 5.769A1 1 0 0 0 3 13h10"}]];var $S=[["path",{d:"M12 13v7a2 2 0 0 0 4 0"}],["path",{d:"M12 2v2"}],["path",{d:"M20.992 13a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-19.923 0A1 1 0 0 0 3 13z"}]];var jS=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20"}]];var GS=[["path",{d:"M9 14 4 9l5-5"}],["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"}]];var ZS=[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13"}],["path",{d:"M3 7v6h6"}],["circle",{cx:"12",cy:"17",r:"1"}]];var XS=[["path",{d:"M3 7v6h6"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"}]];var JS=[["path",{d:"M16 12h6"}],["path",{d:"M8 12H2"}],["path",{d:"M12 2v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 20v2"}],["path",{d:"m19 15 3-3-3-3"}],["path",{d:"m5 9-3 3 3 3"}]];var KS=[["path",{d:"M12 22v-6"}],["path",{d:"M12 8V2"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}],["path",{d:"m15 19-3 3-3-3"}],["path",{d:"m15 5-3-3-3 3"}]];var YS=[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1"}]];var Li=[["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3"}],["path",{d:"M18 12h.01"}],["path",{d:"M18 16h.01"}],["path",{d:"M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z"}],["path",{d:"M6 12h.01"}],["path",{d:"M6 16h.01"}],["circle",{cx:"12",cy:"10",r:"2"}]];var QS=[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2"}]];var eA=[["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"}],["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"}],["line",{x1:"8",x2:"8",y1:"2",y2:"5"}],["line",{x1:"2",x2:"5",y1:"8",y2:"8"}],["line",{x1:"16",x2:"16",y1:"19",y2:"22"}],["line",{x1:"19",x2:"22",y1:"16",y2:"16"}]];var tA=[["path",{d:"m19 5 3-3"}],["path",{d:"m2 22 3-3"}],["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"}],["path",{d:"M7.5 13.5 10 11"}],["path",{d:"M10.5 16.5 13 14"}],["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"}]];var aA=[["path",{d:"M12 3v12"}],["path",{d:"m17 8-5-5-5 5"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}]];var rA=[["circle",{cx:"10",cy:"7",r:"1"}],["circle",{cx:"4",cy:"20",r:"1"}],["path",{d:"M4.7 19.3 19 5"}],["path",{d:"m21 3-3 1 2 2Z"}],["path",{d:"M9.26 7.68 5 12l2 5"}],["path",{d:"m10 14 5 2 3.5-3.5"}],["path",{d:"m18 12 1-1 1 1-1 1Z"}]];var oA=[["path",{d:"m16 11 2 2 4-4"}],["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}]];var sA=[["path",{d:"M10 15H6a4 4 0 0 0-4 4v2"}],["path",{d:"m14.305 16.53.923-.382"}],["path",{d:"m15.228 13.852-.923-.383"}],["path",{d:"m16.852 12.228-.383-.923"}],["path",{d:"m16.852 17.772-.383.924"}],["path",{d:"m19.148 12.228.383-.923"}],["path",{d:"m19.53 18.696-.382-.924"}],["path",{d:"m20.772 13.852.924-.383"}],["path",{d:"m20.772 16.148.924.383"}],["circle",{cx:"18",cy:"15",r:"3"}],["circle",{cx:"9",cy:"7",r:"4"}]];var nA=[["circle",{cx:"10",cy:"7",r:"4"}],["path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2"}],["path",{d:"M15 15.5V14a2 2 0 0 1 4 0v1.5"}],["rect",{width:"8",height:"5",x:"13",y:"16",rx:".899"}]];var lA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11"}]];var iA=[["path",{d:"M11.5 15H7a4 4 0 0 0-4 4v2"}],["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"}],["circle",{cx:"10",cy:"7",r:"4"}]];var dA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11"}]];var Ei=[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"m16 19 2 2 4-4"}]];var Hi=[["path",{d:"m14.305 19.53.923-.382"}],["path",{d:"m15.228 16.852-.923-.383"}],["path",{d:"m16.852 15.228-.383-.923"}],["path",{d:"m16.852 20.772-.383.924"}],["path",{d:"m19.148 15.228.383-.923"}],["path",{d:"m19.53 21.696-.382-.924"}],["path",{d:"M2 21a8 8 0 0 1 10.434-7.62"}],["path",{d:"m20.772 16.852.924-.383"}],["path",{d:"m20.772 19.148.924.383"}],["circle",{cx:"10",cy:"8",r:"5"}],["circle",{cx:"18",cy:"18",r:"3"}]];var Pi=[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M22 19h-6"}]];var pA=[["path",{d:"M2 21a8 8 0 0 1 10.821-7.487"}],["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"}],["circle",{cx:"10",cy:"8",r:"5"}]];var Ri=[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M19 16v6"}],["path",{d:"M22 19h-6"}]];var cA=[["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M2 21a8 8 0 0 1 10.434-7.62"}],["circle",{cx:"18",cy:"18",r:"3"}],["path",{d:"m22 22-1.9-1.9"}]];var Ii=[["path",{d:"M2 21a8 8 0 0 1 11.873-7"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"m17 17 5 5"}],["path",{d:"m22 17-5 5"}]];var Bi=[["circle",{cx:"12",cy:"8",r:"5"}],["path",{d:"M20 21a8 8 0 0 0-16 0"}]];var uA=[["circle",{cx:"10",cy:"7",r:"4"}],["path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2"}],["circle",{cx:"17",cy:"17",r:"3"}],["path",{d:"m21 21-1.9-1.9"}]];var fA=[["path",{d:"M16.051 12.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z"}],["path",{d:"M8 15H7a4 4 0 0 0-4 4v2"}],["circle",{cx:"10",cy:"7",r:"4"}]];var hA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["line",{x1:"17",x2:"22",y1:"8",y2:"13"}],["line",{x1:"22",x2:"17",y1:"8",y2:"13"}]];var mA=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"}],["circle",{cx:"12",cy:"7",r:"4"}]];var Di=[["path",{d:"M18 21a8 8 0 0 0-16 0"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3"}]];var xA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87"}],["circle",{cx:"9",cy:"7",r:"4"}]];var Vi=[["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"}],["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"}],["path",{d:"m2.1 21.8 6.4-6.3"}],["path",{d:"m19 5-7 7"}]];var Fi=[["path",{d:"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2"}],["path",{d:"M7 2v20"}],["path",{d:"M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7"}]];var gA=[["path",{d:"M12 2v20"}],["path",{d:"M2 5h20"}],["path",{d:"M3 3v2"}],["path",{d:"M7 3v2"}],["path",{d:"M17 3v2"}],["path",{d:"M21 3v2"}],["path",{d:"m19 5-7 7-7-7"}]];var MA=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15"}]];var yA=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}],["path",{d:"m7.9 7.9 2.7 2.7"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor"}],["path",{d:"m13.4 10.6 2.7-2.7"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor"}],["path",{d:"m7.9 16.1 2.7-2.7"}],["circle",{cx:"16.5",cy:"16.5",r:".5",fill:"currentColor"}],["path",{d:"m13.4 13.4 2.7 2.7"}],["circle",{cx:"12",cy:"12",r:"2"}]];var vA=[["path",{d:"M19.5 7a24 24 0 0 1 0 10"}],["path",{d:"M4.5 7a24 24 0 0 0 0 10"}],["path",{d:"M7 19.5a24 24 0 0 0 10 0"}],["path",{d:"M7 4.5a24 24 0 0 1 10 0"}],["rect",{x:"17",y:"17",width:"5",height:"5",rx:"1"}],["rect",{x:"17",y:"2",width:"5",height:"5",rx:"1"}],["rect",{x:"2",y:"17",width:"5",height:"5",rx:"1"}],["rect",{x:"2",y:"2",width:"5",height:"5",rx:"1"}]];var bA=[["path",{d:"M16 8q6 0 6-6-6 0-6 6"}],["path",{d:"M17.41 3.59a10 10 0 1 0 3 3"}],["path",{d:"M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14"}]];var CA=[["path",{d:"M18 11c-1.5 0-2.5.5-3 2"}],["path",{d:"M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2 8 8 0 0 0-5-2z"}],["path",{d:"M6 11c1.5 0 2.5.5 3 2"}]];var wA=[["path",{d:"M10 20h4"}],["path",{d:"M12 16v6"}],["path",{d:"M17 2h4v4"}],["path",{d:"m21 2-5.46 5.46"}],["circle",{cx:"12",cy:"11",r:"5"}]];var SA=[["path",{d:"M12 15v7"}],["path",{d:"M9 19h6"}],["circle",{cx:"12",cy:"9",r:"6"}]];var AA=[["path",{d:"m2 8 2 2-2 2 2 2-2 2"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2"}],["path",{d:"M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2"}],["path",{d:"M16 10.34V6c0-.55-.45-1-1-1h-4.34"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var kA=[["path",{d:"m2 8 2 2-2 2 2 2-2 2"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2"}],["rect",{width:"8",height:"14",x:"8",y:"5",rx:"1"}]];var TA=[["path",{d:"M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196"}],["path",{d:"M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2"}],["path",{d:"m2 2 20 20"}]];var LA=[["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"}],["rect",{x:"2",y:"6",width:"14",height:"12",rx:"2"}]];var EA=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 8h20"}],["circle",{cx:"8",cy:"14",r:"2"}],["path",{d:"M8 12h8"}],["circle",{cx:"16",cy:"14",r:"2"}]];var HA=[["path",{d:"M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2"}],["circle",{cx:"12",cy:"12",r:"1"}],["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"}]];var PA=[["circle",{cx:"6",cy:"12",r:"4"}],["circle",{cx:"18",cy:"12",r:"4"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16"}]];var RA=[["path",{d:"M11.1 7.1a16.55 16.55 0 0 1 10.9 4"}],["path",{d:"M12 12a12.6 12.6 0 0 1-8.7 5"}],["path",{d:"M16.8 13.6a16.55 16.55 0 0 1-9 7.5"}],["path",{d:"M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10"}],["path",{d:"M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5"}],["circle",{cx:"12",cy:"12",r:"10"}]];var IA=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}],["path",{d:"M16 9a5 5 0 0 1 0 6"}]];var BA=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}],["path",{d:"M16 9a5 5 0 0 1 0 6"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728"}]];var DA=[["path",{d:"M16 9a5 5 0 0 1 .95 2.293"}],["path",{d:"M19.364 5.636a9 9 0 0 1 1.889 9.96"}],["path",{d:"m2 2 20 20"}],["path",{d:"m7 7-.587.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298V11"}],["path",{d:"M9.828 4.172A.686.686 0 0 1 11 4.657v.686"}]];var VA=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15"}]];var FA=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}]];var WA=[["path",{d:"m9 12 2 2 4-4"}],["path",{d:"M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z"}],["path",{d:"M22 19H2"}]];var OA=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2"}],["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"}]];var Wi=[["path",{d:"M17 14h.01"}],["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"}]];var NA=[["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"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4"}]];var zA=[["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}],["path",{d:"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15"}],["circle",{cx:"8",cy:"9",r:"2"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2"}]];var Oi=[["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"}],["path",{d:"m14 7 3 3"}],["path",{d:"M5 6v4"}],["path",{d:"M19 14v4"}],["path",{d:"M10 2v2"}],["path",{d:"M7 8H3"}],["path",{d:"M21 16h-4"}],["path",{d:"M11 3H9"}]];var _A=[["path",{d:"M15 4V2"}],["path",{d:"M15 16v-2"}],["path",{d:"M8 9h2"}],["path",{d:"M20 9h2"}],["path",{d:"M17.8 11.8 19 13"}],["path",{d:"M15 9h.01"}],["path",{d:"M17.8 6.2 19 5"}],["path",{d:"m3 21 9-9"}],["path",{d:"M12.2 6.2 11 5"}]];var qA=[["path",{d:"M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11"}],["path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z"}],["path",{d:"M6 13h12"}],["path",{d:"M6 17h12"}]];var UA=[["path",{d:"M3 6h3"}],["path",{d:"M17 6h.01"}],["rect",{width:"18",height:"20",x:"3",y:"2",rx:"2"}],["circle",{cx:"12",cy:"13",r:"5"}],["path",{d:"M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5"}]];var $A=[["path",{d:"M12 10v2.2l1.6 1"}],["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"}],["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"}],["circle",{cx:"12",cy:"12",r:"6"}]];var jA=[["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"}],["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"}],["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"}]];var GA=[["path",{d:"M19 5a2 2 0 0 0-2 2v11"}],["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"}],["path",{d:"M7 13h10"}],["path",{d:"M7 9h10"}],["path",{d:"M9 5a2 2 0 0 0-2 2v11"}]];var ZA=[["circle",{cx:"12",cy:"4.5",r:"2.5"}],["path",{d:"m10.2 6.3-3.9 3.9"}],["circle",{cx:"4.5",cy:"12",r:"2.5"}],["path",{d:"M7 12h10"}],["circle",{cx:"19.5",cy:"12",r:"2.5"}],["path",{d:"m13.8 17.7 3.9-3.9"}],["circle",{cx:"12",cy:"19.5",r:"2.5"}]];var XA=[["circle",{cx:"12",cy:"10",r:"8"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 22h10"}],["path",{d:"M12 22v-4"}]];var JA=[["path",{d:"M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15"}],["path",{d:"M9 3.4a4 4 0 0 1 6.52.66"}],["path",{d:"m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05"}],["path",{d:"M20.3 20.3a4 4 0 0 1-2.3.7"}],["path",{d:"M18.6 13a4 4 0 0 1 3.357 3.414"}],["path",{d:"m12 6 .6 1"}],["path",{d:"m2 2 20 20"}]];var KA=[["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"}],["path",{d:"m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06"}],["path",{d:"m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8"}]];var YA=[["circle",{cx:"12",cy:"5",r:"3"}],["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"}]];var QA=[["path",{d:"m2 22 10-10"}],["path",{d:"m16 8-1.17 1.17"}],["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"}],["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"}],["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"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z"}],["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"}],["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"}],["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"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var ek=[["path",{d:"M2 22 16 8"}],["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"}],["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"}],["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"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z"}],["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"}],["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"}],["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"}]];var tk=[["circle",{cx:"7",cy:"12",r:"3"}],["path",{d:"M10 9v6"}],["circle",{cx:"17",cy:"12",r:"3"}],["path",{d:"M14 7v8"}],["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1"}]];var ak=[["path",{d:"m14.305 19.53.923-.382"}],["path",{d:"m15.228 16.852-.923-.383"}],["path",{d:"m16.852 15.228-.383-.923"}],["path",{d:"m16.852 20.772-.383.924"}],["path",{d:"m19.148 15.228.383-.923"}],["path",{d:"m19.53 21.696-.382-.924"}],["path",{d:"M2 7.82a15 15 0 0 1 20 0"}],["path",{d:"m20.772 16.852.924-.383"}],["path",{d:"m20.772 19.148.924.383"}],["path",{d:"M5 11.858a10 10 0 0 1 11.5-1.785"}],["path",{d:"M8.5 15.429a5 5 0 0 1 2.413-1.31"}],["circle",{cx:"18",cy:"18",r:"3"}]];var rk=[["path",{d:"M12 20h.01"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0"}]];var ok=[["path",{d:"M12 20h.01"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0"}]];var sk=[["path",{d:"M12 20h.01"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0"}],["path",{d:"M5 12.859a10 10 0 0 1 5.17-2.69"}],["path",{d:"M19 12.859a10 10 0 0 0-2.007-1.523"}],["path",{d:"M2 8.82a15 15 0 0 1 4.177-2.643"}],["path",{d:"M22 8.82a15 15 0 0 0-11.288-3.764"}],["path",{d:"m2 2 20 20"}]];var nk=[["path",{d:"M2 8.82a15 15 0 0 1 20 0"}],["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"}],["path",{d:"M5 12.859a10 10 0 0 1 10.5-2.222"}],["path",{d:"M8.5 16.429a5 5 0 0 1 3-1.406"}]];var lk=[["path",{d:"M11.965 10.105v4L13.5 12.5a5 5 0 0 1 8 1.5"}],["path",{d:"M11.965 14.105h4"}],["path",{d:"M17.965 18.105h4L20.43 19.71a5 5 0 0 1-8-1.5"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0"}],["path",{d:"M21.965 22.105v-4"}],["path",{d:"M5 12.86a10 10 0 0 1 3-2.032"}],["path",{d:"M8.5 16.429h.01"}]];var ik=[["path",{d:"M12 20h.01"}]];var dk=[["path",{d:"M12 20h.01"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0"}]];var pk=[["path",{d:"M10 2v8"}],["path",{d:"M12.8 21.6A2 2 0 1 0 14 18H2"}],["path",{d:"M17.5 10a2.5 2.5 0 1 1 2 4H2"}],["path",{d:"m6 6 4 4 4-4"}]];var ck=[["path",{d:"M12.8 19.6A2 2 0 1 0 14 16H2"}],["path",{d:"M17.5 8a2.5 2.5 0 1 1 2 4H2"}],["path",{d:"M9.8 4.4A2 2 0 1 1 11 8H2"}]];var uk=[["path",{d:"M8 22h8"}],["path",{d:"M7 10h3m7 0h-1.343"}],["path",{d:"M12 15v7"}],["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"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var fk=[["path",{d:"M8 22h8"}],["path",{d:"M7 10h10"}],["path",{d:"M12 15v7"}],["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"}]];var hk=[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2"}]];var mk=[["path",{d:"m19 12-1.5 3"}],["path",{d:"M19.63 18.81 22 20"}],["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"}]];var xk=[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z"}]];var gk=[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]];var Mk=[["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"}],["path",{d:"m10 15 5-3-5-3z"}]];var yk=[["path",{d:"M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317"}],["path",{d:"M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773"}],["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"}],["path",{d:"m2 2 20 20"}]];var vk=[["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"}]];var bk=[["circle",{cx:"11",cy:"11",r:"8"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65"}],["line",{x1:"11",x2:"11",y1:"8",y2:"14"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11"}]];var Ck=[["circle",{cx:"11",cy:"11",r:"8"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11"}]];var NP=({icons:r={},nameAttr:a="data-lucide",attrs:e={},root:t=document,inTemplates:s}={})=>{if(!Object.values(r).length)throw new Error(`Please provide an icons object.
54
+ `),ua="message",$t="";for(let z of oa)z.startsWith("event:")?ua=z.replace("event:","").trim():z.startsWith("data:")&&($t+=z.replace("data:","").trim());if(!$t)continue;let E;try{E=JSON.parse($t)}catch(z){e({type:"error",error:z instanceof Error?z:new Error("Failed to parse chat stream payload")});continue}let Je=ua!=="message"?ua:(lt=E.type)!=null?lt:"message";if((yt=this.onSSEEvent)==null||yt.call(this,Je,E),this.parseSSEEvent){h.current=f;let z=await this.handleCustomSSEEvent(E,e,h,u,i,y);if(h.current&&h.current!==f&&(f=h.current),z)continue}if(Je==="reason_start"){let z=(G=I(E,!0))!=null?G:`reason-${i()}`,H=N(z);H.reasoning=(K=H.reasoning)!=null?K:{id:z,status:"streaming",chunks:[]},H.reasoning.startedAt=(j=H.reasoning.startedAt)!=null?j:Me((de=E.startedAt)!=null?de:E.timestamp),H.reasoning.completedAt=void 0,H.reasoning.durationMs=void 0,H.streaming=!0,H.reasoning.status="streaming",u(H)}else if(Je==="reason_delta"||Je==="reason_chunk"){let z=(ne=($=I(E,!1))!=null?$:I(E,!0))!=null?ne:`reason-${i()}`,H=N(z);H.reasoning=(Qe=H.reasoning)!=null?Qe:{id:z,status:"streaming",chunks:[]},H.reasoning.startedAt=(oe=H.reasoning.startedAt)!=null?oe:Me((ae=E.startedAt)!=null?ae:E.timestamp);let U=(Rt=(it=(wt=E.reasoningText)!=null?wt:E.text)!=null?it:E.delta)!=null?Rt:"";if(U&&E.hidden!==!0&&H.reasoning.chunks.push(String(U)),H.reasoning.status=E.done?"complete":"streaming",E.done){H.reasoning.completedAt=Me((Xt=E.completedAt)!=null?Xt:E.timestamp);let ye=(_e=H.reasoning.startedAt)!=null?_e:Date.now();H.reasoning.durationMs=Math.max(0,((pe=H.reasoning.completedAt)!=null?pe:Date.now())-ye)}H.streaming=H.reasoning.status!=="complete",u(H)}else if(Je==="reason_complete"){let z=(Tt=(De=I(E,!1))!=null?De:I(E,!0))!=null?Tt:`reason-${i()}`,H=T.get(z);if(H!=null&&H.reasoning){H.reasoning.status="complete",H.reasoning.completedAt=Me((At=E.completedAt)!=null?At:E.timestamp);let ye=(qe=H.reasoning.startedAt)!=null?qe:Date.now();H.reasoning.durationMs=Math.max(0,((rt=H.reasoning.completedAt)!=null?rt:Date.now())-ye),H.streaming=!1,u(H)}let U=m(E);U&&C.byStep.delete(U)}else if(Je==="tool_start"){let z=(la=Fe(E,!0))!=null?la:`tool-${i()}`,H=(ea=E.toolName)!=null?ea:E.name;if(Ee(H)){R.add(z);continue}let U=me(z),ye=(ta=U.toolCall)!=null?ta:{id:z,status:"pending"};ye.name=H!=null?H:ye.name,ye.status="running",E.args!==void 0?ye.args=E.args:E.parameters!==void 0&&(ye.args=E.parameters),ye.startedAt=(Pe=ye.startedAt)!=null?Pe:Me((q=E.startedAt)!=null?q:E.timestamp),ye.completedAt=void 0,ye.durationMs=void 0,U.toolCall=ye,U.streaming=!0;let ze=E.agentContext;(ze||E.executionId)&&(U.agentMetadata={executionId:(ue=ze==null?void 0:ze.executionId)!=null?ue:E.executionId,iteration:(Xe=ze==null?void 0:ze.iteration)!=null?Xe:E.iteration}),u(U)}else if(Je==="tool_chunk"||Je==="tool_delta"){let z=(se=(Ie=Fe(E,!1))!=null?Ie:Fe(E,!0))!=null?se:`tool-${i()}`;if(R.has(z))continue;let H=me(z),U=(ge=H.toolCall)!=null?ge:{id:z,status:"running"};U.startedAt=(mt=U.startedAt)!=null?mt:Me((Ne=E.startedAt)!=null?Ne:E.timestamp);let ye=(Ft=(xt=(Nt=E.text)!=null?Nt:E.delta)!=null?xt:E.message)!=null?Ft:"";ye&&(U.chunks=(vt=U.chunks)!=null?vt:[],U.chunks.push(String(ye))),U.status="running",H.toolCall=U,H.streaming=!0;let ze=E.agentContext;(ze||E.executionId)&&(H.agentMetadata=(Oe=H.agentMetadata)!=null?Oe:{executionId:(et=ze==null?void 0:ze.executionId)!=null?et:E.executionId,iteration:(Ve=ze==null?void 0:ze.iteration)!=null?Ve:E.iteration}),u(H)}else if(Je==="tool_complete"){let z=(_a=(Zt=Fe(E,!1))!=null?Zt:Fe(E,!0))!=null?_a:`tool-${i()}`;if(R.has(z)){R.delete(z);continue}let H=me(z),U=(qa=H.toolCall)!=null?qa:{id:z,status:"running"};U.status="complete",E.result!==void 0&&(U.result=E.result),typeof E.duration=="number"&&(U.duration=E.duration),U.completedAt=Me((Ba=E.completedAt)!=null?Ba:E.timestamp);let ye=(tt=E.duration)!=null?tt:E.executionTime;if(typeof ye=="number")U.durationMs=ye;else{let nt=(gr=U.startedAt)!=null?gr:Date.now();U.durationMs=Math.max(0,((aa=U.completedAt)!=null?aa:Date.now())-nt)}H.toolCall=U,H.streaming=!1;let ze=E.agentContext;(ze||E.executionId)&&(H.agentMetadata=(Mr=H.agentMetadata)!=null?Mr:{executionId:(Sa=ze==null?void 0:ze.executionId)!=null?Sa:E.executionId,iteration:(Ua=ze==null?void 0:ze.iteration)!=null?Ua:E.iteration}),u(H);let Mt=M(E);Mt&&g.byCall.delete(Mt)}else if(Je==="step_chunk"||Je==="step_delta"){let z=E.stepType,H=E.executionType;if(z==="tool"||H==="context")continue;let U=k(),ye=(ya=($e=(Ya=(Ka=E.text)!=null?Ka:E.delta)!=null?Ya:E.content)!=null?$e:E.chunk)!=null?ya:"";if(ye){let Mt=((Da=te.get(U.id))!=null?Da:"")+ye;U.rawContent=Mt,Q.has(U.id)||Q.set(U.id,this.createStreamParser());let nt=Q.get(U.id),Ze=Mt.trim().startsWith("{")||Mt.trim().startsWith("[");if(Ze&&te.set(U.id,Mt),nt.__isPlainTextParser===!0){U.content+=ye,te.delete(U.id),Q.delete(U.id),U.rawContent=void 0,u(U);continue}let da=nt.processChunk(Mt);if(da instanceof Promise)da.then(Et=>{var sa;let It=typeof Et=="string"?Et:(sa=Et==null?void 0:Et.text)!=null?sa:null;if(It!==null&&It.trim()!==""){let Wt=f;Wt&&Wt.id===U.id&&(Wt.content=It,u(Wt))}else if(!Ze&&!Mt.trim().startsWith("<")){let Wt=f;Wt&&Wt.id===U.id&&(Wt.content+=ye,te.delete(Wt.id),Q.delete(Wt.id),Wt.rawContent=void 0,u(Wt))}}).catch(()=>{U.content+=ye,te.delete(U.id),Q.delete(U.id),U.rawContent=void 0,u(U)});else{let Et=typeof da=="string"?da:(ma=da==null?void 0:da.text)!=null?ma:null;Et!==null&&Et.trim()!==""?(U.content=Et,u(U)):!Ze&&!Mt.trim().startsWith("<")&&(U.content+=ye,te.delete(U.id),Q.delete(U.id),U.rawContent=void 0,u(U))}}if(E.isComplete){let ze=(Aa=(nr=E.result)==null?void 0:nr.response)!=null?Aa:U.content;if(ze){let Mt=te.get(U.id),nt=Mt!=null?Mt:He(ze);U.rawContent=nt;let Ze=Q.get(U.id),Jt=null,da=!1;if(Ze&&(Jt=Ze.getExtractedText(),Jt===null&&(Jt=o1(nt)),Jt===null)){let Et=Ze.processChunk(nt);Et instanceof Promise?(da=!0,Et.then(It=>{var Wt;let sa=typeof It=="string"?It:(Wt=It==null?void 0:It.text)!=null?Wt:null;if(sa!==null){let ht=f;ht&&ht.id===U.id&&(ht.content=sa,ht.streaming=!1,Q.delete(ht.id),te.delete(ht.id),u(ht))}})):Jt=typeof Et=="string"?Et:(re=Et==null?void 0:Et.text)!=null?re:null}if(!da){Jt!==null&&Jt.trim()!==""?U.content=Jt:te.has(U.id)||(U.content=He(ze));let Et=Q.get(U.id);if(Et){let It=(S=Et.close)==null?void 0:S.call(Et);It instanceof Promise&&It.catch(()=>{}),Q.delete(U.id)}te.delete(U.id),U.streaming=!1,u(U)}}}}else if(Je==="step_complete"){let z=E.stepType,H=E.executionType;if(z==="tool"||H==="context")continue;let U=(Z=E.result)==null?void 0:Z.response,ye=k();if(U!=null){let ze=Q.get(ye.id),Mt=!1,nt=!1;if(ze){let Ze=ze.getExtractedText(),Jt=te.get(ye.id),da=Jt!=null?Jt:He(U);if(ye.rawContent=da,Ze!==null&&Ze.trim()!=="")ye.content=Ze,Mt=!0;else{let Et=o1(da);if(Et!==null)ye.content=Et,Mt=!0;else{let It=ze.processChunk(da);if(It instanceof Promise)nt=!0,It.then(sa=>{var ht;let Wt=typeof sa=="string"?sa:(ht=sa==null?void 0:sa.text)!=null?ht:null;if(Wt!==null&&Wt.trim()!==""){let tr=f;tr&&tr.id===ye.id&&(tr.content=Wt,tr.streaming=!1,Q.delete(tr.id),te.delete(tr.id),u(tr))}else{let tr=ze.getExtractedText(),Kt=f;Kt&&Kt.id===ye.id&&(tr!==null&&tr.trim()!==""?Kt.content=tr:te.has(Kt.id)||(Kt.content=He(U)),Kt.streaming=!1,Q.delete(Kt.id),te.delete(Kt.id),u(Kt))}});else{let sa=typeof It=="string"?It:(fe=It==null?void 0:It.text)!=null?fe:null;if(sa!==null&&sa.trim()!=="")ye.content=sa,Mt=!0;else{let Wt=ze.getExtractedText();Wt!==null&&Wt.trim()!==""&&(ye.content=Wt,Mt=!0)}}}}}if(!nt){if(!ye.rawContent){let Ze=te.get(ye.id);ye.rawContent=Ze!=null?Ze:He(U)}if(!Mt&&!te.has(ye.id)&&(ye.content=He(U)),ze){let Ze=(bt=ze.close)==null?void 0:bt.call(ze);Ze instanceof Promise&&Ze.catch(()=>{})}Q.delete(ye.id),te.delete(ye.id),ye.streaming=!1,u(ye)}}else Q.delete(ye.id),te.delete(ye.id),ye.streaming=!1,u(ye)}else if(Je==="flow_complete"){let z=(qt=E.result)==null?void 0:qt.response;if(z!=null){let H=k(),U=te.get(H.id),ye=U!=null?U:He(z);H.rawContent=ye;let ze=He(z),Mt=Q.get(H.id);if(Mt){let Jt=o1(ye);if(Jt!==null)ze=Jt;else{let da=Mt.processChunk(ye);da instanceof Promise&&da.then(It=>{var Wt;let sa=typeof It=="string"?It:(Wt=It==null?void 0:It.text)!=null?Wt:null;if(sa!==null){let ht=f;ht&&ht.id===H.id&&(ht.content=sa,ht.streaming=!1,u(ht))}});let Et=Mt.getExtractedText();Et!==null&&(ze=Et)}}Q.delete(H.id),te.delete(H.id);let nt=ze!==H.content,Ze=H.streaming!==!1;nt&&(H.content=ze),H.streaming=!1,(nt||Ze)&&u(H)}else if(f!==null){let H=f;Q.delete(H.id),te.delete(H.id),H.streaming!==!1&&(H.streaming=!1,u(H))}e({type:"status",status:"idle"})}else if(Je==="agent_start")xe={executionId:E.executionId,agentId:(Lt=E.agentId)!=null?Lt:"virtual",agentName:(Bt=E.agentName)!=null?Bt:"",status:"running",currentIteration:0,maxTurns:(ia=E.maxTurns)!=null?ia:1,startedAt:Me(E.startedAt)};else if(Je==="agent_iteration_start"){if(xe&&(xe.currentIteration=E.iteration),We==="separate"&&E.iteration>1){let z=f;z&&(z.streaming=!1,u(z),we.set(E.iteration-1,z),f=null)}}else if(Je!=="agent_turn_start"){if(Je==="agent_turn_delta"){if(E.contentType==="text"){let z=k();z.content+=(ft=E.delta)!=null?ft:"",z.agentMetadata={executionId:E.executionId,iteration:E.iteration,turnId:E.turnId,agentName:xe==null?void 0:xe.agentName},u(z)}else if(E.contentType==="thinking"){let z=(zt=E.turnId)!=null?zt:`agent-think-${E.iteration}`,H=N(z);H.reasoning=(ot=H.reasoning)!=null?ot:{id:z,status:"streaming",chunks:[]},H.reasoning.chunks.push((va=E.delta)!=null?va:""),H.agentMetadata={executionId:E.executionId,iteration:E.iteration,turnId:E.turnId},u(H)}else if(E.contentType==="tool_input"){let z=(lr=E.toolCallId)!=null?lr:g.lastId;if(z){let H=b.get(z);H!=null&&H.toolCall&&(H.toolCall.chunks=(ir=H.toolCall.chunks)!=null?ir:[],H.toolCall.chunks.push(($a=E.delta)!=null?$a:""),u(H))}}}else if(Je==="agent_turn_complete"){let z=E.turnId;if(z){let H=T.get(z);if(H!=null&&H.reasoning){H.reasoning.status="complete",H.reasoning.completedAt=Me(E.completedAt);let U=(W=H.reasoning.startedAt)!=null?W:Date.now();H.reasoning.durationMs=Math.max(0,((dr=H.reasoning.completedAt)!=null?dr:Date.now())-U),H.streaming=!1,u(H)}}}else if(Je==="agent_tool_start"){let z=(Qa=E.toolCallId)!=null?Qa:`agent-tool-${i()}`;_(M(E),z);let H=me(z),U=(Pr=H.toolCall)!=null?Pr:{id:z,status:"pending",name:void 0,args:void 0,chunks:void 0,result:void 0,duration:void 0,startedAt:void 0,completedAt:void 0,durationMs:void 0};U.name=(ja=(Va=E.toolName)!=null?Va:E.name)!=null?ja:U.name,U.status="running",E.parameters!==void 0&&(U.args=E.parameters),U.startedAt=Me((ie=E.startedAt)!=null?ie:E.timestamp),H.toolCall=U,H.streaming=!0,H.agentMetadata={executionId:E.executionId,iteration:E.iteration},u(H)}else if(Je==="agent_tool_delta"){let z=(pr=E.toolCallId)!=null?pr:g.lastId;if(z){let H=(Mo=b.get(z))!=null?Mo:me(z);H.toolCall&&(H.toolCall.chunks=(Xi=H.toolCall.chunks)!=null?Xi:[],H.toolCall.chunks.push((yo=E.delta)!=null?yo:""),H.toolCall.status="running",H.streaming=!0,u(H))}}else if(Je==="agent_tool_complete"){let z=(dt=E.toolCallId)!=null?dt:g.lastId;if(z){let H=(Ji=b.get(z))!=null?Ji:me(z);if(H.toolCall){H.toolCall.status="complete",E.result!==void 0&&(H.toolCall.result=E.result),typeof E.executionTime=="number"&&(H.toolCall.durationMs=E.executionTime),H.toolCall.completedAt=Me((er=E.completedAt)!=null?er:E.timestamp),H.streaming=!1,u(H);let U=M(E);U&&g.byCall.delete(U)}}}else if(Je!=="agent_iteration_complete"){if(Je==="agent_reflection"||Je==="agent_reflect"){let z=`agent-reflection-${E.executionId}-${E.iteration}`,H={id:z,role:"assistant",content:(Fa=E.reflection)!=null?Fa:"",createdAt:new Date().toISOString(),streaming:!1,variant:"reasoning",sequence:i(),reasoning:{id:z,status:"complete",chunks:[(Od=E.reflection)!=null?Od:""]},agentMetadata:{executionId:E.executionId,iteration:E.iteration}};u(H)}else if(Je==="agent_complete"){xe&&(xe.status=E.success?"complete":"error",xe.completedAt=Me(E.completedAt),xe.stopReason=E.stopReason);let z=f;z&&(z.streaming=!1,u(z)),e({type:"status",status:"idle"})}else if(Je==="agent_error"){let z=typeof E.error=="string"?E.error:(Ki=(Nd=E.error)==null?void 0:Nd.message)!=null?Ki:"Agent execution error";E.recoverable?typeof console!="undefined"&&console.warn("[AgentWidget] Recoverable agent error:",z):e({type:"error",error:new Error(z)})}else if(Je!=="agent_ping")if(Je==="agent_approval_start"){let z=(yr=E.approvalId)!=null?yr:`approval-${i()}`,H={id:`approval-${z}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:i(),approval:{id:z,status:"pending",agentId:(zd=xe==null?void 0:xe.agentId)!=null?zd:"virtual",executionId:(bo=(vo=E.executionId)!=null?vo:xe==null?void 0:xe.executionId)!=null?bo:"",toolName:(vr=E.toolName)!=null?vr:"",toolType:E.toolType,description:(Rr=E.description)!=null?Rr:`Execute ${(Yi=E.toolName)!=null?Yi:"tool"}`,parameters:E.parameters}};u(H)}else if(Je==="step_await"&&E.awaitReason==="approval_required"){let z=(Ir=E.approvalId)!=null?Ir:`approval-${i()}`,H={id:`approval-${z}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:i(),approval:{id:z,status:"pending",agentId:(_d=xe==null?void 0:xe.agentId)!=null?_d:"virtual",executionId:(Kk=(qd=E.executionId)!=null?qd:xe==null?void 0:xe.executionId)!=null?Kk:"",toolName:(Yr=E.toolName)!=null?Yr:"",toolType:E.toolType,description:(Ut=E.description)!=null?Ut:`Execute ${(Qr=E.toolName)!=null?Qr:"tool"}`,parameters:E.parameters}};u(H)}else if(Je==="agent_approval_complete"){let z=E.approvalId;if(z){let U={id:`approval-${z}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",sequence:i(),approval:{id:z,status:(Co=E.decision)!=null?Co:"approved",agentId:(wo=xe==null?void 0:xe.agentId)!=null?wo:"virtual",executionId:(ed=(Qi=E.executionId)!=null?Qi:xe==null?void 0:xe.executionId)!=null?ed:"",toolName:(td=E.toolName)!=null?td:"",description:(ad=E.description)!=null?ad:"",resolvedAt:Date.now()}};u(U)}}else if(Je==="artifact_start"||Je==="artifact_delta"||Je==="artifact_update"||Je==="artifact_complete"){if(Je==="artifact_start"){let z=E.artifactType,H=String(E.id),U=typeof E.title=="string"?E.title:void 0;if(e({type:"artifact_start",id:H,artifactType:z,title:U,component:typeof E.component=="string"?E.component:void 0}),ee.set(H,{markdown:"",title:U}),!Ce.has(H)){Ce.add(H);let ye={id:`artifact-ref-${H}`,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!0,sequence:i(),rawContent:JSON.stringify({component:"PersonaArtifactCard",props:{artifactId:H,title:U,artifactType:z,status:"streaming"}})};Y.set(H,ye),u(ye)}}else if(Je==="artifact_delta"){let z=String(E.id),H=typeof E.delta=="string"?E.delta:String((ka=E.delta)!=null?ka:"");e({type:"artifact_delta",id:z,artDelta:H});let U=ee.get(z);U&&(U.markdown+=H)}else if(Je==="artifact_update"){let z=E.props&&typeof E.props=="object"&&!Array.isArray(E.props)?E.props:{};e({type:"artifact_update",id:String(E.id),props:z,component:typeof E.component=="string"?E.component:void 0})}else if(Je==="artifact_complete"){let z=String(E.id);e({type:"artifact_complete",id:z});let H=Y.get(z);if(H){H.streaming=!1;try{let U=JSON.parse((Ga=H.rawContent)!=null?Ga:"{}");if(U.props){U.props.status="complete";let ye=ee.get(z);ye!=null&&ye.markdown&&(U.props.markdown=ye.markdown)}H.rawContent=JSON.stringify(U)}catch{}ee.delete(z),u(H),Y.delete(z)}}}else if(Je==="transcript_insert"){let z=E.message;if(!z||typeof z!="object")continue;let H=String((br=z.id)!=null?br:`msg-${i()}`),U=z.role,ze={id:H,role:U==="user"?"user":U==="system"?"system":"assistant",content:typeof z.content=="string"?z.content:"",rawContent:typeof z.rawContent=="string"?z.rawContent:void 0,createdAt:typeof z.createdAt=="string"?z.createdAt:new Date().toISOString(),streaming:z.streaming===!0,...typeof z.variant=="string"?{variant:z.variant}:{},sequence:i()};if(u(ze),ze.rawContent)try{let Mt=JSON.parse(ze.rawContent),nt=(Ge=Mt==null?void 0:Mt.props)==null?void 0:Ge.artifactId;typeof nt=="string"&&Ce.add(nt)}catch{}f=null,h.current=null,Q.delete(H),te.delete(H)}else Je==="error"&&E.error&&e({type:"error",error:E.error instanceof Error?E.error:new Error(String(E.error))})}}}}}};function TP(){let r=Date.now().toString(36),a=Math.random().toString(36).substring(2,10);return`msg_${r}_${a}`}function Po(){let r=Date.now().toString(36),a=Math.random().toString(36).substring(2,10);return`usr_${r}_${a}`}function po(){let r=Date.now().toString(36),a=Math.random().toString(36).substring(2,10);return`ast_${r}_${a}`}var d1="[Image]";function LP(r){return typeof r=="string"?[{type:"text",text:r}]:r}function EP(r){return typeof r=="string"?r:r.filter(a=>a.type==="text").map(a=>a.text).join("")}function HP(r){return typeof r=="string"?!1:r.some(a=>a.type==="image")}function PP(r){return typeof r=="string"?[]:r.filter(a=>a.type==="image")}function p1(r){return{type:"text",text:r}}function RP(r,a){return{type:"image",image:r,...(a==null?void 0:a.mimeType)&&{mimeType:a.mimeType},...(a==null?void 0:a.alt)&&{alt:a.alt}}}async function IP(r){return new Promise((a,e)=>{let t=new FileReader;t.onload=()=>{let s=t.result;a({type:"image",image:s,mimeType:r.type,alt:r.name})},t.onerror=()=>e(new Error("Failed to read file")),t.readAsDataURL(r)})}function BP(r,a=["image/png","image/jpeg","image/gif","image/webp"],e=10*1024*1024){return a.includes(r.type)?r.size>e?{valid:!1,error:`File too large. Maximum size: ${Math.round(e/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type. Accepted types: ${a.join(", ")}`}}var DP=["image/png","image/jpeg","image/gif","image/webp","image/svg+xml","image/bmp"],HB=["application/pdf","text/plain","text/markdown","text/csv","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/json"],Tr=[...DP,...HB];function PB(r){return DP.includes(r)||r.startsWith("image/")}function c1(r){return PB(r.type)}async function VP(r){return new Promise((a,e)=>{let t=new FileReader;t.onload=()=>{let s=t.result;c1(r)?a({type:"image",image:s,mimeType:r.type,alt:r.name}):a({type:"file",data:s,mimeType:r.type,filename:r.name})},t.onerror=()=>e(new Error("Failed to read file")),t.readAsDataURL(r)})}function FP(r,a=Tr,e=10*1024*1024){return a.includes(r.type)?r.size>e?{valid:!1,error:`File too large. Maximum size: ${Math.round(e/1048576)}MB`}:{valid:!0}:{valid:!1,error:`Invalid file type "${r.type}". Accepted types: ${a.join(", ")}`}}function RB(r){let a=r.split(".");return a.length>1?a.pop().toLowerCase():""}function WP(r,a){let e=RB(a).toUpperCase();return{"application/pdf":"PDF","text/plain":"TXT","text/markdown":"MD","text/csv":"CSV","application/msword":"DOC","application/vnd.openxmlformats-officedocument.wordprocessingml.document":"DOCX","application/vnd.ms-excel":"XLS","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"XLSX","application/json":"JSON"}[r]||e||"FILE"}var u1=class{constructor(a=24e3){this.ctx=null;this.nextStartTime=0;this.activeSources=[];this.finishedCallbacks=[];this.playing=!1;this.streamEnded=!1;this.pendingCount=0;this.remainder=null;this.sampleRate=a}ensureContext(){if(!this.ctx){let e=typeof window!="undefined"?window:void 0;if(!e)throw new Error("AudioPlaybackManager requires a browser environment");let t=e.AudioContext||e.webkitAudioContext;this.ctx=new t({sampleRate:this.sampleRate})}let a=this.ctx;return a.state==="suspended"&&a.resume(),a}enqueue(a){if(a.length===0)return;let e=a;if(this.remainder){let p=new Uint8Array(this.remainder.length+a.length);p.set(this.remainder),p.set(a,this.remainder.length),e=p,this.remainder=null}if(e.length%2!==0&&(this.remainder=new Uint8Array([e[e.length-1]]),e=e.subarray(0,e.length-1)),e.length===0)return;let t=this.ensureContext(),s=this.pcmToFloat32(e),o=t.createBuffer(1,s.length,this.sampleRate);o.getChannelData(0).set(s);let n=t.createBufferSource();n.buffer=o,n.connect(t.destination);let l=t.currentTime;this.nextStartTime<l&&(this.nextStartTime=l),n.start(this.nextStartTime),this.nextStartTime+=o.duration,this.activeSources.push(n),this.pendingCount++,this.playing=!0,n.onended=()=>{let p=this.activeSources.indexOf(n);p!==-1&&this.activeSources.splice(p,1),this.pendingCount--,this.checkFinished()}}markStreamEnd(){this.streamEnded=!0,this.checkFinished()}flush(){for(let a of this.activeSources)try{a.stop(),a.disconnect()}catch{}this.activeSources=[],this.pendingCount=0,this.nextStartTime=0,this.playing=!1,this.streamEnded=!1,this.finishedCallbacks=[],this.remainder=null}isPlaying(){return this.playing}onFinished(a){this.finishedCallbacks.push(a)}async destroy(){this.flush(),this.ctx&&(await this.ctx.close(),this.ctx=null)}checkFinished(){if(this.streamEnded&&this.pendingCount<=0&&this.playing){this.playing=!1,this.streamEnded=!1;let a=this.finishedCallbacks.slice();this.finishedCallbacks=[];for(let e of a)e()}}pcmToFloat32(a){let e=Math.floor(a.length/2),t=new Float32Array(e),s=new DataView(a.buffer,a.byteOffset,a.byteLength);for(let o=0;o<e;o++){let n=s.getInt16(o*2,!0);t[o]=n/32768}return t}};var f1=class{constructor(){this.sourceNode=null;this.analyserNode=null;this.interval=null;this.conditionStart=null;this.fired=!1}start(a,e,t,s,o){this.stop(),this.fired=!1,this.conditionStart=null,this.sourceNode=a.createMediaStreamSource(e),this.analyserNode=a.createAnalyser(),this.analyserNode.fftSize=2048,this.sourceNode.connect(this.analyserNode);let n=new Float32Array(this.analyserNode.fftSize);this.interval=setInterval(()=>{if(!this.analyserNode||this.fired)return;this.analyserNode.getFloatTimeDomainData(n);let l=0;for(let c=0;c<n.length;c++)l+=n[c]*n[c];let p=Math.sqrt(l/n.length);(t==="silence"?p<s.threshold:p>=s.threshold)?this.conditionStart===null?this.conditionStart=Date.now():Date.now()-this.conditionStart>=s.duration&&(this.fired=!0,o()):this.conditionStart=null},100)}stop(){this.interval&&(clearInterval(this.interval),this.interval=null),this.sourceNode&&(this.sourceNode.disconnect(),this.sourceNode=null),this.analyserNode=null,this.conditionStart=null,this.fired=!1}};var bd=class{constructor(a){this.config=a;this.type="runtype";this.ws=null;this.audioContext=null;this.w=typeof window!="undefined"?window:void 0;this.mediaRecorder=null;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.processingStartCallbacks=[];this.audioChunks=[];this.isProcessing=!1;this.isSpeaking=!1;this.vad=new f1;this.mediaStream=null;this.currentAudio=null;this.currentAudioUrl=null;this.currentRequestId=null;this.interruptionMode="none";this.playbackManager=null}getInterruptionMode(){return this.interruptionMode}isBargeInActive(){return this.interruptionMode==="barge-in"&&this.mediaStream!==null}async deactivateBargeIn(){this.vad.stop(),this.mediaStream&&(this.mediaStream.getTracks().forEach(a=>a.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)}async connect(){var a,e,t;if(!(this.ws&&this.ws.readyState===WebSocket.OPEN))try{if(!this.w)throw new Error("Window object not available");let s=this.w;if(!s||!s.location)throw new Error("Window object or location not available");let o=s.location.protocol==="https:"?"wss:":"ws:",n=(a=this.config)==null?void 0:a.host,l=(e=this.config)==null?void 0:e.agentId,p=(t=this.config)==null?void 0:t.clientToken;if(!l||!p)throw new Error("agentId and clientToken are required");if(!n)throw new Error("host must be provided in Runtype voice provider configuration");let i=`${o}//${n}/ws/agents/${l}/voice?token=${p}`;this.ws=new WebSocket(i),this.setupWebSocketHandlers();let c=`${o}//${n}/ws/agents/${l}/voice?token=...`,u=" Check: API running on port 8787? Valid client token? Agent voice enabled? Token allowedOrigins includes this page?";await new Promise((f,h)=>{if(!this.ws)return h(new Error("WebSocket not created"));let y=!1,T=C=>{y||(y=!0,clearTimeout(b),h(new Error(C)))},b=setTimeout(()=>T("WebSocket connection timed out."+u),1e4);this.ws.addEventListener("open",()=>{y||(y=!0,clearTimeout(b),f())},{once:!0}),this.ws.addEventListener("error",()=>{T("WebSocket connection failed to "+c+"."+u)},{once:!0}),this.ws.addEventListener("close",C=>{if(!C.wasClean&&!y){let g=C.code!==1006?` (code ${C.code})`:"";T("WebSocket connection failed"+g+"."+u)}},{once:!0})}),this.sendHeartbeat()}catch(s){throw this.ws=null,this.errorCallbacks.forEach(o=>o(s)),this.statusCallbacks.forEach(o=>o("error")),s}}setupWebSocketHandlers(){this.ws&&(this.ws.onopen=()=>{this.statusCallbacks.forEach(a=>a("connected"))},this.ws.onclose=()=>{this.statusCallbacks.forEach(a=>a("disconnected"))},this.ws.onerror=a=>{this.errorCallbacks.forEach(e=>e(new Error("WebSocket error"))),this.statusCallbacks.forEach(e=>e("error"))},this.ws.binaryType="arraybuffer",this.ws.onmessage=a=>{if(a.data instanceof ArrayBuffer){this.handleAudioChunk(new Uint8Array(a.data));return}try{let e=JSON.parse(a.data);this.handleWebSocketMessage(e)}catch{this.errorCallbacks.forEach(t=>t(new Error("Message parsing failed")))}})}handleWebSocketMessage(a){var e,t;switch(a.type){case"session_config":a.interruptionMode&&(this.interruptionMode=a.interruptionMode);break;case"voice_response":this.isProcessing=!1,this.resultCallbacks.forEach(s=>s({text:a.response.agentResponseText||a.response.transcript,transcript:a.response.transcript,audio:a.response.audio,confidence:.95,provider:"runtype"})),(e=a.response.audio)!=null&&e.base64?(this.isSpeaking=!0,this.statusCallbacks.forEach(s=>s("speaking")),this.playAudio(a.response.audio).catch(s=>this.errorCallbacks.forEach(o=>o(s instanceof Error?s:new Error(String(s)))))):(t=a.response.audio)!=null&&t.base64;break;case"audio_end":if(a.requestId&&a.requestId!==this.currentRequestId)break;this.playbackManager?this.playbackManager.markStreamEnd():(this.isSpeaking=!1,this.isProcessing=!1,this.statusCallbacks.forEach(s=>s("idle")));break;case"cancelled":this.isProcessing=!1;break;case"error":this.errorCallbacks.forEach(s=>s(new Error(a.error))),this.statusCallbacks.forEach(s=>s("error")),this.isProcessing=!1;break;case"pong":break}}handleAudioChunk(a){a.length!==0&&this.currentRequestId&&(this.playbackManager||(this.playbackManager=new u1(24e3),this.playbackManager.onFinished(()=>{this.isSpeaking=!1,this.playbackManager=null,this.vad.stop(),this.statusCallbacks.forEach(e=>e("idle"))})),this.isSpeaking||(this.isSpeaking=!0,this.statusCallbacks.forEach(e=>e("speaking")),this.startBargeInMonitoring().catch(()=>{})),this.playbackManager.enqueue(a))}stopPlayback(){!this.isProcessing&&!this.isSpeaking||(this.cancelCurrentPlayback(),this.statusCallbacks.forEach(a=>a("idle")))}cancelCurrentPlayback(){this.currentAudio&&(this.currentAudio.pause(),this.currentAudio.src="",this.currentAudio=null),this.currentAudioUrl&&(URL.revokeObjectURL(this.currentAudioUrl),this.currentAudioUrl=null),this.playbackManager&&(this.playbackManager.flush(),this.playbackManager=null),this.currentRequestId&&this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"cancel",requestId:this.currentRequestId})),this.currentRequestId=null,this.isProcessing=!1,this.isSpeaking=!1}async startListening(){var a,e,t,s;try{if(this.isProcessing||this.isSpeaking)if(this.interruptionMode!=="none")this.cancelCurrentPlayback();else return;if(!this.mediaStream){let i=this.interruptionMode==="barge-in"?{audio:{echoCancellation:!0,noiseSuppression:!0}}:{audio:!0};this.mediaStream=await navigator.mediaDevices.getUserMedia(i)}let o=this.w;this.audioContext||(this.audioContext=new(o.AudioContext||o.webkitAudioContext));let n=this.audioContext,l=(e=(a=this.config)==null?void 0:a.pauseDuration)!=null?e:2e3,p=(s=(t=this.config)==null?void 0:t.silenceThreshold)!=null?s:.01;this.vad.start(n,this.mediaStream,"silence",{threshold:p,duration:l},()=>this.stopListening()),this.mediaRecorder=new MediaRecorder(this.mediaStream),this.audioChunks=[],this.mediaRecorder.ondataavailable=i=>{i.data.size>0&&this.audioChunks.push(i.data)},this.mediaRecorder.onstop=async()=>{var i;if(this.audioChunks.length>0){this.isProcessing=!0,this.statusCallbacks.forEach(f=>f("processing")),this.processingStartCallbacks.forEach(f=>f());let c=((i=this.mediaRecorder)==null?void 0:i.mimeType)||"audio/webm",u=new Blob(this.audioChunks,{type:c});await this.sendAudio(u),this.audioChunks=[]}},this.mediaRecorder.start(1e3),this.statusCallbacks.forEach(i=>i("listening"))}catch(o){throw this.errorCallbacks.forEach(n=>n(o)),this.statusCallbacks.forEach(n=>n("error")),o}}async stopListening(){this.vad.stop(),this.mediaRecorder&&(this.interruptionMode!=="barge-in"&&this.mediaRecorder.stream.getTracks().forEach(a=>a.stop()),this.mediaRecorder.stop(),this.mediaRecorder=null),this.interruptionMode!=="barge-in"&&(this.mediaStream&&(this.mediaStream.getTracks().forEach(a=>a.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null)),this.statusCallbacks.forEach(a=>a("idle"))}async startBargeInMonitoring(){var o,n;if(this.interruptionMode!=="barge-in")return;let a=this.w;if(!this.mediaStream&&a&&(this.mediaStream=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0}})),!this.audioContext&&a&&(this.audioContext=new(a.AudioContext||a.webkitAudioContext)),!this.audioContext||!this.mediaStream)return;let e=this.audioContext,t=(n=(o=this.config)==null?void 0:o.silenceThreshold)!=null?n:.01;this.vad.start(e,this.mediaStream,"speech",{threshold:t,duration:200},()=>this.handleBargeIn())}handleBargeIn(){this.cancelCurrentPlayback(),this.startListening().catch(a=>{this.errorCallbacks.forEach(e=>e(a instanceof Error?a:new Error(String(a))))})}generateRequestId(){return"vreq_"+Math.random().toString(36).substring(2,10)+Date.now().toString(36)}async sendAudio(a){var e;if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.errorCallbacks.forEach(t=>t(new Error("WebSocket not connected"))),this.statusCallbacks.forEach(t=>t("error"));return}try{let t=await this.blobToBase64(a),s=this.getFormatFromMimeType(a.type),o=this.generateRequestId();this.currentRequestId=o,this.ws.send(JSON.stringify({type:"audio_input",audio:t,format:s,sampleRate:16e3,voiceId:(e=this.config)==null?void 0:e.voiceId,requestId:o}))}catch(t){this.errorCallbacks.forEach(s=>s(t)),this.statusCallbacks.forEach(s=>s("error"))}}getFormatFromMimeType(a){return a.includes("wav")?"wav":a.includes("mpeg")||a.includes("mp3")?"mp3":"webm"}blobToBase64(a){return new Promise((e,t)=>{let s=new FileReader;s.onload=()=>{let n=s.result.split(",")[1];e(n)},s.onerror=t,s.readAsDataURL(a)})}async playAudio(a){if(!a.base64)return;let e=atob(a.base64),t=new Uint8Array(e.length);for(let i=0;i<e.length;i++)t[i]=e.charCodeAt(i);let s=a.format||"mp3",o=s==="mp3"?"audio/mpeg":`audio/${s}`,n=new Blob([t],{type:o}),l=URL.createObjectURL(n),p=new Audio(l);this.currentAudio=p,this.currentAudioUrl=l,p.onended=()=>{URL.revokeObjectURL(l),this.currentAudio===p&&(this.currentAudio=null,this.currentAudioUrl=null,this.isSpeaking=!1,this.statusCallbacks.forEach(i=>i("idle")))},await p.play()}onResult(a){this.resultCallbacks.push(a)}onError(a){this.errorCallbacks.push(a)}onStatusChange(a){this.statusCallbacks.push(a)}onProcessingStart(a){this.processingStartCallbacks.push(a)}async disconnect(){if(this.currentAudio&&(this.currentAudio.pause(),this.currentAudio.src="",this.currentAudio=null),this.currentAudioUrl&&(URL.revokeObjectURL(this.currentAudioUrl),this.currentAudioUrl=null),this.playbackManager&&(await this.playbackManager.destroy(),this.playbackManager=null),this.currentRequestId=null,this.isSpeaking=!1,this.vad.stop(),await this.stopListening(),this.mediaStream&&(this.mediaStream.getTracks().forEach(a=>a.stop()),this.mediaStream=null),this.audioContext&&(await this.audioContext.close(),this.audioContext=null),this.ws){try{this.ws.close()}catch{}this.ws=null}this.statusCallbacks.forEach(a=>a("disconnected"))}sendHeartbeat(){this.ws&&this.ws.readyState===WebSocket.OPEN&&this.ws.send(JSON.stringify({type:"ping"}))}};var co=class{constructor(a={}){this.config=a;this.type="browser";this.recognition=null;this.resultCallbacks=[];this.errorCallbacks=[];this.statusCallbacks=[];this.isListening=!1;this.w=typeof window!="undefined"?window:void 0}async connect(){this.statusCallbacks.forEach(a=>a("connected"))}async startListening(){var a,e;try{if(this.isListening)throw new Error("Already listening");if(!this.w)throw new Error("Window object not available");let t=this.w.SpeechRecognition||this.w.webkitSpeechRecognition;if(!t)throw new Error("Browser speech recognition not supported");this.recognition=new t,this.recognition.lang=((a=this.config)==null?void 0:a.language)||"en-US",this.recognition.continuous=((e=this.config)==null?void 0:e.continuous)||!1,this.recognition.interimResults=!0,this.recognition.onresult=s=>{var l;let o=Array.from(s.results).map(p=>p[0]).map(p=>p.transcript).join(""),n=s.results[s.results.length-1].isFinal;this.resultCallbacks.forEach(p=>p({text:o,confidence:n?.8:.5,provider:"browser"})),n&&!((l=this.config)!=null&&l.continuous)&&this.stopListening()},this.recognition.onerror=s=>{this.errorCallbacks.forEach(o=>o(new Error(s.error))),this.statusCallbacks.forEach(o=>o("error"))},this.recognition.onstart=()=>{this.isListening=!0,this.statusCallbacks.forEach(s=>s("listening"))},this.recognition.onend=()=>{this.isListening=!1,this.statusCallbacks.forEach(s=>s("idle"))},this.recognition.start()}catch(t){throw this.errorCallbacks.forEach(s=>s(t)),this.statusCallbacks.forEach(s=>s("error")),t}}async stopListening(){this.recognition&&(this.recognition.stop(),this.recognition=null),this.isListening=!1,this.statusCallbacks.forEach(a=>a("idle"))}onResult(a){this.resultCallbacks.push(a)}onError(a){this.errorCallbacks.push(a)}onStatusChange(a){this.statusCallbacks.push(a)}async disconnect(){await this.stopListening(),this.statusCallbacks.forEach(a=>a("disconnected"))}static isSupported(){return"SpeechRecognition"in window||"webkitSpeechRecognition"in window}};function uo(r){switch(r.type){case"runtype":if(!r.runtype)throw new Error("Runtype voice provider requires configuration");return new bd(r.runtype);case"browser":if(!co.isSupported())throw new Error("Browser speech recognition not supported");return new co(r.browser||{});case"custom":throw new Error("Custom voice providers not yet implemented");default:throw new Error(`Unknown voice provider type: ${r.type}`)}}function h1(r){if((r==null?void 0:r.type)==="runtype"&&r.runtype)return uo({type:"runtype",runtype:r.runtype});if(co.isSupported())return uo({type:"browser",browser:(r==null?void 0:r.browser)||{language:"en-US"}});throw new Error("No supported voice providers available")}function Cd(r){try{return h1(r),!0}catch{return!1}}var Ro=class r{constructor(a={},e){this.config=a;this.callbacks=e;this.status="idle";this.streaming=!1;this.abortController=null;this.sequenceCounter=Date.now();this.clientSession=null;this.agentExecution=null;this.artifacts=new Map;this.selectedArtifactId=null;this.voiceProvider=null;this.voiceActive=!1;this.voiceStatus="disconnected";this.pendingVoiceUserMessageId=null;this.pendingVoiceAssistantMessageId=null;this.ttsSpokenMessageIds=new Set;this.handleEvent=a=>{var e,t,s,o,n,l,p;a.type==="message"?(this.upsertMessage(a.message),(e=a.message.agentMetadata)!=null&&e.executionId&&(this.agentExecution?a.message.agentMetadata.iteration!==void 0&&(this.agentExecution.currentIteration=a.message.agentMetadata.iteration):this.agentExecution={executionId:a.message.agentMetadata.executionId,agentId:"",agentName:(t=a.message.agentMetadata.agentName)!=null?t:"",status:"running",currentIteration:(s=a.message.agentMetadata.iteration)!=null?s:0,maxTurns:0})):a.type==="status"?(this.setStatus(a.status),a.status==="connecting"?this.setStreaming(!0):(a.status==="idle"||a.status==="error")&&(this.setStreaming(!1),this.abortController=null,((o=this.agentExecution)==null?void 0:o.status)==="running"&&(this.agentExecution.status=a.status==="error"?"error":"complete"))):a.type==="error"?(this.setStatus("error"),this.setStreaming(!1),this.abortController=null,((n=this.agentExecution)==null?void 0:n.status)==="running"&&(this.agentExecution.status="error"),(p=(l=this.callbacks).onError)==null||p.call(l,a.error)):(a.type==="artifact_start"||a.type==="artifact_delta"||a.type==="artifact_update"||a.type==="artifact_complete")&&this.applyArtifactStreamEvent(a)};var t;this.messages=[...(t=a.initialMessages)!=null?t:[]].map(s=>{var o;return{...s,sequence:(o=s.sequence)!=null?o:this.nextSequence()}}),this.messages=this.sortMessages(this.messages),this.client=new io(a),this.messages.length&&this.callbacks.onMessagesChanged([...this.messages]),this.callbacks.onStatusChanged(this.status)}setSSEEventCallback(a){this.client.setSSEEventCallback(a)}isClientTokenMode(){return this.client.isClientTokenMode()}isAgentMode(){return this.client.isAgentMode()}getAgentExecution(){return this.agentExecution}isAgentExecuting(){var a;return((a=this.agentExecution)==null?void 0:a.status)==="running"}isVoiceSupported(){var a;return Cd((a=this.config.voiceRecognition)==null?void 0:a.provider)}isVoiceActive(){return this.voiceActive}getVoiceStatus(){return this.voiceStatus}getVoiceInterruptionMode(){var a;return(a=this.voiceProvider)!=null&&a.getInterruptionMode?this.voiceProvider.getInterruptionMode():"none"}stopVoicePlayback(){var a;(a=this.voiceProvider)!=null&&a.stopPlayback&&this.voiceProvider.stopPlayback()}isBargeInActive(){var a,e,t;return(t=(e=(a=this.voiceProvider)==null?void 0:a.isBargeInActive)==null?void 0:e.call(a))!=null?t:!1}async deactivateBargeIn(){var a;(a=this.voiceProvider)!=null&&a.deactivateBargeIn&&await this.voiceProvider.deactivateBargeIn()}setupVoice(a){var e,t,s;try{let o=a||this.getVoiceConfigFromConfig();if(!o)throw new Error("Voice configuration not provided");this.voiceProvider=uo(o);let n=(e=this.config.voiceRecognition)!=null?e:{},l=(t=n.processingText)!=null?t:"\u{1F3A4} Processing voice...",p=(s=n.processingErrorText)!=null?s:"Voice processing failed. Please try again.";this.voiceProvider.onProcessingStart&&this.voiceProvider.onProcessingStart(()=>{let i=this.injectMessage({role:"user",content:l,streaming:!1,voiceProcessing:!0});this.pendingVoiceUserMessageId=i.id;let c=this.injectMessage({role:"assistant",content:"",streaming:!0,voiceProcessing:!0});this.pendingVoiceAssistantMessageId=c.id,this.setStreaming(!0)}),this.voiceProvider.onResult(i=>{var c,u,f,h,y,T;if(i.provider==="browser")i.text&&i.text.trim()&&this.sendMessage(i.text,{viaVoice:!0});else if(i.provider==="runtype"){this.pendingVoiceUserMessageId&&((c=i.transcript)!=null&&c.trim())?this.upsertMessage({id:this.pendingVoiceUserMessageId,role:"user",content:i.transcript.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(u=i.transcript)!=null&&u.trim()&&this.injectUserMessage({content:i.transcript.trim()}),this.pendingVoiceAssistantMessageId&&((f=i.text)!=null&&f.trim())?this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:i.text.trim(),createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}):(h=i.text)!=null&&h.trim()&&this.injectAssistantMessage({content:i.text.trim()});{let b=(T=this.pendingVoiceAssistantMessageId)!=null?T:(y=[...this.messages].reverse().find(C=>C.role==="assistant"))==null?void 0:y.id;b&&this.ttsSpokenMessageIds.add(b)}this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null}}),this.voiceProvider.onError(i=>{console.error("Voice error:",i),this.pendingVoiceAssistantMessageId&&(this.upsertMessage({id:this.pendingVoiceAssistantMessageId,role:"assistant",content:p,createdAt:new Date().toISOString(),streaming:!1,voiceProcessing:!1}),this.setStreaming(!1),this.pendingVoiceUserMessageId=null,this.pendingVoiceAssistantMessageId=null)}),this.voiceProvider.onStatusChange(i=>{var c,u;this.voiceStatus=i,this.voiceActive=i==="listening",(u=(c=this.callbacks).onVoiceStatusChanged)==null||u.call(c,i)}),this.voiceProvider.connect()}catch(o){console.error("Failed to setup voice:",o)}}async toggleVoice(){if(!this.voiceProvider){console.error("Voice not configured");return}if(this.voiceActive)await this.voiceProvider.stopListening();else{this.stopSpeaking();try{await this.voiceProvider.startListening()}catch(a){console.error("Failed to start voice:",a)}}}cleanupVoice(){this.voiceProvider&&(this.voiceProvider.disconnect(),this.voiceProvider=null),this.voiceActive=!1,this.voiceStatus="disconnected"}getVoiceConfigFromConfig(){var e,t,s,o,n,l,p,i,c;if(!((e=this.config.voiceRecognition)!=null&&e.provider))return;let a=this.config.voiceRecognition.provider;switch(a.type){case"runtype":return{type:"runtype",runtype:{agentId:((t=a.runtype)==null?void 0:t.agentId)||"",clientToken:((s=a.runtype)==null?void 0:s.clientToken)||"",host:(o=a.runtype)==null?void 0:o.host,voiceId:(n=a.runtype)==null?void 0:n.voiceId,pauseDuration:(l=a.runtype)==null?void 0:l.pauseDuration,silenceThreshold:(p=a.runtype)==null?void 0:p.silenceThreshold}};case"browser":return{type:"browser",browser:{language:((i=a.browser)==null?void 0:i.language)||"en-US",continuous:(c=a.browser)==null?void 0:c.continuous}};default:return}}async initClientSession(){var a,e;if(!this.isClientTokenMode())return null;try{let t=await this.client.initSession();return this.setClientSession(t),t}catch(t){return(e=(a=this.callbacks).onError)==null||e.call(a,t instanceof Error?t:new Error(String(t))),null}}setClientSession(a){if(this.clientSession=a,a.config.welcomeMessage&&this.messages.length===0){let e={id:`welcome-${Date.now()}`,role:"assistant",content:a.config.welcomeMessage,createdAt:new Date().toISOString(),sequence:this.nextSequence()};this.appendMessage(e)}}getClientSession(){var a;return(a=this.clientSession)!=null?a:this.client.getClientSession()}isSessionValid(){let a=this.getClientSession();return a?new Date<a.expiresAt:!1}clearClientSession(){this.clientSession=null,this.client.clearClientSession()}getClient(){return this.client}async submitMessageFeedback(a,e){return this.client.submitMessageFeedback(a,e)}async submitCSATFeedback(a,e){return this.client.submitCSATFeedback(a,e)}async submitNPSFeedback(a,e){return this.client.submitNPSFeedback(a,e)}updateConfig(a){let e=this.client.getSSEEventCallback();this.config={...this.config,...a},this.client=new io(this.config),e&&this.client.setSSEEventCallback(e)}getMessages(){return[...this.messages]}getStatus(){return this.status}isStreaming(){return this.streaming}injectTestEvent(a){this.handleEvent(a)}injectMessage(a){let{role:e,content:t,llmContent:s,contentParts:o,id:n,createdAt:l,sequence:p,streaming:i=!1,voiceProcessing:c}=a,f={id:n!=null?n:e==="user"?Po():e==="assistant"?po():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:e,content:t,createdAt:l!=null?l:new Date().toISOString(),sequence:p!=null?p:this.nextSequence(),streaming:i,...s!==void 0&&{llmContent:s},...o!==void 0&&{contentParts:o},...c!==void 0&&{voiceProcessing:c}};return this.upsertMessage(f),f}injectAssistantMessage(a){return this.injectMessage({...a,role:"assistant"})}injectUserMessage(a){return this.injectMessage({...a,role:"user"})}injectSystemMessage(a){return this.injectMessage({...a,role:"system"})}injectMessageBatch(a){let e=[];for(let t of a){let{role:s,content:o,llmContent:n,contentParts:l,id:p,createdAt:i,sequence:c,streaming:u=!1}=t,h={id:p!=null?p:s==="user"?Po():s==="assistant"?po():`system-${Date.now()}-${Math.random().toString(16).slice(2)}`,role:s,content:o,createdAt:i!=null?i:new Date().toISOString(),sequence:c!=null?c:this.nextSequence(),streaming:u,...n!==void 0&&{llmContent:n},...l!==void 0&&{contentParts:l}};e.push(h)}return this.messages=this.sortMessages([...this.messages,...e]),this.callbacks.onMessagesChanged([...this.messages]),e}async sendMessage(a,e){var i,c,u,f,h;let t=a.trim();if(!t&&(!(e!=null&&e.contentParts)||e.contentParts.length===0))return;this.stopSpeaking(),(i=this.abortController)==null||i.abort();let s=Po(),o=po(),n={id:s,role:"user",content:t||d1,createdAt:new Date().toISOString(),sequence:this.nextSequence(),viaVoice:(e==null?void 0:e.viaVoice)||!1,...(e==null?void 0:e.contentParts)&&e.contentParts.length>0&&{contentParts:e.contentParts}};this.appendMessage(n),this.setStreaming(!0);let l=new AbortController;this.abortController=l;let p=[...this.messages];try{await this.client.dispatch({messages:p,signal:l.signal,assistantMessageId:o},this.handleEvent)}catch(y){let T=y instanceof Error&&(y.name==="AbortError"||y.message.includes("aborted")||y.message.includes("abort"));if(!T){let b={id:o,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(b)}this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,T||(y instanceof Error?(u=(c=this.callbacks).onError)==null||u.call(c,y):(h=(f=this.callbacks).onError)==null||h.call(f,new Error(String(y))))}}async continueConversation(){var s,o,n,l,p;if(this.streaming)return;(s=this.abortController)==null||s.abort();let a=po();this.setStreaming(!0);let e=new AbortController;this.abortController=e;let t=[...this.messages];try{await this.client.dispatch({messages:t,signal:e.signal,assistantMessageId:a},this.handleEvent)}catch(i){let c={id:a,role:"assistant",createdAt:new Date().toISOString(),content:"It looks like the proxy isn't returning a real response yet. Here's a sample message so you can continue testing locally.",sequence:this.nextSequence()};this.appendMessage(c),this.setStatus("idle"),this.setStreaming(!1),this.abortController=null,i instanceof Error?(n=(o=this.callbacks).onError)==null||n.call(o,i):(p=(l=this.callbacks).onError)==null||p.call(l,new Error(String(i)))}}async connectStream(a,e){var s,o,n;if(this.streaming)return;(s=this.abortController)==null||s.abort();let t=!1;for(let l of this.messages)l.streaming&&(l.streaming=!1,t=!0);t&&this.callbacks.onMessagesChanged([...this.messages]),this.setStreaming(!0);try{await this.client.processStream(a,this.handleEvent,e==null?void 0:e.assistantMessageId)}catch(l){this.setStatus("error"),this.setStreaming(!1),this.abortController=null,(n=(o=this.callbacks).onError)==null||n.call(o,l instanceof Error?l:new Error(String(l)))}}async resolveApproval(a,e){var p,i,c;let t=`approval-${a.id}`,s={...a,status:e,resolvedAt:Date.now()},o={id:t,role:"assistant",content:"",createdAt:new Date().toISOString(),streaming:!1,variant:"approval",approval:s};this.upsertMessage(o);let n=this.config.approval,l=n&&typeof n=="object"?n.onDecision:void 0;try{let u;if(l?u=await l({approvalId:a.id,executionId:a.executionId,agentId:a.agentId,toolName:a.toolName},e):u=await this.client.resolveApproval({agentId:a.agentId,executionId:a.executionId,approvalId:a.id},e),u){let f=null;if(u instanceof Response){if(!u.ok){let h=await u.json().catch(()=>null);throw new Error((p=h==null?void 0:h.error)!=null?p:`Approval request failed: ${u.status}`)}f=u.body}else u instanceof ReadableStream&&(f=u);f?await this.connectStream(f):e==="denied"&&this.appendMessage({id:`denial-${a.id}`,role:"assistant",content:"Tool execution was denied by user.",createdAt:new Date().toISOString(),streaming:!1,sequence:this.nextSequence()})}}catch(u){(c=(i=this.callbacks).onError)==null||c.call(i,u instanceof Error?u:new Error(String(u)))}}cancel(){var a;(a=this.abortController)==null||a.abort(),this.abortController=null,this.setStreaming(!1),this.setStatus("idle")}clearMessages(){var a;this.stopSpeaking(),(a=this.abortController)==null||a.abort(),this.abortController=null,this.messages=[],this.agentExecution=null,this.clearArtifactState(),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}getArtifacts(){return[...this.artifacts.values()]}getArtifactById(a){return this.artifacts.get(a)}getSelectedArtifactId(){return this.selectedArtifactId}selectArtifact(a){this.selectedArtifactId=a,this.emitArtifactsState()}clearArtifacts(){this.clearArtifactState()}upsertArtifact(a){var s;let e=a.id||`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,9)}`;if(a.artifactType==="markdown"){let o={id:e,artifactType:"markdown",title:a.title,status:"complete",markdown:a.content};return this.artifacts.set(e,o),this.selectedArtifactId=e,this.emitArtifactsState(),o}let t={id:e,artifactType:"component",title:a.title,status:"complete",component:a.component,props:(s=a.props)!=null?s:{}};return this.artifacts.set(e,t),this.selectedArtifactId=e,this.emitArtifactsState(),t}clearArtifactState(){this.artifacts.size===0&&this.selectedArtifactId===null||(this.artifacts.clear(),this.selectedArtifactId=null,this.emitArtifactsState())}emitArtifactsState(){var a,e;(e=(a=this.callbacks).onArtifactsState)==null||e.call(a,{artifacts:[...this.artifacts.values()],selectedId:this.selectedArtifactId})}applyArtifactStreamEvent(a){var e,t;switch(a.type){case"artifact_start":{a.artifactType==="markdown"?this.artifacts.set(a.id,{id:a.id,artifactType:"markdown",title:a.title,status:"streaming",markdown:""}):this.artifacts.set(a.id,{id:a.id,artifactType:"component",title:a.title,status:"streaming",component:(e=a.component)!=null?e:"",props:{}}),this.selectedArtifactId=a.id;break}case"artifact_delta":{let s=this.artifacts.get(a.id);(s==null?void 0:s.artifactType)==="markdown"&&(s.markdown=((t=s.markdown)!=null?t:"")+a.artDelta);break}case"artifact_update":{let s=this.artifacts.get(a.id);(s==null?void 0:s.artifactType)==="component"&&(s.props={...s.props,...a.props},a.component&&(s.component=a.component));break}case"artifact_complete":{let s=this.artifacts.get(a.id);s&&(s.status="complete");break}default:return}this.emitArtifactsState()}hydrateMessages(a){var e;(e=this.abortController)==null||e.abort(),this.abortController=null,this.messages=this.sortMessages(a.map(t=>{var s;return{...t,streaming:!1,sequence:(s=t.sequence)!=null?s:this.nextSequence()}})),this.setStreaming(!1),this.setStatus("idle"),this.callbacks.onMessagesChanged([...this.messages])}setStatus(a){this.status!==a&&(this.status=a,this.callbacks.onStatusChanged(a))}setStreaming(a){if(this.streaming===a)return;let e=this.streaming;this.streaming=a,this.callbacks.onStreamingChanged(a),e&&!a&&this.speakLatestAssistantMessage()}speakLatestAssistantMessage(){let a=this.config.textToSpeech;if(!(a!=null&&a.enabled)||!(!a.provider||a.provider==="browser"||a.provider==="runtype"&&a.browserFallback))return;let t=[...this.messages].reverse().find(o=>o.role==="assistant"&&o.content&&!o.voiceProcessing);if(!t)return;if(this.ttsSpokenMessageIds.has(t.id)){this.ttsSpokenMessageIds.delete(t.id);return}let s=t.content;s.trim()&&this.speak(s,a)}speak(a,e){if(typeof window=="undefined"||!("speechSynthesis"in window))return;let t=window.speechSynthesis;t.cancel();let s=new SpeechSynthesisUtterance(a),o=t.getVoices();if(e.voice){let n=o.find(l=>l.name===e.voice);n&&(s.voice=n)}else o.length>0&&(s.voice=e.pickVoice?e.pickVoice(o):r.pickBestVoice(o));e.rate!==void 0&&(s.rate=e.rate),e.pitch!==void 0&&(s.pitch=e.pitch),setTimeout(()=>t.speak(s),50)}static pickBestVoice(a){var t;let e=["Microsoft Jenny Online (Natural) - English (United States)","Microsoft Aria Online (Natural) - English (United States)","Microsoft Guy Online (Natural) - English (United States)","Google US English","Google UK English Female","Ava (Premium)","Evan (Enhanced)","Samantha (Enhanced)","Samantha","Daniel","Karen","Microsoft David Desktop - English (United States)","Microsoft Zira Desktop - English (United States)"];for(let s of e){let o=a.find(n=>n.name===s);if(o)return o}return(t=a.find(s=>s.lang.startsWith("en")))!=null?t:a[0]}stopSpeaking(){typeof window!="undefined"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}appendMessage(a){let e=this.ensureSequence(a);this.messages=this.sortMessages([...this.messages,e]),this.callbacks.onMessagesChanged([...this.messages])}upsertMessage(a){let e=this.ensureSequence(a),t=this.messages.findIndex(s=>s.id===e.id);if(t===-1){this.appendMessage(e);return}this.messages=this.messages.map((s,o)=>o===t?{...s,...e}:s),this.messages=this.sortMessages(this.messages),this.callbacks.onMessagesChanged([...this.messages])}ensureSequence(a){return a.sequence!==void 0?{...a}:{...a,sequence:this.nextSequence()}}nextSequence(){return this.sequenceCounter++}sortMessages(a){return[...a].sort((e,t)=>{var p,i;let s=new Date(e.createdAt).getTime(),o=new Date(t.createdAt).getTime();if(!Number.isNaN(s)&&!Number.isNaN(o)&&s!==o)return s-o;let n=(p=e.sequence)!=null?p:0,l=(i=t.sequence)!=null?i:0;return n!==l?n-l:e.id.localeCompare(t.id)})}};var v=(r,a)=>{let e=document.createElement(r);return a&&(e.className=a),e},hr=(r,a,e)=>{let t=r.createElement(a);return e&&(t.className=e),t};var wT={};Yk(wT,{AArrowDown:()=>g1,AArrowUp:()=>M1,ALargeSmall:()=>y1,Accessibility:()=>v1,Activity:()=>b1,ActivitySquare:()=>yl,AirVent:()=>C1,Airplay:()=>w1,AlarmCheck:()=>Io,AlarmClock:()=>A1,AlarmClockCheck:()=>Io,AlarmClockMinus:()=>Bo,AlarmClockOff:()=>S1,AlarmClockPlus:()=>Do,AlarmMinus:()=>Bo,AlarmPlus:()=>Do,AlarmSmoke:()=>k1,Album:()=>T1,AlertCircle:()=>ps,AlertOctagon:()=>Zn,AlertTriangle:()=>ki,AlignCenter:()=>Mi,AlignCenterHorizontal:()=>L1,AlignCenterVertical:()=>E1,AlignEndHorizontal:()=>H1,AlignEndVertical:()=>P1,AlignHorizontalDistributeCenter:()=>R1,AlignHorizontalDistributeEnd:()=>I1,AlignHorizontalDistributeStart:()=>B1,AlignHorizontalJustifyCenter:()=>D1,AlignHorizontalJustifyEnd:()=>V1,AlignHorizontalJustifyStart:()=>F1,AlignHorizontalSpaceAround:()=>W1,AlignHorizontalSpaceBetween:()=>O1,AlignJustify:()=>vi,AlignLeft:()=>jr,AlignRight:()=>yi,AlignStartHorizontal:()=>N1,AlignStartVertical:()=>z1,AlignVerticalDistributeCenter:()=>_1,AlignVerticalDistributeEnd:()=>q1,AlignVerticalDistributeStart:()=>U1,AlignVerticalJustifyCenter:()=>$1,AlignVerticalJustifyEnd:()=>j1,AlignVerticalJustifyStart:()=>G1,AlignVerticalSpaceAround:()=>Z1,AlignVerticalSpaceBetween:()=>X1,Ambulance:()=>J1,Ampersand:()=>K1,Ampersands:()=>Y1,Amphora:()=>Q1,Anchor:()=>ep,Angry:()=>tp,Annoyed:()=>ap,Antenna:()=>rp,Anvil:()=>op,Aperture:()=>sp,AppWindow:()=>lp,AppWindowMac:()=>np,Apple:()=>ip,Archive:()=>cp,ArchiveRestore:()=>dp,ArchiveX:()=>pp,AreaChart:()=>Jo,Armchair:()=>up,ArrowBigDown:()=>hp,ArrowBigDownDash:()=>fp,ArrowBigLeft:()=>xp,ArrowBigLeftDash:()=>mp,ArrowBigRight:()=>Mp,ArrowBigRightDash:()=>gp,ArrowBigUp:()=>vp,ArrowBigUpDash:()=>yp,ArrowDown:()=>Hp,ArrowDown01:()=>bp,ArrowDown10:()=>Cp,ArrowDownAZ:()=>Vo,ArrowDownAz:()=>Vo,ArrowDownCircle:()=>cs,ArrowDownFromLine:()=>wp,ArrowDownLeft:()=>Sp,ArrowDownLeftFromCircle:()=>fs,ArrowDownLeftFromSquare:()=>Sl,ArrowDownLeftSquare:()=>vl,ArrowDownNarrowWide:()=>Ap,ArrowDownRight:()=>kp,ArrowDownRightFromCircle:()=>hs,ArrowDownRightFromSquare:()=>Al,ArrowDownRightSquare:()=>bl,ArrowDownSquare:()=>Cl,ArrowDownToDot:()=>Tp,ArrowDownToLine:()=>Lp,ArrowDownUp:()=>Ep,ArrowDownWideNarrow:()=>Fo,ArrowDownZA:()=>Wo,ArrowDownZa:()=>Wo,ArrowLeft:()=>Bp,ArrowLeftCircle:()=>us,ArrowLeftFromLine:()=>Pp,ArrowLeftRight:()=>Rp,ArrowLeftSquare:()=>wl,ArrowLeftToLine:()=>Ip,ArrowRight:()=>Wp,ArrowRightCircle:()=>gs,ArrowRightFromLine:()=>Dp,ArrowRightLeft:()=>Vp,ArrowRightSquare:()=>Ll,ArrowRightToLine:()=>Fp,ArrowUp:()=>Zp,ArrowUp01:()=>Op,ArrowUp10:()=>Np,ArrowUpAZ:()=>Oo,ArrowUpAz:()=>Oo,ArrowUpCircle:()=>Ms,ArrowUpDown:()=>zp,ArrowUpFromDot:()=>_p,ArrowUpFromLine:()=>qp,ArrowUpLeft:()=>Up,ArrowUpLeftFromCircle:()=>ms,ArrowUpLeftFromSquare:()=>kl,ArrowUpLeftSquare:()=>El,ArrowUpNarrowWide:()=>No,ArrowUpRight:()=>$p,ArrowUpRightFromCircle:()=>xs,ArrowUpRightFromSquare:()=>Tl,ArrowUpRightSquare:()=>Hl,ArrowUpSquare:()=>Pl,ArrowUpToLine:()=>jp,ArrowUpWideNarrow:()=>Gp,ArrowUpZA:()=>zo,ArrowUpZa:()=>zo,ArrowsUpFromLine:()=>Xp,Asterisk:()=>Jp,AsteriskSquare:()=>Rl,AtSign:()=>Kp,Atom:()=>Yp,AudioLines:()=>Qp,AudioWaveform:()=>e2,Award:()=>t2,Axe:()=>a2,Axis3D:()=>_o,Axis3d:()=>_o,Baby:()=>r2,Backpack:()=>o2,Badge:()=>v2,BadgeAlert:()=>s2,BadgeCent:()=>n2,BadgeCheck:()=>qo,BadgeDollarSign:()=>l2,BadgeEuro:()=>i2,BadgeHelp:()=>Uo,BadgeIndianRupee:()=>d2,BadgeInfo:()=>p2,BadgeJapaneseYen:()=>c2,BadgeMinus:()=>u2,BadgePercent:()=>f2,BadgePlus:()=>h2,BadgePoundSterling:()=>m2,BadgeQuestionMark:()=>Uo,BadgeRussianRuble:()=>x2,BadgeSwissFranc:()=>g2,BadgeTurkishLira:()=>M2,BadgeX:()=>y2,BaggageClaim:()=>b2,Ban:()=>C2,Banana:()=>w2,Bandage:()=>S2,Banknote:()=>L2,BanknoteArrowDown:()=>A2,BanknoteArrowUp:()=>k2,BanknoteX:()=>T2,BarChart:()=>os,BarChart2:()=>ss,BarChart3:()=>as,BarChart4:()=>ts,BarChartBig:()=>es,BarChartHorizontal:()=>Yo,BarChartHorizontalBig:()=>Ko,Barcode:()=>E2,Barrel:()=>H2,Baseline:()=>P2,Bath:()=>R2,Battery:()=>O2,BatteryCharging:()=>I2,BatteryFull:()=>B2,BatteryLow:()=>D2,BatteryMedium:()=>V2,BatteryPlus:()=>F2,BatteryWarning:()=>W2,Beaker:()=>N2,Bean:()=>_2,BeanOff:()=>z2,Bed:()=>$2,BedDouble:()=>q2,BedSingle:()=>U2,Beef:()=>j2,Beer:()=>Z2,BeerOff:()=>G2,Bell:()=>t0,BellDot:()=>X2,BellElectric:()=>J2,BellMinus:()=>K2,BellOff:()=>Y2,BellPlus:()=>Q2,BellRing:()=>e0,BetweenHorizonalEnd:()=>$o,BetweenHorizonalStart:()=>jo,BetweenHorizontalEnd:()=>$o,BetweenHorizontalStart:()=>jo,BetweenVerticalEnd:()=>a0,BetweenVerticalStart:()=>r0,BicepsFlexed:()=>o0,Bike:()=>s0,Binary:()=>n0,Binoculars:()=>l0,Biohazard:()=>d0,Bird:()=>i0,Birdhouse:()=>p0,Bitcoin:()=>c0,Blend:()=>u0,Blinds:()=>f0,Blocks:()=>h0,Bluetooth:()=>M0,BluetoothConnected:()=>m0,BluetoothOff:()=>x0,BluetoothSearching:()=>g0,Bold:()=>y0,Bolt:()=>v0,Bomb:()=>b0,Bone:()=>C0,Book:()=>j0,BookA:()=>w0,BookAlert:()=>S0,BookAudio:()=>A0,BookCheck:()=>k0,BookCopy:()=>T0,BookDashed:()=>Go,BookDown:()=>L0,BookHeadphones:()=>E0,BookHeart:()=>H0,BookImage:()=>P0,BookKey:()=>R0,BookLock:()=>I0,BookMarked:()=>B0,BookMinus:()=>D0,BookOpen:()=>W0,BookOpenCheck:()=>V0,BookOpenText:()=>F0,BookPlus:()=>O0,BookTemplate:()=>Go,BookText:()=>N0,BookType:()=>z0,BookUp:()=>q0,BookUp2:()=>_0,BookUser:()=>U0,BookX:()=>$0,Bookmark:()=>K0,BookmarkCheck:()=>G0,BookmarkMinus:()=>Z0,BookmarkPlus:()=>X0,BookmarkX:()=>J0,BoomBox:()=>Y0,Bot:()=>tc,BotMessageSquare:()=>Q0,BotOff:()=>ec,BottleWine:()=>ac,BowArrow:()=>rc,Box:()=>oc,BoxSelect:()=>ql,Boxes:()=>sc,Braces:()=>Zo,Brackets:()=>nc,Brain:()=>dc,BrainCircuit:()=>lc,BrainCog:()=>ic,BrickWall:()=>uc,BrickWallFire:()=>pc,BrickWallShield:()=>cc,Briefcase:()=>xc,BriefcaseBusiness:()=>fc,BriefcaseConveyorBelt:()=>hc,BriefcaseMedical:()=>mc,BringToFront:()=>gc,Brush:()=>yc,BrushCleaning:()=>Mc,Bubbles:()=>vc,Bug:()=>wc,BugOff:()=>bc,BugPlay:()=>Cc,Building:()=>Ac,Building2:()=>Sc,Bus:()=>Tc,BusFront:()=>kc,Cable:()=>Ec,CableCar:()=>Lc,Cake:()=>Pc,CakeSlice:()=>Hc,Calculator:()=>Rc,Calendar:()=>Qc,Calendar1:()=>Ic,CalendarArrowDown:()=>Bc,CalendarArrowUp:()=>Dc,CalendarCheck:()=>Fc,CalendarCheck2:()=>Vc,CalendarClock:()=>Wc,CalendarCog:()=>Oc,CalendarDays:()=>Nc,CalendarFold:()=>zc,CalendarHeart:()=>_c,CalendarMinus:()=>Uc,CalendarMinus2:()=>qc,CalendarOff:()=>$c,CalendarPlus:()=>Gc,CalendarPlus2:()=>jc,CalendarRange:()=>Zc,CalendarSearch:()=>Xc,CalendarSync:()=>Jc,CalendarX:()=>Yc,CalendarX2:()=>Kc,Camera:()=>tu,CameraOff:()=>eu,CandlestickChart:()=>Qo,Candy:()=>ou,CandyCane:()=>au,CandyOff:()=>ru,Cannabis:()=>su,Captions:()=>Xo,CaptionsOff:()=>nu,Car:()=>du,CarFront:()=>lu,CarTaxiFront:()=>iu,Caravan:()=>pu,CardSim:()=>cu,Carrot:()=>uu,CaseLower:()=>fu,CaseSensitive:()=>hu,CaseUpper:()=>mu,CassetteTape:()=>xu,Cast:()=>gu,Castle:()=>Mu,Cat:()=>yu,Cctv:()=>vu,ChartArea:()=>Jo,ChartBar:()=>Yo,ChartBarBig:()=>Ko,ChartBarDecreasing:()=>bu,ChartBarIncreasing:()=>Cu,ChartBarStacked:()=>wu,ChartCandlestick:()=>Qo,ChartColumn:()=>as,ChartColumnBig:()=>es,ChartColumnDecreasing:()=>Su,ChartColumnIncreasing:()=>ts,ChartColumnStacked:()=>Au,ChartGantt:()=>ku,ChartLine:()=>rs,ChartNetwork:()=>Tu,ChartNoAxesColumn:()=>ss,ChartNoAxesColumnDecreasing:()=>Lu,ChartNoAxesColumnIncreasing:()=>os,ChartNoAxesCombined:()=>Eu,ChartNoAxesGantt:()=>ns,ChartPie:()=>ls,ChartScatter:()=>is,ChartSpline:()=>Hu,Check:()=>Iu,CheckCheck:()=>Pu,CheckCircle:()=>ys,CheckCircle2:()=>vs,CheckLine:()=>Ru,CheckSquare:()=>Bl,CheckSquare2:()=>Dl,ChefHat:()=>Bu,Cherry:()=>Du,ChevronDown:()=>Vu,ChevronDownCircle:()=>bs,ChevronDownSquare:()=>Vl,ChevronFirst:()=>Fu,ChevronLast:()=>Wu,ChevronLeft:()=>Ou,ChevronLeftCircle:()=>Cs,ChevronLeftSquare:()=>Fl,ChevronRight:()=>Nu,ChevronRightCircle:()=>ws,ChevronRightSquare:()=>Wl,ChevronUp:()=>zu,ChevronUpCircle:()=>Ss,ChevronUpSquare:()=>Ol,ChevronsDown:()=>qu,ChevronsDownUp:()=>_u,ChevronsLeft:()=>ju,ChevronsLeftRight:()=>$u,ChevronsLeftRightEllipsis:()=>Uu,ChevronsRight:()=>Zu,ChevronsRightLeft:()=>Gu,ChevronsUp:()=>Ju,ChevronsUpDown:()=>Xu,Chrome:()=>ds,Chromium:()=>ds,Church:()=>Ku,Cigarette:()=>Qu,CigaretteOff:()=>Yu,Circle:()=>hf,CircleAlert:()=>ps,CircleArrowDown:()=>cs,CircleArrowLeft:()=>us,CircleArrowOutDownLeft:()=>fs,CircleArrowOutDownRight:()=>hs,CircleArrowOutUpLeft:()=>ms,CircleArrowOutUpRight:()=>xs,CircleArrowRight:()=>gs,CircleArrowUp:()=>Ms,CircleCheck:()=>vs,CircleCheckBig:()=>ys,CircleChevronDown:()=>bs,CircleChevronLeft:()=>Cs,CircleChevronRight:()=>ws,CircleChevronUp:()=>Ss,CircleDashed:()=>ef,CircleDivide:()=>As,CircleDollarSign:()=>tf,CircleDot:()=>rf,CircleDotDashed:()=>af,CircleEllipsis:()=>of,CircleEqual:()=>sf,CircleFadingArrowUp:()=>nf,CircleFadingPlus:()=>lf,CircleGauge:()=>ks,CircleHelp:()=>Or,CircleMinus:()=>Ts,CircleOff:()=>df,CircleParking:()=>Es,CircleParkingOff:()=>Ls,CirclePause:()=>Hs,CirclePercent:()=>Ps,CirclePlay:()=>Rs,CirclePlus:()=>Is,CirclePoundSterling:()=>pf,CirclePower:()=>Bs,CircleQuestionMark:()=>Or,CircleSlash:()=>cf,CircleSlash2:()=>Ds,CircleSlashed:()=>Ds,CircleSmall:()=>uf,CircleStar:()=>ff,CircleStop:()=>Vs,CircleUser:()=>Ws,CircleUserRound:()=>Fs,CircleX:()=>Os,CircuitBoard:()=>mf,Citrus:()=>xf,Clapperboard:()=>gf,Clipboard:()=>Tf,ClipboardCheck:()=>Mf,ClipboardClock:()=>yf,ClipboardCopy:()=>vf,ClipboardEdit:()=>zs,ClipboardList:()=>bf,ClipboardMinus:()=>Cf,ClipboardPaste:()=>wf,ClipboardPen:()=>zs,ClipboardPenLine:()=>Ns,ClipboardPlus:()=>Sf,ClipboardSignature:()=>Ns,ClipboardType:()=>Af,ClipboardX:()=>kf,Clock:()=>jf,Clock1:()=>Lf,Clock10:()=>Ef,Clock11:()=>Hf,Clock12:()=>Pf,Clock2:()=>Rf,Clock3:()=>If,Clock4:()=>Bf,Clock5:()=>Df,Clock6:()=>Vf,Clock7:()=>Ff,Clock8:()=>Wf,Clock9:()=>Of,ClockAlert:()=>Nf,ClockArrowDown:()=>zf,ClockArrowUp:()=>_f,ClockCheck:()=>qf,ClockFading:()=>Uf,ClockPlus:()=>$f,ClosedCaption:()=>Gf,Cloud:()=>dh,CloudAlert:()=>Zf,CloudCheck:()=>Xf,CloudCog:()=>Jf,CloudDownload:()=>_s,CloudDrizzle:()=>Kf,CloudFog:()=>Yf,CloudHail:()=>Qf,CloudLightning:()=>eh,CloudMoon:()=>ah,CloudMoonRain:()=>th,CloudOff:()=>rh,CloudRain:()=>sh,CloudRainWind:()=>oh,CloudSnow:()=>nh,CloudSun:()=>ih,CloudSunRain:()=>lh,CloudUpload:()=>qs,Cloudy:()=>ph,Clover:()=>ch,Club:()=>uh,Code:()=>fh,Code2:()=>Us,CodeSquare:()=>Nl,CodeXml:()=>Us,Codepen:()=>hh,Codesandbox:()=>mh,Coffee:()=>xh,Cog:()=>gh,Coins:()=>Mh,Columns:()=>$s,Columns2:()=>$s,Columns3:()=>js,Columns3Cog:()=>Nr,Columns4:()=>yh,ColumnsSettings:()=>Nr,Combine:()=>vh,Command:()=>bh,Compass:()=>Ch,Component:()=>wh,Computer:()=>Sh,ConciergeBell:()=>Ah,Cone:()=>kh,Construction:()=>Th,Contact:()=>Lh,Contact2:()=>Gs,ContactRound:()=>Gs,Container:()=>Eh,Contrast:()=>Hh,Cookie:()=>Ph,CookingPot:()=>Rh,Copy:()=>Wh,CopyCheck:()=>Ih,CopyMinus:()=>Bh,CopyPlus:()=>Dh,CopySlash:()=>Vh,CopyX:()=>Fh,Copyleft:()=>Oh,Copyright:()=>Nh,CornerDownLeft:()=>zh,CornerDownRight:()=>_h,CornerLeftDown:()=>qh,CornerLeftUp:()=>Uh,CornerRightDown:()=>$h,CornerRightUp:()=>jh,CornerUpLeft:()=>Gh,CornerUpRight:()=>Zh,Cpu:()=>Xh,CreativeCommons:()=>Jh,CreditCard:()=>Kh,Croissant:()=>Yh,Crop:()=>Qh,Cross:()=>em,Crosshair:()=>tm,Crown:()=>am,Cuboid:()=>rm,CupSoda:()=>om,CurlyBraces:()=>Zo,Currency:()=>sm,Cylinder:()=>nm,Dam:()=>lm,Database:()=>pm,DatabaseBackup:()=>im,DatabaseZap:()=>dm,DecimalsArrowLeft:()=>cm,DecimalsArrowRight:()=>um,Delete:()=>fm,Dessert:()=>hm,Diameter:()=>mm,Diamond:()=>Mm,DiamondMinus:()=>xm,DiamondPercent:()=>Zs,DiamondPlus:()=>gm,Dice1:()=>ym,Dice2:()=>vm,Dice3:()=>bm,Dice4:()=>Cm,Dice5:()=>wm,Dice6:()=>Sm,Dices:()=>Am,Diff:()=>km,Disc:()=>Hm,Disc2:()=>Tm,Disc3:()=>Lm,DiscAlbum:()=>Em,Divide:()=>Pm,DivideCircle:()=>As,DivideSquare:()=>Ul,Dna:()=>Im,DnaOff:()=>Rm,Dock:()=>Bm,Dog:()=>Dm,DollarSign:()=>Vm,Donut:()=>Fm,DoorClosed:()=>Om,DoorClosedLocked:()=>Wm,DoorOpen:()=>Nm,Dot:()=>zm,DotSquare:()=>$l,Download:()=>_m,DownloadCloud:()=>_s,DraftingCompass:()=>qm,Drama:()=>Um,Dribbble:()=>$m,Drill:()=>jm,Drone:()=>Gm,Droplet:()=>Xm,DropletOff:()=>Zm,Droplets:()=>Jm,Drum:()=>Km,Drumstick:()=>Ym,Dumbbell:()=>Qm,Ear:()=>tx,EarOff:()=>ex,Earth:()=>Xs,EarthLock:()=>ax,Eclipse:()=>rx,Edit:()=>mr,Edit2:()=>ll,Edit3:()=>nl,Egg:()=>nx,EggFried:()=>ox,EggOff:()=>sx,Ellipsis:()=>Ks,EllipsisVertical:()=>Js,Equal:()=>dx,EqualApproximately:()=>lx,EqualNot:()=>ix,EqualSquare:()=>jl,Eraser:()=>px,EthernetPort:()=>cx,Euro:()=>ux,EvCharger:()=>fx,Expand:()=>hx,ExternalLink:()=>mx,Eye:()=>Mx,EyeClosed:()=>xx,EyeOff:()=>gx,Facebook:()=>yx,Factory:()=>vx,Fan:()=>bx,FastForward:()=>Cx,Feather:()=>wx,Fence:()=>Sx,FerrisWheel:()=>Ax,Figma:()=>kx,File:()=>tg,FileArchive:()=>Tx,FileAudio:()=>zr,FileAudio2:()=>zr,FileAxis3D:()=>Ys,FileAxis3d:()=>Ys,FileBadge:()=>Qs,FileBadge2:()=>Qs,FileBarChart:()=>an,FileBarChart2:()=>rn,FileBox:()=>Lx,FileBraces:()=>tn,FileBracesCorner:()=>en,FileChartColumn:()=>rn,FileChartColumnIncreasing:()=>an,FileChartLine:()=>on,FileChartPie:()=>sn,FileCheck:()=>Ex,FileCheck2:()=>nn,FileCheckCorner:()=>nn,FileClock:()=>Hx,FileCode:()=>Px,FileCode2:()=>ln,FileCodeCorner:()=>ln,FileCog:()=>dn,FileCog2:()=>dn,FileDiff:()=>Rx,FileDigit:()=>Ix,FileDown:()=>Bx,FileEdit:()=>mn,FileExclamationPoint:()=>pn,FileHeadphone:()=>zr,FileHeart:()=>Dx,FileImage:()=>Vx,FileInput:()=>Fx,FileJson:()=>tn,FileJson2:()=>en,FileKey:()=>cn,FileKey2:()=>cn,FileLineChart:()=>on,FileLock:()=>un,FileLock2:()=>un,FileMinus:()=>Wx,FileMinus2:()=>fn,FileMinusCorner:()=>fn,FileMusic:()=>Ox,FileOutput:()=>Nx,FilePen:()=>mn,FilePenLine:()=>hn,FilePieChart:()=>sn,FilePlay:()=>xn,FilePlus:()=>zx,FilePlus2:()=>gn,FilePlusCorner:()=>gn,FileQuestion:()=>Mn,FileQuestionMark:()=>Mn,FileScan:()=>_x,FileSearch:()=>qx,FileSearch2:()=>yn,FileSearchCorner:()=>yn,FileSignal:()=>vn,FileSignature:()=>hn,FileSliders:()=>Ux,FileSpreadsheet:()=>$x,FileStack:()=>jx,FileSymlink:()=>Gx,FileTerminal:()=>Zx,FileText:()=>Xx,FileType:()=>Jx,FileType2:()=>bn,FileTypeCorner:()=>bn,FileUp:()=>Kx,FileUser:()=>Yx,FileVideo:()=>xn,FileVideo2:()=>Cn,FileVideoCamera:()=>Cn,FileVolume:()=>Qx,FileVolume2:()=>vn,FileWarning:()=>pn,FileX:()=>eg,FileX2:()=>wn,FileXCorner:()=>wn,Files:()=>ag,Film:()=>rg,Filter:()=>Tn,FilterX:()=>kn,Fingerprint:()=>og,FireExtinguisher:()=>sg,Fish:()=>ig,FishOff:()=>ng,FishSymbol:()=>lg,Flag:()=>ug,FlagOff:()=>dg,FlagTriangleLeft:()=>pg,FlagTriangleRight:()=>cg,Flame:()=>hg,FlameKindling:()=>fg,Flashlight:()=>xg,FlashlightOff:()=>mg,FlaskConical:()=>Mg,FlaskConicalOff:()=>gg,FlaskRound:()=>yg,FlipHorizontal:()=>bg,FlipHorizontal2:()=>vg,FlipVertical:()=>wg,FlipVertical2:()=>Cg,Flower:()=>Ag,Flower2:()=>Sg,Focus:()=>kg,FoldHorizontal:()=>Tg,FoldVertical:()=>Lg,Folder:()=>a4,FolderArchive:()=>Eg,FolderCheck:()=>Hg,FolderClock:()=>Pg,FolderClosed:()=>Rg,FolderCode:()=>Ig,FolderCog:()=>Sn,FolderCog2:()=>Sn,FolderDot:()=>Bg,FolderDown:()=>Dg,FolderEdit:()=>An,FolderGit:()=>Fg,FolderGit2:()=>Vg,FolderHeart:()=>Wg,FolderInput:()=>Og,FolderKanban:()=>Ng,FolderKey:()=>zg,FolderLock:()=>_g,FolderMinus:()=>qg,FolderOpen:()=>$g,FolderOpenDot:()=>Ug,FolderOutput:()=>jg,FolderPen:()=>An,FolderPlus:()=>Gg,FolderRoot:()=>Zg,FolderSearch:()=>Jg,FolderSearch2:()=>Xg,FolderSymlink:()=>Kg,FolderSync:()=>Yg,FolderTree:()=>Qg,FolderUp:()=>e4,FolderX:()=>t4,Folders:()=>r4,Footprints:()=>o4,ForkKnife:()=>Fi,ForkKnifeCrossed:()=>Vi,Forklift:()=>s4,FormInput:()=>dl,Forward:()=>n4,Frame:()=>l4,Framer:()=>i4,Frown:()=>d4,Fuel:()=>p4,Fullscreen:()=>c4,FunctionSquare:()=>Gl,Funnel:()=>Tn,FunnelPlus:()=>u4,FunnelX:()=>kn,GalleryHorizontal:()=>h4,GalleryHorizontalEnd:()=>f4,GalleryThumbnails:()=>m4,GalleryVertical:()=>g4,GalleryVerticalEnd:()=>x4,Gamepad:()=>v4,Gamepad2:()=>M4,GamepadDirectional:()=>y4,GanttChart:()=>ns,GanttChartSquare:()=>$r,Gauge:()=>b4,GaugeCircle:()=>ks,Gavel:()=>C4,Gem:()=>w4,GeorgianLari:()=>S4,Ghost:()=>A4,Gift:()=>k4,GitBranch:()=>E4,GitBranchMinus:()=>T4,GitBranchPlus:()=>L4,GitCommit:()=>Ln,GitCommitHorizontal:()=>Ln,GitCommitVertical:()=>H4,GitCompare:()=>R4,GitCompareArrows:()=>P4,GitFork:()=>I4,GitGraph:()=>B4,GitMerge:()=>D4,GitPullRequest:()=>z4,GitPullRequestArrow:()=>V4,GitPullRequestClosed:()=>F4,GitPullRequestCreate:()=>O4,GitPullRequestCreateArrow:()=>W4,GitPullRequestDraft:()=>N4,Github:()=>_4,Gitlab:()=>q4,GlassWater:()=>U4,Glasses:()=>$4,Globe:()=>G4,Globe2:()=>Xs,GlobeLock:()=>j4,Goal:()=>Z4,Gpu:()=>X4,Grab:()=>In,GraduationCap:()=>J4,Grape:()=>K4,Grid:()=>_r,Grid2X2:()=>Rn,Grid2X2Check:()=>En,Grid2X2Plus:()=>Hn,Grid2X2X:()=>Pn,Grid2x2:()=>Rn,Grid2x2Check:()=>En,Grid2x2Plus:()=>Hn,Grid2x2X:()=>Pn,Grid3X3:()=>_r,Grid3x2:()=>Y4,Grid3x3:()=>_r,Grip:()=>t5,GripHorizontal:()=>Q4,GripVertical:()=>e5,Group:()=>a5,Guitar:()=>r5,Ham:()=>o5,Hamburger:()=>s5,Hammer:()=>n5,Hand:()=>u5,HandCoins:()=>l5,HandFist:()=>i5,HandGrab:()=>In,HandHeart:()=>d5,HandHelping:()=>Bn,HandMetal:()=>p5,HandPlatter:()=>c5,Handbag:()=>f5,Handshake:()=>h5,HardDrive:()=>g5,HardDriveDownload:()=>m5,HardDriveUpload:()=>x5,HardHat:()=>M5,Hash:()=>y5,HatGlasses:()=>v5,Haze:()=>b5,HdmiPort:()=>C5,Heading:()=>E5,Heading1:()=>w5,Heading2:()=>S5,Heading3:()=>A5,Heading4:()=>k5,Heading5:()=>T5,Heading6:()=>L5,HeadphoneOff:()=>H5,Headphones:()=>P5,Headset:()=>R5,Heart:()=>O5,HeartCrack:()=>I5,HeartHandshake:()=>B5,HeartMinus:()=>D5,HeartOff:()=>V5,HeartPlus:()=>F5,HeartPulse:()=>W5,Heater:()=>N5,Helicopter:()=>z5,HelpCircle:()=>Or,HelpingHand:()=>Bn,Hexagon:()=>_5,Highlighter:()=>q5,History:()=>U5,Home:()=>Dn,Hop:()=>j5,HopOff:()=>$5,Hospital:()=>G5,Hotel:()=>Z5,Hourglass:()=>X5,House:()=>Dn,HouseHeart:()=>J5,HousePlug:()=>K5,HousePlus:()=>Y5,HouseWifi:()=>Q5,IceCream:()=>Fn,IceCream2:()=>Vn,IceCreamBowl:()=>Vn,IceCreamCone:()=>Fn,IdCard:()=>t3,IdCardLanyard:()=>e3,Image:()=>d3,ImageDown:()=>r3,ImageMinus:()=>a3,ImageOff:()=>o3,ImagePlay:()=>s3,ImagePlus:()=>n3,ImageUp:()=>l3,ImageUpscale:()=>i3,Images:()=>p3,Import:()=>c3,Inbox:()=>u3,Indent:()=>Ur,IndentDecrease:()=>qr,IndentIncrease:()=>Ur,IndianRupee:()=>f3,Infinity:()=>h3,Info:()=>m3,Inspect:()=>Ql,InspectionPanel:()=>x3,Instagram:()=>g3,Italic:()=>M3,IterationCcw:()=>y3,IterationCw:()=>v3,JapaneseYen:()=>b3,Joystick:()=>C3,Kanban:()=>w3,KanbanSquare:()=>Zl,KanbanSquareDashed:()=>zl,Kayak:()=>S3,Key:()=>T3,KeyRound:()=>A3,KeySquare:()=>k3,Keyboard:()=>H3,KeyboardMusic:()=>L3,KeyboardOff:()=>E3,Lamp:()=>V3,LampCeiling:()=>P3,LampDesk:()=>R3,LampFloor:()=>I3,LampWallDown:()=>B3,LampWallUp:()=>D3,LandPlot:()=>F3,Landmark:()=>W3,Languages:()=>O3,Laptop:()=>z3,Laptop2:()=>Wn,LaptopMinimal:()=>Wn,LaptopMinimalCheck:()=>N3,Lasso:()=>q3,LassoSelect:()=>_3,Laugh:()=>U3,Layers:()=>On,Layers2:()=>$3,Layers3:()=>On,Layout:()=>sl,LayoutDashboard:()=>j3,LayoutGrid:()=>G3,LayoutList:()=>Z3,LayoutPanelLeft:()=>X3,LayoutPanelTop:()=>J3,LayoutTemplate:()=>K3,Leaf:()=>Y3,LeafyGreen:()=>Q3,Lectern:()=>eM,LetterText:()=>bi,Library:()=>aM,LibraryBig:()=>tM,LibrarySquare:()=>Xl,LifeBuoy:()=>rM,Ligature:()=>oM,Lightbulb:()=>nM,LightbulbOff:()=>sM,LineChart:()=>rs,LineSquiggle:()=>lM,Link:()=>pM,Link2:()=>dM,Link2Off:()=>iM,Linkedin:()=>cM,List:()=>HM,ListCheck:()=>uM,ListChecks:()=>fM,ListChevronsDownUp:()=>hM,ListChevronsUpDown:()=>mM,ListCollapse:()=>xM,ListEnd:()=>gM,ListFilter:()=>yM,ListFilterPlus:()=>MM,ListIndentDecrease:()=>qr,ListIndentIncrease:()=>Ur,ListMinus:()=>vM,ListMusic:()=>bM,ListOrdered:()=>CM,ListPlus:()=>wM,ListRestart:()=>SM,ListStart:()=>AM,ListTodo:()=>kM,ListTree:()=>TM,ListVideo:()=>LM,ListX:()=>EM,Loader:()=>RM,Loader2:()=>Nn,LoaderCircle:()=>Nn,LoaderPinwheel:()=>PM,Locate:()=>DM,LocateFixed:()=>IM,LocateOff:()=>BM,LocationEdit:()=>Un,Lock:()=>FM,LockKeyhole:()=>VM,LockKeyholeOpen:()=>zn,LockOpen:()=>_n,LogIn:()=>WM,LogOut:()=>OM,Logs:()=>NM,Lollipop:()=>zM,Luggage:()=>_M,MSquare:()=>Jl,Magnet:()=>qM,Mail:()=>KM,MailCheck:()=>UM,MailMinus:()=>$M,MailOpen:()=>jM,MailPlus:()=>GM,MailQuestion:()=>qn,MailQuestionMark:()=>qn,MailSearch:()=>ZM,MailWarning:()=>XM,MailX:()=>JM,Mailbox:()=>YM,Mails:()=>QM,Map:()=>h6,MapMinus:()=>e6,MapPin:()=>c6,MapPinCheck:()=>a6,MapPinCheckInside:()=>t6,MapPinHouse:()=>r6,MapPinMinus:()=>s6,MapPinMinusInside:()=>o6,MapPinOff:()=>n6,MapPinPen:()=>Un,MapPinPlus:()=>i6,MapPinPlusInside:()=>l6,MapPinX:()=>p6,MapPinXInside:()=>d6,MapPinned:()=>u6,MapPlus:()=>f6,Mars:()=>x6,MarsStroke:()=>m6,Martini:()=>g6,Maximize:()=>y6,Maximize2:()=>M6,Medal:()=>v6,Megaphone:()=>C6,MegaphoneOff:()=>b6,Meh:()=>w6,MemoryStick:()=>S6,Menu:()=>A6,MenuSquare:()=>Kl,Merge:()=>k6,MessageCircle:()=>V6,MessageCircleCode:()=>T6,MessageCircleDashed:()=>L6,MessageCircleHeart:()=>E6,MessageCircleMore:()=>H6,MessageCircleOff:()=>P6,MessageCirclePlus:()=>R6,MessageCircleQuestion:()=>$n,MessageCircleQuestionMark:()=>$n,MessageCircleReply:()=>I6,MessageCircleWarning:()=>B6,MessageCircleX:()=>D6,MessageSquare:()=>Y6,MessageSquareCode:()=>F6,MessageSquareDashed:()=>W6,MessageSquareDiff:()=>O6,MessageSquareDot:()=>N6,MessageSquareHeart:()=>z6,MessageSquareLock:()=>_6,MessageSquareMore:()=>q6,MessageSquareOff:()=>U6,MessageSquarePlus:()=>$6,MessageSquareQuote:()=>j6,MessageSquareReply:()=>G6,MessageSquareShare:()=>Z6,MessageSquareText:()=>X6,MessageSquareWarning:()=>J6,MessageSquareX:()=>K6,MessagesSquare:()=>Q6,Mic:()=>t8,Mic2:()=>jn,MicOff:()=>e8,MicVocal:()=>jn,Microchip:()=>a8,Microscope:()=>r8,Microwave:()=>o8,Milestone:()=>s8,Milk:()=>l8,MilkOff:()=>n8,Minimize:()=>d8,Minimize2:()=>i8,Minus:()=>p8,MinusCircle:()=>Ts,MinusSquare:()=>Yl,Monitor:()=>S8,MonitorCheck:()=>c8,MonitorCloud:()=>u8,MonitorCog:()=>f8,MonitorDot:()=>h8,MonitorDown:()=>m8,MonitorOff:()=>x8,MonitorPause:()=>g8,MonitorPlay:()=>M8,MonitorSmartphone:()=>y8,MonitorSpeaker:()=>v8,MonitorStop:()=>b8,MonitorUp:()=>C8,MonitorX:()=>w8,Moon:()=>k8,MoonStar:()=>A8,MoreHorizontal:()=>Ks,MoreVertical:()=>Js,Motorbike:()=>T8,Mountain:()=>E8,MountainSnow:()=>L8,Mouse:()=>D8,MouseOff:()=>H8,MousePointer:()=>B8,MousePointer2:()=>P8,MousePointerBan:()=>R8,MousePointerClick:()=>I8,MousePointerSquareDashed:()=>_l,Move:()=>Z8,Move3D:()=>Gn,Move3d:()=>Gn,MoveDiagonal:()=>F8,MoveDiagonal2:()=>V8,MoveDown:()=>N8,MoveDownLeft:()=>W8,MoveDownRight:()=>O8,MoveHorizontal:()=>z8,MoveLeft:()=>_8,MoveRight:()=>q8,MoveUp:()=>j8,MoveUpLeft:()=>U8,MoveUpRight:()=>$8,MoveVertical:()=>G8,Music:()=>Y8,Music2:()=>X8,Music3:()=>J8,Music4:()=>K8,Navigation:()=>ay,Navigation2:()=>ey,Navigation2Off:()=>Q8,NavigationOff:()=>ty,Network:()=>ry,Newspaper:()=>oy,Nfc:()=>sy,NonBinary:()=>ny,Notebook:()=>py,NotebookPen:()=>ly,NotebookTabs:()=>iy,NotebookText:()=>dy,NotepadText:()=>uy,NotepadTextDashed:()=>cy,Nut:()=>hy,NutOff:()=>fy,Octagon:()=>xy,OctagonAlert:()=>Zn,OctagonMinus:()=>my,OctagonPause:()=>Xn,OctagonX:()=>Jn,Omega:()=>gy,Option:()=>My,Orbit:()=>yy,Origami:()=>vy,Outdent:()=>qr,Package:()=>Ly,Package2:()=>by,PackageCheck:()=>Cy,PackageMinus:()=>wy,PackageOpen:()=>Sy,PackagePlus:()=>Ay,PackageSearch:()=>ky,PackageX:()=>Ty,PaintBucket:()=>Ey,PaintRoller:()=>Hy,Paintbrush:()=>Py,Paintbrush2:()=>Kn,PaintbrushVertical:()=>Kn,Palette:()=>Ry,Palmtree:()=>Ai,Panda:()=>Iy,PanelBottom:()=>Vy,PanelBottomClose:()=>By,PanelBottomDashed:()=>Yn,PanelBottomInactive:()=>Yn,PanelBottomOpen:()=>Dy,PanelLeft:()=>al,PanelLeftClose:()=>Qn,PanelLeftDashed:()=>el,PanelLeftInactive:()=>el,PanelLeftOpen:()=>tl,PanelLeftRightDashed:()=>Fy,PanelRight:()=>Ny,PanelRightClose:()=>Wy,PanelRightDashed:()=>rl,PanelRightInactive:()=>rl,PanelRightOpen:()=>Oy,PanelTop:()=>Uy,PanelTopBottomDashed:()=>zy,PanelTopClose:()=>_y,PanelTopDashed:()=>ol,PanelTopInactive:()=>ol,PanelTopOpen:()=>qy,PanelsLeftBottom:()=>$y,PanelsLeftRight:()=>js,PanelsRightBottom:()=>jy,PanelsTopBottom:()=>ul,PanelsTopLeft:()=>sl,Paperclip:()=>Gy,Parentheses:()=>Zy,ParkingCircle:()=>Es,ParkingCircleOff:()=>Ls,ParkingMeter:()=>Xy,ParkingSquare:()=>ti,ParkingSquareOff:()=>ei,PartyPopper:()=>Jy,Pause:()=>Ky,PauseCircle:()=>Hs,PauseOctagon:()=>Xn,PawPrint:()=>Yy,PcCase:()=>Qy,Pen:()=>ll,PenBox:()=>mr,PenLine:()=>nl,PenOff:()=>e7,PenSquare:()=>mr,PenTool:()=>t7,Pencil:()=>s7,PencilLine:()=>a7,PencilOff:()=>r7,PencilRuler:()=>o7,Pentagon:()=>n7,Percent:()=>l7,PercentCircle:()=>Ps,PercentDiamond:()=>Zs,PercentSquare:()=>ai,PersonStanding:()=>i7,PhilippinePeso:()=>d7,Phone:()=>x7,PhoneCall:()=>p7,PhoneForwarded:()=>c7,PhoneIncoming:()=>u7,PhoneMissed:()=>f7,PhoneOff:()=>h7,PhoneOutgoing:()=>m7,Pi:()=>g7,PiSquare:()=>ri,Piano:()=>M7,Pickaxe:()=>y7,PictureInPicture:()=>b7,PictureInPicture2:()=>v7,PieChart:()=>ls,PiggyBank:()=>C7,Pilcrow:()=>A7,PilcrowLeft:()=>w7,PilcrowRight:()=>S7,PilcrowSquare:()=>oi,Pill:()=>T7,PillBottle:()=>k7,Pin:()=>E7,PinOff:()=>L7,Pipette:()=>H7,Pizza:()=>P7,Plane:()=>B7,PlaneLanding:()=>R7,PlaneTakeoff:()=>I7,Play:()=>D7,PlayCircle:()=>Rs,PlaySquare:()=>si,Plug:()=>F7,Plug2:()=>V7,PlugZap:()=>il,PlugZap2:()=>il,Plus:()=>W7,PlusCircle:()=>Is,PlusSquare:()=>ni,Pocket:()=>N7,PocketKnife:()=>O7,Podcast:()=>z7,Pointer:()=>q7,PointerOff:()=>_7,Popcorn:()=>$7,Popsicle:()=>U7,PoundSterling:()=>j7,Power:()=>Z7,PowerCircle:()=>Bs,PowerOff:()=>G7,PowerSquare:()=>li,Presentation:()=>X7,Printer:()=>K7,PrinterCheck:()=>J7,Projector:()=>Y7,Proportions:()=>Q7,Puzzle:()=>ev,Pyramid:()=>tv,QrCode:()=>av,Quote:()=>rv,Rabbit:()=>ov,Radar:()=>sv,Radiation:()=>nv,Radical:()=>lv,Radio:()=>pv,RadioReceiver:()=>iv,RadioTower:()=>dv,Radius:()=>cv,RailSymbol:()=>uv,Rainbow:()=>fv,Rat:()=>hv,Ratio:()=>mv,Receipt:()=>Av,ReceiptCent:()=>xv,ReceiptEuro:()=>gv,ReceiptIndianRupee:()=>Mv,ReceiptJapaneseYen:()=>yv,ReceiptPoundSterling:()=>vv,ReceiptRussianRuble:()=>bv,ReceiptSwissFranc:()=>Cv,ReceiptText:()=>wv,ReceiptTurkishLira:()=>Sv,RectangleCircle:()=>kv,RectangleEllipsis:()=>dl,RectangleGoggles:()=>Tv,RectangleHorizontal:()=>Lv,RectangleVertical:()=>Ev,Recycle:()=>Hv,Redo:()=>Iv,Redo2:()=>Pv,RedoDot:()=>Rv,RefreshCcw:()=>Dv,RefreshCcwDot:()=>Bv,RefreshCw:()=>Fv,RefreshCwOff:()=>Vv,Refrigerator:()=>Wv,Regex:()=>Ov,RemoveFormatting:()=>Nv,Repeat:()=>qv,Repeat1:()=>zv,Repeat2:()=>_v,Replace:()=>$v,ReplaceAll:()=>Uv,Reply:()=>Gv,ReplyAll:()=>jv,Rewind:()=>Zv,Ribbon:()=>Xv,Rocket:()=>Jv,RockingChair:()=>Kv,RollerCoaster:()=>Yv,Rose:()=>Qv,Rotate3D:()=>pl,Rotate3d:()=>pl,RotateCcw:()=>a9,RotateCcwKey:()=>e9,RotateCcwSquare:()=>t9,RotateCw:()=>o9,RotateCwSquare:()=>r9,Route:()=>n9,RouteOff:()=>s9,Router:()=>l9,Rows:()=>cl,Rows2:()=>cl,Rows3:()=>ul,Rows4:()=>i9,Rss:()=>d9,Ruler:()=>c9,RulerDimensionLine:()=>p9,RussianRuble:()=>u9,Sailboat:()=>f9,Salad:()=>h9,Sandwich:()=>m9,Satellite:()=>g9,SatelliteDish:()=>x9,SaudiRiyal:()=>M9,Save:()=>b9,SaveAll:()=>y9,SaveOff:()=>v9,Scale:()=>C9,Scale3D:()=>fl,Scale3d:()=>fl,Scaling:()=>w9,Scan:()=>R9,ScanBarcode:()=>S9,ScanEye:()=>A9,ScanFace:()=>k9,ScanHeart:()=>T9,ScanLine:()=>L9,ScanQrCode:()=>E9,ScanSearch:()=>H9,ScanText:()=>P9,ScatterChart:()=>is,School:()=>I9,School2:()=>Li,Scissors:()=>D9,ScissorsLineDashed:()=>B9,ScissorsSquare:()=>ii,ScissorsSquareDashedBottom:()=>Il,ScreenShare:()=>F9,ScreenShareOff:()=>V9,Scroll:()=>O9,ScrollText:()=>W9,Search:()=>U9,SearchCheck:()=>N9,SearchCode:()=>z9,SearchSlash:()=>_9,SearchX:()=>q9,Section:()=>$9,Send:()=>G9,SendHorizonal:()=>hl,SendHorizontal:()=>hl,SendToBack:()=>j9,SeparatorHorizontal:()=>Z9,SeparatorVertical:()=>X9,Server:()=>Q9,ServerCog:()=>J9,ServerCrash:()=>K9,ServerOff:()=>Y9,Settings:()=>tb,Settings2:()=>eb,Shapes:()=>ab,Share:()=>ob,Share2:()=>rb,Sheet:()=>sb,Shell:()=>nb,Shield:()=>xb,ShieldAlert:()=>lb,ShieldBan:()=>ib,ShieldCheck:()=>db,ShieldClose:()=>xl,ShieldEllipsis:()=>pb,ShieldHalf:()=>cb,ShieldMinus:()=>ub,ShieldOff:()=>fb,ShieldPlus:()=>hb,ShieldQuestion:()=>ml,ShieldQuestionMark:()=>ml,ShieldUser:()=>mb,ShieldX:()=>xl,Ship:()=>Mb,ShipWheel:()=>gb,Shirt:()=>yb,ShoppingBag:()=>vb,ShoppingBasket:()=>bb,ShoppingCart:()=>Cb,Shovel:()=>wb,ShowerHead:()=>Sb,Shredder:()=>Ab,Shrimp:()=>kb,Shrink:()=>Tb,Shrub:()=>Lb,Shuffle:()=>Eb,Sidebar:()=>al,SidebarClose:()=>Qn,SidebarOpen:()=>tl,Sigma:()=>Hb,SigmaSquare:()=>di,Signal:()=>Db,SignalHigh:()=>Pb,SignalLow:()=>Rb,SignalMedium:()=>Ib,SignalZero:()=>Bb,Signature:()=>Vb,Signpost:()=>Wb,SignpostBig:()=>Fb,Siren:()=>Ob,SkipBack:()=>Nb,SkipForward:()=>zb,Skull:()=>_b,Slack:()=>qb,Slash:()=>Ub,SlashSquare:()=>pi,Slice:()=>$b,Sliders:()=>gl,SlidersHorizontal:()=>jb,SlidersVertical:()=>gl,Smartphone:()=>Xb,SmartphoneCharging:()=>Gb,SmartphoneNfc:()=>Zb,Smile:()=>Kb,SmilePlus:()=>Jb,Snail:()=>Yb,Snowflake:()=>Qb,SoapDispenserDroplet:()=>eC,Sofa:()=>tC,SolarPanel:()=>aC,SortAsc:()=>No,SortDesc:()=>Fo,Soup:()=>rC,Space:()=>oC,Spade:()=>sC,Sparkle:()=>nC,Sparkles:()=>Ml,Speaker:()=>lC,Speech:()=>iC,SpellCheck:()=>pC,SpellCheck2:()=>dC,Spline:()=>uC,SplinePointer:()=>cC,Split:()=>fC,SplitSquareHorizontal:()=>ci,SplitSquareVertical:()=>ui,Spool:()=>hC,Spotlight:()=>mC,SprayCan:()=>xC,Sprout:()=>gC,Square:()=>LC,SquareActivity:()=>yl,SquareArrowDown:()=>Cl,SquareArrowDownLeft:()=>vl,SquareArrowDownRight:()=>bl,SquareArrowLeft:()=>wl,SquareArrowOutDownLeft:()=>Sl,SquareArrowOutDownRight:()=>Al,SquareArrowOutUpLeft:()=>kl,SquareArrowOutUpRight:()=>Tl,SquareArrowRight:()=>Ll,SquareArrowUp:()=>Pl,SquareArrowUpLeft:()=>El,SquareArrowUpRight:()=>Hl,SquareAsterisk:()=>Rl,SquareBottomDashedScissors:()=>Il,SquareChartGantt:()=>$r,SquareCheck:()=>Dl,SquareCheckBig:()=>Bl,SquareChevronDown:()=>Vl,SquareChevronLeft:()=>Fl,SquareChevronRight:()=>Wl,SquareChevronUp:()=>Ol,SquareCode:()=>Nl,SquareDashed:()=>ql,SquareDashedBottom:()=>yC,SquareDashedBottomCode:()=>MC,SquareDashedKanban:()=>zl,SquareDashedMousePointer:()=>_l,SquareDashedTopSolid:()=>vC,SquareDivide:()=>Ul,SquareDot:()=>$l,SquareEqual:()=>jl,SquareFunction:()=>Gl,SquareGanttChart:()=>$r,SquareKanban:()=>Zl,SquareLibrary:()=>Xl,SquareM:()=>Jl,SquareMenu:()=>Kl,SquareMinus:()=>Yl,SquareMousePointer:()=>Ql,SquareParking:()=>ti,SquareParkingOff:()=>ei,SquarePause:()=>bC,SquarePen:()=>mr,SquarePercent:()=>ai,SquarePi:()=>ri,SquarePilcrow:()=>oi,SquarePlay:()=>si,SquarePlus:()=>ni,SquarePower:()=>li,SquareRadical:()=>CC,SquareRoundCorner:()=>wC,SquareScissors:()=>ii,SquareSigma:()=>di,SquareSlash:()=>pi,SquareSplitHorizontal:()=>ci,SquareSplitVertical:()=>ui,SquareSquare:()=>SC,SquareStack:()=>AC,SquareStar:()=>kC,SquareStop:()=>TC,SquareTerminal:()=>fi,SquareUser:()=>mi,SquareUserRound:()=>hi,SquareX:()=>xi,SquaresExclude:()=>EC,SquaresIntersect:()=>HC,SquaresSubtract:()=>PC,SquaresUnite:()=>RC,Squircle:()=>BC,SquircleDashed:()=>IC,Squirrel:()=>DC,Stamp:()=>VC,Star:()=>OC,StarHalf:()=>FC,StarOff:()=>WC,Stars:()=>Ml,StepBack:()=>NC,StepForward:()=>zC,Stethoscope:()=>_C,Sticker:()=>qC,StickyNote:()=>UC,StopCircle:()=>Vs,Store:()=>$C,StretchHorizontal:()=>jC,StretchVertical:()=>GC,Strikethrough:()=>ZC,Subscript:()=>XC,Subtitles:()=>Xo,Sun:()=>ew,SunDim:()=>JC,SunMedium:()=>KC,SunMoon:()=>YC,SunSnow:()=>QC,Sunrise:()=>tw,Sunset:()=>aw,Superscript:()=>rw,SwatchBook:()=>ow,SwissFranc:()=>sw,SwitchCamera:()=>nw,Sword:()=>lw,Swords:()=>iw,Syringe:()=>dw,Table:()=>gw,Table2:()=>pw,TableCellsMerge:()=>cw,TableCellsSplit:()=>uw,TableColumnsSplit:()=>fw,TableConfig:()=>Nr,TableOfContents:()=>hw,TableProperties:()=>mw,TableRowsSplit:()=>xw,Tablet:()=>yw,TabletSmartphone:()=>Mw,Tablets:()=>vw,Tag:()=>bw,Tags:()=>Cw,Tally1:()=>ww,Tally2:()=>Sw,Tally3:()=>Aw,Tally4:()=>kw,Tally5:()=>Tw,Tangent:()=>Lw,Target:()=>Ew,Telescope:()=>Hw,Tent:()=>Rw,TentTree:()=>Pw,Terminal:()=>Iw,TerminalSquare:()=>fi,TestTube:()=>Bw,TestTube2:()=>gi,TestTubeDiagonal:()=>gi,TestTubes:()=>Dw,Text:()=>jr,TextAlignCenter:()=>Mi,TextAlignEnd:()=>yi,TextAlignJustify:()=>vi,TextAlignStart:()=>jr,TextCursor:()=>Fw,TextCursorInput:()=>Vw,TextInitial:()=>bi,TextQuote:()=>Ww,TextSearch:()=>Ow,TextSelect:()=>Ci,TextSelection:()=>Ci,TextWrap:()=>wi,Theater:()=>Nw,Thermometer:()=>qw,ThermometerSnowflake:()=>zw,ThermometerSun:()=>_w,ThumbsDown:()=>Uw,ThumbsUp:()=>$w,Ticket:()=>Yw,TicketCheck:()=>jw,TicketMinus:()=>Gw,TicketPercent:()=>Zw,TicketPlus:()=>Xw,TicketSlash:()=>Jw,TicketX:()=>Kw,Tickets:()=>eS,TicketsPlane:()=>Qw,Timer:()=>rS,TimerOff:()=>tS,TimerReset:()=>aS,ToggleLeft:()=>oS,ToggleRight:()=>sS,Toilet:()=>nS,ToolCase:()=>lS,Tornado:()=>iS,Torus:()=>dS,Touchpad:()=>cS,TouchpadOff:()=>pS,TowerControl:()=>uS,ToyBrick:()=>fS,Tractor:()=>hS,TrafficCone:()=>mS,Train:()=>Si,TrainFront:()=>gS,TrainFrontTunnel:()=>xS,TrainTrack:()=>MS,TramFront:()=>Si,Transgender:()=>yS,Trash:()=>bS,Trash2:()=>vS,TreeDeciduous:()=>CS,TreePalm:()=>Ai,TreePine:()=>wS,Trees:()=>SS,Trello:()=>AS,TrendingDown:()=>kS,TrendingUp:()=>LS,TrendingUpDown:()=>TS,Triangle:()=>PS,TriangleAlert:()=>ki,TriangleDashed:()=>ES,TriangleRight:()=>HS,Trophy:()=>RS,Truck:()=>BS,TruckElectric:()=>IS,TurkishLira:()=>DS,Turntable:()=>VS,Turtle:()=>FS,Tv:()=>OS,Tv2:()=>Ti,TvMinimal:()=>Ti,TvMinimalPlay:()=>WS,Twitch:()=>NS,Twitter:()=>zS,Type:()=>qS,TypeOutline:()=>_S,Umbrella:()=>$S,UmbrellaOff:()=>US,Underline:()=>jS,Undo:()=>XS,Undo2:()=>GS,UndoDot:()=>ZS,UnfoldHorizontal:()=>JS,UnfoldVertical:()=>KS,Ungroup:()=>YS,University:()=>Li,Unlink:()=>eA,Unlink2:()=>QS,Unlock:()=>_n,UnlockKeyhole:()=>zn,Unplug:()=>tA,Upload:()=>aA,UploadCloud:()=>qs,Usb:()=>rA,User:()=>mA,User2:()=>Bi,UserCheck:()=>oA,UserCheck2:()=>Ei,UserCircle:()=>Ws,UserCircle2:()=>Fs,UserCog:()=>sA,UserCog2:()=>Hi,UserLock:()=>nA,UserMinus:()=>lA,UserMinus2:()=>Pi,UserPen:()=>iA,UserPlus:()=>dA,UserPlus2:()=>Ri,UserRound:()=>Bi,UserRoundCheck:()=>Ei,UserRoundCog:()=>Hi,UserRoundMinus:()=>Pi,UserRoundPen:()=>pA,UserRoundPlus:()=>Ri,UserRoundSearch:()=>cA,UserRoundX:()=>Ii,UserSearch:()=>uA,UserSquare:()=>mi,UserSquare2:()=>hi,UserStar:()=>fA,UserX:()=>hA,UserX2:()=>Ii,Users:()=>xA,Users2:()=>Di,UsersRound:()=>Di,Utensils:()=>Fi,UtensilsCrossed:()=>Vi,UtilityPole:()=>gA,Variable:()=>MA,Vault:()=>yA,VectorSquare:()=>vA,Vegan:()=>bA,VenetianMask:()=>CA,Venus:()=>SA,VenusAndMars:()=>wA,Verified:()=>qo,Vibrate:()=>kA,VibrateOff:()=>AA,Video:()=>LA,VideoOff:()=>TA,Videotape:()=>EA,View:()=>HA,Voicemail:()=>PA,Volleyball:()=>RA,Volume:()=>FA,Volume1:()=>IA,Volume2:()=>BA,VolumeOff:()=>DA,VolumeX:()=>VA,Vote:()=>WA,Wallet:()=>NA,Wallet2:()=>Wi,WalletCards:()=>OA,WalletMinimal:()=>Wi,Wallpaper:()=>zA,Wand:()=>_A,Wand2:()=>Oi,WandSparkles:()=>Oi,Warehouse:()=>qA,WashingMachine:()=>UA,Watch:()=>$A,Waves:()=>jA,WavesLadder:()=>GA,Waypoints:()=>ZA,Webcam:()=>XA,Webhook:()=>KA,WebhookOff:()=>JA,Weight:()=>YA,Wheat:()=>ek,WheatOff:()=>QA,WholeWord:()=>tk,Wifi:()=>dk,WifiCog:()=>ak,WifiHigh:()=>rk,WifiLow:()=>ok,WifiOff:()=>sk,WifiPen:()=>nk,WifiSync:()=>lk,WifiZero:()=>ik,Wind:()=>ck,WindArrowDown:()=>pk,Wine:()=>fk,WineOff:()=>uk,Workflow:()=>hk,Worm:()=>mk,WrapText:()=>wi,Wrench:()=>xk,X:()=>gk,XCircle:()=>Os,XOctagon:()=>Jn,XSquare:()=>xi,Youtube:()=>Mk,Zap:()=>vk,ZapOff:()=>yk,ZoomIn:()=>bk,ZoomOut:()=>Ck,createElement:()=>x1,createIcons:()=>NP,icons:()=>CT});var m1={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};var OP=([r,a,e])=>{let t=document.createElementNS("http://www.w3.org/2000/svg",r);return Object.keys(a).forEach(s=>{t.setAttribute(s,String(a[s]))}),e!=null&&e.length&&e.forEach(s=>{let o=OP(s);t.appendChild(o)}),t},x1=(r,a={})=>{let t={...m1,...a};return OP(["svg",t,r])};var IB=r=>Array.from(r.attributes).reduce((a,e)=>(a[e.name]=e.value,a),{}),BB=r=>typeof r=="string"?r:!r||!r.class?"":r.class&&typeof r.class=="string"?r.class.split(" "):r.class&&Array.isArray(r.class)?r.class:"",DB=r=>r.flatMap(BB).map(e=>e.trim()).filter(Boolean).filter((e,t,s)=>s.indexOf(e)===t).join(" "),VB=r=>r.replace(/(\w)(\w*)(_|-|\s*)/g,(a,e,t)=>e.toUpperCase()+t.toLowerCase()),bT=(r,{nameAttr:a,icons:e,attrs:t})=>{var u;let s=r.getAttribute(a);if(s==null)return;let o=VB(s),n=e[o];if(!n)return console.warn(`${r.outerHTML} icon name was not found in the provided icons object.`);let l=IB(r),p={...m1,"data-lucide":s,...t,...l},i=DB(["lucide",`lucide-${s}`,l,t]);i&&Object.assign(p,{class:i});let c=x1(n,p);return(u=r.parentNode)==null?void 0:u.replaceChild(c,r)};var CT={};Yk(CT,{AArrowDown:()=>g1,AArrowUp:()=>M1,ALargeSmall:()=>y1,Accessibility:()=>v1,Activity:()=>b1,ActivitySquare:()=>yl,AirVent:()=>C1,Airplay:()=>w1,AlarmCheck:()=>Io,AlarmClock:()=>A1,AlarmClockCheck:()=>Io,AlarmClockMinus:()=>Bo,AlarmClockOff:()=>S1,AlarmClockPlus:()=>Do,AlarmMinus:()=>Bo,AlarmPlus:()=>Do,AlarmSmoke:()=>k1,Album:()=>T1,AlertCircle:()=>ps,AlertOctagon:()=>Zn,AlertTriangle:()=>ki,AlignCenter:()=>Mi,AlignCenterHorizontal:()=>L1,AlignCenterVertical:()=>E1,AlignEndHorizontal:()=>H1,AlignEndVertical:()=>P1,AlignHorizontalDistributeCenter:()=>R1,AlignHorizontalDistributeEnd:()=>I1,AlignHorizontalDistributeStart:()=>B1,AlignHorizontalJustifyCenter:()=>D1,AlignHorizontalJustifyEnd:()=>V1,AlignHorizontalJustifyStart:()=>F1,AlignHorizontalSpaceAround:()=>W1,AlignHorizontalSpaceBetween:()=>O1,AlignJustify:()=>vi,AlignLeft:()=>jr,AlignRight:()=>yi,AlignStartHorizontal:()=>N1,AlignStartVertical:()=>z1,AlignVerticalDistributeCenter:()=>_1,AlignVerticalDistributeEnd:()=>q1,AlignVerticalDistributeStart:()=>U1,AlignVerticalJustifyCenter:()=>$1,AlignVerticalJustifyEnd:()=>j1,AlignVerticalJustifyStart:()=>G1,AlignVerticalSpaceAround:()=>Z1,AlignVerticalSpaceBetween:()=>X1,Ambulance:()=>J1,Ampersand:()=>K1,Ampersands:()=>Y1,Amphora:()=>Q1,Anchor:()=>ep,Angry:()=>tp,Annoyed:()=>ap,Antenna:()=>rp,Anvil:()=>op,Aperture:()=>sp,AppWindow:()=>lp,AppWindowMac:()=>np,Apple:()=>ip,Archive:()=>cp,ArchiveRestore:()=>dp,ArchiveX:()=>pp,AreaChart:()=>Jo,Armchair:()=>up,ArrowBigDown:()=>hp,ArrowBigDownDash:()=>fp,ArrowBigLeft:()=>xp,ArrowBigLeftDash:()=>mp,ArrowBigRight:()=>Mp,ArrowBigRightDash:()=>gp,ArrowBigUp:()=>vp,ArrowBigUpDash:()=>yp,ArrowDown:()=>Hp,ArrowDown01:()=>bp,ArrowDown10:()=>Cp,ArrowDownAZ:()=>Vo,ArrowDownAz:()=>Vo,ArrowDownCircle:()=>cs,ArrowDownFromLine:()=>wp,ArrowDownLeft:()=>Sp,ArrowDownLeftFromCircle:()=>fs,ArrowDownLeftFromSquare:()=>Sl,ArrowDownLeftSquare:()=>vl,ArrowDownNarrowWide:()=>Ap,ArrowDownRight:()=>kp,ArrowDownRightFromCircle:()=>hs,ArrowDownRightFromSquare:()=>Al,ArrowDownRightSquare:()=>bl,ArrowDownSquare:()=>Cl,ArrowDownToDot:()=>Tp,ArrowDownToLine:()=>Lp,ArrowDownUp:()=>Ep,ArrowDownWideNarrow:()=>Fo,ArrowDownZA:()=>Wo,ArrowDownZa:()=>Wo,ArrowLeft:()=>Bp,ArrowLeftCircle:()=>us,ArrowLeftFromLine:()=>Pp,ArrowLeftRight:()=>Rp,ArrowLeftSquare:()=>wl,ArrowLeftToLine:()=>Ip,ArrowRight:()=>Wp,ArrowRightCircle:()=>gs,ArrowRightFromLine:()=>Dp,ArrowRightLeft:()=>Vp,ArrowRightSquare:()=>Ll,ArrowRightToLine:()=>Fp,ArrowUp:()=>Zp,ArrowUp01:()=>Op,ArrowUp10:()=>Np,ArrowUpAZ:()=>Oo,ArrowUpAz:()=>Oo,ArrowUpCircle:()=>Ms,ArrowUpDown:()=>zp,ArrowUpFromDot:()=>_p,ArrowUpFromLine:()=>qp,ArrowUpLeft:()=>Up,ArrowUpLeftFromCircle:()=>ms,ArrowUpLeftFromSquare:()=>kl,ArrowUpLeftSquare:()=>El,ArrowUpNarrowWide:()=>No,ArrowUpRight:()=>$p,ArrowUpRightFromCircle:()=>xs,ArrowUpRightFromSquare:()=>Tl,ArrowUpRightSquare:()=>Hl,ArrowUpSquare:()=>Pl,ArrowUpToLine:()=>jp,ArrowUpWideNarrow:()=>Gp,ArrowUpZA:()=>zo,ArrowUpZa:()=>zo,ArrowsUpFromLine:()=>Xp,Asterisk:()=>Jp,AsteriskSquare:()=>Rl,AtSign:()=>Kp,Atom:()=>Yp,AudioLines:()=>Qp,AudioWaveform:()=>e2,Award:()=>t2,Axe:()=>a2,Axis3D:()=>_o,Axis3d:()=>_o,Baby:()=>r2,Backpack:()=>o2,Badge:()=>v2,BadgeAlert:()=>s2,BadgeCent:()=>n2,BadgeCheck:()=>qo,BadgeDollarSign:()=>l2,BadgeEuro:()=>i2,BadgeHelp:()=>Uo,BadgeIndianRupee:()=>d2,BadgeInfo:()=>p2,BadgeJapaneseYen:()=>c2,BadgeMinus:()=>u2,BadgePercent:()=>f2,BadgePlus:()=>h2,BadgePoundSterling:()=>m2,BadgeQuestionMark:()=>Uo,BadgeRussianRuble:()=>x2,BadgeSwissFranc:()=>g2,BadgeTurkishLira:()=>M2,BadgeX:()=>y2,BaggageClaim:()=>b2,Ban:()=>C2,Banana:()=>w2,Bandage:()=>S2,Banknote:()=>L2,BanknoteArrowDown:()=>A2,BanknoteArrowUp:()=>k2,BanknoteX:()=>T2,BarChart:()=>os,BarChart2:()=>ss,BarChart3:()=>as,BarChart4:()=>ts,BarChartBig:()=>es,BarChartHorizontal:()=>Yo,BarChartHorizontalBig:()=>Ko,Barcode:()=>E2,Barrel:()=>H2,Baseline:()=>P2,Bath:()=>R2,Battery:()=>O2,BatteryCharging:()=>I2,BatteryFull:()=>B2,BatteryLow:()=>D2,BatteryMedium:()=>V2,BatteryPlus:()=>F2,BatteryWarning:()=>W2,Beaker:()=>N2,Bean:()=>_2,BeanOff:()=>z2,Bed:()=>$2,BedDouble:()=>q2,BedSingle:()=>U2,Beef:()=>j2,Beer:()=>Z2,BeerOff:()=>G2,Bell:()=>t0,BellDot:()=>X2,BellElectric:()=>J2,BellMinus:()=>K2,BellOff:()=>Y2,BellPlus:()=>Q2,BellRing:()=>e0,BetweenHorizonalEnd:()=>$o,BetweenHorizonalStart:()=>jo,BetweenHorizontalEnd:()=>$o,BetweenHorizontalStart:()=>jo,BetweenVerticalEnd:()=>a0,BetweenVerticalStart:()=>r0,BicepsFlexed:()=>o0,Bike:()=>s0,Binary:()=>n0,Binoculars:()=>l0,Biohazard:()=>d0,Bird:()=>i0,Birdhouse:()=>p0,Bitcoin:()=>c0,Blend:()=>u0,Blinds:()=>f0,Blocks:()=>h0,Bluetooth:()=>M0,BluetoothConnected:()=>m0,BluetoothOff:()=>x0,BluetoothSearching:()=>g0,Bold:()=>y0,Bolt:()=>v0,Bomb:()=>b0,Bone:()=>C0,Book:()=>j0,BookA:()=>w0,BookAlert:()=>S0,BookAudio:()=>A0,BookCheck:()=>k0,BookCopy:()=>T0,BookDashed:()=>Go,BookDown:()=>L0,BookHeadphones:()=>E0,BookHeart:()=>H0,BookImage:()=>P0,BookKey:()=>R0,BookLock:()=>I0,BookMarked:()=>B0,BookMinus:()=>D0,BookOpen:()=>W0,BookOpenCheck:()=>V0,BookOpenText:()=>F0,BookPlus:()=>O0,BookTemplate:()=>Go,BookText:()=>N0,BookType:()=>z0,BookUp:()=>q0,BookUp2:()=>_0,BookUser:()=>U0,BookX:()=>$0,Bookmark:()=>K0,BookmarkCheck:()=>G0,BookmarkMinus:()=>Z0,BookmarkPlus:()=>X0,BookmarkX:()=>J0,BoomBox:()=>Y0,Bot:()=>tc,BotMessageSquare:()=>Q0,BotOff:()=>ec,BottleWine:()=>ac,BowArrow:()=>rc,Box:()=>oc,BoxSelect:()=>ql,Boxes:()=>sc,Braces:()=>Zo,Brackets:()=>nc,Brain:()=>dc,BrainCircuit:()=>lc,BrainCog:()=>ic,BrickWall:()=>uc,BrickWallFire:()=>pc,BrickWallShield:()=>cc,Briefcase:()=>xc,BriefcaseBusiness:()=>fc,BriefcaseConveyorBelt:()=>hc,BriefcaseMedical:()=>mc,BringToFront:()=>gc,Brush:()=>yc,BrushCleaning:()=>Mc,Bubbles:()=>vc,Bug:()=>wc,BugOff:()=>bc,BugPlay:()=>Cc,Building:()=>Ac,Building2:()=>Sc,Bus:()=>Tc,BusFront:()=>kc,Cable:()=>Ec,CableCar:()=>Lc,Cake:()=>Pc,CakeSlice:()=>Hc,Calculator:()=>Rc,Calendar:()=>Qc,Calendar1:()=>Ic,CalendarArrowDown:()=>Bc,CalendarArrowUp:()=>Dc,CalendarCheck:()=>Fc,CalendarCheck2:()=>Vc,CalendarClock:()=>Wc,CalendarCog:()=>Oc,CalendarDays:()=>Nc,CalendarFold:()=>zc,CalendarHeart:()=>_c,CalendarMinus:()=>Uc,CalendarMinus2:()=>qc,CalendarOff:()=>$c,CalendarPlus:()=>Gc,CalendarPlus2:()=>jc,CalendarRange:()=>Zc,CalendarSearch:()=>Xc,CalendarSync:()=>Jc,CalendarX:()=>Yc,CalendarX2:()=>Kc,Camera:()=>tu,CameraOff:()=>eu,CandlestickChart:()=>Qo,Candy:()=>ou,CandyCane:()=>au,CandyOff:()=>ru,Cannabis:()=>su,Captions:()=>Xo,CaptionsOff:()=>nu,Car:()=>du,CarFront:()=>lu,CarTaxiFront:()=>iu,Caravan:()=>pu,CardSim:()=>cu,Carrot:()=>uu,CaseLower:()=>fu,CaseSensitive:()=>hu,CaseUpper:()=>mu,CassetteTape:()=>xu,Cast:()=>gu,Castle:()=>Mu,Cat:()=>yu,Cctv:()=>vu,ChartArea:()=>Jo,ChartBar:()=>Yo,ChartBarBig:()=>Ko,ChartBarDecreasing:()=>bu,ChartBarIncreasing:()=>Cu,ChartBarStacked:()=>wu,ChartCandlestick:()=>Qo,ChartColumn:()=>as,ChartColumnBig:()=>es,ChartColumnDecreasing:()=>Su,ChartColumnIncreasing:()=>ts,ChartColumnStacked:()=>Au,ChartGantt:()=>ku,ChartLine:()=>rs,ChartNetwork:()=>Tu,ChartNoAxesColumn:()=>ss,ChartNoAxesColumnDecreasing:()=>Lu,ChartNoAxesColumnIncreasing:()=>os,ChartNoAxesCombined:()=>Eu,ChartNoAxesGantt:()=>ns,ChartPie:()=>ls,ChartScatter:()=>is,ChartSpline:()=>Hu,Check:()=>Iu,CheckCheck:()=>Pu,CheckCircle:()=>ys,CheckCircle2:()=>vs,CheckLine:()=>Ru,CheckSquare:()=>Bl,CheckSquare2:()=>Dl,ChefHat:()=>Bu,Cherry:()=>Du,ChevronDown:()=>Vu,ChevronDownCircle:()=>bs,ChevronDownSquare:()=>Vl,ChevronFirst:()=>Fu,ChevronLast:()=>Wu,ChevronLeft:()=>Ou,ChevronLeftCircle:()=>Cs,ChevronLeftSquare:()=>Fl,ChevronRight:()=>Nu,ChevronRightCircle:()=>ws,ChevronRightSquare:()=>Wl,ChevronUp:()=>zu,ChevronUpCircle:()=>Ss,ChevronUpSquare:()=>Ol,ChevronsDown:()=>qu,ChevronsDownUp:()=>_u,ChevronsLeft:()=>ju,ChevronsLeftRight:()=>$u,ChevronsLeftRightEllipsis:()=>Uu,ChevronsRight:()=>Zu,ChevronsRightLeft:()=>Gu,ChevronsUp:()=>Ju,ChevronsUpDown:()=>Xu,Chrome:()=>ds,Chromium:()=>ds,Church:()=>Ku,Cigarette:()=>Qu,CigaretteOff:()=>Yu,Circle:()=>hf,CircleAlert:()=>ps,CircleArrowDown:()=>cs,CircleArrowLeft:()=>us,CircleArrowOutDownLeft:()=>fs,CircleArrowOutDownRight:()=>hs,CircleArrowOutUpLeft:()=>ms,CircleArrowOutUpRight:()=>xs,CircleArrowRight:()=>gs,CircleArrowUp:()=>Ms,CircleCheck:()=>vs,CircleCheckBig:()=>ys,CircleChevronDown:()=>bs,CircleChevronLeft:()=>Cs,CircleChevronRight:()=>ws,CircleChevronUp:()=>Ss,CircleDashed:()=>ef,CircleDivide:()=>As,CircleDollarSign:()=>tf,CircleDot:()=>rf,CircleDotDashed:()=>af,CircleEllipsis:()=>of,CircleEqual:()=>sf,CircleFadingArrowUp:()=>nf,CircleFadingPlus:()=>lf,CircleGauge:()=>ks,CircleHelp:()=>Or,CircleMinus:()=>Ts,CircleOff:()=>df,CircleParking:()=>Es,CircleParkingOff:()=>Ls,CirclePause:()=>Hs,CirclePercent:()=>Ps,CirclePlay:()=>Rs,CirclePlus:()=>Is,CirclePoundSterling:()=>pf,CirclePower:()=>Bs,CircleQuestionMark:()=>Or,CircleSlash:()=>cf,CircleSlash2:()=>Ds,CircleSlashed:()=>Ds,CircleSmall:()=>uf,CircleStar:()=>ff,CircleStop:()=>Vs,CircleUser:()=>Ws,CircleUserRound:()=>Fs,CircleX:()=>Os,CircuitBoard:()=>mf,Citrus:()=>xf,Clapperboard:()=>gf,Clipboard:()=>Tf,ClipboardCheck:()=>Mf,ClipboardClock:()=>yf,ClipboardCopy:()=>vf,ClipboardEdit:()=>zs,ClipboardList:()=>bf,ClipboardMinus:()=>Cf,ClipboardPaste:()=>wf,ClipboardPen:()=>zs,ClipboardPenLine:()=>Ns,ClipboardPlus:()=>Sf,ClipboardSignature:()=>Ns,ClipboardType:()=>Af,ClipboardX:()=>kf,Clock:()=>jf,Clock1:()=>Lf,Clock10:()=>Ef,Clock11:()=>Hf,Clock12:()=>Pf,Clock2:()=>Rf,Clock3:()=>If,Clock4:()=>Bf,Clock5:()=>Df,Clock6:()=>Vf,Clock7:()=>Ff,Clock8:()=>Wf,Clock9:()=>Of,ClockAlert:()=>Nf,ClockArrowDown:()=>zf,ClockArrowUp:()=>_f,ClockCheck:()=>qf,ClockFading:()=>Uf,ClockPlus:()=>$f,ClosedCaption:()=>Gf,Cloud:()=>dh,CloudAlert:()=>Zf,CloudCheck:()=>Xf,CloudCog:()=>Jf,CloudDownload:()=>_s,CloudDrizzle:()=>Kf,CloudFog:()=>Yf,CloudHail:()=>Qf,CloudLightning:()=>eh,CloudMoon:()=>ah,CloudMoonRain:()=>th,CloudOff:()=>rh,CloudRain:()=>sh,CloudRainWind:()=>oh,CloudSnow:()=>nh,CloudSun:()=>ih,CloudSunRain:()=>lh,CloudUpload:()=>qs,Cloudy:()=>ph,Clover:()=>ch,Club:()=>uh,Code:()=>fh,Code2:()=>Us,CodeSquare:()=>Nl,CodeXml:()=>Us,Codepen:()=>hh,Codesandbox:()=>mh,Coffee:()=>xh,Cog:()=>gh,Coins:()=>Mh,Columns:()=>$s,Columns2:()=>$s,Columns3:()=>js,Columns3Cog:()=>Nr,Columns4:()=>yh,ColumnsSettings:()=>Nr,Combine:()=>vh,Command:()=>bh,Compass:()=>Ch,Component:()=>wh,Computer:()=>Sh,ConciergeBell:()=>Ah,Cone:()=>kh,Construction:()=>Th,Contact:()=>Lh,Contact2:()=>Gs,ContactRound:()=>Gs,Container:()=>Eh,Contrast:()=>Hh,Cookie:()=>Ph,CookingPot:()=>Rh,Copy:()=>Wh,CopyCheck:()=>Ih,CopyMinus:()=>Bh,CopyPlus:()=>Dh,CopySlash:()=>Vh,CopyX:()=>Fh,Copyleft:()=>Oh,Copyright:()=>Nh,CornerDownLeft:()=>zh,CornerDownRight:()=>_h,CornerLeftDown:()=>qh,CornerLeftUp:()=>Uh,CornerRightDown:()=>$h,CornerRightUp:()=>jh,CornerUpLeft:()=>Gh,CornerUpRight:()=>Zh,Cpu:()=>Xh,CreativeCommons:()=>Jh,CreditCard:()=>Kh,Croissant:()=>Yh,Crop:()=>Qh,Cross:()=>em,Crosshair:()=>tm,Crown:()=>am,Cuboid:()=>rm,CupSoda:()=>om,CurlyBraces:()=>Zo,Currency:()=>sm,Cylinder:()=>nm,Dam:()=>lm,Database:()=>pm,DatabaseBackup:()=>im,DatabaseZap:()=>dm,DecimalsArrowLeft:()=>cm,DecimalsArrowRight:()=>um,Delete:()=>fm,Dessert:()=>hm,Diameter:()=>mm,Diamond:()=>Mm,DiamondMinus:()=>xm,DiamondPercent:()=>Zs,DiamondPlus:()=>gm,Dice1:()=>ym,Dice2:()=>vm,Dice3:()=>bm,Dice4:()=>Cm,Dice5:()=>wm,Dice6:()=>Sm,Dices:()=>Am,Diff:()=>km,Disc:()=>Hm,Disc2:()=>Tm,Disc3:()=>Lm,DiscAlbum:()=>Em,Divide:()=>Pm,DivideCircle:()=>As,DivideSquare:()=>Ul,Dna:()=>Im,DnaOff:()=>Rm,Dock:()=>Bm,Dog:()=>Dm,DollarSign:()=>Vm,Donut:()=>Fm,DoorClosed:()=>Om,DoorClosedLocked:()=>Wm,DoorOpen:()=>Nm,Dot:()=>zm,DotSquare:()=>$l,Download:()=>_m,DownloadCloud:()=>_s,DraftingCompass:()=>qm,Drama:()=>Um,Dribbble:()=>$m,Drill:()=>jm,Drone:()=>Gm,Droplet:()=>Xm,DropletOff:()=>Zm,Droplets:()=>Jm,Drum:()=>Km,Drumstick:()=>Ym,Dumbbell:()=>Qm,Ear:()=>tx,EarOff:()=>ex,Earth:()=>Xs,EarthLock:()=>ax,Eclipse:()=>rx,Edit:()=>mr,Edit2:()=>ll,Edit3:()=>nl,Egg:()=>nx,EggFried:()=>ox,EggOff:()=>sx,Ellipsis:()=>Ks,EllipsisVertical:()=>Js,Equal:()=>dx,EqualApproximately:()=>lx,EqualNot:()=>ix,EqualSquare:()=>jl,Eraser:()=>px,EthernetPort:()=>cx,Euro:()=>ux,EvCharger:()=>fx,Expand:()=>hx,ExternalLink:()=>mx,Eye:()=>Mx,EyeClosed:()=>xx,EyeOff:()=>gx,Facebook:()=>yx,Factory:()=>vx,Fan:()=>bx,FastForward:()=>Cx,Feather:()=>wx,Fence:()=>Sx,FerrisWheel:()=>Ax,Figma:()=>kx,File:()=>tg,FileArchive:()=>Tx,FileAudio:()=>zr,FileAudio2:()=>zr,FileAxis3D:()=>Ys,FileAxis3d:()=>Ys,FileBadge:()=>Qs,FileBadge2:()=>Qs,FileBarChart:()=>an,FileBarChart2:()=>rn,FileBox:()=>Lx,FileBraces:()=>tn,FileBracesCorner:()=>en,FileChartColumn:()=>rn,FileChartColumnIncreasing:()=>an,FileChartLine:()=>on,FileChartPie:()=>sn,FileCheck:()=>Ex,FileCheck2:()=>nn,FileCheckCorner:()=>nn,FileClock:()=>Hx,FileCode:()=>Px,FileCode2:()=>ln,FileCodeCorner:()=>ln,FileCog:()=>dn,FileCog2:()=>dn,FileDiff:()=>Rx,FileDigit:()=>Ix,FileDown:()=>Bx,FileEdit:()=>mn,FileExclamationPoint:()=>pn,FileHeadphone:()=>zr,FileHeart:()=>Dx,FileImage:()=>Vx,FileInput:()=>Fx,FileJson:()=>tn,FileJson2:()=>en,FileKey:()=>cn,FileKey2:()=>cn,FileLineChart:()=>on,FileLock:()=>un,FileLock2:()=>un,FileMinus:()=>Wx,FileMinus2:()=>fn,FileMinusCorner:()=>fn,FileMusic:()=>Ox,FileOutput:()=>Nx,FilePen:()=>mn,FilePenLine:()=>hn,FilePieChart:()=>sn,FilePlay:()=>xn,FilePlus:()=>zx,FilePlus2:()=>gn,FilePlusCorner:()=>gn,FileQuestion:()=>Mn,FileQuestionMark:()=>Mn,FileScan:()=>_x,FileSearch:()=>qx,FileSearch2:()=>yn,FileSearchCorner:()=>yn,FileSignal:()=>vn,FileSignature:()=>hn,FileSliders:()=>Ux,FileSpreadsheet:()=>$x,FileStack:()=>jx,FileSymlink:()=>Gx,FileTerminal:()=>Zx,FileText:()=>Xx,FileType:()=>Jx,FileType2:()=>bn,FileTypeCorner:()=>bn,FileUp:()=>Kx,FileUser:()=>Yx,FileVideo:()=>xn,FileVideo2:()=>Cn,FileVideoCamera:()=>Cn,FileVolume:()=>Qx,FileVolume2:()=>vn,FileWarning:()=>pn,FileX:()=>eg,FileX2:()=>wn,FileXCorner:()=>wn,Files:()=>ag,Film:()=>rg,Filter:()=>Tn,FilterX:()=>kn,Fingerprint:()=>og,FireExtinguisher:()=>sg,Fish:()=>ig,FishOff:()=>ng,FishSymbol:()=>lg,Flag:()=>ug,FlagOff:()=>dg,FlagTriangleLeft:()=>pg,FlagTriangleRight:()=>cg,Flame:()=>hg,FlameKindling:()=>fg,Flashlight:()=>xg,FlashlightOff:()=>mg,FlaskConical:()=>Mg,FlaskConicalOff:()=>gg,FlaskRound:()=>yg,FlipHorizontal:()=>bg,FlipHorizontal2:()=>vg,FlipVertical:()=>wg,FlipVertical2:()=>Cg,Flower:()=>Ag,Flower2:()=>Sg,Focus:()=>kg,FoldHorizontal:()=>Tg,FoldVertical:()=>Lg,Folder:()=>a4,FolderArchive:()=>Eg,FolderCheck:()=>Hg,FolderClock:()=>Pg,FolderClosed:()=>Rg,FolderCode:()=>Ig,FolderCog:()=>Sn,FolderCog2:()=>Sn,FolderDot:()=>Bg,FolderDown:()=>Dg,FolderEdit:()=>An,FolderGit:()=>Fg,FolderGit2:()=>Vg,FolderHeart:()=>Wg,FolderInput:()=>Og,FolderKanban:()=>Ng,FolderKey:()=>zg,FolderLock:()=>_g,FolderMinus:()=>qg,FolderOpen:()=>$g,FolderOpenDot:()=>Ug,FolderOutput:()=>jg,FolderPen:()=>An,FolderPlus:()=>Gg,FolderRoot:()=>Zg,FolderSearch:()=>Jg,FolderSearch2:()=>Xg,FolderSymlink:()=>Kg,FolderSync:()=>Yg,FolderTree:()=>Qg,FolderUp:()=>e4,FolderX:()=>t4,Folders:()=>r4,Footprints:()=>o4,ForkKnife:()=>Fi,ForkKnifeCrossed:()=>Vi,Forklift:()=>s4,FormInput:()=>dl,Forward:()=>n4,Frame:()=>l4,Framer:()=>i4,Frown:()=>d4,Fuel:()=>p4,Fullscreen:()=>c4,FunctionSquare:()=>Gl,Funnel:()=>Tn,FunnelPlus:()=>u4,FunnelX:()=>kn,GalleryHorizontal:()=>h4,GalleryHorizontalEnd:()=>f4,GalleryThumbnails:()=>m4,GalleryVertical:()=>g4,GalleryVerticalEnd:()=>x4,Gamepad:()=>v4,Gamepad2:()=>M4,GamepadDirectional:()=>y4,GanttChart:()=>ns,GanttChartSquare:()=>$r,Gauge:()=>b4,GaugeCircle:()=>ks,Gavel:()=>C4,Gem:()=>w4,GeorgianLari:()=>S4,Ghost:()=>A4,Gift:()=>k4,GitBranch:()=>E4,GitBranchMinus:()=>T4,GitBranchPlus:()=>L4,GitCommit:()=>Ln,GitCommitHorizontal:()=>Ln,GitCommitVertical:()=>H4,GitCompare:()=>R4,GitCompareArrows:()=>P4,GitFork:()=>I4,GitGraph:()=>B4,GitMerge:()=>D4,GitPullRequest:()=>z4,GitPullRequestArrow:()=>V4,GitPullRequestClosed:()=>F4,GitPullRequestCreate:()=>O4,GitPullRequestCreateArrow:()=>W4,GitPullRequestDraft:()=>N4,Github:()=>_4,Gitlab:()=>q4,GlassWater:()=>U4,Glasses:()=>$4,Globe:()=>G4,Globe2:()=>Xs,GlobeLock:()=>j4,Goal:()=>Z4,Gpu:()=>X4,Grab:()=>In,GraduationCap:()=>J4,Grape:()=>K4,Grid:()=>_r,Grid2X2:()=>Rn,Grid2X2Check:()=>En,Grid2X2Plus:()=>Hn,Grid2X2X:()=>Pn,Grid2x2:()=>Rn,Grid2x2Check:()=>En,Grid2x2Plus:()=>Hn,Grid2x2X:()=>Pn,Grid3X3:()=>_r,Grid3x2:()=>Y4,Grid3x3:()=>_r,Grip:()=>t5,GripHorizontal:()=>Q4,GripVertical:()=>e5,Group:()=>a5,Guitar:()=>r5,Ham:()=>o5,Hamburger:()=>s5,Hammer:()=>n5,Hand:()=>u5,HandCoins:()=>l5,HandFist:()=>i5,HandGrab:()=>In,HandHeart:()=>d5,HandHelping:()=>Bn,HandMetal:()=>p5,HandPlatter:()=>c5,Handbag:()=>f5,Handshake:()=>h5,HardDrive:()=>g5,HardDriveDownload:()=>m5,HardDriveUpload:()=>x5,HardHat:()=>M5,Hash:()=>y5,HatGlasses:()=>v5,Haze:()=>b5,HdmiPort:()=>C5,Heading:()=>E5,Heading1:()=>w5,Heading2:()=>S5,Heading3:()=>A5,Heading4:()=>k5,Heading5:()=>T5,Heading6:()=>L5,HeadphoneOff:()=>H5,Headphones:()=>P5,Headset:()=>R5,Heart:()=>O5,HeartCrack:()=>I5,HeartHandshake:()=>B5,HeartMinus:()=>D5,HeartOff:()=>V5,HeartPlus:()=>F5,HeartPulse:()=>W5,Heater:()=>N5,Helicopter:()=>z5,HelpCircle:()=>Or,HelpingHand:()=>Bn,Hexagon:()=>_5,Highlighter:()=>q5,History:()=>U5,Home:()=>Dn,Hop:()=>j5,HopOff:()=>$5,Hospital:()=>G5,Hotel:()=>Z5,Hourglass:()=>X5,House:()=>Dn,HouseHeart:()=>J5,HousePlug:()=>K5,HousePlus:()=>Y5,HouseWifi:()=>Q5,IceCream:()=>Fn,IceCream2:()=>Vn,IceCreamBowl:()=>Vn,IceCreamCone:()=>Fn,IdCard:()=>t3,IdCardLanyard:()=>e3,Image:()=>d3,ImageDown:()=>r3,ImageMinus:()=>a3,ImageOff:()=>o3,ImagePlay:()=>s3,ImagePlus:()=>n3,ImageUp:()=>l3,ImageUpscale:()=>i3,Images:()=>p3,Import:()=>c3,Inbox:()=>u3,Indent:()=>Ur,IndentDecrease:()=>qr,IndentIncrease:()=>Ur,IndianRupee:()=>f3,Infinity:()=>h3,Info:()=>m3,Inspect:()=>Ql,InspectionPanel:()=>x3,Instagram:()=>g3,Italic:()=>M3,IterationCcw:()=>y3,IterationCw:()=>v3,JapaneseYen:()=>b3,Joystick:()=>C3,Kanban:()=>w3,KanbanSquare:()=>Zl,KanbanSquareDashed:()=>zl,Kayak:()=>S3,Key:()=>T3,KeyRound:()=>A3,KeySquare:()=>k3,Keyboard:()=>H3,KeyboardMusic:()=>L3,KeyboardOff:()=>E3,Lamp:()=>V3,LampCeiling:()=>P3,LampDesk:()=>R3,LampFloor:()=>I3,LampWallDown:()=>B3,LampWallUp:()=>D3,LandPlot:()=>F3,Landmark:()=>W3,Languages:()=>O3,Laptop:()=>z3,Laptop2:()=>Wn,LaptopMinimal:()=>Wn,LaptopMinimalCheck:()=>N3,Lasso:()=>q3,LassoSelect:()=>_3,Laugh:()=>U3,Layers:()=>On,Layers2:()=>$3,Layers3:()=>On,Layout:()=>sl,LayoutDashboard:()=>j3,LayoutGrid:()=>G3,LayoutList:()=>Z3,LayoutPanelLeft:()=>X3,LayoutPanelTop:()=>J3,LayoutTemplate:()=>K3,Leaf:()=>Y3,LeafyGreen:()=>Q3,Lectern:()=>eM,LetterText:()=>bi,Library:()=>aM,LibraryBig:()=>tM,LibrarySquare:()=>Xl,LifeBuoy:()=>rM,Ligature:()=>oM,Lightbulb:()=>nM,LightbulbOff:()=>sM,LineChart:()=>rs,LineSquiggle:()=>lM,Link:()=>pM,Link2:()=>dM,Link2Off:()=>iM,Linkedin:()=>cM,List:()=>HM,ListCheck:()=>uM,ListChecks:()=>fM,ListChevronsDownUp:()=>hM,ListChevronsUpDown:()=>mM,ListCollapse:()=>xM,ListEnd:()=>gM,ListFilter:()=>yM,ListFilterPlus:()=>MM,ListIndentDecrease:()=>qr,ListIndentIncrease:()=>Ur,ListMinus:()=>vM,ListMusic:()=>bM,ListOrdered:()=>CM,ListPlus:()=>wM,ListRestart:()=>SM,ListStart:()=>AM,ListTodo:()=>kM,ListTree:()=>TM,ListVideo:()=>LM,ListX:()=>EM,Loader:()=>RM,Loader2:()=>Nn,LoaderCircle:()=>Nn,LoaderPinwheel:()=>PM,Locate:()=>DM,LocateFixed:()=>IM,LocateOff:()=>BM,LocationEdit:()=>Un,Lock:()=>FM,LockKeyhole:()=>VM,LockKeyholeOpen:()=>zn,LockOpen:()=>_n,LogIn:()=>WM,LogOut:()=>OM,Logs:()=>NM,Lollipop:()=>zM,Luggage:()=>_M,MSquare:()=>Jl,Magnet:()=>qM,Mail:()=>KM,MailCheck:()=>UM,MailMinus:()=>$M,MailOpen:()=>jM,MailPlus:()=>GM,MailQuestion:()=>qn,MailQuestionMark:()=>qn,MailSearch:()=>ZM,MailWarning:()=>XM,MailX:()=>JM,Mailbox:()=>YM,Mails:()=>QM,Map:()=>h6,MapMinus:()=>e6,MapPin:()=>c6,MapPinCheck:()=>a6,MapPinCheckInside:()=>t6,MapPinHouse:()=>r6,MapPinMinus:()=>s6,MapPinMinusInside:()=>o6,MapPinOff:()=>n6,MapPinPen:()=>Un,MapPinPlus:()=>i6,MapPinPlusInside:()=>l6,MapPinX:()=>p6,MapPinXInside:()=>d6,MapPinned:()=>u6,MapPlus:()=>f6,Mars:()=>x6,MarsStroke:()=>m6,Martini:()=>g6,Maximize:()=>y6,Maximize2:()=>M6,Medal:()=>v6,Megaphone:()=>C6,MegaphoneOff:()=>b6,Meh:()=>w6,MemoryStick:()=>S6,Menu:()=>A6,MenuSquare:()=>Kl,Merge:()=>k6,MessageCircle:()=>V6,MessageCircleCode:()=>T6,MessageCircleDashed:()=>L6,MessageCircleHeart:()=>E6,MessageCircleMore:()=>H6,MessageCircleOff:()=>P6,MessageCirclePlus:()=>R6,MessageCircleQuestion:()=>$n,MessageCircleQuestionMark:()=>$n,MessageCircleReply:()=>I6,MessageCircleWarning:()=>B6,MessageCircleX:()=>D6,MessageSquare:()=>Y6,MessageSquareCode:()=>F6,MessageSquareDashed:()=>W6,MessageSquareDiff:()=>O6,MessageSquareDot:()=>N6,MessageSquareHeart:()=>z6,MessageSquareLock:()=>_6,MessageSquareMore:()=>q6,MessageSquareOff:()=>U6,MessageSquarePlus:()=>$6,MessageSquareQuote:()=>j6,MessageSquareReply:()=>G6,MessageSquareShare:()=>Z6,MessageSquareText:()=>X6,MessageSquareWarning:()=>J6,MessageSquareX:()=>K6,MessagesSquare:()=>Q6,Mic:()=>t8,Mic2:()=>jn,MicOff:()=>e8,MicVocal:()=>jn,Microchip:()=>a8,Microscope:()=>r8,Microwave:()=>o8,Milestone:()=>s8,Milk:()=>l8,MilkOff:()=>n8,Minimize:()=>d8,Minimize2:()=>i8,Minus:()=>p8,MinusCircle:()=>Ts,MinusSquare:()=>Yl,Monitor:()=>S8,MonitorCheck:()=>c8,MonitorCloud:()=>u8,MonitorCog:()=>f8,MonitorDot:()=>h8,MonitorDown:()=>m8,MonitorOff:()=>x8,MonitorPause:()=>g8,MonitorPlay:()=>M8,MonitorSmartphone:()=>y8,MonitorSpeaker:()=>v8,MonitorStop:()=>b8,MonitorUp:()=>C8,MonitorX:()=>w8,Moon:()=>k8,MoonStar:()=>A8,MoreHorizontal:()=>Ks,MoreVertical:()=>Js,Motorbike:()=>T8,Mountain:()=>E8,MountainSnow:()=>L8,Mouse:()=>D8,MouseOff:()=>H8,MousePointer:()=>B8,MousePointer2:()=>P8,MousePointerBan:()=>R8,MousePointerClick:()=>I8,MousePointerSquareDashed:()=>_l,Move:()=>Z8,Move3D:()=>Gn,Move3d:()=>Gn,MoveDiagonal:()=>F8,MoveDiagonal2:()=>V8,MoveDown:()=>N8,MoveDownLeft:()=>W8,MoveDownRight:()=>O8,MoveHorizontal:()=>z8,MoveLeft:()=>_8,MoveRight:()=>q8,MoveUp:()=>j8,MoveUpLeft:()=>U8,MoveUpRight:()=>$8,MoveVertical:()=>G8,Music:()=>Y8,Music2:()=>X8,Music3:()=>J8,Music4:()=>K8,Navigation:()=>ay,Navigation2:()=>ey,Navigation2Off:()=>Q8,NavigationOff:()=>ty,Network:()=>ry,Newspaper:()=>oy,Nfc:()=>sy,NonBinary:()=>ny,Notebook:()=>py,NotebookPen:()=>ly,NotebookTabs:()=>iy,NotebookText:()=>dy,NotepadText:()=>uy,NotepadTextDashed:()=>cy,Nut:()=>hy,NutOff:()=>fy,Octagon:()=>xy,OctagonAlert:()=>Zn,OctagonMinus:()=>my,OctagonPause:()=>Xn,OctagonX:()=>Jn,Omega:()=>gy,Option:()=>My,Orbit:()=>yy,Origami:()=>vy,Outdent:()=>qr,Package:()=>Ly,Package2:()=>by,PackageCheck:()=>Cy,PackageMinus:()=>wy,PackageOpen:()=>Sy,PackagePlus:()=>Ay,PackageSearch:()=>ky,PackageX:()=>Ty,PaintBucket:()=>Ey,PaintRoller:()=>Hy,Paintbrush:()=>Py,Paintbrush2:()=>Kn,PaintbrushVertical:()=>Kn,Palette:()=>Ry,Palmtree:()=>Ai,Panda:()=>Iy,PanelBottom:()=>Vy,PanelBottomClose:()=>By,PanelBottomDashed:()=>Yn,PanelBottomInactive:()=>Yn,PanelBottomOpen:()=>Dy,PanelLeft:()=>al,PanelLeftClose:()=>Qn,PanelLeftDashed:()=>el,PanelLeftInactive:()=>el,PanelLeftOpen:()=>tl,PanelLeftRightDashed:()=>Fy,PanelRight:()=>Ny,PanelRightClose:()=>Wy,PanelRightDashed:()=>rl,PanelRightInactive:()=>rl,PanelRightOpen:()=>Oy,PanelTop:()=>Uy,PanelTopBottomDashed:()=>zy,PanelTopClose:()=>_y,PanelTopDashed:()=>ol,PanelTopInactive:()=>ol,PanelTopOpen:()=>qy,PanelsLeftBottom:()=>$y,PanelsLeftRight:()=>js,PanelsRightBottom:()=>jy,PanelsTopBottom:()=>ul,PanelsTopLeft:()=>sl,Paperclip:()=>Gy,Parentheses:()=>Zy,ParkingCircle:()=>Es,ParkingCircleOff:()=>Ls,ParkingMeter:()=>Xy,ParkingSquare:()=>ti,ParkingSquareOff:()=>ei,PartyPopper:()=>Jy,Pause:()=>Ky,PauseCircle:()=>Hs,PauseOctagon:()=>Xn,PawPrint:()=>Yy,PcCase:()=>Qy,Pen:()=>ll,PenBox:()=>mr,PenLine:()=>nl,PenOff:()=>e7,PenSquare:()=>mr,PenTool:()=>t7,Pencil:()=>s7,PencilLine:()=>a7,PencilOff:()=>r7,PencilRuler:()=>o7,Pentagon:()=>n7,Percent:()=>l7,PercentCircle:()=>Ps,PercentDiamond:()=>Zs,PercentSquare:()=>ai,PersonStanding:()=>i7,PhilippinePeso:()=>d7,Phone:()=>x7,PhoneCall:()=>p7,PhoneForwarded:()=>c7,PhoneIncoming:()=>u7,PhoneMissed:()=>f7,PhoneOff:()=>h7,PhoneOutgoing:()=>m7,Pi:()=>g7,PiSquare:()=>ri,Piano:()=>M7,Pickaxe:()=>y7,PictureInPicture:()=>b7,PictureInPicture2:()=>v7,PieChart:()=>ls,PiggyBank:()=>C7,Pilcrow:()=>A7,PilcrowLeft:()=>w7,PilcrowRight:()=>S7,PilcrowSquare:()=>oi,Pill:()=>T7,PillBottle:()=>k7,Pin:()=>E7,PinOff:()=>L7,Pipette:()=>H7,Pizza:()=>P7,Plane:()=>B7,PlaneLanding:()=>R7,PlaneTakeoff:()=>I7,Play:()=>D7,PlayCircle:()=>Rs,PlaySquare:()=>si,Plug:()=>F7,Plug2:()=>V7,PlugZap:()=>il,PlugZap2:()=>il,Plus:()=>W7,PlusCircle:()=>Is,PlusSquare:()=>ni,Pocket:()=>N7,PocketKnife:()=>O7,Podcast:()=>z7,Pointer:()=>q7,PointerOff:()=>_7,Popcorn:()=>$7,Popsicle:()=>U7,PoundSterling:()=>j7,Power:()=>Z7,PowerCircle:()=>Bs,PowerOff:()=>G7,PowerSquare:()=>li,Presentation:()=>X7,Printer:()=>K7,PrinterCheck:()=>J7,Projector:()=>Y7,Proportions:()=>Q7,Puzzle:()=>ev,Pyramid:()=>tv,QrCode:()=>av,Quote:()=>rv,Rabbit:()=>ov,Radar:()=>sv,Radiation:()=>nv,Radical:()=>lv,Radio:()=>pv,RadioReceiver:()=>iv,RadioTower:()=>dv,Radius:()=>cv,RailSymbol:()=>uv,Rainbow:()=>fv,Rat:()=>hv,Ratio:()=>mv,Receipt:()=>Av,ReceiptCent:()=>xv,ReceiptEuro:()=>gv,ReceiptIndianRupee:()=>Mv,ReceiptJapaneseYen:()=>yv,ReceiptPoundSterling:()=>vv,ReceiptRussianRuble:()=>bv,ReceiptSwissFranc:()=>Cv,ReceiptText:()=>wv,ReceiptTurkishLira:()=>Sv,RectangleCircle:()=>kv,RectangleEllipsis:()=>dl,RectangleGoggles:()=>Tv,RectangleHorizontal:()=>Lv,RectangleVertical:()=>Ev,Recycle:()=>Hv,Redo:()=>Iv,Redo2:()=>Pv,RedoDot:()=>Rv,RefreshCcw:()=>Dv,RefreshCcwDot:()=>Bv,RefreshCw:()=>Fv,RefreshCwOff:()=>Vv,Refrigerator:()=>Wv,Regex:()=>Ov,RemoveFormatting:()=>Nv,Repeat:()=>qv,Repeat1:()=>zv,Repeat2:()=>_v,Replace:()=>$v,ReplaceAll:()=>Uv,Reply:()=>Gv,ReplyAll:()=>jv,Rewind:()=>Zv,Ribbon:()=>Xv,Rocket:()=>Jv,RockingChair:()=>Kv,RollerCoaster:()=>Yv,Rose:()=>Qv,Rotate3D:()=>pl,Rotate3d:()=>pl,RotateCcw:()=>a9,RotateCcwKey:()=>e9,RotateCcwSquare:()=>t9,RotateCw:()=>o9,RotateCwSquare:()=>r9,Route:()=>n9,RouteOff:()=>s9,Router:()=>l9,Rows:()=>cl,Rows2:()=>cl,Rows3:()=>ul,Rows4:()=>i9,Rss:()=>d9,Ruler:()=>c9,RulerDimensionLine:()=>p9,RussianRuble:()=>u9,Sailboat:()=>f9,Salad:()=>h9,Sandwich:()=>m9,Satellite:()=>g9,SatelliteDish:()=>x9,SaudiRiyal:()=>M9,Save:()=>b9,SaveAll:()=>y9,SaveOff:()=>v9,Scale:()=>C9,Scale3D:()=>fl,Scale3d:()=>fl,Scaling:()=>w9,Scan:()=>R9,ScanBarcode:()=>S9,ScanEye:()=>A9,ScanFace:()=>k9,ScanHeart:()=>T9,ScanLine:()=>L9,ScanQrCode:()=>E9,ScanSearch:()=>H9,ScanText:()=>P9,ScatterChart:()=>is,School:()=>I9,School2:()=>Li,Scissors:()=>D9,ScissorsLineDashed:()=>B9,ScissorsSquare:()=>ii,ScissorsSquareDashedBottom:()=>Il,ScreenShare:()=>F9,ScreenShareOff:()=>V9,Scroll:()=>O9,ScrollText:()=>W9,Search:()=>U9,SearchCheck:()=>N9,SearchCode:()=>z9,SearchSlash:()=>_9,SearchX:()=>q9,Section:()=>$9,Send:()=>G9,SendHorizonal:()=>hl,SendHorizontal:()=>hl,SendToBack:()=>j9,SeparatorHorizontal:()=>Z9,SeparatorVertical:()=>X9,Server:()=>Q9,ServerCog:()=>J9,ServerCrash:()=>K9,ServerOff:()=>Y9,Settings:()=>tb,Settings2:()=>eb,Shapes:()=>ab,Share:()=>ob,Share2:()=>rb,Sheet:()=>sb,Shell:()=>nb,Shield:()=>xb,ShieldAlert:()=>lb,ShieldBan:()=>ib,ShieldCheck:()=>db,ShieldClose:()=>xl,ShieldEllipsis:()=>pb,ShieldHalf:()=>cb,ShieldMinus:()=>ub,ShieldOff:()=>fb,ShieldPlus:()=>hb,ShieldQuestion:()=>ml,ShieldQuestionMark:()=>ml,ShieldUser:()=>mb,ShieldX:()=>xl,Ship:()=>Mb,ShipWheel:()=>gb,Shirt:()=>yb,ShoppingBag:()=>vb,ShoppingBasket:()=>bb,ShoppingCart:()=>Cb,Shovel:()=>wb,ShowerHead:()=>Sb,Shredder:()=>Ab,Shrimp:()=>kb,Shrink:()=>Tb,Shrub:()=>Lb,Shuffle:()=>Eb,Sidebar:()=>al,SidebarClose:()=>Qn,SidebarOpen:()=>tl,Sigma:()=>Hb,SigmaSquare:()=>di,Signal:()=>Db,SignalHigh:()=>Pb,SignalLow:()=>Rb,SignalMedium:()=>Ib,SignalZero:()=>Bb,Signature:()=>Vb,Signpost:()=>Wb,SignpostBig:()=>Fb,Siren:()=>Ob,SkipBack:()=>Nb,SkipForward:()=>zb,Skull:()=>_b,Slack:()=>qb,Slash:()=>Ub,SlashSquare:()=>pi,Slice:()=>$b,Sliders:()=>gl,SlidersHorizontal:()=>jb,SlidersVertical:()=>gl,Smartphone:()=>Xb,SmartphoneCharging:()=>Gb,SmartphoneNfc:()=>Zb,Smile:()=>Kb,SmilePlus:()=>Jb,Snail:()=>Yb,Snowflake:()=>Qb,SoapDispenserDroplet:()=>eC,Sofa:()=>tC,SolarPanel:()=>aC,SortAsc:()=>No,SortDesc:()=>Fo,Soup:()=>rC,Space:()=>oC,Spade:()=>sC,Sparkle:()=>nC,Sparkles:()=>Ml,Speaker:()=>lC,Speech:()=>iC,SpellCheck:()=>pC,SpellCheck2:()=>dC,Spline:()=>uC,SplinePointer:()=>cC,Split:()=>fC,SplitSquareHorizontal:()=>ci,SplitSquareVertical:()=>ui,Spool:()=>hC,Spotlight:()=>mC,SprayCan:()=>xC,Sprout:()=>gC,Square:()=>LC,SquareActivity:()=>yl,SquareArrowDown:()=>Cl,SquareArrowDownLeft:()=>vl,SquareArrowDownRight:()=>bl,SquareArrowLeft:()=>wl,SquareArrowOutDownLeft:()=>Sl,SquareArrowOutDownRight:()=>Al,SquareArrowOutUpLeft:()=>kl,SquareArrowOutUpRight:()=>Tl,SquareArrowRight:()=>Ll,SquareArrowUp:()=>Pl,SquareArrowUpLeft:()=>El,SquareArrowUpRight:()=>Hl,SquareAsterisk:()=>Rl,SquareBottomDashedScissors:()=>Il,SquareChartGantt:()=>$r,SquareCheck:()=>Dl,SquareCheckBig:()=>Bl,SquareChevronDown:()=>Vl,SquareChevronLeft:()=>Fl,SquareChevronRight:()=>Wl,SquareChevronUp:()=>Ol,SquareCode:()=>Nl,SquareDashed:()=>ql,SquareDashedBottom:()=>yC,SquareDashedBottomCode:()=>MC,SquareDashedKanban:()=>zl,SquareDashedMousePointer:()=>_l,SquareDashedTopSolid:()=>vC,SquareDivide:()=>Ul,SquareDot:()=>$l,SquareEqual:()=>jl,SquareFunction:()=>Gl,SquareGanttChart:()=>$r,SquareKanban:()=>Zl,SquareLibrary:()=>Xl,SquareM:()=>Jl,SquareMenu:()=>Kl,SquareMinus:()=>Yl,SquareMousePointer:()=>Ql,SquareParking:()=>ti,SquareParkingOff:()=>ei,SquarePause:()=>bC,SquarePen:()=>mr,SquarePercent:()=>ai,SquarePi:()=>ri,SquarePilcrow:()=>oi,SquarePlay:()=>si,SquarePlus:()=>ni,SquarePower:()=>li,SquareRadical:()=>CC,SquareRoundCorner:()=>wC,SquareScissors:()=>ii,SquareSigma:()=>di,SquareSlash:()=>pi,SquareSplitHorizontal:()=>ci,SquareSplitVertical:()=>ui,SquareSquare:()=>SC,SquareStack:()=>AC,SquareStar:()=>kC,SquareStop:()=>TC,SquareTerminal:()=>fi,SquareUser:()=>mi,SquareUserRound:()=>hi,SquareX:()=>xi,SquaresExclude:()=>EC,SquaresIntersect:()=>HC,SquaresSubtract:()=>PC,SquaresUnite:()=>RC,Squircle:()=>BC,SquircleDashed:()=>IC,Squirrel:()=>DC,Stamp:()=>VC,Star:()=>OC,StarHalf:()=>FC,StarOff:()=>WC,Stars:()=>Ml,StepBack:()=>NC,StepForward:()=>zC,Stethoscope:()=>_C,Sticker:()=>qC,StickyNote:()=>UC,StopCircle:()=>Vs,Store:()=>$C,StretchHorizontal:()=>jC,StretchVertical:()=>GC,Strikethrough:()=>ZC,Subscript:()=>XC,Subtitles:()=>Xo,Sun:()=>ew,SunDim:()=>JC,SunMedium:()=>KC,SunMoon:()=>YC,SunSnow:()=>QC,Sunrise:()=>tw,Sunset:()=>aw,Superscript:()=>rw,SwatchBook:()=>ow,SwissFranc:()=>sw,SwitchCamera:()=>nw,Sword:()=>lw,Swords:()=>iw,Syringe:()=>dw,Table:()=>gw,Table2:()=>pw,TableCellsMerge:()=>cw,TableCellsSplit:()=>uw,TableColumnsSplit:()=>fw,TableConfig:()=>Nr,TableOfContents:()=>hw,TableProperties:()=>mw,TableRowsSplit:()=>xw,Tablet:()=>yw,TabletSmartphone:()=>Mw,Tablets:()=>vw,Tag:()=>bw,Tags:()=>Cw,Tally1:()=>ww,Tally2:()=>Sw,Tally3:()=>Aw,Tally4:()=>kw,Tally5:()=>Tw,Tangent:()=>Lw,Target:()=>Ew,Telescope:()=>Hw,Tent:()=>Rw,TentTree:()=>Pw,Terminal:()=>Iw,TerminalSquare:()=>fi,TestTube:()=>Bw,TestTube2:()=>gi,TestTubeDiagonal:()=>gi,TestTubes:()=>Dw,Text:()=>jr,TextAlignCenter:()=>Mi,TextAlignEnd:()=>yi,TextAlignJustify:()=>vi,TextAlignStart:()=>jr,TextCursor:()=>Fw,TextCursorInput:()=>Vw,TextInitial:()=>bi,TextQuote:()=>Ww,TextSearch:()=>Ow,TextSelect:()=>Ci,TextSelection:()=>Ci,TextWrap:()=>wi,Theater:()=>Nw,Thermometer:()=>qw,ThermometerSnowflake:()=>zw,ThermometerSun:()=>_w,ThumbsDown:()=>Uw,ThumbsUp:()=>$w,Ticket:()=>Yw,TicketCheck:()=>jw,TicketMinus:()=>Gw,TicketPercent:()=>Zw,TicketPlus:()=>Xw,TicketSlash:()=>Jw,TicketX:()=>Kw,Tickets:()=>eS,TicketsPlane:()=>Qw,Timer:()=>rS,TimerOff:()=>tS,TimerReset:()=>aS,ToggleLeft:()=>oS,ToggleRight:()=>sS,Toilet:()=>nS,ToolCase:()=>lS,Tornado:()=>iS,Torus:()=>dS,Touchpad:()=>cS,TouchpadOff:()=>pS,TowerControl:()=>uS,ToyBrick:()=>fS,Tractor:()=>hS,TrafficCone:()=>mS,Train:()=>Si,TrainFront:()=>gS,TrainFrontTunnel:()=>xS,TrainTrack:()=>MS,TramFront:()=>Si,Transgender:()=>yS,Trash:()=>bS,Trash2:()=>vS,TreeDeciduous:()=>CS,TreePalm:()=>Ai,TreePine:()=>wS,Trees:()=>SS,Trello:()=>AS,TrendingDown:()=>kS,TrendingUp:()=>LS,TrendingUpDown:()=>TS,Triangle:()=>PS,TriangleAlert:()=>ki,TriangleDashed:()=>ES,TriangleRight:()=>HS,Trophy:()=>RS,Truck:()=>BS,TruckElectric:()=>IS,TurkishLira:()=>DS,Turntable:()=>VS,Turtle:()=>FS,Tv:()=>OS,Tv2:()=>Ti,TvMinimal:()=>Ti,TvMinimalPlay:()=>WS,Twitch:()=>NS,Twitter:()=>zS,Type:()=>qS,TypeOutline:()=>_S,Umbrella:()=>$S,UmbrellaOff:()=>US,Underline:()=>jS,Undo:()=>XS,Undo2:()=>GS,UndoDot:()=>ZS,UnfoldHorizontal:()=>JS,UnfoldVertical:()=>KS,Ungroup:()=>YS,University:()=>Li,Unlink:()=>eA,Unlink2:()=>QS,Unlock:()=>_n,UnlockKeyhole:()=>zn,Unplug:()=>tA,Upload:()=>aA,UploadCloud:()=>qs,Usb:()=>rA,User:()=>mA,User2:()=>Bi,UserCheck:()=>oA,UserCheck2:()=>Ei,UserCircle:()=>Ws,UserCircle2:()=>Fs,UserCog:()=>sA,UserCog2:()=>Hi,UserLock:()=>nA,UserMinus:()=>lA,UserMinus2:()=>Pi,UserPen:()=>iA,UserPlus:()=>dA,UserPlus2:()=>Ri,UserRound:()=>Bi,UserRoundCheck:()=>Ei,UserRoundCog:()=>Hi,UserRoundMinus:()=>Pi,UserRoundPen:()=>pA,UserRoundPlus:()=>Ri,UserRoundSearch:()=>cA,UserRoundX:()=>Ii,UserSearch:()=>uA,UserSquare:()=>mi,UserSquare2:()=>hi,UserStar:()=>fA,UserX:()=>hA,UserX2:()=>Ii,Users:()=>xA,Users2:()=>Di,UsersRound:()=>Di,Utensils:()=>Fi,UtensilsCrossed:()=>Vi,UtilityPole:()=>gA,Variable:()=>MA,Vault:()=>yA,VectorSquare:()=>vA,Vegan:()=>bA,VenetianMask:()=>CA,Venus:()=>SA,VenusAndMars:()=>wA,Verified:()=>qo,Vibrate:()=>kA,VibrateOff:()=>AA,Video:()=>LA,VideoOff:()=>TA,Videotape:()=>EA,View:()=>HA,Voicemail:()=>PA,Volleyball:()=>RA,Volume:()=>FA,Volume1:()=>IA,Volume2:()=>BA,VolumeOff:()=>DA,VolumeX:()=>VA,Vote:()=>WA,Wallet:()=>NA,Wallet2:()=>Wi,WalletCards:()=>OA,WalletMinimal:()=>Wi,Wallpaper:()=>zA,Wand:()=>_A,Wand2:()=>Oi,WandSparkles:()=>Oi,Warehouse:()=>qA,WashingMachine:()=>UA,Watch:()=>$A,Waves:()=>jA,WavesLadder:()=>GA,Waypoints:()=>ZA,Webcam:()=>XA,Webhook:()=>KA,WebhookOff:()=>JA,Weight:()=>YA,Wheat:()=>ek,WheatOff:()=>QA,WholeWord:()=>tk,Wifi:()=>dk,WifiCog:()=>ak,WifiHigh:()=>rk,WifiLow:()=>ok,WifiOff:()=>sk,WifiPen:()=>nk,WifiSync:()=>lk,WifiZero:()=>ik,Wind:()=>ck,WindArrowDown:()=>pk,Wine:()=>fk,WineOff:()=>uk,Workflow:()=>hk,Worm:()=>mk,WrapText:()=>wi,Wrench:()=>xk,X:()=>gk,XCircle:()=>Os,XOctagon:()=>Jn,XSquare:()=>xi,Youtube:()=>Mk,Zap:()=>vk,ZapOff:()=>yk,ZoomIn:()=>bk,ZoomOut:()=>Ck});var g1=[["path",{d:"m14 12 4 4 4-4"}],["path",{d:"M18 16V7"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16"}],["path",{d:"M3.304 13h6.392"}]];var M1=[["path",{d:"m14 11 4-4 4 4"}],["path",{d:"M18 16V7"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16"}],["path",{d:"M3.304 13h6.392"}]];var y1=[["path",{d:"m15 16 2.536-7.328a1.02 1.02 1 0 1 1.928 0L22 16"}],["path",{d:"M15.697 14h5.606"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16"}],["path",{d:"M3.304 13h6.392"}]];var v1=[["circle",{cx:"16",cy:"4",r:"1"}],["path",{d:"m18 19 1-7-6 1"}],["path",{d:"m5 8 3-3 5.5 3-2.36 3.5"}],["path",{d:"M4.24 14.5a5 5 0 0 0 6.88 6"}],["path",{d:"M13.76 17.5a5 5 0 0 0-6.88-6"}]];var b1=[["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"}]];var C1=[["path",{d:"M18 17.5a2.5 2.5 0 1 1-4 2.03V12"}],["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"}],["path",{d:"M6 8h12"}],["path",{d:"M6.6 15.572A2 2 0 1 0 10 17v-5"}]];var w1=[["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"}],["path",{d:"m12 15 5 6H7Z"}]];var Io=[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}],["path",{d:"m9 13 2 2 4-4"}]];var Bo=[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}],["path",{d:"M9 13h6"}]];var S1=[["path",{d:"M6.87 6.87a8 8 0 1 0 11.26 11.26"}],["path",{d:"M19.9 14.25a8 8 0 0 0-9.15-9.15"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.26 18.67 4 21"}],["path",{d:"m2 2 20 20"}],["path",{d:"M4 4 2 6"}]];var Do=[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}],["path",{d:"M12 10v6"}],["path",{d:"M9 13h6"}]];var A1=[["circle",{cx:"12",cy:"13",r:"8"}],["path",{d:"M12 9v4l2 2"}],["path",{d:"M5 3 2 6"}],["path",{d:"m22 6-3-3"}],["path",{d:"M6.38 18.7 4 21"}],["path",{d:"M17.64 18.67 20 21"}]];var k1=[["path",{d:"M11 21c0-2.5 2-2.5 2-5"}],["path",{d:"M16 21c0-2.5 2-2.5 2-5"}],["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"}],["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"}],["path",{d:"M6 21c0-2.5 2-2.5 2-5"}]];var T1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["polyline",{points:"11 3 11 11 14 8 17 11 17 3"}]];var L1=[["path",{d:"M2 12h20"}],["path",{d:"M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4"}],["path",{d:"M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4"}],["path",{d:"M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1"}],["path",{d:"M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1"}]];var E1=[["path",{d:"M12 2v20"}],["path",{d:"M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4"}],["path",{d:"M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4"}],["path",{d:"M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1"}],["path",{d:"M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1"}]];var H1=[["rect",{width:"6",height:"16",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"9",x:"14",y:"9",rx:"2"}],["path",{d:"M22 22H2"}]];var P1=[["rect",{width:"16",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"9",height:"6",x:"9",y:"14",rx:"2"}],["path",{d:"M22 22V2"}]];var R1=[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2"}],["path",{d:"M17 22v-5"}],["path",{d:"M17 7V2"}],["path",{d:"M7 22v-3"}],["path",{d:"M7 5V2"}]];var I1=[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2"}],["path",{d:"M10 2v20"}],["path",{d:"M20 2v20"}]];var B1=[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2"}],["path",{d:"M4 2v20"}],["path",{d:"M14 2v20"}]];var D1=[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2"}],["path",{d:"M12 2v20"}]];var V1=[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"12",y:"7",rx:"2"}],["path",{d:"M22 2v20"}]];var F1=[["rect",{width:"6",height:"14",x:"6",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2"}],["path",{d:"M2 2v20"}]];var W1=[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2"}],["path",{d:"M4 22V2"}],["path",{d:"M20 22V2"}]];var O1=[["rect",{width:"6",height:"14",x:"3",y:"5",rx:"2"}],["rect",{width:"6",height:"10",x:"15",y:"7",rx:"2"}],["path",{d:"M3 2v20"}],["path",{d:"M21 2v20"}]];var N1=[["rect",{width:"6",height:"16",x:"4",y:"6",rx:"2"}],["rect",{width:"6",height:"9",x:"14",y:"6",rx:"2"}],["path",{d:"M22 2H2"}]];var z1=[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2"}],["path",{d:"M2 2v20"}]];var _1=[["path",{d:"M22 17h-3"}],["path",{d:"M22 7h-5"}],["path",{d:"M5 17H2"}],["path",{d:"M7 7H2"}],["rect",{x:"5",y:"14",width:"14",height:"6",rx:"2"}],["rect",{x:"7",y:"4",width:"10",height:"6",rx:"2"}]];var q1=[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2"}],["path",{d:"M2 20h20"}],["path",{d:"M2 10h20"}]];var U1=[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M2 4h20"}]];var $1=[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2"}],["path",{d:"M2 12h20"}]];var j1=[["rect",{width:"14",height:"6",x:"5",y:"12",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2"}],["path",{d:"M2 22h20"}]];var G1=[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"6",rx:"2"}],["path",{d:"M2 2h20"}]];var Z1=[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2"}],["path",{d:"M22 20H2"}],["path",{d:"M22 4H2"}]];var X1=[["rect",{width:"14",height:"6",x:"5",y:"15",rx:"2"}],["rect",{width:"10",height:"6",x:"7",y:"3",rx:"2"}],["path",{d:"M2 21h20"}],["path",{d:"M2 3h20"}]];var J1=[["path",{d:"M10 10H6"}],["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2"}],["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"}],["path",{d:"M8 8v4"}],["path",{d:"M9 18h6"}],["circle",{cx:"17",cy:"18",r:"2"}],["circle",{cx:"7",cy:"18",r:"2"}]];var K1=[["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"}],["path",{d:"M16 12h3"}]];var Y1=[["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"}],["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"}]];var Q1=[["path",{d:"M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8"}],["path",{d:"M10 5H8a2 2 0 0 0 0 4h.68"}],["path",{d:"M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8"}],["path",{d:"M14 5h2a2 2 0 0 1 0 4h-.68"}],["path",{d:"M18 22H6"}],["path",{d:"M9 2h6"}]];var ep=[["path",{d:"M12 22V8"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}],["circle",{cx:"12",cy:"5",r:"3"}]];var tp=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}],["path",{d:"M7.5 8 10 9"}],["path",{d:"m14 9 2.5-1"}],["path",{d:"M9 10h.01"}],["path",{d:"M15 10h.01"}]];var ap=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 15h8"}],["path",{d:"M8 9h2"}],["path",{d:"M14 9h2"}]];var rp=[["path",{d:"M2 12 7 2"}],["path",{d:"m7 12 5-10"}],["path",{d:"m12 12 5-10"}],["path",{d:"m17 12 5-10"}],["path",{d:"M4.5 7h15"}],["path",{d:"M12 16v6"}]];var op=[["path",{d:"M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4"}],["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"}],["path",{d:"M9 12v5"}],["path",{d:"M15 12v5"}],["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"}]];var sp=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14.31 8 5.74 9.94"}],["path",{d:"M9.69 8h11.48"}],["path",{d:"m7.38 12 5.74-9.94"}],["path",{d:"M9.69 16 3.95 6.06"}],["path",{d:"M14.31 16H2.83"}],["path",{d:"m16.62 12-5.74 9.94"}]];var np=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 8h.01"}],["path",{d:"M10 8h.01"}],["path",{d:"M14 8h.01"}]];var lp=[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}],["path",{d:"M10 4v4"}],["path",{d:"M2 8h20"}],["path",{d:"M6 4v4"}]];var ip=[["path",{d:"M12 6.528V3a1 1 0 0 1 1-1h0"}],["path",{d:"M18.237 21A15 15 0 0 0 22 11a6 6 0 0 0-10-4.472A6 6 0 0 0 2 11a15.1 15.1 0 0 0 3.763 10 3 3 0 0 0 3.648.648 5.5 5.5 0 0 1 5.178 0A3 3 0 0 0 18.237 21"}]];var dp=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h2"}],["path",{d:"M20 8v11a2 2 0 0 1-2 2h-2"}],["path",{d:"m9 15 3-3 3 3"}],["path",{d:"M12 12v9"}]];var pp=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"}],["path",{d:"m9.5 17 5-5"}],["path",{d:"m9.5 12 5 5"}]];var cp=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"}],["path",{d:"M10 12h4"}]];var up=[["path",{d:"M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3"}],["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"}],["path",{d:"M5 18v2"}],["path",{d:"M19 18v2"}]];var fp=[["path",{d:"M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z"}],["path",{d:"M9 4h6"}]];var hp=[["path",{d:"M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z"}]];var mp=[["path",{d:"M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z"}],["path",{d:"M20 9v6"}]];var xp=[["path",{d:"M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z"}]];var gp=[["path",{d:"M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z"}],["path",{d:"M4 9v6"}]];var Mp=[["path",{d:"M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z"}]];var yp=[["path",{d:"M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z"}],["path",{d:"M9 20h6"}]];var vp=[["path",{d:"M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z"}]];var bp=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2"}],["path",{d:"M17 20v-6h-2"}],["path",{d:"M15 20h4"}]];var Cp=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M17 10V4h-2"}],["path",{d:"M15 10h4"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2"}]];var Vo=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M20 8h-5"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10"}],["path",{d:"M15 14h5l-5 6h5"}]];var wp=[["path",{d:"M19 3H5"}],["path",{d:"M12 21V7"}],["path",{d:"m6 15 6 6 6-6"}]];var Sp=[["path",{d:"M17 7 7 17"}],["path",{d:"M17 17H7V7"}]];var Ap=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M11 4h4"}],["path",{d:"M11 8h7"}],["path",{d:"M11 12h10"}]];var kp=[["path",{d:"m7 7 10 10"}],["path",{d:"M17 7v10H7"}]];var Tp=[["path",{d:"M12 2v14"}],["path",{d:"m19 9-7 7-7-7"}],["circle",{cx:"12",cy:"21",r:"1"}]];var Lp=[["path",{d:"M12 17V3"}],["path",{d:"m6 11 6 6 6-6"}],["path",{d:"M19 21H5"}]];var Ep=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"m21 8-4-4-4 4"}],["path",{d:"M17 4v16"}]];var Fo=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 20V4"}],["path",{d:"M11 4h10"}],["path",{d:"M11 8h7"}],["path",{d:"M11 12h4"}]];var Wo=[["path",{d:"m3 16 4 4 4-4"}],["path",{d:"M7 4v16"}],["path",{d:"M15 4h5l-5 6h5"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20"}],["path",{d:"M20 18h-5"}]];var Hp=[["path",{d:"M12 5v14"}],["path",{d:"m19 12-7 7-7-7"}]];var Pp=[["path",{d:"m9 6-6 6 6 6"}],["path",{d:"M3 12h14"}],["path",{d:"M21 19V5"}]];var Rp=[["path",{d:"M8 3 4 7l4 4"}],["path",{d:"M4 7h16"}],["path",{d:"m16 21 4-4-4-4"}],["path",{d:"M20 17H4"}]];var Ip=[["path",{d:"M3 19V5"}],["path",{d:"m13 6-6 6 6 6"}],["path",{d:"M7 12h14"}]];var Bp=[["path",{d:"m12 19-7-7 7-7"}],["path",{d:"M19 12H5"}]];var Dp=[["path",{d:"M3 5v14"}],["path",{d:"M21 12H7"}],["path",{d:"m15 18 6-6-6-6"}]];var Vp=[["path",{d:"m16 3 4 4-4 4"}],["path",{d:"M20 7H4"}],["path",{d:"m8 21-4-4 4-4"}],["path",{d:"M4 17h16"}]];var Fp=[["path",{d:"M17 12H3"}],["path",{d:"m11 18 6-6-6-6"}],["path",{d:"M21 5v14"}]];var Wp=[["path",{d:"M5 12h14"}],["path",{d:"m12 5 7 7-7 7"}]];var Op=[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2"}],["path",{d:"M17 20v-6h-2"}],["path",{d:"M15 20h4"}]];var Np=[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M17 10V4h-2"}],["path",{d:"M15 10h4"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2"}]];var Oo=[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M20 8h-5"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10"}],["path",{d:"M15 14h5l-5 6h5"}]];var zp=[["path",{d:"m21 16-4 4-4-4"}],["path",{d:"M17 20V4"}],["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}]];var _p=[["path",{d:"m5 9 7-7 7 7"}],["path",{d:"M12 16V2"}],["circle",{cx:"12",cy:"21",r:"1"}]];var qp=[["path",{d:"m18 9-6-6-6 6"}],["path",{d:"M12 3v14"}],["path",{d:"M5 21h14"}]];var Up=[["path",{d:"M7 17V7h10"}],["path",{d:"M17 17 7 7"}]];var No=[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M11 12h4"}],["path",{d:"M11 16h7"}],["path",{d:"M11 20h10"}]];var $p=[["path",{d:"M7 7h10v10"}],["path",{d:"M7 17 17 7"}]];var jp=[["path",{d:"M5 3h14"}],["path",{d:"m18 13-6-6-6 6"}],["path",{d:"M12 7v14"}]];var Gp=[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M11 12h10"}],["path",{d:"M11 16h7"}],["path",{d:"M11 20h4"}]];var zo=[["path",{d:"m3 8 4-4 4 4"}],["path",{d:"M7 4v16"}],["path",{d:"M15 4h5l-5 6h5"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20"}],["path",{d:"M20 18h-5"}]];var Zp=[["path",{d:"m5 12 7-7 7 7"}],["path",{d:"M12 19V5"}]];var Xp=[["path",{d:"m4 6 3-3 3 3"}],["path",{d:"M7 17V3"}],["path",{d:"m14 6 3-3 3 3"}],["path",{d:"M17 17V3"}],["path",{d:"M4 21h16"}]];var Jp=[["path",{d:"M12 6v12"}],["path",{d:"M17.196 9 6.804 15"}],["path",{d:"m6.804 9 10.392 6"}]];var Kp=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"}]];var Yp=[["circle",{cx:"12",cy:"12",r:"1"}],["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"}],["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"}]];var Qp=[["path",{d:"M2 10v3"}],["path",{d:"M6 6v11"}],["path",{d:"M10 3v18"}],["path",{d:"M14 8v7"}],["path",{d:"M18 5v13"}],["path",{d:"M22 10v3"}]];var e2=[["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"}]];var t2=[["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"}],["circle",{cx:"12",cy:"8",r:"6"}]];var a2=[["path",{d:"m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9"}],["path",{d:"M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z"}]];var _o=[["path",{d:"M13.5 10.5 15 9"}],["path",{d:"M4 4v15a1 1 0 0 0 1 1h15"}],["path",{d:"M4.293 19.707 6 18"}],["path",{d:"m9 15 1.5-1.5"}]];var r2=[["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5"}],["path",{d:"M15 12h.01"}],["path",{d:"M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1"}],["path",{d:"M9 12h.01"}]];var o2=[["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"}],["path",{d:"M8 10h8"}],["path",{d:"M8 18h8"}],["path",{d:"M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6"}],["path",{d:"M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2"}]];var s2=[["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"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16"}]];var n2=[["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"}],["path",{d:"M12 7v10"}],["path",{d:"M15.4 10a4 4 0 1 0 0 4"}]];var qo=[["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"}],["path",{d:"m9 12 2 2 4-4"}]];var l2=[["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"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 18V6"}]];var i2=[["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"}],["path",{d:"M7 12h5"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2"}]];var d2=[["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"}],["path",{d:"M8 8h8"}],["path",{d:"M8 12h8"}],["path",{d:"m13 17-5-1h1a4 4 0 0 0 0-8"}]];var p2=[["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"}],["line",{x1:"12",x2:"12",y1:"16",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"8",y2:"8"}]];var c2=[["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"}],["path",{d:"m9 8 3 3v7"}],["path",{d:"m12 11 3-3"}],["path",{d:"M9 12h6"}],["path",{d:"M9 16h6"}]];var u2=[["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"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]];var f2=[["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"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]];var h2=[["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"}],["line",{x1:"12",x2:"12",y1:"8",y2:"16"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]];var m2=[["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"}],["path",{d:"M8 12h4"}],["path",{d:"M10 16V9.5a2.5 2.5 0 0 1 5 0"}],["path",{d:"M8 16h7"}]];var Uo=[["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"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}],["line",{x1:"12",x2:"12.01",y1:"17",y2:"17"}]];var x2=[["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"}],["path",{d:"M9 16h5"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9"}]];var g2=[["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"}],["path",{d:"M11 17V8h4"}],["path",{d:"M11 12h3"}],["path",{d:"M9 16h4"}]];var M2=[["path",{d:"M11 7v10a5 5 0 0 0 5-5"}],["path",{d:"m15 8-6 3"}],["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76"}]];var y2=[["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"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15"}]];var v2=[["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"}]];var b2=[["path",{d:"M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2"}],["path",{d:"M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10"}],["rect",{width:"13",height:"8",x:"8",y:"6",rx:"1"}],["circle",{cx:"18",cy:"20",r:"2"}],["circle",{cx:"9",cy:"20",r:"2"}]];var C2=[["path",{d:"M4.929 4.929 19.07 19.071"}],["circle",{cx:"12",cy:"12",r:"10"}]];var w2=[["path",{d:"M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5"}],["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"}]];var S2=[["path",{d:"M10 10.01h.01"}],["path",{d:"M10 14.01h.01"}],["path",{d:"M14 10.01h.01"}],["path",{d:"M14 14.01h.01"}],["path",{d:"M18 6v11.5"}],["path",{d:"M6 6v12"}],["rect",{x:"2",y:"6",width:"20",height:"12",rx:"2"}]];var A2=[["path",{d:"M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5"}],["path",{d:"m16 19 3 3 3-3"}],["path",{d:"M18 12h.01"}],["path",{d:"M19 16v6"}],["path",{d:"M6 12h.01"}],["circle",{cx:"12",cy:"12",r:"2"}]];var k2=[["path",{d:"M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5"}],["path",{d:"M18 12h.01"}],["path",{d:"M19 22v-6"}],["path",{d:"m22 19-3-3-3 3"}],["path",{d:"M6 12h.01"}],["circle",{cx:"12",cy:"12",r:"2"}]];var T2=[["path",{d:"M13 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5"}],["path",{d:"m17 17 5 5"}],["path",{d:"M18 12h.01"}],["path",{d:"m22 17-5 5"}],["path",{d:"M6 12h.01"}],["circle",{cx:"12",cy:"12",r:"2"}]];var L2=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M6 12h.01M18 12h.01"}]];var E2=[["path",{d:"M3 5v14"}],["path",{d:"M8 5v14"}],["path",{d:"M12 5v14"}],["path",{d:"M17 5v14"}],["path",{d:"M21 5v14"}]];var H2=[["path",{d:"M10 3a41 41 0 0 0 0 18"}],["path",{d:"M14 3a41 41 0 0 1 0 18"}],["path",{d:"M17 3a2 2 0 0 1 1.68.92 15.25 15.25 0 0 1 0 16.16A2 2 0 0 1 17 21H7a2 2 0 0 1-1.68-.92 15.25 15.25 0 0 1 0-16.16A2 2 0 0 1 7 3z"}],["path",{d:"M3.84 17h16.32"}],["path",{d:"M3.84 7h16.32"}]];var P2=[["path",{d:"M4 20h16"}],["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}]];var R2=[["path",{d:"M10 4 8 6"}],["path",{d:"M17 19v2"}],["path",{d:"M2 12h20"}],["path",{d:"M7 19v2"}],["path",{d:"M9 5 7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5"}]];var I2=[["path",{d:"m11 7-3 5h4l-3 5"}],["path",{d:"M14.856 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.935"}],["path",{d:"M22 14v-4"}],["path",{d:"M5.14 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.936"}]];var B2=[["path",{d:"M10 10v4"}],["path",{d:"M14 10v4"}],["path",{d:"M22 14v-4"}],["path",{d:"M6 10v4"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var D2=[["path",{d:"M22 14v-4"}],["path",{d:"M6 14v-4"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var V2=[["path",{d:"M10 14v-4"}],["path",{d:"M22 14v-4"}],["path",{d:"M6 14v-4"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var F2=[["path",{d:"M10 9v6"}],["path",{d:"M12.543 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.605"}],["path",{d:"M22 14v-4"}],["path",{d:"M7 12h6"}],["path",{d:"M7.606 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.606"}]];var W2=[["path",{d:"M10 17h.01"}],["path",{d:"M10 7v6"}],["path",{d:"M14 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2"}],["path",{d:"M22 14v-4"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2"}]];var O2=[["path",{d:"M 22 14 L 22 10"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2"}]];var N2=[["path",{d:"M4.5 3h15"}],["path",{d:"M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3"}],["path",{d:"M6 14h12"}]];var z2=[["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"}],["path",{d:"M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66"}],["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"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var _2=[["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"}],["path",{d:"M5.341 10.62a4 4 0 1 0 5.279-5.28"}]];var q2=[["path",{d:"M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8"}],["path",{d:"M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4"}],["path",{d:"M12 4v6"}],["path",{d:"M2 18h20"}]];var U2=[["path",{d:"M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8"}],["path",{d:"M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4"}],["path",{d:"M3 18h18"}]];var $2=[["path",{d:"M2 4v16"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10"}],["path",{d:"M2 17h20"}],["path",{d:"M6 8v9"}]];var j2=[["path",{d:"M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3"}],["path",{d:"m18.5 6 2.19 4.5a6.48 6.48 0 0 1-2.29 7.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5"}],["circle",{cx:"12.5",cy:"8.5",r:"2.5"}]];var G2=[["path",{d:"M13 13v5"}],["path",{d:"M17 11.47V8"}],["path",{d:"M17 11h1a3 3 0 0 1 2.745 4.211"}],["path",{d:"m2 2 20 20"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3"}],["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"}],["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"}],["path",{d:"M9 14.6V18"}]];var Z2=[["path",{d:"M17 11h1a3 3 0 0 1 0 6h-1"}],["path",{d:"M9 12v6"}],["path",{d:"M13 12v6"}],["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"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8"}]];var X2=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M13.916 2.314A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.74 7.327A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673 9 9 0 0 1-.585-.665"}],["circle",{cx:"18",cy:"8",r:"3"}]];var J2=[["path",{d:"M18.518 17.347A7 7 0 0 1 14 19"}],["path",{d:"M18.8 4A11 11 0 0 1 20 9"}],["path",{d:"M9 9h.01"}],["circle",{cx:"20",cy:"16",r:"2"}],["circle",{cx:"9",cy:"9",r:"7"}],["rect",{x:"4",y:"16",width:"10",height:"6",rx:"2"}]];var K2=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M15 8h6"}],["path",{d:"M16.243 3.757A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673A9.4 9.4 0 0 1 18.667 12"}]];var Y2=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742"}],["path",{d:"m2 2 20 20"}],["path",{d:"M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05"}]];var Q2=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M15 8h6"}],["path",{d:"M18 5v6"}],["path",{d:"M20.002 14.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332"}]];var e0=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M22 8c0-2.3-.8-4.3-2-6"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"}],["path",{d:"M4 2C2.8 3.7 2 5.7 2 8"}]];var t0=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"}]];var $o=[["rect",{width:"13",height:"7",x:"3",y:"3",rx:"1"}],["path",{d:"m22 15-3-3 3-3"}],["rect",{width:"13",height:"7",x:"3",y:"14",rx:"1"}]];var jo=[["rect",{width:"13",height:"7",x:"8",y:"3",rx:"1"}],["path",{d:"m2 9 3 3-3 3"}],["rect",{width:"13",height:"7",x:"8",y:"14",rx:"1"}]];var a0=[["rect",{width:"7",height:"13",x:"3",y:"3",rx:"1"}],["path",{d:"m9 22 3-3 3 3"}],["rect",{width:"7",height:"13",x:"14",y:"3",rx:"1"}]];var r0=[["rect",{width:"7",height:"13",x:"3",y:"8",rx:"1"}],["path",{d:"m15 2-3 3-3-3"}],["rect",{width:"7",height:"13",x:"14",y:"8",rx:"1"}]];var o0=[["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"}],["path",{d:"M15 14a5 5 0 0 0-7.584 2"}],["path",{d:"M9.964 6.825C8.019 7.977 9.5 13 8 15"}]];var s0=[["circle",{cx:"18.5",cy:"17.5",r:"3.5"}],["circle",{cx:"5.5",cy:"17.5",r:"3.5"}],["circle",{cx:"15",cy:"5",r:"1"}],["path",{d:"M12 17.5V14l-3-3 4-3 2 3h2"}]];var n0=[["rect",{x:"14",y:"14",width:"4",height:"6",rx:"2"}],["rect",{x:"6",y:"4",width:"4",height:"6",rx:"2"}],["path",{d:"M6 20h4"}],["path",{d:"M14 10h4"}],["path",{d:"M6 14h2v6"}],["path",{d:"M14 4h2v6"}]];var l0=[["path",{d:"M10 10h4"}],["path",{d:"M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3"}],["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"}],["path",{d:"M 22 16 L 2 16"}],["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"}],["path",{d:"M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3"}]];var i0=[["path",{d:"M16 7h.01"}],["path",{d:"M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20"}],["path",{d:"m20 7 2 .5-2 .5"}],["path",{d:"M10 18v3"}],["path",{d:"M14 17.75V21"}],["path",{d:"M7 18a6 6 0 0 0 3.84-10.61"}]];var d0=[["circle",{cx:"12",cy:"11.9",r:"2"}],["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"}],["path",{d:"m8.9 10.1 1.4.8"}],["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"}],["path",{d:"m15.1 10.1-1.4.8"}],["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"}],["path",{d:"M12 13.9v1.6"}],["path",{d:"M13.5 5.4c-1-.2-2-.2-3 0"}],["path",{d:"M17 16.4c.7-.7 1.2-1.6 1.5-2.5"}],["path",{d:"M5.5 13.9c.3.9.8 1.8 1.5 2.5"}]];var p0=[["path",{d:"M12 18v4"}],["path",{d:"m17 18 1.956-11.468"}],["path",{d:"m3 8 7.82-5.615a2 2 0 0 1 2.36 0L21 8"}],["path",{d:"M4 18h16"}],["path",{d:"M7 18 5.044 6.532"}],["circle",{cx:"12",cy:"10",r:"2"}]];var c0=[["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"}]];var u0=[["circle",{cx:"9",cy:"9",r:"7"}],["circle",{cx:"15",cy:"15",r:"7"}]];var f0=[["path",{d:"M3 3h18"}],["path",{d:"M20 7H8"}],["path",{d:"M20 11H8"}],["path",{d:"M10 19h10"}],["path",{d:"M8 15h12"}],["path",{d:"M4 3v14"}],["circle",{cx:"4",cy:"19",r:"2"}]];var h0=[["path",{d:"M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2"}],["rect",{x:"14",y:"2",width:"8",height:"8",rx:"1"}]];var m0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}],["line",{x1:"18",x2:"21",y1:"12",y2:"12"}],["line",{x1:"3",x2:"6",y1:"12",y2:"12"}]];var x0=[["path",{d:"m17 17-5 5V12l-5 5"}],["path",{d:"m2 2 20 20"}],["path",{d:"M14.5 9.5 17 7l-5-5v4.5"}]];var g0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}],["path",{d:"M20.83 14.83a4 4 0 0 0 0-5.66"}],["path",{d:"M18 12h.01"}]];var M0=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17"}]];var y0=[["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"}]];var v0=[["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"}],["circle",{cx:"12",cy:"12",r:"4"}]];var b0=[["circle",{cx:"11",cy:"13",r:"9"}],["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"}],["path",{d:"m22 2-1.5 1.5"}]];var C0=[["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"}]];var w0=[["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"}],["path",{d:"m8 13 4-7 4 7"}],["path",{d:"M9.1 11h5.7"}]];var S0=[["path",{d:"M12 13h.01"}],["path",{d:"M12 6v3"}],["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"}]];var A0=[["path",{d:"M12 6v7"}],["path",{d:"M16 8v3"}],["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"}],["path",{d:"M8 8v3"}]];var k0=[["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"}],["path",{d:"m9 9.5 2 2 4-4"}]];var T0=[["path",{d:"M5 7a2 2 0 0 0-2 2v11"}],["path",{d:"M5.803 18H5a2 2 0 0 0 0 4h9.5a.5.5 0 0 0 .5-.5V21"}],["path",{d:"M9 15V4a2 2 0 0 1 2-2h9.5a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5H11a2 2 0 0 1 0-4h10"}]];var Go=[["path",{d:"M12 17h1.5"}],["path",{d:"M12 22h1.5"}],["path",{d:"M12 2h1.5"}],["path",{d:"M17.5 22H19a1 1 0 0 0 1-1"}],["path",{d:"M17.5 2H19a1 1 0 0 1 1 1v1.5"}],["path",{d:"M20 14v3h-2.5"}],["path",{d:"M20 8.5V10"}],["path",{d:"M4 10V8.5"}],["path",{d:"M4 19.5V14"}],["path",{d:"M4 4.5A2.5 2.5 0 0 1 6.5 2H8"}],["path",{d:"M8 22H6.5a1 1 0 0 1 0-5H8"}]];var L0=[["path",{d:"M12 13V7"}],["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"}],["path",{d:"m9 10 3 3 3-3"}]];var E0=[["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"}],["path",{d:"M8 12v-2a4 4 0 0 1 8 0v2"}],["circle",{cx:"15",cy:"12",r:"1"}],["circle",{cx:"9",cy:"12",r:"1"}]];var H0=[["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"}],["path",{d:"M8.62 9.8A2.25 2.25 0 1 1 12 6.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z"}]];var P0=[["path",{d:"m20 13.7-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17"}],["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"}],["circle",{cx:"10",cy:"8",r:"2"}]];var R0=[["path",{d:"m19 3 1 1"}],["path",{d:"m20 2-4.5 4.5"}],["path",{d:"M20 7.898V21a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2h7.844"}],["circle",{cx:"14",cy:"8",r:"2"}]];var I0=[["path",{d:"M18 6V4a2 2 0 1 0-4 0v2"}],["path",{d:"M20 15v6a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10"}],["rect",{x:"12",y:"6",width:"8",height:"5",rx:"1"}]];var B0=[["path",{d:"M10 2v8l3-3 3 3V2"}],["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"}]];var D0=[["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"}],["path",{d:"M9 10h6"}]];var V0=[["path",{d:"M12 21V7"}],["path",{d:"m16 12 2 2 4-4"}],["path",{d:"M22 6V4a1 1 0 0 0-1-1h-5a4 4 0 0 0-4 4 4 4 0 0 0-4-4H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h6a3 3 0 0 1 3 3 3 3 0 0 1 3-3h6a1 1 0 0 0 1-1v-1.3"}]];var F0=[["path",{d:"M12 7v14"}],["path",{d:"M16 12h2"}],["path",{d:"M16 8h2"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"}],["path",{d:"M6 12h2"}],["path",{d:"M6 8h2"}]];var W0=[["path",{d:"M12 7v14"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"}]];var O0=[["path",{d:"M12 7v6"}],["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"}],["path",{d:"M9 10h6"}]];var N0=[["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"}],["path",{d:"M8 11h8"}],["path",{d:"M8 7h6"}]];var z0=[["path",{d:"M10 13h4"}],["path",{d:"M12 6v7"}],["path",{d:"M16 8V6H8v2"}],["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"}]];var _0=[["path",{d:"M12 13V7"}],["path",{d:"M18 2h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2"}],["path",{d:"m9 10 3-3 3 3"}],["path",{d:"m9 5 3-3 3 3"}]];var q0=[["path",{d:"M12 13V7"}],["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"}],["path",{d:"m9 10 3-3 3 3"}]];var U0=[["path",{d:"M15 13a3 3 0 1 0-6 0"}],["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"}],["circle",{cx:"12",cy:"8",r:"2"}]];var $0=[["path",{d:"m14.5 7-5 5"}],["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"}],["path",{d:"m9.5 7 5 5"}]];var j0=[["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"}]];var G0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z"}],["path",{d:"m9 10 2 2 4-4"}]];var Z0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10"}]];var X0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}],["line",{x1:"12",x2:"12",y1:"7",y2:"13"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10"}]];var J0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z"}],["path",{d:"m14.5 7.5-5 5"}],["path",{d:"m9.5 7.5 5 5"}]];var K0=[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"}]];var Y0=[["path",{d:"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4"}],["path",{d:"M8 8v1"}],["path",{d:"M12 8v1"}],["path",{d:"M16 8v1"}],["rect",{width:"20",height:"12",x:"2",y:"9",rx:"2"}],["circle",{cx:"8",cy:"15",r:"2"}],["circle",{cx:"16",cy:"15",r:"2"}]];var Q0=[["path",{d:"M12 6V2H8"}],["path",{d:"M15 11v2"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"M20 16a2 2 0 0 1-2 2H8.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 4 20.286V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"}],["path",{d:"M9 11v2"}]];var ec=[["path",{d:"M13.67 8H18a2 2 0 0 1 2 2v4.33"}],["path",{d:"M2 14h2"}],["path",{d:"M20 14h2"}],["path",{d:"M22 22 2 2"}],["path",{d:"M8 8H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 1.414-.586"}],["path",{d:"M9 13v2"}],["path",{d:"M9.67 4H12v2.33"}]];var tc=[["path",{d:"M12 8V4H8"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2"}],["path",{d:"M2 14h2"}],["path",{d:"M20 14h2"}],["path",{d:"M15 13v2"}],["path",{d:"M9 13v2"}]];var ac=[["path",{d:"M10 3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a6 6 0 0 0 1.2 3.6l.6.8A6 6 0 0 1 17 13v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8a6 6 0 0 1 1.2-3.6l.6-.8A6 6 0 0 0 10 5z"}],["path",{d:"M17 13h-4a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h4"}]];var rc=[["path",{d:"M17 3h4v4"}],["path",{d:"M18.575 11.082a13 13 0 0 1 1.048 9.027 1.17 1.17 0 0 1-1.914.597L14 17"}],["path",{d:"M7 10 3.29 6.29a1.17 1.17 0 0 1 .6-1.91 13 13 0 0 1 9.03 1.05"}],["path",{d:"M7 14a1.7 1.7 0 0 0-1.207.5l-2.646 2.646A.5.5 0 0 0 3.5 18H5a1 1 0 0 1 1 1v1.5a.5.5 0 0 0 .854.354L9.5 18.207A1.7 1.7 0 0 0 10 17v-2a1 1 0 0 0-1-1z"}],["path",{d:"M9.707 14.293 21 3"}]];var oc=[["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"}],["path",{d:"m3.3 7 8.7 5 8.7-5"}],["path",{d:"M12 22V12"}]];var sc=[["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"}],["path",{d:"m7 16.5-4.74-2.85"}],["path",{d:"m7 16.5 5-3"}],["path",{d:"M7 16.5v5.17"}],["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"}],["path",{d:"m17 16.5-5-3"}],["path",{d:"m17 16.5 4.74-2.85"}],["path",{d:"M17 16.5v5.17"}],["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"}],["path",{d:"M12 8 7.26 5.15"}],["path",{d:"m12 8 4.74-2.85"}],["path",{d:"M12 13.5V8"}]];var Zo=[["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"}],["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"}]];var nc=[["path",{d:"M16 3h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-3"}],["path",{d:"M8 21H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h3"}]];var lc=[["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"}],["path",{d:"M9 13a4.5 4.5 0 0 0 3-4"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516"}],["path",{d:"M12 13h4"}],["path",{d:"M12 18h6a2 2 0 0 1 2 2v1"}],["path",{d:"M12 8h8"}],["path",{d:"M16 8V5a2 2 0 0 1 2-2"}],["circle",{cx:"16",cy:"13",r:".5"}],["circle",{cx:"18",cy:"3",r:".5"}],["circle",{cx:"20",cy:"21",r:".5"}],["circle",{cx:"20",cy:"8",r:".5"}]];var ic=[["path",{d:"m10.852 14.772-.383.923"}],["path",{d:"m10.852 9.228-.383-.923"}],["path",{d:"m13.148 14.772.382.924"}],["path",{d:"m13.531 8.305-.383.923"}],["path",{d:"m14.772 10.852.923-.383"}],["path",{d:"m14.772 13.148.923.383"}],["path",{d:"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 0 0-5.63-1.446 3 3 0 0 0-.368 1.571 4 4 0 0 0-2.525 5.771"}],["path",{d:"M17.998 5.125a4 4 0 0 1 2.525 5.771"}],["path",{d:"M19.505 10.294a4 4 0 0 1-1.5 7.706"}],["path",{d:"M4.032 17.483A4 4 0 0 0 11.464 20c.18-.311.892-.311 1.072 0a4 4 0 0 0 7.432-2.516"}],["path",{d:"M4.5 10.291A4 4 0 0 0 6 18"}],["path",{d:"M6.002 5.125a3 3 0 0 0 .4 1.375"}],["path",{d:"m9.228 10.852-.923-.383"}],["path",{d:"m9.228 13.148-.923.383"}],["circle",{cx:"12",cy:"12",r:"3"}]];var dc=[["path",{d:"M12 18V5"}],["path",{d:"M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4"}],["path",{d:"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5"}],["path",{d:"M17.997 5.125a4 4 0 0 1 2.526 5.77"}],["path",{d:"M18 18a4 4 0 0 0 2-7.464"}],["path",{d:"M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517"}],["path",{d:"M6 18a4 4 0 0 1-2-7.464"}],["path",{d:"M6.003 5.125a4 4 0 0 0-2.526 5.77"}]];var pc=[["path",{d:"M16 3v2.107"}],["path",{d:"M17 9c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 22 17a5 5 0 0 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C13 11.5 16 9 17 9"}],["path",{d:"M21 8.274V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.938"}],["path",{d:"M3 15h5.253"}],["path",{d:"M3 9h8.228"}],["path",{d:"M8 15v6"}],["path",{d:"M8 3v6"}]];var cc=[["path",{d:"M12 9v1.258"}],["path",{d:"M16 3v5.46"}],["path",{d:"M21 9.118V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h5.75"}],["path",{d:"M22 17.5c0 2.499-1.75 3.749-3.83 4.474a.5.5 0 0 1-.335-.005c-2.085-.72-3.835-1.97-3.835-4.47V14a.5.5 0 0 1 .5-.499c1 0 2.25-.6 3.12-1.36a.6.6 0 0 1 .76-.001c.875.765 2.12 1.36 3.12 1.36a.5.5 0 0 1 .5.5z"}],["path",{d:"M3 15h7"}],["path",{d:"M3 9h12.142"}],["path",{d:"M8 15v6"}],["path",{d:"M8 3v6"}]];var uc=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 9v6"}],["path",{d:"M16 15v6"}],["path",{d:"M16 3v6"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["path",{d:"M8 15v6"}],["path",{d:"M8 3v6"}]];var fc=[["path",{d:"M12 12h.01"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2"}],["path",{d:"M22 13a18.15 18.15 0 0 1-20 0"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2"}]];var hc=[["path",{d:"M10 20v2"}],["path",{d:"M14 20v2"}],["path",{d:"M18 20v2"}],["path",{d:"M21 20H3"}],["path",{d:"M6 20v2"}],["path",{d:"M8 16V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v12"}],["rect",{x:"4",y:"6",width:"16",height:"10",rx:"2"}]];var mc=[["path",{d:"M12 11v4"}],["path",{d:"M14 13h-4"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2"}],["path",{d:"M18 6v14"}],["path",{d:"M6 6v14"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2"}]];var xc=[["path",{d:"M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2"}]];var gc=[["rect",{x:"8",y:"8",width:"8",height:"8",rx:"2"}],["path",{d:"M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2"}],["path",{d:"M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2"}]];var Mc=[["path",{d:"m16 22-1-4"}],["path",{d:"M19 13.99a1 1 0 0 0 1-1V12a2 2 0 0 0-2-2h-3a1 1 0 0 1-1-1V4a2 2 0 0 0-4 0v5a1 1 0 0 1-1 1H6a2 2 0 0 0-2 2v.99a1 1 0 0 0 1 1"}],["path",{d:"M5 14h14l1.973 6.767A1 1 0 0 1 20 22H4a1 1 0 0 1-.973-1.233z"}],["path",{d:"m8 22 1-4"}]];var yc=[["path",{d:"m11 10 3 3"}],["path",{d:"M6.5 21A3.5 3.5 0 1 0 3 17.5a2.62 2.62 0 0 1-.708 1.792A1 1 0 0 0 3 21z"}],["path",{d:"M9.969 17.031 21.378 5.624a1 1 0 0 0-3.002-3.002L6.967 14.031"}]];var vc=[["path",{d:"M7.2 14.8a2 2 0 0 1 2 2"}],["circle",{cx:"18.5",cy:"8.5",r:"3.5"}],["circle",{cx:"7.5",cy:"16.5",r:"5.5"}],["circle",{cx:"7.5",cy:"4.5",r:"2.5"}]];var bc=[["path",{d:"M12 20v-8"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2"}],["path",{d:"M18 12.34V11a4 4 0 0 0-4-4h-1.3"}],["path",{d:"m2 2 20 20"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97"}],["path",{d:"M22 13h-3.34"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4"}],["path",{d:"M6 13H2"}],["path",{d:"M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13"}]];var Cc=[["path",{d:"M10 19.655A6 6 0 0 1 6 14v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 3.97"}],["path",{d:"M14 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97"}],["path",{d:"M6 13H2"}],["path",{d:"m8 2 1.88 1.88"}],["path",{d:"M9 7.13V6a3 3 0 1 1 6 0v1.13"}]];var wc=[["path",{d:"M12 20v-9"}],["path",{d:"M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z"}],["path",{d:"M14.12 3.88 16 2"}],["path",{d:"M21 21a4 4 0 0 0-3.81-4"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97"}],["path",{d:"M22 13h-4"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97"}],["path",{d:"M6 13H2"}],["path",{d:"m8 2 1.88 1.88"}],["path",{d:"M9 7.13V6a3 3 0 1 1 6 0v1.13"}]];var Sc=[["path",{d:"M10 12h4"}],["path",{d:"M10 8h4"}],["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3"}],["path",{d:"M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2"}],["path",{d:"M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16"}]];var Ac=[["path",{d:"M12 10h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M12 6h.01"}],["path",{d:"M16 10h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M16 6h.01"}],["path",{d:"M8 10h.01"}],["path",{d:"M8 14h.01"}],["path",{d:"M8 6h.01"}],["path",{d:"M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2"}]];var kc=[["path",{d:"M4 6 2 7"}],["path",{d:"M10 6h4"}],["path",{d:"m22 7-2-1"}],["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2"}],["path",{d:"M4 11h16"}],["path",{d:"M8 15h.01"}],["path",{d:"M16 15h.01"}],["path",{d:"M6 19v2"}],["path",{d:"M18 21v-2"}]];var Tc=[["path",{d:"M8 6v6"}],["path",{d:"M15 6v6"}],["path",{d:"M2 12h19.6"}],["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"}],["circle",{cx:"7",cy:"18",r:"2"}],["path",{d:"M9 18h5"}],["circle",{cx:"16",cy:"18",r:"2"}]];var Lc=[["path",{d:"M10 3h.01"}],["path",{d:"M14 2h.01"}],["path",{d:"m2 9 20-5"}],["path",{d:"M12 12V6.5"}],["rect",{width:"16",height:"10",x:"4",y:"12",rx:"3"}],["path",{d:"M9 12v5"}],["path",{d:"M15 12v5"}],["path",{d:"M4 17h16"}]];var Ec=[["path",{d:"M17 19a1 1 0 0 1-1-1v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1z"}],["path",{d:"M17 21v-2"}],["path",{d:"M19 14V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V10"}],["path",{d:"M21 21v-2"}],["path",{d:"M3 5V3"}],["path",{d:"M4 10a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2z"}],["path",{d:"M7 5V3"}]];var Hc=[["path",{d:"M16 13H3"}],["path",{d:"M16 17H3"}],["path",{d:"m7.2 7.9-3.388 2.5A2 2 0 0 0 3 12.01V20a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-8.654c0-2-2.44-6.026-6.44-8.026a1 1 0 0 0-1.082.057L10.4 5.6"}],["circle",{cx:"9",cy:"7",r:"2"}]];var Pc=[["path",{d:"M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8"}],["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"}],["path",{d:"M2 21h20"}],["path",{d:"M7 8v3"}],["path",{d:"M12 8v3"}],["path",{d:"M17 8v3"}],["path",{d:"M7 4h.01"}],["path",{d:"M12 4h.01"}],["path",{d:"M17 4h.01"}]];var Rc=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["line",{x1:"8",x2:"16",y1:"6",y2:"6"}],["line",{x1:"16",x2:"16",y1:"14",y2:"18"}],["path",{d:"M16 10h.01"}],["path",{d:"M12 10h.01"}],["path",{d:"M8 10h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M8 14h.01"}],["path",{d:"M12 18h.01"}],["path",{d:"M8 18h.01"}]];var Ic=[["path",{d:"M11 14h1v4"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2"}]];var Bc=[["path",{d:"m14 18 4 4 4-4"}],["path",{d:"M16 2v4"}],["path",{d:"M18 14v8"}],["path",{d:"M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}]];var Dc=[["path",{d:"m14 18 4-4 4 4"}],["path",{d:"M16 2v4"}],["path",{d:"M18 22v-8"}],["path",{d:"M21 11.343V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}]];var Vc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8"}],["path",{d:"M3 10h18"}],["path",{d:"m16 20 2 2 4-4"}]];var Fc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"m9 16 2 2 4-4"}]];var Wc=[["path",{d:"M16 14v2.2l1.6 1"}],["path",{d:"M16 2v4"}],["path",{d:"M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5"}],["path",{d:"M3 10h5"}],["path",{d:"M8 2v4"}],["circle",{cx:"16",cy:"16",r:"6"}]];var Oc=[["path",{d:"m15.228 16.852-.923-.383"}],["path",{d:"m15.228 19.148-.923.383"}],["path",{d:"M16 2v4"}],["path",{d:"m16.47 14.305.382.923"}],["path",{d:"m16.852 20.772-.383.924"}],["path",{d:"m19.148 15.228.383-.923"}],["path",{d:"m19.53 21.696-.382-.924"}],["path",{d:"m20.772 16.852.924-.383"}],["path",{d:"m20.772 19.148.924.383"}],["path",{d:"M21 10.592V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}],["circle",{cx:"18",cy:"18",r:"3"}]];var Nc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M8 14h.01"}],["path",{d:"M12 14h.01"}],["path",{d:"M16 14h.01"}],["path",{d:"M8 18h.01"}],["path",{d:"M12 18h.01"}],["path",{d:"M16 18h.01"}]];var zc=[["path",{d:"M3 20a2 2 0 0 0 2 2h10a2.4 2.4 0 0 0 1.706-.706l3.588-3.588A2.4 2.4 0 0 0 21 16V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z"}],["path",{d:"M15 22v-5a1 1 0 0 1 1-1h5"}],["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h18"}]];var _c=[["path",{d:"M12.127 22H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.125"}],["path",{d:"M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}]];var qc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M10 16h4"}]];var Uc=[["path",{d:"M16 19h6"}],["path",{d:"M16 2v4"}],["path",{d:"M21 15V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}]];var $c=[["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"}],["path",{d:"M21 15.5V6a2 2 0 0 0-2-2H9.5"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h7"}],["path",{d:"M21 10h-5.5"}],["path",{d:"m2 2 20 20"}]];var jc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"M10 16h4"}],["path",{d:"M12 14v4"}]];var Gc=[["path",{d:"M16 19h6"}],["path",{d:"M16 2v4"}],["path",{d:"M19 16v6"}],["path",{d:"M21 12.598V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}]];var Zc=[["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M16 2v4"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}],["path",{d:"M17 14h-6"}],["path",{d:"M13 18H7"}],["path",{d:"M7 14h.01"}],["path",{d:"M17 18h.01"}]];var Xc=[["path",{d:"M16 2v4"}],["path",{d:"M21 11.75V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.25"}],["path",{d:"m22 22-1.875-1.875"}],["path",{d:"M3 10h18"}],["path",{d:"M8 2v4"}],["circle",{cx:"18",cy:"18",r:"3"}]];var Jc=[["path",{d:"M11 10v4h4"}],["path",{d:"m11 14 1.535-1.605a5 5 0 0 1 8 1.5"}],["path",{d:"M16 2v4"}],["path",{d:"m21 18-1.535 1.605a5 5 0 0 1-8-1.5"}],["path",{d:"M21 22v-4h-4"}],["path",{d:"M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3"}],["path",{d:"M3 10h4"}],["path",{d:"M8 2v4"}]];var Kc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8"}],["path",{d:"M3 10h18"}],["path",{d:"m17 22 5-5"}],["path",{d:"m17 17 5 5"}]];var Yc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}],["path",{d:"m14 14-4 4"}],["path",{d:"m10 14 4 4"}]];var Qc=[["path",{d:"M8 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2"}],["path",{d:"M3 10h18"}]];var eu=[["path",{d:"M14.564 14.558a3 3 0 1 1-4.122-4.121"}],["path",{d:"m2 2 20 20"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 .819-.175"}],["path",{d:"M9.695 4.024A2 2 0 0 1 10.004 4h3.993a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v7.344"}]];var tu=[["path",{d:"M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z"}],["circle",{cx:"12",cy:"13",r:"3"}]];var au=[["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"}],["path",{d:"M17.75 7 15 2.1"}],["path",{d:"M10.9 4.8 13 9"}],["path",{d:"m7.9 9.7 2 4.4"}],["path",{d:"M4.9 14.7 7 18.9"}]];var ru=[["path",{d:"M10 10v7.9"}],["path",{d:"M11.802 6.145a5 5 0 0 1 6.053 6.053"}],["path",{d:"M14 6.1v2.243"}],["path",{d:"m15.5 15.571-.964.964a5 5 0 0 1-7.071 0 5 5 0 0 1 0-7.07l.964-.965"}],["path",{d:"M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4"}],["path",{d:"m2 2 20 20"}],["path",{d:"M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4"}]];var ou=[["path",{d:"M10 7v10.9"}],["path",{d:"M14 6.1V17"}],["path",{d:"M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4"}],["path",{d:"M16.536 7.465a5 5 0 0 0-7.072 0l-2 2a5 5 0 0 0 0 7.07 5 5 0 0 0 7.072 0l2-2a5 5 0 0 0 0-7.07"}],["path",{d:"M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4"}]];var su=[["path",{d:"M12 22v-4"}],["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"}]];var nu=[["path",{d:"M10.5 5H19a2 2 0 0 1 2 2v8.5"}],["path",{d:"M17 11h-.5"}],["path",{d:"M19 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2"}],["path",{d:"m2 2 20 20"}],["path",{d:"M7 11h4"}],["path",{d:"M7 15h2.5"}]];var Xo=[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4"}]];var lu=[["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"}],["path",{d:"M7 14h.01"}],["path",{d:"M17 14h.01"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2"}],["path",{d:"M5 18v2"}],["path",{d:"M19 18v2"}]];var iu=[["path",{d:"M10 2h4"}],["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"}],["path",{d:"M7 14h.01"}],["path",{d:"M17 14h.01"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2"}],["path",{d:"M5 18v2"}],["path",{d:"M19 18v2"}]];var du=[["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"}],["circle",{cx:"7",cy:"17",r:"2"}],["path",{d:"M9 17h6"}],["circle",{cx:"17",cy:"17",r:"2"}]];var pu=[["path",{d:"M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2"}],["path",{d:"M2 9h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2"}],["path",{d:"M22 17v1a1 1 0 0 1-1 1H10v-9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v9"}],["circle",{cx:"8",cy:"19",r:"2"}]];var cu=[["path",{d:"M12 14v4"}],["path",{d:"M14.172 2a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 20 7.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z"}],["path",{d:"M8 14h8"}],["rect",{x:"8",y:"10",width:"8",height:"8",rx:"1"}]];var uu=[["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"}],["path",{d:"M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9z"}],["path",{d:"M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2z"}]];var fu=[["path",{d:"M10 9v7"}],["path",{d:"M14 6v10"}],["circle",{cx:"17.5",cy:"12.5",r:"3.5"}],["circle",{cx:"6.5",cy:"12.5",r:"3.5"}]];var hu=[["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16"}],["path",{d:"M22 9v7"}],["path",{d:"M3.304 13h6.392"}],["circle",{cx:"18.5",cy:"12.5",r:"3.5"}]];var mu=[["path",{d:"M15 11h4.5a1 1 0 0 1 0 5h-4a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h3a1 1 0 0 1 0 5"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16"}],["path",{d:"M3.304 13h6.392"}]];var xu=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["circle",{cx:"8",cy:"10",r:"2"}],["path",{d:"M8 12h8"}],["circle",{cx:"16",cy:"10",r:"2"}],["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"}]];var gu=[["path",{d:"M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"}],["path",{d:"M2 12a9 9 0 0 1 8 8"}],["path",{d:"M2 16a5 5 0 0 1 4 4"}],["line",{x1:"2",x2:"2.01",y1:"20",y2:"20"}]];var Mu=[["path",{d:"M10 5V3"}],["path",{d:"M14 5V3"}],["path",{d:"M15 21v-3a3 3 0 0 0-6 0v3"}],["path",{d:"M18 3v8"}],["path",{d:"M18 5H6"}],["path",{d:"M22 11H2"}],["path",{d:"M22 9v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9"}],["path",{d:"M6 3v8"}]];var yu=[["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"}],["path",{d:"M8 14v.5"}],["path",{d:"M16 14v.5"}],["path",{d:"M11.25 16.25h1.5L12 17l-.75-.75Z"}]];var vu=[["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"}],["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"}],["path",{d:"M2 19h3.76a2 2 0 0 0 1.8-1.1L9 15"}],["path",{d:"M2 21v-4"}],["path",{d:"M7 9h.01"}]];var Jo=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["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"}]];var Ko=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1"}]];var bu=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h3"}],["path",{d:"M7 6h12"}]];var Cu=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 11h8"}],["path",{d:"M7 16h12"}],["path",{d:"M7 6h3"}]];var wu=[["path",{d:"M11 13v4"}],["path",{d:"M15 5v4"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1"}]];var Yo=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M7 16h8"}],["path",{d:"M7 11h12"}],["path",{d:"M7 6h3"}]];var Qo=[["path",{d:"M9 5v4"}],["rect",{width:"4",height:"6",x:"7",y:"9",rx:"1"}],["path",{d:"M9 15v2"}],["path",{d:"M17 3v2"}],["rect",{width:"4",height:"8",x:"15",y:"5",rx:"1"}],["path",{d:"M17 13v3"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}]];var es=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1"}]];var Su=[["path",{d:"M13 17V9"}],["path",{d:"M18 17v-3"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17V5"}]];var ts=[["path",{d:"M13 17V9"}],["path",{d:"M18 17V5"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 17v-3"}]];var Au=[["path",{d:"M11 13H7"}],["path",{d:"M19 9h-4"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1"}]];var as=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M18 17V9"}],["path",{d:"M13 17V5"}],["path",{d:"M8 17v-3"}]];var ku=[["path",{d:"M10 6h8"}],["path",{d:"M12 16h6"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"M8 11h7"}]];var rs=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["path",{d:"m19 9-5 5-4-4-3 3"}]];var Tu=[["path",{d:"m13.11 7.664 1.78 2.672"}],["path",{d:"m14.162 12.788-3.324 1.424"}],["path",{d:"m20 4-6.06 1.515"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["circle",{cx:"12",cy:"6",r:"2"}],["circle",{cx:"16",cy:"12",r:"2"}],["circle",{cx:"9",cy:"15",r:"2"}]];var Lu=[["path",{d:"M5 21V3"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21v-6"}]];var os=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V9"}],["path",{d:"M19 21V3"}]];var ss=[["path",{d:"M5 21v-6"}],["path",{d:"M12 21V3"}],["path",{d:"M19 21V9"}]];var Eu=[["path",{d:"M12 16v5"}],["path",{d:"M16 14v7"}],["path",{d:"M20 10v11"}],["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"}],["path",{d:"M4 18v3"}],["path",{d:"M8 14v7"}]];var ns=[["path",{d:"M6 5h12"}],["path",{d:"M4 12h10"}],["path",{d:"M12 19h8"}]];var ls=[["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"}],["path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}]];var is=[["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}],["circle",{cx:"18.5",cy:"5.5",r:".5",fill:"currentColor"}],["circle",{cx:"11.5",cy:"11.5",r:".5",fill:"currentColor"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor"}],["circle",{cx:"17.5",cy:"14.5",r:".5",fill:"currentColor"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}]];var Hu=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16"}],["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"}]];var Pu=[["path",{d:"M18 6 7 17l-5-5"}],["path",{d:"m22 10-7.5 7.5L13 16"}]];var Ru=[["path",{d:"M20 4L9 15"}],["path",{d:"M21 19L3 19"}],["path",{d:"M9 15L4 10"}]];var Iu=[["path",{d:"M20 6 9 17l-5-5"}]];var Bu=[["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"}],["path",{d:"M6 17h12"}]];var Du=[["path",{d:"M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z"}],["path",{d:"M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z"}],["path",{d:"M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12"}],["path",{d:"M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z"}]];var Vu=[["path",{d:"m6 9 6 6 6-6"}]];var Fu=[["path",{d:"m17 18-6-6 6-6"}],["path",{d:"M7 6v12"}]];var Wu=[["path",{d:"m7 18 6-6-6-6"}],["path",{d:"M17 6v12"}]];var Ou=[["path",{d:"m15 18-6-6 6-6"}]];var Nu=[["path",{d:"m9 18 6-6-6-6"}]];var zu=[["path",{d:"m18 15-6-6-6 6"}]];var _u=[["path",{d:"m7 20 5-5 5 5"}],["path",{d:"m7 4 5 5 5-5"}]];var qu=[["path",{d:"m7 6 5 5 5-5"}],["path",{d:"m7 13 5 5 5-5"}]];var Uu=[["path",{d:"M12 12h.01"}],["path",{d:"M16 12h.01"}],["path",{d:"m17 7 5 5-5 5"}],["path",{d:"m7 7-5 5 5 5"}],["path",{d:"M8 12h.01"}]];var $u=[["path",{d:"m9 7-5 5 5 5"}],["path",{d:"m15 7 5 5-5 5"}]];var ju=[["path",{d:"m11 17-5-5 5-5"}],["path",{d:"m18 17-5-5 5-5"}]];var Gu=[["path",{d:"m20 17-5-5 5-5"}],["path",{d:"m4 17 5-5-5-5"}]];var Zu=[["path",{d:"m6 17 5-5-5-5"}],["path",{d:"m13 17 5-5-5-5"}]];var Xu=[["path",{d:"m7 15 5 5 5-5"}],["path",{d:"m7 9 5-5 5 5"}]];var Ju=[["path",{d:"m17 11-5-5-5 5"}],["path",{d:"m17 18-5-5-5 5"}]];var ds=[["path",{d:"M10.88 21.94 15.46 14"}],["path",{d:"M21.17 8H12"}],["path",{d:"M3.95 6.06 8.54 14"}],["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}]];var Ku=[["path",{d:"M10 9h4"}],["path",{d:"M12 7v5"}],["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3"}],["path",{d:"m18 9 3.52 2.147a1 1 0 0 1 .48.854V19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-6.999a1 1 0 0 1 .48-.854L6 9"}],["path",{d:"M6 21V7a1 1 0 0 1 .376-.782l5-3.999a1 1 0 0 1 1.249.001l5 4A1 1 0 0 1 18 7v14"}]];var Yu=[["path",{d:"M12 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h13"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5"}],["path",{d:"m2 2 20 20"}],["path",{d:"M21 12a1 1 0 0 1 1 1v2a1 1 0 0 1-.5.866"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5"}],["path",{d:"M7 12v4"}]];var Qu=[["path",{d:"M17 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5"}],["path",{d:"M21 16a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5"}],["path",{d:"M7 12v4"}]];var ps=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16"}]];var cs=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var us=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var fs=[["path",{d:"M2 12a10 10 0 1 1 10 10"}],["path",{d:"m2 22 10-10"}],["path",{d:"M8 22H2v-6"}]];var hs=[["path",{d:"M12 22a10 10 0 1 1 10-10"}],["path",{d:"M22 22 12 12"}],["path",{d:"M22 16v6h-6"}]];var ms=[["path",{d:"M2 8V2h6"}],["path",{d:"m2 2 10 10"}],["path",{d:"M12 2A10 10 0 1 1 2 12"}]];var xs=[["path",{d:"M22 12A10 10 0 1 1 12 2"}],["path",{d:"M22 2 12 12"}],["path",{d:"M16 2h6v6"}]];var gs=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m12 16 4-4-4-4"}],["path",{d:"M8 12h8"}]];var Ms=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var ys=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335"}],["path",{d:"m9 11 3 3L22 4"}]];var vs=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m9 12 2 2 4-4"}]];var bs=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m16 10-4 4-4-4"}]];var Cs=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m14 16-4-4 4-4"}]];var ws=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m10 8 4 4-4 4"}]];var Ss=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m8 14 4-4 4 4"}]];var ef=[["path",{d:"M10.1 2.182a10 10 0 0 1 3.8 0"}],["path",{d:"M13.9 21.818a10 10 0 0 1-3.8 0"}],["path",{d:"M17.609 3.721a10 10 0 0 1 2.69 2.7"}],["path",{d:"M2.182 13.9a10 10 0 0 1 0-3.8"}],["path",{d:"M20.279 17.609a10 10 0 0 1-2.7 2.69"}],["path",{d:"M21.818 10.1a10 10 0 0 1 0 3.8"}],["path",{d:"M3.721 6.391a10 10 0 0 1 2.7-2.69"}],["path",{d:"M6.391 20.279a10 10 0 0 1-2.69-2.7"}]];var As=[["line",{x1:"8",x2:"16",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8"}],["circle",{cx:"12",cy:"12",r:"10"}]];var tf=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 18V6"}]];var af=[["path",{d:"M10.1 2.18a9.93 9.93 0 0 1 3.8 0"}],["path",{d:"M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7"}],["path",{d:"M21.82 10.1a9.93 9.93 0 0 1 0 3.8"}],["path",{d:"M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69"}],["path",{d:"M13.9 21.82a9.94 9.94 0 0 1-3.8 0"}],["path",{d:"M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7"}],["path",{d:"M2.18 13.9a9.93 9.93 0 0 1 0-3.8"}],["path",{d:"M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69"}],["circle",{cx:"12",cy:"12",r:"1"}]];var rf=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"1"}]];var of=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M17 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M7 12h.01"}]];var sf=[["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var nf=[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38"}]];var lf=[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75"}],["path",{d:"M12 8v8"}],["path",{d:"M16 12H8"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38"}]];var ks=[["path",{d:"M15.6 2.7a10 10 0 1 0 5.7 5.7"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M13.4 10.6 19 5"}]];var Ts=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}]];var df=[["path",{d:"m2 2 20 20"}],["path",{d:"M8.35 2.69A10 10 0 0 1 21.3 15.65"}],["path",{d:"M19.08 19.08A10 10 0 1 1 4.92 4.92"}]];var Ls=[["path",{d:"M12.656 7H13a3 3 0 0 1 2.984 3.307"}],["path",{d:"M13 13H9"}],["path",{d:"M19.071 19.071A1 1 0 0 1 4.93 4.93"}],["path",{d:"m2 2 20 20"}],["path",{d:"M8.357 2.687a10 10 0 0 1 12.956 12.956"}],["path",{d:"M9 17V9"}]];var Es=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var Hs=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"10",x2:"10",y1:"15",y2:"9"}],["line",{x1:"14",x2:"14",y1:"15",y2:"9"}]];var Ps=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]];var Rs=[["path",{d:"M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Is=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var pf=[["path",{d:"M10 16V9.5a1 1 0 0 1 5 0"}],["path",{d:"M8 12h4"}],["path",{d:"M8 16h7"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Bs=[["path",{d:"M12 7v4"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Or=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}],["path",{d:"M12 17h.01"}]];var Ds=[["path",{d:"M22 2 2 22"}],["circle",{cx:"12",cy:"12",r:"10"}]];var cf=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var uf=[["circle",{cx:"12",cy:"12",r:"6"}]];var ff=[["path",{d:"M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Vs=[["circle",{cx:"12",cy:"12",r:"10"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var Fs=[["path",{d:"M18 20a6 6 0 0 0-12 0"}],["circle",{cx:"12",cy:"10",r:"4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ws=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662"}]];var Os=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var hf=[["circle",{cx:"12",cy:"12",r:"10"}]];var mf=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M11 9h4a2 2 0 0 0 2-2V3"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"M7 21v-4a2 2 0 0 1 2-2h4"}],["circle",{cx:"15",cy:"15",r:"2"}]];var xf=[["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"}],["path",{d:"M19.65 15.66A8 8 0 0 1 8.35 4.34"}],["path",{d:"m14 10-5.5 5.5"}],["path",{d:"M14 17.85V10H6.15"}]];var gf=[["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"}],["path",{d:"m6.2 5.3 3.1 3.9"}],["path",{d:"m12.4 3.4 3.1 4"}],["path",{d:"M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z"}]];var Mf=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["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"}],["path",{d:"m9 14 2 2 4-4"}]];var yf=[["path",{d:"M16 14v2.2l1.6 1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v.832"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2"}],["circle",{cx:"16",cy:"16",r:"6"}],["rect",{x:"8",y:"2",width:"8",height:"4",rx:"1"}]];var vf=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v4"}],["path",{d:"M21 14H11"}],["path",{d:"m15 10-4 4 4 4"}]];var bf=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["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"}],["path",{d:"M12 11h4"}],["path",{d:"M12 16h4"}],["path",{d:"M8 11h.01"}],["path",{d:"M8 16h.01"}]];var Cf=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["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"}],["path",{d:"M9 14h6"}]];var wf=[["path",{d:"M11 14h10"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v1.344"}],["path",{d:"m17 18 4-4-4-4"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 1.793-1.113"}],["rect",{x:"8",y:"2",width:"8",height:"4",rx:"1"}]];var Ns=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5"}],["path",{d:"M16 4h2a2 2 0 0 1 1.73 1"}],["path",{d:"M8 18h1"}],["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"}]];var zs=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5"}],["path",{d:"M4 13.5V6a2 2 0 0 1 2-2h2"}],["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"}]];var Sf=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["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"}],["path",{d:"M9 14h6"}],["path",{d:"M12 17v-6"}]];var Af=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["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"}],["path",{d:"M9 12v-1h6v1"}],["path",{d:"M11 17h2"}],["path",{d:"M12 11v6"}]];var kf=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["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"}],["path",{d:"m15 11-6 6"}],["path",{d:"m9 11 6 6"}]];var Tf=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1"}],["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"}]];var Lf=[["path",{d:"M12 6v6l2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ef=[["path",{d:"M12 6v6l-4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Hf=[["path",{d:"M12 6v6l-2-4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Pf=[["path",{d:"M12 6v6"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Rf=[["path",{d:"M12 6v6l4-2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var If=[["path",{d:"M12 6v6h4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Bf=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Df=[["path",{d:"M12 6v6l2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Vf=[["path",{d:"M12 6v10"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Ff=[["path",{d:"M12 6v6l-2 4"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Wf=[["path",{d:"M12 6v6l-4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Of=[["path",{d:"M12 6v6H8"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Nf=[["path",{d:"M12 6v6l4 2"}],["path",{d:"M20 12v5"}],["path",{d:"M20 21h.01"}],["path",{d:"M21.25 8.2A10 10 0 1 0 16 21.16"}]];var zf=[["path",{d:"M12 6v6l2 1"}],["path",{d:"M12.337 21.994a10 10 0 1 1 9.588-8.767"}],["path",{d:"m14 18 4 4 4-4"}],["path",{d:"M18 14v8"}]];var _f=[["path",{d:"M12 6v6l1.56.78"}],["path",{d:"M13.227 21.925a10 10 0 1 1 8.767-9.588"}],["path",{d:"m14 18 4-4 4 4"}],["path",{d:"M18 22v-8"}]];var qf=[["path",{d:"M12 6v6l4 2"}],["path",{d:"M22 12a10 10 0 1 0-11 9.95"}],["path",{d:"m22 16-5.5 5.5L14 19"}]];var Uf=[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75"}],["path",{d:"M12 6v6l4 2"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38"}]];var $f=[["path",{d:"M12 6v6l3.644 1.822"}],["path",{d:"M16 19h6"}],["path",{d:"M19 16v6"}],["path",{d:"M21.92 13.267a10 10 0 1 0-8.653 8.653"}]];var jf=[["path",{d:"M12 6v6l4 2"}],["circle",{cx:"12",cy:"12",r:"10"}]];var Gf=[["path",{d:"M10 9.17a3 3 0 1 0 0 5.66"}],["path",{d:"M17 9.17a3 3 0 1 0 0 5.66"}],["rect",{x:"2",y:"5",width:"20",height:"14",rx:"2"}]];var Zf=[["path",{d:"M12 12v4"}],["path",{d:"M12 20h.01"}],["path",{d:"M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708"}]];var Xf=[["path",{d:"m17 15-5.5 5.5L9 18"}],["path",{d:"M5 17.743A7 7 0 1 1 15.71 10h1.79a4.5 4.5 0 0 1 1.5 8.742"}]];var Jf=[["path",{d:"m10.852 19.772-.383.924"}],["path",{d:"m13.148 14.228.383-.923"}],["path",{d:"M13.148 19.772a3 3 0 1 0-2.296-5.544l-.383-.923"}],["path",{d:"m13.53 20.696-.382-.924a3 3 0 1 1-2.296-5.544"}],["path",{d:"m14.772 15.852.923-.383"}],["path",{d:"m14.772 18.148.923.383"}],["path",{d:"M4.2 15.1a7 7 0 1 1 9.93-9.858A7 7 0 0 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2"}],["path",{d:"m9.228 15.852-.923-.383"}],["path",{d:"m9.228 18.148-.923.383"}]];var _s=[["path",{d:"M12 13v8l-4-4"}],["path",{d:"m12 21 4-4"}],["path",{d:"M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284"}]];var Kf=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M8 19v1"}],["path",{d:"M8 14v1"}],["path",{d:"M16 19v1"}],["path",{d:"M16 14v1"}],["path",{d:"M12 21v1"}],["path",{d:"M12 16v1"}]];var Yf=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 17H7"}],["path",{d:"M17 21H9"}]];var Qf=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 14v2"}],["path",{d:"M8 14v2"}],["path",{d:"M16 20h.01"}],["path",{d:"M8 20h.01"}],["path",{d:"M12 16v2"}],["path",{d:"M12 22h.01"}]];var eh=[["path",{d:"M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973"}],["path",{d:"m13 12-3 5h4l-3 5"}]];var th=[["path",{d:"M11 20v2"}],["path",{d:"M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24"}],["path",{d:"M7 19v2"}]];var ah=[["path",{d:"M13 16a3 3 0 0 1 0 6H7a5 5 0 1 1 4.9-6z"}],["path",{d:"M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36"}]];var rh=[["path",{d:"m2 2 20 20"}],["path",{d:"M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193"}],["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"}]];var oh=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"m9.2 22 3-7"}],["path",{d:"m9 13-3 7"}],["path",{d:"m17 13-3 7"}]];var sh=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M16 14v6"}],["path",{d:"M8 14v6"}],["path",{d:"M12 16v6"}]];var nh=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"M8 15h.01"}],["path",{d:"M8 19h.01"}],["path",{d:"M12 17h.01"}],["path",{d:"M12 21h.01"}],["path",{d:"M16 15h.01"}],["path",{d:"M16 19h.01"}]];var lh=[["path",{d:"M12 2v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"M20 12h2"}],["path",{d:"m19.07 4.93-1.41 1.41"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24"}],["path",{d:"M11 20v2"}],["path",{d:"M7 19v2"}]];var ih=[["path",{d:"M12 2v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"M20 12h2"}],["path",{d:"m19.07 4.93-1.41 1.41"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128"}],["path",{d:"M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z"}]];var qs=[["path",{d:"M12 13v8"}],["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242"}],["path",{d:"m8 17 4-4 4 4"}]];var dh=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}]];var ph=[["path",{d:"M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"}],["path",{d:"M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5"}]];var ch=[["path",{d:"M16.17 7.83 2 22"}],["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"}],["path",{d:"m7.83 7.83 8.34 8.34"}]];var uh=[["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"}],["path",{d:"M12 17.66L12 22"}]];var Us=[["path",{d:"m18 16 4-4-4-4"}],["path",{d:"m6 8-4 4 4 4"}],["path",{d:"m14.5 4-5 16"}]];var fh=[["path",{d:"m16 18 6-6-6-6"}],["path",{d:"m8 6-6 6 6 6"}]];var hh=[["polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"}],["line",{x1:"12",x2:"12",y1:"22",y2:"15.5"}],["polyline",{points:"22 8.5 12 15.5 2 8.5"}],["polyline",{points:"2 15.5 12 8.5 22 15.5"}],["line",{x1:"12",x2:"12",y1:"2",y2:"8.5"}]];var mh=[["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"}],["polyline",{points:"7.5 4.21 12 6.81 16.5 4.21"}],["polyline",{points:"7.5 19.79 7.5 14.6 3 12"}],["polyline",{points:"21 12 16.5 14.6 16.5 19.79"}],["polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}],["line",{x1:"12",x2:"12",y1:"22.08",y2:"12"}]];var xh=[["path",{d:"M10 2v2"}],["path",{d:"M14 2v2"}],["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"}],["path",{d:"M6 2v2"}]];var gh=[["path",{d:"M11 10.27 7 3.34"}],["path",{d:"m11 13.73-4 6.93"}],["path",{d:"M12 22v-2"}],["path",{d:"M12 2v2"}],["path",{d:"M14 12h8"}],["path",{d:"m17 20.66-1-1.73"}],["path",{d:"m17 3.34-1 1.73"}],["path",{d:"M2 12h2"}],["path",{d:"m20.66 17-1.73-1"}],["path",{d:"m20.66 7-1.73 1"}],["path",{d:"m3.34 17 1.73-1"}],["path",{d:"m3.34 7 1.73 1"}],["circle",{cx:"12",cy:"12",r:"2"}],["circle",{cx:"12",cy:"12",r:"8"}]];var Mh=[["circle",{cx:"8",cy:"8",r:"6"}],["path",{d:"M18.09 10.37A6 6 0 1 1 10.34 18"}],["path",{d:"M7 6h1v4"}],["path",{d:"m16.71 13.88.7.71-2.82 2.82"}]];var $s=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 3v18"}]];var Nr=[["path",{d:"M10.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.5"}],["path",{d:"m14.3 19.6 1-.4"}],["path",{d:"M15 3v7.5"}],["path",{d:"m15.2 16.9-.9-.3"}],["path",{d:"m16.6 21.7.3-.9"}],["path",{d:"m16.8 15.3-.4-1"}],["path",{d:"m19.1 15.2.3-.9"}],["path",{d:"m19.6 21.7-.4-1"}],["path",{d:"m20.7 16.8 1-.4"}],["path",{d:"m21.7 19.4-.9-.3"}],["path",{d:"M9 3v18"}],["circle",{cx:"18",cy:"18",r:"3"}]];var js=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]];var yh=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7.5 3v18"}],["path",{d:"M12 3v18"}],["path",{d:"M16.5 3v18"}]];var vh=[["path",{d:"M14 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1"}],["path",{d:"M19 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1"}],["path",{d:"m7 15 3 3"}],["path",{d:"m7 21 3-3H5a2 2 0 0 1-2-2v-2"}],["rect",{x:"14",y:"14",width:"7",height:"7",rx:"1"}],["rect",{x:"3",y:"3",width:"7",height:"7",rx:"1"}]];var bh=[["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"}]];var Ch=[["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"}],["circle",{cx:"12",cy:"12",r:"10"}]];var wh=[["path",{d:"M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z"}],["path",{d:"M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z"}],["path",{d:"M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z"}],["path",{d:"M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z"}]];var Sh=[["rect",{width:"14",height:"8",x:"5",y:"2",rx:"2"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6 18h2"}],["path",{d:"M12 18h6"}]];var Ah=[["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"}],["path",{d:"M20 16a8 8 0 1 0-16 0"}],["path",{d:"M12 4v4"}],["path",{d:"M10 4h4"}]];var kh=[["path",{d:"m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98"}],["ellipse",{cx:"12",cy:"19",rx:"9",ry:"3"}]];var Th=[["rect",{x:"2",y:"6",width:"20",height:"8",rx:"1"}],["path",{d:"M17 14v7"}],["path",{d:"M7 14v7"}],["path",{d:"M17 3v3"}],["path",{d:"M7 3v3"}],["path",{d:"M10 14 2.3 6.3"}],["path",{d:"m14 6 7.7 7.7"}],["path",{d:"m8 6 8 8"}]];var Gs=[["path",{d:"M16 2v2"}],["path",{d:"M17.915 22a6 6 0 0 0-12 0"}],["path",{d:"M8 2v2"}],["circle",{cx:"12",cy:"12",r:"4"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2"}]];var Lh=[["path",{d:"M16 2v2"}],["path",{d:"M7 22v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2"}],["path",{d:"M8 2v2"}],["circle",{cx:"12",cy:"11",r:"3"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2"}]];var Eh=[["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"}],["path",{d:"M10 21.9V14L2.1 9.1"}],["path",{d:"m10 14 11.9-6.9"}],["path",{d:"M14 19.8v-8.1"}],["path",{d:"M18 17.5V9.4"}]];var Hh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z"}]];var Ph=[["path",{d:"M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5"}],["path",{d:"M8.5 8.5v.01"}],["path",{d:"M16 15.5v.01"}],["path",{d:"M12 12v.01"}],["path",{d:"M11 17v.01"}],["path",{d:"M7 14v.01"}]];var Rh=[["path",{d:"M2 12h20"}],["path",{d:"M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8"}],["path",{d:"m4 8 16-4"}],["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"}]];var Ih=[["path",{d:"m12 15 2 2 4-4"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var Bh=[["line",{x1:"12",x2:"18",y1:"15",y2:"15"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var Dh=[["line",{x1:"15",x2:"15",y1:"12",y2:"18"}],["line",{x1:"12",x2:"18",y1:"15",y2:"15"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var Vh=[["line",{x1:"12",x2:"18",y1:"18",y2:"12"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var Fh=[["line",{x1:"12",x2:"18",y1:"12",y2:"18"}],["line",{x1:"12",x2:"18",y1:"18",y2:"12"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var Wh=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"}]];var Oh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66"}]];var Nh=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66"}]];var zh=[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}],["path",{d:"m9 10-5 5 5 5"}]];var _h=[["path",{d:"m15 10 5 5-5 5"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}]];var qh=[["path",{d:"m14 15-5 5-5-5"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}]];var Uh=[["path",{d:"M14 9 9 4 4 9"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}]];var $h=[["path",{d:"m10 15 5 5 5-5"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}]];var jh=[["path",{d:"m10 9 5-5 5 5"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}]];var Gh=[["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}],["path",{d:"M9 14 4 9l5-5"}]];var Zh=[["path",{d:"m15 14 5-5-5-5"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}]];var Xh=[["path",{d:"M12 20v2"}],["path",{d:"M12 2v2"}],["path",{d:"M17 20v2"}],["path",{d:"M17 2v2"}],["path",{d:"M2 12h2"}],["path",{d:"M2 17h2"}],["path",{d:"M2 7h2"}],["path",{d:"M20 12h2"}],["path",{d:"M20 17h2"}],["path",{d:"M20 7h2"}],["path",{d:"M7 20v2"}],["path",{d:"M7 2v2"}],["rect",{x:"4",y:"4",width:"16",height:"16",rx:"2"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1"}]];var Jh=[["circle",{cx:"12",cy:"12",r:"10"}],["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"}],["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"}]];var Kh=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10"}]];var Yh=[["path",{d:"M10.2 18H4.774a1.5 1.5 0 0 1-1.352-.97 11 11 0 0 1 .132-6.487"}],["path",{d:"M18 10.2V4.774a1.5 1.5 0 0 0-.97-1.352 11 11 0 0 0-6.486.132"}],["path",{d:"M18 5a4 3 0 0 1 4 3 2 2 0 0 1-2 2 10 10 0 0 0-5.139 1.42"}],["path",{d:"M5 18a3 4 0 0 0 3 4 2 2 0 0 0 2-2 10 10 0 0 1 1.42-5.14"}],["path",{d:"M8.709 2.554a10 10 0 0 0-6.155 6.155 1.5 1.5 0 0 0 .676 1.626l9.807 5.42a2 2 0 0 0 2.718-2.718l-5.42-9.807a1.5 1.5 0 0 0-1.626-.676"}]];var Qh=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2"}]];var em=[["path",{d:"M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z"}]];var tm=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"22",x2:"18",y1:"12",y2:"12"}],["line",{x1:"6",x2:"2",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"6",y2:"2"}],["line",{x1:"12",x2:"12",y1:"22",y2:"18"}]];var am=[["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"}],["path",{d:"M5 21h14"}]];var rm=[["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"}],["path",{d:"M10 22v-8L2.25 9.15"}],["path",{d:"m10 14 11.77-6.87"}]];var om=[["path",{d:"m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8"}],["path",{d:"M5 8h14"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0"}],["path",{d:"m12 8 1-6h2"}]];var sm=[["circle",{cx:"12",cy:"12",r:"8"}],["line",{x1:"3",x2:"6",y1:"3",y2:"6"}],["line",{x1:"21",x2:"18",y1:"3",y2:"6"}],["line",{x1:"3",x2:"6",y1:"21",y2:"18"}],["line",{x1:"21",x2:"18",y1:"21",y2:"18"}]];var nm=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5"}]];var lm=[["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"}],["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"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["path",{d:"M2 6h4"}],["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"}]];var im=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 12a9 3 0 0 0 5 2.69"}],["path",{d:"M21 9.3V5"}],["path",{d:"M3 5v14a9 3 0 0 0 6.47 2.88"}],["path",{d:"M12 12v4h4"}],["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"}]];var dm=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5V19A9 3 0 0 0 15 21.84"}],["path",{d:"M21 5V8"}],["path",{d:"M21 12L18 17H22L19 22"}],["path",{d:"M3 12A9 3 0 0 0 14.59 14.87"}]];var pm=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5"}],["path",{d:"M3 12A9 3 0 0 0 21 12"}]];var cm=[["path",{d:"m13 21-3-3 3-3"}],["path",{d:"M20 18H10"}],["path",{d:"M3 11h.01"}],["rect",{x:"6",y:"3",width:"5",height:"8",rx:"2.5"}]];var um=[["path",{d:"M10 18h10"}],["path",{d:"m17 21 3-3-3-3"}],["path",{d:"M3 11h.01"}],["rect",{x:"15",y:"3",width:"5",height:"8",rx:"2.5"}],["rect",{x:"6",y:"3",width:"5",height:"8",rx:"2.5"}]];var fm=[["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"}],["path",{d:"m12 9 6 6"}],["path",{d:"m18 9-6 6"}]];var hm=[["path",{d:"M10.162 3.167A10 10 0 0 0 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4-.006 10 10 0 0 0-8.161-9.826"}],["path",{d:"M20.804 14.869a9 9 0 0 1-17.608 0"}],["circle",{cx:"12",cy:"4",r:"2"}]];var mm=[["circle",{cx:"19",cy:"19",r:"2"}],["circle",{cx:"5",cy:"5",r:"2"}],["path",{d:"M6.48 3.66a10 10 0 0 1 13.86 13.86"}],["path",{d:"m6.41 6.41 11.18 11.18"}],["path",{d:"M3.66 6.48a10 10 0 0 0 13.86 13.86"}]];var xm=[["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"}],["path",{d:"M8 12h8"}]];var Zs=[["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"}],["path",{d:"M9.2 9.2h.01"}],["path",{d:"m14.5 9.5-5 5"}],["path",{d:"M14.7 14.8h.01"}]];var gm=[["path",{d:"M12 8v8"}],["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"}],["path",{d:"M8 12h8"}]];var Mm=[["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"}]];var ym=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M12 12h.01"}]];var vm=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M15 9h.01"}],["path",{d:"M9 15h.01"}]];var bm=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M8 16h.01"}]];var Cm=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 16h.01"}],["path",{d:"M16 16h.01"}]];var wm=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 16h.01"}],["path",{d:"M16 16h.01"}],["path",{d:"M12 12h.01"}]];var Sm=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M16 8h.01"}],["path",{d:"M16 12h.01"}],["path",{d:"M16 16h.01"}],["path",{d:"M8 8h.01"}],["path",{d:"M8 12h.01"}],["path",{d:"M8 16h.01"}]];var Am=[["rect",{width:"12",height:"12",x:"2",y:"10",rx:"2",ry:"2"}],["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"}],["path",{d:"M6 18h.01"}],["path",{d:"M10 14h.01"}],["path",{d:"M15 6h.01"}],["path",{d:"M18 9h.01"}]];var km=[["path",{d:"M12 3v14"}],["path",{d:"M5 10h14"}],["path",{d:"M5 21h14"}]];var Tm=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 12h.01"}]];var Lm=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M6 12c0-1.7.7-3.2 1.8-4.2"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M18 12c0 1.7-.7 3.2-1.8 4.2"}]];var Em=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"5"}],["path",{d:"M12 12h.01"}]];var Hm=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"2"}]];var Pm=[["circle",{cx:"12",cy:"6",r:"1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12"}],["circle",{cx:"12",cy:"18",r:"1"}]];var Rm=[["path",{d:"M15 2c-1.35 1.5-2.092 3-2.5 4.5L14 8"}],["path",{d:"m17 6-2.891-2.891"}],["path",{d:"M2 15c3.333-3 6.667-3 10-3"}],["path",{d:"m2 2 20 20"}],["path",{d:"m20 9 .891.891"}],["path",{d:"M22 9c-1.5 1.35-3 2.092-4.5 2.5l-1-1"}],["path",{d:"M3.109 14.109 4 15"}],["path",{d:"m6.5 12.5 1 1"}],["path",{d:"m7 18 2.891 2.891"}],["path",{d:"M9 22c1.35-1.5 2.092-3 2.5-4.5L10 16"}]];var Im=[["path",{d:"m10 16 1.5 1.5"}],["path",{d:"m14 8-1.5-1.5"}],["path",{d:"M15 2c-1.798 1.998-2.518 3.995-2.807 5.993"}],["path",{d:"m16.5 10.5 1 1"}],["path",{d:"m17 6-2.891-2.891"}],["path",{d:"M2 15c6.667-6 13.333 0 20-6"}],["path",{d:"m20 9 .891.891"}],["path",{d:"M3.109 14.109 4 15"}],["path",{d:"m6.5 12.5 1 1"}],["path",{d:"m7 18 2.891 2.891"}],["path",{d:"M9 22c1.798-1.998 2.518-3.995 2.807-5.993"}]];var Bm=[["path",{d:"M2 8h20"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 16h12"}]];var Dm=[["path",{d:"M11.25 16.25h1.5L12 17z"}],["path",{d:"M16 14v.5"}],["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"}],["path",{d:"M8 14v.5"}],["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"}]];var Vm=[["line",{x1:"12",x2:"12",y1:"2",y2:"22"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"}]];var Fm=[["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"}],["circle",{cx:"12",cy:"12",r:"3"}]];var Wm=[["path",{d:"M10 12h.01"}],["path",{d:"M18 9V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14"}],["path",{d:"M2 20h8"}],["path",{d:"M20 17v-2a2 2 0 1 0-4 0v2"}],["rect",{x:"14",y:"17",width:"8",height:"5",rx:"1"}]];var Om=[["path",{d:"M10 12h.01"}],["path",{d:"M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14"}],["path",{d:"M2 20h20"}]];var Nm=[["path",{d:"M11 20H2"}],["path",{d:"M11 4.562v16.157a1 1 0 0 0 1.242.97L19 20V5.562a2 2 0 0 0-1.515-1.94l-4-1A2 2 0 0 0 11 4.561z"}],["path",{d:"M11 4H8a2 2 0 0 0-2 2v14"}],["path",{d:"M14 12h.01"}],["path",{d:"M22 20h-3"}]];var zm=[["circle",{cx:"12.1",cy:"12.1",r:"1"}]];var _m=[["path",{d:"M12 15V3"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}],["path",{d:"m7 10 5 5 5-5"}]];var qm=[["path",{d:"m12.99 6.74 1.93 3.44"}],["path",{d:"M19.136 12a10 10 0 0 1-14.271 0"}],["path",{d:"m21 21-2.16-3.84"}],["path",{d:"m3 21 8.02-14.26"}],["circle",{cx:"12",cy:"5",r:"2"}]];var Um=[["path",{d:"M10 11h.01"}],["path",{d:"M14 6h.01"}],["path",{d:"M18 6h.01"}],["path",{d:"M6.5 13.1h.01"}],["path",{d:"M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3"}],["path",{d:"M17.4 9.9c-.8.8-2 .8-2.8 0"}],["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"}],["path",{d:"M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4"}]];var $m=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94"}],["path",{d:"M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32"}],["path",{d:"M8.56 2.75c4.37 6 6 9.42 8 17.72"}]];var jm=[["path",{d:"M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3 1 1 0 0 1 1-1z"}],["path",{d:"M13 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8"}],["path",{d:"M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3"}],["path",{d:"M18 6h4"}],["path",{d:"m5 10-2 8"}],["path",{d:"m7 18 2-8"}]];var Gm=[["path",{d:"M10 10 7 7"}],["path",{d:"m10 14-3 3"}],["path",{d:"m14 10 3-3"}],["path",{d:"m14 14 3 3"}],["path",{d:"M14.205 4.139a4 4 0 1 1 5.439 5.863"}],["path",{d:"M19.637 14a4 4 0 1 1-5.432 5.868"}],["path",{d:"M4.367 10a4 4 0 1 1 5.438-5.862"}],["path",{d:"M9.795 19.862a4 4 0 1 1-5.429-5.873"}],["rect",{x:"10",y:"8",width:"4",height:"8",rx:"1"}]];var Zm=[["path",{d:"M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586"}],["path",{d:"m2 2 20 20"}],["path",{d:"M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208"}]];var Xm=[["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"}]];var Jm=[["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"}],["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"}]];var Km=[["path",{d:"m2 2 8 8"}],["path",{d:"m22 2-8 8"}],["ellipse",{cx:"12",cy:"9",rx:"10",ry:"5"}],["path",{d:"M7 13.4v7.9"}],["path",{d:"M12 14v8"}],["path",{d:"M17 13.4v7.9"}],["path",{d:"M2 9v8a10 5 0 0 0 20 0V9"}]];var Ym=[["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"}],["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"}]];var Qm=[["path",{d:"M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829z"}],["path",{d:"m2.5 21.5 1.4-1.4"}],["path",{d:"m20.1 3.9 1.4-1.4"}],["path",{d:"M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829z"}],["path",{d:"m9.6 14.4 4.8-4.8"}]];var ex=[["path",{d:"M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46"}],["path",{d:"M6 8.5c0-.75.13-1.47.36-2.14"}],["path",{d:"M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76"}],["path",{d:"M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var tx=[["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"}],["path",{d:"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4"}]];var ax=[["path",{d:"M7 3.34V5a3 3 0 0 0 3 3"}],["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"}],["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54"}],["path",{d:"M12 2a10 10 0 1 0 9.54 13"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1"}]];var Xs=[["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54"}],["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"}],["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"}],["circle",{cx:"12",cy:"12",r:"10"}]];var rx=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a7 7 0 1 0 10 10"}]];var ox=[["circle",{cx:"11.5",cy:"12.5",r:"3.5"}],["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"}]];var sx=[["path",{d:"m2 2 20 20"}],["path",{d:"M20 14.347V14c0-6-4-12-8-12-1.078 0-2.157.436-3.157 1.19"}],["path",{d:"M6.206 6.21C4.871 8.4 4 11.2 4 14a8 8 0 0 0 14.568 4.568"}]];var nx=[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12"}]];var Js=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}]];var Ks=[["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}]];var lx=[["path",{d:"M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0"}],["path",{d:"M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0"}]];var ix=[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19"}]];var dx=[["line",{x1:"5",x2:"19",y1:"9",y2:"9"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15"}]];var px=[["path",{d:"M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21"}],["path",{d:"m5.082 11.09 8.828 8.828"}]];var cx=[["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"}],["path",{d:"M6 8v1"}],["path",{d:"M10 8v1"}],["path",{d:"M14 8v1"}],["path",{d:"M18 8v1"}]];var ux=[["path",{d:"M4 10h12"}],["path",{d:"M4 14h9"}],["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"}]];var fx=[["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5"}],["path",{d:"M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16"}],["path",{d:"M2 21h13"}],["path",{d:"M3 7h11"}],["path",{d:"m9 11-2 3h3l-2 3"}]];var hx=[["path",{d:"m15 15 6 6"}],["path",{d:"m15 9 6-6"}],["path",{d:"M21 16v5h-5"}],["path",{d:"M21 8V3h-5"}],["path",{d:"M3 16v5h5"}],["path",{d:"m3 21 6-6"}],["path",{d:"M3 8V3h5"}],["path",{d:"M9 9 3 3"}]];var mx=[["path",{d:"M15 3h6v6"}],["path",{d:"M10 14 21 3"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}]];var xx=[["path",{d:"m15 18-.722-3.25"}],["path",{d:"M2 8a10.645 10.645 0 0 0 20 0"}],["path",{d:"m20 15-1.726-2.05"}],["path",{d:"m4 15 1.726-2.05"}],["path",{d:"m9 18 .722-3.25"}]];var gx=[["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"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242"}],["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"}],["path",{d:"m2 2 20 20"}]];var Mx=[["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"}],["circle",{cx:"12",cy:"12",r:"3"}]];var yx=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}]];var vx=[["path",{d:"M12 16h.01"}],["path",{d:"M16 16h.01"}],["path",{d:"M3 19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a.5.5 0 0 0-.769-.422l-4.462 2.844A.5.5 0 0 1 15 10.5v-2a.5.5 0 0 0-.769-.422L9.77 10.922A.5.5 0 0 1 9 10.5V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z"}],["path",{d:"M8 16h.01"}]];var bx=[["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"}],["path",{d:"M12 12v.01"}]];var Cx=[["path",{d:"M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z"}],["path",{d:"M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z"}]];var wx=[["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"}],["path",{d:"M16 8 2 22"}],["path",{d:"M17.5 15H9"}]];var Sx=[["path",{d:"M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z"}],["path",{d:"M6 8h4"}],["path",{d:"M6 18h4"}],["path",{d:"m12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z"}],["path",{d:"M14 8h4"}],["path",{d:"M14 18h4"}],["path",{d:"m20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z"}]];var Ax=[["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"M12 2v4"}],["path",{d:"m6.8 15-3.5 2"}],["path",{d:"m20.7 7-3.5 2"}],["path",{d:"M6.8 9 3.3 7"}],["path",{d:"m20.7 17-3.5-2"}],["path",{d:"m9 22 3-8 3 8"}],["path",{d:"M8 22h8"}],["path",{d:"M18 18.7a9 9 0 1 0-12 0"}]];var kx=[["path",{d:"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"}],["path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"}],["path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"}],["path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"}],["path",{d:"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"}]];var Tx=[["path",{d:"M13.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v11.5"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 12v-1"}],["path",{d:"M8 18v-2"}],["path",{d:"M8 7V6"}],["circle",{cx:"8",cy:"20",r:"2"}]];var Ys=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m8 18 4-4"}],["path",{d:"M8 10v8h8"}]];var Qs=[["path",{d:"M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.3"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m7.69 16.479 1.29 4.88a.5.5 0 0 1-.698.591l-1.843-.849a1 1 0 0 0-.879.001l-1.846.85a.5.5 0 0 1-.692-.593l1.29-4.88"}],["circle",{cx:"6",cy:"14",r:"3"}]];var Lx=[["path",{d:"M14.5 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.8"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M11.7 14.2 7 17l-4.7-2.8"}],["path",{d:"M3 13.1a2 2 0 0 0-.999 1.76v3.24a2 2 0 0 0 .969 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01z"}],["path",{d:"M7 17v5"}]];var en=[["path",{d:"M14 22h4a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M5 14a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1 1 1 0 0 1 1 1v2a1 1 0 0 0 1 1"}],["path",{d:"M9 22a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-2a1 1 0 0 0-1-1"}]];var tn=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["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"}],["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"}]];var an=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 18v-2"}],["path",{d:"M12 18v-4"}],["path",{d:"M16 18v-6"}]];var rn=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 18v-1"}],["path",{d:"M12 18v-6"}],["path",{d:"M16 18v-3"}]];var on=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m16 13-3.5 3.5-2-2L8 17"}]];var sn=[["path",{d:"M15.941 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.512"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M4.017 11.512a6 6 0 1 0 8.466 8.475"}],["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"}]];var nn=[["path",{d:"M10.5 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m14 20 2 2 4-4"}]];var Ex=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m9 15 2 2 4-4"}]];var Hx=[["path",{d:"M16 22h2a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v2.85"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 14v2.2l1.6 1"}],["circle",{cx:"8",cy:"16",r:"6"}]];var ln=[["path",{d:"M4 12.15V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3.35"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m5 16-3 3 3 3"}],["path",{d:"m9 22 3-3-3-3"}]];var Px=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 12.5 8 15l2 2.5"}],["path",{d:"m14 12.5 2 2.5-2 2.5"}]];var dn=[["path",{d:"M13.85 22H18a2 2 0 0 0 2-2V8a2 2 0 0 0-.586-1.414l-4-4A2 2 0 0 0 14 2H6a2 2 0 0 0-2 2v6.6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m3.305 19.53.923-.382"}],["path",{d:"m4.228 16.852-.924-.383"}],["path",{d:"m5.852 15.228-.383-.923"}],["path",{d:"m5.852 20.772-.383.924"}],["path",{d:"m8.148 15.228.383-.923"}],["path",{d:"m8.53 21.696-.382-.924"}],["path",{d:"m9.773 16.852.922-.383"}],["path",{d:"m9.773 19.148.922.383"}],["circle",{cx:"7",cy:"18",r:"3"}]];var Rx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M9 10h6"}],["path",{d:"M12 13V7"}],["path",{d:"M9 17h6"}]];var Ix=[["path",{d:"M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 16h2v6"}],["path",{d:"M10 22h4"}],["rect",{x:"2",y:"16",width:"4",height:"6",rx:"2"}]];var Bx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M12 18v-6"}],["path",{d:"m9 15 3 3 3-3"}]];var pn=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M12 9v4"}],["path",{d:"M12 17h.01"}]];var zr=[["path",{d:"M4 6.835V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-.343"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M2 19a2 2 0 0 1 4 0v1a2 2 0 0 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 0 1-4 0v-1a2 2 0 0 1 4 0"}]];var Dx=[["path",{d:"M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v7"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M3.62 18.8A2.25 2.25 0 1 1 7 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a1 1 0 0 1-1.507 0z"}]];var Vx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["circle",{cx:"10",cy:"12",r:"2"}],["path",{d:"m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22"}]];var Fx=[["path",{d:"M4 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M2 15h10"}],["path",{d:"m9 18 3-3-3-3"}]];var cn=[["path",{d:"M10.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v10.1"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m10 15 1 1"}],["path",{d:"m11 14-4.586 4.586"}],["circle",{cx:"5",cy:"20",r:"2"}]];var un=[["path",{d:"M4 9.8V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M9 17v-2a2 2 0 0 0-4 0v2"}],["rect",{width:"8",height:"5",x:"3",y:"17",rx:"1"}]];var fn=[["path",{d:"M20 14V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M14 18h6"}]];var Wx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M9 15h6"}]];var Ox=[["path",{d:"M11.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v10.35"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 20v-7l3 1.474"}],["circle",{cx:"6",cy:"20",r:"2"}]];var Nx=[["path",{d:"M4.226 20.925A2 2 0 0 0 6 22h12a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.127"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m5 11-3 3"}],["path",{d:"m5 17-3-3h10"}]];var hn=[["path",{d:"m18.226 5.226-2.52-2.52A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.351"}],["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"}],["path",{d:"M8 18h1"}]];var mn=[["path",{d:"M12.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v9.34"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10.378 12.622a1 1 0 0 1 3 3.003L8.36 20.637a2 2 0 0 1-.854.506l-2.867.837a.5.5 0 0 1-.62-.62l.836-2.869a2 2 0 0 1 .506-.853z"}]];var xn=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M15.033 13.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .967-.56z"}]];var gn=[["path",{d:"M11.35 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5.35"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M14 19h6"}],["path",{d:"M17 16v6"}]];var zx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M9 15h6"}],["path",{d:"M12 18v-6"}]];var Mn=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M12 17h.01"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3"}]];var _x=[["path",{d:"M20 10V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4.35"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M16 14a2 2 0 0 0-2 2"}],["path",{d:"M16 22a2 2 0 0 1-2-2"}],["path",{d:"M20 14a2 2 0 0 1 2 2"}],["path",{d:"M20 22a2 2 0 0 0 2-2"}]];var yn=[["path",{d:"M11.1 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.589 3.588A2.4 2.4 0 0 1 20 8v3.25"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m21 22-2.88-2.88"}],["circle",{cx:"16",cy:"17",r:"3"}]];var qx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5"}],["path",{d:"M13.3 16.3 15 18"}]];var vn=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 15h.01"}],["path",{d:"M11.5 13.5a2.5 2.5 0 0 1 0 3"}],["path",{d:"M15 12a5 5 0 0 1 0 6"}]];var Ux=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 12h8"}],["path",{d:"M10 11v2"}],["path",{d:"M8 17h8"}],["path",{d:"M14 16v2"}]];var $x=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 13h2"}],["path",{d:"M14 13h2"}],["path",{d:"M8 17h2"}],["path",{d:"M14 17h2"}]];var jx=[["path",{d:"M11 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1"}],["path",{d:"M16 16a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1"}],["path",{d:"M21 6a2 2 0 0 0-.586-1.414l-2-2A2 2 0 0 0 17 2h-3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1z"}]];var Gx=[["path",{d:"M4 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m10 18 3-3-3-3"}]];var Zx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m8 16 2-2-2-2"}],["path",{d:"M12 18h4"}]];var Xx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 9H8"}],["path",{d:"M16 13H8"}],["path",{d:"M16 17H8"}]];var bn=[["path",{d:"M12 22h6a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M3 16v-1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5V16"}],["path",{d:"M6 22h2"}],["path",{d:"M7 14v8"}]];var Jx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M11 18h2"}],["path",{d:"M12 12v6"}],["path",{d:"M9 13v-.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v.5"}]];var Kx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M12 12v6"}],["path",{d:"m15 15-3-3-3 3"}]];var Yx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M16 22a4 4 0 0 0-8 0"}],["circle",{cx:"12",cy:"15",r:"3"}]];var Cn=[["path",{d:"M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m10 17.843 3.033-1.755a.64.64 0 0 1 .967.56v4.704a.65.65 0 0 1-.967.56L10 20.157"}],["rect",{width:"7",height:"6",x:"3",y:"16",rx:"1"}]];var Qx=[["path",{d:"M4 11.55V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-1.95"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M12 15a5 5 0 0 1 0 6"}],["path",{d:"M8 14.502a.5.5 0 0 0-.826-.381l-1.893 1.631a1 1 0 0 1-.651.243H3.5a.5.5 0 0 0-.5.501v3.006a.5.5 0 0 0 .5.501h1.129a1 1 0 0 1 .652.243l1.893 1.633a.5.5 0 0 0 .826-.38z"}]];var wn=[["path",{d:"M11 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m15 17 5 5"}],["path",{d:"m20 17-5 5"}]];var eg=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"m14.5 12.5-5 5"}],["path",{d:"m9.5 12.5 5 5"}]];var tg=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}]];var ag=[["path",{d:"M15 2h-4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8"}],["path",{d:"M16.706 2.706A2.4 2.4 0 0 0 15 2v5a1 1 0 0 0 1 1h5a2.4 2.4 0 0 0-.706-1.706z"}],["path",{d:"M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1"}]];var rg=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 3v18"}],["path",{d:"M3 7.5h4"}],["path",{d:"M3 12h18"}],["path",{d:"M3 16.5h4"}],["path",{d:"M17 3v18"}],["path",{d:"M17 7.5h4"}],["path",{d:"M17 16.5h4"}]];var og=[["path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4"}],["path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88"}],["path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02"}],["path",{d:"M2 12a10 10 0 0 1 18-6"}],["path",{d:"M2 16h.01"}],["path",{d:"M21.8 16c.2-2 .131-5.354 0-6"}],["path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2"}],["path",{d:"M8.65 22c.21-.66.45-1.32.57-2"}],["path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2"}]];var sg=[["path",{d:"M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5"}],["path",{d:"M9 18h8"}],["path",{d:"M18 3h-3"}],["path",{d:"M11 3a6 6 0 0 0-6 6v11"}],["path",{d:"M5 13h4"}],["path",{d:"M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z"}]];var ng=[["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"}],["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"}],["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"}]];var lg=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8"}]];var ig=[["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"}],["path",{d:"M18 12v.5"}],["path",{d:"M16 17.93a9.77 9.77 0 0 1 0-11.86"}],["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"}],["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"}],["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"}]];var dg=[["path",{d:"M16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528"}],["path",{d:"m2 2 20 20"}],["path",{d:"M4 22V4"}],["path",{d:"M7.656 2H8c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10.347"}]];var pg=[["path",{d:"M18 22V2.8a.8.8 0 0 0-1.17-.71L5.45 7.78a.8.8 0 0 0 0 1.44L18 15.5"}]];var cg=[["path",{d:"M6 22V2.8a.8.8 0 0 1 1.17-.71l11.38 5.69a.8.8 0 0 1 0 1.44L6 15.5"}]];var ug=[["path",{d:"M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528"}]];var fg=[["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"}],["path",{d:"m5 22 14-4"}],["path",{d:"m5 18 14 4"}]];var hg=[["path",{d:"M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4"}]];var mg=[["path",{d:"M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4"}],["path",{d:"M7 2h11v4c0 2-2 2-2 4v1"}],["line",{x1:"11",x2:"18",y1:"6",y2:"6"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var xg=[["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"}],["line",{x1:"6",x2:"18",y1:"6",y2:"6"}],["line",{x1:"12",x2:"12",y1:"12",y2:"12"}]];var gg=[["path",{d:"M10 2v2.343"}],["path",{d:"M14 2v6.343"}],["path",{d:"m2 2 20 20"}],["path",{d:"M20 20a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563"}],["path",{d:"M6.453 15H15"}],["path",{d:"M8.5 2h7"}]];var Mg=[["path",{d:"M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2"}],["path",{d:"M6.453 15h11.094"}],["path",{d:"M8.5 2h7"}]];var yg=[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2"}],["path",{d:"M5 15h14"}],["path",{d:"M8.5 2h7"}]];var vg=[["path",{d:"m3 7 5 5-5 5V7"}],["path",{d:"m21 7-5 5 5 5V7"}],["path",{d:"M12 20v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 2v2"}]];var bg=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3"}],["path",{d:"M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3"}],["path",{d:"M12 20v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 2v2"}]];var Cg=[["path",{d:"m17 3-5 5-5-5h10"}],["path",{d:"m17 21-5-5-5 5h10"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]];var wg=[["path",{d:"M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3"}],["path",{d:"M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]];var Sg=[["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"}],["circle",{cx:"12",cy:"8",r:"2"}],["path",{d:"M12 10v12"}],["path",{d:"M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z"}],["path",{d:"M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z"}]];var Ag=[["circle",{cx:"12",cy:"12",r:"3"}],["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"}],["path",{d:"M12 7.5V9"}],["path",{d:"M7.5 12H9"}],["path",{d:"M16.5 12H15"}],["path",{d:"M12 16.5V15"}],["path",{d:"m8 8 1.88 1.88"}],["path",{d:"M14.12 9.88 16 8"}],["path",{d:"m8 16 1.88-1.88"}],["path",{d:"M14.12 14.12 16 16"}]];var kg=[["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}]];var Tg=[["path",{d:"M2 12h6"}],["path",{d:"M22 12h-6"}],["path",{d:"M12 2v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 20v2"}],["path",{d:"m19 9-3 3 3 3"}],["path",{d:"m5 15 3-3-3-3"}]];var Lg=[["path",{d:"M12 22v-6"}],["path",{d:"M12 8V2"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}],["path",{d:"m15 19-3-3-3 3"}],["path",{d:"m15 5-3 3-3-3"}]];var Eg=[["circle",{cx:"15",cy:"19",r:"2"}],["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"}],["path",{d:"M15 11v-1"}],["path",{d:"M15 17v-2"}]];var Hg=[["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"}],["path",{d:"m9 13 2 2 4-4"}]];var Pg=[["path",{d:"M16 14v2.2l1.6 1"}],["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"}],["circle",{cx:"16",cy:"16",r:"6"}]];var Rg=[["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"}],["path",{d:"M2 10h20"}]];var Ig=[["path",{d:"M10 10.5 8 13l2 2.5"}],["path",{d:"m14 10.5 2 2.5-2 2.5"}],["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"}]];var Sn=[["path",{d:"M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.98a2 2 0 0 1 1.69.9l.66 1.2A2 2 0 0 0 12 6h8a2 2 0 0 1 2 2v3.3"}],["path",{d:"m14.305 19.53.923-.382"}],["path",{d:"m15.228 16.852-.923-.383"}],["path",{d:"m16.852 15.228-.383-.923"}],["path",{d:"m16.852 20.772-.383.924"}],["path",{d:"m19.148 15.228.383-.923"}],["path",{d:"m19.53 21.696-.382-.924"}],["path",{d:"m20.772 16.852.924-.383"}],["path",{d:"m20.772 19.148.924.383"}],["circle",{cx:"18",cy:"18",r:"3"}]];var Bg=[["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"}],["circle",{cx:"12",cy:"13",r:"1"}]];var Dg=[["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"}],["path",{d:"M12 10v6"}],["path",{d:"m15 13-3 3-3-3"}]];var Vg=[["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"}],["circle",{cx:"13",cy:"12",r:"2"}],["path",{d:"M18 19c-2.8 0-5-2.2-5-5v8"}],["circle",{cx:"20",cy:"19",r:"2"}]];var Fg=[["circle",{cx:"12",cy:"13",r:"2"}],["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"}],["path",{d:"M14 13h3"}],["path",{d:"M7 13h3"}]];var Wg=[["path",{d:"M10.638 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.417"}],["path",{d:"M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z"}]];var Og=[["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"}],["path",{d:"M2 13h10"}],["path",{d:"m9 16 3-3-3-3"}]];var Ng=[["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"}],["path",{d:"M8 10v4"}],["path",{d:"M12 10v2"}],["path",{d:"M16 10v6"}]];var zg=[["circle",{cx:"16",cy:"20",r:"2"}],["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"}],["path",{d:"m22 14-4.5 4.5"}],["path",{d:"m21 15 1 1"}]];var _g=[["rect",{width:"8",height:"5",x:"14",y:"17",rx:"1"}],["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"}],["path",{d:"M20 17v-2a2 2 0 1 0-4 0v2"}]];var qg=[["path",{d:"M9 13h6"}],["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"}]];var Ug=[["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"}],["circle",{cx:"14",cy:"15",r:"1"}]];var $g=[["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"}]];var jg=[["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"}],["path",{d:"M2 13h10"}],["path",{d:"m5 10-3 3 3 3"}]];var An=[["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"}],["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"}]];var Gg=[["path",{d:"M12 10v6"}],["path",{d:"M9 13h6"}],["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"}]];var Zg=[["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"}],["circle",{cx:"12",cy:"13",r:"2"}],["path",{d:"M12 15v5"}]];var Xg=[["circle",{cx:"11.5",cy:"12.5",r:"2.5"}],["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"}],["path",{d:"M13.3 14.3 15 16"}]];var Jg=[["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"}],["path",{d:"m21 21-1.9-1.9"}],["circle",{cx:"17",cy:"17",r:"3"}]];var Kg=[["path",{d:"M2 9.35V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7"}],["path",{d:"m8 16 3-3-3-3"}]];var Yg=[["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"}],["path",{d:"M12 10v4h4"}],["path",{d:"m12 14 1.535-1.605a5 5 0 0 1 8 1.5"}],["path",{d:"M22 22v-4h-4"}],["path",{d:"m22 18-1.535 1.605a5 5 0 0 1-8-1.5"}]];var Qg=[["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"}],["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"}],["path",{d:"M3 5a2 2 0 0 0 2 2h3"}],["path",{d:"M3 3v13a2 2 0 0 0 2 2h3"}]];var e4=[["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"}],["path",{d:"M12 10v6"}],["path",{d:"m9 13 3-3 3 3"}]];var t4=[["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"}],["path",{d:"m9.5 10.5 5 5"}],["path",{d:"m14.5 10.5-5 5"}]];var a4=[["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"}]];var r4=[["path",{d:"M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z"}],["path",{d:"M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1"}]];var o4=[["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"}],["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"}],["path",{d:"M16 17h4"}],["path",{d:"M4 13h4"}]];var s4=[["path",{d:"M12 12H5a2 2 0 0 0-2 2v5"}],["circle",{cx:"13",cy:"19",r:"2"}],["circle",{cx:"5",cy:"19",r:"2"}],["path",{d:"M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5"}]];var n4=[["path",{d:"m15 17 5-5-5-5"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12"}]];var l4=[["line",{x1:"22",x2:"2",y1:"6",y2:"6"}],["line",{x1:"22",x2:"2",y1:"18",y2:"18"}],["line",{x1:"6",x2:"6",y1:"2",y2:"22"}],["line",{x1:"18",x2:"18",y1:"2",y2:"22"}]];var i4=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7"}]];var d4=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]];var p4=[["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5"}],["path",{d:"M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16"}],["path",{d:"M2 21h13"}],["path",{d:"M3 9h11"}]];var c4=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["rect",{width:"10",height:"8",x:"7",y:"8",rx:"1"}]];var u4=[["path",{d:"M13.354 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l1.218-1.348"}],["path",{d:"M16 6h6"}],["path",{d:"M19 3v6"}]];var kn=[["path",{d:"M12.531 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l.427-.473"}],["path",{d:"m16.5 3.5 5 5"}],["path",{d:"m21.5 3.5-5 5"}]];var Tn=[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z"}]];var f4=[["path",{d:"M2 7v10"}],["path",{d:"M6 5v14"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2"}]];var h4=[["path",{d:"M2 3v18"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2"}],["path",{d:"M22 3v18"}]];var m4=[["rect",{width:"18",height:"14",x:"3",y:"3",rx:"2"}],["path",{d:"M4 21h1"}],["path",{d:"M9 21h1"}],["path",{d:"M14 21h1"}],["path",{d:"M19 21h1"}]];var x4=[["path",{d:"M7 2h10"}],["path",{d:"M5 6h14"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2"}]];var g4=[["path",{d:"M3 2h18"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2"}],["path",{d:"M3 22h18"}]];var M4=[["line",{x1:"6",x2:"10",y1:"11",y2:"11"}],["line",{x1:"8",x2:"8",y1:"9",y2:"13"}],["line",{x1:"15",x2:"15.01",y1:"12",y2:"12"}],["line",{x1:"18",x2:"18.01",y1:"10",y2:"10"}],["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"}]];var y4=[["path",{d:"M11.146 15.854a1.207 1.207 0 0 1 1.708 0l1.56 1.56A2 2 0 0 1 15 18.828V21a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2.172a2 2 0 0 1 .586-1.414z"}],["path",{d:"M18.828 15a2 2 0 0 1-1.414-.586l-1.56-1.56a1.207 1.207 0 0 1 0-1.708l1.56-1.56A2 2 0 0 1 18.828 9H21a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1z"}],["path",{d:"M6.586 14.414A2 2 0 0 1 5.172 15H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2.172a2 2 0 0 1 1.414.586l1.56 1.56a1.207 1.207 0 0 1 0 1.708z"}],["path",{d:"M9 3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2.172a2 2 0 0 1-.586 1.414l-1.56 1.56a1.207 1.207 0 0 1-1.708 0l-1.56-1.56A2 2 0 0 1 9 5.172z"}]];var v4=[["line",{x1:"6",x2:"10",y1:"12",y2:"12"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14"}],["line",{x1:"15",x2:"15.01",y1:"13",y2:"13"}],["line",{x1:"18",x2:"18.01",y1:"11",y2:"11"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var b4=[["path",{d:"m12 14 4-4"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0"}]];var C4=[["path",{d:"m14 13-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381"}],["path",{d:"m16 16 6-6"}],["path",{d:"m21.5 10.5-8-8"}],["path",{d:"m8 8 6-6"}],["path",{d:"m8.5 7.5 8 8"}]];var w4=[["path",{d:"M10.5 3 8 9l4 13 4-13-2.5-6"}],["path",{d:"M17 3a2 2 0 0 1 1.6.8l3 4a2 2 0 0 1 .013 2.382l-7.99 10.986a2 2 0 0 1-3.247 0l-7.99-10.986A2 2 0 0 1 2.4 7.8l2.998-3.997A2 2 0 0 1 7 3z"}],["path",{d:"M2 9h20"}]];var S4=[["path",{d:"M11.5 21a7.5 7.5 0 1 1 7.35-9"}],["path",{d:"M13 12V3"}],["path",{d:"M4 21h16"}],["path",{d:"M9 12V3"}]];var A4=[["path",{d:"M9 10h.01"}],["path",{d:"M15 10h.01"}],["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"}]];var k4=[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1"}],["path",{d:"M12 8v13"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7"}],["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"}]];var T4=[["path",{d:"M15 6a9 9 0 0 0-9 9V3"}],["path",{d:"M21 18h-6"}],["circle",{cx:"18",cy:"6",r:"3"}],["circle",{cx:"6",cy:"18",r:"3"}]];var L4=[["path",{d:"M6 3v12"}],["path",{d:"M18 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"}],["path",{d:"M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"}],["path",{d:"M15 6a9 9 0 0 0-9 9"}],["path",{d:"M18 15v6"}],["path",{d:"M21 18h-6"}]];var E4=[["line",{x1:"6",x2:"6",y1:"3",y2:"15"}],["circle",{cx:"18",cy:"6",r:"3"}],["circle",{cx:"6",cy:"18",r:"3"}],["path",{d:"M18 9a9 9 0 0 1-9 9"}]];var Ln=[["circle",{cx:"12",cy:"12",r:"3"}],["line",{x1:"3",x2:"9",y1:"12",y2:"12"}],["line",{x1:"15",x2:"21",y1:"12",y2:"12"}]];var H4=[["path",{d:"M12 3v6"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"M12 15v6"}]];var P4=[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7"}],["path",{d:"m15 9-3-3 3-3"}],["circle",{cx:"19",cy:"18",r:"3"}],["path",{d:"M12 18H7a2 2 0 0 1-2-2V9"}],["path",{d:"m9 15 3 3-3 3"}]];var R4=[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}],["path",{d:"M11 18H8a2 2 0 0 1-2-2V9"}]];var I4=[["circle",{cx:"12",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["circle",{cx:"18",cy:"6",r:"3"}],["path",{d:"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9"}],["path",{d:"M12 12v3"}]];var B4=[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M5 9v6"}],["circle",{cx:"5",cy:"18",r:"3"}],["path",{d:"M12 3v18"}],["circle",{cx:"19",cy:"6",r:"3"}],["path",{d:"M16 15.7A9 9 0 0 0 19 9"}]];var D4=[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9"}]];var V4=[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M5 9v12"}],["circle",{cx:"19",cy:"18",r:"3"}],["path",{d:"m15 9-3-3 3-3"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7"}]];var F4=[["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M6 9v12"}],["path",{d:"m21 3-6 6"}],["path",{d:"m21 9-6-6"}],["path",{d:"M18 11.5V15"}],["circle",{cx:"18",cy:"18",r:"3"}]];var W4=[["circle",{cx:"5",cy:"6",r:"3"}],["path",{d:"M5 9v12"}],["path",{d:"m15 9-3-3 3-3"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v3"}],["path",{d:"M19 15v6"}],["path",{d:"M22 18h-6"}]];var O4=[["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M6 9v12"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v3"}],["path",{d:"M18 15v6"}],["path",{d:"M21 18h-6"}]];var N4=[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M18 6V5"}],["path",{d:"M18 11v-1"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21"}]];var z4=[["circle",{cx:"18",cy:"18",r:"3"}],["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21"}]];var _4=[["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"}],["path",{d:"M9 18c-4.51 2-5-2-7-2"}]];var q4=[["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"}]];var U4=[["path",{d:"M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z"}],["path",{d:"M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0"}]];var $4=[["circle",{cx:"6",cy:"15",r:"4"}],["circle",{cx:"18",cy:"15",r:"4"}],["path",{d:"M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2"}],["path",{d:"M2.5 13 5 7c.7-1.3 1.4-2 3-2"}],["path",{d:"M21.5 13 19 7c-.7-1.3-1.5-2-3-2"}]];var j4=[["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"}],["path",{d:"M2 12h8.5"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1"}]];var G4=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"}],["path",{d:"M2 12h20"}]];var Z4=[["path",{d:"M12 13V2l8 4-8 4"}],["path",{d:"M20.561 10.222a9 9 0 1 1-12.55-5.29"}],["path",{d:"M8.002 9.997a5 5 0 1 0 8.9 2.02"}]];var X4=[["path",{d:"M2 21V3"}],["path",{d:"M2 5h18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2.26"}],["path",{d:"M7 17v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3"}],["circle",{cx:"16",cy:"11",r:"2"}],["circle",{cx:"8",cy:"11",r:"2"}]];var J4=[["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"}],["path",{d:"M22 10v6"}],["path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5"}]];var K4=[["path",{d:"M22 5V2l-5.89 5.89"}],["circle",{cx:"16.6",cy:"15.89",r:"3"}],["circle",{cx:"8.11",cy:"7.4",r:"3"}],["circle",{cx:"12.35",cy:"11.65",r:"3"}],["circle",{cx:"13.91",cy:"5.85",r:"3"}],["circle",{cx:"18.15",cy:"10.09",r:"3"}],["circle",{cx:"6.56",cy:"13.2",r:"3"}],["circle",{cx:"10.8",cy:"17.44",r:"3"}],["circle",{cx:"5",cy:"19",r:"3"}]];var En=[["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"}],["path",{d:"m16 19 2 2 4-4"}]];var Hn=[["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"}],["path",{d:"M16 19h6"}],["path",{d:"M19 22v-6"}]];var Pn=[["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"}],["path",{d:"m16 16 5 5"}],["path",{d:"m16 21 5-5"}]];var Rn=[["path",{d:"M12 3v18"}],["path",{d:"M3 12h18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Y4=[["path",{d:"M15 3v18"}],["path",{d:"M3 12h18"}],["path",{d:"M9 3v18"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var _r=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}],["path",{d:"M9 3v18"}],["path",{d:"M15 3v18"}]];var Q4=[["circle",{cx:"12",cy:"9",r:"1"}],["circle",{cx:"19",cy:"9",r:"1"}],["circle",{cx:"5",cy:"9",r:"1"}],["circle",{cx:"12",cy:"15",r:"1"}],["circle",{cx:"19",cy:"15",r:"1"}],["circle",{cx:"5",cy:"15",r:"1"}]];var e5=[["circle",{cx:"9",cy:"12",r:"1"}],["circle",{cx:"9",cy:"5",r:"1"}],["circle",{cx:"9",cy:"19",r:"1"}],["circle",{cx:"15",cy:"12",r:"1"}],["circle",{cx:"15",cy:"5",r:"1"}],["circle",{cx:"15",cy:"19",r:"1"}]];var t5=[["circle",{cx:"12",cy:"5",r:"1"}],["circle",{cx:"19",cy:"5",r:"1"}],["circle",{cx:"5",cy:"5",r:"1"}],["circle",{cx:"12",cy:"12",r:"1"}],["circle",{cx:"19",cy:"12",r:"1"}],["circle",{cx:"5",cy:"12",r:"1"}],["circle",{cx:"12",cy:"19",r:"1"}],["circle",{cx:"19",cy:"19",r:"1"}],["circle",{cx:"5",cy:"19",r:"1"}]];var a5=[["path",{d:"M3 7V5c0-1.1.9-2 2-2h2"}],["path",{d:"M17 3h2c1.1 0 2 .9 2 2v2"}],["path",{d:"M21 17v2c0 1.1-.9 2-2 2h-2"}],["path",{d:"M7 21H5c-1.1 0-2-.9-2-2v-2"}],["rect",{width:"7",height:"5",x:"7",y:"7",rx:"1"}],["rect",{width:"7",height:"5",x:"10",y:"12",rx:"1"}]];var r5=[["path",{d:"m11.9 12.1 4.514-4.514"}],["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"}],["path",{d:"m6 16 2 2"}],["path",{d:"M8.23 9.85A3 3 0 0 1 11 8a5 5 0 0 1 5 5 3 3 0 0 1-1.85 2.77l-.92.38A2 2 0 0 0 12 18a4 4 0 0 1-4 4 6 6 0 0 1-6-6 4 4 0 0 1 4-4 2 2 0 0 0 1.85-1.23z"}]];var o5=[["path",{d:"M13.144 21.144A7.274 10.445 45 1 0 2.856 10.856"}],["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"}],["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"}],["path",{d:"m8.5 16.5-1-1"}]];var s5=[["path",{d:"M12 16H4a2 2 0 1 1 0-4h16a2 2 0 1 1 0 4h-4.25"}],["path",{d:"M5 12a2 2 0 0 1-2-2 9 7 0 0 1 18 0 2 2 0 0 1-2 2"}],["path",{d:"M5 16a2 2 0 0 0-2 2 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 2 2 0 0 0-2-2q0 0 0 0"}],["path",{d:"m6.67 12 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2"}]];var n5=[["path",{d:"m15 12-9.373 9.373a1 1 0 0 1-3.001-3L12 9"}],["path",{d:"m18 15 4-4"}],["path",{d:"m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172v-.344a2 2 0 0 0-.586-1.414l-1.657-1.657A6 6 0 0 0 12.516 3H9l1.243 1.243A6 6 0 0 1 12 8.485V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5"}]];var l5=[["path",{d:"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17"}],["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"}],["path",{d:"m2 16 6 6"}],["circle",{cx:"16",cy:"9",r:"2.9"}],["circle",{cx:"6",cy:"5",r:"3"}]];var i5=[["path",{d:"M12.035 17.012a3 3 0 0 0-3-3l-.311-.002a.72.72 0 0 1-.505-1.229l1.195-1.195A2 2 0 0 1 10.828 11H12a2 2 0 0 0 0-4H9.243a3 3 0 0 0-2.122.879l-2.707 2.707A4.83 4.83 0 0 0 3 14a8 8 0 0 0 8 8h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v2a2 2 0 1 0 4 0"}],["path",{d:"M13.888 9.662A2 2 0 0 0 17 8V5A2 2 0 1 0 13 5"}],["path",{d:"M9 5A2 2 0 1 0 5 5V10"}],["path",{d:"M9 7V4A2 2 0 1 1 13 4V7.268"}]];var In=[["path",{d:"M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4"}],["path",{d:"M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2"}],["path",{d:"M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5"}],["path",{d:"M6 14a2 2 0 0 0-2-2a2 2 0 0 0-2 2"}],["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"}]];var d5=[["path",{d:"M11 14h2a2 2 0 0 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16"}],["path",{d:"m14.45 13.39 5.05-4.694C20.196 8 21 6.85 21 5.75a2.75 2.75 0 0 0-4.797-1.837.276.276 0 0 1-.406 0A2.75 2.75 0 0 0 11 5.75c0 1.2.802 2.248 1.5 2.946L16 11.95"}],["path",{d:"m2 15 6 6"}],["path",{d:"m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a1 1 0 0 0-2.75-2.91"}]];var Bn=[["path",{d:"M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14"}],["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"}],["path",{d:"m2 13 6 6"}]];var p5=[["path",{d:"M18 12.5V10a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4"}],["path",{d:"M14 11V9a2 2 0 1 0-4 0v2"}],["path",{d:"M10 10.5V5a2 2 0 1 0-4 0v9"}],["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"}]];var c5=[["path",{d:"M12 3V2"}],["path",{d:"m15.4 17.4 3.2-2.8a2 2 0 1 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2l-1.302-1.464A1 1 0 0 0 6.151 19H5"}],["path",{d:"M2 14h12a2 2 0 0 1 0 4h-2"}],["path",{d:"M4 10h16"}],["path",{d:"M5 10a7 7 0 0 1 14 0"}],["path",{d:"M5 14v6a1 1 0 0 1-1 1H2"}]];var u5=[["path",{d:"M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2"}],["path",{d:"M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2"}],["path",{d:"M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8"}],["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"}]];var f5=[["path",{d:"M2.048 18.566A2 2 0 0 0 4 21h16a2 2 0 0 0 1.952-2.434l-2-9A2 2 0 0 0 18 8H6a2 2 0 0 0-1.952 1.566z"}],["path",{d:"M8 11V6a4 4 0 0 1 8 0v5"}]];var h5=[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3"}],["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"}],["path",{d:"m21 3 1 11h-2"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3"}],["path",{d:"M3 4h8"}]];var m5=[["path",{d:"M12 2v8"}],["path",{d:"m16 6-4 4-4-4"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6 18h.01"}],["path",{d:"M10 18h.01"}]];var x5=[["path",{d:"m16 6-4-4-4 4"}],["path",{d:"M12 2v8"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6 18h.01"}],["path",{d:"M10 18h.01"}]];var g5=[["line",{x1:"22",x2:"2",y1:"12",y2:"12"}],["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"}],["line",{x1:"6",x2:"6.01",y1:"16",y2:"16"}],["line",{x1:"10",x2:"10.01",y1:"16",y2:"16"}]];var M5=[["path",{d:"M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5"}],["path",{d:"M14 6a6 6 0 0 1 6 6v3"}],["path",{d:"M4 15v-3a6 6 0 0 1 6-6"}],["rect",{x:"2",y:"15",width:"20",height:"4",rx:"1"}]];var y5=[["line",{x1:"4",x2:"20",y1:"9",y2:"9"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21"}]];var v5=[["path",{d:"M14 18a2 2 0 0 0-4 0"}],["path",{d:"m19 11-2.11-6.657a2 2 0 0 0-2.752-1.148l-1.276.61A2 2 0 0 1 12 4H8.5a2 2 0 0 0-1.925 1.456L5 11"}],["path",{d:"M2 11h20"}],["circle",{cx:"17",cy:"18",r:"3"}],["circle",{cx:"7",cy:"18",r:"3"}]];var b5=[["path",{d:"m5.2 6.2 1.4 1.4"}],["path",{d:"M2 13h2"}],["path",{d:"M20 13h2"}],["path",{d:"m17.4 7.6 1.4-1.4"}],["path",{d:"M22 17H2"}],["path",{d:"M22 21H2"}],["path",{d:"M16 13a4 4 0 0 0-8 0"}],["path",{d:"M12 5V2.5"}]];var C5=[["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"}],["path",{d:"M7.5 12h9"}]];var w5=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"m17 12 3-2v8"}]];var S5=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1"}]];var A5=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2"}]];var k5=[["path",{d:"M12 18V6"}],["path",{d:"M17 10v3a1 1 0 0 0 1 1h3"}],["path",{d:"M21 10v8"}],["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}]];var T5=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["path",{d:"M17 13v-3h4"}],["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"}]];var L5=[["path",{d:"M4 12h8"}],["path",{d:"M4 18V6"}],["path",{d:"M12 18V6"}],["circle",{cx:"19",cy:"16",r:"2"}],["path",{d:"M20 10c-2 2-3 3.5-3 6"}]];var E5=[["path",{d:"M6 12h12"}],["path",{d:"M6 20V4"}],["path",{d:"M18 20V4"}]];var H5=[["path",{d:"M21 14h-1.343"}],["path",{d:"M9.128 3.47A9 9 0 0 1 21 12v3.343"}],["path",{d:"m2 2 20 20"}],["path",{d:"M20.414 20.414A2 2 0 0 1 19 21h-1a2 2 0 0 1-2-2v-3"}],["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 2.636-6.364"}]];var P5=[["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"}]];var R5=[["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"}],["path",{d:"M21 16v2a4 4 0 0 1-4 4h-5"}]];var I5=[["path",{d:"M12.409 5.824c-.702.792-1.15 1.496-1.415 2.166l2.153 2.156a.5.5 0 0 1 0 .707l-2.293 2.293a.5.5 0 0 0 0 .707L12 15"}],["path",{d:"M13.508 20.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.677.6.6 0 0 0 .818.001A5.5 5.5 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5z"}]];var B5=[["path",{d:"M19.414 14.414C21 12.828 22 11.5 22 9.5a5.5 5.5 0 0 0-9.591-3.676.6.6 0 0 1-.818.001A5.5 5.5 0 0 0 2 9.5c0 2.3 1.5 4 3 5.5l5.535 5.362a2 2 0 0 0 2.879.052 2.12 2.12 0 0 0-.004-3 2.124 2.124 0 1 0 3-3 2.124 2.124 0 0 0 3.004 0 2 2 0 0 0 0-2.828l-1.881-1.882a2.41 2.41 0 0 0-3.409 0l-1.71 1.71a2 2 0 0 1-2.828 0 2 2 0 0 1 0-2.828l2.823-2.762"}]];var D5=[["path",{d:"m14.876 18.99-1.368 1.323a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.244 1.572"}],["path",{d:"M15 15h6"}]];var V5=[["path",{d:"M10.5 4.893a5.5 5.5 0 0 1 1.091.931.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 1.872-1.002 3.356-2.187 4.655"}],["path",{d:"m16.967 16.967-3.459 3.346a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 2.747-4.761"}],["path",{d:"m2 2 20 20"}]];var F5=[["path",{d:"m14.479 19.374-.971.939a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.219 1.49"}],["path",{d:"M15 15h6"}],["path",{d:"M18 12v6"}]];var W5=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5"}],["path",{d:"M3.22 13H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27"}]];var O5=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5"}]];var N5=[["path",{d:"M11 8c2-3-2-3 0-6"}],["path",{d:"M15.5 8c2-3-2-3 0-6"}],["path",{d:"M6 10h.01"}],["path",{d:"M6 14h.01"}],["path",{d:"M10 16v-4"}],["path",{d:"M14 16v-4"}],["path",{d:"M18 16v-4"}],["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"}],["path",{d:"M5 20v2"}],["path",{d:"M19 20v2"}]];var z5=[["path",{d:"M11 17v4"}],["path",{d:"M14 3v8a2 2 0 0 0 2 2h5.865"}],["path",{d:"M17 17v4"}],["path",{d:"M18 17a4 4 0 0 0 4-4 8 6 0 0 0-8-6 6 5 0 0 0-6 5v3a2 2 0 0 0 2 2z"}],["path",{d:"M2 10v5"}],["path",{d:"M6 3h16"}],["path",{d:"M7 21h14"}],["path",{d:"M8 13H2"}]];var _5=[["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"}]];var q5=[["path",{d:"m9 11-6 6v3h9l3-3"}],["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"}]];var U5=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["path",{d:"M12 7v5l4 2"}]];var $5=[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.28.01.53-.09.7-.27"}],["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"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .7-.26"}],["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"}],["path",{d:"M20.57 11.14c.24.52 1.12 2.44 1.37 4.08.04.3-.08.59-.31.75"}],["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"}],["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"}],["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"}],["path",{d:"m2 2 20 20"}]];var j5=[["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"}],["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"}],["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"}],["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"}],["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"}],["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"}],["path",{d:"M4.93 4.93 3 3a.7.7 0 0 1 0-1"}],["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"}]];var G5=[["path",{d:"M12 7v4"}],["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3"}],["path",{d:"M14 9h-4"}],["path",{d:"M18 11h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h2"}],["path",{d:"M18 21V5a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16"}]];var Z5=[["path",{d:"M10 22v-6.57"}],["path",{d:"M12 11h.01"}],["path",{d:"M12 7h.01"}],["path",{d:"M14 15.43V22"}],["path",{d:"M15 16a5 5 0 0 0-6 0"}],["path",{d:"M16 11h.01"}],["path",{d:"M16 7h.01"}],["path",{d:"M8 11h.01"}],["path",{d:"M8 7h.01"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2"}]];var X5=[["path",{d:"M5 22h14"}],["path",{d:"M5 2h14"}],["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"}],["path",{d:"M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2"}]];var J5=[["path",{d:"M8.62 13.8A2.25 2.25 0 1 1 12 10.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}]];var K5=[["path",{d:"M10 12V8.964"}],["path",{d:"M14 12V8.964"}],["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"}],["path",{d:"M8.5 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2"}]];var Y5=[["path",{d:"M12.35 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .71-1.53l7-6a2 2 0 0 1 2.58 0l7 6A2 2 0 0 1 21 10v2.35"}],["path",{d:"M14.8 12.4A1 1 0 0 0 14 12h-4a1 1 0 0 0-1 1v8"}],["path",{d:"M15 18h6"}],["path",{d:"M18 15v6"}]];var Q5=[["path",{d:"M9.5 13.866a4 4 0 0 1 5 .01"}],["path",{d:"M12 17h.01"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}],["path",{d:"M7 10.754a8 8 0 0 1 10 0"}]];var Dn=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}]];var Vn=[["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"}],["path",{d:"M12.14 11a3.5 3.5 0 1 1 6.71 0"}],["path",{d:"M15.5 6.5a3.5 3.5 0 1 0-7 0"}]];var Fn=[["path",{d:"m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11"}],["path",{d:"M17 7A5 5 0 0 0 7 7"}],["path",{d:"M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4"}]];var e3=[["path",{d:"M13.5 8h-3"}],["path",{d:"m15 2-1 2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3"}],["path",{d:"M16.899 22A5 5 0 0 0 7.1 22"}],["path",{d:"m9 2 3 6"}],["circle",{cx:"12",cy:"15",r:"3"}]];var t3=[["path",{d:"M16 10h2"}],["path",{d:"M16 14h2"}],["path",{d:"M6.17 15a3 3 0 0 1 5.66 0"}],["circle",{cx:"9",cy:"11",r:"2"}],["rect",{x:"2",y:"5",width:"20",height:"14",rx:"2"}]];var a3=[["path",{d:"M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7"}],["line",{x1:"16",x2:"22",y1:"5",y2:"5"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}]];var r3=[["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"}],["path",{d:"m14 19 3 3v-5.5"}],["path",{d:"m17 22 3-3"}],["circle",{cx:"9",cy:"9",r:"2"}]];var o3=[["line",{x1:"2",x2:"22",y1:"2",y2:"22"}],["path",{d:"M10.41 10.41a2 2 0 1 1-2.83-2.83"}],["line",{x1:"13.5",x2:"6",y1:"13.5",y2:"21"}],["line",{x1:"18",x2:"21",y1:"12",y2:"15"}],["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"}],["path",{d:"M21 15V5a2 2 0 0 0-2-2H9"}]];var s3=[["path",{d:"M15 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z"}],["path",{d:"M21 12.17V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6"}],["path",{d:"m6 21 5-5"}],["circle",{cx:"9",cy:"9",r:"2"}]];var n3=[["path",{d:"M16 5h6"}],["path",{d:"M19 2v6"}],["path",{d:"M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}],["circle",{cx:"9",cy:"9",r:"2"}]];var l3=[["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"}],["path",{d:"m14 19.5 3-3 3 3"}],["path",{d:"M17 22v-5.5"}],["circle",{cx:"9",cy:"9",r:"2"}]];var i3=[["path",{d:"M16 3h5v5"}],["path",{d:"M17 21h2a2 2 0 0 0 2-2"}],["path",{d:"M21 12v3"}],["path",{d:"m21 3-5 5"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2"}],["path",{d:"m5 21 4.144-4.144a1.21 1.21 0 0 1 1.712 0L13 19"}],["path",{d:"M9 3h3"}],["rect",{x:"3",y:"11",width:"10",height:"10",rx:"1"}]];var d3=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["circle",{cx:"9",cy:"9",r:"2"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"}]];var p3=[["path",{d:"m22 11-1.296-1.296a2.4 2.4 0 0 0-3.408 0L11 16"}],["path",{d:"M4 8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2"}],["circle",{cx:"13",cy:"7",r:"1",fill:"currentColor"}],["rect",{x:"8",y:"2",width:"14",height:"14",rx:"2"}]];var c3=[["path",{d:"M12 3v12"}],["path",{d:"m8 11 4 4 4-4"}],["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"}]];var u3=[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}],["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"}]];var f3=[["path",{d:"M6 3h12"}],["path",{d:"M6 8h12"}],["path",{d:"m6 13 8.5 8"}],["path",{d:"M6 13h3"}],["path",{d:"M9 13c6.667 0 6.667-10 0-10"}]];var h3=[["path",{d:"M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8"}]];var m3=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M12 16v-4"}],["path",{d:"M12 8h.01"}]];var x3=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 7h.01"}],["path",{d:"M17 7h.01"}],["path",{d:"M7 17h.01"}],["path",{d:"M17 17h.01"}]];var g3=[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"5",ry:"5"}],["path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}],["line",{x1:"17.5",x2:"17.51",y1:"6.5",y2:"6.5"}]];var M3=[["line",{x1:"19",x2:"10",y1:"4",y2:"4"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20"}]];var y3=[["path",{d:"m16 14 4 4-4 4"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8"}]];var v3=[["path",{d:"M4 10a8 8 0 1 1 8 8H4"}],["path",{d:"m8 22-4-4 4-4"}]];var b3=[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3"}],["path",{d:"M6 15h12"}],["path",{d:"M6 11h12"}]];var C3=[["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"}],["path",{d:"M6 15v-2"}],["path",{d:"M12 15V9"}],["circle",{cx:"12",cy:"6",r:"3"}]];var w3=[["path",{d:"M5 3v14"}],["path",{d:"M12 3v8"}],["path",{d:"M19 3v18"}]];var S3=[["path",{d:"M18 17a1 1 0 0 0-1 1v1a2 2 0 1 0 2-2z"}],["path",{d:"M20.97 3.61a.45.45 0 0 0-.58-.58C10.2 6.6 6.6 10.2 3.03 20.39a.45.45 0 0 0 .58.58C13.8 17.4 17.4 13.8 20.97 3.61"}],["path",{d:"m6.707 6.707 10.586 10.586"}],["path",{d:"M7 5a2 2 0 1 0-2 2h1a1 1 0 0 0 1-1z"}]];var A3=[["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"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor"}]];var k3=[["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"}],["path",{d:"m14 7 3 3"}],["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"}]];var T3=[["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"}],["path",{d:"m21 2-9.6 9.6"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5"}]];var L3=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M6 8h4"}],["path",{d:"M14 8h.01"}],["path",{d:"M18 8h.01"}],["path",{d:"M2 12h20"}],["path",{d:"M6 12v4"}],["path",{d:"M10 12v4"}],["path",{d:"M14 12v4"}],["path",{d:"M18 12v4"}]];var E3=[["path",{d:"M 20 4 A2 2 0 0 1 22 6"}],["path",{d:"M 22 6 L 22 16.41"}],["path",{d:"M 7 16 L 16 16"}],["path",{d:"M 9.69 4 L 20 4"}],["path",{d:"M14 8h.01"}],["path",{d:"M18 8h.01"}],["path",{d:"m2 2 20 20"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2"}],["path",{d:"M6 8h.01"}],["path",{d:"M8 12h.01"}]];var H3=[["path",{d:"M10 8h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M14 8h.01"}],["path",{d:"M16 12h.01"}],["path",{d:"M18 8h.01"}],["path",{d:"M6 8h.01"}],["path",{d:"M7 16h10"}],["path",{d:"M8 12h.01"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}]];var P3=[["path",{d:"M12 2v5"}],["path",{d:"M14.829 15.998a3 3 0 1 1-5.658 0"}],["path",{d:"M20.92 14.606A1 1 0 0 1 20 16H4a1 1 0 0 1-.92-1.394l3-7A1 1 0 0 1 7 7h10a1 1 0 0 1 .92.606z"}]];var R3=[["path",{d:"M10.293 2.293a1 1 0 0 1 1.414 0l2.5 2.5 5.994 1.227a1 1 0 0 1 .506 1.687l-7 7a1 1 0 0 1-1.687-.506l-1.227-5.994-2.5-2.5a1 1 0 0 1 0-1.414z"}],["path",{d:"m14.207 4.793-3.414 3.414"}],["path",{d:"M3 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"}],["path",{d:"m9.086 6.5-4.793 4.793a1 1 0 0 0-.18 1.17L7 18"}]];var I3=[["path",{d:"M12 10v12"}],["path",{d:"M17.929 7.629A1 1 0 0 1 17 9H7a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 9 2h6a1 1 0 0 1 .928.629z"}],["path",{d:"M9 22h6"}]];var B3=[["path",{d:"M19.929 18.629A1 1 0 0 1 19 20H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 13h6a1 1 0 0 1 .928.629z"}],["path",{d:"M6 3a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z"}],["path",{d:"M8 6h4a2 2 0 0 1 2 2v5"}]];var D3=[["path",{d:"M19.929 9.629A1 1 0 0 1 19 11H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 4h6a1 1 0 0 1 .928.629z"}],["path",{d:"M6 15a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z"}],["path",{d:"M8 18h4a2 2 0 0 0 2-2v-5"}]];var V3=[["path",{d:"M12 12v6"}],["path",{d:"M4.077 10.615A1 1 0 0 0 5 12h14a1 1 0 0 0 .923-1.385l-3.077-7.384A2 2 0 0 0 15 2H9a2 2 0 0 0-1.846 1.23Z"}],["path",{d:"M8 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z"}]];var F3=[["path",{d:"m12 8 6-3-6-3v10"}],["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"}],["path",{d:"m6.49 12.85 11.02 6.3"}],["path",{d:"M17.51 12.85 6.5 19.15"}]];var W3=[["path",{d:"M10 18v-7"}],["path",{d:"M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949z"}],["path",{d:"M14 18v-7"}],["path",{d:"M18 18v-7"}],["path",{d:"M3 22h18"}],["path",{d:"M6 18v-7"}]];var O3=[["path",{d:"m5 8 6 6"}],["path",{d:"m4 14 6-6 2-3"}],["path",{d:"M2 5h12"}],["path",{d:"M7 2h1"}],["path",{d:"m22 22-5-10-5 10"}],["path",{d:"M14 18h6"}]];var N3=[["path",{d:"M2 20h20"}],["path",{d:"m9 10 2 2 4-4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2"}]];var Wn=[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20"}]];var z3=[["path",{d:"M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z"}],["path",{d:"M20.054 15.987H3.946"}]];var _3=[["path",{d:"M7 22a5 5 0 0 1-2-4"}],["path",{d:"M7 16.93c.96.43 1.96.74 2.99.91"}],["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"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"}],["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"}]];var q3=[["path",{d:"M3.704 14.467A10 8 0 0 1 2 10a10 8 0 0 1 20 0 10 8 0 0 1-10 8 10 8 0 0 1-5.181-1.158"}],["path",{d:"M7 22a5 5 0 0 1-2-3.994"}],["circle",{cx:"5",cy:"16",r:"2"}]];var U3=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]];var $3=[["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"}],["path",{d:"m20 14.285 1.5.845a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74l1.5-.845"}]];var On=[["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"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17"}]];var j3=[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1"}]];var G3=[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1"}]];var Z3=[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1"}],["path",{d:"M14 4h7"}],["path",{d:"M14 9h7"}],["path",{d:"M14 15h7"}],["path",{d:"M14 20h7"}]];var X3=[["rect",{width:"7",height:"18",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1"}]];var J3=[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1"}]];var K3=[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1"}],["rect",{width:"9",height:"7",x:"3",y:"14",rx:"1"}],["rect",{width:"5",height:"7",x:"16",y:"14",rx:"1"}]];var Y3=[["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"}],["path",{d:"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12"}]];var Q3=[["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"}],["path",{d:"M2 22 17 7"}]];var eM=[["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"}],["path",{d:"M18 6V3a1 1 0 0 0-1-1h-3"}],["rect",{width:"8",height:"12",x:"8",y:"10",rx:"1"}]];var tM=[["rect",{width:"8",height:"18",x:"3",y:"3",rx:"1"}],["path",{d:"M7 3v18"}],["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"}]];var aM=[["path",{d:"m16 6 4 14"}],["path",{d:"M12 6v14"}],["path",{d:"M8 8v12"}],["path",{d:"M4 4v16"}]];var rM=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"m4.93 4.93 4.24 4.24"}],["path",{d:"m14.83 9.17 4.24-4.24"}],["path",{d:"m14.83 14.83 4.24 4.24"}],["path",{d:"m9.17 14.83-4.24 4.24"}],["circle",{cx:"12",cy:"12",r:"4"}]];var oM=[["path",{d:"M14 12h2v8"}],["path",{d:"M14 20h4"}],["path",{d:"M6 12h4"}],["path",{d:"M6 20h4"}],["path",{d:"M8 20V8a4 4 0 0 1 7.464-2"}]];var sM=[["path",{d:"M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5"}],["path",{d:"m2 2 20 20"}],["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"}],["path",{d:"M9 18h6"}],["path",{d:"M10 22h4"}]];var nM=[["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"}],["path",{d:"M9 18h6"}],["path",{d:"M10 22h4"}]];var lM=[["path",{d:"M7 3.5c5-2 7 2.5 3 4C1.5 10 2 15 5 16c5 2 9-10 14-7s.5 13.5-4 12c-5-2.5.5-11 6-2"}]];var iM=[["path",{d:"M9 17H7A5 5 0 0 1 7 7"}],["path",{d:"M15 7h2a5 5 0 0 1 4 8"}],["line",{x1:"8",x2:"12",y1:"12",y2:"12"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var dM=[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}]];var pM=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}]];var cM=[["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"}],["rect",{width:"4",height:"12",x:"2",y:"9"}],["circle",{cx:"4",cy:"4",r:"2"}]];var uM=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"m15 18 2 2 4-4"}]];var fM=[["path",{d:"M13 5h8"}],["path",{d:"M13 12h8"}],["path",{d:"M13 19h8"}],["path",{d:"m3 17 2 2 4-4"}],["path",{d:"m3 7 2 2 4-4"}]];var hM=[["path",{d:"M3 5h8"}],["path",{d:"M3 12h8"}],["path",{d:"M3 19h8"}],["path",{d:"m15 5 3 3 3-3"}],["path",{d:"m15 19 3-3 3 3"}]];var mM=[["path",{d:"M3 5h8"}],["path",{d:"M3 12h8"}],["path",{d:"M3 19h8"}],["path",{d:"m15 8 3-3 3 3"}],["path",{d:"m15 16 3 3 3-3"}]];var xM=[["path",{d:"M10 5h11"}],["path",{d:"M10 12h11"}],["path",{d:"M10 19h11"}],["path",{d:"m3 10 3-3-3-3"}],["path",{d:"m3 20 3-3-3-3"}]];var gM=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M9 19H3"}],["path",{d:"m16 16-3 3 3 3"}],["path",{d:"M21 5v12a2 2 0 0 1-2 2h-6"}]];var MM=[["path",{d:"M12 5H2"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}],["path",{d:"M16 5h6"}],["path",{d:"M19 8V2"}]];var yM=[["path",{d:"M2 5h20"}],["path",{d:"M6 12h12"}],["path",{d:"M9 19h6"}]];var qr=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m7 8-4 4 4 4"}]];var Ur=[["path",{d:"M21 5H11"}],["path",{d:"M21 12H11"}],["path",{d:"M21 19H11"}],["path",{d:"m3 8 4 4-4 4"}]];var vM=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M21 12h-6"}]];var bM=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M11 19H3"}],["path",{d:"M21 16V5"}],["circle",{cx:"18",cy:"16",r:"3"}]];var CM=[["path",{d:"M11 5h10"}],["path",{d:"M11 12h10"}],["path",{d:"M11 19h10"}],["path",{d:"M4 4h1v5"}],["path",{d:"M4 9h2"}],["path",{d:"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02"}]];var wM=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M18 9v6"}],["path",{d:"M21 12h-6"}]];var SM=[["path",{d:"M21 5H3"}],["path",{d:"M7 12H3"}],["path",{d:"M7 19H3"}],["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"}],["path",{d:"M11 10v4h4"}]];var AM=[["path",{d:"M3 5h6"}],["path",{d:"M3 12h13"}],["path",{d:"M3 19h13"}],["path",{d:"m16 8-3-3 3-3"}],["path",{d:"M21 19V7a2 2 0 0 0-2-2h-6"}]];var kM=[["path",{d:"M13 5h8"}],["path",{d:"M13 12h8"}],["path",{d:"M13 19h8"}],["path",{d:"m3 17 2 2 4-4"}],["rect",{x:"3",y:"4",width:"6",height:"6",rx:"1"}]];var TM=[["path",{d:"M8 5h13"}],["path",{d:"M13 12h8"}],["path",{d:"M13 19h8"}],["path",{d:"M3 10a2 2 0 0 0 2 2h3"}],["path",{d:"M3 5v12a2 2 0 0 0 2 2h3"}]];var LM=[["path",{d:"M21 5H3"}],["path",{d:"M10 12H3"}],["path",{d:"M10 19H3"}],["path",{d:"M15 12.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z"}]];var EM=[["path",{d:"M16 5H3"}],["path",{d:"M11 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"m15.5 9.5 5 5"}],["path",{d:"m20.5 9.5-5 5"}]];var HM=[["path",{d:"M3 5h.01"}],["path",{d:"M3 12h.01"}],["path",{d:"M3 19h.01"}],["path",{d:"M8 5h13"}],["path",{d:"M8 12h13"}],["path",{d:"M8 19h13"}]];var Nn=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56"}]];var PM=[["path",{d:"M22 12a1 1 0 0 1-10 0 1 1 0 0 0-10 0"}],["path",{d:"M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6"}],["path",{d:"M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6"}],["circle",{cx:"12",cy:"12",r:"10"}]];var RM=[["path",{d:"M12 2v4"}],["path",{d:"m16.2 7.8 2.9-2.9"}],["path",{d:"M18 12h4"}],["path",{d:"m16.2 16.2 2.9 2.9"}],["path",{d:"M12 18v4"}],["path",{d:"m4.9 19.1 2.9-2.9"}],["path",{d:"M2 12h4"}],["path",{d:"m4.9 4.9 2.9 2.9"}]];var IM=[["line",{x1:"2",x2:"5",y1:"12",y2:"12"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22"}],["circle",{cx:"12",cy:"12",r:"7"}],["circle",{cx:"12",cy:"12",r:"3"}]];var BM=[["path",{d:"M12 19v3"}],["path",{d:"M12 2v3"}],["path",{d:"M18.89 13.24a7 7 0 0 0-8.13-8.13"}],["path",{d:"M19 12h3"}],["path",{d:"M2 12h3"}],["path",{d:"m2 2 20 20"}],["path",{d:"M7.05 7.05a7 7 0 0 0 9.9 9.9"}]];var DM=[["line",{x1:"2",x2:"5",y1:"12",y2:"12"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22"}],["circle",{cx:"12",cy:"12",r:"7"}]];var zn=[["circle",{cx:"12",cy:"16",r:"1"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2"}],["path",{d:"M7 10V7a5 5 0 0 1 9.33-2.5"}]];var VM=[["circle",{cx:"12",cy:"16",r:"1"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2"}],["path",{d:"M7 10V7a5 5 0 0 1 10 0v3"}]];var _n=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 9.9-1"}]];var FM=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}]];var WM=[["path",{d:"m10 17 5-5-5-5"}],["path",{d:"M15 12H3"}],["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"}]];var OM=[["path",{d:"m16 17 5-5-5-5"}],["path",{d:"M21 12H9"}],["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}]];var NM=[["path",{d:"M3 5h1"}],["path",{d:"M3 12h1"}],["path",{d:"M3 19h1"}],["path",{d:"M8 5h1"}],["path",{d:"M8 12h1"}],["path",{d:"M8 19h1"}],["path",{d:"M13 5h8"}],["path",{d:"M13 12h8"}],["path",{d:"M13 19h8"}]];var zM=[["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}],["path",{d:"M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0"}]];var _M=[["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"}],["path",{d:"M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14"}],["path",{d:"M10 20h4"}],["circle",{cx:"16",cy:"20",r:"2"}],["circle",{cx:"8",cy:"20",r:"2"}]];var qM=[["path",{d:"m12 15 4 4"}],["path",{d:"M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282z"}],["path",{d:"m5 8 4 4"}]];var UM=[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"m16 19 2 2 4-4"}]];var $M=[["path",{d:"M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M16 19h6"}]];var jM=[["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"}],["path",{d:"m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10"}]];var GM=[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M19 16v6"}],["path",{d:"M16 19h6"}]];var qn=[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["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"}],["path",{d:"M20 22v.01"}]];var ZM=[["path",{d:"M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"}],["circle",{cx:"18",cy:"18",r:"3"}],["path",{d:"m22 22-1.5-1.5"}]];var XM=[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"M20 14v4"}],["path",{d:"M20 22v.01"}]];var JM=[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"}],["path",{d:"m17 17 4 4"}],["path",{d:"m21 17-4 4"}]];var KM=[["path",{d:"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}]];var YM=[["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"}],["polyline",{points:"15,9 18,9 18,11"}],["path",{d:"M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2"}],["line",{x1:"6",x2:"7",y1:"10",y2:"10"}]];var QM=[["path",{d:"M17 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 1-1.732"}],["path",{d:"m22 5.5-6.419 4.179a2 2 0 0 1-2.162 0L7 5.5"}],["rect",{x:"7",y:"3",width:"15",height:"12",rx:"2"}]];var e6=[["path",{d:"m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V14"}],["path",{d:"M15 5.764V14"}],["path",{d:"M21 18h-6"}],["path",{d:"M9 3.236v15"}]];var t6=[["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"}],["path",{d:"m9 10 2 2 4-4"}]];var a6=[["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"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"m16 18 2 2 4-4"}]];var r6=[["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"}],["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"}],["path",{d:"M18 22v-3"}],["circle",{cx:"10",cy:"10",r:"3"}]];var o6=[["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"}],["path",{d:"M9 10h6"}]];var s6=[["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"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M16 18h6"}]];var n6=[["path",{d:"M12.75 7.09a3 3 0 0 1 2.16 2.16"}],["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"}],["path",{d:"m2 2 20 20"}],["path",{d:"M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533"}],["path",{d:"M9.13 9.13a3 3 0 0 0 3.74 3.74"}]];var Un=[["path",{d:"M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468"}],["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"}],["circle",{cx:"10",cy:"10",r:"3"}]];var l6=[["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"}],["path",{d:"M12 7v6"}],["path",{d:"M9 10h6"}]];var i6=[["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"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M16 18h6"}],["path",{d:"M19 15v6"}]];var d6=[["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"}],["path",{d:"m14.5 7.5-5 5"}],["path",{d:"m9.5 7.5 5 5"}]];var p6=[["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"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"m21.5 15.5-5 5"}],["path",{d:"m21.5 20.5-5-5"}]];var c6=[["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"}],["circle",{cx:"12",cy:"10",r:"3"}]];var u6=[["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"}],["circle",{cx:"12",cy:"8",r:"2"}],["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"}]];var f6=[["path",{d:"m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V12"}],["path",{d:"M15 5.764V12"}],["path",{d:"M18 15v6"}],["path",{d:"M21 18h-6"}],["path",{d:"M9 3.236v15"}]];var h6=[["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"}],["path",{d:"M15 5.764v15"}],["path",{d:"M9 3.236v15"}]];var m6=[["path",{d:"m14 6 4 4"}],["path",{d:"M17 3h4v4"}],["path",{d:"m21 3-7.75 7.75"}],["circle",{cx:"9",cy:"15",r:"6"}]];var x6=[["path",{d:"M16 3h5v5"}],["path",{d:"m21 3-6.75 6.75"}],["circle",{cx:"10",cy:"14",r:"6"}]];var g6=[["path",{d:"M8 22h8"}],["path",{d:"M12 11v11"}],["path",{d:"m19 3-7 8-7-8Z"}]];var M6=[["path",{d:"M15 3h6v6"}],["path",{d:"m21 3-7 7"}],["path",{d:"m3 21 7-7"}],["path",{d:"M9 21H3v-6"}]];var y6=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3"}]];var v6=[["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"}],["path",{d:"M11 12 5.12 2.2"}],["path",{d:"m13 12 5.88-9.8"}],["path",{d:"M8 7h8"}],["circle",{cx:"12",cy:"17",r:"5"}],["path",{d:"M12 18v-2h-.5"}]];var b6=[["path",{d:"M11.636 6A13 13 0 0 0 19.4 3.2 1 1 0 0 1 21 4v11.344"}],["path",{d:"M14.378 14.357A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1"}],["path",{d:"m2 2 20 20"}],["path",{d:"M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14"}],["path",{d:"M8 8v6"}]];var C6=[["path",{d:"M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z"}],["path",{d:"M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14"}],["path",{d:"M8 6v8"}]];var w6=[["circle",{cx:"12",cy:"12",r:"10"}],["line",{x1:"8",x2:"16",y1:"15",y2:"15"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]];var S6=[["path",{d:"M6 19v-3"}],["path",{d:"M10 19v-3"}],["path",{d:"M14 19v-3"}],["path",{d:"M18 19v-3"}],["path",{d:"M8 11V9"}],["path",{d:"M16 11V9"}],["path",{d:"M12 11V9"}],["path",{d:"M2 15h20"}],["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"}]];var A6=[["path",{d:"M4 5h16"}],["path",{d:"M4 12h16"}],["path",{d:"M4 19h16"}]];var k6=[["path",{d:"m8 6 4-4 4 4"}],["path",{d:"M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22"}],["path",{d:"m20 22-5-5"}]];var T6=[["path",{d:"m10 9-3 3 3 3"}],["path",{d:"m14 15 3-3-3-3"}],["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}]];var L6=[["path",{d:"M10.1 2.182a10 10 0 0 1 3.8 0"}],["path",{d:"M13.9 21.818a10 10 0 0 1-3.8 0"}],["path",{d:"M17.609 3.72a10 10 0 0 1 2.69 2.7"}],["path",{d:"M2.182 13.9a10 10 0 0 1 0-3.8"}],["path",{d:"M20.28 17.61a10 10 0 0 1-2.7 2.69"}],["path",{d:"M21.818 10.1a10 10 0 0 1 0 3.8"}],["path",{d:"M3.721 6.391a10 10 0 0 1 2.7-2.69"}],["path",{d:"m6.163 21.117-2.906.85a1 1 0 0 1-1.236-1.169l.965-2.98"}]];var E6=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}],["path",{d:"M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 5.004 2.224 3 3 0 0 1-.832 2.083l-3.447 3.62a1 1 0 0 1-1.45-.001z"}]];var H6=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}],["path",{d:"M8 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M16 12h.01"}]];var P6=[["path",{d:"m2 2 20 20"}],["path",{d:"M4.93 4.929a10 10 0 0 0-1.938 11.412 2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 0 0 11.302-1.989"}],["path",{d:"M8.35 2.69A10 10 0 0 1 21.3 15.65"}]];var R6=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var $n=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}],["path",{d:"M12 17h.01"}]];var I6=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}],["path",{d:"m10 15-3-3 3-3"}],["path",{d:"M7 12h8a2 2 0 0 1 2 2v1"}]];var B6=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}],["path",{d:"M12 8v4"}],["path",{d:"M12 16h.01"}]];var D6=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var V6=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719"}]];var F6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"m10 8-3 3 3 3"}],["path",{d:"m14 14 3-3-3-3"}]];var W6=[["path",{d:"M12 19h.01"}],["path",{d:"M12 3h.01"}],["path",{d:"M16 19h.01"}],["path",{d:"M16 3h.01"}],["path",{d:"M2 13h.01"}],["path",{d:"M2 17v4.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H8"}],["path",{d:"M2 5a2 2 0 0 1 2-2"}],["path",{d:"M2 9h.01"}],["path",{d:"M20 3a2 2 0 0 1 2 2"}],["path",{d:"M22 13h.01"}],["path",{d:"M22 17a2 2 0 0 1-2 2"}],["path",{d:"M22 9h.01"}],["path",{d:"M8 3h.01"}]];var O6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M10 15h4"}],["path",{d:"M10 9h4"}],["path",{d:"M12 7v4"}]];var N6=[["path",{d:"M12.7 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4.7"}],["circle",{cx:"19",cy:"6",r:"3"}]];var z6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M7.5 9.5c0 .687.265 1.383.697 1.844l3.009 3.264a1.14 1.14 0 0 0 .407.314 1 1 0 0 0 .783-.004 1.14 1.14 0 0 0 .398-.31l3.008-3.264A2.77 2.77 0 0 0 16.5 9.5 2.5 2.5 0 0 0 12 8a2.5 2.5 0 0 0-4.5 1.5"}]];var _6=[["path",{d:"M22 8.5V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H10"}],["path",{d:"M20 15v-2a2 2 0 0 0-4 0v2"}],["rect",{x:"14",y:"15",width:"8",height:"5",rx:"1"}]];var q6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M12 11h.01"}],["path",{d:"M16 11h.01"}],["path",{d:"M8 11h.01"}]];var U6=[["path",{d:"M19 19H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.7.7 0 0 1 2 21.286V5a2 2 0 0 1 1.184-1.826"}],["path",{d:"m2 2 20 20"}],["path",{d:"M8.656 3H20a2 2 0 0 1 2 2v11.344"}]];var $6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M12 8v6"}],["path",{d:"M9 11h6"}]];var j6=[["path",{d:"M14 14a2 2 0 0 0 2-2V8h-2"}],["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M8 14a2 2 0 0 0 2-2V8H8"}]];var G6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"m10 8-3 3 3 3"}],["path",{d:"M17 14v-1a2 2 0 0 0-2-2H7"}]];var Z6=[["path",{d:"M12 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4"}],["path",{d:"M16 3h6v6"}],["path",{d:"m16 9 6-6"}]];var X6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M7 11h10"}],["path",{d:"M7 15h6"}],["path",{d:"M7 7h8"}]];var J6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"M12 15h.01"}],["path",{d:"M12 7v4"}]];var K6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}],["path",{d:"m14.5 8.5-5 5"}],["path",{d:"m9.5 8.5 5 5"}]];var Y6=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z"}]];var Q6=[["path",{d:"M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"}],["path",{d:"M20 9a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1"}]];var e8=[["path",{d:"M12 19v3"}],["path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33"}],["path",{d:"M16.95 16.95A7 7 0 0 1 5 12v-2"}],["path",{d:"M18.89 13.23A7 7 0 0 0 19 12v-2"}],["path",{d:"m2 2 20 20"}],["path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12"}]];var jn=[["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"}],["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"}],["circle",{cx:"16",cy:"7",r:"5"}]];var t8=[["path",{d:"M12 19v3"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}],["rect",{x:"9",y:"2",width:"6",height:"13",rx:"3"}]];var a8=[["path",{d:"M18 12h2"}],["path",{d:"M18 16h2"}],["path",{d:"M18 20h2"}],["path",{d:"M18 4h2"}],["path",{d:"M18 8h2"}],["path",{d:"M4 12h2"}],["path",{d:"M4 16h2"}],["path",{d:"M4 20h2"}],["path",{d:"M4 4h2"}],["path",{d:"M4 8h2"}],["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"}]];var r8=[["path",{d:"M6 18h8"}],["path",{d:"M3 22h18"}],["path",{d:"M14 22a7 7 0 1 0 0-14h-1"}],["path",{d:"M9 14h2"}],["path",{d:"M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z"}],["path",{d:"M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3"}]];var o8=[["rect",{width:"20",height:"15",x:"2",y:"4",rx:"2"}],["rect",{width:"8",height:"7",x:"6",y:"8",rx:"1"}],["path",{d:"M18 8v7"}],["path",{d:"M6 19v2"}],["path",{d:"M18 19v2"}]];var s8=[["path",{d:"M12 13v8"}],["path",{d:"M12 3v3"}],["path",{d:"M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z"}]];var n8=[["path",{d:"M8 2h8"}],["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"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var l8=[["path",{d:"M8 2h8"}],["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"}],["path",{d:"M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0"}]];var i8=[["path",{d:"m14 10 7-7"}],["path",{d:"M20 10h-6V4"}],["path",{d:"m3 21 7-7"}],["path",{d:"M4 14h6v6"}]];var d8=[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3"}]];var p8=[["path",{d:"M5 12h14"}]];var c8=[["path",{d:"m9 10 2 2 4-4"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]];var u8=[["path",{d:"M11 13a3 3 0 1 1 2.83-4H14a2 2 0 0 1 0 4z"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2"}]];var f8=[["path",{d:"M12 17v4"}],["path",{d:"m14.305 7.53.923-.382"}],["path",{d:"m15.228 4.852-.923-.383"}],["path",{d:"m16.852 3.228-.383-.924"}],["path",{d:"m16.852 8.772-.383.923"}],["path",{d:"m19.148 3.228.383-.924"}],["path",{d:"m19.53 9.696-.382-.924"}],["path",{d:"m20.772 4.852.924-.383"}],["path",{d:"m20.772 7.148.924.383"}],["path",{d:"M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7"}],["path",{d:"M8 21h8"}],["circle",{cx:"18",cy:"6",r:"3"}]];var h8=[["path",{d:"M12 17v4"}],["path",{d:"M22 12.307V15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8.693"}],["path",{d:"M8 21h8"}],["circle",{cx:"19",cy:"6",r:"3"}]];var m8=[["path",{d:"M12 13V7"}],["path",{d:"m15 10-3 3-3-3"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]];var x8=[["path",{d:"M17 17H4a2 2 0 0 1-2-2V5c0-1.5 1-2 1-2"}],["path",{d:"M22 15V5a2 2 0 0 0-2-2H9"}],["path",{d:"M8 21h8"}],["path",{d:"M12 17v4"}],["path",{d:"m2 2 20 20"}]];var g8=[["path",{d:"M10 13V7"}],["path",{d:"M14 13V7"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]];var M8=[["path",{d:"M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2"}]];var y8=[["path",{d:"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8"}],["path",{d:"M10 19v-3.96 3.15"}],["path",{d:"M7 19h5"}],["rect",{width:"6",height:"10",x:"16",y:"12",rx:"2"}]];var v8=[["path",{d:"M5.5 20H8"}],["path",{d:"M17 9h.01"}],["rect",{width:"10",height:"16",x:"12",y:"4",rx:"2"}],["path",{d:"M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4"}],["circle",{cx:"17",cy:"15",r:"1"}]];var b8=[["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2"}],["rect",{x:"9",y:"7",width:"6",height:"6",rx:"1"}]];var C8=[["path",{d:"m9 10 3-3 3 3"}],["path",{d:"M12 13V7"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]];var w8=[["path",{d:"m14.5 12.5-5-5"}],["path",{d:"m9.5 12.5 5-5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}]];var S8=[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21"}]];var A8=[["path",{d:"M18 5h4"}],["path",{d:"M20 3v4"}],["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"}]];var k8=[["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"}]];var T8=[["path",{d:"m18 14-1-3"}],["path",{d:"m3 9 6 2a2 2 0 0 1 2-2h2a2 2 0 0 1 1.99 1.81"}],["path",{d:"M8 17h3a1 1 0 0 0 1-1 6 6 0 0 1 6-6 1 1 0 0 0 1-1v-.75A5 5 0 0 0 17 5"}],["circle",{cx:"19",cy:"17",r:"3"}],["circle",{cx:"5",cy:"17",r:"3"}]];var L8=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}],["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"}]];var E8=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z"}]];var H8=[["path",{d:"M12 6v.343"}],["path",{d:"M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218"}],["path",{d:"M19 13.343V9A7 7 0 0 0 8.56 2.902"}],["path",{d:"M22 22 2 2"}]];var P8=[["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"}]];var R8=[["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"}],["circle",{cx:"16",cy:"16",r:"6"}],["path",{d:"m11.8 11.8 8.4 8.4"}]];var I8=[["path",{d:"M14 4.1 12 6"}],["path",{d:"m5.1 8-2.9-.8"}],["path",{d:"m6 12-1.9 2"}],["path",{d:"M7.2 2.2 8 5.1"}],["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"}]];var B8=[["path",{d:"M12.586 12.586 19 19"}],["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"}]];var D8=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7"}],["path",{d:"M12 6v4"}]];var Gn=[["path",{d:"M5 3v16h16"}],["path",{d:"m5 19 6-6"}],["path",{d:"m2 6 3-3 3 3"}],["path",{d:"m18 16 3 3-3 3"}]];var V8=[["path",{d:"M19 13v6h-6"}],["path",{d:"M5 11V5h6"}],["path",{d:"m5 5 14 14"}]];var F8=[["path",{d:"M11 19H5v-6"}],["path",{d:"M13 5h6v6"}],["path",{d:"M19 5 5 19"}]];var W8=[["path",{d:"M11 19H5V13"}],["path",{d:"M19 5L5 19"}]];var O8=[["path",{d:"M19 13V19H13"}],["path",{d:"M5 5L19 19"}]];var N8=[["path",{d:"M8 18L12 22L16 18"}],["path",{d:"M12 2V22"}]];var z8=[["path",{d:"m18 8 4 4-4 4"}],["path",{d:"M2 12h20"}],["path",{d:"m6 8-4 4 4 4"}]];var _8=[["path",{d:"M6 8L2 12L6 16"}],["path",{d:"M2 12H22"}]];var q8=[["path",{d:"M18 8L22 12L18 16"}],["path",{d:"M2 12H22"}]];var U8=[["path",{d:"M5 11V5H11"}],["path",{d:"M5 5L19 19"}]];var $8=[["path",{d:"M13 5H19V11"}],["path",{d:"M19 5L5 19"}]];var j8=[["path",{d:"M8 6L12 2L16 6"}],["path",{d:"M12 2V22"}]];var G8=[["path",{d:"M12 2v20"}],["path",{d:"m8 18 4 4 4-4"}],["path",{d:"m8 6 4-4 4 4"}]];var Z8=[["path",{d:"M12 2v20"}],["path",{d:"m15 19-3 3-3-3"}],["path",{d:"m19 9 3 3-3 3"}],["path",{d:"M2 12h20"}],["path",{d:"m5 9-3 3 3 3"}],["path",{d:"m9 5 3-3 3 3"}]];var X8=[["circle",{cx:"8",cy:"18",r:"4"}],["path",{d:"M12 18V2l7 4"}]];var J8=[["circle",{cx:"12",cy:"18",r:"4"}],["path",{d:"M16 18V2"}]];var K8=[["path",{d:"M9 18V5l12-2v13"}],["path",{d:"m9 9 12-2"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]];var Y8=[["path",{d:"M9 18V5l12-2v13"}],["circle",{cx:"6",cy:"18",r:"3"}],["circle",{cx:"18",cy:"16",r:"3"}]];var Q8=[["path",{d:"M9.31 9.31 5 21l7-4 7 4-1.17-3.17"}],["path",{d:"M14.53 8.88 12 2l-1.17 3.17"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var ey=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2"}]];var ty=[["path",{d:"M8.43 8.43 3 11l8 2 2 8 2.57-5.43"}],["path",{d:"M17.39 11.73 22 2l-9.73 4.61"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var ay=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11"}]];var ry=[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3"}],["path",{d:"M12 12V8"}]];var oy=[["path",{d:"M15 18h-5"}],["path",{d:"M18 14h-8"}],["path",{d:"M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-4 0v-9a2 2 0 0 1 2-2h2"}],["rect",{width:"8",height:"4",x:"10",y:"6",rx:"1"}]];var sy=[["path",{d:"M6 8.32a7.43 7.43 0 0 1 0 7.36"}],["path",{d:"M9.46 6.21a11.76 11.76 0 0 1 0 11.58"}],["path",{d:"M12.91 4.1a15.91 15.91 0 0 1 .01 15.8"}],["path",{d:"M16.37 2a20.16 20.16 0 0 1 0 20"}]];var ny=[["path",{d:"M12 2v10"}],["path",{d:"m8.5 4 7 4"}],["path",{d:"m8.5 8 7-4"}],["circle",{cx:"12",cy:"17",r:"5"}]];var ly=[["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"}],["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["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"}]];var iy=[["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M15 2v20"}],["path",{d:"M15 7h5"}],["path",{d:"M15 12h5"}],["path",{d:"M15 17h5"}]];var dy=[["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M9.5 8h5"}],["path",{d:"M9.5 12H16"}],["path",{d:"M9.5 16H14"}]];var py=[["path",{d:"M2 6h4"}],["path",{d:"M2 10h4"}],["path",{d:"M2 14h4"}],["path",{d:"M2 18h4"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M16 2v20"}]];var cy=[["path",{d:"M8 2v4"}],["path",{d:"M12 2v4"}],["path",{d:"M16 2v4"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2"}],["path",{d:"M20 12v2"}],["path",{d:"M20 18v2a2 2 0 0 1-2 2h-1"}],["path",{d:"M13 22h-2"}],["path",{d:"M7 22H6a2 2 0 0 1-2-2v-2"}],["path",{d:"M4 14v-2"}],["path",{d:"M4 8V6a2 2 0 0 1 2-2h2"}],["path",{d:"M8 10h6"}],["path",{d:"M8 14h8"}],["path",{d:"M8 18h5"}]];var uy=[["path",{d:"M8 2v4"}],["path",{d:"M12 2v4"}],["path",{d:"M16 2v4"}],["rect",{width:"16",height:"18",x:"4",y:"4",rx:"2"}],["path",{d:"M8 10h6"}],["path",{d:"M8 14h8"}],["path",{d:"M8 18h5"}]];var fy=[["path",{d:"M12 4V2"}],["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"}],["path",{d:"M19 10v3.343"}],["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"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var hy=[["path",{d:"M12 4V2"}],["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"}],["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"}]];var Zn=[["path",{d:"M12 16h.01"}],["path",{d:"M12 8v4"}],["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"}]];var my=[["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"}],["path",{d:"M8 12h8"}]];var Xn=[["path",{d:"M10 15V9"}],["path",{d:"M14 15V9"}],["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"}]];var Jn=[["path",{d:"m15 9-6 6"}],["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"}],["path",{d:"m9 9 6 6"}]];var xy=[["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"}]];var gy=[["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"}]];var My=[["path",{d:"M3 3h6l6 18h6"}],["path",{d:"M14 3h7"}]];var yy=[["path",{d:"M20.341 6.484A10 10 0 0 1 10.266 21.85"}],["path",{d:"M3.659 17.516A10 10 0 0 1 13.74 2.152"}],["circle",{cx:"12",cy:"12",r:"3"}],["circle",{cx:"19",cy:"5",r:"2"}],["circle",{cx:"5",cy:"19",r:"2"}]];var vy=[["path",{d:"M12 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025"}],["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"}],["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"}]];var by=[["path",{d:"M12 3v6"}],["path",{d:"M16.76 3a2 2 0 0 1 1.8 1.1l2.23 4.479a2 2 0 0 1 .21.891V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9.472a2 2 0 0 1 .211-.894L5.45 4.1A2 2 0 0 1 7.24 3z"}],["path",{d:"M3.054 9.013h17.893"}]];var Cy=[["path",{d:"m16 16 2 2 4-4"}],["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"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]];var wy=[["path",{d:"M16 16h6"}],["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"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]];var Sy=[["path",{d:"M12 22v-9"}],["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"}],["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"}],["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"}]];var Ay=[["path",{d:"M16 16h6"}],["path",{d:"M19 13v6"}],["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"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}]];var ky=[["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"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}],["circle",{cx:"18.5",cy:"15.5",r:"2.5"}],["path",{d:"M20.27 17.27 22 19"}]];var Ty=[["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"}],["path",{d:"m7.5 4.27 9 5.15"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12"}],["path",{d:"m17 13 5 5m-5 0 5-5"}]];var Ly=[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z"}],["path",{d:"M12 22V12"}],["polyline",{points:"3.29 7 12 12 20.71 7"}],["path",{d:"m7.5 4.27 9 5.15"}]];var Ey=[["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"}],["path",{d:"m5 2 5 5"}],["path",{d:"M2 13h15"}],["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"}]];var Hy=[["rect",{width:"16",height:"6",x:"2",y:"2",rx:"2"}],["path",{d:"M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2"}],["rect",{width:"4",height:"6",x:"8",y:"16",rx:"1"}]];var Kn=[["path",{d:"M10 2v2"}],["path",{d:"M14 2v4"}],["path",{d:"M17 2a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1z"}],["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"}]];var Py=[["path",{d:"m14.622 17.897-10.68-2.913"}],["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"}],["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"}]];var Ry=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor"}]];var Iy=[["path",{d:"M11.25 17.25h1.5L12 18z"}],["path",{d:"m15 12 2 2"}],["path",{d:"M18 6.5a.5.5 0 0 0-.5-.5"}],["path",{d:"M20.69 9.67a4.5 4.5 0 1 0-7.04-5.5 8.35 8.35 0 0 0-3.3 0 4.5 4.5 0 1 0-7.04 5.5C2.49 11.2 2 12.88 2 14.5 2 19.47 6.48 22 12 22s10-2.53 10-7.5c0-1.62-.48-3.3-1.3-4.83"}],["path",{d:"M6 6.5a.495.495 0 0 1 .5-.5"}],["path",{d:"m9 12-2 2"}]];var By=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m15 8-3 3-3-3"}]];var Yn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M14 15h1"}],["path",{d:"M19 15h2"}],["path",{d:"M3 15h2"}],["path",{d:"M9 15h1"}]];var Dy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}],["path",{d:"m9 10 3-3 3 3"}]];var Vy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h18"}]];var Qn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m16 15-3-3 3-3"}]];var el=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 14v1"}],["path",{d:"M9 19v2"}],["path",{d:"M9 3v2"}],["path",{d:"M9 9v1"}]];var tl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"m14 9 3 3-3 3"}]];var Fy=[["path",{d:"M15 10V9"}],["path",{d:"M15 15v-1"}],["path",{d:"M15 21v-2"}],["path",{d:"M15 5V3"}],["path",{d:"M9 10V9"}],["path",{d:"M9 15v-1"}],["path",{d:"M9 21v-2"}],["path",{d:"M9 5V3"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var al=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}]];var Wy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m8 9 3 3-3 3"}]];var rl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 14v1"}],["path",{d:"M15 19v2"}],["path",{d:"M15 3v2"}],["path",{d:"M15 9v1"}]];var Oy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}],["path",{d:"m10 15-3-3 3-3"}]];var Ny=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M15 3v18"}]];var zy=[["path",{d:"M14 15h1"}],["path",{d:"M14 9h1"}],["path",{d:"M19 15h2"}],["path",{d:"M19 9h2"}],["path",{d:"M3 15h2"}],["path",{d:"M3 9h2"}],["path",{d:"M9 15h1"}],["path",{d:"M9 9h1"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var _y=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m9 16 3-3 3 3"}]];var ol=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M14 9h1"}],["path",{d:"M19 9h2"}],["path",{d:"M3 9h2"}],["path",{d:"M9 9h1"}]];var qy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"m15 14-3 3-3-3"}]];var Uy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}]];var $y=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 3v18"}],["path",{d:"M9 15h12"}]];var jy=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 15h12"}],["path",{d:"M15 3v18"}]];var sl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M9 21V9"}]];var Gy=[["path",{d:"m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551"}]];var Zy=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}]];var Xy=[["path",{d:"M11 15h2"}],["path",{d:"M12 12v3"}],["path",{d:"M12 19v3"}],["path",{d:"M15.282 19a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z"}],["path",{d:"M9 9a3 3 0 1 1 6 0"}]];var Jy=[["path",{d:"M5.8 11.3 2 22l10.7-3.79"}],["path",{d:"M4 3h.01"}],["path",{d:"M22 8h.01"}],["path",{d:"M15 2h.01"}],["path",{d:"M22 20h.01"}],["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"}],["path",{d:"m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17"}],["path",{d:"m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7"}],["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"}]];var Ky=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1"}]];var Yy=[["circle",{cx:"11",cy:"4",r:"2"}],["circle",{cx:"18",cy:"8",r:"2"}],["circle",{cx:"20",cy:"16",r:"2"}],["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"}]];var Qy=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2"}],["path",{d:"M15 14h.01"}],["path",{d:"M9 6h6"}],["path",{d:"M9 10h6"}]];var nl=[["path",{d:"M13 21h8"}],["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"}]];var e7=[["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"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353"}],["path",{d:"m2 2 20 20"}]];var t7=[["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"}],["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"}],["path",{d:"m2.3 2.3 7.286 7.286"}],["circle",{cx:"11",cy:"11",r:"2"}]];var ll=[["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"}]];var a7=[["path",{d:"M13 21h8"}],["path",{d:"m15 5 4 4"}],["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"}]];var r7=[["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"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353"}],["path",{d:"m15 5 4 4"}],["path",{d:"m2 2 20 20"}]];var o7=[["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"}],["path",{d:"m8 6 2-2"}],["path",{d:"m18 16 2-2"}],["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"}],["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"}],["path",{d:"m15 5 4 4"}]];var s7=[["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"}],["path",{d:"m15 5 4 4"}]];var n7=[["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"}]];var l7=[["line",{x1:"19",x2:"5",y1:"5",y2:"19"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5"}]];var i7=[["circle",{cx:"12",cy:"5",r:"1"}],["path",{d:"m9 20 3-6 3 6"}],["path",{d:"m6 8 6 2 6-2"}],["path",{d:"M12 10v4"}]];var d7=[["path",{d:"M20 11H4"}],["path",{d:"M20 7H4"}],["path",{d:"M7 21V4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 12H7"}]];var p7=[["path",{d:"M13 2a9 9 0 0 1 9 9"}],["path",{d:"M13 6a5 5 0 0 1 5 5"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var c7=[["path",{d:"M14 6h8"}],["path",{d:"m18 2 4 4-4 4"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var u7=[["path",{d:"M16 2v6h6"}],["path",{d:"m22 2-6 6"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var f7=[["path",{d:"m16 2 6 6"}],["path",{d:"m22 2-6 6"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var h7=[["path",{d:"M10.1 13.9a14 14 0 0 0 3.732 2.668 1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2 18 18 0 0 1-12.728-5.272"}],["path",{d:"M22 2 2 22"}],["path",{d:"M4.76 13.582A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 .244.473"}]];var m7=[["path",{d:"m16 8 6-6"}],["path",{d:"M22 8V2h-6"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var x7=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}]];var g7=[["line",{x1:"9",x2:"9",y1:"4",y2:"20"}],["path",{d:"M4 7c0-1.7 1.3-3 3-3h13"}],["path",{d:"M18 20c-1.7 0-3-1.3-3-3V4"}]];var M7=[["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"}],["path",{d:"M2 14h20"}],["path",{d:"M6 14v4"}],["path",{d:"M10 14v4"}],["path",{d:"M14 14v4"}],["path",{d:"M18 14v4"}]];var y7=[["path",{d:"m14 13-8.381 8.38a1 1 0 0 1-3.001-3L11 9.999"}],["path",{d:"M15.973 4.027A13 13 0 0 0 5.902 2.373c-1.398.342-1.092 2.158.277 2.601a19.9 19.9 0 0 1 5.822 3.024"}],["path",{d:"M16.001 11.999a19.9 19.9 0 0 1 3.024 5.824c.444 1.369 2.26 1.676 2.603.278A13 13 0 0 0 20 8.069"}],["path",{d:"M18.352 3.352a1.205 1.205 0 0 0-1.704 0l-5.296 5.296a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l5.296-5.296a1.205 1.205 0 0 0 0-1.704z"}]];var v7=[["path",{d:"M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4"}],["rect",{width:"10",height:"7",x:"12",y:"13",rx:"2"}]];var b7=[["path",{d:"M2 10h6V4"}],["path",{d:"m2 4 6 6"}],["path",{d:"M21 10V7a2 2 0 0 0-2-2h-7"}],["path",{d:"M3 14v2a2 2 0 0 0 2 2h3"}],["rect",{x:"12",y:"14",width:"10",height:"7",rx:"1"}]];var C7=[["path",{d:"M11 17h3v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a3.16 3.16 0 0 0 2-2h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-1a5 5 0 0 0-2-4V3a4 4 0 0 0-3.2 1.6l-.3.4H11a6 6 0 0 0-6 6v1a5 5 0 0 0 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1z"}],["path",{d:"M16 10h.01"}],["path",{d:"M2 8v1a2 2 0 0 0 2 2h1"}]];var w7=[["path",{d:"M14 3v11"}],["path",{d:"M14 9h-3a3 3 0 0 1 0-6h9"}],["path",{d:"M18 3v11"}],["path",{d:"M22 18H2l4-4"}],["path",{d:"m6 22-4-4"}]];var S7=[["path",{d:"M10 3v11"}],["path",{d:"M10 9H7a1 1 0 0 1 0-6h8"}],["path",{d:"M14 3v11"}],["path",{d:"m18 14 4 4H2"}],["path",{d:"m22 18-4 4"}]];var A7=[["path",{d:"M13 4v16"}],["path",{d:"M17 4v16"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"}]];var k7=[["path",{d:"M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4"}],["path",{d:"M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7"}],["rect",{width:"16",height:"5",x:"4",y:"2",rx:"1"}]];var T7=[["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"}],["path",{d:"m8.5 8.5 7 7"}]];var L7=[["path",{d:"M12 17v5"}],["path",{d:"M15 9.34V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H7.89"}],["path",{d:"m2 2 20 20"}],["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"}]];var E7=[["path",{d:"M12 17v5"}],["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"}]];var H7=[["path",{d:"m12 9-8.414 8.414A2 2 0 0 0 3 18.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 3.828 21h1.344a2 2 0 0 0 1.414-.586L15 12"}],["path",{d:"m18 9 .4.4a1 1 0 1 1-3 3l-3.8-3.8a1 1 0 1 1 3-3l.4.4 3.4-3.4a1 1 0 1 1 3 3z"}],["path",{d:"m2 22 .414-.414"}]];var P7=[["path",{d:"m12 14-1 1"}],["path",{d:"m13.75 18.25-1.25 1.42"}],["path",{d:"M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12"}],["path",{d:"M18.8 9.3a1 1 0 0 0 2.1 7.7"}],["path",{d:"M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z"}]];var R7=[["path",{d:"M2 22h20"}],["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"}]];var I7=[["path",{d:"M2 22h20"}],["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"}]];var B7=[["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"}]];var D7=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z"}]];var V7=[["path",{d:"M9 2v6"}],["path",{d:"M15 2v6"}],["path",{d:"M12 17v5"}],["path",{d:"M5 8h14"}],["path",{d:"M6 11V8h12v3a6 6 0 1 1-12 0Z"}]];var il=[["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"}],["path",{d:"m2 22 3-3"}],["path",{d:"M7.5 13.5 10 11"}],["path",{d:"M10.5 16.5 13 14"}],["path",{d:"m18 3-4 4h6l-4 4"}]];var F7=[["path",{d:"M12 22v-5"}],["path",{d:"M9 8V2"}],["path",{d:"M15 8V2"}],["path",{d:"M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z"}]];var W7=[["path",{d:"M5 12h14"}],["path",{d:"M12 5v14"}]];var O7=[["path",{d:"M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2-2 1-2 2 2 1 2 2"}],["path",{d:"M18 6h.01"}],["path",{d:"M6 18h.01"}],["path",{d:"M20.83 8.83a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z"}],["path",{d:"M18 11.66V22a4 4 0 0 0 4-4V6"}]];var N7=[["path",{d:"M20 3a2 2 0 0 1 2 2v6a1 1 0 0 1-20 0V5a2 2 0 0 1 2-2z"}],["path",{d:"m8 10 4 4 4-4"}]];var z7=[["path",{d:"M13 17a1 1 0 1 0-2 0l.5 4.5a0.5 0.5 0 0 0 1 0z",fill:"currentColor"}],["path",{d:"M16.85 18.58a9 9 0 1 0-9.7 0"}],["path",{d:"M8 14a5 5 0 1 1 8 0"}],["circle",{cx:"12",cy:"11",r:"1",fill:"currentColor"}]];var _7=[["path",{d:"M10 4.5V4a2 2 0 0 0-2.41-1.957"}],["path",{d:"M13.9 8.4a2 2 0 0 0-1.26-1.295"}],["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"}],["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"}],["path",{d:"M6 6v8"}],["path",{d:"m2 2 20 20"}]];var q7=[["path",{d:"M22 14a8 8 0 0 1-8 8"}],["path",{d:"M18 11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2"}],["path",{d:"M14 10V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1"}],["path",{d:"M10 9.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10"}],["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"}]];var U7=[["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"}],["path",{d:"m22 22-5.5-5.5"}]];var $7=[["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"}],["path",{d:"M10 22 9 8"}],["path",{d:"m14 22 1-14"}],["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"}]];var j7=[["path",{d:"M18 7c0-5.333-8-5.333-8 0"}],["path",{d:"M10 7v14"}],["path",{d:"M6 21h12"}],["path",{d:"M6 13h10"}]];var G7=[["path",{d:"M18.36 6.64A9 9 0 0 1 20.77 15"}],["path",{d:"M6.16 6.16a9 9 0 1 0 12.68 12.68"}],["path",{d:"M12 2v4"}],["path",{d:"m2 2 20 20"}]];var Z7=[["path",{d:"M12 2v10"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04"}]];var X7=[["path",{d:"M2 3h20"}],["path",{d:"M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3"}],["path",{d:"m7 21 5-5 5 5"}]];var J7=[["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"}],["path",{d:"m16 19 2 2 4-4"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6"}]];var K7=[["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"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6"}],["rect",{x:"6",y:"14",width:"12",height:"8",rx:"1"}]];var Y7=[["path",{d:"M5 7 3 5"}],["path",{d:"M9 6V3"}],["path",{d:"m13 7 2-2"}],["circle",{cx:"9",cy:"13",r:"3"}],["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"}],["path",{d:"M16 16h2"}]];var Q7=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M12 9v11"}],["path",{d:"M2 9h13a2 2 0 0 1 2 2v9"}]];var ev=[["path",{d:"M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z"}]];var tv=[["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"}],["path",{d:"M12 2v20"}]];var av=[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3"}],["path",{d:"M21 21v.01"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7"}],["path",{d:"M3 12h.01"}],["path",{d:"M12 3h.01"}],["path",{d:"M12 16v.01"}],["path",{d:"M16 12h1"}],["path",{d:"M21 12v.01"}],["path",{d:"M12 21v-1"}]];var rv=[["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"}],["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"}]];var ov=[["path",{d:"M13 16a3 3 0 0 1 2.24 5"}],["path",{d:"M18 12h.01"}],["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"}],["path",{d:"M20 8.54V4a2 2 0 1 0-4 0v3"}],["path",{d:"M7.612 12.524a3 3 0 1 0-1.6 4.3"}]];var sv=[["path",{d:"M19.07 4.93A10 10 0 0 0 6.99 3.34"}],["path",{d:"M4 6h.01"}],["path",{d:"M2.29 9.62A10 10 0 1 0 21.31 8.35"}],["path",{d:"M16.24 7.76A6 6 0 1 0 8.23 16.67"}],["path",{d:"M12 18h.01"}],["path",{d:"M17.99 11.66A6 6 0 0 1 15.77 16.67"}],["circle",{cx:"12",cy:"12",r:"2"}],["path",{d:"m13.41 10.59 5.66-5.66"}]];var nv=[["path",{d:"M12 12h.01"}],["path",{d:"M14 15.4641a4 4 0 0 1-4 0L7.52786 19.74597 A 1 1 0 0 0 7.99303 21.16211 10 10 0 0 0 16.00697 21.16211 1 1 0 0 0 16.47214 19.74597z"}],["path",{d:"M16 12a4 4 0 0 0-2-3.464l2.472-4.282a1 1 0 0 1 1.46-.305 10 10 0 0 1 4.006 6.94A1 1 0 0 1 21 12z"}],["path",{d:"M8 12a4 4 0 0 1 2-3.464L7.528 4.254a1 1 0 0 0-1.46-.305 10 10 0 0 0-4.006 6.94A1 1 0 0 0 3 12z"}]];var lv=[["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"}]];var iv=[["path",{d:"M5 16v2"}],["path",{d:"M19 16v2"}],["rect",{width:"20",height:"8",x:"2",y:"8",rx:"2"}],["path",{d:"M18 12h.01"}]];var dv=[["path",{d:"M4.9 16.1C1 12.2 1 5.8 4.9 1.9"}],["path",{d:"M7.8 4.7a6.14 6.14 0 0 0-.8 7.5"}],["circle",{cx:"12",cy:"9",r:"2"}],["path",{d:"M16.2 4.8c2 2 2.26 5.11.8 7.47"}],["path",{d:"M19.1 1.9a9.96 9.96 0 0 1 0 14.1"}],["path",{d:"M9.5 18h5"}],["path",{d:"m8 22 4-11 4 11"}]];var pv=[["path",{d:"M16.247 7.761a6 6 0 0 1 0 8.478"}],["path",{d:"M19.075 4.933a10 10 0 0 1 0 14.134"}],["path",{d:"M4.925 19.067a10 10 0 0 1 0-14.134"}],["path",{d:"M7.753 16.239a6 6 0 0 1 0-8.478"}],["circle",{cx:"12",cy:"12",r:"2"}]];var cv=[["path",{d:"M20.34 17.52a10 10 0 1 0-2.82 2.82"}],["circle",{cx:"19",cy:"19",r:"2"}],["path",{d:"m13.41 13.41 4.18 4.18"}],["circle",{cx:"12",cy:"12",r:"2"}]];var uv=[["path",{d:"M5 15h14"}],["path",{d:"M5 9h14"}],["path",{d:"m14 20-5-5 6-6-5-5"}]];var fv=[["path",{d:"M22 17a10 10 0 0 0-20 0"}],["path",{d:"M6 17a6 6 0 0 1 12 0"}],["path",{d:"M10 17a2 2 0 0 1 4 0"}]];var hv=[["path",{d:"M13 22H4a2 2 0 0 1 0-4h12"}],["path",{d:"M13.236 18a3 3 0 0 0-2.2-5"}],["path",{d:"M16 9h.01"}],["path",{d:"M16.82 3.94a3 3 0 1 1 3.237 4.868l1.815 2.587a1.5 1.5 0 0 1-1.5 2.1l-2.872-.453a3 3 0 0 0-3.5 3"}],["path",{d:"M17 4.988a3 3 0 1 0-5.2 2.052A7 7 0 0 0 4 14.015 4 4 0 0 0 8 18"}]];var mv=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var xv=[["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"}],["path",{d:"M12 6.5v11"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2"}]];var gv=[["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"}],["path",{d:"M8 12h5"}],["path",{d:"M16 9.5a4 4 0 1 0 0 5.2"}]];var Mv=[["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"}],["path",{d:"M8 7h8"}],["path",{d:"M12 17.5 8 15h1a4 4 0 0 0 0-8"}],["path",{d:"M8 11h8"}]];var yv=[["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"}],["path",{d:"m12 10 3-3"}],["path",{d:"m9 7 3 3v7.5"}],["path",{d:"M9 11h6"}],["path",{d:"M9 15h6"}]];var vv=[["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"}],["path",{d:"M8 13h5"}],["path",{d:"M10 17V9.5a2.5 2.5 0 0 1 5 0"}],["path",{d:"M8 17h7"}]];var bv=[["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"}],["path",{d:"M8 15h5"}],["path",{d:"M8 11h5a2 2 0 1 0 0-4h-3v10"}]];var Cv=[["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"}],["path",{d:"M10 17V7h5"}],["path",{d:"M10 11h4"}],["path",{d:"M8 15h5"}]];var wv=[["path",{d:"M13 16H8"}],["path",{d:"M14 8H8"}],["path",{d:"M16 12H8"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z"}]];var Sv=[["path",{d:"M10 6.5v11a5.5 5.5 0 0 0 5.5-5.5"}],["path",{d:"m14 8-6 3"}],["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"}]];var Av=[["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"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}],["path",{d:"M12 17.5v-11"}]];var kv=[["path",{d:"M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z"}],["circle",{cx:"14",cy:"12",r:"8"}]];var dl=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}],["path",{d:"M12 12h.01"}],["path",{d:"M17 12h.01"}],["path",{d:"M7 12h.01"}]];var Tv=[["path",{d:"M20 6a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-4a2 2 0 0 1-1.6-.8l-1.6-2.13a1 1 0 0 0-1.6 0L9.6 17.2A2 2 0 0 1 8 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z"}]];var Lv=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2"}]];var Ev=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2"}]];var Hv=[["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"}],["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"}],["path",{d:"m14 16-3 3 3 3"}],["path",{d:"M8.293 13.596 7.196 9.5 3.1 10.598"}],["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"}],["path",{d:"m13.378 9.633 4.096 1.098 1.097-4.096"}]];var Pv=[["path",{d:"m15 14 5-5-5-5"}],["path",{d:"M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13"}]];var Rv=[["circle",{cx:"12",cy:"17",r:"1"}],["path",{d:"M21 7v6h-6"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7"}]];var Iv=[["path",{d:"M21 7v6h-6"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7"}]];var Bv=[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16"}],["path",{d:"M16 16h5v5"}],["circle",{cx:"12",cy:"12",r:"1"}]];var Dv=[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16"}],["path",{d:"M16 16h5v5"}]];var Vv=[["path",{d:"M21 8L18.74 5.74A9.75 9.75 0 0 0 12 3C11 3 10.03 3.16 9.13 3.47"}],["path",{d:"M8 16H3v5"}],["path",{d:"M3 12C3 9.51 4 7.26 5.64 5.64"}],["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"}],["path",{d:"M21 12c0 1-.16 1.97-.47 2.87"}],["path",{d:"M21 3v5h-5"}],["path",{d:"M22 22 2 2"}]];var Fv=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"}],["path",{d:"M8 16H3v5"}]];var Wv=[["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"}],["path",{d:"M5 10h14"}],["path",{d:"M15 7v6"}]];var Ov=[["path",{d:"M17 3v10"}],["path",{d:"m12.67 5.5 8.66 5"}],["path",{d:"m12.67 10.5 8.66-5"}],["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"}]];var Nv=[["path",{d:"M4 7V4h16v3"}],["path",{d:"M5 20h6"}],["path",{d:"M13 4 8 20"}],["path",{d:"m15 15 5 5"}],["path",{d:"m20 15-5 5"}]];var zv=[["path",{d:"m17 2 4 4-4 4"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14"}],["path",{d:"m7 22-4-4 4-4"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3"}],["path",{d:"M11 10h1v4"}]];var _v=[["path",{d:"m2 9 3-3 3 3"}],["path",{d:"M13 18H7a2 2 0 0 1-2-2V6"}],["path",{d:"m22 15-3 3-3-3"}],["path",{d:"M11 6h6a2 2 0 0 1 2 2v10"}]];var qv=[["path",{d:"m17 2 4 4-4 4"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14"}],["path",{d:"m7 22-4-4 4-4"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3"}]];var Uv=[["path",{d:"M14 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1"}],["path",{d:"M14 4a1 1 0 0 1 1-1"}],["path",{d:"M15 10a1 1 0 0 1-1-1"}],["path",{d:"M19 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1"}],["path",{d:"M21 4a1 1 0 0 0-1-1"}],["path",{d:"M21 9a1 1 0 0 1-1 1"}],["path",{d:"m3 7 3 3 3-3"}],["path",{d:"M6 10V5a2 2 0 0 1 2-2h2"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1"}]];var $v=[["path",{d:"M14 4a1 1 0 0 1 1-1"}],["path",{d:"M15 10a1 1 0 0 1-1-1"}],["path",{d:"M21 4a1 1 0 0 0-1-1"}],["path",{d:"M21 9a1 1 0 0 1-1 1"}],["path",{d:"m3 7 3 3 3-3"}],["path",{d:"M6 10V5a2 2 0 0 1 2-2h2"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1"}]];var jv=[["path",{d:"m12 17-5-5 5-5"}],["path",{d:"M22 18v-2a4 4 0 0 0-4-4H7"}],["path",{d:"m7 17-5-5 5-5"}]];var Gv=[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4"}],["path",{d:"m9 17-5-5 5-5"}]];var Zv=[["path",{d:"M12 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 12 18z"}],["path",{d:"M22 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 22 18z"}]];var Xv=[["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"}],["path",{d:"m12 18 2.57-3.5"}],["path",{d:"M6.243 9.016a7 7 0 0 1 11.507-.009"}],["path",{d:"M9.35 14.53 12 11.22"}],["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"}]];var Jv=[["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"}],["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"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5"}]];var Kv=[["polyline",{points:"3.5 2 6.5 12.5 18 12.5"}],["line",{x1:"9.5",x2:"5.5",y1:"12.5",y2:"20"}],["line",{x1:"15",x2:"18.5",y1:"12.5",y2:"20"}],["path",{d:"M2.75 18a13 13 0 0 0 18.5 0"}]];var Yv=[["path",{d:"M6 19V5"}],["path",{d:"M10 19V6.8"}],["path",{d:"M14 19v-7.8"}],["path",{d:"M18 5v4"}],["path",{d:"M18 19v-6"}],["path",{d:"M22 19V9"}],["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"}]];var Qv=[["path",{d:"M17 10h-1a4 4 0 1 1 4-4v.534"}],["path",{d:"M17 6h1a4 4 0 0 1 1.42 7.74l-2.29.87a6 6 0 0 1-5.339-10.68l2.069-1.31"}],["path",{d:"M4.5 17c2.8-.5 4.4 0 5.5.8s1.8 2.2 2.3 3.7c-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2"}],["path",{d:"M9.77 12C4 15 2 22 2 22"}],["circle",{cx:"17",cy:"8",r:"2"}]];var pl=[["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"}],["path",{d:"m15.194 13.707 3.814 1.86-1.86 3.814"}],["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"}]];var e9=[["path",{d:"m14.5 9.5 1 1"}],["path",{d:"m15.5 8.5-4 4"}],["path",{d:"M3 12a9 9 0 1 0 9-9 9.74 9.74 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}],["circle",{cx:"10",cy:"14",r:"2"}]];var t9=[["path",{d:"M20 9V7a2 2 0 0 0-2-2h-6"}],["path",{d:"m15 2-3 3 3 3"}],["path",{d:"M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2"}]];var a9=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}],["path",{d:"M3 3v5h5"}]];var r9=[["path",{d:"M12 5H6a2 2 0 0 0-2 2v3"}],["path",{d:"m9 8 3-3-3-3"}],["path",{d:"M4 14v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2"}]];var o9=[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"}],["path",{d:"M21 3v5h-5"}]];var s9=[["circle",{cx:"6",cy:"19",r:"3"}],["path",{d:"M9 19h8.5c.4 0 .9-.1 1.3-.2"}],["path",{d:"M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12"}],["path",{d:"m2 2 20 20"}],["path",{d:"M21 15.3a3.5 3.5 0 0 0-3.3-3.3"}],["path",{d:"M15 5h-4.3"}],["circle",{cx:"18",cy:"5",r:"3"}]];var n9=[["circle",{cx:"6",cy:"19",r:"3"}],["path",{d:"M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15"}],["circle",{cx:"18",cy:"5",r:"3"}]];var l9=[["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2"}],["path",{d:"M6.01 18H6"}],["path",{d:"M10.01 18H10"}],["path",{d:"M15 10v4"}],["path",{d:"M17.84 7.17a4 4 0 0 0-5.66 0"}],["path",{d:"M20.66 4.34a8 8 0 0 0-11.31 0"}]];var cl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 12h18"}]];var ul=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var i9=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 7.5H3"}],["path",{d:"M21 12H3"}],["path",{d:"M21 16.5H3"}]];var d9=[["path",{d:"M4 11a9 9 0 0 1 9 9"}],["path",{d:"M4 4a16 16 0 0 1 16 16"}],["circle",{cx:"5",cy:"19",r:"1"}]];var p9=[["path",{d:"M12 15v-3.014"}],["path",{d:"M16 15v-3.014"}],["path",{d:"M20 6H4"}],["path",{d:"M20 8V4"}],["path",{d:"M4 8V4"}],["path",{d:"M8 15v-3.014"}],["rect",{x:"3",y:"12",width:"18",height:"7",rx:"1"}]];var c9=[["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"}],["path",{d:"m14.5 12.5 2-2"}],["path",{d:"m11.5 9.5 2-2"}],["path",{d:"m8.5 6.5 2-2"}],["path",{d:"m17.5 15.5 2-2"}]];var u9=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18"}],["path",{d:"M6 15h8"}]];var f9=[["path",{d:"M10 2v15"}],["path",{d:"M7 22a4 4 0 0 1-4-4 1 1 0 0 1 1-1h16a1 1 0 0 1 1 1 4 4 0 0 1-4 4z"}],["path",{d:"M9.159 2.46a1 1 0 0 1 1.521-.193l9.977 8.98A1 1 0 0 1 20 13H4a1 1 0 0 1-.824-1.567z"}]];var h9=[["path",{d:"M7 21h10"}],["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z"}],["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"}],["path",{d:"m13 12 4-4"}],["path",{d:"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2"}]];var m9=[["path",{d:"m2.37 11.223 8.372-6.777a2 2 0 0 1 2.516 0l8.371 6.777"}],["path",{d:"M21 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.25"}],["path",{d:"M3 15a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9"}],["path",{d:"m6.67 15 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2"}],["rect",{width:"20",height:"4",x:"2",y:"11",rx:"1"}]];var x9=[["path",{d:"M4 10a7.31 7.31 0 0 0 10 10Z"}],["path",{d:"m9 15 3-3"}],["path",{d:"M17 13a6 6 0 0 0-6-6"}],["path",{d:"M21 13A10 10 0 0 0 11 3"}]];var g9=[["path",{d:"m13.5 6.5-3.148-3.148a1.205 1.205 0 0 0-1.704 0L6.352 5.648a1.205 1.205 0 0 0 0 1.704L9.5 10.5"}],["path",{d:"M16.5 7.5 19 5"}],["path",{d:"m17.5 10.5 3.148 3.148a1.205 1.205 0 0 1 0 1.704l-2.296 2.296a1.205 1.205 0 0 1-1.704 0L13.5 14.5"}],["path",{d:"M9 21a6 6 0 0 0-6-6"}],["path",{d:"M9.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l4.296-4.296a1.205 1.205 0 0 0 0-1.704l-2.296-2.296a1.205 1.205 0 0 0-1.704 0z"}]];var M9=[["path",{d:"m20 19.5-5.5 1.2"}],["path",{d:"M14.5 4v11.22a1 1 0 0 0 1.242.97L20 15.2"}],["path",{d:"m2.978 19.351 5.549-1.363A2 2 0 0 0 10 16V2"}],["path",{d:"M20 10 4 13.5"}]];var y9=[["path",{d:"M10 2v3a1 1 0 0 0 1 1h5"}],["path",{d:"M18 18v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6"}],["path",{d:"M18 22H4a2 2 0 0 1-2-2V6"}],["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"}]];var v9=[["path",{d:"M13 13H8a1 1 0 0 0-1 1v7"}],["path",{d:"M14 8h1"}],["path",{d:"M17 21v-4"}],["path",{d:"m2 2 20 20"}],["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"}],["path",{d:"M29.5 11.5s5 5 4 5"}],["path",{d:"M9 3h6.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V15"}]];var b9=[["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"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7"}]];var fl=[["path",{d:"M5 7v11a1 1 0 0 0 1 1h11"}],["path",{d:"M5.293 18.707 11 13"}],["circle",{cx:"19",cy:"19",r:"2"}],["circle",{cx:"5",cy:"5",r:"2"}]];var C9=[["path",{d:"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"}],["path",{d:"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"}],["path",{d:"M7 21h10"}],["path",{d:"M12 3v18"}],["path",{d:"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2"}]];var w9=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}],["path",{d:"M14 15H9v-5"}],["path",{d:"M16 3h5v5"}],["path",{d:"M21 3 9 15"}]];var S9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M8 7v10"}],["path",{d:"M12 7v10"}],["path",{d:"M17 7v10"}]];var A9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["circle",{cx:"12",cy:"12",r:"1"}],["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"}]];var k9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 9h.01"}]];var T9=[["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 4.172 4.306l-3.447 3.62a1 1 0 0 1-1.449 0z"}]];var L9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M7 12h10"}]];var E9=[["path",{d:"M17 12v4a1 1 0 0 1-1 1h-4"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M17 8V7"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M7 17h.01"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["rect",{x:"7",y:"7",width:"5",height:"5",rx:"1"}]];var H9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"m16 16-1.9-1.9"}]];var P9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M7 8h8"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h6"}]];var R9=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2"}]];var I9=[["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3"}],["path",{d:"M18 5v16"}],["path",{d:"m4 6 7.106-3.79a2 2 0 0 1 1.788 0L20 6"}],["path",{d:"m6 11-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11"}],["path",{d:"M6 5v16"}],["circle",{cx:"12",cy:"9",r:"2"}]];var B9=[["path",{d:"M5.42 9.42 8 12"}],["circle",{cx:"4",cy:"8",r:"2"}],["path",{d:"m14 6-8.58 8.58"}],["circle",{cx:"4",cy:"16",r:"2"}],["path",{d:"M10.8 14.8 14 18"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}]];var D9=[["circle",{cx:"6",cy:"6",r:"3"}],["path",{d:"M8.12 8.12 12 12"}],["path",{d:"M20 4 8.12 15.88"}],["circle",{cx:"6",cy:"18",r:"3"}],["path",{d:"M14.8 14.8 20 20"}]];var V9=[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3"}],["path",{d:"M8 21h8"}],["path",{d:"M12 17v4"}],["path",{d:"m22 3-5 5"}],["path",{d:"m17 3 5 5"}]];var F9=[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3"}],["path",{d:"M8 21h8"}],["path",{d:"M12 17v4"}],["path",{d:"m17 8 5-5"}],["path",{d:"M17 3h5v5"}]];var W9=[["path",{d:"M15 12h-5"}],["path",{d:"M15 8h-5"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4"}],["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"}]];var O9=[["path",{d:"M19 17V5a2 2 0 0 0-2-2H4"}],["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"}]];var N9=[["path",{d:"m8 11 2 2 4-4"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var z9=[["path",{d:"m13 13.5 2-2.5-2-2.5"}],["path",{d:"m21 21-4.3-4.3"}],["path",{d:"M9 8.5 7 11l2 2.5"}],["circle",{cx:"11",cy:"11",r:"8"}]];var _9=[["path",{d:"m13.5 8.5-5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var q9=[["path",{d:"m13.5 8.5-5 5"}],["path",{d:"m8.5 8.5 5 5"}],["circle",{cx:"11",cy:"11",r:"8"}],["path",{d:"m21 21-4.3-4.3"}]];var U9=[["path",{d:"m21 21-4.34-4.34"}],["circle",{cx:"11",cy:"11",r:"8"}]];var $9=[["path",{d:"M16 5a4 3 0 0 0-8 0c0 4 8 3 8 7a4 3 0 0 1-8 0"}],["path",{d:"M8 19a4 3 0 0 0 8 0c0-4-8-3-8-7a4 3 0 0 1 8 0"}]];var hl=[["path",{d:"M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z"}],["path",{d:"M6 12h16"}]];var j9=[["rect",{x:"14",y:"14",width:"8",height:"8",rx:"2"}],["rect",{x:"2",y:"2",width:"8",height:"8",rx:"2"}],["path",{d:"M7 14v1a2 2 0 0 0 2 2h1"}],["path",{d:"M14 7h1a2 2 0 0 1 2 2v1"}]];var G9=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z"}],["path",{d:"m21.854 2.147-10.94 10.939"}]];var Z9=[["path",{d:"m16 16-4 4-4-4"}],["path",{d:"M3 12h18"}],["path",{d:"m8 8 4-4 4 4"}]];var X9=[["path",{d:"M12 3v18"}],["path",{d:"m16 16 4-4-4-4"}],["path",{d:"m8 8-4 4 4 4"}]];var J9=[["path",{d:"m10.852 14.772-.383.923"}],["path",{d:"M13.148 14.772a3 3 0 1 0-2.296-5.544l-.383-.923"}],["path",{d:"m13.148 9.228.383-.923"}],["path",{d:"m13.53 15.696-.382-.924a3 3 0 1 1-2.296-5.544"}],["path",{d:"m14.772 10.852.923-.383"}],["path",{d:"m14.772 13.148.923.383"}],["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"}],["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"}],["path",{d:"M6 18h.01"}],["path",{d:"M6 6h.01"}],["path",{d:"m9.228 10.852-.923-.383"}],["path",{d:"m9.228 13.148-.923.383"}]];var K9=[["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"}],["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"}],["path",{d:"M6 6h.01"}],["path",{d:"M6 18h.01"}],["path",{d:"m13 6-4 6h6l-4 6"}]];var Y9=[["path",{d:"M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5"}],["path",{d:"M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z"}],["path",{d:"M22 17v-1a2 2 0 0 0-2-2h-1"}],["path",{d:"M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z"}],["path",{d:"M6 18h.01"}],["path",{d:"m2 2 20 20"}]];var Q9=[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18"}]];var eb=[["path",{d:"M14 17H5"}],["path",{d:"M19 7h-9"}],["circle",{cx:"17",cy:"17",r:"3"}],["circle",{cx:"7",cy:"7",r:"3"}]];var tb=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915"}],["circle",{cx:"12",cy:"12",r:"3"}]];var ab=[["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"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1"}],["circle",{cx:"17.5",cy:"17.5",r:"3.5"}]];var rb=[["circle",{cx:"18",cy:"5",r:"3"}],["circle",{cx:"6",cy:"12",r:"3"}],["circle",{cx:"18",cy:"19",r:"3"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49"}]];var ob=[["path",{d:"M12 2v13"}],["path",{d:"m16 6-4-4-4 4"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}]];var sb=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["line",{x1:"3",x2:"21",y1:"9",y2:"9"}],["line",{x1:"3",x2:"21",y1:"15",y2:"15"}],["line",{x1:"9",x2:"9",y1:"9",y2:"21"}],["line",{x1:"15",x2:"15",y1:"9",y2:"21"}]];var nb=[["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"}]];var lb=[["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"}],["path",{d:"M12 8v4"}],["path",{d:"M12 16h.01"}]];var ib=[["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"}],["path",{d:"m4.243 5.21 14.39 12.472"}]];var db=[["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"}],["path",{d:"m9 12 2 2 4-4"}]];var pb=[["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"}],["path",{d:"M8 12h.01"}],["path",{d:"M12 12h.01"}],["path",{d:"M16 12h.01"}]];var cb=[["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"}],["path",{d:"M12 22V2"}]];var ub=[["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"}],["path",{d:"M9 12h6"}]];var fb=[["path",{d:"m2 2 20 20"}],["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"}],["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"}]];var hb=[["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"}],["path",{d:"M9 12h6"}],["path",{d:"M12 9v6"}]];var ml=[["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"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3"}],["path",{d:"M12 17h.01"}]];var mb=[["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"}],["path",{d:"M6.376 18.91a6 6 0 0 1 11.249.003"}],["circle",{cx:"12",cy:"11",r:"4"}]];var xl=[["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"}],["path",{d:"m14.5 9.5-5 5"}],["path",{d:"m9.5 9.5 5 5"}]];var xb=[["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"}]];var gb=[["circle",{cx:"12",cy:"12",r:"8"}],["path",{d:"M12 2v7.5"}],["path",{d:"m19 5-5.23 5.23"}],["path",{d:"M22 12h-7.5"}],["path",{d:"m19 19-5.23-5.23"}],["path",{d:"M12 14.5V22"}],["path",{d:"M10.23 13.77 5 19"}],["path",{d:"M9.5 12H2"}],["path",{d:"M10.23 10.23 5 5"}],["circle",{cx:"12",cy:"12",r:"2.5"}]];var Mb=[["path",{d:"M12 10.189V14"}],["path",{d:"M12 2v3"}],["path",{d:"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6"}],["path",{d:"M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76"}],["path",{d:"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1"}]];var yb=[["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"}]];var vb=[["path",{d:"M16 10a4 4 0 0 1-8 0"}],["path",{d:"M3.103 6.034h17.794"}],["path",{d:"M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z"}]];var bb=[["path",{d:"m15 11-1 9"}],["path",{d:"m19 11-4-7"}],["path",{d:"M2 11h20"}],["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"}],["path",{d:"M4.5 15.5h15"}],["path",{d:"m5 11 4-7"}],["path",{d:"m9 11 1 9"}]];var Cb=[["circle",{cx:"8",cy:"21",r:"1"}],["circle",{cx:"19",cy:"21",r:"1"}],["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"}]];var wb=[["path",{d:"M21.56 4.56a1.5 1.5 0 0 1 0 2.122l-.47.47a3 3 0 0 1-4.212-.03 3 3 0 0 1 0-4.243l.44-.44a1.5 1.5 0 0 1 2.121 0z"}],["path",{d:"M3 22a1 1 0 0 1-1-1v-3.586a1 1 0 0 1 .293-.707l3.355-3.355a1.205 1.205 0 0 1 1.704 0l3.296 3.296a1.205 1.205 0 0 1 0 1.704l-3.355 3.355a1 1 0 0 1-.707.293z"}],["path",{d:"m9 15 7.879-7.878"}]];var Sb=[["path",{d:"m4 4 2.5 2.5"}],["path",{d:"M13.5 6.5a4.95 4.95 0 0 0-7 7"}],["path",{d:"M15 5 5 15"}],["path",{d:"M14 17v.01"}],["path",{d:"M10 16v.01"}],["path",{d:"M13 13v.01"}],["path",{d:"M16 10v.01"}],["path",{d:"M11 20v.01"}],["path",{d:"M17 14v.01"}],["path",{d:"M20 11v.01"}]];var Ab=[["path",{d:"M4 13V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5"}],["path",{d:"M10 22v-5"}],["path",{d:"M14 19v-2"}],["path",{d:"M18 20v-3"}],["path",{d:"M2 13h20"}],["path",{d:"M6 20v-3"}]];var kb=[["path",{d:"M11 12h.01"}],["path",{d:"M13 22c.5-.5 1.12-1 2.5-1-1.38 0-2-.5-2.5-1"}],["path",{d:"M14 2a3.28 3.28 0 0 1-3.227 1.798l-6.17-.561A2.387 2.387 0 1 0 4.387 8H15.5a1 1 0 0 1 0 13 1 1 0 0 0 0-5H12a7 7 0 0 1-7-7V8"}],["path",{d:"M14 8a8.5 8.5 0 0 1 0 8"}],["path",{d:"M16 16c2 0 4.5-4 4-6"}]];var Tb=[["path",{d:"m15 15 6 6m-6-6v4.8m0-4.8h4.8"}],["path",{d:"M9 19.8V15m0 0H4.2M9 15l-6 6"}],["path",{d:"M15 4.2V9m0 0h4.8M15 9l6-6"}],["path",{d:"M9 4.2V9m0 0H4.2M9 9 3 3"}]];var Lb=[["path",{d:"M12 22v-5.172a2 2 0 0 0-.586-1.414L9.5 13.5"}],["path",{d:"M14.5 14.5 12 17"}],["path",{d:"M17 8.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0z"}]];var Eb=[["path",{d:"m18 14 4 4-4 4"}],["path",{d:"m18 2 4 4-4 4"}],["path",{d:"M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22"}],["path",{d:"M2 6h1.972a4 4 0 0 1 3.6 2.2"}],["path",{d:"M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45"}]];var Hb=[["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"}]];var Pb=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}]];var Rb=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}]];var Ib=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}]];var Bb=[["path",{d:"M2 20h.01"}]];var Db=[["path",{d:"M2 20h.01"}],["path",{d:"M7 20v-4"}],["path",{d:"M12 20v-8"}],["path",{d:"M17 20V8"}],["path",{d:"M22 4v16"}]];var Vb=[["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"}],["path",{d:"M3 21h18"}]];var Fb=[["path",{d:"M10 9H4L2 7l2-2h6"}],["path",{d:"M14 5h6l2 2-2 2h-6"}],["path",{d:"M10 22V4a2 2 0 1 1 4 0v18"}],["path",{d:"M8 22h8"}]];var Wb=[["path",{d:"M12 13v8"}],["path",{d:"M12 3v3"}],["path",{d:"M18 6a2 2 0 0 1 1.387.56l2.307 2.22a1 1 0 0 1 0 1.44l-2.307 2.22A2 2 0 0 1 18 13H6a2 2 0 0 1-1.387-.56l-2.306-2.22a1 1 0 0 1 0-1.44l2.306-2.22A2 2 0 0 1 6 6z"}]];var Ob=[["path",{d:"M7 18v-6a5 5 0 1 1 10 0v6"}],["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"}],["path",{d:"M21 12h1"}],["path",{d:"M18.5 4.5 18 5"}],["path",{d:"M2 12h1"}],["path",{d:"M12 2v1"}],["path",{d:"m4.929 4.929.707.707"}],["path",{d:"M12 12v6"}]];var Nb=[["path",{d:"M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z"}],["path",{d:"M3 20V4"}]];var zb=[["path",{d:"M21 4v16"}],["path",{d:"M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z"}]];var _b=[["path",{d:"m12.5 17-.5-1-.5 1h1z"}],["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"}],["circle",{cx:"15",cy:"12",r:"1"}],["circle",{cx:"9",cy:"12",r:"1"}]];var qb=[["rect",{width:"3",height:"8",x:"13",y:"2",rx:"1.5"}],["path",{d:"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5"}],["rect",{width:"3",height:"8",x:"8",y:"14",rx:"1.5"}],["path",{d:"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5"}],["rect",{width:"8",height:"3",x:"14",y:"13",rx:"1.5"}],["path",{d:"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5"}],["rect",{width:"8",height:"3",x:"2",y:"8",rx:"1.5"}],["path",{d:"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5"}]];var Ub=[["path",{d:"M22 2 2 22"}]];var $b=[["path",{d:"M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14"}]];var jb=[["path",{d:"M10 5H3"}],["path",{d:"M12 19H3"}],["path",{d:"M14 3v4"}],["path",{d:"M16 17v4"}],["path",{d:"M21 12h-9"}],["path",{d:"M21 19h-5"}],["path",{d:"M21 5h-7"}],["path",{d:"M8 10v4"}],["path",{d:"M8 12H3"}]];var gl=[["path",{d:"M10 8h4"}],["path",{d:"M12 21v-9"}],["path",{d:"M12 8V3"}],["path",{d:"M17 16h4"}],["path",{d:"M19 12V3"}],["path",{d:"M19 21v-5"}],["path",{d:"M3 14h4"}],["path",{d:"M5 10V3"}],["path",{d:"M5 21v-7"}]];var Gb=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12.667 8 10 12h4l-2.667 4"}]];var Zb=[["rect",{width:"7",height:"12",x:"2",y:"6",rx:"1"}],["path",{d:"M13 8.32a7.43 7.43 0 0 1 0 7.36"}],["path",{d:"M16.46 6.21a11.76 11.76 0 0 1 0 11.58"}],["path",{d:"M19.91 4.1a15.91 15.91 0 0 1 .01 15.8"}]];var Xb=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2"}],["path",{d:"M12 18h.01"}]];var Jb=[["path",{d:"M22 11v1a10 10 0 1 1-9-10"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}],["path",{d:"M16 5h6"}],["path",{d:"M19 2v6"}]];var Kb=[["circle",{cx:"12",cy:"12",r:"10"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9"}]];var Yb=[["path",{d:"M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0"}],["circle",{cx:"10",cy:"13",r:"8"}],["path",{d:"M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6"}],["path",{d:"M18 3 19.1 5.2"}],["path",{d:"M22 3 20.9 5.2"}]];var Qb=[["path",{d:"m10 20-1.25-2.5L6 18"}],["path",{d:"M10 4 8.75 6.5 6 6"}],["path",{d:"m14 20 1.25-2.5L18 18"}],["path",{d:"m14 4 1.25 2.5L18 6"}],["path",{d:"m17 21-3-6h-4"}],["path",{d:"m17 3-3 6 1.5 3"}],["path",{d:"M2 12h6.5L10 9"}],["path",{d:"m20 10-1.5 2 1.5 2"}],["path",{d:"M22 12h-6.5L14 15"}],["path",{d:"m4 10 1.5 2L4 14"}],["path",{d:"m7 21 3-6-1.5-3"}],["path",{d:"m7 3 3 6h4"}]];var eC=[["path",{d:"M10.5 2v4"}],["path",{d:"M14 2H7a2 2 0 0 0-2 2"}],["path",{d:"M19.29 14.76A6.67 6.67 0 0 1 17 11a6.6 6.6 0 0 1-2.29 3.76c-1.15.92-1.71 2.04-1.71 3.19 0 2.22 1.8 4.05 4 4.05s4-1.83 4-4.05c0-1.16-.57-2.26-1.71-3.19"}],["path",{d:"M9.607 21H6a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h7V7a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3"}]];var tC=[["path",{d:"M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3"}],["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"}],["path",{d:"M4 18v2"}],["path",{d:"M20 18v2"}],["path",{d:"M12 4v9"}]];var aC=[["path",{d:"M11 2h2"}],["path",{d:"m14.28 14-4.56 8"}],["path",{d:"m21 22-1.558-4H4.558"}],["path",{d:"M3 10v2"}],["path",{d:"M6.245 15.04A2 2 0 0 1 8 14h12a1 1 0 0 1 .864 1.505l-3.11 5.457A2 2 0 0 1 16 22H4a1 1 0 0 1-.863-1.506z"}],["path",{d:"M7 2a4 4 0 0 1-4 4"}],["path",{d:"m8.66 7.66 1.41 1.41"}]];var rC=[["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z"}],["path",{d:"M7 21h10"}],["path",{d:"M19.5 12 22 6"}],["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"}],["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"}],["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"}]];var oC=[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1"}]];var sC=[["path",{d:"M12 18v4"}],["path",{d:"M2 14.499a5.5 5.5 0 0 0 9.591 3.675.6.6 0 0 1 .818.001A5.5 5.5 0 0 0 22 14.5c0-2.29-1.5-4-3-5.5l-5.492-5.312a2 2 0 0 0-3-.02L5 8.999c-1.5 1.5-3 3.2-3 5.5"}]];var nC=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"}]];var Ml=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"}],["path",{d:"M20 2v4"}],["path",{d:"M22 4h-4"}],["circle",{cx:"4",cy:"20",r:"2"}]];var lC=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2"}],["path",{d:"M12 6h.01"}],["circle",{cx:"12",cy:"14",r:"4"}],["path",{d:"M12 14h.01"}]];var iC=[["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"}],["path",{d:"M19.8 17.8a7.5 7.5 0 0 0 .003-10.603"}],["path",{d:"M17 15a3.5 3.5 0 0 0-.025-4.975"}]];var dC=[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["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"}]];var pC=[["path",{d:"m6 16 6-12 6 12"}],["path",{d:"M8 12h8"}],["path",{d:"m16 20 2 2 4-4"}]];var cC=[["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"}],["path",{d:"M5 17A12 12 0 0 1 17 5"}],["circle",{cx:"19",cy:"5",r:"2"}],["circle",{cx:"5",cy:"19",r:"2"}]];var uC=[["circle",{cx:"19",cy:"5",r:"2"}],["circle",{cx:"5",cy:"19",r:"2"}],["path",{d:"M5 17A12 12 0 0 1 17 5"}]];var fC=[["path",{d:"M16 3h5v5"}],["path",{d:"M8 3H3v5"}],["path",{d:"M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3"}],["path",{d:"m15 9 6-6"}]];var hC=[["path",{d:"M17 13.44 4.442 17.082A2 2 0 0 0 4.982 21H19a2 2 0 0 0 .558-3.921l-1.115-.32A2 2 0 0 1 17 14.837V7.66"}],["path",{d:"m7 10.56 12.558-3.642A2 2 0 0 0 19.018 3H5a2 2 0 0 0-.558 3.921l1.115.32A2 2 0 0 1 7 9.163v7.178"}]];var mC=[["path",{d:"M15.295 19.562 16 22"}],["path",{d:"m17 16 3.758 2.098"}],["path",{d:"m19 12.5 3.026-.598"}],["path",{d:"M7.61 6.3a3 3 0 0 0-3.92 1.3l-1.38 2.79a3 3 0 0 0 1.3 3.91l6.89 3.597a1 1 0 0 0 1.342-.447l3.106-6.211a1 1 0 0 0-.447-1.341z"}],["path",{d:"M8 9V2"}]];var xC=[["path",{d:"M3 3h.01"}],["path",{d:"M7 5h.01"}],["path",{d:"M11 7h.01"}],["path",{d:"M3 7h.01"}],["path",{d:"M7 9h.01"}],["path",{d:"M3 11h.01"}],["rect",{width:"4",height:"4",x:"15",y:"5"}],["path",{d:"m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2"}],["path",{d:"m13 14 8-2"}],["path",{d:"m13 19 8-2"}]];var gC=[["path",{d:"M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4 4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3"}],["path",{d:"M4 9a5 5 0 0 1 8 4 5 5 0 0 1-8-4"}],["path",{d:"M5 21h14"}]];var yl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7"}]];var vl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 8-8 8"}],["path",{d:"M16 16H8V8"}]];var bl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 8 8 8"}],["path",{d:"M16 8v8H8"}]];var Cl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8 12 4 4 4-4"}]];var wl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m12 8-4 4 4 4"}],["path",{d:"M16 12H8"}]];var Sl=[["path",{d:"M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6"}],["path",{d:"m3 21 9-9"}],["path",{d:"M9 21H3v-6"}]];var Al=[["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6"}],["path",{d:"m21 21-9-9"}],["path",{d:"M21 15v6h-6"}]];var kl=[["path",{d:"M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6"}],["path",{d:"m3 3 9 9"}],["path",{d:"M3 9V3h6"}]];var Tl=[["path",{d:"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"}],["path",{d:"m21 3-9 9"}],["path",{d:"M15 3h6v6"}]];var Ll=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"m12 16 4-4-4-4"}]];var El=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 16V8h8"}],["path",{d:"M16 16 8 8"}]];var Hl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 8h8v8"}],["path",{d:"m8 16 8-8"}]];var Pl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 12-4-4-4 4"}],["path",{d:"M12 16V8"}]];var Rl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 8v8"}],["path",{d:"m8.5 14 7-4"}],["path",{d:"m8.5 10 7 4"}]];var Il=[["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"}],["path",{d:"M10 22H8"}],["path",{d:"M16 22h-2"}],["circle",{cx:"8",cy:"8",r:"2"}],["path",{d:"M9.414 9.414 12 12"}],["path",{d:"M14.8 14.8 18 18"}],["circle",{cx:"8",cy:"16",r:"2"}],["path",{d:"m18 6-8.586 8.586"}]];var $r=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 8h7"}],["path",{d:"M8 12h6"}],["path",{d:"M11 16h5"}]];var Bl=[["path",{d:"M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344"}],["path",{d:"m9 11 3 3L22 4"}]];var Dl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m9 12 2 2 4-4"}]];var Vl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m16 10-4 4-4-4"}]];var Fl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m14 16-4-4 4-4"}]];var Wl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m10 8 4 4-4 4"}]];var Ol=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m8 14 4-4 4 4"}]];var Nl=[["path",{d:"m10 9-3 3 3 3"}],["path",{d:"m14 15 3-3-3-3"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var MC=[["path",{d:"M10 9.5 8 12l2 2.5"}],["path",{d:"M14 21h1"}],["path",{d:"m14 9.5 2 2.5-2 2.5"}],["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"}],["path",{d:"M9 21h1"}]];var yC=[["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"}],["path",{d:"M9 21h1"}],["path",{d:"M14 21h1"}]];var zl=[["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}],["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M9 3h1"}],["path",{d:"M14 3h1"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"M21 9v1"}],["path",{d:"M21 14v1"}],["path",{d:"M21 19a2 2 0 0 1-2 2"}],["path",{d:"M14 21h1"}],["path",{d:"M9 21h1"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M3 14v1"}],["path",{d:"M3 9v1"}]];var _l=[["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"}],["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M9 3h1"}],["path",{d:"M9 21h2"}],["path",{d:"M14 3h1"}],["path",{d:"M3 9v1"}],["path",{d:"M21 9v2"}],["path",{d:"M3 14v1"}]];var vC=[["path",{d:"M14 21h1"}],["path",{d:"M21 14v1"}],["path",{d:"M21 19a2 2 0 0 1-2 2"}],["path",{d:"M21 9v1"}],["path",{d:"M3 14v1"}],["path",{d:"M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2"}],["path",{d:"M3 9v1"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M9 21h1"}]];var ql=[["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"M21 19a2 2 0 0 1-2 2"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M9 3h1"}],["path",{d:"M9 21h1"}],["path",{d:"M14 3h1"}],["path",{d:"M14 21h1"}],["path",{d:"M3 9v1"}],["path",{d:"M21 9v1"}],["path",{d:"M3 14v1"}],["path",{d:"M21 14v1"}]];var Ul=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8"}]];var $l=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"12",r:"1"}]];var jl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 10h10"}],["path",{d:"M7 14h10"}]];var Gl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3"}],["path",{d:"M9 11.2h5.7"}]];var Zl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 7v7"}],["path",{d:"M12 7v4"}],["path",{d:"M16 7v9"}]];var Xl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 7v10"}],["path",{d:"M11 7v10"}],["path",{d:"m15 7 2 10"}]];var Jl=[["path",{d:"M8 16V8.5a.5.5 0 0 1 .9-.3l2.7 3.599a.5.5 0 0 0 .8 0l2.7-3.6a.5.5 0 0 1 .9.3V16"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var Kl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 8h10"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h10"}]];var Yl=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}]];var Ql=[["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"}],["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6"}]];var ei=[["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"}],["path",{d:"M3 8.7V19a2 2 0 0 0 2 2h10.3"}],["path",{d:"m2 2 20 20"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2"}],["path",{d:"M9 17v-2.3"}]];var ti=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9"}]];var bC=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["line",{x1:"10",x2:"10",y1:"15",y2:"9"}],["line",{x1:"14",x2:"14",y1:"15",y2:"9"}]];var mr=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}],["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"}]];var ai=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"m15 9-6 6"}],["path",{d:"M9 9h.01"}],["path",{d:"M15 15h.01"}]];var ri=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M7 7h10"}],["path",{d:"M10 7v10"}],["path",{d:"M16 17a2 2 0 0 1-2-2V7"}]];var oi=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M12 12H9.5a2.5 2.5 0 0 1 0-5H17"}],["path",{d:"M12 7v10"}],["path",{d:"M16 7v10"}]];var si=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}],["path",{d:"M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z"}]];var ni=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M8 12h8"}],["path",{d:"M12 8v8"}]];var li=[["path",{d:"M12 7v4"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var CC=[["path",{d:"M7 12h2l2 5 2-10h4"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var wC=[["path",{d:"M21 11a8 8 0 0 0-8-8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}]];var ii=[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"2"}],["circle",{cx:"8",cy:"8",r:"2"}],["path",{d:"M9.414 9.414 12 12"}],["path",{d:"M14.8 14.8 18 18"}],["circle",{cx:"8",cy:"16",r:"2"}],["path",{d:"m18 6-8.586 8.586"}]];var di=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9"}]];var pi=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9"}]];var ci=[["path",{d:"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3"}],["path",{d:"M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20"}]];var ui=[["path",{d:"M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3"}],["path",{d:"M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12"}]];var SC=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1"}]];var AC=[["path",{d:"M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2"}],["path",{d:"M10 16c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2"}],["rect",{width:"8",height:"8",x:"14",y:"14",rx:"2"}]];var kC=[["path",{d:"M11.035 7.69a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}]];var TC=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1"}]];var fi=[["path",{d:"m7 11 2-2-2-2"}],["path",{d:"M11 13h4"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}]];var hi=[["path",{d:"M18 21a6 6 0 0 0-12 0"}],["circle",{cx:"12",cy:"11",r:"4"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var mi=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2"}]];var xi=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["path",{d:"m15 9-6 6"}],["path",{d:"m9 9 6 6"}]];var LC=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var EC=[["path",{d:"M16 12v2a2 2 0 0 1-2 2H9a1 1 0 0 0-1 1v3a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2h0"}],["path",{d:"M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1h-5a2 2 0 0 0-2 2v2"}]];var HC=[["path",{d:"M10 22a2 2 0 0 1-2-2"}],["path",{d:"M14 2a2 2 0 0 1 2 2"}],["path",{d:"M16 22h-2"}],["path",{d:"M2 10V8"}],["path",{d:"M2 4a2 2 0 0 1 2-2"}],["path",{d:"M20 8a2 2 0 0 1 2 2"}],["path",{d:"M22 14v2"}],["path",{d:"M22 20a2 2 0 0 1-2 2"}],["path",{d:"M4 16a2 2 0 0 1-2-2"}],["path",{d:"M8 10a2 2 0 0 1 2-2h5a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2H9a1 1 0 0 1-1-1z"}],["path",{d:"M8 2h2"}]];var PC=[["path",{d:"M10 22a2 2 0 0 1-2-2"}],["path",{d:"M16 22h-2"}],["path",{d:"M16 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3a1 1 0 0 0 1-1v-5a2 2 0 0 1 2-2h5a1 1 0 0 0 1-1z"}],["path",{d:"M20 8a2 2 0 0 1 2 2"}],["path",{d:"M22 14v2"}],["path",{d:"M22 20a2 2 0 0 1-2 2"}]];var RC=[["path",{d:"M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 0 1 1h3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-3a1 1 0 0 0-1-1z"}]];var IC=[["path",{d:"M13.77 3.043a34 34 0 0 0-3.54 0"}],["path",{d:"M13.771 20.956a33 33 0 0 1-3.541.001"}],["path",{d:"M20.18 17.74c-.51 1.15-1.29 1.93-2.439 2.44"}],["path",{d:"M20.18 6.259c-.51-1.148-1.291-1.929-2.44-2.438"}],["path",{d:"M20.957 10.23a33 33 0 0 1 0 3.54"}],["path",{d:"M3.043 10.23a34 34 0 0 0 .001 3.541"}],["path",{d:"M6.26 20.179c-1.15-.508-1.93-1.29-2.44-2.438"}],["path",{d:"M6.26 3.82c-1.149.51-1.93 1.291-2.44 2.44"}]];var BC=[["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"}]];var DC=[["path",{d:"M15.236 22a3 3 0 0 0-2.2-5"}],["path",{d:"M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4"}],["path",{d:"M18 13h.01"}],["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"}]];var VC=[["path",{d:"M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-6 0c0 2 1 2 1 3.5V13"}],["path",{d:"M20 15.5a2.5 2.5 0 0 0-2.5-2.5h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1z"}],["path",{d:"M5 22h14"}]];var FC=[["path",{d:"M12 18.338a2.1 2.1 0 0 0-.987.244L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679A.53.53 0 0 1 12 2"}]];var WC=[["path",{d:"M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43"}],["path",{d:"M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var OC=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"}]];var NC=[["path",{d:"M13.971 4.285A2 2 0 0 1 17 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z"}],["path",{d:"M21 20V4"}]];var zC=[["path",{d:"M10.029 4.285A2 2 0 0 0 7 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z"}],["path",{d:"M3 4v16"}]];var _C=[["path",{d:"M11 2v2"}],["path",{d:"M5 2v2"}],["path",{d:"M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1"}],["path",{d:"M8 15a6 6 0 0 0 12 0v-3"}],["circle",{cx:"20",cy:"10",r:"2"}]];var qC=[["path",{d:"M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z"}],["path",{d:"M15 3v5a1 1 0 0 0 1 1h5"}],["path",{d:"M8 13h.01"}],["path",{d:"M16 13h.01"}],["path",{d:"M10 16s.8 1 2 1c1.3 0 2-1 2-1"}]];var UC=[["path",{d:"M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z"}],["path",{d:"M15 3v5a1 1 0 0 0 1 1h5"}]];var $C=[["path",{d:"M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5"}],["path",{d:"M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244"}],["path",{d:"M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05"}]];var jC=[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2"}]];var GC=[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2"}]];var ZC=[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12"}]];var XC=[["path",{d:"m4 5 8 8"}],["path",{d:"m12 5-8 8"}],["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"}]];var JC=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 4h.01"}],["path",{d:"M20 12h.01"}],["path",{d:"M12 20h.01"}],["path",{d:"M4 12h.01"}],["path",{d:"M17.657 6.343h.01"}],["path",{d:"M17.657 17.657h.01"}],["path",{d:"M6.343 17.657h.01"}],["path",{d:"M6.343 6.343h.01"}]];var KC=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 3v1"}],["path",{d:"M12 20v1"}],["path",{d:"M3 12h1"}],["path",{d:"M20 12h1"}],["path",{d:"m18.364 5.636-.707.707"}],["path",{d:"m6.343 17.657-.707.707"}],["path",{d:"m5.636 5.636.707.707"}],["path",{d:"m17.657 17.657.707.707"}]];var YC=[["path",{d:"M12 2v2"}],["path",{d:"M14.837 16.385a6 6 0 1 1-7.223-7.222c.624-.147.97.66.715 1.248a4 4 0 0 0 5.26 5.259c.589-.255 1.396.09 1.248.715"}],["path",{d:"M16 12a4 4 0 0 0-4-4"}],["path",{d:"m19 5-1.256 1.256"}],["path",{d:"M20 12h2"}]];var QC=[["path",{d:"M10 21v-1"}],["path",{d:"M10 4V3"}],["path",{d:"M10 9a3 3 0 0 0 0 6"}],["path",{d:"m14 20 1.25-2.5L18 18"}],["path",{d:"m14 4 1.25 2.5L18 6"}],["path",{d:"m17 21-3-6 1.5-3H22"}],["path",{d:"m17 3-3 6 1.5 3"}],["path",{d:"M2 12h1"}],["path",{d:"m20 10-1.5 2 1.5 2"}],["path",{d:"m3.64 18.36.7-.7"}],["path",{d:"m4.34 6.34-.7-.7"}]];var ew=[["circle",{cx:"12",cy:"12",r:"4"}],["path",{d:"M12 2v2"}],["path",{d:"M12 20v2"}],["path",{d:"m4.93 4.93 1.41 1.41"}],["path",{d:"m17.66 17.66 1.41 1.41"}],["path",{d:"M2 12h2"}],["path",{d:"M20 12h2"}],["path",{d:"m6.34 17.66-1.41 1.41"}],["path",{d:"m19.07 4.93-1.41 1.41"}]];var tw=[["path",{d:"M12 2v8"}],["path",{d:"m4.93 10.93 1.41 1.41"}],["path",{d:"M2 18h2"}],["path",{d:"M20 18h2"}],["path",{d:"m19.07 10.93-1.41 1.41"}],["path",{d:"M22 22H2"}],["path",{d:"m8 6 4-4 4 4"}],["path",{d:"M16 18a4 4 0 0 0-8 0"}]];var aw=[["path",{d:"M12 10V2"}],["path",{d:"m4.93 10.93 1.41 1.41"}],["path",{d:"M2 18h2"}],["path",{d:"M20 18h2"}],["path",{d:"m19.07 10.93-1.41 1.41"}],["path",{d:"M22 22H2"}],["path",{d:"m16 6-4 4-4-4"}],["path",{d:"M16 18a4 4 0 0 0-8 0"}]];var rw=[["path",{d:"m4 19 8-8"}],["path",{d:"m12 19-8-8"}],["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"}]];var ow=[["path",{d:"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z"}],["path",{d:"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7"}],["path",{d:"M 7 17h.01"}],["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"}]];var sw=[["path",{d:"M10 21V3h8"}],["path",{d:"M6 16h9"}],["path",{d:"M10 9.5h7"}]];var nw=[["path",{d:"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5"}],["path",{d:"M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5"}],["circle",{cx:"12",cy:"12",r:"3"}],["path",{d:"m18 22-3-3 3-3"}],["path",{d:"m6 2 3 3-3 3"}]];var lw=[["path",{d:"m11 19-6-6"}],["path",{d:"m5 21-2-2"}],["path",{d:"m8 16-4 4"}],["path",{d:"M9.5 17.5 21 6V3h-3L6.5 14.5"}]];var iw=[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19"}],["polyline",{points:"14.5 6.5 18 3 21 3 21 6 17.5 9.5"}],["line",{x1:"5",x2:"9",y1:"14",y2:"18"}],["line",{x1:"7",x2:"4",y1:"17",y2:"20"}],["line",{x1:"3",x2:"5",y1:"19",y2:"21"}]];var dw=[["path",{d:"m18 2 4 4"}],["path",{d:"m17 7 3-3"}],["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"}],["path",{d:"m9 11 4 4"}],["path",{d:"m5 19-3 3"}],["path",{d:"m14 4 6 6"}]];var pw=[["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"}]];var cw=[["path",{d:"M12 21v-6"}],["path",{d:"M12 9V3"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var uw=[["path",{d:"M12 15V9"}],["path",{d:"M3 15h18"}],["path",{d:"M3 9h18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}]];var fw=[["path",{d:"M14 14v2"}],["path",{d:"M14 20v2"}],["path",{d:"M14 2v2"}],["path",{d:"M14 8v2"}],["path",{d:"M2 15h8"}],["path",{d:"M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2"}],["path",{d:"M2 9h8"}],["path",{d:"M22 15h-4"}],["path",{d:"M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2"}],["path",{d:"M22 9h-4"}],["path",{d:"M5 3v18"}]];var hw=[["path",{d:"M16 5H3"}],["path",{d:"M16 12H3"}],["path",{d:"M16 19H3"}],["path",{d:"M21 5h.01"}],["path",{d:"M21 12h.01"}],["path",{d:"M21 19h.01"}]];var mw=[["path",{d:"M15 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M21 9H3"}],["path",{d:"M21 15H3"}]];var xw=[["path",{d:"M14 10h2"}],["path",{d:"M15 22v-8"}],["path",{d:"M15 2v4"}],["path",{d:"M2 10h2"}],["path",{d:"M20 10h2"}],["path",{d:"M3 19h18"}],["path",{d:"M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6"}],["path",{d:"M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2"}],["path",{d:"M8 10h2"}],["path",{d:"M9 22v-8"}],["path",{d:"M9 2v4"}]];var gw=[["path",{d:"M12 3v18"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9h18"}],["path",{d:"M3 15h18"}]];var Mw=[["rect",{width:"10",height:"14",x:"3",y:"8",rx:"2"}],["path",{d:"M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4"}],["path",{d:"M8 18h.01"}]];var yw=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18"}]];var vw=[["circle",{cx:"7",cy:"7",r:"5"}],["circle",{cx:"17",cy:"17",r:"5"}],["path",{d:"M12 17h10"}],["path",{d:"m3.46 10.54 7.08-7.08"}]];var bw=[["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"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}]];var Cw=[["path",{d:"M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1z"}],["path",{d:"M2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193"}],["circle",{cx:"10.5",cy:"6.5",r:".5",fill:"currentColor"}]];var ww=[["path",{d:"M4 4v16"}]];var Sw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}]];var Aw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}]];var kw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}]];var Tw=[["path",{d:"M4 4v16"}],["path",{d:"M9 4v16"}],["path",{d:"M14 4v16"}],["path",{d:"M19 4v16"}],["path",{d:"M22 6 2 18"}]];var Lw=[["circle",{cx:"17",cy:"4",r:"2"}],["path",{d:"M15.59 5.41 5.41 15.59"}],["circle",{cx:"4",cy:"17",r:"2"}],["path",{d:"M12 22s-4-9-1.5-11.5S22 12 22 12"}]];var Ew=[["circle",{cx:"12",cy:"12",r:"10"}],["circle",{cx:"12",cy:"12",r:"6"}],["circle",{cx:"12",cy:"12",r:"2"}]];var Hw=[["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"}],["path",{d:"m13.56 11.747 4.332-.924"}],["path",{d:"m16 21-3.105-6.21"}],["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"}],["path",{d:"m6.158 8.633 1.114 4.456"}],["path",{d:"m8 21 3.105-6.21"}],["circle",{cx:"12",cy:"13",r:"2"}]];var Pw=[["circle",{cx:"4",cy:"4",r:"2"}],["path",{d:"m14 5 3-3 3 3"}],["path",{d:"m14 10 3-3 3 3"}],["path",{d:"M17 14V2"}],["path",{d:"M17 14H7l-5 8h20Z"}],["path",{d:"M8 14v8"}],["path",{d:"m9 14 5 8"}]];var Rw=[["path",{d:"M3.5 21 14 3"}],["path",{d:"M20.5 21 10 3"}],["path",{d:"M15.5 21 12 15l-3.5 6"}],["path",{d:"M2 21h20"}]];var Iw=[["path",{d:"M12 19h8"}],["path",{d:"m4 17 6-6-6-6"}]];var gi=[["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"}],["path",{d:"m16 2 6 6"}],["path",{d:"M12 16H4"}]];var Bw=[["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"}],["path",{d:"M8.5 2h7"}],["path",{d:"M14.5 16h-5"}]];var Dw=[["path",{d:"M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2"}],["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"}],["path",{d:"M3 2h7"}],["path",{d:"M14 2h7"}],["path",{d:"M9 16H4"}],["path",{d:"M20 16h-5"}]];var Mi=[["path",{d:"M21 5H3"}],["path",{d:"M17 12H7"}],["path",{d:"M19 19H5"}]];var yi=[["path",{d:"M21 5H3"}],["path",{d:"M21 12H9"}],["path",{d:"M21 19H7"}]];var vi=[["path",{d:"M3 5h18"}],["path",{d:"M3 12h18"}],["path",{d:"M3 19h18"}]];var jr=[["path",{d:"M21 5H3"}],["path",{d:"M15 12H3"}],["path",{d:"M17 19H3"}]];var Vw=[["path",{d:"M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6"}],["path",{d:"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7"}],["path",{d:"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1"}],["path",{d:"M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1"}],["path",{d:"M9 6v12"}]];var Fw=[["path",{d:"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1"}],["path",{d:"M7 22h1a4 4 0 0 0 4-4v-1"}],["path",{d:"M7 2h1a4 4 0 0 1 4 4v1"}]];var bi=[["path",{d:"M15 5h6"}],["path",{d:"M15 12h6"}],["path",{d:"M3 19h18"}],["path",{d:"m3 12 3.553-7.724a.5.5 0 0 1 .894 0L11 12"}],["path",{d:"M3.92 10h6.16"}]];var Ww=[["path",{d:"M17 5H3"}],["path",{d:"M21 12H8"}],["path",{d:"M21 19H8"}],["path",{d:"M3 12v7"}]];var Ow=[["path",{d:"M21 5H3"}],["path",{d:"M10 12H3"}],["path",{d:"M10 19H3"}],["circle",{cx:"17",cy:"15",r:"3"}],["path",{d:"m21 19-1.9-1.9"}]];var Ci=[["path",{d:"M14 21h1"}],["path",{d:"M14 3h1"}],["path",{d:"M19 3a2 2 0 0 1 2 2"}],["path",{d:"M21 14v1"}],["path",{d:"M21 19a2 2 0 0 1-2 2"}],["path",{d:"M21 9v1"}],["path",{d:"M3 14v1"}],["path",{d:"M3 9v1"}],["path",{d:"M5 21a2 2 0 0 1-2-2"}],["path",{d:"M5 3a2 2 0 0 0-2 2"}],["path",{d:"M7 12h10"}],["path",{d:"M7 16h6"}],["path",{d:"M7 8h8"}],["path",{d:"M9 21h1"}],["path",{d:"M9 3h1"}]];var wi=[["path",{d:"m16 16-3 3 3 3"}],["path",{d:"M3 12h14.5a1 1 0 0 1 0 7H13"}],["path",{d:"M3 19h6"}],["path",{d:"M3 5h18"}]];var Nw=[["path",{d:"M2 10s3-3 3-8"}],["path",{d:"M22 10s-3-3-3-8"}],["path",{d:"M10 2c0 4.4-3.6 8-8 8"}],["path",{d:"M14 2c0 4.4 3.6 8 8 8"}],["path",{d:"M2 10s2 2 2 5"}],["path",{d:"M22 10s-2 2-2 5"}],["path",{d:"M8 15h8"}],["path",{d:"M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1"}],["path",{d:"M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1"}]];var zw=[["path",{d:"m10 20-1.25-2.5L6 18"}],["path",{d:"M10 4 8.75 6.5 6 6"}],["path",{d:"M10.585 15H10"}],["path",{d:"M2 12h6.5L10 9"}],["path",{d:"M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z"}],["path",{d:"m4 10 1.5 2L4 14"}],["path",{d:"m7 21 3-6-1.5-3"}],["path",{d:"m7 3 3 6h2"}]];var _w=[["path",{d:"M12 9a4 4 0 0 0-2 7.5"}],["path",{d:"M12 3v2"}],["path",{d:"m6.6 18.4-1.4 1.4"}],["path",{d:"M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}],["path",{d:"M4 13H2"}],["path",{d:"M6.34 7.34 4.93 5.93"}]];var qw=[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z"}]];var Uw=[["path",{d:"M17 14V2"}],["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"}]];var $w=[["path",{d:"M7 10v12"}],["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"}]];var jw=[["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"}],["path",{d:"m9 12 2 2 4-4"}]];var Gw=[["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"}],["path",{d:"M9 12h6"}]];var Zw=[["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"}],["path",{d:"M9 9h.01"}],["path",{d:"m15 9-6 6"}],["path",{d:"M15 15h.01"}]];var Xw=[["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"}],["path",{d:"M9 12h6"}],["path",{d:"M12 9v6"}]];var Jw=[["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"}],["path",{d:"m9.5 14.5 5-5"}]];var Kw=[["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"}],["path",{d:"m9.5 14.5 5-5"}],["path",{d:"m9.5 9.5 5 5"}]];var Yw=[["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"}],["path",{d:"M13 5v2"}],["path",{d:"M13 17v2"}],["path",{d:"M13 11v2"}]];var Qw=[["path",{d:"M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12"}],["path",{d:"m12 13.5 3.75.5"}],["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8"}],["path",{d:"M6 10V8"}],["path",{d:"M6 14v1"}],["path",{d:"M6 19v2"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2"}]];var eS=[["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8"}],["path",{d:"M6 10V8"}],["path",{d:"M6 14v1"}],["path",{d:"M6 19v2"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2"}]];var tS=[["path",{d:"M10 2h4"}],["path",{d:"M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7"}],["path",{d:"M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2"}],["path",{d:"m2 2 20 20"}],["path",{d:"M12 12v-2"}]];var aS=[["path",{d:"M10 2h4"}],["path",{d:"M12 14v-4"}],["path",{d:"M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6"}],["path",{d:"M9 17H4v5"}]];var rS=[["line",{x1:"10",x2:"14",y1:"2",y2:"2"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11"}],["circle",{cx:"12",cy:"14",r:"8"}]];var oS=[["circle",{cx:"9",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var sS=[["circle",{cx:"15",cy:"12",r:"3"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7"}]];var nS=[["path",{d:"M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18"}],["path",{d:"M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8"}]];var lS=[["path",{d:"M10 15h4"}],["path",{d:"m14.817 10.995-.971-1.45 1.034-1.232a2 2 0 0 0-2.025-3.238l-1.82.364L9.91 3.885a2 2 0 0 0-3.625.748L6.141 6.55l-1.725.426a2 2 0 0 0-.19 3.756l.657.27"}],["path",{d:"m18.822 10.995 2.26-5.38a1 1 0 0 0-.557-1.318L16.954 2.9a1 1 0 0 0-1.281.533l-.924 2.122"}],["path",{d:"M4 12.006A1 1 0 0 1 4.994 11H19a1 1 0 0 1 1 1v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"}]];var iS=[["path",{d:"M21 4H3"}],["path",{d:"M18 8H6"}],["path",{d:"M19 12H9"}],["path",{d:"M16 16h-6"}],["path",{d:"M11 20H9"}]];var dS=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5"}]];var pS=[["path",{d:"M12 20v-6"}],["path",{d:"M19.656 14H22"}],["path",{d:"M2 14h12"}],["path",{d:"m2 2 20 20"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2"}],["path",{d:"M9.656 4H20a2 2 0 0 1 2 2v10.344"}]];var cS=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 14h20"}],["path",{d:"M12 20v-6"}]];var uS=[["path",{d:"M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z"}],["path",{d:"M8 13v9"}],["path",{d:"M16 22v-9"}],["path",{d:"m9 6 1 7"}],["path",{d:"m15 6-1 7"}],["path",{d:"M12 6V2"}],["path",{d:"M13 2h-2"}]];var fS=[["rect",{width:"18",height:"12",x:"3",y:"8",rx:"1"}],["path",{d:"M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3"}],["path",{d:"M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3"}]];var hS=[["path",{d:"m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20"}],["path",{d:"M16 18h-5"}],["path",{d:"M18 5a1 1 0 0 0-1 1v5.573"}],["path",{d:"M3 4h8.129a1 1 0 0 1 .99.863L13 11.246"}],["path",{d:"M4 11V4"}],["path",{d:"M7 15h.01"}],["path",{d:"M8 10.1V4"}],["circle",{cx:"18",cy:"18",r:"2"}],["circle",{cx:"7",cy:"15",r:"5"}]];var mS=[["path",{d:"M16.05 10.966a5 2.5 0 0 1-8.1 0"}],["path",{d:"m16.923 14.049 4.48 2.04a1 1 0 0 1 .001 1.831l-8.574 3.9a2 2 0 0 1-1.66 0l-8.574-3.91a1 1 0 0 1 0-1.83l4.484-2.04"}],["path",{d:"M16.949 14.14a5 2.5 0 1 1-9.9 0L10.063 3.5a2 2 0 0 1 3.874 0z"}],["path",{d:"M9.194 6.57a5 2.5 0 0 0 5.61 0"}]];var xS=[["path",{d:"M2 22V12a10 10 0 1 1 20 0v10"}],["path",{d:"M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8"}],["path",{d:"M10 15h.01"}],["path",{d:"M14 15h.01"}],["path",{d:"M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z"}],["path",{d:"m9 19-2 3"}],["path",{d:"m15 19 2 3"}]];var gS=[["path",{d:"M8 3.1V7a4 4 0 0 0 8 0V3.1"}],["path",{d:"m9 15-1-1"}],["path",{d:"m15 15 1-1"}],["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"}],["path",{d:"m8 19-2 3"}],["path",{d:"m16 19 2 3"}]];var MS=[["path",{d:"M2 17 17 2"}],["path",{d:"m2 14 8 8"}],["path",{d:"m5 11 8 8"}],["path",{d:"m8 8 8 8"}],["path",{d:"m11 5 8 8"}],["path",{d:"m14 2 8 8"}],["path",{d:"M7 22 22 7"}]];var Si=[["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2"}],["path",{d:"M4 11h16"}],["path",{d:"M12 3v8"}],["path",{d:"m8 19-2 3"}],["path",{d:"m18 22-2-3"}],["path",{d:"M8 15h.01"}],["path",{d:"M16 15h.01"}]];var yS=[["path",{d:"M12 16v6"}],["path",{d:"M14 20h-4"}],["path",{d:"M18 2h4v4"}],["path",{d:"m2 2 7.17 7.17"}],["path",{d:"M2 5.355V2h3.357"}],["path",{d:"m22 2-7.17 7.17"}],["path",{d:"M8 5 5 8"}],["circle",{cx:"12",cy:"12",r:"4"}]];var vS=[["path",{d:"M10 11v6"}],["path",{d:"M14 11v6"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"}],["path",{d:"M3 6h18"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}]];var bS=[["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6"}],["path",{d:"M3 6h18"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}]];var CS=[["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"}],["path",{d:"M12 19v3"}]];var Ai=[["path",{d:"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4"}],["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"}],["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"}],["path",{d:"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14"}]];var wS=[["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"}],["path",{d:"M12 22v-3"}]];var SS=[["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"}],["path",{d:"M7 16v6"}],["path",{d:"M13 19v3"}],["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"}]];var AS=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2"}],["rect",{width:"3",height:"9",x:"7",y:"7"}],["rect",{width:"3",height:"5",x:"14",y:"7"}]];var kS=[["path",{d:"M16 17h6v-6"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7"}]];var TS=[["path",{d:"M14.828 14.828 21 21"}],["path",{d:"M21 16v5h-5"}],["path",{d:"m21 3-9 9-4-4-6 6"}],["path",{d:"M21 8V3h-5"}]];var LS=[["path",{d:"M16 7h6v6"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17"}]];var ki=[["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"}],["path",{d:"M12 9v4"}],["path",{d:"M12 17h.01"}]];var ES=[["path",{d:"M10.17 4.193a2 2 0 0 1 3.666.013"}],["path",{d:"M14 21h2"}],["path",{d:"m15.874 7.743 1 1.732"}],["path",{d:"m18.849 12.952 1 1.732"}],["path",{d:"M21.824 18.18a2 2 0 0 1-1.835 2.824"}],["path",{d:"M4.024 21a2 2 0 0 1-1.839-2.839"}],["path",{d:"m5.136 12.952-1 1.732"}],["path",{d:"M8 21h2"}],["path",{d:"m8.102 7.743-1 1.732"}]];var HS=[["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"}]];var PS=[["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"}]];var RS=[["path",{d:"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978"}],["path",{d:"M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978"}],["path",{d:"M18 9h1.5a1 1 0 0 0 0-5H18"}],["path",{d:"M4 22h16"}],["path",{d:"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z"}],["path",{d:"M6 9H4.5a1 1 0 0 1 0-5H6"}]];var IS=[["path",{d:"M14 19V7a2 2 0 0 0-2-2H9"}],["path",{d:"M15 19H9"}],["path",{d:"M19 19h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.62L18.3 9.38a1 1 0 0 0-.78-.38H14"}],["path",{d:"M2 13v5a1 1 0 0 0 1 1h2"}],["path",{d:"M4 3 2.15 5.15a.495.495 0 0 0 .35.86h2.15a.47.47 0 0 1 .35.86L3 9.02"}],["circle",{cx:"17",cy:"19",r:"2"}],["circle",{cx:"7",cy:"19",r:"2"}]];var BS=[["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2"}],["path",{d:"M15 18H9"}],["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"}],["circle",{cx:"17",cy:"18",r:"2"}],["circle",{cx:"7",cy:"18",r:"2"}]];var DS=[["path",{d:"M15 4 5 9"}],["path",{d:"m15 8.5-10 5"}],["path",{d:"M18 12a9 9 0 0 1-9 9V3"}]];var VS=[["path",{d:"M10 12.01h.01"}],["path",{d:"M18 8v4a8 8 0 0 1-1.07 4"}],["circle",{cx:"10",cy:"12",r:"4"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}]];var FS=[["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"}],["path",{d:"M4.82 7.9 8 10"}],["path",{d:"M15.18 7.9 12 10"}],["path",{d:"M16.93 10H20a2 2 0 0 1 0 4H2"}]];var WS=[["path",{d:"M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z"}],["path",{d:"M7 21h10"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}]];var Ti=[["path",{d:"M7 21h10"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2"}]];var OS=[["path",{d:"m17 2-5 5-5-5"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2"}]];var NS=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}]];var zS=[["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"}]];var _S=[["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"}]];var qS=[["path",{d:"M12 4v16"}],["path",{d:"M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2"}],["path",{d:"M9 20h6"}]];var US=[["path",{d:"M12 13v7a2 2 0 0 0 4 0"}],["path",{d:"M12 2v2"}],["path",{d:"M18.656 13h2.336a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-12.07-7.51"}],["path",{d:"m2 2 20 20"}],["path",{d:"M5.961 5.957a10.28 10.28 0 0 0-3.922 5.769A1 1 0 0 0 3 13h10"}]];var $S=[["path",{d:"M12 13v7a2 2 0 0 0 4 0"}],["path",{d:"M12 2v2"}],["path",{d:"M20.992 13a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-19.923 0A1 1 0 0 0 3 13z"}]];var jS=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20"}]];var GS=[["path",{d:"M9 14 4 9l5-5"}],["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"}]];var ZS=[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13"}],["path",{d:"M3 7v6h6"}],["circle",{cx:"12",cy:"17",r:"1"}]];var XS=[["path",{d:"M3 7v6h6"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13"}]];var JS=[["path",{d:"M16 12h6"}],["path",{d:"M8 12H2"}],["path",{d:"M12 2v2"}],["path",{d:"M12 8v2"}],["path",{d:"M12 14v2"}],["path",{d:"M12 20v2"}],["path",{d:"m19 15 3-3-3-3"}],["path",{d:"m5 9-3 3 3 3"}]];var KS=[["path",{d:"M12 22v-6"}],["path",{d:"M12 8V2"}],["path",{d:"M4 12H2"}],["path",{d:"M10 12H8"}],["path",{d:"M16 12h-2"}],["path",{d:"M22 12h-2"}],["path",{d:"m15 19-3 3-3-3"}],["path",{d:"m15 5-3-3-3 3"}]];var YS=[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1"}]];var Li=[["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3"}],["path",{d:"M18 12h.01"}],["path",{d:"M18 16h.01"}],["path",{d:"M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z"}],["path",{d:"M6 12h.01"}],["path",{d:"M6 16h.01"}],["circle",{cx:"12",cy:"10",r:"2"}]];var QS=[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2"}]];var eA=[["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"}],["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"}],["line",{x1:"8",x2:"8",y1:"2",y2:"5"}],["line",{x1:"2",x2:"5",y1:"8",y2:"8"}],["line",{x1:"16",x2:"16",y1:"19",y2:"22"}],["line",{x1:"19",x2:"22",y1:"16",y2:"16"}]];var tA=[["path",{d:"m19 5 3-3"}],["path",{d:"m2 22 3-3"}],["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"}],["path",{d:"M7.5 13.5 10 11"}],["path",{d:"M10.5 16.5 13 14"}],["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"}]];var aA=[["path",{d:"M12 3v12"}],["path",{d:"m17 8-5-5-5 5"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}]];var rA=[["circle",{cx:"10",cy:"7",r:"1"}],["circle",{cx:"4",cy:"20",r:"1"}],["path",{d:"M4.7 19.3 19 5"}],["path",{d:"m21 3-3 1 2 2Z"}],["path",{d:"M9.26 7.68 5 12l2 5"}],["path",{d:"m10 14 5 2 3.5-3.5"}],["path",{d:"m18 12 1-1 1 1-1 1Z"}]];var oA=[["path",{d:"m16 11 2 2 4-4"}],["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}]];var sA=[["path",{d:"M10 15H6a4 4 0 0 0-4 4v2"}],["path",{d:"m14.305 16.53.923-.382"}],["path",{d:"m15.228 13.852-.923-.383"}],["path",{d:"m16.852 12.228-.383-.923"}],["path",{d:"m16.852 17.772-.383.924"}],["path",{d:"m19.148 12.228.383-.923"}],["path",{d:"m19.53 18.696-.382-.924"}],["path",{d:"m20.772 13.852.924-.383"}],["path",{d:"m20.772 16.148.924.383"}],["circle",{cx:"18",cy:"15",r:"3"}],["circle",{cx:"9",cy:"7",r:"4"}]];var nA=[["circle",{cx:"10",cy:"7",r:"4"}],["path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2"}],["path",{d:"M15 15.5V14a2 2 0 0 1 4 0v1.5"}],["rect",{width:"8",height:"5",x:"13",y:"16",rx:".899"}]];var lA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11"}]];var iA=[["path",{d:"M11.5 15H7a4 4 0 0 0-4 4v2"}],["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"}],["circle",{cx:"10",cy:"7",r:"4"}]];var dA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11"}]];var Ei=[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"m16 19 2 2 4-4"}]];var Hi=[["path",{d:"m14.305 19.53.923-.382"}],["path",{d:"m15.228 16.852-.923-.383"}],["path",{d:"m16.852 15.228-.383-.923"}],["path",{d:"m16.852 20.772-.383.924"}],["path",{d:"m19.148 15.228.383-.923"}],["path",{d:"m19.53 21.696-.382-.924"}],["path",{d:"M2 21a8 8 0 0 1 10.434-7.62"}],["path",{d:"m20.772 16.852.924-.383"}],["path",{d:"m20.772 19.148.924.383"}],["circle",{cx:"10",cy:"8",r:"5"}],["circle",{cx:"18",cy:"18",r:"3"}]];var Pi=[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M22 19h-6"}]];var pA=[["path",{d:"M2 21a8 8 0 0 1 10.821-7.487"}],["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"}],["circle",{cx:"10",cy:"8",r:"5"}]];var Ri=[["path",{d:"M2 21a8 8 0 0 1 13.292-6"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M19 16v6"}],["path",{d:"M22 19h-6"}]];var cA=[["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M2 21a8 8 0 0 1 10.434-7.62"}],["circle",{cx:"18",cy:"18",r:"3"}],["path",{d:"m22 22-1.9-1.9"}]];var Ii=[["path",{d:"M2 21a8 8 0 0 1 11.873-7"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"m17 17 5 5"}],["path",{d:"m22 17-5 5"}]];var Bi=[["circle",{cx:"12",cy:"8",r:"5"}],["path",{d:"M20 21a8 8 0 0 0-16 0"}]];var uA=[["circle",{cx:"10",cy:"7",r:"4"}],["path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2"}],["circle",{cx:"17",cy:"17",r:"3"}],["path",{d:"m21 21-1.9-1.9"}]];var fA=[["path",{d:"M16.051 12.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z"}],["path",{d:"M8 15H7a4 4 0 0 0-4 4v2"}],["circle",{cx:"10",cy:"7",r:"4"}]];var hA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["circle",{cx:"9",cy:"7",r:"4"}],["line",{x1:"17",x2:"22",y1:"8",y2:"13"}],["line",{x1:"22",x2:"17",y1:"8",y2:"13"}]];var mA=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"}],["circle",{cx:"12",cy:"7",r:"4"}]];var Di=[["path",{d:"M18 21a8 8 0 0 0-16 0"}],["circle",{cx:"10",cy:"8",r:"5"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3"}]];var xA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87"}],["circle",{cx:"9",cy:"7",r:"4"}]];var Vi=[["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"}],["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"}],["path",{d:"m2.1 21.8 6.4-6.3"}],["path",{d:"m19 5-7 7"}]];var Fi=[["path",{d:"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2"}],["path",{d:"M7 2v20"}],["path",{d:"M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7"}]];var gA=[["path",{d:"M12 2v20"}],["path",{d:"M2 5h20"}],["path",{d:"M3 3v2"}],["path",{d:"M7 3v2"}],["path",{d:"M17 3v2"}],["path",{d:"M21 3v2"}],["path",{d:"m19 5-7 7-7-7"}]];var MA=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15"}]];var yA=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor"}],["path",{d:"m7.9 7.9 2.7 2.7"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor"}],["path",{d:"m13.4 10.6 2.7-2.7"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor"}],["path",{d:"m7.9 16.1 2.7-2.7"}],["circle",{cx:"16.5",cy:"16.5",r:".5",fill:"currentColor"}],["path",{d:"m13.4 13.4 2.7 2.7"}],["circle",{cx:"12",cy:"12",r:"2"}]];var vA=[["path",{d:"M19.5 7a24 24 0 0 1 0 10"}],["path",{d:"M4.5 7a24 24 0 0 0 0 10"}],["path",{d:"M7 19.5a24 24 0 0 0 10 0"}],["path",{d:"M7 4.5a24 24 0 0 1 10 0"}],["rect",{x:"17",y:"17",width:"5",height:"5",rx:"1"}],["rect",{x:"17",y:"2",width:"5",height:"5",rx:"1"}],["rect",{x:"2",y:"17",width:"5",height:"5",rx:"1"}],["rect",{x:"2",y:"2",width:"5",height:"5",rx:"1"}]];var bA=[["path",{d:"M16 8q6 0 6-6-6 0-6 6"}],["path",{d:"M17.41 3.59a10 10 0 1 0 3 3"}],["path",{d:"M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14"}]];var CA=[["path",{d:"M18 11c-1.5 0-2.5.5-3 2"}],["path",{d:"M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2 8 8 0 0 0-5-2z"}],["path",{d:"M6 11c1.5 0 2.5.5 3 2"}]];var wA=[["path",{d:"M10 20h4"}],["path",{d:"M12 16v6"}],["path",{d:"M17 2h4v4"}],["path",{d:"m21 2-5.46 5.46"}],["circle",{cx:"12",cy:"11",r:"5"}]];var SA=[["path",{d:"M12 15v7"}],["path",{d:"M9 19h6"}],["circle",{cx:"12",cy:"9",r:"6"}]];var AA=[["path",{d:"m2 8 2 2-2 2 2 2-2 2"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2"}],["path",{d:"M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2"}],["path",{d:"M16 10.34V6c0-.55-.45-1-1-1h-4.34"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var kA=[["path",{d:"m2 8 2 2-2 2 2 2-2 2"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2"}],["rect",{width:"8",height:"14",x:"8",y:"5",rx:"1"}]];var TA=[["path",{d:"M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196"}],["path",{d:"M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2"}],["path",{d:"m2 2 20 20"}]];var LA=[["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"}],["rect",{x:"2",y:"6",width:"14",height:"12",rx:"2"}]];var EA=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}],["path",{d:"M2 8h20"}],["circle",{cx:"8",cy:"14",r:"2"}],["path",{d:"M8 12h8"}],["circle",{cx:"16",cy:"14",r:"2"}]];var HA=[["path",{d:"M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2"}],["path",{d:"M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2"}],["circle",{cx:"12",cy:"12",r:"1"}],["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"}]];var PA=[["circle",{cx:"6",cy:"12",r:"4"}],["circle",{cx:"18",cy:"12",r:"4"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16"}]];var RA=[["path",{d:"M11.1 7.1a16.55 16.55 0 0 1 10.9 4"}],["path",{d:"M12 12a12.6 12.6 0 0 1-8.7 5"}],["path",{d:"M16.8 13.6a16.55 16.55 0 0 1-9 7.5"}],["path",{d:"M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10"}],["path",{d:"M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5"}],["circle",{cx:"12",cy:"12",r:"10"}]];var IA=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}],["path",{d:"M16 9a5 5 0 0 1 0 6"}]];var BA=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}],["path",{d:"M16 9a5 5 0 0 1 0 6"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728"}]];var DA=[["path",{d:"M16 9a5 5 0 0 1 .95 2.293"}],["path",{d:"M19.364 5.636a9 9 0 0 1 1.889 9.96"}],["path",{d:"m2 2 20 20"}],["path",{d:"m7 7-.587.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298V11"}],["path",{d:"M9.828 4.172A.686.686 0 0 1 11 4.657v.686"}]];var VA=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15"}]];var FA=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z"}]];var WA=[["path",{d:"m9 12 2 2 4-4"}],["path",{d:"M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z"}],["path",{d:"M22 19H2"}]];var OA=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2"}],["path",{d:"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2"}],["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"}]];var Wi=[["path",{d:"M17 14h.01"}],["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"}]];var NA=[["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"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4"}]];var zA=[["path",{d:"M12 17v4"}],["path",{d:"M8 21h8"}],["path",{d:"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15"}],["circle",{cx:"8",cy:"9",r:"2"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2"}]];var Oi=[["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"}],["path",{d:"m14 7 3 3"}],["path",{d:"M5 6v4"}],["path",{d:"M19 14v4"}],["path",{d:"M10 2v2"}],["path",{d:"M7 8H3"}],["path",{d:"M21 16h-4"}],["path",{d:"M11 3H9"}]];var _A=[["path",{d:"M15 4V2"}],["path",{d:"M15 16v-2"}],["path",{d:"M8 9h2"}],["path",{d:"M20 9h2"}],["path",{d:"M17.8 11.8 19 13"}],["path",{d:"M15 9h.01"}],["path",{d:"M17.8 6.2 19 5"}],["path",{d:"m3 21 9-9"}],["path",{d:"M12.2 6.2 11 5"}]];var qA=[["path",{d:"M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11"}],["path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z"}],["path",{d:"M6 13h12"}],["path",{d:"M6 17h12"}]];var UA=[["path",{d:"M3 6h3"}],["path",{d:"M17 6h.01"}],["rect",{width:"18",height:"20",x:"3",y:"2",rx:"2"}],["circle",{cx:"12",cy:"13",r:"5"}],["path",{d:"M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5"}]];var $A=[["path",{d:"M12 10v2.2l1.6 1"}],["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"}],["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"}],["circle",{cx:"12",cy:"12",r:"6"}]];var jA=[["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"}],["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"}],["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"}]];var GA=[["path",{d:"M19 5a2 2 0 0 0-2 2v11"}],["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"}],["path",{d:"M7 13h10"}],["path",{d:"M7 9h10"}],["path",{d:"M9 5a2 2 0 0 0-2 2v11"}]];var ZA=[["circle",{cx:"12",cy:"4.5",r:"2.5"}],["path",{d:"m10.2 6.3-3.9 3.9"}],["circle",{cx:"4.5",cy:"12",r:"2.5"}],["path",{d:"M7 12h10"}],["circle",{cx:"19.5",cy:"12",r:"2.5"}],["path",{d:"m13.8 17.7 3.9-3.9"}],["circle",{cx:"12",cy:"19.5",r:"2.5"}]];var XA=[["circle",{cx:"12",cy:"10",r:"8"}],["circle",{cx:"12",cy:"10",r:"3"}],["path",{d:"M7 22h10"}],["path",{d:"M12 22v-4"}]];var JA=[["path",{d:"M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15"}],["path",{d:"M9 3.4a4 4 0 0 1 6.52.66"}],["path",{d:"m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05"}],["path",{d:"M20.3 20.3a4 4 0 0 1-2.3.7"}],["path",{d:"M18.6 13a4 4 0 0 1 3.357 3.414"}],["path",{d:"m12 6 .6 1"}],["path",{d:"m2 2 20 20"}]];var KA=[["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"}],["path",{d:"m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06"}],["path",{d:"m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8"}]];var YA=[["circle",{cx:"12",cy:"5",r:"3"}],["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"}]];var QA=[["path",{d:"m2 22 10-10"}],["path",{d:"m16 8-1.17 1.17"}],["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"}],["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"}],["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"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z"}],["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"}],["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"}],["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"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var ek=[["path",{d:"M2 22 16 8"}],["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"}],["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"}],["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"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z"}],["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"}],["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"}],["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"}]];var tk=[["circle",{cx:"7",cy:"12",r:"3"}],["path",{d:"M10 9v6"}],["circle",{cx:"17",cy:"12",r:"3"}],["path",{d:"M14 7v8"}],["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1"}]];var ak=[["path",{d:"m14.305 19.53.923-.382"}],["path",{d:"m15.228 16.852-.923-.383"}],["path",{d:"m16.852 15.228-.383-.923"}],["path",{d:"m16.852 20.772-.383.924"}],["path",{d:"m19.148 15.228.383-.923"}],["path",{d:"m19.53 21.696-.382-.924"}],["path",{d:"M2 7.82a15 15 0 0 1 20 0"}],["path",{d:"m20.772 16.852.924-.383"}],["path",{d:"m20.772 19.148.924.383"}],["path",{d:"M5 11.858a10 10 0 0 1 11.5-1.785"}],["path",{d:"M8.5 15.429a5 5 0 0 1 2.413-1.31"}],["circle",{cx:"18",cy:"18",r:"3"}]];var rk=[["path",{d:"M12 20h.01"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0"}]];var ok=[["path",{d:"M12 20h.01"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0"}]];var sk=[["path",{d:"M12 20h.01"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0"}],["path",{d:"M5 12.859a10 10 0 0 1 5.17-2.69"}],["path",{d:"M19 12.859a10 10 0 0 0-2.007-1.523"}],["path",{d:"M2 8.82a15 15 0 0 1 4.177-2.643"}],["path",{d:"M22 8.82a15 15 0 0 0-11.288-3.764"}],["path",{d:"m2 2 20 20"}]];var nk=[["path",{d:"M2 8.82a15 15 0 0 1 20 0"}],["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"}],["path",{d:"M5 12.859a10 10 0 0 1 10.5-2.222"}],["path",{d:"M8.5 16.429a5 5 0 0 1 3-1.406"}]];var lk=[["path",{d:"M11.965 10.105v4L13.5 12.5a5 5 0 0 1 8 1.5"}],["path",{d:"M11.965 14.105h4"}],["path",{d:"M17.965 18.105h4L20.43 19.71a5 5 0 0 1-8-1.5"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0"}],["path",{d:"M21.965 22.105v-4"}],["path",{d:"M5 12.86a10 10 0 0 1 3-2.032"}],["path",{d:"M8.5 16.429h.01"}]];var ik=[["path",{d:"M12 20h.01"}]];var dk=[["path",{d:"M12 20h.01"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0"}]];var pk=[["path",{d:"M10 2v8"}],["path",{d:"M12.8 21.6A2 2 0 1 0 14 18H2"}],["path",{d:"M17.5 10a2.5 2.5 0 1 1 2 4H2"}],["path",{d:"m6 6 4 4 4-4"}]];var ck=[["path",{d:"M12.8 19.6A2 2 0 1 0 14 16H2"}],["path",{d:"M17.5 8a2.5 2.5 0 1 1 2 4H2"}],["path",{d:"M9.8 4.4A2 2 0 1 1 11 8H2"}]];var uk=[["path",{d:"M8 22h8"}],["path",{d:"M7 10h3m7 0h-1.343"}],["path",{d:"M12 15v7"}],["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"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22"}]];var fk=[["path",{d:"M8 22h8"}],["path",{d:"M7 10h10"}],["path",{d:"M12 15v7"}],["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"}]];var hk=[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2"}]];var mk=[["path",{d:"m19 12-1.5 3"}],["path",{d:"M19.63 18.81 22 20"}],["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"}]];var xk=[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z"}]];var gk=[["path",{d:"M18 6 6 18"}],["path",{d:"m6 6 12 12"}]];var Mk=[["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"}],["path",{d:"m10 15 5-3-5-3z"}]];var yk=[["path",{d:"M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317"}],["path",{d:"M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773"}],["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"}],["path",{d:"m2 2 20 20"}]];var vk=[["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"}]];var bk=[["circle",{cx:"11",cy:"11",r:"8"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65"}],["line",{x1:"11",x2:"11",y1:"8",y2:"14"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11"}]];var Ck=[["circle",{cx:"11",cy:"11",r:"8"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11"}]];var NP=({icons:r={},nameAttr:a="data-lucide",attrs:e={},root:t=document,inTemplates:s}={})=>{if(!Object.values(r).length)throw new Error(`Please provide an icons object.
55
55
  If you want to use all the icons you can import it like:
56
56
  \`import { createIcons, icons } from 'lucide';
57
- lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`createIcons()` only works in a browser environment.");if(Array.from(t.querySelectorAll(`[${a}]`)).forEach(n=>bT(n,{nameAttr:a,icons:r,attrs:e})),s&&Array.from(t.querySelectorAll("template")).forEach(l=>NP({icons:r,nameAttr:a,attrs:e,root:l.content,inTemplates:s})),a==="data-lucide"){let n=t.querySelectorAll("[icon-name]");n.length>0&&(console.warn("[Lucide] Some icons were found with the now deprecated icon-name attribute. These will still be replaced for backwards compatibility, but will no longer be supported in v1.0 and you should switch to data-lucide"),Array.from(n).forEach(l=>bT(l,{nameAttr:"icon-name",icons:r,attrs:e})))}};var ve=(r,a=24,e="currentColor",t=2)=>{try{let s=r.split("-").map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(""),o=wT[s];return o?FB(o,a,e,t):(console.warn(`Lucide icon "${r}" not found (tried "${s}"). Available icons: https://lucide.dev/icons`),null)}catch(s){return console.warn(`Failed to render Lucide icon "${r}":`,s),null}};function FB(r,a,e,t){if(!r||!Array.isArray(r))return null;let s=document.createElementNS("http://www.w3.org/2000/svg","svg");return s.setAttribute("width",String(a)),s.setAttribute("height",String(a)),s.setAttribute("viewBox","0 0 24 24"),s.setAttribute("fill","none"),s.setAttribute("stroke",e),s.setAttribute("stroke-width",String(t)),s.setAttribute("stroke-linecap","round"),s.setAttribute("stroke-linejoin","round"),s.setAttribute("aria-hidden","true"),r.forEach(o=>{if(Array.isArray(o)&&o.length>=2){let n=o[0],l=o[1];if(l){let p=document.createElementNS("http://www.w3.org/2000/svg",n);Object.entries(l).forEach(([i,c])=>{i!=="stroke"&&p.setAttribute(i,String(c))}),s.appendChild(p)}}}),s}var wk={allowedTypes:Tr,maxFileSize:10*1024*1024,maxFiles:4};function WB(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function OB(r){return r==="application/pdf"||r.startsWith("text/")||r.includes("word")?"file-text":r.includes("excel")||r.includes("spreadsheet")?"file-spreadsheet":r==="application/json"?"file-json":"file"}var fo=class r{constructor(a={}){this.attachments=[];this.previewsContainer=null;var e,t,s;this.config={allowedTypes:(e=a.allowedTypes)!=null?e:wk.allowedTypes,maxFileSize:(t=a.maxFileSize)!=null?t:wk.maxFileSize,maxFiles:(s=a.maxFiles)!=null?s:wk.maxFiles,onFileRejected:a.onFileRejected,onAttachmentsChange:a.onAttachmentsChange}}setPreviewsContainer(a){this.previewsContainer=a}updateConfig(a){a.allowedTypes!==void 0&&(this.config.allowedTypes=a.allowedTypes.length>0?a.allowedTypes:wk.allowedTypes),a.maxFileSize!==void 0&&(this.config.maxFileSize=a.maxFileSize),a.maxFiles!==void 0&&(this.config.maxFiles=a.maxFiles),a.onFileRejected!==void 0&&(this.config.onFileRejected=a.onFileRejected),a.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=a.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(a=>a.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(a){!a||a.length===0||await this.handleFiles(Array.from(a))}async handleFiles(a){var e,t,s,o,n,l,p;if(a.length){for(let i of a){if(this.attachments.length>=this.config.maxFiles){(t=(e=this.config).onFileRejected)==null||t.call(e,i,"count");continue}let c=FP(i,this.config.allowedTypes,this.config.maxFileSize);if(!c.valid){let u=(s=c.error)!=null&&s.includes("type")?"type":"size";(n=(o=this.config).onFileRejected)==null||n.call(o,i,u);continue}try{let u=await VP(i),f=c1(i)?URL.createObjectURL(i):null,h={id:WB(),file:i,previewUrl:f,contentPart:u};this.attachments.push(h),this.renderPreview(h)}catch(u){console.error("[AttachmentManager] Failed to process file:",u)}}this.updatePreviewsVisibility(),(p=(l=this.config).onAttachmentsChange)==null||p.call(l,this.getAttachments())}}removeAttachment(a){var o,n,l;let e=this.attachments.findIndex(p=>p.id===a);if(e===-1)return;let t=this.attachments[e];t.previewUrl&&URL.revokeObjectURL(t.previewUrl),this.attachments.splice(e,1);let s=(o=this.previewsContainer)==null?void 0:o.querySelector(`[data-attachment-id="${a}"]`);s&&s.remove(),this.updatePreviewsVisibility(),(l=(n=this.config).onAttachmentsChange)==null||l.call(n,this.getAttachments())}clearAttachments(){var a,e;for(let t of this.attachments)t.previewUrl&&URL.revokeObjectURL(t.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(e=(a=this.config).onAttachmentsChange)==null||e.call(a,this.getAttachments())}renderPreview(a){if(!this.previewsContainer)return;let e=c1(a.file),t=v("div","persona-attachment-preview persona-relative persona-inline-block");if(t.setAttribute("data-attachment-id",a.id),t.style.width="48px",t.style.height="48px",e&&a.previewUrl){let n=v("img");n.src=a.previewUrl,n.alt=a.file.name,n.className="persona-w-full persona-h-full persona-object-cover persona-rounded-lg persona-border persona-border-gray-200",n.style.width="48px",n.style.height="48px",n.style.objectFit="cover",n.style.borderRadius="8px",t.appendChild(n)}else{let n=v("div");n.style.width="48px",n.style.height="48px",n.style.borderRadius="8px",n.style.backgroundColor="var(--persona-container, #f3f4f6)",n.style.border="1px solid var(--persona-border, #e5e7eb)",n.style.display="flex",n.style.flexDirection="column",n.style.alignItems="center",n.style.justifyContent="center",n.style.gap="2px",n.style.overflow="hidden";let l=OB(a.file.type),p=ve(l,20,"var(--persona-muted, #6b7280)",1.5);p&&n.appendChild(p);let i=v("span");i.textContent=WP(a.file.type,a.file.name),i.style.fontSize="8px",i.style.fontWeight="600",i.style.color="var(--persona-muted, #6b7280)",i.style.textTransform="uppercase",i.style.lineHeight="1",n.appendChild(i),t.appendChild(n)}let s=v("button","persona-attachment-remove persona-absolute persona-flex persona-items-center persona-justify-center");s.type="button",s.setAttribute("aria-label","Remove attachment"),s.style.position="absolute",s.style.top="-4px",s.style.right="-4px",s.style.width="18px",s.style.height="18px",s.style.borderRadius="50%",s.style.backgroundColor="var(--persona-palette-colors-black-alpha-60, rgba(0, 0, 0, 0.6))",s.style.border="none",s.style.cursor="pointer",s.style.display="flex",s.style.alignItems="center",s.style.justifyContent="center",s.style.padding="0";let o=ve("x",10,"var(--persona-text-inverse, #ffffff)",2);o?s.appendChild(o):(s.textContent="\xD7",s.style.color="var(--persona-text-inverse, #ffffff)",s.style.fontSize="14px",s.style.lineHeight="1"),s.addEventListener("click",n=>{n.preventDefault(),n.stopPropagation(),this.removeAttachment(a.id)}),t.appendChild(s),this.previewsContainer.appendChild(t)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(a,e){return new r({allowedTypes:a==null?void 0:a.allowedTypes,maxFileSize:a==null?void 0:a.maxFileSize,maxFiles:a==null?void 0:a.maxFiles,onFileRejected:a==null?void 0:a.onFileRejected,onAttachmentsChange:e})}};var ST={colors:{primary:{50:"#ffffff",100:"#f5f5f5",200:"#d4d4d4",300:"#a3a3a3",400:"#737373",500:"#171717",600:"#0f0f0f",700:"#0a0a0a",800:"#050505",900:"#030303",950:"#000000"},secondary:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},accent:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},warning:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},error:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},info:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"}},spacing:{0:"0px",1:"0.25rem",2:"0.5rem",3:"0.75rem",4:"1rem",5:"1.25rem",6:"1.5rem",8:"2rem",10:"2.5rem",12:"3rem",16:"4rem",20:"5rem",24:"6rem",32:"8rem",40:"10rem",48:"12rem",56:"14rem",64:"16rem"},typography:{fontFamily:{sans:'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif',serif:'Georgia, Cambria, "Times New Roman", Times, serif',mono:"ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace"},fontSize:{xs:"0.75rem",sm:"0.875rem",base:"1rem",lg:"1.125rem",xl:"1.25rem","2xl":"1.5rem","3xl":"1.875rem","4xl":"2.25rem"},fontWeight:{normal:"400",medium:"500",semibold:"600",bold:"700"},lineHeight:{tight:"1.25",normal:"1.5",relaxed:"1.625"}},shadows:{none:"none",sm:"0 1px 2px 0 rgb(0 0 0 / 0.05)",md:"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",lg:"0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",xl:"0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)","2xl":"0 25px 50px -12px rgb(0 0 0 / 0.25)"},borders:{none:"none",sm:"1px solid",md:"2px solid",lg:"4px solid"},radius:{none:"0px",sm:"0.125rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem",full:"9999px"}},AT={colors:{primary:"palette.colors.primary.500",secondary:"palette.colors.secondary.500",accent:"palette.colors.primary.600",surface:"palette.colors.gray.50",background:"palette.colors.gray.50",container:"palette.colors.gray.50",text:"palette.colors.gray.900",textMuted:"palette.colors.gray.500",textInverse:"palette.colors.gray.50",border:"palette.colors.gray.200",divider:"palette.colors.gray.200",interactive:{default:"palette.colors.primary.600",hover:"palette.colors.primary.700",focus:"palette.colors.primary.600",active:"palette.colors.primary.600",disabled:"palette.colors.gray.300"},feedback:{success:"palette.colors.success.500",warning:"palette.colors.warning.500",error:"palette.colors.error.500",info:"palette.colors.info.500"}},spacing:{xs:"palette.spacing.1",sm:"palette.spacing.2",md:"palette.spacing.4",lg:"palette.spacing.6",xl:"palette.spacing.8","2xl":"palette.spacing.10"},typography:{fontFamily:"palette.typography.fontFamily.sans",fontSize:"palette.typography.fontSize.base",fontWeight:"palette.typography.fontWeight.normal",lineHeight:"palette.typography.lineHeight.normal"}},kT={button:{primary:{background:"palette.colors.primary.500",foreground:"palette.colors.primary.50",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},secondary:{background:"semantic.colors.surface",foreground:"semantic.colors.secondary",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},ghost:{background:"transparent",foreground:"semantic.colors.text",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"}},input:{background:"palette.colors.gray.50",placeholder:"palette.colors.gray.400",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md",focus:{border:"palette.colors.gray.400",ring:"palette.colors.gray.400"}},launcher:{background:"palette.colors.primary.500",foreground:"palette.colors.primary.50",border:"palette.colors.gray.200",size:"60px",iconSize:"28px",borderRadius:"palette.radius.full",shadow:"palette.shadows.lg"},panel:{width:"min(400px, calc(100vw - 24px))",maxWidth:"400px",height:"600px",maxHeight:"calc(100vh - 80px)",borderRadius:"palette.radius.xl",shadow:"palette.shadows.xl"},header:{background:"palette.colors.primary.500",border:"palette.colors.primary.600",borderRadius:"palette.radius.xl palette.radius.xl 0 0",padding:"semantic.spacing.md",iconBackground:"palette.colors.primary.600",iconForeground:"palette.colors.primary.50",titleForeground:"palette.colors.primary.50",subtitleForeground:"palette.colors.primary.200",actionIconForeground:"palette.colors.primary.200"},message:{user:{background:"palette.colors.primary.500",text:"palette.colors.primary.50",borderRadius:"palette.radius.lg",shadow:"palette.shadows.sm"},assistant:{background:"palette.colors.gray.50",text:"palette.colors.gray.900",borderRadius:"palette.radius.lg",border:"palette.colors.gray.200",shadow:"palette.shadows.sm"},border:"semantic.colors.border"},toolBubble:{shadow:"palette.shadows.sm"},reasoningBubble:{shadow:"palette.shadows.sm"},composer:{shadow:"none"},markdown:{inlineCode:{background:"palette.colors.gray.50",foreground:"palette.colors.gray.900"},link:{foreground:"palette.colors.primary.600"},prose:{fontFamily:"inherit"},codeBlock:{background:"semantic.colors.container",borderColor:"semantic.colors.border",textColor:"inherit"},table:{headerBackground:"semantic.colors.container",borderColor:"semantic.colors.border"},hr:{color:"semantic.colors.divider"},blockquote:{borderColor:"palette.colors.gray.900",background:"transparent",textColor:"palette.colors.gray.500"}},collapsibleWidget:{container:"palette.colors.gray.50",surface:"semantic.colors.surface",border:"semantic.colors.border"},voice:{recording:{indicator:"palette.colors.error.500",background:"palette.colors.error.50",border:"palette.colors.error.200"},processing:{icon:"palette.colors.primary.500",background:"palette.colors.primary.50"},speaking:{icon:"palette.colors.success.500"}},approval:{requested:{background:"palette.colors.warning.50",border:"palette.colors.warning.200",text:"palette.colors.gray.900"},approve:{background:"palette.colors.success.500",foreground:"palette.colors.gray.50",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"},deny:{background:"palette.colors.error.500",foreground:"palette.colors.gray.50",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"}},attachment:{image:{background:"palette.colors.gray.100",border:"palette.colors.gray.200"}},scrollToBottom:{background:"components.button.primary.background",foreground:"components.button.primary.foreground",border:"semantic.colors.primary",size:"40px",borderRadius:"palette.radius.full",shadow:"palette.shadows.sm",padding:"0.5rem 0.875rem",gap:"0.5rem",fontSize:"0.875rem",iconSize:"14px"},artifact:{pane:{background:"semantic.colors.container",toolbarBackground:"semantic.colors.container"}}};function wd(r,a){if(!a.startsWith("palette.")&&!a.startsWith("semantic.")&&!a.startsWith("components."))return a;let e=a.split("."),t=r;for(let s of e){if(t==null)return;t=t[s]}return typeof t=="string"&&(t.startsWith("palette.")||t.startsWith("semantic.")||t.startsWith("components."))?wd(r,t):t}function Sk(r){let a={};function e(t,s){for(let[o,n]of Object.entries(t)){let l=`${s}.${o}`;if(typeof n=="string"){let p=wd(r,n);p!==void 0&&(a[l]={path:l,value:p,type:s.includes("color")?"color":s.includes("spacing")?"spacing":s.includes("typography")?"typography":s.includes("shadow")?"shadow":s.includes("border")?"border":"color"})}else typeof n=="object"&&n!==null&&e(n,l)}}return e(r.palette,"palette"),e(r.semantic,"semantic"),e(r.components,"components"),a}function TT(r){let a=[],e=[];return r.palette||a.push({path:"palette",message:"Theme must include a palette",severity:"error"}),r.semantic||e.push({path:"semantic",message:"No semantic tokens defined - defaults will be used",severity:"warning"}),r.components||e.push({path:"components",message:"No component tokens defined - defaults will be used",severity:"warning"}),{valid:a.length===0,errors:a,warnings:e}}function zP(r,a){let e={...r};for(let[t,s]of Object.entries(a)){let o=e[t];o&&typeof o=="object"&&!Array.isArray(o)&&s&&typeof s=="object"&&!Array.isArray(s)?e[t]=zP(o,s):e[t]=s}return e}function NB(r,a){return a?zP(r,a):r}function Ni(r,a={}){var s,o,n,l,p,i,c,u,f,h,y,T,b;let e={palette:ST,semantic:AT,components:kT},t={palette:{...e.palette,...r==null?void 0:r.palette,colors:{...e.palette.colors,...(s=r==null?void 0:r.palette)==null?void 0:s.colors},spacing:{...e.palette.spacing,...(o=r==null?void 0:r.palette)==null?void 0:o.spacing},typography:{...e.palette.typography,...(n=r==null?void 0:r.palette)==null?void 0:n.typography},shadows:{...e.palette.shadows,...(l=r==null?void 0:r.palette)==null?void 0:l.shadows},borders:{...e.palette.borders,...(p=r==null?void 0:r.palette)==null?void 0:p.borders},radius:{...e.palette.radius,...(i=r==null?void 0:r.palette)==null?void 0:i.radius}},semantic:{...e.semantic,...r==null?void 0:r.semantic,colors:{...e.semantic.colors,...(c=r==null?void 0:r.semantic)==null?void 0:c.colors,interactive:{...e.semantic.colors.interactive,...(f=(u=r==null?void 0:r.semantic)==null?void 0:u.colors)==null?void 0:f.interactive},feedback:{...e.semantic.colors.feedback,...(y=(h=r==null?void 0:r.semantic)==null?void 0:h.colors)==null?void 0:y.feedback}},spacing:{...e.semantic.spacing,...(T=r==null?void 0:r.semantic)==null?void 0:T.spacing},typography:{...e.semantic.typography,...(b=r==null?void 0:r.semantic)==null?void 0:b.typography}},components:NB(e.components,r==null?void 0:r.components)};if(a.validate!==!1){let C=TT(t);if(!C.valid)throw new Error(`Theme validation failed: ${C.errors.map(g=>g.message).join(", ")}`)}if(a.plugins)for(let C of a.plugins)t=C.transform(t);return t}function Ak(r){var y,T,b,C,g,L,m,M,k,w,I,N,_,R,Y,Ce,ee,Ee,Fe,me,Me,He,Q,te,xe,we,We,he,Be,lt,yt,G,K,de,j,$,ne,Qe,ae,oe,wt,it,Rt,Xt,_e,pe,De,Tt,At,qe,rt,la,ea,ta,q,Pe,ue,Xe,Ie,se,ge,Ne,mt,Nt,xt,Ft,vt,et,Ve,Oe,Zt,_a,qa,Ba,tt,gr,aa,Sa,Ua,Mr,Ka,Ya,$e,ya,Da,xa,sr,Aa,re,S,Z,fe,bt,qt,Lt,Bt,ia,ft,zt,ot,va,nr,lr,$a,W,ir,dr,Pr,Va,ja;let a=Sk(r),e={};for(let[ie,pr]of Object.entries(a)){let Mo=ie.replace(/\./g,"-");e[`--persona-${Mo}`]=pr.value}e["--persona-primary"]=(y=e["--persona-semantic-colors-primary"])!=null?y:e["--persona-palette-colors-primary-500"],e["--persona-secondary"]=(T=e["--persona-semantic-colors-secondary"])!=null?T:e["--persona-palette-colors-secondary-500"],e["--persona-accent"]=(b=e["--persona-semantic-colors-accent"])!=null?b:e["--persona-palette-colors-accent-500"],e["--persona-surface"]=(C=e["--persona-semantic-colors-surface"])!=null?C:e["--persona-palette-colors-gray-50"],e["--persona-background"]=(g=e["--persona-semantic-colors-background"])!=null?g:e["--persona-palette-colors-gray-50"],e["--persona-container"]=(L=e["--persona-semantic-colors-container"])!=null?L:e["--persona-palette-colors-gray-100"],e["--persona-text"]=(m=e["--persona-semantic-colors-text"])!=null?m:e["--persona-palette-colors-gray-900"],e["--persona-text-muted"]=(M=e["--persona-semantic-colors-text-muted"])!=null?M:e["--persona-palette-colors-gray-500"],e["--persona-text-inverse"]=(k=e["--persona-semantic-colors-text-inverse"])!=null?k:e["--persona-palette-colors-gray-50"],e["--persona-border"]=(w=e["--persona-semantic-colors-border"])!=null?w:e["--persona-palette-colors-gray-200"],e["--persona-divider"]=(I=e["--persona-semantic-colors-divider"])!=null?I:e["--persona-palette-colors-gray-200"],e["--persona-muted"]=e["--persona-text-muted"],e["--persona-voice-recording-indicator"]=(N=e["--persona-components-voice-recording-indicator"])!=null?N:e["--persona-palette-colors-error-500"],e["--persona-voice-recording-bg"]=(_=e["--persona-components-voice-recording-background"])!=null?_:e["--persona-palette-colors-error-50"],e["--persona-voice-processing-icon"]=(R=e["--persona-components-voice-processing-icon"])!=null?R:e["--persona-palette-colors-primary-500"],e["--persona-voice-speaking-icon"]=(Y=e["--persona-components-voice-speaking-icon"])!=null?Y:e["--persona-palette-colors-success-500"],e["--persona-approval-bg"]=(Ce=e["--persona-components-approval-requested-background"])!=null?Ce:e["--persona-palette-colors-warning-50"],e["--persona-approval-border"]=(ee=e["--persona-components-approval-requested-border"])!=null?ee:e["--persona-palette-colors-warning-200"],e["--persona-approval-text"]=(Ee=e["--persona-components-approval-requested-text"])!=null?Ee:e["--persona-palette-colors-gray-900"],e["--persona-approval-approve-bg"]=(Fe=e["--persona-components-approval-approve-background"])!=null?Fe:e["--persona-palette-colors-success-500"],e["--persona-approval-deny-bg"]=(me=e["--persona-components-approval-deny-background"])!=null?me:e["--persona-palette-colors-error-500"],e["--persona-attachment-image-bg"]=(Me=e["--persona-components-attachment-image-background"])!=null?Me:e["--persona-palette-colors-gray-100"],e["--persona-attachment-image-border"]=(He=e["--persona-components-attachment-image-border"])!=null?He:e["--persona-palette-colors-gray-200"],e["--persona-font-family"]=(Q=e["--persona-semantic-typography-fontFamily"])!=null?Q:e["--persona-palette-typography-fontFamily-sans"],e["--persona-font-size"]=(te=e["--persona-semantic-typography-fontSize"])!=null?te:e["--persona-palette-typography-fontSize-base"],e["--persona-font-weight"]=(xe=e["--persona-semantic-typography-fontWeight"])!=null?xe:e["--persona-palette-typography-fontWeight-normal"],e["--persona-line-height"]=(we=e["--persona-semantic-typography-lineHeight"])!=null?we:e["--persona-palette-typography-lineHeight-normal"],e["--persona-input-font-family"]=e["--persona-font-family"],e["--persona-input-font-weight"]=e["--persona-font-weight"],e["--persona-radius-sm"]=(We=e["--persona-palette-radius-sm"])!=null?We:"0.125rem",e["--persona-radius-md"]=(he=e["--persona-palette-radius-md"])!=null?he:"0.375rem",e["--persona-radius-lg"]=(Be=e["--persona-palette-radius-lg"])!=null?Be:"0.5rem",e["--persona-radius-xl"]=(lt=e["--persona-palette-radius-xl"])!=null?lt:"0.75rem",e["--persona-radius-full"]=(yt=e["--persona-palette-radius-full"])!=null?yt:"9999px",e["--persona-launcher-radius"]=(K=(G=e["--persona-components-launcher-borderRadius"])!=null?G:e["--persona-palette-radius-full"])!=null?K:"9999px",e["--persona-launcher-bg"]=(de=e["--persona-components-launcher-background"])!=null?de:e["--persona-primary"],e["--persona-launcher-fg"]=(j=e["--persona-components-launcher-foreground"])!=null?j:e["--persona-text-inverse"],e["--persona-launcher-border"]=($=e["--persona-components-launcher-border"])!=null?$:e["--persona-border"],e["--persona-button-primary-bg"]=(ne=e["--persona-components-button-primary-background"])!=null?ne:e["--persona-primary"],e["--persona-button-primary-fg"]=(Qe=e["--persona-components-button-primary-foreground"])!=null?Qe:e["--persona-text-inverse"],e["--persona-button-radius"]=(oe=(ae=e["--persona-components-button-primary-borderRadius"])!=null?ae:e["--persona-palette-radius-full"])!=null?oe:"9999px",e["--persona-panel-radius"]=(it=(wt=e["--persona-components-panel-borderRadius"])!=null?wt:e["--persona-radius-xl"])!=null?it:"0.75rem",e["--persona-panel-border"]=(Rt=e["--persona-components-panel-border"])!=null?Rt:`1px solid ${e["--persona-border"]}`,e["--persona-panel-shadow"]=(_e=(Xt=e["--persona-components-panel-shadow"])!=null?Xt:e["--persona-palette-shadows-xl"])!=null?_e:"0 25px 50px -12px rgba(0, 0, 0, 0.25)",e["--persona-input-radius"]=(De=(pe=e["--persona-components-input-borderRadius"])!=null?pe:e["--persona-radius-lg"])!=null?De:"0.5rem",e["--persona-message-user-radius"]=(At=(Tt=e["--persona-components-message-user-borderRadius"])!=null?Tt:e["--persona-radius-lg"])!=null?At:"0.5rem",e["--persona-message-assistant-radius"]=(rt=(qe=e["--persona-components-message-assistant-borderRadius"])!=null?qe:e["--persona-radius-lg"])!=null?rt:"0.5rem",e["--persona-header-bg"]=(la=e["--persona-components-header-background"])!=null?la:e["--persona-surface"],e["--persona-header-border"]=(ea=e["--persona-components-header-border"])!=null?ea:e["--persona-divider"],e["--persona-header-icon-bg"]=(ta=e["--persona-components-header-iconBackground"])!=null?ta:e["--persona-primary"],e["--persona-header-icon-fg"]=(q=e["--persona-components-header-iconForeground"])!=null?q:e["--persona-text-inverse"],e["--persona-header-title-fg"]=(Pe=e["--persona-components-header-titleForeground"])!=null?Pe:e["--persona-primary"],e["--persona-header-subtitle-fg"]=(ue=e["--persona-components-header-subtitleForeground"])!=null?ue:e["--persona-text-muted"],e["--persona-header-action-icon-fg"]=(Xe=e["--persona-components-header-actionIconForeground"])!=null?Xe:e["--persona-muted"];let t=(Ie=r.components)==null?void 0:Ie.header;t!=null&&t.shadow&&(e["--persona-header-shadow"]=t.shadow),t!=null&&t.borderBottom&&(e["--persona-header-border-bottom"]=t.borderBottom),e["--persona-input-background"]=(se=e["--persona-components-input-background"])!=null?se:e["--persona-surface"],e["--persona-input-placeholder"]=(ge=e["--persona-components-input-placeholder"])!=null?ge:e["--persona-text-muted"],e["--persona-message-user-bg"]=(Ne=e["--persona-components-message-user-background"])!=null?Ne:e["--persona-accent"],e["--persona-message-user-text"]=(mt=e["--persona-components-message-user-text"])!=null?mt:e["--persona-text-inverse"],e["--persona-message-user-shadow"]=(Nt=e["--persona-components-message-user-shadow"])!=null?Nt:"0 5px 15px rgba(15, 23, 42, 0.08)",e["--persona-message-assistant-bg"]=(xt=e["--persona-components-message-assistant-background"])!=null?xt:e["--persona-surface"],e["--persona-message-assistant-text"]=(Ft=e["--persona-components-message-assistant-text"])!=null?Ft:e["--persona-text"],e["--persona-message-assistant-border"]=(vt=e["--persona-components-message-assistant-border"])!=null?vt:e["--persona-border"],e["--persona-message-assistant-shadow"]=(et=e["--persona-components-message-assistant-shadow"])!=null?et:"0 1px 2px 0 rgb(0 0 0 / 0.05)",e["--persona-scroll-to-bottom-bg"]=(Oe=(Ve=e["--persona-components-scrollToBottom-background"])!=null?Ve:e["--persona-button-primary-bg"])!=null?Oe:e["--persona-accent"],e["--persona-scroll-to-bottom-fg"]=(_a=(Zt=e["--persona-components-scrollToBottom-foreground"])!=null?Zt:e["--persona-button-primary-fg"])!=null?_a:e["--persona-text-inverse"],e["--persona-scroll-to-bottom-border"]=(qa=e["--persona-components-scrollToBottom-border"])!=null?qa:e["--persona-primary"],e["--persona-scroll-to-bottom-size"]=(Ba=e["--persona-components-scrollToBottom-size"])!=null?Ba:"40px",e["--persona-scroll-to-bottom-radius"]=(aa=(gr=(tt=e["--persona-components-scrollToBottom-borderRadius"])!=null?tt:e["--persona-button-radius"])!=null?gr:e["--persona-radius-full"])!=null?aa:"9999px",e["--persona-scroll-to-bottom-shadow"]=(Ua=(Sa=e["--persona-components-scrollToBottom-shadow"])!=null?Sa:e["--persona-palette-shadows-sm"])!=null?Ua:"0 1px 2px 0 rgb(0 0 0 / 0.05)",e["--persona-scroll-to-bottom-padding"]=(Mr=e["--persona-components-scrollToBottom-padding"])!=null?Mr:"0.5rem 0.875rem",e["--persona-scroll-to-bottom-gap"]=(Ka=e["--persona-components-scrollToBottom-gap"])!=null?Ka:"0.5rem",e["--persona-scroll-to-bottom-font-size"]=($e=(Ya=e["--persona-components-scrollToBottom-fontSize"])!=null?Ya:e["--persona-palette-typography-fontSize-sm"])!=null?$e:"0.875rem",e["--persona-scroll-to-bottom-icon-size"]=(ya=e["--persona-components-scrollToBottom-iconSize"])!=null?ya:"14px",e["--persona-tool-bubble-shadow"]=(Da=e["--persona-components-toolBubble-shadow"])!=null?Da:"0 5px 15px rgba(15, 23, 42, 0.08)",e["--persona-reasoning-bubble-shadow"]=(xa=e["--persona-components-reasoningBubble-shadow"])!=null?xa:"0 5px 15px rgba(15, 23, 42, 0.08)",e["--persona-composer-shadow"]=(sr=e["--persona-components-composer-shadow"])!=null?sr:"none",e["--persona-md-inline-code-bg"]=(Aa=e["--persona-components-markdown-inlineCode-background"])!=null?Aa:e["--persona-container"],e["--persona-md-inline-code-color"]=(re=e["--persona-components-markdown-inlineCode-foreground"])!=null?re:e["--persona-text"],e["--persona-md-link-color"]=(Z=(S=e["--persona-components-markdown-link-foreground"])!=null?S:e["--persona-accent"])!=null?Z:"#0f0f0f";let s=e["--persona-components-markdown-heading-h1-fontSize"];s&&(e["--persona-md-h1-size"]=s);let o=e["--persona-components-markdown-heading-h1-fontWeight"];o&&(e["--persona-md-h1-weight"]=o);let n=e["--persona-components-markdown-heading-h2-fontSize"];n&&(e["--persona-md-h2-size"]=n);let l=e["--persona-components-markdown-heading-h2-fontWeight"];l&&(e["--persona-md-h2-weight"]=l);let p=e["--persona-components-markdown-prose-fontFamily"];p&&p!=="inherit"&&(e["--persona-md-prose-font-family"]=p),e["--persona-md-code-block-bg"]=(fe=e["--persona-components-markdown-codeBlock-background"])!=null?fe:e["--persona-container"],e["--persona-md-code-block-border-color"]=(bt=e["--persona-components-markdown-codeBlock-borderColor"])!=null?bt:e["--persona-border"],e["--persona-md-code-block-text-color"]=(qt=e["--persona-components-markdown-codeBlock-textColor"])!=null?qt:"inherit",e["--persona-md-table-header-bg"]=(Lt=e["--persona-components-markdown-table-headerBackground"])!=null?Lt:e["--persona-container"],e["--persona-md-table-border-color"]=(Bt=e["--persona-components-markdown-table-borderColor"])!=null?Bt:e["--persona-border"],e["--persona-md-hr-color"]=(ia=e["--persona-components-markdown-hr-color"])!=null?ia:e["--persona-divider"],e["--persona-md-blockquote-border-color"]=(ft=e["--persona-components-markdown-blockquote-borderColor"])!=null?ft:e["--persona-palette-colors-gray-900"],e["--persona-md-blockquote-bg"]=(zt=e["--persona-components-markdown-blockquote-background"])!=null?zt:"transparent",e["--persona-md-blockquote-text-color"]=(ot=e["--persona-components-markdown-blockquote-textColor"])!=null?ot:e["--persona-palette-colors-gray-500"],e["--cw-container"]=(va=e["--persona-components-collapsibleWidget-container"])!=null?va:e["--persona-surface"],e["--cw-surface"]=(nr=e["--persona-components-collapsibleWidget-surface"])!=null?nr:e["--persona-surface"],e["--cw-border"]=(lr=e["--persona-components-collapsibleWidget-border"])!=null?lr:e["--persona-border"],e["--persona-message-border"]=($a=e["--persona-components-message-border"])!=null?$a:e["--persona-border"];let i=r.components,c=i==null?void 0:i.iconButton;c&&(c.background&&(e["--persona-icon-btn-bg"]=c.background),c.border&&(e["--persona-icon-btn-border"]=c.border),c.color&&(e["--persona-icon-btn-color"]=c.color),c.padding&&(e["--persona-icon-btn-padding"]=c.padding),c.borderRadius&&(e["--persona-icon-btn-radius"]=c.borderRadius),c.hoverBackground&&(e["--persona-icon-btn-hover-bg"]=c.hoverBackground),c.hoverColor&&(e["--persona-icon-btn-hover-color"]=c.hoverColor),c.activeBackground&&(e["--persona-icon-btn-active-bg"]=c.activeBackground),c.activeBorder&&(e["--persona-icon-btn-active-border"]=c.activeBorder));let u=i==null?void 0:i.labelButton;u&&(u.background&&(e["--persona-label-btn-bg"]=u.background),u.border&&(e["--persona-label-btn-border"]=u.border),u.color&&(e["--persona-label-btn-color"]=u.color),u.padding&&(e["--persona-label-btn-padding"]=u.padding),u.borderRadius&&(e["--persona-label-btn-radius"]=u.borderRadius),u.hoverBackground&&(e["--persona-label-btn-hover-bg"]=u.hoverBackground),u.fontSize&&(e["--persona-label-btn-font-size"]=u.fontSize),u.gap&&(e["--persona-label-btn-gap"]=u.gap));let f=i==null?void 0:i.toggleGroup;f&&(f.gap&&(e["--persona-toggle-group-gap"]=f.gap),f.borderRadius&&(e["--persona-toggle-group-radius"]=f.borderRadius));let h=i==null?void 0:i.artifact;if(h!=null&&h.toolbar){let ie=h.toolbar;ie.iconHoverColor&&(e["--persona-artifact-toolbar-icon-hover-color"]=ie.iconHoverColor),ie.iconHoverBackground&&(e["--persona-artifact-toolbar-icon-hover-bg"]=ie.iconHoverBackground),ie.iconPadding&&(e["--persona-artifact-toolbar-icon-padding"]=ie.iconPadding),ie.iconBorderRadius&&(e["--persona-artifact-toolbar-icon-radius"]=ie.iconBorderRadius),ie.iconBorder&&(e["--persona-artifact-toolbar-icon-border"]=ie.iconBorder),ie.toggleGroupGap&&(e["--persona-artifact-toolbar-toggle-group-gap"]=ie.toggleGroupGap),ie.toggleBorderRadius&&(e["--persona-artifact-toolbar-toggle-radius"]=ie.toggleBorderRadius),ie.copyBackground&&(e["--persona-artifact-toolbar-copy-bg"]=ie.copyBackground),ie.copyBorder&&(e["--persona-artifact-toolbar-copy-border"]=ie.copyBorder),ie.copyColor&&(e["--persona-artifact-toolbar-copy-color"]=ie.copyColor),ie.copyBorderRadius&&(e["--persona-artifact-toolbar-copy-radius"]=ie.copyBorderRadius),ie.copyPadding&&(e["--persona-artifact-toolbar-copy-padding"]=ie.copyPadding),ie.copyMenuBackground&&(e["--persona-artifact-toolbar-copy-menu-bg"]=ie.copyMenuBackground,e["--persona-dropdown-bg"]=(W=e["--persona-dropdown-bg"])!=null?W:ie.copyMenuBackground),ie.copyMenuBorder&&(e["--persona-artifact-toolbar-copy-menu-border"]=ie.copyMenuBorder,e["--persona-dropdown-border"]=(ir=e["--persona-dropdown-border"])!=null?ir:ie.copyMenuBorder),ie.copyMenuShadow&&(e["--persona-artifact-toolbar-copy-menu-shadow"]=ie.copyMenuShadow,e["--persona-dropdown-shadow"]=(dr=e["--persona-dropdown-shadow"])!=null?dr:ie.copyMenuShadow),ie.copyMenuBorderRadius&&(e["--persona-artifact-toolbar-copy-menu-radius"]=ie.copyMenuBorderRadius,e["--persona-dropdown-radius"]=(Pr=e["--persona-dropdown-radius"])!=null?Pr:ie.copyMenuBorderRadius),ie.copyMenuItemHoverBackground&&(e["--persona-artifact-toolbar-copy-menu-item-hover-bg"]=ie.copyMenuItemHoverBackground,e["--persona-dropdown-item-hover-bg"]=(Va=e["--persona-dropdown-item-hover-bg"])!=null?Va:ie.copyMenuItemHoverBackground),ie.iconBackground&&(e["--persona-artifact-toolbar-icon-bg"]=ie.iconBackground),ie.toolbarBorder&&(e["--persona-artifact-toolbar-border"]=ie.toolbarBorder)}if(h!=null&&h.tab){let ie=h.tab;ie.background&&(e["--persona-artifact-tab-bg"]=ie.background),ie.activeBackground&&(e["--persona-artifact-tab-active-bg"]=ie.activeBackground),ie.activeBorder&&(e["--persona-artifact-tab-active-border"]=ie.activeBorder),ie.borderRadius&&(e["--persona-artifact-tab-radius"]=ie.borderRadius),ie.textColor&&(e["--persona-artifact-tab-color"]=ie.textColor),ie.hoverBackground&&(e["--persona-artifact-tab-hover-bg"]=ie.hoverBackground),ie.listBackground&&(e["--persona-artifact-tab-list-bg"]=ie.listBackground),ie.listBorderColor&&(e["--persona-artifact-tab-list-border-color"]=ie.listBorderColor),ie.listPadding&&(e["--persona-artifact-tab-list-padding"]=ie.listPadding)}if(h!=null&&h.pane){let ie=h.pane;if(ie.toolbarBackground){let pr=(ja=wd(r,ie.toolbarBackground))!=null?ja:ie.toolbarBackground;e["--persona-artifact-toolbar-bg"]=pr}}return e}var _P={header:"Widget header bar",messages:"Message list area","user-message":"User message bubble","assistant-message":"Assistant message bubble",composer:"Footer / composer area",container:"Main widget container","artifact-pane":"Artifact sidebar","artifact-toolbar":"Artifact toolbar"};var qP=r=>typeof r=="object"&&r!==null&&!Array.isArray(r);function Sd(r,a){if(!r)return a;if(!a)return r;let e={...r};for(let[t,s]of Object.entries(a)){let o=e[t];qP(o)&&qP(s)?e[t]=Sd(o,s):e[t]=s}return e}var zB={colors:{primary:{50:"#ffffff",100:"#f5f5f5",200:"#d4d4d4",300:"#a3a3a3",400:"#737373",500:"#171717",600:"#0f0f0f",700:"#0a0a0a",800:"#050505",900:"#030303",950:"#000000"},secondary:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},accent:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},warning:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},error:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"}}},UP=r=>{if(!(!r||typeof r!="object"||Array.isArray(r)))return r},Ad=()=>{var r;return typeof document!="undefined"&&document.documentElement.classList.contains("dark")||typeof window!="undefined"&&((r=window.matchMedia)!=null&&r.call(window,"(prefers-color-scheme: dark)").matches)?"dark":"light"},_B=r=>{var e;let a=(e=r==null?void 0:r.colorScheme)!=null?e:"light";return a==="light"?"light":a==="dark"?"dark":Ad()},LT=r=>_B(r),qB=r=>Ni(r),UB=r=>{var e;let a=Ni(void 0,{validate:!1});return Ni({...r,palette:{...a.palette,colors:{...zB.colors,...(e=r==null?void 0:r.palette)==null?void 0:e.colors}}},{validate:!1})},kd=r=>{let a=LT(r),e=UP(r==null?void 0:r.theme),t=UP(r==null?void 0:r.darkTheme);return a==="dark"?UB(Sd(e!=null?e:{},t!=null?t:{})):qB(e)},$B=r=>Ak(r),Gr=(r,a)=>{var o;let e=kd(a),t=$B(e);for(let[n,l]of Object.entries(t))r.style.setProperty(n,l);let s=(o=a==null?void 0:a.toolCall)==null?void 0:o.shadow;s!==void 0&&r.style.setProperty("--persona-tool-bubble-shadow",s.trim()===""?"none":s)},kk=r=>{let a=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let e=new MutationObserver(()=>{r(Ad())});e.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),a.push(()=>e.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let e=window.matchMedia("(prefers-color-scheme: dark)"),t=()=>r(Ad());e.addEventListener?(e.addEventListener("change",t),a.push(()=>e.removeEventListener("change",t))):e.addListener&&(e.addListener(t),a.push(()=>e.removeListener(t)))}return()=>{a.forEach(e=>e())}};var $P=(function(){"use strict";let r=()=>{},a={morphStyle:"outerHTML",callbacks:{beforeNodeAdded:r,afterNodeAdded:r,beforeNodeMorphed:r,afterNodeMorphed:r,beforeNodeRemoved:r,afterNodeRemoved:r,beforeAttributeUpdated:r},head:{style:"merge",shouldPreserve:f=>f.getAttribute("im-preserve")==="true",shouldReAppend:f=>f.getAttribute("im-re-append")==="true",shouldRemove:r,afterHeadMorphed:r},restoreFocus:!0};function e(f,h,y={}){f=c(f);let T=u(h),b=i(f,T,y),C=s(b,()=>l(b,f,T,g=>g.morphStyle==="innerHTML"?(o(g,f,T),Array.from(f.childNodes)):t(g,f,T)));return b.pantry.remove(),C}function t(f,h,y){let T=u(h);return o(f,T,y,h,h.nextSibling),Array.from(T.childNodes)}function s(f,h){var L;if(!f.config.restoreFocus)return h();let y=document.activeElement;if(!(y instanceof HTMLInputElement||y instanceof HTMLTextAreaElement))return h();let{id:T,selectionStart:b,selectionEnd:C}=y,g=h();return T&&T!==((L=document.activeElement)==null?void 0:L.getAttribute("id"))&&(y=f.target.querySelector(`[id="${T}"]`),y==null||y.focus()),y&&!y.selectionEnd&&C&&y.setSelectionRange(b,C),g}let o=(function(){function f(m,M,k,w=null,I=null){M instanceof HTMLTemplateElement&&k instanceof HTMLTemplateElement&&(M=M.content,k=k.content),w||(w=M.firstChild);for(let N of k.childNodes){if(w&&w!=I){let R=y(m,N,w,I);if(R){R!==w&&b(m,w,R),n(R,N,m),w=R.nextSibling;continue}}if(N instanceof Element){let R=N.getAttribute("id");if(m.persistentIds.has(R)){let Y=C(M,R,w,m);n(Y,N,m),w=Y.nextSibling;continue}}let _=h(M,N,w,m);_&&(w=_.nextSibling)}for(;w&&w!=I;){let N=w;w=w.nextSibling,T(m,N)}}function h(m,M,k,w){if(w.callbacks.beforeNodeAdded(M)===!1)return null;if(w.idMap.has(M)){let I=document.createElement(M.tagName);return m.insertBefore(I,k),n(I,M,w),w.callbacks.afterNodeAdded(I),I}else{let I=document.importNode(M,!0);return m.insertBefore(I,k),w.callbacks.afterNodeAdded(I),I}}let y=(function(){function m(w,I,N,_){let R=null,Y=I.nextSibling,Ce=0,ee=N;for(;ee&&ee!=_;){if(k(ee,I)){if(M(w,ee,I))return ee;R===null&&(w.idMap.has(ee)||(R=ee))}if(R===null&&Y&&k(ee,Y)&&(Ce++,Y=Y.nextSibling,Ce>=2&&(R=void 0)),w.activeElementAndParents.includes(ee))break;ee=ee.nextSibling}return R||null}function M(w,I,N){let _=w.idMap.get(I),R=w.idMap.get(N);if(!R||!_)return!1;for(let Y of _)if(R.has(Y))return!0;return!1}function k(w,I){var R,Y,Ce;let N=w,_=I;return N.nodeType===_.nodeType&&N.tagName===_.tagName&&(!((R=N.getAttribute)!=null&&R.call(N,"id"))||((Y=N.getAttribute)==null?void 0:Y.call(N,"id"))===((Ce=_.getAttribute)==null?void 0:Ce.call(_,"id")))}return m})();function T(m,M){var k;if(m.idMap.has(M))L(m.pantry,M,null);else{if(m.callbacks.beforeNodeRemoved(M)===!1)return;(k=M.parentNode)==null||k.removeChild(M),m.callbacks.afterNodeRemoved(M)}}function b(m,M,k){let w=M;for(;w&&w!==k;){let I=w;w=w.nextSibling,T(m,I)}return w}function C(m,M,k,w){var N,_;let I=((_=(N=w.target).getAttribute)==null?void 0:_.call(N,"id"))===M&&w.target||w.target.querySelector(`[id="${M}"]`)||w.pantry.querySelector(`[id="${M}"]`);return g(I,w),L(m,I,k),I}function g(m,M){let k=m.getAttribute("id");for(;m=m.parentNode;){let w=M.idMap.get(m);w&&(w.delete(k),w.size||M.idMap.delete(m))}}function L(m,M,k){if(m.moveBefore)try{m.moveBefore(M,k)}catch{m.insertBefore(M,k)}else m.insertBefore(M,k)}return f})(),n=(function(){function f(g,L,m){return m.ignoreActive&&g===document.activeElement?null:(m.callbacks.beforeNodeMorphed(g,L)===!1||(g instanceof HTMLHeadElement&&m.head.ignore||(g instanceof HTMLHeadElement&&m.head.style!=="morph"?p(g,L,m):(h(g,L,m),C(g,m)||o(m,g,L))),m.callbacks.afterNodeMorphed(g,L)),g)}function h(g,L,m){let M=L.nodeType;if(M===1){let k=g,w=L,I=k.attributes,N=w.attributes;for(let _ of N)b(_.name,k,"update",m)||k.getAttribute(_.name)!==_.value&&k.setAttribute(_.name,_.value);for(let _=I.length-1;0<=_;_--){let R=I[_];if(R&&!w.hasAttribute(R.name)){if(b(R.name,k,"remove",m))continue;k.removeAttribute(R.name)}}C(k,m)||y(k,w,m)}(M===8||M===3)&&g.nodeValue!==L.nodeValue&&(g.nodeValue=L.nodeValue)}function y(g,L,m){if(g instanceof HTMLInputElement&&L instanceof HTMLInputElement&&L.type!=="file"){let M=L.value,k=g.value;T(g,L,"checked",m),T(g,L,"disabled",m),L.hasAttribute("value")?k!==M&&(b("value",g,"update",m)||(g.setAttribute("value",M),g.value=M)):b("value",g,"remove",m)||(g.value="",g.removeAttribute("value"))}else if(g instanceof HTMLOptionElement&&L instanceof HTMLOptionElement)T(g,L,"selected",m);else if(g instanceof HTMLTextAreaElement&&L instanceof HTMLTextAreaElement){let M=L.value,k=g.value;if(b("value",g,"update",m))return;M!==k&&(g.value=M),g.firstChild&&g.firstChild.nodeValue!==M&&(g.firstChild.nodeValue=M)}}function T(g,L,m,M){let k=L[m],w=g[m];if(k!==w){let I=b(m,g,"update",M);I||(g[m]=L[m]),k?I||g.setAttribute(m,""):b(m,g,"remove",M)||g.removeAttribute(m)}}function b(g,L,m,M){return g==="value"&&M.ignoreActiveValue&&L===document.activeElement?!0:M.callbacks.beforeAttributeUpdated(g,L,m)===!1}function C(g,L){return!!L.ignoreActiveValue&&g===document.activeElement&&g!==document.body}return f})();function l(f,h,y,T){if(f.head.block){let b=h.querySelector("head"),C=y.querySelector("head");if(b&&C){let g=p(b,C,f);return Promise.all(g).then(()=>{let L=Object.assign(f,{head:{block:!1,ignore:!0}});return T(L)})}}return T(f)}function p(f,h,y){let T=[],b=[],C=[],g=[],L=new Map;for(let M of h.children)L.set(M.outerHTML,M);for(let M of f.children){let k=L.has(M.outerHTML),w=y.head.shouldReAppend(M),I=y.head.shouldPreserve(M);k||I?w?b.push(M):(L.delete(M.outerHTML),C.push(M)):y.head.style==="append"?w&&(b.push(M),g.push(M)):y.head.shouldRemove(M)!==!1&&b.push(M)}g.push(...L.values());let m=[];for(let M of g){let k=document.createRange().createContextualFragment(M.outerHTML).firstChild;if(y.callbacks.beforeNodeAdded(k)!==!1){if("href"in k&&k.href||"src"in k&&k.src){let w,I=new Promise(function(N){w=N});k.addEventListener("load",function(){w()}),m.push(I)}f.appendChild(k),y.callbacks.afterNodeAdded(k),T.push(k)}}for(let M of b)y.callbacks.beforeNodeRemoved(M)!==!1&&(f.removeChild(M),y.callbacks.afterNodeRemoved(M));return y.head.afterHeadMorphed(f,{added:T,kept:C,removed:b}),m}let i=(function(){function f(m,M,k){let{persistentIds:w,idMap:I}=g(m,M),N=h(k),_=N.morphStyle||"outerHTML";if(!["innerHTML","outerHTML"].includes(_))throw`Do not understand how to morph style ${_}`;return{target:m,newContent:M,config:N,morphStyle:_,ignoreActive:N.ignoreActive,ignoreActiveValue:N.ignoreActiveValue,restoreFocus:N.restoreFocus,idMap:I,persistentIds:w,pantry:y(),activeElementAndParents:T(m),callbacks:N.callbacks,head:N.head}}function h(m){let M=Object.assign({},a);return Object.assign(M,m),M.callbacks=Object.assign({},a.callbacks,m.callbacks),M.head=Object.assign({},a.head,m.head),M}function y(){let m=document.createElement("div");return m.hidden=!0,document.body.insertAdjacentElement("afterend",m),m}function T(m){let M=[],k=document.activeElement;if((k==null?void 0:k.tagName)!=="BODY"&&m.contains(k))for(;k&&(M.push(k),k!==m);)k=k.parentElement;return M}function b(m){var k;let M=Array.from(m.querySelectorAll("[id]"));return(k=m.getAttribute)!=null&&k.call(m,"id")&&M.push(m),M}function C(m,M,k,w){for(let I of w){let N=I.getAttribute("id");if(M.has(N)){let _=I;for(;_;){let R=m.get(_);if(R==null&&(R=new Set,m.set(_,R)),R.add(N),_===k)break;_=_.parentElement}}}}function g(m,M){let k=b(m),w=b(M),I=L(k,w),N=new Map;C(N,I,m,k);let _=M.__idiomorphRoot||M;return C(N,I,_,w),{persistentIds:I,idMap:N}}function L(m,M){let k=new Set,w=new Map;for(let{id:N,tagName:_}of m)w.has(N)?k.add(N):w.set(N,_);let I=new Set;for(let{id:N,tagName:_}of M)I.has(N)?k.add(N):w.get(N)===_&&I.add(N);for(let N of k)I.delete(N);return I}return f})(),{normalizeElement:c,normalizeParent:u}=(function(){let f=new WeakSet;function h(C){return C instanceof Document?C.documentElement:C}function y(C){if(C==null)return document.createElement("div");if(typeof C=="string")return y(b(C));if(f.has(C))return C;if(C instanceof Node){if(C.parentNode)return new T(C);{let g=document.createElement("div");return g.append(C),g}}else{let g=document.createElement("div");for(let L of[...C])g.append(L);return g}}class T{constructor(g){this.originalNode=g,this.realParentNode=g.parentNode,this.previousSibling=g.previousSibling,this.nextSibling=g.nextSibling}get childNodes(){let g=[],L=this.previousSibling?this.previousSibling.nextSibling:this.realParentNode.firstChild;for(;L&&L!=this.nextSibling;)g.push(L),L=L.nextSibling;return g}querySelectorAll(g){return this.childNodes.reduce((L,m)=>{if(m instanceof Element){m.matches(g)&&L.push(m);let M=m.querySelectorAll(g);for(let k=0;k<M.length;k++)L.push(M[k])}return L},[])}insertBefore(g,L){return this.realParentNode.insertBefore(g,L)}moveBefore(g,L){return this.realParentNode.moveBefore(g,L)}get __idiomorphRoot(){return this.originalNode}}function b(C){let g=new DOMParser,L=C.replace(/<svg(\s[^>]*>|>)([\s\S]*?)<\/svg>/gim,"");if(L.match(/<\/html>/)||L.match(/<\/head>/)||L.match(/<\/body>/)){let m=g.parseFromString(C,"text/html");if(L.match(/<\/html>/))return f.add(m),m;{let M=m.firstChild;return M&&f.add(M),M}}else{let M=g.parseFromString("<body><template>"+C+"</template></body>","text/html").body.querySelector("template").content;return f.add(M),M}}return{normalizeElement:h,normalizeParent:y}})();return{morph:e,defaults:a}})();var jP=(r,a,e={})=>{let{preserveTypingAnimation:t=!0}=e;$P.morph(r,a.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(s,o){if(s instanceof HTMLElement&&t&&(s.classList.contains("persona-animate-typing")||s.hasAttribute("data-preserve-animation")))return!1}}})};function GP(r,a){var e,t,s,o,n,l,p,i,c,u,f,h,y,T,b,C,g,L;return[r.id,r.role,(t=(e=r.content)==null?void 0:e.length)!=null?t:0,(o=(s=r.content)==null?void 0:s.slice(-32))!=null?o:"",r.streaming?"1":"0",(n=r.variant)!=null?n:"",(p=(l=r.rawContent)==null?void 0:l.length)!=null?p:0,(c=(i=r.llmContent)==null?void 0:i.length)!=null?c:0,(f=(u=r.approval)==null?void 0:u.status)!=null?f:"",(y=(h=r.toolCall)==null?void 0:h.status)!=null?y:"",(C=(b=(T=r.reasoning)==null?void 0:T.chunks)==null?void 0:b.length)!=null?C:0,(L=(g=r.contentParts)==null?void 0:g.length)!=null?L:0,a].join("\0")}function ZP(){return new Map}function XP(r,a,e){let t=r.get(a);return t&&t.fingerprint===e?t.wrapper:null}function JP(r,a,e,t){r.set(a,{fingerprint:e,wrapper:t})}function KP(r,a){for(let e of r.keys())a.has(e)||r.delete(e)}function Tk(r=!0){let a=r;return{isFollowing:()=>a,pause:()=>a?(a=!1,!0):!1,resume:()=>a?!1:(a=!0,!0)}}function Td(r){return Math.max(0,r.scrollHeight-r.clientHeight)}function Ld(r,a){return Td(r)-r.scrollTop<=a}function Lk(r){let{following:a,currentScrollTop:e,lastScrollTop:t,nearBottom:s,userScrollThreshold:o,isAutoScrolling:n=!1,pauseOnUpwardScroll:l=!1,pauseWhenAwayFromBottom:p=!0,resumeRequiresDownwardScroll:i=!1}=r,c=e-t;return n||Math.abs(c)<o?{action:"none",delta:c,nextLastScrollTop:e}:!a&&s&&(!i||c>0)?{action:"resume",delta:c,nextLastScrollTop:e}:a&&l&&c<0?{action:"pause",delta:c,nextLastScrollTop:e}:a&&p&&!s?{action:"pause",delta:c,nextLastScrollTop:e}:{action:"none",delta:c,nextLastScrollTop:e}}function Ek(r){let{following:a,deltaY:e,nearBottom:t=!1,resumeWhenNearBottom:s=!1}=r;return a&&e<0?"pause":!a&&s&&e>0&&t?"resume":"none"}var wa={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"},Na=1e5,Zr=Na+1;function ET(r,a=Na){let e=r.style.position,t=r.style.zIndex,s=r.style.isolation,o=getComputedStyle(r),n=o.position==="static"||o.position==="";return n&&(r.style.position="relative"),r.style.zIndex=String(a),r.style.isolation="isolate",()=>{n&&(r.style.position=e),r.style.zIndex=t,r.style.isolation=s}}var Ed=0,Xr=null;function HT(r=document){var e;if(Ed++,Ed===1){let t=r.body,o=((e=r.defaultView)!=null?e:window).scrollY||r.documentElement.scrollTop;Xr={originalOverflow:t.style.overflow,originalPosition:t.style.position,originalTop:t.style.top,originalWidth:t.style.width,scrollY:o},t.style.overflow="hidden",t.style.position="fixed",t.style.top=`-${o}px`,t.style.width="100%"}let a=!1;return()=>{var t;if(!a&&(a=!0,Ed=Math.max(0,Ed-1),Ed===0&&Xr)){let s=r.body,o=(t=r.defaultView)!=null?t:window;s.style.overflow=Xr.originalOverflow,s.style.position=Xr.originalPosition,s.style.top=Xr.originalTop,s.style.width=Xr.originalWidth,o.scrollTo(0,Xr.scrollY),Xr=null}}}var Hk={side:"right",width:"420px",animate:!0,reveal:"resize"},ca=r=>{var a,e;return((e=(a=r==null?void 0:r.launcher)==null?void 0:a.mountMode)!=null?e:"floating")==="docked"},rr=r=>{var e,t,s,o,n;let a=(e=r==null?void 0:r.launcher)==null?void 0:e.dock;return{side:(t=a==null?void 0:a.side)!=null?t:Hk.side,width:(s=a==null?void 0:a.width)!=null?s:Hk.width,animate:(o=a==null?void 0:a.animate)!=null?o:Hk.animate,reveal:(n=a==null?void 0:a.reveal)!=null?n:Hk.reveal}};var ur={"bottom-right":"persona-bottom-6 persona-right-6","bottom-left":"persona-bottom-6 persona-left-6","top-right":"persona-top-6 persona-right-6","top-left":"persona-top-6 persona-left-6"};var Hd=(r,a)=>{let e=v("button");e.type="button",e.innerHTML=`
57
+ lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`createIcons()` only works in a browser environment.");if(Array.from(t.querySelectorAll(`[${a}]`)).forEach(n=>bT(n,{nameAttr:a,icons:r,attrs:e})),s&&Array.from(t.querySelectorAll("template")).forEach(l=>NP({icons:r,nameAttr:a,attrs:e,root:l.content,inTemplates:s})),a==="data-lucide"){let n=t.querySelectorAll("[icon-name]");n.length>0&&(console.warn("[Lucide] Some icons were found with the now deprecated icon-name attribute. These will still be replaced for backwards compatibility, but will no longer be supported in v1.0 and you should switch to data-lucide"),Array.from(n).forEach(l=>bT(l,{nameAttr:"icon-name",icons:r,attrs:e})))}};var ve=(r,a=24,e="currentColor",t=2)=>{try{let s=r.split("-").map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(""),o=wT[s];return o?FB(o,a,e,t):(console.warn(`Lucide icon "${r}" not found (tried "${s}"). Available icons: https://lucide.dev/icons`),null)}catch(s){return console.warn(`Failed to render Lucide icon "${r}":`,s),null}};function FB(r,a,e,t){if(!r||!Array.isArray(r))return null;let s=document.createElementNS("http://www.w3.org/2000/svg","svg");return s.setAttribute("width",String(a)),s.setAttribute("height",String(a)),s.setAttribute("viewBox","0 0 24 24"),s.setAttribute("fill","none"),s.setAttribute("stroke",e),s.setAttribute("stroke-width",String(t)),s.setAttribute("stroke-linecap","round"),s.setAttribute("stroke-linejoin","round"),s.setAttribute("aria-hidden","true"),r.forEach(o=>{if(Array.isArray(o)&&o.length>=2){let n=o[0],l=o[1];if(l){let p=document.createElementNS("http://www.w3.org/2000/svg",n);Object.entries(l).forEach(([i,c])=>{i!=="stroke"&&p.setAttribute(i,String(c))}),s.appendChild(p)}}}),s}var wk={allowedTypes:Tr,maxFileSize:10*1024*1024,maxFiles:4};function WB(){return`attach_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}function OB(r){return r==="application/pdf"||r.startsWith("text/")||r.includes("word")?"file-text":r.includes("excel")||r.includes("spreadsheet")?"file-spreadsheet":r==="application/json"?"file-json":"file"}var fo=class r{constructor(a={}){this.attachments=[];this.previewsContainer=null;var e,t,s;this.config={allowedTypes:(e=a.allowedTypes)!=null?e:wk.allowedTypes,maxFileSize:(t=a.maxFileSize)!=null?t:wk.maxFileSize,maxFiles:(s=a.maxFiles)!=null?s:wk.maxFiles,onFileRejected:a.onFileRejected,onAttachmentsChange:a.onAttachmentsChange}}setPreviewsContainer(a){this.previewsContainer=a}updateConfig(a){a.allowedTypes!==void 0&&(this.config.allowedTypes=a.allowedTypes.length>0?a.allowedTypes:wk.allowedTypes),a.maxFileSize!==void 0&&(this.config.maxFileSize=a.maxFileSize),a.maxFiles!==void 0&&(this.config.maxFiles=a.maxFiles),a.onFileRejected!==void 0&&(this.config.onFileRejected=a.onFileRejected),a.onAttachmentsChange!==void 0&&(this.config.onAttachmentsChange=a.onAttachmentsChange)}getAttachments(){return[...this.attachments]}getContentParts(){return this.attachments.map(a=>a.contentPart)}hasAttachments(){return this.attachments.length>0}count(){return this.attachments.length}async handleFileSelect(a){!a||a.length===0||await this.handleFiles(Array.from(a))}async handleFiles(a){var e,t,s,o,n,l,p;if(a.length){for(let i of a){if(this.attachments.length>=this.config.maxFiles){(t=(e=this.config).onFileRejected)==null||t.call(e,i,"count");continue}let c=FP(i,this.config.allowedTypes,this.config.maxFileSize);if(!c.valid){let u=(s=c.error)!=null&&s.includes("type")?"type":"size";(n=(o=this.config).onFileRejected)==null||n.call(o,i,u);continue}try{let u=await VP(i),f=c1(i)?URL.createObjectURL(i):null,h={id:WB(),file:i,previewUrl:f,contentPart:u};this.attachments.push(h),this.renderPreview(h)}catch(u){console.error("[AttachmentManager] Failed to process file:",u)}}this.updatePreviewsVisibility(),(p=(l=this.config).onAttachmentsChange)==null||p.call(l,this.getAttachments())}}removeAttachment(a){var o,n,l;let e=this.attachments.findIndex(p=>p.id===a);if(e===-1)return;let t=this.attachments[e];t.previewUrl&&URL.revokeObjectURL(t.previewUrl),this.attachments.splice(e,1);let s=(o=this.previewsContainer)==null?void 0:o.querySelector(`[data-attachment-id="${a}"]`);s&&s.remove(),this.updatePreviewsVisibility(),(l=(n=this.config).onAttachmentsChange)==null||l.call(n,this.getAttachments())}clearAttachments(){var a,e;for(let t of this.attachments)t.previewUrl&&URL.revokeObjectURL(t.previewUrl);this.attachments=[],this.previewsContainer&&(this.previewsContainer.innerHTML=""),this.updatePreviewsVisibility(),(e=(a=this.config).onAttachmentsChange)==null||e.call(a,this.getAttachments())}renderPreview(a){if(!this.previewsContainer)return;let e=c1(a.file),t=v("div","persona-attachment-preview persona-relative persona-inline-block");if(t.setAttribute("data-attachment-id",a.id),t.style.width="48px",t.style.height="48px",e&&a.previewUrl){let n=v("img");n.src=a.previewUrl,n.alt=a.file.name,n.className="persona-w-full persona-h-full persona-object-cover persona-rounded-lg persona-border persona-border-gray-200",n.style.width="48px",n.style.height="48px",n.style.objectFit="cover",n.style.borderRadius="8px",t.appendChild(n)}else{let n=v("div");n.style.width="48px",n.style.height="48px",n.style.borderRadius="8px",n.style.backgroundColor="var(--persona-container, #f3f4f6)",n.style.border="1px solid var(--persona-border, #e5e7eb)",n.style.display="flex",n.style.flexDirection="column",n.style.alignItems="center",n.style.justifyContent="center",n.style.gap="2px",n.style.overflow="hidden";let l=OB(a.file.type),p=ve(l,20,"var(--persona-muted, #6b7280)",1.5);p&&n.appendChild(p);let i=v("span");i.textContent=WP(a.file.type,a.file.name),i.style.fontSize="8px",i.style.fontWeight="600",i.style.color="var(--persona-muted, #6b7280)",i.style.textTransform="uppercase",i.style.lineHeight="1",n.appendChild(i),t.appendChild(n)}let s=v("button","persona-attachment-remove persona-absolute persona-flex persona-items-center persona-justify-center");s.type="button",s.setAttribute("aria-label","Remove attachment"),s.style.position="absolute",s.style.top="-4px",s.style.right="-4px",s.style.width="18px",s.style.height="18px",s.style.borderRadius="50%",s.style.backgroundColor="var(--persona-palette-colors-black-alpha-60, rgba(0, 0, 0, 0.6))",s.style.border="none",s.style.cursor="pointer",s.style.display="flex",s.style.alignItems="center",s.style.justifyContent="center",s.style.padding="0";let o=ve("x",10,"var(--persona-text-inverse, #ffffff)",2);o?s.appendChild(o):(s.textContent="\xD7",s.style.color="var(--persona-text-inverse, #ffffff)",s.style.fontSize="14px",s.style.lineHeight="1"),s.addEventListener("click",n=>{n.preventDefault(),n.stopPropagation(),this.removeAttachment(a.id)}),t.appendChild(s),this.previewsContainer.appendChild(t)}updatePreviewsVisibility(){this.previewsContainer&&(this.previewsContainer.style.display=this.attachments.length>0?"flex":"none")}static fromConfig(a,e){return new r({allowedTypes:a==null?void 0:a.allowedTypes,maxFileSize:a==null?void 0:a.maxFileSize,maxFiles:a==null?void 0:a.maxFiles,onFileRejected:a==null?void 0:a.onFileRejected,onAttachmentsChange:e})}};var ST={colors:{primary:{50:"#ffffff",100:"#f5f5f5",200:"#d4d4d4",300:"#a3a3a3",400:"#737373",500:"#171717",600:"#0f0f0f",700:"#0a0a0a",800:"#050505",900:"#030303",950:"#000000"},secondary:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},accent:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},warning:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},error:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},info:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"}},spacing:{0:"0px",1:"0.25rem",2:"0.5rem",3:"0.75rem",4:"1rem",5:"1.25rem",6:"1.5rem",8:"2rem",10:"2.5rem",12:"3rem",16:"4rem",20:"5rem",24:"6rem",32:"8rem",40:"10rem",48:"12rem",56:"14rem",64:"16rem"},typography:{fontFamily:{sans:'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif',serif:'Georgia, Cambria, "Times New Roman", Times, serif',mono:"ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace"},fontSize:{xs:"0.75rem",sm:"0.875rem",base:"1rem",lg:"1.125rem",xl:"1.25rem","2xl":"1.5rem","3xl":"1.875rem","4xl":"2.25rem"},fontWeight:{normal:"400",medium:"500",semibold:"600",bold:"700"},lineHeight:{tight:"1.25",normal:"1.5",relaxed:"1.625"}},shadows:{none:"none",sm:"0 1px 2px 0 rgb(0 0 0 / 0.05)",md:"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",lg:"0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",xl:"0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)","2xl":"0 25px 50px -12px rgb(0 0 0 / 0.25)"},borders:{none:"none",sm:"1px solid",md:"2px solid",lg:"4px solid"},radius:{none:"0px",sm:"0.125rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem",full:"9999px"}},AT={colors:{primary:"palette.colors.primary.500",secondary:"palette.colors.secondary.500",accent:"palette.colors.primary.600",surface:"palette.colors.gray.50",background:"palette.colors.gray.50",container:"palette.colors.gray.50",text:"palette.colors.gray.900",textMuted:"palette.colors.gray.500",textInverse:"palette.colors.gray.50",border:"palette.colors.gray.200",divider:"palette.colors.gray.200",interactive:{default:"palette.colors.primary.600",hover:"palette.colors.primary.700",focus:"palette.colors.primary.600",active:"palette.colors.primary.600",disabled:"palette.colors.gray.300"},feedback:{success:"palette.colors.success.500",warning:"palette.colors.warning.500",error:"palette.colors.error.500",info:"palette.colors.info.500"}},spacing:{xs:"palette.spacing.1",sm:"palette.spacing.2",md:"palette.spacing.4",lg:"palette.spacing.6",xl:"palette.spacing.8","2xl":"palette.spacing.10"},typography:{fontFamily:"palette.typography.fontFamily.sans",fontSize:"palette.typography.fontSize.base",fontWeight:"palette.typography.fontWeight.normal",lineHeight:"palette.typography.lineHeight.normal"}},kT={button:{primary:{background:"palette.colors.primary.500",foreground:"palette.colors.primary.50",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},secondary:{background:"semantic.colors.surface",foreground:"semantic.colors.secondary",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md"},ghost:{background:"transparent",foreground:"semantic.colors.text",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"}},input:{background:"palette.colors.gray.50",placeholder:"palette.colors.gray.400",borderRadius:"palette.radius.lg",padding:"semantic.spacing.md",focus:{border:"palette.colors.gray.400",ring:"palette.colors.gray.400"}},launcher:{background:"palette.colors.primary.500",foreground:"palette.colors.primary.50",border:"palette.colors.gray.200",size:"60px",iconSize:"28px",borderRadius:"palette.radius.full",shadow:"palette.shadows.lg"},panel:{width:"min(400px, calc(100vw - 24px))",maxWidth:"400px",height:"600px",maxHeight:"calc(100vh - 80px)",borderRadius:"palette.radius.xl",shadow:"palette.shadows.xl"},header:{background:"palette.colors.primary.500",border:"palette.colors.primary.600",borderRadius:"palette.radius.xl palette.radius.xl 0 0",padding:"semantic.spacing.md",iconBackground:"palette.colors.primary.600",iconForeground:"palette.colors.primary.50",titleForeground:"palette.colors.primary.50",subtitleForeground:"palette.colors.primary.200",actionIconForeground:"palette.colors.primary.200"},message:{user:{background:"palette.colors.primary.500",text:"palette.colors.primary.50",borderRadius:"palette.radius.lg",shadow:"palette.shadows.sm"},assistant:{background:"palette.colors.gray.50",text:"palette.colors.gray.900",borderRadius:"palette.radius.lg",border:"palette.colors.gray.200",shadow:"palette.shadows.sm"},border:"semantic.colors.border"},toolBubble:{shadow:"palette.shadows.sm"},reasoningBubble:{shadow:"palette.shadows.sm"},composer:{shadow:"none"},markdown:{inlineCode:{background:"palette.colors.gray.50",foreground:"palette.colors.gray.900"},link:{foreground:"palette.colors.primary.600"},prose:{fontFamily:"inherit"},codeBlock:{background:"semantic.colors.container",borderColor:"semantic.colors.border",textColor:"inherit"},table:{headerBackground:"semantic.colors.container",borderColor:"semantic.colors.border"},hr:{color:"semantic.colors.divider"},blockquote:{borderColor:"palette.colors.gray.900",background:"transparent",textColor:"palette.colors.gray.500"}},collapsibleWidget:{container:"palette.colors.gray.50",surface:"semantic.colors.surface",border:"semantic.colors.border"},voice:{recording:{indicator:"palette.colors.error.500",background:"palette.colors.error.50",border:"palette.colors.error.200"},processing:{icon:"palette.colors.primary.500",background:"palette.colors.primary.50"},speaking:{icon:"palette.colors.success.500"}},approval:{requested:{background:"palette.colors.warning.50",border:"palette.colors.warning.200",text:"palette.colors.gray.900"},approve:{background:"palette.colors.success.500",foreground:"palette.colors.gray.50",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"},deny:{background:"palette.colors.error.500",foreground:"palette.colors.gray.50",borderRadius:"palette.radius.md",padding:"semantic.spacing.sm"}},attachment:{image:{background:"palette.colors.gray.100",border:"palette.colors.gray.200"}},scrollToBottom:{background:"components.button.primary.background",foreground:"components.button.primary.foreground",border:"semantic.colors.primary",size:"40px",borderRadius:"palette.radius.full",shadow:"palette.shadows.sm",padding:"0.5rem 0.875rem",gap:"0.5rem",fontSize:"0.875rem",iconSize:"14px"},artifact:{pane:{background:"semantic.colors.container",toolbarBackground:"semantic.colors.container"}}};function wd(r,a){if(!a.startsWith("palette.")&&!a.startsWith("semantic.")&&!a.startsWith("components."))return a;let e=a.split("."),t=r;for(let s of e){if(t==null)return;t=t[s]}return typeof t=="string"&&(t.startsWith("palette.")||t.startsWith("semantic.")||t.startsWith("components."))?wd(r,t):t}function Sk(r){let a={};function e(t,s){for(let[o,n]of Object.entries(t)){let l=`${s}.${o}`;if(typeof n=="string"){let p=wd(r,n);p!==void 0&&(a[l]={path:l,value:p,type:s.includes("color")?"color":s.includes("spacing")?"spacing":s.includes("typography")?"typography":s.includes("shadow")?"shadow":s.includes("border")?"border":"color"})}else typeof n=="object"&&n!==null&&e(n,l)}}return e(r.palette,"palette"),e(r.semantic,"semantic"),e(r.components,"components"),a}function TT(r){let a=[],e=[];return r.palette||a.push({path:"palette",message:"Theme must include a palette",severity:"error"}),r.semantic||e.push({path:"semantic",message:"No semantic tokens defined - defaults will be used",severity:"warning"}),r.components||e.push({path:"components",message:"No component tokens defined - defaults will be used",severity:"warning"}),{valid:a.length===0,errors:a,warnings:e}}function zP(r,a){let e={...r};for(let[t,s]of Object.entries(a)){let o=e[t];o&&typeof o=="object"&&!Array.isArray(o)&&s&&typeof s=="object"&&!Array.isArray(s)?e[t]=zP(o,s):e[t]=s}return e}function NB(r,a){return a?zP(r,a):r}function Ni(r,a={}){var s,o,n,l,p,i,c,u,f,h,y,T,b;let e={palette:ST,semantic:AT,components:kT},t={palette:{...e.palette,...r==null?void 0:r.palette,colors:{...e.palette.colors,...(s=r==null?void 0:r.palette)==null?void 0:s.colors},spacing:{...e.palette.spacing,...(o=r==null?void 0:r.palette)==null?void 0:o.spacing},typography:{...e.palette.typography,...(n=r==null?void 0:r.palette)==null?void 0:n.typography},shadows:{...e.palette.shadows,...(l=r==null?void 0:r.palette)==null?void 0:l.shadows},borders:{...e.palette.borders,...(p=r==null?void 0:r.palette)==null?void 0:p.borders},radius:{...e.palette.radius,...(i=r==null?void 0:r.palette)==null?void 0:i.radius}},semantic:{...e.semantic,...r==null?void 0:r.semantic,colors:{...e.semantic.colors,...(c=r==null?void 0:r.semantic)==null?void 0:c.colors,interactive:{...e.semantic.colors.interactive,...(f=(u=r==null?void 0:r.semantic)==null?void 0:u.colors)==null?void 0:f.interactive},feedback:{...e.semantic.colors.feedback,...(y=(h=r==null?void 0:r.semantic)==null?void 0:h.colors)==null?void 0:y.feedback}},spacing:{...e.semantic.spacing,...(T=r==null?void 0:r.semantic)==null?void 0:T.spacing},typography:{...e.semantic.typography,...(b=r==null?void 0:r.semantic)==null?void 0:b.typography}},components:NB(e.components,r==null?void 0:r.components)};if(a.validate!==!1){let C=TT(t);if(!C.valid)throw new Error(`Theme validation failed: ${C.errors.map(g=>g.message).join(", ")}`)}if(a.plugins)for(let C of a.plugins)t=C.transform(t);return t}function Ak(r){var y,T,b,C,g,L,m,M,k,w,I,N,_,R,Y,Ce,ee,Ee,Fe,me,Me,He,Q,te,xe,we,We,he,Be,lt,yt,G,K,de,j,$,ne,Qe,ae,oe,wt,it,Rt,Xt,_e,pe,De,Tt,At,qe,rt,la,ea,ta,q,Pe,ue,Xe,Ie,se,ge,Ne,mt,Nt,xt,Ft,vt,et,Ve,Oe,Zt,_a,qa,Ba,tt,gr,aa,Sa,Ua,Mr,Ka,Ya,$e,ya,Da,ma,nr,Aa,re,S,Z,fe,bt,qt,Lt,Bt,ia,ft,zt,ot,va,lr,ir,$a,W,dr,Qa,Pr,Va,ja;let a=Sk(r),e={};for(let[ie,pr]of Object.entries(a)){let Mo=ie.replace(/\./g,"-");e[`--persona-${Mo}`]=pr.value}e["--persona-primary"]=(y=e["--persona-semantic-colors-primary"])!=null?y:e["--persona-palette-colors-primary-500"],e["--persona-secondary"]=(T=e["--persona-semantic-colors-secondary"])!=null?T:e["--persona-palette-colors-secondary-500"],e["--persona-accent"]=(b=e["--persona-semantic-colors-accent"])!=null?b:e["--persona-palette-colors-accent-500"],e["--persona-surface"]=(C=e["--persona-semantic-colors-surface"])!=null?C:e["--persona-palette-colors-gray-50"],e["--persona-background"]=(g=e["--persona-semantic-colors-background"])!=null?g:e["--persona-palette-colors-gray-50"],e["--persona-container"]=(L=e["--persona-semantic-colors-container"])!=null?L:e["--persona-palette-colors-gray-100"],e["--persona-text"]=(m=e["--persona-semantic-colors-text"])!=null?m:e["--persona-palette-colors-gray-900"],e["--persona-text-muted"]=(M=e["--persona-semantic-colors-text-muted"])!=null?M:e["--persona-palette-colors-gray-500"],e["--persona-text-inverse"]=(k=e["--persona-semantic-colors-text-inverse"])!=null?k:e["--persona-palette-colors-gray-50"],e["--persona-border"]=(w=e["--persona-semantic-colors-border"])!=null?w:e["--persona-palette-colors-gray-200"],e["--persona-divider"]=(I=e["--persona-semantic-colors-divider"])!=null?I:e["--persona-palette-colors-gray-200"],e["--persona-muted"]=e["--persona-text-muted"],e["--persona-voice-recording-indicator"]=(N=e["--persona-components-voice-recording-indicator"])!=null?N:e["--persona-palette-colors-error-500"],e["--persona-voice-recording-bg"]=(_=e["--persona-components-voice-recording-background"])!=null?_:e["--persona-palette-colors-error-50"],e["--persona-voice-processing-icon"]=(R=e["--persona-components-voice-processing-icon"])!=null?R:e["--persona-palette-colors-primary-500"],e["--persona-voice-speaking-icon"]=(Y=e["--persona-components-voice-speaking-icon"])!=null?Y:e["--persona-palette-colors-success-500"],e["--persona-approval-bg"]=(Ce=e["--persona-components-approval-requested-background"])!=null?Ce:e["--persona-palette-colors-warning-50"],e["--persona-approval-border"]=(ee=e["--persona-components-approval-requested-border"])!=null?ee:e["--persona-palette-colors-warning-200"],e["--persona-approval-text"]=(Ee=e["--persona-components-approval-requested-text"])!=null?Ee:e["--persona-palette-colors-gray-900"],e["--persona-approval-approve-bg"]=(Fe=e["--persona-components-approval-approve-background"])!=null?Fe:e["--persona-palette-colors-success-500"],e["--persona-approval-deny-bg"]=(me=e["--persona-components-approval-deny-background"])!=null?me:e["--persona-palette-colors-error-500"],e["--persona-attachment-image-bg"]=(Me=e["--persona-components-attachment-image-background"])!=null?Me:e["--persona-palette-colors-gray-100"],e["--persona-attachment-image-border"]=(He=e["--persona-components-attachment-image-border"])!=null?He:e["--persona-palette-colors-gray-200"],e["--persona-font-family"]=(Q=e["--persona-semantic-typography-fontFamily"])!=null?Q:e["--persona-palette-typography-fontFamily-sans"],e["--persona-font-size"]=(te=e["--persona-semantic-typography-fontSize"])!=null?te:e["--persona-palette-typography-fontSize-base"],e["--persona-font-weight"]=(xe=e["--persona-semantic-typography-fontWeight"])!=null?xe:e["--persona-palette-typography-fontWeight-normal"],e["--persona-line-height"]=(we=e["--persona-semantic-typography-lineHeight"])!=null?we:e["--persona-palette-typography-lineHeight-normal"],e["--persona-input-font-family"]=e["--persona-font-family"],e["--persona-input-font-weight"]=e["--persona-font-weight"],e["--persona-radius-sm"]=(We=e["--persona-palette-radius-sm"])!=null?We:"0.125rem",e["--persona-radius-md"]=(he=e["--persona-palette-radius-md"])!=null?he:"0.375rem",e["--persona-radius-lg"]=(Be=e["--persona-palette-radius-lg"])!=null?Be:"0.5rem",e["--persona-radius-xl"]=(lt=e["--persona-palette-radius-xl"])!=null?lt:"0.75rem",e["--persona-radius-full"]=(yt=e["--persona-palette-radius-full"])!=null?yt:"9999px",e["--persona-launcher-radius"]=(K=(G=e["--persona-components-launcher-borderRadius"])!=null?G:e["--persona-palette-radius-full"])!=null?K:"9999px",e["--persona-launcher-bg"]=(de=e["--persona-components-launcher-background"])!=null?de:e["--persona-primary"],e["--persona-launcher-fg"]=(j=e["--persona-components-launcher-foreground"])!=null?j:e["--persona-text-inverse"],e["--persona-launcher-border"]=($=e["--persona-components-launcher-border"])!=null?$:e["--persona-border"],e["--persona-button-primary-bg"]=(ne=e["--persona-components-button-primary-background"])!=null?ne:e["--persona-primary"],e["--persona-button-primary-fg"]=(Qe=e["--persona-components-button-primary-foreground"])!=null?Qe:e["--persona-text-inverse"],e["--persona-button-radius"]=(oe=(ae=e["--persona-components-button-primary-borderRadius"])!=null?ae:e["--persona-palette-radius-full"])!=null?oe:"9999px",e["--persona-panel-radius"]=(it=(wt=e["--persona-components-panel-borderRadius"])!=null?wt:e["--persona-radius-xl"])!=null?it:"0.75rem",e["--persona-panel-border"]=(Rt=e["--persona-components-panel-border"])!=null?Rt:`1px solid ${e["--persona-border"]}`,e["--persona-panel-shadow"]=(_e=(Xt=e["--persona-components-panel-shadow"])!=null?Xt:e["--persona-palette-shadows-xl"])!=null?_e:"0 25px 50px -12px rgba(0, 0, 0, 0.25)",e["--persona-input-radius"]=(De=(pe=e["--persona-components-input-borderRadius"])!=null?pe:e["--persona-radius-lg"])!=null?De:"0.5rem",e["--persona-message-user-radius"]=(At=(Tt=e["--persona-components-message-user-borderRadius"])!=null?Tt:e["--persona-radius-lg"])!=null?At:"0.5rem",e["--persona-message-assistant-radius"]=(rt=(qe=e["--persona-components-message-assistant-borderRadius"])!=null?qe:e["--persona-radius-lg"])!=null?rt:"0.5rem",e["--persona-header-bg"]=(la=e["--persona-components-header-background"])!=null?la:e["--persona-surface"],e["--persona-header-border"]=(ea=e["--persona-components-header-border"])!=null?ea:e["--persona-divider"],e["--persona-header-icon-bg"]=(ta=e["--persona-components-header-iconBackground"])!=null?ta:e["--persona-primary"],e["--persona-header-icon-fg"]=(q=e["--persona-components-header-iconForeground"])!=null?q:e["--persona-text-inverse"],e["--persona-header-title-fg"]=(Pe=e["--persona-components-header-titleForeground"])!=null?Pe:e["--persona-primary"],e["--persona-header-subtitle-fg"]=(ue=e["--persona-components-header-subtitleForeground"])!=null?ue:e["--persona-text-muted"],e["--persona-header-action-icon-fg"]=(Xe=e["--persona-components-header-actionIconForeground"])!=null?Xe:e["--persona-muted"];let t=(Ie=r.components)==null?void 0:Ie.header;t!=null&&t.shadow&&(e["--persona-header-shadow"]=t.shadow),t!=null&&t.borderBottom&&(e["--persona-header-border-bottom"]=t.borderBottom),e["--persona-input-background"]=(se=e["--persona-components-input-background"])!=null?se:e["--persona-surface"],e["--persona-input-placeholder"]=(ge=e["--persona-components-input-placeholder"])!=null?ge:e["--persona-text-muted"],e["--persona-message-user-bg"]=(Ne=e["--persona-components-message-user-background"])!=null?Ne:e["--persona-accent"],e["--persona-message-user-text"]=(mt=e["--persona-components-message-user-text"])!=null?mt:e["--persona-text-inverse"],e["--persona-message-user-shadow"]=(Nt=e["--persona-components-message-user-shadow"])!=null?Nt:"0 5px 15px rgba(15, 23, 42, 0.08)",e["--persona-message-assistant-bg"]=(xt=e["--persona-components-message-assistant-background"])!=null?xt:e["--persona-surface"],e["--persona-message-assistant-text"]=(Ft=e["--persona-components-message-assistant-text"])!=null?Ft:e["--persona-text"],e["--persona-message-assistant-border"]=(vt=e["--persona-components-message-assistant-border"])!=null?vt:e["--persona-border"],e["--persona-message-assistant-shadow"]=(et=e["--persona-components-message-assistant-shadow"])!=null?et:"0 1px 2px 0 rgb(0 0 0 / 0.05)",e["--persona-scroll-to-bottom-bg"]=(Oe=(Ve=e["--persona-components-scrollToBottom-background"])!=null?Ve:e["--persona-button-primary-bg"])!=null?Oe:e["--persona-accent"],e["--persona-scroll-to-bottom-fg"]=(_a=(Zt=e["--persona-components-scrollToBottom-foreground"])!=null?Zt:e["--persona-button-primary-fg"])!=null?_a:e["--persona-text-inverse"],e["--persona-scroll-to-bottom-border"]=(qa=e["--persona-components-scrollToBottom-border"])!=null?qa:e["--persona-primary"],e["--persona-scroll-to-bottom-size"]=(Ba=e["--persona-components-scrollToBottom-size"])!=null?Ba:"40px",e["--persona-scroll-to-bottom-radius"]=(aa=(gr=(tt=e["--persona-components-scrollToBottom-borderRadius"])!=null?tt:e["--persona-button-radius"])!=null?gr:e["--persona-radius-full"])!=null?aa:"9999px",e["--persona-scroll-to-bottom-shadow"]=(Ua=(Sa=e["--persona-components-scrollToBottom-shadow"])!=null?Sa:e["--persona-palette-shadows-sm"])!=null?Ua:"0 1px 2px 0 rgb(0 0 0 / 0.05)",e["--persona-scroll-to-bottom-padding"]=(Mr=e["--persona-components-scrollToBottom-padding"])!=null?Mr:"0.5rem 0.875rem",e["--persona-scroll-to-bottom-gap"]=(Ka=e["--persona-components-scrollToBottom-gap"])!=null?Ka:"0.5rem",e["--persona-scroll-to-bottom-font-size"]=($e=(Ya=e["--persona-components-scrollToBottom-fontSize"])!=null?Ya:e["--persona-palette-typography-fontSize-sm"])!=null?$e:"0.875rem",e["--persona-scroll-to-bottom-icon-size"]=(ya=e["--persona-components-scrollToBottom-iconSize"])!=null?ya:"14px",e["--persona-tool-bubble-shadow"]=(Da=e["--persona-components-toolBubble-shadow"])!=null?Da:"0 5px 15px rgba(15, 23, 42, 0.08)",e["--persona-reasoning-bubble-shadow"]=(ma=e["--persona-components-reasoningBubble-shadow"])!=null?ma:"0 5px 15px rgba(15, 23, 42, 0.08)",e["--persona-composer-shadow"]=(nr=e["--persona-components-composer-shadow"])!=null?nr:"none",e["--persona-md-inline-code-bg"]=(Aa=e["--persona-components-markdown-inlineCode-background"])!=null?Aa:e["--persona-container"],e["--persona-md-inline-code-color"]=(re=e["--persona-components-markdown-inlineCode-foreground"])!=null?re:e["--persona-text"],e["--persona-md-link-color"]=(Z=(S=e["--persona-components-markdown-link-foreground"])!=null?S:e["--persona-accent"])!=null?Z:"#0f0f0f";let s=e["--persona-components-markdown-heading-h1-fontSize"];s&&(e["--persona-md-h1-size"]=s);let o=e["--persona-components-markdown-heading-h1-fontWeight"];o&&(e["--persona-md-h1-weight"]=o);let n=e["--persona-components-markdown-heading-h2-fontSize"];n&&(e["--persona-md-h2-size"]=n);let l=e["--persona-components-markdown-heading-h2-fontWeight"];l&&(e["--persona-md-h2-weight"]=l);let p=e["--persona-components-markdown-prose-fontFamily"];p&&p!=="inherit"&&(e["--persona-md-prose-font-family"]=p),e["--persona-md-code-block-bg"]=(fe=e["--persona-components-markdown-codeBlock-background"])!=null?fe:e["--persona-container"],e["--persona-md-code-block-border-color"]=(bt=e["--persona-components-markdown-codeBlock-borderColor"])!=null?bt:e["--persona-border"],e["--persona-md-code-block-text-color"]=(qt=e["--persona-components-markdown-codeBlock-textColor"])!=null?qt:"inherit",e["--persona-md-table-header-bg"]=(Lt=e["--persona-components-markdown-table-headerBackground"])!=null?Lt:e["--persona-container"],e["--persona-md-table-border-color"]=(Bt=e["--persona-components-markdown-table-borderColor"])!=null?Bt:e["--persona-border"],e["--persona-md-hr-color"]=(ia=e["--persona-components-markdown-hr-color"])!=null?ia:e["--persona-divider"],e["--persona-md-blockquote-border-color"]=(ft=e["--persona-components-markdown-blockquote-borderColor"])!=null?ft:e["--persona-palette-colors-gray-900"],e["--persona-md-blockquote-bg"]=(zt=e["--persona-components-markdown-blockquote-background"])!=null?zt:"transparent",e["--persona-md-blockquote-text-color"]=(ot=e["--persona-components-markdown-blockquote-textColor"])!=null?ot:e["--persona-palette-colors-gray-500"],e["--cw-container"]=(va=e["--persona-components-collapsibleWidget-container"])!=null?va:e["--persona-surface"],e["--cw-surface"]=(lr=e["--persona-components-collapsibleWidget-surface"])!=null?lr:e["--persona-surface"],e["--cw-border"]=(ir=e["--persona-components-collapsibleWidget-border"])!=null?ir:e["--persona-border"],e["--persona-message-border"]=($a=e["--persona-components-message-border"])!=null?$a:e["--persona-border"];let i=r.components,c=i==null?void 0:i.iconButton;c&&(c.background&&(e["--persona-icon-btn-bg"]=c.background),c.border&&(e["--persona-icon-btn-border"]=c.border),c.color&&(e["--persona-icon-btn-color"]=c.color),c.padding&&(e["--persona-icon-btn-padding"]=c.padding),c.borderRadius&&(e["--persona-icon-btn-radius"]=c.borderRadius),c.hoverBackground&&(e["--persona-icon-btn-hover-bg"]=c.hoverBackground),c.hoverColor&&(e["--persona-icon-btn-hover-color"]=c.hoverColor),c.activeBackground&&(e["--persona-icon-btn-active-bg"]=c.activeBackground),c.activeBorder&&(e["--persona-icon-btn-active-border"]=c.activeBorder));let u=i==null?void 0:i.labelButton;u&&(u.background&&(e["--persona-label-btn-bg"]=u.background),u.border&&(e["--persona-label-btn-border"]=u.border),u.color&&(e["--persona-label-btn-color"]=u.color),u.padding&&(e["--persona-label-btn-padding"]=u.padding),u.borderRadius&&(e["--persona-label-btn-radius"]=u.borderRadius),u.hoverBackground&&(e["--persona-label-btn-hover-bg"]=u.hoverBackground),u.fontSize&&(e["--persona-label-btn-font-size"]=u.fontSize),u.gap&&(e["--persona-label-btn-gap"]=u.gap));let f=i==null?void 0:i.toggleGroup;f&&(f.gap&&(e["--persona-toggle-group-gap"]=f.gap),f.borderRadius&&(e["--persona-toggle-group-radius"]=f.borderRadius));let h=i==null?void 0:i.artifact;if(h!=null&&h.toolbar){let ie=h.toolbar;ie.iconHoverColor&&(e["--persona-artifact-toolbar-icon-hover-color"]=ie.iconHoverColor),ie.iconHoverBackground&&(e["--persona-artifact-toolbar-icon-hover-bg"]=ie.iconHoverBackground),ie.iconPadding&&(e["--persona-artifact-toolbar-icon-padding"]=ie.iconPadding),ie.iconBorderRadius&&(e["--persona-artifact-toolbar-icon-radius"]=ie.iconBorderRadius),ie.iconBorder&&(e["--persona-artifact-toolbar-icon-border"]=ie.iconBorder),ie.toggleGroupGap&&(e["--persona-artifact-toolbar-toggle-group-gap"]=ie.toggleGroupGap),ie.toggleBorderRadius&&(e["--persona-artifact-toolbar-toggle-radius"]=ie.toggleBorderRadius),ie.copyBackground&&(e["--persona-artifact-toolbar-copy-bg"]=ie.copyBackground),ie.copyBorder&&(e["--persona-artifact-toolbar-copy-border"]=ie.copyBorder),ie.copyColor&&(e["--persona-artifact-toolbar-copy-color"]=ie.copyColor),ie.copyBorderRadius&&(e["--persona-artifact-toolbar-copy-radius"]=ie.copyBorderRadius),ie.copyPadding&&(e["--persona-artifact-toolbar-copy-padding"]=ie.copyPadding),ie.copyMenuBackground&&(e["--persona-artifact-toolbar-copy-menu-bg"]=ie.copyMenuBackground,e["--persona-dropdown-bg"]=(W=e["--persona-dropdown-bg"])!=null?W:ie.copyMenuBackground),ie.copyMenuBorder&&(e["--persona-artifact-toolbar-copy-menu-border"]=ie.copyMenuBorder,e["--persona-dropdown-border"]=(dr=e["--persona-dropdown-border"])!=null?dr:ie.copyMenuBorder),ie.copyMenuShadow&&(e["--persona-artifact-toolbar-copy-menu-shadow"]=ie.copyMenuShadow,e["--persona-dropdown-shadow"]=(Qa=e["--persona-dropdown-shadow"])!=null?Qa:ie.copyMenuShadow),ie.copyMenuBorderRadius&&(e["--persona-artifact-toolbar-copy-menu-radius"]=ie.copyMenuBorderRadius,e["--persona-dropdown-radius"]=(Pr=e["--persona-dropdown-radius"])!=null?Pr:ie.copyMenuBorderRadius),ie.copyMenuItemHoverBackground&&(e["--persona-artifact-toolbar-copy-menu-item-hover-bg"]=ie.copyMenuItemHoverBackground,e["--persona-dropdown-item-hover-bg"]=(Va=e["--persona-dropdown-item-hover-bg"])!=null?Va:ie.copyMenuItemHoverBackground),ie.iconBackground&&(e["--persona-artifact-toolbar-icon-bg"]=ie.iconBackground),ie.toolbarBorder&&(e["--persona-artifact-toolbar-border"]=ie.toolbarBorder)}if(h!=null&&h.tab){let ie=h.tab;ie.background&&(e["--persona-artifact-tab-bg"]=ie.background),ie.activeBackground&&(e["--persona-artifact-tab-active-bg"]=ie.activeBackground),ie.activeBorder&&(e["--persona-artifact-tab-active-border"]=ie.activeBorder),ie.borderRadius&&(e["--persona-artifact-tab-radius"]=ie.borderRadius),ie.textColor&&(e["--persona-artifact-tab-color"]=ie.textColor),ie.hoverBackground&&(e["--persona-artifact-tab-hover-bg"]=ie.hoverBackground),ie.listBackground&&(e["--persona-artifact-tab-list-bg"]=ie.listBackground),ie.listBorderColor&&(e["--persona-artifact-tab-list-border-color"]=ie.listBorderColor),ie.listPadding&&(e["--persona-artifact-tab-list-padding"]=ie.listPadding)}if(h!=null&&h.pane){let ie=h.pane;if(ie.toolbarBackground){let pr=(ja=wd(r,ie.toolbarBackground))!=null?ja:ie.toolbarBackground;e["--persona-artifact-toolbar-bg"]=pr}}return e}var _P={header:"Widget header bar",messages:"Message list area","user-message":"User message bubble","assistant-message":"Assistant message bubble",composer:"Footer / composer area",container:"Main widget container","artifact-pane":"Artifact sidebar","artifact-toolbar":"Artifact toolbar"};var qP=r=>typeof r=="object"&&r!==null&&!Array.isArray(r);function Sd(r,a){if(!r)return a;if(!a)return r;let e={...r};for(let[t,s]of Object.entries(a)){let o=e[t];qP(o)&&qP(s)?e[t]=Sd(o,s):e[t]=s}return e}var zB={colors:{primary:{50:"#ffffff",100:"#f5f5f5",200:"#d4d4d4",300:"#a3a3a3",400:"#737373",500:"#171717",600:"#0f0f0f",700:"#0a0a0a",800:"#050505",900:"#030303",950:"#000000"},secondary:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},accent:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},warning:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},error:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"}}},UP=r=>{if(!(!r||typeof r!="object"||Array.isArray(r)))return r},Ad=()=>{var r;return typeof document!="undefined"&&document.documentElement.classList.contains("dark")||typeof window!="undefined"&&((r=window.matchMedia)!=null&&r.call(window,"(prefers-color-scheme: dark)").matches)?"dark":"light"},_B=r=>{var e;let a=(e=r==null?void 0:r.colorScheme)!=null?e:"light";return a==="light"?"light":a==="dark"?"dark":Ad()},LT=r=>_B(r),qB=r=>Ni(r),UB=r=>{var e;let a=Ni(void 0,{validate:!1});return Ni({...r,palette:{...a.palette,colors:{...zB.colors,...(e=r==null?void 0:r.palette)==null?void 0:e.colors}}},{validate:!1})},kd=r=>{let a=LT(r),e=UP(r==null?void 0:r.theme),t=UP(r==null?void 0:r.darkTheme);return a==="dark"?UB(Sd(e!=null?e:{},t!=null?t:{})):qB(e)},$B=r=>Ak(r),Gr=(r,a)=>{var o;let e=kd(a),t=$B(e);for(let[n,l]of Object.entries(t))r.style.setProperty(n,l);let s=(o=a==null?void 0:a.toolCall)==null?void 0:o.shadow;s!==void 0&&r.style.setProperty("--persona-tool-bubble-shadow",s.trim()===""?"none":s)},kk=r=>{let a=[];if(typeof document!="undefined"&&typeof MutationObserver!="undefined"){let e=new MutationObserver(()=>{r(Ad())});e.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),a.push(()=>e.disconnect())}if(typeof window!="undefined"&&window.matchMedia){let e=window.matchMedia("(prefers-color-scheme: dark)"),t=()=>r(Ad());e.addEventListener?(e.addEventListener("change",t),a.push(()=>e.removeEventListener("change",t))):e.addListener&&(e.addListener(t),a.push(()=>e.removeListener(t)))}return()=>{a.forEach(e=>e())}};var $P=(function(){"use strict";let r=()=>{},a={morphStyle:"outerHTML",callbacks:{beforeNodeAdded:r,afterNodeAdded:r,beforeNodeMorphed:r,afterNodeMorphed:r,beforeNodeRemoved:r,afterNodeRemoved:r,beforeAttributeUpdated:r},head:{style:"merge",shouldPreserve:f=>f.getAttribute("im-preserve")==="true",shouldReAppend:f=>f.getAttribute("im-re-append")==="true",shouldRemove:r,afterHeadMorphed:r},restoreFocus:!0};function e(f,h,y={}){f=c(f);let T=u(h),b=i(f,T,y),C=s(b,()=>l(b,f,T,g=>g.morphStyle==="innerHTML"?(o(g,f,T),Array.from(f.childNodes)):t(g,f,T)));return b.pantry.remove(),C}function t(f,h,y){let T=u(h);return o(f,T,y,h,h.nextSibling),Array.from(T.childNodes)}function s(f,h){var L;if(!f.config.restoreFocus)return h();let y=document.activeElement;if(!(y instanceof HTMLInputElement||y instanceof HTMLTextAreaElement))return h();let{id:T,selectionStart:b,selectionEnd:C}=y,g=h();return T&&T!==((L=document.activeElement)==null?void 0:L.getAttribute("id"))&&(y=f.target.querySelector(`[id="${T}"]`),y==null||y.focus()),y&&!y.selectionEnd&&C&&y.setSelectionRange(b,C),g}let o=(function(){function f(m,M,k,w=null,I=null){M instanceof HTMLTemplateElement&&k instanceof HTMLTemplateElement&&(M=M.content,k=k.content),w||(w=M.firstChild);for(let N of k.childNodes){if(w&&w!=I){let R=y(m,N,w,I);if(R){R!==w&&b(m,w,R),n(R,N,m),w=R.nextSibling;continue}}if(N instanceof Element){let R=N.getAttribute("id");if(m.persistentIds.has(R)){let Y=C(M,R,w,m);n(Y,N,m),w=Y.nextSibling;continue}}let _=h(M,N,w,m);_&&(w=_.nextSibling)}for(;w&&w!=I;){let N=w;w=w.nextSibling,T(m,N)}}function h(m,M,k,w){if(w.callbacks.beforeNodeAdded(M)===!1)return null;if(w.idMap.has(M)){let I=document.createElement(M.tagName);return m.insertBefore(I,k),n(I,M,w),w.callbacks.afterNodeAdded(I),I}else{let I=document.importNode(M,!0);return m.insertBefore(I,k),w.callbacks.afterNodeAdded(I),I}}let y=(function(){function m(w,I,N,_){let R=null,Y=I.nextSibling,Ce=0,ee=N;for(;ee&&ee!=_;){if(k(ee,I)){if(M(w,ee,I))return ee;R===null&&(w.idMap.has(ee)||(R=ee))}if(R===null&&Y&&k(ee,Y)&&(Ce++,Y=Y.nextSibling,Ce>=2&&(R=void 0)),w.activeElementAndParents.includes(ee))break;ee=ee.nextSibling}return R||null}function M(w,I,N){let _=w.idMap.get(I),R=w.idMap.get(N);if(!R||!_)return!1;for(let Y of _)if(R.has(Y))return!0;return!1}function k(w,I){var R,Y,Ce;let N=w,_=I;return N.nodeType===_.nodeType&&N.tagName===_.tagName&&(!((R=N.getAttribute)!=null&&R.call(N,"id"))||((Y=N.getAttribute)==null?void 0:Y.call(N,"id"))===((Ce=_.getAttribute)==null?void 0:Ce.call(_,"id")))}return m})();function T(m,M){var k;if(m.idMap.has(M))L(m.pantry,M,null);else{if(m.callbacks.beforeNodeRemoved(M)===!1)return;(k=M.parentNode)==null||k.removeChild(M),m.callbacks.afterNodeRemoved(M)}}function b(m,M,k){let w=M;for(;w&&w!==k;){let I=w;w=w.nextSibling,T(m,I)}return w}function C(m,M,k,w){var N,_;let I=((_=(N=w.target).getAttribute)==null?void 0:_.call(N,"id"))===M&&w.target||w.target.querySelector(`[id="${M}"]`)||w.pantry.querySelector(`[id="${M}"]`);return g(I,w),L(m,I,k),I}function g(m,M){let k=m.getAttribute("id");for(;m=m.parentNode;){let w=M.idMap.get(m);w&&(w.delete(k),w.size||M.idMap.delete(m))}}function L(m,M,k){if(m.moveBefore)try{m.moveBefore(M,k)}catch{m.insertBefore(M,k)}else m.insertBefore(M,k)}return f})(),n=(function(){function f(g,L,m){return m.ignoreActive&&g===document.activeElement?null:(m.callbacks.beforeNodeMorphed(g,L)===!1||(g instanceof HTMLHeadElement&&m.head.ignore||(g instanceof HTMLHeadElement&&m.head.style!=="morph"?p(g,L,m):(h(g,L,m),C(g,m)||o(m,g,L))),m.callbacks.afterNodeMorphed(g,L)),g)}function h(g,L,m){let M=L.nodeType;if(M===1){let k=g,w=L,I=k.attributes,N=w.attributes;for(let _ of N)b(_.name,k,"update",m)||k.getAttribute(_.name)!==_.value&&k.setAttribute(_.name,_.value);for(let _=I.length-1;0<=_;_--){let R=I[_];if(R&&!w.hasAttribute(R.name)){if(b(R.name,k,"remove",m))continue;k.removeAttribute(R.name)}}C(k,m)||y(k,w,m)}(M===8||M===3)&&g.nodeValue!==L.nodeValue&&(g.nodeValue=L.nodeValue)}function y(g,L,m){if(g instanceof HTMLInputElement&&L instanceof HTMLInputElement&&L.type!=="file"){let M=L.value,k=g.value;T(g,L,"checked",m),T(g,L,"disabled",m),L.hasAttribute("value")?k!==M&&(b("value",g,"update",m)||(g.setAttribute("value",M),g.value=M)):b("value",g,"remove",m)||(g.value="",g.removeAttribute("value"))}else if(g instanceof HTMLOptionElement&&L instanceof HTMLOptionElement)T(g,L,"selected",m);else if(g instanceof HTMLTextAreaElement&&L instanceof HTMLTextAreaElement){let M=L.value,k=g.value;if(b("value",g,"update",m))return;M!==k&&(g.value=M),g.firstChild&&g.firstChild.nodeValue!==M&&(g.firstChild.nodeValue=M)}}function T(g,L,m,M){let k=L[m],w=g[m];if(k!==w){let I=b(m,g,"update",M);I||(g[m]=L[m]),k?I||g.setAttribute(m,""):b(m,g,"remove",M)||g.removeAttribute(m)}}function b(g,L,m,M){return g==="value"&&M.ignoreActiveValue&&L===document.activeElement?!0:M.callbacks.beforeAttributeUpdated(g,L,m)===!1}function C(g,L){return!!L.ignoreActiveValue&&g===document.activeElement&&g!==document.body}return f})();function l(f,h,y,T){if(f.head.block){let b=h.querySelector("head"),C=y.querySelector("head");if(b&&C){let g=p(b,C,f);return Promise.all(g).then(()=>{let L=Object.assign(f,{head:{block:!1,ignore:!0}});return T(L)})}}return T(f)}function p(f,h,y){let T=[],b=[],C=[],g=[],L=new Map;for(let M of h.children)L.set(M.outerHTML,M);for(let M of f.children){let k=L.has(M.outerHTML),w=y.head.shouldReAppend(M),I=y.head.shouldPreserve(M);k||I?w?b.push(M):(L.delete(M.outerHTML),C.push(M)):y.head.style==="append"?w&&(b.push(M),g.push(M)):y.head.shouldRemove(M)!==!1&&b.push(M)}g.push(...L.values());let m=[];for(let M of g){let k=document.createRange().createContextualFragment(M.outerHTML).firstChild;if(y.callbacks.beforeNodeAdded(k)!==!1){if("href"in k&&k.href||"src"in k&&k.src){let w,I=new Promise(function(N){w=N});k.addEventListener("load",function(){w()}),m.push(I)}f.appendChild(k),y.callbacks.afterNodeAdded(k),T.push(k)}}for(let M of b)y.callbacks.beforeNodeRemoved(M)!==!1&&(f.removeChild(M),y.callbacks.afterNodeRemoved(M));return y.head.afterHeadMorphed(f,{added:T,kept:C,removed:b}),m}let i=(function(){function f(m,M,k){let{persistentIds:w,idMap:I}=g(m,M),N=h(k),_=N.morphStyle||"outerHTML";if(!["innerHTML","outerHTML"].includes(_))throw`Do not understand how to morph style ${_}`;return{target:m,newContent:M,config:N,morphStyle:_,ignoreActive:N.ignoreActive,ignoreActiveValue:N.ignoreActiveValue,restoreFocus:N.restoreFocus,idMap:I,persistentIds:w,pantry:y(),activeElementAndParents:T(m),callbacks:N.callbacks,head:N.head}}function h(m){let M=Object.assign({},a);return Object.assign(M,m),M.callbacks=Object.assign({},a.callbacks,m.callbacks),M.head=Object.assign({},a.head,m.head),M}function y(){let m=document.createElement("div");return m.hidden=!0,document.body.insertAdjacentElement("afterend",m),m}function T(m){let M=[],k=document.activeElement;if((k==null?void 0:k.tagName)!=="BODY"&&m.contains(k))for(;k&&(M.push(k),k!==m);)k=k.parentElement;return M}function b(m){var k;let M=Array.from(m.querySelectorAll("[id]"));return(k=m.getAttribute)!=null&&k.call(m,"id")&&M.push(m),M}function C(m,M,k,w){for(let I of w){let N=I.getAttribute("id");if(M.has(N)){let _=I;for(;_;){let R=m.get(_);if(R==null&&(R=new Set,m.set(_,R)),R.add(N),_===k)break;_=_.parentElement}}}}function g(m,M){let k=b(m),w=b(M),I=L(k,w),N=new Map;C(N,I,m,k);let _=M.__idiomorphRoot||M;return C(N,I,_,w),{persistentIds:I,idMap:N}}function L(m,M){let k=new Set,w=new Map;for(let{id:N,tagName:_}of m)w.has(N)?k.add(N):w.set(N,_);let I=new Set;for(let{id:N,tagName:_}of M)I.has(N)?k.add(N):w.get(N)===_&&I.add(N);for(let N of k)I.delete(N);return I}return f})(),{normalizeElement:c,normalizeParent:u}=(function(){let f=new WeakSet;function h(C){return C instanceof Document?C.documentElement:C}function y(C){if(C==null)return document.createElement("div");if(typeof C=="string")return y(b(C));if(f.has(C))return C;if(C instanceof Node){if(C.parentNode)return new T(C);{let g=document.createElement("div");return g.append(C),g}}else{let g=document.createElement("div");for(let L of[...C])g.append(L);return g}}class T{constructor(g){this.originalNode=g,this.realParentNode=g.parentNode,this.previousSibling=g.previousSibling,this.nextSibling=g.nextSibling}get childNodes(){let g=[],L=this.previousSibling?this.previousSibling.nextSibling:this.realParentNode.firstChild;for(;L&&L!=this.nextSibling;)g.push(L),L=L.nextSibling;return g}querySelectorAll(g){return this.childNodes.reduce((L,m)=>{if(m instanceof Element){m.matches(g)&&L.push(m);let M=m.querySelectorAll(g);for(let k=0;k<M.length;k++)L.push(M[k])}return L},[])}insertBefore(g,L){return this.realParentNode.insertBefore(g,L)}moveBefore(g,L){return this.realParentNode.moveBefore(g,L)}get __idiomorphRoot(){return this.originalNode}}function b(C){let g=new DOMParser,L=C.replace(/<svg(\s[^>]*>|>)([\s\S]*?)<\/svg>/gim,"");if(L.match(/<\/html>/)||L.match(/<\/head>/)||L.match(/<\/body>/)){let m=g.parseFromString(C,"text/html");if(L.match(/<\/html>/))return f.add(m),m;{let M=m.firstChild;return M&&f.add(M),M}}else{let M=g.parseFromString("<body><template>"+C+"</template></body>","text/html").body.querySelector("template").content;return f.add(M),M}}return{normalizeElement:h,normalizeParent:y}})();return{morph:e,defaults:a}})();var jP=(r,a,e={})=>{let{preserveTypingAnimation:t=!0}=e;$P.morph(r,a.innerHTML,{morphStyle:"innerHTML",callbacks:{beforeNodeMorphed(s,o){if(s instanceof HTMLElement&&t&&(s.classList.contains("persona-animate-typing")||s.hasAttribute("data-preserve-animation")))return!1}}})};function GP(r,a){var e,t,s,o,n,l,p,i,c,u,f,h,y,T,b,C,g,L;return[r.id,r.role,(t=(e=r.content)==null?void 0:e.length)!=null?t:0,(o=(s=r.content)==null?void 0:s.slice(-32))!=null?o:"",r.streaming?"1":"0",(n=r.variant)!=null?n:"",(p=(l=r.rawContent)==null?void 0:l.length)!=null?p:0,(c=(i=r.llmContent)==null?void 0:i.length)!=null?c:0,(f=(u=r.approval)==null?void 0:u.status)!=null?f:"",(y=(h=r.toolCall)==null?void 0:h.status)!=null?y:"",(C=(b=(T=r.reasoning)==null?void 0:T.chunks)==null?void 0:b.length)!=null?C:0,(L=(g=r.contentParts)==null?void 0:g.length)!=null?L:0,a].join("\0")}function ZP(){return new Map}function XP(r,a,e){let t=r.get(a);return t&&t.fingerprint===e?t.wrapper:null}function JP(r,a,e,t){r.set(a,{fingerprint:e,wrapper:t})}function KP(r,a){for(let e of r.keys())a.has(e)||r.delete(e)}function Tk(r=!0){let a=r;return{isFollowing:()=>a,pause:()=>a?(a=!1,!0):!1,resume:()=>a?!1:(a=!0,!0)}}function Td(r){return Math.max(0,r.scrollHeight-r.clientHeight)}function Ld(r,a){return Td(r)-r.scrollTop<=a}function Lk(r){let{following:a,currentScrollTop:e,lastScrollTop:t,nearBottom:s,userScrollThreshold:o,isAutoScrolling:n=!1,pauseOnUpwardScroll:l=!1,pauseWhenAwayFromBottom:p=!0,resumeRequiresDownwardScroll:i=!1}=r,c=e-t;return n||Math.abs(c)<o?{action:"none",delta:c,nextLastScrollTop:e}:!a&&s&&(!i||c>0)?{action:"resume",delta:c,nextLastScrollTop:e}:a&&l&&c<0?{action:"pause",delta:c,nextLastScrollTop:e}:a&&p&&!s?{action:"pause",delta:c,nextLastScrollTop:e}:{action:"none",delta:c,nextLastScrollTop:e}}function Ek(r){let{following:a,deltaY:e,nearBottom:t=!1,resumeWhenNearBottom:s=!1}=r;return a&&e<0?"pause":!a&&s&&e>0&&t?"resume":"none"}var wa={idle:"Online",connecting:"Connecting\u2026",connected:"Streaming\u2026",error:"Offline"},Na=1e5,Zr=Na+1;function ET(r,a=Na){let e=r.style.position,t=r.style.zIndex,s=r.style.isolation,o=getComputedStyle(r),n=o.position==="static"||o.position==="";return n&&(r.style.position="relative"),r.style.zIndex=String(a),r.style.isolation="isolate",()=>{n&&(r.style.position=e),r.style.zIndex=t,r.style.isolation=s}}var Ed=0,Xr=null;function HT(r=document){var e;if(Ed++,Ed===1){let t=r.body,o=((e=r.defaultView)!=null?e:window).scrollY||r.documentElement.scrollTop;Xr={originalOverflow:t.style.overflow,originalPosition:t.style.position,originalTop:t.style.top,originalWidth:t.style.width,scrollY:o},t.style.overflow="hidden",t.style.position="fixed",t.style.top=`-${o}px`,t.style.width="100%"}let a=!1;return()=>{var t;if(!a&&(a=!0,Ed=Math.max(0,Ed-1),Ed===0&&Xr)){let s=r.body,o=(t=r.defaultView)!=null?t:window;s.style.overflow=Xr.originalOverflow,s.style.position=Xr.originalPosition,s.style.top=Xr.originalTop,s.style.width=Xr.originalWidth,o.scrollTo(0,Xr.scrollY),Xr=null}}}var Hk={side:"right",width:"420px",animate:!0,reveal:"resize"},ca=r=>{var a,e;return((e=(a=r==null?void 0:r.launcher)==null?void 0:a.mountMode)!=null?e:"floating")==="docked"},or=r=>{var e,t,s,o,n;let a=(e=r==null?void 0:r.launcher)==null?void 0:e.dock;return{side:(t=a==null?void 0:a.side)!=null?t:Hk.side,width:(s=a==null?void 0:a.width)!=null?s:Hk.width,animate:(o=a==null?void 0:a.animate)!=null?o:Hk.animate,reveal:(n=a==null?void 0:a.reveal)!=null?n:Hk.reveal}};var ur={"bottom-right":"persona-bottom-6 persona-right-6","bottom-left":"persona-bottom-6 persona-left-6","top-right":"persona-top-6 persona-right-6","top-left":"persona-top-6 persona-left-6"};var Hd=(r,a)=>{let e=v("button");e.type="button",e.innerHTML=`
58
58
  <span class="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full persona-bg-persona-primary persona-text-white" data-role="launcher-icon">\u{1F4AC}</span>
59
59
  <img data-role="launcher-image" class="persona-rounded-full persona-object-cover" alt="" style="display:none" />
60
60
  <span class="persona-flex persona-min-w-0 persona-flex-1 persona-flex-col persona-items-start persona-text-left">
@@ -62,12 +62,12 @@ lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`crea
62
62
  <span class="persona-block persona-w-full persona-truncate persona-text-xs persona-text-persona-muted" data-role="launcher-subtitle"></span>
63
63
  </span>
64
64
  <span class="persona-ml-2 persona-grid persona-place-items-center persona-rounded-full persona-bg-persona-primary persona-text-persona-call-to-action" data-role="launcher-call-to-action-icon">\u2197</span>
65
- `,e.addEventListener("click",a);let t=o=>{var L,m,M,k,w,I,N,_,R,Y,Ce,ee,Ee,Fe;let n=(L=o.launcher)!=null?L:{},l=ca(o),p=e.querySelector("[data-role='launcher-title']");if(p){let me=(m=n.title)!=null?m:"Chat Assistant";p.textContent=me,p.setAttribute("title",me)}let i=e.querySelector("[data-role='launcher-subtitle']");if(i){let me=(M=n.subtitle)!=null?M:"Get answers fast";i.textContent=me,i.setAttribute("title",me)}let c=e.querySelector(".persona-flex-col");c&&(n.textHidden||l?c.style.display="none":c.style.display="");let u=e.querySelector("[data-role='launcher-icon']");if(u)if(n.agentIconHidden)u.style.display="none";else{let me=(k=n.agentIconSize)!=null?k:"40px";if(u.style.height=me,u.style.width=me,u.innerHTML="",n.agentIconName){let Me=parseFloat(me)||24,He=ve(n.agentIconName,Me*.6,"var(--persona-text-inverse, #ffffff)",2);He?(u.appendChild(He),u.style.display=""):(u.textContent=(w=n.agentIconText)!=null?w:"\u{1F4AC}",u.style.display="")}else n.iconUrl?u.style.display="none":(u.textContent=(I=n.agentIconText)!=null?I:"\u{1F4AC}",u.style.display="")}let f=e.querySelector("[data-role='launcher-image']");if(f){let me=(N=n.agentIconSize)!=null?N:"40px";f.style.height=me,f.style.width=me,n.iconUrl&&!n.agentIconName&&!n.agentIconHidden?(f.src=n.iconUrl,f.style.display="block"):f.style.display="none"}let h=e.querySelector("[data-role='launcher-call-to-action-icon']");if(h){let me=(_=n.callToActionIconSize)!=null?_:"32px";h.style.height=me,h.style.width=me,n.callToActionIconBackgroundColor?(h.style.backgroundColor=n.callToActionIconBackgroundColor,h.classList.remove("persona-bg-persona-primary")):(h.style.backgroundColor="",h.classList.add("persona-bg-persona-primary")),n.callToActionIconColor?(h.style.color=n.callToActionIconColor,h.classList.remove("persona-text-persona-call-to-action")):(h.style.color="",h.classList.add("persona-text-persona-call-to-action"));let Me=0;if(n.callToActionIconPadding?(h.style.boxSizing="border-box",h.style.padding=n.callToActionIconPadding,Me=(parseFloat(n.callToActionIconPadding)||0)*2):(h.style.boxSizing="",h.style.padding=""),n.callToActionIconHidden)h.style.display="none";else if(h.style.display=l?"none":"",h.innerHTML="",n.callToActionIconName){let He=parseFloat(me)||24,Q=Math.max(He-Me,8),te=ve(n.callToActionIconName,Q,"currentColor",2);te?h.appendChild(te):h.textContent=(R=n.callToActionIconText)!=null?R:"\u2197"}else h.textContent=(Y=n.callToActionIconText)!=null?Y:"\u2197"}let y=n.position&&ur[n.position]?ur[n.position]:ur["bottom-right"],T="persona-fixed persona-flex persona-items-center persona-gap-3 persona-rounded-launcher persona-bg-persona-surface persona-py-2.5 persona-pl-3 persona-pr-3 persona-transition hover:persona-translate-y-[-2px] persona-cursor-pointer",b="persona-relative persona-mt-4 persona-mb-4 persona-mx-auto persona-flex persona-items-center persona-justify-center persona-rounded-launcher persona-bg-persona-surface persona-transition hover:persona-translate-y-[-2px] persona-cursor-pointer";e.className=l?b:`${T} ${y}`,l||(e.style.zIndex=String((Ce=n.zIndex)!=null?Ce:Na));let C="1px solid var(--persona-border, #e5e7eb)",g="var(--persona-shadow, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1))";e.style.border=(ee=n.border)!=null?ee:C,e.style.boxShadow=(Ee=n.shadow)!=null?Ee:g,l?(e.style.width="0",e.style.minWidth="0",e.style.maxWidth="0",e.style.padding="0",e.style.overflow="hidden",e.style.border="none",e.style.boxShadow="none"):(e.style.width="",e.style.minWidth="",e.style.maxWidth=(Fe=n.collapsedMaxWidth)!=null?Fe:"",e.style.justifyContent="",e.style.padding="",e.style.overflow="")},s=()=>{e.removeEventListener("click",a),e.remove()};return r&&t(r),{element:e,update:t,destroy:s}};var za={titleColor:"var(--persona-header-title-fg, var(--persona-primary, #0f0f0f))",subtitleColor:"var(--persona-header-subtitle-fg, var(--persona-text-muted, var(--persona-muted, #9ca3af)))",actionIconColor:"var(--persona-header-action-icon-fg, var(--persona-muted, #9ca3af))"},Lr=r=>{var _,R,Y,Ce,ee,Ee,Fe,me,Me,He,Q,te,xe,we,We,he,Be,lt,yt,G,K,de,j,$,ne,Qe,ae,oe,wt,it,Rt,Xt;let{config:a,showClose:e=!0}=r,t=v("div","persona-widget-header persona-flex persona-items-center persona-gap-3 persona-px-6 persona-py-5");t.setAttribute("data-persona-theme-zone","header"),t.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",t.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",t.style.boxShadow="var(--persona-header-shadow, none)",t.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let s=(_=a==null?void 0:a.launcher)!=null?_:{},o=(R=s.headerIconSize)!=null?R:"48px",n=(Y=s.closeButtonSize)!=null?Y:"32px",l=(Ce=s.closeButtonPlacement)!=null?Ce:"inline",p=(ee=s.headerIconHidden)!=null?ee:!1,i=s.headerIconName,c=v("div","persona-flex persona-items-center persona-justify-center persona-rounded-xl persona-text-xl");if(c.style.height=o,c.style.width=o,c.style.backgroundColor="var(--persona-header-icon-bg, var(--persona-primary, #0f0f0f))",c.style.color="var(--persona-header-icon-fg, var(--persona-text-inverse, #ffffff))",!p)if(i){let _e=parseFloat(o)||24,pe=ve(i,_e*.6,"currentColor",1);pe?c.replaceChildren(pe):c.textContent=(Fe=(Ee=a==null?void 0:a.launcher)==null?void 0:Ee.agentIconText)!=null?Fe:"\u{1F4AC}"}else if((me=a==null?void 0:a.launcher)!=null&&me.iconUrl){let _e=v("img");_e.src=a.launcher.iconUrl,_e.alt="",_e.className="persona-rounded-xl persona-object-cover",_e.style.height=o,_e.style.width=o,c.replaceChildren(_e)}else c.textContent=(He=(Me=a==null?void 0:a.launcher)==null?void 0:Me.agentIconText)!=null?He:"\u{1F4AC}";let u=v("div","persona-flex persona-flex-col persona-flex-1 persona-min-w-0"),f=v("span","persona-text-base persona-font-semibold");f.style.color=za.titleColor,f.textContent=(te=(Q=a==null?void 0:a.launcher)==null?void 0:Q.title)!=null?te:"Chat Assistant";let h=v("span","persona-text-xs");h.style.color=za.subtitleColor,h.textContent=(we=(xe=a==null?void 0:a.launcher)==null?void 0:xe.subtitle)!=null?we:"Here to help you get answers fast",u.append(f,h),p?t.append(u):t.append(c,u);let y=(We=s.clearChat)!=null?We:{},T=(he=y.enabled)!=null?he:!0,b=(Be=y.placement)!=null?Be:"inline",C=null,g=null;if(T){let _e=(lt=y.size)!=null?lt:"32px",pe=(yt=y.iconName)!=null?yt:"refresh-cw",De=(G=y.iconColor)!=null?G:"",Tt=(K=y.backgroundColor)!=null?K:"",At=(de=y.borderWidth)!=null?de:"",qe=(j=y.borderColor)!=null?j:"",rt=($=y.borderRadius)!=null?$:"",la=(ne=y.paddingX)!=null?ne:"",ea=(Qe=y.paddingY)!=null?Qe:"",ta=(ae=y.tooltipText)!=null?ae:"Clear chat",q=(oe=y.showTooltip)!=null?oe:!0;g=v("div",b==="top-right"?"persona-absolute persona-top-4 persona-z-50":"persona-relative persona-ml-auto persona-clear-chat-button-wrapper"),b==="top-right"&&(g.style.right="48px"),C=v("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none"),C.style.height=_e,C.style.width=_e,C.type="button",C.setAttribute("aria-label",ta),C.style.color=De||za.actionIconColor;let Pe=ve(pe,"20px","currentColor",1);if(Pe&&C.appendChild(Pe),Tt&&(C.style.backgroundColor=Tt,C.classList.remove("hover:persona-bg-gray-100")),At||qe){let ue=At||"0px",Xe=qe||"transparent";C.style.border=`${ue} solid ${Xe}`,C.classList.remove("persona-border-none")}if(rt&&(C.style.borderRadius=rt,C.classList.remove("persona-rounded-full")),la?(C.style.paddingLeft=la,C.style.paddingRight=la):(C.style.paddingLeft="",C.style.paddingRight=""),ea?(C.style.paddingTop=ea,C.style.paddingBottom=ea):(C.style.paddingTop="",C.style.paddingBottom=""),g.appendChild(C),q&&ta&&C&&g){let ue=null,Xe=()=>{if(ue||!C)return;let se=C.ownerDocument,ge=se.body;if(!ge)return;ue=hr(se,"div","persona-clear-chat-tooltip"),ue.textContent=ta;let Ne=hr(se,"div");Ne.className="persona-clear-chat-tooltip-arrow",ue.appendChild(Ne);let mt=C.getBoundingClientRect();ue.style.position="fixed",ue.style.zIndex=String(Zr),ue.style.left=`${mt.left+mt.width/2}px`,ue.style.top=`${mt.top-8}px`,ue.style.transform="translate(-50%, -100%)",ge.appendChild(ue)},Ie=()=>{ue&&ue.parentNode&&(ue.parentNode.removeChild(ue),ue=null)};g.addEventListener("mouseenter",Xe),g.addEventListener("mouseleave",Ie),C.addEventListener("focus",Xe),C.addEventListener("blur",Ie),g._cleanupTooltip=()=>{Ie(),g&&(g.removeEventListener("mouseenter",Xe),g.removeEventListener("mouseleave",Ie)),C&&(C.removeEventListener("focus",Xe),C.removeEventListener("blur",Ie))}}b==="inline"&&t.appendChild(g)}let L=v("div",l==="top-right"?"persona-absolute persona-top-4 persona-right-4 persona-z-50":T&&b==="inline"?"":"persona-ml-auto"),m=v("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");m.style.height=n,m.style.width=n,m.type="button";let M=(wt=s.closeButtonTooltipText)!=null?wt:"Close chat",k=(it=s.closeButtonShowTooltip)!=null?it:!0;m.setAttribute("aria-label",M),m.style.display=e?"":"none";let w=(Rt=s.closeButtonIconName)!=null?Rt:"x",I=(Xt=s.closeButtonIconText)!=null?Xt:"\xD7";m.style.color=s.closeButtonColor||za.actionIconColor;let N=ve(w,"20px","currentColor",1);if(N?m.appendChild(N):m.textContent=I,s.closeButtonBackgroundColor?(m.style.backgroundColor=s.closeButtonBackgroundColor,m.classList.remove("hover:persona-bg-gray-100")):(m.style.backgroundColor="",m.classList.add("hover:persona-bg-gray-100")),s.closeButtonBorderWidth||s.closeButtonBorderColor){let _e=s.closeButtonBorderWidth||"0px",pe=s.closeButtonBorderColor||"transparent";m.style.border=`${_e} solid ${pe}`,m.classList.remove("persona-border-none")}else m.style.border="",m.classList.add("persona-border-none");if(s.closeButtonBorderRadius?(m.style.borderRadius=s.closeButtonBorderRadius,m.classList.remove("persona-rounded-full")):(m.style.borderRadius="",m.classList.add("persona-rounded-full")),s.closeButtonPaddingX?(m.style.paddingLeft=s.closeButtonPaddingX,m.style.paddingRight=s.closeButtonPaddingX):(m.style.paddingLeft="",m.style.paddingRight=""),s.closeButtonPaddingY?(m.style.paddingTop=s.closeButtonPaddingY,m.style.paddingBottom=s.closeButtonPaddingY):(m.style.paddingTop="",m.style.paddingBottom=""),L.appendChild(m),k&&M){let _e=null,pe=()=>{if(_e)return;let Tt=m.ownerDocument,At=Tt.body;if(!At)return;_e=hr(Tt,"div","persona-clear-chat-tooltip"),_e.textContent=M;let qe=hr(Tt,"div");qe.className="persona-clear-chat-tooltip-arrow",_e.appendChild(qe);let rt=m.getBoundingClientRect();_e.style.position="fixed",_e.style.zIndex=String(Zr),_e.style.left=`${rt.left+rt.width/2}px`,_e.style.top=`${rt.top-8}px`,_e.style.transform="translate(-50%, -100%)",At.appendChild(_e)},De=()=>{_e&&_e.parentNode&&(_e.parentNode.removeChild(_e),_e=null)};L.addEventListener("mouseenter",pe),L.addEventListener("mouseleave",De),m.addEventListener("focus",pe),m.addEventListener("blur",De),L._cleanupTooltip=()=>{De(),L.removeEventListener("mouseenter",pe),L.removeEventListener("mouseleave",De),m.removeEventListener("focus",pe),m.removeEventListener("blur",De)}}return l!=="top-right"&&t.appendChild(L),{header:t,iconHolder:c,headerTitle:f,headerSubtitle:h,closeButton:m,closeButtonWrapper:L,clearChatButton:C,clearChatButtonWrapper:g}},ho=(r,a,e)=>{var n,l,p,i;let t=(n=e==null?void 0:e.launcher)!=null?n:{},s=(l=t.closeButtonPlacement)!=null?l:"inline",o=(i=(p=t.clearChat)==null?void 0:p.placement)!=null?i:"inline";r.appendChild(a.header),s==="top-right"&&(r.style.position="relative",r.appendChild(a.closeButtonWrapper)),a.clearChatButtonWrapper&&o==="top-right"&&(r.style.position="relative",r.appendChild(a.clearChatButtonWrapper))};function Jr(r){let{items:a,onSelect:e,anchor:t,position:s="bottom-left",portal:o}=r,n=v("div","persona-dropdown-menu persona-hidden");n.setAttribute("role","menu"),n.setAttribute("data-persona-theme-zone","dropdown"),o?(n.style.position="fixed",n.style.zIndex=String(Zr)):(n.style.position="absolute",n.style.top="100%",n.style.marginTop="4px",s==="bottom-right"?n.style.right="0":n.style.left="0");for(let h of a){if(h.dividerBefore){let b=document.createElement("hr");n.appendChild(b)}let y=document.createElement("button");if(y.type="button",y.setAttribute("role","menuitem"),y.setAttribute("data-dropdown-item-id",h.id),h.destructive&&y.setAttribute("data-destructive",""),h.icon){let b=ve(h.icon,16,"currentColor",1.5);b&&y.appendChild(b)}let T=document.createElement("span");T.textContent=h.label,y.appendChild(T),y.addEventListener("click",b=>{b.stopPropagation(),c(),e(h.id)}),n.appendChild(y)}let l=null;function p(){if(!o)return;let h=t.getBoundingClientRect();n.style.top=`${h.bottom+4}px`,s==="bottom-right"?(n.style.right=`${window.innerWidth-h.right}px`,n.style.left="auto"):(n.style.left=`${h.left}px`,n.style.right="auto")}function i(){p(),n.classList.remove("persona-hidden"),requestAnimationFrame(()=>{let h=y=>{!n.contains(y.target)&&!t.contains(y.target)&&c()};document.addEventListener("click",h,!0),l=()=>document.removeEventListener("click",h,!0)})}function c(){n.classList.add("persona-hidden"),l==null||l(),l=null}function u(){n.classList.contains("persona-hidden")?i():c()}function f(){c(),n.remove()}return o&&o.appendChild(n),{element:n,show:i,hide:c,toggle:u,destroy:f}}function _t(r){let{icon:a,label:e,size:t,strokeWidth:s,className:o,onClick:n,aria:l}=r,p=v("button","persona-icon-btn"+(o?" "+o:""));p.type="button",p.setAttribute("aria-label",e),p.title=e;let i=ve(a,t!=null?t:16,"currentColor",s!=null?s:2);if(i&&p.appendChild(i),n&&p.addEventListener("click",n),l)for(let[c,u]of Object.entries(l))p.setAttribute(c,u);return p}function Pd(r){let{icon:a,label:e,variant:t="default",size:s="sm",iconSize:o,className:n,onClick:l,aria:p}=r,i="persona-label-btn";t!=="default"&&(i+=" persona-label-btn--"+t),i+=" persona-label-btn--"+s,n&&(i+=" "+n);let c=v("button",i);if(c.type="button",c.setAttribute("aria-label",e),a){let f=ve(a,o!=null?o:14,"currentColor",2);f&&c.appendChild(f)}let u=v("span");if(u.textContent=e,c.appendChild(u),l&&c.addEventListener("click",l),p)for(let[f,h]of Object.entries(p))c.setAttribute(f,h);return c}function Rd(r){let{items:a,selectedId:e,onSelect:t,className:s}=r,o=v("div","persona-toggle-group"+(s?" "+s:""));o.setAttribute("role","group");let n=e,l=[];function p(){for(let c of l)c.btn.setAttribute("aria-pressed",c.id===n?"true":"false")}for(let c of a){let u;c.icon?u=_t({icon:c.icon,label:c.label,onClick:()=>{n=c.id,p(),t(c.id)}}):(u=v("button","persona-icon-btn"),u.type="button",u.setAttribute("aria-label",c.label),u.title=c.label,u.textContent=c.label,u.addEventListener("click",()=>{n=c.id,p(),t(c.id)})),u.setAttribute("aria-pressed",c.id===n?"true":"false"),l.push({id:c.id,btn:u}),o.appendChild(u)}function i(c){n=c,p()}return{element:o,setSelected:i}}function Pk(r){var h,y;let{label:a,icon:e="chevron-down",menuItems:t,onSelect:s,position:o="bottom-left",portal:n,className:l,hover:p}=r,i=v("div","persona-combo-btn"+(l?" "+l:""));i.style.position="relative",i.style.display="inline-flex",i.style.alignItems="center",i.style.cursor="pointer",i.setAttribute("role","button"),i.setAttribute("tabindex","0"),i.setAttribute("aria-haspopup","true"),i.setAttribute("aria-expanded","false"),i.setAttribute("aria-label",a);let c=v("span","persona-combo-btn-label");c.textContent=a,i.appendChild(c);let u=ve(e,14,"currentColor",2);u&&(u.style.marginLeft="4px",u.style.opacity="0.6",i.appendChild(u)),p&&(i.style.borderRadius=(h=p.borderRadius)!=null?h:"10px",i.style.padding=(y=p.padding)!=null?y:"6px 4px 6px 12px",i.style.border="1px solid transparent",i.style.transition="background-color 0.15s ease, border-color 0.15s ease",i.addEventListener("mouseenter",()=>{var T,b;i.style.backgroundColor=(T=p.background)!=null?T:"",i.style.borderColor=(b=p.border)!=null?b:""}),i.addEventListener("mouseleave",()=>{i.style.backgroundColor="",i.style.borderColor="transparent"}));let f=Jr({items:t,onSelect:T=>{i.setAttribute("aria-expanded","false"),s(T)},anchor:i,position:o,portal:n});return n||i.appendChild(f.element),i.addEventListener("click",T=>{T.stopPropagation();let b=!f.element.classList.contains("persona-hidden");i.setAttribute("aria-expanded",b?"false":"true"),f.toggle()}),i.addEventListener("keydown",T=>{(T.key==="Enter"||T.key===" ")&&(T.preventDefault(),i.click())}),{element:i,setLabel:T=>{c.textContent=T,i.setAttribute("aria-label",T)},open:()=>{i.setAttribute("aria-expanded","true"),f.show()},close:()=>{i.setAttribute("aria-expanded","false"),f.hide()},toggle:()=>{let T=!f.element.classList.contains("persona-hidden");i.setAttribute("aria-expanded",T?"false":"true"),f.toggle()},destroy:()=>{f.destroy(),i.remove()}}}var PT=r=>{var t;let a=Lr({config:r.config,showClose:r.showClose,onClose:r.onClose,onClearChat:r.onClearChat}),e=(t=r.layoutHeaderConfig)==null?void 0:t.onTitleClick;if(e){let s=a.headerTitle.parentElement;s&&(s.style.cursor="pointer",s.setAttribute("role","button"),s.setAttribute("tabindex","0"),s.addEventListener("click",()=>e()),s.addEventListener("keydown",o=>{(o.key==="Enter"||o.key===" ")&&(o.preventDefault(),e())}))}return a};function jB(r,a,e){var t,s,o;if(a!=null&&a.length)for(let n of a){let l=v("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-md persona-border-none persona-bg-transparent persona-p-0 persona-text-persona-muted hover:persona-opacity-80");if(l.type="button",l.setAttribute("aria-label",(s=(t=n.ariaLabel)!=null?t:n.label)!=null?s:n.id),n.icon){let p=ve(n.icon,14,"currentColor",2);p&&l.appendChild(p)}else n.label&&(l.textContent=n.label);if((o=n.menuItems)!=null&&o.length){let p=v("div","persona-relative");p.appendChild(l);let i=Jr({items:n.menuItems,onSelect:c=>e==null?void 0:e(c),anchor:p,position:"bottom-left"});p.appendChild(i.element),l.addEventListener("click",c=>{c.stopPropagation(),i.toggle()}),r.appendChild(p)}else l.addEventListener("click",()=>e==null?void 0:e(n.id)),r.appendChild(l)}}var RT=r=>{var g,L,m,M,k,w,I,N,_;let{config:a,showClose:e=!0,onClose:t,layoutHeaderConfig:s,onHeaderAction:o}=r,n=(g=a==null?void 0:a.launcher)!=null?g:{},l=v("div","persona-flex persona-items-center persona-justify-between persona-px-6 persona-py-4");l.setAttribute("data-persona-theme-zone","header"),l.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",l.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",l.style.boxShadow="var(--persona-header-shadow, none)",l.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let p=s==null?void 0:s.titleMenu,i,c;if(p)i=Pk({label:(L=n.title)!=null?L:"Chat Assistant",menuItems:p.menuItems,onSelect:p.onSelect,hover:p.hover,className:""}).element,i.style.color=za.titleColor,c=(m=i.querySelector(".persona-combo-btn-label"))!=null?m:i;else{if(i=v("div","persona-flex persona-min-w-0 persona-flex-1 persona-items-center persona-gap-1"),c=v("span","persona-text-base persona-font-semibold persona-truncate"),c.style.color=za.titleColor,c.textContent=(M=n.title)!=null?M:"Chat Assistant",i.appendChild(c),jB(i,s==null?void 0:s.trailingActions,(k=s==null?void 0:s.onAction)!=null?k:o),s!=null&&s.onTitleClick){i.style.cursor="pointer",i.setAttribute("role","button"),i.setAttribute("tabindex","0");let Y=s.onTitleClick;i.addEventListener("click",Ce=>{Ce.target.closest("button")||Y()}),i.addEventListener("keydown",Ce=>{(Ce.key==="Enter"||Ce.key===" ")&&(Ce.preventDefault(),Y())})}let R=s==null?void 0:s.titleRowHover;R&&(i.style.borderRadius=(w=R.borderRadius)!=null?w:"10px",i.style.padding=(I=R.padding)!=null?I:"6px 4px 6px 12px",i.style.margin="-6px 0 -6px -12px",i.style.border="1px solid transparent",i.style.transition="background-color 0.15s ease, border-color 0.15s ease",i.style.width="fit-content",i.style.flex="none",i.addEventListener("mouseenter",()=>{var Y,Ce;i.style.backgroundColor=(Y=R.background)!=null?Y:"",i.style.borderColor=(Ce=R.border)!=null?Ce:""}),i.addEventListener("mouseleave",()=>{i.style.backgroundColor="",i.style.borderColor="transparent"}))}l.appendChild(i);let u=(N=n.closeButtonSize)!=null?N:"32px",f=v("div",""),h=v("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");h.style.height=u,h.style.width=u,h.type="button",h.setAttribute("aria-label","Close chat"),h.style.display=e?"":"none",h.style.color=n.closeButtonColor||za.actionIconColor;let y=(_=n.closeButtonIconName)!=null?_:"x",T=ve(y,"20px","currentColor",2);T?h.appendChild(T):h.textContent="\xD7",t&&h.addEventListener("click",t),f.appendChild(h),l.appendChild(f);let b=v("div");b.style.display="none";let C=v("span");return C.style.display="none",{header:l,iconHolder:b,headerTitle:c,headerSubtitle:C,closeButton:h,closeButtonWrapper:f,clearChatButton:null,clearChatButtonWrapper:null}},Rk={default:PT,minimal:RT},IT=r=>{var a;return(a=Rk[r])!=null?a:Rk.default},zi=(r,a,e)=>{var n,l,p;if(a!=null&&a.render){let i=a.render({config:r,onClose:e==null?void 0:e.onClose,onClearChat:e==null?void 0:e.onClearChat,trailingActions:a.trailingActions,onAction:a.onAction}),c=v("div");c.style.display="none";let u=v("span"),f=v("span"),h=v("button");h.style.display="none";let y=v("div");return y.style.display="none",{header:i,iconHolder:c,headerTitle:u,headerSubtitle:f,closeButton:h,closeButtonWrapper:y,clearChatButton:null,clearChatButtonWrapper:null}}let t=(n=a==null?void 0:a.layout)!=null?n:"default",o=IT(t)({config:r,showClose:(p=(l=a==null?void 0:a.showCloseButton)!=null?l:e==null?void 0:e.showClose)!=null?p:!0,onClose:e==null?void 0:e.onClose,onClearChat:e==null?void 0:e.onClearChat,layoutHeaderConfig:a,onHeaderAction:a==null?void 0:a.onAction});return a&&(a.showIcon===!1&&(o.iconHolder.style.display="none"),a.showTitle===!1&&(o.headerTitle.style.display="none"),a.showSubtitle===!1&&(o.headerSubtitle.style.display="none"),a.showCloseButton===!1&&(o.closeButton.style.display="none"),a.showClearChat===!1&&o.clearChatButtonWrapper&&(o.clearChatButtonWrapper.style.display="none")),o};var _i=r=>{var Be,lt,yt,G,K,de,j,$,ne,Qe,ae,oe,wt,it,Rt,Xt,_e,pe,De,Tt,At,qe,rt,la,ea,ta,q;let{config:a}=r,e=v("div","persona-widget-footer persona-border-t-persona-divider persona-bg-persona-surface persona-px-6 persona-py-4");e.setAttribute("data-persona-theme-zone","composer");let t=v("div","persona-mb-3 persona-flex persona-flex-wrap persona-gap-2"),s=v("form","persona-widget-composer persona-flex persona-flex-col persona-gap-2 persona-rounded-2xl persona-border persona-border-gray-200 persona-bg-persona-input-background persona-px-4 persona-py-3");s.setAttribute("data-persona-composer-form",""),s.style.outline="none";let o=v("textarea");o.setAttribute("data-persona-composer-input",""),o.placeholder=(lt=(Be=a==null?void 0:a.copy)==null?void 0:Be.inputPlaceholder)!=null?lt:"Type your message\u2026",o.className="persona-w-full persona-min-h-[24px] persona-resize-none persona-border-none persona-bg-transparent persona-text-sm persona-text-persona-primary focus:persona-outline-none focus:persona-border-none persona-composer-textarea",o.rows=1,o.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',o.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))";let p=3*20;o.style.maxHeight=`${p}px`,o.style.overflowY="auto";let i=()=>{o.style.height="auto";let Pe=Math.min(o.scrollHeight,p);o.style.height=`${Pe}px`};o.addEventListener("input",i),o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.addEventListener("focus",()=>{o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.style.boxShadow="none"}),o.addEventListener("blur",()=>{o.style.border="none",o.style.outline="none"});let c=(yt=a==null?void 0:a.sendButton)!=null?yt:{},u=(G=c.useIcon)!=null?G:!1,f=(K=c.iconText)!=null?K:"\u2191",h=c.iconName,y=(de=c.tooltipText)!=null?de:"Send message",T=(j=c.showTooltip)!=null?j:!1,b=($=c.size)!=null?$:"40px",C=c.backgroundColor,g=c.textColor,L=v("div","persona-send-button-wrapper"),m=v("button",u?"persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer":"persona-rounded-button persona-bg-persona-accent persona-px-4 persona-py-2 persona-text-sm persona-font-semibold disabled:persona-opacity-50 persona-cursor-pointer");if(m.type="submit",m.setAttribute("data-persona-composer-submit",""),u){if(m.style.width=b,m.style.height=b,m.style.minWidth=b,m.style.minHeight=b,m.style.fontSize="18px",m.style.lineHeight="1",m.innerHTML="",g?m.style.color=g:m.style.color="var(--persona-button-primary-fg, #ffffff)",h){let Pe=parseFloat(b)||24,ue=(g==null?void 0:g.trim())||"currentColor",Xe=ve(h,Pe,ue,2);Xe?m.appendChild(Xe):m.textContent=f}else m.textContent=f;C?m.style.backgroundColor=C:m.classList.add("persona-bg-persona-primary")}else m.textContent=(Qe=(ne=a==null?void 0:a.copy)==null?void 0:ne.sendButtonLabel)!=null?Qe:"Send",g?m.style.color=g:m.classList.add("persona-text-white");if(c.borderWidth&&(m.style.borderWidth=c.borderWidth,m.style.borderStyle="solid"),c.borderColor&&(m.style.borderColor=c.borderColor),c.paddingX?(m.style.paddingLeft=c.paddingX,m.style.paddingRight=c.paddingX):(m.style.paddingLeft="",m.style.paddingRight=""),c.paddingY?(m.style.paddingTop=c.paddingY,m.style.paddingBottom=c.paddingY):(m.style.paddingTop="",m.style.paddingBottom=""),T&&y){let Pe=v("div","persona-send-button-tooltip");Pe.textContent=y,L.appendChild(Pe)}L.appendChild(m);let M=(ae=a==null?void 0:a.voiceRecognition)!=null?ae:{},k=M.enabled===!0,w=null,I=null,N=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),_=((oe=M.provider)==null?void 0:oe.type)==="runtype";if(k&&(N||_)){I=v("div","persona-send-button-wrapper"),w=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer"),w.type="button",w.setAttribute("data-persona-composer-mic",""),w.setAttribute("aria-label","Start voice recognition");let Pe=(wt=M.iconName)!=null?wt:"mic",ue=(it=M.iconSize)!=null?it:b,Xe=parseFloat(ue)||24,Ie=(Rt=M.backgroundColor)!=null?Rt:C,se=(Xt=M.iconColor)!=null?Xt:g;w.style.width=ue,w.style.height=ue,w.style.minWidth=ue,w.style.minHeight=ue,w.style.fontSize="18px",w.style.lineHeight="1",se?w.style.color=se:w.style.color="var(--persona-text, #111827)";let Ne=ve(Pe,Xe,se||"currentColor",1.5);Ne?w.appendChild(Ne):w.textContent="\u{1F3A4}",Ie&&(w.style.backgroundColor=Ie),M.borderWidth&&(w.style.borderWidth=M.borderWidth,w.style.borderStyle="solid"),M.borderColor&&(w.style.borderColor=M.borderColor),M.paddingX&&(w.style.paddingLeft=M.paddingX,w.style.paddingRight=M.paddingX),M.paddingY&&(w.style.paddingTop=M.paddingY,w.style.paddingBottom=M.paddingY),I.appendChild(w);let mt=(_e=M.tooltipText)!=null?_e:"Start voice recognition";if(((pe=M.showTooltip)!=null?pe:!1)&&mt){let xt=v("div","persona-send-button-tooltip");xt.textContent=mt,I.appendChild(xt)}}let Y=(De=a==null?void 0:a.attachments)!=null?De:{},Ce=Y.enabled===!0,ee=null,Ee=null,Fe=null,me=null;if(Ce){me=v("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),me.style.display="none",Fe=v("input"),Fe.type="file",Fe.accept=((Tt=Y.allowedTypes)!=null?Tt:Tr).join(","),Fe.multiple=((At=Y.maxFiles)!=null?At:4)>1,Fe.style.display="none",Fe.setAttribute("aria-label","Attach files"),Ee=v("div","persona-send-button-wrapper"),ee=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),ee.type="button",ee.setAttribute("aria-label",(qe=Y.buttonTooltipText)!=null?qe:"Attach file");let Pe=(rt=Y.buttonIconName)!=null?rt:"paperclip",ue=b,Xe=parseFloat(ue)||40,Ie=Math.round(Xe*.6);ee.style.width=ue,ee.style.height=ue,ee.style.minWidth=ue,ee.style.minHeight=ue,ee.style.fontSize="18px",ee.style.lineHeight="1",ee.style.backgroundColor="transparent",ee.style.color="var(--persona-primary, #111827)",ee.style.border="none",ee.style.borderRadius="6px",ee.style.transition="background-color 0.15s ease",ee.addEventListener("mouseenter",()=>{ee.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),ee.addEventListener("mouseleave",()=>{ee.style.backgroundColor="transparent"});let se=ve(Pe,Ie,"currentColor",1.5);se?ee.appendChild(se):ee.textContent="\u{1F4CE}",ee.addEventListener("click",mt=>{mt.preventDefault(),Fe==null||Fe.click()}),Ee.appendChild(ee);let ge=(la=Y.buttonTooltipText)!=null?la:"Attach file",Ne=v("div","persona-send-button-tooltip");Ne.textContent=ge,Ee.appendChild(Ne)}s.addEventListener("click",Pe=>{Pe.target!==m&&Pe.target!==L&&Pe.target!==w&&Pe.target!==I&&Pe.target!==ee&&Pe.target!==Ee&&o.focus()}),me&&(me.style.gap="8px",s.append(me)),Fe&&s.append(Fe),s.append(o);let Me=v("div","persona-flex persona-items-center persona-justify-between persona-w-full"),He=v("div","persona-flex persona-items-center persona-gap-2");Ee&&He.append(Ee);let Q=v("div","persona-flex persona-items-center persona-gap-1");I&&Q.append(I),Q.append(L),Me.append(He,Q),s.append(Me);let te=(ea=a==null?void 0:a.statusIndicator)!=null?ea:{},xe=te.align==="left"?"persona-text-left":te.align==="center"?"persona-text-center":"persona-text-right",we=v("div",`persona-mt-2 ${xe} persona-text-xs persona-text-persona-muted`);we.setAttribute("data-persona-composer-status","");let We=(ta=te.visible)!=null?ta:!0;we.style.display=We?"":"none";let he=(q=te.idleText)!=null?q:"Online";if(te.idleLink){let Pe=v("a");Pe.href=te.idleLink,Pe.target="_blank",Pe.rel="noopener noreferrer",Pe.textContent=he,Pe.style.color="inherit",Pe.style.textDecoration="none",we.appendChild(Pe)}else we.textContent=he;return e.append(t,s,we),{footer:e,suggestions:t,composerForm:s,textarea:o,sendButton:m,sendButtonWrapper:L,micButton:w,micButtonWrapper:I,statusText:we,attachmentButton:ee,attachmentButtonWrapper:Ee,attachmentInput:Fe,attachmentPreviewsContainer:me,actionsRow:Me,leftActions:He,rightActions:Q}};var YP=r=>{var i,c,u,f,h,y,T,b,C;let a=(c=(i=r==null?void 0:r.launcher)==null?void 0:i.enabled)!=null?c:!0;if(ca(r)){let g=v("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col"),L=v("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");return g.appendChild(L),{wrapper:g,panel:L}}if(!a){let g=v("div","persona-relative persona-h-full persona-flex persona-flex-col persona-flex-1 persona-min-h-0"),L=v("div","persona-relative persona-flex-1 persona-flex persona-flex-col persona-min-h-0"),m=(f=(u=r==null?void 0:r.launcher)==null?void 0:u.width)!=null?f:"100%";return g.style.width=m,L.style.width="100%",g.appendChild(L),{wrapper:g,panel:L}}let t=(h=r==null?void 0:r.launcher)!=null?h:{},s=t.position&&ur[t.position]?ur[t.position]:ur["bottom-right"],o=v("div",`persona-widget-wrapper persona-fixed ${s} persona-transition`);o.style.zIndex=String((T=(y=r==null?void 0:r.launcher)==null?void 0:y.zIndex)!=null?T:Na);let n=v("div","persona-widget-panel persona-relative persona-min-h-[320px]"),l=(C=(b=r==null?void 0:r.launcher)==null?void 0:b.width)!=null?C:r==null?void 0:r.launcherWidth,p=l!=null?l:"min(400px, calc(100vw - 24px))";return n.style.width=p,n.style.maxWidth=p,o.appendChild(n),{wrapper:o,panel:n}},QP=(r,a=!0)=>{var b,C,g,L,m,M,k,w,I;let e=v("div","persona-widget-container persona-flex persona-h-full persona-w-full persona-flex-1 persona-min-h-0 persona-flex-col persona-bg-persona-surface persona-text-persona-primary persona-rounded-2xl persona-overflow-hidden persona-border persona-border-persona-border");e.setAttribute("data-persona-theme-zone","container");let t=(b=r==null?void 0:r.layout)==null?void 0:b.header,s=((C=r==null?void 0:r.layout)==null?void 0:C.showHeader)!==!1,o=t?zi(r,t,{showClose:a}):Lr({config:r,showClose:a}),n=v("div","persona-widget-body persona-flex persona-flex-1 persona-min-h-0 persona-flex-col persona-gap-6 persona-overflow-y-auto persona-bg-persona-container persona-px-6 persona-py-6");n.id="persona-scroll-container",n.setAttribute("data-persona-theme-zone","messages");let l=ca(r)?"persona-rounded-2xl persona-bg-persona-surface persona-p-6":"persona-rounded-2xl persona-bg-persona-surface persona-p-6 persona-shadow-sm",p=v("div",l),i=v("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");i.textContent=(L=(g=r==null?void 0:r.copy)==null?void 0:g.welcomeTitle)!=null?L:"Hello \u{1F44B}";let c=v("p","persona-mt-2 persona-text-sm persona-text-persona-muted");c.textContent=(M=(m=r==null?void 0:r.copy)==null?void 0:m.welcomeSubtitle)!=null?M:"Ask anything about your account or products.",p.append(i,c);let u=v("div","persona-flex persona-flex-col persona-gap-3"),f=(k=r==null?void 0:r.layout)==null?void 0:k.contentMaxWidth;f&&(u.style.maxWidth=f,u.style.marginLeft="auto",u.style.marginRight="auto",u.style.width="100%"),p.setAttribute("data-persona-intro-card",""),((w=r==null?void 0:r.copy)==null?void 0:w.showWelcomeCard)!==!1||(p.style.display="none",n.classList.remove("persona-gap-6"),n.classList.add("persona-gap-3")),n.append(p,u);let y=_i({config:r}),T=((I=r==null?void 0:r.layout)==null?void 0:I.showFooter)!==!1;return s?ho(e,o,r):(o.header.style.display="none",ho(e,o,r)),e.append(n),T||(y.footer.style.display="none"),e.append(y.footer),{container:e,body:n,messagesWrapper:u,suggestions:y.suggestions,textarea:y.textarea,sendButton:y.sendButton,sendButtonWrapper:y.sendButtonWrapper,micButton:y.micButton,micButtonWrapper:y.micButtonWrapper,composerForm:y.composerForm,statusText:y.statusText,introTitle:i,introSubtitle:c,closeButton:o.closeButton,closeButtonWrapper:o.closeButtonWrapper,clearChatButton:o.clearChatButton,clearChatButtonWrapper:o.clearChatButtonWrapper,iconHolder:o.iconHolder,headerTitle:o.headerTitle,headerSubtitle:o.headerSubtitle,header:o.header,footer:y.footer,attachmentButton:y.attachmentButton,attachmentButtonWrapper:y.attachmentButtonWrapper,attachmentInput:y.attachmentInput,attachmentPreviewsContainer:y.attachmentPreviewsContainer,actionsRow:y.actionsRow,leftActions:y.leftActions,rightActions:y.rightActions}};var GB=r=>{let a=r.toLowerCase();return a.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(r)||a.startsWith("data:image/")||!r.includes(":"))},ZB=320,XB=320,JB=r=>!r.contentParts||r.contentParts.length===0?[]:r.contentParts.filter(a=>a.type==="image"&&typeof a.image=="string"&&a.image.trim().length>0),KB=(r,a,e)=>{if(r.length===0)return null;try{let t=v("div","persona-flex persona-flex-col persona-gap-2");t.setAttribute("data-message-attachments","images"),a&&(t.style.marginBottom="8px");let s=0,o=!1,n=()=>{o||(o=!0,t.remove(),e==null||e())};return r.forEach((l,p)=>{var u;let i=v("img");i.alt=((u=l.alt)==null?void 0:u.trim())||`Attached image ${p+1}`,i.loading="lazy",i.decoding="async",i.referrerPolicy="no-referrer",i.style.display="block",i.style.width="100%",i.style.maxWidth=`${ZB}px`,i.style.maxHeight=`${XB}px`,i.style.height="auto",i.style.objectFit="contain",i.style.borderRadius="10px",i.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",i.style.border="1px solid var(--persona-attachment-image-border, var(--persona-border, #e5e7eb))";let c=!1;s+=1,i.addEventListener("error",()=>{c||(c=!0,s=Math.max(0,s-1),i.remove(),s===0&&n())}),i.addEventListener("load",()=>{c=!0}),GB(l.image)?(i.src=l.image,t.appendChild(i)):(c=!0,s=Math.max(0,s-1),i.remove())}),s===0?(n(),null):t}catch{return e==null||e(),null}},mo=()=>{let r=document.createElement("div");r.className="persona-flex persona-items-center persona-space-x-1 persona-h-5 persona-mt-2";let a=document.createElement("div");a.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",a.style.backgroundColor="currentColor",a.style.opacity="0.4",a.style.animationDelay="0ms";let e=document.createElement("div");e.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",e.style.backgroundColor="currentColor",e.style.opacity="0.4",e.style.animationDelay="250ms";let t=document.createElement("div");t.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",t.style.backgroundColor="currentColor",t.style.opacity="0.4",t.style.animationDelay="500ms";let s=document.createElement("span");return s.className="persona-sr-only",s.textContent="Loading",r.appendChild(a),r.appendChild(e),r.appendChild(t),r.appendChild(s),r},BT=(r,a,e)=>{let t={config:e!=null?e:{},streaming:!0,location:r,defaultRenderer:mo};if(a){let s=a(t);if(s!==null)return s}return mo()},YB=(r,a)=>{let e=v("div","persona-flex-shrink-0 persona-w-8 persona-h-8 persona-rounded-full persona-flex persona-items-center persona-justify-center persona-text-sm"),t=a==="user"?r.userAvatar:r.assistantAvatar;if(t)if(t.startsWith("http")||t.startsWith("/")||t.startsWith("data:")){let s=v("img");s.src=t,s.alt=a==="user"?"User":"Assistant",s.className="persona-w-full persona-h-full persona-rounded-full persona-object-cover",e.appendChild(s)}else e.textContent=t,e.classList.add(a==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");else e.textContent=a==="user"?"U":"A",e.classList.add(a==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");return e},eR=(r,a)=>{let e=v("div","persona-text-xs persona-text-persona-muted"),t=new Date(r.createdAt);return a.format?e.textContent=a.format(t):e.textContent=t.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),e},QB=(r,a="bubble")=>{let e=["vanilla-message-bubble","persona-max-w-[85%]"];switch(a){case"flat":r==="user"?e.push("vanilla-message-user-bubble","persona-ml-auto","persona-text-persona-primary","persona-py-2"):e.push("vanilla-message-assistant-bubble","persona-text-persona-primary","persona-py-2");break;case"minimal":e.push("persona-text-sm","persona-leading-relaxed"),r==="user"?e.push("vanilla-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-3","persona-py-2","persona-rounded-lg"):e.push("vanilla-message-assistant-bubble","persona-bg-persona-surface","persona-text-persona-primary","persona-px-3","persona-py-2","persona-rounded-lg");break;default:e.push("persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm"),r==="user"?e.push("vanilla-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-5","persona-py-3"):e.push("vanilla-message-assistant-bubble","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-px-5","persona-py-3");break}return e},DT=(r,a,e)=>{var h,y,T,b,C,g;let t=(h=a.showCopy)!=null?h:!0,s=(y=a.showUpvote)!=null?y:!0,o=(T=a.showDownvote)!=null?T:!0;if(!t&&!s&&!o){let L=v("div");return L.style.display="none",L.id=`actions-${r.id}`,L.setAttribute("data-actions-for",r.id),L}let n=(b=a.visibility)!=null?b:"hover",l=(C=a.align)!=null?C:"right",p=(g=a.layout)!=null?g:"pill-inside",i={left:"persona-message-actions-left",center:"persona-message-actions-center",right:"persona-message-actions-right"}[l],c={"pill-inside":"persona-message-actions-pill","row-inside":"persona-message-actions-row"}[p],u=v("div",`persona-message-actions persona-flex persona-items-center persona-gap-1 persona-mt-2 ${i} ${c} ${n==="hover"?"persona-message-actions-hover":""}`);u.id=`actions-${r.id}`,u.setAttribute("data-actions-for",r.id);let f=(L,m,M)=>{let k=_t({icon:L,label:m,size:14,className:"persona-message-action-btn"});return k.setAttribute("data-action",M),k};return t&&u.appendChild(f("copy","Copy message","copy")),s&&u.appendChild(f("thumbs-up","Upvote","upvote")),o&&u.appendChild(f("thumbs-down","Downvote","downvote")),u},qi=(r,a,e,t,s,o)=>{var _,R,Y,Ce,ee,Ee,Fe;let n=e!=null?e:{},l=(_=n.layout)!=null?_:"bubble",p=n.avatar,i=n.timestamp,c=(R=p==null?void 0:p.show)!=null?R:!1,u=(Y=i==null?void 0:i.show)!=null?Y:!1,f=(Ce=p==null?void 0:p.position)!=null?Ce:"left",h=(ee=i==null?void 0:i.position)!=null?ee:"below",y=QB(r.role,l),T=v("div",y.join(" "));T.id=`bubble-${r.id}`,T.setAttribute("data-message-id",r.id),T.setAttribute("data-persona-theme-zone",r.role==="user"?"user-message":"assistant-message"),r.role==="user"?(T.style.backgroundColor="var(--persona-message-user-bg, var(--persona-accent))",T.style.color="var(--persona-message-user-text, white)"):r.role==="assistant"&&(T.style.backgroundColor="var(--persona-message-assistant-bg, var(--persona-surface))",T.style.color="var(--persona-message-assistant-text, var(--persona-text))");let b=JB(r),C=(Fe=(Ee=r.content)==null?void 0:Ee.trim())!=null?Fe:"",L=b.length>0&&C===d1,m=document.createElement("div");m.classList.add("persona-message-content");let M=a({text:r.content,message:r,streaming:!!r.streaming,raw:r.rawContent}),k=null;if(L?(k=document.createElement("div"),k.innerHTML=M,k.style.display="none",m.appendChild(k)):m.innerHTML=M,u&&h==="inline"&&r.createdAt){let me=eR(r,i);me.classList.add("persona-ml-2","persona-inline"),m.appendChild(me)}if(b.length>0){let me=KB(b,!L&&!!C,()=>{L&&k&&(k.style.display="")});me?T.appendChild(me):L&&k&&(k.style.display="")}if(T.appendChild(m),u&&h==="below"&&r.createdAt){let me=eR(r,i);me.classList.add("persona-mt-1"),T.appendChild(me)}if(r.streaming&&r.role==="assistant"&&(!r.content||!r.content.trim())){let me=BT("inline",o==null?void 0:o.loadingIndicatorRenderer,o==null?void 0:o.widgetConfig);me&&T.appendChild(me)}if(r.role==="assistant"&&!r.streaming&&r.content&&r.content.trim()&&(t==null?void 0:t.enabled)!==!1&&t){let me=DT(r,t,s);T.appendChild(me)}if(!c||r.role==="system")return T;let I=v("div",`persona-flex persona-gap-2 ${r.role==="user"?"persona-flex-row-reverse":""}`),N=YB(p,r.role);return f==="right"||f==="left"&&r.role==="user"?I.append(T,N):I.append(N,T),T.classList.remove("persona-max-w-[85%]"),T.classList.add("persona-max-w-[calc(85%-2.5rem)]"),I},tR=(r,a,e,t,s,o)=>{let n=e!=null?e:{};return r.role==="user"&&n.renderUserMessage?n.renderUserMessage({message:r,config:{},streaming:!!r.streaming}):r.role==="assistant"&&n.renderAssistantMessage?n.renderAssistantMessage({message:r,config:{},streaming:!!r.streaming}):qi(r,a,e,t,s,o)};var Ui=new Set,aR=(r,a)=>{let e=Ui.has(r),t=a.querySelector('button[data-expand-header="true"]'),s=a.querySelector(".persona-border-t");if(!t||!s)return;t.setAttribute("aria-expanded",e?"true":"false");let o=t.querySelector(".persona-ml-auto"),n=o==null?void 0:o.querySelector(":scope > .persona-flex.persona-items-center");if(n){n.innerHTML="";let p=ve(e?"chevron-up":"chevron-down",16,"currentColor",2);p?n.appendChild(p):n.textContent=e?"Hide":"Show"}s.style.display=e?"":"none"},VT=r=>{let a=r.reasoning,e=v("div",["vanilla-message-bubble","vanilla-reasoning-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-shadow-sm","persona-overflow-hidden","persona-px-0","persona-py-0"].join(" "));if(e.id=`bubble-${r.id}`,e.setAttribute("data-message-id",r.id),!a)return e;let t=Ui.has(r.id),s=v("button","persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-pointer persona-border-none");s.type="button",s.setAttribute("aria-expanded",t?"true":"false"),s.setAttribute("data-expand-header","true"),s.setAttribute("data-bubble-type","reasoning");let o=v("div","persona-flex persona-flex-col persona-text-left"),n=v("span","persona-text-xs persona-text-persona-primary");n.textContent="Thinking...",o.appendChild(n);let l=v("span","persona-text-xs persona-text-persona-primary");l.textContent=SP(a),o.appendChild(l),a.status==="complete"?n.style.display="none":n.style.display="";let p=v("div","persona-flex persona-items-center"),c=ve(t?"chevron-up":"chevron-down",16,"currentColor",2);c?p.appendChild(c):p.textContent=t?"Hide":"Show";let u=v("div","persona-flex persona-items-center persona-ml-auto");u.append(p),s.append(o,u);let f=v("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-px-4 persona-py-3");f.style.display=t?"":"none";let h=a.chunks.join(""),y=v("div","persona-whitespace-pre-wrap persona-text-xs persona-leading-snug persona-text-persona-muted");return y.textContent=h||(a.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),f.appendChild(y),(()=>{s.setAttribute("aria-expanded",t?"true":"false"),p.innerHTML="";let C=ve(t?"chevron-up":"chevron-down",16,"currentColor",2);C?p.appendChild(C):p.textContent=t?"Hide":"Show",f.style.display=t?"":"none"})(),e.append(s,f),e};var $i=new Set,rR=(r,a,e)=>{var i;let t=$i.has(r),s=(i=e==null?void 0:e.toolCall)!=null?i:{},o=a.querySelector('button[data-expand-header="true"]'),n=a.querySelector(".persona-border-t");if(!o||!n)return;o.setAttribute("aria-expanded",t?"true":"false");let l=o.querySelector(".persona-ml-auto"),p=l==null?void 0:l.querySelector(":scope > .persona-flex.persona-items-center");if(p){p.innerHTML="";let c=s.toggleTextColor||s.headerTextColor||"currentColor",u=ve(t?"chevron-up":"chevron-down",16,c,2);u?p.appendChild(u):p.textContent=t?"Hide":"Show"}n.style.display=t?"":"none"},FT=(r,a)=>{var T;let e=r.toolCall,t=(T=a==null?void 0:a.toolCall)!=null?T:{},s=v("div",["vanilla-message-bubble","vanilla-tool-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-shadow-sm","persona-overflow-hidden","persona-px-0","persona-py-0"].join(" "));if(s.id=`bubble-${r.id}`,s.setAttribute("data-message-id",r.id),t.backgroundColor&&(s.style.backgroundColor=t.backgroundColor),t.borderColor&&(s.style.borderColor=t.borderColor),t.borderWidth&&(s.style.borderWidth=t.borderWidth),t.borderRadius&&(s.style.borderRadius=t.borderRadius),!e)return s;let o=$i.has(r.id),n=v("button","persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-pointer persona-border-none");n.type="button",n.setAttribute("aria-expanded",o?"true":"false"),n.setAttribute("data-expand-header","true"),n.setAttribute("data-bubble-type","tool"),t.headerBackgroundColor&&(n.style.backgroundColor=t.headerBackgroundColor),t.headerPaddingX&&(n.style.paddingLeft=t.headerPaddingX,n.style.paddingRight=t.headerPaddingX),t.headerPaddingY&&(n.style.paddingTop=t.headerPaddingY,n.style.paddingBottom=t.headerPaddingY);let l=v("div","persona-flex persona-flex-col persona-text-left"),p=v("span","persona-text-xs persona-text-persona-primary");t.headerTextColor&&(p.style.color=t.headerTextColor),p.textContent=AP(e),l.appendChild(p);let i=v("div","persona-flex persona-items-center"),c=t.toggleTextColor||t.headerTextColor||"currentColor",u=ve(o?"chevron-up":"chevron-down",16,c,2);u?i.appendChild(u):i.textContent=o?"Hide":"Show";let f=v("div","persona-flex persona-items-center persona-gap-2 persona-ml-auto");f.append(i),n.append(l,f);let h=v("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-space-y-3 persona-px-4 persona-py-3");if(h.style.display=o?"":"none",t.contentBackgroundColor&&(h.style.backgroundColor=t.contentBackgroundColor),t.contentTextColor&&(h.style.color=t.contentTextColor),t.contentPaddingX&&(h.style.paddingLeft=t.contentPaddingX,h.style.paddingRight=t.contentPaddingX),t.contentPaddingY&&(h.style.paddingTop=t.contentPaddingY,h.style.paddingBottom=t.contentPaddingY),e.name){let b=v("div","persona-text-xs persona-text-persona-muted persona-italic");t.contentTextColor?b.style.color=t.contentTextColor:t.headerTextColor&&(b.style.color=t.headerTextColor),b.textContent=e.name,h.appendChild(b)}if(e.args!==void 0){let b=v("div","persona-space-y-1"),C=v("div","persona-text-xs persona-text-persona-muted");t.labelTextColor&&(C.style.color=t.labelTextColor),C.textContent="Arguments";let g=v("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");g.style.fontSize="0.75rem",g.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(g.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(g.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(g.style.color=t.codeBlockTextColor),g.textContent=vd(e.args),b.append(C,g),h.appendChild(b)}if(e.chunks&&e.chunks.length){let b=v("div","persona-space-y-1"),C=v("div","persona-text-xs persona-text-persona-muted");t.labelTextColor&&(C.style.color=t.labelTextColor),C.textContent="Activity";let g=v("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");g.style.fontSize="0.75rem",g.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(g.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(g.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(g.style.color=t.codeBlockTextColor),g.textContent=e.chunks.join(`
66
- `),b.append(C,g),h.appendChild(b)}if(e.status==="complete"&&e.result!==void 0){let b=v("div","persona-space-y-1"),C=v("div","persona-text-xs persona-text-persona-muted");t.labelTextColor&&(C.style.color=t.labelTextColor),C.textContent="Result";let g=v("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");g.style.fontSize="0.75rem",g.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(g.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(g.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(g.style.color=t.codeBlockTextColor),g.textContent=vd(e.result),b.append(C,g),h.appendChild(b)}if(e.status==="complete"&&typeof e.duration=="number"){let b=v("div","persona-text-xs persona-text-persona-muted");t.contentTextColor&&(b.style.color=t.contentTextColor),b.textContent=`Duration: ${e.duration}ms`,h.appendChild(b)}return(()=>{n.setAttribute("aria-expanded",o?"true":"false"),i.innerHTML="";let b=t.toggleTextColor||t.headerTextColor||"currentColor",C=ve(o?"chevron-up":"chevron-down",16,b,2);C?i.appendChild(C):i.textContent=o?"Hide":"Show",h.style.display=o?"":"none"})(),s.append(n,h),s};var WT=(r,a)=>{var T,b,C,g,L,m,M,k,w,I,N,_;let e=r.approval,t=(a==null?void 0:a.approval)!==!1?a==null?void 0:a.approval:void 0,s=(e==null?void 0:e.status)==="pending",o=v("div",["persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-border","persona-shadow-sm","persona-overflow-hidden"].join(" "));if(o.id=`bubble-${r.id}`,o.setAttribute("data-message-id",r.id),o.style.backgroundColor=(T=t==null?void 0:t.backgroundColor)!=null?T:"var(--persona-approval-bg, #fefce8)",o.style.borderColor=(b=t==null?void 0:t.borderColor)!=null?b:"var(--persona-approval-border, #fef08a)",!e)return o;let n=v("div","persona-flex persona-items-start persona-gap-3 persona-px-4 persona-py-3"),l=v("div","persona-flex-shrink-0 persona-mt-0.5");l.setAttribute("data-approval-icon","true");let p=e.status==="denied"?"shield-x":e.status==="timeout"?"shield-alert":"shield-check",i=e.status==="approved"?"var(--persona-feedback-success, #16a34a)":e.status==="denied"?"var(--persona-feedback-error, #dc2626)":e.status==="timeout"?"var(--persona-feedback-warning, #ca8a04)":(C=t==null?void 0:t.titleColor)!=null?C:"currentColor",c=ve(p,20,i,2);c&&l.appendChild(c);let u=v("div","persona-flex-1 persona-min-w-0"),f=v("div","persona-flex persona-items-center persona-gap-2"),h=v("span","persona-text-sm persona-font-medium persona-text-persona-primary");if(t!=null&&t.titleColor&&(h.style.color=t.titleColor),h.textContent=(g=t==null?void 0:t.title)!=null?g:"Approval Required",f.appendChild(h),!s){let R=v("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded-full persona-text-xs persona-font-medium");R.setAttribute("data-approval-status",e.status),e.status==="approved"?(R.style.backgroundColor="var(--persona-palette-colors-success-100, #dcfce7)",R.style.color="var(--persona-palette-colors-success-700, #15803d)",R.textContent="Approved"):e.status==="denied"?(R.style.backgroundColor="var(--persona-palette-colors-error-100, #fee2e2)",R.style.color="var(--persona-palette-colors-error-700, #b91c1c)",R.textContent="Denied"):e.status==="timeout"&&(R.style.backgroundColor="var(--persona-palette-colors-warning-100, #fef3c7)",R.style.color="var(--persona-palette-colors-warning-700, #b45309)",R.textContent="Timeout"),f.appendChild(R)}u.appendChild(f);let y=v("p","persona-text-sm persona-mt-0.5 persona-text-persona-muted");if(t!=null&&t.descriptionColor&&(y.style.color=t.descriptionColor),y.textContent=e.description,u.appendChild(y),e.parameters){let R=v("pre","persona-mt-2 persona-text-xs persona-p-2 persona-rounded persona-overflow-x-auto persona-max-h-32 persona-bg-persona-container persona-text-persona-primary");t!=null&&t.parameterBackgroundColor&&(R.style.backgroundColor=t.parameterBackgroundColor),t!=null&&t.parameterTextColor&&(R.style.color=t.parameterTextColor),R.style.fontSize="0.75rem",R.style.lineHeight="1rem",R.textContent=vd(e.parameters),u.appendChild(R)}if(s){let R=v("div","persona-flex persona-gap-2 persona-mt-2");R.setAttribute("data-approval-buttons","true");let Y=v("button","persona-inline-flex persona-items-center persona-px-3 persona-py-1.5 persona-rounded-md persona-text-xs persona-font-medium persona-border-none persona-cursor-pointer");Y.type="button",Y.style.backgroundColor=(L=t==null?void 0:t.approveButtonColor)!=null?L:"var(--persona-approval-approve-bg, #22c55e)",Y.style.color=(m=t==null?void 0:t.approveButtonTextColor)!=null?m:"#ffffff",Y.setAttribute("data-approval-action","approve");let Ce=ve("shield-check",14,(M=t==null?void 0:t.approveButtonTextColor)!=null?M:"#ffffff",2);Ce&&(Ce.style.marginRight="4px",Y.appendChild(Ce));let ee=document.createTextNode((k=t==null?void 0:t.approveLabel)!=null?k:"Approve");Y.appendChild(ee);let Ee=v("button","persona-inline-flex persona-items-center persona-px-3 persona-py-1.5 persona-rounded-md persona-text-xs persona-font-medium persona-cursor-pointer");Ee.type="button",Ee.style.backgroundColor=(w=t==null?void 0:t.denyButtonColor)!=null?w:"transparent",Ee.style.color=(I=t==null?void 0:t.denyButtonTextColor)!=null?I:"var(--persona-feedback-error, #dc2626)",Ee.style.border=`1px solid ${t!=null&&t.denyButtonTextColor?t.denyButtonTextColor:"var(--persona-palette-colors-error-200, #fca5a5)"}`,Ee.setAttribute("data-approval-action","deny");let Fe=ve("shield-x",14,(N=t==null?void 0:t.denyButtonTextColor)!=null?N:"var(--persona-feedback-error, #dc2626)",2);Fe&&(Fe.style.marginRight="4px",Ee.appendChild(Fe));let me=document.createTextNode((_=t==null?void 0:t.denyLabel)!=null?_:"Deny");Ee.appendChild(me),R.append(Y,Ee),u.appendChild(R)}return n.append(l,u),o.appendChild(n),o};var oR=r=>{let a=[];return{buttons:a,render:(t,s,o,n,l)=>{if(r.innerHTML="",a.length=0,!t||!t.length||(n!=null?n:s?s.getMessages():[]).some(h=>h.role==="user"))return;let c=document.createDocumentFragment(),u=s?s.isStreaming():!1,f=h=>{switch(h){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};t.forEach(h=>{let y=v("button","persona-rounded-button persona-bg-persona-surface persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium persona-text-persona-primary hover:persona-opacity-80 persona-cursor-pointer persona-border persona-border-persona-border");y.type="button",y.textContent=h,y.disabled=u,l!=null&&l.fontFamily&&(y.style.fontFamily=f(l.fontFamily)),l!=null&&l.fontWeight&&(y.style.fontWeight=l.fontWeight),l!=null&&l.paddingX&&(y.style.paddingLeft=l.paddingX,y.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(y.style.paddingTop=l.paddingY,y.style.paddingBottom=l.paddingY),y.addEventListener("click",()=>{!s||s.isStreaming()||(o.value="",s.sendMessage(h))}),c.appendChild(y),a.push(y)}),r.appendChild(c)}}};var Id=class{constructor(a=2e3,e=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=a,this.buffer=new Array(a),this.store=e}push(a){var e;this.buffer[this.head]=a,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.totalCaptured++,this.eventTypesSet.add(a.type),(e=this.store)==null||e.put(a)}getAll(){return this.count===0?[]:this.count<this.maxSize?this.buffer.slice(0,this.count):[...this.buffer.slice(this.head,this.maxSize),...this.buffer.slice(0,this.head)]}async restore(){if(!this.store)return 0;let a=await this.store.getAll();if(a.length===0)return 0;let e=a.length>this.maxSize?a.slice(a.length-this.maxSize):a;for(let t of e)this.buffer[this.head]=t,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.eventTypesSet.add(t.type);return this.totalCaptured=a.length,e.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(a){let e=this.getAll();return a>=e.length?e:e.slice(e.length-a)}getSize(){return this.count}getTotalCaptured(){return this.totalCaptured}getEvictedCount(){return this.totalCaptured-this.count}clear(){var a;this.buffer=new Array(this.maxSize),this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(a=this.store)==null||a.clear()}destroy(){var a;this.buffer=[],this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(a=this.store)==null||a.destroy()}getEventTypes(){return Array.from(this.eventTypesSet)}};var Bd=class{constructor(a="persona-event-stream",e="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=a,this.storeName=e}open(){return new Promise((a,e)=>{try{let t=indexedDB.open(this.dbName,1);t.onupgradeneeded=()=>{let s=t.result;s.objectStoreNames.contains(this.storeName)||s.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},t.onsuccess=()=>{this.db=t.result,a()},t.onerror=()=>{e(t.error)}}catch(t){e(t)}})}put(a){!this.db||this.isDestroyed||(this.pendingWrites.push(a),this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>this.flushWrites())))}putBatch(a){if(!(!this.db||this.isDestroyed||a.length===0))try{let t=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of a)t.put(s)}catch{}}getAll(){return new Promise((a,e)=>{if(!this.db){a([]);return}try{let n=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).index("timestamp").getAll();n.onsuccess=()=>{a(n.result)},n.onerror=()=>{e(n.error)}}catch(t){e(t)}})}getCount(){return new Promise((a,e)=>{if(!this.db){a(0);return}try{let o=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).count();o.onsuccess=()=>{a(o.result)},o.onerror=()=>{e(o.error)}}catch(t){e(t)}})}clear(){return new Promise((a,e)=>{if(!this.db){a();return}this.pendingWrites=[];try{let o=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName).clear();o.onsuccess=()=>{a()},o.onerror=()=>{e(o.error)}}catch(t){e(t)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((a,e)=>{try{let t=indexedDB.deleteDatabase(this.dbName);t.onsuccess=()=>{a()},t.onerror=()=>{e(t.error)}}catch(t){e(t)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let a=this.pendingWrites;this.pendingWrites=[];try{let t=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of a)t.put(s)}catch{}}};function ji(r,a){a&&a.split(/\s+/).forEach(e=>e&&r.classList.add(e))}var eD={flow_:{bg:"var(--persona-palette-colors-success-100, #dcfce7)",text:"var(--persona-palette-colors-success-700, #166534)"},step_:{bg:"var(--persona-palette-colors-primary-100, #f5f5f5)",text:"var(--persona-palette-colors-primary-700, #0a0a0a)"},reason_:{bg:"var(--persona-palette-colors-warning-100, #ffedd5)",text:"var(--persona-palette-colors-warning-700, #9a3412)"},tool_:{bg:"var(--persona-palette-colors-purple-100, #f3e8ff)",text:"var(--persona-palette-colors-purple-700, #6b21a8)"},agent_:{bg:"var(--persona-palette-colors-teal-100, #ccfbf1)",text:"var(--persona-palette-colors-teal-700, #115e59)"},error:{bg:"var(--persona-palette-colors-error-100, #fecaca)",text:"var(--persona-palette-colors-error-700, #991b1b)"}},tD={bg:"var(--persona-palette-colors-gray-100, #f3f4f6)",text:"var(--persona-palette-colors-gray-600, #4b5563)"},aD=["flowName","stepName","reasoningText","text","name","tool","toolName"],rD=100;function oD(r,a){let e={...eD,...a};if(e[r])return e[r];for(let t of Object.keys(e))if(t.endsWith("_")&&r.startsWith(t))return e[t];return tD}function sD(r,a){return`+${((r-a)/1e3).toFixed(3)}s`}function nD(r){let a=new Date(r),e=String(a.getHours()).padStart(2,"0"),t=String(a.getMinutes()).padStart(2,"0"),s=String(a.getSeconds()).padStart(2,"0"),o=String(a.getMilliseconds()).padStart(3,"0");return`${e}:${t}:${s}.${o}`}function lD(r,a){try{let e=JSON.parse(r);if(typeof e!="object"||e===null)return null;for(let t of a){let s=t.split("."),o=e;for(let n of s)if(o&&typeof o=="object"&&o!==null)o=o[n];else{o=void 0;break}if(typeof o=="string"&&o.trim())return o.trim()}}catch{}return null}function iD(r){var a;return(a=navigator.clipboard)!=null&&a.writeText?navigator.clipboard.writeText(r):new Promise(e=>{let t=document.createElement("textarea");t.value=r,t.style.position="fixed",t.style.opacity="0",document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),e()})}function dD(r){let a;try{a=JSON.parse(r.payload)}catch{a=r.payload}return JSON.stringify({type:r.type,timestamp:new Date(r.timestamp).toISOString(),payload:a},null,2)}function pD(r,a,e){let t,s;try{s=JSON.parse(r.payload),t=JSON.stringify(s,null,2)}catch{s=r.payload,t=r.payload}let o=a.find(l=>l.renderEventStreamPayload);if(o!=null&&o.renderEventStreamPayload&&e){let l=o.renderEventStreamPayload({event:r,config:e,defaultRenderer:()=>n(),parsedPayload:s});if(l)return l}return n();function n(){let l=v("div","persona-bg-persona-container persona-border-t persona-border-persona-divider persona-px-3 persona-py-2 persona-ml-4 persona-mr-3 persona-mb-1 persona-rounded-b persona-overflow-auto persona-max-h-[300px]"),p=v("pre","persona-m-0 persona-whitespace-pre-wrap persona-break-all persona-text-[11px] persona-text-persona-secondary persona-font-mono");return p.textContent=t,l.appendChild(p),l}}function OT(r,a,e,t,s,o,n,l){var f;let p=s.has(r.id),i=v("div","persona-border-b persona-border-persona-divider persona-text-xs");ji(i,(f=t.classNames)==null?void 0:f.eventRow);let c=n.find(h=>h.renderEventStreamRow);if(c!=null&&c.renderEventStreamRow&&l){let h=c.renderEventStreamRow({event:r,index:a,config:l,defaultRenderer:()=>u(),isExpanded:p,onToggleExpand:()=>o(r.id)});if(h)return i.appendChild(h),i}return i.appendChild(u()),i;function u(){var Y,Ce;let h=v("div",""),y=v("div","persona-flex persona-items-center persona-gap-2 persona-px-3 persona-py-3 hover:persona-bg-persona-container persona-cursor-pointer persona-group");y.setAttribute("data-event-id",r.id);let T=v("span","persona-flex-shrink-0 persona-text-persona-muted persona-w-4 persona-text-center persona-flex persona-items-center persona-justify-center"),b=ve(p?"chevron-down":"chevron-right","14px","currentColor",2);b&&T.appendChild(b);let C=v("span","persona-text-[11px] persona-text-persona-muted persona-whitespace-nowrap persona-flex-shrink-0 persona-font-mono persona-w-[70px]"),g=(Y=t.timestampFormat)!=null?Y:"relative";C.textContent=g==="relative"?sD(r.timestamp,e):nD(r.timestamp);let L=null;t.showSequenceNumbers!==!1&&(L=v("span","persona-text-[11px] persona-text-persona-muted persona-font-mono persona-flex-shrink-0 persona-w-[28px] persona-text-right"),L.textContent=String(a+1));let m=oD(r.type,t.badgeColors),M=v("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded persona-text-[11px] persona-font-mono persona-font-medium persona-whitespace-nowrap persona-flex-shrink-0 persona-border");M.style.backgroundColor=m.bg,M.style.color=m.text,M.style.borderColor=m.text+"50",M.textContent=r.type;let k=(Ce=t.descriptionFields)!=null?Ce:aD,w=lD(r.payload,k),I=null;w&&(I=v("span","persona-text-[11px] persona-text-persona-secondary persona-truncate persona-min-w-0"),I.textContent=w);let N=v("div","persona-flex-1 persona-min-w-0"),_=v("button","persona-text-persona-muted hover:persona-text-persona-primary persona-cursor-pointer persona-flex-shrink-0 persona-border-none persona-bg-transparent persona-p-0"),R=ve("clipboard","12px","currentColor",1.5);return R&&_.appendChild(R),_.addEventListener("click",async ee=>{ee.stopPropagation(),await iD(dD(r)),_.innerHTML="";let Ee=ve("check","12px","currentColor",1.5);Ee&&_.appendChild(Ee),setTimeout(()=>{_.innerHTML="";let Fe=ve("clipboard","12px","currentColor",1.5);Fe&&_.appendChild(Fe)},1500)}),y.appendChild(T),y.appendChild(C),L&&y.appendChild(L),y.appendChild(M),I&&y.appendChild(I),y.appendChild(N),y.appendChild(_),h.appendChild(y),p&&h.appendChild(pD(r,n,l)),h}}function sR(r){var h,y,T,b,C;let{buffer:a,getFullHistory:e,onClose:t,config:s,plugins:o=[]}=r,n=(h=s==null?void 0:s.features)==null?void 0:h.scrollToBottom,l=(n==null?void 0:n.enabled)!==!1,p=(y=n==null?void 0:n.iconName)!=null?y:"arrow-down",i=(T=n==null?void 0:n.label)!=null?T:"",c=(C=(b=s==null?void 0:s.features)==null?void 0:b.eventStream)!=null?C:{},u=o.find(g=>g.renderEventStreamView);if(u!=null&&u.renderEventStreamView&&s){let g=u.renderEventStreamView({config:s,events:a.getAll(),defaultRenderer:()=>f().element,onClose:t});if(g)return{element:g,update:()=>{},destroy:()=>{}}}return f();function f(){let g=c.classNames,L=v("div","persona-event-stream-view persona-flex persona-flex-col persona-flex-1 persona-min-h-0");ji(L,g==null?void 0:g.panel);let m=[],M="",k="",w=null,I=[],N={},_=0,R=Tk(),Y=0,Ce=0,ee=!1,Ee=null,Fe=!1,me=0,Me=new Set,He=new Map,Q="",te="",xe=null,we,We,he,Be,lt;function yt(){let se=v("div","persona-flex persona-flex-col persona-flex-shrink-0"),ge=v("div","persona-flex persona-items-center persona-gap-2 persona-px-4 persona-py-3 persona-pb-0 persona-border-persona-divider persona-bg-persona-surface persona-overflow-hidden");ji(ge,g==null?void 0:g.headerBar);let Ne=v("span","persona-text-sm persona-font-medium persona-text-persona-primary persona-whitespace-nowrap");Ne.textContent="Events",we=v("span","persona-text-[11px] persona-font-mono persona-bg-persona-container persona-text-persona-muted persona-px-2 persona-py-0.5 persona-rounded persona-border persona-border-persona-border"),we.textContent="0";let mt=v("div","persona-flex-1");We=v("select","persona-text-xs persona-bg-persona-surface persona-border persona-border-persona-border persona-rounded persona-px-2.5 persona-py-1 persona-text-persona-primary persona-cursor-pointer");let Nt=v("option","");Nt.value="",Nt.textContent="All events",We.appendChild(Nt),he=v("button","persona-inline-flex persona-items-center persona-gap-1.5 persona-rounded persona-text-xs persona-text-persona-muted hover:persona-bg-persona-container hover:persona-text-persona-primary persona-cursor-pointer persona-border persona-border-persona-border persona-bg-persona-surface persona-flex-shrink-0 persona-px-2.5 persona-py-1"),he.type="button",he.title="Copy All";let Ft=ve("clipboard-copy","12px","currentColor",1.5);Ft&&he.appendChild(Ft);let vt=v("span","persona-text-xs");vt.textContent="Copy All",he.appendChild(vt),ge.appendChild(Ne),ge.appendChild(we),ge.appendChild(mt),ge.appendChild(We),ge.appendChild(he);let et=v("div","persona-relative persona-px-4 persona-py-2.5 persona-border-b persona-border-persona-divider persona-bg-persona-surface");ji(et,g==null?void 0:g.searchBar);let Ve=ve("search","14px","var(--persona-muted, #9ca3af)",1.5),Oe=v("span","persona-absolute persona-left-6 persona-top-1/2 persona--translate-y-1/2 persona-pointer-events-none persona-flex persona-items-center");Ve&&Oe.appendChild(Ve),Be=v("input","persona-text-sm persona-bg-persona-surface persona-border persona-border-persona-border persona-rounded-md persona-pl-8 persona-pr-3 persona-py-1 persona-w-full persona-text-persona-primary"),ji(Be,g==null?void 0:g.searchInput),Be.type="text",Be.placeholder="Search event payloads...",lt=v("button","persona-absolute persona-right-5 persona-top-1/2 persona--translate-y-1/2 persona-text-persona-muted hover:persona-text-persona-primary persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-0 persona-leading-none"),lt.type="button",lt.style.display="none";let Zt=ve("x","12px","currentColor",2);return Zt&&lt.appendChild(Zt),et.appendChild(Oe),et.appendChild(Be),et.appendChild(lt),se.appendChild(ge),se.appendChild(et),se}let G,K=o.find(se=>se.renderEventStreamToolbar);if(K!=null&&K.renderEventStreamToolbar&&s){let se=K.renderEventStreamToolbar({config:s,defaultRenderer:()=>yt(),eventCount:a.getSize(),filteredCount:0,onFilterChange:ge=>{M=ge,Xt(),De()},onSearchChange:ge=>{k=ge,Xt(),De()}});G=se!=null?se:yt()}else G=yt();let de=v("div","persona-text-xs persona-text-persona-muted persona-text-center persona-py-0.5 persona-px-4 persona-bg-persona-container persona-border-b persona-border-persona-divider persona-italic persona-flex-shrink-0");de.style.display="none";let j=v("div","persona-flex-1 persona-min-h-0 persona-relative"),$=v("div","persona-event-stream-list persona-overflow-y-auto persona-min-h-0");$.style.height="100%";let ne=v("div","persona-scroll-to-bottom-indicator persona-absolute persona-bottom-3 persona-left-1/2 persona-transform persona--translate-x-1/2 persona-cursor-pointer persona-z-10 persona-text-xs");ji(ne,g==null?void 0:g.scrollIndicator),ne.style.display="none",ne.setAttribute("data-persona-scroll-to-bottom-has-label",i?"true":"false");let Qe=ve(p,"14px","currentColor",2);Qe&&ne.appendChild(Qe);let ae=v("span","");ae.textContent=i,ne.appendChild(ae);let oe=v("div","persona-flex persona-items-center persona-justify-center persona-h-full persona-text-sm persona-text-persona-muted");oe.style.display="none",j.appendChild($),j.appendChild(oe),j.appendChild(ne),L.setAttribute("tabindex","0"),L.appendChild(G),L.appendChild(de),L.appendChild(j);function wt(){let se=a.getAll(),ge={};for(let vt of se)ge[vt.type]=(ge[vt.type]||0)+1;let Ne=Object.keys(ge).sort(),mt=Ne.length!==I.length||!Ne.every((vt,et)=>vt===I[et]),Nt=!mt&&Ne.some(vt=>ge[vt]!==N[vt]),xt=se.length!==Object.values(N).reduce((vt,et)=>vt+et,0);if(!mt&&!Nt&&!xt||(I=Ne,N=ge,!We))return;let Ft=We.value;if(We.options[0].textContent="All events",mt){for(;We.options.length>1;)We.remove(1);for(let vt of Ne){let et=v("option","");et.value=vt,et.textContent=`${vt} (${ge[vt]||0})`,We.appendChild(et)}Ft&&Ne.includes(Ft)?We.value=Ft:Ft&&(We.value="",M="")}else for(let vt=1;vt<We.options.length;vt++){let et=We.options[vt];et.textContent=`${et.value} (${ge[et.value]||0})`}}function it(){let se=a.getAll();if(M&&(se=se.filter(ge=>ge.type===M)),k){let ge=k.toLowerCase();se=se.filter(Ne=>Ne.type.toLowerCase().includes(ge)||Ne.payload.toLowerCase().includes(ge))}return se}function Rt(){return M!==""||k!==""}function Xt(){_=0,Y=0,R.resume(),ne.style.display="none"}function _e(se){Me.has(se)?Me.delete(se):Me.add(se),xe=se;let ge=$.scrollTop,Ne=R.isFollowing();Fe=!0,R.pause(),De(),$.scrollTop=ge,Ne&&R.resume(),Fe=!1}function pe(){return Ld($,50)}function De(){Ce=Date.now(),ee=!1,wt();let se=a.getEvictedCount();se>0?(de.textContent=`${se.toLocaleString()} older events truncated`,de.style.display=""):de.style.display="none",m=it();let ge=m.length,Ne=a.getSize()>0;we&&(we.textContent=String(a.getSize())),ge===0&&Ne&&Rt()?(oe.textContent=k?`No events matching '${k}'`:"No events matching filter",oe.style.display="",$.style.display="none"):(oe.style.display="none",$.style.display=""),he&&(he.title=Rt()?`Copy Filtered (${ge})`:"Copy All"),l&&!R.isFollowing()&&ge>_&&(Y+=ge-_,ae.textContent=i?`${i}${Y>0?` (${Y})`:""}`:"",ne.style.display=""),_=ge;let mt=a.getAll(),Nt=mt.length>0?mt[0].timestamp:0,xt=new Set(m.map(et=>et.id));for(let et of Me)xt.has(et)||Me.delete(et);let Ft=M!==Q||k!==te,vt=He.size===0&&m.length>0;if(Ft||vt||m.length===0){$.innerHTML="",He.clear();let et=document.createDocumentFragment();for(let Ve=0;Ve<m.length;Ve++){let Oe=OT(m[Ve],Ve,Nt,c,Me,_e,o,s);He.set(m[Ve].id,Oe),et.appendChild(Oe)}$.appendChild(et),Q=M,te=k,xe=null}else{if(xe!==null){let Ve=He.get(xe);if(Ve&&Ve.parentNode===$){let Oe=m.findIndex(Zt=>Zt.id===xe);if(Oe>=0){let Zt=OT(m[Oe],Oe,Nt,c,Me,_e,o,s);$.insertBefore(Zt,Ve),Ve.remove(),He.set(xe,Zt)}}xe=null}let et=new Set(m.map(Ve=>Ve.id));for(let[Ve,Oe]of He)et.has(Ve)||(Oe.remove(),He.delete(Ve));for(let Ve=0;Ve<m.length;Ve++){let Oe=m[Ve];if(!He.has(Oe.id)){let Zt=OT(Oe,Ve,Nt,c,Me,_e,o,s);He.set(Oe.id,Zt),$.appendChild(Zt)}}}R.isFollowing()&&($.scrollTop=$.scrollHeight)}function Tt(){if(Date.now()-Ce>=rD){Ee!==null&&(cancelAnimationFrame(Ee),Ee=null),De();return}ee||(ee=!0,Ee=requestAnimationFrame(()=>{Ee=null,De()}))}let At=(se,ge)=>{if(!he)return;he.innerHTML="";let Ne=ve(se,"12px","currentColor",1.5);Ne&&he.appendChild(Ne);let mt=v("span","persona-text-xs");mt.textContent="Copy All",he.appendChild(mt),setTimeout(()=>{he.innerHTML="";let Nt=ve("clipboard-copy","12px","currentColor",1.5);Nt&&he.appendChild(Nt);let xt=v("span","persona-text-xs");xt.textContent="Copy All",he.appendChild(xt),he.disabled=!1},ge)},qe=async()=>{if(he){he.disabled=!0;try{let se;Rt()?se=m:e?(se=await e(),se.length===0&&(se=a.getAll())):se=a.getAll();let ge=se.map(Ne=>{try{return JSON.parse(Ne.payload)}catch{return Ne.payload}});await navigator.clipboard.writeText(JSON.stringify(ge,null,2)),At("check",1500)}catch{At("x",1500)}}},rt=()=>{We&&(M=We.value,Xt(),De())},la=()=>{!Be||!lt||(lt.style.display=Be.value?"":"none",w&&clearTimeout(w),w=setTimeout(()=>{k=Be.value,Xt(),De()},150))},ea=()=>{!Be||!lt||(Be.value="",k="",lt.style.display="none",w&&clearTimeout(w),Xt(),De())},ta=()=>{if(Fe)return;let se=$.scrollTop,{action:ge,nextLastScrollTop:Ne}=Lk({following:R.isFollowing(),currentScrollTop:se,lastScrollTop:me,nearBottom:pe(),userScrollThreshold:1,resumeRequiresDownwardScroll:!0});me=Ne,ge==="resume"?(R.resume(),Y=0,ne.style.display="none"):ge==="pause"&&(R.pause(),l&&(ae.textContent=i,ne.style.display=""))},q=se=>{let ge=Ek({following:R.isFollowing(),deltaY:se.deltaY,nearBottom:pe(),resumeWhenNearBottom:!0});ge==="pause"?(R.pause(),l&&(ae.textContent=i,ne.style.display="")):ge==="resume"&&(R.resume(),Y=0,ne.style.display="none")},Pe=()=>{l&&($.scrollTop=$.scrollHeight,R.resume(),Y=0,ne.style.display="none")},ue=se=>{let ge=se.target;if(!ge||ge.closest("button"))return;let Ne=ge.closest("[data-event-id]");if(!Ne)return;let mt=Ne.getAttribute("data-event-id");mt&&_e(mt)},Xe=se=>{if((se.metaKey||se.ctrlKey)&&se.key==="f"){se.preventDefault(),Be==null||Be.focus(),Be==null||Be.select();return}se.key==="Escape"&&(Be&&document.activeElement===Be?(ea(),Be.blur(),L.focus()):t&&t())};he&&he.addEventListener("click",qe),We&&We.addEventListener("change",rt),Be&&Be.addEventListener("input",la),lt&&lt.addEventListener("click",ea),$.addEventListener("scroll",ta),$.addEventListener("wheel",q,{passive:!0}),$.addEventListener("click",ue),ne.addEventListener("click",Pe),L.addEventListener("keydown",Xe);function Ie(){w&&clearTimeout(w),Ee!==null&&(cancelAnimationFrame(Ee),Ee=null),ee=!1,He.clear(),he&&he.removeEventListener("click",qe),We&&We.removeEventListener("change",rt),Be&&Be.removeEventListener("input",la),lt&&lt.removeEventListener("click",ea),$.removeEventListener("scroll",ta),$.removeEventListener("wheel",q),$.removeEventListener("click",ue),ne.removeEventListener("click",Pe),L.removeEventListener("keydown",Xe)}return{element:L,update:Tt,destroy:Ie}}}function nR(r,a){let e=typeof r.title=="string"&&r.title?r.title:"Untitled artifact",t=typeof r.artifactId=="string"?r.artifactId:"",s=r.status==="streaming"?"streaming":"complete",n=(typeof r.artifactType=="string"?r.artifactType:"markdown")==="component"?"Component":"Document",l=document.createElement("div");l.className="persona-flex persona-w-full persona-max-w-full persona-items-center persona-gap-3 persona-rounded-xl persona-px-4 persona-py-3",l.style.border="1px solid var(--persona-border, #e5e7eb)",l.style.backgroundColor="var(--persona-surface, #ffffff)",l.style.cursor="pointer",l.tabIndex=0,l.setAttribute("role","button"),l.setAttribute("aria-label",`Open ${e} in artifact panel`),t&&l.setAttribute("data-open-artifact",t);let p=document.createElement("div");p.className="persona-flex persona-h-10 persona-w-10 persona-flex-shrink-0 persona-items-center persona-justify-center persona-rounded-lg",p.style.border="1px solid var(--persona-border, #e5e7eb)",p.style.color="var(--persona-muted, #9ca3af)",p.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"/><polyline points="14 2 14 8 20 8"/></svg>';let i=document.createElement("div");i.className="persona-min-w-0 persona-flex-1 persona-flex persona-flex-col persona-gap-0.5";let c=document.createElement("div");c.className="persona-truncate persona-text-sm persona-font-medium",c.style.color="var(--persona-text, #1f2937)",c.textContent=e;let u=document.createElement("div");if(u.className="persona-text-xs persona-flex persona-items-center persona-gap-1.5",u.style.color="var(--persona-muted, #9ca3af)",s==="streaming"){let f=document.createElement("span");f.className="persona-inline-block persona-w-1.5 persona-h-1.5 persona-rounded-full",f.style.backgroundColor="var(--persona-primary, #171717)",f.style.animation="persona-pulse 1.5s ease-in-out infinite",u.appendChild(f);let h=document.createElement("span");h.textContent=`Generating ${n.toLowerCase()}...`,u.appendChild(h)}else u.textContent=n;if(i.append(c,u),l.append(p,i),s==="complete"){let f=document.createElement("button");f.type="button",f.textContent="Download",f.title=`Download ${e}`,f.className="persona-flex-shrink-0 persona-rounded-md persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium",f.style.border="1px solid var(--persona-border, #e5e7eb)",f.style.color="var(--persona-text, #1f2937)",f.style.backgroundColor="transparent",f.style.cursor="pointer",f.setAttribute("data-download-artifact",t),l.append(f)}return l}var lR=(r,a)=>{var t,s,o;let e=(o=(s=(t=a==null?void 0:a.config)==null?void 0:t.features)==null?void 0:s.artifacts)==null?void 0:o.renderCard;if(e){let n=typeof r.title=="string"&&r.title?r.title:"Untitled artifact",l=typeof r.artifactId=="string"?r.artifactId:"",p=r.status==="streaming"?"streaming":"complete",i=typeof r.artifactType=="string"?r.artifactType:"markdown",c=e({artifact:{artifactId:l,title:n,artifactType:i,status:p},config:a.config,defaultRenderer:()=>nR(r,a)});if(c)return c}return nR(r,a)};var NT=class{constructor(){this.components=new Map}register(a,e){this.components.has(a)&&console.warn(`[ComponentRegistry] Component "${a}" is already registered. Overwriting.`),this.components.set(a,e)}unregister(a){this.components.delete(a)}get(a){return this.components.get(a)}has(a){return this.components.has(a)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(a){Object.entries(a).forEach(([e,t])=>{this.register(e,t)})}},Er=new NT;Er.register("PersonaArtifactCard",lR);function cD(r){var s;let a=v("div","persona-rounded-lg persona-border persona-border-persona-border persona-p-3 persona-text-persona-primary"),e=v("div","persona-font-semibold persona-text-sm persona-mb-2");e.textContent=r.component?`Component: ${r.component}`:"Component";let t=v("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-overflow-x-auto");return t.textContent=JSON.stringify((s=r.props)!=null?s:{},null,2),a.appendChild(e),a.appendChild(t),a}function iR(r,a){var he,Be,lt,yt;let e=(Be=(he=r.features)==null?void 0:he.artifacts)==null?void 0:Be.layout,s=((lt=e==null?void 0:e.toolbarPreset)!=null?lt:"default")==="document",o=(yt=e==null?void 0:e.panePadding)==null?void 0:yt.trim(),n=r.markdown?lo(r.markdown):null,l=Ho(r.sanitize),p=G=>{let K=n?n(G):Eo(G);return l?l(K):K},i=typeof document!="undefined"?v("div","persona-artifact-backdrop persona-fixed persona-inset-0 persona-z-[55] persona-bg-black/30 persona-hidden md:persona-hidden"):null,c=()=>{i==null||i.classList.add("persona-hidden"),u.classList.remove("persona-artifact-drawer-open"),R==null||R.hide()};i&&i.addEventListener("click",()=>{var G;c(),(G=a.onDismiss)==null||G.call(a)});let u=v("aside","persona-artifact-pane persona-flex persona-flex-col persona-min-h-0 persona-min-w-0 persona-bg-persona-surface persona-text-persona-primary persona-border-l persona-border-persona-border");u.setAttribute("data-persona-theme-zone","artifact-pane"),s&&u.classList.add("persona-artifact-pane-document");let f=v("div","persona-artifact-toolbar persona-flex persona-items-center persona-justify-between persona-gap-2 persona-px-2 persona-py-2 persona-border-b persona-border-persona-border persona-shrink-0");f.setAttribute("data-persona-theme-zone","artifact-toolbar"),s&&f.classList.add("persona-artifact-toolbar-document");let h=v("span","persona-text-xs persona-font-medium persona-truncate");h.textContent="Artifacts";let y=v("button","persona-rounded-md persona-border persona-border-persona-border persona-px-2 persona-py-1 persona-text-xs persona-bg-persona-surface");y.type="button",y.textContent="Close",y.setAttribute("aria-label","Close artifacts panel"),y.addEventListener("click",()=>{var G;c(),(G=a.onDismiss)==null||G.call(a)});let T="rendered",b=v("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0 persona-artifact-toggle-group"),C=s?_t({icon:"eye",label:"Rendered view",className:"persona-artifact-doc-icon-btn persona-artifact-view-btn"}):_t({icon:"eye",label:"Rendered view"}),g=s?_t({icon:"code-2",label:"Source",className:"persona-artifact-doc-icon-btn persona-artifact-code-btn"}):_t({icon:"code-2",label:"Source"}),L=v("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0"),m=(e==null?void 0:e.documentToolbarShowCopyLabel)===!0,M=(e==null?void 0:e.documentToolbarShowCopyChevron)===!0,k=e==null?void 0:e.documentToolbarCopyMenuItems,w=!!(M&&k&&k.length>0),I=null,N,_=null,R=null;if(s&&(m||M)&&!w){if(N=m?Pd({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):_t({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),M){let G=ve("chevron-down",14,"currentColor",2);G&&N.appendChild(G)}}else s&&w?(I=v("div","persona-relative persona-inline-flex persona-items-center persona-gap-0 persona-rounded-md"),N=m?Pd({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):_t({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),_=_t({icon:"chevron-down",label:"More copy options",size:14,className:"persona-artifact-doc-copy-menu-chevron persona-artifact-doc-icon-btn",aria:{"aria-haspopup":"true","aria-expanded":"false"}}),I.append(N,_)):s?N=_t({icon:"copy",label:"Copy",className:"persona-artifact-doc-icon-btn"}):N=_t({icon:"copy",label:"Copy"});let Y=s?_t({icon:"refresh-cw",label:"Refresh",className:"persona-artifact-doc-icon-btn"}):_t({icon:"refresh-cw",label:"Refresh"}),Ce=s?_t({icon:"x",label:"Close",className:"persona-artifact-doc-icon-btn"}):_t({icon:"x",label:"Close"}),ee=()=>{var $,ne,Qe;let G=($=Q.find(ae=>ae.id===te))!=null?$:Q[Q.length-1],K=(ne=G==null?void 0:G.id)!=null?ne:null,de=(G==null?void 0:G.artifactType)==="markdown"&&(Qe=G.markdown)!=null?Qe:"",j=G?JSON.stringify({component:G.component,props:G.props},null,2):"";return{markdown:de,jsonPayload:j,id:K}},Ee=async()=>{var $;let{markdown:G,jsonPayload:K}=ee(),de=($=Q.find(ne=>ne.id===te))!=null?$:Q[Q.length-1],j=(de==null?void 0:de.artifactType)==="markdown"?G:de?K:"";try{await navigator.clipboard.writeText(j)}catch{}};if(N.addEventListener("click",async()=>{let G=e==null?void 0:e.onDocumentToolbarCopyMenuSelect;if(G&&w){let{markdown:K,jsonPayload:de,id:j}=ee();try{await G({actionId:"primary",artifactId:j,markdown:K,jsonPayload:de})}catch{}return}await Ee()}),_&&(k!=null&&k.length)){let G=()=>{var de;return(de=u.closest("[data-persona-root]"))!=null?de:document.body},K=()=>{R=Jr({items:k.map(de=>({id:de.id,label:de.label})),onSelect:async de=>{let{markdown:j,jsonPayload:$,id:ne}=ee(),Qe=e==null?void 0:e.onDocumentToolbarCopyMenuSelect;try{Qe?await Qe({actionId:de,artifactId:ne,markdown:j,jsonPayload:$}):de==="markdown"||de==="md"?await navigator.clipboard.writeText(j):de==="json"||de==="source"?await navigator.clipboard.writeText($):await navigator.clipboard.writeText(j||$)}catch{}},anchor:I!=null?I:_,position:"bottom-right",portal:G()})};u.isConnected?K():requestAnimationFrame(K),_.addEventListener("click",de=>{de.stopPropagation(),R==null||R.toggle()})}Y.addEventListener("click",async()=>{var G;try{await((G=e==null?void 0:e.onDocumentToolbarRefresh)==null?void 0:G.call(e))}catch{}we()}),Ce.addEventListener("click",()=>{var G;c(),(G=a.onDismiss)==null||G.call(a)});let Fe=()=>{s&&(C.setAttribute("aria-pressed",T==="rendered"?"true":"false"),g.setAttribute("aria-pressed",T==="source"?"true":"false"))};C.addEventListener("click",()=>{T="rendered",Fe(),we()}),g.addEventListener("click",()=>{T="source",Fe(),we()});let me=v("span","persona-min-w-0 persona-flex-1 persona-text-xs persona-font-medium persona-text-persona-primary persona-truncate persona-text-center md:persona-text-left");s?(f.replaceChildren(),b.append(C,g),I?L.append(I,Y,Ce):L.append(N,Y,Ce),f.append(b,me,L),Fe()):(f.appendChild(h),f.appendChild(y)),o&&(f.style.paddingLeft=o,f.style.paddingRight=o);let Me=v("div","persona-artifact-list persona-shrink-0 persona-flex persona-gap-1 persona-overflow-x-auto persona-p-2 persona-border-b persona-border-persona-border"),He=v("div","persona-artifact-content persona-flex-1 persona-min-h-0 persona-overflow-y-auto persona-p-3");o&&(Me.style.paddingLeft=o,Me.style.paddingRight=o,He.style.padding=o),u.appendChild(f),u.appendChild(Me),u.appendChild(He);let Q=[],te=null,xe=!1,we=()=>{var j,$,ne,Qe;let G=s&&Q.length<=1;Me.classList.toggle("persona-hidden",G),Me.replaceChildren();for(let ae of Q){let oe=v("button","persona-artifact-tab persona-shrink-0 persona-rounded-lg persona-px-2 persona-py-1 persona-text-xs persona-border persona-border-transparent persona-text-persona-primary");oe.type="button",oe.textContent=ae.title||ae.id.slice(0,8),ae.id===te&&oe.classList.add("persona-bg-persona-container","persona-border-persona-border"),oe.addEventListener("click",()=>a.onSelect(ae.id)),Me.appendChild(oe)}He.replaceChildren();let K=te&&Q.find(ae=>ae.id===te)||Q[Q.length-1];if(!K)return;if(s){let ae=K.artifactType==="markdown"?"MD":(j=K.component)!=null?j:"Component",wt=(K.title||"Document").trim().replace(/\s*·\s*MD\s*$/i,"").trim()||"Document";me.textContent=`${wt} \xB7 ${ae}`}else h.textContent="Artifacts";if(K.artifactType==="markdown"){if(s&&T==="source"){let oe=v("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-break-words persona-text-persona-primary");oe.textContent=($=K.markdown)!=null?$:"",He.appendChild(oe);return}let ae=v("div","persona-text-sm persona-leading-relaxed persona-markdown-bubble");ae.innerHTML=p((ne=K.markdown)!=null?ne:""),He.appendChild(ae);return}let de=K.component?Er.get(K.component):void 0;if(de){let oe={message:{id:K.id,role:"assistant",content:"",createdAt:new Date().toISOString()},config:r,updateProps:()=>{}};try{let wt=de((Qe=K.props)!=null?Qe:{},oe);if(wt){He.appendChild(wt);return}}catch{}}He.appendChild(cD(K))},We=()=>{var K;let G=Q.length>0;if(u.classList.toggle("persona-hidden",!G),i){let de=typeof u.closest=="function"?u.closest("[data-persona-root]"):null,$=((K=de==null?void 0:de.classList.contains("persona-artifact-narrow-host"))!=null?K:!1)||typeof window!="undefined"&&window.matchMedia("(max-width: 640px)").matches;G&&$&&xe?(i.classList.remove("persona-hidden"),u.classList.add("persona-artifact-drawer-open")):(i.classList.add("persona-hidden"),u.classList.remove("persona-artifact-drawer-open"))}};return{element:u,backdrop:i,update(G){var K,de,j;Q=G.artifacts,te=(j=(de=G.selectedId)!=null?de:(K=G.artifacts[G.artifacts.length-1])==null?void 0:K.id)!=null?j:null,Q.length>0&&(xe=!0),we(),We()},setMobileOpen(G){xe=G,!G&&i?(i.classList.add("persona-hidden"),u.classList.remove("persona-artifact-drawer-open")):We()}}}function or(r){var a,e;return((e=(a=r==null?void 0:r.features)==null?void 0:a.artifacts)==null?void 0:e.enabled)===!0}function dR(r,a){var o,n,l,p;if(r.classList.remove("persona-artifact-border-full","persona-artifact-border-left"),r.style.removeProperty("--persona-artifact-pane-border"),r.style.removeProperty("--persona-artifact-pane-border-left"),!or(a))return;let e=(n=(o=a.features)==null?void 0:o.artifacts)==null?void 0:n.layout,t=(l=e==null?void 0:e.paneBorder)==null?void 0:l.trim(),s=(p=e==null?void 0:e.paneBorderLeft)==null?void 0:p.trim();t?(r.classList.add("persona-artifact-border-full"),r.style.setProperty("--persona-artifact-pane-border",t)):s&&(r.classList.add("persona-artifact-border-left"),r.style.setProperty("--persona-artifact-pane-border-left",s))}function uD(r){r.style.removeProperty("--persona-artifact-doc-toolbar-icon-color"),r.style.removeProperty("--persona-artifact-doc-toggle-active-bg"),r.style.removeProperty("--persona-artifact-doc-toggle-active-border")}function Ik(r,a){var p,i,c,u,f,h,y,T,b,C;if(!or(a)){r.style.removeProperty("--persona-artifact-split-gap"),r.style.removeProperty("--persona-artifact-pane-width"),r.style.removeProperty("--persona-artifact-pane-max-width"),r.style.removeProperty("--persona-artifact-pane-min-width"),r.style.removeProperty("--persona-artifact-pane-bg"),r.style.removeProperty("--persona-artifact-pane-padding"),uD(r),dR(r,a);return}let e=(i=(p=a.features)==null?void 0:p.artifacts)==null?void 0:i.layout;r.style.setProperty("--persona-artifact-split-gap",(c=e==null?void 0:e.splitGap)!=null?c:"0.5rem"),r.style.setProperty("--persona-artifact-pane-width",(u=e==null?void 0:e.paneWidth)!=null?u:"40%"),r.style.setProperty("--persona-artifact-pane-max-width",(f=e==null?void 0:e.paneMaxWidth)!=null?f:"28rem"),e!=null&&e.paneMinWidth?r.style.setProperty("--persona-artifact-pane-min-width",e.paneMinWidth):r.style.removeProperty("--persona-artifact-pane-min-width");let t=(h=e==null?void 0:e.paneBackground)==null?void 0:h.trim();t?r.style.setProperty("--persona-artifact-pane-bg",t):r.style.removeProperty("--persona-artifact-pane-bg");let s=(y=e==null?void 0:e.panePadding)==null?void 0:y.trim();s?r.style.setProperty("--persona-artifact-pane-padding",s):r.style.removeProperty("--persona-artifact-pane-padding");let o=(T=e==null?void 0:e.documentToolbarIconColor)==null?void 0:T.trim();o?r.style.setProperty("--persona-artifact-doc-toolbar-icon-color",o):r.style.removeProperty("--persona-artifact-doc-toolbar-icon-color");let n=(b=e==null?void 0:e.documentToolbarToggleActiveBackground)==null?void 0:b.trim();n?r.style.setProperty("--persona-artifact-doc-toggle-active-bg",n):r.style.removeProperty("--persona-artifact-doc-toggle-active-bg");let l=(C=e==null?void 0:e.documentToolbarToggleActiveBorderColor)==null?void 0:C.trim();l?r.style.setProperty("--persona-artifact-doc-toggle-active-border",l):r.style.removeProperty("--persona-artifact-doc-toggle-active-border"),dR(r,a)}var pR=["panel","seamless"];function Bk(r,a){var l,p,i,c,u,f;for(let h of pR)r.classList.remove(`persona-artifact-appearance-${h}`);if(r.classList.remove("persona-artifact-unified-split"),r.style.removeProperty("--persona-artifact-pane-radius"),r.style.removeProperty("--persona-artifact-pane-shadow"),r.style.removeProperty("--persona-artifact-unified-outer-radius"),!or(a))return;let e=(p=(l=a.features)==null?void 0:l.artifacts)==null?void 0:p.layout,t=(i=e==null?void 0:e.paneAppearance)!=null?i:"panel",s=pR.includes(t)?t:"panel";r.classList.add(`persona-artifact-appearance-${s}`);let o=(c=e==null?void 0:e.paneBorderRadius)==null?void 0:c.trim();o&&r.style.setProperty("--persona-artifact-pane-radius",o);let n=(u=e==null?void 0:e.paneShadow)==null?void 0:u.trim();if(n&&r.style.setProperty("--persona-artifact-pane-shadow",n),(e==null?void 0:e.unifiedSplitChrome)===!0){r.classList.add("persona-artifact-unified-split");let h=((f=e.unifiedSplitOuterRadius)==null?void 0:f.trim())||o;h&&r.style.setProperty("--persona-artifact-unified-outer-radius",h)}}function cR(r,a){var e,t,s;return!a||!or(r)?!1:((s=(t=(e=r.features)==null?void 0:e.artifacts)==null?void 0:t.layout)==null?void 0:s.expandLauncherPanelWhenOpen)!==!1}function fD(r,a){if(!(r!=null&&r.trim()))return a;let e=/^(\d+(?:\.\d+)?)px\s*$/i.exec(r.trim());return e?Math.max(0,Number(e[1])):a}function hD(r){if(!(r!=null&&r.trim()))return null;let a=/^(\d+(?:\.\d+)?)px\s*$/i.exec(r.trim());return a?Math.max(0,Number(a[1])):null}function mD(r,a,e){return e<a?a:Math.min(e,Math.max(a,r))}function xD(r,a,e,t){let s=r-t-2*a-e;return Math.max(0,s)}function uR(r,a){var n;let t=(n=(a.getComputedStyle(r).gap||"0px").trim().split(/\s+/)[0])!=null?n:"0px",s=/^([\d.]+)px$/i.exec(t);if(s)return Number(s[1]);let o=/^([\d.]+)/.exec(t);return o?Number(o[1]):8}function fR(r,a,e,t,s,o){let n=fD(s,200),l=xD(a,e,t,200);l=Math.max(n,l);let p=hD(o);return p!==null&&(l=Math.min(l,p)),mD(r,n,l)}var hR={init:{title:"Schedule a Demo",description:"Share the basics and we'll follow up with a confirmation.",fields:[{name:"name",label:"Full name",placeholder:"Jane Doe",required:!0},{name:"email",label:"Work email",placeholder:"jane@example.com",type:"email",required:!0},{name:"notes",label:"What would you like to cover?",type:"textarea"}],submitLabel:"Submit details"},followup:{title:"Additional Information",description:"Provide any extra details to tailor the next steps.",fields:[{name:"company",label:"Company",placeholder:"Acme Inc."},{name:"context",label:"Context",type:"textarea",placeholder:"Share more about your use case"}],submitLabel:"Send"}},zT=(r,a,e,t)=>{let s=r.querySelectorAll("[data-tv-form]");s.length&&s.forEach(o=>{var y,T,b;if(o.dataset.enhanced==="true")return;let n=(y=o.dataset.tvForm)!=null?y:"init";o.dataset.enhanced="true";let l=(T=hR[n])!=null?T:hR.init;o.classList.add("persona-form-card","persona-space-y-4");let p=v("div","persona-space-y-1"),i=v("h3","persona-text-base persona-font-semibold persona-text-persona-primary");if(i.textContent=l.title,p.appendChild(i),l.description){let C=v("p","persona-text-sm persona-text-persona-muted");C.textContent=l.description,p.appendChild(C)}let c=document.createElement("form");c.className="persona-form-grid persona-space-y-3",l.fields.forEach(C=>{var k,w;let g=v("label","persona-form-field persona-flex persona-flex-col persona-gap-1");g.htmlFor=`${a.id}-${n}-${C.name}`;let L=v("span","persona-text-xs persona-font-medium persona-text-persona-muted");L.textContent=C.label,g.appendChild(L);let m=(k=C.type)!=null?k:"text",M;m==="textarea"?(M=document.createElement("textarea"),M.rows=3):(M=document.createElement("input"),M.type=m),M.className="persona-rounded-xl persona-border persona-border-gray-200 persona-bg-white persona-px-3 persona-py-2 persona-text-sm persona-text-persona-primary focus:persona-outline-none focus:persona-border-persona-primary",M.id=`${a.id}-${n}-${C.name}`,M.name=C.name,M.placeholder=(w=C.placeholder)!=null?w:"",C.required&&(M.required=!0),g.appendChild(M),c.appendChild(g)});let u=v("div","persona-flex persona-items-center persona-justify-between persona-gap-2"),f=v("div","persona-text-xs persona-text-persona-muted persona-min-h-[1.5rem]"),h=v("button","persona-inline-flex persona-items-center persona-rounded-full persona-bg-persona-primary persona-px-4 persona-py-2 persona-text-sm persona-font-semibold persona-text-white disabled:persona-opacity-60 persona-cursor-pointer");h.type="submit",h.textContent=(b=l.submitLabel)!=null?b:"Submit",u.appendChild(f),u.appendChild(h),c.appendChild(u),o.replaceChildren(p,c),c.addEventListener("submit",async C=>{var M,k;C.preventDefault();let g=(M=e.formEndpoint)!=null?M:"/form",L=new FormData(c),m={};L.forEach((w,I)=>{m[I]=w}),m.type=n,h.disabled=!0,f.textContent="Submitting\u2026";try{let w=await fetch(g,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(m)});if(!w.ok)throw new Error(`Form submission failed (${w.status})`);let I=await w.json();f.textContent=(k=I.message)!=null?k:"Thanks! We'll be in touch soon.",I.success&&I.nextPrompt&&await t.sendMessage(String(I.nextPrompt))}catch(w){f.textContent=w instanceof Error?w.message:"Something went wrong. Please try again."}finally{h.disabled=!1}})})};var _T=class{constructor(){this.plugins=new Map}register(a){var e;this.plugins.has(a.id)&&console.warn(`Plugin "${a.id}" is already registered. Overwriting.`),this.plugins.set(a.id,a),(e=a.onRegister)==null||e.call(a)}unregister(a){var t;let e=this.plugins.get(a);e&&((t=e.onUnregister)==null||t.call(e),this.plugins.delete(a))}getAll(){return Array.from(this.plugins.values()).sort((a,e)=>{var t,s;return((t=e.priority)!=null?t:0)-((s=a.priority)!=null?s:0)})}getForInstance(a){let e=this.getAll();if(!a||a.length===0)return e;let t=new Set(a.map(o=>o.id));return[...e.filter(o=>!t.has(o.id)),...a].sort((o,n)=>{var l,p;return((l=n.priority)!=null?l:0)-((p=o.priority)!=null?p:0)})}clear(){this.plugins.forEach(a=>{var e;return(e=a.onUnregister)==null?void 0:e.call(a)}),this.plugins.clear()}},Dd=new _T;var Ot={apiUrl:"http://localhost:43111/api/chat/dispatch",clientToken:void 0,theme:void 0,darkTheme:void 0,colorScheme:"light",launcher:{enabled:!0,mountMode:"floating",dock:{side:"right",width:"420px"},title:"Chat Assistant",subtitle:"Here to help you get answers fast",agentIconText:"\u{1F4AC}",agentIconName:"bot",headerIconName:"bot",position:"bottom-right",width:"min(400px, calc(100vw - 24px))",heightOffset:0,autoExpand:!1,callToActionIconHidden:!1,agentIconSize:"40px",headerIconSize:"40px",closeButtonSize:"32px",callToActionIconName:"arrow-up-right",callToActionIconText:"",callToActionIconSize:"32px",callToActionIconPadding:"5px",callToActionIconColor:void 0,callToActionIconBackgroundColor:void 0,closeButtonBackgroundColor:"transparent",clearChat:{backgroundColor:"transparent",borderColor:"transparent",enabled:!0,placement:"inline",iconName:"refresh-cw",size:"32px",showTooltip:!0,tooltipText:"Clear chat",paddingX:"0px",paddingY:"0px"},headerIconHidden:!1,border:void 0,shadow:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)"},copy:{welcomeTitle:"Hello \u{1F44B}",welcomeSubtitle:"Ask anything about your account or products.",inputPlaceholder:"How can I help...",sendButtonLabel:"Send"},sendButton:{borderWidth:"0px",paddingX:"12px",paddingY:"10px",borderColor:void 0,useIcon:!0,iconText:"\u2191",size:"40px",showTooltip:!0,tooltipText:"Send message",iconName:"send"},statusIndicator:{visible:!0,idleText:"Online",connectingText:"Connecting\u2026",connectedText:"Streaming\u2026",errorText:"Offline"},voiceRecognition:{enabled:!0,pauseDuration:2e3,iconName:"mic",iconSize:"39px",borderWidth:"0px",paddingX:"9px",paddingY:"14px",iconColor:void 0,backgroundColor:"transparent",borderColor:"transparent",recordingIconColor:void 0,recordingBackgroundColor:void 0,recordingBorderColor:"transparent",showTooltip:!0,tooltipText:"Start voice recognition"},features:{showReasoning:!0,showToolCalls:!0,scrollToBottom:{enabled:!0,iconName:"arrow-down",label:""}},suggestionChips:["What can you help me with?","Tell me about your features","How does this work?"],suggestionChipsConfig:{fontFamily:"sans-serif",fontWeight:"500",paddingX:"12px",paddingY:"6px"},layout:{header:{layout:"default",showIcon:!0,showTitle:!0,showSubtitle:!0,showCloseButton:!0,showClearChat:!0},messages:{layout:"bubble",avatar:{show:!1,position:"left"},timestamp:{show:!1,position:"below"},groupConsecutive:!1},slots:{}},markdown:{options:{gfm:!0,breaks:!0},disableDefaultStyles:!1},messageActions:{enabled:!0,showCopy:!0,showUpvote:!1,showDownvote:!1,visibility:"hover",align:"right",layout:"pill-inside"},debug:!1};function mR(r,a){if(!(!r&&!a))return r?a?Sd(r,a):r:a}function Dk(r){var a,e,t,s,o,n,l,p,i,c,u,f,h,y,T,b,C,g,L,m,M;return r?{...Ot,...r,theme:mR(Ot.theme,r.theme),darkTheme:mR(Ot.darkTheme,r.darkTheme),launcher:{...Ot.launcher,...r.launcher,dock:{...(a=Ot.launcher)==null?void 0:a.dock,...(e=r.launcher)==null?void 0:e.dock},clearChat:{...(t=Ot.launcher)==null?void 0:t.clearChat,...(s=r.launcher)==null?void 0:s.clearChat}},copy:{...Ot.copy,...r.copy},sendButton:{...Ot.sendButton,...r.sendButton},statusIndicator:{...Ot.statusIndicator,...r.statusIndicator},voiceRecognition:{...Ot.voiceRecognition,...r.voiceRecognition},features:(()=>{var Y,Ce,ee,Ee;let k=(Y=Ot.features)==null?void 0:Y.artifacts,w=(Ce=r.features)==null?void 0:Ce.artifacts,I=(ee=Ot.features)==null?void 0:ee.scrollToBottom,N=(Ee=r.features)==null?void 0:Ee.scrollToBottom,_=k===void 0&&w===void 0?void 0:{...k,...w,layout:{...k==null?void 0:k.layout,...w==null?void 0:w.layout}},R=I===void 0&&N===void 0?void 0:{...I,...N};return{...Ot.features,...r.features,...R!==void 0?{scrollToBottom:R}:{},..._!==void 0?{artifacts:_}:{}}})(),suggestionChips:(o=r.suggestionChips)!=null?o:Ot.suggestionChips,suggestionChipsConfig:{...Ot.suggestionChipsConfig,...r.suggestionChipsConfig},layout:{...Ot.layout,...r.layout,header:{...(n=Ot.layout)==null?void 0:n.header,...(l=r.layout)==null?void 0:l.header},messages:{...(p=Ot.layout)==null?void 0:p.messages,...(i=r.layout)==null?void 0:i.messages,avatar:{...(u=(c=Ot.layout)==null?void 0:c.messages)==null?void 0:u.avatar,...(h=(f=r.layout)==null?void 0:f.messages)==null?void 0:h.avatar},timestamp:{...(T=(y=Ot.layout)==null?void 0:y.messages)==null?void 0:T.timestamp,...(C=(b=r.layout)==null?void 0:b.messages)==null?void 0:C.timestamp}},slots:{...(g=Ot.layout)==null?void 0:g.slots,...(L=r.layout)==null?void 0:L.slots}},markdown:{...Ot.markdown,...r.markdown,options:{...(m=Ot.markdown)==null?void 0:m.options,...(M=r.markdown)==null?void 0:M.options}},messageActions:{...Ot.messageActions,...r.messageActions}}:Ot}var xR=()=>{let r=new Map,a=(s,o)=>(r.has(s)||r.set(s,new Set),r.get(s).add(o),()=>e(s,o)),e=(s,o)=>{var n;(n=r.get(s))==null||n.delete(o)};return{on:a,off:e,emit:(s,o)=>{var n;(n=r.get(s))==null||n.forEach(l=>{try{l(o)}catch(p){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",p)}})}}};var gD=r=>{let a=r.match(/```(?:json)?\s*([\s\S]*?)```/i);return a?a[1]:r},MD=r=>{let a=r.trim(),e=a.indexOf("{");if(e===-1)return null;let t=0;for(let s=e;s<a.length;s+=1){let o=a[s];if(o==="{"&&(t+=1),o==="}"&&(t-=1,t===0))return a.slice(e,s+1)}return null},Vd=({text:r})=>{if(!r||!r.includes("{"))return null;try{let a=gD(r),e=MD(a);if(!e)return null;let t=JSON.parse(e);if(!t||typeof t!="object"||!t.action)return null;let{action:s,...o}=t;return{type:String(s),payload:o,raw:t}}catch{return null}},qT=r=>typeof r=="string"?r:r==null?"":String(r),xo={message:r=>r.type!=="message"?void 0:{handled:!0,displayText:qT(r.payload.text)},messageAndClick:(r,a)=>{var s;if(r.type!=="message_and_click")return;let e=r.payload,t=qT(e.element);if(t&&((s=a.document)!=null&&s.querySelector)){let o=a.document.querySelector(t);o?setTimeout(()=>{o.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",t)}return{handled:!0,displayText:qT(e.text)}}},gR=r=>Array.isArray(r)?r.map(a=>String(a)):[],Fd=r=>{let a=new Set(gR(r.getSessionMetadata().processedActionMessageIds)),e=()=>{a=new Set(gR(r.getSessionMetadata().processedActionMessageIds))},t=()=>{let o=Array.from(a);r.updateSessionMetadata(n=>({...n,processedActionMessageIds:o}))};return{process:o=>{if(o.streaming||o.message.role!=="assistant"||!o.text||a.has(o.message.id))return null;let n=typeof o.raw=="string"&&o.raw||typeof o.message.rawContent=="string"&&o.message.rawContent||typeof o.text=="string"&&o.text||null;!n&&typeof o.text=="string"&&o.text.trim().startsWith("{")&&typeof console!="undefined"&&console.warn("[AgentWidget] Structured response detected but no raw payload was provided. Ensure your stream parser returns { text, raw }.");let l=n?r.parsers.reduce((i,c)=>i||(c==null?void 0:c({text:n,message:o.message}))||null,null):null;if(!l)return null;a.add(o.message.id),t();let p={action:l,message:o.message};r.emit("action:detected",p);for(let i of r.handlers)if(i)try{let c=()=>{r.emit("action:resubmit",p)},u=i(l,{message:o.message,metadata:r.getSessionMetadata(),updateMetadata:r.updateSessionMetadata,document:r.documentRef,triggerResubmit:c});if(!u)continue;if(u.handled){let f=u.persistMessage!==!1;return{text:u.displayText!==void 0?u.displayText:"",persist:f,resubmit:u.resubmit}}}catch(c){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",c)}return{text:"",persist:!0}},syncFromMetadata:e}};var yD=r=>{if(!r)return null;try{return JSON.parse(r)}catch(a){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",a),null}},vD=r=>r.map(a=>({...a,streaming:!1})),Vk=(r="persona-state")=>{let a=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let e=a();return e?yD(e.getItem(r)):null},save:e=>{let t=a();if(t)try{let s={...e,messages:e.messages?vD(e.messages):void 0};t.setItem(r,JSON.stringify(s))}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",s)}},clear:()=>{let e=a();if(e)try{e.removeItem(r)}catch(t){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",t)}}}};var Gi=zH(MT(),1);function bD(r){if(!r||typeof r!="object"||!("component"in r))return!1;let a=r.component;return typeof a=="string"&&a.length>0}function CD(r,a){if(!bD(r))return null;let e=r.props&&typeof r.props=="object"&&r.props!==null?r.props:{};return{component:r.component,props:e,raw:a}}function Fk(){let r=null,a=0;return{getExtractedDirective:()=>r,processChunk:e=>{let t=e.trim();if(!t.startsWith("{")&&!t.startsWith("["))return null;if(e.length<=a)return r;try{let s=(0,Gi.parse)(e,Gi.STR|Gi.OBJ),o=CD(s,e);o&&(r=o)}catch{}return a=e.length,r},reset:()=>{r=null,a=0}}}function MR(r){return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"&&"props"in r&&typeof r.props=="object"}function Wk(r,a){let{config:e,message:t,onPropsUpdate:s}=a,o=Er.get(r.component);if(!o)return console.warn(`[ComponentMiddleware] Component "${r.component}" not found in registry. Falling back to default rendering.`),null;let n={message:t,config:e,updateProps:l=>{s&&s(l)}};try{return o(r.props,n)}catch(l){return console.error(`[ComponentMiddleware] Error rendering component "${r.component}":`,l),null}}function yR(){let r=Fk();return{processChunk:a=>r.processChunk(a),getDirective:()=>r.getExtractedDirective(),reset:()=>{r.reset()}}}function Ok(r){if(!r.rawContent)return!1;try{let a=JSON.parse(r.rawContent);return typeof a=="object"&&a!==null&&"component"in a&&typeof a.component=="string"}catch{return!1}}function Nk(r){if(!r.rawContent)return null;try{let a=JSON.parse(r.rawContent);if(typeof a=="object"&&a!==null&&"component"in a&&typeof a.component=="string")return{component:a.component,props:a.props&&typeof a.props=="object"&&a.props!==null?a.props:{},raw:r.rawContent}}catch{}return null}var wD=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function zk(r){let{onSubmit:a,onDismiss:e,title:t="How satisfied are you?",subtitle:s="Please rate your experience",commentPlaceholder:o="Share your thoughts (optional)...",submitText:n="Submit",skipText:l="Skip",showComment:p=!0,ratingLabels:i=wD}=r,c=document.createElement("div");c.className="persona-feedback-container persona-feedback-csat",c.setAttribute("role","dialog"),c.setAttribute("aria-label","Customer satisfaction feedback");let u=null,f=document.createElement("div");f.className="persona-feedback-content";let h=document.createElement("div");h.className="persona-feedback-header";let y=document.createElement("h3");y.className="persona-feedback-title",y.textContent=t,h.appendChild(y);let T=document.createElement("p");T.className="persona-feedback-subtitle",T.textContent=s,h.appendChild(T),f.appendChild(h);let b=document.createElement("div");b.className="persona-feedback-rating persona-feedback-rating-csat",b.setAttribute("role","radiogroup"),b.setAttribute("aria-label","Satisfaction rating from 1 to 5");let C=[];for(let k=1;k<=5;k++){let w=document.createElement("button");w.type="button",w.className="persona-feedback-rating-btn persona-feedback-star-btn",w.setAttribute("role","radio"),w.setAttribute("aria-checked","false"),w.setAttribute("aria-label",`${k} star${k>1?"s":""}: ${i[k-1]}`),w.title=i[k-1],w.dataset.rating=String(k),w.innerHTML=`
65
+ `,e.addEventListener("click",a);let t=o=>{var L,m,M,k,w,I,N,_,R,Y,Ce,ee,Ee,Fe;let n=(L=o.launcher)!=null?L:{},l=ca(o),p=e.querySelector("[data-role='launcher-title']");if(p){let me=(m=n.title)!=null?m:"Chat Assistant";p.textContent=me,p.setAttribute("title",me)}let i=e.querySelector("[data-role='launcher-subtitle']");if(i){let me=(M=n.subtitle)!=null?M:"Get answers fast";i.textContent=me,i.setAttribute("title",me)}let c=e.querySelector(".persona-flex-col");c&&(n.textHidden||l?c.style.display="none":c.style.display="");let u=e.querySelector("[data-role='launcher-icon']");if(u)if(n.agentIconHidden)u.style.display="none";else{let me=(k=n.agentIconSize)!=null?k:"40px";if(u.style.height=me,u.style.width=me,u.innerHTML="",n.agentIconName){let Me=parseFloat(me)||24,He=ve(n.agentIconName,Me*.6,"var(--persona-text-inverse, #ffffff)",2);He?(u.appendChild(He),u.style.display=""):(u.textContent=(w=n.agentIconText)!=null?w:"\u{1F4AC}",u.style.display="")}else n.iconUrl?u.style.display="none":(u.textContent=(I=n.agentIconText)!=null?I:"\u{1F4AC}",u.style.display="")}let f=e.querySelector("[data-role='launcher-image']");if(f){let me=(N=n.agentIconSize)!=null?N:"40px";f.style.height=me,f.style.width=me,n.iconUrl&&!n.agentIconName&&!n.agentIconHidden?(f.src=n.iconUrl,f.style.display="block"):f.style.display="none"}let h=e.querySelector("[data-role='launcher-call-to-action-icon']");if(h){let me=(_=n.callToActionIconSize)!=null?_:"32px";h.style.height=me,h.style.width=me,n.callToActionIconBackgroundColor?(h.style.backgroundColor=n.callToActionIconBackgroundColor,h.classList.remove("persona-bg-persona-primary")):(h.style.backgroundColor="",h.classList.add("persona-bg-persona-primary")),n.callToActionIconColor?(h.style.color=n.callToActionIconColor,h.classList.remove("persona-text-persona-call-to-action")):(h.style.color="",h.classList.add("persona-text-persona-call-to-action"));let Me=0;if(n.callToActionIconPadding?(h.style.boxSizing="border-box",h.style.padding=n.callToActionIconPadding,Me=(parseFloat(n.callToActionIconPadding)||0)*2):(h.style.boxSizing="",h.style.padding=""),n.callToActionIconHidden)h.style.display="none";else if(h.style.display=l?"none":"",h.innerHTML="",n.callToActionIconName){let He=parseFloat(me)||24,Q=Math.max(He-Me,8),te=ve(n.callToActionIconName,Q,"currentColor",2);te?h.appendChild(te):h.textContent=(R=n.callToActionIconText)!=null?R:"\u2197"}else h.textContent=(Y=n.callToActionIconText)!=null?Y:"\u2197"}let y=n.position&&ur[n.position]?ur[n.position]:ur["bottom-right"],T="persona-fixed persona-flex persona-items-center persona-gap-3 persona-rounded-launcher persona-bg-persona-surface persona-py-2.5 persona-pl-3 persona-pr-3 persona-transition hover:persona-translate-y-[-2px] persona-cursor-pointer",b="persona-relative persona-mt-4 persona-mb-4 persona-mx-auto persona-flex persona-items-center persona-justify-center persona-rounded-launcher persona-bg-persona-surface persona-transition hover:persona-translate-y-[-2px] persona-cursor-pointer";e.className=l?b:`${T} ${y}`,l||(e.style.zIndex=String((Ce=n.zIndex)!=null?Ce:Na));let C="1px solid var(--persona-border, #e5e7eb)",g="var(--persona-shadow, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1))";e.style.border=(ee=n.border)!=null?ee:C,e.style.boxShadow=(Ee=n.shadow)!=null?Ee:g,l?(e.style.width="0",e.style.minWidth="0",e.style.maxWidth="0",e.style.padding="0",e.style.overflow="hidden",e.style.border="none",e.style.boxShadow="none"):(e.style.width="",e.style.minWidth="",e.style.maxWidth=(Fe=n.collapsedMaxWidth)!=null?Fe:"",e.style.justifyContent="",e.style.padding="",e.style.overflow="")},s=()=>{e.removeEventListener("click",a),e.remove()};return r&&t(r),{element:e,update:t,destroy:s}};var za={titleColor:"var(--persona-header-title-fg, var(--persona-primary, #0f0f0f))",subtitleColor:"var(--persona-header-subtitle-fg, var(--persona-text-muted, var(--persona-muted, #9ca3af)))",actionIconColor:"var(--persona-header-action-icon-fg, var(--persona-muted, #9ca3af))"},Lr=r=>{var _,R,Y,Ce,ee,Ee,Fe,me,Me,He,Q,te,xe,we,We,he,Be,lt,yt,G,K,de,j,$,ne,Qe,ae,oe,wt,it,Rt,Xt;let{config:a,showClose:e=!0}=r,t=v("div","persona-widget-header persona-flex persona-items-center persona-gap-3 persona-px-6 persona-py-5");t.setAttribute("data-persona-theme-zone","header"),t.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",t.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",t.style.boxShadow="var(--persona-header-shadow, none)",t.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let s=(_=a==null?void 0:a.launcher)!=null?_:{},o=(R=s.headerIconSize)!=null?R:"48px",n=(Y=s.closeButtonSize)!=null?Y:"32px",l=(Ce=s.closeButtonPlacement)!=null?Ce:"inline",p=(ee=s.headerIconHidden)!=null?ee:!1,i=s.headerIconName,c=v("div","persona-flex persona-items-center persona-justify-center persona-rounded-xl persona-text-xl");if(c.style.height=o,c.style.width=o,c.style.backgroundColor="var(--persona-header-icon-bg, var(--persona-primary, #0f0f0f))",c.style.color="var(--persona-header-icon-fg, var(--persona-text-inverse, #ffffff))",!p)if(i){let _e=parseFloat(o)||24,pe=ve(i,_e*.6,"currentColor",1);pe?c.replaceChildren(pe):c.textContent=(Fe=(Ee=a==null?void 0:a.launcher)==null?void 0:Ee.agentIconText)!=null?Fe:"\u{1F4AC}"}else if((me=a==null?void 0:a.launcher)!=null&&me.iconUrl){let _e=v("img");_e.src=a.launcher.iconUrl,_e.alt="",_e.className="persona-rounded-xl persona-object-cover",_e.style.height=o,_e.style.width=o,c.replaceChildren(_e)}else c.textContent=(He=(Me=a==null?void 0:a.launcher)==null?void 0:Me.agentIconText)!=null?He:"\u{1F4AC}";let u=v("div","persona-flex persona-flex-col persona-flex-1 persona-min-w-0"),f=v("span","persona-text-base persona-font-semibold");f.style.color=za.titleColor,f.textContent=(te=(Q=a==null?void 0:a.launcher)==null?void 0:Q.title)!=null?te:"Chat Assistant";let h=v("span","persona-text-xs");h.style.color=za.subtitleColor,h.textContent=(we=(xe=a==null?void 0:a.launcher)==null?void 0:xe.subtitle)!=null?we:"Here to help you get answers fast",u.append(f,h),p?t.append(u):t.append(c,u);let y=(We=s.clearChat)!=null?We:{},T=(he=y.enabled)!=null?he:!0,b=(Be=y.placement)!=null?Be:"inline",C=null,g=null;if(T){let _e=(lt=y.size)!=null?lt:"32px",pe=(yt=y.iconName)!=null?yt:"refresh-cw",De=(G=y.iconColor)!=null?G:"",Tt=(K=y.backgroundColor)!=null?K:"",At=(de=y.borderWidth)!=null?de:"",qe=(j=y.borderColor)!=null?j:"",rt=($=y.borderRadius)!=null?$:"",la=(ne=y.paddingX)!=null?ne:"",ea=(Qe=y.paddingY)!=null?Qe:"",ta=(ae=y.tooltipText)!=null?ae:"Clear chat",q=(oe=y.showTooltip)!=null?oe:!0;g=v("div",b==="top-right"?"persona-absolute persona-top-4 persona-z-50":"persona-relative persona-ml-auto persona-clear-chat-button-wrapper"),b==="top-right"&&(g.style.right="48px"),C=v("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none"),C.style.height=_e,C.style.width=_e,C.type="button",C.setAttribute("aria-label",ta),C.style.color=De||za.actionIconColor;let Pe=ve(pe,"20px","currentColor",1);if(Pe&&C.appendChild(Pe),Tt&&(C.style.backgroundColor=Tt,C.classList.remove("hover:persona-bg-gray-100")),At||qe){let ue=At||"0px",Xe=qe||"transparent";C.style.border=`${ue} solid ${Xe}`,C.classList.remove("persona-border-none")}if(rt&&(C.style.borderRadius=rt,C.classList.remove("persona-rounded-full")),la?(C.style.paddingLeft=la,C.style.paddingRight=la):(C.style.paddingLeft="",C.style.paddingRight=""),ea?(C.style.paddingTop=ea,C.style.paddingBottom=ea):(C.style.paddingTop="",C.style.paddingBottom=""),g.appendChild(C),q&&ta&&C&&g){let ue=null,Xe=()=>{if(ue||!C)return;let se=C.ownerDocument,ge=se.body;if(!ge)return;ue=hr(se,"div","persona-clear-chat-tooltip"),ue.textContent=ta;let Ne=hr(se,"div");Ne.className="persona-clear-chat-tooltip-arrow",ue.appendChild(Ne);let mt=C.getBoundingClientRect();ue.style.position="fixed",ue.style.zIndex=String(Zr),ue.style.left=`${mt.left+mt.width/2}px`,ue.style.top=`${mt.top-8}px`,ue.style.transform="translate(-50%, -100%)",ge.appendChild(ue)},Ie=()=>{ue&&ue.parentNode&&(ue.parentNode.removeChild(ue),ue=null)};g.addEventListener("mouseenter",Xe),g.addEventListener("mouseleave",Ie),C.addEventListener("focus",Xe),C.addEventListener("blur",Ie),g._cleanupTooltip=()=>{Ie(),g&&(g.removeEventListener("mouseenter",Xe),g.removeEventListener("mouseleave",Ie)),C&&(C.removeEventListener("focus",Xe),C.removeEventListener("blur",Ie))}}b==="inline"&&t.appendChild(g)}let L=v("div",l==="top-right"?"persona-absolute persona-top-4 persona-right-4 persona-z-50":T&&b==="inline"?"":"persona-ml-auto"),m=v("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");m.style.height=n,m.style.width=n,m.type="button";let M=(wt=s.closeButtonTooltipText)!=null?wt:"Close chat",k=(it=s.closeButtonShowTooltip)!=null?it:!0;m.setAttribute("aria-label",M),m.style.display=e?"":"none";let w=(Rt=s.closeButtonIconName)!=null?Rt:"x",I=(Xt=s.closeButtonIconText)!=null?Xt:"\xD7";m.style.color=s.closeButtonColor||za.actionIconColor;let N=ve(w,"20px","currentColor",1);if(N?m.appendChild(N):m.textContent=I,s.closeButtonBackgroundColor?(m.style.backgroundColor=s.closeButtonBackgroundColor,m.classList.remove("hover:persona-bg-gray-100")):(m.style.backgroundColor="",m.classList.add("hover:persona-bg-gray-100")),s.closeButtonBorderWidth||s.closeButtonBorderColor){let _e=s.closeButtonBorderWidth||"0px",pe=s.closeButtonBorderColor||"transparent";m.style.border=`${_e} solid ${pe}`,m.classList.remove("persona-border-none")}else m.style.border="",m.classList.add("persona-border-none");if(s.closeButtonBorderRadius?(m.style.borderRadius=s.closeButtonBorderRadius,m.classList.remove("persona-rounded-full")):(m.style.borderRadius="",m.classList.add("persona-rounded-full")),s.closeButtonPaddingX?(m.style.paddingLeft=s.closeButtonPaddingX,m.style.paddingRight=s.closeButtonPaddingX):(m.style.paddingLeft="",m.style.paddingRight=""),s.closeButtonPaddingY?(m.style.paddingTop=s.closeButtonPaddingY,m.style.paddingBottom=s.closeButtonPaddingY):(m.style.paddingTop="",m.style.paddingBottom=""),L.appendChild(m),k&&M){let _e=null,pe=()=>{if(_e)return;let Tt=m.ownerDocument,At=Tt.body;if(!At)return;_e=hr(Tt,"div","persona-clear-chat-tooltip"),_e.textContent=M;let qe=hr(Tt,"div");qe.className="persona-clear-chat-tooltip-arrow",_e.appendChild(qe);let rt=m.getBoundingClientRect();_e.style.position="fixed",_e.style.zIndex=String(Zr),_e.style.left=`${rt.left+rt.width/2}px`,_e.style.top=`${rt.top-8}px`,_e.style.transform="translate(-50%, -100%)",At.appendChild(_e)},De=()=>{_e&&_e.parentNode&&(_e.parentNode.removeChild(_e),_e=null)};L.addEventListener("mouseenter",pe),L.addEventListener("mouseleave",De),m.addEventListener("focus",pe),m.addEventListener("blur",De),L._cleanupTooltip=()=>{De(),L.removeEventListener("mouseenter",pe),L.removeEventListener("mouseleave",De),m.removeEventListener("focus",pe),m.removeEventListener("blur",De)}}return l!=="top-right"&&t.appendChild(L),{header:t,iconHolder:c,headerTitle:f,headerSubtitle:h,closeButton:m,closeButtonWrapper:L,clearChatButton:C,clearChatButtonWrapper:g}},ho=(r,a,e)=>{var n,l,p,i;let t=(n=e==null?void 0:e.launcher)!=null?n:{},s=(l=t.closeButtonPlacement)!=null?l:"inline",o=(i=(p=t.clearChat)==null?void 0:p.placement)!=null?i:"inline";r.appendChild(a.header),s==="top-right"&&(r.style.position="relative",r.appendChild(a.closeButtonWrapper)),a.clearChatButtonWrapper&&o==="top-right"&&(r.style.position="relative",r.appendChild(a.clearChatButtonWrapper))};function Jr(r){let{items:a,onSelect:e,anchor:t,position:s="bottom-left",portal:o}=r,n=v("div","persona-dropdown-menu persona-hidden");n.setAttribute("role","menu"),n.setAttribute("data-persona-theme-zone","dropdown"),o?(n.style.position="fixed",n.style.zIndex=String(Zr)):(n.style.position="absolute",n.style.top="100%",n.style.marginTop="4px",s==="bottom-right"?n.style.right="0":n.style.left="0");for(let h of a){if(h.dividerBefore){let b=document.createElement("hr");n.appendChild(b)}let y=document.createElement("button");if(y.type="button",y.setAttribute("role","menuitem"),y.setAttribute("data-dropdown-item-id",h.id),h.destructive&&y.setAttribute("data-destructive",""),h.icon){let b=ve(h.icon,16,"currentColor",1.5);b&&y.appendChild(b)}let T=document.createElement("span");T.textContent=h.label,y.appendChild(T),y.addEventListener("click",b=>{b.stopPropagation(),c(),e(h.id)}),n.appendChild(y)}let l=null;function p(){if(!o)return;let h=t.getBoundingClientRect();n.style.top=`${h.bottom+4}px`,s==="bottom-right"?(n.style.right=`${window.innerWidth-h.right}px`,n.style.left="auto"):(n.style.left=`${h.left}px`,n.style.right="auto")}function i(){p(),n.classList.remove("persona-hidden"),requestAnimationFrame(()=>{let h=y=>{!n.contains(y.target)&&!t.contains(y.target)&&c()};document.addEventListener("click",h,!0),l=()=>document.removeEventListener("click",h,!0)})}function c(){n.classList.add("persona-hidden"),l==null||l(),l=null}function u(){n.classList.contains("persona-hidden")?i():c()}function f(){c(),n.remove()}return o&&o.appendChild(n),{element:n,show:i,hide:c,toggle:u,destroy:f}}function _t(r){let{icon:a,label:e,size:t,strokeWidth:s,className:o,onClick:n,aria:l}=r,p=v("button","persona-icon-btn"+(o?" "+o:""));p.type="button",p.setAttribute("aria-label",e),p.title=e;let i=ve(a,t!=null?t:16,"currentColor",s!=null?s:2);if(i&&p.appendChild(i),n&&p.addEventListener("click",n),l)for(let[c,u]of Object.entries(l))p.setAttribute(c,u);return p}function Pd(r){let{icon:a,label:e,variant:t="default",size:s="sm",iconSize:o,className:n,onClick:l,aria:p}=r,i="persona-label-btn";t!=="default"&&(i+=" persona-label-btn--"+t),i+=" persona-label-btn--"+s,n&&(i+=" "+n);let c=v("button",i);if(c.type="button",c.setAttribute("aria-label",e),a){let f=ve(a,o!=null?o:14,"currentColor",2);f&&c.appendChild(f)}let u=v("span");if(u.textContent=e,c.appendChild(u),l&&c.addEventListener("click",l),p)for(let[f,h]of Object.entries(p))c.setAttribute(f,h);return c}function Rd(r){let{items:a,selectedId:e,onSelect:t,className:s}=r,o=v("div","persona-toggle-group"+(s?" "+s:""));o.setAttribute("role","group");let n=e,l=[];function p(){for(let c of l)c.btn.setAttribute("aria-pressed",c.id===n?"true":"false")}for(let c of a){let u;c.icon?u=_t({icon:c.icon,label:c.label,onClick:()=>{n=c.id,p(),t(c.id)}}):(u=v("button","persona-icon-btn"),u.type="button",u.setAttribute("aria-label",c.label),u.title=c.label,u.textContent=c.label,u.addEventListener("click",()=>{n=c.id,p(),t(c.id)})),u.setAttribute("aria-pressed",c.id===n?"true":"false"),l.push({id:c.id,btn:u}),o.appendChild(u)}function i(c){n=c,p()}return{element:o,setSelected:i}}function Pk(r){var h,y;let{label:a,icon:e="chevron-down",menuItems:t,onSelect:s,position:o="bottom-left",portal:n,className:l,hover:p}=r,i=v("div","persona-combo-btn"+(l?" "+l:""));i.style.position="relative",i.style.display="inline-flex",i.style.alignItems="center",i.style.cursor="pointer",i.setAttribute("role","button"),i.setAttribute("tabindex","0"),i.setAttribute("aria-haspopup","true"),i.setAttribute("aria-expanded","false"),i.setAttribute("aria-label",a);let c=v("span","persona-combo-btn-label");c.textContent=a,i.appendChild(c);let u=ve(e,14,"currentColor",2);u&&(u.style.marginLeft="4px",u.style.opacity="0.6",i.appendChild(u)),p&&(i.style.borderRadius=(h=p.borderRadius)!=null?h:"10px",i.style.padding=(y=p.padding)!=null?y:"6px 4px 6px 12px",i.style.border="1px solid transparent",i.style.transition="background-color 0.15s ease, border-color 0.15s ease",i.addEventListener("mouseenter",()=>{var T,b;i.style.backgroundColor=(T=p.background)!=null?T:"",i.style.borderColor=(b=p.border)!=null?b:""}),i.addEventListener("mouseleave",()=>{i.style.backgroundColor="",i.style.borderColor="transparent"}));let f=Jr({items:t,onSelect:T=>{i.setAttribute("aria-expanded","false"),s(T)},anchor:i,position:o,portal:n});return n||i.appendChild(f.element),i.addEventListener("click",T=>{T.stopPropagation();let b=!f.element.classList.contains("persona-hidden");i.setAttribute("aria-expanded",b?"false":"true"),f.toggle()}),i.addEventListener("keydown",T=>{(T.key==="Enter"||T.key===" ")&&(T.preventDefault(),i.click())}),{element:i,setLabel:T=>{c.textContent=T,i.setAttribute("aria-label",T)},open:()=>{i.setAttribute("aria-expanded","true"),f.show()},close:()=>{i.setAttribute("aria-expanded","false"),f.hide()},toggle:()=>{let T=!f.element.classList.contains("persona-hidden");i.setAttribute("aria-expanded",T?"false":"true"),f.toggle()},destroy:()=>{f.destroy(),i.remove()}}}var PT=r=>{var t;let a=Lr({config:r.config,showClose:r.showClose,onClose:r.onClose,onClearChat:r.onClearChat}),e=(t=r.layoutHeaderConfig)==null?void 0:t.onTitleClick;if(e){let s=a.headerTitle.parentElement;s&&(s.style.cursor="pointer",s.setAttribute("role","button"),s.setAttribute("tabindex","0"),s.addEventListener("click",()=>e()),s.addEventListener("keydown",o=>{(o.key==="Enter"||o.key===" ")&&(o.preventDefault(),e())}))}return a};function jB(r,a,e){var t,s,o;if(a!=null&&a.length)for(let n of a){let l=v("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-md persona-border-none persona-bg-transparent persona-p-0 persona-text-persona-muted hover:persona-opacity-80");if(l.type="button",l.setAttribute("aria-label",(s=(t=n.ariaLabel)!=null?t:n.label)!=null?s:n.id),n.icon){let p=ve(n.icon,14,"currentColor",2);p&&l.appendChild(p)}else n.label&&(l.textContent=n.label);if((o=n.menuItems)!=null&&o.length){let p=v("div","persona-relative");p.appendChild(l);let i=Jr({items:n.menuItems,onSelect:c=>e==null?void 0:e(c),anchor:p,position:"bottom-left"});p.appendChild(i.element),l.addEventListener("click",c=>{c.stopPropagation(),i.toggle()}),r.appendChild(p)}else l.addEventListener("click",()=>e==null?void 0:e(n.id)),r.appendChild(l)}}var RT=r=>{var g,L,m,M,k,w,I,N,_;let{config:a,showClose:e=!0,onClose:t,layoutHeaderConfig:s,onHeaderAction:o}=r,n=(g=a==null?void 0:a.launcher)!=null?g:{},l=v("div","persona-flex persona-items-center persona-justify-between persona-px-6 persona-py-4");l.setAttribute("data-persona-theme-zone","header"),l.style.backgroundColor="var(--persona-header-bg, var(--persona-surface, #ffffff))",l.style.borderBottomColor="var(--persona-header-border, var(--persona-divider, #f1f5f9))",l.style.boxShadow="var(--persona-header-shadow, none)",l.style.borderBottom="var(--persona-header-border-bottom, 1px solid var(--persona-header-border, var(--persona-divider, #f1f5f9)))";let p=s==null?void 0:s.titleMenu,i,c;if(p)i=Pk({label:(L=n.title)!=null?L:"Chat Assistant",menuItems:p.menuItems,onSelect:p.onSelect,hover:p.hover,className:""}).element,i.style.color=za.titleColor,c=(m=i.querySelector(".persona-combo-btn-label"))!=null?m:i;else{if(i=v("div","persona-flex persona-min-w-0 persona-flex-1 persona-items-center persona-gap-1"),c=v("span","persona-text-base persona-font-semibold persona-truncate"),c.style.color=za.titleColor,c.textContent=(M=n.title)!=null?M:"Chat Assistant",i.appendChild(c),jB(i,s==null?void 0:s.trailingActions,(k=s==null?void 0:s.onAction)!=null?k:o),s!=null&&s.onTitleClick){i.style.cursor="pointer",i.setAttribute("role","button"),i.setAttribute("tabindex","0");let Y=s.onTitleClick;i.addEventListener("click",Ce=>{Ce.target.closest("button")||Y()}),i.addEventListener("keydown",Ce=>{(Ce.key==="Enter"||Ce.key===" ")&&(Ce.preventDefault(),Y())})}let R=s==null?void 0:s.titleRowHover;R&&(i.style.borderRadius=(w=R.borderRadius)!=null?w:"10px",i.style.padding=(I=R.padding)!=null?I:"6px 4px 6px 12px",i.style.margin="-6px 0 -6px -12px",i.style.border="1px solid transparent",i.style.transition="background-color 0.15s ease, border-color 0.15s ease",i.style.width="fit-content",i.style.flex="none",i.addEventListener("mouseenter",()=>{var Y,Ce;i.style.backgroundColor=(Y=R.background)!=null?Y:"",i.style.borderColor=(Ce=R.border)!=null?Ce:""}),i.addEventListener("mouseleave",()=>{i.style.backgroundColor="",i.style.borderColor="transparent"}))}l.appendChild(i);let u=(N=n.closeButtonSize)!=null?N:"32px",f=v("div",""),h=v("button","persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-bg-gray-100 persona-cursor-pointer persona-border-none");h.style.height=u,h.style.width=u,h.type="button",h.setAttribute("aria-label","Close chat"),h.style.display=e?"":"none",h.style.color=n.closeButtonColor||za.actionIconColor;let y=(_=n.closeButtonIconName)!=null?_:"x",T=ve(y,"20px","currentColor",2);T?h.appendChild(T):h.textContent="\xD7",t&&h.addEventListener("click",t),f.appendChild(h),l.appendChild(f);let b=v("div");b.style.display="none";let C=v("span");return C.style.display="none",{header:l,iconHolder:b,headerTitle:c,headerSubtitle:C,closeButton:h,closeButtonWrapper:f,clearChatButton:null,clearChatButtonWrapper:null}},Rk={default:PT,minimal:RT},IT=r=>{var a;return(a=Rk[r])!=null?a:Rk.default},zi=(r,a,e)=>{var n,l,p;if(a!=null&&a.render){let i=a.render({config:r,onClose:e==null?void 0:e.onClose,onClearChat:e==null?void 0:e.onClearChat,trailingActions:a.trailingActions,onAction:a.onAction}),c=v("div");c.style.display="none";let u=v("span"),f=v("span"),h=v("button");h.style.display="none";let y=v("div");return y.style.display="none",{header:i,iconHolder:c,headerTitle:u,headerSubtitle:f,closeButton:h,closeButtonWrapper:y,clearChatButton:null,clearChatButtonWrapper:null}}let t=(n=a==null?void 0:a.layout)!=null?n:"default",o=IT(t)({config:r,showClose:(p=(l=a==null?void 0:a.showCloseButton)!=null?l:e==null?void 0:e.showClose)!=null?p:!0,onClose:e==null?void 0:e.onClose,onClearChat:e==null?void 0:e.onClearChat,layoutHeaderConfig:a,onHeaderAction:a==null?void 0:a.onAction});return a&&(a.showIcon===!1&&(o.iconHolder.style.display="none"),a.showTitle===!1&&(o.headerTitle.style.display="none"),a.showSubtitle===!1&&(o.headerSubtitle.style.display="none"),a.showCloseButton===!1&&(o.closeButton.style.display="none"),a.showClearChat===!1&&o.clearChatButtonWrapper&&(o.clearChatButtonWrapper.style.display="none")),o};var _i=r=>{var Be,lt,yt,G,K,de,j,$,ne,Qe,ae,oe,wt,it,Rt,Xt,_e,pe,De,Tt,At,qe,rt,la,ea,ta,q;let{config:a}=r,e=v("div","persona-widget-footer persona-border-t-persona-divider persona-bg-persona-surface persona-px-6 persona-py-4");e.setAttribute("data-persona-theme-zone","composer");let t=v("div","persona-mb-3 persona-flex persona-flex-wrap persona-gap-2"),s=v("form","persona-widget-composer persona-flex persona-flex-col persona-gap-2 persona-rounded-2xl persona-border persona-border-gray-200 persona-bg-persona-input-background persona-px-4 persona-py-3");s.setAttribute("data-persona-composer-form",""),s.style.outline="none";let o=v("textarea");o.setAttribute("data-persona-composer-input",""),o.placeholder=(lt=(Be=a==null?void 0:a.copy)==null?void 0:Be.inputPlaceholder)!=null?lt:"Type your message\u2026",o.className="persona-w-full persona-min-h-[24px] persona-resize-none persona-border-none persona-bg-transparent persona-text-sm persona-text-persona-primary focus:persona-outline-none focus:persona-border-none persona-composer-textarea",o.rows=1,o.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',o.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))";let p=3*20;o.style.maxHeight=`${p}px`,o.style.overflowY="auto";let i=()=>{o.style.height="auto";let Pe=Math.min(o.scrollHeight,p);o.style.height=`${Pe}px`};o.addEventListener("input",i),o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.addEventListener("focus",()=>{o.style.border="none",o.style.outline="none",o.style.borderWidth="0",o.style.borderStyle="none",o.style.borderColor="transparent",o.style.boxShadow="none"}),o.addEventListener("blur",()=>{o.style.border="none",o.style.outline="none"});let c=(yt=a==null?void 0:a.sendButton)!=null?yt:{},u=(G=c.useIcon)!=null?G:!1,f=(K=c.iconText)!=null?K:"\u2191",h=c.iconName,y=(de=c.tooltipText)!=null?de:"Send message",T=(j=c.showTooltip)!=null?j:!1,b=($=c.size)!=null?$:"40px",C=c.backgroundColor,g=c.textColor,L=v("div","persona-send-button-wrapper"),m=v("button",u?"persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer":"persona-rounded-button persona-bg-persona-accent persona-px-4 persona-py-2 persona-text-sm persona-font-semibold disabled:persona-opacity-50 persona-cursor-pointer");if(m.type="submit",m.setAttribute("data-persona-composer-submit",""),u){if(m.style.width=b,m.style.height=b,m.style.minWidth=b,m.style.minHeight=b,m.style.fontSize="18px",m.style.lineHeight="1",m.innerHTML="",g?m.style.color=g:m.style.color="var(--persona-button-primary-fg, #ffffff)",h){let Pe=parseFloat(b)||24,ue=(g==null?void 0:g.trim())||"currentColor",Xe=ve(h,Pe,ue,2);Xe?m.appendChild(Xe):m.textContent=f}else m.textContent=f;C?m.style.backgroundColor=C:m.classList.add("persona-bg-persona-primary")}else m.textContent=(Qe=(ne=a==null?void 0:a.copy)==null?void 0:ne.sendButtonLabel)!=null?Qe:"Send",g?m.style.color=g:m.classList.add("persona-text-white");if(c.borderWidth&&(m.style.borderWidth=c.borderWidth,m.style.borderStyle="solid"),c.borderColor&&(m.style.borderColor=c.borderColor),c.paddingX?(m.style.paddingLeft=c.paddingX,m.style.paddingRight=c.paddingX):(m.style.paddingLeft="",m.style.paddingRight=""),c.paddingY?(m.style.paddingTop=c.paddingY,m.style.paddingBottom=c.paddingY):(m.style.paddingTop="",m.style.paddingBottom=""),T&&y){let Pe=v("div","persona-send-button-tooltip");Pe.textContent=y,L.appendChild(Pe)}L.appendChild(m);let M=(ae=a==null?void 0:a.voiceRecognition)!=null?ae:{},k=M.enabled===!0,w=null,I=null,N=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),_=((oe=M.provider)==null?void 0:oe.type)==="runtype";if(k&&(N||_)){I=v("div","persona-send-button-wrapper"),w=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer"),w.type="button",w.setAttribute("data-persona-composer-mic",""),w.setAttribute("aria-label","Start voice recognition");let Pe=(wt=M.iconName)!=null?wt:"mic",ue=(it=M.iconSize)!=null?it:b,Xe=parseFloat(ue)||24,Ie=(Rt=M.backgroundColor)!=null?Rt:C,se=(Xt=M.iconColor)!=null?Xt:g;w.style.width=ue,w.style.height=ue,w.style.minWidth=ue,w.style.minHeight=ue,w.style.fontSize="18px",w.style.lineHeight="1",se?w.style.color=se:w.style.color="var(--persona-text, #111827)";let Ne=ve(Pe,Xe,se||"currentColor",1.5);Ne?w.appendChild(Ne):w.textContent="\u{1F3A4}",Ie&&(w.style.backgroundColor=Ie),M.borderWidth&&(w.style.borderWidth=M.borderWidth,w.style.borderStyle="solid"),M.borderColor&&(w.style.borderColor=M.borderColor),M.paddingX&&(w.style.paddingLeft=M.paddingX,w.style.paddingRight=M.paddingX),M.paddingY&&(w.style.paddingTop=M.paddingY,w.style.paddingBottom=M.paddingY),I.appendChild(w);let mt=(_e=M.tooltipText)!=null?_e:"Start voice recognition";if(((pe=M.showTooltip)!=null?pe:!1)&&mt){let xt=v("div","persona-send-button-tooltip");xt.textContent=mt,I.appendChild(xt)}}let Y=(De=a==null?void 0:a.attachments)!=null?De:{},Ce=Y.enabled===!0,ee=null,Ee=null,Fe=null,me=null;if(Ce){me=v("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),me.style.display="none",Fe=v("input"),Fe.type="file",Fe.accept=((Tt=Y.allowedTypes)!=null?Tt:Tr).join(","),Fe.multiple=((At=Y.maxFiles)!=null?At:4)>1,Fe.style.display="none",Fe.setAttribute("aria-label","Attach files"),Ee=v("div","persona-send-button-wrapper"),ee=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),ee.type="button",ee.setAttribute("aria-label",(qe=Y.buttonTooltipText)!=null?qe:"Attach file");let Pe=(rt=Y.buttonIconName)!=null?rt:"paperclip",ue=b,Xe=parseFloat(ue)||40,Ie=Math.round(Xe*.6);ee.style.width=ue,ee.style.height=ue,ee.style.minWidth=ue,ee.style.minHeight=ue,ee.style.fontSize="18px",ee.style.lineHeight="1",ee.style.backgroundColor="transparent",ee.style.color="var(--persona-primary, #111827)",ee.style.border="none",ee.style.borderRadius="6px",ee.style.transition="background-color 0.15s ease",ee.addEventListener("mouseenter",()=>{ee.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),ee.addEventListener("mouseleave",()=>{ee.style.backgroundColor="transparent"});let se=ve(Pe,Ie,"currentColor",1.5);se?ee.appendChild(se):ee.textContent="\u{1F4CE}",ee.addEventListener("click",mt=>{mt.preventDefault(),Fe==null||Fe.click()}),Ee.appendChild(ee);let ge=(la=Y.buttonTooltipText)!=null?la:"Attach file",Ne=v("div","persona-send-button-tooltip");Ne.textContent=ge,Ee.appendChild(Ne)}s.addEventListener("click",Pe=>{Pe.target!==m&&Pe.target!==L&&Pe.target!==w&&Pe.target!==I&&Pe.target!==ee&&Pe.target!==Ee&&o.focus()}),me&&(me.style.gap="8px",s.append(me)),Fe&&s.append(Fe),s.append(o);let Me=v("div","persona-flex persona-items-center persona-justify-between persona-w-full"),He=v("div","persona-flex persona-items-center persona-gap-2");Ee&&He.append(Ee);let Q=v("div","persona-flex persona-items-center persona-gap-1");I&&Q.append(I),Q.append(L),Me.append(He,Q),s.append(Me);let te=(ea=a==null?void 0:a.statusIndicator)!=null?ea:{},xe=te.align==="left"?"persona-text-left":te.align==="center"?"persona-text-center":"persona-text-right",we=v("div",`persona-mt-2 ${xe} persona-text-xs persona-text-persona-muted`);we.setAttribute("data-persona-composer-status","");let We=(ta=te.visible)!=null?ta:!0;we.style.display=We?"":"none";let he=(q=te.idleText)!=null?q:"Online";if(te.idleLink){let Pe=v("a");Pe.href=te.idleLink,Pe.target="_blank",Pe.rel="noopener noreferrer",Pe.textContent=he,Pe.style.color="inherit",Pe.style.textDecoration="none",we.appendChild(Pe)}else we.textContent=he;return e.append(t,s,we),{footer:e,suggestions:t,composerForm:s,textarea:o,sendButton:m,sendButtonWrapper:L,micButton:w,micButtonWrapper:I,statusText:we,attachmentButton:ee,attachmentButtonWrapper:Ee,attachmentInput:Fe,attachmentPreviewsContainer:me,actionsRow:Me,leftActions:He,rightActions:Q}};var YP=r=>{var i,c,u,f,h,y,T,b,C;let a=(c=(i=r==null?void 0:r.launcher)==null?void 0:i.enabled)!=null?c:!0;if(ca(r)){let g=v("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col"),L=v("div","persona-relative persona-h-full persona-w-full persona-flex persona-flex-1 persona-min-h-0 persona-flex-col");return g.appendChild(L),{wrapper:g,panel:L}}if(!a){let g=v("div","persona-relative persona-h-full persona-flex persona-flex-col persona-flex-1 persona-min-h-0"),L=v("div","persona-relative persona-flex-1 persona-flex persona-flex-col persona-min-h-0"),m=(f=(u=r==null?void 0:r.launcher)==null?void 0:u.width)!=null?f:"100%";return g.style.width=m,L.style.width="100%",g.appendChild(L),{wrapper:g,panel:L}}let t=(h=r==null?void 0:r.launcher)!=null?h:{},s=t.position&&ur[t.position]?ur[t.position]:ur["bottom-right"],o=v("div",`persona-widget-wrapper persona-fixed ${s} persona-transition`);o.style.zIndex=String((T=(y=r==null?void 0:r.launcher)==null?void 0:y.zIndex)!=null?T:Na);let n=v("div","persona-widget-panel persona-relative persona-min-h-[320px]"),l=(C=(b=r==null?void 0:r.launcher)==null?void 0:b.width)!=null?C:r==null?void 0:r.launcherWidth,p=l!=null?l:"min(400px, calc(100vw - 24px))";return n.style.width=p,n.style.maxWidth=p,o.appendChild(n),{wrapper:o,panel:n}},QP=(r,a=!0)=>{var b,C,g,L,m,M,k,w,I;let e=v("div","persona-widget-container persona-flex persona-h-full persona-w-full persona-flex-1 persona-min-h-0 persona-flex-col persona-bg-persona-surface persona-text-persona-primary persona-rounded-2xl persona-overflow-hidden persona-border persona-border-persona-border");e.setAttribute("data-persona-theme-zone","container");let t=(b=r==null?void 0:r.layout)==null?void 0:b.header,s=((C=r==null?void 0:r.layout)==null?void 0:C.showHeader)!==!1,o=t?zi(r,t,{showClose:a}):Lr({config:r,showClose:a}),n=v("div","persona-widget-body persona-flex persona-flex-1 persona-min-h-0 persona-flex-col persona-gap-6 persona-overflow-y-auto persona-bg-persona-container persona-px-6 persona-py-6");n.id="persona-scroll-container",n.setAttribute("data-persona-theme-zone","messages");let l=ca(r)?"persona-rounded-2xl persona-bg-persona-surface persona-p-6":"persona-rounded-2xl persona-bg-persona-surface persona-p-6 persona-shadow-sm",p=v("div",l),i=v("h2","persona-text-lg persona-font-semibold persona-text-persona-primary");i.textContent=(L=(g=r==null?void 0:r.copy)==null?void 0:g.welcomeTitle)!=null?L:"Hello \u{1F44B}";let c=v("p","persona-mt-2 persona-text-sm persona-text-persona-muted");c.textContent=(M=(m=r==null?void 0:r.copy)==null?void 0:m.welcomeSubtitle)!=null?M:"Ask anything about your account or products.",p.append(i,c);let u=v("div","persona-flex persona-flex-col persona-gap-3"),f=(k=r==null?void 0:r.layout)==null?void 0:k.contentMaxWidth;f&&(u.style.maxWidth=f,u.style.marginLeft="auto",u.style.marginRight="auto",u.style.width="100%"),p.setAttribute("data-persona-intro-card",""),((w=r==null?void 0:r.copy)==null?void 0:w.showWelcomeCard)!==!1||(p.style.display="none",n.classList.remove("persona-gap-6"),n.classList.add("persona-gap-3")),n.append(p,u);let y=_i({config:r}),T=((I=r==null?void 0:r.layout)==null?void 0:I.showFooter)!==!1;return s?ho(e,o,r):(o.header.style.display="none",ho(e,o,r)),e.append(n),T||(y.footer.style.display="none"),e.append(y.footer),{container:e,body:n,messagesWrapper:u,suggestions:y.suggestions,textarea:y.textarea,sendButton:y.sendButton,sendButtonWrapper:y.sendButtonWrapper,micButton:y.micButton,micButtonWrapper:y.micButtonWrapper,composerForm:y.composerForm,statusText:y.statusText,introTitle:i,introSubtitle:c,closeButton:o.closeButton,closeButtonWrapper:o.closeButtonWrapper,clearChatButton:o.clearChatButton,clearChatButtonWrapper:o.clearChatButtonWrapper,iconHolder:o.iconHolder,headerTitle:o.headerTitle,headerSubtitle:o.headerSubtitle,header:o.header,footer:y.footer,attachmentButton:y.attachmentButton,attachmentButtonWrapper:y.attachmentButtonWrapper,attachmentInput:y.attachmentInput,attachmentPreviewsContainer:y.attachmentPreviewsContainer,actionsRow:y.actionsRow,leftActions:y.leftActions,rightActions:y.rightActions}};var GB=r=>{let a=r.toLowerCase();return a.startsWith("data:image/svg+xml")?!1:!!(/^(?:https?|blob):/i.test(r)||a.startsWith("data:image/")||!r.includes(":"))},ZB=320,XB=320,JB=r=>!r.contentParts||r.contentParts.length===0?[]:r.contentParts.filter(a=>a.type==="image"&&typeof a.image=="string"&&a.image.trim().length>0),KB=(r,a,e)=>{if(r.length===0)return null;try{let t=v("div","persona-flex persona-flex-col persona-gap-2");t.setAttribute("data-message-attachments","images"),a&&(t.style.marginBottom="8px");let s=0,o=!1,n=()=>{o||(o=!0,t.remove(),e==null||e())};return r.forEach((l,p)=>{var u;let i=v("img");i.alt=((u=l.alt)==null?void 0:u.trim())||`Attached image ${p+1}`,i.loading="lazy",i.decoding="async",i.referrerPolicy="no-referrer",i.style.display="block",i.style.width="100%",i.style.maxWidth=`${ZB}px`,i.style.maxHeight=`${XB}px`,i.style.height="auto",i.style.objectFit="contain",i.style.borderRadius="10px",i.style.backgroundColor="var(--persona-attachment-image-bg, var(--persona-container, #f3f4f6))",i.style.border="1px solid var(--persona-attachment-image-border, var(--persona-border, #e5e7eb))";let c=!1;s+=1,i.addEventListener("error",()=>{c||(c=!0,s=Math.max(0,s-1),i.remove(),s===0&&n())}),i.addEventListener("load",()=>{c=!0}),GB(l.image)?(i.src=l.image,t.appendChild(i)):(c=!0,s=Math.max(0,s-1),i.remove())}),s===0?(n(),null):t}catch{return e==null||e(),null}},mo=()=>{let r=document.createElement("div");r.className="persona-flex persona-items-center persona-space-x-1 persona-h-5 persona-mt-2";let a=document.createElement("div");a.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",a.style.backgroundColor="currentColor",a.style.opacity="0.4",a.style.animationDelay="0ms";let e=document.createElement("div");e.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",e.style.backgroundColor="currentColor",e.style.opacity="0.4",e.style.animationDelay="250ms";let t=document.createElement("div");t.className="persona-animate-typing persona-rounded-full persona-h-1.5 persona-w-1.5",t.style.backgroundColor="currentColor",t.style.opacity="0.4",t.style.animationDelay="500ms";let s=document.createElement("span");return s.className="persona-sr-only",s.textContent="Loading",r.appendChild(a),r.appendChild(e),r.appendChild(t),r.appendChild(s),r},BT=(r,a,e)=>{let t={config:e!=null?e:{},streaming:!0,location:r,defaultRenderer:mo};if(a){let s=a(t);if(s!==null)return s}return mo()},YB=(r,a)=>{let e=v("div","persona-flex-shrink-0 persona-w-8 persona-h-8 persona-rounded-full persona-flex persona-items-center persona-justify-center persona-text-sm"),t=a==="user"?r.userAvatar:r.assistantAvatar;if(t)if(t.startsWith("http")||t.startsWith("/")||t.startsWith("data:")){let s=v("img");s.src=t,s.alt=a==="user"?"User":"Assistant",s.className="persona-w-full persona-h-full persona-rounded-full persona-object-cover",e.appendChild(s)}else e.textContent=t,e.classList.add(a==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");else e.textContent=a==="user"?"U":"A",e.classList.add(a==="user"?"persona-bg-persona-accent":"persona-bg-persona-primary","persona-text-white");return e},eR=(r,a)=>{let e=v("div","persona-text-xs persona-text-persona-muted"),t=new Date(r.createdAt);return a.format?e.textContent=a.format(t):e.textContent=t.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),e},QB=(r,a="bubble")=>{let e=["persona-message-bubble","persona-max-w-[85%]"];switch(a){case"flat":r==="user"?e.push("persona-message-user-bubble","persona-ml-auto","persona-text-persona-primary","persona-py-2"):e.push("persona-message-assistant-bubble","persona-text-persona-primary","persona-py-2");break;case"minimal":e.push("persona-text-sm","persona-leading-relaxed"),r==="user"?e.push("persona-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-3","persona-py-2","persona-rounded-lg"):e.push("persona-message-assistant-bubble","persona-bg-persona-surface","persona-text-persona-primary","persona-px-3","persona-py-2","persona-rounded-lg");break;default:e.push("persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm"),r==="user"?e.push("persona-message-user-bubble","persona-ml-auto","persona-bg-persona-accent","persona-text-white","persona-px-5","persona-py-3"):e.push("persona-message-assistant-bubble","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-px-5","persona-py-3");break}return e},DT=(r,a,e)=>{var h,y,T,b,C,g;let t=(h=a.showCopy)!=null?h:!0,s=(y=a.showUpvote)!=null?y:!0,o=(T=a.showDownvote)!=null?T:!0;if(!t&&!s&&!o){let L=v("div");return L.style.display="none",L.id=`actions-${r.id}`,L.setAttribute("data-actions-for",r.id),L}let n=(b=a.visibility)!=null?b:"hover",l=(C=a.align)!=null?C:"right",p=(g=a.layout)!=null?g:"pill-inside",i={left:"persona-message-actions-left",center:"persona-message-actions-center",right:"persona-message-actions-right"}[l],c={"pill-inside":"persona-message-actions-pill","row-inside":"persona-message-actions-row"}[p],u=v("div",`persona-message-actions persona-flex persona-items-center persona-gap-1 persona-mt-2 ${i} ${c} ${n==="hover"?"persona-message-actions-hover":""}`);u.id=`actions-${r.id}`,u.setAttribute("data-actions-for",r.id);let f=(L,m,M)=>{let k=_t({icon:L,label:m,size:14,className:"persona-message-action-btn"});return k.setAttribute("data-action",M),k};return t&&u.appendChild(f("copy","Copy message","copy")),s&&u.appendChild(f("thumbs-up","Upvote","upvote")),o&&u.appendChild(f("thumbs-down","Downvote","downvote")),u},qi=(r,a,e,t,s,o)=>{var _,R,Y,Ce,ee,Ee,Fe;let n=e!=null?e:{},l=(_=n.layout)!=null?_:"bubble",p=n.avatar,i=n.timestamp,c=(R=p==null?void 0:p.show)!=null?R:!1,u=(Y=i==null?void 0:i.show)!=null?Y:!1,f=(Ce=p==null?void 0:p.position)!=null?Ce:"left",h=(ee=i==null?void 0:i.position)!=null?ee:"below",y=QB(r.role,l),T=v("div",y.join(" "));T.id=`bubble-${r.id}`,T.setAttribute("data-message-id",r.id),T.setAttribute("data-persona-theme-zone",r.role==="user"?"user-message":"assistant-message"),r.role==="user"?(T.style.backgroundColor="var(--persona-message-user-bg, var(--persona-accent))",T.style.color="var(--persona-message-user-text, white)"):r.role==="assistant"&&(T.style.backgroundColor="var(--persona-message-assistant-bg, var(--persona-surface))",T.style.color="var(--persona-message-assistant-text, var(--persona-text))");let b=JB(r),C=(Fe=(Ee=r.content)==null?void 0:Ee.trim())!=null?Fe:"",L=b.length>0&&C===d1,m=document.createElement("div");m.classList.add("persona-message-content");let M=a({text:r.content,message:r,streaming:!!r.streaming,raw:r.rawContent}),k=null;if(L?(k=document.createElement("div"),k.innerHTML=M,k.style.display="none",m.appendChild(k)):m.innerHTML=M,u&&h==="inline"&&r.createdAt){let me=eR(r,i);me.classList.add("persona-ml-2","persona-inline"),m.appendChild(me)}if(b.length>0){let me=KB(b,!L&&!!C,()=>{L&&k&&(k.style.display="")});me?T.appendChild(me):L&&k&&(k.style.display="")}if(T.appendChild(m),u&&h==="below"&&r.createdAt){let me=eR(r,i);me.classList.add("persona-mt-1"),T.appendChild(me)}if(r.streaming&&r.role==="assistant"&&(!r.content||!r.content.trim())){let me=BT("inline",o==null?void 0:o.loadingIndicatorRenderer,o==null?void 0:o.widgetConfig);me&&T.appendChild(me)}if(r.role==="assistant"&&!r.streaming&&r.content&&r.content.trim()&&(t==null?void 0:t.enabled)!==!1&&t){let me=DT(r,t,s);T.appendChild(me)}if(!c||r.role==="system")return T;let I=v("div",`persona-flex persona-gap-2 ${r.role==="user"?"persona-flex-row-reverse":""}`),N=YB(p,r.role);return f==="right"||f==="left"&&r.role==="user"?I.append(T,N):I.append(N,T),T.classList.remove("persona-max-w-[85%]"),T.classList.add("persona-max-w-[calc(85%-2.5rem)]"),I},tR=(r,a,e,t,s,o)=>{let n=e!=null?e:{};return r.role==="user"&&n.renderUserMessage?n.renderUserMessage({message:r,config:{},streaming:!!r.streaming}):r.role==="assistant"&&n.renderAssistantMessage?n.renderAssistantMessage({message:r,config:{},streaming:!!r.streaming}):qi(r,a,e,t,s,o)};var Ui=new Set,aR=(r,a)=>{let e=Ui.has(r),t=a.querySelector('button[data-expand-header="true"]'),s=a.querySelector(".persona-border-t");if(!t||!s)return;t.setAttribute("aria-expanded",e?"true":"false");let o=t.querySelector(".persona-ml-auto"),n=o==null?void 0:o.querySelector(":scope > .persona-flex.persona-items-center");if(n){n.innerHTML="";let p=ve(e?"chevron-up":"chevron-down",16,"currentColor",2);p?n.appendChild(p):n.textContent=e?"Hide":"Show"}s.style.display=e?"":"none"},VT=r=>{let a=r.reasoning,e=v("div",["persona-message-bubble","persona-reasoning-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-shadow-sm","persona-overflow-hidden","persona-px-0","persona-py-0"].join(" "));if(e.id=`bubble-${r.id}`,e.setAttribute("data-message-id",r.id),!a)return e;let t=Ui.has(r.id),s=v("button","persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-pointer persona-border-none");s.type="button",s.setAttribute("aria-expanded",t?"true":"false"),s.setAttribute("data-expand-header","true"),s.setAttribute("data-bubble-type","reasoning");let o=v("div","persona-flex persona-flex-col persona-text-left"),n=v("span","persona-text-xs persona-text-persona-primary");n.textContent="Thinking...",o.appendChild(n);let l=v("span","persona-text-xs persona-text-persona-primary");l.textContent=SP(a),o.appendChild(l),a.status==="complete"?n.style.display="none":n.style.display="";let p=v("div","persona-flex persona-items-center"),c=ve(t?"chevron-up":"chevron-down",16,"currentColor",2);c?p.appendChild(c):p.textContent=t?"Hide":"Show";let u=v("div","persona-flex persona-items-center persona-ml-auto");u.append(p),s.append(o,u);let f=v("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-px-4 persona-py-3");f.style.display=t?"":"none";let h=a.chunks.join(""),y=v("div","persona-whitespace-pre-wrap persona-text-xs persona-leading-snug persona-text-persona-muted");return y.textContent=h||(a.status==="complete"?"No additional context was shared.":"Waiting for details\u2026"),f.appendChild(y),(()=>{s.setAttribute("aria-expanded",t?"true":"false"),p.innerHTML="";let C=ve(t?"chevron-up":"chevron-down",16,"currentColor",2);C?p.appendChild(C):p.textContent=t?"Hide":"Show",f.style.display=t?"":"none"})(),e.append(s,f),e};var $i=new Set,rR=(r,a,e)=>{var i;let t=$i.has(r),s=(i=e==null?void 0:e.toolCall)!=null?i:{},o=a.querySelector('button[data-expand-header="true"]'),n=a.querySelector(".persona-border-t");if(!o||!n)return;o.setAttribute("aria-expanded",t?"true":"false");let l=o.querySelector(".persona-ml-auto"),p=l==null?void 0:l.querySelector(":scope > .persona-flex.persona-items-center");if(p){p.innerHTML="";let c=s.toggleTextColor||s.headerTextColor||"currentColor",u=ve(t?"chevron-up":"chevron-down",16,c,2);u?p.appendChild(u):p.textContent=t?"Hide":"Show"}n.style.display=t?"":"none"},FT=(r,a)=>{var T;let e=r.toolCall,t=(T=a==null?void 0:a.toolCall)!=null?T:{},s=v("div",["persona-message-bubble","persona-tool-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-shadow-sm","persona-overflow-hidden","persona-px-0","persona-py-0"].join(" "));if(s.id=`bubble-${r.id}`,s.setAttribute("data-message-id",r.id),t.backgroundColor&&(s.style.backgroundColor=t.backgroundColor),t.borderColor&&(s.style.borderColor=t.borderColor),t.borderWidth&&(s.style.borderWidth=t.borderWidth),t.borderRadius&&(s.style.borderRadius=t.borderRadius),!e)return s;let o=$i.has(r.id),n=v("button","persona-flex persona-w-full persona-items-center persona-justify-between persona-gap-3 persona-bg-transparent persona-px-4 persona-py-3 persona-text-left persona-cursor-pointer persona-border-none");n.type="button",n.setAttribute("aria-expanded",o?"true":"false"),n.setAttribute("data-expand-header","true"),n.setAttribute("data-bubble-type","tool"),t.headerBackgroundColor&&(n.style.backgroundColor=t.headerBackgroundColor),t.headerPaddingX&&(n.style.paddingLeft=t.headerPaddingX,n.style.paddingRight=t.headerPaddingX),t.headerPaddingY&&(n.style.paddingTop=t.headerPaddingY,n.style.paddingBottom=t.headerPaddingY);let l=v("div","persona-flex persona-flex-col persona-text-left"),p=v("span","persona-text-xs persona-text-persona-primary");t.headerTextColor&&(p.style.color=t.headerTextColor),p.textContent=AP(e),l.appendChild(p);let i=v("div","persona-flex persona-items-center"),c=t.toggleTextColor||t.headerTextColor||"currentColor",u=ve(o?"chevron-up":"chevron-down",16,c,2);u?i.appendChild(u):i.textContent=o?"Hide":"Show";let f=v("div","persona-flex persona-items-center persona-gap-2 persona-ml-auto");f.append(i),n.append(l,f);let h=v("div","persona-border-t persona-border-gray-200 persona-bg-gray-50 persona-space-y-3 persona-px-4 persona-py-3");if(h.style.display=o?"":"none",t.contentBackgroundColor&&(h.style.backgroundColor=t.contentBackgroundColor),t.contentTextColor&&(h.style.color=t.contentTextColor),t.contentPaddingX&&(h.style.paddingLeft=t.contentPaddingX,h.style.paddingRight=t.contentPaddingX),t.contentPaddingY&&(h.style.paddingTop=t.contentPaddingY,h.style.paddingBottom=t.contentPaddingY),e.name){let b=v("div","persona-text-xs persona-text-persona-muted persona-italic");t.contentTextColor?b.style.color=t.contentTextColor:t.headerTextColor&&(b.style.color=t.headerTextColor),b.textContent=e.name,h.appendChild(b)}if(e.args!==void 0){let b=v("div","persona-space-y-1"),C=v("div","persona-text-xs persona-text-persona-muted");t.labelTextColor&&(C.style.color=t.labelTextColor),C.textContent="Arguments";let g=v("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");g.style.fontSize="0.75rem",g.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(g.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(g.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(g.style.color=t.codeBlockTextColor),g.textContent=vd(e.args),b.append(C,g),h.appendChild(b)}if(e.chunks&&e.chunks.length){let b=v("div","persona-space-y-1"),C=v("div","persona-text-xs persona-text-persona-muted");t.labelTextColor&&(C.style.color=t.labelTextColor),C.textContent="Activity";let g=v("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");g.style.fontSize="0.75rem",g.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(g.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(g.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(g.style.color=t.codeBlockTextColor),g.textContent=e.chunks.join(`
66
+ `),b.append(C,g),h.appendChild(b)}if(e.status==="complete"&&e.result!==void 0){let b=v("div","persona-space-y-1"),C=v("div","persona-text-xs persona-text-persona-muted");t.labelTextColor&&(C.style.color=t.labelTextColor),C.textContent="Result";let g=v("pre","persona-max-h-48 persona-overflow-auto persona-whitespace-pre-wrap persona-rounded-lg persona-border persona-border-gray-100 persona-bg-white persona-px-3 persona-py-2 persona-text-xs persona-text-persona-primary");g.style.fontSize="0.75rem",g.style.lineHeight="1rem",t.codeBlockBackgroundColor&&(g.style.backgroundColor=t.codeBlockBackgroundColor),t.codeBlockBorderColor&&(g.style.borderColor=t.codeBlockBorderColor),t.codeBlockTextColor&&(g.style.color=t.codeBlockTextColor),g.textContent=vd(e.result),b.append(C,g),h.appendChild(b)}if(e.status==="complete"&&typeof e.duration=="number"){let b=v("div","persona-text-xs persona-text-persona-muted");t.contentTextColor&&(b.style.color=t.contentTextColor),b.textContent=`Duration: ${e.duration}ms`,h.appendChild(b)}return(()=>{n.setAttribute("aria-expanded",o?"true":"false"),i.innerHTML="";let b=t.toggleTextColor||t.headerTextColor||"currentColor",C=ve(o?"chevron-up":"chevron-down",16,b,2);C?i.appendChild(C):i.textContent=o?"Hide":"Show",h.style.display=o?"":"none"})(),s.append(n,h),s};var WT=(r,a)=>{var T,b,C,g,L,m,M,k,w,I,N,_;let e=r.approval,t=(a==null?void 0:a.approval)!==!1?a==null?void 0:a.approval:void 0,s=(e==null?void 0:e.status)==="pending",o=v("div",["persona-approval-bubble","persona-w-full","persona-max-w-[85%]","persona-rounded-2xl","persona-border","persona-shadow-sm","persona-overflow-hidden"].join(" "));if(o.id=`bubble-${r.id}`,o.setAttribute("data-message-id",r.id),o.style.backgroundColor=(T=t==null?void 0:t.backgroundColor)!=null?T:"var(--persona-approval-bg, #fefce8)",o.style.borderColor=(b=t==null?void 0:t.borderColor)!=null?b:"var(--persona-approval-border, #fef08a)",!e)return o;let n=v("div","persona-flex persona-items-start persona-gap-3 persona-px-4 persona-py-3"),l=v("div","persona-flex-shrink-0 persona-mt-0.5");l.setAttribute("data-approval-icon","true");let p=e.status==="denied"?"shield-x":e.status==="timeout"?"shield-alert":"shield-check",i=e.status==="approved"?"var(--persona-feedback-success, #16a34a)":e.status==="denied"?"var(--persona-feedback-error, #dc2626)":e.status==="timeout"?"var(--persona-feedback-warning, #ca8a04)":(C=t==null?void 0:t.titleColor)!=null?C:"currentColor",c=ve(p,20,i,2);c&&l.appendChild(c);let u=v("div","persona-flex-1 persona-min-w-0"),f=v("div","persona-flex persona-items-center persona-gap-2"),h=v("span","persona-text-sm persona-font-medium persona-text-persona-primary");if(t!=null&&t.titleColor&&(h.style.color=t.titleColor),h.textContent=(g=t==null?void 0:t.title)!=null?g:"Approval Required",f.appendChild(h),!s){let R=v("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded-full persona-text-xs persona-font-medium");R.setAttribute("data-approval-status",e.status),e.status==="approved"?(R.style.backgroundColor="var(--persona-palette-colors-success-100, #dcfce7)",R.style.color="var(--persona-palette-colors-success-700, #15803d)",R.textContent="Approved"):e.status==="denied"?(R.style.backgroundColor="var(--persona-palette-colors-error-100, #fee2e2)",R.style.color="var(--persona-palette-colors-error-700, #b91c1c)",R.textContent="Denied"):e.status==="timeout"&&(R.style.backgroundColor="var(--persona-palette-colors-warning-100, #fef3c7)",R.style.color="var(--persona-palette-colors-warning-700, #b45309)",R.textContent="Timeout"),f.appendChild(R)}u.appendChild(f);let y=v("p","persona-text-sm persona-mt-0.5 persona-text-persona-muted");if(t!=null&&t.descriptionColor&&(y.style.color=t.descriptionColor),y.textContent=e.description,u.appendChild(y),e.parameters){let R=v("pre","persona-mt-2 persona-text-xs persona-p-2 persona-rounded persona-overflow-x-auto persona-max-h-32 persona-bg-persona-container persona-text-persona-primary");t!=null&&t.parameterBackgroundColor&&(R.style.backgroundColor=t.parameterBackgroundColor),t!=null&&t.parameterTextColor&&(R.style.color=t.parameterTextColor),R.style.fontSize="0.75rem",R.style.lineHeight="1rem",R.textContent=vd(e.parameters),u.appendChild(R)}if(s){let R=v("div","persona-flex persona-gap-2 persona-mt-2");R.setAttribute("data-approval-buttons","true");let Y=v("button","persona-inline-flex persona-items-center persona-px-3 persona-py-1.5 persona-rounded-md persona-text-xs persona-font-medium persona-border-none persona-cursor-pointer");Y.type="button",Y.style.backgroundColor=(L=t==null?void 0:t.approveButtonColor)!=null?L:"var(--persona-approval-approve-bg, #22c55e)",Y.style.color=(m=t==null?void 0:t.approveButtonTextColor)!=null?m:"#ffffff",Y.setAttribute("data-approval-action","approve");let Ce=ve("shield-check",14,(M=t==null?void 0:t.approveButtonTextColor)!=null?M:"#ffffff",2);Ce&&(Ce.style.marginRight="4px",Y.appendChild(Ce));let ee=document.createTextNode((k=t==null?void 0:t.approveLabel)!=null?k:"Approve");Y.appendChild(ee);let Ee=v("button","persona-inline-flex persona-items-center persona-px-3 persona-py-1.5 persona-rounded-md persona-text-xs persona-font-medium persona-cursor-pointer");Ee.type="button",Ee.style.backgroundColor=(w=t==null?void 0:t.denyButtonColor)!=null?w:"transparent",Ee.style.color=(I=t==null?void 0:t.denyButtonTextColor)!=null?I:"var(--persona-feedback-error, #dc2626)",Ee.style.border=`1px solid ${t!=null&&t.denyButtonTextColor?t.denyButtonTextColor:"var(--persona-palette-colors-error-200, #fca5a5)"}`,Ee.setAttribute("data-approval-action","deny");let Fe=ve("shield-x",14,(N=t==null?void 0:t.denyButtonTextColor)!=null?N:"var(--persona-feedback-error, #dc2626)",2);Fe&&(Fe.style.marginRight="4px",Ee.appendChild(Fe));let me=document.createTextNode((_=t==null?void 0:t.denyLabel)!=null?_:"Deny");Ee.appendChild(me),R.append(Y,Ee),u.appendChild(R)}return n.append(l,u),o.appendChild(n),o};var oR=r=>{let a=[];return{buttons:a,render:(t,s,o,n,l)=>{if(r.innerHTML="",a.length=0,!t||!t.length||(n!=null?n:s?s.getMessages():[]).some(h=>h.role==="user"))return;let c=document.createDocumentFragment(),u=s?s.isStreaming():!1,f=h=>{switch(h){case"serif":return'Georgia, "Times New Roman", Times, serif';case"mono":return'"Courier New", Courier, "Lucida Console", Monaco, monospace';default:return'-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif'}};t.forEach(h=>{let y=v("button","persona-rounded-button persona-bg-persona-surface persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium persona-text-persona-primary hover:persona-opacity-80 persona-cursor-pointer persona-border persona-border-persona-border");y.type="button",y.textContent=h,y.disabled=u,l!=null&&l.fontFamily&&(y.style.fontFamily=f(l.fontFamily)),l!=null&&l.fontWeight&&(y.style.fontWeight=l.fontWeight),l!=null&&l.paddingX&&(y.style.paddingLeft=l.paddingX,y.style.paddingRight=l.paddingX),l!=null&&l.paddingY&&(y.style.paddingTop=l.paddingY,y.style.paddingBottom=l.paddingY),y.addEventListener("click",()=>{!s||s.isStreaming()||(o.value="",s.sendMessage(h))}),c.appendChild(y),a.push(y)}),r.appendChild(c)}}};var Id=class{constructor(a=2e3,e=null){this.head=0;this.count=0;this.totalCaptured=0;this.eventTypesSet=new Set;this.maxSize=a,this.buffer=new Array(a),this.store=e}push(a){var e;this.buffer[this.head]=a,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.totalCaptured++,this.eventTypesSet.add(a.type),(e=this.store)==null||e.put(a)}getAll(){return this.count===0?[]:this.count<this.maxSize?this.buffer.slice(0,this.count):[...this.buffer.slice(this.head,this.maxSize),...this.buffer.slice(0,this.head)]}async restore(){if(!this.store)return 0;let a=await this.store.getAll();if(a.length===0)return 0;let e=a.length>this.maxSize?a.slice(a.length-this.maxSize):a;for(let t of e)this.buffer[this.head]=t,this.head=(this.head+1)%this.maxSize,this.count<this.maxSize&&this.count++,this.eventTypesSet.add(t.type);return this.totalCaptured=a.length,e.length}getAllFromStore(){return this.store?this.store.getAll():Promise.resolve(this.getAll())}getRecent(a){let e=this.getAll();return a>=e.length?e:e.slice(e.length-a)}getSize(){return this.count}getTotalCaptured(){return this.totalCaptured}getEvictedCount(){return this.totalCaptured-this.count}clear(){var a;this.buffer=new Array(this.maxSize),this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(a=this.store)==null||a.clear()}destroy(){var a;this.buffer=[],this.head=0,this.count=0,this.totalCaptured=0,this.eventTypesSet.clear(),(a=this.store)==null||a.destroy()}getEventTypes(){return Array.from(this.eventTypesSet)}};var Bd=class{constructor(a="persona-event-stream",e="events"){this.db=null;this.pendingWrites=[];this.flushScheduled=!1;this.isDestroyed=!1;this.dbName=a,this.storeName=e}open(){return new Promise((a,e)=>{try{let t=indexedDB.open(this.dbName,1);t.onupgradeneeded=()=>{let s=t.result;s.objectStoreNames.contains(this.storeName)||s.createObjectStore(this.storeName,{keyPath:"id"}).createIndex("timestamp","timestamp",{unique:!1})},t.onsuccess=()=>{this.db=t.result,a()},t.onerror=()=>{e(t.error)}}catch(t){e(t)}})}put(a){!this.db||this.isDestroyed||(this.pendingWrites.push(a),this.flushScheduled||(this.flushScheduled=!0,queueMicrotask(()=>this.flushWrites())))}putBatch(a){if(!(!this.db||this.isDestroyed||a.length===0))try{let t=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of a)t.put(s)}catch{}}getAll(){return new Promise((a,e)=>{if(!this.db){a([]);return}try{let n=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).index("timestamp").getAll();n.onsuccess=()=>{a(n.result)},n.onerror=()=>{e(n.error)}}catch(t){e(t)}})}getCount(){return new Promise((a,e)=>{if(!this.db){a(0);return}try{let o=this.db.transaction(this.storeName,"readonly").objectStore(this.storeName).count();o.onsuccess=()=>{a(o.result)},o.onerror=()=>{e(o.error)}}catch(t){e(t)}})}clear(){return new Promise((a,e)=>{if(!this.db){a();return}this.pendingWrites=[];try{let o=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName).clear();o.onsuccess=()=>{a()},o.onerror=()=>{e(o.error)}}catch(t){e(t)}})}close(){this.db&&(this.db.close(),this.db=null)}destroy(){return this.isDestroyed=!0,this.pendingWrites=[],this.close(),new Promise((a,e)=>{try{let t=indexedDB.deleteDatabase(this.dbName);t.onsuccess=()=>{a()},t.onerror=()=>{e(t.error)}}catch(t){e(t)}})}flushWrites(){if(this.flushScheduled=!1,!this.db||this.isDestroyed||this.pendingWrites.length===0)return;let a=this.pendingWrites;this.pendingWrites=[];try{let t=this.db.transaction(this.storeName,"readwrite").objectStore(this.storeName);for(let s of a)t.put(s)}catch{}}};function ji(r,a){a&&a.split(/\s+/).forEach(e=>e&&r.classList.add(e))}var eD={flow_:{bg:"var(--persona-palette-colors-success-100, #dcfce7)",text:"var(--persona-palette-colors-success-700, #166534)"},step_:{bg:"var(--persona-palette-colors-primary-100, #f5f5f5)",text:"var(--persona-palette-colors-primary-700, #0a0a0a)"},reason_:{bg:"var(--persona-palette-colors-warning-100, #ffedd5)",text:"var(--persona-palette-colors-warning-700, #9a3412)"},tool_:{bg:"var(--persona-palette-colors-purple-100, #f3e8ff)",text:"var(--persona-palette-colors-purple-700, #6b21a8)"},agent_:{bg:"var(--persona-palette-colors-teal-100, #ccfbf1)",text:"var(--persona-palette-colors-teal-700, #115e59)"},error:{bg:"var(--persona-palette-colors-error-100, #fecaca)",text:"var(--persona-palette-colors-error-700, #991b1b)"}},tD={bg:"var(--persona-palette-colors-gray-100, #f3f4f6)",text:"var(--persona-palette-colors-gray-600, #4b5563)"},aD=["flowName","stepName","reasoningText","text","name","tool","toolName"],rD=100;function oD(r,a){let e={...eD,...a};if(e[r])return e[r];for(let t of Object.keys(e))if(t.endsWith("_")&&r.startsWith(t))return e[t];return tD}function sD(r,a){return`+${((r-a)/1e3).toFixed(3)}s`}function nD(r){let a=new Date(r),e=String(a.getHours()).padStart(2,"0"),t=String(a.getMinutes()).padStart(2,"0"),s=String(a.getSeconds()).padStart(2,"0"),o=String(a.getMilliseconds()).padStart(3,"0");return`${e}:${t}:${s}.${o}`}function lD(r,a){try{let e=JSON.parse(r);if(typeof e!="object"||e===null)return null;for(let t of a){let s=t.split("."),o=e;for(let n of s)if(o&&typeof o=="object"&&o!==null)o=o[n];else{o=void 0;break}if(typeof o=="string"&&o.trim())return o.trim()}}catch{}return null}function iD(r){var a;return(a=navigator.clipboard)!=null&&a.writeText?navigator.clipboard.writeText(r):new Promise(e=>{let t=document.createElement("textarea");t.value=r,t.style.position="fixed",t.style.opacity="0",document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),e()})}function dD(r){let a;try{a=JSON.parse(r.payload)}catch{a=r.payload}return JSON.stringify({type:r.type,timestamp:new Date(r.timestamp).toISOString(),payload:a},null,2)}function pD(r,a,e){let t,s;try{s=JSON.parse(r.payload),t=JSON.stringify(s,null,2)}catch{s=r.payload,t=r.payload}let o=a.find(l=>l.renderEventStreamPayload);if(o!=null&&o.renderEventStreamPayload&&e){let l=o.renderEventStreamPayload({event:r,config:e,defaultRenderer:()=>n(),parsedPayload:s});if(l)return l}return n();function n(){let l=v("div","persona-bg-persona-container persona-border-t persona-border-persona-divider persona-px-3 persona-py-2 persona-ml-4 persona-mr-3 persona-mb-1 persona-rounded-b persona-overflow-auto persona-max-h-[300px]"),p=v("pre","persona-m-0 persona-whitespace-pre-wrap persona-break-all persona-text-[11px] persona-text-persona-secondary persona-font-mono");return p.textContent=t,l.appendChild(p),l}}function OT(r,a,e,t,s,o,n,l){var f;let p=s.has(r.id),i=v("div","persona-border-b persona-border-persona-divider persona-text-xs");ji(i,(f=t.classNames)==null?void 0:f.eventRow);let c=n.find(h=>h.renderEventStreamRow);if(c!=null&&c.renderEventStreamRow&&l){let h=c.renderEventStreamRow({event:r,index:a,config:l,defaultRenderer:()=>u(),isExpanded:p,onToggleExpand:()=>o(r.id)});if(h)return i.appendChild(h),i}return i.appendChild(u()),i;function u(){var Y,Ce;let h=v("div",""),y=v("div","persona-flex persona-items-center persona-gap-2 persona-px-3 persona-py-3 hover:persona-bg-persona-container persona-cursor-pointer persona-group");y.setAttribute("data-event-id",r.id);let T=v("span","persona-flex-shrink-0 persona-text-persona-muted persona-w-4 persona-text-center persona-flex persona-items-center persona-justify-center"),b=ve(p?"chevron-down":"chevron-right","14px","currentColor",2);b&&T.appendChild(b);let C=v("span","persona-text-[11px] persona-text-persona-muted persona-whitespace-nowrap persona-flex-shrink-0 persona-font-mono persona-w-[70px]"),g=(Y=t.timestampFormat)!=null?Y:"relative";C.textContent=g==="relative"?sD(r.timestamp,e):nD(r.timestamp);let L=null;t.showSequenceNumbers!==!1&&(L=v("span","persona-text-[11px] persona-text-persona-muted persona-font-mono persona-flex-shrink-0 persona-w-[28px] persona-text-right"),L.textContent=String(a+1));let m=oD(r.type,t.badgeColors),M=v("span","persona-inline-flex persona-items-center persona-px-2 persona-py-0.5 persona-rounded persona-text-[11px] persona-font-mono persona-font-medium persona-whitespace-nowrap persona-flex-shrink-0 persona-border");M.style.backgroundColor=m.bg,M.style.color=m.text,M.style.borderColor=m.text+"50",M.textContent=r.type;let k=(Ce=t.descriptionFields)!=null?Ce:aD,w=lD(r.payload,k),I=null;w&&(I=v("span","persona-text-[11px] persona-text-persona-secondary persona-truncate persona-min-w-0"),I.textContent=w);let N=v("div","persona-flex-1 persona-min-w-0"),_=v("button","persona-text-persona-muted hover:persona-text-persona-primary persona-cursor-pointer persona-flex-shrink-0 persona-border-none persona-bg-transparent persona-p-0"),R=ve("clipboard","12px","currentColor",1.5);return R&&_.appendChild(R),_.addEventListener("click",async ee=>{ee.stopPropagation(),await iD(dD(r)),_.innerHTML="";let Ee=ve("check","12px","currentColor",1.5);Ee&&_.appendChild(Ee),setTimeout(()=>{_.innerHTML="";let Fe=ve("clipboard","12px","currentColor",1.5);Fe&&_.appendChild(Fe)},1500)}),y.appendChild(T),y.appendChild(C),L&&y.appendChild(L),y.appendChild(M),I&&y.appendChild(I),y.appendChild(N),y.appendChild(_),h.appendChild(y),p&&h.appendChild(pD(r,n,l)),h}}function sR(r){var h,y,T,b,C;let{buffer:a,getFullHistory:e,onClose:t,config:s,plugins:o=[]}=r,n=(h=s==null?void 0:s.features)==null?void 0:h.scrollToBottom,l=(n==null?void 0:n.enabled)!==!1,p=(y=n==null?void 0:n.iconName)!=null?y:"arrow-down",i=(T=n==null?void 0:n.label)!=null?T:"",c=(C=(b=s==null?void 0:s.features)==null?void 0:b.eventStream)!=null?C:{},u=o.find(g=>g.renderEventStreamView);if(u!=null&&u.renderEventStreamView&&s){let g=u.renderEventStreamView({config:s,events:a.getAll(),defaultRenderer:()=>f().element,onClose:t});if(g)return{element:g,update:()=>{},destroy:()=>{}}}return f();function f(){let g=c.classNames,L=v("div","persona-event-stream-view persona-flex persona-flex-col persona-flex-1 persona-min-h-0");ji(L,g==null?void 0:g.panel);let m=[],M="",k="",w=null,I=[],N={},_=0,R=Tk(),Y=0,Ce=0,ee=!1,Ee=null,Fe=!1,me=0,Me=new Set,He=new Map,Q="",te="",xe=null,we,We,he,Be,lt;function yt(){let se=v("div","persona-flex persona-flex-col persona-flex-shrink-0"),ge=v("div","persona-flex persona-items-center persona-gap-2 persona-px-4 persona-py-3 persona-pb-0 persona-border-persona-divider persona-bg-persona-surface persona-overflow-hidden");ji(ge,g==null?void 0:g.headerBar);let Ne=v("span","persona-text-sm persona-font-medium persona-text-persona-primary persona-whitespace-nowrap");Ne.textContent="Events",we=v("span","persona-text-[11px] persona-font-mono persona-bg-persona-container persona-text-persona-muted persona-px-2 persona-py-0.5 persona-rounded persona-border persona-border-persona-border"),we.textContent="0";let mt=v("div","persona-flex-1");We=v("select","persona-text-xs persona-bg-persona-surface persona-border persona-border-persona-border persona-rounded persona-px-2.5 persona-py-1 persona-text-persona-primary persona-cursor-pointer");let Nt=v("option","");Nt.value="",Nt.textContent="All events",We.appendChild(Nt),he=v("button","persona-inline-flex persona-items-center persona-gap-1.5 persona-rounded persona-text-xs persona-text-persona-muted hover:persona-bg-persona-container hover:persona-text-persona-primary persona-cursor-pointer persona-border persona-border-persona-border persona-bg-persona-surface persona-flex-shrink-0 persona-px-2.5 persona-py-1"),he.type="button",he.title="Copy All";let Ft=ve("clipboard-copy","12px","currentColor",1.5);Ft&&he.appendChild(Ft);let vt=v("span","persona-text-xs");vt.textContent="Copy All",he.appendChild(vt),ge.appendChild(Ne),ge.appendChild(we),ge.appendChild(mt),ge.appendChild(We),ge.appendChild(he);let et=v("div","persona-relative persona-px-4 persona-py-2.5 persona-border-b persona-border-persona-divider persona-bg-persona-surface");ji(et,g==null?void 0:g.searchBar);let Ve=ve("search","14px","var(--persona-muted, #9ca3af)",1.5),Oe=v("span","persona-absolute persona-left-6 persona-top-1/2 persona--translate-y-1/2 persona-pointer-events-none persona-flex persona-items-center");Ve&&Oe.appendChild(Ve),Be=v("input","persona-text-sm persona-bg-persona-surface persona-border persona-border-persona-border persona-rounded-md persona-pl-8 persona-pr-3 persona-py-1 persona-w-full persona-text-persona-primary"),ji(Be,g==null?void 0:g.searchInput),Be.type="text",Be.placeholder="Search event payloads...",lt=v("button","persona-absolute persona-right-5 persona-top-1/2 persona--translate-y-1/2 persona-text-persona-muted hover:persona-text-persona-primary persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-0 persona-leading-none"),lt.type="button",lt.style.display="none";let Zt=ve("x","12px","currentColor",2);return Zt&&lt.appendChild(Zt),et.appendChild(Oe),et.appendChild(Be),et.appendChild(lt),se.appendChild(ge),se.appendChild(et),se}let G,K=o.find(se=>se.renderEventStreamToolbar);if(K!=null&&K.renderEventStreamToolbar&&s){let se=K.renderEventStreamToolbar({config:s,defaultRenderer:()=>yt(),eventCount:a.getSize(),filteredCount:0,onFilterChange:ge=>{M=ge,Xt(),De()},onSearchChange:ge=>{k=ge,Xt(),De()}});G=se!=null?se:yt()}else G=yt();let de=v("div","persona-text-xs persona-text-persona-muted persona-text-center persona-py-0.5 persona-px-4 persona-bg-persona-container persona-border-b persona-border-persona-divider persona-italic persona-flex-shrink-0");de.style.display="none";let j=v("div","persona-flex-1 persona-min-h-0 persona-relative"),$=v("div","persona-event-stream-list persona-overflow-y-auto persona-min-h-0");$.style.height="100%";let ne=v("div","persona-scroll-to-bottom-indicator persona-absolute persona-bottom-3 persona-left-1/2 persona-transform persona--translate-x-1/2 persona-cursor-pointer persona-z-10 persona-text-xs");ji(ne,g==null?void 0:g.scrollIndicator),ne.style.display="none",ne.setAttribute("data-persona-scroll-to-bottom-has-label",i?"true":"false");let Qe=ve(p,"14px","currentColor",2);Qe&&ne.appendChild(Qe);let ae=v("span","");ae.textContent=i,ne.appendChild(ae);let oe=v("div","persona-flex persona-items-center persona-justify-center persona-h-full persona-text-sm persona-text-persona-muted");oe.style.display="none",j.appendChild($),j.appendChild(oe),j.appendChild(ne),L.setAttribute("tabindex","0"),L.appendChild(G),L.appendChild(de),L.appendChild(j);function wt(){let se=a.getAll(),ge={};for(let vt of se)ge[vt.type]=(ge[vt.type]||0)+1;let Ne=Object.keys(ge).sort(),mt=Ne.length!==I.length||!Ne.every((vt,et)=>vt===I[et]),Nt=!mt&&Ne.some(vt=>ge[vt]!==N[vt]),xt=se.length!==Object.values(N).reduce((vt,et)=>vt+et,0);if(!mt&&!Nt&&!xt||(I=Ne,N=ge,!We))return;let Ft=We.value;if(We.options[0].textContent="All events",mt){for(;We.options.length>1;)We.remove(1);for(let vt of Ne){let et=v("option","");et.value=vt,et.textContent=`${vt} (${ge[vt]||0})`,We.appendChild(et)}Ft&&Ne.includes(Ft)?We.value=Ft:Ft&&(We.value="",M="")}else for(let vt=1;vt<We.options.length;vt++){let et=We.options[vt];et.textContent=`${et.value} (${ge[et.value]||0})`}}function it(){let se=a.getAll();if(M&&(se=se.filter(ge=>ge.type===M)),k){let ge=k.toLowerCase();se=se.filter(Ne=>Ne.type.toLowerCase().includes(ge)||Ne.payload.toLowerCase().includes(ge))}return se}function Rt(){return M!==""||k!==""}function Xt(){_=0,Y=0,R.resume(),ne.style.display="none"}function _e(se){Me.has(se)?Me.delete(se):Me.add(se),xe=se;let ge=$.scrollTop,Ne=R.isFollowing();Fe=!0,R.pause(),De(),$.scrollTop=ge,Ne&&R.resume(),Fe=!1}function pe(){return Ld($,50)}function De(){Ce=Date.now(),ee=!1,wt();let se=a.getEvictedCount();se>0?(de.textContent=`${se.toLocaleString()} older events truncated`,de.style.display=""):de.style.display="none",m=it();let ge=m.length,Ne=a.getSize()>0;we&&(we.textContent=String(a.getSize())),ge===0&&Ne&&Rt()?(oe.textContent=k?`No events matching '${k}'`:"No events matching filter",oe.style.display="",$.style.display="none"):(oe.style.display="none",$.style.display=""),he&&(he.title=Rt()?`Copy Filtered (${ge})`:"Copy All"),l&&!R.isFollowing()&&ge>_&&(Y+=ge-_,ae.textContent=i?`${i}${Y>0?` (${Y})`:""}`:"",ne.style.display=""),_=ge;let mt=a.getAll(),Nt=mt.length>0?mt[0].timestamp:0,xt=new Set(m.map(et=>et.id));for(let et of Me)xt.has(et)||Me.delete(et);let Ft=M!==Q||k!==te,vt=He.size===0&&m.length>0;if(Ft||vt||m.length===0){$.innerHTML="",He.clear();let et=document.createDocumentFragment();for(let Ve=0;Ve<m.length;Ve++){let Oe=OT(m[Ve],Ve,Nt,c,Me,_e,o,s);He.set(m[Ve].id,Oe),et.appendChild(Oe)}$.appendChild(et),Q=M,te=k,xe=null}else{if(xe!==null){let Ve=He.get(xe);if(Ve&&Ve.parentNode===$){let Oe=m.findIndex(Zt=>Zt.id===xe);if(Oe>=0){let Zt=OT(m[Oe],Oe,Nt,c,Me,_e,o,s);$.insertBefore(Zt,Ve),Ve.remove(),He.set(xe,Zt)}}xe=null}let et=new Set(m.map(Ve=>Ve.id));for(let[Ve,Oe]of He)et.has(Ve)||(Oe.remove(),He.delete(Ve));for(let Ve=0;Ve<m.length;Ve++){let Oe=m[Ve];if(!He.has(Oe.id)){let Zt=OT(Oe,Ve,Nt,c,Me,_e,o,s);He.set(Oe.id,Zt),$.appendChild(Zt)}}}R.isFollowing()&&($.scrollTop=$.scrollHeight)}function Tt(){if(Date.now()-Ce>=rD){Ee!==null&&(cancelAnimationFrame(Ee),Ee=null),De();return}ee||(ee=!0,Ee=requestAnimationFrame(()=>{Ee=null,De()}))}let At=(se,ge)=>{if(!he)return;he.innerHTML="";let Ne=ve(se,"12px","currentColor",1.5);Ne&&he.appendChild(Ne);let mt=v("span","persona-text-xs");mt.textContent="Copy All",he.appendChild(mt),setTimeout(()=>{he.innerHTML="";let Nt=ve("clipboard-copy","12px","currentColor",1.5);Nt&&he.appendChild(Nt);let xt=v("span","persona-text-xs");xt.textContent="Copy All",he.appendChild(xt),he.disabled=!1},ge)},qe=async()=>{if(he){he.disabled=!0;try{let se;Rt()?se=m:e?(se=await e(),se.length===0&&(se=a.getAll())):se=a.getAll();let ge=se.map(Ne=>{try{return JSON.parse(Ne.payload)}catch{return Ne.payload}});await navigator.clipboard.writeText(JSON.stringify(ge,null,2)),At("check",1500)}catch{At("x",1500)}}},rt=()=>{We&&(M=We.value,Xt(),De())},la=()=>{!Be||!lt||(lt.style.display=Be.value?"":"none",w&&clearTimeout(w),w=setTimeout(()=>{k=Be.value,Xt(),De()},150))},ea=()=>{!Be||!lt||(Be.value="",k="",lt.style.display="none",w&&clearTimeout(w),Xt(),De())},ta=()=>{if(Fe)return;let se=$.scrollTop,{action:ge,nextLastScrollTop:Ne}=Lk({following:R.isFollowing(),currentScrollTop:se,lastScrollTop:me,nearBottom:pe(),userScrollThreshold:1,resumeRequiresDownwardScroll:!0});me=Ne,ge==="resume"?(R.resume(),Y=0,ne.style.display="none"):ge==="pause"&&(R.pause(),l&&(ae.textContent=i,ne.style.display=""))},q=se=>{let ge=Ek({following:R.isFollowing(),deltaY:se.deltaY,nearBottom:pe(),resumeWhenNearBottom:!0});ge==="pause"?(R.pause(),l&&(ae.textContent=i,ne.style.display="")):ge==="resume"&&(R.resume(),Y=0,ne.style.display="none")},Pe=()=>{l&&($.scrollTop=$.scrollHeight,R.resume(),Y=0,ne.style.display="none")},ue=se=>{let ge=se.target;if(!ge||ge.closest("button"))return;let Ne=ge.closest("[data-event-id]");if(!Ne)return;let mt=Ne.getAttribute("data-event-id");mt&&_e(mt)},Xe=se=>{if((se.metaKey||se.ctrlKey)&&se.key==="f"){se.preventDefault(),Be==null||Be.focus(),Be==null||Be.select();return}se.key==="Escape"&&(Be&&document.activeElement===Be?(ea(),Be.blur(),L.focus()):t&&t())};he&&he.addEventListener("click",qe),We&&We.addEventListener("change",rt),Be&&Be.addEventListener("input",la),lt&&lt.addEventListener("click",ea),$.addEventListener("scroll",ta),$.addEventListener("wheel",q,{passive:!0}),$.addEventListener("click",ue),ne.addEventListener("click",Pe),L.addEventListener("keydown",Xe);function Ie(){w&&clearTimeout(w),Ee!==null&&(cancelAnimationFrame(Ee),Ee=null),ee=!1,He.clear(),he&&he.removeEventListener("click",qe),We&&We.removeEventListener("change",rt),Be&&Be.removeEventListener("input",la),lt&&lt.removeEventListener("click",ea),$.removeEventListener("scroll",ta),$.removeEventListener("wheel",q),$.removeEventListener("click",ue),ne.removeEventListener("click",Pe),L.removeEventListener("keydown",Xe)}return{element:L,update:Tt,destroy:Ie}}}function nR(r,a){let e=typeof r.title=="string"&&r.title?r.title:"Untitled artifact",t=typeof r.artifactId=="string"?r.artifactId:"",s=r.status==="streaming"?"streaming":"complete",n=(typeof r.artifactType=="string"?r.artifactType:"markdown")==="component"?"Component":"Document",l=document.createElement("div");l.className="persona-flex persona-w-full persona-max-w-full persona-items-center persona-gap-3 persona-rounded-xl persona-px-4 persona-py-3",l.style.border="1px solid var(--persona-border, #e5e7eb)",l.style.backgroundColor="var(--persona-surface, #ffffff)",l.style.cursor="pointer",l.tabIndex=0,l.setAttribute("role","button"),l.setAttribute("aria-label",`Open ${e} in artifact panel`),t&&l.setAttribute("data-open-artifact",t);let p=document.createElement("div");p.className="persona-flex persona-h-10 persona-w-10 persona-flex-shrink-0 persona-items-center persona-justify-center persona-rounded-lg",p.style.border="1px solid var(--persona-border, #e5e7eb)",p.style.color="var(--persona-muted, #9ca3af)",p.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"/><polyline points="14 2 14 8 20 8"/></svg>';let i=document.createElement("div");i.className="persona-min-w-0 persona-flex-1 persona-flex persona-flex-col persona-gap-0.5";let c=document.createElement("div");c.className="persona-truncate persona-text-sm persona-font-medium",c.style.color="var(--persona-text, #1f2937)",c.textContent=e;let u=document.createElement("div");if(u.className="persona-text-xs persona-flex persona-items-center persona-gap-1.5",u.style.color="var(--persona-muted, #9ca3af)",s==="streaming"){let f=document.createElement("span");f.className="persona-inline-block persona-w-1.5 persona-h-1.5 persona-rounded-full",f.style.backgroundColor="var(--persona-primary, #171717)",f.style.animation="persona-pulse 1.5s ease-in-out infinite",u.appendChild(f);let h=document.createElement("span");h.textContent=`Generating ${n.toLowerCase()}...`,u.appendChild(h)}else u.textContent=n;if(i.append(c,u),l.append(p,i),s==="complete"){let f=document.createElement("button");f.type="button",f.textContent="Download",f.title=`Download ${e}`,f.className="persona-flex-shrink-0 persona-rounded-md persona-px-3 persona-py-1.5 persona-text-xs persona-font-medium",f.style.border="1px solid var(--persona-border, #e5e7eb)",f.style.color="var(--persona-text, #1f2937)",f.style.backgroundColor="transparent",f.style.cursor="pointer",f.setAttribute("data-download-artifact",t),l.append(f)}return l}var lR=(r,a)=>{var t,s,o;let e=(o=(s=(t=a==null?void 0:a.config)==null?void 0:t.features)==null?void 0:s.artifacts)==null?void 0:o.renderCard;if(e){let n=typeof r.title=="string"&&r.title?r.title:"Untitled artifact",l=typeof r.artifactId=="string"?r.artifactId:"",p=r.status==="streaming"?"streaming":"complete",i=typeof r.artifactType=="string"?r.artifactType:"markdown",c=e({artifact:{artifactId:l,title:n,artifactType:i,status:p},config:a.config,defaultRenderer:()=>nR(r,a)});if(c)return c}return nR(r,a)};var NT=class{constructor(){this.components=new Map}register(a,e){this.components.has(a)&&console.warn(`[ComponentRegistry] Component "${a}" is already registered. Overwriting.`),this.components.set(a,e)}unregister(a){this.components.delete(a)}get(a){return this.components.get(a)}has(a){return this.components.has(a)}getAllNames(){return Array.from(this.components.keys())}clear(){this.components.clear()}registerAll(a){Object.entries(a).forEach(([e,t])=>{this.register(e,t)})}},Er=new NT;Er.register("PersonaArtifactCard",lR);function cD(r){var s;let a=v("div","persona-rounded-lg persona-border persona-border-persona-border persona-p-3 persona-text-persona-primary"),e=v("div","persona-font-semibold persona-text-sm persona-mb-2");e.textContent=r.component?`Component: ${r.component}`:"Component";let t=v("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-overflow-x-auto");return t.textContent=JSON.stringify((s=r.props)!=null?s:{},null,2),a.appendChild(e),a.appendChild(t),a}function iR(r,a){var he,Be,lt,yt;let e=(Be=(he=r.features)==null?void 0:he.artifacts)==null?void 0:Be.layout,s=((lt=e==null?void 0:e.toolbarPreset)!=null?lt:"default")==="document",o=(yt=e==null?void 0:e.panePadding)==null?void 0:yt.trim(),n=r.markdown?lo(r.markdown):null,l=Ho(r.sanitize),p=G=>{let K=n?n(G):Eo(G);return l?l(K):K},i=typeof document!="undefined"?v("div","persona-artifact-backdrop persona-fixed persona-inset-0 persona-z-[55] persona-bg-black/30 persona-hidden md:persona-hidden"):null,c=()=>{i==null||i.classList.add("persona-hidden"),u.classList.remove("persona-artifact-drawer-open"),R==null||R.hide()};i&&i.addEventListener("click",()=>{var G;c(),(G=a.onDismiss)==null||G.call(a)});let u=v("aside","persona-artifact-pane persona-flex persona-flex-col persona-min-h-0 persona-min-w-0 persona-bg-persona-surface persona-text-persona-primary persona-border-l persona-border-persona-border");u.setAttribute("data-persona-theme-zone","artifact-pane"),s&&u.classList.add("persona-artifact-pane-document");let f=v("div","persona-artifact-toolbar persona-flex persona-items-center persona-justify-between persona-gap-2 persona-px-2 persona-py-2 persona-border-b persona-border-persona-border persona-shrink-0");f.setAttribute("data-persona-theme-zone","artifact-toolbar"),s&&f.classList.add("persona-artifact-toolbar-document");let h=v("span","persona-text-xs persona-font-medium persona-truncate");h.textContent="Artifacts";let y=v("button","persona-rounded-md persona-border persona-border-persona-border persona-px-2 persona-py-1 persona-text-xs persona-bg-persona-surface");y.type="button",y.textContent="Close",y.setAttribute("aria-label","Close artifacts panel"),y.addEventListener("click",()=>{var G;c(),(G=a.onDismiss)==null||G.call(a)});let T="rendered",b=v("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0 persona-artifact-toggle-group"),C=s?_t({icon:"eye",label:"Rendered view",className:"persona-artifact-doc-icon-btn persona-artifact-view-btn"}):_t({icon:"eye",label:"Rendered view"}),g=s?_t({icon:"code-2",label:"Source",className:"persona-artifact-doc-icon-btn persona-artifact-code-btn"}):_t({icon:"code-2",label:"Source"}),L=v("div","persona-flex persona-items-center persona-gap-1 persona-shrink-0"),m=(e==null?void 0:e.documentToolbarShowCopyLabel)===!0,M=(e==null?void 0:e.documentToolbarShowCopyChevron)===!0,k=e==null?void 0:e.documentToolbarCopyMenuItems,w=!!(M&&k&&k.length>0),I=null,N,_=null,R=null;if(s&&(m||M)&&!w){if(N=m?Pd({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):_t({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),M){let G=ve("chevron-down",14,"currentColor",2);G&&N.appendChild(G)}}else s&&w?(I=v("div","persona-relative persona-inline-flex persona-items-center persona-gap-0 persona-rounded-md"),N=m?Pd({icon:"copy",label:"Copy",iconSize:14,className:"persona-artifact-doc-copy-btn"}):_t({icon:"copy",label:"Copy",className:"persona-artifact-doc-copy-btn"}),_=_t({icon:"chevron-down",label:"More copy options",size:14,className:"persona-artifact-doc-copy-menu-chevron persona-artifact-doc-icon-btn",aria:{"aria-haspopup":"true","aria-expanded":"false"}}),I.append(N,_)):s?N=_t({icon:"copy",label:"Copy",className:"persona-artifact-doc-icon-btn"}):N=_t({icon:"copy",label:"Copy"});let Y=s?_t({icon:"refresh-cw",label:"Refresh",className:"persona-artifact-doc-icon-btn"}):_t({icon:"refresh-cw",label:"Refresh"}),Ce=s?_t({icon:"x",label:"Close",className:"persona-artifact-doc-icon-btn"}):_t({icon:"x",label:"Close"}),ee=()=>{var $,ne,Qe;let G=($=Q.find(ae=>ae.id===te))!=null?$:Q[Q.length-1],K=(ne=G==null?void 0:G.id)!=null?ne:null,de=(G==null?void 0:G.artifactType)==="markdown"&&(Qe=G.markdown)!=null?Qe:"",j=G?JSON.stringify({component:G.component,props:G.props},null,2):"";return{markdown:de,jsonPayload:j,id:K}},Ee=async()=>{var $;let{markdown:G,jsonPayload:K}=ee(),de=($=Q.find(ne=>ne.id===te))!=null?$:Q[Q.length-1],j=(de==null?void 0:de.artifactType)==="markdown"?G:de?K:"";try{await navigator.clipboard.writeText(j)}catch{}};if(N.addEventListener("click",async()=>{let G=e==null?void 0:e.onDocumentToolbarCopyMenuSelect;if(G&&w){let{markdown:K,jsonPayload:de,id:j}=ee();try{await G({actionId:"primary",artifactId:j,markdown:K,jsonPayload:de})}catch{}return}await Ee()}),_&&(k!=null&&k.length)){let G=()=>{var de;return(de=u.closest("[data-persona-root]"))!=null?de:document.body},K=()=>{R=Jr({items:k.map(de=>({id:de.id,label:de.label})),onSelect:async de=>{let{markdown:j,jsonPayload:$,id:ne}=ee(),Qe=e==null?void 0:e.onDocumentToolbarCopyMenuSelect;try{Qe?await Qe({actionId:de,artifactId:ne,markdown:j,jsonPayload:$}):de==="markdown"||de==="md"?await navigator.clipboard.writeText(j):de==="json"||de==="source"?await navigator.clipboard.writeText($):await navigator.clipboard.writeText(j||$)}catch{}},anchor:I!=null?I:_,position:"bottom-right",portal:G()})};u.isConnected?K():requestAnimationFrame(K),_.addEventListener("click",de=>{de.stopPropagation(),R==null||R.toggle()})}Y.addEventListener("click",async()=>{var G;try{await((G=e==null?void 0:e.onDocumentToolbarRefresh)==null?void 0:G.call(e))}catch{}we()}),Ce.addEventListener("click",()=>{var G;c(),(G=a.onDismiss)==null||G.call(a)});let Fe=()=>{s&&(C.setAttribute("aria-pressed",T==="rendered"?"true":"false"),g.setAttribute("aria-pressed",T==="source"?"true":"false"))};C.addEventListener("click",()=>{T="rendered",Fe(),we()}),g.addEventListener("click",()=>{T="source",Fe(),we()});let me=v("span","persona-min-w-0 persona-flex-1 persona-text-xs persona-font-medium persona-text-persona-primary persona-truncate persona-text-center md:persona-text-left");s?(f.replaceChildren(),b.append(C,g),I?L.append(I,Y,Ce):L.append(N,Y,Ce),f.append(b,me,L),Fe()):(f.appendChild(h),f.appendChild(y)),o&&(f.style.paddingLeft=o,f.style.paddingRight=o);let Me=v("div","persona-artifact-list persona-shrink-0 persona-flex persona-gap-1 persona-overflow-x-auto persona-p-2 persona-border-b persona-border-persona-border"),He=v("div","persona-artifact-content persona-flex-1 persona-min-h-0 persona-overflow-y-auto persona-p-3");o&&(Me.style.paddingLeft=o,Me.style.paddingRight=o,He.style.padding=o),u.appendChild(f),u.appendChild(Me),u.appendChild(He);let Q=[],te=null,xe=!1,we=()=>{var j,$,ne,Qe;let G=s&&Q.length<=1;Me.classList.toggle("persona-hidden",G),Me.replaceChildren();for(let ae of Q){let oe=v("button","persona-artifact-tab persona-shrink-0 persona-rounded-lg persona-px-2 persona-py-1 persona-text-xs persona-border persona-border-transparent persona-text-persona-primary");oe.type="button",oe.textContent=ae.title||ae.id.slice(0,8),ae.id===te&&oe.classList.add("persona-bg-persona-container","persona-border-persona-border"),oe.addEventListener("click",()=>a.onSelect(ae.id)),Me.appendChild(oe)}He.replaceChildren();let K=te&&Q.find(ae=>ae.id===te)||Q[Q.length-1];if(!K)return;if(s){let ae=K.artifactType==="markdown"?"MD":(j=K.component)!=null?j:"Component",wt=(K.title||"Document").trim().replace(/\s*·\s*MD\s*$/i,"").trim()||"Document";me.textContent=`${wt} \xB7 ${ae}`}else h.textContent="Artifacts";if(K.artifactType==="markdown"){if(s&&T==="source"){let oe=v("pre","persona-font-mono persona-text-xs persona-whitespace-pre-wrap persona-break-words persona-text-persona-primary");oe.textContent=($=K.markdown)!=null?$:"",He.appendChild(oe);return}let ae=v("div","persona-text-sm persona-leading-relaxed persona-markdown-bubble");ae.innerHTML=p((ne=K.markdown)!=null?ne:""),He.appendChild(ae);return}let de=K.component?Er.get(K.component):void 0;if(de){let oe={message:{id:K.id,role:"assistant",content:"",createdAt:new Date().toISOString()},config:r,updateProps:()=>{}};try{let wt=de((Qe=K.props)!=null?Qe:{},oe);if(wt){He.appendChild(wt);return}}catch{}}He.appendChild(cD(K))},We=()=>{var K;let G=Q.length>0;if(u.classList.toggle("persona-hidden",!G),i){let de=typeof u.closest=="function"?u.closest("[data-persona-root]"):null,$=((K=de==null?void 0:de.classList.contains("persona-artifact-narrow-host"))!=null?K:!1)||typeof window!="undefined"&&window.matchMedia("(max-width: 640px)").matches;G&&$&&xe?(i.classList.remove("persona-hidden"),u.classList.add("persona-artifact-drawer-open")):(i.classList.add("persona-hidden"),u.classList.remove("persona-artifact-drawer-open"))}};return{element:u,backdrop:i,update(G){var K,de,j;Q=G.artifacts,te=(j=(de=G.selectedId)!=null?de:(K=G.artifacts[G.artifacts.length-1])==null?void 0:K.id)!=null?j:null,Q.length>0&&(xe=!0),we(),We()},setMobileOpen(G){xe=G,!G&&i?(i.classList.add("persona-hidden"),u.classList.remove("persona-artifact-drawer-open")):We()}}}function sr(r){var a,e;return((e=(a=r==null?void 0:r.features)==null?void 0:a.artifacts)==null?void 0:e.enabled)===!0}function dR(r,a){var o,n,l,p;if(r.classList.remove("persona-artifact-border-full","persona-artifact-border-left"),r.style.removeProperty("--persona-artifact-pane-border"),r.style.removeProperty("--persona-artifact-pane-border-left"),!sr(a))return;let e=(n=(o=a.features)==null?void 0:o.artifacts)==null?void 0:n.layout,t=(l=e==null?void 0:e.paneBorder)==null?void 0:l.trim(),s=(p=e==null?void 0:e.paneBorderLeft)==null?void 0:p.trim();t?(r.classList.add("persona-artifact-border-full"),r.style.setProperty("--persona-artifact-pane-border",t)):s&&(r.classList.add("persona-artifact-border-left"),r.style.setProperty("--persona-artifact-pane-border-left",s))}function uD(r){r.style.removeProperty("--persona-artifact-doc-toolbar-icon-color"),r.style.removeProperty("--persona-artifact-doc-toggle-active-bg"),r.style.removeProperty("--persona-artifact-doc-toggle-active-border")}function Ik(r,a){var p,i,c,u,f,h,y,T,b,C;if(!sr(a)){r.style.removeProperty("--persona-artifact-split-gap"),r.style.removeProperty("--persona-artifact-pane-width"),r.style.removeProperty("--persona-artifact-pane-max-width"),r.style.removeProperty("--persona-artifact-pane-min-width"),r.style.removeProperty("--persona-artifact-pane-bg"),r.style.removeProperty("--persona-artifact-pane-padding"),uD(r),dR(r,a);return}let e=(i=(p=a.features)==null?void 0:p.artifacts)==null?void 0:i.layout;r.style.setProperty("--persona-artifact-split-gap",(c=e==null?void 0:e.splitGap)!=null?c:"0.5rem"),r.style.setProperty("--persona-artifact-pane-width",(u=e==null?void 0:e.paneWidth)!=null?u:"40%"),r.style.setProperty("--persona-artifact-pane-max-width",(f=e==null?void 0:e.paneMaxWidth)!=null?f:"28rem"),e!=null&&e.paneMinWidth?r.style.setProperty("--persona-artifact-pane-min-width",e.paneMinWidth):r.style.removeProperty("--persona-artifact-pane-min-width");let t=(h=e==null?void 0:e.paneBackground)==null?void 0:h.trim();t?r.style.setProperty("--persona-artifact-pane-bg",t):r.style.removeProperty("--persona-artifact-pane-bg");let s=(y=e==null?void 0:e.panePadding)==null?void 0:y.trim();s?r.style.setProperty("--persona-artifact-pane-padding",s):r.style.removeProperty("--persona-artifact-pane-padding");let o=(T=e==null?void 0:e.documentToolbarIconColor)==null?void 0:T.trim();o?r.style.setProperty("--persona-artifact-doc-toolbar-icon-color",o):r.style.removeProperty("--persona-artifact-doc-toolbar-icon-color");let n=(b=e==null?void 0:e.documentToolbarToggleActiveBackground)==null?void 0:b.trim();n?r.style.setProperty("--persona-artifact-doc-toggle-active-bg",n):r.style.removeProperty("--persona-artifact-doc-toggle-active-bg");let l=(C=e==null?void 0:e.documentToolbarToggleActiveBorderColor)==null?void 0:C.trim();l?r.style.setProperty("--persona-artifact-doc-toggle-active-border",l):r.style.removeProperty("--persona-artifact-doc-toggle-active-border"),dR(r,a)}var pR=["panel","seamless"];function Bk(r,a){var l,p,i,c,u,f;for(let h of pR)r.classList.remove(`persona-artifact-appearance-${h}`);if(r.classList.remove("persona-artifact-unified-split"),r.style.removeProperty("--persona-artifact-pane-radius"),r.style.removeProperty("--persona-artifact-pane-shadow"),r.style.removeProperty("--persona-artifact-unified-outer-radius"),!sr(a))return;let e=(p=(l=a.features)==null?void 0:l.artifacts)==null?void 0:p.layout,t=(i=e==null?void 0:e.paneAppearance)!=null?i:"panel",s=pR.includes(t)?t:"panel";r.classList.add(`persona-artifact-appearance-${s}`);let o=(c=e==null?void 0:e.paneBorderRadius)==null?void 0:c.trim();o&&r.style.setProperty("--persona-artifact-pane-radius",o);let n=(u=e==null?void 0:e.paneShadow)==null?void 0:u.trim();if(n&&r.style.setProperty("--persona-artifact-pane-shadow",n),(e==null?void 0:e.unifiedSplitChrome)===!0){r.classList.add("persona-artifact-unified-split");let h=((f=e.unifiedSplitOuterRadius)==null?void 0:f.trim())||o;h&&r.style.setProperty("--persona-artifact-unified-outer-radius",h)}}function cR(r,a){var e,t,s;return!a||!sr(r)?!1:((s=(t=(e=r.features)==null?void 0:e.artifacts)==null?void 0:t.layout)==null?void 0:s.expandLauncherPanelWhenOpen)!==!1}function fD(r,a){if(!(r!=null&&r.trim()))return a;let e=/^(\d+(?:\.\d+)?)px\s*$/i.exec(r.trim());return e?Math.max(0,Number(e[1])):a}function hD(r){if(!(r!=null&&r.trim()))return null;let a=/^(\d+(?:\.\d+)?)px\s*$/i.exec(r.trim());return a?Math.max(0,Number(a[1])):null}function mD(r,a,e){return e<a?a:Math.min(e,Math.max(a,r))}function xD(r,a,e,t){let s=r-t-2*a-e;return Math.max(0,s)}function uR(r,a){var n;let t=(n=(a.getComputedStyle(r).gap||"0px").trim().split(/\s+/)[0])!=null?n:"0px",s=/^([\d.]+)px$/i.exec(t);if(s)return Number(s[1]);let o=/^([\d.]+)/.exec(t);return o?Number(o[1]):8}function fR(r,a,e,t,s,o){let n=fD(s,200),l=xD(a,e,t,200);l=Math.max(n,l);let p=hD(o);return p!==null&&(l=Math.min(l,p)),mD(r,n,l)}var hR={init:{title:"Schedule a Demo",description:"Share the basics and we'll follow up with a confirmation.",fields:[{name:"name",label:"Full name",placeholder:"Jane Doe",required:!0},{name:"email",label:"Work email",placeholder:"jane@example.com",type:"email",required:!0},{name:"notes",label:"What would you like to cover?",type:"textarea"}],submitLabel:"Submit details"},followup:{title:"Additional Information",description:"Provide any extra details to tailor the next steps.",fields:[{name:"company",label:"Company",placeholder:"Acme Inc."},{name:"context",label:"Context",type:"textarea",placeholder:"Share more about your use case"}],submitLabel:"Send"}},zT=(r,a,e,t)=>{let s=r.querySelectorAll("[data-tv-form]");s.length&&s.forEach(o=>{var y,T,b;if(o.dataset.enhanced==="true")return;let n=(y=o.dataset.tvForm)!=null?y:"init";o.dataset.enhanced="true";let l=(T=hR[n])!=null?T:hR.init;o.classList.add("persona-form-card","persona-space-y-4");let p=v("div","persona-space-y-1"),i=v("h3","persona-text-base persona-font-semibold persona-text-persona-primary");if(i.textContent=l.title,p.appendChild(i),l.description){let C=v("p","persona-text-sm persona-text-persona-muted");C.textContent=l.description,p.appendChild(C)}let c=document.createElement("form");c.className="persona-form-grid persona-space-y-3",l.fields.forEach(C=>{var k,w;let g=v("label","persona-form-field persona-flex persona-flex-col persona-gap-1");g.htmlFor=`${a.id}-${n}-${C.name}`;let L=v("span","persona-text-xs persona-font-medium persona-text-persona-muted");L.textContent=C.label,g.appendChild(L);let m=(k=C.type)!=null?k:"text",M;m==="textarea"?(M=document.createElement("textarea"),M.rows=3):(M=document.createElement("input"),M.type=m),M.className="persona-rounded-xl persona-border persona-border-gray-200 persona-bg-white persona-px-3 persona-py-2 persona-text-sm persona-text-persona-primary focus:persona-outline-none focus:persona-border-persona-primary",M.id=`${a.id}-${n}-${C.name}`,M.name=C.name,M.placeholder=(w=C.placeholder)!=null?w:"",C.required&&(M.required=!0),g.appendChild(M),c.appendChild(g)});let u=v("div","persona-flex persona-items-center persona-justify-between persona-gap-2"),f=v("div","persona-text-xs persona-text-persona-muted persona-min-h-[1.5rem]"),h=v("button","persona-inline-flex persona-items-center persona-rounded-full persona-bg-persona-primary persona-px-4 persona-py-2 persona-text-sm persona-font-semibold persona-text-white disabled:persona-opacity-60 persona-cursor-pointer");h.type="submit",h.textContent=(b=l.submitLabel)!=null?b:"Submit",u.appendChild(f),u.appendChild(h),c.appendChild(u),o.replaceChildren(p,c),c.addEventListener("submit",async C=>{var M,k;C.preventDefault();let g=(M=e.formEndpoint)!=null?M:"/form",L=new FormData(c),m={};L.forEach((w,I)=>{m[I]=w}),m.type=n,h.disabled=!0,f.textContent="Submitting\u2026";try{let w=await fetch(g,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(m)});if(!w.ok)throw new Error(`Form submission failed (${w.status})`);let I=await w.json();f.textContent=(k=I.message)!=null?k:"Thanks! We'll be in touch soon.",I.success&&I.nextPrompt&&await t.sendMessage(String(I.nextPrompt))}catch(w){f.textContent=w instanceof Error?w.message:"Something went wrong. Please try again."}finally{h.disabled=!1}})})};var _T=class{constructor(){this.plugins=new Map}register(a){var e;this.plugins.has(a.id)&&console.warn(`Plugin "${a.id}" is already registered. Overwriting.`),this.plugins.set(a.id,a),(e=a.onRegister)==null||e.call(a)}unregister(a){var t;let e=this.plugins.get(a);e&&((t=e.onUnregister)==null||t.call(e),this.plugins.delete(a))}getAll(){return Array.from(this.plugins.values()).sort((a,e)=>{var t,s;return((t=e.priority)!=null?t:0)-((s=a.priority)!=null?s:0)})}getForInstance(a){let e=this.getAll();if(!a||a.length===0)return e;let t=new Set(a.map(o=>o.id));return[...e.filter(o=>!t.has(o.id)),...a].sort((o,n)=>{var l,p;return((l=n.priority)!=null?l:0)-((p=o.priority)!=null?p:0)})}clear(){this.plugins.forEach(a=>{var e;return(e=a.onUnregister)==null?void 0:e.call(a)}),this.plugins.clear()}},Dd=new _T;var Ot={apiUrl:"http://localhost:43111/api/chat/dispatch",clientToken:void 0,theme:void 0,darkTheme:void 0,colorScheme:"light",launcher:{enabled:!0,mountMode:"floating",dock:{side:"right",width:"420px"},title:"Chat Assistant",subtitle:"Here to help you get answers fast",agentIconText:"\u{1F4AC}",agentIconName:"bot",headerIconName:"bot",position:"bottom-right",width:"min(400px, calc(100vw - 24px))",heightOffset:0,autoExpand:!1,callToActionIconHidden:!1,agentIconSize:"40px",headerIconSize:"40px",closeButtonSize:"32px",callToActionIconName:"arrow-up-right",callToActionIconText:"",callToActionIconSize:"32px",callToActionIconPadding:"5px",callToActionIconColor:void 0,callToActionIconBackgroundColor:void 0,closeButtonBackgroundColor:"transparent",clearChat:{backgroundColor:"transparent",borderColor:"transparent",enabled:!0,placement:"inline",iconName:"refresh-cw",size:"32px",showTooltip:!0,tooltipText:"Clear chat",paddingX:"0px",paddingY:"0px"},headerIconHidden:!1,border:void 0,shadow:"0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)"},copy:{welcomeTitle:"Hello \u{1F44B}",welcomeSubtitle:"Ask anything about your account or products.",inputPlaceholder:"How can I help...",sendButtonLabel:"Send"},sendButton:{borderWidth:"0px",paddingX:"12px",paddingY:"10px",borderColor:void 0,useIcon:!0,iconText:"\u2191",size:"40px",showTooltip:!0,tooltipText:"Send message",iconName:"send"},statusIndicator:{visible:!0,idleText:"Online",connectingText:"Connecting\u2026",connectedText:"Streaming\u2026",errorText:"Offline"},voiceRecognition:{enabled:!0,pauseDuration:2e3,iconName:"mic",iconSize:"39px",borderWidth:"0px",paddingX:"9px",paddingY:"14px",iconColor:void 0,backgroundColor:"transparent",borderColor:"transparent",recordingIconColor:void 0,recordingBackgroundColor:void 0,recordingBorderColor:"transparent",showTooltip:!0,tooltipText:"Start voice recognition"},features:{showReasoning:!0,showToolCalls:!0,scrollToBottom:{enabled:!0,iconName:"arrow-down",label:""}},suggestionChips:["What can you help me with?","Tell me about your features","How does this work?"],suggestionChipsConfig:{fontFamily:"sans-serif",fontWeight:"500",paddingX:"12px",paddingY:"6px"},layout:{header:{layout:"default",showIcon:!0,showTitle:!0,showSubtitle:!0,showCloseButton:!0,showClearChat:!0},messages:{layout:"bubble",avatar:{show:!1,position:"left"},timestamp:{show:!1,position:"below"},groupConsecutive:!1},slots:{}},markdown:{options:{gfm:!0,breaks:!0},disableDefaultStyles:!1},messageActions:{enabled:!0,showCopy:!0,showUpvote:!1,showDownvote:!1,visibility:"hover",align:"right",layout:"pill-inside"},debug:!1};function mR(r,a){if(!(!r&&!a))return r?a?Sd(r,a):r:a}function Dk(r){var a,e,t,s,o,n,l,p,i,c,u,f,h,y,T,b,C,g,L,m,M;return r?{...Ot,...r,theme:mR(Ot.theme,r.theme),darkTheme:mR(Ot.darkTheme,r.darkTheme),launcher:{...Ot.launcher,...r.launcher,dock:{...(a=Ot.launcher)==null?void 0:a.dock,...(e=r.launcher)==null?void 0:e.dock},clearChat:{...(t=Ot.launcher)==null?void 0:t.clearChat,...(s=r.launcher)==null?void 0:s.clearChat}},copy:{...Ot.copy,...r.copy},sendButton:{...Ot.sendButton,...r.sendButton},statusIndicator:{...Ot.statusIndicator,...r.statusIndicator},voiceRecognition:{...Ot.voiceRecognition,...r.voiceRecognition},features:(()=>{var Y,Ce,ee,Ee;let k=(Y=Ot.features)==null?void 0:Y.artifacts,w=(Ce=r.features)==null?void 0:Ce.artifacts,I=(ee=Ot.features)==null?void 0:ee.scrollToBottom,N=(Ee=r.features)==null?void 0:Ee.scrollToBottom,_=k===void 0&&w===void 0?void 0:{...k,...w,layout:{...k==null?void 0:k.layout,...w==null?void 0:w.layout}},R=I===void 0&&N===void 0?void 0:{...I,...N};return{...Ot.features,...r.features,...R!==void 0?{scrollToBottom:R}:{},..._!==void 0?{artifacts:_}:{}}})(),suggestionChips:(o=r.suggestionChips)!=null?o:Ot.suggestionChips,suggestionChipsConfig:{...Ot.suggestionChipsConfig,...r.suggestionChipsConfig},layout:{...Ot.layout,...r.layout,header:{...(n=Ot.layout)==null?void 0:n.header,...(l=r.layout)==null?void 0:l.header},messages:{...(p=Ot.layout)==null?void 0:p.messages,...(i=r.layout)==null?void 0:i.messages,avatar:{...(u=(c=Ot.layout)==null?void 0:c.messages)==null?void 0:u.avatar,...(h=(f=r.layout)==null?void 0:f.messages)==null?void 0:h.avatar},timestamp:{...(T=(y=Ot.layout)==null?void 0:y.messages)==null?void 0:T.timestamp,...(C=(b=r.layout)==null?void 0:b.messages)==null?void 0:C.timestamp}},slots:{...(g=Ot.layout)==null?void 0:g.slots,...(L=r.layout)==null?void 0:L.slots}},markdown:{...Ot.markdown,...r.markdown,options:{...(m=Ot.markdown)==null?void 0:m.options,...(M=r.markdown)==null?void 0:M.options}},messageActions:{...Ot.messageActions,...r.messageActions}}:Ot}var xR=()=>{let r=new Map,a=(s,o)=>(r.has(s)||r.set(s,new Set),r.get(s).add(o),()=>e(s,o)),e=(s,o)=>{var n;(n=r.get(s))==null||n.delete(o)};return{on:a,off:e,emit:(s,o)=>{var n;(n=r.get(s))==null||n.forEach(l=>{try{l(o)}catch(p){typeof console!="undefined"&&console.error("[AgentWidget] Event handler error:",p)}})}}};var gD=r=>{let a=r.match(/```(?:json)?\s*([\s\S]*?)```/i);return a?a[1]:r},MD=r=>{let a=r.trim(),e=a.indexOf("{");if(e===-1)return null;let t=0;for(let s=e;s<a.length;s+=1){let o=a[s];if(o==="{"&&(t+=1),o==="}"&&(t-=1,t===0))return a.slice(e,s+1)}return null},Vd=({text:r})=>{if(!r||!r.includes("{"))return null;try{let a=gD(r),e=MD(a);if(!e)return null;let t=JSON.parse(e);if(!t||typeof t!="object"||!t.action)return null;let{action:s,...o}=t;return{type:String(s),payload:o,raw:t}}catch{return null}},qT=r=>typeof r=="string"?r:r==null?"":String(r),xo={message:r=>r.type!=="message"?void 0:{handled:!0,displayText:qT(r.payload.text)},messageAndClick:(r,a)=>{var s;if(r.type!=="message_and_click")return;let e=r.payload,t=qT(e.element);if(t&&((s=a.document)!=null&&s.querySelector)){let o=a.document.querySelector(t);o?setTimeout(()=>{o.click()},400):typeof console!="undefined"&&console.warn("[AgentWidget] Element not found for selector:",t)}return{handled:!0,displayText:qT(e.text)}}},gR=r=>Array.isArray(r)?r.map(a=>String(a)):[],Fd=r=>{let a=new Set(gR(r.getSessionMetadata().processedActionMessageIds)),e=()=>{a=new Set(gR(r.getSessionMetadata().processedActionMessageIds))},t=()=>{let o=Array.from(a);r.updateSessionMetadata(n=>({...n,processedActionMessageIds:o}))};return{process:o=>{if(o.streaming||o.message.role!=="assistant"||!o.text||a.has(o.message.id))return null;let n=typeof o.raw=="string"&&o.raw||typeof o.message.rawContent=="string"&&o.message.rawContent||typeof o.text=="string"&&o.text||null;!n&&typeof o.text=="string"&&o.text.trim().startsWith("{")&&typeof console!="undefined"&&console.warn("[AgentWidget] Structured response detected but no raw payload was provided. Ensure your stream parser returns { text, raw }.");let l=n?r.parsers.reduce((i,c)=>i||(c==null?void 0:c({text:n,message:o.message}))||null,null):null;if(!l)return null;a.add(o.message.id),t();let p={action:l,message:o.message};r.emit("action:detected",p);for(let i of r.handlers)if(i)try{let c=()=>{r.emit("action:resubmit",p)},u=i(l,{message:o.message,metadata:r.getSessionMetadata(),updateMetadata:r.updateSessionMetadata,document:r.documentRef,triggerResubmit:c});if(!u)continue;if(u.handled){let f=u.persistMessage!==!1;return{text:u.displayText!==void 0?u.displayText:"",persist:f,resubmit:u.resubmit}}}catch(c){typeof console!="undefined"&&console.error("[AgentWidget] Action handler error:",c)}return{text:"",persist:!0}},syncFromMetadata:e}};var yD=r=>{if(!r)return null;try{return JSON.parse(r)}catch(a){return typeof console!="undefined"&&console.error("[AgentWidget] Failed to parse stored state:",a),null}},vD=r=>r.map(a=>({...a,streaming:!1})),Vk=(r="persona-state")=>{let a=()=>typeof window=="undefined"||!window.localStorage?null:window.localStorage;return{load:()=>{let e=a();return e?yD(e.getItem(r)):null},save:e=>{let t=a();if(t)try{let s={...e,messages:e.messages?vD(e.messages):void 0};t.setItem(r,JSON.stringify(s))}catch(s){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",s)}},clear:()=>{let e=a();if(e)try{e.removeItem(r)}catch(t){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear stored state:",t)}}}};var Gi=zH(MT(),1);function bD(r){if(!r||typeof r!="object"||!("component"in r))return!1;let a=r.component;return typeof a=="string"&&a.length>0}function CD(r,a){if(!bD(r))return null;let e=r.props&&typeof r.props=="object"&&r.props!==null?r.props:{};return{component:r.component,props:e,raw:a}}function Fk(){let r=null,a=0;return{getExtractedDirective:()=>r,processChunk:e=>{let t=e.trim();if(!t.startsWith("{")&&!t.startsWith("["))return null;if(e.length<=a)return r;try{let s=(0,Gi.parse)(e,Gi.STR|Gi.OBJ),o=CD(s,e);o&&(r=o)}catch{}return a=e.length,r},reset:()=>{r=null,a=0}}}function MR(r){return typeof r=="object"&&r!==null&&"component"in r&&typeof r.component=="string"&&"props"in r&&typeof r.props=="object"}function Wk(r,a){let{config:e,message:t,onPropsUpdate:s}=a,o=Er.get(r.component);if(!o)return console.warn(`[ComponentMiddleware] Component "${r.component}" not found in registry. Falling back to default rendering.`),null;let n={message:t,config:e,updateProps:l=>{s&&s(l)}};try{return o(r.props,n)}catch(l){return console.error(`[ComponentMiddleware] Error rendering component "${r.component}":`,l),null}}function yR(){let r=Fk();return{processChunk:a=>r.processChunk(a),getDirective:()=>r.getExtractedDirective(),reset:()=>{r.reset()}}}function Ok(r){if(!r.rawContent)return!1;try{let a=JSON.parse(r.rawContent);return typeof a=="object"&&a!==null&&"component"in a&&typeof a.component=="string"}catch{return!1}}function Nk(r){if(!r.rawContent)return null;try{let a=JSON.parse(r.rawContent);if(typeof a=="object"&&a!==null&&"component"in a&&typeof a.component=="string")return{component:a.component,props:a.props&&typeof a.props=="object"&&a.props!==null?a.props:{},raw:r.rawContent}}catch{}return null}var wD=["Very dissatisfied","Dissatisfied","Neutral","Satisfied","Very satisfied"];function zk(r){let{onSubmit:a,onDismiss:e,title:t="How satisfied are you?",subtitle:s="Please rate your experience",commentPlaceholder:o="Share your thoughts (optional)...",submitText:n="Submit",skipText:l="Skip",showComment:p=!0,ratingLabels:i=wD}=r,c=document.createElement("div");c.className="persona-feedback-container persona-feedback-csat",c.setAttribute("role","dialog"),c.setAttribute("aria-label","Customer satisfaction feedback");let u=null,f=document.createElement("div");f.className="persona-feedback-content";let h=document.createElement("div");h.className="persona-feedback-header";let y=document.createElement("h3");y.className="persona-feedback-title",y.textContent=t,h.appendChild(y);let T=document.createElement("p");T.className="persona-feedback-subtitle",T.textContent=s,h.appendChild(T),f.appendChild(h);let b=document.createElement("div");b.className="persona-feedback-rating persona-feedback-rating-csat",b.setAttribute("role","radiogroup"),b.setAttribute("aria-label","Satisfaction rating from 1 to 5");let C=[];for(let k=1;k<=5;k++){let w=document.createElement("button");w.type="button",w.className="persona-feedback-rating-btn persona-feedback-star-btn",w.setAttribute("role","radio"),w.setAttribute("aria-checked","false"),w.setAttribute("aria-label",`${k} star${k>1?"s":""}: ${i[k-1]}`),w.title=i[k-1],w.dataset.rating=String(k),w.innerHTML=`
67
67
  <svg class="persona-feedback-star" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
68
68
  <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"></polygon>
69
69
  </svg>
70
- `,w.addEventListener("click",()=>{u=k,C.forEach((I,N)=>{let _=N<k;I.classList.toggle("selected",_),I.setAttribute("aria-checked",N===k-1?"true":"false")})}),C.push(w),b.appendChild(w)}f.appendChild(b);let g=null;if(p){let k=document.createElement("div");k.className="persona-feedback-comment-container",g=document.createElement("textarea"),g.className="persona-feedback-comment",g.placeholder=o,g.rows=3,g.setAttribute("aria-label","Additional comments"),k.appendChild(g),f.appendChild(k)}let L=document.createElement("div");L.className="persona-feedback-actions";let m=document.createElement("button");m.type="button",m.className="persona-feedback-btn persona-feedback-btn-skip",m.textContent=l,m.addEventListener("click",()=>{e==null||e(),c.remove()});let M=document.createElement("button");return M.type="button",M.className="persona-feedback-btn persona-feedback-btn-submit",M.textContent=n,M.addEventListener("click",async()=>{if(u===null){b.classList.add("persona-feedback-shake"),setTimeout(()=>b.classList.remove("persona-feedback-shake"),500);return}M.disabled=!0,M.textContent="Submitting...";try{let k=(g==null?void 0:g.value.trim())||void 0;await a(u,k),c.remove()}catch(k){M.disabled=!1,M.textContent=n,console.error("[CSAT Feedback] Failed to submit:",k)}}),L.appendChild(m),L.appendChild(M),f.appendChild(L),c.appendChild(f),c}function _k(r){let{onSubmit:a,onDismiss:e,title:t="How likely are you to recommend us?",subtitle:s="On a scale of 0 to 10",commentPlaceholder:o="What could we do better? (optional)...",submitText:n="Submit",skipText:l="Skip",showComment:p=!0,lowLabel:i="Not likely",highLabel:c="Very likely"}=r,u=document.createElement("div");u.className="persona-feedback-container persona-feedback-nps",u.setAttribute("role","dialog"),u.setAttribute("aria-label","Net Promoter Score feedback");let f=null,h=document.createElement("div");h.className="persona-feedback-content";let y=document.createElement("div");y.className="persona-feedback-header";let T=document.createElement("h3");T.className="persona-feedback-title",T.textContent=t,y.appendChild(T);let b=document.createElement("p");b.className="persona-feedback-subtitle",b.textContent=s,y.appendChild(b),h.appendChild(y);let C=document.createElement("div");C.className="persona-feedback-rating persona-feedback-rating-nps",C.setAttribute("role","radiogroup"),C.setAttribute("aria-label","Likelihood rating from 0 to 10");let g=document.createElement("div");g.className="persona-feedback-labels";let L=document.createElement("span");L.className="persona-feedback-label-low",L.textContent=i;let m=document.createElement("span");m.className="persona-feedback-label-high",m.textContent=c,g.appendChild(L),g.appendChild(m);let M=document.createElement("div");M.className="persona-feedback-numbers";let k=[];for(let R=0;R<=10;R++){let Y=document.createElement("button");Y.type="button",Y.className="persona-feedback-rating-btn persona-feedback-number-btn",Y.setAttribute("role","radio"),Y.setAttribute("aria-checked","false"),Y.setAttribute("aria-label",`Rating ${R} out of 10`),Y.textContent=String(R),Y.dataset.rating=String(R),R<=6?Y.classList.add("persona-feedback-detractor"):R<=8?Y.classList.add("persona-feedback-passive"):Y.classList.add("persona-feedback-promoter"),Y.addEventListener("click",()=>{f=R,k.forEach((Ce,ee)=>{Ce.classList.toggle("selected",ee===R),Ce.setAttribute("aria-checked",ee===R?"true":"false")})}),k.push(Y),M.appendChild(Y)}C.appendChild(g),C.appendChild(M),h.appendChild(C);let w=null;if(p){let R=document.createElement("div");R.className="persona-feedback-comment-container",w=document.createElement("textarea"),w.className="persona-feedback-comment",w.placeholder=o,w.rows=3,w.setAttribute("aria-label","Additional comments"),R.appendChild(w),h.appendChild(R)}let I=document.createElement("div");I.className="persona-feedback-actions";let N=document.createElement("button");N.type="button",N.className="persona-feedback-btn persona-feedback-btn-skip",N.textContent=l,N.addEventListener("click",()=>{e==null||e(),u.remove()});let _=document.createElement("button");return _.type="button",_.className="persona-feedback-btn persona-feedback-btn-submit",_.textContent=n,_.addEventListener("click",async()=>{if(f===null){M.classList.add("persona-feedback-shake"),setTimeout(()=>M.classList.remove("persona-feedback-shake"),500);return}_.disabled=!0,_.textContent="Submitting...";try{let R=(w==null?void 0:w.value.trim())||void 0;await a(f,R),u.remove()}catch(R){_.disabled=!1,_.textContent=n,console.error("[NPS Feedback] Failed to submit:",R)}}),I.appendChild(N),I.appendChild(_),h.appendChild(I),u.appendChild(h),u}var Zi="persona-chat-history",SD=30*1e3,AD={"image/png":"png","image/jpeg":"jpg","image/jpg":"jpg","image/gif":"gif","image/webp":"webp","image/svg+xml":"svg","image/bmp":"bmp","image/tiff":"tiff"};function kD(r){var t,s,o;if(!r)return[];let a=[],e=Array.from((t=r.items)!=null?t:[]);for(let n of e){if(n.kind!=="file"||!n.type.startsWith("image/"))continue;let l=n.getAsFile();if(!l)continue;if(l.name){a.push(l);continue}let p=(s=AD[l.type])!=null?s:"png";a.push(new File([l],`clipboard-image-${Date.now()}.${p}`,{type:l.type,lastModified:Date.now()}))}if(a.length>0)return a;for(let n of Array.from((o=r.files)!=null?o:[]))n.type.startsWith("image/")&&a.push(n);return a}function TD(r){var a,e,t,s,o,n,l,p,i;return r?r===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(a=r.storage)!=null?a:"session",keyPrefix:(e=r.keyPrefix)!=null?e:"persona-",persist:{openState:(s=(t=r.persist)==null?void 0:t.openState)!=null?s:!0,voiceState:(n=(o=r.persist)==null?void 0:o.voiceState)!=null?n:!0,focusInput:(p=(l=r.persist)==null?void 0:l.focusInput)!=null?p:!0},clearOnChatClear:(i=r.clearOnChatClear)!=null?i:!0}:null}function LD(r){try{let a=r==="local"?localStorage:sessionStorage,e="__persist_test__";return a.setItem(e,"1"),a.removeItem(e),a}catch{return null}}var UT=r=>!r||typeof r!="object"?{}:{...r},vR=r=>r.map(a=>({...a,streaming:!1})),bR=(r,a,e)=>{let t=r!=null&&r.markdown?lo(r.markdown):null,s=Ho(r==null?void 0:r.sanitize);return r!=null&&r.postprocessMessage&&s&&(r==null?void 0:r.sanitize)===void 0&&console.warn("[Persona] A custom postprocessMessage is active with the default HTML sanitizer. Tags or attributes not in the built-in allowlist will be stripped. To keep custom HTML, set `sanitize: false` or provide a custom sanitize function."),o=>{var i,c,u;let n=(i=o.text)!=null?i:"",l=(c=o.message.rawContent)!=null?c:null;if(a){let f=a.process({text:n,raw:l!=null?l:n,message:o.message,streaming:o.streaming});f!==null&&(n=f.text,f.persist||(o.message.__skipPersist=!0),f.resubmit&&!o.streaming&&e&&e())}let p;return r!=null&&r.postprocessMessage?p=r.postprocessMessage({...o,text:n,raw:(u=l!=null?l:o.text)!=null?u:""}):t?p=t(n):p=Eo(n),s?s(p):p}},qk=(r,a,e)=>{var iL,dL,pL,cL,uL,fL,hL,mL,xL,gL,ML,yL,vL,bL,CL,wL,SL,AL,kL,TL,LL,EL,HL,PL,RL,IL,BL,DL,VL,FL,WL,OL,NL,zL,_L,qL,UL,$L,jL,GL;r.id&&!r.getAttribute("data-persona-instance")&&r.setAttribute("data-persona-instance",r.id),r.hasAttribute("data-persona-root")||r.setAttribute("data-persona-root","true");let t=Dk(a),s=Dd.getForInstance(t.plugins);t.components&&Er.registerAll(t.components);let o=xR(),n=(iL=t.storageAdapter)!=null?iL:Vk(),l={},p=null,i=!1,c=d=>{if(t.onStateLoaded)try{let x=t.onStateLoaded(d);if(x&&typeof x=="object"&&"state"in x){let{state:A,open:P}=x;return P&&(i=!0),A}return x}catch(x){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",x)}return d};if(n!=null&&n.load)try{let d=n.load();if(d&&typeof d.then=="function")p=d.then(x=>{let A=x!=null?x:{messages:[],metadata:{}};return c(A)});else{let x=d!=null?d:{messages:[],metadata:{}},A=c(x);A.metadata&&(l=UT(A.metadata)),(dL=A.messages)!=null&&dL.length&&(t={...t,initialMessages:A.messages})}}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",d)}else if(t.onStateLoaded)try{let d=c({messages:[],metadata:{}});(pL=d.messages)!=null&&pL.length&&(t={...t,initialMessages:d.messages})}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",d)}let u=()=>l,f=d=>{var A;l=(A=d({...l}))!=null?A:{},Ki()},h=t.actionParsers&&t.actionParsers.length?t.actionParsers:[Vd],y=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[xo.message,xo.messageAndClick],T=Fd({parsers:h,handlers:y,getSessionMetadata:u,updateSessionMetadata:f,emit:o.emit,documentRef:typeof document!="undefined"?document:null});T.syncFromMetadata();let b=(uL=(cL=t.launcher)==null?void 0:cL.enabled)!=null?uL:!0,C=(hL=(fL=t.launcher)==null?void 0:fL.autoExpand)!=null?hL:!1,g=(mL=t.autoFocusInput)!=null?mL:!1,L=C,m=b,M=(gL=(xL=t.layout)==null?void 0:xL.header)==null?void 0:gL.layout,k=!1,w=b?C:!0,I=!1,N=null,_=()=>{I=!0,N&&clearTimeout(N),N=setTimeout(()=>{I&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),I=!1)},1e4)},R=bR(t,T,_),Y=(yL=(ML=t.features)==null?void 0:ML.showReasoning)!=null?yL:!0,Ce=(bL=(vL=t.features)==null?void 0:vL.showToolCalls)!=null?bL:!0,ee=(wL=(CL=t.features)==null?void 0:CL.showEventStreamToggle)!=null?wL:!1,Ee=(AL=(SL=t.features)==null?void 0:SL.scrollToBottom)!=null?AL:{},me=`${(TL=typeof t.persistState=="object"?(kL=t.persistState)==null?void 0:kL.keyPrefix:void 0)!=null?TL:"persona-"}event-stream`,Me=ee?new Bd(me):null,He=(HL=(EL=(LL=t.features)==null?void 0:LL.eventStream)==null?void 0:EL.maxEvents)!=null?HL:2e3,Q=ee?new Id(He,Me):null,te=null,xe=!1,we=null,We=0;Me==null||Me.open().then(()=>Q==null?void 0:Q.restore()).catch(d=>{t.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",d)});let he={onCopy:d=>{var x,A;o.emit("message:copy",d),W!=null&&W.isClientTokenMode()&&W.submitMessageFeedback(d.id,"copy").catch(P=>{t.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",P)}),(A=(x=t.messageActions)==null?void 0:x.onCopy)==null||A.call(x,d)},onFeedback:d=>{var x,A;o.emit("message:feedback",d),W!=null&&W.isClientTokenMode()&&W.submitMessageFeedback(d.messageId,d.type).catch(P=>{t.debug&&console.error("[AgentWidget] Failed to submit feedback:",P)}),(A=(x=t.messageActions)==null?void 0:x.onFeedback)==null||A.call(x,d)}},Be=(PL=t.statusIndicator)!=null?PL:{},lt=d=>{var x,A,P,B;return d==="idle"?(x=Be.idleText)!=null?x:wa.idle:d==="connecting"?(A=Be.connectingText)!=null?A:wa.connecting:d==="connected"?(P=Be.connectedText)!=null?P:wa.connected:d==="error"?(B=Be.errorText)!=null?B:wa.error:wa[d]};function yt(d,x,A,P){if(P==="idle"&&A.idleLink){d.textContent="";let B=document.createElement("a");B.href=A.idleLink,B.target="_blank",B.rel="noopener noreferrer",B.textContent=x,B.style.color="inherit",B.style.textDecoration="none",d.appendChild(B)}else d.textContent=x}let{wrapper:G,panel:K}=YP(t),de=QP(t,b),{container:j,body:$,messagesWrapper:ne,suggestions:Qe,textarea:ae,sendButton:oe,sendButtonWrapper:wt,composerForm:it,statusText:Rt,introTitle:Xt,introSubtitle:_e,closeButton:pe,iconHolder:De,headerTitle:Tt,headerSubtitle:At,header:qe,footer:rt,actionsRow:la,leftActions:ea,rightActions:ta}=de,q=de.micButton,Pe=de.micButtonWrapper,ue=de.attachmentButton,Xe=de.attachmentButtonWrapper,Ie=de.attachmentInput,se=de.attachmentPreviewsContainer;j.classList.add("persona-relative"),$.classList.add("persona-relative");let ge=12,Ne=()=>{var d;return(d=Ee.label)!=null?d:""},mt=()=>{var d;return(d=Ee.iconName)!=null?d:"arrow-down"},Nt=()=>Ee.enabled!==!1,xt=v("button","persona-scroll-to-bottom-indicator persona-absolute persona-bottom-3 persona-left-1/2 persona-z-10 persona-flex persona-items-center persona-gap-1 persona-text-xs persona-transform persona--translate-x-1/2 persona-cursor-pointer");xt.type="button",xt.style.display="none",xt.setAttribute("data-persona-scroll-to-bottom","true");let Ft=v("span","persona-flex persona-items-center"),vt=v("span","");xt.append(Ft,vt),j.appendChild(xt);let et=()=>{let x=rt.style.display==="none"?0:rt.offsetHeight;xt.style.bottom=`${x+ge}px`};et();let Ve=()=>{let d=!!Ne();xt.setAttribute("aria-label",Ne()||"Jump to latest"),xt.title=Ne(),xt.setAttribute("data-persona-scroll-to-bottom-has-label",d?"true":"false"),Ft.innerHTML="";let x=ve(mt(),"14px","currentColor",2);x?(Ft.appendChild(x),Ft.style.display=""):Ft.style.display="none",vt.textContent=Ne(),vt.style.display=d?"":"none"};Ve();let Oe=null,Zt=null,_a=s.find(d=>d.renderHeader);if(_a!=null&&_a.renderHeader){let d=_a.renderHeader({config:t,defaultRenderer:()=>{let x=Lr({config:t,showClose:b});return ho(j,x,t),x.header},onClose:()=>Ut(!1,"user")});if(d){let x=j.querySelector(".persona-border-b-persona-divider");x&&(x.replaceWith(d),qe=d)}}let qa=()=>{var x,A,P,B;if(!Q)return;if(xe=!0,!te&&Q&&(te=sR({buffer:Q,getFullHistory:()=>Q.getAllFromStore(),onClose:()=>Ba(),config:t,plugins:s})),te&&($.style.display="none",(x=rt.parentNode)==null||x.insertBefore(te.element,rt),te.update()),tt){tt.style.boxShadow=`inset 0 0 0 1.5px ${za.actionIconColor}`;let D=(B=(P=(A=t.features)==null?void 0:A.eventStream)==null?void 0:P.classNames)==null?void 0:B.toggleButtonActive;D&&D.split(/\s+/).forEach(V=>V&&tt.classList.add(V))}let d=()=>{if(!xe)return;let D=Date.now();D-We>=200&&(te==null||te.update(),We=D),we=requestAnimationFrame(d)};We=0,we=requestAnimationFrame(d),vr(),o.emit("eventStream:opened",{timestamp:Date.now()})},Ba=()=>{var d,x,A;if(xe){if(xe=!1,te&&te.element.remove(),$.style.display="",tt){tt.style.boxShadow="";let P=(A=(x=(d=t.features)==null?void 0:d.eventStream)==null?void 0:x.classNames)==null?void 0:A.toggleButtonActive;P&&P.split(/\s+/).forEach(B=>B&&tt.classList.remove(B))}we!==null&&(cancelAnimationFrame(we),we=null),vr(),o.emit("eventStream:closed",{timestamp:Date.now()})}},tt=null;if(ee){let d=(IL=(RL=t.features)==null?void 0:RL.eventStream)==null?void 0:IL.classNames,x="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-opacity-80 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(d!=null&&d.toggleButton?" "+d.toggleButton:"");tt=v("button",x),tt.style.width="28px",tt.style.height="28px",tt.style.color=za.actionIconColor,tt.type="button",tt.setAttribute("aria-label","Event Stream"),tt.title="Event Stream";let A=ve("activity","18px","currentColor",1.5);A&&tt.appendChild(A);let P=de.clearChatButtonWrapper,B=de.closeButtonWrapper,D=P||B;D&&D.parentNode===qe?qe.insertBefore(tt,D):qe.appendChild(tt),tt.addEventListener("click",()=>{xe?Ba():qa()})}let gr=d=>{var P,B,D;let x=t.attachments;if(!(x!=null&&x.enabled))return;let A=d.querySelector(".persona-attachment-previews");if(!A){A=v("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),A.style.display="none";let V=d.querySelector("[data-persona-composer-form]");V!=null&&V.parentNode?V.parentNode.insertBefore(A,V):d.insertBefore(A,d.firstChild)}if(!d.querySelector('input[type="file"]')){let V=v("input");V.type="file",V.accept=((P=x.allowedTypes)!=null?P:Tr).join(","),V.multiple=((B=x.maxFiles)!=null?B:4)>1,V.style.display="none",V.setAttribute("aria-label",(D=x.buttonTooltipText)!=null?D:"Attach files"),d.appendChild(V)}},aa=s.find(d=>d.renderComposer);if(aa!=null&&aa.renderComposer){let d=t.composer,x=aa.renderComposer({config:t,defaultRenderer:()=>_i({config:t}).footer,onSubmit:A=>{W&&!W.isStreaming()&&W.sendMessage(A)},streaming:!1,disabled:!1,openAttachmentPicker:()=>{Ie==null||Ie.click()},models:d==null?void 0:d.models,selectedModelId:d==null?void 0:d.selectedModelId,onModelChange:A=>{t.composer={...t.composer,selectedModelId:A}},onVoiceToggle:((BL=t.voiceRecognition)==null?void 0:BL.enabled)===!0?()=>{Zt==null||Zt()}:void 0});x&&(rt.replaceWith(x),rt=x)}let Sa=d=>{let x=d.querySelector("[data-persona-composer-form]"),A=d.querySelector("[data-persona-composer-input]"),P=d.querySelector("[data-persona-composer-submit]"),B=d.querySelector("[data-persona-composer-mic]"),D=d.querySelector("[data-persona-composer-status]");x&&(it=x),A&&(ae=A),P&&(oe=P),B&&(q=B,Pe=B.parentElement),D&&(Rt=D);let V=d.querySelector(".persona-mb-3.persona-flex.persona-flex-wrap.persona-gap-2");V&&(Qe=V);let J=d.querySelector(".persona-attachment-button");J&&(ue=J,Xe=J.parentElement),Ie=d.querySelector('input[type="file"]'),se=d.querySelector(".persona-attachment-previews");let O=d.querySelector(".persona-widget-composer .persona-flex.persona-items-center.persona-justify-between");O&&(la=O)};gr(rt),Sa(rt);let Ua=(DL=t.layout)==null?void 0:DL.contentMaxWidth;Ua&&it&&(it.style.maxWidth=Ua,it.style.marginLeft="auto",it.style.marginRight="auto"),Ua&&se&&(se.style.maxWidth=Ua,se.style.marginLeft="auto",se.style.marginRight="auto"),(VL=t.attachments)!=null&&VL.enabled&&Ie&&se&&(Oe=fo.fromConfig(t.attachments),Oe.setPreviewsContainer(se),Ie.addEventListener("change",d=>{let x=d.target;Oe==null||Oe.handleFileSelect(x.files),x.value=""})),(()=>{var P,B;let d=(B=(P=t.layout)==null?void 0:P.slots)!=null?B:{},x=D=>{switch(D){case"body-top":return j.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6")||null;case"messages":return ne;case"footer-top":return Qe;case"composer":return it;case"footer-bottom":return Rt;default:return null}},A=(D,V)=>{var J;switch(D){case"header-left":case"header-center":case"header-right":if(D==="header-left")qe.insertBefore(V,qe.firstChild);else if(D==="header-right")qe.appendChild(V);else{let O=qe.querySelector(".persona-flex-col");O?(J=O.parentNode)==null||J.insertBefore(V,O.nextSibling):qe.appendChild(V)}break;case"body-top":{let O=$.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6");O?O.replaceWith(V):$.insertBefore(V,$.firstChild);break}case"body-bottom":$.appendChild(V);break;case"footer-top":Qe.replaceWith(V);break;case"footer-bottom":Rt.replaceWith(V);break;default:break}};for(let[D,V]of Object.entries(d))if(V)try{let J=V({config:t,defaultContent:()=>x(D)});J&&A(D,J)}catch(J){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${D}":`,J)}})();let Ka=d=>{let A=d.target.closest('button[data-expand-header="true"]');if(!A)return;let P=A.closest(".vanilla-reasoning-bubble, .vanilla-tool-bubble");if(!P)return;let B=P.getAttribute("data-message-id");if(!B)return;let D=A.getAttribute("data-bubble-type");D==="reasoning"?(Ui.has(B)?Ui.delete(B):Ui.add(B),aR(B,P)):D==="tool"&&($i.has(B)?$i.delete(B):$i.add(B),rR(B,P,t))};ne.addEventListener("pointerdown",d=>{d.target.closest('button[data-expand-header="true"]')&&(d.preventDefault(),Ka(d))}),ne.addEventListener("keydown",d=>{let x=d.target;(d.key==="Enter"||d.key===" ")&&x.closest('button[data-expand-header="true"]')&&(d.preventDefault(),Ka(d))});let Ya=new Map;ne.addEventListener("click",d=>{var V;let A=d.target.closest(".persona-message-action-btn[data-action]");if(!A)return;d.preventDefault(),d.stopPropagation();let P=A.closest("[data-actions-for]");if(!P)return;let B=P.getAttribute("data-actions-for");if(!B)return;let D=A.getAttribute("data-action");if(D==="copy"){let O=W.getMessages().find(ce=>ce.id===B);if(O&&he.onCopy){let ce=O.content||"";navigator.clipboard.writeText(ce).then(()=>{A.classList.add("persona-message-action-success");let ke=ve("check",14,"currentColor",2);ke&&(A.innerHTML="",A.appendChild(ke)),setTimeout(()=>{A.classList.remove("persona-message-action-success");let Le=ve("copy",14,"currentColor",2);Le&&(A.innerHTML="",A.appendChild(Le))},2e3)}).catch(ke=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",ke)}),he.onCopy(O)}}else if(D==="upvote"||D==="downvote")if(((V=Ya.get(B))!=null?V:null)===D)Ya.delete(B),A.classList.remove("persona-message-action-active");else{let ce=D==="upvote"?"downvote":"upvote",ke=P.querySelector(`[data-action="${ce}"]`);ke&&ke.classList.remove("persona-message-action-active"),Ya.set(B,D),A.classList.add("persona-message-action-active");let Se=W.getMessages().find(Ke=>Ke.id===B);Se&&he.onFeedback&&he.onFeedback({type:D,messageId:Se.id,message:Se})}}),ne.addEventListener("click",d=>{let A=d.target.closest("button[data-approval-action]");if(!A)return;d.preventDefault(),d.stopPropagation();let P=A.closest(".vanilla-approval-bubble");if(!P)return;let B=P.getAttribute("data-message-id");if(!B)return;let D=A.getAttribute("data-approval-action");if(!D)return;let V=D==="approve"?"approved":"denied",O=W.getMessages().find(ke=>ke.id===B);if(!(O!=null&&O.approval))return;let ce=P.querySelector("[data-approval-buttons]");ce&&ce.querySelectorAll("button").forEach(Le=>{Le.disabled=!0,Le.style.opacity="0.5",Le.style.cursor="not-allowed"}),W.resolveApproval(O.approval,V)});let $e=null,ya=null,Da={artifacts:[],selectedId:null},xa=!1,sr={current:null};ne.addEventListener("click",d=>{var Le,Se,Ke,F,je;let A=d.target.closest("[data-download-artifact]");if(!A)return;d.preventDefault(),d.stopPropagation();let P=A.getAttribute("data-download-artifact");if(!P||((Ke=(Se=(Le=t.features)==null?void 0:Le.artifacts)==null?void 0:Se.onArtifactAction)==null?void 0:Ke.call(Se,{type:"download",artifactId:P}))===!0)return;let D=W.getArtifactById(P),V=D==null?void 0:D.markdown,J=(D==null?void 0:D.title)||"artifact";if(!V){let Re=A.closest("[data-open-artifact]"),be=Re==null?void 0:Re.closest("[data-message-id]"),Ue=be==null?void 0:be.getAttribute("data-message-id");if(Ue){let pt=W.getMessages().find(Te=>Te.id===Ue);if(pt!=null&&pt.rawContent)try{let Te=JSON.parse(pt.rawContent);V=(F=Te==null?void 0:Te.props)==null?void 0:F.markdown,J=((je=Te==null?void 0:Te.props)==null?void 0:je.title)||J}catch{}}}if(!V)return;let O=new Blob([V],{type:"text/markdown"}),ce=URL.createObjectURL(O),ke=document.createElement("a");ke.href=ce,ke.download=`${J}.md`,ke.click(),URL.revokeObjectURL(ce)}),ne.addEventListener("click",d=>{var D,V,J;let A=d.target.closest("[data-open-artifact]");if(!A)return;let P=A.getAttribute("data-open-artifact");!P||((J=(V=(D=t.features)==null?void 0:D.artifacts)==null?void 0:V.onArtifactAction)==null?void 0:J.call(V,{type:"open",artifactId:P}))===!0||(d.preventDefault(),d.stopPropagation(),W.selectArtifact(P),Bt())}),ne.addEventListener("keydown",d=>{if(d.key!=="Enter"&&d.key!==" ")return;let x=d.target;x.hasAttribute("data-open-artifact")&&(d.preventDefault(),x.click())});let Aa=null,re=null,S=null,Z=null,fe=()=>{};function bt(){Z==null||Z(),Z=null}let qt=()=>{var V;if(!Aa||!re)return;let d=r.classList.contains("persona-artifact-appearance-seamless"),A=((V=r.ownerDocument.defaultView)!=null?V:window).innerWidth<=640;if(!d||r.classList.contains("persona-artifact-narrow-host")||A){re.style.removeProperty("position"),re.style.removeProperty("left"),re.style.removeProperty("top"),re.style.removeProperty("bottom"),re.style.removeProperty("width"),re.style.removeProperty("z-index");return}let P=Aa.firstElementChild;if(!P||P===re)return;let B=10;re.style.position="absolute",re.style.top="0",re.style.bottom="0",re.style.width=`${B}px`,re.style.zIndex="5";let D=P.offsetWidth-B/2;re.style.left=`${Math.max(0,D)}px`},Lt=()=>{},Bt=()=>{var A,P,B,D,V;if(!$e||!or(t))return;Ik(r,t),Bk(r,t),Lt();let d=(D=(B=(P=(A=t.features)==null?void 0:A.artifacts)==null?void 0:P.layout)==null?void 0:B.narrowHostMaxWidth)!=null?D:520,x=K.getBoundingClientRect().width||0;r.classList.toggle("persona-artifact-narrow-host",x>0&&x<=d),$e.update(Da),xa?($e.setMobileOpen(!1),$e.element.classList.add("persona-hidden"),(V=$e.backdrop)==null||V.classList.add("persona-hidden")):Da.artifacts.length>0&&($e.element.classList.remove("persona-hidden"),$e.setMobileOpen(!0)),fe()};if(or(t)){K.style.position="relative";let d=v("div","persona-flex persona-flex-1 persona-flex-col persona-min-w-0 persona-min-h-0"),x=v("div","persona-flex persona-h-full persona-w-full persona-min-h-0 persona-artifact-split-root");d.appendChild(j),$e=iR(t,{onSelect:A=>{var P;return(P=sr.current)==null?void 0:P.selectArtifact(A)},onDismiss:()=>{xa=!0,Bt()}}),$e.element.classList.add("persona-hidden"),Aa=x,x.appendChild(d),x.appendChild($e.element),$e.backdrop&&K.appendChild($e.backdrop),K.appendChild(x),fe=()=>{var P,B,D,V;if(!Aa||!$e)return;if(!(((D=(B=(P=t.features)==null?void 0:P.artifacts)==null?void 0:B.layout)==null?void 0:D.resizable)===!0)){S==null||S(),S=null,bt(),re&&(re.remove(),re=null),$e.element.style.removeProperty("width"),$e.element.style.removeProperty("maxWidth");return}if(!re){let J=v("div","persona-artifact-split-handle persona-shrink-0 persona-h-full");J.setAttribute("role","separator"),J.setAttribute("aria-orientation","vertical"),J.setAttribute("aria-label","Resize artifacts panel"),J.tabIndex=0;let O=r.ownerDocument,ce=(V=O.defaultView)!=null?V:window,ke=Le=>{var be,Ue;if(!$e||Le.button!==0||r.classList.contains("persona-artifact-narrow-host")||ce.innerWidth<=640)return;Le.preventDefault(),bt();let Se=Le.clientX,Ke=$e.element.getBoundingClientRect().width,F=(Ue=(be=t.features)==null?void 0:be.artifacts)==null?void 0:Ue.layout,je=kt=>{let pt=Aa.getBoundingClientRect().width,Te=r.classList.contains("persona-artifact-appearance-seamless"),ma=Te?0:uR(Aa,ce),Ht=Te?0:J.getBoundingClientRect().width||6,Ta=Ke-(kt.clientX-Se),ga=fR(Ta,pt,ma,Ht,F==null?void 0:F.resizableMinWidth,F==null?void 0:F.resizableMaxWidth);$e.element.style.width=`${ga}px`,$e.element.style.maxWidth="none",qt()},Re=()=>{O.removeEventListener("pointermove",je),O.removeEventListener("pointerup",Re),O.removeEventListener("pointercancel",Re),Z=null;try{J.releasePointerCapture(Le.pointerId)}catch{}};Z=Re,O.addEventListener("pointermove",je),O.addEventListener("pointerup",Re),O.addEventListener("pointercancel",Re);try{J.setPointerCapture(Le.pointerId)}catch{}};J.addEventListener("pointerdown",ke),re=J,Aa.insertBefore(J,$e.element),S=()=>{J.removeEventListener("pointerdown",ke)}}if(re){let J=Da.artifacts.length>0&&!xa;re.classList.toggle("persona-hidden",!J),qt()}},Lt=()=>{var ce,ke,Le,Se,Ke,F,je,Re,be,Ue,kt,pt,Te,ma;if(!b||!$e||((ke=(ce=t.launcher)==null?void 0:ce.sidebarMode)!=null?ke:!1)||ca(t)&&rr(t).reveal==="emerge")return;let P=(Le=r.ownerDocument.defaultView)!=null?Le:window,B=(Ke=(Se=t.launcher)==null?void 0:Se.mobileFullscreen)!=null?Ke:!0,D=(je=(F=t.launcher)==null?void 0:F.mobileBreakpoint)!=null?je:640;if(B&&P.innerWidth<=D||!cR(t,b))return;let V=(Ue=(be=(Re=t.launcher)==null?void 0:Re.width)!=null?be:t.launcherWidth)!=null?Ue:"min(400px, calc(100vw - 24px))",J=(ma=(Te=(pt=(kt=t.features)==null?void 0:kt.artifacts)==null?void 0:pt.layout)==null?void 0:Te.expandedPanelWidth)!=null?ma:"min(720px, calc(100vw - 24px))";Da.artifacts.length>0&&!xa?(K.style.width=J,K.style.maxWidth=J):(K.style.width=V,K.style.maxWidth=V)},typeof ResizeObserver!="undefined"&&(ya=new ResizeObserver(()=>{Bt()}),ya.observe(K))}else K.appendChild(j);r.appendChild(G);let ia=()=>{var Ht,Ta,ga,ba,Yt,La,at,Pt,tr,Br,Cr,Dr,wr,So,Ao,na,Ud,rd,od,ko,$d,Vr,eo;let d=ca(t),x=(Ta=(Ht=t.launcher)==null?void 0:Ht.sidebarMode)!=null?Ta:!1,A=d||x||((ba=(ga=t.launcher)==null?void 0:ga.fullHeight)!=null?ba:!1),P=((Yt=t.launcher)==null?void 0:Yt.enabled)===!1,B=(at=(La=t.theme)==null?void 0:La.components)==null?void 0:at.panel,D=kd(t),V=(fa,Wa)=>{var Fr;return fa==null||fa===""?Wa:(Fr=wd(D,fa))!=null?Fr:fa},J=(Pt=r.ownerDocument.defaultView)!=null?Pt:window,O=(Br=(tr=t.launcher)==null?void 0:tr.mobileFullscreen)!=null?Br:!0,ce=(Dr=(Cr=t.launcher)==null?void 0:Cr.mobileBreakpoint)!=null?Dr:640,ke=J.innerWidth<=ce,Le=O&&ke&&b,Se=(So=(wr=t.launcher)==null?void 0:wr.position)!=null?So:"bottom-left",Ke=Se==="bottom-left"||Se==="top-left",F=(na=(Ao=t.launcher)==null?void 0:Ao.zIndex)!=null?na:Na,je=x||Le?"none":"1px solid var(--persona-border)",Re=Le?"none":x?Ke?"var(--persona-palette-shadows-sidebar-left, 2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-sidebar-right, -2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25))";d&&!Le&&(Re="none",je="none");let be=x||Le?"0":"var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))",Ue=V(B==null?void 0:B.border,je),kt=V(B==null?void 0:B.shadow,Re),pt=V(B==null?void 0:B.borderRadius,be);if(r.style.cssText="",G.style.cssText="",K.style.cssText="",j.style.cssText="",$.style.cssText="",rt.style.cssText="",Le){G.classList.remove("persona-bottom-6","persona-right-6","persona-left-6","persona-top-6","persona-bottom-4","persona-right-4","persona-left-4","persona-top-4"),G.style.cssText=`
70
+ `,w.addEventListener("click",()=>{u=k,C.forEach((I,N)=>{let _=N<k;I.classList.toggle("selected",_),I.setAttribute("aria-checked",N===k-1?"true":"false")})}),C.push(w),b.appendChild(w)}f.appendChild(b);let g=null;if(p){let k=document.createElement("div");k.className="persona-feedback-comment-container",g=document.createElement("textarea"),g.className="persona-feedback-comment",g.placeholder=o,g.rows=3,g.setAttribute("aria-label","Additional comments"),k.appendChild(g),f.appendChild(k)}let L=document.createElement("div");L.className="persona-feedback-actions";let m=document.createElement("button");m.type="button",m.className="persona-feedback-btn persona-feedback-btn-skip",m.textContent=l,m.addEventListener("click",()=>{e==null||e(),c.remove()});let M=document.createElement("button");return M.type="button",M.className="persona-feedback-btn persona-feedback-btn-submit",M.textContent=n,M.addEventListener("click",async()=>{if(u===null){b.classList.add("persona-feedback-shake"),setTimeout(()=>b.classList.remove("persona-feedback-shake"),500);return}M.disabled=!0,M.textContent="Submitting...";try{let k=(g==null?void 0:g.value.trim())||void 0;await a(u,k),c.remove()}catch(k){M.disabled=!1,M.textContent=n,console.error("[CSAT Feedback] Failed to submit:",k)}}),L.appendChild(m),L.appendChild(M),f.appendChild(L),c.appendChild(f),c}function _k(r){let{onSubmit:a,onDismiss:e,title:t="How likely are you to recommend us?",subtitle:s="On a scale of 0 to 10",commentPlaceholder:o="What could we do better? (optional)...",submitText:n="Submit",skipText:l="Skip",showComment:p=!0,lowLabel:i="Not likely",highLabel:c="Very likely"}=r,u=document.createElement("div");u.className="persona-feedback-container persona-feedback-nps",u.setAttribute("role","dialog"),u.setAttribute("aria-label","Net Promoter Score feedback");let f=null,h=document.createElement("div");h.className="persona-feedback-content";let y=document.createElement("div");y.className="persona-feedback-header";let T=document.createElement("h3");T.className="persona-feedback-title",T.textContent=t,y.appendChild(T);let b=document.createElement("p");b.className="persona-feedback-subtitle",b.textContent=s,y.appendChild(b),h.appendChild(y);let C=document.createElement("div");C.className="persona-feedback-rating persona-feedback-rating-nps",C.setAttribute("role","radiogroup"),C.setAttribute("aria-label","Likelihood rating from 0 to 10");let g=document.createElement("div");g.className="persona-feedback-labels";let L=document.createElement("span");L.className="persona-feedback-label-low",L.textContent=i;let m=document.createElement("span");m.className="persona-feedback-label-high",m.textContent=c,g.appendChild(L),g.appendChild(m);let M=document.createElement("div");M.className="persona-feedback-numbers";let k=[];for(let R=0;R<=10;R++){let Y=document.createElement("button");Y.type="button",Y.className="persona-feedback-rating-btn persona-feedback-number-btn",Y.setAttribute("role","radio"),Y.setAttribute("aria-checked","false"),Y.setAttribute("aria-label",`Rating ${R} out of 10`),Y.textContent=String(R),Y.dataset.rating=String(R),R<=6?Y.classList.add("persona-feedback-detractor"):R<=8?Y.classList.add("persona-feedback-passive"):Y.classList.add("persona-feedback-promoter"),Y.addEventListener("click",()=>{f=R,k.forEach((Ce,ee)=>{Ce.classList.toggle("selected",ee===R),Ce.setAttribute("aria-checked",ee===R?"true":"false")})}),k.push(Y),M.appendChild(Y)}C.appendChild(g),C.appendChild(M),h.appendChild(C);let w=null;if(p){let R=document.createElement("div");R.className="persona-feedback-comment-container",w=document.createElement("textarea"),w.className="persona-feedback-comment",w.placeholder=o,w.rows=3,w.setAttribute("aria-label","Additional comments"),R.appendChild(w),h.appendChild(R)}let I=document.createElement("div");I.className="persona-feedback-actions";let N=document.createElement("button");N.type="button",N.className="persona-feedback-btn persona-feedback-btn-skip",N.textContent=l,N.addEventListener("click",()=>{e==null||e(),u.remove()});let _=document.createElement("button");return _.type="button",_.className="persona-feedback-btn persona-feedback-btn-submit",_.textContent=n,_.addEventListener("click",async()=>{if(f===null){M.classList.add("persona-feedback-shake"),setTimeout(()=>M.classList.remove("persona-feedback-shake"),500);return}_.disabled=!0,_.textContent="Submitting...";try{let R=(w==null?void 0:w.value.trim())||void 0;await a(f,R),u.remove()}catch(R){_.disabled=!1,_.textContent=n,console.error("[NPS Feedback] Failed to submit:",R)}}),I.appendChild(N),I.appendChild(_),h.appendChild(I),u.appendChild(h),u}var Zi="persona-chat-history",SD=30*1e3,AD={"image/png":"png","image/jpeg":"jpg","image/jpg":"jpg","image/gif":"gif","image/webp":"webp","image/svg+xml":"svg","image/bmp":"bmp","image/tiff":"tiff"};function kD(r){var t,s,o;if(!r)return[];let a=[],e=Array.from((t=r.items)!=null?t:[]);for(let n of e){if(n.kind!=="file"||!n.type.startsWith("image/"))continue;let l=n.getAsFile();if(!l)continue;if(l.name){a.push(l);continue}let p=(s=AD[l.type])!=null?s:"png";a.push(new File([l],`clipboard-image-${Date.now()}.${p}`,{type:l.type,lastModified:Date.now()}))}if(a.length>0)return a;for(let n of Array.from((o=r.files)!=null?o:[]))n.type.startsWith("image/")&&a.push(n);return a}function TD(r){var a,e,t,s,o,n,l,p,i;return r?r===!0?{storage:"session",keyPrefix:"persona-",persist:{openState:!0,voiceState:!0,focusInput:!0},clearOnChatClear:!0}:{storage:(a=r.storage)!=null?a:"session",keyPrefix:(e=r.keyPrefix)!=null?e:"persona-",persist:{openState:(s=(t=r.persist)==null?void 0:t.openState)!=null?s:!0,voiceState:(n=(o=r.persist)==null?void 0:o.voiceState)!=null?n:!0,focusInput:(p=(l=r.persist)==null?void 0:l.focusInput)!=null?p:!0},clearOnChatClear:(i=r.clearOnChatClear)!=null?i:!0}:null}function LD(r){try{let a=r==="local"?localStorage:sessionStorage,e="__persist_test__";return a.setItem(e,"1"),a.removeItem(e),a}catch{return null}}var UT=r=>!r||typeof r!="object"?{}:{...r},vR=r=>r.map(a=>({...a,streaming:!1})),bR=(r,a,e)=>{let t=r!=null&&r.markdown?lo(r.markdown):null,s=Ho(r==null?void 0:r.sanitize);return r!=null&&r.postprocessMessage&&s&&(r==null?void 0:r.sanitize)===void 0&&console.warn("[Persona] A custom postprocessMessage is active with the default HTML sanitizer. Tags or attributes not in the built-in allowlist will be stripped. To keep custom HTML, set `sanitize: false` or provide a custom sanitize function."),o=>{var i,c,u;let n=(i=o.text)!=null?i:"",l=(c=o.message.rawContent)!=null?c:null;if(a){let f=a.process({text:n,raw:l!=null?l:n,message:o.message,streaming:o.streaming});f!==null&&(n=f.text,f.persist||(o.message.__skipPersist=!0),f.resubmit&&!o.streaming&&e&&e())}let p;return r!=null&&r.postprocessMessage?p=r.postprocessMessage({...o,text:n,raw:(u=l!=null?l:o.text)!=null?u:""}):t?p=t(n):p=Eo(n),s?s(p):p}},qk=(r,a,e)=>{var iL,dL,pL,cL,uL,fL,hL,mL,xL,gL,ML,yL,vL,bL,CL,wL,SL,AL,kL,TL,LL,EL,HL,PL,RL,IL,BL,DL,VL,FL,WL,OL,NL,zL,_L,qL,UL,$L,jL,GL;r.id&&!r.getAttribute("data-persona-instance")&&r.setAttribute("data-persona-instance",r.id),r.hasAttribute("data-persona-root")||r.setAttribute("data-persona-root","true");let t=Dk(a),s=Dd.getForInstance(t.plugins);t.components&&Er.registerAll(t.components);let o=xR(),n=(iL=t.storageAdapter)!=null?iL:Vk(),l={},p=null,i=!1,c=d=>{if(t.onStateLoaded)try{let x=t.onStateLoaded(d);if(x&&typeof x=="object"&&"state"in x){let{state:A,open:P}=x;return P&&(i=!0),A}return x}catch(x){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",x)}return d};if(n!=null&&n.load)try{let d=n.load();if(d&&typeof d.then=="function")p=d.then(x=>{let A=x!=null?x:{messages:[],metadata:{}};return c(A)});else{let x=d!=null?d:{messages:[],metadata:{}},A=c(x);A.metadata&&(l=UT(A.metadata)),(dL=A.messages)!=null&&dL.length&&(t={...t,initialMessages:A.messages})}}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] Failed to load stored state:",d)}else if(t.onStateLoaded)try{let d=c({messages:[],metadata:{}});(pL=d.messages)!=null&&pL.length&&(t={...t,initialMessages:d.messages})}catch(d){typeof console!="undefined"&&console.error("[AgentWidget] onStateLoaded hook failed:",d)}let u=()=>l,f=d=>{var A;l=(A=d({...l}))!=null?A:{},Ki()},h=t.actionParsers&&t.actionParsers.length?t.actionParsers:[Vd],y=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[xo.message,xo.messageAndClick],T=Fd({parsers:h,handlers:y,getSessionMetadata:u,updateSessionMetadata:f,emit:o.emit,documentRef:typeof document!="undefined"?document:null});T.syncFromMetadata();let b=(uL=(cL=t.launcher)==null?void 0:cL.enabled)!=null?uL:!0,C=(hL=(fL=t.launcher)==null?void 0:fL.autoExpand)!=null?hL:!1,g=(mL=t.autoFocusInput)!=null?mL:!1,L=C,m=b,M=(gL=(xL=t.layout)==null?void 0:xL.header)==null?void 0:gL.layout,k=!1,w=b?C:!0,I=!1,N=null,_=()=>{I=!0,N&&clearTimeout(N),N=setTimeout(()=>{I&&(typeof console!="undefined"&&console.warn("[AgentWidget] Resubmit requested but no injection occurred within 10s"),I=!1)},1e4)},R=bR(t,T,_),Y=(yL=(ML=t.features)==null?void 0:ML.showReasoning)!=null?yL:!0,Ce=(bL=(vL=t.features)==null?void 0:vL.showToolCalls)!=null?bL:!0,ee=(wL=(CL=t.features)==null?void 0:CL.showEventStreamToggle)!=null?wL:!1,Ee=(AL=(SL=t.features)==null?void 0:SL.scrollToBottom)!=null?AL:{},me=`${(TL=typeof t.persistState=="object"?(kL=t.persistState)==null?void 0:kL.keyPrefix:void 0)!=null?TL:"persona-"}event-stream`,Me=ee?new Bd(me):null,He=(HL=(EL=(LL=t.features)==null?void 0:LL.eventStream)==null?void 0:EL.maxEvents)!=null?HL:2e3,Q=ee?new Id(He,Me):null,te=null,xe=!1,we=null,We=0;Me==null||Me.open().then(()=>Q==null?void 0:Q.restore()).catch(d=>{t.debug&&console.warn("[AgentWidget] IndexedDB not available for event stream:",d)});let he={onCopy:d=>{var x,A;o.emit("message:copy",d),W!=null&&W.isClientTokenMode()&&W.submitMessageFeedback(d.id,"copy").catch(P=>{t.debug&&console.error("[AgentWidget] Failed to submit copy feedback:",P)}),(A=(x=t.messageActions)==null?void 0:x.onCopy)==null||A.call(x,d)},onFeedback:d=>{var x,A;o.emit("message:feedback",d),W!=null&&W.isClientTokenMode()&&W.submitMessageFeedback(d.messageId,d.type).catch(P=>{t.debug&&console.error("[AgentWidget] Failed to submit feedback:",P)}),(A=(x=t.messageActions)==null?void 0:x.onFeedback)==null||A.call(x,d)}},Be=(PL=t.statusIndicator)!=null?PL:{},lt=d=>{var x,A,P,B;return d==="idle"?(x=Be.idleText)!=null?x:wa.idle:d==="connecting"?(A=Be.connectingText)!=null?A:wa.connecting:d==="connected"?(P=Be.connectedText)!=null?P:wa.connected:d==="error"?(B=Be.errorText)!=null?B:wa.error:wa[d]};function yt(d,x,A,P){if(P==="idle"&&A.idleLink){d.textContent="";let B=document.createElement("a");B.href=A.idleLink,B.target="_blank",B.rel="noopener noreferrer",B.textContent=x,B.style.color="inherit",B.style.textDecoration="none",d.appendChild(B)}else d.textContent=x}let{wrapper:G,panel:K}=YP(t),de=QP(t,b),{container:j,body:$,messagesWrapper:ne,suggestions:Qe,textarea:ae,sendButton:oe,sendButtonWrapper:wt,composerForm:it,statusText:Rt,introTitle:Xt,introSubtitle:_e,closeButton:pe,iconHolder:De,headerTitle:Tt,headerSubtitle:At,header:qe,footer:rt,actionsRow:la,leftActions:ea,rightActions:ta}=de,q=de.micButton,Pe=de.micButtonWrapper,ue=de.attachmentButton,Xe=de.attachmentButtonWrapper,Ie=de.attachmentInput,se=de.attachmentPreviewsContainer;j.classList.add("persona-relative"),$.classList.add("persona-relative");let ge=12,Ne=()=>{var d;return(d=Ee.label)!=null?d:""},mt=()=>{var d;return(d=Ee.iconName)!=null?d:"arrow-down"},Nt=()=>Ee.enabled!==!1,xt=v("button","persona-scroll-to-bottom-indicator persona-absolute persona-bottom-3 persona-left-1/2 persona-z-10 persona-flex persona-items-center persona-gap-1 persona-text-xs persona-transform persona--translate-x-1/2 persona-cursor-pointer");xt.type="button",xt.style.display="none",xt.setAttribute("data-persona-scroll-to-bottom","true");let Ft=v("span","persona-flex persona-items-center"),vt=v("span","");xt.append(Ft,vt),j.appendChild(xt);let et=()=>{let x=rt.style.display==="none"?0:rt.offsetHeight;xt.style.bottom=`${x+ge}px`};et();let Ve=()=>{let d=!!Ne();xt.setAttribute("aria-label",Ne()||"Jump to latest"),xt.title=Ne(),xt.setAttribute("data-persona-scroll-to-bottom-has-label",d?"true":"false"),Ft.innerHTML="";let x=ve(mt(),"14px","currentColor",2);x?(Ft.appendChild(x),Ft.style.display=""):Ft.style.display="none",vt.textContent=Ne(),vt.style.display=d?"":"none"};Ve();let Oe=null,Zt=null,_a=s.find(d=>d.renderHeader);if(_a!=null&&_a.renderHeader){let d=_a.renderHeader({config:t,defaultRenderer:()=>{let x=Lr({config:t,showClose:b});return ho(j,x,t),x.header},onClose:()=>Ut(!1,"user")});if(d){let x=j.querySelector(".persona-border-b-persona-divider");x&&(x.replaceWith(d),qe=d)}}let qa=()=>{var x,A,P,B;if(!Q)return;if(xe=!0,!te&&Q&&(te=sR({buffer:Q,getFullHistory:()=>Q.getAllFromStore(),onClose:()=>Ba(),config:t,plugins:s})),te&&($.style.display="none",(x=rt.parentNode)==null||x.insertBefore(te.element,rt),te.update()),tt){tt.style.boxShadow=`inset 0 0 0 1.5px ${za.actionIconColor}`;let D=(B=(P=(A=t.features)==null?void 0:A.eventStream)==null?void 0:P.classNames)==null?void 0:B.toggleButtonActive;D&&D.split(/\s+/).forEach(V=>V&&tt.classList.add(V))}let d=()=>{if(!xe)return;let D=Date.now();D-We>=200&&(te==null||te.update(),We=D),we=requestAnimationFrame(d)};We=0,we=requestAnimationFrame(d),vr(),o.emit("eventStream:opened",{timestamp:Date.now()})},Ba=()=>{var d,x,A;if(xe){if(xe=!1,te&&te.element.remove(),$.style.display="",tt){tt.style.boxShadow="";let P=(A=(x=(d=t.features)==null?void 0:d.eventStream)==null?void 0:x.classNames)==null?void 0:A.toggleButtonActive;P&&P.split(/\s+/).forEach(B=>B&&tt.classList.remove(B))}we!==null&&(cancelAnimationFrame(we),we=null),vr(),o.emit("eventStream:closed",{timestamp:Date.now()})}},tt=null;if(ee){let d=(IL=(RL=t.features)==null?void 0:RL.eventStream)==null?void 0:IL.classNames,x="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-opacity-80 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(d!=null&&d.toggleButton?" "+d.toggleButton:"");tt=v("button",x),tt.style.width="28px",tt.style.height="28px",tt.style.color=za.actionIconColor,tt.type="button",tt.setAttribute("aria-label","Event Stream"),tt.title="Event Stream";let A=ve("activity","18px","currentColor",1.5);A&&tt.appendChild(A);let P=de.clearChatButtonWrapper,B=de.closeButtonWrapper,D=P||B;D&&D.parentNode===qe?qe.insertBefore(tt,D):qe.appendChild(tt),tt.addEventListener("click",()=>{xe?Ba():qa()})}let gr=d=>{var P,B,D;let x=t.attachments;if(!(x!=null&&x.enabled))return;let A=d.querySelector(".persona-attachment-previews");if(!A){A=v("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),A.style.display="none";let V=d.querySelector("[data-persona-composer-form]");V!=null&&V.parentNode?V.parentNode.insertBefore(A,V):d.insertBefore(A,d.firstChild)}if(!d.querySelector('input[type="file"]')){let V=v("input");V.type="file",V.accept=((P=x.allowedTypes)!=null?P:Tr).join(","),V.multiple=((B=x.maxFiles)!=null?B:4)>1,V.style.display="none",V.setAttribute("aria-label",(D=x.buttonTooltipText)!=null?D:"Attach files"),d.appendChild(V)}},aa=s.find(d=>d.renderComposer);if(aa!=null&&aa.renderComposer){let d=t.composer,x=aa.renderComposer({config:t,defaultRenderer:()=>_i({config:t}).footer,onSubmit:A=>{W&&!W.isStreaming()&&W.sendMessage(A)},streaming:!1,disabled:!1,openAttachmentPicker:()=>{Ie==null||Ie.click()},models:d==null?void 0:d.models,selectedModelId:d==null?void 0:d.selectedModelId,onModelChange:A=>{t.composer={...t.composer,selectedModelId:A}},onVoiceToggle:((BL=t.voiceRecognition)==null?void 0:BL.enabled)===!0?()=>{Zt==null||Zt()}:void 0});x&&(rt.replaceWith(x),rt=x)}let Sa=d=>{let x=d.querySelector("[data-persona-composer-form]"),A=d.querySelector("[data-persona-composer-input]"),P=d.querySelector("[data-persona-composer-submit]"),B=d.querySelector("[data-persona-composer-mic]"),D=d.querySelector("[data-persona-composer-status]");x&&(it=x),A&&(ae=A),P&&(oe=P),B&&(q=B,Pe=B.parentElement),D&&(Rt=D);let V=d.querySelector(".persona-mb-3.persona-flex.persona-flex-wrap.persona-gap-2");V&&(Qe=V);let J=d.querySelector(".persona-attachment-button");J&&(ue=J,Xe=J.parentElement),Ie=d.querySelector('input[type="file"]'),se=d.querySelector(".persona-attachment-previews");let O=d.querySelector(".persona-widget-composer .persona-flex.persona-items-center.persona-justify-between");O&&(la=O)};gr(rt),Sa(rt);let Ua=(DL=t.layout)==null?void 0:DL.contentMaxWidth;Ua&&it&&(it.style.maxWidth=Ua,it.style.marginLeft="auto",it.style.marginRight="auto"),Ua&&se&&(se.style.maxWidth=Ua,se.style.marginLeft="auto",se.style.marginRight="auto"),(VL=t.attachments)!=null&&VL.enabled&&Ie&&se&&(Oe=fo.fromConfig(t.attachments),Oe.setPreviewsContainer(se),Ie.addEventListener("change",d=>{let x=d.target;Oe==null||Oe.handleFileSelect(x.files),x.value=""})),(()=>{var P,B;let d=(B=(P=t.layout)==null?void 0:P.slots)!=null?B:{},x=D=>{switch(D){case"body-top":return j.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6")||null;case"messages":return ne;case"footer-top":return Qe;case"composer":return it;case"footer-bottom":return Rt;default:return null}},A=(D,V)=>{var J;switch(D){case"header-left":case"header-center":case"header-right":if(D==="header-left")qe.insertBefore(V,qe.firstChild);else if(D==="header-right")qe.appendChild(V);else{let O=qe.querySelector(".persona-flex-col");O?(J=O.parentNode)==null||J.insertBefore(V,O.nextSibling):qe.appendChild(V)}break;case"body-top":{let O=$.querySelector(".persona-rounded-2xl.persona-bg-persona-surface.persona-p-6");O?O.replaceWith(V):$.insertBefore(V,$.firstChild);break}case"body-bottom":$.appendChild(V);break;case"footer-top":Qe.replaceWith(V);break;case"footer-bottom":Rt.replaceWith(V);break;default:break}};for(let[D,V]of Object.entries(d))if(V)try{let J=V({config:t,defaultContent:()=>x(D)});J&&A(D,J)}catch(J){typeof console!="undefined"&&console.error(`[AgentWidget] Error rendering slot "${D}":`,J)}})();let Ka=d=>{let A=d.target.closest('button[data-expand-header="true"]');if(!A)return;let P=A.closest(".persona-reasoning-bubble, .persona-tool-bubble");if(!P)return;let B=P.getAttribute("data-message-id");if(!B)return;let D=A.getAttribute("data-bubble-type");D==="reasoning"?(Ui.has(B)?Ui.delete(B):Ui.add(B),aR(B,P)):D==="tool"&&($i.has(B)?$i.delete(B):$i.add(B),rR(B,P,t)),Qa.delete(B)};ne.addEventListener("pointerdown",d=>{d.target.closest('button[data-expand-header="true"]')&&(d.preventDefault(),Ka(d))}),ne.addEventListener("keydown",d=>{let x=d.target;(d.key==="Enter"||d.key===" ")&&x.closest('button[data-expand-header="true"]')&&(d.preventDefault(),Ka(d))});let Ya=new Map;ne.addEventListener("click",d=>{var V;let A=d.target.closest(".persona-message-action-btn[data-action]");if(!A)return;d.preventDefault(),d.stopPropagation();let P=A.closest("[data-actions-for]");if(!P)return;let B=P.getAttribute("data-actions-for");if(!B)return;let D=A.getAttribute("data-action");if(D==="copy"){let O=W.getMessages().find(ce=>ce.id===B);if(O&&he.onCopy){let ce=O.content||"";navigator.clipboard.writeText(ce).then(()=>{A.classList.add("persona-message-action-success");let ke=ve("check",14,"currentColor",2);ke&&(A.innerHTML="",A.appendChild(ke)),setTimeout(()=>{A.classList.remove("persona-message-action-success");let Le=ve("copy",14,"currentColor",2);Le&&(A.innerHTML="",A.appendChild(Le))},2e3)}).catch(ke=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to copy message:",ke)}),he.onCopy(O)}}else if(D==="upvote"||D==="downvote")if(((V=Ya.get(B))!=null?V:null)===D)Ya.delete(B),A.classList.remove("persona-message-action-active");else{let ce=D==="upvote"?"downvote":"upvote",ke=P.querySelector(`[data-action="${ce}"]`);ke&&ke.classList.remove("persona-message-action-active"),Ya.set(B,D),A.classList.add("persona-message-action-active");let Se=W.getMessages().find(Ke=>Ke.id===B);Se&&he.onFeedback&&he.onFeedback({type:D,messageId:Se.id,message:Se})}}),ne.addEventListener("click",d=>{let A=d.target.closest("button[data-approval-action]");if(!A)return;d.preventDefault(),d.stopPropagation();let P=A.closest(".persona-approval-bubble");if(!P)return;let B=P.getAttribute("data-message-id");if(!B)return;let D=A.getAttribute("data-approval-action");if(!D)return;let V=D==="approve"?"approved":"denied",O=W.getMessages().find(ke=>ke.id===B);if(!(O!=null&&O.approval))return;let ce=P.querySelector("[data-approval-buttons]");ce&&ce.querySelectorAll("button").forEach(Le=>{Le.disabled=!0,Le.style.opacity="0.5",Le.style.cursor="not-allowed"}),W.resolveApproval(O.approval,V)});let $e=null,ya=null,Da={artifacts:[],selectedId:null},ma=!1,nr={current:null};ne.addEventListener("click",d=>{var Le,Se,Ke,F,je;let A=d.target.closest("[data-download-artifact]");if(!A)return;d.preventDefault(),d.stopPropagation();let P=A.getAttribute("data-download-artifact");if(!P||((Ke=(Se=(Le=t.features)==null?void 0:Le.artifacts)==null?void 0:Se.onArtifactAction)==null?void 0:Ke.call(Se,{type:"download",artifactId:P}))===!0)return;let D=W.getArtifactById(P),V=D==null?void 0:D.markdown,J=(D==null?void 0:D.title)||"artifact";if(!V){let Re=A.closest("[data-open-artifact]"),be=Re==null?void 0:Re.closest("[data-message-id]"),Ue=be==null?void 0:be.getAttribute("data-message-id");if(Ue){let pt=W.getMessages().find(Te=>Te.id===Ue);if(pt!=null&&pt.rawContent)try{let Te=JSON.parse(pt.rawContent);V=(F=Te==null?void 0:Te.props)==null?void 0:F.markdown,J=((je=Te==null?void 0:Te.props)==null?void 0:je.title)||J}catch{}}}if(!V)return;let O=new Blob([V],{type:"text/markdown"}),ce=URL.createObjectURL(O),ke=document.createElement("a");ke.href=ce,ke.download=`${J}.md`,ke.click(),URL.revokeObjectURL(ce)}),ne.addEventListener("click",d=>{var D,V,J;let A=d.target.closest("[data-open-artifact]");if(!A)return;let P=A.getAttribute("data-open-artifact");!P||((J=(V=(D=t.features)==null?void 0:D.artifacts)==null?void 0:V.onArtifactAction)==null?void 0:J.call(V,{type:"open",artifactId:P}))===!0||(d.preventDefault(),d.stopPropagation(),ma=!1,W.selectArtifact(P),Bt())}),ne.addEventListener("keydown",d=>{if(d.key!=="Enter"&&d.key!==" ")return;let x=d.target;x.hasAttribute("data-open-artifact")&&(d.preventDefault(),x.click())});let Aa=null,re=null,S=null,Z=null,fe=()=>{};function bt(){Z==null||Z(),Z=null}let qt=()=>{var V;if(!Aa||!re)return;let d=r.classList.contains("persona-artifact-appearance-seamless"),A=((V=r.ownerDocument.defaultView)!=null?V:window).innerWidth<=640;if(!d||r.classList.contains("persona-artifact-narrow-host")||A){re.style.removeProperty("position"),re.style.removeProperty("left"),re.style.removeProperty("top"),re.style.removeProperty("bottom"),re.style.removeProperty("width"),re.style.removeProperty("z-index");return}let P=Aa.firstElementChild;if(!P||P===re)return;let B=10;re.style.position="absolute",re.style.top="0",re.style.bottom="0",re.style.width=`${B}px`,re.style.zIndex="5";let D=P.offsetWidth-B/2;re.style.left=`${Math.max(0,D)}px`},Lt=()=>{},Bt=()=>{var A,P,B,D,V;if(!$e||!sr(t))return;Ik(r,t),Bk(r,t),Lt();let d=(D=(B=(P=(A=t.features)==null?void 0:A.artifacts)==null?void 0:P.layout)==null?void 0:B.narrowHostMaxWidth)!=null?D:520,x=K.getBoundingClientRect().width||0;r.classList.toggle("persona-artifact-narrow-host",x>0&&x<=d),$e.update(Da),ma?($e.setMobileOpen(!1),$e.element.classList.add("persona-hidden"),(V=$e.backdrop)==null||V.classList.add("persona-hidden")):Da.artifacts.length>0&&($e.element.classList.remove("persona-hidden"),$e.setMobileOpen(!0)),fe()};if(sr(t)){K.style.position="relative";let d=v("div","persona-flex persona-flex-1 persona-flex-col persona-min-w-0 persona-min-h-0"),x=v("div","persona-flex persona-h-full persona-w-full persona-min-h-0 persona-artifact-split-root");d.appendChild(j),$e=iR(t,{onSelect:A=>{var P;return(P=nr.current)==null?void 0:P.selectArtifact(A)},onDismiss:()=>{ma=!0,Bt()}}),$e.element.classList.add("persona-hidden"),Aa=x,x.appendChild(d),x.appendChild($e.element),$e.backdrop&&K.appendChild($e.backdrop),K.appendChild(x),fe=()=>{var P,B,D,V;if(!Aa||!$e)return;if(!(((D=(B=(P=t.features)==null?void 0:P.artifacts)==null?void 0:B.layout)==null?void 0:D.resizable)===!0)){S==null||S(),S=null,bt(),re&&(re.remove(),re=null),$e.element.style.removeProperty("width"),$e.element.style.removeProperty("maxWidth");return}if(!re){let J=v("div","persona-artifact-split-handle persona-shrink-0 persona-h-full");J.setAttribute("role","separator"),J.setAttribute("aria-orientation","vertical"),J.setAttribute("aria-label","Resize artifacts panel"),J.tabIndex=0;let O=r.ownerDocument,ce=(V=O.defaultView)!=null?V:window,ke=Le=>{var be,Ue;if(!$e||Le.button!==0||r.classList.contains("persona-artifact-narrow-host")||ce.innerWidth<=640)return;Le.preventDefault(),bt();let Se=Le.clientX,Ke=$e.element.getBoundingClientRect().width,F=(Ue=(be=t.features)==null?void 0:be.artifacts)==null?void 0:Ue.layout,je=kt=>{let pt=Aa.getBoundingClientRect().width,Te=r.classList.contains("persona-artifact-appearance-seamless"),xa=Te?0:uR(Aa,ce),Ht=Te?0:J.getBoundingClientRect().width||6,Ta=Ke-(kt.clientX-Se),ga=fR(Ta,pt,xa,Ht,F==null?void 0:F.resizableMinWidth,F==null?void 0:F.resizableMaxWidth);$e.element.style.width=`${ga}px`,$e.element.style.maxWidth="none",qt()},Re=()=>{O.removeEventListener("pointermove",je),O.removeEventListener("pointerup",Re),O.removeEventListener("pointercancel",Re),Z=null;try{J.releasePointerCapture(Le.pointerId)}catch{}};Z=Re,O.addEventListener("pointermove",je),O.addEventListener("pointerup",Re),O.addEventListener("pointercancel",Re);try{J.setPointerCapture(Le.pointerId)}catch{}};J.addEventListener("pointerdown",ke),re=J,Aa.insertBefore(J,$e.element),S=()=>{J.removeEventListener("pointerdown",ke)}}if(re){let J=Da.artifacts.length>0&&!ma;re.classList.toggle("persona-hidden",!J),qt()}},Lt=()=>{var ce,ke,Le,Se,Ke,F,je,Re,be,Ue,kt,pt,Te,xa;if(!b||!$e||((ke=(ce=t.launcher)==null?void 0:ce.sidebarMode)!=null?ke:!1)||ca(t)&&or(t).reveal==="emerge")return;let P=(Le=r.ownerDocument.defaultView)!=null?Le:window,B=(Ke=(Se=t.launcher)==null?void 0:Se.mobileFullscreen)!=null?Ke:!0,D=(je=(F=t.launcher)==null?void 0:F.mobileBreakpoint)!=null?je:640;if(B&&P.innerWidth<=D||!cR(t,b))return;let V=(Ue=(be=(Re=t.launcher)==null?void 0:Re.width)!=null?be:t.launcherWidth)!=null?Ue:"min(400px, calc(100vw - 24px))",J=(xa=(Te=(pt=(kt=t.features)==null?void 0:kt.artifacts)==null?void 0:pt.layout)==null?void 0:Te.expandedPanelWidth)!=null?xa:"min(720px, calc(100vw - 24px))";Da.artifacts.length>0&&!ma?(K.style.width=J,K.style.maxWidth=J):(K.style.width=V,K.style.maxWidth=V)},typeof ResizeObserver!="undefined"&&(ya=new ResizeObserver(()=>{Bt()}),ya.observe(K))}else K.appendChild(j);r.appendChild(G);let ia=()=>{var Ht,Ta,ga,ba,Yt,La,at,Pt,ar,Br,Cr,Dr,wr,So,Ao,na,Ud,rd,od,ko,$d,Vr,eo;let d=ca(t),x=(Ta=(Ht=t.launcher)==null?void 0:Ht.sidebarMode)!=null?Ta:!1,A=d||x||((ba=(ga=t.launcher)==null?void 0:ga.fullHeight)!=null?ba:!1),P=((Yt=t.launcher)==null?void 0:Yt.enabled)===!1,B=(at=(La=t.theme)==null?void 0:La.components)==null?void 0:at.panel,D=kd(t),V=(fa,Wa)=>{var Fr;return fa==null||fa===""?Wa:(Fr=wd(D,fa))!=null?Fr:fa},J=(Pt=r.ownerDocument.defaultView)!=null?Pt:window,O=(Br=(ar=t.launcher)==null?void 0:ar.mobileFullscreen)!=null?Br:!0,ce=(Dr=(Cr=t.launcher)==null?void 0:Cr.mobileBreakpoint)!=null?Dr:640,ke=J.innerWidth<=ce,Le=O&&ke&&b,Se=(So=(wr=t.launcher)==null?void 0:wr.position)!=null?So:"bottom-left",Ke=Se==="bottom-left"||Se==="top-left",F=(na=(Ao=t.launcher)==null?void 0:Ao.zIndex)!=null?na:Na,je=x||Le?"none":"1px solid var(--persona-border)",Re=Le?"none":x?Ke?"var(--persona-palette-shadows-sidebar-left, 2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-sidebar-right, -2px 0 12px rgba(0, 0, 0, 0.08))":"var(--persona-palette-shadows-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25))";d&&!Le&&(Re="none",je="none");let be=x||Le?"0":"var(--persona-panel-radius, var(--persona-radius-xl, 0.75rem))",Ue=V(B==null?void 0:B.border,je),kt=V(B==null?void 0:B.shadow,Re),pt=V(B==null?void 0:B.borderRadius,be);if(r.style.cssText="",G.style.cssText="",K.style.cssText="",j.style.cssText="",$.style.cssText="",rt.style.cssText="",Le){G.classList.remove("persona-bottom-6","persona-right-6","persona-left-6","persona-top-6","persona-bottom-4","persona-right-4","persona-left-4","persona-top-4"),G.style.cssText=`
71
71
  position: fixed !important;
72
72
  inset: 0 !important;
73
73
  width: 100% !important;
@@ -103,7 +103,7 @@ lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`crea
103
103
  overflow: hidden !important;
104
104
  border-radius: 0 !important;
105
105
  border: none !important;
106
- `,$.style.flex="1 1 0%",$.style.minHeight="0",$.style.overflowY="auto",rt.style.flexShrink="0",k=!0;return}let Te=(rd=(Ud=t==null?void 0:t.launcher)==null?void 0:Ud.width)!=null?rd:t==null?void 0:t.launcherWidth,ma=Te!=null?Te:"min(400px, calc(100vw - 24px))";if(!x&&!d)P&&A?(K.style.width="100%",K.style.maxWidth="100%"):(K.style.width=ma,K.style.maxWidth=ma);else if(d)if(rr(t).reveal==="emerge"){let Wa=rr(t).width;K.style.width=Wa,K.style.maxWidth=Wa}else K.style.width="100%",K.style.maxWidth="100%";if(Lt(),K.style.boxShadow=kt,K.style.borderRadius=pt,j.style.border=Ue,j.style.borderRadius=pt,d&&!Le&&(B==null?void 0:B.border)===void 0&&(j.style.border="none",rr(t).side==="right"?j.style.borderLeft="1px solid var(--persona-border)":j.style.borderRight="1px solid var(--persona-border)"),A&&(r.style.display="flex",r.style.flexDirection="column",r.style.height="100%",r.style.minHeight="0",P&&(r.style.width="100%"),G.style.display="flex",G.style.flexDirection="column",G.style.flex="1 1 0%",G.style.minHeight="0",G.style.maxHeight="100%",G.style.height="100%",P&&(G.style.overflow="hidden"),K.style.display="flex",K.style.flexDirection="column",K.style.flex="1 1 0%",K.style.minHeight="0",K.style.maxHeight="100%",K.style.height="100%",K.style.overflow="hidden",j.style.display="flex",j.style.flexDirection="column",j.style.flex="1 1 0%",j.style.minHeight="0",j.style.maxHeight="100%",j.style.overflow="hidden",$.style.flex="1 1 0%",$.style.minHeight="0",$.style.overflowY="auto",rt.style.flexShrink="0"),G.classList.remove("persona-bottom-6","persona-right-6","persona-left-6","persona-top-6","persona-bottom-4","persona-right-4","persona-left-4","persona-top-4"),!x&&!P&&!d&&((od=ur[Se])!=null?od:ur["bottom-right"]).split(" ").forEach(Wa=>G.classList.add(Wa)),x){let fa=($d=(ko=t.launcher)==null?void 0:ko.sidebarWidth)!=null?$d:"420px";G.style.cssText=`
106
+ `,$.style.flex="1 1 0%",$.style.minHeight="0",$.style.overflowY="auto",rt.style.flexShrink="0",k=!0;return}let Te=(rd=(Ud=t==null?void 0:t.launcher)==null?void 0:Ud.width)!=null?rd:t==null?void 0:t.launcherWidth,xa=Te!=null?Te:"min(400px, calc(100vw - 24px))";if(!x&&!d)P&&A?(K.style.width="100%",K.style.maxWidth="100%"):(K.style.width=xa,K.style.maxWidth=xa);else if(d)if(or(t).reveal==="emerge"){let Wa=or(t).width;K.style.width=Wa,K.style.maxWidth=Wa}else K.style.width="100%",K.style.maxWidth="100%";if(Lt(),K.style.boxShadow=kt,K.style.borderRadius=pt,j.style.border=Ue,j.style.borderRadius=pt,d&&!Le&&(B==null?void 0:B.border)===void 0&&(j.style.border="none",or(t).side==="right"?j.style.borderLeft="1px solid var(--persona-border)":j.style.borderRight="1px solid var(--persona-border)"),A&&(r.style.display="flex",r.style.flexDirection="column",r.style.height="100%",r.style.minHeight="0",P&&(r.style.width="100%"),G.style.display="flex",G.style.flexDirection="column",G.style.flex="1 1 0%",G.style.minHeight="0",G.style.maxHeight="100%",G.style.height="100%",P&&(G.style.overflow="hidden"),K.style.display="flex",K.style.flexDirection="column",K.style.flex="1 1 0%",K.style.minHeight="0",K.style.maxHeight="100%",K.style.height="100%",K.style.overflow="hidden",j.style.display="flex",j.style.flexDirection="column",j.style.flex="1 1 0%",j.style.minHeight="0",j.style.maxHeight="100%",j.style.overflow="hidden",$.style.flex="1 1 0%",$.style.minHeight="0",$.style.overflowY="auto",rt.style.flexShrink="0"),G.classList.remove("persona-bottom-6","persona-right-6","persona-left-6","persona-top-6","persona-bottom-4","persona-right-4","persona-left-4","persona-top-4"),!x&&!P&&!d&&((od=ur[Se])!=null?od:ur["bottom-right"]).split(" ").forEach(Wa=>G.classList.add(Wa)),x){let fa=($d=(ko=t.launcher)==null?void 0:ko.sidebarWidth)!=null?$d:"420px";G.style.cssText=`
107
107
  position: fixed !important;
108
108
  top: 0 !important;
109
109
  bottom: 0 !important;
@@ -144,7 +144,7 @@ lucide.createIcons({icons});\``);if(typeof t=="undefined")throw new Error("`crea
144
144
  flex-shrink: 0 !important;
145
145
  border-top: none !important;
146
146
  padding: 8px 16px 12px 16px !important;
147
- `}if(!P&&!d){let fa="max-height: -moz-available !important; max-height: stretch !important;",Wa=x?"":"padding-top: 1.25em !important;",Fr=x?"":`z-index: ${(eo=(Vr=t.launcher)==null?void 0:Vr.zIndex)!=null?eo:Na} !important;`;G.style.cssText+=fa+Wa+Fr}};ia(),Gr(r,t),Ik(r,t),Bk(r,t);let ft=[],zt=null,ot=null;ft.push(()=>{zt==null||zt(),zt=null,ot==null||ot(),ot=null}),ya&&ft.push(()=>{ya==null||ya.disconnect(),ya=null}),ft.push(()=>{S==null||S(),S=null,bt(),re&&(re.remove(),re=null),$e==null||$e.element.style.removeProperty("width"),$e==null||$e.element.style.removeProperty("maxWidth")}),ee&&ft.push(()=>{we!==null&&(cancelAnimationFrame(we),we=null),te==null||te.destroy(),te=null,Q==null||Q.destroy(),Q=null,Me=null});let va=null,nr=()=>{va&&(va(),va=null),t.colorScheme==="auto"&&(va=kk(()=>{Gr(r,t)}))};nr(),ft.push(()=>{va&&(va(),va=null)});let lr=oR(Qe),$a=null,W,ir=!1,dr=ZP(),Pr=0,Va=Tk(),ja=0,ie=null,pr=!1,Mo=1,Xi=8,yo=new Map,dt={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},Ji=(WL=(FL=t.voiceRecognition)==null?void 0:FL.autoResume)!=null?WL:!1,Qa=d=>{o.emit("voice:state",{active:dt.active,source:d,timestamp:Date.now()})},Fa=()=>{f(d=>({...d,voiceState:{active:dt.active,timestamp:Date.now(),manuallyDeactivated:dt.manuallyDeactivated}}))},Od=()=>{var P,B;if(((P=t.voiceRecognition)==null?void 0:P.enabled)===!1)return;let d=UT(l.voiceState),x=!!d.active,A=Number((B=d.timestamp)!=null?B:0);dt.manuallyDeactivated=!!d.manuallyDeactivated,x&&Date.now()-A<SD&&setTimeout(()=>{var D,V;dt.active||(dt.manuallyDeactivated=!1,((V=(D=t.voiceRecognition)==null?void 0:D.provider)==null?void 0:V.type)==="runtype"?W.toggleVoice().then(()=>{dt.active=W.isVoiceActive(),Qa("restore"),W.isVoiceActive()&&E()}):st("restore"))},1e3)},Nd=()=>W?vR(W.getMessages()).filter(d=>!d.__skipPersist):[];function Ki(d){if(!(n!=null&&n.save))return;let A={messages:d?vR(d):W?Nd():[],metadata:l};try{let P=n.save(A);P instanceof Promise&&P.catch(B=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",B)})}catch(P){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",P)}}let yr=null,zd=()=>G.querySelector("#persona-scroll-container")||$,vo=()=>{yr!==null&&(cancelAnimationFrame(yr),yr=null),pr=!1},bo=()=>{ie!==null&&(cancelAnimationFrame(ie),ie=null),vo()},vr=()=>{if(!Nt()||xe){xt.parentNode&&xt.remove(),xt.style.display="none";return}xt.parentNode!==j&&j.appendChild(xt),et();let d=Td($)>0;xt.style.display=Va.isFollowing()||!d?"none":""},Yi=()=>{Va.pause()&&(bo(),vr())},Rr=()=>{Va.resume(),vr()},Ir=(d=!1)=>{Va.isFollowing()&&(!d&&!ir||(bo(),ie=requestAnimationFrame(()=>{ie=null,Va.isFollowing()&&_d(zd(),d?220:140)})))},_d=(d,x=500)=>{let A=d.scrollTop,P=Td(d),B=P-A;if(Math.abs(B)<1){ja=d.scrollTop;return}vo();let D=performance.now();pr=!0;let V=O=>1-Math.pow(1-O,3),J=O=>{if(!Va.isFollowing()){vo();return}let ce=Td(d);ce!==P&&(P=ce,B=P-A);let ke=O-D,Le=Math.min(ke/x,1),Se=V(Le),Ke=A+B*Se;d.scrollTop=Ke,ja=d.scrollTop,Le<1?yr=requestAnimationFrame(J):(d.scrollTop=P,ja=d.scrollTop,yr=null,pr=!1)};yr=requestAnimationFrame(J)},qd=d=>{let x=new Map;d.forEach(A=>{let P=yo.get(A.id);x.set(A.id,{streaming:A.streaming,role:A.role}),!P&&A.role==="assistant"&&o.emit("assistant:message",A),A.role==="assistant"&&(P!=null&&P.streaming)&&A.streaming===!1&&o.emit("assistant:complete",A),A.variant==="approval"&&A.approval&&(P?A.approval.status!=="pending"&&o.emit("approval:resolved",{approval:A.approval,decision:A.approval.status}):o.emit("approval:requested",{approval:A.approval,message:A}))}),yo.clear(),x.forEach((A,P)=>{yo.set(P,A)})},Yr=(d,x,A)=>{var ke,Le,Se,Ke;let P=document.createElement("div"),D=(()=>{var je;let F=s.find(Re=>Re.renderLoadingIndicator);if(F!=null&&F.renderLoadingIndicator)return F.renderLoadingIndicator;if((je=t.loadingIndicator)!=null&&je.render)return t.loadingIndicator.render})(),V=new Set;x.forEach(F=>{var Te,ma;V.add(F.id);let je=GP(F,Pr),Re=XP(dr,F.id,je);if(Re){P.appendChild(Re.cloneNode(!0));return}let be=null,Ue=s.find(Ht=>!!(F.variant==="reasoning"&&Ht.renderReasoning||F.variant==="tool"&&Ht.renderToolCall||F.variant==="approval"&&Ht.renderApproval||!F.variant&&Ht.renderMessage)),kt=(Te=t.layout)==null?void 0:Te.messages;if(Ue)if(F.variant==="reasoning"&&F.reasoning&&Ue.renderReasoning){if(!Y)return;be=Ue.renderReasoning({message:F,defaultRenderer:()=>VT(F),config:t})}else if(F.variant==="tool"&&F.toolCall&&Ue.renderToolCall){if(!Ce)return;be=Ue.renderToolCall({message:F,defaultRenderer:()=>FT(F,t),config:t})}else if(F.variant==="approval"&&F.approval&&Ue.renderApproval){if(t.approval===!1)return;be=Ue.renderApproval({message:F,defaultRenderer:()=>WT(F,t),config:t})}else Ue.renderMessage&&(be=Ue.renderMessage({message:F,defaultRenderer:()=>{let Ht=qi(F,A,kt,t.messageActions,he,{loadingIndicatorRenderer:D,widgetConfig:t});return F.role!=="user"&&zT(Ht,F,t,W),Ht},config:t}));if(!be&&F.role==="assistant"&&!F.variant&&t.enableComponentStreaming!==!1&&Ok(F)){let Ta=Nk(F);if(Ta){let ga=Wk(Ta,{config:t,message:F,transform:A});if(ga)if(t.wrapComponentDirectiveInBubble!==!1){let Yt=document.createElement("div");if(Yt.className=["vanilla-message-bubble","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-p-4"].join(" "),Yt.id=`bubble-${F.id}`,Yt.setAttribute("data-message-id",F.id),F.content&&F.content.trim()){let La=document.createElement("div");La.className="persona-mb-3 persona-text-sm persona-leading-relaxed",La.innerHTML=A({text:F.content,message:F,streaming:!!F.streaming,raw:F.rawContent}),Yt.appendChild(La)}Yt.appendChild(ga),be=Yt}else{let Yt=document.createElement("div");if(Yt.className="persona-flex persona-flex-col persona-w-full persona-max-w-full persona-gap-3 persona-items-stretch",Yt.id=`bubble-${F.id}`,Yt.setAttribute("data-message-id",F.id),Yt.setAttribute("data-persona-component-directive","true"),F.content&&F.content.trim()){let La=document.createElement("div");La.className="persona-text-sm persona-leading-relaxed persona-text-persona-primary persona-w-full",La.innerHTML=A({text:F.content,message:F,streaming:!!F.streaming,raw:F.rawContent}),Yt.appendChild(La)}Yt.appendChild(ga),be=Yt}}}if(!be)if(F.variant==="reasoning"&&F.reasoning){if(!Y)return;be=VT(F)}else if(F.variant==="tool"&&F.toolCall){if(!Ce)return;be=FT(F,t)}else if(F.variant==="approval"&&F.approval){if(t.approval===!1)return;be=WT(F,t)}else{let Ht=(ma=t.layout)==null?void 0:ma.messages;Ht!=null&&Ht.renderUserMessage&&F.role==="user"?be=Ht.renderUserMessage({message:F,config:t,streaming:!!F.streaming}):Ht!=null&&Ht.renderAssistantMessage&&F.role==="assistant"?be=Ht.renderAssistantMessage({message:F,config:t,streaming:!!F.streaming}):be=qi(F,A,Ht,t.messageActions,he,{loadingIndicatorRenderer:D,widgetConfig:t}),F.role!=="user"&&be&&zT(be,F,t,W)}let pt=document.createElement("div");pt.className="persona-flex",pt.id=`wrapper-${F.id}`,pt.setAttribute("data-wrapper-id",F.id),F.role==="user"&&pt.classList.add("persona-justify-end"),(be==null?void 0:be.getAttribute("data-persona-component-directive"))==="true"&&pt.classList.add("persona-w-full"),pt.appendChild(be),JP(dr,F.id,je,pt),P.appendChild(pt)}),KP(dr,V);let J=x.some(F=>F.role==="assistant"&&F.streaming),O=x[x.length-1],ce=(O==null?void 0:O.role)==="assistant"&&!O.streaming&&O.variant!=="approval";if(ir&&x.some(F=>F.role==="user")&&!J&&!ce){let F={config:t,streaming:!0,location:"standalone",defaultRenderer:mo},je=s.find(be=>be.renderLoadingIndicator),Re=null;if(je!=null&&je.renderLoadingIndicator&&(Re=je.renderLoadingIndicator(F)),Re===null&&((ke=t.loadingIndicator)!=null&&ke.render)&&(Re=t.loadingIndicator.render(F)),Re===null&&(Re=mo()),Re){let be=document.createElement("div"),Ue=((Le=t.loadingIndicator)==null?void 0:Le.showBubble)!==!1;be.className=Ue?["persona-max-w-[85%]","persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm","persona-bg-persona-surface","persona-border","persona-text-persona-primary","persona-px-5","persona-py-3"].join(" "):["persona-max-w-[85%]","persona-text-sm","persona-leading-relaxed","persona-text-persona-primary"].join(" "),be.setAttribute("data-typing-indicator","true"),be.style.borderColor="var(--persona-message-assistant-border, var(--persona-border, #e5e7eb))",be.appendChild(Re);let kt=document.createElement("div");kt.className="persona-flex",kt.id="wrapper-typing-indicator",kt.setAttribute("data-wrapper-id","typing-indicator"),kt.appendChild(be),P.appendChild(kt)}}if(!ir&&x.length>0){let F=x[x.length-1],je={config:t,lastMessage:F,messageCount:x.length},Re=s.find(Ue=>Ue.renderIdleIndicator),be=null;if(Re!=null&&Re.renderIdleIndicator&&(be=Re.renderIdleIndicator(je)),be===null&&((Se=t.loadingIndicator)!=null&&Se.renderIdle)&&(be=t.loadingIndicator.renderIdle(je)),be){let Ue=document.createElement("div"),kt=((Ke=t.loadingIndicator)==null?void 0:Ke.showBubble)!==!1;Ue.className=kt?["persona-max-w-[85%]","persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-px-5","persona-py-3"].join(" "):["persona-max-w-[85%]","persona-text-sm","persona-leading-relaxed","persona-text-persona-primary"].join(" "),Ue.setAttribute("data-idle-indicator","true"),Ue.appendChild(be);let pt=document.createElement("div");pt.className="persona-flex",pt.id="wrapper-idle-indicator",pt.setAttribute("data-wrapper-id","idle-indicator"),pt.appendChild(Ue),P.appendChild(pt)}}jP(d,P)},Qr=()=>{var O,ce,ke,Le,Se;if(!b)return;let d=ca(t),x=(O=r.ownerDocument.defaultView)!=null?O:window,A=(ke=(ce=t.launcher)==null?void 0:ce.mobileBreakpoint)!=null?ke:640,P=(Se=(Le=t.launcher)==null?void 0:Le.mobileFullscreen)!=null?Se:!0,B=x.innerWidth<=A,D=P&&B&&b,V=rr(t).reveal;w?(G.style.removeProperty("display"),G.style.display=d?"flex":"",G.classList.remove("persona-pointer-events-none","persona-opacity-0"),K.classList.remove("persona-scale-95","persona-opacity-0"),K.classList.add("persona-scale-100","persona-opacity-100"),nt?nt.element.style.display="none":Ze&&(Ze.style.display="none")):(d?d&&(V==="overlay"||V==="push")&&!D?(G.style.removeProperty("display"),G.style.display="flex",G.classList.remove("persona-pointer-events-none","persona-opacity-0"),K.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(G.style.setProperty("display","none","important"),G.classList.remove("persona-pointer-events-none","persona-opacity-0"),K.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(G.style.display="",G.classList.add("persona-pointer-events-none","persona-opacity-0"),K.classList.remove("persona-scale-100","persona-opacity-100"),K.classList.add("persona-scale-95","persona-opacity-0")),nt?nt.element.style.display=d?"none":"":Ze&&(Ze.style.display=d?"none":""))},Ut=(d,x="user")=>{var D,V;if(!b||w===d)return;let A=w;w=d,Qr();let P=(()=>{var Ke,F,je,Re,be,Ue,kt;let J=(F=(Ke=t.launcher)==null?void 0:Ke.sidebarMode)!=null?F:!1,O=(je=r.ownerDocument.defaultView)!=null?je:window,ce=(be=(Re=t.launcher)==null?void 0:Re.mobileFullscreen)!=null?be:!0,ke=(kt=(Ue=t.launcher)==null?void 0:Ue.mobileBreakpoint)!=null?kt:640,Le=O.innerWidth<=ke,Se=ca(t)&&ce&&Le;return J||ce&&Le&&b||Se})();if(w&&P){if(!zt){let J=r.getRootNode(),O=J instanceof ShadowRoot?J.host:r.closest(".persona-host");O&&(zt=ET(O,(V=(D=t.launcher)==null?void 0:D.zIndex)!=null?V:Na))}ot||(ot=HT(r.ownerDocument))}else w||(zt==null||zt(),zt=null,ot==null||ot(),ot=null);w&&(Jt(),Ir(!0));let B={open:w,source:x,timestamp:Date.now()};w&&!A?o.emit("widget:opened",B):!w&&A&&o.emit("widget:closed",B),o.emit("widget:state",{open:w,launcherEnabled:b,voiceActive:dt.active,streaming:W.isStreaming()})},Co=d=>{oe.disabled=d,q&&(q.disabled=d),lr.buttons.forEach(x=>{x.disabled=d}),rt.dataset.personaComposerStreaming=d?"true":"false",rt.querySelectorAll("[data-persona-composer-disable-when-streaming]").forEach(x=>{(x instanceof HTMLButtonElement||x instanceof HTMLInputElement||x instanceof HTMLTextAreaElement||x instanceof HTMLSelectElement)&&(x.disabled=d)})},wo=()=>{dt.active||ae&&ae.focus()};o.on("widget:opened",()=>{t.autoFocusInput&&setTimeout(()=>wo(),200)});let Qi=()=>{var A,P,B,D,V,J,O,ce,ke,Le,Se;Xt.textContent=(P=(A=t.copy)==null?void 0:A.welcomeTitle)!=null?P:"Hello \u{1F44B}",_e.textContent=(D=(B=t.copy)==null?void 0:B.welcomeSubtitle)!=null?D:"Ask anything about your account or products.",ae.placeholder=(J=(V=t.copy)==null?void 0:V.inputPlaceholder)!=null?J:"How can I help...";let d=$.querySelector("[data-persona-intro-card]");if(d){let Ke=((O=t.copy)==null?void 0:O.showWelcomeCard)!==!1;d.style.display=Ke?"":"none",Ke?($.classList.remove("persona-gap-3"),$.classList.add("persona-gap-6")):($.classList.remove("persona-gap-6"),$.classList.add("persona-gap-3"))}(ke=(ce=t.sendButton)==null?void 0:ce.useIcon)!=null&&ke||(oe.textContent=(Se=(Le=t.copy)==null?void 0:Le.sendButtonLabel)!=null?Se:"Send"),ae.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',ae.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))"};if(t.clientToken&&(t={...t,getStoredSessionId:()=>{let d=l.sessionId;return typeof d=="string"?d:null},setStoredSessionId:d=>{f(x=>({...x,sessionId:d}))}}),W=new Ro(t,{onMessagesChanged(d){Yr(ne,d,R),W&&(d.some(B=>B.role==="user")?lr.render([],W,ae,d):lr.render(t.suggestionChips,W,ae,d,t.suggestionChipsConfig)),Ir(!ir),qd(d);let x=[...d].reverse().find(P=>P.role==="user"),A=dt.lastUserMessageId;x&&x.id!==A&&(dt.lastUserMessageId=x.id,o.emit("user:message",x)),dt.lastUserMessageWasVoice=!!(x!=null&&x.viaVoice),Ki(d)},onStatusChanged(d){var P;let x=(P=t.statusIndicator)!=null?P:{};yt(Rt,(B=>{var D,V,J,O;return B==="idle"?(D=x.idleText)!=null?D:wa.idle:B==="connecting"?(V=x.connectingText)!=null?V:wa.connecting:B==="connected"?(J=x.connectedText)!=null?J:wa.connected:B==="error"?(O=x.errorText)!=null?O:wa.error:wa[B]})(d),x,d)},onStreamingChanged(d){ir=d,Co(d),W&&Yr(ne,W.getMessages(),R),d||Ir(!0)},onVoiceStatusChanged(d){var x,A;if(((A=(x=t.voiceRecognition)==null?void 0:x.provider)==null?void 0:A.type)==="runtype")switch(d){case"listening":break;case"processing":H(),Je();break;case"speaking":H(),z();break;default:d==="idle"&&W.isBargeInActive()?(H(),E(),q==null||q.setAttribute("aria-label","End voice session")):(dt.active=!1,H(),Qa("system"),Fa());break}},onArtifactsState(d){Da=d,Bt()}}),sr.current=W,((NL=(OL=t.voiceRecognition)==null?void 0:OL.provider)==null?void 0:NL.type)==="runtype")try{W.setupVoice()}catch(d){typeof console!="undefined"&&console.warn("[AgentWidget] Runtype voice setup failed:",d)}t.clientToken&&W.initClientSession().catch(d=>{t.debug&&console.warn("[AgentWidget] Pre-init client session failed:",d)}),Q&&W.setSSEEventCallback((d,x)=>{Q==null||Q.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:d,timestamp:Date.now(),payload:JSON.stringify(x)})}),p&&p.then(d=>{var x;d&&(d.metadata&&(l=UT(d.metadata),T.syncFromMetadata()),(x=d.messages)!=null&&x.length&&W.hydrateMessages(d.messages))}).catch(d=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",d)});let ed=d=>{var B;d.preventDefault();let x=ae.value.trim(),A=(B=Oe==null?void 0:Oe.hasAttachments())!=null?B:!1;if(!x&&!A)return;let P;A&&(P=[],P.push(...Oe.getContentParts()),x&&P.push(p1(x))),ae.value="",ae.style.height="auto",W.sendMessage(x,{contentParts:P}),A&&Oe.clearAttachments()},td=d=>{d.key==="Enter"&&!d.shiftKey&&(d.preventDefault(),oe.click())},ad=async d=>{var A;if(((A=t.attachments)==null?void 0:A.enabled)!==!0||!Oe)return;let x=kD(d.clipboardData);x.length!==0&&(d.preventDefault(),await Oe.handleFiles(x))},ka=null,Ga=!1,br=null,Ge=null,le=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,st=(d="user")=>{var D,V,J,O,ce,ke,Le;if(Ga||W.isStreaming())return;let x=le();if(!x)return;ka=new x;let P=(V=((D=t.voiceRecognition)!=null?D:{}).pauseDuration)!=null?V:2e3;ka.continuous=!0,ka.interimResults=!0,ka.lang="en-US";let B=ae.value;ka.onresult=Se=>{let Ke="",F="";for(let Re=0;Re<Se.results.length;Re++){let be=Se.results[Re],Ue=be[0].transcript;be.isFinal?Ke+=Ue+" ":F=Ue}let je=B+Ke+F;ae.value=je,br&&clearTimeout(br),(Ke||F)&&(br=window.setTimeout(()=>{let Re=ae.value.trim();Re&&ka&&Ga&&(gt(),ae.value="",ae.style.height="auto",W.sendMessage(Re,{viaVoice:!0}))},P))},ka.onerror=Se=>{Se.error!=="no-speech"&&gt()},ka.onend=()=>{if(Ga){let Se=ae.value.trim();Se&&Se!==B.trim()&&(ae.value="",ae.style.height="auto",W.sendMessage(Se,{viaVoice:!0})),gt()}};try{if(ka.start(),Ga=!0,dt.active=!0,d!=="system"&&(dt.manuallyDeactivated=!1),Qa(d),Fa(),q){let Se=(J=t.voiceRecognition)!=null?J:{};Ge={backgroundColor:q.style.backgroundColor,color:q.style.color,borderColor:q.style.borderColor,iconName:(O=Se.iconName)!=null?O:"mic",iconSize:parseFloat((Le=(ke=Se.iconSize)!=null?ke:(ce=t.sendButton)==null?void 0:ce.size)!=null?Le:"40")||24};let Ke=Se.recordingBackgroundColor,F=Se.recordingIconColor,je=Se.recordingBorderColor;if(q.classList.add("persona-voice-recording"),q.style.backgroundColor=Ke!=null?Ke:"var(--persona-voice-recording-bg, #ef4444)",q.style.color=F!=null?F:"var(--persona-voice-recording-indicator, #ffffff)",F){let Re=q.querySelector("svg");Re&&Re.setAttribute("stroke",F)}je&&(q.style.borderColor=je),q.setAttribute("aria-label","Stop voice recognition")}}catch{gt("system")}},gt=(d="user")=>{if(Ga){if(Ga=!1,br&&(clearTimeout(br),br=null),ka){try{ka.stop()}catch{}ka=null}if(dt.active=!1,Qa(d),Fa(),q){if(q.classList.remove("persona-voice-recording"),Ge){q.style.backgroundColor=Ge.backgroundColor,q.style.color=Ge.color,q.style.borderColor=Ge.borderColor;let x=q.querySelector("svg");x&&x.setAttribute("stroke",Ge.color||"currentColor"),Ge=null}q.setAttribute("aria-label","Start voice recognition")}}},ra=(d,x)=>{var be,Ue,kt,pt,Te,ma,Ht,Ta;let A=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),P=((be=d==null?void 0:d.provider)==null?void 0:be.type)==="runtype";if(!(A||P))return null;let D=v("div","persona-send-button-wrapper"),V=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");V.type="button",V.setAttribute("aria-label","Start voice recognition");let J=(Ue=d==null?void 0:d.iconName)!=null?Ue:"mic",O=(kt=x==null?void 0:x.size)!=null?kt:"40px",ce=(pt=d==null?void 0:d.iconSize)!=null?pt:O,ke=parseFloat(ce)||24,Le=(Te=d==null?void 0:d.backgroundColor)!=null?Te:x==null?void 0:x.backgroundColor,Se=(ma=d==null?void 0:d.iconColor)!=null?ma:x==null?void 0:x.textColor;V.style.width=ce,V.style.height=ce,V.style.minWidth=ce,V.style.minHeight=ce,V.style.fontSize="18px",V.style.lineHeight="1",Se?V.style.color=Se:V.style.color="var(--persona-text, #111827)";let F=ve(J,ke,Se||"currentColor",1.5);F?V.appendChild(F):V.textContent="\u{1F3A4}",Le?V.style.backgroundColor=Le:V.style.backgroundColor="",d!=null&&d.borderWidth&&(V.style.borderWidth=d.borderWidth,V.style.borderStyle="solid"),d!=null&&d.borderColor&&(V.style.borderColor=d.borderColor),d!=null&&d.paddingX&&(V.style.paddingLeft=d.paddingX,V.style.paddingRight=d.paddingX),d!=null&&d.paddingY&&(V.style.paddingTop=d.paddingY,V.style.paddingBottom=d.paddingY),D.appendChild(V);let je=(Ht=d==null?void 0:d.tooltipText)!=null?Ht:"Start voice recognition";if(((Ta=d==null?void 0:d.showTooltip)!=null?Ta:!1)&&je){let ga=v("div","persona-send-button-tooltip");ga.textContent=je,D.appendChild(ga)}return{micButton:V,micButtonWrapper:D}},oa=()=>{var x,A,P,B,D;if(!q||Ge)return;let d=(x=t.voiceRecognition)!=null?x:{};Ge={backgroundColor:q.style.backgroundColor,color:q.style.color,borderColor:q.style.borderColor,iconName:(A=d.iconName)!=null?A:"mic",iconSize:parseFloat((D=(B=d.iconSize)!=null?B:(P=t.sendButton)==null?void 0:P.size)!=null?D:"40")||24}},ua=(d,x)=>{var D,V,J,O,ce;if(!q)return;let A=q.querySelector("svg");A&&A.remove();let P=(ce=Ge==null?void 0:Ge.iconSize)!=null?ce:parseFloat((O=(J=(D=t.voiceRecognition)==null?void 0:D.iconSize)!=null?J:(V=t.sendButton)==null?void 0:V.size)!=null?O:"40")||24,B=ve(d,P,x,1.5);B&&q.appendChild(B)},$t=()=>{q&&q.classList.remove("persona-voice-recording","persona-voice-processing","persona-voice-speaking")},E=()=>{var B;if(!q)return;oa();let d=(B=t.voiceRecognition)!=null?B:{},x=d.recordingBackgroundColor,A=d.recordingIconColor,P=d.recordingBorderColor;if($t(),q.classList.add("persona-voice-recording"),q.style.backgroundColor=x!=null?x:"var(--persona-voice-recording-bg, #ef4444)",q.style.color=A!=null?A:"var(--persona-voice-recording-indicator, #ffffff)",A){let D=q.querySelector("svg");D&&D.setAttribute("stroke",A)}P&&(q.style.borderColor=P),q.setAttribute("aria-label","Stop voice recognition")},Je=()=>{var J,O,ce,ke,Le,Se,Ke,F;if(!q)return;oa();let d=(J=t.voiceRecognition)!=null?J:{},x=W.getVoiceInterruptionMode(),A=(O=d.processingIconName)!=null?O:"loader",P=(ke=(ce=d.processingIconColor)!=null?ce:Ge==null?void 0:Ge.color)!=null?ke:"",B=(Se=(Le=d.processingBackgroundColor)!=null?Le:Ge==null?void 0:Ge.backgroundColor)!=null?Se:"",D=(F=(Ke=d.processingBorderColor)!=null?Ke:Ge==null?void 0:Ge.borderColor)!=null?F:"";$t(),q.classList.add("persona-voice-processing"),q.style.backgroundColor=B,q.style.borderColor=D;let V=P||"currentColor";q.style.color=V,ua(A,V),q.setAttribute("aria-label","Processing voice input"),x==="none"&&(q.style.cursor="default")},z=()=>{var ce,ke,Le,Se,Ke,F,je,Re,be,Ue,kt,pt;if(!q)return;oa();let d=(ce=t.voiceRecognition)!=null?ce:{},x=W.getVoiceInterruptionMode(),A=x==="cancel"?"square":x==="barge-in"?"mic":"volume-2",P=(ke=d.speakingIconName)!=null?ke:A,B=(F=d.speakingIconColor)!=null?F:x==="barge-in"?(Se=(Le=d.recordingIconColor)!=null?Le:Ge==null?void 0:Ge.color)!=null?Se:"":(Ke=Ge==null?void 0:Ge.color)!=null?Ke:"",D=(be=d.speakingBackgroundColor)!=null?be:x==="barge-in"?(je=d.recordingBackgroundColor)!=null?je:"var(--persona-voice-recording-bg, #ef4444)":(Re=Ge==null?void 0:Ge.backgroundColor)!=null?Re:"",V=(pt=d.speakingBorderColor)!=null?pt:x==="barge-in"?(Ue=d.recordingBorderColor)!=null?Ue:"":(kt=Ge==null?void 0:Ge.borderColor)!=null?kt:"";$t(),q.classList.add("persona-voice-speaking"),q.style.backgroundColor=D,q.style.borderColor=V;let J=B||"currentColor";q.style.color=J,ua(P,J);let O=x==="cancel"?"Stop playback and re-record":x==="barge-in"?"Speak to interrupt":"Agent is speaking";q.setAttribute("aria-label",O),x==="none"&&(q.style.cursor="default"),x==="barge-in"&&q.classList.add("persona-voice-recording")},H=()=>{var d,x,A;q&&($t(),Ge&&(q.style.backgroundColor=(d=Ge.backgroundColor)!=null?d:"",q.style.color=(x=Ge.color)!=null?x:"",q.style.borderColor=(A=Ge.borderColor)!=null?A:"",ua(Ge.iconName,Ge.color||"currentColor"),Ge=null),q.style.cursor="",q.setAttribute("aria-label","Start voice recognition"))},U=()=>{var d,x;if(((x=(d=t.voiceRecognition)==null?void 0:d.provider)==null?void 0:x.type)==="runtype"){let A=W.getVoiceStatus(),P=W.getVoiceInterruptionMode();if(P==="none"&&(A==="processing"||A==="speaking"))return;if(P==="cancel"&&(A==="processing"||A==="speaking")){W.stopVoicePlayback();return}if(W.isBargeInActive()){W.stopVoicePlayback(),W.deactivateBargeIn().then(()=>{dt.active=!1,dt.manuallyDeactivated=!0,Fa(),Qa("user"),H()});return}W.toggleVoice().then(()=>{dt.active=W.isVoiceActive(),dt.manuallyDeactivated=!W.isVoiceActive(),Fa(),Qa("user"),W.isVoiceActive()?E():H()});return}if(Ga){let A=ae.value.trim();dt.manuallyDeactivated=!0,Fa(),gt("user"),A&&(ae.value="",ae.style.height="auto",W.sendMessage(A))}else dt.manuallyDeactivated=!1,Fa(),st("user")};Zt=U,q&&(q.addEventListener("click",U),ft.push(()=>{var d,x;((x=(d=t.voiceRecognition)==null?void 0:d.provider)==null?void 0:x.type)==="runtype"?(W.isVoiceActive()&&W.toggleVoice(),H()):gt("system"),q&&q.removeEventListener("click",U)}));let ye=o.on("assistant:complete",()=>{Ji&&(dt.active||dt.manuallyDeactivated||Ji==="assistant"&&!dt.lastUserMessageWasVoice||setTimeout(()=>{var d,x;!dt.active&&!dt.manuallyDeactivated&&(((x=(d=t.voiceRecognition)==null?void 0:d.provider)==null?void 0:x.type)==="runtype"?W.toggleVoice().then(()=>{dt.active=W.isVoiceActive(),Qa("auto"),W.isVoiceActive()&&E()}):st("auto"))},600))});ft.push(ye);let ze=o.on("action:resubmit",()=>{setTimeout(()=>{W&&!W.isStreaming()&&W.continueConversation()},100)});ft.push(ze);let Mt=()=>{Ut(!w,"user")},nt=null,Ze=null;if(b){let d=s.find(x=>x.renderLauncher);if(d!=null&&d.renderLauncher){let x=d.renderLauncher({config:t,defaultRenderer:()=>Hd(t,Mt).element,onToggle:Mt});x&&(Ze=x)}Ze||(nt=Hd(t,Mt))}nt?r.appendChild(nt.element):Ze&&r.appendChild(Ze),Qr(),lr.render(t.suggestionChips,W,ae,void 0,t.suggestionChipsConfig),Qi(),Co(W.isStreaming()),Ir(!0),Od(),g&&(b?w&&setTimeout(()=>wo(),200):setTimeout(()=>wo(),0));let Jt=()=>{var O,ce,ke,Le,Se,Ke,F,je,Re,be,Ue,kt,pt,Te,ma,Ht,Ta,ga,ba,Yt,La,at;let d=ca(t),x=(ce=(O=t.launcher)==null?void 0:O.sidebarMode)!=null?ce:!1,A=d||x||((Le=(ke=t.launcher)==null?void 0:ke.fullHeight)!=null?Le:!1),P=(Se=r.ownerDocument.defaultView)!=null?Se:window,B=(F=(Ke=t.launcher)==null?void 0:Ke.mobileFullscreen)!=null?F:!0,D=(Re=(je=t.launcher)==null?void 0:je.mobileBreakpoint)!=null?Re:640,V=P.innerWidth<=D,J=B&&V&&b;try{if(J){ia(),Gr(r,t);return}if(k&&(k=!1,ia(),Gr(r,t)),!b&&!d){K.style.height="",K.style.width="";return}if(!x&&!d){let Pt=(Ue=(be=t==null?void 0:t.launcher)==null?void 0:be.width)!=null?Ue:t==null?void 0:t.launcherWidth,tr=Pt!=null?Pt:"min(400px, calc(100vw - 24px))";K.style.width=tr,K.style.maxWidth=tr}if(Lt(),!A){let Pt=P.innerHeight,tr=64,Br=(pt=(kt=t.launcher)==null?void 0:kt.heightOffset)!=null?pt:0,Cr=Math.max(200,Pt-tr),Dr=Math.min(640,Cr),wr=Math.max(200,Dr-Br);K.style.height=`${wr}px`}}finally{if(et(),Qr(),w&&b){let tr=((Te=r.ownerDocument.defaultView)!=null?Te:window).innerWidth<=((Ht=(ma=t.launcher)==null?void 0:ma.mobileBreakpoint)!=null?Ht:640),Br=(ga=(Ta=t.launcher)==null?void 0:Ta.sidebarMode)!=null?ga:!1,Cr=(Yt=(ba=t.launcher)==null?void 0:ba.mobileFullscreen)!=null?Yt:!0,Dr=ca(t)&&Cr&&tr,wr=Br||Cr&&tr&&b||Dr;if(wr&&!ot){let So=r.getRootNode(),Ao=So instanceof ShadowRoot?So.host:r.closest(".persona-host");Ao&&!zt&&(zt=ET(Ao,(at=(La=t.launcher)==null?void 0:La.zIndex)!=null?at:Na)),ot=HT(r.ownerDocument)}else wr||(zt==null||zt(),zt=null,ot==null||ot(),ot=null)}}};Jt();let da=(zL=r.ownerDocument.defaultView)!=null?zL:window;if(da.addEventListener("resize",Jt),ft.push(()=>da.removeEventListener("resize",Jt)),typeof ResizeObserver!="undefined"){let d=new ResizeObserver(()=>{et()});d.observe(rt),ft.push(()=>d.disconnect())}ja=$.scrollTop;let Et=()=>{let d=$.scrollTop,{action:x,nextLastScrollTop:A}=Lk({following:Va.isFollowing(),currentScrollTop:d,lastScrollTop:ja,nearBottom:Ld($,Xi),userScrollThreshold:Mo,isAutoScrolling:pr,pauseOnUpwardScroll:!0,pauseWhenAwayFromBottom:!1,resumeRequiresDownwardScroll:!0});if(ja=A,x==="resume"){Rr();return}x==="pause"&&Yi()};$.addEventListener("scroll",Et,{passive:!0}),ft.push(()=>$.removeEventListener("scroll",Et));let It=d=>{let x=Ek({following:Va.isFollowing(),deltaY:d.deltaY,nearBottom:Ld($,Xi),resumeWhenNearBottom:!0});x==="pause"?Yi():x==="resume"&&Rr()};$.addEventListener("wheel",It,{passive:!0}),ft.push(()=>$.removeEventListener("wheel",It)),xt.addEventListener("click",()=>{$.scrollTop=$.scrollHeight,ja=$.scrollTop,Rr(),Ir(!0)}),ft.push(()=>xt.remove()),ft.push(()=>{bo()});let sa=()=>{pe&&($a&&(pe.removeEventListener("click",$a),$a=null),b?(pe.style.display="",$a=()=>{Ut(!1,"user")},pe.addEventListener("click",$a)):pe.style.display="none")};sa(),(()=>{let{clearChatButton:d}=de;d&&d.addEventListener("click",()=>{W.clearMessages(),dr.clear(),Rr();try{localStorage.removeItem(Zi),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Zi}`)}catch(A){console.error("[AgentWidget] Failed to clear default localStorage:",A)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==Zi)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(A){console.error("[AgentWidget] Failed to clear custom localStorage:",A)}let x=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(x),n!=null&&n.clear)try{let A=n.clear();A instanceof Promise&&A.catch(P=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",P)})}catch(A){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",A)}l={},T.syncFromMetadata(),Q==null||Q.clear(),te==null||te.update()})})(),it&&it.addEventListener("submit",ed),ae==null||ae.addEventListener("keydown",td),ae==null||ae.addEventListener("paste",ad),ft.push(()=>{it&&it.removeEventListener("submit",ed),ae==null||ae.removeEventListener("keydown",td),ae==null||ae.removeEventListener("paste",ad)}),ft.push(()=>{W.cancel()}),nt?ft.push(()=>{nt==null||nt.destroy()}):Ze&&ft.push(()=>{Ze==null||Ze.remove()});let ht={update(d){var ZL,XL,JL,KL,YL,QL,eE,tE,aE,rE,oE,sE,nE,lE,iE,dE,pE,cE,uE,fE,hE,mE,xE,gE,ME,yE,vE,bE,CE,wE,SE,AE,kE,TE,LE,EE,HE,PE,RE,IE,BE,DE,VE,FE,WE,OE,NE,zE,_E,qE,UE,$E,jE,GE,ZE,XE,JE,KE,YE,QE,eH,tH,aH,rH,oH,sH,nH,lH,iH,dH,pH,cH,uH,fH,hH,mH,xH,gH,MH,yH,vH,bH,CH,wH,SH,AH,kH,TH,LH,EH,HH,PH,RH,IH,BH,DH,VH,FH;let x=t.toolCall,A=t.messageActions,P=(ZL=t.layout)==null?void 0:ZL.messages,B=t.colorScheme,D=t.loadingIndicator,V=t.iterationDisplay;t={...t,...d},ia(),Gr(r,t),Ik(r,t),Bk(r,t),Bt(),t.colorScheme!==B&&nr();let J=Dd.getForInstance(t.plugins);s.length=0,s.push(...J),b=(JL=(XL=t.launcher)==null?void 0:XL.enabled)!=null?JL:!0,C=(YL=(KL=t.launcher)==null?void 0:KL.autoExpand)!=null?YL:!1,Y=(eE=(QL=t.features)==null?void 0:QL.showReasoning)!=null?eE:!0,Ce=(aE=(tE=t.features)==null?void 0:tE.showToolCalls)!=null?aE:!0,Ee=(oE=(rE=t.features)==null?void 0:rE.scrollToBottom)!=null?oE:{},Ve(),vr();let O=ee;if(ee=(nE=(sE=t.features)==null?void 0:sE.showEventStreamToggle)!=null?nE:!1,ee&&!O){if(Q||(Me=new Bd(me),Q=new Id(He,Me),Me.open().then(()=>Q==null?void 0:Q.restore()).catch(()=>{}),W.setSSEEventCallback((X,Ct)=>{Q.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:X,timestamp:Date.now(),payload:JSON.stringify(Ct)})})),!tt&&qe){let X=(iE=(lE=t.features)==null?void 0:lE.eventStream)==null?void 0:iE.classNames,Ct="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-opacity-80 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(X!=null&&X.toggleButton?" "+X.toggleButton:"");tt=v("button",Ct),tt.style.width="28px",tt.style.height="28px",tt.style.color=za.actionIconColor,tt.type="button",tt.setAttribute("aria-label","Event Stream"),tt.title="Event Stream";let jt=ve("activity","18px","currentColor",1.5);jt&&tt.appendChild(jt);let Ye=de.clearChatButtonWrapper,St=de.closeButtonWrapper,pa=Ye||St;pa&&pa.parentNode===qe?qe.insertBefore(tt,pa):qe.appendChild(tt),tt.addEventListener("click",()=>{xe?Ba():qa()})}}else!ee&&O&&(Ba(),tt&&(tt.remove(),tt=null),Q==null||Q.clear(),Me==null||Me.destroy(),Q=null,Me=null);if(((dE=t.launcher)==null?void 0:dE.enabled)===!1&&nt&&(nt.destroy(),nt=null),((pE=t.launcher)==null?void 0:pE.enabled)===!1&&Ze&&(Ze.remove(),Ze=null),((cE=t.launcher)==null?void 0:cE.enabled)!==!1&&!nt&&!Ze){let X=s.find(Ct=>Ct.renderLauncher);if(X!=null&&X.renderLauncher){let Ct=X.renderLauncher({config:t,defaultRenderer:()=>Hd(t,Mt).element,onToggle:Mt});Ct&&(Ze=Ct,r.appendChild(Ze))}Ze||(nt=Hd(t,Mt),r.appendChild(nt.element))}nt&&nt.update(t),Tt&&((uE=t.launcher)==null?void 0:uE.title)!==void 0&&(Tt.textContent=t.launcher.title),At&&((fE=t.launcher)==null?void 0:fE.subtitle)!==void 0&&(At.textContent=t.launcher.subtitle);let ce=(hE=t.layout)==null?void 0:hE.header;if((ce==null?void 0:ce.layout)!==M&&qe){let X=ce?zi(t,ce,{showClose:b,onClose:()=>Ut(!1,"user")}):Lr({config:t,showClose:b,onClose:()=>Ut(!1,"user")});qe.replaceWith(X.header),qe=X.header,De=X.iconHolder,Tt=X.headerTitle,At=X.headerSubtitle,pe=X.closeButton,M=ce==null?void 0:ce.layout}else if(ce&&(De&&(De.style.display=ce.showIcon===!1?"none":""),Tt&&(Tt.style.display=ce.showTitle===!1?"none":""),At&&(At.style.display=ce.showSubtitle===!1?"none":""),pe&&(pe.style.display=ce.showCloseButton===!1?"none":""),de.clearChatButtonWrapper)){let X=ce.showClearChat;if(X!==void 0){de.clearChatButtonWrapper.style.display=X?"":"none";let{closeButtonWrapper:Ct}=de;Ct&&!Ct.classList.contains("persona-absolute")&&(X?Ct.classList.remove("persona-ml-auto"):Ct.classList.add("persona-ml-auto"))}}let Le=((mE=t.layout)==null?void 0:mE.showHeader)!==!1;qe&&(qe.style.display=Le?"":"none");let Se=((xE=t.layout)==null?void 0:xE.showFooter)!==!1;rt&&(rt.style.display=Se?"":"none"),et(),vr(),b!==m?b?Ut(C,"auto"):(w=!0,Qr()):C!==L&&Ut(C,"auto"),L=C,m=b,Jt(),sa();let je=JSON.stringify(d.toolCall)!==JSON.stringify(x),Re=JSON.stringify(t.messageActions)!==JSON.stringify(A),be=JSON.stringify((gE=t.layout)==null?void 0:gE.messages)!==JSON.stringify(P),Ue=((ME=t.loadingIndicator)==null?void 0:ME.render)!==(D==null?void 0:D.render)||((yE=t.loadingIndicator)==null?void 0:yE.renderIdle)!==(D==null?void 0:D.renderIdle)||((vE=t.loadingIndicator)==null?void 0:vE.showBubble)!==(D==null?void 0:D.showBubble),kt=t.iterationDisplay!==V;(je||Re||be||Ue||kt)&&W&&(Pr++,Yr(ne,W.getMessages(),R));let Te=(bE=t.launcher)!=null?bE:{},ma=(CE=Te.headerIconHidden)!=null?CE:!1,Ht=(SE=(wE=t.layout)==null?void 0:wE.header)==null?void 0:SE.showIcon,Ta=ma||Ht===!1,ga=Te.headerIconName,ba=(AE=Te.headerIconSize)!=null?AE:"48px";if(De){let X=j.querySelector(".persona-border-b-persona-divider"),Ct=X==null?void 0:X.querySelector(".persona-flex-col");if(Ta)De.style.display="none",X&&Ct&&!X.contains(Ct)&&X.insertBefore(Ct,X.firstChild);else{if(De.style.display="",De.style.height=ba,De.style.width=ba,X&&Ct&&(X.contains(De)?De.nextSibling!==Ct&&(De.remove(),X.insertBefore(De,Ct)):X.insertBefore(De,Ct)),ga){let Ye=parseFloat(ba)||24,St=ve(ga,Ye*.6,"#ffffff",2);St?De.replaceChildren(St):De.textContent=(kE=Te.agentIconText)!=null?kE:"\u{1F4AC}"}else if(Te.iconUrl){let Ye=De.querySelector("img");if(Ye)Ye.src=Te.iconUrl,Ye.style.height=ba,Ye.style.width=ba;else{let St=document.createElement("img");St.src=Te.iconUrl,St.alt="",St.className="persona-rounded-xl persona-object-cover",St.style.height=ba,St.style.width=ba,De.replaceChildren(St)}}else{let Ye=De.querySelector("svg"),St=De.querySelector("img");(Ye||St)&&De.replaceChildren(),De.textContent=(TE=Te.agentIconText)!=null?TE:"\u{1F4AC}"}let jt=De.querySelector("img");jt&&(jt.style.height=ba,jt.style.width=ba)}}let Yt=(EE=(LE=t.layout)==null?void 0:LE.header)==null?void 0:EE.showTitle,La=(PE=(HE=t.layout)==null?void 0:HE.header)==null?void 0:PE.showSubtitle;if(Tt&&(Tt.style.display=Yt===!1?"none":""),At&&(At.style.display=La===!1?"none":""),pe){((IE=(RE=t.layout)==null?void 0:RE.header)==null?void 0:IE.showCloseButton)===!1?pe.style.display="none":pe.style.display="";let Ct=(BE=Te.closeButtonSize)!=null?BE:"32px",jt=(DE=Te.closeButtonPlacement)!=null?DE:"inline";pe.style.height=Ct,pe.style.width=Ct;let{closeButtonWrapper:Ye}=de,St=jt==="top-right",pa=Ye==null?void 0:Ye.classList.contains("persona-absolute");if(Ye&&St!==pa)if(Ye.remove(),St)Ye.className="persona-absolute persona-top-4 persona-right-4 persona-z-50",j.style.position="relative",j.appendChild(Ye);else{let ct=(FE=(VE=Te.clearChat)==null?void 0:VE.placement)!=null?FE:"inline",ha=(OE=(WE=Te.clearChat)==null?void 0:WE.enabled)!=null?OE:!0;Ye.className=ha&&ct==="inline"?"":"persona-ml-auto";let Oa=j.querySelector(".persona-border-b-persona-divider");Oa&&Oa.appendChild(Ye)}if(pe.style.color=Te.closeButtonColor||za.actionIconColor,Te.closeButtonBackgroundColor?(pe.style.backgroundColor=Te.closeButtonBackgroundColor,pe.classList.remove("hover:persona-bg-gray-100")):(pe.style.backgroundColor="",pe.classList.add("hover:persona-bg-gray-100")),Te.closeButtonBorderWidth||Te.closeButtonBorderColor){let ct=Te.closeButtonBorderWidth||"0px",ha=Te.closeButtonBorderColor||"transparent";pe.style.border=`${ct} solid ${ha}`,pe.classList.remove("persona-border-none")}else pe.style.border="",pe.classList.add("persona-border-none");Te.closeButtonBorderRadius?(pe.style.borderRadius=Te.closeButtonBorderRadius,pe.classList.remove("persona-rounded-full")):(pe.style.borderRadius="",pe.classList.add("persona-rounded-full")),Te.closeButtonPaddingX?(pe.style.paddingLeft=Te.closeButtonPaddingX,pe.style.paddingRight=Te.closeButtonPaddingX):(pe.style.paddingLeft="",pe.style.paddingRight=""),Te.closeButtonPaddingY?(pe.style.paddingTop=Te.closeButtonPaddingY,pe.style.paddingBottom=Te.closeButtonPaddingY):(pe.style.paddingTop="",pe.style.paddingBottom="");let Ca=(NE=Te.closeButtonIconName)!=null?NE:"x",cr=(zE=Te.closeButtonIconText)!=null?zE:"\xD7";pe.innerHTML="";let Ea=ve(Ca,"20px","currentColor",2);Ea?pe.appendChild(Ea):pe.textContent=cr;let Qt=(_E=Te.closeButtonTooltipText)!=null?_E:"Close chat",Za=(qE=Te.closeButtonShowTooltip)!=null?qE:!0;if(pe.setAttribute("aria-label",Qt),Ye&&(Ye._cleanupTooltip&&(Ye._cleanupTooltip(),delete Ye._cleanupTooltip),Za&&Qt)){let ct=null,ha=()=>{if(ct||!pe)return;let to=pe.ownerDocument,sd=to.body;if(!sd)return;ct=hr(to,"div","persona-clear-chat-tooltip"),ct.textContent=Qt;let nd=hr(to,"div");nd.className="persona-clear-chat-tooltip-arrow",ct.appendChild(nd);let ao=pe.getBoundingClientRect();ct.style.position="fixed",ct.style.zIndex=String(Zr),ct.style.left=`${ao.left+ao.width/2}px`,ct.style.top=`${ao.top-8}px`,ct.style.transform="translate(-50%, -100%)",sd.appendChild(ct)},Oa=()=>{ct&&ct.parentNode&&(ct.parentNode.removeChild(ct),ct=null)};Ye.addEventListener("mouseenter",ha),Ye.addEventListener("mouseleave",Oa),pe.addEventListener("focus",ha),pe.addEventListener("blur",Oa),Ye._cleanupTooltip=()=>{Oa(),Ye&&(Ye.removeEventListener("mouseenter",ha),Ye.removeEventListener("mouseleave",Oa)),pe&&(pe.removeEventListener("focus",ha),pe.removeEventListener("blur",Oa))}}}let{clearChatButton:at,clearChatButtonWrapper:Pt}=de;if(at){let X=(UE=Te.clearChat)!=null?UE:{},Ct=($E=X.enabled)!=null?$E:!0,jt=(GE=(jE=t.layout)==null?void 0:jE.header)==null?void 0:GE.showClearChat,Ye=jt!==void 0?jt:Ct,St=(ZE=X.placement)!=null?ZE:"inline";if(Pt){Pt.style.display=Ye?"":"none";let{closeButtonWrapper:pa}=de;pa&&!pa.classList.contains("persona-absolute")&&(Ye?pa.classList.remove("persona-ml-auto"):pa.classList.add("persona-ml-auto"));let Ca=St==="top-right",cr=Pt.classList.contains("persona-absolute");if(Ca!==cr&&Ye){if(Pt.remove(),Ca)Pt.className="persona-absolute persona-top-4 persona-z-50",Pt.style.right="48px",j.style.position="relative",j.appendChild(Pt);else{Pt.className="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",Pt.style.right="";let Qt=j.querySelector(".persona-border-b-persona-divider"),Za=de.closeButtonWrapper;Qt&&Za&&Za.parentElement===Qt?Qt.insertBefore(Pt,Za):Qt&&Qt.appendChild(Pt)}let Ea=de.closeButtonWrapper;Ea&&!Ea.classList.contains("persona-absolute")&&(Ca?Ea.classList.add("persona-ml-auto"):Ea.classList.remove("persona-ml-auto"))}}if(Ye){let pa=(XE=X.size)!=null?XE:"32px";at.style.height=pa,at.style.width=pa;let Ca=(JE=X.iconName)!=null?JE:"refresh-cw",cr=(KE=X.iconColor)!=null?KE:"";at.style.color=cr||za.actionIconColor,at.innerHTML="";let Ea=ve(Ca,"20px","currentColor",2);if(Ea&&at.appendChild(Ea),X.backgroundColor?(at.style.backgroundColor=X.backgroundColor,at.classList.remove("hover:persona-bg-gray-100")):(at.style.backgroundColor="",at.classList.add("hover:persona-bg-gray-100")),X.borderWidth||X.borderColor){let ct=X.borderWidth||"0px",ha=X.borderColor||"transparent";at.style.border=`${ct} solid ${ha}`,at.classList.remove("persona-border-none")}else at.style.border="",at.classList.add("persona-border-none");X.borderRadius?(at.style.borderRadius=X.borderRadius,at.classList.remove("persona-rounded-full")):(at.style.borderRadius="",at.classList.add("persona-rounded-full")),X.paddingX?(at.style.paddingLeft=X.paddingX,at.style.paddingRight=X.paddingX):(at.style.paddingLeft="",at.style.paddingRight=""),X.paddingY?(at.style.paddingTop=X.paddingY,at.style.paddingBottom=X.paddingY):(at.style.paddingTop="",at.style.paddingBottom="");let Qt=(YE=X.tooltipText)!=null?YE:"Clear chat",Za=(QE=X.showTooltip)!=null?QE:!0;if(at.setAttribute("aria-label",Qt),Pt&&(Pt._cleanupTooltip&&(Pt._cleanupTooltip(),delete Pt._cleanupTooltip),Za&&Qt)){let ct=null,ha=()=>{if(ct||!at)return;let to=at.ownerDocument,sd=to.body;if(!sd)return;ct=hr(to,"div","persona-clear-chat-tooltip"),ct.textContent=Qt;let nd=hr(to,"div");nd.className="persona-clear-chat-tooltip-arrow",ct.appendChild(nd);let ao=at.getBoundingClientRect();ct.style.position="fixed",ct.style.zIndex=String(Zr),ct.style.left=`${ao.left+ao.width/2}px`,ct.style.top=`${ao.top-8}px`,ct.style.transform="translate(-50%, -100%)",sd.appendChild(ct)},Oa=()=>{ct&&ct.parentNode&&(ct.parentNode.removeChild(ct),ct=null)};Pt.addEventListener("mouseenter",ha),Pt.addEventListener("mouseleave",Oa),at.addEventListener("focus",ha),at.addEventListener("blur",Oa),Pt._cleanupTooltip=()=>{Oa(),Pt&&(Pt.removeEventListener("mouseenter",ha),Pt.removeEventListener("mouseleave",Oa)),at&&(at.removeEventListener("focus",ha),at.removeEventListener("blur",Oa))}}}}let tr=t.actionParsers&&t.actionParsers.length?t.actionParsers:[Vd],Br=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[xo.message,xo.messageAndClick];T=Fd({parsers:tr,handlers:Br,getSessionMetadata:u,updateSessionMetadata:f,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),R=bR(t,T,_),W.updateConfig(t),Yr(ne,W.getMessages(),R),lr.render(t.suggestionChips,W,ae,void 0,t.suggestionChipsConfig),Qi(),Co(W.isStreaming());let Cr=((eH=t.voiceRecognition)==null?void 0:eH.enabled)===!0,Dr=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),wr=((aH=(tH=t.voiceRecognition)==null?void 0:tH.provider)==null?void 0:aH.type)==="runtype";if(Cr&&(Dr||wr))if(!q||!Pe){let X=ra(t.voiceRecognition,t.sendButton);X&&(q=X.micButton,Pe=X.micButtonWrapper,ta.insertBefore(Pe,wt),q.addEventListener("click",U),q.disabled=W.isStreaming())}else{let X=(rH=t.voiceRecognition)!=null?rH:{},Ct=(oH=t.sendButton)!=null?oH:{},jt=(sH=X.iconName)!=null?sH:"mic",Ye=(nH=Ct.size)!=null?nH:"40px",St=(lH=X.iconSize)!=null?lH:Ye,pa=parseFloat(St)||24;q.style.width=St,q.style.height=St,q.style.minWidth=St,q.style.minHeight=St;let Ca=(dH=(iH=X.iconColor)!=null?iH:Ct.textColor)!=null?dH:"currentColor";q.innerHTML="";let cr=ve(jt,pa,Ca,2);cr?q.appendChild(cr):q.textContent="\u{1F3A4}";let Ea=(pH=X.backgroundColor)!=null?pH:Ct.backgroundColor;Ea?q.style.backgroundColor=Ea:q.style.backgroundColor="",Ca?q.style.color=Ca:q.style.color="var(--persona-text, #111827)",X.borderWidth?(q.style.borderWidth=X.borderWidth,q.style.borderStyle="solid"):(q.style.borderWidth="",q.style.borderStyle=""),X.borderColor?q.style.borderColor=X.borderColor:q.style.borderColor="",X.paddingX?(q.style.paddingLeft=X.paddingX,q.style.paddingRight=X.paddingX):(q.style.paddingLeft="",q.style.paddingRight=""),X.paddingY?(q.style.paddingTop=X.paddingY,q.style.paddingBottom=X.paddingY):(q.style.paddingTop="",q.style.paddingBottom="");let Qt=Pe==null?void 0:Pe.querySelector(".persona-send-button-tooltip"),Za=(cH=X.tooltipText)!=null?cH:"Start voice recognition";if(((uH=X.showTooltip)!=null?uH:!1)&&Za)if(Qt)Qt.textContent=Za,Qt.style.display="";else{let ha=document.createElement("div");ha.className="persona-send-button-tooltip",ha.textContent=Za,Pe==null||Pe.insertBefore(ha,q)}else Qt&&(Qt.style.display="none");Pe.style.display="",q.disabled=W.isStreaming()}else q&&Pe&&(Pe.style.display="none",((hH=(fH=t.voiceRecognition)==null?void 0:fH.provider)==null?void 0:hH.type)==="runtype"?W.isVoiceActive()&&W.toggleVoice():Ga&&gt());if(((mH=t.attachments)==null?void 0:mH.enabled)===!0)if(!Xe||!ue){let X=(xH=t.attachments)!=null?xH:{},jt=(MH=((gH=t.sendButton)!=null?gH:{}).size)!=null?MH:"40px";se||(se=v("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),se.style.display="none",it.insertBefore(se,ae)),Ie||(Ie=document.createElement("input"),Ie.type="file",Ie.accept=((yH=X.allowedTypes)!=null?yH:Tr).join(","),Ie.multiple=((vH=X.maxFiles)!=null?vH:4)>1,Ie.style.display="none",Ie.setAttribute("aria-label","Attach files"),it.insertBefore(Ie,ae)),Xe=v("div","persona-send-button-wrapper"),ue=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),ue.type="button",ue.setAttribute("aria-label",(bH=X.buttonTooltipText)!=null?bH:"Attach file");let Ye=(CH=X.buttonIconName)!=null?CH:"paperclip",St=jt,pa=parseFloat(St)||40,Ca=Math.round(pa*.6);ue.style.width=St,ue.style.height=St,ue.style.minWidth=St,ue.style.minHeight=St,ue.style.fontSize="18px",ue.style.lineHeight="1",ue.style.backgroundColor="transparent",ue.style.color="var(--persona-primary, #111827)",ue.style.border="none",ue.style.borderRadius="6px",ue.style.transition="background-color 0.15s ease",ue.addEventListener("mouseenter",()=>{ue.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),ue.addEventListener("mouseleave",()=>{ue.style.backgroundColor="transparent"});let cr=ve(Ye,Ca,"currentColor",1.5);cr?ue.appendChild(cr):ue.textContent="\u{1F4CE}",ue.addEventListener("click",Za=>{Za.preventDefault(),Ie==null||Ie.click()}),Xe.appendChild(ue);let Ea=(wH=X.buttonTooltipText)!=null?wH:"Attach file",Qt=v("div","persona-send-button-tooltip");Qt.textContent=Ea,Xe.appendChild(Qt),ea.append(Xe),!Oe&&Ie&&se&&(Oe=fo.fromConfig(X),Oe.setPreviewsContainer(se),Ie.addEventListener("change",async()=>{Oe&&(Ie!=null&&Ie.files)&&(await Oe.handleFileSelect(Ie.files),Ie.value="")}))}else{Xe.style.display="";let X=(SH=t.attachments)!=null?SH:{};Ie&&(Ie.accept=((AH=X.allowedTypes)!=null?AH:Tr).join(","),Ie.multiple=((kH=X.maxFiles)!=null?kH:4)>1),Oe&&Oe.updateConfig({allowedTypes:X.allowedTypes,maxFileSize:X.maxFileSize,maxFiles:X.maxFiles})}else Xe&&(Xe.style.display="none"),Oe&&Oe.clearAttachments();let na=(TH=t.sendButton)!=null?TH:{},Ud=(LH=na.useIcon)!=null?LH:!1,rd=(EH=na.iconText)!=null?EH:"\u2191",od=na.iconName,ko=(HH=na.tooltipText)!=null?HH:"Send message",$d=(PH=na.showTooltip)!=null?PH:!1,Vr=(RH=na.size)!=null?RH:"40px",eo=na.backgroundColor,fa=na.textColor;if(Ud){if(oe.style.width=Vr,oe.style.height=Vr,oe.style.minWidth=Vr,oe.style.minHeight=Vr,oe.style.fontSize="18px",oe.style.lineHeight="1",oe.innerHTML="",fa?oe.style.color=fa:oe.style.color="var(--persona-button-primary-fg, #ffffff)",od){let X=parseFloat(Vr)||24,Ct=(fa==null?void 0:fa.trim())||"currentColor",jt=ve(od,X,Ct,2);jt?oe.appendChild(jt):oe.textContent=rd}else oe.textContent=rd;oe.className="persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",eo?(oe.style.backgroundColor=eo,oe.classList.remove("persona-bg-persona-primary")):(oe.style.backgroundColor="",oe.classList.add("persona-bg-persona-primary"))}else oe.textContent=(BH=(IH=t.copy)==null?void 0:IH.sendButtonLabel)!=null?BH:"Send",oe.style.width="",oe.style.height="",oe.style.minWidth="",oe.style.minHeight="",oe.style.fontSize="",oe.style.lineHeight="",oe.className="persona-rounded-button persona-bg-persona-accent persona-px-4 persona-py-2 persona-text-sm persona-font-semibold persona-text-white disabled:persona-opacity-50 persona-cursor-pointer",eo?(oe.style.backgroundColor=eo,oe.classList.remove("persona-bg-persona-accent")):oe.classList.add("persona-bg-persona-accent"),fa?oe.style.color=fa:oe.classList.add("persona-text-white");na.borderWidth?(oe.style.borderWidth=na.borderWidth,oe.style.borderStyle="solid"):(oe.style.borderWidth="",oe.style.borderStyle=""),na.borderColor?oe.style.borderColor=na.borderColor:oe.style.borderColor="",na.paddingX?(oe.style.paddingLeft=na.paddingX,oe.style.paddingRight=na.paddingX):(oe.style.paddingLeft="",oe.style.paddingRight=""),na.paddingY?(oe.style.paddingTop=na.paddingY,oe.style.paddingBottom=na.paddingY):(oe.style.paddingTop="",oe.style.paddingBottom="");let Wa=wt==null?void 0:wt.querySelector(".persona-send-button-tooltip");if($d&&ko)if(Wa)Wa.textContent=ko,Wa.style.display="";else{let X=document.createElement("div");X.className="persona-send-button-tooltip",X.textContent=ko,wt==null||wt.insertBefore(X,oe)}else Wa&&(Wa.style.display="none");let Fr=(DH=t.layout)==null?void 0:DH.contentMaxWidth;Fr?(ne.style.maxWidth=Fr,ne.style.marginLeft="auto",ne.style.marginRight="auto",ne.style.width="100%",it&&(it.style.maxWidth=Fr,it.style.marginLeft="auto",it.style.marginRight="auto")):(ne.style.maxWidth="",ne.style.marginLeft="",ne.style.marginRight="",ne.style.width="",it&&(it.style.maxWidth="",it.style.marginLeft="",it.style.marginRight=""));let Wr=(VH=t.statusIndicator)!=null?VH:{},nI=(FH=Wr.visible)!=null?FH:!0;if(Rt.style.display=nI?"":"none",W){let X=W.getStatus();yt(Rt,(jt=>{var Ye,St,pa,Ca;return jt==="idle"?(Ye=Wr.idleText)!=null?Ye:wa.idle:jt==="connecting"?(St=Wr.connectingText)!=null?St:wa.connecting:jt==="connected"?(pa=Wr.connectedText)!=null?pa:wa.connected:jt==="error"?(Ca=Wr.errorText)!=null?Ca:wa.error:wa[jt]})(X),Wr,X)}Rt.classList.remove("persona-text-left","persona-text-center","persona-text-right");let lI=Wr.align==="left"?"persona-text-left":Wr.align==="center"?"persona-text-center":"persona-text-right";Rt.classList.add(lI)},open(){b&&Ut(!0,"api")},close(){b&&Ut(!1,"api")},toggle(){b&&Ut(!w,"api")},clearChat(){xa=!1,W.clearMessages(),dr.clear(),Rr();try{localStorage.removeItem(Zi),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Zi}`)}catch(x){console.error("[AgentWidget] Failed to clear default localStorage:",x)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==Zi)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(x){console.error("[AgentWidget] Failed to clear custom localStorage:",x)}let d=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(d),n!=null&&n.clear)try{let x=n.clear();x instanceof Promise&&x.catch(A=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",A)})}catch(x){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",x)}l={},T.syncFromMetadata(),Q==null||Q.clear(),te==null||te.update()},setMessage(d){return!ae||W.isStreaming()?!1:(!w&&b&&Ut(!0,"system"),ae.value=d,ae.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(d){if(W.isStreaming())return!1;let x=(d==null?void 0:d.trim())||ae.value.trim();return x?(!w&&b&&Ut(!0,"system"),ae.value="",ae.style.height="auto",W.sendMessage(x),!0):!1},startVoiceRecognition(){var x,A;return W.isStreaming()?!1:((A=(x=t.voiceRecognition)==null?void 0:x.provider)==null?void 0:A.type)==="runtype"?(W.isVoiceActive()||(!w&&b&&Ut(!0,"system"),dt.manuallyDeactivated=!1,Fa(),W.toggleVoice().then(()=>{dt.active=W.isVoiceActive(),Qa("user"),W.isVoiceActive()&&E()})),!0):Ga?!0:le()?(!w&&b&&Ut(!0,"system"),dt.manuallyDeactivated=!1,Fa(),st("user"),!0):!1},stopVoiceRecognition(){var d,x;return((x=(d=t.voiceRecognition)==null?void 0:d.provider)==null?void 0:x.type)==="runtype"?W.isVoiceActive()?(W.toggleVoice().then(()=>{dt.active=!1,dt.manuallyDeactivated=!0,Fa(),Qa("user"),H()}),!0):!1:Ga?(dt.manuallyDeactivated=!0,Fa(),gt("user"),!0):!1},injectMessage(d){return!w&&b&&Ut(!0,"system"),W.injectMessage(d)},injectAssistantMessage(d){!w&&b&&Ut(!0,"system");let x=W.injectAssistantMessage(d);return I&&(I=!1,N&&(clearTimeout(N),N=null),setTimeout(()=>{W&&!W.isStreaming()&&W.continueConversation()},100)),x},injectUserMessage(d){return!w&&b&&Ut(!0,"system"),W.injectUserMessage(d)},injectSystemMessage(d){return!w&&b&&Ut(!0,"system"),W.injectSystemMessage(d)},injectMessageBatch(d){return!w&&b&&Ut(!0,"system"),W.injectMessageBatch(d)},injectTestMessage(d){!w&&b&&Ut(!0,"system"),W.injectTestEvent(d)},async connectStream(d,x){return W.connectStream(d,x)},__pushEventStreamEvent(d){Q&&Q.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:d.type,timestamp:Date.now(),payload:JSON.stringify(d.payload)})},showEventStream(){!ee||!Q||qa()},hideEventStream(){xe&&Ba()},isEventStreamVisible(){return xe},showArtifacts(){or(t)&&(xa=!1,Bt(),$e==null||$e.setMobileOpen(!0))},hideArtifacts(){or(t)&&(xa=!0,Bt())},upsertArtifact(d){return or(t)?(xa=!1,W.upsertArtifact(d)):null},selectArtifact(d){or(t)&&W.selectArtifact(d)},clearArtifacts(){or(t)&&W.clearArtifacts()},focusInput(){return b&&!w||!ae?!1:(ae.focus(),!0)},async resolveApproval(d,x){let P=W.getMessages().find(B=>{var D;return B.variant==="approval"&&((D=B.approval)==null?void 0:D.id)===d});if(!(P!=null&&P.approval))throw new Error(`Approval not found: ${d}`);return W.resolveApproval(P.approval,x)},getMessages(){return W.getMessages()},getStatus(){return W.getStatus()},getPersistentMetadata(){return{...l}},updatePersistentMetadata(d){f(d)},on(d,x){return o.on(d,x)},off(d,x){o.off(d,x)},isOpen(){return b&&w},isVoiceActive(){return dt.active},getState(){return{open:b&&w,launcherEnabled:b,voiceActive:dt.active,streaming:W.isStreaming()}},showCSATFeedback(d){!w&&b&&Ut(!0,"system");let x=ne.querySelector(".persona-feedback-container");x&&x.remove();let A=zk({onSubmit:async(P,B)=>{var D;W.isClientTokenMode()&&await W.submitCSATFeedback(P,B),(D=d==null?void 0:d.onSubmit)==null||D.call(d,P,B)},onDismiss:d==null?void 0:d.onDismiss,...d});ne.appendChild(A),A.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(d){!w&&b&&Ut(!0,"system");let x=ne.querySelector(".persona-feedback-container");x&&x.remove();let A=_k({onSubmit:async(P,B)=>{var D;W.isClientTokenMode()&&await W.submitNPSFeedback(P,B),(D=d==null?void 0:d.onSubmit)==null||D.call(d,P,B)},onDismiss:d==null?void 0:d.onDismiss,...d});ne.appendChild(A),A.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(d,x){return W.submitCSATFeedback(d,x)},async submitNPSFeedback(d,x){return W.submitNPSFeedback(d,x)},destroy(){ft.forEach(d=>d()),G.remove(),nt==null||nt.destroy(),Ze==null||Ze.remove(),$a&&pe.removeEventListener("click",$a)}};if((((_L=e==null?void 0:e.debugTools)!=null?_L:!1)||!!t.debug)&&typeof window!="undefined"){let d=window.AgentWidgetBrowser,x={controller:ht,getMessages:ht.getMessages,getStatus:ht.getStatus,getMetadata:ht.getPersistentMetadata,updateMetadata:ht.updatePersistentMetadata,clearHistory:()=>ht.clearChat(),setVoiceActive:A=>A?ht.startVoiceRecognition():ht.stopVoiceRecognition()};window.AgentWidgetBrowser=x,ft.push(()=>{window.AgentWidgetBrowser===x&&(window.AgentWidgetBrowser=d)})}if(typeof window!="undefined"){let d=r.getAttribute("data-persona-instance")||r.id||"persona-"+Math.random().toString(36).slice(2,8),x=J=>{let O=J.detail;(!(O!=null&&O.instanceId)||O.instanceId===d)&&ht.focusInput()};if(window.addEventListener("persona:focusInput",x),ft.push(()=>{window.removeEventListener("persona:focusInput",x)}),ee){let J=ce=>{let ke=ce.detail;(!(ke!=null&&ke.instanceId)||ke.instanceId===d)&&ht.showEventStream()},O=ce=>{let ke=ce.detail;(!(ke!=null&&ke.instanceId)||ke.instanceId===d)&&ht.hideEventStream()};window.addEventListener("persona:showEventStream",J),window.addEventListener("persona:hideEventStream",O),ft.push(()=>{window.removeEventListener("persona:showEventStream",J),window.removeEventListener("persona:hideEventStream",O)})}let A=J=>{let O=J.detail;(!(O!=null&&O.instanceId)||O.instanceId===d)&&ht.showArtifacts()},P=J=>{let O=J.detail;(!(O!=null&&O.instanceId)||O.instanceId===d)&&ht.hideArtifacts()},B=J=>{let O=J.detail;O!=null&&O.instanceId&&O.instanceId!==d||O!=null&&O.artifact&&ht.upsertArtifact(O.artifact)},D=J=>{let O=J.detail;O!=null&&O.instanceId&&O.instanceId!==d||typeof(O==null?void 0:O.id)=="string"&&ht.selectArtifact(O.id)},V=J=>{let O=J.detail;(!(O!=null&&O.instanceId)||O.instanceId===d)&&ht.clearArtifacts()};window.addEventListener("persona:showArtifacts",A),window.addEventListener("persona:hideArtifacts",P),window.addEventListener("persona:upsertArtifact",B),window.addEventListener("persona:selectArtifact",D),window.addEventListener("persona:clearArtifacts",V),ft.push(()=>{window.removeEventListener("persona:showArtifacts",A),window.removeEventListener("persona:hideArtifacts",P),window.removeEventListener("persona:upsertArtifact",B),window.removeEventListener("persona:selectArtifact",D),window.removeEventListener("persona:clearArtifacts",V)})}let Kt=TD(t.persistState);if(Kt&&b){let d=LD(Kt.storage),x=`${Kt.keyPrefix}widget-open`,A=`${Kt.keyPrefix}widget-voice`,P=`${Kt.keyPrefix}widget-voice-mode`;if(d){let B=((qL=Kt.persist)==null?void 0:qL.openState)&&d.getItem(x)==="true",D=((UL=Kt.persist)==null?void 0:UL.voiceState)&&d.getItem(A)==="true",V=(($L=Kt.persist)==null?void 0:$L.voiceState)&&d.getItem(P)==="true";if(B&&setTimeout(()=>{ht.open(),setTimeout(()=>{var J;if(D||V)ht.startVoiceRecognition();else if((J=Kt.persist)!=null&&J.focusInput){let O=r.querySelector("textarea");O&&O.focus()}},100)},0),(jL=Kt.persist)!=null&&jL.openState&&(o.on("widget:opened",()=>{d.setItem(x,"true")}),o.on("widget:closed",()=>{d.setItem(x,"false")})),(GL=Kt.persist)!=null&&GL.voiceState&&(o.on("voice:state",J=>{d.setItem(A,J.active?"true":"false")}),o.on("user:message",J=>{d.setItem(P,J.viaVoice?"true":"false")})),Kt.clearOnChatClear){let J=()=>{d.removeItem(x),d.removeItem(A),d.removeItem(P)},O=()=>J();window.addEventListener("persona:clear-chat",O),ft.push(()=>{window.removeEventListener("persona:clear-chat",O)})}}}return i&&b&&setTimeout(()=>{ht.open()},0),ht};var ED=(r,a)=>{let e=r.trim(),t=/^(\d+(?:\.\d+)?)px$/i.exec(e);if(t)return Math.max(0,parseFloat(t[1]));let s=/^(\d+(?:\.\d+)?)%$/i.exec(e);return s?Math.max(0,a*parseFloat(s[1])/100):420},CR=(r,a)=>{var t,s;let e=(s=(t=a==null?void 0:a.launcher)==null?void 0:t.enabled)!=null?s:!0;r.className="persona-host",r.style.height=e?"":"100%",r.style.display=e?"":"flex",r.style.flexDirection=e?"":"column",r.style.flex=e?"":"1 1 auto",r.style.minHeight=e?"":"0"},ZT=r=>{r.style.position="",r.style.top="",r.style.bottom="",r.style.left="",r.style.right="",r.style.zIndex="",r.style.transform="",r.style.pointerEvents=""},wR=r=>{r.style.inset="",r.style.width="",r.style.height="",r.style.maxWidth="",r.style.minWidth="",ZT(r)},$T=r=>{r.style.transition=""},jT=r=>{r.style.display="",r.style.flexDirection="",r.style.flex="",r.style.minHeight="",r.style.minWidth="",r.style.width="",r.style.height="",r.style.alignItems="",r.style.transition="",r.style.transform=""},GT=r=>{r.style.width="",r.style.maxWidth="",r.style.minWidth="",r.style.flex="1 1 auto"},Uk=(r,a)=>{r.style.width="",r.style.minWidth="",r.style.maxWidth="",r.style.boxSizing="",a.style.alignItems=""},HD=(r,a,e,t,s)=>{s?e.parentElement!==a&&(r.replaceChildren(),a.replaceChildren(e,t),r.appendChild(a)):e.parentElement===a&&(a.replaceChildren(),r.appendChild(e),r.appendChild(t))},PD=(r,a,e,t,s,o)=>{let n=o?a:r;s==="left"?n.firstElementChild!==t&&n.replaceChildren(t,e):n.lastElementChild!==t&&n.replaceChildren(e,t)},SR=(r,a,e,t,s,o,n)=>{var y,T,b,C,g,L;let l=rr(o),p=l.reveal==="push";HD(r,a,e,t,p),PD(r,a,e,t,l.side,p),r.dataset.personaHostLayout="docked",r.dataset.personaDockSide=l.side,r.dataset.personaDockOpen=n?"true":"false",r.style.width="100%",r.style.maxWidth="100%",r.style.minWidth="0",r.style.height="100%",r.style.minHeight="0",r.style.position="relative",e.style.display="flex",e.style.flexDirection="column",e.style.minHeight="0",e.style.position="relative",s.className="persona-host",s.style.height="100%",s.style.minHeight="0",s.style.display="flex",s.style.flexDirection="column",s.style.flex="1 1 auto";let i=r.ownerDocument.defaultView,c=(T=(y=o==null?void 0:o.launcher)==null?void 0:y.mobileFullscreen)!=null?T:!0,u=(C=(b=o==null?void 0:o.launcher)==null?void 0:b.mobileBreakpoint)!=null?C:640,f=i!=null?i.innerWidth<=u:!1;if(c&&f&&n){r.dataset.personaDockMobileFullscreen="true",r.removeAttribute("data-persona-dock-reveal"),jT(a),$T(t),wR(t),GT(e),Uk(s,t),r.style.display="flex",r.style.flexDirection="column",r.style.alignItems="stretch",r.style.overflow="hidden",e.style.flex="1 1 auto",e.style.width="100%",e.style.minWidth="0",t.style.display="flex",t.style.flexDirection="column",t.style.position="fixed",t.style.inset="0",t.style.width="100%",t.style.height="100%",t.style.maxWidth="100%",t.style.minWidth="0",t.style.minHeight="0",t.style.overflow="hidden",t.style.zIndex=String((L=(g=o==null?void 0:o.launcher)==null?void 0:g.zIndex)!=null?L:Na),t.style.transform="none",t.style.transition="none",t.style.pointerEvents="auto",t.style.flex="none",p&&(a.style.display="flex",a.style.flexDirection="column",a.style.width="100%",a.style.height="100%",a.style.minHeight="0",a.style.minWidth="0",a.style.flex="1 1 auto",a.style.alignItems="stretch",a.style.transform="none",a.style.transition="none",e.style.flex="1 1 auto",e.style.width="100%",e.style.maxWidth="100%",e.style.minWidth="0");return}if(r.removeAttribute("data-persona-dock-mobile-fullscreen"),wR(t),l.reveal==="overlay"){r.style.display="flex",r.style.flexDirection="row",r.style.alignItems="stretch",r.style.overflow="hidden",r.dataset.personaDockReveal="overlay",jT(a),$T(t),GT(e),Uk(s,t);let m=l.animate?"transform 180ms ease":"none",M=l.side==="right"?"translateX(100%)":"translateX(-100%)",k=n?"translateX(0)":M;t.style.display="flex",t.style.flexDirection="column",t.style.flex="none",t.style.position="absolute",t.style.top="0",t.style.bottom="0",t.style.width=l.width,t.style.maxWidth=l.width,t.style.minWidth=l.width,t.style.minHeight="0",t.style.overflow="hidden",t.style.transition=m,t.style.transform=k,t.style.pointerEvents=n?"auto":"none",t.style.zIndex="2",l.side==="right"?(t.style.right="0",t.style.left=""):(t.style.left="0",t.style.right="")}else if(l.reveal==="push"){r.style.display="flex",r.style.flexDirection="row",r.style.alignItems="stretch",r.style.overflow="hidden",r.dataset.personaDockReveal="push",$T(t),ZT(t),Uk(s,t);let m=ED(l.width,r.clientWidth),M=Math.max(0,r.clientWidth),k=l.animate?"transform 180ms ease":"none",w=l.side==="right"?n?`translateX(-${m}px)`:"translateX(0)":n?"translateX(0)":`translateX(-${m}px)`;a.style.display="flex",a.style.flexDirection="row",a.style.flex="0 0 auto",a.style.minHeight="0",a.style.minWidth="0",a.style.alignItems="stretch",a.style.height="100%",a.style.width=`${M+m}px`,a.style.transition=k,a.style.transform=w,e.style.flex="0 0 auto",e.style.flexGrow="0",e.style.flexShrink="0",e.style.width=`${M}px`,e.style.maxWidth=`${M}px`,e.style.minWidth=`${M}px`,t.style.display="flex",t.style.flexDirection="column",t.style.flex="0 0 auto",t.style.flexShrink="0",t.style.width=l.width,t.style.minWidth=l.width,t.style.maxWidth=l.width,t.style.position="relative",t.style.overflow="hidden",t.style.transition="none",t.style.pointerEvents=n?"auto":"none"}else{r.style.display="flex",r.style.flexDirection="row",r.style.alignItems="stretch",r.style.overflow="",jT(a),ZT(t),GT(e),Uk(s,t);let m=l.reveal==="emerge";m?r.dataset.personaDockReveal="emerge":r.removeAttribute("data-persona-dock-reveal");let M=n?l.width:"0px",k=l.animate?"width 180ms ease, min-width 180ms ease, max-width 180ms ease, flex-basis 180ms ease":"none",w=!n;t.style.display="flex",t.style.flexDirection="column",t.style.flex=`0 0 ${M}`,t.style.width=M,t.style.maxWidth=M,t.style.minWidth=M,t.style.minHeight="0",t.style.position="relative",t.style.overflow=m||w?"hidden":"visible",t.style.transition=k,m&&(t.style.alignItems=l.side==="right"?"flex-start":"flex-end",s.style.width=l.width,s.style.minWidth=l.width,s.style.maxWidth=l.width,s.style.boxSizing="border-box")}},RD=(r,a)=>{let e=r.ownerDocument.createElement("div");return CR(e,a),r.appendChild(e),{mode:"direct",host:e,shell:null,syncWidgetState:()=>{},updateConfig(t){CR(e,t)},destroy(){e.remove()}}},ID=(r,a)=>{var g,L,m,M;let{ownerDocument:e}=r,t=r.parentElement;if(!t)throw new Error("Docked widget target must be attached to the DOM");let s=r.tagName.toUpperCase();if(s==="BODY"||s==="HTML")throw new Error('Docked widget target must be a concrete container element, not "body" or "html"');let o=r.nextSibling,n=e.createElement("div"),l=e.createElement("div"),p=e.createElement("div"),i=e.createElement("aside"),c=e.createElement("div"),u=(L=(g=a==null?void 0:a.launcher)==null?void 0:g.enabled)==null||L?(M=(m=a==null?void 0:a.launcher)==null?void 0:m.autoExpand)!=null?M:!1:!0;l.dataset.personaDockRole="push-track",p.dataset.personaDockRole="content",i.dataset.personaDockRole="panel",c.dataset.personaDockRole="host",i.appendChild(c),t.insertBefore(n,r),p.appendChild(r);let f=null,h=()=>{f==null||f.disconnect(),f=null},y=()=>{h(),rr(a).reveal==="push"&&typeof ResizeObserver!="undefined"&&(f=new ResizeObserver(()=>{SR(n,l,p,i,c,a,u)}),f.observe(n))},T=()=>{SR(n,l,p,i,c,a,u),y()},b=n.ownerDocument.defaultView,C=()=>{T()};return b==null||b.addEventListener("resize",C),rr(a).reveal==="push"?(l.appendChild(p),l.appendChild(i),n.appendChild(l)):(n.appendChild(p),n.appendChild(i)),T(),{mode:"docked",host:c,shell:n,syncWidgetState(k){let w=k.launcherEnabled?k.open:!0;u!==w&&(u=w,T())},updateConfig(k){var w,I;a=k,((I=(w=a==null?void 0:a.launcher)==null?void 0:w.enabled)!=null?I:!0)===!1&&(u=!0),T()},destroy(){b==null||b.removeEventListener("resize",C),h(),t.isConnected&&(o&&o.parentNode===t?t.insertBefore(r,o):t.appendChild(r)),n.remove()}}},Wd=(r,a)=>ca(a)?ID(r,a):RD(r,a);var XT={},BD=r=>{if(typeof window=="undefined"||typeof document=="undefined")throw new Error("Chat widget can only be mounted in a browser environment");if(typeof r=="string"){let a=document.querySelector(r);if(!a)throw new Error(`Chat widget target "${r}" was not found`);return a}return r},DD=()=>{try{if(typeof XT!="undefined"&&XT.url)return new URL("../widget.css",XT.url).href}catch{}return null},AR=(r,a)=>{let e=DD(),t=()=>{if(!(r instanceof ShadowRoot)||r.querySelector("link[data-persona]"))return;let s=a.head.querySelector("link[data-persona]");if(!s)return;let o=s.cloneNode(!0);r.insertBefore(o,r.firstChild)};if(r instanceof ShadowRoot)if(e){let s=a.createElement("link");s.rel="stylesheet",s.href=e,s.setAttribute("data-persona","true"),r.insertBefore(s,r.firstChild)}else t();else if(!a.head.querySelector("link[data-persona]")&&e){let o=a.createElement("link");o.rel="stylesheet",o.href=e,o.setAttribute("data-persona","true"),a.head.appendChild(o)}},JT=r=>{var b;let a=BD(r.target),e=r.useShadowDom===!0,t=a.ownerDocument,s=r.config,o=Wd(a,s),n,l=[],p=(C,g)=>{var k,w;let m=!((w=(k=g==null?void 0:g.launcher)==null?void 0:k.enabled)!=null?w:!0)||ca(g),M=t.createElement("div");if(M.setAttribute("data-persona-root","true"),m&&(M.style.height="100%",M.style.display="flex",M.style.flexDirection="column",M.style.flex="1",M.style.minHeight="0"),e){let I=C.attachShadow({mode:"open"});I.appendChild(M),AR(I,t)}else C.appendChild(M),AR(C,t);return a.id&&M.setAttribute("data-persona-instance",a.id),M},i=()=>{o.syncWidgetState(n.getState())},c=()=>{l.forEach(C=>C()),l=[n.on("widget:opened",i),n.on("widget:closed",i)],i()},u=()=>{let C=p(o.host,s);n=qk(C,s,{debugTools:r.debugTools}),c()},f=()=>{l.forEach(C=>C()),l=[],n.destroy()};u(),(b=r.onReady)==null||b.call(r);let h=C=>{f(),o.destroy(),o=Wd(a,C),s=C,u()},y={update(C){var M,k,w,I,N,_;let g={...s,...C,launcher:{...(M=s==null?void 0:s.launcher)!=null?M:{},...(k=C==null?void 0:C.launcher)!=null?k:{},dock:{...(I=(w=s==null?void 0:s.launcher)==null?void 0:w.dock)!=null?I:{},...(_=(N=C==null?void 0:C.launcher)==null?void 0:N.dock)!=null?_:{}}}},L=ca(s),m=ca(g);if(L!==m){h(g);return}s=g,o.updateConfig(s),n.update(C),i()},destroy(){f(),o.destroy(),r.windowKey&&typeof window!="undefined"&&delete window[r.windowKey]}},T=new Proxy(y,{get(C,g,L){if(g==="host")return o.host;if(g in C)return Reflect.get(C,g,L);let m=n[g];return typeof m=="function"?m.bind(n):m}});return r.windowKey&&typeof window!="undefined"&&(window[r.windowKey]=T),T};var HR=new Set(["script","style","noscript","svg","path","meta","link","br","hr"]),VD=new Set(["button","a","input","select","textarea","details","summary"]),FD=new Set(["button","link","menuitem","tab","option","switch","checkbox","radio","combobox","listbox","slider","spinbutton","textbox"]),KT=/\b(product|card|item|listing|result)\b/i,QT=/\$[\d,]+(?:\.\d{2})?|€[\d,]+(?:\.\d{2})?|£[\d,]+(?:\.\d{2})?|USD\s*[\d,]+(?:\.\d{2})?/i,WD=3e3,OD=100;function PR(r){let a=typeof r.className=="string"?r.className:"";if(KT.test(a)||r.id&&KT.test(r.id))return!0;for(let e=0;e<r.attributes.length;e++){let t=r.attributes[e];if(t.name.startsWith("data-")&&KT.test(t.value))return!0}return!1}function RR(r){var a;return QT.test(((a=r.textContent)!=null?a:"").trim())}function IR(r){var e;let a=r.querySelectorAll("a[href]");for(let t=0;t<a.length;t++){let s=(e=a[t].getAttribute("href"))!=null?e:"";if(s&&s!=="#"&&!s.toLowerCase().startsWith("javascript:"))return!0}return!1}function ND(r){return!!r.querySelector('button, [role="button"], input[type="submit"], input[type="button"]')}function kR(r){let a=r.match(QT);return a?a[0]:null}function TR(r){var t,s,o;let a=(t=r.querySelector(".product-title a, h1 a, h2 a, h3 a, h4 a, .title a, a[href]"))!=null?t:r.querySelector("a[href]");if(a&&((s=a.textContent)!=null&&s.trim())){let n=a.getAttribute("href");return{title:a.textContent.trim(),href:n&&n!=="#"?n:null}}let e=r.querySelector("h1, h2, h3, h4, h5, h6");return(o=e==null?void 0:e.textContent)!=null&&o.trim()?{title:e.textContent.trim(),href:null}:{title:"",href:null}}function zD(r){let a=[],e=t=>{let s=t.trim();s&&!a.includes(s)&&a.push(s)};return r.querySelectorAll("button").forEach(t=>{var s;return e((s=t.textContent)!=null?s:"")}),r.querySelectorAll('[role="button"]').forEach(t=>{var s;return e((s=t.textContent)!=null?s:"")}),r.querySelectorAll('input[type="submit"], input[type="button"]').forEach(t=>{var s;e((s=t.value)!=null?s:"")}),a.slice(0,6)}var _D="commerce-card",qD="result-card";function LR(r){return!PR(r)||!RR(r)||!IR(r)&&!ND(r)?0:5200}function ER(r){var t;return!PR(r)||RR(r)||!IR(r)||((t=r.textContent)!=null?t:"").trim().length<20||!(!!r.querySelector("h1, h2, h3, h4, h5, h6, .title")||!!r.querySelector(".snippet, .description, p"))?0:2800}var eL=[{id:_D,scoreElement(r){return LR(r)},shouldSuppressDescendant(r,a,e){if(a===r||!r.contains(a))return!1;if(e.interactivity==="static"){let t=e.text.trim();return!!(t.length===0||QT.test(t)&&t.length<32)}return!0},formatSummary(r,a){var p,i,c;if(LR(r)===0)return null;let{title:e,href:t}=TR(r),s=(c=(i=kR(((p=r.textContent)!=null?p:"").trim()))!=null?i:kR(a.text))!=null?c:"",o=zD(r);return[t&&e?`[${e}](${t})${s?` \u2014 ${s}`:""}`:e?`${e}${s?` \u2014 ${s}`:""}`:s||a.text.trim().slice(0,120),`selector: ${a.selector}`,o.length?`actions: ${o.join(", ")}`:""].filter(Boolean).join(`
147
+ `}if(!P&&!d){let fa="max-height: -moz-available !important; max-height: stretch !important;",Wa=x?"":"padding-top: 1.25em !important;",Fr=x?"":`z-index: ${(eo=(Vr=t.launcher)==null?void 0:Vr.zIndex)!=null?eo:Na} !important;`;G.style.cssText+=fa+Wa+Fr}};ia(),Gr(r,t),Ik(r,t),Bk(r,t);let ft=[],zt=null,ot=null;ft.push(()=>{zt==null||zt(),zt=null,ot==null||ot(),ot=null}),ya&&ft.push(()=>{ya==null||ya.disconnect(),ya=null}),ft.push(()=>{S==null||S(),S=null,bt(),re&&(re.remove(),re=null),$e==null||$e.element.style.removeProperty("width"),$e==null||$e.element.style.removeProperty("maxWidth")}),ee&&ft.push(()=>{we!==null&&(cancelAnimationFrame(we),we=null),te==null||te.destroy(),te=null,Q==null||Q.destroy(),Q=null,Me=null});let va=null,lr=()=>{va&&(va(),va=null),t.colorScheme==="auto"&&(va=kk(()=>{Gr(r,t)}))};lr(),ft.push(()=>{va&&(va(),va=null)});let ir=oR(Qe),$a=null,W,dr=!1,Qa=ZP(),Pr=0,Va=Tk(),ja=0,ie=null,pr=!1,Mo=1,Xi=8,yo=new Map,dt={active:!1,manuallyDeactivated:!1,lastUserMessageWasVoice:!1,lastUserMessageId:null},Ji=(WL=(FL=t.voiceRecognition)==null?void 0:FL.autoResume)!=null?WL:!1,er=d=>{o.emit("voice:state",{active:dt.active,source:d,timestamp:Date.now()})},Fa=()=>{f(d=>({...d,voiceState:{active:dt.active,timestamp:Date.now(),manuallyDeactivated:dt.manuallyDeactivated}}))},Od=()=>{var P,B;if(((P=t.voiceRecognition)==null?void 0:P.enabled)===!1)return;let d=UT(l.voiceState),x=!!d.active,A=Number((B=d.timestamp)!=null?B:0);dt.manuallyDeactivated=!!d.manuallyDeactivated,x&&Date.now()-A<SD&&setTimeout(()=>{var D,V;dt.active||(dt.manuallyDeactivated=!1,((V=(D=t.voiceRecognition)==null?void 0:D.provider)==null?void 0:V.type)==="runtype"?W.toggleVoice().then(()=>{dt.active=W.isVoiceActive(),er("restore"),W.isVoiceActive()&&E()}):st("restore"))},1e3)},Nd=()=>W?vR(W.getMessages()).filter(d=>!d.__skipPersist):[];function Ki(d){if(!(n!=null&&n.save))return;let A={messages:d?vR(d):W?Nd():[],metadata:l};try{let P=n.save(A);P instanceof Promise&&P.catch(B=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",B)})}catch(P){typeof console!="undefined"&&console.error("[AgentWidget] Failed to persist state:",P)}}let yr=null,zd=()=>G.querySelector("#persona-scroll-container")||$,vo=()=>{yr!==null&&(cancelAnimationFrame(yr),yr=null),pr=!1},bo=()=>{ie!==null&&(cancelAnimationFrame(ie),ie=null),vo()},vr=()=>{if(!Nt()||xe){xt.parentNode&&xt.remove(),xt.style.display="none";return}xt.parentNode!==j&&j.appendChild(xt),et();let d=Td($)>0;xt.style.display=Va.isFollowing()||!d?"none":""},Yi=()=>{Va.pause()&&(bo(),vr())},Rr=()=>{Va.resume(),vr()},Ir=(d=!1)=>{Va.isFollowing()&&(!d&&!dr||(bo(),ie=requestAnimationFrame(()=>{ie=null,Va.isFollowing()&&_d(zd(),d?220:140)})))},_d=(d,x=500)=>{let A=d.scrollTop,P=Td(d),B=P-A;if(Math.abs(B)<1){ja=d.scrollTop;return}vo();let D=performance.now();pr=!0;let V=O=>1-Math.pow(1-O,3),J=O=>{if(!Va.isFollowing()){vo();return}let ce=Td(d);ce!==P&&(P=ce,B=P-A);let ke=O-D,Le=Math.min(ke/x,1),Se=V(Le),Ke=A+B*Se;d.scrollTop=Ke,ja=d.scrollTop,Le<1?yr=requestAnimationFrame(J):(d.scrollTop=P,ja=d.scrollTop,yr=null,pr=!1)};yr=requestAnimationFrame(J)},qd=d=>{let x=new Map;d.forEach(A=>{let P=yo.get(A.id);x.set(A.id,{streaming:A.streaming,role:A.role}),!P&&A.role==="assistant"&&o.emit("assistant:message",A),A.role==="assistant"&&(P!=null&&P.streaming)&&A.streaming===!1&&o.emit("assistant:complete",A),A.variant==="approval"&&A.approval&&(P?A.approval.status!=="pending"&&o.emit("approval:resolved",{approval:A.approval,decision:A.approval.status}):o.emit("approval:requested",{approval:A.approval,message:A}))}),yo.clear(),x.forEach((A,P)=>{yo.set(P,A)})},Yr=(d,x,A)=>{var ke,Le,Se,Ke;let P=document.createElement("div"),D=(()=>{var je;let F=s.find(Re=>Re.renderLoadingIndicator);if(F!=null&&F.renderLoadingIndicator)return F.renderLoadingIndicator;if((je=t.loadingIndicator)!=null&&je.render)return t.loadingIndicator.render})(),V=new Set;x.forEach(F=>{var Te,xa;V.add(F.id);let je=GP(F,Pr),Re=XP(Qa,F.id,je);if(Re){P.appendChild(Re.cloneNode(!0));return}let be=null,Ue=s.find(Ht=>!!(F.variant==="reasoning"&&Ht.renderReasoning||F.variant==="tool"&&Ht.renderToolCall||F.variant==="approval"&&Ht.renderApproval||!F.variant&&Ht.renderMessage)),kt=(Te=t.layout)==null?void 0:Te.messages;if(Ue)if(F.variant==="reasoning"&&F.reasoning&&Ue.renderReasoning){if(!Y)return;be=Ue.renderReasoning({message:F,defaultRenderer:()=>VT(F),config:t})}else if(F.variant==="tool"&&F.toolCall&&Ue.renderToolCall){if(!Ce)return;be=Ue.renderToolCall({message:F,defaultRenderer:()=>FT(F,t),config:t})}else if(F.variant==="approval"&&F.approval&&Ue.renderApproval){if(t.approval===!1)return;be=Ue.renderApproval({message:F,defaultRenderer:()=>WT(F,t),config:t})}else Ue.renderMessage&&(be=Ue.renderMessage({message:F,defaultRenderer:()=>{let Ht=qi(F,A,kt,t.messageActions,he,{loadingIndicatorRenderer:D,widgetConfig:t});return F.role!=="user"&&zT(Ht,F,t,W),Ht},config:t}));if(!be&&F.role==="assistant"&&!F.variant&&t.enableComponentStreaming!==!1&&Ok(F)){let Ta=Nk(F);if(Ta){let ga=Wk(Ta,{config:t,message:F,transform:A});if(ga)if(t.wrapComponentDirectiveInBubble!==!1){let Yt=document.createElement("div");if(Yt.className=["persona-message-bubble","persona-max-w-[85%]","persona-rounded-2xl","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-p-4"].join(" "),Yt.id=`bubble-${F.id}`,Yt.setAttribute("data-message-id",F.id),F.content&&F.content.trim()){let La=document.createElement("div");La.className="persona-mb-3 persona-text-sm persona-leading-relaxed",La.innerHTML=A({text:F.content,message:F,streaming:!!F.streaming,raw:F.rawContent}),Yt.appendChild(La)}Yt.appendChild(ga),be=Yt}else{let Yt=document.createElement("div");if(Yt.className="persona-flex persona-flex-col persona-w-full persona-max-w-full persona-gap-3 persona-items-stretch",Yt.id=`bubble-${F.id}`,Yt.setAttribute("data-message-id",F.id),Yt.setAttribute("data-persona-component-directive","true"),F.content&&F.content.trim()){let La=document.createElement("div");La.className="persona-text-sm persona-leading-relaxed persona-text-persona-primary persona-w-full",La.innerHTML=A({text:F.content,message:F,streaming:!!F.streaming,raw:F.rawContent}),Yt.appendChild(La)}Yt.appendChild(ga),be=Yt}}}if(!be)if(F.variant==="reasoning"&&F.reasoning){if(!Y)return;be=VT(F)}else if(F.variant==="tool"&&F.toolCall){if(!Ce)return;be=FT(F,t)}else if(F.variant==="approval"&&F.approval){if(t.approval===!1)return;be=WT(F,t)}else{let Ht=(xa=t.layout)==null?void 0:xa.messages;Ht!=null&&Ht.renderUserMessage&&F.role==="user"?be=Ht.renderUserMessage({message:F,config:t,streaming:!!F.streaming}):Ht!=null&&Ht.renderAssistantMessage&&F.role==="assistant"?be=Ht.renderAssistantMessage({message:F,config:t,streaming:!!F.streaming}):be=qi(F,A,Ht,t.messageActions,he,{loadingIndicatorRenderer:D,widgetConfig:t}),F.role!=="user"&&be&&zT(be,F,t,W)}let pt=document.createElement("div");pt.className="persona-flex",pt.id=`wrapper-${F.id}`,pt.setAttribute("data-wrapper-id",F.id),F.role==="user"&&pt.classList.add("persona-justify-end"),(be==null?void 0:be.getAttribute("data-persona-component-directive"))==="true"&&pt.classList.add("persona-w-full"),pt.appendChild(be),JP(Qa,F.id,je,pt),P.appendChild(pt)}),KP(Qa,V);let J=x.some(F=>F.role==="assistant"&&F.streaming),O=x[x.length-1],ce=(O==null?void 0:O.role)==="assistant"&&!O.streaming&&O.variant!=="approval";if(dr&&x.some(F=>F.role==="user")&&!J&&!ce){let F={config:t,streaming:!0,location:"standalone",defaultRenderer:mo},je=s.find(be=>be.renderLoadingIndicator),Re=null;if(je!=null&&je.renderLoadingIndicator&&(Re=je.renderLoadingIndicator(F)),Re===null&&((ke=t.loadingIndicator)!=null&&ke.render)&&(Re=t.loadingIndicator.render(F)),Re===null&&(Re=mo()),Re){let be=document.createElement("div"),Ue=((Le=t.loadingIndicator)==null?void 0:Le.showBubble)!==!1;be.className=Ue?["persona-max-w-[85%]","persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm","persona-bg-persona-surface","persona-border","persona-text-persona-primary","persona-px-5","persona-py-3"].join(" "):["persona-max-w-[85%]","persona-text-sm","persona-leading-relaxed","persona-text-persona-primary"].join(" "),be.setAttribute("data-typing-indicator","true"),be.style.borderColor="var(--persona-message-assistant-border, var(--persona-border, #e5e7eb))",be.appendChild(Re);let kt=document.createElement("div");kt.className="persona-flex",kt.id="wrapper-typing-indicator",kt.setAttribute("data-wrapper-id","typing-indicator"),kt.appendChild(be),P.appendChild(kt)}}if(!dr&&x.length>0){let F=x[x.length-1],je={config:t,lastMessage:F,messageCount:x.length},Re=s.find(Ue=>Ue.renderIdleIndicator),be=null;if(Re!=null&&Re.renderIdleIndicator&&(be=Re.renderIdleIndicator(je)),be===null&&((Se=t.loadingIndicator)!=null&&Se.renderIdle)&&(be=t.loadingIndicator.renderIdle(je)),be){let Ue=document.createElement("div"),kt=((Ke=t.loadingIndicator)==null?void 0:Ke.showBubble)!==!1;Ue.className=kt?["persona-max-w-[85%]","persona-rounded-2xl","persona-text-sm","persona-leading-relaxed","persona-shadow-sm","persona-bg-persona-surface","persona-border","persona-border-persona-message-border","persona-text-persona-primary","persona-px-5","persona-py-3"].join(" "):["persona-max-w-[85%]","persona-text-sm","persona-leading-relaxed","persona-text-persona-primary"].join(" "),Ue.setAttribute("data-idle-indicator","true"),Ue.appendChild(be);let pt=document.createElement("div");pt.className="persona-flex",pt.id="wrapper-idle-indicator",pt.setAttribute("data-wrapper-id","idle-indicator"),pt.appendChild(Ue),P.appendChild(pt)}}jP(d,P)},Qr=()=>{var O,ce,ke,Le,Se;if(!b)return;let d=ca(t),x=(O=r.ownerDocument.defaultView)!=null?O:window,A=(ke=(ce=t.launcher)==null?void 0:ce.mobileBreakpoint)!=null?ke:640,P=(Se=(Le=t.launcher)==null?void 0:Le.mobileFullscreen)!=null?Se:!0,B=x.innerWidth<=A,D=P&&B&&b,V=or(t).reveal;w?(G.style.removeProperty("display"),G.style.display=d?"flex":"",G.classList.remove("persona-pointer-events-none","persona-opacity-0"),K.classList.remove("persona-scale-95","persona-opacity-0"),K.classList.add("persona-scale-100","persona-opacity-100"),nt?nt.element.style.display="none":Ze&&(Ze.style.display="none")):(d?d&&(V==="overlay"||V==="push")&&!D?(G.style.removeProperty("display"),G.style.display="flex",G.classList.remove("persona-pointer-events-none","persona-opacity-0"),K.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(G.style.setProperty("display","none","important"),G.classList.remove("persona-pointer-events-none","persona-opacity-0"),K.classList.remove("persona-scale-100","persona-opacity-100","persona-scale-95","persona-opacity-0")):(G.style.display="",G.classList.add("persona-pointer-events-none","persona-opacity-0"),K.classList.remove("persona-scale-100","persona-opacity-100"),K.classList.add("persona-scale-95","persona-opacity-0")),nt?nt.element.style.display=d?"none":"":Ze&&(Ze.style.display=d?"none":""))},Ut=(d,x="user")=>{var D,V;if(!b||w===d)return;let A=w;w=d,Qr();let P=(()=>{var Ke,F,je,Re,be,Ue,kt;let J=(F=(Ke=t.launcher)==null?void 0:Ke.sidebarMode)!=null?F:!1,O=(je=r.ownerDocument.defaultView)!=null?je:window,ce=(be=(Re=t.launcher)==null?void 0:Re.mobileFullscreen)!=null?be:!0,ke=(kt=(Ue=t.launcher)==null?void 0:Ue.mobileBreakpoint)!=null?kt:640,Le=O.innerWidth<=ke,Se=ca(t)&&ce&&Le;return J||ce&&Le&&b||Se})();if(w&&P){if(!zt){let J=r.getRootNode(),O=J instanceof ShadowRoot?J.host:r.closest(".persona-host");O&&(zt=ET(O,(V=(D=t.launcher)==null?void 0:D.zIndex)!=null?V:Na))}ot||(ot=HT(r.ownerDocument))}else w||(zt==null||zt(),zt=null,ot==null||ot(),ot=null);w&&(Jt(),Ir(!0));let B={open:w,source:x,timestamp:Date.now()};w&&!A?o.emit("widget:opened",B):!w&&A&&o.emit("widget:closed",B),o.emit("widget:state",{open:w,launcherEnabled:b,voiceActive:dt.active,streaming:W.isStreaming()})},Co=d=>{oe.disabled=d,q&&(q.disabled=d),ir.buttons.forEach(x=>{x.disabled=d}),rt.dataset.personaComposerStreaming=d?"true":"false",rt.querySelectorAll("[data-persona-composer-disable-when-streaming]").forEach(x=>{(x instanceof HTMLButtonElement||x instanceof HTMLInputElement||x instanceof HTMLTextAreaElement||x instanceof HTMLSelectElement)&&(x.disabled=d)})},wo=()=>{dt.active||ae&&ae.focus()};o.on("widget:opened",()=>{t.autoFocusInput&&setTimeout(()=>wo(),200)});let Qi=()=>{var A,P,B,D,V,J,O,ce,ke,Le,Se;Xt.textContent=(P=(A=t.copy)==null?void 0:A.welcomeTitle)!=null?P:"Hello \u{1F44B}",_e.textContent=(D=(B=t.copy)==null?void 0:B.welcomeSubtitle)!=null?D:"Ask anything about your account or products.",ae.placeholder=(J=(V=t.copy)==null?void 0:V.inputPlaceholder)!=null?J:"How can I help...";let d=$.querySelector("[data-persona-intro-card]");if(d){let Ke=((O=t.copy)==null?void 0:O.showWelcomeCard)!==!1;d.style.display=Ke?"":"none",Ke?($.classList.remove("persona-gap-3"),$.classList.add("persona-gap-6")):($.classList.remove("persona-gap-6"),$.classList.add("persona-gap-3"))}(ke=(ce=t.sendButton)==null?void 0:ce.useIcon)!=null&&ke||(oe.textContent=(Se=(Le=t.copy)==null?void 0:Le.sendButtonLabel)!=null?Se:"Send"),ae.style.fontFamily='var(--persona-input-font-family, var(--persona-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif))',ae.style.fontWeight="var(--persona-input-font-weight, var(--persona-font-weight, 400))"};if(t.clientToken&&(t={...t,getStoredSessionId:()=>{let d=l.sessionId;return typeof d=="string"?d:null},setStoredSessionId:d=>{f(x=>({...x,sessionId:d}))}}),W=new Ro(t,{onMessagesChanged(d){Yr(ne,d,R),W&&(d.some(B=>B.role==="user")?ir.render([],W,ae,d):ir.render(t.suggestionChips,W,ae,d,t.suggestionChipsConfig)),Ir(!dr),qd(d);let x=[...d].reverse().find(P=>P.role==="user"),A=dt.lastUserMessageId;x&&x.id!==A&&(dt.lastUserMessageId=x.id,o.emit("user:message",x)),dt.lastUserMessageWasVoice=!!(x!=null&&x.viaVoice),Ki(d)},onStatusChanged(d){var P;let x=(P=t.statusIndicator)!=null?P:{};yt(Rt,(B=>{var D,V,J,O;return B==="idle"?(D=x.idleText)!=null?D:wa.idle:B==="connecting"?(V=x.connectingText)!=null?V:wa.connecting:B==="connected"?(J=x.connectedText)!=null?J:wa.connected:B==="error"?(O=x.errorText)!=null?O:wa.error:wa[B]})(d),x,d)},onStreamingChanged(d){dr=d,Co(d),W&&Yr(ne,W.getMessages(),R),d||Ir(!0)},onVoiceStatusChanged(d){var x,A;if(((A=(x=t.voiceRecognition)==null?void 0:x.provider)==null?void 0:A.type)==="runtype")switch(d){case"listening":break;case"processing":H(),Je();break;case"speaking":H(),z();break;default:d==="idle"&&W.isBargeInActive()?(H(),E(),q==null||q.setAttribute("aria-label","End voice session")):(dt.active=!1,H(),er("system"),Fa());break}},onArtifactsState(d){Da=d,Bt()}}),nr.current=W,((NL=(OL=t.voiceRecognition)==null?void 0:OL.provider)==null?void 0:NL.type)==="runtype")try{W.setupVoice()}catch(d){typeof console!="undefined"&&console.warn("[AgentWidget] Runtype voice setup failed:",d)}t.clientToken&&W.initClientSession().catch(d=>{t.debug&&console.warn("[AgentWidget] Pre-init client session failed:",d)}),Q&&W.setSSEEventCallback((d,x)=>{Q==null||Q.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:d,timestamp:Date.now(),payload:JSON.stringify(x)})}),p&&p.then(d=>{var x;d&&(d.metadata&&(l=UT(d.metadata),T.syncFromMetadata()),(x=d.messages)!=null&&x.length&&W.hydrateMessages(d.messages))}).catch(d=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to hydrate stored state:",d)});let ed=d=>{var B;d.preventDefault();let x=ae.value.trim(),A=(B=Oe==null?void 0:Oe.hasAttachments())!=null?B:!1;if(!x&&!A)return;let P;A&&(P=[],P.push(...Oe.getContentParts()),x&&P.push(p1(x))),ae.value="",ae.style.height="auto",W.sendMessage(x,{contentParts:P}),A&&Oe.clearAttachments()},td=d=>{d.key==="Enter"&&!d.shiftKey&&(d.preventDefault(),oe.click())},ad=async d=>{var A;if(((A=t.attachments)==null?void 0:A.enabled)!==!0||!Oe)return;let x=kD(d.clipboardData);x.length!==0&&(d.preventDefault(),await Oe.handleFiles(x))},ka=null,Ga=!1,br=null,Ge=null,le=()=>typeof window=="undefined"?null:window.webkitSpeechRecognition||window.SpeechRecognition||null,st=(d="user")=>{var D,V,J,O,ce,ke,Le;if(Ga||W.isStreaming())return;let x=le();if(!x)return;ka=new x;let P=(V=((D=t.voiceRecognition)!=null?D:{}).pauseDuration)!=null?V:2e3;ka.continuous=!0,ka.interimResults=!0,ka.lang="en-US";let B=ae.value;ka.onresult=Se=>{let Ke="",F="";for(let Re=0;Re<Se.results.length;Re++){let be=Se.results[Re],Ue=be[0].transcript;be.isFinal?Ke+=Ue+" ":F=Ue}let je=B+Ke+F;ae.value=je,br&&clearTimeout(br),(Ke||F)&&(br=window.setTimeout(()=>{let Re=ae.value.trim();Re&&ka&&Ga&&(gt(),ae.value="",ae.style.height="auto",W.sendMessage(Re,{viaVoice:!0}))},P))},ka.onerror=Se=>{Se.error!=="no-speech"&&gt()},ka.onend=()=>{if(Ga){let Se=ae.value.trim();Se&&Se!==B.trim()&&(ae.value="",ae.style.height="auto",W.sendMessage(Se,{viaVoice:!0})),gt()}};try{if(ka.start(),Ga=!0,dt.active=!0,d!=="system"&&(dt.manuallyDeactivated=!1),er(d),Fa(),q){let Se=(J=t.voiceRecognition)!=null?J:{};Ge={backgroundColor:q.style.backgroundColor,color:q.style.color,borderColor:q.style.borderColor,iconName:(O=Se.iconName)!=null?O:"mic",iconSize:parseFloat((Le=(ke=Se.iconSize)!=null?ke:(ce=t.sendButton)==null?void 0:ce.size)!=null?Le:"40")||24};let Ke=Se.recordingBackgroundColor,F=Se.recordingIconColor,je=Se.recordingBorderColor;if(q.classList.add("persona-voice-recording"),q.style.backgroundColor=Ke!=null?Ke:"var(--persona-voice-recording-bg, #ef4444)",q.style.color=F!=null?F:"var(--persona-voice-recording-indicator, #ffffff)",F){let Re=q.querySelector("svg");Re&&Re.setAttribute("stroke",F)}je&&(q.style.borderColor=je),q.setAttribute("aria-label","Stop voice recognition")}}catch{gt("system")}},gt=(d="user")=>{if(Ga){if(Ga=!1,br&&(clearTimeout(br),br=null),ka){try{ka.stop()}catch{}ka=null}if(dt.active=!1,er(d),Fa(),q){if(q.classList.remove("persona-voice-recording"),Ge){q.style.backgroundColor=Ge.backgroundColor,q.style.color=Ge.color,q.style.borderColor=Ge.borderColor;let x=q.querySelector("svg");x&&x.setAttribute("stroke",Ge.color||"currentColor"),Ge=null}q.setAttribute("aria-label","Start voice recognition")}}},ra=(d,x)=>{var be,Ue,kt,pt,Te,xa,Ht,Ta;let A=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),P=((be=d==null?void 0:d.provider)==null?void 0:be.type)==="runtype";if(!(A||P))return null;let D=v("div","persona-send-button-wrapper"),V=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer");V.type="button",V.setAttribute("aria-label","Start voice recognition");let J=(Ue=d==null?void 0:d.iconName)!=null?Ue:"mic",O=(kt=x==null?void 0:x.size)!=null?kt:"40px",ce=(pt=d==null?void 0:d.iconSize)!=null?pt:O,ke=parseFloat(ce)||24,Le=(Te=d==null?void 0:d.backgroundColor)!=null?Te:x==null?void 0:x.backgroundColor,Se=(xa=d==null?void 0:d.iconColor)!=null?xa:x==null?void 0:x.textColor;V.style.width=ce,V.style.height=ce,V.style.minWidth=ce,V.style.minHeight=ce,V.style.fontSize="18px",V.style.lineHeight="1",Se?V.style.color=Se:V.style.color="var(--persona-text, #111827)";let F=ve(J,ke,Se||"currentColor",1.5);F?V.appendChild(F):V.textContent="\u{1F3A4}",Le?V.style.backgroundColor=Le:V.style.backgroundColor="",d!=null&&d.borderWidth&&(V.style.borderWidth=d.borderWidth,V.style.borderStyle="solid"),d!=null&&d.borderColor&&(V.style.borderColor=d.borderColor),d!=null&&d.paddingX&&(V.style.paddingLeft=d.paddingX,V.style.paddingRight=d.paddingX),d!=null&&d.paddingY&&(V.style.paddingTop=d.paddingY,V.style.paddingBottom=d.paddingY),D.appendChild(V);let je=(Ht=d==null?void 0:d.tooltipText)!=null?Ht:"Start voice recognition";if(((Ta=d==null?void 0:d.showTooltip)!=null?Ta:!1)&&je){let ga=v("div","persona-send-button-tooltip");ga.textContent=je,D.appendChild(ga)}return{micButton:V,micButtonWrapper:D}},oa=()=>{var x,A,P,B,D;if(!q||Ge)return;let d=(x=t.voiceRecognition)!=null?x:{};Ge={backgroundColor:q.style.backgroundColor,color:q.style.color,borderColor:q.style.borderColor,iconName:(A=d.iconName)!=null?A:"mic",iconSize:parseFloat((D=(B=d.iconSize)!=null?B:(P=t.sendButton)==null?void 0:P.size)!=null?D:"40")||24}},ua=(d,x)=>{var D,V,J,O,ce;if(!q)return;let A=q.querySelector("svg");A&&A.remove();let P=(ce=Ge==null?void 0:Ge.iconSize)!=null?ce:parseFloat((O=(J=(D=t.voiceRecognition)==null?void 0:D.iconSize)!=null?J:(V=t.sendButton)==null?void 0:V.size)!=null?O:"40")||24,B=ve(d,P,x,1.5);B&&q.appendChild(B)},$t=()=>{q&&q.classList.remove("persona-voice-recording","persona-voice-processing","persona-voice-speaking")},E=()=>{var B;if(!q)return;oa();let d=(B=t.voiceRecognition)!=null?B:{},x=d.recordingBackgroundColor,A=d.recordingIconColor,P=d.recordingBorderColor;if($t(),q.classList.add("persona-voice-recording"),q.style.backgroundColor=x!=null?x:"var(--persona-voice-recording-bg, #ef4444)",q.style.color=A!=null?A:"var(--persona-voice-recording-indicator, #ffffff)",A){let D=q.querySelector("svg");D&&D.setAttribute("stroke",A)}P&&(q.style.borderColor=P),q.setAttribute("aria-label","Stop voice recognition")},Je=()=>{var J,O,ce,ke,Le,Se,Ke,F;if(!q)return;oa();let d=(J=t.voiceRecognition)!=null?J:{},x=W.getVoiceInterruptionMode(),A=(O=d.processingIconName)!=null?O:"loader",P=(ke=(ce=d.processingIconColor)!=null?ce:Ge==null?void 0:Ge.color)!=null?ke:"",B=(Se=(Le=d.processingBackgroundColor)!=null?Le:Ge==null?void 0:Ge.backgroundColor)!=null?Se:"",D=(F=(Ke=d.processingBorderColor)!=null?Ke:Ge==null?void 0:Ge.borderColor)!=null?F:"";$t(),q.classList.add("persona-voice-processing"),q.style.backgroundColor=B,q.style.borderColor=D;let V=P||"currentColor";q.style.color=V,ua(A,V),q.setAttribute("aria-label","Processing voice input"),x==="none"&&(q.style.cursor="default")},z=()=>{var ce,ke,Le,Se,Ke,F,je,Re,be,Ue,kt,pt;if(!q)return;oa();let d=(ce=t.voiceRecognition)!=null?ce:{},x=W.getVoiceInterruptionMode(),A=x==="cancel"?"square":x==="barge-in"?"mic":"volume-2",P=(ke=d.speakingIconName)!=null?ke:A,B=(F=d.speakingIconColor)!=null?F:x==="barge-in"?(Se=(Le=d.recordingIconColor)!=null?Le:Ge==null?void 0:Ge.color)!=null?Se:"":(Ke=Ge==null?void 0:Ge.color)!=null?Ke:"",D=(be=d.speakingBackgroundColor)!=null?be:x==="barge-in"?(je=d.recordingBackgroundColor)!=null?je:"var(--persona-voice-recording-bg, #ef4444)":(Re=Ge==null?void 0:Ge.backgroundColor)!=null?Re:"",V=(pt=d.speakingBorderColor)!=null?pt:x==="barge-in"?(Ue=d.recordingBorderColor)!=null?Ue:"":(kt=Ge==null?void 0:Ge.borderColor)!=null?kt:"";$t(),q.classList.add("persona-voice-speaking"),q.style.backgroundColor=D,q.style.borderColor=V;let J=B||"currentColor";q.style.color=J,ua(P,J);let O=x==="cancel"?"Stop playback and re-record":x==="barge-in"?"Speak to interrupt":"Agent is speaking";q.setAttribute("aria-label",O),x==="none"&&(q.style.cursor="default"),x==="barge-in"&&q.classList.add("persona-voice-recording")},H=()=>{var d,x,A;q&&($t(),Ge&&(q.style.backgroundColor=(d=Ge.backgroundColor)!=null?d:"",q.style.color=(x=Ge.color)!=null?x:"",q.style.borderColor=(A=Ge.borderColor)!=null?A:"",ua(Ge.iconName,Ge.color||"currentColor"),Ge=null),q.style.cursor="",q.setAttribute("aria-label","Start voice recognition"))},U=()=>{var d,x;if(((x=(d=t.voiceRecognition)==null?void 0:d.provider)==null?void 0:x.type)==="runtype"){let A=W.getVoiceStatus(),P=W.getVoiceInterruptionMode();if(P==="none"&&(A==="processing"||A==="speaking"))return;if(P==="cancel"&&(A==="processing"||A==="speaking")){W.stopVoicePlayback();return}if(W.isBargeInActive()){W.stopVoicePlayback(),W.deactivateBargeIn().then(()=>{dt.active=!1,dt.manuallyDeactivated=!0,Fa(),er("user"),H()});return}W.toggleVoice().then(()=>{dt.active=W.isVoiceActive(),dt.manuallyDeactivated=!W.isVoiceActive(),Fa(),er("user"),W.isVoiceActive()?E():H()});return}if(Ga){let A=ae.value.trim();dt.manuallyDeactivated=!0,Fa(),gt("user"),A&&(ae.value="",ae.style.height="auto",W.sendMessage(A))}else dt.manuallyDeactivated=!1,Fa(),st("user")};Zt=U,q&&(q.addEventListener("click",U),ft.push(()=>{var d,x;((x=(d=t.voiceRecognition)==null?void 0:d.provider)==null?void 0:x.type)==="runtype"?(W.isVoiceActive()&&W.toggleVoice(),H()):gt("system"),q&&q.removeEventListener("click",U)}));let ye=o.on("assistant:complete",()=>{Ji&&(dt.active||dt.manuallyDeactivated||Ji==="assistant"&&!dt.lastUserMessageWasVoice||setTimeout(()=>{var d,x;!dt.active&&!dt.manuallyDeactivated&&(((x=(d=t.voiceRecognition)==null?void 0:d.provider)==null?void 0:x.type)==="runtype"?W.toggleVoice().then(()=>{dt.active=W.isVoiceActive(),er("auto"),W.isVoiceActive()&&E()}):st("auto"))},600))});ft.push(ye);let ze=o.on("action:resubmit",()=>{setTimeout(()=>{W&&!W.isStreaming()&&W.continueConversation()},100)});ft.push(ze);let Mt=()=>{Ut(!w,"user")},nt=null,Ze=null;if(b){let d=s.find(x=>x.renderLauncher);if(d!=null&&d.renderLauncher){let x=d.renderLauncher({config:t,defaultRenderer:()=>Hd(t,Mt).element,onToggle:Mt});x&&(Ze=x)}Ze||(nt=Hd(t,Mt))}nt?r.appendChild(nt.element):Ze&&r.appendChild(Ze),Qr(),ir.render(t.suggestionChips,W,ae,void 0,t.suggestionChipsConfig),Qi(),Co(W.isStreaming()),Ir(!0),Od(),g&&(b?w&&setTimeout(()=>wo(),200):setTimeout(()=>wo(),0));let Jt=()=>{var O,ce,ke,Le,Se,Ke,F,je,Re,be,Ue,kt,pt,Te,xa,Ht,Ta,ga,ba,Yt,La,at;let d=ca(t),x=(ce=(O=t.launcher)==null?void 0:O.sidebarMode)!=null?ce:!1,A=d||x||((Le=(ke=t.launcher)==null?void 0:ke.fullHeight)!=null?Le:!1),P=(Se=r.ownerDocument.defaultView)!=null?Se:window,B=(F=(Ke=t.launcher)==null?void 0:Ke.mobileFullscreen)!=null?F:!0,D=(Re=(je=t.launcher)==null?void 0:je.mobileBreakpoint)!=null?Re:640,V=P.innerWidth<=D,J=B&&V&&b;try{if(J){ia(),Gr(r,t);return}if(k&&(k=!1,ia(),Gr(r,t)),!b&&!d){K.style.height="",K.style.width="";return}if(!x&&!d){let Pt=(Ue=(be=t==null?void 0:t.launcher)==null?void 0:be.width)!=null?Ue:t==null?void 0:t.launcherWidth,ar=Pt!=null?Pt:"min(400px, calc(100vw - 24px))";K.style.width=ar,K.style.maxWidth=ar}if(Lt(),!A){let Pt=P.innerHeight,ar=64,Br=(pt=(kt=t.launcher)==null?void 0:kt.heightOffset)!=null?pt:0,Cr=Math.max(200,Pt-ar),Dr=Math.min(640,Cr),wr=Math.max(200,Dr-Br);K.style.height=`${wr}px`}}finally{if(et(),Qr(),w&&b){let ar=((Te=r.ownerDocument.defaultView)!=null?Te:window).innerWidth<=((Ht=(xa=t.launcher)==null?void 0:xa.mobileBreakpoint)!=null?Ht:640),Br=(ga=(Ta=t.launcher)==null?void 0:Ta.sidebarMode)!=null?ga:!1,Cr=(Yt=(ba=t.launcher)==null?void 0:ba.mobileFullscreen)!=null?Yt:!0,Dr=ca(t)&&Cr&&ar,wr=Br||Cr&&ar&&b||Dr;if(wr&&!ot){let So=r.getRootNode(),Ao=So instanceof ShadowRoot?So.host:r.closest(".persona-host");Ao&&!zt&&(zt=ET(Ao,(at=(La=t.launcher)==null?void 0:La.zIndex)!=null?at:Na)),ot=HT(r.ownerDocument)}else wr||(zt==null||zt(),zt=null,ot==null||ot(),ot=null)}}};Jt();let da=(zL=r.ownerDocument.defaultView)!=null?zL:window;if(da.addEventListener("resize",Jt),ft.push(()=>da.removeEventListener("resize",Jt)),typeof ResizeObserver!="undefined"){let d=new ResizeObserver(()=>{et()});d.observe(rt),ft.push(()=>d.disconnect())}ja=$.scrollTop;let Et=()=>{let d=$.scrollTop,{action:x,nextLastScrollTop:A}=Lk({following:Va.isFollowing(),currentScrollTop:d,lastScrollTop:ja,nearBottom:Ld($,Xi),userScrollThreshold:Mo,isAutoScrolling:pr,pauseOnUpwardScroll:!0,pauseWhenAwayFromBottom:!1,resumeRequiresDownwardScroll:!0});if(ja=A,x==="resume"){Rr();return}x==="pause"&&Yi()};$.addEventListener("scroll",Et,{passive:!0}),ft.push(()=>$.removeEventListener("scroll",Et));let It=d=>{let x=Ek({following:Va.isFollowing(),deltaY:d.deltaY,nearBottom:Ld($,Xi),resumeWhenNearBottom:!0});x==="pause"?Yi():x==="resume"&&Rr()};$.addEventListener("wheel",It,{passive:!0}),ft.push(()=>$.removeEventListener("wheel",It)),xt.addEventListener("click",()=>{$.scrollTop=$.scrollHeight,ja=$.scrollTop,Rr(),Ir(!0)}),ft.push(()=>xt.remove()),ft.push(()=>{bo()});let sa=()=>{pe&&($a&&(pe.removeEventListener("click",$a),$a=null),b?(pe.style.display="",$a=()=>{Ut(!1,"user")},pe.addEventListener("click",$a)):pe.style.display="none")};sa(),(()=>{let{clearChatButton:d}=de;d&&d.addEventListener("click",()=>{W.clearMessages(),Qa.clear(),Rr();try{localStorage.removeItem(Zi),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Zi}`)}catch(A){console.error("[AgentWidget] Failed to clear default localStorage:",A)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==Zi)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(A){console.error("[AgentWidget] Failed to clear custom localStorage:",A)}let x=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(x),n!=null&&n.clear)try{let A=n.clear();A instanceof Promise&&A.catch(P=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",P)})}catch(A){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",A)}l={},T.syncFromMetadata(),Q==null||Q.clear(),te==null||te.update()})})(),it&&it.addEventListener("submit",ed),ae==null||ae.addEventListener("keydown",td),ae==null||ae.addEventListener("paste",ad),ft.push(()=>{it&&it.removeEventListener("submit",ed),ae==null||ae.removeEventListener("keydown",td),ae==null||ae.removeEventListener("paste",ad)}),ft.push(()=>{W.cancel()}),nt?ft.push(()=>{nt==null||nt.destroy()}):Ze&&ft.push(()=>{Ze==null||Ze.remove()});let ht={update(d){var ZL,XL,JL,KL,YL,QL,eE,tE,aE,rE,oE,sE,nE,lE,iE,dE,pE,cE,uE,fE,hE,mE,xE,gE,ME,yE,vE,bE,CE,wE,SE,AE,kE,TE,LE,EE,HE,PE,RE,IE,BE,DE,VE,FE,WE,OE,NE,zE,_E,qE,UE,$E,jE,GE,ZE,XE,JE,KE,YE,QE,eH,tH,aH,rH,oH,sH,nH,lH,iH,dH,pH,cH,uH,fH,hH,mH,xH,gH,MH,yH,vH,bH,CH,wH,SH,AH,kH,TH,LH,EH,HH,PH,RH,IH,BH,DH,VH,FH;let x=t.toolCall,A=t.messageActions,P=(ZL=t.layout)==null?void 0:ZL.messages,B=t.colorScheme,D=t.loadingIndicator,V=t.iterationDisplay;t={...t,...d},ia(),Gr(r,t),Ik(r,t),Bk(r,t),Bt(),t.colorScheme!==B&&lr();let J=Dd.getForInstance(t.plugins);s.length=0,s.push(...J),b=(JL=(XL=t.launcher)==null?void 0:XL.enabled)!=null?JL:!0,C=(YL=(KL=t.launcher)==null?void 0:KL.autoExpand)!=null?YL:!1,Y=(eE=(QL=t.features)==null?void 0:QL.showReasoning)!=null?eE:!0,Ce=(aE=(tE=t.features)==null?void 0:tE.showToolCalls)!=null?aE:!0,Ee=(oE=(rE=t.features)==null?void 0:rE.scrollToBottom)!=null?oE:{},Ve(),vr();let O=ee;if(ee=(nE=(sE=t.features)==null?void 0:sE.showEventStreamToggle)!=null?nE:!1,ee&&!O){if(Q||(Me=new Bd(me),Q=new Id(He,Me),Me.open().then(()=>Q==null?void 0:Q.restore()).catch(()=>{}),W.setSSEEventCallback((X,Ct)=>{Q.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:X,timestamp:Date.now(),payload:JSON.stringify(Ct)})})),!tt&&qe){let X=(iE=(lE=t.features)==null?void 0:lE.eventStream)==null?void 0:iE.classNames,Ct="persona-inline-flex persona-items-center persona-justify-center persona-rounded-full hover:persona-opacity-80 persona-cursor-pointer persona-border-none persona-bg-transparent persona-p-1"+(X!=null&&X.toggleButton?" "+X.toggleButton:"");tt=v("button",Ct),tt.style.width="28px",tt.style.height="28px",tt.style.color=za.actionIconColor,tt.type="button",tt.setAttribute("aria-label","Event Stream"),tt.title="Event Stream";let jt=ve("activity","18px","currentColor",1.5);jt&&tt.appendChild(jt);let Ye=de.clearChatButtonWrapper,St=de.closeButtonWrapper,pa=Ye||St;pa&&pa.parentNode===qe?qe.insertBefore(tt,pa):qe.appendChild(tt),tt.addEventListener("click",()=>{xe?Ba():qa()})}}else!ee&&O&&(Ba(),tt&&(tt.remove(),tt=null),Q==null||Q.clear(),Me==null||Me.destroy(),Q=null,Me=null);if(((dE=t.launcher)==null?void 0:dE.enabled)===!1&&nt&&(nt.destroy(),nt=null),((pE=t.launcher)==null?void 0:pE.enabled)===!1&&Ze&&(Ze.remove(),Ze=null),((cE=t.launcher)==null?void 0:cE.enabled)!==!1&&!nt&&!Ze){let X=s.find(Ct=>Ct.renderLauncher);if(X!=null&&X.renderLauncher){let Ct=X.renderLauncher({config:t,defaultRenderer:()=>Hd(t,Mt).element,onToggle:Mt});Ct&&(Ze=Ct,r.appendChild(Ze))}Ze||(nt=Hd(t,Mt),r.appendChild(nt.element))}nt&&nt.update(t),Tt&&((uE=t.launcher)==null?void 0:uE.title)!==void 0&&(Tt.textContent=t.launcher.title),At&&((fE=t.launcher)==null?void 0:fE.subtitle)!==void 0&&(At.textContent=t.launcher.subtitle);let ce=(hE=t.layout)==null?void 0:hE.header;if((ce==null?void 0:ce.layout)!==M&&qe){let X=ce?zi(t,ce,{showClose:b,onClose:()=>Ut(!1,"user")}):Lr({config:t,showClose:b,onClose:()=>Ut(!1,"user")});qe.replaceWith(X.header),qe=X.header,De=X.iconHolder,Tt=X.headerTitle,At=X.headerSubtitle,pe=X.closeButton,M=ce==null?void 0:ce.layout}else if(ce&&(De&&(De.style.display=ce.showIcon===!1?"none":""),Tt&&(Tt.style.display=ce.showTitle===!1?"none":""),At&&(At.style.display=ce.showSubtitle===!1?"none":""),pe&&(pe.style.display=ce.showCloseButton===!1?"none":""),de.clearChatButtonWrapper)){let X=ce.showClearChat;if(X!==void 0){de.clearChatButtonWrapper.style.display=X?"":"none";let{closeButtonWrapper:Ct}=de;Ct&&!Ct.classList.contains("persona-absolute")&&(X?Ct.classList.remove("persona-ml-auto"):Ct.classList.add("persona-ml-auto"))}}let Le=((mE=t.layout)==null?void 0:mE.showHeader)!==!1;qe&&(qe.style.display=Le?"":"none");let Se=((xE=t.layout)==null?void 0:xE.showFooter)!==!1;rt&&(rt.style.display=Se?"":"none"),et(),vr(),b!==m?b?Ut(C,"auto"):(w=!0,Qr()):C!==L&&Ut(C,"auto"),L=C,m=b,Jt(),sa();let je=JSON.stringify(d.toolCall)!==JSON.stringify(x),Re=JSON.stringify(t.messageActions)!==JSON.stringify(A),be=JSON.stringify((gE=t.layout)==null?void 0:gE.messages)!==JSON.stringify(P),Ue=((ME=t.loadingIndicator)==null?void 0:ME.render)!==(D==null?void 0:D.render)||((yE=t.loadingIndicator)==null?void 0:yE.renderIdle)!==(D==null?void 0:D.renderIdle)||((vE=t.loadingIndicator)==null?void 0:vE.showBubble)!==(D==null?void 0:D.showBubble),kt=t.iterationDisplay!==V;(je||Re||be||Ue||kt)&&W&&(Pr++,Yr(ne,W.getMessages(),R));let Te=(bE=t.launcher)!=null?bE:{},xa=(CE=Te.headerIconHidden)!=null?CE:!1,Ht=(SE=(wE=t.layout)==null?void 0:wE.header)==null?void 0:SE.showIcon,Ta=xa||Ht===!1,ga=Te.headerIconName,ba=(AE=Te.headerIconSize)!=null?AE:"48px";if(De){let X=j.querySelector(".persona-border-b-persona-divider"),Ct=X==null?void 0:X.querySelector(".persona-flex-col");if(Ta)De.style.display="none",X&&Ct&&!X.contains(Ct)&&X.insertBefore(Ct,X.firstChild);else{if(De.style.display="",De.style.height=ba,De.style.width=ba,X&&Ct&&(X.contains(De)?De.nextSibling!==Ct&&(De.remove(),X.insertBefore(De,Ct)):X.insertBefore(De,Ct)),ga){let Ye=parseFloat(ba)||24,St=ve(ga,Ye*.6,"#ffffff",2);St?De.replaceChildren(St):De.textContent=(kE=Te.agentIconText)!=null?kE:"\u{1F4AC}"}else if(Te.iconUrl){let Ye=De.querySelector("img");if(Ye)Ye.src=Te.iconUrl,Ye.style.height=ba,Ye.style.width=ba;else{let St=document.createElement("img");St.src=Te.iconUrl,St.alt="",St.className="persona-rounded-xl persona-object-cover",St.style.height=ba,St.style.width=ba,De.replaceChildren(St)}}else{let Ye=De.querySelector("svg"),St=De.querySelector("img");(Ye||St)&&De.replaceChildren(),De.textContent=(TE=Te.agentIconText)!=null?TE:"\u{1F4AC}"}let jt=De.querySelector("img");jt&&(jt.style.height=ba,jt.style.width=ba)}}let Yt=(EE=(LE=t.layout)==null?void 0:LE.header)==null?void 0:EE.showTitle,La=(PE=(HE=t.layout)==null?void 0:HE.header)==null?void 0:PE.showSubtitle;if(Tt&&(Tt.style.display=Yt===!1?"none":""),At&&(At.style.display=La===!1?"none":""),pe){((IE=(RE=t.layout)==null?void 0:RE.header)==null?void 0:IE.showCloseButton)===!1?pe.style.display="none":pe.style.display="";let Ct=(BE=Te.closeButtonSize)!=null?BE:"32px",jt=(DE=Te.closeButtonPlacement)!=null?DE:"inline";pe.style.height=Ct,pe.style.width=Ct;let{closeButtonWrapper:Ye}=de,St=jt==="top-right",pa=Ye==null?void 0:Ye.classList.contains("persona-absolute");if(Ye&&St!==pa)if(Ye.remove(),St)Ye.className="persona-absolute persona-top-4 persona-right-4 persona-z-50",j.style.position="relative",j.appendChild(Ye);else{let ct=(FE=(VE=Te.clearChat)==null?void 0:VE.placement)!=null?FE:"inline",ha=(OE=(WE=Te.clearChat)==null?void 0:WE.enabled)!=null?OE:!0;Ye.className=ha&&ct==="inline"?"":"persona-ml-auto";let Oa=j.querySelector(".persona-border-b-persona-divider");Oa&&Oa.appendChild(Ye)}if(pe.style.color=Te.closeButtonColor||za.actionIconColor,Te.closeButtonBackgroundColor?(pe.style.backgroundColor=Te.closeButtonBackgroundColor,pe.classList.remove("hover:persona-bg-gray-100")):(pe.style.backgroundColor="",pe.classList.add("hover:persona-bg-gray-100")),Te.closeButtonBorderWidth||Te.closeButtonBorderColor){let ct=Te.closeButtonBorderWidth||"0px",ha=Te.closeButtonBorderColor||"transparent";pe.style.border=`${ct} solid ${ha}`,pe.classList.remove("persona-border-none")}else pe.style.border="",pe.classList.add("persona-border-none");Te.closeButtonBorderRadius?(pe.style.borderRadius=Te.closeButtonBorderRadius,pe.classList.remove("persona-rounded-full")):(pe.style.borderRadius="",pe.classList.add("persona-rounded-full")),Te.closeButtonPaddingX?(pe.style.paddingLeft=Te.closeButtonPaddingX,pe.style.paddingRight=Te.closeButtonPaddingX):(pe.style.paddingLeft="",pe.style.paddingRight=""),Te.closeButtonPaddingY?(pe.style.paddingTop=Te.closeButtonPaddingY,pe.style.paddingBottom=Te.closeButtonPaddingY):(pe.style.paddingTop="",pe.style.paddingBottom="");let Ca=(NE=Te.closeButtonIconName)!=null?NE:"x",cr=(zE=Te.closeButtonIconText)!=null?zE:"\xD7";pe.innerHTML="";let Ea=ve(Ca,"20px","currentColor",2);Ea?pe.appendChild(Ea):pe.textContent=cr;let Qt=(_E=Te.closeButtonTooltipText)!=null?_E:"Close chat",Za=(qE=Te.closeButtonShowTooltip)!=null?qE:!0;if(pe.setAttribute("aria-label",Qt),Ye&&(Ye._cleanupTooltip&&(Ye._cleanupTooltip(),delete Ye._cleanupTooltip),Za&&Qt)){let ct=null,ha=()=>{if(ct||!pe)return;let to=pe.ownerDocument,sd=to.body;if(!sd)return;ct=hr(to,"div","persona-clear-chat-tooltip"),ct.textContent=Qt;let nd=hr(to,"div");nd.className="persona-clear-chat-tooltip-arrow",ct.appendChild(nd);let ao=pe.getBoundingClientRect();ct.style.position="fixed",ct.style.zIndex=String(Zr),ct.style.left=`${ao.left+ao.width/2}px`,ct.style.top=`${ao.top-8}px`,ct.style.transform="translate(-50%, -100%)",sd.appendChild(ct)},Oa=()=>{ct&&ct.parentNode&&(ct.parentNode.removeChild(ct),ct=null)};Ye.addEventListener("mouseenter",ha),Ye.addEventListener("mouseleave",Oa),pe.addEventListener("focus",ha),pe.addEventListener("blur",Oa),Ye._cleanupTooltip=()=>{Oa(),Ye&&(Ye.removeEventListener("mouseenter",ha),Ye.removeEventListener("mouseleave",Oa)),pe&&(pe.removeEventListener("focus",ha),pe.removeEventListener("blur",Oa))}}}let{clearChatButton:at,clearChatButtonWrapper:Pt}=de;if(at){let X=(UE=Te.clearChat)!=null?UE:{},Ct=($E=X.enabled)!=null?$E:!0,jt=(GE=(jE=t.layout)==null?void 0:jE.header)==null?void 0:GE.showClearChat,Ye=jt!==void 0?jt:Ct,St=(ZE=X.placement)!=null?ZE:"inline";if(Pt){Pt.style.display=Ye?"":"none";let{closeButtonWrapper:pa}=de;pa&&!pa.classList.contains("persona-absolute")&&(Ye?pa.classList.remove("persona-ml-auto"):pa.classList.add("persona-ml-auto"));let Ca=St==="top-right",cr=Pt.classList.contains("persona-absolute");if(Ca!==cr&&Ye){if(Pt.remove(),Ca)Pt.className="persona-absolute persona-top-4 persona-z-50",Pt.style.right="48px",j.style.position="relative",j.appendChild(Pt);else{Pt.className="persona-relative persona-ml-auto persona-clear-chat-button-wrapper",Pt.style.right="";let Qt=j.querySelector(".persona-border-b-persona-divider"),Za=de.closeButtonWrapper;Qt&&Za&&Za.parentElement===Qt?Qt.insertBefore(Pt,Za):Qt&&Qt.appendChild(Pt)}let Ea=de.closeButtonWrapper;Ea&&!Ea.classList.contains("persona-absolute")&&(Ca?Ea.classList.add("persona-ml-auto"):Ea.classList.remove("persona-ml-auto"))}}if(Ye){let pa=(XE=X.size)!=null?XE:"32px";at.style.height=pa,at.style.width=pa;let Ca=(JE=X.iconName)!=null?JE:"refresh-cw",cr=(KE=X.iconColor)!=null?KE:"";at.style.color=cr||za.actionIconColor,at.innerHTML="";let Ea=ve(Ca,"20px","currentColor",2);if(Ea&&at.appendChild(Ea),X.backgroundColor?(at.style.backgroundColor=X.backgroundColor,at.classList.remove("hover:persona-bg-gray-100")):(at.style.backgroundColor="",at.classList.add("hover:persona-bg-gray-100")),X.borderWidth||X.borderColor){let ct=X.borderWidth||"0px",ha=X.borderColor||"transparent";at.style.border=`${ct} solid ${ha}`,at.classList.remove("persona-border-none")}else at.style.border="",at.classList.add("persona-border-none");X.borderRadius?(at.style.borderRadius=X.borderRadius,at.classList.remove("persona-rounded-full")):(at.style.borderRadius="",at.classList.add("persona-rounded-full")),X.paddingX?(at.style.paddingLeft=X.paddingX,at.style.paddingRight=X.paddingX):(at.style.paddingLeft="",at.style.paddingRight=""),X.paddingY?(at.style.paddingTop=X.paddingY,at.style.paddingBottom=X.paddingY):(at.style.paddingTop="",at.style.paddingBottom="");let Qt=(YE=X.tooltipText)!=null?YE:"Clear chat",Za=(QE=X.showTooltip)!=null?QE:!0;if(at.setAttribute("aria-label",Qt),Pt&&(Pt._cleanupTooltip&&(Pt._cleanupTooltip(),delete Pt._cleanupTooltip),Za&&Qt)){let ct=null,ha=()=>{if(ct||!at)return;let to=at.ownerDocument,sd=to.body;if(!sd)return;ct=hr(to,"div","persona-clear-chat-tooltip"),ct.textContent=Qt;let nd=hr(to,"div");nd.className="persona-clear-chat-tooltip-arrow",ct.appendChild(nd);let ao=at.getBoundingClientRect();ct.style.position="fixed",ct.style.zIndex=String(Zr),ct.style.left=`${ao.left+ao.width/2}px`,ct.style.top=`${ao.top-8}px`,ct.style.transform="translate(-50%, -100%)",sd.appendChild(ct)},Oa=()=>{ct&&ct.parentNode&&(ct.parentNode.removeChild(ct),ct=null)};Pt.addEventListener("mouseenter",ha),Pt.addEventListener("mouseleave",Oa),at.addEventListener("focus",ha),at.addEventListener("blur",Oa),Pt._cleanupTooltip=()=>{Oa(),Pt&&(Pt.removeEventListener("mouseenter",ha),Pt.removeEventListener("mouseleave",Oa)),at&&(at.removeEventListener("focus",ha),at.removeEventListener("blur",Oa))}}}}let ar=t.actionParsers&&t.actionParsers.length?t.actionParsers:[Vd],Br=t.actionHandlers&&t.actionHandlers.length?t.actionHandlers:[xo.message,xo.messageAndClick];T=Fd({parsers:ar,handlers:Br,getSessionMetadata:u,updateSessionMetadata:f,emit:o.emit,documentRef:typeof document!="undefined"?document:null}),R=bR(t,T,_),W.updateConfig(t),Yr(ne,W.getMessages(),R),ir.render(t.suggestionChips,W,ae,void 0,t.suggestionChipsConfig),Qi(),Co(W.isStreaming());let Cr=((eH=t.voiceRecognition)==null?void 0:eH.enabled)===!0,Dr=typeof window!="undefined"&&(typeof window.webkitSpeechRecognition!="undefined"||typeof window.SpeechRecognition!="undefined"),wr=((aH=(tH=t.voiceRecognition)==null?void 0:tH.provider)==null?void 0:aH.type)==="runtype";if(Cr&&(Dr||wr))if(!q||!Pe){let X=ra(t.voiceRecognition,t.sendButton);X&&(q=X.micButton,Pe=X.micButtonWrapper,ta.insertBefore(Pe,wt),q.addEventListener("click",U),q.disabled=W.isStreaming())}else{let X=(rH=t.voiceRecognition)!=null?rH:{},Ct=(oH=t.sendButton)!=null?oH:{},jt=(sH=X.iconName)!=null?sH:"mic",Ye=(nH=Ct.size)!=null?nH:"40px",St=(lH=X.iconSize)!=null?lH:Ye,pa=parseFloat(St)||24;q.style.width=St,q.style.height=St,q.style.minWidth=St,q.style.minHeight=St;let Ca=(dH=(iH=X.iconColor)!=null?iH:Ct.textColor)!=null?dH:"currentColor";q.innerHTML="";let cr=ve(jt,pa,Ca,2);cr?q.appendChild(cr):q.textContent="\u{1F3A4}";let Ea=(pH=X.backgroundColor)!=null?pH:Ct.backgroundColor;Ea?q.style.backgroundColor=Ea:q.style.backgroundColor="",Ca?q.style.color=Ca:q.style.color="var(--persona-text, #111827)",X.borderWidth?(q.style.borderWidth=X.borderWidth,q.style.borderStyle="solid"):(q.style.borderWidth="",q.style.borderStyle=""),X.borderColor?q.style.borderColor=X.borderColor:q.style.borderColor="",X.paddingX?(q.style.paddingLeft=X.paddingX,q.style.paddingRight=X.paddingX):(q.style.paddingLeft="",q.style.paddingRight=""),X.paddingY?(q.style.paddingTop=X.paddingY,q.style.paddingBottom=X.paddingY):(q.style.paddingTop="",q.style.paddingBottom="");let Qt=Pe==null?void 0:Pe.querySelector(".persona-send-button-tooltip"),Za=(cH=X.tooltipText)!=null?cH:"Start voice recognition";if(((uH=X.showTooltip)!=null?uH:!1)&&Za)if(Qt)Qt.textContent=Za,Qt.style.display="";else{let ha=document.createElement("div");ha.className="persona-send-button-tooltip",ha.textContent=Za,Pe==null||Pe.insertBefore(ha,q)}else Qt&&(Qt.style.display="none");Pe.style.display="",q.disabled=W.isStreaming()}else q&&Pe&&(Pe.style.display="none",((hH=(fH=t.voiceRecognition)==null?void 0:fH.provider)==null?void 0:hH.type)==="runtype"?W.isVoiceActive()&&W.toggleVoice():Ga&&gt());if(((mH=t.attachments)==null?void 0:mH.enabled)===!0)if(!Xe||!ue){let X=(xH=t.attachments)!=null?xH:{},jt=(MH=((gH=t.sendButton)!=null?gH:{}).size)!=null?MH:"40px";se||(se=v("div","persona-attachment-previews persona-flex persona-flex-wrap persona-gap-2 persona-mb-2"),se.style.display="none",it.insertBefore(se,ae)),Ie||(Ie=document.createElement("input"),Ie.type="file",Ie.accept=((yH=X.allowedTypes)!=null?yH:Tr).join(","),Ie.multiple=((vH=X.maxFiles)!=null?vH:4)>1,Ie.style.display="none",Ie.setAttribute("aria-label","Attach files"),it.insertBefore(Ie,ae)),Xe=v("div","persona-send-button-wrapper"),ue=v("button","persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer persona-attachment-button"),ue.type="button",ue.setAttribute("aria-label",(bH=X.buttonTooltipText)!=null?bH:"Attach file");let Ye=(CH=X.buttonIconName)!=null?CH:"paperclip",St=jt,pa=parseFloat(St)||40,Ca=Math.round(pa*.6);ue.style.width=St,ue.style.height=St,ue.style.minWidth=St,ue.style.minHeight=St,ue.style.fontSize="18px",ue.style.lineHeight="1",ue.style.backgroundColor="transparent",ue.style.color="var(--persona-primary, #111827)",ue.style.border="none",ue.style.borderRadius="6px",ue.style.transition="background-color 0.15s ease",ue.addEventListener("mouseenter",()=>{ue.style.backgroundColor="var(--persona-palette-colors-black-alpha-50, rgba(0, 0, 0, 0.05))"}),ue.addEventListener("mouseleave",()=>{ue.style.backgroundColor="transparent"});let cr=ve(Ye,Ca,"currentColor",1.5);cr?ue.appendChild(cr):ue.textContent="\u{1F4CE}",ue.addEventListener("click",Za=>{Za.preventDefault(),Ie==null||Ie.click()}),Xe.appendChild(ue);let Ea=(wH=X.buttonTooltipText)!=null?wH:"Attach file",Qt=v("div","persona-send-button-tooltip");Qt.textContent=Ea,Xe.appendChild(Qt),ea.append(Xe),!Oe&&Ie&&se&&(Oe=fo.fromConfig(X),Oe.setPreviewsContainer(se),Ie.addEventListener("change",async()=>{Oe&&(Ie!=null&&Ie.files)&&(await Oe.handleFileSelect(Ie.files),Ie.value="")}))}else{Xe.style.display="";let X=(SH=t.attachments)!=null?SH:{};Ie&&(Ie.accept=((AH=X.allowedTypes)!=null?AH:Tr).join(","),Ie.multiple=((kH=X.maxFiles)!=null?kH:4)>1),Oe&&Oe.updateConfig({allowedTypes:X.allowedTypes,maxFileSize:X.maxFileSize,maxFiles:X.maxFiles})}else Xe&&(Xe.style.display="none"),Oe&&Oe.clearAttachments();let na=(TH=t.sendButton)!=null?TH:{},Ud=(LH=na.useIcon)!=null?LH:!1,rd=(EH=na.iconText)!=null?EH:"\u2191",od=na.iconName,ko=(HH=na.tooltipText)!=null?HH:"Send message",$d=(PH=na.showTooltip)!=null?PH:!1,Vr=(RH=na.size)!=null?RH:"40px",eo=na.backgroundColor,fa=na.textColor;if(Ud){if(oe.style.width=Vr,oe.style.height=Vr,oe.style.minWidth=Vr,oe.style.minHeight=Vr,oe.style.fontSize="18px",oe.style.lineHeight="1",oe.innerHTML="",fa?oe.style.color=fa:oe.style.color="var(--persona-button-primary-fg, #ffffff)",od){let X=parseFloat(Vr)||24,Ct=(fa==null?void 0:fa.trim())||"currentColor",jt=ve(od,X,Ct,2);jt?oe.appendChild(jt):oe.textContent=rd}else oe.textContent=rd;oe.className="persona-rounded-button persona-flex persona-items-center persona-justify-center disabled:persona-opacity-50 persona-cursor-pointer",eo?(oe.style.backgroundColor=eo,oe.classList.remove("persona-bg-persona-primary")):(oe.style.backgroundColor="",oe.classList.add("persona-bg-persona-primary"))}else oe.textContent=(BH=(IH=t.copy)==null?void 0:IH.sendButtonLabel)!=null?BH:"Send",oe.style.width="",oe.style.height="",oe.style.minWidth="",oe.style.minHeight="",oe.style.fontSize="",oe.style.lineHeight="",oe.className="persona-rounded-button persona-bg-persona-accent persona-px-4 persona-py-2 persona-text-sm persona-font-semibold persona-text-white disabled:persona-opacity-50 persona-cursor-pointer",eo?(oe.style.backgroundColor=eo,oe.classList.remove("persona-bg-persona-accent")):oe.classList.add("persona-bg-persona-accent"),fa?oe.style.color=fa:oe.classList.add("persona-text-white");na.borderWidth?(oe.style.borderWidth=na.borderWidth,oe.style.borderStyle="solid"):(oe.style.borderWidth="",oe.style.borderStyle=""),na.borderColor?oe.style.borderColor=na.borderColor:oe.style.borderColor="",na.paddingX?(oe.style.paddingLeft=na.paddingX,oe.style.paddingRight=na.paddingX):(oe.style.paddingLeft="",oe.style.paddingRight=""),na.paddingY?(oe.style.paddingTop=na.paddingY,oe.style.paddingBottom=na.paddingY):(oe.style.paddingTop="",oe.style.paddingBottom="");let Wa=wt==null?void 0:wt.querySelector(".persona-send-button-tooltip");if($d&&ko)if(Wa)Wa.textContent=ko,Wa.style.display="";else{let X=document.createElement("div");X.className="persona-send-button-tooltip",X.textContent=ko,wt==null||wt.insertBefore(X,oe)}else Wa&&(Wa.style.display="none");let Fr=(DH=t.layout)==null?void 0:DH.contentMaxWidth;Fr?(ne.style.maxWidth=Fr,ne.style.marginLeft="auto",ne.style.marginRight="auto",ne.style.width="100%",it&&(it.style.maxWidth=Fr,it.style.marginLeft="auto",it.style.marginRight="auto")):(ne.style.maxWidth="",ne.style.marginLeft="",ne.style.marginRight="",ne.style.width="",it&&(it.style.maxWidth="",it.style.marginLeft="",it.style.marginRight=""));let Wr=(VH=t.statusIndicator)!=null?VH:{},nI=(FH=Wr.visible)!=null?FH:!0;if(Rt.style.display=nI?"":"none",W){let X=W.getStatus();yt(Rt,(jt=>{var Ye,St,pa,Ca;return jt==="idle"?(Ye=Wr.idleText)!=null?Ye:wa.idle:jt==="connecting"?(St=Wr.connectingText)!=null?St:wa.connecting:jt==="connected"?(pa=Wr.connectedText)!=null?pa:wa.connected:jt==="error"?(Ca=Wr.errorText)!=null?Ca:wa.error:wa[jt]})(X),Wr,X)}Rt.classList.remove("persona-text-left","persona-text-center","persona-text-right");let lI=Wr.align==="left"?"persona-text-left":Wr.align==="center"?"persona-text-center":"persona-text-right";Rt.classList.add(lI)},open(){b&&Ut(!0,"api")},close(){b&&Ut(!1,"api")},toggle(){b&&Ut(!w,"api")},clearChat(){ma=!1,W.clearMessages(),Qa.clear(),Rr();try{localStorage.removeItem(Zi),t.debug&&console.log(`[AgentWidget] Cleared default localStorage key: ${Zi}`)}catch(x){console.error("[AgentWidget] Failed to clear default localStorage:",x)}if(t.clearChatHistoryStorageKey&&t.clearChatHistoryStorageKey!==Zi)try{localStorage.removeItem(t.clearChatHistoryStorageKey),t.debug&&console.log(`[AgentWidget] Cleared custom localStorage key: ${t.clearChatHistoryStorageKey}`)}catch(x){console.error("[AgentWidget] Failed to clear custom localStorage:",x)}let d=new CustomEvent("persona:clear-chat",{detail:{timestamp:new Date().toISOString()}});if(window.dispatchEvent(d),n!=null&&n.clear)try{let x=n.clear();x instanceof Promise&&x.catch(A=>{typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",A)})}catch(x){typeof console!="undefined"&&console.error("[AgentWidget] Failed to clear storage adapter:",x)}l={},T.syncFromMetadata(),Q==null||Q.clear(),te==null||te.update()},setMessage(d){return!ae||W.isStreaming()?!1:(!w&&b&&Ut(!0,"system"),ae.value=d,ae.dispatchEvent(new Event("input",{bubbles:!0})),!0)},submitMessage(d){if(W.isStreaming())return!1;let x=(d==null?void 0:d.trim())||ae.value.trim();return x?(!w&&b&&Ut(!0,"system"),ae.value="",ae.style.height="auto",W.sendMessage(x),!0):!1},startVoiceRecognition(){var x,A;return W.isStreaming()?!1:((A=(x=t.voiceRecognition)==null?void 0:x.provider)==null?void 0:A.type)==="runtype"?(W.isVoiceActive()||(!w&&b&&Ut(!0,"system"),dt.manuallyDeactivated=!1,Fa(),W.toggleVoice().then(()=>{dt.active=W.isVoiceActive(),er("user"),W.isVoiceActive()&&E()})),!0):Ga?!0:le()?(!w&&b&&Ut(!0,"system"),dt.manuallyDeactivated=!1,Fa(),st("user"),!0):!1},stopVoiceRecognition(){var d,x;return((x=(d=t.voiceRecognition)==null?void 0:d.provider)==null?void 0:x.type)==="runtype"?W.isVoiceActive()?(W.toggleVoice().then(()=>{dt.active=!1,dt.manuallyDeactivated=!0,Fa(),er("user"),H()}),!0):!1:Ga?(dt.manuallyDeactivated=!0,Fa(),gt("user"),!0):!1},injectMessage(d){return!w&&b&&Ut(!0,"system"),W.injectMessage(d)},injectAssistantMessage(d){!w&&b&&Ut(!0,"system");let x=W.injectAssistantMessage(d);return I&&(I=!1,N&&(clearTimeout(N),N=null),setTimeout(()=>{W&&!W.isStreaming()&&W.continueConversation()},100)),x},injectUserMessage(d){return!w&&b&&Ut(!0,"system"),W.injectUserMessage(d)},injectSystemMessage(d){return!w&&b&&Ut(!0,"system"),W.injectSystemMessage(d)},injectMessageBatch(d){return!w&&b&&Ut(!0,"system"),W.injectMessageBatch(d)},injectTestMessage(d){!w&&b&&Ut(!0,"system"),W.injectTestEvent(d)},async connectStream(d,x){return W.connectStream(d,x)},__pushEventStreamEvent(d){Q&&Q.push({id:`evt-${Date.now()}-${Math.random().toString(36).slice(2,8)}`,type:d.type,timestamp:Date.now(),payload:JSON.stringify(d.payload)})},showEventStream(){!ee||!Q||qa()},hideEventStream(){xe&&Ba()},isEventStreamVisible(){return xe},showArtifacts(){sr(t)&&(ma=!1,Bt(),$e==null||$e.setMobileOpen(!0))},hideArtifacts(){sr(t)&&(ma=!0,Bt())},upsertArtifact(d){return sr(t)?(ma=!1,W.upsertArtifact(d)):null},selectArtifact(d){sr(t)&&W.selectArtifact(d)},clearArtifacts(){sr(t)&&W.clearArtifacts()},focusInput(){return b&&!w||!ae?!1:(ae.focus(),!0)},async resolveApproval(d,x){let P=W.getMessages().find(B=>{var D;return B.variant==="approval"&&((D=B.approval)==null?void 0:D.id)===d});if(!(P!=null&&P.approval))throw new Error(`Approval not found: ${d}`);return W.resolveApproval(P.approval,x)},getMessages(){return W.getMessages()},getStatus(){return W.getStatus()},getPersistentMetadata(){return{...l}},updatePersistentMetadata(d){f(d)},on(d,x){return o.on(d,x)},off(d,x){o.off(d,x)},isOpen(){return b&&w},isVoiceActive(){return dt.active},getState(){return{open:b&&w,launcherEnabled:b,voiceActive:dt.active,streaming:W.isStreaming()}},showCSATFeedback(d){!w&&b&&Ut(!0,"system");let x=ne.querySelector(".persona-feedback-container");x&&x.remove();let A=zk({onSubmit:async(P,B)=>{var D;W.isClientTokenMode()&&await W.submitCSATFeedback(P,B),(D=d==null?void 0:d.onSubmit)==null||D.call(d,P,B)},onDismiss:d==null?void 0:d.onDismiss,...d});ne.appendChild(A),A.scrollIntoView({behavior:"smooth",block:"end"})},showNPSFeedback(d){!w&&b&&Ut(!0,"system");let x=ne.querySelector(".persona-feedback-container");x&&x.remove();let A=_k({onSubmit:async(P,B)=>{var D;W.isClientTokenMode()&&await W.submitNPSFeedback(P,B),(D=d==null?void 0:d.onSubmit)==null||D.call(d,P,B)},onDismiss:d==null?void 0:d.onDismiss,...d});ne.appendChild(A),A.scrollIntoView({behavior:"smooth",block:"end"})},async submitCSATFeedback(d,x){return W.submitCSATFeedback(d,x)},async submitNPSFeedback(d,x){return W.submitNPSFeedback(d,x)},destroy(){ft.forEach(d=>d()),G.remove(),nt==null||nt.destroy(),Ze==null||Ze.remove(),$a&&pe.removeEventListener("click",$a)}};if((((_L=e==null?void 0:e.debugTools)!=null?_L:!1)||!!t.debug)&&typeof window!="undefined"){let d=window.AgentWidgetBrowser,x={controller:ht,getMessages:ht.getMessages,getStatus:ht.getStatus,getMetadata:ht.getPersistentMetadata,updateMetadata:ht.updatePersistentMetadata,clearHistory:()=>ht.clearChat(),setVoiceActive:A=>A?ht.startVoiceRecognition():ht.stopVoiceRecognition()};window.AgentWidgetBrowser=x,ft.push(()=>{window.AgentWidgetBrowser===x&&(window.AgentWidgetBrowser=d)})}if(typeof window!="undefined"){let d=r.getAttribute("data-persona-instance")||r.id||"persona-"+Math.random().toString(36).slice(2,8),x=J=>{let O=J.detail;(!(O!=null&&O.instanceId)||O.instanceId===d)&&ht.focusInput()};if(window.addEventListener("persona:focusInput",x),ft.push(()=>{window.removeEventListener("persona:focusInput",x)}),ee){let J=ce=>{let ke=ce.detail;(!(ke!=null&&ke.instanceId)||ke.instanceId===d)&&ht.showEventStream()},O=ce=>{let ke=ce.detail;(!(ke!=null&&ke.instanceId)||ke.instanceId===d)&&ht.hideEventStream()};window.addEventListener("persona:showEventStream",J),window.addEventListener("persona:hideEventStream",O),ft.push(()=>{window.removeEventListener("persona:showEventStream",J),window.removeEventListener("persona:hideEventStream",O)})}let A=J=>{let O=J.detail;(!(O!=null&&O.instanceId)||O.instanceId===d)&&ht.showArtifacts()},P=J=>{let O=J.detail;(!(O!=null&&O.instanceId)||O.instanceId===d)&&ht.hideArtifacts()},B=J=>{let O=J.detail;O!=null&&O.instanceId&&O.instanceId!==d||O!=null&&O.artifact&&ht.upsertArtifact(O.artifact)},D=J=>{let O=J.detail;O!=null&&O.instanceId&&O.instanceId!==d||typeof(O==null?void 0:O.id)=="string"&&ht.selectArtifact(O.id)},V=J=>{let O=J.detail;(!(O!=null&&O.instanceId)||O.instanceId===d)&&ht.clearArtifacts()};window.addEventListener("persona:showArtifacts",A),window.addEventListener("persona:hideArtifacts",P),window.addEventListener("persona:upsertArtifact",B),window.addEventListener("persona:selectArtifact",D),window.addEventListener("persona:clearArtifacts",V),ft.push(()=>{window.removeEventListener("persona:showArtifacts",A),window.removeEventListener("persona:hideArtifacts",P),window.removeEventListener("persona:upsertArtifact",B),window.removeEventListener("persona:selectArtifact",D),window.removeEventListener("persona:clearArtifacts",V)})}let Kt=TD(t.persistState);if(Kt&&b){let d=LD(Kt.storage),x=`${Kt.keyPrefix}widget-open`,A=`${Kt.keyPrefix}widget-voice`,P=`${Kt.keyPrefix}widget-voice-mode`;if(d){let B=((qL=Kt.persist)==null?void 0:qL.openState)&&d.getItem(x)==="true",D=((UL=Kt.persist)==null?void 0:UL.voiceState)&&d.getItem(A)==="true",V=(($L=Kt.persist)==null?void 0:$L.voiceState)&&d.getItem(P)==="true";if(B&&setTimeout(()=>{ht.open(),setTimeout(()=>{var J;if(D||V)ht.startVoiceRecognition();else if((J=Kt.persist)!=null&&J.focusInput){let O=r.querySelector("textarea");O&&O.focus()}},100)},0),(jL=Kt.persist)!=null&&jL.openState&&(o.on("widget:opened",()=>{d.setItem(x,"true")}),o.on("widget:closed",()=>{d.setItem(x,"false")})),(GL=Kt.persist)!=null&&GL.voiceState&&(o.on("voice:state",J=>{d.setItem(A,J.active?"true":"false")}),o.on("user:message",J=>{d.setItem(P,J.viaVoice?"true":"false")})),Kt.clearOnChatClear){let J=()=>{d.removeItem(x),d.removeItem(A),d.removeItem(P)},O=()=>J();window.addEventListener("persona:clear-chat",O),ft.push(()=>{window.removeEventListener("persona:clear-chat",O)})}}}return i&&b&&setTimeout(()=>{ht.open()},0),ht};var ED=(r,a)=>{let e=r.trim(),t=/^(\d+(?:\.\d+)?)px$/i.exec(e);if(t)return Math.max(0,parseFloat(t[1]));let s=/^(\d+(?:\.\d+)?)%$/i.exec(e);return s?Math.max(0,a*parseFloat(s[1])/100):420},CR=(r,a)=>{var t,s;let e=(s=(t=a==null?void 0:a.launcher)==null?void 0:t.enabled)!=null?s:!0;r.className="persona-host",r.style.height=e?"":"100%",r.style.display=e?"":"flex",r.style.flexDirection=e?"":"column",r.style.flex=e?"":"1 1 auto",r.style.minHeight=e?"":"0"},ZT=r=>{r.style.position="",r.style.top="",r.style.bottom="",r.style.left="",r.style.right="",r.style.zIndex="",r.style.transform="",r.style.pointerEvents=""},wR=r=>{r.style.inset="",r.style.width="",r.style.height="",r.style.maxWidth="",r.style.minWidth="",ZT(r)},$T=r=>{r.style.transition=""},jT=r=>{r.style.display="",r.style.flexDirection="",r.style.flex="",r.style.minHeight="",r.style.minWidth="",r.style.width="",r.style.height="",r.style.alignItems="",r.style.transition="",r.style.transform=""},GT=r=>{r.style.width="",r.style.maxWidth="",r.style.minWidth="",r.style.flex="1 1 auto"},Uk=(r,a)=>{r.style.width="",r.style.minWidth="",r.style.maxWidth="",r.style.boxSizing="",a.style.alignItems=""},HD=(r,a,e,t,s)=>{s?e.parentElement!==a&&(r.replaceChildren(),a.replaceChildren(e,t),r.appendChild(a)):e.parentElement===a&&(a.replaceChildren(),r.appendChild(e),r.appendChild(t))},PD=(r,a,e,t,s,o)=>{let n=o?a:r;s==="left"?n.firstElementChild!==t&&n.replaceChildren(t,e):n.lastElementChild!==t&&n.replaceChildren(e,t)},SR=(r,a,e,t,s,o,n)=>{var y,T,b,C,g,L;let l=or(o),p=l.reveal==="push";HD(r,a,e,t,p),PD(r,a,e,t,l.side,p),r.dataset.personaHostLayout="docked",r.dataset.personaDockSide=l.side,r.dataset.personaDockOpen=n?"true":"false",r.style.width="100%",r.style.maxWidth="100%",r.style.minWidth="0",r.style.height="100%",r.style.minHeight="0",r.style.position="relative",e.style.display="flex",e.style.flexDirection="column",e.style.minHeight="0",e.style.position="relative",s.className="persona-host",s.style.height="100%",s.style.minHeight="0",s.style.display="flex",s.style.flexDirection="column",s.style.flex="1 1 auto";let i=r.ownerDocument.defaultView,c=(T=(y=o==null?void 0:o.launcher)==null?void 0:y.mobileFullscreen)!=null?T:!0,u=(C=(b=o==null?void 0:o.launcher)==null?void 0:b.mobileBreakpoint)!=null?C:640,f=i!=null?i.innerWidth<=u:!1;if(c&&f&&n){r.dataset.personaDockMobileFullscreen="true",r.removeAttribute("data-persona-dock-reveal"),jT(a),$T(t),wR(t),GT(e),Uk(s,t),r.style.display="flex",r.style.flexDirection="column",r.style.alignItems="stretch",r.style.overflow="hidden",e.style.flex="1 1 auto",e.style.width="100%",e.style.minWidth="0",t.style.display="flex",t.style.flexDirection="column",t.style.position="fixed",t.style.inset="0",t.style.width="100%",t.style.height="100%",t.style.maxWidth="100%",t.style.minWidth="0",t.style.minHeight="0",t.style.overflow="hidden",t.style.zIndex=String((L=(g=o==null?void 0:o.launcher)==null?void 0:g.zIndex)!=null?L:Na),t.style.transform="none",t.style.transition="none",t.style.pointerEvents="auto",t.style.flex="none",p&&(a.style.display="flex",a.style.flexDirection="column",a.style.width="100%",a.style.height="100%",a.style.minHeight="0",a.style.minWidth="0",a.style.flex="1 1 auto",a.style.alignItems="stretch",a.style.transform="none",a.style.transition="none",e.style.flex="1 1 auto",e.style.width="100%",e.style.maxWidth="100%",e.style.minWidth="0");return}if(r.removeAttribute("data-persona-dock-mobile-fullscreen"),wR(t),l.reveal==="overlay"){r.style.display="flex",r.style.flexDirection="row",r.style.alignItems="stretch",r.style.overflow="hidden",r.dataset.personaDockReveal="overlay",jT(a),$T(t),GT(e),Uk(s,t);let m=l.animate?"transform 180ms ease":"none",M=l.side==="right"?"translateX(100%)":"translateX(-100%)",k=n?"translateX(0)":M;t.style.display="flex",t.style.flexDirection="column",t.style.flex="none",t.style.position="absolute",t.style.top="0",t.style.bottom="0",t.style.width=l.width,t.style.maxWidth=l.width,t.style.minWidth=l.width,t.style.minHeight="0",t.style.overflow="hidden",t.style.transition=m,t.style.transform=k,t.style.pointerEvents=n?"auto":"none",t.style.zIndex="2",l.side==="right"?(t.style.right="0",t.style.left=""):(t.style.left="0",t.style.right="")}else if(l.reveal==="push"){r.style.display="flex",r.style.flexDirection="row",r.style.alignItems="stretch",r.style.overflow="hidden",r.dataset.personaDockReveal="push",$T(t),ZT(t),Uk(s,t);let m=ED(l.width,r.clientWidth),M=Math.max(0,r.clientWidth),k=l.animate?"transform 180ms ease":"none",w=l.side==="right"?n?`translateX(-${m}px)`:"translateX(0)":n?"translateX(0)":`translateX(-${m}px)`;a.style.display="flex",a.style.flexDirection="row",a.style.flex="0 0 auto",a.style.minHeight="0",a.style.minWidth="0",a.style.alignItems="stretch",a.style.height="100%",a.style.width=`${M+m}px`,a.style.transition=k,a.style.transform=w,e.style.flex="0 0 auto",e.style.flexGrow="0",e.style.flexShrink="0",e.style.width=`${M}px`,e.style.maxWidth=`${M}px`,e.style.minWidth=`${M}px`,t.style.display="flex",t.style.flexDirection="column",t.style.flex="0 0 auto",t.style.flexShrink="0",t.style.width=l.width,t.style.minWidth=l.width,t.style.maxWidth=l.width,t.style.position="relative",t.style.overflow="hidden",t.style.transition="none",t.style.pointerEvents=n?"auto":"none"}else{r.style.display="flex",r.style.flexDirection="row",r.style.alignItems="stretch",r.style.overflow="",jT(a),ZT(t),GT(e),Uk(s,t);let m=l.reveal==="emerge";m?r.dataset.personaDockReveal="emerge":r.removeAttribute("data-persona-dock-reveal");let M=n?l.width:"0px",k=l.animate?"width 180ms ease, min-width 180ms ease, max-width 180ms ease, flex-basis 180ms ease":"none",w=!n;t.style.display="flex",t.style.flexDirection="column",t.style.flex=`0 0 ${M}`,t.style.width=M,t.style.maxWidth=M,t.style.minWidth=M,t.style.minHeight="0",t.style.position="relative",t.style.overflow=m||w?"hidden":"visible",t.style.transition=k,m&&(t.style.alignItems=l.side==="right"?"flex-start":"flex-end",s.style.width=l.width,s.style.minWidth=l.width,s.style.maxWidth=l.width,s.style.boxSizing="border-box")}},RD=(r,a)=>{let e=r.ownerDocument.createElement("div");return CR(e,a),r.appendChild(e),{mode:"direct",host:e,shell:null,syncWidgetState:()=>{},updateConfig(t){CR(e,t)},destroy(){e.remove()}}},ID=(r,a)=>{var g,L,m,M;let{ownerDocument:e}=r,t=r.parentElement;if(!t)throw new Error("Docked widget target must be attached to the DOM");let s=r.tagName.toUpperCase();if(s==="BODY"||s==="HTML")throw new Error('Docked widget target must be a concrete container element, not "body" or "html"');let o=r.nextSibling,n=e.createElement("div"),l=e.createElement("div"),p=e.createElement("div"),i=e.createElement("aside"),c=e.createElement("div"),u=(L=(g=a==null?void 0:a.launcher)==null?void 0:g.enabled)==null||L?(M=(m=a==null?void 0:a.launcher)==null?void 0:m.autoExpand)!=null?M:!1:!0;l.dataset.personaDockRole="push-track",p.dataset.personaDockRole="content",i.dataset.personaDockRole="panel",c.dataset.personaDockRole="host",i.appendChild(c),t.insertBefore(n,r),p.appendChild(r);let f=null,h=()=>{f==null||f.disconnect(),f=null},y=()=>{h(),or(a).reveal==="push"&&typeof ResizeObserver!="undefined"&&(f=new ResizeObserver(()=>{SR(n,l,p,i,c,a,u)}),f.observe(n))},T=()=>{SR(n,l,p,i,c,a,u),y()},b=n.ownerDocument.defaultView,C=()=>{T()};return b==null||b.addEventListener("resize",C),or(a).reveal==="push"?(l.appendChild(p),l.appendChild(i),n.appendChild(l)):(n.appendChild(p),n.appendChild(i)),T(),{mode:"docked",host:c,shell:n,syncWidgetState(k){let w=k.launcherEnabled?k.open:!0;u!==w&&(u=w,T())},updateConfig(k){var w,I;a=k,((I=(w=a==null?void 0:a.launcher)==null?void 0:w.enabled)!=null?I:!0)===!1&&(u=!0),T()},destroy(){b==null||b.removeEventListener("resize",C),h(),t.isConnected&&(o&&o.parentNode===t?t.insertBefore(r,o):t.appendChild(r)),n.remove()}}},Wd=(r,a)=>ca(a)?ID(r,a):RD(r,a);var XT={},BD=r=>{if(typeof window=="undefined"||typeof document=="undefined")throw new Error("Chat widget can only be mounted in a browser environment");if(typeof r=="string"){let a=document.querySelector(r);if(!a)throw new Error(`Chat widget target "${r}" was not found`);return a}return r},DD=()=>{try{if(typeof XT!="undefined"&&XT.url)return new URL("../widget.css",XT.url).href}catch{}return null},AR=(r,a)=>{let e=DD(),t=()=>{if(!(r instanceof ShadowRoot)||r.querySelector("link[data-persona]"))return;let s=a.head.querySelector("link[data-persona]");if(!s)return;let o=s.cloneNode(!0);r.insertBefore(o,r.firstChild)};if(r instanceof ShadowRoot)if(e){let s=a.createElement("link");s.rel="stylesheet",s.href=e,s.setAttribute("data-persona","true"),r.insertBefore(s,r.firstChild)}else t();else if(!a.head.querySelector("link[data-persona]")&&e){let o=a.createElement("link");o.rel="stylesheet",o.href=e,o.setAttribute("data-persona","true"),a.head.appendChild(o)}},JT=r=>{var b;let a=BD(r.target),e=r.useShadowDom===!0,t=a.ownerDocument,s=r.config,o=Wd(a,s),n,l=[],p=(C,g)=>{var k,w;let m=!((w=(k=g==null?void 0:g.launcher)==null?void 0:k.enabled)!=null?w:!0)||ca(g),M=t.createElement("div");if(M.setAttribute("data-persona-root","true"),m&&(M.style.height="100%",M.style.display="flex",M.style.flexDirection="column",M.style.flex="1",M.style.minHeight="0"),e){let I=C.attachShadow({mode:"open"});I.appendChild(M),AR(I,t)}else C.appendChild(M),AR(C,t);return a.id&&M.setAttribute("data-persona-instance",a.id),M},i=()=>{o.syncWidgetState(n.getState())},c=()=>{l.forEach(C=>C()),l=[n.on("widget:opened",i),n.on("widget:closed",i)],i()},u=()=>{let C=p(o.host,s);n=qk(C,s,{debugTools:r.debugTools}),c()},f=()=>{l.forEach(C=>C()),l=[],n.destroy()};u(),(b=r.onReady)==null||b.call(r);let h=C=>{f(),o.destroy(),o=Wd(a,C),s=C,u()},y={update(C){var M,k,w,I,N,_;let g={...s,...C,launcher:{...(M=s==null?void 0:s.launcher)!=null?M:{},...(k=C==null?void 0:C.launcher)!=null?k:{},dock:{...(I=(w=s==null?void 0:s.launcher)==null?void 0:w.dock)!=null?I:{},...(_=(N=C==null?void 0:C.launcher)==null?void 0:N.dock)!=null?_:{}}}},L=ca(s),m=ca(g);if(L!==m){h(g);return}s=g,o.updateConfig(s),n.update(C),i()},destroy(){f(),o.destroy(),r.windowKey&&typeof window!="undefined"&&delete window[r.windowKey]}},T=new Proxy(y,{get(C,g,L){if(g==="host")return o.host;if(g in C)return Reflect.get(C,g,L);let m=n[g];return typeof m=="function"?m.bind(n):m}});return r.windowKey&&typeof window!="undefined"&&(window[r.windowKey]=T),T};var HR=new Set(["script","style","noscript","svg","path","meta","link","br","hr"]),VD=new Set(["button","a","input","select","textarea","details","summary"]),FD=new Set(["button","link","menuitem","tab","option","switch","checkbox","radio","combobox","listbox","slider","spinbutton","textbox"]),KT=/\b(product|card|item|listing|result)\b/i,QT=/\$[\d,]+(?:\.\d{2})?|€[\d,]+(?:\.\d{2})?|£[\d,]+(?:\.\d{2})?|USD\s*[\d,]+(?:\.\d{2})?/i,WD=3e3,OD=100;function PR(r){let a=typeof r.className=="string"?r.className:"";if(KT.test(a)||r.id&&KT.test(r.id))return!0;for(let e=0;e<r.attributes.length;e++){let t=r.attributes[e];if(t.name.startsWith("data-")&&KT.test(t.value))return!0}return!1}function RR(r){var a;return QT.test(((a=r.textContent)!=null?a:"").trim())}function IR(r){var e;let a=r.querySelectorAll("a[href]");for(let t=0;t<a.length;t++){let s=(e=a[t].getAttribute("href"))!=null?e:"";if(s&&s!=="#"&&!s.toLowerCase().startsWith("javascript:"))return!0}return!1}function ND(r){return!!r.querySelector('button, [role="button"], input[type="submit"], input[type="button"]')}function kR(r){let a=r.match(QT);return a?a[0]:null}function TR(r){var t,s,o;let a=(t=r.querySelector(".product-title a, h1 a, h2 a, h3 a, h4 a, .title a, a[href]"))!=null?t:r.querySelector("a[href]");if(a&&((s=a.textContent)!=null&&s.trim())){let n=a.getAttribute("href");return{title:a.textContent.trim(),href:n&&n!=="#"?n:null}}let e=r.querySelector("h1, h2, h3, h4, h5, h6");return(o=e==null?void 0:e.textContent)!=null&&o.trim()?{title:e.textContent.trim(),href:null}:{title:"",href:null}}function zD(r){let a=[],e=t=>{let s=t.trim();s&&!a.includes(s)&&a.push(s)};return r.querySelectorAll("button").forEach(t=>{var s;return e((s=t.textContent)!=null?s:"")}),r.querySelectorAll('[role="button"]').forEach(t=>{var s;return e((s=t.textContent)!=null?s:"")}),r.querySelectorAll('input[type="submit"], input[type="button"]').forEach(t=>{var s;e((s=t.value)!=null?s:"")}),a.slice(0,6)}var _D="commerce-card",qD="result-card";function LR(r){return!PR(r)||!RR(r)||!IR(r)&&!ND(r)?0:5200}function ER(r){var t;return!PR(r)||RR(r)||!IR(r)||((t=r.textContent)!=null?t:"").trim().length<20||!(!!r.querySelector("h1, h2, h3, h4, h5, h6, .title")||!!r.querySelector(".snippet, .description, p"))?0:2800}var eL=[{id:_D,scoreElement(r){return LR(r)},shouldSuppressDescendant(r,a,e){if(a===r||!r.contains(a))return!1;if(e.interactivity==="static"){let t=e.text.trim();return!!(t.length===0||QT.test(t)&&t.length<32)}return!0},formatSummary(r,a){var p,i,c;if(LR(r)===0)return null;let{title:e,href:t}=TR(r),s=(c=(i=kR(((p=r.textContent)!=null?p:"").trim()))!=null?i:kR(a.text))!=null?c:"",o=zD(r);return[t&&e?`[${e}](${t})${s?` \u2014 ${s}`:""}`:e?`${e}${s?` \u2014 ${s}`:""}`:s||a.text.trim().slice(0,120),`selector: ${a.selector}`,o.length?`actions: ${o.join(", ")}`:""].filter(Boolean).join(`
148
148
  `)}},{id:qD,scoreElement(r){return ER(r)},formatSummary(r,a){if(ER(r)===0)return null;let{title:e,href:t}=TR(r);return[t&&e?`[${e}](${t})`:e||a.text.trim().slice(0,120),`selector: ${a.selector}`].filter(Boolean).join(`
149
149
  `)}}];function UD(){typeof console!="undefined"&&typeof console.warn=="function"&&console.warn('[persona] collectEnrichedPageContext: options.mode is "simple" but `rules` were provided; rules are ignored.')}function $D(r){var c,u,f,h,y,T,b,C,g,L,m,M,k;let a=(c=r.options)!=null?c:{},e=(f=(u=a.maxElements)!=null?u:r.maxElements)!=null?f:80,t=(y=(h=a.excludeSelector)!=null?h:r.excludeSelector)!=null?y:".persona-host",s=(b=(T=a.maxTextLength)!=null?T:r.maxTextLength)!=null?b:200,o=(g=(C=a.visibleOnly)!=null?C:r.visibleOnly)!=null?g:!0,n=(L=a.root)!=null?L:r.root,l=(m=a.mode)!=null?m:"structured",p=(M=a.maxCandidates)!=null?M:Math.max(500,e*10),i=(k=r.rules)!=null?k:eL;return l==="simple"&&r.rules&&r.rules.length>0?(UD(),i=[]):l==="simple"&&(i=[]),{mode:l,maxElements:e,maxCandidates:p,excludeSelector:t,maxTextLength:s,visibleOnly:o,root:n,rules:i}}function YT(r){return typeof CSS!="undefined"&&typeof CSS.escape=="function"?CSS.escape(r):r.replace(/([^\w-])/g,"\\$1")}var jD=["data-testid","data-product","data-action","data-id","data-name","data-type"];function GD(r){let a=r.tagName.toLowerCase(),e=r.getAttribute("role");return a==="a"&&r.hasAttribute("href")?"navigable":a==="input"||a==="select"||a==="textarea"||e==="textbox"||e==="combobox"||e==="listbox"||e==="spinbutton"?"input":a==="button"||e==="button"||VD.has(a)||e&&FD.has(e)||r.hasAttribute("tabindex")||r.hasAttribute("onclick")||r.getAttribute("contenteditable")==="true"?"clickable":"static"}function BR(r){if(r.hidden)return!1;try{let a=getComputedStyle(r);if(a.display==="none"||a.visibility==="hidden")return!1}catch{}return!(r.style.display==="none"||r.style.visibility==="hidden")}function ZD(r){let a={},e=r.id;e&&(a.id=e);let t=r.getAttribute("href");t&&(a.href=t);let s=r.getAttribute("aria-label");s&&(a["aria-label"]=s);let o=r.getAttribute("type");o&&(a.type=o);let n=r.getAttribute("value");n&&(a.value=n);let l=r.getAttribute("name");l&&(a.name=l);let p=r.getAttribute("role");p&&(a.role=p);for(let i=0;i<r.attributes.length;i++){let c=r.attributes[i];c.name.startsWith("data-")&&(a[c.name]=c.value)}return a}function tL(r){let a=r.tagName.toLowerCase();if(r.id){let s=`#${YT(r.id)}`;try{if(r.ownerDocument.querySelectorAll(s).length===1)return s}catch{}}for(let s of jD){let o=r.getAttribute(s);if(o){let n=`${a}[${s}="${YT(o)}"]`;try{if(r.ownerDocument.querySelectorAll(n).length===1)return n}catch{}}}let e=Array.from(r.classList).filter(s=>s&&!s.startsWith("persona-")).slice(0,3);if(e.length>0){let s=`${a}.${e.map(n=>YT(n)).join(".")}`;try{if(r.ownerDocument.querySelectorAll(s).length===1)return s}catch{}let o=r.parentElement;if(o){let l=Array.from(o.querySelectorAll(`:scope > ${a}`)).indexOf(r);if(l>=0){let p=`${s}:nth-of-type(${l+1})`;try{if(r.ownerDocument.querySelectorAll(p).length===1)return p}catch{}}}}let t=r.parentElement;if(t){let o=Array.from(t.querySelectorAll(`:scope > ${a}`)).indexOf(r);if(o>=0)return`${a}:nth-of-type(${o+1})`}return a}function XD(r){return r==="static"?OD:WD}function DR(r,a){var s;let e=r.tagName.toLowerCase(),t=((s=r.textContent)!=null?s:"").trim().substring(0,a);return{selector:tL(r),tagName:e,text:t,role:r.getAttribute("role"),interactivity:GD(r),attributes:ZD(r)}}function JD(r,a,e,t){let s=XD(a.interactivity),o=null;for(let n of e){let l=n.scoreElement(r,a,t);l>0&&(s+=l,n.formatSummary&&!o&&(o=n))}return{score:s,formattingRule:o}}function KD(r,a){var e;for(let t of r)if(a.el!==t.el&&(e=t.formattingRule)!=null&&e.shouldSuppressDescendant&&t.el.contains(a.el)&&t.formattingRule.shouldSuppressDescendant(t.el,a.el,a.enriched))return!0;return!1}function YD(r,a){let e={doc:a.ownerDocument,maxTextLength:r.maxTextLength},t=new Set,s=[],o=0,n=document.createTreeWalker(a,NodeFilter.SHOW_ELEMENT,null),l=n.currentNode;for(;l&&s.length<r.maxCandidates;){if(l.nodeType===Node.ELEMENT_NODE){let i=l,c=i.tagName.toLowerCase();if(HR.has(c)){l=n.nextNode();continue}if(r.excludeSelector)try{if(i.closest(r.excludeSelector)){l=n.nextNode();continue}}catch{}if(r.visibleOnly&&!BR(i)){l=n.nextNode();continue}let u=DR(i,r.maxTextLength),f=u.text.length>0,h=Object.keys(u.attributes).length>0&&!Object.keys(u.attributes).every(b=>b==="role");if(!f&&!h){l=n.nextNode();continue}if(t.has(u.selector)){l=n.nextNode();continue}t.add(u.selector);let{score:y,formattingRule:T}=JD(i,u,r.rules,e);s.push({el:i,domIndex:o,enriched:u,score:y,formattingRule:T}),o+=1}l=n.nextNode()}s.sort((i,c)=>{let u=i.enriched.interactivity==="static"?1:0,f=c.enriched.interactivity==="static"?1:0;return u!==f?u-f:c.score!==i.score?c.score-i.score:i.domIndex-c.domIndex});let p=[];for(let i of s){if(p.length>=r.maxElements)break;KD(p,i)||p.push(i)}return p.sort((i,c)=>{let u=i.enriched.interactivity==="static"?1:0,f=c.enriched.interactivity==="static"?1:0;return u!==f?u-f:u===1&&c.score!==i.score?c.score-i.score:i.domIndex-c.domIndex}),p.map(i=>{var f;let c;if((f=i.formattingRule)!=null&&f.formatSummary){let h=i.formattingRule.formatSummary(i.el,i.enriched,e);h&&(c=h)}let u={...i.enriched};return c&&(u.formattedSummary=c),u})}function QD(r,a){let e=[],t=new Set,s=document.createTreeWalker(a,NodeFilter.SHOW_ELEMENT,null),o=s.currentNode;for(;o&&e.length<r.maxElements;){if(o.nodeType===Node.ELEMENT_NODE){let p=o,i=p.tagName.toLowerCase();if(HR.has(i)){o=s.nextNode();continue}if(r.excludeSelector)try{if(p.closest(r.excludeSelector)){o=s.nextNode();continue}}catch{}if(r.visibleOnly&&!BR(p)){o=s.nextNode();continue}let c=DR(p,r.maxTextLength),u=c.text.length>0,f=Object.keys(c.attributes).length>0&&!Object.keys(c.attributes).every(h=>h==="role");if(!u&&!f){o=s.nextNode();continue}t.has(c.selector)||(t.add(c.selector),e.push(c))}o=s.nextNode()}let n=[],l=[];for(let p of e)p.interactivity!=="static"?n.push(p):l.push(p);return[...n,...l].slice(0,r.maxElements)}function VR(r={}){var t;let a=$D(r),e=(t=a.root)!=null?t:document.body;return e?a.mode==="simple"?QD(a,e):YD(a,e):[]}var $k=100;function FR(r,a={}){var o;if(r.length===0)return"No page elements found.";let e=(o=a.mode)!=null?o:"structured",t=[];if(e==="structured"){let n=r.map(l=>l.formattedSummary).filter(l=>!!l&&l.length>0);n.length>0&&t.push(`Structured summaries:
150
150
  ${n.map(l=>`- ${l.split(`
@@ -160,7 +160,7 @@ ${n.join(`
160
160
  ${n.join(`
161
161
  `)}`)}return t.join(`
162
162
 
163
- `)}var WR={name:"@runtypelabs/persona",version:"3.8.0",description:"Themeable, pluggable streaming agent widget for websites, in plain JS with support for voice input and reasoning / tool output.",type:"module",main:"dist/index.cjs",module:"dist/index.js",types:"dist/index.d.ts",exports:{".":{types:"./dist/index.d.ts",import:"./dist/index.js",require:"./dist/index.cjs"},"./theme-reference":{types:"./dist/theme-reference.d.ts",import:"./dist/theme-reference.js",require:"./dist/theme-reference.cjs"},"./theme-editor":{types:"./dist/theme-editor.d.ts",import:"./dist/theme-editor.js",require:"./dist/theme-editor.cjs"},"./widget.css":"./dist/widget.css"},files:["dist","src"],scripts:{build:"rimraf dist && pnpm run build:styles && pnpm run build:client && pnpm run build:installer && pnpm run build:theme-ref && pnpm run build:theme-editor","build:theme-editor":"tsup src/theme-editor.ts --format esm,cjs --dts --out-dir dist --no-splitting","build:theme-ref":"tsup src/theme-reference.ts --format esm,cjs --minify --dts","build:styles":`node -e "const fs=require('fs');fs.mkdirSync('dist',{recursive:true});fs.copyFileSync('src/styles/widget.css','dist/widget.css');"`,"build:client":'tsup src/index.ts --format esm,cjs,iife --global-name AgentWidget --minify --sourcemap --splitting false --dts --loader ".css=text"',"build:installer":"tsup src/install.ts --format iife --global-name SiteAgentInstaller --out-dir dist --minify --sourcemap --no-splitting",lint:"eslint . --ext .ts",typecheck:"tsc --noEmit",test:"vitest","test:ui":"vitest --ui","test:run":"vitest run"},dependencies:{dompurify:"^3.3.3",idiomorph:"^0.7.4",lucide:"^0.552.0",marked:"^12.0.2","partial-json":"^0.1.7",zod:"^3.22.4"},devDependencies:{"@types/node":"^20.12.7","@typescript-eslint/eslint-plugin":"^7.0.0","@typescript-eslint/parser":"^7.0.0","@vitest/ui":"^4.0.9",eslint:"^8.57.0","eslint-config-prettier":"^9.1.0","fake-indexeddb":"^6.2.5",rimraf:"^5.0.5",tsup:"^8.0.1",typescript:"^5.4.5",vitest:"^4.0.9"},engines:{node:">=20.0.0"},author:"Runtype",license:"MIT",keywords:["ai","chat","widget","streaming","typescript","persona","agent"],repository:{type:"git",url:"git+https://github.com/runtypelabs/persona.git",directory:"packages/widget"},bugs:{url:"https://github.com/runtypelabs/persona/issues"},homepage:"https://github.com/runtypelabs/persona/tree/main/packages/widget#readme",publishConfig:{access:"public"}};var go=WR.version;function Hr(r){if(r!==void 0)return typeof r=="string"?r:Array.isArray(r)?`[${r.map(a=>a.toString()).join(", ")}]`:r.toString()}function tV(r){if(r)return{getHeaders:Hr(r.getHeaders),onFeedback:Hr(r.onFeedback),onCopy:Hr(r.onCopy),requestMiddleware:Hr(r.requestMiddleware),actionHandlers:Hr(r.actionHandlers),actionParsers:Hr(r.actionParsers),postprocessMessage:Hr(r.postprocessMessage),contextProviders:Hr(r.contextProviders),streamParser:Hr(r.streamParser)}}var OR=`({ text, message }: any) => {
163
+ `)}var WR={name:"@runtypelabs/persona",version:"3.8.2",description:"Themeable, pluggable streaming agent widget for websites, in plain JS with support for voice input and reasoning / tool output.",type:"module",main:"dist/index.cjs",module:"dist/index.js",types:"dist/index.d.ts",exports:{".":{types:"./dist/index.d.ts",import:"./dist/index.js",require:"./dist/index.cjs"},"./theme-reference":{types:"./dist/theme-reference.d.ts",import:"./dist/theme-reference.js",require:"./dist/theme-reference.cjs"},"./theme-editor":{types:"./dist/theme-editor.d.ts",import:"./dist/theme-editor.js",require:"./dist/theme-editor.cjs"},"./widget.css":"./dist/widget.css"},files:["dist","src"],scripts:{build:"rimraf dist && pnpm run build:styles && pnpm run build:client && pnpm run build:installer && pnpm run build:theme-ref && pnpm run build:theme-editor","build:theme-editor":"tsup src/theme-editor.ts --format esm,cjs --dts --out-dir dist --no-splitting","build:theme-ref":"tsup src/theme-reference.ts --format esm,cjs --minify --dts","build:styles":`node -e "const fs=require('fs');fs.mkdirSync('dist',{recursive:true});fs.copyFileSync('src/styles/widget.css','dist/widget.css');"`,"build:client":'tsup src/index.ts --format esm,cjs,iife --global-name AgentWidget --minify --sourcemap --splitting false --dts --loader ".css=text"',"build:installer":"tsup src/install.ts --format iife --global-name SiteAgentInstaller --out-dir dist --minify --sourcemap --no-splitting",lint:"eslint . --ext .ts",typecheck:"tsc --noEmit",test:"vitest","test:ui":"vitest --ui","test:run":"vitest run"},dependencies:{dompurify:"^3.3.3",idiomorph:"^0.7.4",lucide:"^0.552.0",marked:"^12.0.2","partial-json":"^0.1.7",zod:"^3.22.4"},devDependencies:{"@types/node":"^20.12.7","@typescript-eslint/eslint-plugin":"^7.0.0","@typescript-eslint/parser":"^7.0.0","@vitest/ui":"^4.0.9",eslint:"^8.57.0","eslint-config-prettier":"^9.1.0","fake-indexeddb":"^6.2.5",rimraf:"^5.0.5",tsup:"^8.0.1",typescript:"^5.4.5",vitest:"^4.0.9"},engines:{node:">=20.0.0"},author:"Runtype",license:"MIT",keywords:["ai","chat","widget","streaming","typescript","persona","agent"],repository:{type:"git",url:"git+https://github.com/runtypelabs/persona.git",directory:"packages/widget"},bugs:{url:"https://github.com/runtypelabs/persona/issues"},homepage:"https://github.com/runtypelabs/persona/tree/main/packages/widget#readme",publishConfig:{access:"public"}};var go=WR.version;function Hr(r){if(r!==void 0)return typeof r=="string"?r:Array.isArray(r)?`[${r.map(a=>a.toString()).join(", ")}]`:r.toString()}function tV(r){if(r)return{getHeaders:Hr(r.getHeaders),onFeedback:Hr(r.onFeedback),onCopy:Hr(r.onCopy),requestMiddleware:Hr(r.requestMiddleware),actionHandlers:Hr(r.actionHandlers),actionParsers:Hr(r.actionParsers),postprocessMessage:Hr(r.postprocessMessage),contextProviders:Hr(r.contextProviders),streamParser:Hr(r.streamParser)}}var OR=`({ text, message }: any) => {
164
164
  const jsonSource = (message as any).rawContent || text || message.content;
165
165
  if (!jsonSource || typeof jsonSource !== 'string') return null;
166
166
  let cleanJson = jsonSource